.Navbar-module-scss-module__rUOfza__navbar{z-index:1000;background:#fff;border-bottom:1px solid #e5e5e7;transition:all .3s;position:sticky;top:0;left:0;right:0;box-shadow:0 2px 8px #0000000a}.dark-mode .Navbar-module-scss-module__rUOfza__navbar{background:#1d1d1f;border-bottom-color:#424245;box-shadow:0 2px 8px #0000004d}.Navbar-module-scss-module__rUOfza__container{justify-content:space-between;align-items:center;gap:24px;max-width:1400px;margin:0 auto;padding:12px 48px;display:flex}@media (max-width:768px){.Navbar-module-scss-module__rUOfza__container{gap:16px;padding:12px 24px}}@keyframes Navbar-module-scss-module__rUOfza__slow-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Navbar-module-scss-module__rUOfza__logoLink{align-items:center;transition:opacity .2s;display:flex}.dark-mode .Navbar-module-scss-module__rUOfza__logoLink{filter:brightness(0)invert()}.Navbar-module-scss-module__rUOfza__logoLink:hover{opacity:.8}.Navbar-module-scss-module__rUOfza__logoLink:hover .Navbar-module-scss-module__rUOfza__logo{animation:1s linear infinite Navbar-module-scss-module__rUOfza__slow-rotate}.Navbar-module-scss-module__rUOfza__logoLink>div{flex-direction:column;justify-content:center;margin-left:15px;display:flex}.Navbar-module-scss-module__rUOfza__logoLink>div div{color:#3a3a3c;height:28px;font-size:1.6rem;font-weight:600}.Navbar-module-scss-module__rUOfza__logoLink>div small{letter-spacing:.6px;color:#6e6e73;font-size:.75rem}.Navbar-module-scss-module__rUOfza__logo{width:auto;height:auto;max-height:40px}@media (max-width:768px){.Navbar-module-scss-module__rUOfza__logo{max-height:32px}}.Navbar-module-scss-module__rUOfza__controls{align-items:center;gap:12px;display:flex}.Navbar-module-scss-module__rUOfza__scoreDisplay{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:20px;align-items:center;gap:8px;padding:8px 16px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 2px 8px #667eea4d}.Navbar-module-scss-module__rUOfza__scoreDisplay:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}@media (max-width:768px){.Navbar-module-scss-module__rUOfza__scoreDisplay{padding:6px 12px;font-size:.875rem}}.Navbar-module-scss-module__rUOfza__scoreIcon{color:#fbbf24;font-size:1.125rem}@media (max-width:768px){.Navbar-module-scss-module__rUOfza__scoreIcon{font-size:1rem}}.Navbar-module-scss-module__rUOfza__scoreValue{letter-spacing:.5px;text-align:right;min-width:40px;font-size:1.125rem}@media (max-width:768px){.Navbar-module-scss-module__rUOfza__scoreValue{min-width:30px;font-size:1rem}}.Navbar-module-scss-module__rUOfza__resetScoreBtn{cursor:pointer;color:#fff;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.875rem;transition:all .2s;display:flex}.Navbar-module-scss-module__rUOfza__resetScoreBtn:hover{background:#ffffff4d;transform:rotate(180deg)}.Navbar-module-scss-module__rUOfza__resetScoreBtn:active{transform:rotate(180deg)scale(.95)}@media (max-width:768px){.Navbar-module-scss-module__rUOfza__resetScoreBtn{width:24px;height:24px;font-size:.75rem}}.Navbar-module-scss-module__rUOfza__iconBtn{cursor:pointer;color:#1d1d1f;background:#f5f5f7;border:1px solid #d2d2d7;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.25rem;transition:all .2s;display:flex}.Navbar-module-scss-module__rUOfza__iconBtn:hover{background:#e8e8ed;border-color:#a1a1a6;transform:translateY(-1px)}.Navbar-module-scss-module__rUOfza__iconBtn:active{transform:scale(.95)}.dark-mode .Navbar-module-scss-module__rUOfza__iconBtn{color:#f5f5f7;background:#2c2c2e;border-color:#424245}.dark-mode .Navbar-module-scss-module__rUOfza__iconBtn:hover{background:#3a3a3c;border-color:#636366}@media (max-width:768px){.Navbar-module-scss-module__rUOfza__iconBtn{width:40px;height:40px;font-size:1.125rem}}
:root{--background:#f5f5f7;--foreground:#1d1d1f;--card-bg:#fff;--border-color:#e5e5e7;--text-secondary:#6e6e73;--accent:#007aff;--success:#4ade80;--error:#f97373;--warning:#fbbf24}:root.dark-mode{--background:#000;--foreground:#f5f5f7;--card-bg:#1d1d1f;--border-color:#424245;--text-secondary:#98989d;--accent:#0a84ff;--success:#32d74b;--error:#ff453a;--warning:#ffd60a}body{color:var(--foreground);background:var(--background);flex-direction:column;min-height:100vh;margin:0;padding:0;font-family:Arial,Helvetica,sans-serif;transition:background-color .3s,color .3s;display:flex}a{text-decoration:none}h1,h2,h3,h4,h5,h6{margin:0}
