:root{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";line-height:1.5;font-weight:400;color-scheme:dark;color:#e5e7eb;background-color:#0b1220;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}a{color:#93c5fd;text-decoration:none}a:hover{color:#bfdbfe}body{margin:0;min-width:320px;min-height:100vh}body[data-theme=light]{color-scheme:light;color:#111827;background-color:#f3f4f6}body[data-theme=earth]{color-scheme:light;color:#2d2a26;background-color:#fff1d6}h1,h2,h3{margin:.25rem 0 .75rem}button{border-radius:.5rem;border:1px solid #374151;padding:.5rem .75rem;font-size:1rem;background-color:#1f2937;color:#e5e7eb;cursor:pointer}button:hover{border-color:#4b5563}.app{display:grid;grid-template-rows:auto 1fr auto;grid-template-columns:260px 1fr;min-height:100vh}.header{grid-column:1 / -1;background:#0b1220;border-bottom:1px solid #1f2937}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem}.menu-button{display:none;background:#1f2937;color:#e5e7eb;border:1px solid #374151;border-radius:.5rem;padding:.25rem .5rem}body[data-theme=light] .menu-button{background:#e5e7eb;color:#111827;border-color:#d1d5db}body[data-theme=earth] .menu-button{background:#e0a04b;color:#2d2a26;border-color:#c58a45}.overlay{display:none}.header-nav{display:flex;gap:.75rem}.header-link{color:#e5e7eb;padding:.35rem .6rem;border-radius:.5rem;border:1px solid #374151;background:#1f2937;cursor:pointer;text-decoration:none}.brand{color:#e5e7eb;text-decoration:none}.dropdown-container{position:relative}.dropdown-trigger{display:inline-flex;align-items:center;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;white-space:nowrap}.dropdown-menu{display:none;position:absolute;top:100%;left:0;margin-top:.25rem;background:#1f2937;border:1px solid #374151;border-radius:.5rem;min-width:200px;box-shadow:0 10px 25px #0000004d;z-index:1000;padding:.5rem 0}.dropdown-container:after{content:"";position:absolute;top:100%;left:0;right:0;height:.25rem}.dropdown-menu.show{display:block}.dropdown-item{display:block;padding:.5rem 1rem;color:#e5e7eb;text-decoration:none;transition:background .2s}.dropdown-item:hover{background:#374151}body[data-theme=light] .dropdown-menu{background:#fff;border-color:#d1d5db;box-shadow:0 10px 25px #0000001a}body[data-theme=light] .dropdown-item{color:#111827}body[data-theme=light] .dropdown-item:hover{background:#f3f4f6}body[data-theme=earth] .dropdown-menu{background:#f5d0a0;border-color:#c58a45;box-shadow:0 10px 25px #2d2a2633}body[data-theme=earth] .dropdown-item{color:#2d2a26}body[data-theme=earth] .dropdown-item:hover{background:#e0a04b}.sidebar{background:#111827;color:#e5e7eb;padding:1rem;border-right:1px solid #1f2937}.brand{margin:0 0 1rem;font-size:1.25rem}.nav{display:grid;gap:.25rem}.nav-heading{margin-top:1rem;margin-bottom:.25rem;font-size:1.3rem;font-weight:700;color:#e5e7eb}body[data-theme=light] .nav-heading{color:#111827}body[data-theme=earth] .nav-heading{color:#2d2a26}.nav-sublink{padding-left:1rem}.nav-link{display:block;padding:.5rem .75rem;border-radius:.5rem;color:#e5e7eb}.nav-link.active{background:#374151}body[data-theme=dark] .nav-link.active{background:#2563eb;color:#fff;border:1px solid #2563eb}.content{padding:1.5rem;max-width:1100px;margin:0 auto}.panel{background:#111827;color:#e5e7eb;border:1px solid #1f2937;border-radius:.75rem;padding:1rem}.hero{display:grid;gap:.75rem}.badge{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .5rem;border:1px solid #374151;border-radius:999px;font-size:.9rem}.hero-title{font-size:2rem;font-weight:800}.hero-links{display:flex;gap:1rem}.metrics{display:grid;grid-template-columns:repeat(12,1fr);gap:.75rem;margin-top:.75rem}.metric{grid-column:span 3;text-align:center;padding:.5rem;border:1px dashed #374151;border-radius:.5rem}.grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1rem}.field{display:grid;gap:.25rem}.field label{font-size:.9rem;color:#9ca3af}.input,.select,.textarea{width:100%;padding:.5rem .75rem;border-radius:.5rem;border:1px solid #374151;background:#0b1220;color:#e5e7eb}.input[type=range]{padding:0}.actions{display:flex;gap:.5rem}.btn{padding:.5rem .75rem;border-radius:.5rem;border:1px solid #374151;background:#1f2937;color:#e5e7eb}.result{margin-top:1rem;padding:.75rem;border-radius:.5rem;background:#0b1220;border:1px solid #374151}.stopwatch{display:grid;gap:.75rem}.time-display{display:flex;align-items:center;justify-content:center;gap:.25rem;padding:.75rem 1rem;border-radius:1rem;border:1px solid #374151;background:linear-gradient(135deg,#0b1220,#1f2937);box-shadow:inset 0 0 0 1px #0b1220;font-variant-numeric:tabular-nums;font-size:2.25rem;letter-spacing:.02em}.time-part.ms{font-size:1.5rem;opacity:.9}.time-sep,.time-dot{opacity:.8}body[data-theme=light] .time-display{background:linear-gradient(135deg,#fff,#f3f4f6);border-color:#e5e7eb;box-shadow:inset 0 0 0 1px #fff}.highlight-row{background:#1f2937;color:#e5e7eb}body[data-theme=light] .highlight-row{background:#fef3c7;color:#111827}body[data-theme=earth] .highlight-row{background:#e6b36b;color:#2d2a26}.sticky-col{position:sticky;left:0;background:#0b1220;z-index:2;box-shadow:2px 0 #374151}body[data-theme=light] .sticky-col{background:#fff;box-shadow:2px 0 #e5e7eb}.highlight-row .sticky-col{background:#1f2937;color:#e5e7eb}body[data-theme=light] .highlight-row .sticky-col{background:#fef3c7;color:#111827;box-shadow:2px 0 #fcd34d}body[data-theme=earth] .sticky-col{background:#fff1d6;box-shadow:2px 0 #e0b072}body[data-theme=earth] .highlight-row .sticky-col{background:#e6b36b;color:#2d2a26;box-shadow:2px 0 #c58a45}body[data-theme=light] .header{background:#fff;border-bottom-color:#e5e7eb}body[data-theme=light] .sidebar{background:#fff;color:#111827;border-right-color:#e5e7eb}body[data-theme=light] .nav-link,body[data-theme=light] .header-link{color:#111827;border-color:#d1d5db;background:#e5e7eb}body[data-theme=light] .brand{color:#111827}body[data-theme=light] .nav-link.active{background:#e5e7eb}body[data-theme=light] .panel{background:#fff;color:#111827;border-color:#e5e7eb}body[data-theme=light] .input,body[data-theme=light] .select,body[data-theme=light] .textarea{background:#fff;color:#111827;border-color:#d1d5db}body[data-theme=light] .btn{background:#e5e7eb;color:#111827;border-color:#d1d5db}body[data-theme=light] .result{background:#f9fafb;border-color:#e5e7eb}body[data-theme=earth] .header{background:#657a2f;border-bottom-color:#a7743a}body[data-theme=earth] .sidebar{background:#f5d0a0;color:#2d2a26;border-right-color:#c58a45}body[data-theme=earth] .nav-link,body[data-theme=earth] .header-link{color:#2d2a26;border-color:#c58a45;background:#e0a04b}body[data-theme=earth] .brand{color:#2d2a26}body[data-theme=earth] .nav-link.active{background:#e6b36b}body[data-theme=earth] .panel{background:#f7d7a8;color:#2d2a26;border-color:#c58a45}body[data-theme=earth] .input,body[data-theme=earth] .select,body[data-theme=earth] .textarea{background:#fff5e6;color:#2d2a26;border-color:#d3a46f}body[data-theme=earth] .btn{background:#e0a04b;color:#2d2a26;border-color:#c58a45}body[data-theme=earth] .btn-active{background:#c77f2f;color:#fff;border-color:#b36a24}body[data-theme=earth] .result{background:#fff1d6;border-color:#e0b072}body[data-theme=earth] .footer{background:#c77f2f;border-top-color:#b36a24}body[data-theme=earth] .footer-title{color:#2d2a26}body[data-theme=earth] .footer-copy{color:#4b3b2a}body[data-theme=earth] .footer a{color:#2d2a26}.auth{display:flex;align-items:center;justify-content:center;min-height:70vh}.auth-card{max-width:520px;width:100%;margin:0 auto}.footer{grid-column:1 / -1;background:#0f172a;border-top:1px solid #1f2937}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding:1rem}body[data-theme=light] .footer{background:#fff;border-top-color:#e5e7eb}body[data-theme=light] .footer-title{color:#111827}body[data-theme=light] .footer-copy{color:#6b7280}body[data-theme=light] .footer a{color:#111827}.btn-active{background:#374151;color:#e5e7eb}body[data-theme=light] .btn-active{background:#2563eb;color:#fff;border-color:#2563eb}@media(max-width:1024px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.app{grid-template-columns:1fr}.sidebar{grid-column:1 / -1;padding:.75rem}.menu-button{display:inline-block}.sidebar{position:fixed;left:0;top:0;width:80%;max-width:300px;height:100%;transform:translate(-100%);transition:transform .2s ease;z-index:1000;overflow-y:auto;-webkit-overflow-scrolling:touch}.sidebar.open{transform:translate(0)}.overlay{display:none}.overlay.show{display:block;position:fixed;inset:0;background:#00000080;z-index:999}.content{padding:1rem}.metrics .metric{grid-column:span 6}.grid{grid-template-columns:repeat(6,1fr)}.footer-grid{grid-template-columns:1fr}.hero-title{font-size:1.5rem}.header-inner{flex-wrap:wrap;gap:.5rem}}@media(max-width:480px){.metrics .metric{grid-column:span 12}.grid{grid-template-columns:repeat(12,1fr)}.nav-link{padding:.4rem .6rem}.btn{padding:.45rem .6rem}}.footer-title{font-weight:600;margin-bottom:.5rem}.footer-list{margin:0;padding-left:1rem}.footer-copy{padding:.5rem 1rem;color:#9ca3af}
