/* ============================================================================
   SellFalcon Your account (redesign, September 2026).
   The person and the money: who you are, your team and what they can do,
   signed-in devices, the plan, the password, the extension, your data, and
   the two doors nobody should walk through by accident. Signed out, the same
   page is the door in. Tokens and primitives come from app.css.
   ============================================================================ */

.ac { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 12px; align-items: start; min-width: 0; animation: sfRise .26s var(--ez) both; }
.ac-skel { grid-template-columns: 1fr 1fr; }
.ac-col { min-width: 0; display: grid; gap: 12px; }
.ac-sec { overflow: hidden; animation: sfRise .3s var(--ez) both; }
.ac-sec.pad { padding: 18px 20px; }
.ac-sech { display: flex; align-items: center; gap: 10px; padding: 14px 20px 11px; }
.ac-sec.pad .ac-sech { padding: 0; margin-bottom: 12px; }
.ac-sech h2 { margin: 0; font-size: 13.5px; font-weight: 750; letter-spacing: -.015em; }
.ac-sech .end { margin-left: auto; display: inline-flex; align-items: center; gap: 8px; font-size: 12px; color: var(--faint); white-space: nowrap; }
/* A link in that slot stays a link: .ac-sech .end used to repaint it faint. */
.ac-sech .linkbtn.end { gap: 5px; font-size: 12.5px; font-weight: 700; color: var(--acci); }
.ac-sech .linkbtn.end:hover { text-decoration: underline; }
.ac-sech .end.who { color: var(--dim); font-weight: 700; gap: 5px; }
.ac-sech .auto { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 700; color: var(--posi); white-space: nowrap; }

