@import "https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";:root{--text:#1a1a1a;--bg:#f5f6f8;--surface:#fff;--border:#0000001a;--accent:#1e5eff;--accent-dark:#1748c4;--accent-tint:#e7edfc;--scrollbar-thumb:#1a1a1a47;--scrollbar-thumb-hover:#1e5effb8;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;font:16px/1.5 system-ui,Segoe UI,Roboto,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}*{box-sizing:border-box;scrollbar-color:var(--scrollbar-thumb) transparent;scrollbar-width:thin}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);background-clip:padding-box;border:2px solid #0000;border-radius:999px;min-height:36px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover);background-clip:padding-box}::-webkit-scrollbar-corner{background:0 0}body{background:var(--bg);color:var(--text);margin:0}#root{min-height:100vh}.page-loading{justify-content:center;align-items:center;min-height:100vh;display:flex}.centered-page{justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.brand-logo{border-radius:14px;width:56px;height:56px;margin:0 auto 16px;display:block}.access-denied-card{text-align:center;max-width:380px}.access-denied-card p{opacity:.75;margin-top:16px;line-height:1.5}.spinner{border:3px solid var(--accent-tint);border-top-color:var(--accent);border-radius:50%;width:28px;height:28px;margin:0 auto;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.form-notice{background:var(--accent-tint);color:var(--accent-dark);border-radius:8px;margin:0 0 12px;padding:10px 12px;font-size:.85rem}.screen-add-button{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:10px 18px;font-size:.9rem;font-weight:600;transition:background-color .15s}.screen-add-button:hover{background:var(--accent-dark)}:root[data-theme=dark]{--text:#f5f7fa;--bg:#101114;--surface:#191b20;--border:#ffffff1f;--scrollbar-thumb:#ffffff3d;--scrollbar-thumb-hover:#4c85ffd1;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}[data-theme=dark] .spinner{border-color:#ffffff26;border-top-color:var(--accent)}[data-theme=dark] .form-notice{color:#c9d7fb;background:#1e5eff2e}.kyc-page{background:var(--bg);justify-content:center;align-items:center;min-height:100dvh;padding:clamp(20px,5vw,48px) 16px;display:flex}.kyc-card{flex-direction:column;gap:16px;width:100%;max-width:460px;display:flex}.kyc-card h1{margin:0;font-size:1.3rem}.kyc-step-hint{opacity:.65;margin:-6px 0 2px;font-size:.85rem;line-height:1.5}.kyc-stepper{gap:6px;display:flex}.kyc-stepper-dot{background:var(--border);border-radius:999px;flex:auto;justify-content:center;align-items:center;height:4px;display:flex}.kyc-stepper-dot span{display:none}.kyc-stepper-dot.is-done{background:var(--accent)}.kyc-card form,.kyc-card>div{flex-direction:column;gap:12px;display:flex}.kyc-card label{opacity:.8;font-size:.85rem;font-weight:500}.kyc-card input,.kyc-card select{border:1px solid var(--border);background:var(--surface);color:inherit;border-radius:10px;width:100%;padding:12px 14px;font-family:inherit;font-size:16px}.kyc-card input:focus,.kyc-card select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-tint);outline:none}.kyc-phone-row{gap:8px;display:flex}.kyc-phone-prefix{border:1px solid var(--border);background:var(--surface);border-radius:10px;align-items:center;padding:0 14px;font-weight:500;display:flex}.kyc-phone-row input{flex:auto}.kyc-file-field{flex-direction:column;gap:6px;display:flex}.kyc-file-trigger{border:1.5px dashed var(--border);background:var(--surface);height:110px;color:inherit;cursor:pointer;border-radius:12px;justify-content:center;align-items:center;padding:0;display:flex;position:relative;overflow:hidden}.kyc-file-trigger:hover{border-color:var(--accent)}.kyc-file-placeholder{opacity:.6;flex-direction:column;align-items:center;gap:6px;font-size:.82rem;display:flex}.kyc-file-preview{object-fit:cover;width:100%;height:100%}.kyc-file-chip{color:#fff;white-space:nowrap;text-overflow:ellipsis;background:#101216b8;border-radius:7px;align-items:center;gap:5px;padding:5px 8px;font-size:.72rem;display:flex;position:absolute;bottom:6px;left:6px;right:6px;overflow:hidden}.kyc-toggle-row{gap:8px;display:flex}.kyc-toggle-button{border:1px solid var(--border);background:var(--surface);color:inherit;cursor:pointer;border-radius:10px;flex:1 1 0;padding:10px 12px;font-size:.88rem;font-weight:600}.kyc-toggle-button.is-active{border-color:var(--accent);background:var(--accent-tint);color:var(--accent-dark)}.kyc-step-actions{gap:10px;margin-top:4px;display:flex}.kyc-primary-button,.kyc-secondary-button{cursor:pointer;border:none;border-radius:10px;flex:1 1 0;padding:12px 14px;font-size:.92rem;font-weight:600;position:relative}.kyc-primary-button{background:var(--accent);color:#fff}.kyc-primary-button:hover:not(:disabled){background:var(--accent-dark)}.kyc-primary-button:disabled{opacity:.6;cursor:default}.kyc-primary-button.is-busy{color:#0000}.kyc-primary-button.is-busy:after{content:"";border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:16px;height:16px;margin:auto;animation:.8s linear infinite kyc-spin;position:absolute;inset:0}.kyc-secondary-button{border:1px solid var(--border);color:inherit;background:0 0}.kyc-secondary-button:hover:not(:disabled){border-color:var(--accent)}@keyframes kyc-spin{to{transform:rotate(360deg)}}.kyc-review-list{grid-template-columns:auto 1fr;gap:6px 14px;margin:0;font-size:.88rem;display:grid}.kyc-review-list dt{opacity:.6}.kyc-review-list dd{margin:0;font-weight:500}.kyc-error{color:#d92d20;background:#d92d2014;border-left:3px solid #d92d20;border-radius:8px;margin:0;padding:10px 12px;font-size:.85rem}.kyc-status-card{text-align:center;flex-direction:column;align-items:center;gap:14px;width:100%;max-width:440px;display:flex}.kyc-status-card h1{margin:0;font-size:1.3rem}.kyc-status-card p{opacity:.68;margin:0;font-size:.92rem;line-height:1.55}.kyc-status-pill{letter-spacing:.03em;text-transform:uppercase;border-radius:999px;padding:5px 12px;font-size:.75rem;font-weight:700}.kyc-status-submitted{background:var(--accent-tint);color:var(--accent-dark)}.kyc-status-approved{color:#0e7c66;background:#0e7c6624}.kyc-status-rejected{color:#c42b1c;background:#c42b1c1f}.kyc-referral-chip{border:1px dashed var(--accent);background:var(--accent-tint);border-radius:12px;padding:12px 18px;font-size:.95rem}.kyc-referral-chip strong{letter-spacing:.06em;margin-left:4px;font-family:ui-monospace,monospace}.kyc-status-card .kyc-primary-button{width:auto;padding:12px 24px}.theme-toggle{border:1px solid var(--border);background:var(--surface);width:36px;height:36px;color:var(--text);cursor:pointer;border-radius:50%;flex:none;justify-content:center;align-items:center;transition:border-color .15s,transform .15s;display:flex}.theme-toggle:hover{border-color:var(--accent)}.theme-toggle:active{transform:scale(.94)}.theme-toggle-fixed{z-index:1000;position:fixed;top:16px;right:16px}.partner-shell{background:var(--bg);width:100%;min-height:100dvh}.partner-topbar{border-bottom:1px solid var(--border);background:var(--surface);z-index:10;align-items:center;gap:24px;padding:14px clamp(20px,4vw,40px);display:flex;position:sticky;top:0}.partner-topbar-brand{flex:none;align-items:center;gap:10px;font-size:.98rem;font-weight:700;display:flex}.partner-topbar-logo{border-radius:8px;width:28px;height:28px}.partner-topbar-nav{flex:auto;gap:4px;display:flex}.partner-nav-link{color:var(--text);opacity:.7;border-radius:8px;padding:8px 14px;font-size:.9rem;font-weight:500;text-decoration:none;transition:background-color .12s,opacity .12s}.partner-nav-link:hover{opacity:1;background:var(--accent-tint)}.partner-nav-link.is-active{opacity:1;background:var(--accent);color:#fff}.partner-topbar-actions{flex:none;align-items:center;gap:10px;display:flex}.partner-topbar-email{opacity:.65;text-overflow:ellipsis;white-space:nowrap;max-width:220px;font-size:.85rem;overflow:hidden}.partner-signout-button{border:1px solid var(--border);background:var(--surface);width:36px;height:36px;color:var(--text);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:border-color .15s;display:flex}.partner-signout-button:hover{border-color:var(--accent);color:var(--accent)}.partner-content{padding:28px clamp(20px,4vw,40px)}@media (width<=640px){.partner-topbar{flex-wrap:wrap;gap:10px 12px;padding:12px 16px}.partner-topbar-brand{flex:auto}.partner-topbar-email{display:none}.partner-topbar-nav{flex:100%;order:3}.partner-content{padding:20px 16px}}.dashboard-home{max-width:680px}.dashboard-home h1{margin:0 0 6px;font-size:1.6rem}.dashboard-home-sub{opacity:.62;margin:0}.dashboard-home-status{font-weight:600}.dashboard-home-status-submitted{color:var(--accent)}.dashboard-home-status-approved{color:#0e7c66}.dashboard-home-status-rejected{color:#c42b1c}.dashboard-home-referral{border:1px dashed var(--accent);background:var(--accent-tint);border-radius:14px;flex-wrap:wrap;align-items:center;gap:4px 12px;margin-top:20px;padding:16px 20px;font-size:.9rem;display:flex}.dashboard-home-referral strong{letter-spacing:.06em;font-family:ui-monospace,monospace;font-size:1.05rem}.dashboard-home-referral-note{opacity:.7;flex-basis:100%;font-size:.8rem}.dashboard-home-card{border:1px solid var(--border);background:var(--surface);border-radius:14px;flex-direction:column;gap:4px;margin-top:28px;padding:20px;display:flex}.dashboard-home-kicker{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;font-size:.75rem;font-weight:700}.dashboard-home-card span:last-child{opacity:.62;font-size:.9rem}.bb-auth{--auth-accent:#1e5eff;--auth-accent-hover:#1748c4;--auth-accent-tint:#1e5eff24;--auth-accent-soft:#eef3ff;--auth-text:#14181f;--auth-text-secondary:#5b6472;--auth-text-tertiary:#7b8494;--auth-border:#d7dbe2;--auth-divider:#e6e9ee;--auth-panel-bg:#f7f8fa;--auth-card-bg:#fff;--auth-success:#0e7c66;--auth-danger:#c42b1c;--auth-danger-text:#a3261b;--auth-danger-bg:#fdf3f2;--auth-danger-border:#f0c4be;color:var(--auth-text);font-family:Figtree,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}[data-theme=dark] .bb-auth{--auth-accent:#4c85ff;--auth-accent-hover:#7aa4ff;--auth-accent-tint:#4c85ff2e;--auth-accent-soft:#4c85ff1a;--auth-text:#f1f3f7;--auth-text-secondary:#b2b9c6;--auth-text-tertiary:#8b93a1;--auth-border:#333a47;--auth-divider:#2a303c;--auth-panel-bg:#181c24;--auth-card-bg:#10131a;--auth-danger-bg:#c42b1c1f;--auth-danger-border:#c42b1c66}.bb-auth-mono{font-family:JetBrains Mono,ui-monospace,Menlo,monospace}.bb-auth .form-notice{background:var(--auth-accent-soft);color:var(--auth-accent-hover);border-radius:4px;margin:0 0 16px;padding:10px 12px;font-size:12.5px}.auth-shell{background:var(--auth-card-bg);width:100%;min-height:100dvh;display:flex}.auth-shell-brand{display:none}.auth-shell-content{flex:100%;justify-content:center;align-items:center;min-height:100dvh;padding:clamp(24px,6vw,48px) 20px;display:flex;overflow-y:auto}.auth-shell-content-inner{width:100%;max-width:400px}.auth-shell-mobile-mark{align-items:center;gap:9px;margin-bottom:28px;display:flex}.auth-shell-mobile-mark .auth-shell-mark-logo{width:auto;height:34px}@media (width>=880px){.auth-shell-mobile-mark{display:none}.auth-shell-brand{background:var(--auth-panel-bg);border-right:1px solid var(--auth-divider);flex:46%;justify-content:center;align-items:center;padding:56px;display:flex}.auth-shell-brand-inner{flex-direction:column;gap:26px;width:100%;max-width:460px;display:flex}.auth-shell-mark{align-items:center;gap:9px;display:flex}.auth-shell-mark-logo{width:auto;height:30px}.auth-shell-mark-badge{letter-spacing:.08em;color:var(--auth-text-secondary);border:1px solid var(--auth-border);border-radius:3px;padding:3px 6px;font-size:9.5px;font-weight:500}.auth-shell-headline{letter-spacing:-.02em;color:var(--auth-text);margin:0;font-size:31px;font-weight:600;line-height:1.16}.auth-shell-tagline{color:var(--auth-text-secondary);max-width:420px;margin:-14px 0 0;font-size:13.5px;line-height:1.6}.auth-shell-feature-list{border:1px solid var(--auth-divider);background:var(--auth-card-bg);border-radius:6px;overflow:hidden}.auth-shell-feature-row{border-bottom:1px solid var(--auth-divider);grid-template-columns:26px 1fr auto;align-items:center;gap:12px;padding:12px 14px;display:grid}.auth-shell-feature-row:last-child{border-bottom:none}.auth-shell-feature-index{color:var(--auth-text-tertiary);font-size:10.5px;font-weight:500}.auth-shell-feature-title{color:var(--auth-text);font-size:12.5px;font-weight:500}.auth-shell-feature-tag{color:var(--auth-text-tertiary);white-space:nowrap;font-size:11px}.auth-shell-content{flex:54%}}@media (width>=1200px){.auth-shell-brand{flex-basis:44%}.auth-shell-content{flex-basis:56%}}.sign-in-form{flex-direction:column;gap:18px;width:100%;display:flex}.sign-in-form h2{letter-spacing:-.015em;color:var(--auth-text);margin:0 0 5px;font-size:22px;font-weight:600}.sign-in-subtitle{color:var(--auth-text-secondary);margin:0;font-size:12.5px;line-height:1.5}.sign-in-form form{text-align:left;flex-direction:column;gap:13px;display:flex}.sign-in-form label{letter-spacing:.06em;text-transform:uppercase;color:var(--auth-text-secondary);font-size:10.5px;font-weight:600}.sign-in-form input{border:1px solid var(--auth-border);background:var(--auth-card-bg);height:42px;color:var(--auth-text);border-radius:4px;width:100%;padding:0 12px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}.sign-in-form input:focus{border-color:var(--auth-accent);box-shadow:0 0 0 3px var(--auth-accent-tint);outline:none}.sign-in-form button{cursor:pointer;border:none;border-radius:4px;height:42px;padding:0 14px;font-family:inherit;font-size:13.5px;font-weight:600;transition:opacity .15s,background-color .15s,box-shadow .15s}.sign-in-form button:disabled{cursor:default}.google-button{background:var(--auth-card-bg);color:var(--auth-text);justify-content:center;align-items:center;gap:9px;display:flex;border:1px solid var(--auth-border)!important}.google-button:hover:not(:disabled){background:var(--auth-panel-bg);border-color:var(--auth-text-tertiary)!important}.google-icon{flex:none;width:16px;height:16px}.button-spinner{border:2px solid #00000026;border-top-color:var(--auth-text);border-radius:50%;flex:none;width:16px;height:16px;animation:.8s linear infinite spin}.sign-in-form form button[type=submit]{background:var(--auth-accent);color:#fff;position:relative}.sign-in-form form button[type=submit]:hover:not(:disabled){background:var(--auth-accent-hover)}.sign-in-form form button[type=submit]:disabled{opacity:.55}.sign-in-form form button[type=submit].is-busy{color:#0000}.sign-in-form form button[type=submit].is-busy:after{content:"";border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:16px;height:16px;margin:auto;animation:.8s linear infinite spin;position:absolute;inset:0}.link-button{color:var(--auth-accent);font-weight:500;background:0 0!important;padding:4px 0!important}.link-button:hover:not(:disabled){color:var(--auth-accent-hover)}.link-button:disabled{color:var(--auth-text-tertiary);opacity:.7}.forgot-password-link{align-self:flex-end;font-size:12px}.sign-in-switch{color:var(--auth-text-secondary);margin:0;font-size:12.5px}.sign-in-switch .link-button{font-size:inherit;display:inline}.sign-in-email-chip{color:var(--auth-text-secondary);margin:0 0 4px;font-size:12.5px}.sign-in-email-chip .link-button{font-size:inherit;display:inline}.divider{color:var(--auth-text-tertiary);align-items:center;gap:10px;font-size:10px;display:flex}.divider:before,.divider:after{content:"";background:var(--auth-divider);flex:1;height:1px}.sign-in-error{border:1px solid var(--auth-danger-border);background:var(--auth-danger-bg);color:var(--auth-danger-text);text-align:left;border-radius:4px;margin:0;padding:10px 12px;font-size:12px;line-height:1.5}.login-page-wrap{min-height:100dvh}
