:root{--bg-color: #0f0f0f;--text-color: #f0f0f0;--accent-color: #646cff;--secondary-color: #a0a0a0;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:var(--text-color);background-color:var(--bg-color);scroll-behavior:smooth}html{scroll-padding-top:100px}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%;margin:0 auto;text-align:center}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background-color:var(--bg-color);display:flex;justify-content:center;align-items:center;z-index:1000;transition:opacity .5s ease-out}.loading-screen.fade-out{opacity:0;pointer-events:none}.loader-content{display:flex;flex-direction:column;align-items:center}.spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.1);border-left-color:var(--accent-color);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.loading-text{font-size:1.5rem;letter-spacing:2px;text-transform:uppercase;animation:pulse 2s infinite}.home-container{width:100%;min-height:100vh;display:flex;flex-direction:column}.fade-in{animation:fadeIn 1s ease-in}.navbar{position:sticky;top:0;z-index:100;background-color:#0f0f0fd9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:center;padding:.8rem 8rem;align-items:center;border-bottom:1px solid rgba(255,255,255,.05)}.nav-content{width:100%;max-width:1200px;display:flex;justify-content:space-between;align-items:center}.nav-logo{height:120px;width:auto;border-radius:4px}.links a{margin-left:2rem;text-decoration:none;color:var(--secondary-color);transition:color .3s}.links a:hover{color:var(--accent-color)}.hero{flex:1;display:flex;justify-content:center;align-items:center;padding:4rem 8rem;padding-top:10vh;text-align:left}.hero-content{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;width:100%;max-width:1200px;gap:4rem}.hero-text{flex:1;display:flex;flex-direction:column;gap:1.5rem}.welcome-text{font-size:.9rem;letter-spacing:3px;color:var(--secondary-color);text-transform:uppercase;margin-bottom:1rem}.hero h1{font-size:3.5rem;margin:0;line-height:1.2;font-weight:700}.highlight{color:var(--accent-color)}.job-title{font-size:3.5rem;margin:0;line-height:1.2;font-weight:700;color:var(--text-color)}.description{font-size:1rem;line-height:1.8;color:var(--secondary-color);max-width:600px;margin-top:1rem}.hero-footer{display:flex;justify-content:space-between;margin-top:4rem;gap:2rem;flex-wrap:wrap}.footer-label{display:block;font-size:.8rem;letter-spacing:2px;color:var(--secondary-color);margin-bottom:1rem;text-transform:uppercase}.icon-group{display:flex;gap:1rem}.icon-btn{width:54px;height:54px;background:linear-gradient(145deg,#1e2024,#23272b);box-shadow:10px 10px 19px #1c1e22,-10px -10px 19px #262a2e;border:none;border-radius:6px;color:var(--text-color);font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;justify-content:center;align-items:center;font-size:1.3rem}.icon-btn:hover{background:linear-gradient(145deg,#23272b,#1e2024);transform:translateY(-2px);color:var(--accent-color)}.hero-image-container{flex:.8;display:flex;justify-content:center;align-items:center}.hero-image-placeholder{width:100%;aspect-ratio:3/4;background:linear-gradient(145deg,#1e2024,#23272b);box-shadow:10px 10px 19px #1c1e22,-10px -10px 19px #262a2e;border-radius:20px;display:flex;justify-content:center;align-items:center;color:var(--secondary-color);font-size:1.2rem;border:1px solid rgba(255,255,255,.05)}.nav-right{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.language-switcher{display:flex;gap:.5rem;align-items:center;font-size:.9rem;color:var(--secondary-color)}.lang-separator{opacity:.5}.lang-btn{background:none;border:none;font-size:.9rem;font-weight:600;cursor:pointer;opacity:.5;transition:opacity .3s,color .3s;padding:0;color:var(--secondary-color)}.lang-btn:hover{opacity:1;color:var(--accent-color)}.lang-btn.active{opacity:1;color:var(--text-color)}@media(max-width:1024px){.hero-content{flex-direction:column-reverse;align-items:center;text-align:center}.hero-text{align-items:center}.hero-footer{justify-content:center}.hero-image-container{width:80%;margin-bottom:2rem}}.section{padding:4rem}.about{background-color:#1a1a1a}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.navbar{padding:1rem}.hero h1{font-size:2.5rem}}.timer-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:500px;margin:0 auto;padding:2rem;background-color:#1e202480;border-radius:12px;border:1px solid rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.timer-display{font-size:5rem;font-weight:700;font-variant-numeric:tabular-nums;margin:2rem 0;padding:1rem 2rem;border-radius:8px;background-color:#0003;color:var(--text-color);transition:background-color .3s ease,color .3s ease;text-shadow:0 2px 10px rgba(0,0,0,.3)}.timer-display.time-up{background-color:#f4433633;color:#f44336;animation:flash 1s infinite;border:1px solid rgba(244,67,54,.5)}@keyframes flash{0%,to{opacity:1}50%{opacity:.8}}.controls-section{display:flex;flex-direction:column;gap:2rem;width:100%}.slider-container{width:100%;padding:0 1rem;display:flex;flex-direction:column;gap:.5rem}.time-slider{-webkit-appearance:none;width:100%;height:8px;border-radius:4px;background:#ffffff1a;outline:none;cursor:pointer}.time-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:var(--accent-color);cursor:pointer;transition:transform .2s;box-shadow:0 2px 6px #0000004d}.time-slider::-webkit-slider-thumb:hover{transform:scale(1.1);background:#747bff}.time-slider::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:var(--accent-color);cursor:pointer;border:none;transition:transform .2s;box-shadow:0 2px 6px #0000004d}.time-slider::-moz-range-thumb:hover{transform:scale(1.1);background:#747bff}.slider-labels{display:flex;justify-content:space-between;color:var(--secondary-color);font-size:.8rem;font-weight:500}.main-controls{display:flex;justify-content:center;gap:1.5rem}.control-btn{min-width:120px;font-size:1.1rem;padding:.8rem 2rem;text-transform:uppercase;letter-spacing:1px}.start-btn{background-color:var(--accent-color);color:#fff;box-shadow:0 4px 15px #646cff4d}.start-btn:hover{background-color:#747bff;box-shadow:0 6px 20px #646cff66;transform:translateY(-2px)}.reset-btn{background-color:transparent;border:1px solid var(--secondary-color);color:var(--secondary-color)}.reset-btn:hover{border-color:var(--text-color);color:var(--text-color);background-color:#ffffff0d}@media(max-width:480px){.timer-display{font-size:3.5rem}.control-btn{min-width:100px;padding:.7rem 1.5rem;font-size:1rem}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