/* ---------------------------------- hero ---------------------------------- */
.ac-hero { position: relative; display: flex; align-items: center; gap: 14px; padding: 18px 20px; background: var(--grad-cta); overflow: hidden; color: #fff; }
.ac-hero i.o1, .ac-hero i.o2 { position: absolute; border-radius: 50%; background: rgba(255, 255, 255, .08); pointer-events: none; }
.ac-hero i.o1 { right: -40px; top: -60px; width: 180px; height: 180px; }
.ac-hero i.o2 { right: 60px; bottom: -70px; width: 130px; height: 130px; background: rgba(255, 255, 255, .06); }
.ac-av { position: relative; flex: none; width: 58px; height: 58px; display: grid; place-items: center; border: 2px solid rgba(255, 255, 255, .35); border-radius: 17px; background: rgba(255, 255, 255, .16); color: #fff; font-size: 18px; font-weight: 800; }
.ac-av span { animation: sfLetter .3s var(--ez) both; }
/* 8 September 2026: the saved photo fills the tile; the small camera button
   at its corner changes or removes it. */
.ac-av.has-img { background: rgba(255, 255, 255, .22); overflow: visible; }
.ac-av img { width: 100%; height: 100%; object-fit: cover; border-radius: 15px; display: block; }
.ac-av .ac-av-btn { position: absolute; right: -6px; bottom: -6px; width: 24px; height: 24px; display: grid; place-items: center; border: 2px solid #fff; border-radius: 999px; background: var(--acc); color: #fff; cursor: pointer; padding: 0; box-shadow: 0 2px 8px rgba(0, 0, 0, .25); transition: transform .14s var(--ez), background .14s var(--ez); }
.ac-av .ac-av-btn:hover { transform: scale(1.08); background: var(--acc2); }
.ac-photo-row { display: flex; align-items: stretch; gap: 14px; margin-bottom: 10px; }
.ac-photo-prev { flex: none; width: 96px; height: 96px; border-radius: 24px; overflow: hidden; display: grid; place-items: center; background: var(--grad-cta); color: #fff; font-size: 28px; font-weight: 800; box-shadow: var(--sh); }
.ac-photo-prev img { width: 100%; height: 100%; object-fit: cover; display: block; animation: sfFade .3s var(--ez) both; }
.ac-drop { flex: 1; min-width: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; padding: 12px 14px; border: 1.5px dashed var(--ln2); border-radius: 14px; background: var(--pn2); color: var(--dim); text-align: center; cursor: pointer; transition: border-color .16s var(--ez), background .16s var(--ez), transform .16s var(--ez); }
.ac-drop:hover, .ac-drop:focus-visible, .ac-drop.over { border-color: var(--acc); background: var(--accw); color: var(--acci); outline: none; }
.ac-drop.over { transform: scale(1.01); border-style: solid; }
.ac-drop .ic { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; background: var(--pn); color: var(--acci); box-shadow: var(--sh); margin-bottom: 3px; }
.ac-drop b { font-size: 13.5px; font-weight: 750; color: var(--ink); }
.ac-drop:hover b, .ac-drop.over b { color: var(--acci); }
.ac-drop small { font-size: 12px; color: var(--faint); }
.ac-dlg-acts .spacer { flex: 1; }
.ac-who { position: relative; min-width: 0; flex: 1; }
.ac-who b { display: block; font-size: 16.5px; font-weight: 800; letter-spacing: -.022em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ac-who small { display: block; font-size: 12.5px; color: rgba(255, 255, 255, .8); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-top: 1px; }
.ac-who .since { display: inline-flex; align-items: center; gap: 5px; margin-top: 7px; padding: 2px 8px; border-radius: 999px; background: rgba(255, 255, 255, .16); color: #fff; font-size: 12px; font-weight: 700; white-space: nowrap; }
.ac-who .since::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #fff; }
.ac-name-btn { position: relative; flex: none; display: inline-flex; align-items: center; gap: 5px; height: 26px; padding: 0 10px; border: 1px solid rgba(255, 255, 255, .38); border-radius: 999px; background: rgba(255, 255, 255, .14); color: #fff; font: inherit; font-size: 12px; font-weight: 750; white-space: nowrap; cursor: pointer; transition: background .14s var(--ez), transform .14s var(--ez); animation: sfPop .3s var(--ez) .25s both; }
.ac-name-btn:hover { background: rgba(255, 255, 255, .28); transform: translateY(-1px); }
.ac-name-btn.only { width: 26px; padding: 0; justify-content: center; }
.ac-dlg-acts { display: flex; gap: 8px; justify-content: flex-end; }
.dlg .hint.bad { color: var(--negi); }
.ac-role { position: relative; flex: none; padding: 4px 11px; border-radius: 999px; background: #fff; color: var(--acc2); font-size: 12px; font-weight: 800; white-space: nowrap; }
.ac-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--ln); }
.ac-stat { display: block; padding: 12px 14px; background: var(--pn); min-width: 0; border: 0; text-align: left; font: inherit; color: inherit; cursor: pointer; transition: background .14s var(--ez), box-shadow .14s var(--ez); animation: sfPop .3s var(--ez) both; }
.ac-stat:hover { background: var(--pn2); box-shadow: inset 0 -2px 0 var(--acc); }
.ac-stat .k { display: flex; align-items: center; gap: 6px; min-width: 0; }
.ac-stat .k .ip { width: 18px; height: 18px; border-radius: 6px; }
.ac-stat .k small { font-size: 12px; font-weight: 700; color: var(--faint); letter-spacing: .02em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ac-stat .v { display: block; font-size: 15px; font-weight: 780; letter-spacing: -.02em; margin-top: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-variant-numeric: tabular-nums; }
.ac-stat .v.ok { color: var(--posi); }
.ac-stat .v.warn { color: var(--warni); }
.ac-stat .v.bad { color: var(--negi); }

/* ---------------------------------- team ---------------------------------- */
.ac-row { display: flex; align-items: center; gap: 12px; padding: 10px 20px; border-top: 1px solid var(--ln); animation: sfPop .22s var(--ez) both; transition: background .14s var(--ez); }
.ac-row:hover { background: var(--pn2); }
.ac-row .av { position: relative; width: 34px; height: 34px; flex: none; border-radius: 10px; display: grid; place-items: center; font-size: 12px; font-weight: 800; background: var(--pn3); color: var(--ink2); }
.ac-row .av.me { background: var(--acc); color: #fff; }
.ac-row .av.inv { background: var(--warnw); color: var(--warni); }
.ac-row .av .dot { position: absolute; right: -2px; bottom: -2px; width: 9px; height: 9px; border-radius: 50%; background: var(--pos); border: 2px solid var(--pn); }
.ac-row .tx { min-width: 0; flex: 1; }
.ac-row .tx b { display: flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 700; letter-spacing: -.01em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ac-row .tx small { display: block; font-size: 12px; color: var(--faint); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ac-row .tag { padding: 2px 9px; font-size: 12px; letter-spacing: .03em; }
.ac-row button.tag { border: 0; cursor: pointer; font: inherit; font-size: 12px; font-weight: 800; letter-spacing: .03em; }
.ac-row button.tag:hover { box-shadow: 0 0 0 2px var(--accw); }
.ac-rolemenu { position: relative; }
.ac-row.menu-open { position: relative; z-index: 6; }
.ac-rolemenu .menu { position: absolute; right: 0; top: calc(100% + 6px); z-index: 5; min-width: 200px; }
.ac-row .xbtn:hover { background: var(--negw); color: var(--negi); }
.ac-invite { padding: 12px 20px 13px; border-top: 1px solid var(--ln); background: var(--pn2); }
.ac-invite .r { display: flex; gap: 8px; }
.ac-invite .search { flex: 1; min-width: 0; display: flex; }
.ac-invite .search .in { width: 100%; height: 36px; min-height: 36px; background: var(--pn); }
.ac-invite .search .in.dup { border-color: var(--warn); }
.ac-invite .btn { padding: 0 14px; font-size: 12.5px; }
.ac-invite small { display: block; margin-top: 8px; font-size: 12px; color: var(--faint); line-height: 1.5; transition: color .18s var(--ez); }
.ac-invite small.warn { color: var(--warni); }
.ac-empty { padding: 14px 20px; border-top: 1px solid var(--ln); font-size: 12.5px; color: var(--dim); }

/* ------------------------------- permissions ------------------------------ */
.ac-perm { border-top: 1px solid var(--ln); }
.ac-permh { display: flex; align-items: center; gap: 11px; width: 100%; padding: 11px 20px; border: 0; background: transparent; text-align: left; font: inherit; color: inherit; cursor: pointer; transition: background .14s var(--ez); }
.ac-permh:hover { background: var(--pn2); }
.ac-permh .ip { margin: 0; }
.ac-permh .tx { flex: 1; min-width: 0; }
.ac-permh .tx b { display: block; font-size: 13px; font-weight: 750; letter-spacing: -.01em; }
.ac-permh .tx small { display: block; font-size: 12px; color: var(--faint); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ac-permh .chev { flex: none; color: var(--faint); transition: transform .25s var(--ez); }
.ac-permh[aria-expanded="true"] .chev { transform: rotate(180deg); }
.ac-permb { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s var(--ez); }
.ac-permb.open { grid-template-rows: 1fr; }
.ac-permb > div { overflow: hidden; min-height: 0; }
.ac-permb .in-pad { padding: 0 20px 8px 61px; opacity: 0; transition: opacity .25s var(--ez); }
.ac-permb.open .in-pad { opacity: 1; }
.ac-prow { display: flex; align-items: flex-start; gap: 12px; padding: 9px 0; border-top: 1px solid var(--ln); }
.ac-prow .tx { flex: 1; min-width: 0; }
.ac-prow .tx b { display: block; font-size: 12.5px; font-weight: 700; letter-spacing: -.008em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ac-prow .tx small { display: block; font-size: 12px; color: var(--dim); line-height: 1.45; margin-top: 2px; }
.ac-prow .ctl { flex: none; display: flex; align-items: center; gap: 8px; padding-top: 2px; }
.ac-prow .word { font-size: 12px; font-weight: 800; letter-spacing: .04em; color: var(--faint); min-width: 22px; text-align: right; }
.ac-prow .word.on { color: var(--acci); }
.ac-prow .switch { width: 40px; height: 23px; }
.ac-prow .switch::after { top: 2px; left: 2px; width: 19px; height: 19px; }
.ac-prow .switch[aria-checked="true"]::after { transform: translateX(17px); }

/* --------------------------------- devices -------------------------------- */
.ac-dev { display: flex; align-items: center; gap: 12px; padding: 10px 20px; border-top: 1px solid var(--ln); animation: sfPop .22s var(--ez) both; transition: background .14s var(--ez); }
.ac-dev .ip { width: 32px; height: 32px; border-radius: 9px; }
.ac-dev:hover { background: var(--pn2); }
.ac-dev.leaving { animation: sfOut .28s var(--ez) both; }
.ac-dev .tx { min-width: 0; flex: 1; }
.ac-dev .tx b { display: flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 700; letter-spacing: -.01em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ac-dev .tx small { display: block; font-size: 12px; color: var(--faint); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ac-dev .btn.xs { font-size: 12px; }
.ac-dev .btn.xs:hover { border-color: var(--neg); color: var(--negi); background: var(--negw); }
.ac-devfoot { display: flex; align-items: center; gap: 12px; padding: 12px 20px; border-top: 1px solid var(--ln); background: var(--pn2); flex-wrap: wrap; }
.ac-devfoot small { flex: 1; min-width: 200px; font-size: 12px; color: var(--dim); line-height: 1.5; }
.ac-devfoot .btn.sm { padding: 0 13px; }

/* --------------------------------- billing -------------------------------- */
.ac-bill { position: relative; transition: border-color .3s var(--ez), box-shadow .3s var(--ez); }
.ac-bill.live { border-color: var(--acc); box-shadow: 0 12px 34px rgba(23, 104, 242, .14); }
.ac-bill.bad { border-color: var(--negi); }
.ac-billh { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; flex-wrap: wrap; }
.ac-billh h2 { margin: 0; font-size: 14px; font-weight: 780; letter-spacing: -.018em; }
.ac-billh .chip { letter-spacing: .03em; font-weight: 800; }
.ac-billh .chip.pulse::before { animation: sfPulse 1.6s var(--ez) infinite; }
.ac-billbar { display: flex; align-items: center; gap: 12px; margin: 12px 0 10px; padding: 11px 13px; border-radius: 10px; background: var(--pn2); border: 1px solid var(--ln); }
.ac-billbar .tx { flex: 1; min-width: 0; display: grid; gap: 6px; }
.ac-billbar .lbl { display: flex; justify-content: space-between; gap: 10px; font-size: 12px; color: var(--dim); font-variant-numeric: tabular-nums; }
.ac-billbar .lbl b { color: var(--acci); }
.ac-billbar.warn .lbl b, .ac-billbar.warn .big { color: var(--warni); }
.ac-billbar.ok .lbl b, .ac-billbar.ok .big { color: var(--posi); }
.ac-billbar .bar { height: 6px; }
.ac-billbar .bar > i { transform-origin: left; animation: sfGrow .8s var(--ez) .2s both; }
.ac-billbar .big { flex: none; font-size: 22px; font-weight: 800; letter-spacing: -.035em; line-height: 1; font-variant-numeric: tabular-nums; color: var(--acci); }
.ac-bill .line { margin: 0 0 10px; font-size: 12.5px; color: var(--dim); line-height: 1.55; }
.ac-bill .extra { margin: 0 0 12px; padding: 9px 11px; border-radius: 9px; background: var(--pn2); color: var(--dim); font-size: 12.5px; font-weight: 650; line-height: 1.5; animation: sfPop .25s var(--ez) both; }
.ac-bill .extra.ok { background: var(--posw); color: var(--posi); }
.ac-bill .extra.warn { background: var(--warnw); color: var(--warni); }
.ac-bill .extra.bad { background: var(--negw); color: var(--negi); }
.ac-bill .acts { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
.ac-bill .acts .btn.primary { box-shadow: 0 4px 12px rgba(23, 104, 242, .2); }
.ac-bill .acts .end { margin-left: auto; }
.ac-bill .acts .btn.ghost { height: 36px; min-height: 36px; padding: 0 12px; border-radius: 9px; }
.ac-bill .foot-note a { color: var(--acci); }
.ac-plans { display: grid; gap: 9px; }
.ac-plan { display: flex; align-items: center; gap: 12px; padding: 12px 13px; border: 1px solid var(--ln); border-radius: 11px; background: var(--pn2); }
.ac-plan.rec { border-color: var(--acc); }
.ac-plan.mine { background: var(--posw); border-color: color-mix(in srgb, var(--pos) 40%, transparent); }
.ac-plan .tx { flex: 1; min-width: 0; }
.ac-plan .tx b { display: flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 780; letter-spacing: -.015em; }
.ac-plan .tx small { display: block; font-size: 12px; color: var(--dim); line-height: 1.45; margin-top: 2px; }
.ac-plan .price { flex: none; text-align: right; }
.ac-plan .price b { display: block; font-size: 15px; font-weight: 800; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.ac-plan .price small { display: block; font-size: 12px; color: var(--faint); }
.ac-plan .go { flex: none; display: grid; gap: 3px; justify-items: center; }
.ac-plan .go small { font-size: 12px; color: var(--posi); font-weight: 700; }

/* --------------------------------- password ------------------------------- */
.ac-pass .lede { margin: 0 0 14px; font-size: 12.5px; color: var(--dim); line-height: 1.45; }
.ac-pass .fields { display: grid; gap: 8px; }
.ac-pass .fields .in { width: 100%; height: 38px; min-height: 38px; background: var(--pn2); }
.ac-pass .eye-wrap { position: relative; display: flex; align-items: center; }
.ac-pass .eye-wrap .in { padding-right: 40px; }
.ac-pass .eye-wrap .in.weak { border-color: var(--warn); }
.ac-pass .eye { position: absolute; right: 6px; width: 28px; height: 28px; display: grid; place-items: center; border: 0; border-radius: 7px; background: transparent; color: var(--faint); cursor: pointer; padding: 0; }
.ac-pass .eye:hover { background: var(--pn3); color: var(--ink); }
.ac-meter { display: none; align-items: center; gap: 10px; margin-top: 10px; animation: sfPop .2s var(--ez) both; }
.ac-meter.on { display: flex; }
.ac-meter .segs { flex: 1; display: flex; gap: 4px; }
.ac-meter .segs i { flex: 1; height: 4px; border-radius: 99px; background: var(--pn3); transition: background .25s var(--ez); }
.ac-meter.s1 .segs i:nth-child(-n+1) { background: var(--neg); }
.ac-meter.s2 .segs i:nth-child(-n+2) { background: var(--warn); }
.ac-meter.s3 .segs i:nth-child(-n+3) { background: var(--pos); }
.ac-meter.s4 .segs i:nth-child(-n+4) { background: var(--pos); }
.ac-meter small { flex: none; font-size: 12px; font-weight: 750; white-space: nowrap; color: var(--posi); }
.ac-meter.s1 small { color: var(--negi); }
.ac-meter.s2 small { color: var(--warni); }
.ac-pass .hint { display: block; margin-top: 8px; font-size: 12px; color: var(--faint); line-height: 1.5; }
.ac-pass .btn.primary { margin-top: 12px; }
.ac-pass .btn.done { background: var(--pos); border-color: transparent; color: #fff; }

/* -------------------------------- extension ------------------------------- */
.ac-extst { display: flex; align-items: center; gap: 12px; padding: 12px 13px; border-radius: 10px; background: var(--pn2); transition: background .3s var(--ez); }
.ac-extst.ok { background: var(--posw); }
.ac-extst.warn { background: var(--warnw); }
.ac-extst .ip { background: var(--pn); box-shadow: var(--sh); color: var(--dim); }
.ac-extst.ok .ip { color: var(--posi); }
.ac-extst.warn .ip { color: var(--warni); }
.ac-extst .tx { flex: 1; min-width: 0; }
.ac-extst .tx b { display: flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 750; color: var(--dim); }
.ac-extst.ok .tx b { color: var(--posi); }
.ac-extst.warn .tx b { color: var(--warni); }
.ac-extst .tx b i { width: 7px; height: 7px; flex: none; border-radius: 50%; background: var(--faint); }
.ac-extst.ok .tx b i { background: var(--pos); animation: sfPulse 2.4s var(--ez) infinite; }
.ac-extst.warn .tx b i { background: var(--warn); }
.ac-extst .tx small { display: block; font-size: 12px; color: var(--dim); opacity: .9; line-height: 1.45; margin-top: 2px; }
.ac-extst.ok .tx small { color: var(--posi); }
.ac-extst.warn .tx small { color: var(--warni); }
.ac-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin: 10px 0 12px; border: 1px solid var(--ln); border-radius: 10px; overflow: hidden; background: var(--ln); }
.ac-facts span { display: block; padding: 9px 12px; background: var(--pn); min-width: 0; }
.ac-facts small { display: block; font-size: 12px; font-weight: 800; letter-spacing: .04em; color: var(--faint); }
.ac-facts b { display: block; font-size: 12.5px; font-weight: 700; margin-top: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-variant-numeric: tabular-nums; }
.ac-facts b.ok { color: var(--posi); }
.ac-facts b.warn { color: var(--warni); }
.ac-facts b.mut { color: var(--faint); }
.ac-ext .note { margin: 0 0 12px; font-size: 12.5px; color: var(--dim); line-height: 1.5; }
.ac-ext .acts { display: flex; gap: 8px; flex-wrap: wrap; }

/* ---------------------------------- data ---------------------------------- */
.ac-kinds { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 12px; }
.ac-kinds span { display: inline-flex; align-items: center; gap: 5px; padding: 3px 9px 3px 7px; border-radius: 999px; background: var(--pn2); border: 1px solid var(--ln); font-size: 12px; font-weight: 650; color: var(--dim); white-space: nowrap; }
.ac-kinds span svg { color: var(--faint); }
.ac-kinds span.plain { border: 0; background: transparent; color: var(--faint); }
.ac-export { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.ac-export .bar { flex: 1; min-width: 140px; height: 5px; }
.ac-export .bar > i { transition: width 1s var(--ez); }
.ac-export small { font-size: 12px; color: var(--faint); white-space: nowrap; }
.ac-export small.ok { display: inline-flex; align-items: center; gap: 4px; color: var(--posi); font-weight: 650; }
.ac-exnote { margin-top: 10px; }
.ac-exnote b { font-weight: 800; }
.ac-export .btn .ic.spin svg { animation: sfSpin .9s linear infinite; }
.ac-files { margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--ln); }
.ac-files .fh { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.ac-files .fh b { font-size: 12.5px; font-weight: 780; }
.ac-files .fh small { font-size: 12px; color: var(--faint); }
.ac-files .fh .end { margin-left: auto; }
.ac-file { display: flex; align-items: center; gap: 10px; padding: 8px 10px; border: 1px solid var(--ln); border-radius: 9px; background: var(--pn2); margin-bottom: 6px; font-size: 12.5px; }
.ac-file .tx { flex: 1; min-width: 0; }
.ac-file .tx b { display: block; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ac-file .tx small { display: block; font-size: 12px; color: var(--faint); }
.ac-file .btn.xs { padding: 0 9px; }

/* ------------------------------ pause or delete --------------------------- */
.ac-doors { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 9px; }
.ac-door { display: block; padding: 12px 13px; border: 1.5px solid transparent; border-radius: 11px; text-align: left; font: inherit; cursor: pointer; transition: border-color .2s var(--ez), transform .18s var(--ez); }
.ac-door:hover { transform: translateY(-2px); }
.ac-door.pause { background: var(--posw); color: var(--posi); }
.ac-door.pause[aria-expanded="true"] { border-color: var(--pos); }
.ac-door.del { background: var(--negw); color: var(--negi); }
.ac-door.del:hover { border-color: var(--neg); }
.ac-door b { display: flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 800; letter-spacing: .04em; margin-bottom: 5px; }
.ac-door span { display: block; font-size: 12.5px; line-height: 1.5; }
.ac-pausep { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s var(--ez); }
.ac-pausep.open { grid-template-rows: 1fr; }
.ac-pausep > div { overflow: hidden; min-height: 0; }
.ac-pausep .r { display: flex; align-items: center; gap: 10px; margin-top: 10px; padding: 11px 13px; border: 1px solid var(--ln); border-radius: 10px; background: var(--pn2); flex-wrap: wrap; opacity: 0; transition: opacity .25s var(--ez); }
.ac-pausep.open .r { opacity: 1; }
.ac-pausep .r > span { font-size: 12.5px; font-weight: 700; color: var(--ink2); }
.ac-pausep .r select.in { height: 32px; min-height: 32px; padding: 0 28px 0 9px; border-radius: 8px; font-size: 12.5px; font-weight: 700; background-color: var(--pn); }
.ac-pausep .r .btn { height: 32px; min-height: 32px; padding: 0 13px; font-size: 12.5px; }
.ac-pausep .r small { flex: 1; min-width: 160px; font-size: 12px; color: var(--dim); line-height: 1.45; }
.ac-fine { margin: 11px 0 0; font-size: 12px; color: var(--faint); line-height: 1.5; }
.ac-fine a { color: var(--acci); font-weight: 700; }

/* ------------------------------- the door in ------------------------------ */
.app-body .app[hidden] { display: none; }
.si { position: fixed; inset: 0; z-index: 450; overflow-y: auto; overflow-x: hidden; background: var(--pg); display: flex; flex-direction: column; align-items: center; padding: clamp(20px, 4vh, 48px) 24px; animation: sfRise .3s var(--ez) both; }
/* .app-body a paints every link in link blue; the pill is furniture, not a
   link in a sentence, so it says so with a specificity of its own. */
.si .si-back { position: fixed; top: 16px; left: 18px; z-index: 2; display: inline-flex; align-items: center; gap: 7px; padding: 7px 12px 7px 9px; border: 1px solid var(--glassbd); border-radius: 999px; background: var(--glass); backdrop-filter: blur(16px) saturate(180%); -webkit-backdrop-filter: blur(16px) saturate(180%); color: var(--ink2); font-size: 12.5px; font-weight: 700; text-decoration: none; box-shadow: var(--sh2), inset 0 1px 0 var(--glasshi); }
.si .si-back:hover { color: var(--ink); text-decoration: none; }
.si-box { flex: none; width: 100%; max-width: 900px; margin: auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); border: 1px solid var(--ln); border-radius: 20px; background: var(--pn); box-shadow: var(--sh2); overflow: hidden; }
.si-side { position: relative; overflow: hidden; padding: clamp(28px, 4vw, 40px); background: linear-gradient(150deg, #141C2E 0%, #080D18 100%); color: #EEF2FA; display: flex; flex-direction: column; gap: 14px; }
.si-glow { position: absolute; top: -140px; right: -120px; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(59, 134, 255, .32), rgba(59, 134, 255, 0) 70%); pointer-events: none; }
.si-side img { position: relative; width: 44px; height: 44px; border-radius: 12px; }
.si-side h2 { position: relative; margin: 8px 0 0; font-size: clamp(22px, 2.4vw, 26px); font-weight: 820; letter-spacing: -.032em; line-height: 1.12; color: #EEF2FA; }
.si .si-side > p { position: relative; margin: 0; font-size: 13.5px; color: rgba(245, 246, 248, .66); line-height: 1.6; max-width: 36ch; }
.si-points { position: relative; list-style: none; margin: 6px 0 0; padding: 0; display: grid; gap: 11px; }
.si-points li { display: flex; gap: 10px; font-size: 13px; color: rgba(245, 246, 248, .72); line-height: 1.5; }
.si-points .tk { flex: none; color: var(--pos-ondark); margin-top: 1px; width: 15px; height: 15px; display: grid; place-items: center; }
.si-ext { position: relative; margin-top: auto; padding-top: 28px; }
.si-extrow { display: flex; align-items: center; gap: 12px; padding: 13px 14px; border: 1px solid rgba(255, 255, 255, .10); border-radius: 13px; background: rgba(255, 255, 255, .05); }
.si-extrow .ic { flex: none; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: rgba(255, 255, 255, .08); color: #fff; }
.si-extrow .tx { flex: 1; min-width: 0; }
.si-extrow .tx b { display: block; font-size: 13px; font-weight: 750; }
.si-extrow .tx small { display: block; font-size: 12px; color: rgba(245, 246, 248, .62); line-height: 1.45; margin-top: 1px; }
.si-extrow .dot { flex: none; width: 7px; height: 7px; border-radius: 50%; background: rgba(255, 255, 255, .3); }
.si-extrow .dot.on { background: var(--pos-ondark); }
.si .si-door { margin: 14px 0 0; font-size: 12px; color: rgba(245, 246, 248, .5); line-height: 1.5; }
.si-main { padding: clamp(26px, 4vw, 38px) clamp(24px, 3.6vw, 38px); }
.si-extgo { display: flex; align-items: center; gap: 12px; width: 100%; padding: 12px 14px; margin-bottom: 18px; border: 1px solid var(--acc); border-radius: 12px; background: var(--accw); color: var(--acci); text-align: left; font: inherit; cursor: pointer; transition: transform .15s var(--ez); }
.si-extgo:hover { transform: translateY(-1px); }
.si-extgo:active { transform: scale(.99); }
.si-extgo .dot { flex: none; width: 8px; height: 8px; border-radius: 50%; background: var(--pos); }
.si-extgo .tx { flex: 1; min-width: 0; }
.si-extgo .tx b { display: block; font-size: 13px; font-weight: 780; letter-spacing: -.01em; }
.si-extgo .tx small { display: block; font-size: 12.5px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-top: 1px; }
.si-tabs { display: flex; width: 100%; margin-bottom: 20px; }
.si .si-main h1 { margin: 0 0 5px; font-size: 23px; font-weight: 820; letter-spacing: -.03em; }
.si .si-lede { margin: 0 0 20px; font-size: 13px; color: var(--dim); line-height: 1.55; }
.si-lede.err { color: var(--negi); font-weight: 650; }
.si-lede.ok { color: var(--posi); font-weight: 650; }
/* minmax(0, 1fr): without it the six code boxes take their intrinsic width
   as the column's max-content and the form grows straight out of the card. */
.si-main form { display: grid; grid-template-columns: minmax(0, 1fr); gap: 6px; }
.si-main form > div { min-width: 0; }
.si-main form .lab { margin-top: 8px; }
.si-main form .lab:first-child { margin-top: 0; }
.si-main form .in { width: 100%; height: 42px; min-height: 42px; padding: 0 13px; border-radius: 10px; background: var(--pn2); font-size: 13.5px; }
/* The code: six boxes, one digit each. Nothing to select across, nothing to
   mistype into the wrong half, and a pasted code lands in all six. */
.si-digits { display: flex; gap: 7px; margin-top: 6px; }
.si-main .si-digits .si-digit { flex: 1; min-width: 0; width: auto; height: auto; min-height: 0; padding: 11px 0; border-radius: 10px; background: var(--pn2); font-size: 19px; font-weight: 800; text-align: center; font-variant-numeric: tabular-nums; }
.si-main .si-digits .si-digit.on { border-color: var(--acc); }
.si .si-codenote { margin: 9px 0 16px; font-size: 12.5px; color: var(--faint); line-height: 1.5; }
.si .si-codenote .linkbtn { font-size: 12.5px; }
.si-go { width: 100%; margin-top: 14px; border-radius: 11px; }
.si .si-alts { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin: 12px 0 0; }
.si-alts .linkbtn { font-size: 12px; font-weight: 700; text-decoration: none; }
.si-alts .linkbtn:hover { text-decoration: underline; }
.si-or { display: flex; align-items: center; gap: 12px; margin: 20px 0 14px; font-size: 12.5px; color: var(--faint); font-weight: 600; }
.si-or i { flex: 1; height: 1px; background: var(--ln); display: block; }
.si-social { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 8px; }
.si-social .btn { justify-content: center; gap: 9px; }
.si .si-foot { margin: 18px 0 0; font-size: 12.5px; color: var(--dim); line-height: 1.55; }
.si-foot a { color: var(--acci); }

/* ---------------------------------- narrow -------------------------------- */
@media (max-width: 900px) {
  .ac-skel { grid-template-columns: 1fr; }
  .ac-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ac-facts { grid-template-columns: 1fr; }
}
/* On a phone the card is taller than the screen, so it starts at the top of
   the panel instead of sitting in the middle of it: the back pill would then
   land on its top left corner. The card starts below the pill instead. */
@media (max-width: 640px) {
  .si { padding-top: 64px; }
}

/* Motion once, then quiet (September 2026): a section's entrances play on its
   first paint; the answers that land afterwards repaint without them. */
.ac-sec.still .ac-stat, .ac-sec.still .ac-row, .ac-sec.still .ac-dev:not(.leaving), .ac-sec.still .ac-av span, .ac-sec.still .ac-name-btn, .ac-sec.still .ac-billbar .bar > i, .ac-sec.still .ac-meter { animation: none; }
