:root{--brand: #15803d;--primary: #15803d;--primary-hover: #166534;--primary-text: #14532d;--primary-subtle: #dcfce7;--primary-ring: rgba(21, 128, 61, .22);--accent-primary: #15803d;--accent-primary-hover: #166534;--accent-primary-subtle: #dcfce7;--accent-primary-text: #14532d;--text: #0f172a;--text-2: #1e293b;--muted: #64748b;--subtle: #94a3b8;--bg: #f4f6f9;--surface: #ffffff;--panel: #ffffff;--surface-2: #f8fafc;--surface-3: #f1f5f9;--border: #e2e8f0;--border-strong: #cbd5e1;--line: #e2e8f0;--success: #15803d;--success-text: #14532d;--success-subtle: #dcfce7;--danger: #dc2626;--critical: #dc2626;--critical-text: #991b1b;--critical-border: #fecaca;--critical-subtle: #fef2f2;--critical-hover: #b91c1c;--critical-ring: rgba(220, 38, 38, .2);--warning: #b45309;--warning-text: #78350f;--warning-subtle: #fef9c3;--warning-border: #fde68a;--info: #1d4ed8;--info-text: #1e3a8a;--info-subtle: #dbeafe;--info-border: #bfdbfe;--neutral: #64748b;--neutral-subtle: #f1f5f9;--neutral-text: #475569;--font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;--font-mono: ui-monospace, "SFMono-Regular", Menlo, Monaco, Consolas, monospace;--text-xs: 11px;--text-sm: 12px;--text-body: 13px;--text-ui: 14px;--text-section: 14px;--text-lg: 16px;--text-xl: 20px;--text-page: 22px;--text-2xl: 28px;--lh-tight: 1.2;--lh-snug: 1.35;--lh-normal: 1.5;--lh-relaxed: 1.65;--space-0: 0px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--radius-sm: 6px;--radius-md: 10px;--radius: 14px;--radius-lg: 14px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow: 0 1px 4px rgba(0,0,0,.07), 0 0 0 1px rgba(0,0,0,.04);--shadow-md: 0 1px 4px rgba(0,0,0,.07), 0 0 0 1px rgba(0,0,0,.04);--shadow-lg: 0 8px 24px rgba(0,0,0,.09), 0 2px 6px rgba(0,0,0,.05);--focus-ring: 0 0 0 2px #fff, 0 0 0 4px #15803d;--focus-ring-danger: 0 0 0 2px #fff, 0 0 0 4px #dc2626;--focus-ring-info: 0 0 0 2px #fff, 0 0 0 4px #1d4ed8;--btn-height-sm: 28px;--btn-height-md: 34px;--btn-height-lg: 42px;--btn-height-xl: 48px;--z-base: 1;--z-sticky: 10;--z-topbar: 20;--z-rail: 30;--z-palette: 40;--z-modal: 50;--z-toast: 60}.ob-mfa-steps{display:flex;flex-direction:column;gap:var(--space-5)}.ob-mfa-step{display:flex;gap:var(--space-4);align-items:flex-start}.ob-mfa-step-num{flex-shrink:0;width:32px;height:32px;border-radius:var(--radius-full);background:var(--primary);color:#fff;font-weight:700;font-size:var(--text-ui);display:flex;align-items:center;justify-content:center;line-height:1}.ob-app-badges{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-top:var(--space-2)}.ob-app-badge{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-1) var(--space-3);background:var(--surface-3);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:var(--text-sm)}.ob-autofill-banner{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);background:var(--success-subtle);color:var(--success-text);border-radius:var(--radius-sm);font-size:var(--text-sm);font-weight:500}.ob-domain-suggest{display:inline-flex;align-items:center;gap:var(--space-1);margin-top:var(--space-1);padding:var(--space-1) var(--space-2);background:var(--primary-subtle);color:var(--primary-text);border:1px solid var(--primary-ring);border-radius:var(--radius-full);font-size:var(--text-sm);font-weight:500;cursor:pointer;transition:background .12s ease,border-color .12s ease}.ob-domain-suggest:hover{background:var(--accent-primary-subtle);border-color:var(--primary)}.ob-invite-tabs{display:flex;gap:0;border-bottom:2px solid var(--border);margin-bottom:var(--space-4)}.ob-invite-tab{flex:1;padding:var(--space-2) var(--space-3);background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;font-size:var(--text-sm);font-weight:500;color:var(--muted);cursor:pointer;transition:color .12s ease,border-color .12s ease;text-align:center}.ob-invite-tab:hover{color:var(--text)}.ob-invite-tab[aria-selected=true]{color:var(--primary);border-bottom-color:var(--primary);font-weight:600}.ob-textarea{width:100%;min-height:100px;padding:var(--space-3);border:1.5px solid var(--border);border-radius:var(--radius-md);font-family:var(--font-sans);font-size:var(--text-ui);color:var(--text);background:var(--surface);resize:vertical;transition:border-color .12s ease}.ob-textarea:focus{outline:none;border-color:var(--primary);box-shadow:var(--focus-ring)}.ob-typeahead{position:relative}.ob-typeahead-list{position:absolute;z-index:var(--z-palette);top:100%;left:0;right:0;max-height:240px;overflow-y:auto;margin:var(--space-1) 0 0;padding:var(--space-1) 0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);list-style:none}.ob-typeahead-item{display:flex;flex-direction:column;padding:var(--space-2) var(--space-3);cursor:pointer;transition:background 80ms ease}.ob-typeahead-item:hover,.ob-typeahead-item[aria-selected=true]{background:var(--primary-subtle)}.ob-typeahead-item span{font-size:var(--text-ui);color:var(--text);font-weight:500}.ob-typeahead-item small{font-size:var(--text-xs);color:var(--muted);margin-top:1px}.ob-badge-optional{font-weight:400;text-transform:none;font-size:var(--text-xs);color:var(--muted);margin-left:var(--space-1)}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}body{font-family:var(--font-sans);font-size:var(--text-ui);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.ob-shell{position:relative;min-height:100vh;display:flex;flex-direction:column}.ob-header{padding:var(--space-5) var(--space-6);border-bottom:1px solid var(--border);background:var(--surface)}.ob-main{flex:1;display:flex;flex-direction:column;align-items:center;gap:var(--space-5);padding:var(--space-8) var(--space-4)}.ob-card{width:100%;max-width:480px;padding:var(--space-8);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}@media (max-width: 540px){.ob-card{padding:var(--space-5)}}.ob-heading{margin:0 0 var(--space-2);font-size:var(--text-2xl);font-weight:700;color:var(--text);letter-spacing:-.02em;line-height:var(--lh-tight)}.ob-sub{margin:0;font-size:var(--text-lg);color:var(--muted);line-height:var(--lh-normal)}.ob-label{display:block;margin:0 0 var(--space-2);font-size:var(--text-xs);font-weight:600;color:var(--neutral-text);text-transform:uppercase;letter-spacing:.06em}.ob-input{display:block;width:100%;height:var(--btn-height-xl);padding:0 var(--space-3);font-family:var(--font-sans);font-size:var(--text-ui);color:var(--text);background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-md);transition:border-color .12s ease,box-shadow .12s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}select.ob-input{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2364748b' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right var(--space-3) center;padding-right:var(--space-8)}.ob-input::placeholder{color:var(--subtle)}.ob-input:hover:not(:disabled){border-color:var(--border-strong)}.ob-input:focus{outline:none;border-color:var(--primary);box-shadow:var(--focus-ring)}.ob-input:disabled{background:var(--surface-3);color:var(--muted);cursor:not-allowed}.ob-input[data-state=error]{border-color:var(--danger)}.ob-input[data-state=error]:focus{box-shadow:var(--focus-ring-danger)}.ob-input[data-state=success]{border-color:var(--success)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);height:var(--btn-height-lg);padding:0 var(--space-4);font-family:var(--font-sans);font-size:var(--text-ui);font-weight:600;color:var(--text);background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-md);cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease,box-shadow .12s ease,transform 80ms ease;line-height:1;-webkit-user-select:none;user-select:none}.btn:hover:not(:disabled){border-color:var(--border-strong);background:var(--surface-2)}.btn:focus-visible{outline:none;box-shadow:var(--focus-ring)}.btn:active:not(:disabled){transform:translateY(1px)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn.primary{color:#fff;background:var(--primary);border-color:var(--primary)}.btn.primary:hover:not(:disabled){background:var(--primary-hover);border-color:var(--primary-hover)}.ob-cta{width:100%;height:var(--btn-height-xl);font-size:var(--text-lg)}.btn-ghost{display:inline-flex;align-items:center;gap:var(--space-1);padding:var(--space-1) var(--space-2);font-family:var(--font-sans);font-size:var(--text-ui);font-weight:500;color:var(--primary);background:transparent;border:none;border-radius:var(--radius-sm);cursor:pointer;transition:background .12s ease,color .12s ease}.btn-ghost:hover{background:var(--primary-subtle);text-decoration:underline}.btn-ghost:focus-visible{outline:none;box-shadow:var(--focus-ring)}.btn-ghost:disabled{color:var(--muted);cursor:not-allowed}.ob-note{padding:var(--space-3) var(--space-4);background:var(--info-subtle);color:var(--info-text);border-left:3px solid var(--info);border-radius:var(--radius-sm);font-size:var(--text-sm);line-height:var(--lh-normal)}.ob-note.warn{background:var(--warning-subtle);color:var(--warning-text);border-left-color:var(--warning)}.ob-note.success{background:var(--success-subtle);color:var(--success-text);border-left-color:var(--success)}.ob-divider{position:relative;text-align:center;font-size:var(--text-sm);color:var(--muted);margin:var(--space-2) 0}.ob-divider:before,.ob-divider:after{content:"";position:absolute;top:50%;width:42%;height:1px;background:var(--border)}.ob-divider:before{left:0}.ob-divider:after{right:0}.ob-progress-track{width:100%;height:6px;background:var(--surface-3);border-radius:var(--radius-full);overflow:hidden}.ob-progress-fill{height:100%;background:var(--primary);border-radius:var(--radius-full);transition:width .28s ease}.ob-role-card{display:flex;align-items:flex-start;gap:var(--space-3);width:100%;padding:var(--space-4);background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-md);cursor:pointer;text-align:left;transition:border-color .12s ease,background .12s ease;font-family:inherit}.ob-role-card:hover{border-color:var(--border-strong);background:var(--surface-2)}.ob-role-card[aria-checked=true]{border-color:var(--primary);background:var(--primary-subtle)}.ob-role-card:focus-visible{outline:none;box-shadow:var(--focus-ring)}.ob-provider-card{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-4);background:var(--success-subtle);border:1px solid var(--primary-ring);border-radius:var(--radius-md)}.ob-avatar{flex-shrink:0;width:44px;height:44px;border-radius:var(--radius-full);background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:var(--text-ui);font-weight:700;letter-spacing:.02em}.ob-chip{display:inline-flex;align-items:center;gap:var(--space-1);padding:2px var(--space-2);border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:600;background:var(--surface-3);color:var(--muted)}.ob-chip.success{background:var(--primary);color:#fff}.ob-pw-check{display:flex;align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--muted);transition:color .12s ease}.ob-pw-check.met{color:var(--success-text)}.ob-field-error{margin:var(--space-1) 0 0;font-size:var(--text-sm);color:var(--danger);line-height:var(--lh-normal)}
