*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #070709;--surface: #0e0e12;--surface2: #141418;--border: #1c1c22;--border2: #252530;--text: #e8e8f0;--text2: #8888a0;--text3: #404050;--accent: #00d4aa;--blue: #7b8cde;--gold: #d4a017;--red: #e85d75;--orange: #f5a623;--green: #33ce36;--radius: 6px;--font: "Inter", system-ui, sans-serif;--mono: "JetBrains Mono", monospace;--sidebar-w: 200px;--topbar-h: 52px}html,body,#root{height:100%;background:var(--bg);color:var(--text);font-family:var(--font);overflow-x:hidden}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:2px}button{cursor:pointer;font-family:inherit}button:disabled{cursor:not-allowed;opacity:.4}input,textarea,select{font-family:inherit}a{text-decoration:none;color:inherit}*{min-height:0}input,select,textarea{font-size:16px!important}@media (min-width: 768px){input,select,textarea{font-size:inherit!important}}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.35}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.fade-in{animation:fadeUp .25s ease both}.spin{animation:spin .8s linear infinite}.pulse{animation:pulse 1.5s infinite}.skeleton{background:linear-gradient(90deg,var(--surface) 25%,var(--surface2) 50%,var(--surface) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.mobile-nav{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--surface);border-top:1px solid var(--border);z-index:100;padding:0;padding-bottom:env(safe-area-inset-bottom)}@media (max-width: 768px){:root{--sidebar-w: 0px}.desktop-sidebar{display:none!important}.mobile-nav{display:flex!important}.main-content{padding-bottom:calc(64px + env(safe-area-inset-bottom))!important}.topbar-ticker{display:none!important}.topbar-title{font-size:15px!important}.page-pad{padding:16px!important}.grid-2col,.grid-3col{grid-template-columns:1fr!important}.grid-4col,.calendar-grid{grid-template-columns:1fr 1fr!important}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.card{width:100%!important}.page-content{overflow-x:hidden!important;max-width:100vw!important}}@media (max-width: 480px){.grid-4col,.calendar-grid{grid-template-columns:1fr!important}}
