:root{--brand-green-light:#cbe896;--brand-green:#78a75a;--accent-yellow:#fcdfa6;--surface-dark:#222;--surface-darker:#333;--surface-overlay:#0000008a;--neutral-gray:#c8d2c8;--neutral-light:#000;--separator:#ccc;--bg-start:#1a1a2e;--bg-mid:#16213e;--bg-end:#0f3460;--text-primary:#fff;--text-secondary:#ffffffb3;--text-muted:#fff6;--text-dark:#000;--status-active:#78a75a;--status-paused:#fcdfa6;--status-expired:#ff6b6b;--glass-overlay:#958f8f4d;--glass-blur:6px;--radius-sm:8px;--radius-md:10px;--radius-lg:16px;--radius-xl:30px;--space-xs:4px;--space-sm:8px;--space-md:12px;--space-lg:20px;--space-xl:32px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%}body{color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;background:var(--bg-start);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:"Jersey 25",system-ui,sans-serif;font-weight:400;line-height:1.2}a{color:var(--brand-green-light);will-change:opacity;text-decoration:none;transition:opacity .2s}a:hover{opacity:.8}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:Inter,system-ui,sans-serif}::placeholder{color:var(--separator);opacity:1}::selection{background:var(--brand-green);color:var(--text-dark)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--surface-dark)}::-webkit-scrollbar-thumb{background:var(--surface-darker);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--brand-green)}:focus-visible{outline:2px solid var(--brand-green-light);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width<=375px){html{font-size:14px}}
