:root{--theme-body-background:#100821;--theme-body-background-secondary:#180c33;--theme-primary:#667eea;--theme-secondary:#764ba2;--theme-background:#667eea;--theme-hover-primary:#3449a9;--theme-hover-secondary:#3c1c5d;--theme-text:#8791f5;--theme-text-primary:#8791f5;--theme-text-secondary:#fff;--theme-primary-light:#fff;--theme-border-primary:#667eea;--theme-accent:#667eea;--theme-accent-soft:#764ba2;--theme-gradient-accent:linear-gradient(135deg, var(--theme-accent) 0%, var(--theme-accent-soft) 100%);--theme-success:#22c55e;--theme-success-light:#dcfce7;--theme-warning:#f59e0b;--theme-warning-light:#fef3c7;--theme-error:#ef4444;--theme-error-light:#fee2e2;--theme-info:#3b82f6;--theme-info-light:#dbeafe}html{background-color:var(--theme-body-background)}body{background-color:var(--theme-body-background);color:var(--theme-text-primary);transition:none}body.theme-loaded{transition:background-color .2s ease-in-out,color .2s ease-in-out}#__next{background-color:inherit;min-height:100vh}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:var(--theme-body-background-secondary)}::-webkit-scrollbar-thumb{background:var(--theme-primary);opacity:.5;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:var(--theme-hover-primary)}
