@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}.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}: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}.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}.dash-shell{flex-direction:column;min-height:100vh;display:flex}.dash-header{border-bottom:1px solid var(--border);background:var(--surface);align-items:center;gap:12px;padding:14px 20px;display:flex}.dash-header-logo{width:auto;height:26px}.dash-header-title{margin-right:auto;font-size:14px;font-weight:600}.dash-header-ca{text-align:right;opacity:.75;font-size:12px;line-height:1.35}.dash-header-ca strong{opacity:1;font-size:13px;display:block}.dash-signout{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:6px;padding:7px 12px;font-size:12.5px;font-weight:600}.dash-signout:hover{border-color:var(--accent);color:var(--accent)}.dash-body{flex:1;width:100%;max-width:1000px;margin:0 auto;padding:24px 20px 40px}.biz-header{margin-bottom:22px}.biz-header h1{margin:0 0 4px;font-size:22px}.biz-header-meta{opacity:.65;flex-wrap:wrap;gap:16px;font-size:12.5px;display:flex}.back-link{color:var(--accent);margin-bottom:14px;font-size:12.5px;text-decoration:none;display:inline-block}.tab-bar{border-bottom:1px solid var(--border);gap:4px;margin-bottom:18px;display:flex}.tab-button{color:var(--text);opacity:.6;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:9px 14px;font-size:13px;font-weight:600}.tab-button.active{opacity:1;color:var(--accent);border-bottom-color:var(--accent)}.data-table-wrap{border:1px solid var(--border);background:var(--surface);border-radius:10px;overflow-x:auto}table.data-table{border-collapse:collapse;white-space:nowrap;width:100%;font-size:13px}.data-table th,.data-table td{text-align:left;border-bottom:1px solid var(--border);padding:10px 14px}.data-table tr:last-child td{border-bottom:none}.data-table th{text-transform:uppercase;letter-spacing:.04em;opacity:.55;font-size:11px}.redeem-card{border:1px solid var(--border);background:var(--surface);border-radius:10px;flex-wrap:wrap;gap:10px;margin-bottom:28px;padding:16px;display:flex}.redeem-card input{border:1px solid var(--border);background:var(--bg);min-width:0;height:40px;color:var(--text);letter-spacing:1px;border-radius:6px;flex:220px;padding:0 12px;font-family:inherit;font-size:14px}.redeem-card button{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:6px;height:40px;padding:0 18px;font-size:13.5px;font-weight:600}.redeem-card button:disabled{opacity:.55;cursor:default}.redeem-message{flex-basis:100%;font-size:12.5px}.redeem-message.error{color:#c42b1c}.redeem-message.success{color:#0e7c66}.section-title{text-transform:uppercase;letter-spacing:.05em;opacity:.6;margin:0 0 12px;font-size:13px;font-weight:700}.empty-state{text-align:center;border:1px dashed var(--border);opacity:.7;border-radius:10px;padding:32px 16px;font-size:13.5px}.client-list{flex-direction:column;gap:8px;display:flex}.client-row{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:10px;justify-content:space-between;align-items:center;padding:14px 16px;text-decoration:none;display:flex}.client-row:hover{border-color:var(--accent)}.client-row-name{font-size:14px;font-weight:600}.client-row-meta{opacity:.6;font-size:12px}.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}
