:root{--c-bg: #000000;--c-surface: #1C1C1E;--c-surface-elevated:#2C2C2E;--c-surface-hover: #3A3A3C;--c-border: #38383A;--c-border-subtle: #2C2C2E;--c-text-primary: #FFFFFF;--c-text-secondary: rgba(235,235,245,.8);--c-text-muted: rgba(235,235,245,.6);--c-text-dim: rgba(235,235,245,.3);--c-accent: #0A84FF;--c-accent-hover: #409CFF;--c-accent-dim: rgba(10,132,255,.16);--c-accent-glow: rgba(10,132,255,.35);--c-success: #30D158;--c-success-dim: rgba(48,209,88,.16);--c-warning: #FF9F0A;--c-warning-dim: rgba(255,159,10,.16);--c-danger: #FF453A;--c-danger-dim: rgba(255,69,58,.16);--c-info: #64D2FF;--c-info-dim: rgba(100,210,255,.16);--c-gold: #FFD60A;--c-gold-dim: rgba(255,214,10,.16);--shadow-sm: 0 1px 2px rgba(0,0,0,.3);--shadow-md: 0 4px 16px rgba(0,0,0,.4);--shadow-lg: 0 12px 40px rgba(0,0,0,.5);--shadow-glow: 0 0 20px rgba(10,132,255,.3)}[data-theme=light]{color-scheme:light}[data-theme=dark]{color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;background:var(--c-bg);color:var(--c-text-primary)}*,*:before,*:after{transition:background-color .28s cubic-bezier(.4,0,.2,1),color .28s cubic-bezier(.4,0,.2,1),border-color .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1)}button,a{transition:background-color .13s ease,color .13s ease,border-color .13s ease,box-shadow .13s ease,opacity .13s ease,transform .13s ease!important}::-webkit-scrollbar{width:8px;height:8px}[data-theme=dark] ::-webkit-scrollbar-track{background:#1c1c1e}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#38383a;border-radius:4px}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#48484a}[data-theme=light] ::-webkit-scrollbar-track{background:#f2f2f7}[data-theme=light] ::-webkit-scrollbar-thumb{background:#c6c6c8;border-radius:4px}[data-theme=light] ::-webkit-scrollbar-thumb:hover{background:#aeaeb2}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}input,select,textarea{font-family:inherit;outline:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInTop{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes slideInBottom{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .25s ease-out}.slide-in-top{animation:slideInTop .3s ease-out}::-moz-selection{background:#0a84ff66;color:#fff}::selection{background:#0a84ff66;color:#fff}html,body{max-width:100vw;overflow-x:hidden}main{overflow-x:hidden}.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.table-scroll table{min-width:500px}.grid-responsive-2{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.grid-responsive-3{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.grid-responsive-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media (max-width: 1023px){.grid-responsive-4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 767px){.table-scroll table{min-width:0;width:100%}.grid-responsive-2,.grid-responsive-3{grid-template-columns:1fr}.grid-responsive-4{grid-template-columns:repeat(2,1fr);gap:10px}.modal-mobile-bottom{position:fixed!important;bottom:0!important;left:0!important;right:0!important;top:auto!important;border-radius:20px 20px 0 0!important;max-width:100%!important;max-height:92vh!important;overflow-y:auto}.truncate-mobile{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btn-mobile-full{width:100%;min-height:48px}.hide-mobile{display:none!important}.card-mobile{padding:12px!important}*{box-sizing:border-box;max-width:100%}img,video,canvas,svg{max-width:100%;height:auto}}@media (min-width: 768px) and (max-width: 1023px){.grid-responsive-3{grid-template-columns:repeat(2,1fr)}.hide-tablet{display:none!important}}@media (max-width: 767px){input,select,textarea,button{min-height:44px}input[type=checkbox],input[type=radio]{min-height:unset}}.theme-pill{display:inline-flex;align-items:center;background:var(--c-surface-elevated);border:1px solid var(--c-border);border-radius:9999px;padding:3px;cursor:pointer;width:100%}.theme-pill:focus-within{border-color:var(--c-accent);box-shadow:0 0 0 3px var(--c-accent-dim)}.theme-pill-option{display:flex;align-items:center;justify-content:center;gap:5px;padding:5px 0;flex:1;border-radius:9999px;font-size:12px;font-weight:600;color:var(--c-text-muted);background:transparent;border:none;font-family:inherit;min-height:unset!important;cursor:pointer;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}.theme-pill-option.active{background:var(--c-accent);color:#fff;box-shadow:0 1px 4px #00000040}[data-theme=light] .theme-pill-option.active{box-shadow:0 1px 6px #007aff4d}
