:root{--auth-base-100:var(--tp-base-100);--auth-base-200:var(--tp-base-200);--auth-base-300:var(--tp-base-300);--auth-ink:var(--tp-ink);--auth-ink-muted:var(--tp-ink-muted);--auth-ink-faint:var(--tp-ink-faint);--auth-indigo:var(--tp-indigo);--auth-primary:var(--tp-primary);--auth-cyan-deep:var(--tp-cyan-deep);--auth-sky:var(--tp-sky);--auth-accent:var(--tp-accent);--auth-accent-deep:var(--tp-accent-deep);--auth-signal:var(--tp-signal);--auth-signal-deep:var(--tp-signal-deep);--auth-radius-sm:var(--tp-radius-sm);--auth-radius-md:var(--tp-radius-md);--auth-radius-lg:var(--tp-radius-lg);--auth-font-display:var(--tp-font-display);--auth-font-body:var(--tp-font-body);--auth-font-mono:var(--tp-font-mono);--auth-graph-line:color-mix(in oklch, var(--auth-primary) 3.5%, transparent);--auth-float:var(--tp-float);--auth-flow-fill:var(--tp-flow-fill);--auth-flow-bar:var(--tp-flow-bar)}.auth-page :focus-visible{outline:2px solid var(--auth-primary);outline-offset:2px}.auth-field{flex-direction:column;gap:.375rem;display:flex}.auth-label{font-family:var(--auth-font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--auth-ink-muted);font-size:.75rem;font-weight:500;line-height:1.4}.auth-label-row{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.125rem .75rem;display:flex}.auth-input{border:1px solid var(--auth-base-300);border-radius:var(--auth-radius-sm);background:var(--auth-base-200);width:100%;height:42px;color:var(--auth-ink);padding:0 .75rem;font-family:inherit;font-size:.9375rem;line-height:1.4;transition:border-color .14s,box-shadow .14s}.auth-input::placeholder{color:var(--auth-ink-faint)}.auth-input:focus,.auth-input:focus-visible{border-color:var(--auth-primary);box-shadow:0 0 0 2px color-mix(in oklch, var(--auth-primary) 40%, transparent);outline:none}.auth-input-code{height:52px;font-family:var(--auth-font-mono);font-variant-numeric:tabular-nums;letter-spacing:.5em;text-indent:.5em;text-align:center;font-size:1.25rem;font-weight:500}.auth-note{min-height:2.25rem;font-family:var(--auth-font-mono);color:var(--auth-ink-muted);margin:0;font-size:.75rem;line-height:1.5}.auth-note[data-tone=error]{color:var(--auth-signal-deep)}.auth-note[data-tone=ok]{color:var(--auth-accent-deep)}.auth-linkbtn{color:var(--auth-primary);text-underline-offset:3px;cursor:pointer;background:0 0;border:0;padding:0;font-family:inherit;font-size:.8125rem;font-weight:600;text-decoration:underline}.auth-linkbtn:disabled{color:var(--auth-ink-muted);cursor:not-allowed;text-decoration:none}.auth-btn{border-radius:var(--auth-radius-md);width:100%;min-height:40px;color:var(--auth-ink);cursor:pointer;border:1px solid #0000;place-items:center;padding:0 1rem;font-family:inherit;font-size:.8125rem;font-weight:600;line-height:1.4;transition:transform .12s,filter .14s,background-color .14s,border-color .14s;display:grid}.auth-btn:disabled{opacity:.55;cursor:not-allowed}.auth-btn-face{grid-area:1/1;justify-content:center;align-items:center;gap:.5rem;display:inline-flex}.auth-btn-face[data-hidden]{visibility:hidden}.auth-btn-primary{color:#fff;background-image:var(--auth-flow-fill);box-shadow:0 1px 2px color-mix(in oklch, var(--auth-ink) 16%, transparent)}.auth-btn-primary:hover:not(:disabled){filter:brightness(1.07);transform:translateY(-1px)}.auth-btn-primary:active:not(:disabled){filter:brightness(.97);transform:translateY(0)scale(.98)}.auth-btn-secondary:active:not(:disabled),.auth-btn-ghost:active:not(:disabled),.auth-btn-danger:active:not(:disabled){transform:translateY(0)scale(.98)}.auth-btn-secondary{border-color:var(--auth-base-300);background:var(--auth-base-100)}.auth-btn-secondary:hover:not(:disabled){background:var(--auth-base-200)}.auth-btn-ghost{background:0 0;border-color:#0000;width:auto;min-height:32px;padding:0 .625rem}.auth-btn-ghost:hover:not(:disabled){background:var(--auth-base-300)}.auth-btn-danger{border-color:var(--auth-base-300);width:auto;min-height:32px;color:var(--auth-signal-deep);background:0 0;padding:0 .75rem}.auth-btn-danger:hover:not(:disabled){border-color:color-mix(in oklch, var(--auth-signal) 40%, transparent);background:color-mix(in oklch, var(--auth-signal) 8%, transparent)}.auth-btn-spinner{opacity:.85;border:2px solid;border-top-color:#0000;border-radius:999px;width:14px;height:14px;animation:.72s linear infinite auth-spin}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-page{isolation:isolate;min-height:100svh;color:var(--auth-ink);font-family:var(--auth-font-body);background-color:var(--auth-base-200);background-image:linear-gradient(var(--auth-graph-line) 1px, transparent 1px), linear-gradient(90deg, var(--auth-graph-line) 1px, transparent 1px);background-size:40px 40px;place-items:center;padding:2.5rem 1rem 3rem;display:grid;position:relative}.auth-page:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(38rem 26rem at 10% -8%,oklch(93% .03 288/.55),#0000 68%),radial-gradient(34rem 24rem at 98% 106%,oklch(94% .028 215/.5),#0000 70%);position:absolute;inset:0}.auth-column{flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:27rem;animation:.46s cubic-bezier(.22,.61,.36,1) both auth-rise;display:flex}@keyframes auth-rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.auth-brand{color:var(--auth-ink);font-family:var(--auth-font-display);letter-spacing:-.025em;align-items:center;gap:.625rem;font-size:1.25rem;font-weight:600;text-decoration:none;display:inline-flex}.auth-brand img{border-radius:24%;width:28px;height:28px}.auth-card{border:1px solid var(--auth-base-300);border-radius:var(--auth-radius-lg);background:var(--auth-base-100);width:100%;box-shadow:var(--auth-float);padding:1.75rem 1.5rem 1.5rem;position:relative;overflow:hidden}.auth-card-rule{background:var(--auth-flow-bar);transform-origin:0;height:2px;animation:.48s cubic-bezier(.22,.61,.36,1) .2s both tp-rule-in;position:absolute;inset:0 0 auto}.auth-title{max-width:none;font-family:var(--auth-font-display);letter-spacing:-.025em;color:var(--auth-ink);margin:0;font-size:1.5625rem;font-weight:600;line-height:1.25}.auth-lede{color:var(--auth-ink-muted);margin:.5rem 0 1.5rem;font-size:.9375rem;line-height:1.6}.auth-stage{display:grid}.auth-panel{flex-direction:column;grid-area:1/1;gap:.75rem;transition:opacity .2s;display:flex}.auth-panel[data-hidden]{opacity:0;visibility:hidden;transition:opacity .14s,visibility 0s linear .14s}.auth-sent{min-height:2.5rem;color:var(--auth-ink-muted);flex-wrap:wrap;align-items:baseline;gap:.375rem;margin:0;font-size:.8125rem;line-height:1.5;display:flex}.auth-sent-address{color:var(--auth-ink);font-family:var(--auth-font-mono);overflow-wrap:anywhere}.auth-resend{justify-content:center;align-items:center;min-height:1.75rem;display:flex}.auth-resend-wait{color:var(--auth-ink-muted);font-family:var(--auth-font-mono);font-variant-numeric:tabular-nums;font-size:.75rem}.auth-or{color:var(--auth-ink-muted);font-family:var(--auth-font-mono);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:.75rem;margin:1.25rem 0 1rem;font-size:.75rem;display:flex}.auth-or:before,.auth-or:after{content:"";background:var(--auth-base-300);flex:1;height:1px}.auth-google-mark{flex:none;width:16px;height:16px}.auth-footnote{color:var(--auth-ink-muted);font-family:var(--auth-font-mono);letter-spacing:.04em;text-align:center;margin:0;font-size:.75rem}.portal-main{flex-direction:column;gap:1.25rem;width:min(100% - 2rem,46rem);margin:0 auto;padding:2.5rem 0 4rem;display:flex}.portal-title{animation:.46s cubic-bezier(.22,.61,.36,1) both tp-rise}.portal-lede{animation:.46s cubic-bezier(.22,.61,.36,1) 60ms both tp-rise}.portal-panel,.portal-hero{animation:.46s cubic-bezier(.22,.61,.36,1) both tp-rise}.portal-grid .portal-panel:nth-child(2),.portal-main>.portal-panel:first-of-type{animation-delay:60ms}.portal-main>.portal-panel:nth-of-type(2){animation-delay:.12s}.portal-main>.portal-panel:nth-of-type(3){animation-delay:.18s}.portal-main>.portal-panel:nth-of-type(4){animation-delay:.24s}.portal-title{max-width:none;font-family:var(--auth-font-display);letter-spacing:-.03em;margin:0;font-size:1.9375rem;font-weight:600;line-height:1.25}.portal-lede{color:var(--auth-ink-muted);margin:-.5rem 0 .25rem;font-size:.9375rem;line-height:1.6}.portal-panel{border:1px solid var(--auth-base-300);border-radius:var(--auth-radius-lg);background:var(--auth-base-100);box-shadow:var(--auth-float);overflow:hidden}.portal-hero{border:1px solid var(--auth-base-300);border-radius:var(--auth-radius-lg);background:var(--auth-base-100);box-shadow:var(--auth-float);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.25rem 1.5rem;padding:1.5rem;display:flex;position:relative;overflow:hidden}.portal-hero:before{content:"";background:var(--auth-flow-bar);transform-origin:0;height:2px;animation:.48s cubic-bezier(.22,.61,.36,1) .16s both tp-rule-in;position:absolute;inset:0 0 auto}.portal-hero .portal-title,.portal-hero .portal-readout{animation:none}.portal-hero-id{align-items:center;gap:1rem;min-width:0;display:flex}.portal-hero-lines{flex-direction:column;gap:.125rem;min-width:0;display:flex}.portal-avatar-hero{width:56px;height:56px;font-size:1rem}.portal-vitals{flex-wrap:wrap;gap:.75rem 2rem;margin:0;display:flex}.portal-vital{flex-direction:column;gap:.25rem;min-width:6.5rem;display:flex}.portal-vital-label{color:var(--auth-ink-muted);font-family:var(--auth-font-mono);letter-spacing:.08em;text-transform:uppercase;font-size:.75rem;line-height:1.4}.portal-vital-value{color:var(--auth-ink);font-family:var(--auth-font-mono);font-variant-numeric:tabular-nums;align-items:center;gap:.45rem;margin:0;font-size:.8125rem;font-weight:500;line-height:1.5;display:inline-flex}.portal-vital-dot{background:var(--auth-ink-faint);border-radius:999px;flex:none;width:7px;height:7px}.portal-vital-dot[data-tone=ok]{background:var(--auth-accent-deep)}.portal-vital-dot[data-tone=info]{background:var(--auth-cyan-deep)}.portal-hero-mark{border:1px solid var(--auth-base-300);border-radius:var(--auth-radius-md);background:color-mix(in oklch, var(--auth-primary) 9%, var(--auth-base-100));width:56px;height:56px;color:var(--auth-primary);flex:none;place-items:center;display:grid}.portal-hero-mark svg{width:24px;height:24px}.portal-grid{grid-template-columns:repeat(auto-fit,minmax(17rem,1fr));gap:1.25rem;display:grid}.portal-panel-featured{position:relative}.portal-panel-featured:before{content:"";background:var(--auth-flow-bar);transform-origin:0;height:2px;animation:.48s cubic-bezier(.22,.61,.36,1) .24s both tp-rule-in;position:absolute;inset:0 0 auto}.portal-panel-head{border-bottom:1px solid var(--auth-base-300);background:var(--auth-base-200);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.25rem .75rem;padding:.875rem 1.25rem;display:flex}.portal-panel-title{font-family:var(--auth-font-display);margin:0;font-size:1.25rem;font-weight:600;line-height:1.25}.portal-panel-meta{color:var(--auth-ink-muted);font-family:var(--auth-font-mono);letter-spacing:.08em;text-transform:uppercase;font-size:.75rem}.portal-panel-body{flex-direction:column;gap:1.25rem;padding:1.25rem;display:flex}.portal-panel-foot{border-top:1px solid var(--auth-base-300);background:var(--auth-base-200);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.875rem 1.25rem;display:flex}.portal-panel-foot .auth-note{flex:12rem}.portal-avatar{border:1px solid var(--auth-base-300);background:color-mix(in oklch, var(--auth-primary) 9%, var(--auth-base-100));width:44px;height:44px;color:var(--auth-primary);font-family:var(--auth-font-mono);letter-spacing:.04em;border-radius:999px;flex:none;place-items:center;font-size:.8125rem;font-weight:500;display:grid;overflow:hidden}.portal-avatar img{object-fit:cover;width:100%;height:100%}.portal-readout{color:var(--auth-ink-muted);font-family:var(--auth-font-mono);overflow-wrap:anywhere;margin:0;font-size:.8125rem;line-height:1.5}.portal-name-row{flex-wrap:wrap;align-items:flex-start;gap:.5rem;display:flex}.portal-name-row .auth-input{flex:12rem;width:auto}.portal-name-row .auth-btn{flex:none;width:auto;min-width:6.5rem;min-height:42px}.portal-chips{flex-wrap:wrap;gap:.5rem;display:flex}.portal-chip{border:1px solid var(--auth-base-300);background:var(--auth-base-200);height:26px;color:var(--auth-ink);font-family:var(--auth-font-mono);letter-spacing:.04em;border-radius:999px;align-items:center;gap:.4rem;padding:0 .625rem;font-size:.75rem;display:inline-flex}.portal-chip-dot{background:var(--auth-accent);border-radius:999px;flex:none;width:7px;height:7px}.portal-chip-dot[data-hue=sky]{background:var(--auth-sky)}.portal-hint{color:var(--auth-ink-muted);margin:0;font-size:.8125rem;line-height:1.5}.portal-sessions{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.portal-session{border-top:1px solid var(--auth-base-300);align-items:center;gap:.875rem;padding:.875rem 0;display:flex}.portal-session:first-child{border-top:0;padding-top:0}.portal-session:last-child{padding-bottom:0}.portal-session-icon[data-current]{color:var(--auth-accent-deep)}.portal-session-main{flex-direction:column;flex:auto;gap:.25rem;min-width:0;display:flex}.portal-session-name{font-size:.9375rem;font-weight:500}.portal-session-meta{color:var(--auth-ink-muted);font-family:var(--auth-font-mono);font-variant-numeric:tabular-nums;overflow-wrap:anywhere;font-size:.75rem;line-height:1.5}.portal-session-side{flex:none;align-items:center;min-height:32px;display:flex}.portal-current{color:var(--auth-accent-deep);font-family:var(--auth-font-mono);letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:.4rem;font-size:.75rem;display:inline-flex}.portal-waitlist-body{gap:.75rem}.portal-waitlist-line{min-height:3rem;color:var(--auth-ink-muted);align-items:flex-start;gap:.5rem;margin:0;font-size:.9375rem;line-height:1.6;display:flex}.portal-waitlist-line[data-tone=ok]{color:var(--auth-accent-deep);font-weight:500}.portal-waitlist-emoji{flex:none;font-size:1rem;line-height:1.5}.portal-waitlist-action{flex-wrap:wrap;align-items:center;min-height:40px;display:flex}.portal-waitlist-action .auth-btn{width:auto;padding:0 1.25rem}.portal-panel-meta[data-tone=ok]{color:var(--auth-accent-deep)}.portal-download{border-top:1px solid var(--auth-base-300);flex-direction:column;gap:.5rem;padding-top:.75rem;display:flex}.portal-download-row{grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));gap:.75rem;min-height:40px;display:grid}.portal-download-tile{border:1px solid var(--auth-base-300);border-radius:var(--auth-radius-md);background:var(--auth-base-100);min-width:0;color:var(--auth-ink);align-items:center;gap:.75rem;padding:.75rem .875rem;text-decoration:none;transition:background-color .12s,border-color .12s,transform .12s;display:flex}.portal-download-tile:hover{background:var(--auth-base-200);border-color:color-mix(in oklch, var(--auth-primary) 25%, var(--auth-base-300))}.portal-download-tile:active{transform:translateY(0)scale(.99)}.portal-download-tile-glyph{border-radius:var(--auth-radius-sm);background:var(--auth-base-200);width:32px;height:32px;color:var(--auth-ink-muted);flex:none;place-items:center;display:grid}.portal-download-tile-glyph svg{width:18px;height:18px}.portal-download-tile-label{overflow-wrap:anywhere;min-width:0;font-size:.875rem;font-weight:500;line-height:1.4}.portal-download-empty{color:var(--auth-ink-muted);font-family:var(--auth-font-mono);font-size:.75rem;line-height:1.5}.portal-plan-body{gap:.75rem}.portal-plan-hero{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.portal-plan-price{align-items:baseline;gap:.5rem;display:flex}.portal-plan-amount{color:var(--auth-ink);font-family:var(--auth-font-display);letter-spacing:-.025em;font-size:1.5625rem;font-weight:600;line-height:1.25}.portal-plan-cadence{color:var(--auth-ink-muted);font-family:var(--auth-font-mono);letter-spacing:.04em;font-size:.75rem}.portal-plan-status{border:1px solid var(--auth-base-300);background:var(--auth-base-200);height:26px;color:var(--auth-ink-muted);font-family:var(--auth-font-mono);letter-spacing:.04em;border-radius:999px;align-items:center;gap:.4rem;padding:0 .625rem;font-size:.75rem;display:inline-flex}.portal-plan-status-dot{background:var(--auth-ink-faint);border-radius:999px;flex:none;width:7px;height:7px}.portal-plan-status[data-tone=ok]{border-color:color-mix(in oklch, var(--auth-accent) 40%, transparent);background:color-mix(in oklch, var(--auth-accent) 8%, var(--auth-base-100));color:var(--auth-accent-deep)}.portal-plan-status[data-tone=ok] .portal-plan-status-dot{background:var(--auth-accent-deep)}.portal-plan-status[data-tone=danger]{border-color:color-mix(in oklch, var(--auth-signal) 40%, transparent);background:color-mix(in oklch, var(--auth-signal) 8%, var(--auth-base-100));color:var(--auth-signal-deep)}.portal-plan-status[data-tone=danger] .portal-plan-status-dot{background:var(--auth-signal)}.portal-facts{border:1px solid var(--auth-base-300);border-radius:var(--auth-radius-md);background:var(--auth-base-300);grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:1px;margin:0;padding:0;list-style:none;display:grid;overflow:hidden}.portal-fact{background:var(--auth-base-100);align-items:flex-start;gap:.625rem;min-width:0;padding:.75rem;display:flex}.portal-fact-icon{border-radius:var(--auth-radius-sm);background:var(--auth-base-200);width:28px;height:28px;color:var(--auth-ink-muted);flex:none;place-items:center;display:grid}.portal-fact-icon svg{width:16px;height:16px}.portal-fact-icon[data-tone=danger]{background:color-mix(in oklch, var(--auth-signal) 10%, transparent);color:var(--auth-signal-deep)}.portal-fact-copy{flex-direction:column;gap:.125rem;min-width:0;display:flex}.portal-fact-label{color:var(--auth-ink-muted);font-family:var(--auth-font-mono);letter-spacing:.06em;text-transform:uppercase;font-size:.75rem;line-height:1.4}.portal-fact-value{color:var(--auth-ink);overflow-wrap:anywhere;font-size:.9375rem;font-weight:500;line-height:1.4}.portal-fact-value[data-tone=danger]{color:var(--auth-signal-deep)}.portal-plan-features{border-top:1px solid var(--auth-base-300);flex-direction:column;margin:0;padding:.25rem 0 0;list-style:none;display:flex}.portal-plan-feature{border-bottom:1px solid var(--auth-base-300);align-items:center;gap:.75rem;padding:.625rem 0;display:flex}.portal-plan-feature:last-child{border-bottom:0}.portal-plan-feature-mark{background:color-mix(in oklch, var(--auth-accent-deep) 14%, transparent);width:18px;height:18px;color:var(--auth-accent-deep);border-radius:999px;flex:none;place-items:center;display:grid}.portal-plan-feature-mark svg{width:12px;height:12px}.portal-plan-feature-mark[data-tone=muted]{background:color-mix(in oklch, var(--auth-ink-muted) 12%, transparent);color:var(--auth-ink-muted)}.portal-plan-feature-copy{flex-direction:column;flex:auto;gap:.125rem;min-width:0;display:flex}.portal-plan-feature-name{font-size:.9375rem;font-weight:500}.portal-plan-feature-detail{color:var(--auth-ink-muted);font-size:.8125rem;line-height:1.5}.portal-plan-feature-state{color:var(--auth-ink-muted);font-family:var(--auth-font-mono);font-variant-numeric:tabular-nums;letter-spacing:.04em;flex:none;font-size:.75rem}.portal-plan-feature-state[data-tone=ok]{color:var(--auth-accent-deep)}.portal-usage{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.portal-usage-row{border-bottom:1px solid var(--auth-base-300);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem 1rem;padding:.625rem 0;display:flex}.portal-usage-row:last-child{border-bottom:0}.portal-usage-copy{flex-direction:column;gap:.125rem;min-width:0;display:flex}.portal-usage-name{font-size:.9375rem;font-weight:500}.portal-usage-hint{color:var(--auth-ink-muted);font-size:.8125rem;line-height:1.5}.portal-usage-reading{flex-direction:column;flex:none;align-items:flex-end;gap:.25rem;display:flex}.portal-usage-meter{background:var(--auth-base-200);width:9rem;height:6px;box-shadow:inset 0 0 0 1px var(--auth-base-300);border-radius:999px;display:block;overflow:hidden}.portal-usage-meter-fill{width:var(--portal-meter-fill,0%);border-radius:inherit;background:var(--auth-flow-bar);height:100%;display:block}.portal-usage-readout{color:var(--auth-ink);font-family:var(--auth-font-mono);font-variant-numeric:tabular-nums;letter-spacing:.04em;font-size:.75rem}.portal-usage-sub{min-height:1.05em;color:var(--auth-ink-muted);font-family:var(--auth-font-mono);font-variant-numeric:tabular-nums;letter-spacing:.04em;font-size:.75rem}.portal-plan-foot-hint{color:var(--auth-ink-muted);font-family:var(--auth-font-mono);flex:12rem;font-size:.75rem;line-height:1.5}.portal-price-row{grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));gap:.75rem;display:grid}.portal-price-tile{border:1px solid var(--auth-base-300);border-radius:var(--auth-radius-md);background:var(--auth-base-100);flex-direction:column;gap:.375rem;padding:1rem;display:flex}.portal-price-tile[data-recommended]{border-color:color-mix(in oklch, var(--auth-primary) 35%, transparent);background:color-mix(in oklch, var(--auth-primary) 4%, var(--auth-base-100))}.portal-price-amount{color:var(--auth-ink);font-family:var(--auth-font-display);letter-spacing:-.025em;align-items:baseline;gap:.4rem;font-size:1.5625rem;font-weight:600;line-height:1.25;display:flex}.portal-price-cadence{color:var(--auth-ink-muted);font-family:var(--auth-font-mono);letter-spacing:.04em;font-size:.75rem;font-weight:400}.portal-price-note{min-height:2.5rem;color:var(--auth-ink-muted);margin:0;font-size:.8125rem;line-height:1.5}.portal-price-form{margin-top:.25rem}.portal-price-status{min-height:1.125rem;color:var(--auth-ink-muted);font-family:var(--auth-font-mono);margin:0;font-size:.75rem;line-height:1.5}.portal-devices{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.portal-device{border-top:1px solid var(--auth-base-300);align-items:center;gap:.875rem;padding:.875rem 0;display:flex}.portal-device:first-child{border-top:0;padding-top:0}.portal-device:last-child{padding-bottom:0}.portal-session-icon,.portal-device-icon{width:20px;height:20px;color:var(--auth-ink-faint);flex:none}.portal-device-main{flex-direction:column;flex:auto;gap:.25rem;min-width:0;display:flex}.portal-device-name{overflow-wrap:anywhere;font-size:.9375rem;font-weight:500}.portal-device-meta{color:var(--auth-ink-muted);font-family:var(--auth-font-mono);font-variant-numeric:tabular-nums;overflow-wrap:anywhere;font-size:.75rem;line-height:1.5}.portal-device-side{flex:none;align-items:center;gap:.5rem;min-height:32px;display:flex}.portal-devices-empty{color:var(--auth-ink-muted);margin:0;font-size:.9375rem;line-height:1.6}.portal-device-edit{flex:auto;align-items:center;gap:.875rem;min-width:0;display:flex}.portal-device-edit .portal-device-input{flex:auto;min-width:0}.portal-device-edit .portal-device-side{flex:none}.portal-device-link{width:auto;padding:0 1.25rem;text-decoration:none}.portal-main-narrow{width:min(100% - 2rem,34rem)}.portal-link-input{letter-spacing:.32em;text-indent:.32em;text-transform:uppercase}.portal-link-hint{color:var(--auth-ink-muted);font-family:var(--auth-font-mono);margin:0;font-size:.75rem;line-height:1.5}.portal-link-question{min-height:3rem;color:var(--auth-ink);font-size:1.25rem;font-family:var(--auth-font-display);overflow-wrap:anywhere;margin:0;font-weight:600;line-height:1.25;display:block}.portal-link-question[data-tone=ok]{color:var(--auth-accent-deep)}.portal-link-question .portal-readout{font-size:1.0625rem}.portal-link-detail{min-height:2.5rem;color:var(--auth-ink-muted);margin:0;font-size:.9375rem;line-height:1.6}.portal-link-code{border:1px solid var(--auth-base-300);border-radius:var(--auth-radius-sm);background:var(--auth-base-200);color:var(--auth-ink);font-family:var(--auth-font-mono);font-variant-numeric:tabular-nums;letter-spacing:.22em;align-self:flex-start;padding:.375rem calc(.75rem - .22em) .375rem .75rem;font-size:1.125rem;font-weight:500}.portal-link-expiry{min-height:1.125rem;color:var(--auth-ink-muted);font-family:var(--auth-font-mono);font-variant-numeric:tabular-nums;margin:0;font-size:.75rem;line-height:1.5}.portal-link-actions{flex-wrap:wrap;align-items:center;gap:.5rem;min-height:40px;margin-top:.25rem;display:flex}.portal-link-actions .auth-btn{width:auto;padding:0 1.25rem;text-decoration:none}.auth-approve-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.375rem .75rem;min-height:2rem;display:flex}.auth-approve-head .auth-title{flex:auto;min-width:0}.auth-approve-status{color:var(--auth-ink-muted);font-family:var(--auth-font-mono);letter-spacing:.1em;text-transform:uppercase;flex:none;font-size:.75rem;font-weight:500;line-height:1.4}.auth-approve-status[data-tone=pending],.auth-approve-status[data-tone=loading]{color:var(--auth-primary)}.auth-approve-status[data-tone=approved]{color:var(--auth-accent-deep)}.auth-approve-status[data-tone=denied],.auth-approve-status[data-tone=expired]{color:var(--auth-ink-muted)}.auth-approve-status[data-tone=error]{color:var(--auth-signal-deep)}.auth-approve-identity{min-height:1.5rem;color:var(--auth-ink-muted);margin:.625rem 0 1.25rem;font-size:.875rem;line-height:1.5}.auth-approve-signed{color:var(--auth-ink);font-family:var(--auth-font-mono);overflow-wrap:anywhere;font-size:.8125rem}.auth-approve-target{border:1px solid color-mix(in oklch, var(--auth-primary) 28%, var(--auth-base-300));border-radius:var(--auth-radius-md);background:color-mix(in oklch, var(--auth-primary) 7%, var(--auth-base-100));align-items:flex-start;gap:.875rem;min-height:4.5rem;margin:0 0 1.25rem;padding:.875rem 1rem;display:flex}.auth-approve-target[data-state=denied],.auth-approve-target[data-state=expired]{border-color:var(--auth-base-300);background:var(--auth-base-200)}.auth-approve-target[data-state=approved]{border-color:color-mix(in oklch, var(--auth-accent) 35%, var(--auth-base-300));background:color-mix(in oklch, var(--auth-accent) 7%, var(--auth-base-100))}.auth-approve-target[data-state=error]{border-color:color-mix(in oklch, var(--auth-signal) 35%, var(--auth-base-300));background:color-mix(in oklch, var(--auth-signal) 6%, var(--auth-base-100))}.auth-approve-target-mark{border:1px solid color-mix(in oklch, var(--auth-primary) 22%, var(--auth-base-300));border-radius:var(--auth-radius-sm);background:color-mix(in oklch, var(--auth-primary) 10%, var(--auth-base-100));width:2.5rem;height:2.5rem;color:var(--auth-primary);flex:none;place-items:center;display:grid}.auth-approve-target[data-state=denied] .auth-approve-target-mark,.auth-approve-target[data-state=expired] .auth-approve-target-mark{border-color:var(--auth-base-300);background:var(--auth-base-100);color:var(--auth-ink-muted)}.auth-approve-target[data-state=approved] .auth-approve-target-mark{border-color:color-mix(in oklch, var(--auth-accent) 30%, var(--auth-base-300));background:color-mix(in oklch, var(--auth-accent) 8%, var(--auth-base-100));color:var(--auth-accent-deep)}.auth-approve-target[data-state=error] .auth-approve-target-mark{border-color:color-mix(in oklch, var(--auth-signal) 30%, var(--auth-base-300));background:color-mix(in oklch, var(--auth-signal) 8%, var(--auth-base-100));color:var(--auth-signal-deep)}.auth-approve-target-mark svg{width:1.25rem;height:1.25rem}.auth-approve-target-lines{flex-direction:column;flex:auto;gap:.25rem;min-width:0;padding-top:.125rem;display:flex}.auth-approve-target-label{color:var(--auth-ink-muted);font-family:var(--auth-font-mono);letter-spacing:.1em;text-transform:uppercase;font-size:.75rem;font-weight:500;line-height:1.4}.auth-approve-host{color:var(--auth-ink);font-family:var(--auth-font-mono);overflow-wrap:anywhere;font-size:1.0625rem;font-weight:500;line-height:1.35}.auth-approve-question{min-height:2.75rem;color:var(--auth-ink);font-family:var(--auth-font-display);margin:0 0 .375rem;font-size:1.125rem;font-weight:600;line-height:1.35;display:block}.auth-approve-hint{min-height:2.25rem;color:var(--auth-ink-muted);font-family:var(--auth-font-mono);margin:0 0 .5rem;font-size:.75rem;line-height:1.5}.auth-approve-detail{min-height:3rem;color:var(--auth-ink-muted);margin:0 0 .25rem;font-size:.875rem;line-height:1.55}.auth-approve-action-stage{margin-top:.75rem;display:grid}.auth-approve-actions,.auth-approve-outcome{grid-area:1/1}.auth-approve-actions{flex-wrap:wrap;gap:.5rem;min-height:40px;display:flex}.auth-approve-actions form{flex:9rem}.auth-approve-actions[data-hidden=true],.auth-approve-outcome[data-hidden=true]{visibility:hidden;opacity:0;pointer-events:none}.auth-approve-outcome{min-height:40px;color:var(--auth-ink);align-items:center;font-size:.8125rem;font-weight:600;line-height:1.4;display:flex}.auth-approve-bad-detail{margin-top:0;margin-bottom:1rem}.auth-approve-exit{width:auto;margin-top:.5rem;padding:0 1.25rem;text-decoration:none}@media (width<=45rem){.auth-btn-ghost,.auth-btn-danger{min-height:40px}.auth-linkbtn{padding:.5rem 0}.portal-main{padding-top:1.75rem}.portal-hero{padding:1.25rem}.portal-grid{gap:1rem}.portal-panel-body{gap:1rem;padding:1rem}.portal-panel-head,.portal-panel-foot{padding:.75rem 1rem}.portal-name-row .auth-btn,.portal-panel-foot .auth-btn{flex:100%;width:100%}.portal-price-form .auth-btn{width:100%}}@media (width<=30rem){.auth-page{padding:1.75rem .75rem 2.5rem}.auth-card{padding:1.5rem 1.125rem 1.25rem}.auth-title{font-size:1.25rem}.portal-main{width:min(100% - 1.5rem,46rem);padding:1.75rem 0 3rem}.portal-title{font-size:1.5625rem}.portal-hero{align-items:flex-start}.portal-vitals{gap:.75rem 1.25rem}.portal-session{flex-direction:column;align-items:flex-start;gap:.5rem}.portal-session-side,.portal-session-side .auth-btn,.portal-waitlist-action .auth-btn{width:100%}.portal-waitlist-line{min-height:4.75rem}.auth-note{min-height:3rem}.portal-device{flex-direction:column;align-items:flex-start;gap:.5rem}.portal-device-side,.portal-device-side form,.portal-device-side .auth-btn{width:100%}.portal-device-edit{flex-direction:column;align-items:stretch;width:100%}.portal-device-edit .portal-device-side{width:100%}.portal-device-edit .portal-device-side .auth-btn{flex:auto}.portal-main-narrow{width:min(100% - 1.5rem,34rem)}.portal-link-actions{flex-direction:column;align-items:stretch}.portal-link-actions form,.portal-link-actions .auth-btn{width:100%}.portal-price-note{min-height:3.75rem}.portal-link-question{min-height:4.25rem}.portal-link-detail{min-height:3.75rem}.auth-approve-target{min-height:5.25rem}.auth-approve-question{min-height:3.75rem}.auth-approve-hint{min-height:3rem}.auth-approve-detail{min-height:4rem}.auth-approve-actions form{flex:100%}.auth-approve-exit{width:100%}}@media (pointer:coarse){.auth-btn,.auth-approve-outcome{min-height:44px}}@media (prefers-reduced-motion:reduce){.auth-column,.portal-main,.portal-title,.portal-lede,.portal-panel,.portal-hero,.portal-hero:before,.portal-panel-featured:before,.auth-card-rule{animation:none}.auth-panel,.auth-panel[data-hidden],.auth-btn,.auth-input{transition:none}.auth-btn-primary:hover:not(:disabled),.auth-btn-primary:active:not(:disabled),.auth-btn-secondary:active:not(:disabled),.auth-btn-ghost:active:not(:disabled),.auth-btn-danger:active:not(:disabled){transform:none}.auth-btn-spinner{animation-duration:1.8s}}
