: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)}.ob-note.success{background:var(--success-subtle);color:var(--success-text);border-left-color:var(--success)}
