:root{--bg-primary:#f4f2fb;--bg-secondary:#eae6f7;--bg-tertiary:#d8d2ee;--text-primary:#1a1a2e;--text-secondary:#4a4568;--text-tertiary:#7a72a0;--border-color:#cdc5e8;--border-color-light:#ddd6f0;--accent-color:#7c5cfc;--accent-light:#ede8ff;--item-hover:#e8e3f5;--item-active:#ddd4ff;--color-success:#10b981;--color-warning:#f59e0b;--color-error:#ef4444;--color-success-bg:#d4edda;--color-success-text:#155724;--color-error-bg:#fee2e2;--color-error-text:#dc2626;--color-warning-text:#e08a00}body.dark-mode{--bg-primary:#12122a;--bg-secondary:#1a1a3a;--bg-tertiary:#0f1a3e;--text-primary:#e2dff6;--text-secondary:#c4b5fd;--text-tertiary:#a5a0d0;--border-color:#7864ff4d;--border-color-light:#7864ff2e;--accent-color:#7c5cfc;--accent-light:#1e1640;--item-hover:#1e1a40;--item-active:#2a2050;--color-success:#10b981;--color-warning:#f59e0b;--color-error:#ef4444;--color-success-bg:#0f2e1f;--color-success-text:#6ee7b7;--color-error-bg:#2e1515;--color-error-text:#fca5a5;--color-warning-text:#fbbf24}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{max-width:100vw}body{max-width:100vw;color:var(--text-primary);background:var(--bg-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:15px;line-height:1.5;overflow-x:hidden}a{color:var(--accent-color);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}
.LoginModal-module__bikqZa__overlay{z-index:9999;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.LoginModal-module__bikqZa__content{background:var(--bg-primary,#1a1a2e);border-radius:12px;width:100%;max-width:400px;max-height:90vh;padding:32px 24px 24px;position:relative;overflow-y:auto}.LoginModal-module__bikqZa__close{cursor:pointer;color:var(--text-secondary,#999);background:0 0;border:none;padding:4px 8px;font-size:18px;position:absolute;top:8px;right:12px}.LoginModal-module__bikqZa__close:hover{color:var(--text-primary,#fff)}
