.dashboard-page{display:grid;grid-template-columns:220px 1fr;min-height:100svh}.dash-sidebar{background:var(--color-surface);border-right:1px solid var(--color-border);padding:var(--space-6) 0;display:flex;flex-direction:column;position:sticky;top:0;height:100svh;overflow-y:auto}.dash-logo{display:flex;align-items:center;gap:var(--space-2);padding:0 var(--space-5) var(--space-6);font-weight:var(--weight-extrabold);font-size:var(--text-md);letter-spacing:-.5px;border-bottom:1px solid var(--color-border);margin-bottom:var(--space-4)}.dash-logo-mark{width:28px;height:28px;background:var(--color-primary);border-radius:6px}.dash-nav{list-style:none;padding:0 var(--space-3);display:flex;flex-direction:column;gap:2px;flex:1}.dash-nav-item{display:flex;align-items:center;gap:var(--space-3);padding:10px var(--space-3);border-radius:var(--radius-md);font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--color-text-muted);text-decoration:none;transition:all var(--transition-fast)}.dash-nav-item:hover{background:var(--color-card);color:var(--color-text)}.dash-nav-item.active{background:#ff5a001f;color:var(--color-primary)}.dash-sidebar-footer{padding:var(--space-4) var(--space-4) 0;border-top:1px solid var(--color-border);margin-top:auto}.cta-host-btn{display:flex;align-items:center;gap:var(--space-2);background:#ff5a001a;color:var(--color-primary);border:1px solid rgba(255,90,0,.25);border-radius:var(--radius-md);padding:8px var(--space-3);font-size:var(--text-xs);font-weight:var(--weight-bold);text-decoration:none}.dash-main{padding:var(--space-8);display:flex;flex-direction:column;gap:var(--space-6);max-width:1100px}.dash-topbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--space-4)}.dash-greeting{font-size:var(--text-2xl);font-weight:var(--weight-extrabold);letter-spacing:-.8px}.status-banner{display:flex;align-items:center;gap:var(--space-4);padding:var(--space-4) var(--space-5);background:#f5a62314;border:1px solid rgba(245,166,35,.25);border-radius:var(--radius-md)}.status-banner.verified{background:#3fb9841a;border-color:#3fb9844d}.status-banner.danger{background:#dc5a3c1a;border-color:#dc5a3c4d}.status-icon{width:40px;height:40px;border-radius:50%;background:#f5a6232e;color:#c8821a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.status-banner.verified .status-icon{background:#3fb98438;color:#2f9c6e}.status-banner.danger .status-icon{background:#dc5a3c38;color:#c04020}.ar-intro-card{background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-6) var(--space-6)}.ar-intro-eyebrow{display:inline-block;background:#ff5a001f;color:var(--color-primary);padding:6px 14px;border-radius:999px;font-size:11.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px}.ar-intro-title{font-size:28px;font-weight:800;line-height:1.18;letter-spacing:-.015em;margin-bottom:12px}.ar-intro-title em{font-style:normal;color:var(--color-primary)}.ar-intro-lead{color:var(--color-text-muted);font-size:15.5px;line-height:1.6;max-width:720px;margin-bottom:22px}.ar-intro-pills{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.ar-pill{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:14px 16px;display:flex;flex-direction:column;gap:2px}.ar-pill b{font-size:22px;font-weight:800;color:var(--color-text);letter-spacing:-.02em}.ar-pill span{font-size:12.5px;color:var(--color-text-muted)}.ar-checklist{display:flex;flex-direction:column;gap:14px}.ar-step{background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;transition:border-color .2s ease}.ar-step.is-active{border-color:#ff5a0059}.ar-step.is-done{border-color:#3fb9844d}.ar-step.is-locked .ar-step-head{opacity:.55}.ar-step.is-locked .ar-step-num{background:#9a8c7c2e;color:var(--color-text-muted)}.ar-step-head{display:grid;grid-template-columns:48px 1fr auto;gap:16px;align-items:center;padding:18px 22px}.ar-step-num{width:48px;height:48px;border-radius:14px;background:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:21px;font-weight:900;letter-spacing:-.02em}.ar-step.is-done .ar-step-num{background:#2f9c6e}.ar-step-actor{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);margin-bottom:4px}.ar-step-title{font-size:16.5px;font-weight:700;line-height:1.3}.ar-step-state{font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:5px 10px;border-radius:999px;background:#ff5a001f;color:var(--color-primary)}.ar-step.is-done .ar-step-state{background:#3fb98429;color:#2f9c6e}.ar-step.is-locked .ar-step-state{background:#9a8c7c26;color:var(--color-text-muted)}.ar-step-body{padding:4px 22px 22px;border-top:1px solid var(--color-border);color:var(--color-text-muted);font-size:14.5px;line-height:1.6;display:none}.ar-step.is-active .ar-step-body,.ar-step.is-done .ar-step-body.is-open{display:block}.ar-step-body p{margin-top:14px}.ar-step-notes{list-style:none;padding:0;margin-top:12px;display:flex;flex-direction:column;gap:6px}.ar-step-notes li{font-size:13.5px;color:var(--color-text-muted);padding-left:18px;position:relative}.ar-step-notes li:before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;border-radius:50%;background:var(--color-primary)}.ar-step-next{margin-top:18px;background:var(--color-primary);color:#fff;border:none;border-radius:var(--radius-md);padding:11px 22px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;letter-spacing:.005em}.ar-step-next:hover{filter:brightness(1.08)}.ar-step-next:disabled{opacity:.5;cursor:not-allowed}.ar-options{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}.ar-option{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:16px 18px}.ar-option h4{font-size:15px;font-weight:700;color:var(--color-text);margin:8px 0 6px}.ar-option p{font-size:13.5px;margin:0 0 8px}.ar-option ol{padding-left:18px;font-size:13.5px;color:var(--color-text-muted);line-height:1.55}.ar-option ol li{margin-bottom:4px}.ar-option code{background:#ff5a001a;color:var(--color-primary);padding:1px 6px;border-radius:4px;font-size:12.5px}.ar-option-tag{display:inline-block;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:3px 9px;border-radius:999px;background:#3fb98426;color:#2f9c6e}.ar-option-tag-alt{background:#9a8c7c2e;color:var(--color-text-muted)}.ar-form{padding-top:16px;display:flex;flex-direction:column;gap:16px}.ar-field{display:flex;flex-direction:column;gap:6px}.ar-field-label{font-size:12.5px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted)}.ar-field-label .req{color:var(--color-primary)}.ar-input{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:12px 14px;font-size:14.5px;font-family:var(--font-primary);color:var(--color-text);outline:none;transition:border-color .2s ease}.ar-input:focus{border-color:var(--color-primary)}.ar-hint{font-size:12px;color:var(--color-text-muted);margin:0}.ar-segmented{display:inline-flex;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:4px;gap:4px}.ar-seg-item{cursor:pointer}.ar-seg-item input{display:none}.ar-seg-item span{display:inline-block;padding:7px 14px;font-size:13.5px;font-weight:600;color:var(--color-text-muted);border-radius:calc(var(--radius-md) - 2px);transition:all .15s ease}.ar-seg-item input:checked+span{background:var(--color-primary);color:#fff}.ar-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px}.ar-btn-primary{background:var(--color-primary);color:#fff;border:none;border-radius:var(--radius-md);padding:12px 22px;font-size:14.5px;font-weight:700;cursor:pointer;font-family:inherit;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.ar-btn-primary:hover{filter:brightness(1.08)}.ar-btn-secondary{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:12px 22px;font-size:14.5px;font-weight:700;cursor:pointer;font-family:inherit}.ar-form-msg{font-size:13px;margin-top:6px;min-height:18px}.ar-form-msg.ok{color:#2f9c6e}.ar-form-msg.err{color:#c53030}.ar-success{display:grid;grid-template-columns:56px 1fr;gap:18px;align-items:flex-start;padding:18px;background:#3fb98414;border:1px solid rgba(63,185,132,.25);border-radius:var(--radius-md);margin-top:14px}.ar-success-icon{width:56px;height:56px;border-radius:50%;background:#3fb98433;color:#2f9c6e;display:flex;align-items:center;justify-content:center}.ar-success h4{font-size:16px;font-weight:700;color:var(--color-text);margin-bottom:4px}.ar-success p{color:var(--color-text-muted);font-size:14px;line-height:1.55;margin:0}.ar-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:16px}.ar-summary>div{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:12px 14px;display:flex;flex-direction:column;gap:4px}.ar-summary span{font-size:11.5px;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em;font-weight:700}.ar-summary b{font-size:14.5px;font-weight:700;color:var(--color-text);word-break:break-all}.stripe-card{background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-6)}.stripe-eyebrow{display:inline-block;background:#637fff1f;color:#6e83e0;padding:6px 14px;border-radius:999px;font-size:11.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px}.stripe-title{font-size:26px;font-weight:800;line-height:1.2;letter-spacing:-.015em;margin-bottom:12px}.stripe-title em{font-style:normal;color:var(--color-primary)}.stripe-lead{color:var(--color-text-muted);font-size:15px;line-height:1.6;max-width:720px;margin-bottom:18px}.stripe-bullets{list-style:none;padding:0;margin:0 0 22px;display:flex;flex-direction:column;gap:10px}.stripe-bullets li{font-size:14px;color:var(--color-text-muted);padding-left:22px;position:relative;line-height:1.5}.stripe-bullets li:before{content:"";position:absolute;left:0;top:7px;width:10px;height:10px;border-radius:50%;background:var(--color-primary)}.stripe-bullets li b{color:var(--color-text);font-weight:700}.stripe-actions{display:flex;gap:12px;flex-wrap:wrap}.stripe-cta{background:var(--color-primary);color:#fff;border:none;border-radius:var(--radius-md);padding:13px 26px;font-size:15px;font-weight:700;cursor:pointer;font-family:inherit}.stripe-cta:hover{filter:brightness(1.08)}.stripe-cta:disabled{opacity:.7;cursor:progress}.stripe-dashboard{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:13px 22px;font-size:14.5px;font-weight:700;cursor:pointer;font-family:inherit}.stripe-msg{font-size:13px;margin-top:12px;min-height:18px}.stripe-msg.ok{color:#2f9c6e}.stripe-msg.err{color:#c53030}.stripe-footnote{font-size:12.5px;color:var(--color-text-muted);margin-top:16px;line-height:1.55}.stripe-status-detail{background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:14px 18px}.stripe-status-detail summary{font-size:13.5px;font-weight:700;cursor:pointer}.stripe-status-detail ul{margin-top:10px;padding-left:18px;font-size:13.5px;color:var(--color-text-muted)}.unsup-card{background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-6)}.unsup-title{font-size:22px;font-weight:800;letter-spacing:-.01em;margin-bottom:12px}.unsup-card p{color:var(--color-text-muted);font-size:14.5px;line-height:1.6;margin-bottom:16px}.unsup-form{display:flex;gap:10px;flex-wrap:wrap}.unsup-form .ar-input{flex:1;min-width:260px}@media (max-width: 768px){.dashboard-page{grid-template-columns:1fr}.dash-sidebar{display:none}.dash-main{padding:var(--space-4) var(--space-3)}.ar-intro-title,.stripe-title{font-size:22px}.ar-intro-pills,.ar-options,.ar-summary{grid-template-columns:1fr}.ar-step-head{grid-template-columns:40px 1fr;row-gap:6px;padding:16px}.ar-step-num{width:40px;height:40px;font-size:18px}.ar-step-state{grid-column:1 / -1;justify-self:start}.ar-step-body{padding:4px 16px 18px}.stripe-card,.unsup-card,.ar-intro-card{padding:var(--space-5) var(--space-4)}.stripe-actions,.ar-actions{flex-direction:column}.stripe-cta,.stripe-dashboard,.ar-btn-primary,.ar-btn-secondary{width:100%;white-space:normal;overflow-wrap:anywhere;line-height:1.25}}
