:root{color-scheme:light;--c-accent: #1e88e5;--c-accent-strong: #1669c2;--c-accent-2: #26c6da;--c-accent-surface: #e6f4fb;--c-accent-surface-strong: #d2eaf7;--gradient-accent: linear-gradient(135deg, #1976d2 0%, #0e94a4 100%);--gradient-accent-soft: linear-gradient(135deg, #e8f2fe 0%, #e2f7fb 100%);--c-on-accent: #ffffff;--c-bg: #eef4f8;--c-surface: #ffffff;--c-surface-2: #f4f8fb;--c-text: #0f2a3a;--c-text-muted: #5a7180;--c-text-disabled: #7c8c96;--c-border: #e0e8ee;--c-border-strong: #cbd9e2;--c-success: #1fa463;--c-success-surface: #e2f6ec;--c-success-text: #14794a;--c-warning: #e8a100;--c-warning-surface: #fbf1d8;--c-warning-text: #8a6200;--c-error: #e0483c;--c-error-strong: #c53a2f;--c-error-surface: #fbe7e5;--c-error-text: #b22e25;--c-overlay: rgba(15, 42, 58, .45);--shadow-card: 0 1px 3px rgba(15, 42, 58, .08), 0 4px 16px rgba(15, 42, 58, .06);--shadow-elevated: 0 8px 30px rgba(15, 42, 58, .16);--c-skeleton: #e6edf2;--c-skeleton-shine: #f4f8fb}:root[data-theme=dark]{color-scheme:dark;--c-accent: #46a6f0;--c-accent-strong: #6bbaf4;--c-accent-2: #3fd0e6;--c-accent-surface: #13303f;--c-accent-surface-strong: #1a3f52;--gradient-accent: linear-gradient(135deg, #2c8fd8 0%, #1a93a4 100%);--gradient-accent-soft: linear-gradient(135deg, #15303f 0%, #123741 100%);--c-on-accent: #ffffff;--c-bg: #0a1820;--c-surface: #10242e;--c-surface-2: #16303c;--c-text: #e8f1f6;--c-text-muted: #9bb3bf;--c-text-disabled: #5e7480;--c-border: #23404c;--c-border-strong: #325263;--c-success: #3ebe77;--c-success-surface: #142a21;--c-success-text: #5fd198;--c-warning: #e6b23e;--c-warning-surface: #2e2810;--c-warning-text: #f0c766;--c-error: #f0635a;--c-error-strong: #f47b73;--c-error-surface: #2e1614;--c-error-text: #f58a82;--c-overlay: rgba(0, 0, 0, .6);--shadow-card: 0 1px 2px rgba(0, 0, 0, .5), 0 0 0 1px rgba(255, 255, 255, .04);--shadow-elevated: 0 10px 34px rgba(0, 0, 0, .6);--c-skeleton: #1a3340;--c-skeleton-shine: #21404f}@media (prefers-color-scheme: dark){:root:not([data-theme]){color-scheme:dark;--c-accent: #46a6f0;--c-accent-strong: #6bbaf4;--c-accent-2: #3fd0e6;--c-accent-surface: #13303f;--c-accent-surface-strong: #1a3f52;--gradient-accent: linear-gradient(135deg, #2c8fd8 0%, #1a93a4 100%);--gradient-accent-soft: linear-gradient(135deg, #15303f 0%, #123741 100%);--c-on-accent: #ffffff;--c-bg: #0a1820;--c-surface: #10242e;--c-surface-2: #16303c;--c-text: #e8f1f6;--c-text-muted: #9bb3bf;--c-text-disabled: #5e7480;--c-border: #23404c;--c-border-strong: #325263;--c-success: #3ebe77;--c-success-surface: #142a21;--c-success-text: #5fd198;--c-warning: #e6b23e;--c-warning-surface: #2e2810;--c-warning-text: #f0c766;--c-error: #f0635a;--c-error-strong: #f47b73;--c-error-surface: #2e1614;--c-error-text: #f58a82;--c-overlay: rgba(0, 0, 0, .6);--shadow-card: 0 1px 2px rgba(0, 0, 0, .5), 0 0 0 1px rgba(255, 255, 255, .04);--shadow-elevated: 0 10px 34px rgba(0, 0, 0, .6);--c-skeleton: #1a3340;--c-skeleton-shine: #21404f}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;color:var(--c-text);background-color:var(--c-bg);line-height:1.5;min-height:100dvh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .25s cubic-bezier(.4,0,.2,1),color .25s cubic-bezier(.4,0,.2,1)}#root{min-height:100dvh;display:flex;flex-direction:column}a{color:var(--c-accent);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}input{font-family:inherit}*{scrollbar-width:thin;scrollbar-color:var(--c-border-strong) transparent}@media (prefers-reduced-motion: reduce){*,*:before,*:after{transition-duration:.01ms!important;scroll-behavior:auto!important}}._container_154uj_1{position:fixed;left:50%;transform:translate(-50%);top:calc(env(safe-area-inset-top) + 72px);z-index:300;display:flex;flex-direction:column;gap:8px;width:100%;max-width:440px;padding:0 16px;pointer-events:none}._toast_154uj_16{pointer-events:auto;display:flex;align-items:center;gap:8px;padding:8px 16px;background:var(--c-surface);border:1px solid var(--c-border);border-left-width:3px;border-radius:10px;box-shadow:var(--shadow-elevated);animation:_toastIn_154uj_1 .25s cubic-bezier(.4,0,.2,1)}@keyframes _toastIn_154uj_1{0%{transform:translateY(-12px) scale(.98);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}._icon_154uj_40{flex-shrink:0}._success_154uj_44{border-left-color:var(--c-success)}._success_154uj_44 ._icon_154uj_40{color:var(--c-success)}._error_154uj_51{border-left-color:var(--c-error)}._error_154uj_51 ._icon_154uj_40{color:var(--c-error)}._info_154uj_58{border-left-color:var(--c-accent)}._info_154uj_58 ._icon_154uj_40{color:var(--c-accent)}._message_154uj_65{flex:1;font-size:14px;color:var(--c-text);line-height:1.4}._close_154uj_72{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;color:var(--c-text-muted);padding:2px;border-radius:6px}._close_154uj_72:hover{color:var(--c-text);background:var(--c-surface-2)}._spinner_1pinp_1{border:3px solid var(--c-border);border-top-color:var(--c-accent);border-radius:50%;animation:_spin_1pinp_1 .7s linear infinite}@keyframes _spin_1pinp_1{to{transform:rotate(360deg)}}._pageLoader_we7w0_1{display:flex;align-items:center;justify-content:center;min-height:100dvh}
