/* Atlas — atlastexturing.com. The Horizon design as shipped: Dawn colourway,
   Montserrat for the wordmark and headings, Segoe/system for body, mono for data.
   One rule per line; @media blocks at the end of each part. */

/* ── Identity tokens, base and the shared vocabulary (from styles.css) ── */
@font-face{font-family:Montserrat;src:url('/assets/fonts/Montserrat-Bold.ttf') format('truetype');font-weight:700;font-display:swap}
@font-face{font-family:Montserrat;src:url('/assets/fonts/Montserrat-SemiBold.ttf') format('truetype');font-weight:600;font-display:swap}
:root{--bg:#15171b;--panel:#1c1e22;--text:#ece3d4;--muted:#a6a7aa;--line:rgba(236,227,212,.2);--gold:#e8a33d;--sans:'Segoe UI',Arial,sans-serif;--display:Montserrat,'Segoe UI',sans-serif;--mono:'Cascadia Code',Consolas,monospace;--pad:clamp(24px,4.3vw,80px)}
/* Small type is a scale: --tN is N px on a desktop, and phones raise the whole scale HERE, in one rule,
   so nothing a phone shows is set below 10px. Write small sizes as var(--tN), never as raw px
   (tools/check_site.py refuses them). The Blueprint's node internals keep raw px: they are sized with the node. */
:root{--t6:6px;--t7:7px;--t8:8px;--t9:9px;--t10:10px;--t11:11px;--t12:12px;--t13:13px;--t14:14px;--t15:15px}
@media(max-width:760px){:root{--t6:10px;--t7:10.5px;--t8:11px;--t9:11.5px;--t10:12.5px;--t11:13.5px;--t12:14.5px;--t13:15.5px;--t14:16px;--t15:16.5px}}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:28px}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--sans);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}
button,input{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
button{color:inherit;cursor:pointer}
button:disabled{cursor:default}
a{color:inherit;text-decoration:none}
button{border:0;background:none}
img,video{display:block;max-width:100%}
p,h1,h2,h3,figure{margin:0}
h1,h2,h3{font-weight:600;line-height:1.02}
h1,h2{letter-spacing:-.055em}
p{color:var(--muted)}
a:focus-visible,button:focus-visible,input:focus-visible{outline:2px solid currentColor;outline-offset:6px}
::selection{background:#e8a33d;color:#15171b}
.mono,.eyebrow{font-family:var(--mono);font-size:var(--t10);letter-spacing:.1em;line-height:1.7;font-weight:400}
.eyebrow{color:inherit;letter-spacing:.15em}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip{position:fixed;left:12px;top:-100px;background:var(--text);color:var(--bg);padding:12px;z-index:100}
.skip:focus{top:12px}
[hidden]{display:none!important}
.nav{height:98px;padding:0 var(--pad);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:24px;position:relative;z-index:10}
.brand{display:inline-flex;align-items:center;gap:12px;flex-shrink:0}
.brand img{width:36px;height:36px}
.brand>span{font-family:var(--display);font-weight:700;letter-spacing:.29em;font-size:22px;line-height:1;padding-top:2px}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:45px;min-height:51px;padding:14px 23px;font-size:var(--t13);font-weight:600;border:1px solid transparent;transition:background .2s,color .2s;white-space:nowrap}
.button span{font-size:22px;line-height:1}
.button.light{background:var(--text);color:var(--bg)}
.button.light:hover{background:#fff}
.button.dark{background:#25282b;color:#f4f1ea}
.button.dark:hover{background:#45494c}
.text-link{display:inline-flex;align-items:center;gap:14px;font-size:var(--t12);padding:0}
.text-link:hover{text-decoration:underline;text-underline-offset:6px}
.underlined-link{display:inline-flex;align-items:center;justify-content:space-between;gap:40px;border-bottom:1px solid var(--line);padding:12px 0;font-size:var(--t13)}
.underlined-link span{font-size:22px}
.play-icon{height:30px;width:30px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-size:17px}
.hero-horizon{position:relative;min-height:740px;height:calc(100svh - 98px);max-height:1100px;overflow:hidden;background:#131519}
.hero-media{position:absolute;inset:0 0 0 29%;overflow:hidden}
.hero-video{width:100%;height:100%;object-fit:cover;object-position:56% 50%;transform:scale(1.12)}
.media-shade{position:absolute;inset:0;background:linear-gradient(90deg,#131519 0%,rgba(19,21,25,.78) 10%,rgba(19,21,25,.05) 55%),linear-gradient(0deg,#131519 0%,transparent 28%,rgba(19,21,25,.25) 100%)}
.hero-top{position:absolute;left:var(--pad);right:var(--pad);top:30px;display:flex;justify-content:space-between;color:#95979a}
.hero-copy{position:relative;margin-left:var(--pad);padding-top:clamp(105px,15vh,200px);z-index:2;width:58%;pointer-events:none}
.hero-copy a{pointer-events:auto}
.hero-copy>.eyebrow{margin-bottom:28px}
.hero-copy h1{font-size:clamp(74px,7.7vw,134px);font-weight:600;line-height:.98;letter-spacing:-.064em}
.hero-description{font-size:var(--t15);line-height:1.7;margin-top:32px;color:#b7b6b4}
.hero-actions{display:flex;gap:30px;align-items:center;margin-top:32px}
.hero-coordinate{position:absolute;right:var(--pad);top:45%;writing-mode:vertical-rl;display:flex;gap:40px;font-size:var(--t9);color:#c6c2ba}
.hero-bottom{position:absolute;bottom:35px;left:var(--pad);right:var(--pad);display:flex;justify-content:space-between;align-items:flex-end;border-top:1px solid var(--line);padding-top:20px}
.hero-bottom>.mono{color:#9e9f9f}
.scroll-link{font-size:var(--t12);display:flex;gap:50px;align-items:center}
.scroll-link span{font-size:26px}
.hero-count{min-width:100px;text-align:right}
.section{padding:110px var(--pad)}
.section-heading{display:grid;grid-template-columns:1fr 1.65fr 1fr;gap:32px;align-items:start;margin-bottom:55px}
.section-heading .eyebrow{padding-top:9px}
.section-heading h2{font-size:clamp(40px,4.2vw,66px);line-height:1.06}
.section-heading>p:last-child{font-size:var(--t14);line-height:1.7;padding-top:12px;justify-self:end}
.closing{padding:100px var(--pad) 75px;text-align:center;background:radial-gradient(ellipse at 50% 140%,#44413a 0%,#22252b 38%,#15171b 70%)}
.closing h2{font-size:clamp(70px,8vw,120px);margin:35px 0}
.horizon-line{height:1px;background:var(--line);position:relative;margin:100px auto 0;max-width:800px}
.horizon-line:after{content:'';position:absolute;width:7px;height:7px;border-radius:50%;background:var(--text);top:-3px;left:50%}
.footer{padding:65px var(--pad) 24px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:30px}
.motion-toggle{font-size:var(--t10);padding:6px 0;text-decoration:underline;text-underline-offset:5px;color:inherit}
.studio{--bg:#101113;--panel:#17191c;--line:rgba(236,227,212,.22)}
.studio-stage{position:absolute;inset:40px 19% 128px 30%;overflow:hidden;background:#000;--reveal:55%;border:1px solid rgba(236,227,212,.13)}
.channel-feed{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;pointer-events:none}
.channel-canvas{position:absolute;inset:0;width:100%;height:100%;display:block}
.wipe-handle{position:absolute;left:var(--reveal);top:0;bottom:0;width:1px;background:rgba(236,227,212,.8);pointer-events:none}
.wipe-handle span{position:absolute;left:-17px;top:62%;width:35px;height:35px;display:grid;place-items:center;background:#e5ddd0;color:#121315;border-radius:50%;font-size:20px}
.surface-reveal{position:absolute;inset:0;opacity:0;cursor:ew-resize;width:100%;height:100%;margin:0;z-index:5}
.studio-stage:focus-within{outline:2px solid var(--text);outline-offset:5px}
.studio-mode-group{margin-top:22px}
.studio-mode-group button{display:flex;gap:14px;align-items:center;width:100%;padding:16px 0;text-align:left;border-top:1px solid var(--line);font-size:var(--t12);color:#96999b;transition:color .2s}
.studio-mode-group button:last-child{border-bottom:1px solid var(--line)}
.studio-mode-group button.active{color:var(--text)}
.studio-mode-group button>span{font-family:var(--mono);font-size:var(--t9)}
.studio-mode-group button.active>span:before{content:'•';margin-right:6px}
.balance{padding:32px 35px;border:1px solid var(--line);background:var(--panel)}
.balance>p:not(.eyebrow){font-size:var(--t13)}
@media(min-width:1800px){
  .hero-copy{padding-top:17vh}
  .hero-copy h1{font-size:145px}
}
@media(max-width:1100px){
  .hero-horizon{min-height:700px}
  .hero-copy{width:70%;padding-top:140px}
  .hero-copy h1{font-size:88px}
  .hero-coordinate{display:none}
  .section-heading{grid-template-columns:1fr 2fr}
  .section-heading>p:last-child{grid-column:2;justify-self:start;padding-top:0}
  .studio-stage{left:24%;right:20%;}
  .studio-mode-group button{font-size:var(--t10);gap:7px}
}
@media(max-width:760px){
  :root{--pad:24px}
  .brand{gap:8px}
  .brand img{width:30px;height:30px}
  .hero-horizon{height:auto;min-height:830px;max-height:none}
  .hero-top{top:23px;font-size:var(--t8)}
  .hero-top>span:last-child{display:none}
  .hero-copy{margin-left:var(--pad);padding-top:90px;width:calc(100% - 48px)}
  .hero-copy>.eyebrow{font-size:var(--t8);margin-bottom:20px}
  .hero-copy h1{font-size:clamp(49px,11.9vw,78px);letter-spacing:-.063em}
  .hero-description{font-size:var(--t13);margin-top:24px;max-width:28ch}
  .hero-actions{gap:6px 20px;margin-top:24px;flex-wrap:wrap}
  .hero-actions .button{min-height:45px;padding:11px 17px;gap:30px;font-size:var(--t11)}
  .hero-actions .text-link{font-size:var(--t10);gap:9px}
  .play-icon{height:25px;width:25px;font-size:var(--t15)}
  .hero-media{inset:300px -30% 55px 0}
  .hero-video{object-position:52% center;transform:scale(1.07)}
  .media-shade{background:linear-gradient(180deg,#131519,rgba(19,21,25,.7) 10%,transparent 35%,rgba(19,21,25,.05) 60%,#131519 100%),linear-gradient(90deg,rgba(19,21,25,.25),transparent)}
  .hero-bottom{bottom:26px;padding-top:18px;align-items:center}
  .hero-bottom>.mono{font-size:var(--t8);max-width:135px}
  .hero-count{display:none}
  .scroll-link{font-size:var(--t9);gap:16px;max-width:160px}
  .scroll-link span{font-size:22px}
  .section{padding:70px var(--pad)}
  .section-heading{display:block;margin-bottom:35px}
  .section-heading .eyebrow{padding:0;margin-bottom:24px}
  .section-heading h2{font-size:42px}
  .section-heading>p:last-child{font-size:var(--t13);margin-top:22px}
  .closing{padding:70px 24px 55px}
  .closing h2{font-size:66px;margin:30px 0}
  .closing .eyebrow{font-size:var(--t8)}
  .horizon-line{margin-top:65px}
  .footer{padding:45px 24px 24px;gap:30px}
  .studio-stage{inset:285px 24px auto;height:460px}
  .studio-mode-group{display:grid;grid-template-columns:1fr 1fr;margin-top:12px;column-gap:20px}
  .studio-mode-group button{font-size:var(--t11);padding:12px 0;gap:12px}
  .studio-mode-group button:last-child{border-bottom:0}
  .studio-mode-group button.active>span:before{display:none}
  .studio-mode-group button.active{border-top-color:var(--text)}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation:none!important;transition:none!important}
}
body.motion-paused *,body.motion-paused *::before,body.motion-paused *::after{animation-play-state:paused!important}
.hero-layer{position:absolute;inset:0;clip-path:inset(0 100% 0 0);transition:clip-path .9s cubic-bezier(.22,.7,.2,1)}
.hero-layer[data-active=true]{clip-path:inset(0 0 0 0)}
.hero-layer .hero-video{max-width:none}
.hero-media .media-shade{z-index:1000;pointer-events:none}
.hero-look-controls{position:absolute;right:var(--pad);bottom:120px;display:flex;gap:22px;z-index:3}
.hero-look-controls button{border-top:1px solid rgba(236,227,212,.35);padding:12px 0 5px;min-width:100px;text-align:left;font-size:var(--t10);color:#d5d1c9;text-shadow:0 1px 8px #111}
.hero-look-controls button span{font-family:var(--mono);font-size:var(--t8);margin-right:12px;opacity:.7}
.hero-look-controls button[aria-pressed=true]{border-color:#ece3d4;color:#fff}
.hero-top>span:last-child,.hero-coordinate{color:#e0dcd4;text-shadow:0 1px 8px #131519}
@media(max-width:760px){
  .hero-look-controls{left:24px;right:24px;bottom:100px;gap:16px}
  .hero-look-controls button{min-width:0;flex:1;font-size:var(--t9);padding-top:10px}
  .hero-look-controls button span{font-size:var(--t7);margin-right:7px}
}
.hero-media{z-index:0}
.hero-layer[data-previous=true]{clip-path:inset(0 0 0 0)}

/* ── Site chrome, portal, public pages (from complete.css) ── */
.site{--panel:#1d2025;--muted:#a5a8ae;--line:rgba(236,227,212,.18)}
.site-header{height:90px;padding:0 var(--pad);display:flex;justify-content:space-between;align-items:center;gap:28px;border-bottom:1px solid var(--line);position:relative;z-index:30;background:#15171b}
.site-header>nav{display:flex;gap:34px;font-size:var(--t13);color:var(--muted)}
.site-header a[aria-current=page]{color:var(--text)}
.header-actions{display:flex;align-items:center;gap:18px}
.header-account{border:1px solid var(--line);padding:11px 20px;font-size:var(--t12)}
.menu-toggle,.mobile-account-link{display:none!important}
.site-footer{border-top:1px solid var(--line);padding:65px var(--pad) 25px;display:grid;grid-template-columns:1fr 1.3fr;gap:40px}
.footer-lead>p{margin-top:20px;font-size:var(--t13)}
.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.footer-links>div{display:flex;flex-direction:column;gap:12px;font-size:var(--t12)}
.footer-links span{font:var(--t9) var(--mono);letter-spacing:.15em;color:var(--muted);margin-bottom:8px}
.site-footer-bottom{grid-column:1/-1;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:23px;margin-top:20px;gap:25px;font:var(--t9) var(--mono);color:var(--muted)}
.quiet-link,.quiet-button{font-size:var(--t12);color:var(--text);text-decoration:underline;text-underline-offset:5px;padding:0}
.quiet-button:disabled{color:var(--muted);text-decoration:none}
.button:disabled,[data-topup]:disabled{opacity:.4;cursor:default}
.danger-link{font-size:var(--t12);color:#ecb8b4;text-decoration:underline;text-underline-offset:5px;padding:0}
.action-row{display:flex;gap:24px;align-items:center;flex-wrap:wrap}
.fine-print{font-size:var(--t11);line-height:1.8;color:var(--muted);margin-top:18px}
.portal-layout{display:grid;grid-template-columns:245px minmax(0,1fr);max-width:1600px;margin:auto;min-height:calc(100svh - 90px)}
.account-sidebar{padding:46px 24px;border-right:1px solid var(--line);background:#121418}
.sidebar-person{display:flex;align-items:center;gap:12px;margin-bottom:42px}
.person-monogram{width:37px;height:37px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-size:var(--t11)}
.sidebar-person strong{display:block;font-size:var(--t13);font-weight:500}
.sidebar-person span{display:block;font-size:var(--t10);color:var(--muted);margin-top:3px}
.account-sidebar nav{display:flex;flex-direction:column;gap:4px}
.account-sidebar nav a{padding:13px 12px;display:flex;align-items:center;gap:16px;font-size:var(--t12);color:var(--muted);border-left:2px solid transparent}
.account-sidebar nav a>span{font:var(--t9) var(--mono);opacity:.65}
.account-sidebar nav a[aria-current=page]{border-left-color:var(--text);background:#24272c;color:var(--text)}
.sidebar-help{display:flex;flex-direction:column;gap:15px;margin:60px 12px 0;font-size:var(--t11)}
.sidebar-help>span{font:var(--t8) var(--mono);color:var(--muted);letter-spacing:.12em}
.sidebar-help>button{text-align:left;padding:15px 0 0;border-top:1px solid var(--line);font-size:var(--t11)}
.account-menu-toggle{display:none}
.portal-main{padding:47px 55px 85px;min-width:0}
.portal-topline{display:flex;justify-content:space-between;gap:20px;align-items:center}
.portal-topline>.eyebrow{font-size:var(--t9)}
.portal-heading{display:flex;justify-content:space-between;align-items:center;gap:25px;margin:35px 0 38px}
.portal-heading h1{font-size:clamp(45px,4.4vw,66px);line-height:1.02;letter-spacing:-.058em}
.portal-heading p{margin-top:19px;font-size:var(--t13)}
.plan-pill{font:var(--t10) var(--mono);border:1px solid var(--line);padding:8px 13px;white-space:nowrap}
.plan-pill:before{content:'●';font-size:var(--t6);margin-right:9px}
.overview-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:22px}
.download-card{padding:33px;background:radial-gradient(ellipse at 110% 120%,#42454a,#23262c 65%);position:relative;overflow:hidden;min-height:342px;border:1px solid var(--line)}
.download-card>.eyebrow{font-size:var(--t8)}
.download-card h2{font-size:38px;line-height:1.04;margin:29px 0 18px}
.download-card>p:not(.eyebrow){font-size:var(--t12)}
.download-card .button{margin-top:28px;font-size:var(--t12);min-height:48px;white-space:normal;gap:20px}
.download-card>.quiet-link{display:block;width:fit-content;margin-top:18px;font-size:var(--t10)}
.file-caption{display:block;margin-top:23px;font:var(--t8) var(--mono);color:#afb2b6}
.download-card>:not(img){position:relative;z-index:1}
.download-mark{position:absolute;width:255px;right:-62px;top:75px;opacity:.12;filter:grayscale(1)}
.balance-summary{border:1px solid var(--line);padding:32px;background:var(--panel)}
.balance-summary>.eyebrow{font-size:var(--t8)}
.big-balance{font-size:68px;letter-spacing:-.065em;line-height:1;margin:30px 0 12px}
.balance-summary>p:not(.eyebrow){font-size:var(--t12)}
.summary-details{font-size:var(--t11);margin:27px 0 15px}
.summary-details>div{display:flex;justify-content:space-between;gap:15px;padding:9px 0;border-top:1px solid var(--line)}
.summary-details dt{color:var(--muted)}
.summary-details dd{margin:0}
.summary-details small{color:var(--muted);font-size:var(--t9)}
.balance-summary .underlined-link{width:100%;font-size:var(--t11)}
.panel-row{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:28px 0;border-bottom:1px solid var(--line)}
.plan-summary .eyebrow{font-size:var(--t8);margin-bottom:11px}
.plan-summary h3{font-size:21px}
.plan-summary p:not(.eyebrow){font-size:var(--t12);margin-top:9px}
.section-title{display:flex;justify-content:space-between;align-items:center;gap:25px;margin:36px 0 20px}
.section-title h2{font-size:24px;line-height:1.15}
.section-title h3{font-size:18px;line-height:1.2}
.section-title p{font-size:var(--t12);line-height:1.7;margin-top:9px}
.section-title>a{font-size:var(--t11);white-space:nowrap}
.section-title>.eyebrow{font-size:var(--t8)}
.portal-card{padding:30px;border:1px solid var(--line);background:#1a1d22;margin-bottom:24px}
.portal-card .section-title:first-child{margin-top:0}
.balance-metrics{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);margin-bottom:28px}
.balance-metrics article{padding:25px;border-right:1px solid var(--line)}
.balance-metrics article:last-child{border:0}
.balance-metrics strong{display:block;font-size:43px;font-weight:400;letter-spacing:-.055em;line-height:1.1;margin:18px 0 13px}
.balance-metrics .eyebrow{font-size:var(--t8)}
.balance-metrics article>span{font-size:var(--t10);color:var(--muted)}
.topup-options{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.topup-options button{border:1px solid var(--line);padding:22px;text-align:left;display:flex;flex-direction:column;gap:20px;background:#23262b}
.topup-options button:not(:disabled):hover{background:#ece3d4;color:#15171b}
.topup-options strong{font-size:33px;font-weight:400}
.topup-options span{font-size:var(--t10)}
.limit-meter{padding:15px 0 30px}
.limit-meter>div{display:flex;justify-content:space-between;gap:20px;font-size:var(--t11);margin-bottom:15px;color:var(--muted)}
progress{width:100%;height:3px;appearance:none;border:0}
progress::-webkit-progress-bar{background:#383c43}
progress::-webkit-progress-value{background:#ece3d4}
.site label{font-size:var(--t12)}
.site input:not([type=range]):not([type=checkbox]),.site select{border:1px solid var(--line);background:#15171b;color:var(--text);padding:13px 15px;min-height:46px;border-radius:0;color-scheme:dark}
.input-action{display:flex;gap:14px;margin-top:12px}
.input-action>input{width:160px;max-width:45%}
.input-action>.button{min-height:46px;font-size:var(--t12)}
.form-status{font-size:var(--t12);margin-top:14px}
.table-scroll{width:100%;overflow-x:auto;border-top:1px solid var(--line)}
.site table{border-collapse:collapse;width:100%;min-width:650px;text-align:left;font-size:var(--t11)}
.site th{color:var(--muted);font-size:var(--t9);font-weight:400;padding:17px 16px 17px 0;white-space:nowrap}
.site td{padding:20px 16px 20px 0;border-top:1px solid var(--line);vertical-align:top;color:#d8d5ce;font-variant-numeric:tabular-nums}
.site td small{display:block;color:var(--muted);font-size:var(--t9);max-width:200px;line-height:1.5;margin-top:6px}
.billing-plan{display:flex;align-items:center;justify-content:space-between;gap:20px}
.billing-plan h2{font-size:48px;margin:25px 0 15px}
.billing-plan h2>small{font-size:var(--t15);letter-spacing:0;color:var(--muted)}
.billing-plan p:not(.eyebrow){font-size:var(--t12)}
.billing-plan>.button{font-size:var(--t11);white-space:normal}
.ledger-title{margin-top:50px}
.setting-line{display:flex;justify-content:space-between;gap:25px;align-items:flex-start}
.setting-line h2{font-size:23px;line-height:1.2}
.setting-line p{font-size:var(--t12);line-height:1.8;max-width:57ch;margin-top:14px}
.toggle-input{position:relative;display:block;width:39px;height:23px;flex-shrink:0;margin-top:3px;cursor:pointer}
.toggle-input input{position:absolute;opacity:0;width:100%;height:100%;margin:0;z-index:2;cursor:pointer}
.toggle-input>span{display:block;position:absolute;inset:0;background:#44484e;border-radius:15px}
.toggle-input>span:after{content:'';position:absolute;left:4px;top:4px;width:15px;height:15px;background:#ece3d4;border-radius:50%;transition:transform .2s}
.toggle-input input:checked+span{background:#ece3d4}
.toggle-input input:checked+span:after{background:#15171b;transform:translateX(16px)}
.toggle-input input:focus-visible+span{outline:2px solid #ece3d4;outline-offset:4px}
.consent-status{font-size:var(--t12);line-height:1.8;margin-top:20px;color:#d4d4ce}
.portal-card>.quiet-link{display:inline-block;margin-top:20px;font-size:var(--t11)}
.contributions-title{padding-top:25px;border-top:1px solid var(--line);margin-top:30px}
.session-actions{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:20px 0;border-top:1px solid var(--line)}
.session-actions h3{font-size:var(--t15)}
.session-actions p{font-size:var(--t11);line-height:1.7;margin-top:10px}
.session-actions>a,.session-actions>button{font-size:var(--t11);text-align:right;flex-shrink:0}
.notices:not(:empty){margin-top:25px}
.notice{padding:17px 20px;border:1px solid #666053;background:#2a2824;font-size:var(--t12);line-height:1.7;color:#e2d5be;margin-bottom:14px}
.notice a{text-decoration:underline;text-underline-offset:3px}
.device-request{border:1px solid var(--line);padding:28px;margin-top:26px;background:#23262b}
.device-request h2{font-size:28px;margin:16px 0}
.device-request p:not(.eyebrow){font-size:var(--t12);line-height:1.7}
.device-code{display:block;font:34px var(--mono);letter-spacing:.15em;margin:25px 0}
.device-request .action-row{margin-top:25px}
#welcome p:not(.eyebrow):not(.status){max-width:78ch;margin:0 0 12px}
#welcome p a{text-decoration:underline;text-underline-offset:3px}
.public-section{padding:80px var(--pad) 100px;max-width:1600px;margin:auto}
.page-intro{max-width:1050px;margin-bottom:65px}
.page-intro>.eyebrow{font-size:var(--t10);margin-bottom:28px}
.page-intro h1{font-size:clamp(52px,6vw,88px);line-height:1.04;letter-spacing:-.06em}
.page-intro>p:last-child{font-size:var(--t15);line-height:1.8;max-width:62ch;margin-top:25px}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;margin-top:55px}
.feature-grid article{border-top:1px solid var(--line);padding-top:24px}
.feature-grid h2{font-size:32px;line-height:1.1;margin:25px 0 20px}
.feature-grid p{font-size:var(--t13);line-height:1.8}
.workflow-experience-links{display:flex;flex-wrap:wrap;align-items:center;gap:16px 38px;margin-top:64px}
.workflow-lead .page-intro{margin-bottom:50px}
.workflow-blueprint{scroll-margin-top:40px}
.workflow-blueprint+.feature-grid{margin-top:95px}
.subtle-section{background:#1b1e23}
.channel-exhibit{display:grid;grid-template-columns:1.7fr 1fr;gap:70px}
.channel-exhibit .studio-stage{position:relative;inset:auto;height:600px;min-width:0}
.channel-exhibit .stage-mode{position:absolute;bottom:20px;left:20px;font-size:var(--t9)}
.exhibit-controls{align-self:center}
.exhibit-controls .studio-mode-group{max-width:280px;margin:25px 0}
.exhibit-controls>p:not(.eyebrow){font-size:var(--t13);margin:25px 0}
.public-cta{text-align:center;padding:90px 24px}
.public-cta h2{font-size:65px;margin-bottom:35px}
.pricing-layout{display:grid;grid-template-columns:1fr 1.05fr;gap:80px;max-width:1150px}
.price-card{background:#22262b;border:1px solid var(--line);padding:40px}
.price-card h2{font-size:76px;margin:25px 0 18px;letter-spacing:-.06em}
.price-card h2 small{font-size:17px;letter-spacing:0;color:var(--muted)}
.price-card>p:not(.eyebrow){font-size:var(--t13)}
.price-card ul{list-style:none;margin:30px 0;padding:0}
.price-card li{padding:13px 0;border-top:1px solid var(--line);font-size:var(--t13)}
.price-card>.button{width:100%;font-size:var(--t12)}
.price-card>.fine-print{font-size:var(--t10)!important}
.pricing-explainer{padding-top:12px}
.pricing-explainer h2{font-size:42px;margin-bottom:25px}
.pricing-explainer p{font-size:var(--t14);line-height:1.8;margin:20px 0}
.price-topups{display:flex;gap:30px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:30px 0;margin:38px 0;font-size:34px;letter-spacing:-.04em}
.pricing-explainer h3{font-size:25px}
.pricing-explainer .fine-print{font-size:var(--t11)}
.faq{margin-top:90px;max-width:900px}
.faq>h2{font-size:38px;margin-bottom:35px}
.faq details{border-top:1px solid var(--line);padding:24px 0}
.faq summary{cursor:pointer;font-size:17px}
.faq p{font-size:var(--t14);line-height:1.8;margin:20px 0 0}
.faq a{text-decoration:underline;text-underline-offset:3px}
.guide-layout{display:grid;grid-template-columns:260px minmax(0,700px);gap:90px}
.guide-toc{display:flex;flex-direction:column;gap:20px;font:var(--t11) var(--mono);align-self:start;position:sticky;top:30px}
.guide-toc a{color:var(--muted)}
.guide-content section{padding:0 0 45px;margin-bottom:45px;border-bottom:1px solid var(--line);scroll-margin-top:30px}
.guide-content h2{font-size:37px;line-height:1.1;margin:24px 0}
.guide-content li,.guide-content p{font-size:var(--t14);line-height:1.9;color:var(--muted);margin-bottom:15px}
.guide-content ol{padding-left:22px}
.guide-content a:not(.button){text-decoration:underline;text-underline-offset:4px;color:var(--text)}
.guide-content .button{font-size:var(--t12);margin-top:20px}
.legal-layout{display:grid;grid-template-columns:245px minmax(0,720px);gap:80px;max-width:1240px;margin:auto;padding:75px 40px 100px}
.legal-layout>aside{align-self:start;position:sticky;top:30px}
.legal-layout>aside nav{display:flex;flex-direction:column;gap:14px;margin:28px 0 35px}
.legal-layout>aside nav a{font-size:var(--t11);color:var(--muted);line-height:1.6}
.legal-article h1{font-size:58px;line-height:1.08;margin-bottom:20px}
.legal-article>.date{font-size:var(--t11);color:var(--muted);margin-bottom:35px}
.legal-article h2{font-size:24px;margin:45px 0 18px;line-height:1.2;scroll-margin-top:30px}
.legal-article p,.legal-article li{font-size:var(--t14);line-height:1.9;color:#bfc1c4;margin-bottom:17px}
.legal-article strong{color:var(--text);font-weight:500}
.legal-article ul{padding-left:20px}
.legal-article a{text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere}
.site .legal-article table{min-width:0;font-size:var(--t12);line-height:1.7}
.legal-article td{padding:15px 14px 15px 0;font-size:var(--t12)}
.contact-email{display:block;font-size:clamp(22px,3vw,45px);letter-spacing:-.04em;padding:30px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);overflow-wrap:anywhere}
.contact-routes{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin:60px 0}
.contact-routes h2{font-size:29px;margin:25px 0 18px}
.contact-routes p{font-size:var(--t13)}
.release-note{display:grid;grid-template-columns:1fr 1.8fr;gap:75px;border-top:1px solid var(--line);padding-top:40px}
.release-note h2{font-size:40px;margin:24px 0}
.release-badge{font:var(--t9) var(--mono);border:1px solid var(--line);padding:8px 12px}
.release-note h3{font-size:29px;margin-bottom:25px}
.release-note p{font-size:var(--t14);line-height:1.9;margin:18px 0}
.release-note .button{margin:18px 0}
.release-note .fine-print{font-size:var(--t11)}
.not-found{padding:100px var(--pad) 130px;min-height:650px}
.not-found h1{font-size:clamp(65px,7vw,105px);line-height:1.02;margin:30px 0}
.not-found>p:not(.eyebrow){font-size:var(--t15);margin-bottom:35px}
.auth-layout{display:grid;grid-template-columns:1.05fr 1fr;min-height:800px}
.auth-art{position:relative;overflow:hidden;background:#111}
.auth-art>img{width:100%;height:100%;object-fit:cover;position:absolute;opacity:.65}
.auth-art:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#111519,transparent)}
.auth-art>div{position:absolute;bottom:65px;left:var(--pad);z-index:1}
.auth-art h2{font-size:65px;line-height:1.03;margin-top:25px;letter-spacing:-.06em}
.auth-art .eyebrow{font-size:var(--t8)}
.auth-form{padding:70px 65px;max-width:620px;width:100%;align-self:center}
.auth-form h1{font-size:56px;line-height:1.04;margin:26px 0}
.auth-form>p:not(.eyebrow){font-size:var(--t13);line-height:1.8}
.auth-form form{display:flex;flex-direction:column;gap:12px;margin-top:35px}
.auth-form input{width:100%;margin:0 0 6px}
.auth-form .button{font-size:var(--t12);justify-content:center}
.auth-divider{margin:20px 0;text-align:center;font-size:var(--t11);color:var(--muted)}
.google-signin{width:100%;gap:14px}.google-signin .g-logo{width:18px;height:18px;flex:none}
.auth-form .auth-terms{font-size:var(--t11)!important;margin-top:25px}
.auth-terms a{text-decoration:underline;text-underline-offset:3px}
.auth-form .notice{margin-top:25px}
.auth-form #email-sent>.button{margin-top:20px}
.device-page{max-width:650px;margin:auto;padding:90px 35px 110px}
.device-page h1{font-size:73px;line-height:1.04;margin:27px 0}
.device-page>p:not(.eyebrow){font-size:var(--t14);line-height:1.8}
.device-page form{display:flex;flex-direction:column;gap:14px;margin-top:32px}
.device-page input{font:25px var(--mono);letter-spacing:.14em}
.device-page>.quiet-link{display:inline-block;margin-top:25px}
@media(max-width:1100px){
  .portal-layout{grid-template-columns:210px minmax(0,1fr)}
  .account-sidebar{padding:35px 15px}
  .portal-main{padding:40px 32px 75px}
  .overview-grid{gap:16px}
  .download-card,.balance-summary{padding:25px}
  .download-card h2{font-size:32px}
  .big-balance{font-size:56px}
  .summary-details{font-size:var(--t10)}
  .summary-details>div{display:block}
  .summary-details dd{margin-top:7px}
  .download-card .button{font-size:var(--t10);padding:12px 15px}
  .balance-metrics article{padding:20px}
  .balance-metrics strong{font-size:36px}
  .billing-plan{display:block}
  .billing-plan .button{margin-top:25px}
  .guide-layout{gap:50px;grid-template-columns:210px 1fr}
  .legal-layout{gap:45px;grid-template-columns:200px minmax(0,1fr)}
  .pricing-layout{gap:40px}
  .auth-form{padding:45px}
  .auth-form h1{font-size:46px}
  .channel-exhibit{gap:35px}
}
@media(max-width:760px){
  .site-header{height:78px;padding:0 22px;gap:12px}
  .site-header .brand{gap:6px}
  .header-actions{gap:13px}
  .header-account{padding:0;border:0;font-size:var(--t11)}
  .menu-toggle{display:block!important;font-size:var(--t11);padding:9px 0}
  .site-header>nav{display:none;position:absolute;top:77px;left:0;right:0;background:#1c1f24;border-bottom:1px solid var(--line);padding:20px 24px;flex-direction:column;gap:0;box-shadow:0 15px 20px #0003}
  .site-header>nav.open{display:flex}
  .site-header>nav a{padding:13px 0;font-size:var(--t15)}
  .mobile-account-link{display:block!important}
  .site-footer{padding:45px 24px 75px;grid-template-columns:1fr;gap:35px}
  .footer-links{grid-template-columns:repeat(3,1fr);gap:15px}
  .footer-links>div{font-size:var(--t10);gap:13px}
  .footer-links span{font-size:var(--t7)}
  .site-footer-bottom{flex-wrap:wrap;font-size:var(--t7);gap:15px;margin-top:0}
  .site-footer-bottom>span:first-child{width:100%}
  .site-footer-bottom>.motion-toggle{font-size:var(--t8)}
  .portal-layout{display:block;min-height:0}
  .account-sidebar{padding:16px 24px;background:#1a1d22;border-right:0;border-bottom:1px solid var(--line)}
  .sidebar-person,.sidebar-help{display:none}
  .account-menu-toggle{display:flex;width:100%;font-size:var(--t13);padding:0;min-height:26px;text-align:left}
  .account-sidebar nav{display:none;margin-top:15px}
  .account-sidebar nav.open{display:flex}
  .account-sidebar nav a{padding:13px 10px;font-size:var(--t12)}
  .portal-main{padding:29px 24px 60px}
  .portal-topline>.eyebrow{font-size:var(--t7)}
  .portal-heading{margin:30px 0;align-items:flex-start;gap:10px;flex-wrap:wrap}
  .portal-heading h1{font-size:44px;line-height:1.05;letter-spacing:-.058em}
  .portal-heading p{font-size:var(--t12);line-height:1.7;max-width:32ch;margin-top:16px}
  .plan-pill{font-size:var(--t8);padding:7px 10px;margin-top:4px}
  .overview-grid{grid-template-columns:1fr;gap:18px}
  .download-card{min-height:350px;padding:26px}
  .download-card h2{font-size:36px}
  .download-card .button{font-size:var(--t11);padding:13px 18px}
  .download-card>.quiet-link{font-size:var(--t11)}
  .file-caption{font-size:var(--t7);line-height:1.8}
  .balance-summary{padding:26px}
  .big-balance{font-size:62px}
  .summary-details>div{display:flex}
  .summary-details dd{margin:0}
  .summary-details{font-size:var(--t11)}
  .plan-summary{display:block;padding:28px 0}
  .plan-summary>.quiet-button{margin-top:20px}
  .plan-summary h3{font-size:21px}
  .section-title{gap:15px;align-items:flex-start;margin:30px 0 20px}
  .section-title h2{font-size:22px}
  .section-title>a{font-size:var(--t10);padding-top:3px}
  .section-title>.eyebrow{font-size:var(--t7);max-width:95px;text-align:right}
  .balance-metrics{grid-template-columns:1fr;border-bottom:0}
  .balance-metrics article{padding:20px 22px;border-right:0;border-bottom:1px solid var(--line)!important;display:grid;grid-template-columns:1fr auto;gap:10px}
  .balance-metrics strong{grid-row:1/3;grid-column:2;margin:0;font-size:34px;align-self:center}
  .balance-metrics .eyebrow{font-size:var(--t8)}
  .balance-metrics article>span{font-size:var(--t10)}
  .portal-card{padding:23px 20px;margin-bottom:20px}
  .portal-card .section-title h2{font-size:22px;line-height:1.15}
  .portal-card .section-title p{font-size:var(--t11)}
  .topup-options{gap:8px}
  .topup-options button{padding:18px 12px;gap:16px}
  .topup-options strong{font-size:27px}
  .topup-options span{font-size:var(--t8)}
  .fine-print{font-size:var(--t10)}
  .input-action{gap:10px}
  .input-action .button{font-size:var(--t10);padding:10px 14px}
  .input-action input{font-size:var(--t13);padding:11px!important}
  .limit-meter>div{font-size:var(--t10)}
  .site table{font-size:var(--t10);min-width:600px}
  .site td{font-size:var(--t10);padding:18px 18px 18px 0}
  .site th{font-size:var(--t8)}
  .billing-plan h2{font-size:46px}
  .billing-plan .button{font-size:var(--t11)}
  .setting-line{gap:15px}
  .setting-line h2{font-size:21px}
  .setting-line p{font-size:var(--t11)}
  .consent-status{font-size:var(--t11)}
  .contributions-title h3{font-size:17px;line-height:1.3}
  .contributions-title .danger-link{font-size:var(--t10);min-width:50px;text-align:right}
  .session-actions{align-items:flex-start;flex-wrap:wrap;gap:14px}
  .session-actions>div{max-width:100%}
  .session-actions h3{font-size:var(--t15)}
  .session-actions p{font-size:var(--t11)}
  .session-actions>a,.session-actions>button{text-align:left}
  .notice{font-size:var(--t11);padding:15px}
  .device-request{padding:22px}
  .device-request h2{font-size:25px}
  .device-code{font-size:27px;letter-spacing:.08em}
  .device-request .button{font-size:var(--t11);white-space:normal;padding:12px 15px}
  .public-section{padding:50px 24px 65px}
  .page-intro{margin-bottom:40px}
  .page-intro>.eyebrow{font-size:var(--t8);margin-bottom:24px}
  .page-intro h1{font-size:47px;line-height:1.06}
  .page-intro>p:last-child{font-size:var(--t13);line-height:1.8;margin-top:22px}
  .feature-grid{grid-template-columns:1fr;gap:30px;margin-top:35px}
  .workflow-experience-links{margin-top:42px}
  .workflow-lead .page-intro{margin-bottom:34px}
  .workflow-blueprint+.feature-grid{margin-top:60px}
  .feature-grid h2{font-size:30px;margin:20px 0 17px}
  .feature-grid p{font-size:var(--t12)}
  .channel-exhibit{grid-template-columns:1fr;gap:30px}
  .channel-exhibit .studio-stage{inset:auto;height:440px}
  .channel-exhibit .stage-mode{font-size:var(--t7);left:15px;bottom:15px}
  .exhibit-controls .studio-mode-group{max-width:none;display:grid;grid-template-columns:1fr 1fr;column-gap:22px}
  .public-cta{padding:65px 24px}
  .public-cta h2{font-size:48px}
  .pricing-layout{grid-template-columns:1fr;gap:35px}
  .price-card{padding:28px 24px}
  .price-card h2{font-size:64px}
  .price-card>.button{font-size:var(--t11);white-space:normal;min-height:48px}
  .price-card li{font-size:var(--t12);line-height:1.7}
  .pricing-explainer h2{font-size:36px}
  .pricing-explainer p{font-size:var(--t13)}
  .price-topups{font-size:31px;gap:30px;margin:25px 0}
  .faq{margin-top:55px}
  .faq>h2{font-size:32px;line-height:1.1}
  .faq summary{font-size:var(--t15)}
  .faq p{font-size:var(--t12)}
  .guide-layout{grid-template-columns:1fr;gap:45px}
  .guide-toc{position:static;font-size:var(--t10);gap:15px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:22px 0}
  .guide-content h2{font-size:33px}
  .guide-content li,.guide-content p{font-size:var(--t13)}
  .legal-layout{display:flex;flex-direction:column;padding:40px 24px 60px;gap:40px}
  .legal-layout>aside{position:static;max-width:100%;width:100%}
  .legal-layout>aside nav{max-height:190px;overflow-y:auto;gap:12px;margin:20px 0}
  .legal-layout>aside nav a{font-size:var(--t11)}
  .legal-article h1{font-size:43px}
  .legal-article h2{font-size:22px;margin-top:35px}
  .legal-article p,.legal-article li{font-size:var(--t13);line-height:1.85;overflow-wrap:anywhere}
  .site .legal-article table{font-size:var(--t10);table-layout:fixed}
  .legal-article td{font-size:var(--t10);padding:12px 9px 12px 0;overflow-wrap:anywhere}
  .contact-email{font-size:24px;letter-spacing:-.05em}
  .contact-routes{grid-template-columns:1fr;gap:35px;margin:40px 0}
  .contact-routes h2{font-size:28px;line-height:1.1}
  .release-note{grid-template-columns:1fr;gap:35px;padding-top:28px}
  .release-note h2{font-size:36px}
  .release-note h3{font-size:28px;line-height:1.15}
  .release-note p{font-size:var(--t13)}
  .release-note .button{font-size:var(--t11);white-space:normal}
  .not-found{padding:65px 24px 85px;min-height:600px}
  .not-found h1{font-size:55px}
  .not-found>p:not(.eyebrow){font-size:var(--t13)}
  .not-found .button{font-size:var(--t12)}
  .auth-layout{display:block;min-height:0}
  .auth-art{height:240px}
  .auth-art>div{bottom:28px;left:24px}
  .auth-art h2{font-size:40px;line-height:1.03;margin-top:18px}
  .auth-art h2 br:last-of-type{display:none}
  .auth-art .eyebrow{font-size:var(--t7)}
  .auth-art>img{object-position:50% 38%}
  .auth-form{padding:40px 24px 60px}
  .auth-form>.eyebrow{font-size:var(--t8)}
  .auth-form h1{font-size:45px;margin:23px 0}
  .auth-form>p:not(.eyebrow){font-size:var(--t12)}
  .auth-form form{margin-top:28px}
  .auth-form #email-sent>.quiet-button{display:block;margin:20px 0 0}
  .device-page{padding:55px 24px 80px}
  .device-page h1{font-size:56px}
  .device-page>p:not(.eyebrow){font-size:var(--t13)}
  .device-page>.eyebrow{font-size:var(--t8)}
  .device-page input{font-size:23px}
}

/* ── The film and the Blueprint (from experience.css) ── */
.film-hero-link{display:inline-flex;align-items:center;gap:12px;background:none;border:0;color:inherit;cursor:pointer;padding:12px 0;font:inherit;text-align:left}
.film-duration{font:var(--t10) Consolas,monospace;color:#afb0ad;border:1px solid #ffffff30;padding:5px 7px;margin-left:3px}
.experience-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:46px}
.experience-heading .eyebrow{margin:0 0 28px}
.experience-heading h2{font:500 clamp(44px,5.6vw,84px)/1.02 'Segoe UI',Arial,sans-serif;letter-spacing:-.06em;margin:0;color:#ece3d4}
.experience-heading>p{font-size:var(--t15);line-height:1.85;color:#a6a7aa;max-width:32ch;margin:0 0 5px}
.film-section{border-bottom:1px solid #ffffff21;background:#121519}
.film-invitation{position:relative;display:block;width:100%;aspect-ratio:16/9;overflow:hidden;background:#090b0e;color:#ece3d4;border:1px solid #ece3d43a;padding:0;cursor:pointer;text-align:left}
.film-invitation>img{display:block;width:100%;height:100%;object-fit:cover;transition:transform 1.3s cubic-bezier(.2,.65,.2,1),filter .7s;filter:brightness(.79)}
.film-invitation::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,#070a0e65,transparent 30%,transparent 55%,#070a0ed9)}
.film-invitation:hover>img{transform:scale(1.025);filter:brightness(.95)}
.film-card-top{position:absolute;inset:30px 32px auto;display:flex;justify-content:space-between;z-index:1;font-size:var(--t10);letter-spacing:.15em}
.film-card-bottom{position:absolute;left:32px;right:32px;bottom:32px;display:flex;gap:22px;align-items:center;z-index:1}
.film-play-icon{display:grid;place-items:center;width:68px;height:68px;border:1px solid #ece3d478;border-radius:50%;font-size:31px;line-height:1;background:#10141d33;backdrop-filter:blur(8px);transition:background .3s,color .3s}
.film-invitation:hover .film-play-icon{background:#ece3d4;color:#121519}
.film-card-bottom strong{display:block;font:400 29px/1.25 'Segoe UI',sans-serif;letter-spacing:-.035em}
.film-card-bottom small{display:block;margin-top:8px;font-size:var(--t12);color:#c1bbb2}
.film-sound{margin-left:auto;font-size:var(--t9);letter-spacing:.14em}
.film-caption-row{display:flex;justify-content:space-between;gap:20px;margin-top:19px;color:#9b9e9f;font-size:var(--t8);letter-spacing:.12em}
.film-caption-row a{color:#ece3d4;text-decoration:none}
.film-caption-row a:hover{text-decoration:underline}
.cinema-is-open,.bp-is-expanded{overflow:hidden}
.cinema-dialog{width:min(1320px,calc(100% - 64px));max-width:none;max-height:calc(100dvh - 40px);padding:0;margin:auto;border:1px solid #ece3d440;background:#101317;color:#ece3d4;overflow:auto;box-shadow:0 40px 140px #0009}
.cinema-dialog::backdrop{background:#06080bea;backdrop-filter:blur(12px)}
.cinema-bar{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 27px}
.cinema-bar .eyebrow{font-size:var(--t8);margin:0 0 6px}
.cinema-bar h2{font-size:19px;letter-spacing:-.025em;font-weight:400;margin:0}
.cinema-close{padding:10px 0 10px 20px;background:none;color:inherit;border:0;cursor:pointer;font-size:var(--t12);min-height:44px}
.cinema-close span{font-size:23px;margin-left:15px;vertical-align:middle}
.cinema-screen{position:relative;background:#000;line-height:0}
.cinema-screen video{display:block;width:100%;height:auto;aspect-ratio:16/9;max-height:calc(100dvh - 205px);object-fit:contain;background:#000}
.cinema-bottom{padding:17px 27px;display:flex;gap:25px;align-items:center;justify-content:space-between;flex-wrap:wrap;line-height:1.6}
.cinema-bottom p{font-size:var(--t11);color:#a6a7aa;margin:0}
.cinema-bottom .quiet-link,.cinema-bottom .quiet-button{font-size:var(--t11)}
.cinema-end{display:flex;gap:25px;margin-left:auto}
.cinema-end[hidden]{display:none}
.cinema-resume{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:#ece3d4;border:1px solid #111;color:#15171b;padding:16px 25px;line-height:1;font-size:var(--t14);cursor:pointer}
.cinema-resume[hidden]{display:none}
.blueprint-section{background:#171a1e;border-top:1px solid #ffffff21;scroll-margin-top:40px}
.blueprint-after{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:24px}
.blueprint-after>.mono{font-size:var(--t8);letter-spacing:.13em;color:#999e9f}
.blueprint-after>a{font-size:var(--t12)}
.blueprint{--bp-line:#ffffff1c;border:1px solid #ece3d436;border-radius:4px;overflow:hidden;background:#1d2025;color:#deded9;box-shadow:0 35px 80px -40px #0008}
.blueprint button,.blueprint select{font-family:'Segoe UI',Arial,sans-serif}
.bp-topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 23px;background:#20242a;border-bottom:1px solid var(--bp-line)}
.bp-title{display:flex;align-items:center;gap:12px;min-width:0}
.bp-title strong{font-size:var(--t15);font-weight:500;letter-spacing:-.02em}
.bp-title>span:last-child{font:var(--t9) Consolas,monospace;color:#949b9f;margin-left:20px;letter-spacing:.035em}
.bp-symbol{font-size:20px;color:#d2c4a5}
.bp-toolbar{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--bp-line);padding:13px 20px;gap:18px;background:#1c2025}
.bp-guide{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--bp-line);background:#1a1e23}
.bp-step{position:relative;display:grid;grid-template-columns:26px 1fr;column-gap:16px;row-gap:11px;align-content:start;text-align:left;padding:26px 28px 24px;background:none;border:0;border-right:1px solid var(--bp-line);color:#959da1;cursor:pointer;transition:background .25s,color .25s}
.bp-step:last-child{border-right:0}
.bp-step::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:#e5d4ad;transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.2,.7,.2,1)}
.bp-step-n{font:var(--t9) Consolas,monospace;letter-spacing:.08em;color:#7f898e;padding-top:9px}
.bp-step strong{font-size:22px;font-weight:400;letter-spacing:-.03em;line-height:1.15;color:#cfc8ba;transition:color .25s}
.bp-step-text{grid-column:2;font-size:var(--t12);line-height:1.75;max-width:46ch}
.bp-step-chain{grid-column:2;font:var(--t8) Consolas,monospace;letter-spacing:.13em;color:#7f898e;margin-top:3px;transition:color .25s}
.bp-step:hover strong,.bp-step[aria-pressed=true] strong{color:#f1e8d6}
.bp-step[aria-pressed=true]{background:#ece3d409;color:#b4babc}
.bp-step[aria-pressed=true]::after{transform:scaleX(1)}
.bp-step[aria-pressed=true] .bp-step-chain,.bp-step[aria-pressed=true] .bp-step-n{color:#d5c6a5}
.blueprint.is-expanded .bp-step{padding:17px 24px 16px;row-gap:7px}
.blueprint.is-expanded .bp-step-text{display:none}
.blueprint.is-expanded .bp-step strong{font-size:17px}
.blueprint.is-expanded .bp-step-n{padding-top:6px}
.bp-crumb{font:var(--t8) Consolas,monospace;letter-spacing:.1em;color:#7e898e}
.bp-world.is-gliding{transition:transform .6s cubic-bezier(.2,.7,.2,1)}
.bp-node{transition:opacity .3s}
.blueprint.has-step .bp-node:not(.in-step){opacity:.3}
.blueprint.has-step .bp-wires path:not(.in-step){opacity:.14}
.bp-wires path.in-step{stroke:#d5c6a5;opacity:1}
.bp-tools{display:flex;align-items:center;gap:2px}
.bp-tools button{background:none;border:1px solid transparent;color:#b0b5b7;min-width:32px;min-height:38px;padding:7px 9px;font-size:var(--t11);cursor:pointer}
.bp-tools button:hover{border-color:#ece3d440;color:#ece3d4}
.bp-tools .bp-expand{margin-left:9px;color:#ece3d4;border-color:#ece3d430;white-space:nowrap}
.bp-zoom{min-width:38px;text-align:center;font:var(--t9) Consolas,monospace;color:#8c959b}
.bp-viewport{position:relative;height:620px;overflow:hidden;background-color:#222629;background-image:radial-gradient(#71818b33 .7px,transparent .7px);background-size:18px 18px;cursor:grab;touch-action:none;isolation:isolate;outline-offset:-3px}
.bp-viewport.is-panning{cursor:grabbing}
.bp-world{position:absolute;left:0;top:0;transform-origin:0 0;will-change:transform}
.bp-wires{position:absolute;inset:0;width:1560px;height:850px;overflow:visible;pointer-events:none}
.bp-wires path{fill:none;stroke:#88969b;stroke-width:1.6;opacity:.55;transition:stroke .2s,opacity .2s}
.bp-wires path.bp-dashed{stroke-dasharray:6 6;stroke:#b4a88d}
.bp-wires path.is-connected{stroke:#d5c6a5;opacity:1;stroke-width:2.3}
.bp-node{position:absolute;display:block;padding:0 6px;border:1px solid #5b6469;border-radius:7px;text-align:left;background:#30363a;color:#dedfdc;cursor:grab;touch-action:none;box-shadow:0 7px 13px #0003;overflow:visible;user-select:none;-webkit-user-select:none;outline-offset:4px}
.bp-node:hover{border-color:#b0b0a4}
.bp-node.is-selected{border-color:#e5d4ad;box-shadow:0 0 0 1px #e5d4ad60,0 10px 22px #0005}
.bp-node.is-dragging{z-index:3;cursor:grabbing;box-shadow:0 12px 36px #0009}
.bp-node.bp-config{border-style:dashed;background:#30302d}
.bp-node-head{display:flex;align-items:center;gap:7px;height:32px;white-space:nowrap}
.bp-node-head strong{font:500 13px/1 'Segoe UI',sans-serif;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.01em}
.bp-glyph{width:20px;height:20px;flex:0 0 20px}
.bp-glyph svg{display:block;width:20px;height:20px;fill:none;stroke:#c2c7c6;stroke-width:1.35;stroke-linejoin:round;stroke-linecap:round}
.bp-state{width:5px;height:5px;flex:0 0 5px;border-radius:50%;background:#81ae96;margin-left:auto;margin-right:4px}
.bp-state.empty{background:#7c8284}
.bp-node-sub{display:block;height:26px;padding:6px 2px 0;font:10px/1.4 Consolas,monospace;color:#a3acad;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.bp-card{padding:2px 10px}
.bp-card .bp-node-head{height:32px}
.bp-card .bp-node-sub{font-size:10px;padding:1px 0 0 27px}
.bp-cells{display:grid;gap:3px;width:max-content;margin:0 auto}
.bp-cell{position:relative;display:block;border-radius:2px;background-repeat:no-repeat;background-color:#24282b;overflow:hidden}
.bp-cell.is-approved{box-shadow:inset 0 0 0 1.5px #8eb9a1}
.bp-cell.is-applied{box-shadow:inset 0 0 0 1.5px #eee3cf}
.bp-cell small{position:absolute;bottom:3px;left:3px;padding:2px 3px;background:#101418aa;color:#d4d8d7;font:8px Consolas,monospace}
.bp-port{position:absolute;width:8px;height:8px;background:#242a2e;border:1.5px solid #c2c8c7;border-radius:50%;transform:translateY(-50%)}
.bp-port.in{left:-5px}
.bp-port.out{right:-5px}
.bp-turntable{position:relative;display:block;width:216px;height:216px;margin:0 auto;background:#24282b;border-radius:3px;overflow:hidden}
.bp-turntable img,.bp-turntable video{display:block;width:100%;height:100%;object-fit:contain;position:absolute;inset:0}
.bp-turntable img{padding:5px}
.bp-canvas-hint,.bp-canvas-mark{position:absolute;bottom:17px;font:var(--t8) Consolas,monospace;letter-spacing:.06em;color:#8e989a;pointer-events:none;background:#222629d9;padding:4px 7px}
.bp-canvas-hint{left:15px}
.bp-canvas-mark{right:15px;letter-spacing:.16em}
.bp-inspector{display:grid;grid-template-columns:minmax(220px,1.35fr) minmax(180px,1fr) minmax(200px,.9fr);gap:32px;padding:27px 25px 29px;border-top:1px solid #ffffff28;background:#1b1f24;align-items:start}
.bp-node-description .eyebrow{font:var(--t8) Consolas,monospace;color:#aaa68e;letter-spacing:.12em;margin:0 0 11px}
.bp-node-description h3{font:400 29px/1.15 'Segoe UI',sans-serif;letter-spacing:-.03em;margin:0 0 13px;color:#ece3d4}
.bp-node-description>p:not(.eyebrow){font-size:var(--t12);line-height:1.85;color:#a2aaad;margin:0;max-width:48ch}
.bp-node-description small{font-size:var(--t10);line-height:1.65;display:block;color:#888f92;margin-top:14px}
.bp-node-ports{display:grid;grid-template-columns:1fr 1fr;gap:24px;padding-top:2px}
.bp-node-ports>div>span{font:var(--t8) Consolas,monospace;letter-spacing:.1em;color:#808b91}
.bp-node-ports ul{list-style:none;margin:13px 0 0;padding:0;display:grid;gap:12px}
.bp-node-ports li{display:flex;flex-direction:column;gap:3px;font:var(--t10) Consolas,monospace;color:#8e999c}
.bp-node-ports li b{font:var(--t11) 'Segoe UI',sans-serif;color:#c5cac8}
.bp-actions{display:flex;flex-direction:column;align-items:stretch;gap:13px}
.bp-run-label{font:var(--t8) Consolas,monospace;letter-spacing:.1em;color:#929b9c}
.bp-run{background:#e9dfcd;color:#171b1e;border:1px solid #e9dfcd;display:flex;justify-content:space-between;gap:15px;align-items:center;min-height:44px;padding:13px 16px;font-size:var(--t12);cursor:pointer;text-align:left}
.bp-run:hover{background:#fff2da}
.bp-run:disabled{opacity:.7;cursor:progress}
.bp-run-status{font-size:var(--t10);line-height:1.65;color:#929b9e;margin:0;min-height:34px}
.bp-foot{display:flex;gap:25px;justify-content:space-between;align-items:center;border-top:1px solid var(--bp-line);padding:13px 23px;color:#7e898e;font:var(--t8) Consolas,monospace;letter-spacing:.05em}
.bp-foot button{border:0;background:none;color:#bdc0bb;font-size:var(--t10);cursor:pointer;text-decoration:underline;text-underline-offset:4px;padding:5px}
.bp-foot button:disabled{opacity:.3;cursor:default}
.bp-mobile-guide{display:none}
.blueprint.is-running .bp-wires path{stroke:#e4d1a4;stroke-dasharray:5 9;opacity:.9;animation:bp-flow .9s linear infinite}
.bp-node.is-working{border-color:#e1bc79;box-shadow:0 0 0 2px #e1bc7940}
.bp-node.is-working .bp-state{background:#e6c187}
.bp-node.has-landed{animation:bp-land .7s ease-out}
.bp-node.has-landed .bp-state{background:#bbddc6}
.blueprint-dialog{padding:0;border:1px solid #5c6264;width:calc(100vw - 40px);max-width:none;height:calc(100dvh - 40px);max-height:none;margin:auto;background:#1b1f24;color:#ece3d4;overflow:auto}
.blueprint-dialog::backdrop{background:#06080be8;backdrop-filter:blur(8px)}
.blueprint.is-expanded{min-height:calc(100dvh - 42px);border:0;border-radius:0;box-shadow:none}
.blueprint.is-expanded .bp-viewport{height:clamp(400px,calc(100dvh - 330px),1000px)}
.blueprint.is-expanded .bp-toolbar{position:sticky;top:0;z-index:5}
.blueprint button:focus-visible,.film-invitation:focus-visible,.cinema-dialog button:focus-visible,.bp-node-picker:focus-visible{outline:2px solid #efcd8e;outline-offset:4px}
.bp-large-glyph{display:block;width:95px;height:95px}
.bp-large-glyph svg{width:100%;height:100%;fill:none;stroke:#d0c5ae;stroke-width:1;stroke-linecap:round;stroke-linejoin:round}
@keyframes bp-flow{to{stroke-dashoffset:-28}}
@keyframes bp-land{from{box-shadow:0 0 0 3px #b5d7c790}to{box-shadow:0 7px 13px #0003}}
@media(max-width:1100px){
  .bp-toolbar{flex-wrap:wrap;gap:8px}
  .bp-tools{margin-left:auto}
  .bp-inspector{grid-template-columns:1.25fr 1fr;gap:25px}
  .bp-actions{grid-column:1/-1;display:grid;grid-template-columns:1fr 230px;align-items:center}
  .bp-run-status{grid-column:1;margin-top:-4px}
  .bp-run{grid-column:2;grid-row:1/3}
  .bp-title>span:last-child{margin-left:8px}
  .bp-viewport{height:560px}
  .experience-heading>p{font-size:var(--t13)}
  .blueprint.is-expanded .bp-inspector{grid-template-columns:1fr 1fr}
  .blueprint.is-expanded .bp-actions{display:flex;grid-column:1/-1}
}
@media(max-width:760px){
  .experience-heading{display:block;margin-bottom:30px}
  .experience-heading .eyebrow{font-size:var(--t8);margin-bottom:22px}
  .experience-heading h2{font-size:45px;line-height:1.04}
  .experience-heading>p{font-size:var(--t12);line-height:1.8;margin-top:23px;max-width:35ch}
  .film-section{padding:55px 24px}
  .film-card-top{inset:14px 15px auto;font-size:var(--t7)}
  .film-card-bottom{left:15px;right:15px;bottom:15px;gap:12px}
  .film-play-icon{width:40px;height:40px;flex:0 0 40px;font-size:21px}
  .film-card-bottom strong{font-size:18px}
  .film-card-bottom small{font-size:var(--t9);margin-top:4px}
  .film-sound{display:none}
  .film-caption-row{font-size:var(--t6);line-height:1.6;flex-direction:column;gap:12px}
  .film-caption-row a{font-size:var(--t10);letter-spacing:0}
  .film-invitation{aspect-ratio:16/10}
  .film-hero-link{font-size:var(--t12);gap:8px;white-space:nowrap}
  .film-duration{font-size:var(--t8);padding:4px 5px}
  .cinema-dialog{width:100%;max-height:100dvh;border-left:0;border-right:0}
  .cinema-bar{padding:15px 18px;gap:10px}
  .cinema-bar .eyebrow{font-size:var(--t7)}
  .cinema-bar h2{font-size:var(--t15);max-width:26ch;line-height:1.3}
  .cinema-close{font-size:var(--t10);padding-left:7px}
  .cinema-close span{margin-left:8px}
  .cinema-bottom{padding:16px 18px;gap:14px;font-size:var(--t10)}
  .cinema-bottom p{font-size:var(--t10);width:100%}
  .cinema-end{margin-left:0;gap:18px}
  .cinema-screen video{max-height:calc(100dvh - 195px)}
  .blueprint-section{padding:55px 20px}
  .blueprint-section>.experience-heading{padding:0 4px}
  .blueprint-after{align-items:flex-start;flex-direction:column;gap:17px;padding:0 4px}
  .blueprint-after>.mono{font-size:var(--t6)}
  .blueprint-after>a{font-size:var(--t11)}
  .bp-topbar{padding:15px 15px;gap:10px}
  .bp-title{gap:8px}
  .bp-title strong{font-size:var(--t14)}
  .bp-title>span:last-child{display:none}
  .bp-symbol{font-size:20px}
  .bp-toolbar{padding:10px 10px 13px;display:flex;flex-direction:column;gap:10px;align-items:stretch}
  .bp-guide{grid-template-columns:1fr}
  .bp-step,.blueprint.is-expanded .bp-step{border-right:0;border-bottom:1px solid var(--bp-line);padding:20px 16px 19px;column-gap:12px}
  .bp-step:last-child{border-bottom:0}
  .bp-step::after{top:0;bottom:0;left:0;right:auto;width:2px;height:auto;transform:scaleY(0);transform-origin:top}
  .bp-step[aria-pressed=true]::after{transform:scaleY(1)}
  .bp-step strong{font-size:19px}
  .bp-crumb{display:none}
  .bp-tools{align-self:flex-end;margin:0;gap:5px}
  .bp-tools>button,.bp-zoom{display:none}
  .bp-tools>[data-bp-tool=reset],.bp-tools>[data-bp-tool=expand]{display:block;min-height:40px;font-size:var(--t11)}
  .bp-tools .bp-expand{padding:9px 14px;margin-left:0}
  .bp-viewport{display:none}
  .bp-mobile-guide{display:block;background:#24292d}
  .bp-mobile-top{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:20px 18px 0}
  .bp-mobile-top label{font:var(--t8) Consolas,monospace;text-transform:uppercase;color:#95a0a5;display:grid;gap:9px;min-width:0;letter-spacing:.1em}
  .blueprint .bp-node-picker{appearance:auto;max-width:100%;font:var(--t14) 'Segoe UI',sans-serif;background:#1b2025;color:#e7dfcf;border:1px solid #ffffff25;padding:8px 10px;min-height:44px;border-radius:2px}
  .bp-mobile-count{font:var(--t8) Consolas,monospace;color:#869197;white-space:nowrap}
  .bp-mobile-preview{min-height:270px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:27px 16px 20px;gap:20px;overflow:hidden}
  .bp-mobile-preview-label{font:var(--t10) Consolas,monospace;letter-spacing:.12em;color:#c2c6c1;text-transform:uppercase}
  .bp-mobile-preview .bp-cells{grid-template-columns:repeat(var(--bp-cols),minmax(0,1fr))!important;width:min(100%,360px);gap:5px}
  .bp-mobile-preview .bp-cell{width:100%!important;height:auto!important;aspect-ratio:1}
  .bp-mobile-preview .bp-cell small{font-size:var(--t7)}
  .bp-mobile-preview-note{font:var(--t9) Consolas,monospace;color:#98a3a6}
  .bp-mobile-preview .bp-turntable{width:min(100%,235px);height:235px}
  .bp-mobile-nav{display:flex;justify-content:space-between;padding:0 18px 15px}
  .bp-mobile-nav button{background:none;border:0;color:#d1ccbd;min-height:44px;font-size:var(--t11);cursor:pointer}
  .bp-inspector{display:flex;flex-direction:column;padding:25px 18px;gap:26px}
  .bp-node-description h3{font-size:31px}
  .bp-node-description>p:not(.eyebrow){font-size:var(--t13);line-height:1.8}
  .bp-node-description small{font-size:var(--t10)}
  .bp-node-ports{width:100%;grid-template-columns:1fr 1fr;gap:30px}
  .bp-node-ports li{display:flex;flex-direction:row;justify-content:space-between;border-bottom:1px solid #ffffff10;padding-bottom:7px;font-size:var(--t9);gap:10px}
  .bp-node-ports li b{font-size:var(--t10)}
  .bp-actions{display:flex;flex-direction:column;align-items:stretch;gap:12px;width:100%}
  .bp-run{font-size:var(--t13);min-height:48px;padding:14px 16px}
  .bp-run-status{font-size:var(--t11);min-height:0}
  .bp-foot{padding:14px 16px;gap:10px;font-size:var(--t7);flex-wrap:wrap}
  .bp-foot .bp-shape{display:none}
  .bp-selection-note{font-size:var(--t7)}
  .blueprint-dialog{width:100vw;height:100dvh;border:0}
  .blueprint.is-expanded{min-height:100dvh}
  .blueprint.is-expanded .bp-mobile-guide{display:none}
  .blueprint.is-expanded .bp-viewport{display:block;height:57dvh;min-height:320px}
  .blueprint.is-expanded .bp-tools>button,.blueprint.is-expanded .bp-zoom{display:block}
  .blueprint.is-expanded .bp-toolbar{position:static;gap:8px}
  .blueprint.is-expanded .bp-canvas-hint{font-size:var(--t7);max-width:210px;line-height:1.7}
  .blueprint.is-expanded .bp-canvas-mark{display:none}
  .blueprint.is-expanded .bp-shape{display:block}
  .blueprint.is-expanded .bp-topbar{padding-top:max(15px,env(safe-area-inset-top))}
  .blueprint.is-expanded .bp-inspector{display:flex}
  .blueprint.is-expanded .bp-actions{display:flex}
}
@media(max-height:540px) and (orientation:landscape){
  .cinema-bar{padding:8px 20px}
  .cinema-bar .eyebrow{display:none}
  .cinema-screen video{max-height:calc(100dvh - 130px)}
  .cinema-bottom{padding:9px 20px}
  .cinema-dialog{max-height:100dvh}
}
@media(prefers-reduced-motion:reduce){
  .film-invitation>img,.bp-wires path,.bp-step,.bp-step::after,.bp-step strong,.bp-node,.bp-world.is-gliding{transition:none}
  .film-invitation:hover>img{transform:none}
  .blueprint.is-running .bp-wires path,.bp-node.has-landed{animation:none}
}
.film-card-duration{font:var(--t10) Consolas,monospace;letter-spacing:.06em;vertical-align:middle;margin-left:9px;color:#bfbbae}
@media(max-width:760px){
  .film-card-duration{font-size:var(--t8);margin-left:5px}
  .blueprint.is-running .bp-mobile-preview-label{color:#e6c187}
}
.bp-turntable video{background:#24282b;object-fit:cover}
.blueprint.is-expanded{overflow:visible}
.blueprint.is-expanded .bp-toolbar{position:sticky;top:0;z-index:5}

/* ── The real site: forms and states the account page's script writes ── */
.hero-copy button{pointer-events:auto}
.auth-fields{display:flex;flex-direction:column;gap:12px;margin-top:35px}
.auth-fields input{width:100%;margin:0}
.auth-fields .button{font-size:var(--t12);justify-content:center}
.status{font:var(--t11) var(--mono);color:var(--muted);min-height:1.6em;margin:14px 0 0;line-height:1.7}
.status.warn{color:#ecb8b4}.status.ok{color:#a9d3a6}
.status:empty{margin:0;min-height:0}
.portal-main>.status:not(:empty){padding:14px 18px;border:1px solid var(--line);background:#23262b;margin-top:22px}
td.mono{font-family:var(--mono);font-size:var(--t10);white-space:nowrap}
td.hint,.hint{color:var(--muted);font-size:var(--t12)}
.site td a{text-decoration:underline;text-underline-offset:3px}
.site td button.danger{font-size:var(--t11);color:#ecb8b4;text-decoration:underline;text-underline-offset:4px;padding:0}
.plan-summary .button{font-size:var(--t12);white-space:normal;text-align:left}
.plan-pill:empty{display:none}
.file-caption{text-transform:uppercase;letter-spacing:.08em}
.download-card .button[hidden]{display:none!important}
.portal-heading h1{max-width:14ch}
.consent-status:empty{display:none}
#approve-detail{font-size:var(--t12);color:var(--muted);line-height:1.7}
.contributions-title .danger-link[hidden]{display:none!important}
@media(max-width:760px){.auth-fields{margin-top:28px}.portal-main>.status:not(:empty){padding:12px 14px;font-size:var(--t10)}}
.bp-topbar>.bp-run-label{white-space:nowrap;flex-shrink:0}
@media(max-width:760px){.bp-topbar>.bp-run-label{display:none}}
/* The account page is a utility page: section names, not display type
   (the author's ruling, 2026-09-17 — no slogans where someone comes to
   check a balance). */
.portal-heading h1{font-size:30px;line-height:1.15;letter-spacing:-.03em;max-width:none}
.portal-heading p{margin-top:10px}
.portal-heading{margin:28px 0 28px}
.download-card h2{font-size:24px;line-height:1.2;margin:22px 0 14px}
.device-request h2{font-size:22px}
.auth-art h2{font-size:34px;line-height:1.12;letter-spacing:-.03em}
@media (max-width:760px){.portal-heading h1{font-size:26px}.download-card h2{font-size:22px}.auth-art h2{font-size:26px}}
/* A legal page links the other two: one per line. */
.legal-layout aside .quiet-link{display:table;margin-top:12px}
/* Six top-up amounts: two rows of three on the account page at every
   width; the pricing page's amounts wrap instead of running off a phone. */
.topup-options{grid-template-columns:repeat(3,minmax(0,1fr))}
.price-topups{flex-wrap:wrap;gap:14px 30px}
@media (max-width:760px){.price-topups{gap:10px 22px;font-size:27px}}
.fine-print a{text-decoration:underline;text-underline-offset:3px}
/* Beta testing: the account page's form (labels over full-width fields, the
   textarea wearing the inputs' look), its two state sentences, and the
   public page's steps under the three cards. */
.beta-fields{display:flex;flex-direction:column;gap:9px;margin-top:22px;max-width:640px}
.beta-fields label{margin-top:14px}
.beta-fields input,.beta-fields textarea{width:100%}
.site textarea{border:1px solid var(--line);background:#15171b;color:var(--text);padding:13px 15px;border-radius:0;color-scheme:dark;font:inherit;line-height:1.6;resize:vertical}
.beta-fields .optional{color:var(--muted);font-size:var(--t10);margin-left:6px}
.beta-agree{display:flex;gap:12px;align-items:flex-start;margin:26px 0 22px;max-width:640px;line-height:1.7}
.beta-agree input{margin-top:5px;accent-color:#ece3d4}
.beta-agree a{text-decoration:underline;text-underline-offset:3px}
#beta-state h2{font-size:23px;line-height:1.2}
#beta-state p{font-size:var(--t12);line-height:1.8;max-width:62ch;margin-top:14px;color:var(--muted)}
#beta-row .button{font-size:var(--t12);white-space:nowrap}
.beta-steps{margin-top:95px}
@media (max-width:760px){.beta-steps{margin-top:60px}#beta-state h2{font-size:21px}}
/* Sign-in, after "Email me a sign-in link": the answer takes the field's place. */
.auth-sent{margin-top:35px;padding:26px 26px 24px;border:1px solid var(--line);background:#1a1d22;display:flex;flex-direction:column;align-items:flex-start;gap:14px}
.auth-sent h2{font-size:26px;line-height:1.15}
.auth-sent p{font-size:var(--t13);line-height:1.8;color:var(--muted);margin:0}
.auth-sent strong{color:var(--text);font-weight:600;overflow-wrap:anywhere}
.auth-sent .sent-note{color:#d4d4ce}
.auth-sent .button{font-size:var(--t12);justify-content:center;align-self:stretch;margin-top:6px}
@media (max-width:760px){.auth-sent{margin-top:28px;padding:22px 20px}.auth-sent h2{font-size:23px}}
