.GlobalLoading_loadingContainer__QyIAh{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:var(--color-background);display:flex;align-items:center;justify-content:center;z-index:9999}.GlobalLoading_loadingContent__bXH8m{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:2rem}.GlobalLoading_logoLoading__4AZgG{display:flex;align-items:center;justify-content:center;width:120px;height:120px}.GlobalLoading_loadingSpinner__28Bwr{width:80px;height:80px;border-top:6px solid var(--color-border-light);border:6px solid var(--color-border-light);border-top-color:var(--color-primary);border-radius:50%;animation:GlobalLoading_spin__CL_bN 1.2s linear infinite}@keyframes GlobalLoading_spin__CL_bN{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.GlobalLoading_loadingText__9q7fi{display:flex;flex-direction:column;gap:.5rem}.GlobalLoading_loadingTitle__5Jivp{font-size:2.5rem;font-weight:700;color:var(--color-primary);text-transform:uppercase;letter-spacing:-.5px;margin:0}.GlobalLoading_loadingSubtitle__8kcrH{font-size:1rem;color:var(--color-text-muted);font-weight:400;margin:0;opacity:.8}@media (max-width:640px){.GlobalLoading_logoLoading__4AZgG{width:100px;height:100px}.GlobalLoading_loadingSpinner__28Bwr{width:60px;height:60px;border-width:4px}.GlobalLoading_loadingTitle__5Jivp{font-size:2rem}.GlobalLoading_loadingSubtitle__8kcrH{font-size:.9rem}}.ThemeToggle_themeToggle___nmB6{position:fixed;top:1.5rem;right:1.5rem;background:transparent;border:none;cursor:pointer;padding:0;z-index:1000;transition:transform .2s ease}.ThemeToggle_themeToggle___nmB6:hover{transform:scale(1.05)}.ThemeToggle_themeToggle___nmB6:active{transform:scale(.98)}.ThemeToggle_toggleTrack__FkjH_{position:relative;width:80px;height:40px;background-color:var(--color-surface);border:2px solid var(--color-border);border-radius:20px;display:flex;align-items:center;justify-content:space-between;padding:0 8px;box-shadow:0 2px 8px var(--color-shadow);transition:all .3s ease}.ThemeToggle_themeToggle___nmB6:hover .ThemeToggle_toggleTrack__FkjH_{box-shadow:0 4px 12px var(--color-shadow);border-color:var(--color-primary)}.ThemeToggle_iconSide__S4lCT{display:flex;align-items:center;justify-content:center;width:24px;height:24px;z-index:2;transition:all .3s ease}.ThemeToggle_iconSide__S4lCT svg{transition:all .3s ease}.ThemeToggle_sunIcon__KldXr svg{color:var(--color-text-secondary)}.ThemeToggle_light__XrhDZ .ThemeToggle_sunIcon__KldXr svg{color:var(--color-primary);transform:scale(1.1)}.ThemeToggle_moonIcon__f3Ukq svg{color:var(--color-text-secondary)}.ThemeToggle_dark__yvaC2 .ThemeToggle_moonIcon__f3Ukq svg{color:var(--color-primary);transform:scale(1.1)}.ThemeToggle_toggleSlider__oYTov{position:absolute;top:4px;left:4px;width:30px;height:30px;background-color:var(--color-primary);border-radius:50%;transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px rgba(0,0,0,.2);z-index:1}.ThemeToggle_dark__yvaC2 .ThemeToggle_toggleSlider__oYTov{transform:translateX(40px)}.ThemeToggle_light__XrhDZ .ThemeToggle_toggleSlider__oYTov{transform:translateX(0)}.ThemeToggle_themeToggle___nmB6:hover .ThemeToggle_toggleSlider__oYTov{box-shadow:0 3px 6px rgba(0,0,0,.3)}@media (max-width:640px){.ThemeToggle_themeToggle___nmB6{top:1rem;right:1rem}.ThemeToggle_toggleTrack__FkjH_{width:70px;height:36px;padding:0 6px}.ThemeToggle_iconSide__S4lCT{width:20px;height:20px}.ThemeToggle_iconSide__S4lCT svg{width:16px;height:16px}.ThemeToggle_toggleSlider__oYTov{width:26px;height:26px}.ThemeToggle_dark__yvaC2 .ThemeToggle_toggleSlider__oYTov{transform:translateX(34px)}}:root{--color-primary:#faa10a;--color-secondary:#000;--color-background:#fff;--color-surface:#f5f5f5;--color-surface-hover:#eee;--color-text:#000;--color-text-secondary:#333;--color-text-muted:#666;--color-border:#ddd;--color-border-light:#eee;--color-input-bg:#fafafa;--color-error-bg:#fff3f3;--color-error-border:#fcc;--color-error-text:#c00;--color-timeline-line:#ddd;--color-shadow:rgba(0,0,0,.1)}@media (prefers-color-scheme:dark){:root:not([data-theme]){--color-primary:#faa10a;--color-secondary:#fff;--color-background:#000;--color-surface:#1a1a1a;--color-surface-hover:#252525;--color-text:#fff;--color-text-secondary:#e0e0e0;--color-text-muted:#999;--color-border:#333;--color-border-light:#2a2a2a;--color-input-bg:#0a0a0a;--color-error-bg:#2a0000;--color-error-border:#500;--color-error-text:#f66;--color-timeline-line:#333;--color-shadow:rgba(247,143,20,.1)}}[data-theme=dark]{--color-primary:#faa10a;--color-secondary:#fff;--color-background:#000;--color-surface:#1a1a1a;--color-surface-hover:#252525;--color-text:#fff;--color-text-secondary:#e0e0e0;--color-text-muted:#999;--color-border:#333;--color-border-light:#2a2a2a;--color-input-bg:#0a0a0a;--color-error-bg:#2a0000;--color-error-border:#500;--color-error-text:#f66;--color-timeline-line:#333;--color-shadow:rgba(247,143,20,.1)}[data-theme=light]{--color-primary:#faa10a;--color-secondary:#000;--color-background:#fff;--color-surface:#f5f5f5;--color-surface-hover:#eee;--color-text:#000;--color-text-secondary:#333;--color-text-muted:#666;--color-border:#ddd;--color-border-light:#eee;--color-input-bg:#fafafa;--color-error-bg:#fff3f3;--color-error-border:#fcc;--color-error-text:#c00;--color-timeline-line:#ddd;--color-shadow:rgba(0,0,0,.1)}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-background);color:var(--color-text);transition:background-color .3s ease,color .3s ease}a{color:inherit;text-decoration:none}