.af-root { position: fixed; inset: 0; z-index: 300; background: var(--bg); display: flex; flex-direction: column; animation: afFade .25s var(--ease); }
@keyframes afFade { from { opacity: 0; } }
.af-topbar { display: flex; align-items: center; padding: 20px 26px; border-bottom: 1px solid var(--line); }
.af-topbar .af-skip { margin-left: auto; }
.af-split { display: grid; grid-template-columns: 1.05fr 1fr; }
.af-aside { position: relative; display: flex; flex-direction: column; padding: 44px 52px; background: var(--panel); border-right: 1px solid var(--line); overflow: hidden; }
.af-aside-mid { margin-top: auto; }
.af-aside-h { font-size: 30px; font-weight: 600; letter-spacing: -.8px; line-height: 1.2; max-width: 460px; text-wrap: balance; }
.af-aside-list { display: flex; flex-direction: column; gap: 20px; margin-top: 38px; max-width: 440px; }
.af-aside-item { display: flex; gap: 14px; }
.af-aside-ic { width: 34px; height: 34px; flex-shrink: 0; border-radius: 9px; background: var(--surface); border: 1px solid var(--line-strong); color: var(--accent); display: grid; place-items: center; }
.af-aside-t { display: block; font-size: 14px; font-weight: 600; letter-spacing: -.2px; }
.af-aside-d { display: block; font-size: 12.5px; color: var(--t2); line-height: 1.55; margin-top: 4px; }
.af-aside-foot { margin-top: auto; padding-top: 40px; }
.af-aside-metrics { display: flex; gap: 34px; }
.af-aside-metrics b { font-family: var(--mono); font-size: 20px; font-weight: 600; letter-spacing: -.5px; }
.af-aside-metrics span { display: block; font-size: 11.5px; color: var(--t3); margin-top: 3px; }
.af-aside-logos { font-size: 12px; color: var(--t3); margin-top: 24px; }
.af-split-form { position: relative; display: grid; place-items: center; padding: 30px; overflow-y: auto; }
.af-split-skip { position: absolute; top: 24px; right: 28px; }
.af-split .af-card { border: none; box-shadow: none; background: none; padding: 0; width: 344px; }
.af-split .af-card > .af-logo { display: none; }
.af-split .af-h { margin-top: 0; font-size: 24px; letter-spacing: -.6px; }
@media (max-width: 860px) { .af-split { grid-template-columns: 1fr; } .af-aside { display: none; } .af-split .af-card { width: 360px; } }
.af-stage { flex: 1; display: grid; place-items: center; padding: 30px 20px; overflow-y: auto; }
.af-anim { animation: afRise .3s var(--ease); width: 100%; display: flex; justify-content: center; }
@keyframes afRise { from { opacity: 0; transform: translateY(8px); } }
.af-logo { display: inline-flex; align-items: center; gap: 9px; font-size: 15px; font-weight: 600; letter-spacing: -.2px; color: var(--text); }
.af-logo-mk { border-radius: 7px; background: var(--accent); color: #fff; display: grid; place-items: center; flex-shrink: 0; }
.af-card { width: 400px; max-width: 100%; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-2); padding: 32px 34px; }
.af-card.af-wide { width: 560px; }
.af-h { font-size: 21px; font-weight: 600; letter-spacing: -.5px; margin-top: 22px; }
.af-sub { font-size: 13px; color: var(--t2); line-height: 1.55; margin-top: 8px; }
.af-oauth { display: flex; flex-direction: column; gap: 9px; margin-top: 24px; }
.af-oauth-btn { display: flex; align-items: center; justify-content: center; gap: 9px; height: 42px; border: 1px solid var(--line-strong); border-radius: 10px; background: var(--surface); font-size: 13.5px; font-weight: 540; color: var(--text); transition: .13s var(--ease); }
.af-oauth-btn:hover { background: var(--panel); border-color: #d6d6da; }
.af-divider { display: flex; align-items: center; gap: 12px; margin: 20px 0; color: var(--t4); font-size: 11px; text-transform: uppercase; letter-spacing: .5px; }
.af-divider::before, .af-divider::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.af-field { display: block; margin-bottom: 16px; }
.af-field > span { display: block; font-size: 12.5px; font-weight: 560; color: var(--text); margin-bottom: 7px; letter-spacing: -.1px; }
.af-field-row { display: flex; align-items: center; justify-content: space-between; }
.af-in { width: 100%; height: 44px; padding: 0 14px; border: 1px solid var(--line-strong); border-radius: 10px; background: var(--surface); font-size: 14px; font-family: inherit; color: var(--text); outline: none; transition: border-color .12s var(--ease), box-shadow .12s var(--ease); }
.af-in:hover { border-color: #d3d3d8; }ine: none; transition: .13s var(--ease); }
.af-in:focus { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-tint); background: var(--surface); }
.af-in::placeholder { color: var(--t4); }
.af-link { color: var(--accent); font-weight: 540; font-size: 12px; background: none; border: none; cursor: pointer; }
.af-link:hover { text-decoration: underline; }
.af-submit { width: 100%; height: 44px; margin-top: 8px; font-size: 14px; font-weight: 600; }
.af-foot { margin-top: 20px; font-size: 13px; color: var(--t2); text-align: center; }
.af-legal { margin-top: 16px; font-size: 11.5px; color: var(--t4); line-height: 1.5; text-align: center; }
.af-pw { display: flex; gap: 5px; margin-top: 9px; }
.af-pw i { height: 3px; flex: 1; border-radius: 2px; background: var(--line-2); transition: background .2s var(--ease); }
.af-pw i.on { background: var(--green); }
.af-icon { width: 52px; height: 52px; border-radius: 14px; background: var(--accent-tint); color: var(--accent); display: grid; place-items: center; margin-top: 22px; }
.af-icon.ok { background: var(--green-weak); color: var(--green); }
.af-stepper { display: flex; align-items: center; gap: 7px; margin-bottom: 4px; }
.af-stepper-step { display: flex; align-items: center; gap: 7px; font-size: 12px; color: var(--t3); font-weight: 540; }
.af-stepper-step .dot { width: 20px; height: 20px; border-radius: 50%; border: 1.5px solid var(--line-strong); display: grid; place-items: center; font-size: 10px; font-family: var(--mono); }
.af-stepper-step.on { color: var(--accent); }
.af-stepper-step.on .dot { background: var(--accent); border-color: var(--accent); color: #fff; }
.af-stepper-step.done { color: var(--text); }
.af-stepper-step.done .dot { background: var(--text); border-color: var(--text); color: #fff; }
.af-stepper-bar { width: 22px; height: 1.5px; background: var(--line-strong); }
.af-stepper-bar.done { background: var(--text); }
.af-region-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 24px; }
.af-region { text-align: left; display: flex; flex-direction: column; gap: 12px; padding: 20px; min-width: 0; border: 1px solid var(--line-strong); border-radius: 15px; background: var(--surface); cursor: pointer; transition: border-color .16s var(--ease), background .16s var(--ease), box-shadow .16s var(--ease), transform .16s var(--ease); }
.af-region:hover { border-color: var(--accent-weak); box-shadow: var(--shadow-1); transform: translateY(-1px); }
.af-region.on { border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent), var(--shadow-1); background: var(--accent-tint); }
.af-region-top { display: flex; align-items: flex-start; gap: 12px; }
.af-region-flag { font-size: 26px; line-height: 1; }
.af-region-head { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.af-region-name { font-size: 15.5px; font-weight: 600; letter-spacing: -.3px; }
.af-region-ep { font-family: var(--mono); font-size: 11px; color: var(--t3); }
.af-radio { margin-left: auto; flex-shrink: 0; width: 20px; height: 20px; border-radius: 50%; border: 1.5px solid var(--line-strong); display: grid; place-items: center; color: #fff; transition: .16s var(--ease); }
.af-region.on .af-radio { border-color: var(--accent); background: var(--accent); }
.af-region-d { font-size: 12.5px; color: var(--t2); line-height: 1.5; }
.af-region-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 12px 0; border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); }
.af-region.on .af-region-stats { border-color: var(--accent-weak); }
.af-region-stat { display: flex; flex-direction: column; gap: 5px; }
.af-region-stat-k { font-size: 10px; font-weight: 600; letter-spacing: .4px; text-transform: uppercase; color: var(--t4); }
.af-region-stat-v { display: flex; align-items: center; gap: 6px; font-family: var(--mono); font-size: 12px; font-weight: 600; color: var(--text); }
.af-region-stat-v .ep-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px var(--green-weak); }
.af-lat-bars { display: inline-flex; align-items: flex-end; gap: 2px; height: 11px; }
.af-lat-bars i { width: 3px; border-radius: 1px; background: var(--line-strong); }
.af-lat-bars i:nth-child(1) { height: 4px; } .af-lat-bars i:nth-child(2) { height: 6px; } .af-lat-bars i:nth-child(3) { height: 9px; } .af-lat-bars i:nth-child(4) { height: 11px; }
.af-lat-bars i.on { background: var(--green); }
.af-region-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.af-region-tag { font-size: 10.5px; font-weight: 600; color: var(--t2); background: var(--line-2); border-radius: 6px; padding: 3px 8px; }
.af-region.on .af-region-tag { background: var(--surface); color: var(--accent); }
.af-install-ctx { display: flex; align-items: center; gap: 10px; padding: 10px 13px; border: 1px solid var(--line); border-bottom: none; border-radius: 10px 10px 0 0; background: var(--panel); }
.af-ctx-k { font-size: 11px; font-weight: 600; letter-spacing: .3px; text-transform: uppercase; color: var(--t4); }
.af-ctx-v { font-family: var(--mono); font-size: 12px; font-weight: 600; color: var(--accent); }
.af-ctx-region { display: inline-flex; align-items: center; gap: 6px; margin-left: auto; font-family: var(--mono); font-size: 11px; color: var(--t3); }
.af-ctx-region .ep-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px var(--green-weak); }
.af-install-ctx + .cb { border-radius: 0 0 11px 11px; }
.af-affix { display: flex; align-items: center; border: 1px solid var(--line-strong); border-radius: 10px; background: var(--bg); overflow: hidden; }
.af-affix:focus-within { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-tint); }
.af-affix .pfx { padding: 0 2px 0 13px; color: var(--t3); font-family: var(--mono); font-size: 13px; }
.af-affix input { flex: 1; height: 42px; border: none; background: none; padding: 0 4px; font-size: 13.5px; font-family: var(--mono); color: var(--text); outline: none; }
.af-affix .sfx { display: inline-flex; align-items: center; gap: 4px; padding: 0 13px; color: var(--green); font-size: 11.5px; font-weight: 540; }
.af-chips, .af-plats { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 8px; }
.af-chip, .af-plat { font-size: 12.5px; font-weight: 540; color: var(--t2); border: 1px solid var(--line-strong); border-radius: 9px; padding: 8px 14px; background: var(--surface); transition: .12s var(--ease); }
.af-chip:hover, .af-plat:hover { border-color: var(--accent-weak); color: var(--accent); background: var(--accent-tint); }
.af-chip.on, .af-plat.on { border-color: var(--accent); color: var(--accent); background: var(--accent-tint); }
.af-actions { display: flex; align-items: center; gap: 10px; margin-top: 28px; }
.af-wait { display: flex; align-items: center; gap: 10px; margin-top: 16px; font-size: 12.5px; color: var(--t2); }
.af-pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--accent); animation: afPulse 1.6s infinite; }
@keyframes afPulse { 0% { box-shadow: 0 0 0 0 rgba(91,92,235,.4); } 70% { box-shadow: 0 0 0 8px rgba(91,92,235,0); } 100% { box-shadow: 0 0 0 0 rgba(91,92,235,0); } }
.af-warm { margin-top: 22px; padding: 16px 18px; border: 1px solid var(--accent-weak); border-radius: 13px; background: var(--accent-tint); }
.af-warm-h { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 540; color: var(--text); }
.af-warm-live { display: inline-flex; align-items: center; gap: 5px; margin-left: auto; font-size: 10px; font-weight: 600; color: var(--green); text-transform: uppercase; letter-spacing: .4px; }
.af-warm-live::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--green); animation: afPulse 1.6s infinite; }
.af-warm-d { font-size: 12.5px; color: var(--t2); margin-top: 9px; }
.af-warm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 14px; margin-top: 12px; }
.af-warm-item { display: flex; align-items: center; gap: 7px; font-size: 12.5px; color: var(--text); font-weight: 500; }
.af-warm-item svg { color: var(--green); }
.tour-launch { position: fixed; left: 50%; transform: translateX(-50%); bottom: 16px; z-index: 150; display: inline-flex; align-items: center; gap: 7px; padding: 8px 13px; border-radius: 10px; background: var(--surface); border: 1px solid var(--line-strong); box-shadow: var(--shadow-2); font-size: 12.5px; font-weight: 540; color: var(--t2); cursor: pointer; transition: color .14s var(--ease), border-color .14s var(--ease), background .14s var(--ease); }
.tour-launch:hover, .tour-launch.pulse { color: var(--accent); border-color: var(--accent-weak); background: var(--accent-tint); }
.jr-card { width: 320px; background: var(--surface); border: 1px solid var(--line); border-radius: 15px; box-shadow: var(--shadow-3); padding: 20px; }
.jr-step-n { font-family: var(--mono); font-size: 10.5px; font-weight: 600; letter-spacing: .4px; color: var(--accent); text-transform: uppercase; }
.jr-title { font-size: 16px; font-weight: 600; letter-spacing: -.3px; margin-top: 9px; }
.jr-body { font-size: 13px; color: var(--t2); line-height: 1.6; margin-top: 8px; }
.jr-dots { display: flex; gap: 6px; margin-top: 16px; }
.jr-dots span { width: 6px; height: 6px; border-radius: 50%; background: var(--line-strong); transition: .2s var(--ease); }
.jr-dots span.on { background: var(--accent); width: 18px; border-radius: 3px; }
.jr-actions { display: flex; align-items: center; gap: 8px; margin-top: 18px; }
.jr-skip { font-size: 12.5px; color: var(--t3); font-weight: 540; background: none; border: none; cursor: pointer; }
.jr-skip:hover { color: var(--t2); }
.jr-btn { height: 34px; padding: 0 14px; border-radius: 9px; border: 1px solid var(--line-strong); background: var(--surface); font-size: 12.5px; font-weight: 540; cursor: pointer; transition: .13s var(--ease); }
.jr-btn:hover { background: var(--panel); }
.jr-btn.primary { background: var(--accent); border-color: var(--accent); color: #fff; box-shadow: 0 1px 2px rgba(91,92,235,.3); }
.jr-btn.primary:hover { background: #5152e0; }
.tour-root { position: fixed; inset: 0; z-index: 400; animation: afFade .2s var(--ease); }
.tour-mask { position: absolute; inset: 0; transition: .25s var(--ease); }
.tour-ring { position: absolute; border-radius: 12px; box-shadow: 0 0 0 2px var(--accent), 0 0 0 6px var(--accent-tint); pointer-events: none; transition: left .3s var(--ease), top .3s var(--ease), width .3s var(--ease), height .3s var(--ease); }
.tour-card { position: absolute; z-index: 401; animation: afRise .28s var(--ease); }
@media (max-width: 620px) { .af-region-grid, .af-warm-grid { grid-template-columns: 1fr; } .af-card.af-wide { width: 400px; } }
.af-onb .af-onb-rail { justify-content: flex-start; }
.af-onb-title { font-size: 11px; font-weight: 600; letter-spacing: .5px; text-transform: uppercase; color: var(--t4); margin-top: 40px; }
.af-onb-steps { display: flex; flex-direction: column; gap: 4px; margin-top: 18px; position: relative; }
.af-onb-steps::before { content: ""; position: absolute; left: 15px; top: 26px; bottom: 26px; width: 1.5px; background: var(--line-strong); }
.af-onb-steps::after { content: ""; position: absolute; left: 15px; top: 26px; width: 1.5px; background: var(--accent); height: var(--onb-fill, 0); transition: height .4s var(--ease); z-index: 0; }
.af-onb-step { display: flex; align-items: center; gap: 14px; padding: 12px 0; position: relative; }
.af-onb-node { width: 32px; height: 32px; flex-shrink: 0; border-radius: 50%; border: 1.5px solid var(--line-strong); background: var(--panel); display: grid; place-items: center; font-family: var(--mono); font-size: 13px; font-weight: 600; color: var(--t3); z-index: 1; transition: .2s var(--ease); }
.af-onb-step.on .af-onb-node { border-color: var(--accent); background: var(--accent); color: #fff; box-shadow: 0 0 0 4px var(--accent-tint); }
.af-onb-step.done .af-onb-node { border-color: var(--accent); background: var(--accent); color: #fff; }
.af-onb-l { display: block; font-size: 14px; font-weight: 600; letter-spacing: -.2px; color: var(--t3); }
.af-onb-step.on .af-onb-l, .af-onb-step.done .af-onb-l { color: var(--text); }
.af-onb-d { display: block; font-size: 12px; color: var(--t4); margin-top: 2px; }
.af-onb-step.on .af-onb-d { color: var(--t2); }
.af-prov { margin-top: 40px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.af-prov-h { display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 600; letter-spacing: -.1px; color: var(--text); }
.af-prov-spin { width: 13px; height: 13px; border-radius: 50%; border: 1.6px solid var(--line-strong); border-top-color: var(--accent); animation: afSpin .8s linear infinite; }
@keyframes afSpin { to { transform: rotate(360deg); } }
.af-prov-list { display: flex; flex-direction: column; margin-top: 14px; }
.af-prov-item { display: flex; align-items: center; gap: 11px; padding: 8px 0; position: relative; }
.af-prov-item + .af-prov-item::before { content: ""; position: absolute; left: 8px; top: -8px; height: 16px; width: 1.5px; background: var(--line-2); }
.af-prov-dot { width: 17px; height: 17px; flex-shrink: 0; border-radius: 50%; border: 1.5px solid var(--line-strong); background: var(--surface); display: grid; place-items: center; color: #fff; z-index: 1; transition: .2s var(--ease); }
.af-prov-item.done .af-prov-dot { background: var(--green); border-color: var(--green); }
.af-prov-item.active .af-prov-dot { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-tint); animation: afPulse 1.6s infinite; }
.af-prov-txt { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.af-prov-l { font-size: 12.5px; font-weight: 540; color: var(--t3); letter-spacing: -.1px; }
.af-prov-item.done .af-prov-l, .af-prov-item.active .af-prov-l { color: var(--text); }
.af-prov-d { font-size: 11px; color: var(--t4); }
.af-prov-ok { margin-left: auto; font-size: 10.5px; font-weight: 600; color: var(--green); }
.af-prov-pending { margin-left: auto; font-size: 10.5px; font-family: var(--mono); color: var(--accent); }
.af-prov-foot { display: flex; flex-direction: column; gap: 6px; }
.af-prov-badges { display: flex; flex-wrap: wrap; gap: 7px; }
.af-prov-chip { font-family: var(--mono); font-size: 10.5px; font-weight: 600; letter-spacing: .2px; color: var(--t2); background: var(--surface); border: 1px solid var(--line-strong); border-radius: 6px; padding: 4px 9px; }
.af-onb-form { align-items: flex-start; }
.af-onb-body { width: 100%; max-width: 468px; margin: auto; }
.af-onb-mstep { font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: .4px; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; }
.af-onb-h { margin-top: 0; font-size: 31px; letter-spacing: -1px; line-height: 1.12; }
.af-onb-form .af-sub { font-size: 14.5px; line-height: 1.55; margin-top: 12px; max-width: 440px; }
.af-onb-body .af-region-grid { margin-top: 28px; }
.af-onb-body .af-field:first-of-type { margin-top: 28px; }
.af-onb-body .ins-plat-groups { margin-top: 24px; }
.af-onb-body .af-ins-groups { display: flex; flex-direction: column; gap: 14px; }
@media (max-width: 860px) { .af-onb .af-onb-rail { display: none; } }
.af-success .af-stage { display: grid; place-items: center; }
.af-success-card { display: grid; grid-template-columns: 1.1fr 1fr; gap: 0; width: 760px; max-width: 100%; background: var(--surface); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-2); overflow: hidden; }
.af-success-l { padding: 40px; }
.af-live-pill { display: inline-flex; align-items: center; gap: 7px; margin-top: 20px; font-size: 11.5px; font-weight: 600; color: var(--green); background: var(--green-weak); border-radius: 999px; padding: 5px 11px; }
.af-live-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); animation: afPulse 1.6s infinite; }
.af-success-r { padding: 36px 32px; background: var(--panel); border-left: 1px solid var(--line); }
.af-signal-list { display: flex; flex-direction: column; gap: 2px; margin-top: 16px; }
.af-signal { display: flex; align-items: center; gap: 11px; padding: 10px 10px; border-radius: 9px; font-size: 13px; font-weight: 500; transition: background .12s var(--ease); }
.af-signal:hover { background: var(--line-2); }
.af-signal-ic { width: 26px; height: 26px; flex-shrink: 0; border-radius: 7px; background: var(--surface); border: 1px solid var(--line-strong); color: var(--accent); display: grid; place-items: center; }
.af-signal-check { margin-left: auto; color: var(--green); }
@media (max-width: 720px) { .af-success-card { grid-template-columns: 1fr; } .af-success-r { border-left: none; border-top: 1px solid var(--line); } }
.af-onbc { display: flex; flex-direction: column; }
.af-onbc-top { display: flex; align-items: center; justify-content: space-between; padding: 22px 28px; }
.af-onbc-skip { font-size: 12.5px; }
.af-onbc-main { flex: 1; display: grid; place-items: center; padding: 24px 24px 40px; overflow-y: auto; }
.af-onbc-inner { width: 400px; max-width: 100%; animation: afRise .34s var(--ease); }
.af-onbc-inner.wide { width: 520px; }
.af-onbc-h { font-size: 29px; font-weight: 600; letter-spacing: -.9px; line-height: 1.1; text-align: center; margin-top: 26px; }
.af-onbc-sub { font-size: 14.5px; color: var(--t2); line-height: 1.55; text-align: center; margin: 11px auto 0; max-width: 400px; }
.af-onbc-body { margin-top: 34px; display: flex; flex-direction: column; gap: 18px; }
.af-onbc-cta { width: 100%; height: 48px; font-size: 15px; border-radius: 11px; margin-top: 4px; }
.af-onbc-back { display: block; text-align: center; margin-top: 4px; font-size: 12.5px; }
.af-onbc-dual { display: flex; align-items: center; justify-content: space-between; margin-top: 2px; font-size: 12.5px; }
.af-onbc-foot { display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 22px; font-size: 12.5px; color: var(--t3); }
.af-dots { display: flex; align-items: center; justify-content: center; gap: 0; }
.af-dots-dot { width: 18px; height: 18px; border-radius: 50%; border: 1.5px solid var(--line-strong); display: grid; place-items: center; color: #fff; flex-shrink: 0; transition: .2s var(--ease); }
.af-dots-dot.on { border-color: var(--accent); box-shadow: inset 0 0 0 4px var(--accent); }
.af-dots-dot.done { background: var(--accent); border-color: var(--accent); }
.af-dots-bar { width: 42px; height: 1.5px; background: var(--line-strong); transition: .2s var(--ease); }
.af-dots-bar.done { background: var(--accent); }
.af-in-lg { height: 48px; font-size: 15px; border-radius: 11px; }
.af-affix-lg { border-radius: 11px; }
.af-affix-lg input { height: 48px; font-size: 15px; }
.af-affix-lg .pfx { font-size: 14.5px; }
.af-radiolist { display: flex; flex-direction: column; gap: 10px; }
.af-radio-row { display: flex; align-items: center; gap: 14px; width: 100%; text-align: left; padding: 15px 17px; border: 1px solid var(--line-strong); border-radius: 12px; background: var(--surface); cursor: pointer; transition: border-color .14s var(--ease), background .14s var(--ease), box-shadow .14s var(--ease); }
.af-radio-row:hover { border-color: var(--accent-weak); background: var(--accent-tint); }
.af-radio-row.on { border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent); background: var(--accent-tint); }
.af-radio-flag { font-size: 24px; line-height: 1; }
.af-radio-txt { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.af-radio-name { font-size: 14.5px; font-weight: 600; letter-spacing: -.2px; }
.af-radio-ep { font-family: var(--mono); font-size: 11.5px; color: var(--t3); }
.af-onbc-done { text-align: center; }
.af-onbc-done .af-live-pill { margin-top: 0; }
.af-onbc-done .af-warm { text-align: left; margin-top: 26px; }
.af-onbc-done .af-warm-h { justify-content: center; }
.af-onbc-done .af-signal-list { margin-top: 14px; }
.af-onbc-done .af-onbc-cta { margin-top: 26px; }
.af-onbc-auth .af-onbc-body { gap: 14px; margin-top: 28px; }
.af-onbc-auth .af-oauth { margin-top: 0; }
.af-onbc-auth .af-oauth-btn { height: 48px; font-size: 14.5px; border-radius: 11px; }
.af-onbc-auth .af-field > span { font-size: 13px; }
.af-onbc-auth .af-divider { margin: 3px 0; }
.af-onbc-auth .af-field { margin-bottom: 0; }
.af-onbc-auth .af-onbc-cta { margin-top: 6px; }
.af-onbc-auth .af-legal { margin-top: 0; }
.af-onbc-auth .af-foot { margin-top: 24px; }
.af-onbc-auth .af-icon { margin: 4px auto 0; }
.af-onbc-alt { display: block; text-align: center; font-size: 12.5px; margin-top: 2px; }
