/* Cinematic V2 Studio — Cinematic Ink production-house system */

:root{
  /* surface */
  --bg:#f4f5f7; --bg2:#fff; --txt:#171c26; --txt2:#4c5566; --muted:#707a8c;
  --sh-d:#e2e5ea; --sh-l:#ffffff;
  /* accents */
  --film:#3b82f6; --film-d:#1d4ed8; --on-film:#ffffff; --blue:#1d4ed8; --teal:#1d4ed8; --rose:#b3424a; --ok:#15803d;
  --action-strong:#1d4ed8; --status-ok-strong:#15803d;
  /* type */
  --disp:'Pretendard',sans-serif; --sans:'Pretendard',sans-serif;
  /* radii */
  --r-lg:20px; --r-md:14px; --r-sm:10px; --r-pill:30px;
}

*{box-sizing:border-box;margin:0;padding:0}
html,body{max-width:100%;overflow-x:hidden}
body{background:var(--bg);color:var(--txt);font-family:var(--sans);-webkit-font-smoothing:antialiased;line-height:1.5}
img,video,canvas,svg{max-width:100%}
button,input,textarea,select{font:inherit;max-width:100%;min-width:0}
a,button,input,textarea,select{touch-action:manipulation}
.wrap{max-width:1180px;margin:0 auto;padding:0 26px}

/* ?? neumorphic primitives ????????????????????????????? */
.soft{background:var(--bg2);border:1px solid rgba(23,28,38,.14);border-radius:var(--r-lg);box-shadow:0 18px 44px rgba(69,51,33,.10)}
.inset{background:rgba(255,255,255,.58);border:1px solid rgba(23,28,38,.10);border-radius:var(--r-md);box-shadow:inset 0 1px 0 rgba(255,255,255,.82)}
.soft-sm{background:var(--bg2);border:1px solid rgba(23,28,38,.12);border-radius:var(--r-md);box-shadow:0 10px 26px rgba(69,51,33,.08)}
.inset-sm{background:rgba(255,255,255,.58);border:1px solid rgba(23,28,38,.10);border-radius:var(--r-sm);box-shadow:inset 0 1px 0 rgba(255,255,255,.82)}
.pressable{transition:.2s}
.pressable:active{box-shadow:inset 4px 4px 8px var(--sh-d),inset -4px -4px 8px var(--sh-l)}

/* ?? header / logo (?ъ궗?? ????????????????????????????? */
header.studio{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:24px 0 8px;min-width:0}
.logo{display:flex;align-items:center;gap:14px;min-width:0}
.logo .reel{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;position:relative;
  box-shadow:6px 6px 12px var(--sh-d),-6px -6px 12px var(--sh-l)}
.logo .reel::before{content:"";width:18px;height:18px;border-radius:50%;box-shadow:inset 3px 3px 6px var(--sh-d),inset -3px -3px 6px var(--sh-l)}
.logo .reel .dot{position:absolute;width:5px;height:5px;border-radius:50%;background:var(--film)}
.logo b{font-family:var(--disp);font-weight:700;font-size:20px;letter-spacing:-.01em}
.logo span{font-size:10px;letter-spacing:.22em;color:var(--muted);text-transform:uppercase;display:block;font-family:var(--disp);font-weight:600}
.topr{display:flex;align-items:center;gap:14px;min-width:0}
.store-balance{font-family:var(--disp);font-weight:600;font-size:13px;color:var(--txt2)}.store-balance b{margin-left:4px;color:var(--film-d)}
.store-link{display:inline-flex;align-items:center;min-height:44px;text-decoration:none;white-space:nowrap}
.acctbtn{min-height:44px;display:inline-flex;align-items:center;justify-content:center;border:0;background:none;color:var(--blue);font-size:.85rem;font-weight:700;text-decoration:none;padding:6px 8px;cursor:pointer;font-family:var(--sans);white-space:nowrap}
.acctbtn.primary{color:var(--on-film);background:var(--film);border-radius:999px;padding:8px 12px;box-shadow:4px 4px 9px var(--sh-d),-4px -4px 9px var(--sh-l)}
.acctbtn.plain{color:var(--txt2)}
.av{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;font-family:var(--disp);font-weight:700;color:var(--blue);
  box-shadow:5px 5px 10px var(--sh-d),-5px -5px 10px var(--sh-l)}
.acct-mobile-utility{display:none}
body.route-loading::after{content:"화면 이동 중";position:fixed;left:50%;bottom:18px;transform:translateX(-50%);z-index:80;padding:9px 13px;border-radius:999px;background:rgba(57,65,79,.92);color:#fff;font-size:12px;font-weight:900;box-shadow:0 8px 22px rgba(20,24,32,.22);pointer-events:none}

/* ?? section labels / titles ???????????????????????????? */
.label{font-family:var(--disp);font-weight:700;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin:0 0 12px 4px}
.h1{font-family:var(--disp);font-weight:700;font-size:clamp(24px,4vw,40px);line-height:1.1;letter-spacing:-.01em}
.h1 em{font-style:normal;color:var(--film-d)}
.sub{color:var(--txt2);font-size:14.5px;margin-top:10px;max-width:620px;line-height:1.7}
.panel{padding:26px 28px}
.panel .ph{font-family:var(--disp);font-weight:700;font-size:13px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:18px}
.panel .ph.film{color:var(--film-d)}.panel .ph.teal{color:var(--teal)}.panel .ph.blue{color:var(--blue)}

/* ?? stage reel pills (?쒖옉 ?④퀎) ??????????????????????? */
.reelbar{display:flex;gap:10px;margin:22px 0;flex-wrap:wrap}
.rstage{font-family:var(--disp);font-weight:600;font-size:12.5px;letter-spacing:.04em;padding:12px 18px;border-radius:var(--r-pill);color:var(--muted);cursor:pointer;
  box-shadow:5px 5px 10px var(--sh-d),-5px -5px 10px var(--sh-l);display:flex;align-items:center;gap:8px;transition:.2s}
.rstage .n{font-size:11px;opacity:.7}
.rstage.done{color:var(--teal)}
.rstage.on{color:var(--film-d);box-shadow:inset 4px 4px 8px var(--sh-d),inset -4px -4px 8px var(--sh-l)}
.rstage .pc{font-size:11px;color:var(--film)}

/* ?? segmented option pills ????????????????????????????? */
.seg{display:flex;gap:7px;flex-wrap:wrap}
.seg span{font-size:12.5px;font-weight:500;padding:8px 13px;border-radius:20px;cursor:pointer;color:var(--txt2);
  box-shadow:3px 3px 7px var(--sh-d),-3px -3px 7px var(--sh-l);transition:.18s}
.seg span.on{color:var(--blue);box-shadow:inset 3px 3px 6px var(--sh-d),inset -3px -3px 6px var(--sh-l)}

/* ?? primary CTA ???????????????????????????????????????? */
.cta{padding:16px 24px;border-radius:var(--r-pill);border:none;cursor:pointer;font-family:var(--disp);font-weight:700;font-size:15px;color:var(--on-film);
  background:linear-gradient(135deg,var(--film),var(--film-d));box-shadow:6px 6px 14px var(--sh-d),-6px -6px 14px var(--sh-l);transition:.2s}
.cta:hover{transform:translateY(-2px)}
.cta .est{font-family:var(--sans);font-weight:500;font-size:11px;opacity:.85}

/* ?? 9:16 frame cell (12??蹂대뱶) ???????????????????????? */
.cell{aspect-ratio:9/14;border-radius:var(--r-md);position:relative;overflow:hidden}
.cell.shot{box-shadow:5px 5px 10px var(--sh-d),-5px -5px 10px var(--sh-l)}
.cell.wait{box-shadow:inset 4px 4px 8px var(--sh-d),inset -4px -4px 8px var(--sh-l)}

/* ?? star rating ???????????????????????????????????????? */
.stars{color:var(--film);letter-spacing:3px;font-size:18px}

/* ?? shimmer (?ㅼ떆媛?reveal ?곗텧?? ????????????????????? */
@keyframes shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}
.shimmer{background:linear-gradient(100deg,transparent 30%,rgba(255,255,255,.45) 50%,transparent 70%);
  background-size:200% 100%;animation:shimmer 1.6s infinite}
@keyframes rise{from{opacity:0;transform:translateY(10px) scale(.96)}to{opacity:1;transform:none}}
.rise{animation:rise .5s cubic-bezier(.2,.7,.3,1) both}

@media(max-width:900px){.wrap{padding:0 16px}}
@media(max-width:640px){
  header.studio{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap;padding-top:18px}
  .logo{flex:1 1 170px;gap:10px}
  .logo .reel{width:42px;height:42px}
  .logo b{font-size:18px}
  .logo span{font-size:9px;letter-spacing:.18em}
  .topr{width:100%;flex:1 0 100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;align-items:stretch}
  .topr>*{min-width:0}
  .store-link{order:-1;grid-column:1/-1;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .acctbtn{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:44px;border-radius:999px;background:rgba(255,255,255,.36);box-shadow:3px 3px 7px var(--sh-d),-3px -3px 7px var(--sh-l);font-size:12px;padding:8px 10px;white-space:nowrap;word-break:keep-all;overflow-wrap:normal;line-height:1.1}
  .acctbtn.primary{padding:8px 10px}
  .av{display:none}
}

/* ?? page shell (硫?고럹?댁? 怨듯넻) ???????????????????????? */
body.studio-page{padding:0 0 64px;overflow-x:hidden}
.shell{width:100%;max-width:1180px;margin:0 auto;padding:0 26px;min-width:0;overflow-x:hidden}
.shell>*{min-width:0;max-width:100%}
@media(min-width:1280px){
  body[data-route="studio"]{overflow-x:clip;overflow-y:visible}
  body[data-route="studio"] .shell{max-width:1920px;padding:0 8px;overflow:visible}
  body[data-route="studio"] header.studio{min-height:60px;padding:4px 8px;margin:0;border-bottom:1px solid rgba(32,29,25,.10)}
  body[data-route="studio"] header.studio .logo{gap:10px}
  body[data-route="studio"] header.studio .logo .reel{width:36px;height:36px}
  body[data-route="studio"] header.studio .logo b{font-size:17px}
  body[data-route="studio"] header.studio .logo span{font-size:8px}
  body[data-route="studio"] .topr>.acctbtn{display:none}
  body[data-route="studio"] .topr>a[href="/account"],body[data-route="studio"] .topr>a[href="/login"]{display:inline-flex}
  body[data-route="studio"] .legal-footer{max-width:1920px!important;margin-top:64px!important;margin-bottom:16px!important;padding:12px 8px!important;font-size:11px;opacity:.72}
}
.crumbs{display:flex;align-items:center;gap:8px;font-family:var(--disp);font-weight:600;font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin:18px 4px 0}
.crumbs a{color:var(--muted);text-decoration:none}
.crumbs .sep{opacity:.5}
.context-ribbon{margin:18px 0 12px;padding:18px 20px;border-radius:var(--r-md);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;background:rgba(255,255,255,.38);box-shadow:inset 3px 3px 8px var(--sh-d),inset -3px -3px 8px var(--sh-l)}
.context-copy{display:grid;gap:5px;min-width:0}
.context-copy p{font-family:var(--disp);font-weight:800;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--film-d)}
.context-copy h2{font-family:var(--sans);font-size:20px;line-height:1.32;color:var(--txt);overflow-wrap:anywhere}
.context-copy span{font-size:13px;line-height:1.6;color:var(--txt2);max-width:720px;overflow-wrap:anywhere}
.context-steps{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;max-width:440px}
.context-steps span{display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:8px 10px;background:var(--bg);box-shadow:3px 3px 7px var(--sh-d),-3px -3px 7px var(--sh-l);font-size:12px;font-weight:800;color:var(--txt2);white-space:nowrap}
.context-steps b{display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:var(--film);color:var(--on-film);font-family:var(--disp);font-size:10px}

/* ?? landing ?⑦렪/?ν렪 遺꾧린 ????????????????????????????? */
.lead{padding:30px 4px 6px}
.pick{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:26px 0}
.pick a{display:block;text-decoration:none;color:var(--txt);padding:30px 30px 28px;transition:.2s}
.pick a:hover{transform:translateY(-3px)}
.pick .tg{font-family:var(--disp);font-weight:700;font-size:11px;letter-spacing:.16em;text-transform:uppercase;margin-bottom:10px}
.pick .short .tg{color:var(--teal)}.pick .long .tg{color:var(--film-d)}
.pick h3{font-family:var(--disp);font-weight:700;font-size:22px;letter-spacing:-.01em}
.pick p{color:var(--txt2);font-size:13.5px;margin-top:9px;line-height:1.7}
.pick .row{display:flex;flex-wrap:wrap;gap:7px;margin-top:16px}
.pick .row span{font-size:11.5px;font-weight:500;color:var(--txt2);padding:7px 12px;border-radius:18px;box-shadow:inset 3px 3px 6px var(--sh-d),inset -3px -3px 6px var(--sh-l)}
.pick .go{margin-top:18px;font-family:var(--disp);font-weight:600;font-size:13px;color:var(--film-d)}
.landing-hero{display:grid;grid-template-columns:minmax(0,1fr) 520px;gap:28px;align-items:center;margin:34px 0 28px}.landing-hero-copy{display:grid;gap:12px}.landing-cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:10px}.landing-primary,.landing-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:999px;text-decoration:none;font-weight:900}.landing-primary{background:linear-gradient(135deg,var(--film),var(--film-d));color:var(--on-film)}.landing-secondary{color:var(--film-d);box-shadow:4px 4px 9px var(--sh-d),-4px -4px 9px var(--sh-l)}.landing-trust-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.landing-trust-row span{font-size:12px;font-weight:800;color:var(--txt2);padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.36);box-shadow:inset 3px 3px 7px var(--sh-d),inset -3px -3px 7px var(--sh-l)}.landing-hero-art{padding:10px;overflow:hidden}.landing-hero-art img{width:100%;border-radius:16px;aspect-ratio:16/10;object-fit:cover;display:block}.landing-section-head{margin:26px 4px 14px}.landing-section-head h2{font-family:var(--disp);font-size:clamp(20px,3vw,30px);line-height:1.18}.landing-guide-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:18px 0 28px}.landing-guide-grid article{padding:18px;display:grid;gap:8px}.landing-guide-grid b{font-family:var(--disp);color:var(--film-d)}.landing-guide-grid span{font-size:12.5px;color:var(--txt2);line-height:1.6}.landing-split{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:26px 0}.landing-track{display:grid;gap:14px;padding:20px;text-decoration:none;color:var(--txt);overflow:hidden}.landing-track span{font-family:var(--disp);font-size:11px;font-weight:900;letter-spacing:.14em;color:var(--muted)}.landing-track h3{font-family:var(--disp);font-size:24px}.landing-track p{font-size:13px;line-height:1.65;color:var(--txt2)}.landing-track img{width:100%;border-radius:16px;aspect-ratio:16/9;object-fit:cover}.landing-track strong{justify-self:start;color:var(--film-d);font-size:13px}.landing-proof-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:18px 0 34px}.landing-proof-grid figure{padding:12px}.landing-proof-grid img{width:100%;border-radius:14px;aspect-ratio:16/9;object-fit:cover;display:block}.landing-proof-grid figcaption{font-size:12px;color:var(--txt2);margin:9px 4px 2px;font-weight:800}

.acct-head{padding:30px 4px 10px}
.acct-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.acct-meta span{font-size:12px;color:var(--txt2);padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.36);box-shadow:inset 3px 3px 7px var(--sh-d),inset -3px -3px 7px var(--sh-l)}
.acct-filters{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}
.acct-filter{display:inline-flex;align-items:center;min-height:44px;gap:8px;text-decoration:none;color:var(--txt2);font-size:12px;font-weight:700;padding:9px 12px;border-radius:999px;box-shadow:4px 4px 9px var(--sh-d),-4px -4px 9px var(--sh-l)}
.acct-filter.on{color:var(--blue);box-shadow:inset 4px 4px 8px var(--sh-d),inset -4px -4px 8px var(--sh-l)}
.acct-filter b{font-family:var(--disp);font-size:11px;color:var(--film-d)}
.acct-credit-summary{margin:22px 0 18px;padding:18px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.acct-credit-summary h2{font-family:var(--disp);font-size:20px;line-height:1.2}
.acct-credit-summary span{font-size:12px;color:var(--txt2);line-height:1.5}
.acct-credit-actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;flex-wrap:wrap}
.acct-service-checkout{margin:22px 0 18px;padding:20px;display:grid;gap:16px}
.acct-service-checkout-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}
.acct-service-checkout-head h2{font-family:var(--disp);font-size:20px;line-height:1.2}
.acct-service-checkout-head>span{font-size:12px;color:var(--muted);text-align:right}
.acct-event-banner{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border-radius:20px;background:linear-gradient(135deg,#241646,#5f6fff 54%,#0fb8b4);color:#fff;box-shadow:6px 6px 16px var(--sh-d),-6px -6px 16px var(--sh-l)}
.acct-event-banner div{display:grid;gap:3px}
.acct-event-banner b{font-family:var(--disp);font-size:15px}
.acct-event-banner span{font-size:12px;opacity:.86}
.acct-event-banner strong{white-space:nowrap;padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.16);font-size:13px}
.acct-pack-grid,.acct-plan-grid,.acct-single-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,440px),1fr));gap:14px;align-items:stretch}
.acct-single-grid{max-width:520px}
.acct-pack-section{display:grid;gap:12px}
.acct-pack-section-head{display:flex;align-items:end;justify-content:space-between;gap:18px}
.acct-pack-section-head h3{font-family:var(--disp);font-size:18px;line-height:1.2}
.acct-pack-section-head>span{max-width:520px;text-align:right;color:var(--muted);font-size:12px;line-height:1.5}
.acct-pack{position:relative;min-height:0;height:100%;padding:0;display:grid;grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr);align-items:stretch;text-align:left;border:1px solid rgba(15,23,42,.08);border-radius:var(--r-sm);color:inherit;background:linear-gradient(145deg,rgba(255,255,255,.88),rgba(238,241,255,.62));box-shadow:4px 4px 12px var(--sh-d),-4px -4px 12px var(--sh-l);cursor:pointer;overflow:hidden}
.acct-pack:before{content:"";position:absolute;inset:auto -64px -70px auto;width:190px;height:190px;border-radius:50%;background:radial-gradient(circle,rgba(20,184,166,.22),rgba(20,184,166,0) 68%);pointer-events:none}
.acct-pack.on{outline:2px solid var(--teal);box-shadow:0 0 0 4px rgba(20,184,166,.14),5px 5px 14px var(--sh-d),-5px -5px 14px var(--sh-l)}
.acct-pack-art{position:relative;display:block;width:100%;aspect-ratio:4/3;min-height:0;background:#08111f;overflow:hidden}
.acct-pack-art:after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px rgba(255,255,255,.06);pointer-events:none}
.acct-pack-art img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;background:#08111f}
.acct-pack-art.image-missing,.acct-store-preview-art.image-missing,.acct-story-art.image-missing{position:relative;display:grid;place-items:center;background:linear-gradient(135deg,#08111f,#13243d)}
.acct-pack-art.image-missing:before,.acct-store-preview-art.image-missing:before,.acct-story-art.image-missing:before{content:attr(data-fallback-label);padding:0 12px;color:#dbeafe;font-size:11px;font-weight:900;line-height:1.3;text-align:center;z-index:1}
.acct-pack-art img[hidden],.acct-store-preview-art img[hidden],.acct-story-art img[hidden]{display:none}
.acct-pack-copy{position:relative;display:grid;grid-template-rows:auto auto auto auto minmax(2.8em,auto) auto;gap:8px;align-content:start;padding:16px;min-width:0}
.acct-pack-badge{justify-self:start;padding:4px 8px;border-radius:999px;background:rgba(29,78,216,.12);color:var(--blue);font-style:normal;font-size:10.5px;font-weight:900;line-height:1.1}
.acct-pack strong{font-family:var(--disp);font-size:18px;line-height:1.18;color:var(--txt)}
.acct-pack-deal{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap;min-width:0;color:var(--film-d);font-weight:900}
.acct-pack-deal b{font-family:var(--disp);font-size:22px;line-height:1;color:var(--film-d)}
.acct-pack-deal span{font-size:13px;line-height:1.2;color:var(--film-d);font-weight:900}
.acct-pack em:not(.acct-pack-badge){color:var(--teal);font-size:12px;line-height:1.25;font-style:normal;font-weight:900}
.acct-pack small{color:var(--txt2);font-size:12px;line-height:1.4;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.acct-pack ul{margin:1px 0 0;padding:0;display:grid;gap:3px;list-style:none}
.acct-pack li{position:relative;padding-left:12px;color:var(--txt2);font-size:11.5px;line-height:1.3}
.acct-pack li:before{content:"";position:absolute;left:0;top:.55em;width:5px;height:5px;border-radius:50%;background:var(--teal)}
.acct-option-planner{display:grid;grid-template-columns:minmax(230px,.72fr) minmax(290px,.95fr) minmax(270px,.84fr);gap:12px;align-items:stretch;padding:14px;border:1px solid rgba(15,23,42,.08);border-radius:var(--r-sm);background:rgba(255,255,255,.46);box-shadow:inset 3px 3px 7px var(--sh-d),inset -3px -3px 7px var(--sh-l)}
.acct-option-copy{display:grid;align-content:center;gap:7px}
.acct-option-copy h3{font-family:var(--disp);font-size:18px;line-height:1.22;color:var(--film-d)}
.acct-option-copy span,.acct-option-total small,.acct-service-rules span{font-size:12px;line-height:1.55;color:var(--txt2)}
.acct-option-lines{display:grid;gap:8px}
.acct-option-line{min-height:58px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px 12px;border-radius:var(--r-sm);background:rgba(255,255,255,.62);box-shadow:3px 3px 8px var(--sh-d),-3px -3px 8px var(--sh-l);cursor:pointer}
.acct-option-line.locked{cursor:default;box-shadow:inset 2px 2px 5px var(--sh-d),inset -2px -2px 5px var(--sh-l)}
.acct-option-line input{width:18px;height:18px;accent-color:var(--teal)}
.acct-option-line b{display:block;font-size:13px;color:var(--film-d)}
.acct-option-line small{display:block;margin-top:2px;font-size:11.5px;line-height:1.4;color:var(--txt2)}
.acct-option-line strong{font-family:var(--disp);font-size:13px;color:var(--film-d);white-space:nowrap}
.acct-option-preview-stack{display:grid;gap:10px;min-width:0}
.acct-option-total{display:grid;align-content:center;justify-items:end;gap:6px;padding:14px;border-radius:var(--r-sm);background:linear-gradient(145deg,rgba(23,28,38,.95),rgba(29,78,216,.88));color:#fff;text-align:right}
.acct-option-total span{font-size:12px;line-height:1.35;opacity:.86}
.acct-option-total strong{font-family:var(--disp);font-size:26px;line-height:1}
.acct-option-total small{max-width:190px;color:rgba(255,255,255,.78)}
.acct-option-output{display:grid;grid-template-columns:minmax(120px,142px) minmax(0,1fr);gap:10px;align-items:center;padding:10px;border-radius:var(--r-sm);background:rgba(255,255,255,.66);box-shadow:3px 3px 8px var(--sh-d),-3px -3px 8px var(--sh-l)}
.acct-preview-thumb{position:relative;display:block;aspect-ratio:16/9;min-height:0;border-radius:calc(var(--r-sm) - 2px);overflow:hidden;background:#07111f;color:#fff}
.acct-preview-thumb img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.8) brightness(.72)}
.acct-preview-thumb b,.acct-preview-thumb strong{position:absolute;left:8px;right:8px;text-shadow:0 1px 6px rgba(0,0,0,.55)}
.acct-preview-thumb b{top:8px;width:max-content;max-width:calc(100% - 16px);padding:4px 7px;border-radius:999px;background:rgba(7,17,31,.68);font-size:10.5px;line-height:1.2}
.acct-preview-thumb strong{bottom:8px;font-family:var(--disp);font-size:13px;line-height:1.15}
.acct-preview-copy{display:grid;align-content:start;gap:5px;min-width:0}
.acct-preview-copy em{font-style:normal;font-size:10.5px;font-weight:900;letter-spacing:.08em;color:var(--muted)}
.acct-preview-copy b{font-family:var(--disp);font-size:13px;line-height:1.28;color:var(--film-d)}
.acct-preview-copy small,.acct-preview-copy i{font-style:normal;font-size:11.5px;line-height:1.42;color:var(--txt2)}
.acct-option-output[data-thumbnail="on"] .acct-preview-thumb{outline:2px solid var(--teal)}
.acct-option-output[data-thumbnail="on"] .acct-preview-thumb img{filter:saturate(1.08) brightness(.86)}
.acct-option-output[data-thumbnail="on"] .acct-preview-thumb b{background:var(--teal);color:#fff}
.acct-option-output[data-metadata="off"] .acct-preview-copy{opacity:.58}
.acct-option-output[data-metadata="on"] .acct-preview-copy{opacity:1}
.acct-option-output[data-metadata="on"] .acct-preview-copy b{color:var(--blue)}
.acct-service-rules{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:10px}
.acct-service-rules article{padding:13px;border-radius:var(--r-sm);background:rgba(255,255,255,.48);box-shadow:inset 2px 2px 5px var(--sh-d),inset -2px -2px 5px var(--sh-l)}
.acct-service-rules b{display:block;margin-bottom:5px;font-family:var(--disp);font-size:13px;color:var(--film-d)}
.acct-story-plan{display:grid;grid-template-columns:minmax(220px,34%) minmax(0,1fr);gap:18px;align-items:center;padding:14px;overflow:hidden}
.acct-story-art{display:block;aspect-ratio:16/9;border-radius:var(--r-sm);overflow:hidden;background:#08111f}
.acct-story-art img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;background:#08111f}
.acct-story-plan h3{font-family:var(--disp);font-size:18px;line-height:1.2}
.acct-story-plan p:not(.label){margin-top:6px;color:var(--txt2);font-size:13px;line-height:1.6}
.acct-channel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.acct-channel{border-radius:var(--r-sm);padding:14px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px 12px;align-items:center;box-shadow:inset 3px 3px 7px var(--sh-d),inset -3px -3px 7px var(--sh-l)}
.acct-channel strong{display:block;font-family:var(--disp);font-size:14px}
.acct-channel span,.acct-channel small{color:var(--txt2);font-size:12px}
.acct-channel small{grid-column:1/-1}
.acct-channel button{min-width:44px;min-height:44px;border:0;border-radius:var(--r-sm);padding:9px 12px;font-weight:800;color:var(--film-d);background:rgba(255,255,255,.54);cursor:pointer}
.acct-channel button.on{outline:2px solid var(--teal)}
.acct-channel.ready button{color:#fff;background:var(--ok)}
.acct-buyer-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:12px;border-radius:var(--r-sm);background:rgba(255,255,255,.38)}
.acct-buyer-fields label{display:grid;gap:6px}
.acct-buyer-fields label span{font-size:12px;font-weight:800;color:var(--txt2)}
.acct-buyer-fields input{border:0;border-radius:var(--r-sm);padding:10px 12px;font:inherit;color:var(--film-d);background:rgba(255,255,255,.62);box-shadow:inset 2px 2px 5px var(--sh-d),inset -2px -2px 5px var(--sh-l)}
.acct-buyer-fields input:focus{outline:2px solid var(--teal)}
.acct-buyer-fields small{grid-column:1/-1;color:var(--txt2);font-size:11px;line-height:1.5}
.acct-payment-consent{grid-column:1/-1;display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:flex-start;padding:12px;border-radius:var(--r-sm);background:rgba(255,255,255,.5);color:var(--txt2);font-size:12px;line-height:1.55}
.acct-payment-consent input{margin-top:3px}
.acct-payment-consent b{display:block;color:var(--film-d);font-size:12.5px}
.acct-payment-flow{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border-radius:var(--r-sm);background:rgba(255,255,255,.38)}
.acct-payment-flow button{min-height:44px;border:0;border-radius:var(--r-sm);padding:10px 14px;font-weight:800;color:#fff;background:var(--film-d);cursor:pointer;white-space:nowrap}
.acct-payment-flow button:disabled{opacity:.55;cursor:not-allowed}
.acct-payment-flow p{margin:0;color:var(--txt2);font-size:12px;line-height:1.5;text-align:right;overflow-wrap:anywhere}
.acct-purchase-note{margin:-4px 2px 0;color:var(--txt2);font-size:11px;line-height:1.55}
.store-modal-open{overflow:hidden}
.acct-store-modal[hidden]{display:none}
.acct-store-modal{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:24px}
.acct-store-modal-backdrop{position:absolute;inset:0;border:0;background:rgba(7,17,31,.58);cursor:pointer}
.acct-store-dialog{position:relative;width:min(980px,100%);max-height:min(88vh,860px);overflow:auto;display:grid;gap:16px;padding:18px;border-radius:var(--r-sm);background:var(--bg);box-shadow:0 24px 60px rgba(7,17,31,.32)}
.acct-store-close{position:absolute;top:10px;right:10px;width:44px;height:44px;border:0;border-radius:999px;background:rgba(255,255,255,.76);color:var(--film-d);font-size:22px;line-height:1;cursor:pointer;box-shadow:2px 2px 8px var(--sh-d),-2px -2px 8px var(--sh-l)}
.acct-store-preview{display:grid;grid-template-columns:minmax(260px,40%) minmax(0,1fr);gap:16px;align-items:stretch;padding-right:38px}
.acct-store-preview-art{display:block;aspect-ratio:16/9;border-radius:var(--r-sm);overflow:hidden;background:#07111f}
.acct-store-preview-art img{width:100%;height:100%;object-fit:contain;object-position:center center;display:block;background:#07111f}
.acct-store-preview-copy{display:grid;align-content:center;gap:8px;min-width:0}
.acct-store-preview-copy h3{font-family:var(--disp);font-size:24px;line-height:1.12;color:var(--film-d)}
.acct-store-preview-copy strong{font-family:var(--disp);font-size:22px;color:var(--film-d)}
.acct-store-preview-copy span,.acct-store-preview-copy small{font-size:13px;line-height:1.55;color:var(--txt2)}
.acct-store-modal-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.82fr);gap:14px;align-items:start}
.acct-store-modal-grid>section{display:grid;gap:8px;min-width:0}
.acct-channel-grid.modal{grid-template-columns:1fr}
.acct-ledger-grid{margin:18px 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:start}
.acct-ledger-grid .acct-order-history{min-height:100%;margin:0}
.acct-order-history{display:grid;gap:10px;padding:16px;border-radius:var(--r)}
.acct-order-head h2{margin:0;font-family:var(--disp);font-size:18px;color:var(--film-d)}
.acct-order-head span{display:block;margin-top:3px;color:var(--txt2);font-size:12px}
.acct-order-scroll{display:grid;gap:10px;max-height:clamp(220px,34vh,360px);overflow:auto;padding-right:4px;scrollbar-gutter:stable}
.acct-order-scroll::-webkit-scrollbar{width:8px}
.acct-order-scroll::-webkit-scrollbar-thumb{border-radius:999px;background:rgba(15,23,42,.18)}
.acct-order-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border-radius:var(--r-sm);background:rgba(255,255,255,.42)}
.acct-order-main{display:grid;gap:3px}
.acct-order-main strong{color:var(--film-d);font-size:14px}
.acct-order-main span{color:var(--txt2);font-size:12px}
.acct-order-main small{color:var(--txt2);font-size:11px;overflow-wrap:anywhere}
.acct-order-side{display:flex;align-items:center;gap:10px;flex-shrink:0}
.acct-order-status{font-size:12px;font-weight:800;padding:5px 10px;border-radius:999px;background:rgba(255,255,255,.55);color:var(--txt2)}
.acct-order-status.paid{color:#fff;background:var(--ok)}
.acct-order-status.refunded{color:var(--film-d);background:rgba(29,78,216,.22)}
.acct-order-status.failed,.acct-order-status.cancelled{color:#fff;background:#c0635a}
.acct-order-refund{border:0;border-radius:var(--r-sm);padding:8px 14px;font-weight:800;color:#fff;background:#c0635a;cursor:pointer}
.acct-order-refund:disabled{opacity:.55;cursor:not-allowed}
.acct-order-empty,#acct-refund-status{margin:0;color:var(--txt2);font-size:12px;line-height:1.5}
.acct-payment-handoff{display:grid;gap:8px;padding:14px;border-radius:var(--r-sm);background:rgba(29,78,216,.10);box-shadow:inset 3px 3px 7px var(--sh-d),inset -3px -3px 7px var(--sh-l)}
.acct-payment-handoff[hidden]{display:none}
.acct-payment-handoff strong{font-family:var(--disp);font-size:15px;color:var(--film-d)}
.acct-payment-handoff span,.acct-payment-handoff li{font-size:12px;color:var(--txt2);line-height:1.5;overflow-wrap:anywhere}
.acct-payment-handoff ul{margin:0 0 0 18px;padding:0}
.acct-payment-open{justify-self:start;display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:var(--r-sm);background:var(--film-d);color:#fff;font-size:12px;font-weight:750;text-decoration:none;box-shadow:3px 3px 8px var(--sh-d),-2px -2px 6px var(--sh-l)}
.acct-payment-return{margin:18px 0 0;padding:18px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-left:4px solid var(--teal)}
.acct-payment-return.cancel{border-left-color:var(--muted)}
.acct-payment-return.failed{border-left-color:var(--warn)}
.acct-payment-return h2{font-family:var(--disp);font-size:19px;line-height:1.2}
.acct-payment-return span,.acct-payment-return small{font-size:12px;color:var(--txt2);line-height:1.5}
.acct-payment-return small{font-weight:800;overflow-wrap:anywhere;text-align:right}
.acct-credit-note{margin:18px 0 40px;padding:18px;display:grid;gap:7px}
.acct-credit-note strong{font-family:var(--disp);font-size:16px;color:var(--film-d)}
.acct-credit-note span{font-size:12px;line-height:1.6;color:var(--txt2)}
.acct-template{margin:18px 0;padding:20px;display:grid;gap:14px}
.acct-template-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}
.acct-template-head h2{font-family:var(--disp);font-size:20px;line-height:1.2}
.acct-template-head>span{font-size:12px;color:var(--teal);font-weight:800;border-radius:999px;padding:7px 10px;background:rgba(29,78,216,.12)}
.acct-template-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.acct-template-metric{border-radius:var(--r-sm);padding:14px;display:grid;gap:4px;box-shadow:inset 3px 3px 7px var(--sh-d),inset -3px -3px 7px var(--sh-l)}
.acct-template-metric b{font-family:var(--disp);font-size:17px;color:var(--film-d);overflow-wrap:anywhere}
.acct-template-metric span,.acct-template-actions small{font-size:12px;color:var(--txt2);line-height:1.5}
.acct-template-actions{display:flex;align-items:center;justify-content:space-between;gap:14px}
.acct-template-actions button{border:0;border-radius:var(--r-sm);padding:10px 14px;font-weight:800;color:var(--film-d);background:var(--bg);box-shadow:4px 4px 9px var(--sh-d),-4px -4px 9px var(--sh-l);cursor:pointer;white-space:nowrap}
.acct-template-actions button:disabled{opacity:.55;cursor:not-allowed}
.acct-combine{margin:18px 0;padding:20px;display:grid;gap:16px;overflow:hidden;border:1px solid rgba(15,23,42,.07);background:linear-gradient(145deg,rgba(255,255,255,.78),rgba(238,241,255,.52))}
.combine-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(132px,auto);gap:16px;align-items:center}
.combine-head h2{font-family:var(--disp);font-size:22px;line-height:1.16;color:var(--film-d)}
.combine-head p:not(.label){margin-top:6px;color:var(--txt2);font-size:13px;line-height:1.6;max-width:680px}
.combine-summary{justify-self:end;min-width:132px;padding:13px 14px;border-radius:var(--r-sm);display:grid;gap:2px;text-align:right;background:linear-gradient(145deg,rgba(23,28,38,.96),rgba(29,78,216,.86));color:#fff;box-shadow:4px 4px 12px var(--sh-d),-4px -4px 12px var(--sh-l)}
.combine-summary b{font-family:var(--disp);font-size:21px;line-height:1}
.combine-summary span{font-size:12px;font-weight:900;opacity:.88}
.combine-summary small{font-size:11px;opacity:.72}
.combine-picks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-height:clamp(220px,34vh,360px);overflow:auto;padding:2px 4px 2px 2px;scrollbar-gutter:stable}
.combine-picks::-webkit-scrollbar{width:8px}
.combine-picks::-webkit-scrollbar-thumb{border-radius:999px;background:rgba(15,23,42,.18)}
.combine-card{position:relative;min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;padding:12px;border-radius:var(--r-sm);background:rgba(255,255,255,.62);box-shadow:3px 3px 8px var(--sh-d),-3px -3px 8px var(--sh-l);cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}
.combine-card:hover{transform:translateY(-1px)}
.combine-card.on{background:rgba(29,78,216,.14);box-shadow:inset 3px 3px 7px rgba(32,55,86,.12),inset -3px -3px 7px rgba(255,255,255,.82);outline:2px solid rgba(20,184,166,.34)}
.combine-card input{position:absolute;inline-size:1px;block-size:1px;opacity:0;pointer-events:none}
.combine-card-index{display:grid;place-items:center;width:28px;height:28px;border-radius:999px;background:var(--film-d);color:#fff;font-family:var(--disp);font-size:12px}
.combine-card-copy{min-width:0;display:grid;gap:4px}
.combine-card-copy b{font-family:var(--disp);font-size:14px;color:var(--film-d);overflow:hidden;text-overflow:ellipsis;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.3}
.combine-card-copy small{font-size:11.5px;color:var(--txt2);line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.combine-card-check{padding:6px 9px;border-radius:999px;background:rgba(29,78,216,.10);color:var(--blue);font-size:11px;font-weight:900;white-space:nowrap}
.combine-card.on .combine-card-check{background:var(--teal);color:#fff}
.combine-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border-radius:var(--r-sm);background:rgba(255,255,255,.42);box-shadow:inset 3px 3px 7px var(--sh-d),inset -3px -3px 7px var(--sh-l)}
.combine-actions button{border:0;border-radius:var(--r-sm);padding:11px 16px;font-weight:900;color:#fff;background:var(--film-d);cursor:pointer;white-space:nowrap}
.combine-actions button:disabled{opacity:.55;cursor:not-allowed}
.combine-actions p{margin:0;font-size:12px;color:var(--txt2);line-height:1.5;text-align:right;overflow-wrap:anywhere}
.combine-actions a{color:var(--teal);font-weight:900;text-decoration:none}
.share-panel{width:min(1128px,calc(100% - 32px));margin:22px auto;padding:20px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.share-copy{display:grid;gap:6px;min-width:0}
.share-copy h2{font-family:var(--disp);font-size:20px;line-height:1.2}
.share-copy span,.share-actions small{font-size:12px;color:var(--txt2);line-height:1.5}
.share-confirm{flex:1 1 220px;display:flex;align-items:center;gap:7px;min-height:44px;max-width:360px;font-size:12px;line-height:1.45;color:var(--txt2);text-align:left}
.share-confirm input{margin-top:0;accent-color:var(--teal)}
.share-url{font-size:12px;color:var(--teal);font-weight:800;overflow-wrap:anywhere;text-decoration:none}
.share-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.share-actions button{border:0;border-radius:var(--r-sm);padding:10px 14px;font-weight:800;color:var(--film-d);background:var(--bg);box-shadow:4px 4px 9px var(--sh-d),-4px -4px 9px var(--sh-l);cursor:pointer}
.share-actions button[data-share="public"]{color:#fff;background:var(--teal);box-shadow:none}
.share-actions button:disabled{opacity:.55;cursor:not-allowed}
.repair-entry{margin:18px 0;padding:18px;display:flex;justify-content:space-between;gap:14px;align-items:center;flex-wrap:wrap;background:var(--bg);border-radius:var(--r-sm);box-shadow:4px 4px 9px var(--sh-d),-4px -4px 9px var(--sh-l)}
.repair-entry h2{margin:0;font-size:22px;letter-spacing:0}
.repair-entry p{margin:6px 0 0;color:var(--txt2);line-height:1.55;font-size:13px;max-width:760px}
.repair-entry-btn{border:0;border-radius:var(--r-sm);padding:11px 14px;font-weight:900;text-decoration:none;background:var(--muted);color:#fff}
.repair-entry-btn.primary{background:var(--teal);color:#fff}
.repair-entry-btn:disabled{cursor:not-allowed;opacity:.7}
@media(max-width:760px){.repair-entry{display:grid}.repair-entry-btn{width:100%;text-align:center}}
.public-share{width:min(1128px,calc(100% - 32px));margin:0 auto;padding:18px 0 54px;display:grid;gap:18px}
.public-share-head{display:grid;gap:12px;padding-top:18px}
.public-share-meta{display:flex;gap:8px;flex-wrap:wrap}
.public-share-meta span{border-radius:999px;padding:8px 10px;background:rgba(255,255,255,.62);box-shadow:inset 2px 2px 5px var(--sh-d),inset -2px -2px 5px var(--sh-l);font-size:12px;font-weight:800;color:var(--txt2)}
.public-share-player{padding:18px;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(240px,.65fr);gap:16px;align-items:center}
.public-share-player video,.share-placeholder{width:100%;aspect-ratio:16/9;border-radius:var(--r-sm);background:#12151f;color:#fff;display:grid;place-items:center;object-fit:cover}
.public-share-player strong{font-family:var(--disp);font-size:22px;color:var(--film-d)}
.public-share-player span{display:block;margin-top:8px;font-size:13px;line-height:1.6;color:var(--txt2)}
.share-back{justify-self:start;color:var(--teal);font-weight:800;text-decoration:none}
.community-gallery{width:min(1128px,calc(100% - 32px));margin:0 auto;padding:18px 0 54px;display:grid;gap:18px}
.community-head{display:grid;gap:12px;padding-top:18px}
.community-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.community-card,.community-empty{padding:18px;display:grid;gap:16px;min-height:168px}
.community-card{align-content:space-between}
.community-card h2{font-family:var(--disp);font-size:20px;line-height:1.25;overflow-wrap:anywhere}
.community-card span,.community-empty span{font-size:12px;line-height:1.5;color:var(--txt2)}
.community-card a{justify-self:start;border-radius:var(--r-sm);padding:10px 14px;background:var(--teal);color:#fff;text-decoration:none;font-weight:800}
.community-empty{grid-column:1/-1;align-content:center}
.community-empty strong{font-family:var(--disp);font-size:20px;color:var(--film-d)}
.acct-board{display:grid;gap:14px;margin:20px 0 40px}
.acct-job{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:18px}
.acct-job h2{font-family:var(--disp);font-size:18px;line-height:1.25;margin:8px 0 7px;color:var(--txt);overflow-wrap:anywhere}
.acct-job p,.acct-empty span{margin:0;color:var(--txt2);font-size:13px;line-height:1.5}
.acct-blockers{margin:10px 0 0 18px;color:#9a4b2f;font-size:12px;line-height:1.5}
.acct-status{display:inline-flex;width:max-content;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:700}
.acct-status.ok{background:rgba(45,125,90,.12);color:#2d7d5a}
.acct-status.warn{background:rgba(166,91,62,.14);color:#9a4b2f}
.acct-status.live{background:rgba(85,102,255,.12);color:#4b5ee8}
.acct-actions{display:grid;gap:8px;justify-items:end}
.acct-open,.acct-download{display:inline-flex;align-items:center;justify-content:center;min-height:44px;justify-self:end;text-decoration:none;color:var(--on-film);background:var(--film);border-radius:var(--r-sm);padding:10px 14px;font-size:13px;font-weight:700;box-shadow:4px 4px 9px var(--sh-d),-4px -4px 9px var(--sh-l);white-space:nowrap;text-align:center}
.acct-download{background:var(--blue)}
.acct-open.secondary{background:var(--blue)}
.acct-open.muted{color:var(--txt2);background:rgba(255,255,255,.42);box-shadow:inset 3px 3px 7px var(--sh-d),inset -3px -3px 7px var(--sh-l)}
.acct-download.muted{color:var(--muted);background:rgba(255,255,255,.34);box-shadow:inset 3px 3px 7px var(--sh-d),inset -3px -3px 7px var(--sh-l)}
.acct-empty{padding:22px;display:grid;gap:7px}

/* ?? neumorphic form ?붿냼 (?⑦렪/?ν렪 ?낅젰 怨듯넻) ?????????? */
.fld{display:grid;gap:8px;margin-bottom:14px}
.fld>span{font-family:var(--disp);font-weight:600;font-size:12px;letter-spacing:.05em;text-transform:uppercase;color:var(--muted)}
textarea.soft-in,select.soft-in,input.soft-in{width:100%;font:inherit;font-size:14.5px;color:var(--txt);border:none;background:var(--bg);border-radius:var(--r-md);padding:14px 16px;
  box-shadow:inset 5px 5px 10px var(--sh-d),inset -5px -5px 10px var(--sh-l)}
textarea.soft-in:focus,select.soft-in:focus,input.soft-in:focus{outline:none}
textarea.soft-in{resize:vertical;min-height:96px;line-height:1.6}

@media(max-width:960px){.landing-hero,.landing-split,.landing-proof-grid{grid-template-columns:1fr}.landing-hero{gap:18px}.landing-guide-grid{grid-template-columns:1fr 1fr}}
@media(min-width:1180px){.acct-launch-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(min-width:1180px){.acct-hub-card{min-height:168px;gap:5px;padding:12px}.acct-hub-card p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}}
@media(max-width:960px){.acct-command{min-height:0}.acct-command-hero,.acct-command-grid{grid-template-columns:1fr}.acct-command-meter{min-height:0}.acct-launch-grid,.acct-recent-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.acct-made-flow{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){.pick{grid-template-columns:1fr}.shell{padding:0 16px}.context-ribbon{grid-template-columns:1fr;padding:16px}.context-copy h2{font-size:18px}.context-steps{justify-content:flex-start;max-width:none}.context-steps span{white-space:normal}.acct-pack-grid,.acct-plan-grid,.acct-single-grid,.acct-channel-grid,.acct-template-grid,.public-share-player,.community-grid,.acct-buyer-fields,.acct-story-plan,.acct-option-planner,.acct-service-rules,.acct-ledger-grid,.combine-head,.combine-picks,.acct-command-grid,.acct-command-hero,.acct-launch-grid,.acct-recent-grid,.acct-made-flow{grid-template-columns:1fr}.acct-command{margin:18px 0;padding:16px;border-radius:var(--r-md)}.acct-hub-card{min-height:156px}.acct-board-head{align-items:flex-start;flex-direction:column}.acct-pack-section-head,.acct-service-checkout-head,.acct-template-head,.acct-template-actions,.acct-payment-return,.acct-credit-summary,.share-panel,.acct-payment-flow,.acct-event-banner,.combine-actions{align-items:flex-start;flex-direction:column}.acct-pack-section-head>span,.acct-service-checkout-head>span{text-align:left}.combine-summary{justify-self:start;text-align:left}.acct-option-total{justify-items:start;text-align:left}.acct-option-total small{max-width:none}.acct-job{grid-template-columns:1fr}.acct-actions{justify-items:stretch}.acct-open,.acct-download{justify-self:stretch}.acct-template-actions button,.share-actions,.share-actions button,.acct-payment-flow button,.combine-actions button{width:100%}.acct-payment-return small,.acct-payment-flow p,.combine-actions p{text-align:left}.share-actions{justify-content:stretch}.topr{gap:8px;flex-wrap:wrap;justify-content:flex-end}}
@media(max-width:820px){.acct-store-modal{padding:12px}.acct-store-dialog{max-height:92vh;padding:14px}.acct-store-preview,.acct-store-modal-grid{grid-template-columns:1fr}.acct-store-preview{padding-right:0}.acct-store-preview-copy h3{font-size:21px}.acct-store-preview-copy strong{font-size:19px}.acct-store-close{top:8px;right:8px}}
@media(max-width:820px){.acct-pack-grid,.acct-plan-grid,.acct-single-grid{grid-template-columns:1fr}.acct-single-grid{max-width:none}.acct-pack-copy{padding:13px}}
@media(max-width:520px){
  .wrap{width:100%;max-width:100%;overflow:hidden;padding:0 16px}
  .shell{padding:0 16px}
  header.studio{width:100%;align-items:flex-start;flex-wrap:wrap;padding-top:18px}
  .logo{max-width:100%}
  .logo b{font-size:18px}
  .logo span{letter-spacing:.16em}
  .topr{width:100%;max-width:100%;min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch;gap:8px}
  .topr>*{min-width:0;max-width:100%}
  .topr .store-link{grid-column:1/-1}
  .topr .acctbtn{width:100%;min-width:0;min-height:44px;flex:none}
  .av{width:34px;height:34px}
  .context-ribbon{margin-top:14px;padding:14px}
  .context-copy h2,.context-copy span,.h1,.sub{max-width:100%;word-break:keep-all;overflow-wrap:anywhere}
  .context-steps{gap:7px}
  .context-steps span{font-size:11px;padding:7px 9px}
  .acct-economics-table{border-spacing:0 10px}
  .acct-economics-table thead{display:none}
  .acct-economics-table tr{display:block;border-radius:var(--r-sm);background:rgba(255,255,255,.68);overflow:hidden}
  .acct-economics-table td{display:block;padding:9px 10px;background:transparent}
  .acct-economics-table td:first-child,.acct-economics-table td:last-child{border-radius:0}
  .acct-option-output{grid-template-columns:1fr}
  .acct-preview-thumb{aspect-ratio:16/9;min-height:0}
  .acct-command,.acct-command-hero,.acct-command-grid,.acct-launch-grid,.acct-hub-card{width:100%;max-width:100%;min-width:0}
  .acct-hub-card:before{right:0;bottom:0;width:96px;height:96px}
  .lead{padding-top:22px}
  .pick{gap:14px}
  .pick a{padding:22px 20px}
  .panel{padding:20px 18px}
}

/* landing: 臾대즺 泥댄뿕 ?곗? + ?④퀎 踰덊샇 */
.landing-demo{margin:26px 0;padding:24px 26px;border-radius:var(--r-lg);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;background:linear-gradient(145deg,rgba(255,255,255,.66),rgba(238,241,255,.5));box-shadow:8px 8px 18px var(--sh-d),-8px -8px 18px var(--sh-l)}
.landing-demo-copy{display:grid;gap:10px;justify-items:start}
.landing-demo-copy h2{font-family:var(--disp);font-weight:700;font-size:clamp(18px,3vw,26px);line-height:1.25;letter-spacing:0}
.landing-demo-sub{color:var(--txt2);font-size:13.5px;line-height:1.7;max-width:560px}
.landing-demo-steps{display:flex;align-items:center;flex-wrap:wrap;gap:8px;max-width:300px;justify-content:flex-end}
.landing-demo-steps span{display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:9px 12px;background:var(--bg);box-shadow:3px 3px 7px var(--sh-d),-3px -3px 7px var(--sh-l);font-size:12px;font-weight:800;color:var(--txt2);white-space:nowrap}
.landing-demo-steps span.ld-arrow{background:none;box-shadow:none;padding:0;color:var(--muted);font-weight:600}
.landing-demo-steps b{display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:var(--teal);color:#fff;font-family:var(--disp);font-size:10px}
.landing-guide-grid article{position:relative}
.landing-guide-grid .lg-no{position:absolute;top:14px;right:16px;font-style:normal;font-family:var(--disp);font-weight:800;font-size:22px;color:var(--film-d);opacity:.28;line-height:1}
@media(max-width:860px){.landing-demo{grid-template-columns:1fr}.landing-demo-steps{justify-content:flex-start;max-width:none}}

/* ── premium landing: dashboard + uncropped image frames ─ */
body[data-route="landing"]{overflow-x:clip}
body[data-route="landing"] .context-ribbon{display:none}
body[data-route="landing"] .shell{
  max-width:none;width:100%;
  padding-left:0;padding-right:0;padding-bottom:56px;
  overflow:visible;
}
body[data-route="landing"] header.studio{
  max-width:1180px;margin:0 auto;padding-left:26px;padding-right:26px;
  position:relative;z-index:5;
}
.lp{display:grid;gap:0;min-width:0;position:relative}
.lp > .lp-reel,
.lp > .lp-proof,
.lp > .lp-templates,
.lp > .lp-start{
  max-width:1180px;width:100%;
  margin-left:auto;margin-right:auto;
  padding-left:26px;padding-right:26px;
  box-sizing:border-box;
}
.lp > .lp-proof,
.lp > .lp-templates,
.lp > .lp-start{margin-top:40px}
.lp > .lp-reel{margin-top:8px;padding-top:28px;padding-bottom:12px}

/* Fixed ambient speaker — top right, no BGM section */
.lp-speaker{
  position:fixed;top:max(14px,env(safe-area-inset-top));right:max(14px,env(safe-area-inset-right));
  z-index:40;
  display:inline-flex;align-items:center;gap:8px;
  min-height:44px;padding:0 14px 0 12px;border:0;border-radius:999px;cursor:pointer;
  background:rgba(255,255,255,.88);color:var(--txt);
  box-shadow:6px 8px 18px rgba(40,48,62,.16),-2px -2px 8px rgba(255,255,255,.7);
  backdrop-filter:blur(10px);
  font-size:12px;font-weight:800;
}
.lp-speaker:focus-visible{outline:3px solid var(--action-strong);outline-offset:3px}
.lp-speaker.is-on{
  background:linear-gradient(135deg,var(--film),var(--film-d));color:var(--on-film);
}
.lp-speaker-icon{
  display:grid;place-items:center;width:28px;height:28px;border-radius:50%;
  background:rgba(0,0,0,.06);font-size:14px;line-height:1;
}
.lp-speaker.is-on .lp-speaker-icon{background:rgba(255,255,255,.22)}
.lp-speaker-label{letter-spacing:.02em}
@media(max-width:720px){
  .lp-speaker-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
  .lp-speaker{padding:0;width:44px;justify-content:center}
  .lp-speaker-icon{background:transparent}
}

/* Proof: video rail + archive wall */
.lp-proof{display:grid;gap:16px}
.lp-proof-wall{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
}
.lp-proof-cell{margin:0;display:grid;gap:8px}
.lp-proof-cell figcaption{padding:0 2px}
.lp-proof-cell figcaption span{
  display:inline-flex;padding:5px 9px;border-radius:999px;
  font-size:11px;font-weight:800;letter-spacing:.06em;color:var(--film-d);
  background:rgba(255,255,255,.55);
  box-shadow:inset 2px 2px 5px var(--sh-d),inset -2px -2px 5px var(--sh-l);
}
.lp-frame-stage-made{
  max-width:none;width:100%;
  border-radius:18px;
  box-shadow:8px 12px 22px rgba(40,48,62,.14),inset 0 0 0 1px rgba(255,255,255,.1);
}

/* Short / long template catalogs */
.lp-templates{display:grid;gap:28px}
.lp-tpl-block{display:grid;gap:14px}
.lp-tpl-head{
  display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px 16px;align-items:end;
}
.lp-tpl-head .label{grid-column:1/-1;margin:0}
.lp-tpl-head h3{
  margin:0;font-family:var(--disp);font-size:clamp(20px,2.6vw,28px);
  line-height:1.2;word-break:keep-all;
}
.lp-tpl-all{
  font-size:13px;font-weight:800;color:var(--film-d);text-decoration:none;
  min-height:44px;display:inline-flex;align-items:center;
}
.lp-tpl-all:hover{text-decoration:underline}
.lp-tpl-grid{
  display:grid;gap:14px;
}
.lp-tpl-grid.is-short{grid-template-columns:repeat(3,minmax(0,1fr))}
.lp-tpl-grid.is-long{grid-template-columns:repeat(2,minmax(0,1fr))}
.lp-tpl-card{
  display:grid;gap:12px;text-decoration:none;color:inherit;
  padding:12px;border-radius:var(--r-md);min-width:0;
  transition:transform .2s ease,box-shadow .2s ease;
}
.lp-tpl-card:hover{transform:translateY(-3px)}
.lp-tpl-card:focus-visible{outline:3px solid var(--action-strong);outline-offset:3px}
.lp-tpl-cover{
  position:relative;overflow:hidden;border-radius:16px;
  box-shadow:8px 12px 22px rgba(40,48,62,.14);
  background:#1a1e26;
}
.lp-tpl-cover.is-tall{aspect-ratio:9/16;max-height:340px}
.lp-tpl-cover.is-wide{aspect-ratio:16/9}
.lp-tpl-cover img{
  width:100%;height:100%;object-fit:cover;display:block;
}
.lp-tpl-tag{
  position:absolute;top:10px;left:10px;
  padding:5px 9px;border-radius:999px;
  font-size:10px;font-weight:800;letter-spacing:.08em;
  background:rgba(8,12,20,.72);color:#fff;
  border:1px solid rgba(255,255,255,.14);
}
.lp-tpl-copy{display:grid;gap:6px;padding:0 2px 4px}
.lp-tpl-copy strong{
  font-family:var(--disp);font-size:16px;line-height:1.25;word-break:keep-all;
}
.lp-tpl-copy em{
  font-style:normal;font-size:13px;color:var(--txt2);line-height:1.55;word-break:keep-all;
}
.lp-tpl-cta{
  font-size:12px;font-weight:800;color:var(--film-d);margin-top:2px;
}

.lp-start{display:grid;gap:22px}

/* Reveal — free document flow, no pin */
[data-reveal]{
  opacity:0;
  transform:translate3d(0,28px,0);
  transition:opacity .7s cubic-bezier(.22,1,.36,1), transform .75s cubic-bezier(.22,1,.36,1);
  transition-delay:calc(var(--d,0)*.08s);
}
[data-reveal][data-reveal-delay="1"]{--d:1}
[data-reveal][data-reveal-delay="2"]{--d:2}
[data-reveal].is-in{opacity:1;transform:none}
.lp.lp-static [data-reveal]{opacity:1;transform:none;transition:none}

/* ── OPEN: one viewport, then you leave ── */
.lp-open{
  position:relative;
  min-height:min(92dvh,900px);
  margin:0 0 8px;
  overflow:hidden;
  isolation:isolate;
  background:#080c14;
}
.lp-open-stage{position:absolute;inset:0;z-index:0}
.lp-open-bg{
  width:100%;height:100%;
  object-fit:cover;object-position:center 30%;
  display:block;
  filter:saturate(1.05) contrast(1.04) brightness(.55);
  transform:scale(1.04);
}
.lp-open-veil{
  position:absolute;inset:0;
  background:
    linear-gradient(105deg,rgba(8,12,20,.92) 0%,rgba(8,12,20,.7) 42%,rgba(8,12,20,.28) 100%),
    radial-gradient(circle at 78% 20%,rgba(29,78,216,.18),transparent 42%);
}
.lp-open-inner{
  position:relative;z-index:2;
  max-width:1180px;margin:0 auto;
  min-height:min(92dvh,900px);
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(240px,.9fr);
  gap:clamp(18px,3vw,40px);
  align-items:center;
  padding:clamp(28px,5vw,56px) 26px 48px;
  box-sizing:border-box;
}
.lp-open-copy{display:grid;gap:14px;min-width:0;max-width:580px}
.lp-open-copy .label{color:rgba(255,255,255,.76);margin:0}
.lp-open-copy .h1{
  color:#fff;margin:0;
  font-size:clamp(30px,4.6vw,52px);line-height:1.1;
  text-wrap:balance;word-break:keep-all;
  text-shadow:0 14px 40px rgba(0,0,0,.45);
}
.lp-open-copy .h1 em{
  font-style:normal;
  background:linear-gradient(120deg,#ffffff 0%,var(--film) 45%,#dbeafe 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.lp-open-copy .sub{
  margin:0;max-width:540px;word-break:keep-all;
  color:rgba(255,255,255,.9);line-height:1.7;font-size:15px;
}
.lp-open-copy .landing-trust-row span{
  background:rgba(255,255,255,.1);color:rgba(255,255,255,.92);box-shadow:none;
  border:1px solid rgba(255,255,255,.08);
}
.lp-open-copy .landing-primary{
  box-shadow:0 12px 28px rgba(29,78,216,.35),0 0 0 1px rgba(255,255,255,.08);
}
.lp-open-copy .landing-secondary{
  background:rgba(255,255,255,.1);color:#fff;box-shadow:none;
  border:1px solid rgba(255,255,255,.22);
}
.lp-slate-badge{
  display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap;
  width:fit-content;max-width:100%;
  padding:8px 12px;border-radius:999px;
  background:rgba(0,0,0,.35);
  border:1px solid rgba(255,255,255,.14);
  color:rgba(255,255,255,.88);
  font-family:var(--disp);font-size:11px;font-weight:700;letter-spacing:.06em;
}
.lp-slate-dot{
  width:7px;height:7px;border-radius:50%;background:var(--ok);
  box-shadow:0 0 0 4px rgba(70,184,134,.18);
  animation:lp-pulse 1.8s ease-in-out infinite;
}
.lp-slate-sep{opacity:.45}
@keyframes lp-pulse{0%,100%{opacity:1}50%{opacity:.45}}
.lp-recipe-strip{
  list-style:none;margin:6px 0 0;padding:0;
  display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px;
  color:rgba(255,255,255,.88);font-size:12px;font-weight:700;
}
.lp-recipe-strip li{
  display:inline-flex;align-items:center;gap:6px;
  padding:7px 10px;border-radius:999px;
  background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);
}
.lp-recipe-strip li[aria-hidden="true"]{
  padding:0;border:0;background:none;opacity:.45;font-weight:800;
}
.lp-recipe-strip b{
  color:var(--film);font-family:var(--disp);font-size:11px;letter-spacing:.04em;
}
.lp-open-device{
  display:grid;gap:12px;justify-items:center;justify-self:center;
  width:min(100%,320px);
  filter:drop-shadow(0 32px 56px rgba(0,0,0,.55));
}
.lp-device-stack{position:relative;width:100%}
.lp-device{
  width:100%;
  padding:10px 10px 14px;
  border-radius:34px;
  background:linear-gradient(160deg,#2a303c,#10151e 50%,#090c12);
  box-shadow:0 0 0 1px rgba(255,255,255,.12),inset 0 1px 0 rgba(255,255,255,.16);
}
.lp-device-main{position:relative;z-index:1}
.lp-device-notch{
  width:36%;height:7px;margin:2px auto 8px;border-radius:999px;background:rgba(0,0,0,.5);
}
.lp-device-home{
  width:26%;height:4px;margin:10px auto 0;border-radius:999px;background:rgba(255,255,255,.16);
}
.lp-frame-stage-open{
  max-width:none;width:100%;border-radius:20px;position:relative;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);
}
.lp-device-live{
  position:absolute;top:10px;left:10px;z-index:2;
  display:inline-flex;align-items:center;gap:6px;
  padding:5px 9px;border-radius:999px;
  background:rgba(8,12,20,.72);color:#fff;
  font-size:10px;font-weight:800;letter-spacing:.08em;
  border:1px solid rgba(255,255,255,.14);
}
.lp-device-live i{
  width:6px;height:6px;border-radius:50%;background:#ff5a5a;
  box-shadow:0 0 0 3px rgba(255,90,90,.22);
}
.lp-device-float{
  position:absolute;right:-8%;bottom:12%;z-index:2;
  width:min(78%,210px);padding:12px 14px;display:grid;gap:2px;
  background:rgba(231,234,240,.96)!important;
  box-shadow:10px 16px 28px rgba(0,0,0,.28),-4px -4px 12px rgba(255,255,255,.5);
}
.lp-float-k{
  font-size:10px;font-weight:800;letter-spacing:.12em;color:var(--film-d);
}
.lp-device-float strong{
  font-family:var(--disp);font-size:14px;color:var(--txt);word-break:keep-all;
}
.lp-device-float em{
  font-style:normal;font-size:11px;color:var(--txt2);word-break:keep-all;
}
.lp-device-cap{
  margin:0;font-size:11px;font-weight:800;letter-spacing:.08em;color:rgba(255,255,255,.62);
}
@media (prefers-reduced-motion: reduce){
  .lp-slate-dot{animation:none}
}
.lp-open-skip{
  position:absolute;left:50%;bottom:16px;z-index:3;
  transform:translateX(-50%);
  color:rgba(255,255,255,.7);font-size:12px;font-weight:700;
  text-decoration:none;padding:8px 12px;border-radius:999px;
  background:rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.12);
}

/* ── REEL: horizontal free motion ── */
.lp-reel{display:grid;gap:14px}
.lp-reel-head{display:grid;gap:8px;max-width:640px}
.lp-reel-head h2{
  font-family:var(--disp);font-size:clamp(24px,3.2vw,36px);
  line-height:1.15;word-break:keep-all;margin:0;
}
.lp-reel-head .sub{margin:0;color:var(--txt2);word-break:keep-all}
.lp-reel-shell{display:grid;gap:12px;min-width:0}
.lp-reel-track{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:minmax(220px,min(72vw,300px));
  gap:18px;
  overflow-x:auto;
  overflow-y:hidden;
  padding:10px 4px 18px;
  scroll-snap-type:x mandatory;
  scroll-padding-inline:8px;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:thin;
  cursor:grab;
}
.lp-reel-track:active{cursor:grabbing}
.lp-reel-card{
  scroll-snap-align:center;
  display:grid;gap:12px;
  margin:0;
  min-width:0;
  transition:transform .25s ease,opacity .25s ease;
  transform-origin:center bottom;
}
.lp-reel-card.is-focus{z-index:1}
.lp-frame-stage-reel{
  max-width:none;width:100%;
  border-radius:24px;
  box-shadow:10px 16px 28px rgba(40,48,62,.16),inset 0 0 0 1px rgba(255,255,255,.1);
}
.lp-reel-card figcaption{
  display:grid;gap:4px;padding:0 4px;
}
.lp-reel-no{
  font-family:var(--disp);font-size:12px;font-weight:800;color:var(--film-d);opacity:.7;
}
.lp-reel-card figcaption b{
  font-size:11px;letter-spacing:.08em;color:var(--txt2);
}
.lp-reel-card figcaption strong{
  font-family:var(--disp);font-size:15px;line-height:1.3;word-break:keep-all;color:var(--txt);
}
.lp-reel-card figcaption em{
  font-style:normal;font-size:12px;line-height:1.55;color:var(--txt2);word-break:keep-all;
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;
}
.lp-reel-chrome{
  display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;
  max-width:420px;
}
.lp-reel-nav{
  width:40px;height:40px;border-radius:999px;border:0;cursor:pointer;
  font-size:22px;line-height:1;font-weight:700;color:var(--film-d);
  background:rgba(255,255,255,.55);
  box-shadow:4px 4px 10px var(--sh-d),-4px -4px 10px var(--sh-l);
}
.lp-reel-nav:focus-visible{outline:3px solid var(--action-strong);outline-offset:2px}
.lp-reel-bar{
  height:4px;border-radius:999px;background:rgba(0,0,0,.08);overflow:hidden;
}
.lp-reel-bar i{
  display:block;width:0;height:100%;border-radius:inherit;
  background:linear-gradient(90deg,var(--film),var(--film-d));
}
.lp-reel-hint{margin:0;font-size:12px;font-weight:700;color:var(--txt2)}

/* ── BEATS: 3 connected step cards ── */
.lp-beats{display:grid;gap:18px}
.lp-beat-rail{
  list-style:none;margin:0;padding:0;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  position:relative;
}
.lp-beat-card{
  display:grid;gap:12px;
  padding:14px 14px 16px;
  min-width:0;
  position:relative;
}
.lp-beat-top{
  display:flex;align-items:center;gap:10px;
  min-height:28px;
}
.lp-beat-no{
  flex:0 0 auto;
  width:28px;height:28px;border-radius:999px;
  display:grid;place-items:center;
  font-family:var(--disp);font-size:12px;font-weight:800;
  color:var(--on-film);
  background:linear-gradient(135deg,var(--film),var(--film-d));
  box-shadow:0 6px 14px rgba(29,78,216,.28);
}
.lp-beat-line{
  flex:1 1 auto;height:2px;border-radius:999px;
  background:linear-gradient(90deg,rgba(29,78,216,.55),rgba(29,78,216,.08));
}
.lp-beat-thumb{margin:0}
.lp-frame-stage-beat{
  max-width:none;width:100%;
  border-radius:18px;
  box-shadow:6px 10px 18px rgba(40,48,62,.12),inset 0 0 0 1px rgba(255,255,255,.1);
}
.lp-beat-copy{display:grid;gap:6px;min-width:0}
.lp-beat-copy .label{margin:0;font-size:11px;letter-spacing:.08em}
.lp-beat-copy h3{
  font-family:var(--disp);font-size:clamp(16px,1.8vw,20px);
  line-height:1.25;word-break:keep-all;margin:0;color:var(--txt);
}
.lp-beat-copy p{
  margin:0;font-size:13px;line-height:1.55;color:var(--txt2);word-break:keep-all;
}

/* Full scene visible: contain, never cover-crop faces */
.lp-frame-stage{
  width:100%;
  max-width:420px;
  aspect-ratio:9/16;
  border-radius:22px;
  background:linear-gradient(160deg,#1a2030,#0f141c);
  box-shadow:10px 14px 28px rgba(57,65,79,.18),inset 0 0 0 1px rgba(255,255,255,.12);
  overflow:hidden;
  display:grid;place-items:center;
}
.lp-frame-stage img,
.lp-frame-stage video{
  width:100%;height:100%;
  object-fit:contain; /* 장면 안 잘리게 */
  object-position:center center;
  display:block;
  background:#121820;
}
.lp-frame-stage-phone{max-width:min(100%,280px);border-radius:26px}

/* Editorial heads */
.lp-editorial-head{display:grid;gap:10px;margin-bottom:16px}
.lp-editorial-head h2{font-family:var(--disp);font-size:clamp(22px,3vw,34px);line-height:1.15;word-break:keep-all;text-wrap:balance}
.lp-editorial-head .sub{margin:0;max-width:680px;word-break:keep-all}

/* Template tone showcase — horizontal multi-video rail */
.lp-showcase{display:grid;gap:12px}
.lp-tone-track{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:minmax(180px,min(42vw,240px));
  gap:14px;
  overflow-x:auto;
  padding:6px 2px 14px;
  scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:thin;
}
.lp-tone-card{
  scroll-snap-align:start;
  margin:0;
  padding:12px;
  display:grid;gap:10px;justify-items:center;
  min-width:0;
}
.lp-frame-stage-tone{
  max-width:none;width:100%;
  border-radius:22px;
}
.lp-tone-card figcaption{display:grid;gap:2px;text-align:center;justify-items:center}
.lp-tone-card b{font-family:var(--disp);font-size:14px;color:var(--txt);word-break:keep-all}
.lp-tone-card span{font-size:12px;color:var(--txt2);word-break:keep-all}
.lp-tone-hint{margin:0;font-size:12px;font-weight:700;color:var(--txt2)}

.lp-final{margin:0;padding:28px 26px;display:grid;gap:12px;justify-items:start;background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(238,241,255,.5))}
.lp-final h2{font-family:var(--disp);font-size:clamp(22px,3vw,32px);line-height:1.18;word-break:keep-all}
.lp-final .sub{margin:0;word-break:keep-all}

@media(max-width:960px){
  .lp-open-inner{
    grid-template-columns:1fr;
    justify-items:center;
    text-align:left;
    gap:22px;
    padding:24px 18px 56px;
    min-height:auto;
  }
  .lp-open{min-height:auto}
  .lp-open-copy{max-width:none}
  .lp-open-device{width:min(48vw,230px);order:-1}
  .lp-device-float{right:-2%;bottom:8%;width:min(72%,170px);padding:10px 11px}
  .lp-recipe-strip{gap:6px}
  .lp-proof-wall{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
  .lp-tpl-grid.is-short{grid-template-columns:repeat(2,minmax(0,1fr))}
  .lp-tpl-grid.is-long{grid-template-columns:1fr}
  .lp-tpl-cover.is-tall{max-height:280px}
  .lp-tone-track{grid-auto-columns:minmax(160px,70vw)}
  .lp-tpl-head{grid-template-columns:1fr}
  .lp-tpl-all{justify-self:start}
}
@media(max-width:720px){
  body[data-route="landing"] header.studio{padding-left:16px;padding-right:16px}
  .lp > .lp-reel,
  .lp > .lp-proof,
  .lp > .lp-templates,
  .lp > .lp-start{padding-left:16px;padding-right:16px}
  .lp-proof-wall{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .lp-frame-stage-made{border-radius:14px}
  .lp-tpl-grid.is-short{grid-template-columns:1fr 1fr}
  .lp-open-inner{padding:18px 14px 52px}
  .lp-open-copy .h1{font-size:clamp(24px,7vw,32px)}
  .lp-open-copy .landing-cta-row{width:100%}
  .lp-open-copy .landing-primary,
  .lp-open-copy .landing-secondary{flex:1 1 auto;min-width:min(100%,140px)}
  .lp-open-device{width:min(56vw,210px)}
  .lp-device{padding:8px 8px 10px;border-radius:28px}
  .lp-reel-track{grid-auto-columns:minmax(200px,78vw);gap:14px}
  .lp-final{padding:22px 18px}
}
@media(prefers-reduced-motion:reduce){
  [data-reveal]{transition:none}
  .lp-reel-card{transition:none}
}
/* ?? 2026 production-house entry and command-center reset ??????????????? */
body{background:#f4f5f7}
header.studio{padding:20px 0 16px;border-bottom:1px solid rgba(23,28,38,.12)}
.logo .reel{border:1px solid rgba(23,28,38,.18);background:var(--bg2);box-shadow:none}
.logo .reel::before{box-shadow:none;border:1px solid rgba(23,28,38,.18)}
.topr{gap:6px}.acctbtn{border-radius:6px;padding:8px 11px;color:var(--txt)}.acctbtn.primary{border-radius:6px;box-shadow:none;background:var(--film);color:var(--on-film)}
.store-link{border-right:1px solid rgba(23,28,38,.14);padding-right:12px}.av{border:1px solid rgba(23,28,38,.16);border-radius:6px;box-shadow:none;background:var(--bg2);color:var(--film-d)}
.context-ribbon{border:1px solid rgba(23,28,38,.14);border-radius:8px;background:rgba(255,255,255,.78);box-shadow:none}
.context-steps span{border:1px solid rgba(23,28,38,.12);border-radius:5px;background:transparent;box-shadow:none}

/* Public entry: a production route board, not a stack of soft marketing cards. */
body[data-route="landing"] .context-ribbon{display:none}
.landing-hero{position:relative;grid-template-columns:minmax(0,1.04fr) minmax(420px,.96fr);gap:clamp(28px,5vw,76px);align-items:stretch;margin:clamp(32px,6vw,86px) 0 40px;padding:0 0 34px;border-bottom:1px solid rgba(23,28,38,.16)}
.landing-hero-copy{align-content:center;gap:18px;padding:22px 0}.landing-hero .label{color:var(--film-d);margin:0;font-size:10px;letter-spacing:.18em}.landing-hero .h1{font-size:clamp(42px,5.3vw,74px);line-height:1.02;letter-spacing:-.065em;max-width:780px}.landing-hero .h1 em{color:var(--film-d);font-style:normal}.landing-hero .sub{font-size:16px;line-height:1.78;max-width:660px;color:var(--txt2)}
.landing-cta-row{gap:8px;margin-top:8px}.landing-primary,.landing-secondary{min-height:48px;border:1px solid transparent;border-radius:6px;padding:0 16px;transition:transform .16s ease,background .16s ease,border-color .16s ease}.landing-primary{background:var(--film);box-shadow:none;color:var(--on-film)}.landing-primary:hover{transform:translateY(-2px);background:var(--film-d)}.landing-secondary{border-color:rgba(23,28,38,.22);box-shadow:none;color:var(--txt);background:rgba(255,255,255,.64)}.landing-secondary:hover{transform:translateY(-2px);border-color:var(--film-d);color:var(--film-d)}
.landing-studio-note{display:inline-flex;align-items:center;min-height:48px;padding:0 14px;border:1px dashed rgba(23,28,38,.28);border-radius:6px;color:var(--txt2);font-size:12px;font-weight:800;line-height:1.35;max-width:290px}
.landing-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:14px;border-top:1px solid rgba(23,28,38,.16);border-bottom:1px solid rgba(23,28,38,.16)}.landing-metrics div{padding:14px 12px 13px;border-right:1px solid rgba(23,28,38,.12)}.landing-metrics div:last-child{border-right:0}.landing-metrics dt{font-family:var(--disp);font-size:10px;font-weight:900;letter-spacing:.14em;color:var(--film-d)}.landing-metrics dd{margin:3px 0 0;font-size:13px;font-weight:850;color:var(--txt)}
.landing-hero-art{position:relative;margin:0;padding:0;border:1px solid rgba(23,28,38,.22);border-radius:3px;overflow:hidden;background:#e6e8ee;box-shadow:18px 20px 0 rgba(23,28,38,.12);align-self:stretch}.landing-hero-art:before,.landing-hero-art:after{content:"";position:absolute;top:0;bottom:0;width:12px;background:repeating-linear-gradient(to bottom,#ffffff 0 12px,transparent 12px 25px);z-index:2}.landing-hero-art:before{left:0}.landing-hero-art:after{right:0}.landing-frame-head{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 22px;border-bottom:1px solid rgba(23,28,38,.18);background:rgba(255,255,255,.92);font-family:var(--disp);font-size:10px;font-weight:900;letter-spacing:.13em;color:var(--film-d)}.landing-frame-head b{font-size:10px;color:var(--txt2)}.landing-hero-art img{width:100%;height:calc(100% - 75px);min-height:360px;border-radius:0;object-fit:cover;display:block;filter:saturate(.88) contrast(1.03)}.landing-hero-art figcaption{position:absolute;z-index:3;left:22px;right:22px;bottom:14px;display:flex;align-items:center;gap:7px;padding:9px 11px;background:rgba(23,28,38,.86);color:#ffffff;font-family:var(--disp);font-size:9px;font-weight:800;letter-spacing:.11em}.landing-hero-art figcaption i{width:18px;height:1px;background:rgba(255,255,255,.48)}
.landing-production-board{margin:50px 0 54px}.landing-section-head{max-width:760px;margin:0 0 20px}.landing-section-head .label{color:var(--film-d);margin:0 0 10px}.landing-section-head h2{font-size:clamp(26px,3.2vw,43px);letter-spacing:-.045em;line-height:1.1}.landing-route-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid rgba(23,28,38,.18);background:rgba(255,255,255,.52)}.landing-route-card{position:relative;display:grid;align-content:start;gap:12px;min-height:286px;padding:22px;text-decoration:none;color:var(--txt);border-right:1px solid rgba(23,28,38,.16);background:transparent;transition:background .16s ease,transform .16s ease}.landing-route-card:last-child{border-right:0}.landing-route-card:hover{background:#ffffff;transform:translateY(-3px)}.landing-route-card:focus-visible{outline:3px solid var(--action-strong);outline-offset:-4px}.landing-route-card>span{font-family:var(--disp);font-size:10px;font-weight:900;letter-spacing:.15em;color:var(--film-d)}.landing-route-card strong{font-family:var(--disp);font-size:21px;line-height:1.18;letter-spacing:-.03em}.landing-route-card p{font-size:13px;line-height:1.7;color:var(--txt2);word-break:keep-all}.landing-route-card b{align-self:end;color:var(--action-strong);font-size:12px}.landing-route-card.is-unavailable{background:rgba(238,231,219,.55);color:var(--txt2)}.landing-route-card.is-unavailable b{color:var(--muted)}
.landing-proof{margin:58px 0}.landing-proof-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:0}.landing-proof-grid figure{position:relative;display:grid;padding:0;border:1px solid rgba(23,28,38,.18);border-radius:0;background:#ffffff;overflow:hidden;box-shadow:none}.landing-proof-grid img{border-radius:0;aspect-ratio:16/10;transition:transform .35s ease}.landing-proof-grid figure:hover img{transform:scale(1.025)}.landing-proof-grid figcaption{display:grid;gap:4px;margin:0;padding:14px 16px;color:var(--txt);font-weight:900}.landing-proof-grid figcaption span{font-family:var(--disp);font-size:10px;letter-spacing:.13em;color:var(--film-d)}.landing-proof-grid figcaption strong{font-size:14px}
.landing-genre-reel{margin:0 0 58px;padding-top:26px;border-top:1px solid rgba(23,28,38,.16)}.landing-genre-reel h2 .landing-nowrap{white-space:nowrap}.landing-genre-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.landing-genre-card{display:grid;grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr);grid-template-rows:auto 1fr auto;column-gap:17px;align-items:start;min-height:245px;padding:0 16px 0 0;border:1px solid rgba(23,28,38,.18);background:#ffffff;color:var(--txt);text-decoration:none;overflow:hidden;transition:background .16s ease,transform .16s ease}.landing-genre-card:hover{background:#f2f4f8;transform:translateY(-3px)}.landing-genre-card:focus-visible{outline:3px solid var(--action-strong);outline-offset:3px}.landing-genre-card img{grid-row:1 / span 3;width:100%;height:100%;min-height:243px;aspect-ratio:3/2;object-fit:cover;display:block;transition:transform .35s ease}.landing-genre-card:hover img{transform:scale(1.025)}.landing-genre-card span{align-self:end;padding-top:21px;font-family:var(--disp);font-size:10px;font-weight:900;letter-spacing:.13em;color:var(--film-d)}.landing-genre-card strong{align-self:center;font-family:var(--disp);font-size:clamp(17px,1.55vw,23px);line-height:1.18;letter-spacing:-.035em;word-break:keep-all}.landing-genre-card b{align-self:start;padding-bottom:21px;font-size:12px;color:var(--action-strong)}
.landing-demo{margin:48px 0 0;padding:24px;border:1px solid rgba(23,28,38,.18);border-radius:0;background:linear-gradient(90deg,rgba(29,78,216,.12),rgba(255,255,255,.86));box-shadow:none}.landing-demo-copy h2{font-size:clamp(22px,2.5vw,31px);letter-spacing:-.04em}.landing-demo-steps{display:flex;align-items:center;gap:7px;max-width:450px}.landing-demo-steps span{border:1px solid rgba(23,28,38,.14);border-radius:5px;background:#ffffff;box-shadow:none;color:var(--txt);padding:8px 9px}.landing-demo-steps b{border-radius:3px;background:var(--film);color:var(--on-film)}.landing-demo .landing-primary{margin-left:4px;white-space:nowrap}


/* Preserve Korean phrases as readable production copy instead of allowing a final syllable to orphan. */
.landing-hero .h1,.landing-section-head h2,.landing-demo-copy h2,.landing-studio-note,body[data-route="account"] .acct-head .sub{word-break:keep-all;overflow-wrap:normal}
.landing-section-head h2,.landing-demo-copy h2{text-wrap:balance}

/* Longform uses a wide production desk on desktop and a guided document flow on touch devices. */
@media(min-width:1180px){body[data-route="new-long"] .shell{max-width:1440px;padding:0 34px}body[data-route="new-long"] .context-ribbon{margin:22px 0;border-radius:0}body[data-route="new-long"] .lw-hero{grid-template-columns:minmax(0,1fr) minmax(460px,.9fr);gap:42px;margin:42px 0 28px;padding:22px 0;border-bottom:1px solid rgba(23,28,38,.16)}body[data-route="new-long"] .lw-hero img{border-radius:0;border:1px solid rgba(23,28,38,.18);box-shadow:14px 16px 0 rgba(23,28,38,.12)}body[data-route="new-long"] .lw-flow{grid-template-columns:280px minmax(0,1fr);gap:24px}body[data-route="new-long"] .lw-steps{gap:0;border:1px solid rgba(23,28,38,.17);background:#ffffff}body[data-route="new-long"] .lw-step{min-height:62px;border-radius:0;background:transparent;box-shadow:none;border-bottom:1px solid rgba(23,28,38,.13)}body[data-route="new-long"] .lw-step:last-child{border-bottom:0}body[data-route="new-long"] .lw-step.on{background:#f0e5d5;box-shadow:inset 4px 0 0 var(--film-d)}body[data-route="new-long"] .lw-panel{border:1px solid rgba(23,28,38,.17);border-radius:0;background:#ffffff;box-shadow:none;padding:28px}}

@media(max-width:960px){.landing-hero{grid-template-columns:1fr;gap:24px;margin-top:34px}.landing-hero-art{max-width:760px}.landing-hero-art img{height:auto;min-height:0}.landing-route-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-route-card:nth-child(2n){border-right:0}.landing-route-card:nth-child(-n+2){border-bottom:1px solid rgba(23,28,38,.16)}.acct-command-hero{grid-template-columns:1fr}.acct-command-meter{min-height:144px}.acct-command-grid{grid-template-columns:1fr}.acct-command-side{border-left:0;border-top:1px solid rgba(23,28,38,.14);padding:18px 0 0;grid-template-columns:repeat(2,minmax(0,1fr))}.acct-recent-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.acct-recent-card:nth-child(2n){border-right:0}.acct-recent-card:nth-child(-n+2){border-bottom:1px solid rgba(23,28,38,.14)}}
@media(max-width:767px){body.studio-page{padding-bottom:92px}.shell{padding:0 16px}.landing-hero{margin:28px 0 32px;padding-bottom:26px}.landing-hero-copy{padding:6px 0}.landing-hero .h1{font-size:clamp(37px,12vw,52px);line-height:1.04}.landing-hero .sub{font-size:14px}.landing-cta-row{display:grid;grid-template-columns:1fr 1fr}.landing-primary,.landing-secondary,.landing-studio-note{width:100%;max-width:none;min-height:52px;font-size:13px}.landing-studio-note{grid-column:1/-1}.landing-metrics{margin-top:7px}.landing-metrics div{padding:11px 8px}.landing-metrics dd{font-size:11px}.landing-hero-art{box-shadow:10px 12px 0 rgba(23,28,38,.12)}.landing-hero-art img{min-height:0}.landing-hero-art figcaption{left:12px;right:12px;bottom:10px;font-size:8px}.landing-production-board,.landing-proof,.landing-genre-reel{margin:38px 0}.landing-section-head h2{font-size:28px}.landing-route-grid{grid-template-columns:1fr}.landing-route-card,.landing-route-card:nth-child(n){min-height:0;padding:18px;border-right:0;border-bottom:1px solid rgba(23,28,38,.15)}.landing-route-card:last-child{border-bottom:0}.landing-proof-grid{grid-template-columns:1fr}.landing-genre-grid{grid-template-columns:1fr}.landing-genre-card{grid-template-columns:minmax(142px,.86fr) minmax(0,1.14fr);min-height:190px}.landing-genre-card img{min-height:188px}.landing-genre-card span{padding-top:17px}.landing-genre-card strong{font-size:19px}.landing-genre-card b{padding-bottom:17px}.landing-demo{grid-template-columns:1fr;padding:18px}.landing-demo-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));max-width:none}.landing-demo-steps span{justify-content:center;font-size:11px}.landing-demo .landing-primary{grid-column:1/-1;margin:2px 0 0}}
@media(max-width:767px){.landing-hero .h1{font-size:clamp(35px,10.6vw,42px);line-height:1.08}.landing-section-head h2{font-size:26px;line-height:1.19}.landing-demo-copy h2{font-size:23px;line-height:1.28}.landing-studio-note{line-height:1.5}}
@media(prefers-reduced-motion:reduce){.landing-primary,.landing-secondary,.landing-route-card,.landing-proof-grid img{transition:none;transform:none!important}}


/* Every phone route uses one compact utility header; the production form owns the first decision, not a 2횞3 global menu. */
@media(max-width:767px){
  body.studio-page header.studio{display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:10px;min-height:70px;padding:14px 2px 10px}
  body.studio-page header.studio .logo{width:auto;flex:1 1 0;gap:9px}
  body.studio-page header.studio .logo .reel{width:38px;height:38px}
  body.studio-page header.studio .logo b{font-size:18px}
  body.studio-page header.studio .topr{width:auto;flex:0 0 auto;display:flex;flex-wrap:nowrap;align-items:center;gap:6px}
  body.studio-page header.studio .topr>.store-link{order:0;grid-column:auto;display:inline-flex;min-width:44px;min-height:44px;padding:0 7px;background:none;box-shadow:none;font-size:0}
  body.studio-page header.studio .topr>.store-link b{margin:0;font-size:12px;white-space:nowrap}
  body.studio-page header.studio .topr>.store-link::before{content:"상점";font-size:12px;font-weight:900;color:var(--film-d);margin-right:4px;white-space:nowrap}
  body.studio-page header.studio .topr>.acctbtn,body.studio-page header.studio .topr>.av{display:none}
  body.studio-page .acct-mobile-utility{position:relative;display:block}
  body.studio-page .acct-mobile-utility summary{display:flex;align-items:center;justify-content:center;min-height:44px;min-width:44px;padding:0 10px;border:1px solid rgba(23,28,38,.18);background:var(--sh-l);color:var(--txt);cursor:pointer;font-size:12px;font-weight:900;list-style:none}
  body.studio-page .acct-mobile-utility summary::-webkit-details-marker{display:none}
  body.studio-page .acct-mobile-utility nav{position:absolute;z-index:70;top:calc(100% + 8px);right:0;display:grid;width:164px;padding:7px;border:1px solid rgba(23,28,38,.20);background:var(--sh-l);box-shadow:0 14px 28px rgba(23,28,38,.20)}
  body.studio-page .acct-mobile-utility:not([open]) nav{display:none}
  body.studio-page .acct-mobile-utility nav a,body.studio-page .acct-mobile-utility nav button{display:flex;align-items:center;min-height:44px;padding:0 10px;border:0;background:transparent;color:var(--txt);font:inherit;font-size:13px;font-weight:800;text-align:left;text-decoration:none}
  body.studio-page .acct-mobile-utility nav a:hover,body.studio-page .acct-mobile-utility nav button:hover{background:color-mix(in srgb,var(--film) 10%,var(--bg2))}
}
body.studio-page .acct-mobile-utility summary:focus-visible,body.studio-page .acct-mobile-utility nav a:focus-visible,body.studio-page .acct-mobile-utility nav button:focus-visible{outline:3px solid var(--action-strong);outline-offset:2px}

/* Long workshop type/align normalize */
body[data-route="new-long"]{
  --lw-label:11px;
  --lw-body:13px;
  --lw-title:clamp(22px,3vw,32px);
  --lw-pad:18px;
}
body[data-route="new-long"] .lw-guide,
body[data-route="new-long"] .lw-quality-note,
body[data-route="new-long"] .lw-panel p,
body[data-route="new-long"] .lw-help,
body[data-route="new-long"] .lw-legal,
body[data-route="new-long"] .lw-status{
  font-size:var(--lw-body);
  line-height:1.6;
  word-break:keep-all;
}
body[data-route="new-long"] .lw-field span,
body[data-route="new-long"] .lw-next span,
body[data-route="new-long"] .label{
  font-size:var(--lw-label);
  letter-spacing:.12em;
  font-weight:900;
}
body[data-route="new-long"] .lw-panel h2{
  font-size:var(--lw-title);
  letter-spacing:-.03em;
  word-break:keep-all;
}
body[data-route="new-long"] .lw-step,
body[data-route="new-long"] .lw-next-btn,
body[data-route="new-long"] .lw-submit,
body[data-route="new-long"] .lw-actions button,
body[data-route="new-long"] .lw-samples button{min-height:44px}
body[data-route="new-long"] .lw-next{align-items:center;justify-content:space-between}
@media(max-width:767px){
  body[data-route="new-long"] .lw-steps{grid-template-columns:1fr}
  body[data-route="new-long"] .lw-panel{padding:var(--lw-pad)}
  body[data-route="new-long"] .lw-actions button,
  body[data-route="new-long"] .lw-submit,
  body[data-route="new-long"] .lw-next-btn{width:100%}
}
/* Account lifecycle shell: account-only; shared page, form, and footer rules stay outside this boundary. */
body[data-route="account"]{
  --acct-space:24px;
  --acct-line:rgba(23,28,38,.16);
  --acct-panel:var(--bg2);
  --acct-wash:color-mix(in srgb,var(--film) 8%,var(--bg));
  --acct-touch:44px;
  padding-bottom:64px;
}
body[data-route="account"] .shell{max-width:1440px;padding:0 24px;overflow:visible}
body[data-route="account"] .context-ribbon{display:none}
body[data-route="account"] .acct-app-shell,
body[data-route="account"] .acct-command-workspace,
body[data-route="account"] .acct-command-workspace>*{min-width:0;max-width:100%}
body[data-route="account"] .acct-app-shell{
  display:grid;
  grid-template-columns:188px minmax(0,1fr);
  grid-template-areas:
    "appbar appbar"
    "navigation workspace";
  margin:24px 0 32px;
  overflow:visible;
  border:1px solid var(--acct-line);
  border-radius:var(--r-lg);
  background:var(--acct-panel);
  box-shadow:0 18px 44px rgba(69,51,33,.10);
  padding:0;
}
body[data-route="account"] .acct-account-appbar{
  grid-area:appbar;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto auto;
  gap:10px;
  align-items:center;
  min-height:68px;
  padding:12px 16px;
  border-bottom:1px solid var(--acct-line);
  background:linear-gradient(110deg,var(--sh-l),var(--bg));
}
body[data-route="account"] .acct-app-wordmark{
  display:grid;
  gap:1px;
  min-width:0;
  min-height:var(--acct-touch);
  align-content:center;
  color:var(--txt);
  text-decoration:none;
}
body[data-route="account"] .acct-app-wordmark span{
  font-family:var(--disp);
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
  color:var(--film-d);
}
body[data-route="account"] .acct-app-wordmark strong{
  font-family:var(--disp);
  font-size:14px;
  line-height:1.2;
  letter-spacing:-.02em;
  overflow-wrap:anywhere;
}
body[data-route="account"] .acct-app-store,
body[data-route="account"] .acct-account-login,
body[data-route="account"] .acct-account-logout{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:var(--acct-touch);
  border:1px solid var(--acct-line);
  border-radius:var(--r-sm);
  background:var(--bg2);
  color:var(--action-strong);
  font:inherit;
  font-size:12px;
  font-weight:900;
  text-decoration:none;
}
body[data-route="account"] .acct-app-store{
  display:grid;
  justify-items:end;
  gap:0;
  min-width:74px;
  padding:5px 10px;
  color:var(--txt);
}
body[data-route="account"] .acct-app-store span{
  font-size:9px;
  font-weight:900;
  letter-spacing:.08em;
  color:var(--muted);
}
body[data-route="account"] .acct-app-store strong{font-family:var(--disp);font-size:15px;color:var(--film-d)}
body[data-route="account"] .acct-account-login,
body[data-route="account"] .acct-account-logout{padding:0 12px;cursor:pointer}
body[data-route="account"] .acct-account-logout{background:var(--txt);color:var(--on-film)}
body[data-route="account"] .acct-core-navigation{
  grid-area:navigation;
  display:grid;
  align-content:start;
  gap:4px;
  padding:14px 10px;
  border-right:1px solid var(--acct-line);
  background:var(--acct-wash);
}
body[data-route="account"] .acct-core-navigation a{
  position:relative;
  display:grid;
  grid-template-columns:20px minmax(0,1fr);
  align-items:center;
  gap:9px;
  min-height:var(--acct-touch);
  padding:8px 10px;
  border:1px solid transparent;
  border-radius:var(--r-sm);
  color:var(--txt2);
  font-size:13px;
  font-weight:850;
  line-height:1.25;
  text-decoration:none;
  word-break:keep-all;
}
body[data-route="account"] .acct-core-navigation a svg{width:18px;height:18px}
body[data-route="account"] .acct-core-navigation a:hover{background:var(--bg2);color:var(--film-d)}
body[data-route="account"] .acct-core-navigation a[aria-current="page"]{
  border-color:var(--film-d);
  background:var(--sh-l);
  box-shadow:inset 4px 0 0 var(--film-d);
  color:var(--txt);
  font-weight:950;
}
body[data-route="account"] .acct-core-navigation a[aria-current="page"]::after{
  content:"현재";
  justify-self:end;
  font-size:9px;
  font-weight:900;
  letter-spacing:.06em;
  color:var(--film-d);
}
body[data-route="account"] .acct-command-workspace{
  grid-area:workspace;
  display:grid;
  align-content:start;
  background:var(--bg2);
  word-break:keep-all;
  overflow-wrap:anywhere;
}
body[data-route="account"] .acct-command-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:end;
  gap:18px;
  margin:0;
  padding:28px var(--acct-space) 24px;
  border:0;
  border-bottom:1px solid var(--acct-line);
  border-radius:0;
  background:linear-gradient(125deg,var(--sh-l),var(--acct-wash));
  box-shadow:none;
}
body[data-route="account"] .acct-command-copy{padding:0;min-width:0}
body[data-route="account"] .acct-command-copy .label{
  margin:0 0 8px;
  color:var(--film-d);
  font-size:11px;
  letter-spacing:.12em;
}
body[data-route="account"] .acct-command-copy .h1{
  max-width:720px;
  font-size:clamp(28px,3.3vw,46px);
  line-height:1.1;
  letter-spacing:-.045em;
  word-break:keep-all;
}
body[data-route="account"] .acct-command-copy .sub{
  max-width:660px;
  margin-top:9px;
  font-size:14px;
  line-height:1.65;
  word-break:keep-all;
}
body[data-route="account"] .acct-primary-start,
body[data-route="account"] .acct-create-goal,
body[data-route="account"] .acct-job-primary,
body[data-route="account"] .acct-job-download,
body[data-route="account"] .acct-youtube-connect,
body[data-route="account"] .acct-create-disabled a,
body[data-route="account"] .acct-quality-plan a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:var(--acct-touch);
  padding:9px 14px;
  border:1px solid var(--acct-line);
  border-radius:var(--r-sm);
  color:var(--action-strong);
  background:var(--sh-l);
  font-size:13px;
  font-weight:900;
  line-height:1.3;
  text-align:center;
  text-decoration:none;
}
body[data-route="account"] .acct-primary-start,
body[data-route="account"] .acct-create-goal.is-primary,
body[data-route="account"] .acct-job-primary{
  border-color:var(--action-strong);
  background:var(--action-strong);
  color:var(--on-film);
}
body[data-route="account"] .acct-status-summary{
  padding:10px 12px;
  border:1px solid var(--acct-line);
  border-radius:var(--r-sm);
  background:var(--bg2);
  color:var(--txt2);
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
}
body[data-route="account"] .acct-home-state,
body[data-route="account"] .acct-create-workspace,
body[data-route="account"] .acct-jobs-panel,
body[data-route="account"] .acct-library-panel{
  display:grid;
  gap:16px;
  padding:var(--acct-space);
}
body[data-route="account"] .acct-home-state{
  grid-template-columns:minmax(0,1fr) minmax(250px,.78fr);
  border-bottom:1px solid var(--acct-line);
}
body[data-route="account"] .acct-home-state[data-account-state="empty"]{grid-template-columns:1fr}
body[data-route="account"] .acct-home-state[data-account-state="active"]{background:color-mix(in srgb,var(--film) 5%,var(--bg2))}
body[data-route="account"] .acct-home-state[data-account-state="blocked"]{background:color-mix(in srgb,var(--film-d) 7%,var(--bg2))}
body[data-route="account"] .acct-home-state[data-account-state="closed"]{background:color-mix(in srgb,var(--muted) 8%,var(--bg2))}
body[data-route="account"] .acct-home-state[data-account-state="delivered"]{background:color-mix(in srgb,var(--action-strong) 6%,var(--bg2))}
body[data-route="account"] .acct-empty,
body[data-route="account"] .acct-home-representative,
body[data-route="account"] .acct-job-card,
body[data-route="account"] .acct-quality-plan,
body[data-route="account"] .acct-create-disabled,
body[data-route="account"] .acct-panel-status{
  display:grid;
  align-content:start;
  gap:9px;
  min-width:0;
  padding:16px;
  border:1px solid var(--acct-line);
  border-radius:var(--r-md);
  background:var(--sh-l);
}
body[data-route="account"] .acct-empty{min-height:132px;align-content:center;border-style:dashed}
body[data-route="account"] .acct-empty strong,
body[data-route="account"] .acct-home-representative h2,
body[data-route="account"] .acct-job-card h2,
body[data-route="account"] .acct-create-disabled h2{
  font-family:var(--disp);
  font-size:18px;
  line-height:1.25;
  letter-spacing:-.025em;
}
body[data-route="account"] .acct-empty span,
body[data-route="account"] .acct-home-representative p,
body[data-route="account"] .acct-job-card>p,
body[data-route="account"] .acct-create-disabled p,
body[data-route="account"] .acct-panel-status{
  color:var(--txt2);
  font-size:12.5px;
  line-height:1.6;
}
body[data-route="account"] .acct-home-representative,
body[data-route="account"] .acct-job-card{position:relative}
body[data-route="account"] [data-account-job-card][data-account-lifecycle="active"]{border-left:4px solid var(--film)}
body[data-route="account"] [data-account-job-card][data-account-lifecycle="blocked"]{border-left:4px solid var(--film-d)}
body[data-route="account"] [data-account-job-card][data-account-lifecycle="closed"]{border-left:4px solid var(--muted)}
body[data-route="account"] [data-account-job-card][data-account-lifecycle="delivered"]{border-left:4px solid var(--action-strong)}
body[data-route="account"] [data-account-job-card][data-artifact-evidence="missing"]{border-style:dashed}
body[data-route="account"] .acct-job-evidence{
  margin:0;
  overflow:hidden;
  border:1px solid var(--acct-line);
  border-radius:calc(var(--r-md) - 3px);
  background:var(--bg);
}
body[data-route="account"] .acct-job-evidence img{
  display:block;
  width:100%;
  max-height:240px;
  object-fit:cover;
}
body[data-route="account"] .acct-status{
  justify-self:start;
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:4px 8px;
  border:1px solid currentColor;
  border-radius:var(--r-pill);
  background:var(--bg2);
  font-size:11px;
  font-weight:900;
}
body[data-route="account"] .acct-status.wait{color:var(--film-d)}
body[data-route="account"] .acct-status.attention{color:var(--film)}
body[data-route="account"] .acct-status.done{color:var(--action-strong)}
body[data-route="account"] .acct-status.quiet{color:var(--muted)}
body[data-route="account"] .acct-job-actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:3px;
}
body[data-route="account"] .acct-job-download{background:var(--bg2)}
body[data-route="account"] .acct-quality-plan{
  gap:10px;
  background:var(--bg2);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.84);
}
body[data-route="account"] .acct-quality-plan[data-quality-plan-state="missing"]{border-style:dashed}
body[data-route="account"] .acct-quality-plan h2{
  font-family:var(--disp);
  font-size:15px;
  line-height:1.3;
}
body[data-route="account"] .acct-quality-plan p{color:var(--txt2);font-size:12px;line-height:1.55}
body[data-route="account"] .acct-quality-plan dl{display:grid;gap:8px}
body[data-route="account"] .acct-quality-plan dl div{
  display:grid;
  grid-template-columns:minmax(74px,.55fr) minmax(0,1fr);
  gap:10px;
  padding-top:8px;
  border-top:1px solid var(--acct-line);
}
body[data-route="account"] .acct-quality-plan dt{color:var(--muted);font-size:11px;font-weight:800}
body[data-route="account"] .acct-quality-plan dd{color:var(--txt);font-size:12px;font-weight:800}
body[data-route="account"] .acct-made-flow{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
  margin:0;
  padding:0;
  list-style:none;
}
body[data-route="account"] .acct-made-flow li{
  display:grid;
  gap:4px;
  min-width:0;
  padding:9px;
  border:1px solid var(--acct-line);
  border-radius:var(--r-sm);
  background:var(--bg2);
}
body[data-route="account"] .acct-made-flow span{color:var(--film-d);font-size:10px;font-weight:900}
body[data-route="account"] .acct-made-flow strong{font-size:11px;line-height:1.4;color:var(--txt2)}
body[data-route="account"] .acct-continuation-board{
  display:grid;
  grid-template-columns:minmax(180px,.38fr) minmax(0,1fr);
  gap:18px;
  padding:var(--acct-space);
  border-bottom:1px solid var(--acct-line);
  background:var(--bg);
}
body[data-route="account"] .acct-continuation-copy .label{margin:0 0 5px;color:var(--film-d)}
body[data-route="account"] .acct-continuation-copy h2{font-family:var(--disp);font-size:18px;line-height:1.25}
body[data-route="account"] .acct-continuation-list{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:8px;
}
body[data-route="account"] .acct-continuation-item{
  display:grid;
  gap:3px;
  min-height:var(--acct-touch);
  padding:11px;
  border:1px solid var(--acct-line);
  border-radius:var(--r-sm);
  color:var(--txt);
  background:var(--sh-l);
  text-decoration:none;
}
body[data-route="account"] .acct-continuation-item span{color:var(--film-d);font-size:10px;font-weight:900}
body[data-route="account"] .acct-continuation-item strong{font-size:13px;line-height:1.35}
body[data-route="account"] .acct-continuation-item p{margin:0;color:var(--txt2);font-size:11px;line-height:1.45}
body[data-route="account"] .acct-continuation-item small{color:var(--txt2);font-size:11px;line-height:1.45}
body[data-route="account"] .acct-continuation-item.is-unavailable{color:var(--muted);background:var(--bg);border-style:dashed}
body[data-route="account"] .acct-create-workspace{background:var(--bg)}
body[data-route="account"] .acct-create-chooser{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
body[data-route="account"] .acct-create-goal{
  min-height:88px;
  justify-content:flex-start;
  padding:16px;
  text-align:left;
}
body[data-route="account"] .acct-create-goal.is-primary{grid-column:1/-1;min-height:104px;font-size:16px}
body[data-route="account"] .acct-create-disabled{max-width:620px}
body[data-route="account"] .acct-create-disabled a{justify-self:start}
body[data-route="account"] .acct-create-embedded{
  width:100%;
  min-width:0;
  max-width:none;
  padding:0;
}
body[data-route="account"] [data-account-create-embedded]>:not(style):not(script){
  width:100%;
  max-width:none;
}
body[data-route="account"] [data-account-create-embedded] .si-layout{
  grid-template-columns:minmax(0,1.35fr) minmax(280px,.85fr);
  max-width:none;
}
body[data-route="account"] [data-account-create-embedded] .si-slate,
body[data-route="account"] [data-account-create-embedded] .lw-steps{
  top:20px;
  max-height:calc(100dvh - 40px);
  overflow:auto;
}
body[data-route="account"] [data-account-create-embedded] .lw-hero{margin-top:0}
body[data-route="account"] [data-account-create-embedded] :is(button,select,input:not([type="checkbox"]):not([type="radio"])){
  min-height:var(--acct-touch);
}
body[data-route="account"] [data-account-create-embedded] button{min-width:var(--acct-touch)}
body[data-route="account"] [data-account-create-embedded] label:has(input:is([type="checkbox"],[type="radio"])){min-height:var(--acct-touch)}
body[data-route="account"] .acct-jobs-panel,
body[data-route="account"] .acct-library-panel{background:var(--bg)}
body[data-route="account"] .acct-job-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:12px}
body[data-route="account"] .acct-library-group{display:grid;gap:12px}
body[data-route="account"] .acct-library-group>.label{margin:0;color:var(--film-d)}
body[data-route="account"] .acct-youtube-connect{justify-self:start}
body[data-route="account"] .acct-filters{display:flex;flex-wrap:wrap;gap:8px}
body[data-route="account"] .acct-filter{min-height:var(--acct-touch)}
body[data-route="account"] :is(.acct-account-appbar,.acct-core-navigation,.acct-command-workspace) a:focus-visible,
body[data-route="account"] :is(.acct-account-appbar,.acct-command-workspace) button:focus-visible,
body[data-route="account"] [data-account-create-embedded] :is(input,select,textarea,button,a):focus-visible{
  outline:3px solid var(--action-strong);
  outline-offset:3px;
}
@media(min-width:1180px){
  body[data-route="account"] .acct-core-navigation{
    position:sticky;
    top:18px;
    align-self:start;
    min-height:calc(100dvh - 36px);
    border-bottom-left-radius:var(--r-lg);
  }
}
@media(max-width:1179px){
  body[data-route="account"]{--acct-space:20px}
  body[data-route="account"] .acct-app-shell{
    grid-template-columns:1fr;
    grid-template-areas:
      "appbar"
      "navigation"
      "workspace";
  }
  body[data-route="account"] .acct-core-navigation{
    grid-template-columns:repeat(4,minmax(0,1fr));
    padding:8px 12px;
    border-right:0;
    border-bottom:1px solid var(--acct-line);
    background:var(--bg);
  }
  body[data-route="account"] .acct-core-navigation a{
    grid-template-columns:18px minmax(0,1fr);
    justify-content:center;
    padding:8px;
  }
  body[data-route="account"] .acct-command-hero{grid-template-columns:1fr}
  body[data-route="account"] .acct-primary-start,
  body[data-route="account"] .acct-status-summary{justify-self:start}
  body[data-route="account"] .acct-home-state{grid-template-columns:1fr}
  body[data-route="account"] .acct-continuation-board{grid-template-columns:1fr}
}
@media(max-width:860px){
  body[data-route="account"] [data-account-create-embedded] .sdash-overview{
    margin:0 0 12px;
    padding:16px;
  }
  body[data-route="account"] [data-account-create-embedded] .sdash-overview h1{font-size:24px}
  body[data-route="account"] [data-account-create-embedded] :is(.sdash-overview>div>p:not(.sdash-kicker),.sdash-facts,.sdash-recipe,.sdash-build-summary,.sdash-mobile-summary){display:none}
  body[data-route="account"] [data-account-create-embedded] .sf-chips{
    flex-wrap:nowrap;
    overflow-x:auto;
    padding-bottom:6px;
  }
  body[data-route="account"] [data-account-create-embedded] .sf-chip{flex:0 0 auto}
  body[data-route="account"] [data-account-create-embedded] .lw-flow,
  body[data-route="account"] [data-account-create-embedded] .lw-hero{grid-template-columns:1fr}
  body[data-route="account"] [data-account-create-embedded] .lw-hero{margin:0 0 12px}
  body[data-route="account"] [data-account-create-embedded] .lw-hero img{display:none}
  body[data-route="account"] [data-account-create-embedded] .lw-hero>div>p:not(.label){
    margin:6px 0 0;
    font-size:11px;
    line-height:1.4;
  }
  body[data-route="account"] [data-account-create-embedded] :is(.lw-guide,.lw-page>.lw-quality-note){
    margin:0 0 8px;
    padding:8px 10px;
    font-size:11px;
    line-height:1.4;
  }
  body[data-route="account"] [data-account-create-embedded] .lw-embedded-guidance{
    margin:0;
    border:1px solid rgba(23,28,38,.16);
    background:#ffffff;
  }
  body[data-route="account"] [data-account-create-embedded] .lw-embedded-guidance>summary{
    display:flex;
    align-items:center;
    min-height:44px;
    padding:7px 10px;
    color:var(--film-d);
    font-size:11px;
    font-weight:900;
    cursor:pointer;
  }
  body[data-route="account"] [data-account-create-embedded] .lw-embedded-guidance[open]>summary{border-bottom:1px solid rgba(23,28,38,.12)}
  body[data-route="account"] [data-account-create-embedded] .lw-embedded-guidance>:not(summary){
    margin:8px;
    font-size:11px;
    line-height:1.4;
  }
  body[data-route="account"] [data-account-create-embedded] .lw-hero h1{font-size:26px}
  body[data-route="account"] [data-account-create-embedded] .lw-steps{
    position:static;
    display:flex;
    grid-template-columns:none;
    max-height:none;
    overflow-x:auto;
    overflow-y:hidden;
    gap:8px;
    padding:0 0 6px;
    scroll-snap-type:x proximity;
  }
  body[data-route="account"] [data-account-create-embedded] .lw-step{
    flex:0 0 142px;
    scroll-snap-align:start;
  }
  body[data-route="account"] [data-account-create-embedded] .lw-panel{padding:16px}
}
@media(max-width:767px){
  body[data-route="account"]{
    --acct-space:16px;
    padding-bottom:calc(92px + env(safe-area-inset-bottom));
    scroll-padding-bottom:calc(100px + env(safe-area-inset-bottom));
  }
  body[data-route="account"] .shell{padding:0 12px}
  body[data-route="account"] .acct-app-shell{margin:12px 0 20px;border-radius:var(--r-md)}
  body[data-route="account"] .acct-account-appbar{
    grid-template-columns:minmax(0,1fr) auto auto;
    gap:6px;
    min-height:60px;
    padding:8px 10px;
  }
  body[data-route="account"] .acct-app-wordmark span{font-size:9px}
  body[data-route="account"] .acct-app-wordmark strong{font-size:12px}
  body[data-route="account"] .acct-app-store{min-width:54px;padding:4px 6px}
  body[data-route="account"] .acct-app-store strong{font-size:13px}
  body[data-route="account"] .acct-account-login,
  body[data-route="account"] .acct-account-logout{padding:0 8px;font-size:11px}
  body[data-route="account"] .acct-core-navigation{
    position:fixed;
    z-index:60;
    inset:auto 0 0;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:4px;
    padding:8px max(8px,env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left));
    border:0;
    border-top:1px solid var(--acct-line);
    border-radius:0;
    background:rgba(255,255,255,.98);
    box-shadow:0 -10px 28px rgba(23,28,38,.16);
  }
  body[data-route="account"] .acct-core-navigation a{
    grid-template-columns:1fr;
    grid-template-rows:18px auto;
    justify-items:center;
    gap:3px;
    min-height:52px;
    padding:5px 2px;
    border-color:transparent;
    border-radius:var(--r-sm);
    font-size:10.5px;
    text-align:center;
  }
  body[data-route="account"] .acct-core-navigation a[aria-current="page"]{
    border-color:var(--film-d);
    box-shadow:inset 0 -3px 0 var(--film-d);
  }
  body[data-route="account"] .acct-core-navigation a[aria-current="page"]::after{display:none}
  body[data-route="account"] .acct-command-hero{
    grid-template-columns:1fr;
    gap:12px;
    padding:22px var(--acct-space) 18px;
  }
  body[data-route="account"] .acct-command-copy .h1{font-size:28px}
  body[data-route="account"] .acct-primary-start{justify-self:start}
  body[data-route="account"] .acct-status-summary{justify-self:start}
  body[data-route="account"] .acct-home-state,
  body[data-route="account"] .acct-create-workspace,
  body[data-route="account"] .acct-jobs-panel,
  body[data-route="account"] .acct-library-panel{padding:var(--acct-space)}
  body[data-route="account"] .acct-made-flow{grid-template-columns:repeat(2,minmax(0,1fr))}
  body[data-route="account"] .acct-create-chooser{grid-template-columns:1fr}
  body[data-route="account"] .acct-create-goal.is-primary{grid-column:auto}
  body[data-route="account"] .acct-job-grid{grid-template-columns:1fr}
  body[data-route="account"] [data-account-create-embedded]{
    padding-bottom:calc(100px + env(safe-area-inset-bottom));
  }
  body[data-route="account"] [data-account-create-embedded] .si-layout{grid-template-columns:1fr}
  body[data-route="account"] [data-account-create-embedded] .si-slate{
    position:static;
    max-height:none;
    overflow:visible;
  }
  body[data-route="account"] .acct-command-workspace :is(#acct-jobs-board,#acct-library-results,#acct-today-results,#acct-youtube-ready){
    scroll-margin-block-end:calc(100px + env(safe-area-inset-bottom));
  }
}
@media(max-width:340px){
  body[data-route="account"] [data-account-create-embedded] .lw-hero{margin-bottom:8px}
  body[data-route="account"] [data-account-create-embedded] .lw-hero .label{display:none}
  body[data-route="account"] [data-account-create-embedded] .lw-hero h1{font-size:22px;line-height:1.08}
  body[data-route="account"] [data-account-create-embedded] .lw-step{
    flex-basis:118px;
    min-height:44px;
    padding:8px 10px;
    font-size:11px;
  }
  body[data-route="account"] [data-account-create-embedded] .lw-panel{padding:12px}
  body[data-route="account"] [data-account-create-embedded] .lw-panel.show{gap:8px}
  body[data-route="account"] [data-account-create-embedded] .lw-panel.show>h2{
    margin:0;
    font-size:18px;
    line-height:1.2;
  }
  body[data-route="account"] [data-account-create-embedded] .lw-panel.show>p{
    margin:0;
    font-size:11px;
    line-height:1.35;
  }
  body[data-route="account"] [data-account-create-embedded] .lw-panel.show>.lw-legal{
    padding:8px;
    font-size:10.5px;
    line-height:1.35;
  }
}
@media(max-width:860px) and (max-height:500px){
  body[data-route="account"] [data-account-create-embedded] .sdash-overview{padding:10px 14px}
  body[data-route="account"] [data-account-create-embedded] .sdash-overview .sdash-kicker{display:none}
  body[data-route="account"] [data-account-create-embedded] .sdash-overview h1{font-size:20px}
  body[data-route="account"] [data-account-create-embedded] .lw-hero{margin-bottom:4px}
  body[data-route="account"] [data-account-create-embedded] .lw-hero .label{display:none}
  body[data-route="account"] [data-account-create-embedded] .lw-hero h1{font-size:20px;line-height:1.1;margin:0 0 4px}
  body[data-route="account"] [data-account-create-embedded] .lw-hero>div>p:not(.label){
    margin:0;
    font-size:10.5px;
    line-height:1.3;
  }
  body[data-route="account"] [data-account-create-embedded] :is(.lw-guide,.lw-page>.lw-quality-note){
    margin-bottom:4px;
    padding:6px 8px;
    font-size:10px;
    line-height:1.25;
  }
  body[data-route="account"] [data-account-create-embedded] .lw-flow{gap:8px}
  body[data-route="account"] [data-account-create-embedded] .lw-steps{padding-bottom:2px}
  body[data-route="account"] [data-account-create-embedded] .lw-step{
    flex-basis:112px;
    min-height:44px;
    padding:7px 9px;
    font-size:10.5px;
  }
  body[data-route="account"] [data-account-create-embedded] .lw-panel{padding:8px 10px}
  body[data-route="account"] [data-account-create-embedded] .lw-panel.show{gap:6px}
  body[data-route="account"] [data-account-create-embedded] .lw-panel.show>h2{
    margin:0;
    font-size:17px;
    line-height:1.15;
  }
  body[data-route="account"] [data-account-create-embedded] .lw-panel.show>p{
    margin:0;
    font-size:10.5px;
    line-height:1.3;
  }
  body[data-route="account"] [data-account-create-embedded] .lw-panel.show>.lw-legal{
    padding:6px 8px;
    font-size:10px;
    line-height:1.3;
  }
}
@media(prefers-reduced-motion:reduce){
  body[data-route="account"] .acct-command *,
  body[data-route="account"] .acct-core-navigation *{
    scroll-behavior:auto!important;
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
  }
}

/* Cinematic Ink customer system — top-3 skill synthesis (UI/UX Pro Max + Taste Skill v2 + frontend-design).
   Locked: ink-on-paper monochrome base, single cobalt accent, 20/14/10 radius scale,
   single-direction soft shadows, real-result contact-sheet signature. */
:root{
  --bg:#f4f5f7;
  --bg2:#fff;
  --txt:#171c26;
  --txt2:#4c5566;
  --muted:#707a8c;
  --sh-d:#e2e5ea;
  --sh-l:#fff;
  --film:#3b82f6;
  --film-d:#1d4ed8;
  --on-film:#fff;
  --blue:#1d4ed8;
  --teal:#1d4ed8;
  --rose:#b3424a;
  --ok:#15803d;
  --action-strong:#1d4ed8;
  --status-ok-strong:#15803d;
  --ink-line:rgba(23,28,38,.10);
  --ink-line-strong:rgba(23,28,38,.16);
  --elev-1:0 1px 2px rgba(23,28,38,.05),0 8px 22px rgba(23,28,38,.07);
  --elev-2:0 1px 2px rgba(23,28,38,.06),0 14px 34px rgba(23,28,38,.10);
  --mono:ui-monospace,'SF Mono',Consolas,'Liberation Mono',monospace;
  --r-lg:20px;
  --r-md:14px;
  --r-sm:10px;
  --r-pill:999px;
}
body{background:#f4f5f7}
.soft,
.soft-sm{
  border-color:var(--ink-line);
  background:#fff;
  box-shadow:var(--elev-1);
}
.inset,
.inset-sm{
  border-color:var(--ink-line);
  background:#f7f8fa;
  box-shadow:none;
}
header.studio{
  margin-top:16px;
  padding:12px 16px;
  border:1px solid var(--ink-line);
  border-radius:var(--r-md);
  background:rgba(255,255,255,.92);
  box-shadow:var(--elev-1);
  backdrop-filter:blur(12px);
}
.logo .reel,
.av{
  background:#fff;
  border:1px solid var(--ink-line);
  box-shadow:none;
}
.logo .reel .dot{background:var(--film-d)}
.acctbtn{
  border:1px solid var(--ink-line);
  border-radius:var(--r-sm);
  background:#fff;
  color:var(--action-strong);
  box-shadow:none;
}
.acctbtn.primary,
.landing-primary,
.cta{
  border:0;
  background:linear-gradient(145deg,#3b82f6,#1d4ed8);
  color:#fff;
  box-shadow:0 10px 22px rgba(29,78,216,.22);
}
.acctbtn.plain{background:#fff;color:var(--txt2)}
.store-balance{padding:0 10px;border-radius:var(--r-sm);background:#fff}
.label{font-family:var(--mono);letter-spacing:.16em;font-weight:700}

.landing-hero{
  grid-template-columns:minmax(0,.94fr) minmax(460px,1.06fr);
  gap:34px;
  margin:30px 0 42px;
  padding:clamp(24px,3.5vw,46px);
  border:1px solid var(--ink-line);
  border-radius:var(--r-lg);
  background:#fff;
  box-shadow:var(--elev-2);
  overflow:hidden;
}
.landing-hero-copy{position:relative;z-index:3}
.landing-hero .h1{font-size:clamp(38px,4.7vw,66px);font-weight:800;letter-spacing:-.045em}
.landing-primary,
.landing-secondary,
.landing-studio-note{
  border-radius:var(--r-sm);
}
.landing-secondary,
.landing-studio-note{
  border:1px solid var(--ink-line-strong);
  background:#fff;
  color:var(--txt);
  box-shadow:none;
}
.landing-secondary:hover{border-color:var(--action-strong);color:var(--action-strong)}
.landing-metrics{
  gap:8px;
  border:0;
}
.landing-metrics div,
.landing-metrics div:last-child{
  padding:12px;
  border:1px solid var(--ink-line);
  border-radius:var(--r-sm);
  background:#f7f8fa;
}
.landing-metrics dt{font-family:var(--mono);color:var(--action-strong)}

/* Signature: real-result contact sheet */
.landing-hero-art{
  align-self:center;
  min-width:0;
  padding:0;
  border:1px solid var(--ink-line-strong);
  border-radius:var(--r-md);
  background:#12161d;
  box-shadow:var(--elev-2);
  overflow:hidden;
}
.landing-hero-art:before,
.landing-hero-art:after{display:none}
.landing-frame-head{
  position:static;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:11px 14px;
  border:0;
  border-bottom:1px solid rgba(255,255,255,.10);
  border-radius:0;
  background:#12161d;
  box-shadow:none;
  backdrop-filter:none;
  font-family:var(--mono);
  font-size:10px;
  font-weight:700;
  letter-spacing:.16em;
  color:#9aa6ba;
}
.landing-frame-head b{font-size:10px;color:#e8ecf4;letter-spacing:.02em}
.landing-reel{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  padding:10px;
  background:#12161d;
}
.landing-reel figure{position:relative;margin:0;border:1px solid rgba(255,255,255,.09);border-radius:8px;overflow:hidden;background:#0b0e13}
.landing-hero-art .landing-reel img{
  width:100%;
  height:auto;
  min-height:0;
  aspect-ratio:16/9;
  border-radius:0;
  object-fit:cover;
  display:block;
  filter:none;
}
.landing-hero-art .landing-reel figcaption{
  position:static;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  padding:6px 9px;
  background:#12161d;
  color:#c6cede;
  font-family:var(--mono);
  font-size:9px;
  font-weight:700;
  letter-spacing:.08em;
}
.landing-hero-art .landing-reel figcaption i{width:auto;height:auto;background:none;font-style:normal;color:#8a93a6}
.landing-hero-art .landing-frame-flow{
  position:static;
  display:flex;
  align-items:center;
  gap:7px;
  left:auto;right:auto;bottom:auto;
  padding:10px 14px;
  border:0;
  border-top:1px solid rgba(255,255,255,.10);
  background:#12161d;
  color:#9aa6ba;
  font-family:var(--mono);
  font-size:9px;
  font-weight:700;
  letter-spacing:.14em;
}
.landing-hero-art .landing-frame-flow i{width:18px;height:1px;background:rgba(255,255,255,.28)}
.landing-hero-art .landing-frame-flow span:first-child{color:#e8ecf4}

.landing-section-head .label{color:var(--action-strong)}
.landing-route-grid{
  gap:14px;
  border:0;
  background:transparent;
}
.landing-route-card,
.landing-route-card:nth-child(n){
  min-height:266px;
  border:1px solid var(--ink-line);
  border-radius:var(--r-md);
  background:#fff;
  box-shadow:var(--elev-1);
}
.landing-route-card:hover{
  background:#fff;
  border-color:var(--action-strong);
  box-shadow:var(--elev-2);
}
.landing-route-card>span{font-family:var(--mono)}
.landing-route-card.is-unavailable{background:#f2f3f6;box-shadow:none}
.landing-proof-grid figure,
.landing-genre-card,
.landing-demo{
  border:1px solid var(--ink-line);
  border-radius:var(--r-md);
  background:#fff;
  box-shadow:var(--elev-1);
  overflow:hidden;
}
.landing-proof-grid figcaption span,
.landing-genre-card span{font-family:var(--mono)}
.landing-proof-grid img{border-radius:0}
.landing-genre-card{padding:0 16px 0 0}
.landing-genre-card img{border-radius:0}
.landing-genre-card:hover{background:#f7f8fa;border-color:var(--action-strong)}
.landing-demo{background:linear-gradient(90deg,rgba(29,78,216,.06),#fff 55%)}
.landing-demo-steps span{border:1px solid var(--ink-line);border-radius:var(--r-sm);background:#fff;box-shadow:none;color:var(--txt)}
.landing-demo-steps b{border-radius:6px;background:var(--film-d);color:#fff}

.store-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(260px,360px);
  gap:28px;
  align-items:center;
  margin:24px 0;
  padding:clamp(24px,3vw,38px);
  border:1px solid var(--ink-line);
  border-radius:var(--r-lg);
  background:#fff;
  box-shadow:var(--elev-2);
}
.store-head-copy{display:grid;align-content:center}
.acct-store-visual{
  margin:0;
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
  overflow:visible;
  display:grid;
  gap:10px;
}
.acct-store-tickets{display:grid;gap:12px}
.acct-store-ticket{
  position:relative;
  display:grid;
  gap:5px;
  padding:16px 18px 14px 30px;
  border:1px solid var(--ink-line-strong);
  border-radius:var(--r-md);
  background:#fff;
  box-shadow:var(--elev-1);
  transform:rotate(-1.1deg);
}
.acct-store-ticket:before{
  content:"";
  position:absolute;
  top:10px;
  bottom:10px;
  left:16px;
  border-left:2px dashed var(--ink-line-strong);
}
.acct-store-ticket.is-bundle{
  transform:rotate(.9deg);
  border-color:rgba(29,78,216,.34);
  background:linear-gradient(145deg,#1d4ed8,#173db1);
  color:#fff;
  box-shadow:0 12px 28px rgba(29,78,216,.26);
}
.acct-store-ticket.is-bundle:before{border-left-color:rgba(255,255,255,.34)}
.acct-store-ticket-eyebrow{font-family:var(--mono);font-size:9px;font-weight:700;letter-spacing:.16em;color:var(--muted)}
.acct-store-ticket.is-bundle .acct-store-ticket-eyebrow{color:rgba(255,255,255,.72)}
.acct-store-ticket strong{font-family:var(--disp);font-size:19px;font-weight:800;letter-spacing:-.02em;line-height:1.15}
.acct-store-ticket em{font-style:normal;font-size:12px;line-height:1.5;color:var(--txt2)}
.acct-store-ticket.is-bundle em{color:rgba(255,255,255,.82)}
.acct-store-ticket-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:5px;padding-top:8px;border-top:1px solid var(--ink-line)}
.acct-store-ticket.is-bundle .acct-store-ticket-meta{border-top-color:rgba(255,255,255,.24)}
.acct-store-ticket-meta b{font-family:var(--mono);font-size:9px;font-weight:700;letter-spacing:.18em;color:var(--action-strong)}
.acct-store-ticket.is-bundle .acct-store-ticket-meta b{color:#fff}
.acct-store-ticket-meta i{font-style:normal;font-size:11px;font-weight:800;color:var(--muted)}
.acct-store-ticket.is-bundle .acct-store-ticket-meta i{color:rgba(255,255,255,.78)}
.acct-store-visual-note{margin:0;font-size:11.5px;line-height:1.5;color:var(--muted);text-align:center}

.acct-service-checkout,
.acct-order-history,
.acct-usage-history,
.acct-credit-note,
.acct-payment-return{
  border-radius:var(--r-md);
  background:#fff;
}
.acct-event-banner{
  border:1px solid rgba(29,78,216,.18);
  border-radius:var(--r-md);
  background:linear-gradient(145deg,#fff,#eef3fe);
  color:var(--txt);
  box-shadow:var(--elev-1);
}
.acct-event-banner strong{background:#e4ecfd;color:var(--action-strong)}
.acct-pack{
  border-color:var(--ink-line);
  border-radius:var(--r-md);
  background:#fff;
  box-shadow:var(--elev-1);
}
.acct-pack.on{
  outline:2px solid var(--action-strong);
  box-shadow:0 0 0 5px rgba(29,78,216,.10),var(--elev-2);
}
.acct-pack:before{background:radial-gradient(circle,rgba(29,78,216,.14),rgba(29,78,216,0) 68%)}
.acct-option-planner,
.acct-option-line,
.acct-option-output{
  border-color:var(--ink-line);
  border-radius:var(--r-sm);
  background:#fff;
  box-shadow:none;
}
.acct-option-total{
  border:1px solid rgba(29,78,216,.16);
  border-radius:var(--r-sm);
  background:linear-gradient(145deg,#fff,#eef3fe);
  color:var(--txt);
}
.acct-option-total small{color:var(--txt2)}
.acct-store-dialog{border-radius:var(--r-lg);background:#fff}

body[data-route="account"]{
  --acct-line:var(--ink-line);
  --acct-panel:#fff;
  --acct-wash:#f2f4f8;
  background:#f4f5f7;
}
body[data-route="account"] .acct-app-shell{
  border-color:var(--ink-line);
  border-radius:var(--r-lg);
  background:#fff;
  box-shadow:var(--elev-2);
}
body[data-route="account"] .acct-app-shell .label,
body[data-route="account"] .acct-app-wordmark span{font-family:var(--mono);letter-spacing:.14em}
body[data-route="account"] .acct-account-appbar{
  border-color:var(--acct-line);
  border-radius:var(--r-lg) var(--r-lg) 0 0;
  background:#fff;
}
body[data-route="account"] .acct-account-logout{
  border-color:var(--action-strong);
  background:var(--action-strong);
  color:#fff;
  box-shadow:none;
}
body[data-route="account"] .acct-app-store,
body[data-route="account"] .acct-account-login{
  border-color:var(--ink-line);
  background:#fff;
  box-shadow:none;
}
body[data-route="account"] .acct-core-navigation{
  border-color:var(--acct-line);
  background:#f4f6f9;
}
body[data-route="account"] .acct-core-navigation a{
  border-radius:var(--r-sm);
}
body[data-route="account"] .acct-core-navigation a:hover{
  background:#fff;
  color:var(--action-strong);
}
body[data-route="account"] .acct-core-navigation a[aria-current="page"]{
  border-color:rgba(29,78,216,.24);
  background:#fff;
  color:var(--txt);
  box-shadow:var(--elev-1),inset 4px 0 0 var(--action-strong);
}
body[data-route="account"] .acct-command-workspace,
body[data-route="account"] .acct-create-workspace,
body[data-route="account"] .acct-jobs-panel,
body[data-route="account"] .acct-library-panel{background:#fff}
body[data-route="account"] .acct-command-hero{
  border-color:var(--acct-line);
  background:#fff;
}
body[data-route="account"] .acct-home-state[data-account-state]{
  background:#fff;
}
body[data-route="account"] .acct-home-state[data-account-state="empty"]{
  grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);
  gap:14px;
  padding-block:20px;
}
body[data-route="account"] .acct-empty,
body[data-route="account"] .acct-home-representative,
body[data-route="account"] .acct-job-card,
body[data-route="account"] .acct-quality-plan,
body[data-route="account"] .acct-create-disabled,
body[data-route="account"] .acct-panel-status,
body[data-route="account"] .acct-create-goal,
body[data-route="account"] .acct-continuation-item{
  border-color:var(--ink-line);
  border-radius:var(--r-md);
  background:#fff;
  box-shadow:var(--elev-1);
}
body[data-route="account"] .acct-empty[data-account-empty-overview]{
  min-height:176px;
  grid-template-columns:minmax(0,1fr) minmax(188px,.72fr);
  align-items:stretch;
  gap:18px;
  border:1px solid rgba(29,78,216,.30);
  border-left:5px solid var(--action-strong);
  border-style:solid;
  background:#f7f9ff;
  box-shadow:none;
}
body[data-route="account"] .acct-empty-copy{
  display:grid;
  align-content:center;
  gap:8px;
}
body[data-route="account"] .acct-empty-copy .label{
  margin:0;
  color:var(--action-strong);
}
body[data-route="account"] .acct-empty-readiness{
  display:grid;
  gap:8px;
  margin:0;
}
body[data-route="account"] .acct-empty-readiness div{
  display:grid;
  align-content:center;
  gap:2px;
  min-height:60px;
  padding:10px 12px;
  border:1px solid var(--ink-line);
  border-radius:var(--r-sm);
  background:#fff;
}
body[data-route="account"] .acct-empty-readiness dt{
  color:var(--muted);
  font-size:11px;
  font-weight:800;
}
body[data-route="account"] .acct-empty-readiness dd{
  color:var(--txt);
  font-family:var(--disp);
  font-size:15px;
  font-weight:900;
}
body[data-route="account"] .acct-quality-plan[data-quality-plan-state="missing"]{
  align-content:center;
  border-style:solid;
  border-color:rgba(29,78,216,.24);
  background:#fff;
  box-shadow:none;
}
body[data-route="account"] .acct-primary-start{
  min-width:196px;
  min-height:48px;
  box-shadow:none;
}
body[data-route="account"] .acct-primary-start:hover{
  background:var(--txt);
  border-color:var(--txt);
}
@media(max-width:1179px){
  body[data-route="account"] .acct-home-state[data-account-state="empty"]{grid-template-columns:1fr}
}
@media(max-width:767px){
  body[data-route="account"] .acct-empty[data-account-empty-overview]{
    grid-template-columns:1fr;
    gap:14px;
    min-height:0;
  }
  body[data-route="account"] .acct-primary-start{
    width:100%;
    min-width:0;
  }
}
body[data-route="account"] .acct-continuation-board{
  border-color:var(--acct-line);
  background:#f7f8fa;
}
body[data-route="account"] .acct-status-summary,
body[data-route="account"] .acct-status,
body[data-route="account"] .acct-made-flow li,
body[data-route="account"] .acct-job-download{
  border-color:var(--ink-line);
  background:#fff;
}
body[data-route="account"] [data-account-create-embedded] :is(.lw-panel,.lw-card,.lw-readiness,.lw-scenario-builder,.si-card,.si-slate){
  border-color:var(--ink-line);
  border-radius:var(--r-md);
  background:#fff;
  box-shadow:var(--elev-1);
}
body[data-route="account"] [data-account-create-embedded] .sdash-overview{
  border:1px solid var(--ink-line);
  background:#f7f9ff;
  color:var(--txt);
  box-shadow:var(--elev-1);
}
body[data-route="account"] [data-account-create-embedded] .sdash-kicker,
body[data-route="account"] [data-account-create-embedded] .sdash-overview h1 em{color:var(--action-strong)}
body[data-route="account"] [data-account-create-embedded] .sdash-overview p{color:var(--txt2)}
body[data-route="account"] [data-account-create-embedded] .sdash-facts{
  border-color:var(--ink-line);
  background:#fff;
  box-shadow:none;
}
body[data-route="account"] [data-account-create-embedded] .sdash-facts div{border-color:var(--ink-line)}
body[data-route="account"] [data-account-create-embedded] .sdash-facts dt{color:var(--muted)}
body[data-route="account"] [data-account-create-embedded] .sdash-facts dd{color:var(--txt)}
body[data-route="account"] [data-account-create-embedded] summary{min-height:44px;box-sizing:border-box}
.logo{min-height:44px}
body .authWrap .alt a{display:inline-flex;align-items:center;min-height:44px;padding:0 4px}
body[data-route="result"] .sres-pb{width:44px;height:44px}
body[data-route="result"] .sres-delivery-cta,
body[data-route="result"] .lr3-vc-btn,
body[data-route="result"] .yt-delivery :is(input,select,button,a){
  min-height:44px;
  box-sizing:border-box;
}
body[data-route="result"] .sres-internal-qc summary{
  display:flex;
  align-items:center;
  min-height:44px;
}
body[data-route="result"] #community-yt-url{min-height:44px!important;box-sizing:border-box}
body[data-route="demo"] .dm-tab{min-height:44px;box-sizing:border-box}

.legal-footer{
  border-radius:var(--r-md);
  background:rgba(255,255,255,.8);
}
body[data-route="landing"] .landing-command-center{
  width:100%;
  max-width:1180px;
  margin:0 auto;
  padding:0 26px;
}

@media(max-width:960px){
  .landing-hero{grid-template-columns:1fr}
  .landing-hero-art{width:min(100%,760px);justify-self:center}
  .store-head{grid-template-columns:1fr}
  .acct-store-visual{width:min(100%,420px);justify-self:center}
}
@media(max-width:767px){
  header.studio{
    margin-top:10px;
    padding:10px 12px;
    border-radius:var(--r-sm);
  }
  body[data-route="landing"] .landing-command-center{padding:0 16px}
  .landing-hero{
    margin-top:18px;
    padding:22px 16px;
    border-radius:var(--r-md);
  }
  .landing-reel{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:8px}
  .landing-frame-head{padding:10px 12px}
  .landing-route-card,
  .landing-route-card:nth-child(n),
  .landing-proof-grid figure,
  .landing-genre-card,
  .landing-demo{border-radius:var(--r-sm)}
  .store-head{padding:20px 16px;border-radius:var(--r-md)}
  .acct-store-ticket,
  .acct-store-ticket.is-bundle{transform:none}
  body[data-route="account"] .acct-app-shell{border-radius:var(--r-md)}
  body[data-route="account"] .acct-account-appbar{border-radius:var(--r-md) var(--r-md) 0 0}
}

/* Account home: production-first app dashboard. */
body[data-route="account"] .acct-home-hero{
  grid-template-columns:minmax(0,1fr) minmax(330px,410px);
  align-items:center;
  gap:28px;
  padding:30px var(--acct-space);
  background:#171c26;
  color:#fff;
}
body[data-route="account"] .acct-home-hero .acct-command-copy .label{color:#93c5fd}
body[data-route="account"] .acct-home-hero .acct-command-copy .h1{max-width:760px;color:#fff;font-size:clamp(32px,3.5vw,50px)}
body[data-route="account"] .acct-home-hero .acct-command-copy .sub{max-width:680px;color:rgba(255,255,255,.76);font-size:14px}
body[data-route="account"] .acct-home-hero-action{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:12px 16px;
  margin-top:18px;
}
body[data-route="account"] .acct-home-hero-action>span{
  max-width:380px;
  color:rgba(255,255,255,.62);
  font-size:11px;
  font-weight:750;
  line-height:1.5;
}
body[data-route="account"] .acct-home-hero .acct-primary-start{
  min-width:210px;
  border-color:#3b82f6;
  background:#1d4ed8;
  color:#fff;
}
body[data-route="account"] .acct-home-hero .acct-primary-start:hover{
  border-color:#fff;
  background:#fff;
  color:#171c26;
}
body[data-route="account"] .acct-home-filmstrip{
  position:relative;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:6px;
  min-width:0;
  margin:0;
  padding:8px 8px 44px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:var(--r-md);
  background:#0d111b;
  box-shadow:0 18px 34px rgba(0,0,0,.28);
}
body[data-route="account"] .acct-home-filmstrip>div{
  aspect-ratio:9/16;
  min-width:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  border-radius:calc(var(--r-sm) - 3px);
  background:#070a10;
}
body[data-route="account"] .acct-home-filmstrip img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
}
body[data-route="account"] .acct-home-filmstrip figcaption{
  position:absolute;
  inset:auto 12px 10px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
body[data-route="account"] .acct-home-filmstrip figcaption span{
  color:#93c5fd;
  font-family:var(--mono);
  font-size:9px;
  font-weight:900;
  letter-spacing:.12em;
}
body[data-route="account"] .acct-home-filmstrip figcaption strong{color:#fff;font-size:11px}
body[data-route="account"] .acct-home-launch-board{
  display:grid;
  grid-template-columns:minmax(170px,.55fr) minmax(230px,.8fr) minmax(360px,1.45fr);
  gap:14px;
  align-items:stretch;
  padding:20px var(--acct-space);
  border-bottom:1px solid var(--ink-line);
  background:#f4f5f7;
}
body[data-route="account"] .acct-home-launch-heading{
  display:grid;
  align-content:center;
  gap:5px;
}
body[data-route="account"] .acct-home-launch-heading .label{margin:0;color:var(--action-strong)}
body[data-route="account"] .acct-home-launch-heading h2{
  color:var(--txt);
  font-family:var(--disp);
  font-size:23px;
  line-height:1.15;
  letter-spacing:-.035em;
}
body[data-route="account"] .acct-home-launch-heading>p:last-child{color:var(--txt2);font-size:11.5px;line-height:1.5}
body[data-route="account"] .acct-home-launch-primary{
  display:grid;
  align-content:center;
  gap:5px;
  min-height:154px;
  padding:18px;
  border:1px solid #1d4ed8;
  border-radius:var(--r-md);
  background:#1d4ed8;
  color:#fff;
  text-decoration:none;
}
body[data-route="account"] .acct-home-launch-primary>span{
  font-family:var(--mono);
  font-size:9px;
  font-weight:900;
  letter-spacing:.12em;
  opacity:.76;
}
body[data-route="account"] .acct-home-launch-primary>strong{font-family:var(--disp);font-size:19px;line-height:1.25}
body[data-route="account"] .acct-home-launch-primary>small{font-size:11px;line-height:1.5;opacity:.78}
body[data-route="account"] .acct-home-launch-primary>b{justify-self:start;margin-top:3px;padding-bottom:2px;border-bottom:1px solid currentColor;font-size:11px}
body[data-route="account"] .acct-home-launch-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}
body[data-route="account"] .acct-home-launch-list a{
  display:grid;
  grid-template-columns:24px minmax(0,1fr) auto;
  align-items:center;
  gap:9px;
  min-height:72px;
  padding:10px 11px;
  border:1px solid var(--ink-line);
  border-radius:var(--r-sm);
  background:#fff;
  color:var(--txt);
  text-decoration:none;
}
body[data-route="account"] .acct-home-launch-list a i{
  color:var(--action-strong);
  font-family:var(--mono);
  font-size:10px;
  font-style:normal;
  font-weight:900;
}
body[data-route="account"] .acct-home-launch-list a>span{display:grid;gap:2px;min-width:0}
body[data-route="account"] .acct-home-launch-list a strong{font-size:12px;line-height:1.3}
body[data-route="account"] .acct-home-launch-list a small{color:var(--txt2);font-size:9.5px;line-height:1.35}
body[data-route="account"] .acct-home-launch-list a>b{color:var(--action-strong);font-size:10px}
body[data-route="account"] :is(.acct-home-launch-primary,.acct-home-launch-list a){transition:border-color 150ms ease,background 150ms ease,transform 150ms ease}
body[data-route="account"] :is(.acct-home-launch-primary,.acct-home-launch-list a):hover{transform:translateY(-2px)}
body[data-route="account"] .acct-home-launch-list a:hover{border-color:rgba(29,78,216,.48);background:#f7f9ff}
body[data-route="account"] .acct-home-state[data-account-state="empty"]{
  grid-template-columns:1fr;
  gap:0;
  padding:14px var(--acct-space);
  background:#fff;
}
body[data-route="account"] .acct-empty.acct-empty-status[data-account-empty-overview]{
  grid-template-columns:minmax(0,1fr) auto;
  min-height:0;
  gap:20px;
  align-items:center;
  padding:12px 14px;
  border:1px solid var(--ink-line);
  border-left:4px solid #1d4ed8;
  background:#fff;
}
body[data-route="account"] .acct-empty-status .acct-empty-copy{align-content:start}
body[data-route="account"] .acct-empty-status .acct-empty-readiness{
  grid-template-columns:repeat(2,minmax(110px,1fr));
}
body[data-route="account"] .acct-empty-status .acct-empty-readiness div{min-height:54px}
@media(max-width:1179px){
  body[data-route="account"] .acct-home-hero{grid-template-columns:minmax(0,1fr) minmax(300px,360px)}
  body[data-route="account"] .acct-home-launch-board{
    grid-template-columns:minmax(180px,.55fr) minmax(280px,1fr);
  }
  body[data-route="account"] .acct-home-launch-list{grid-column:1/-1}
}
@media(max-width:860px){
  body[data-route="account"] .acct-home-hero{grid-template-columns:1fr}
  body[data-route="account"] .acct-home-filmstrip{width:min(100%,520px);justify-self:center}
  body[data-route="account"] .acct-home-launch-board{grid-template-columns:1fr}
  body[data-route="account"] .acct-home-launch-list{grid-column:auto}
}
@media(max-width:767px){
  body[data-route="account"] .acct-home-hero{gap:20px;padding:22px 16px}
  body[data-route="account"] .acct-home-hero .acct-command-copy .h1{font-size:31px}
  body[data-route="account"] .acct-home-hero-action{align-items:stretch}
  body[data-route="account"] .acct-home-hero-action>span{font-size:10px}
  body[data-route="account"] .acct-home-filmstrip{padding:6px 6px 38px;border-radius:var(--r-sm)}
  body[data-route="account"] .acct-home-filmstrip figcaption{inset:auto 9px 9px}
  body[data-route="account"] .acct-home-filmstrip figcaption strong{font-size:10px}
  body[data-route="account"] .acct-home-launch-board{gap:12px;padding:16px}
  body[data-route="account"] .acct-home-launch-primary{min-height:132px}
  body[data-route="account"] .acct-home-launch-list{grid-template-columns:1fr}
  body[data-route="account"] .acct-home-launch-list a{min-height:64px}
  body[data-route="account"] .acct-empty.acct-empty-status[data-account-empty-overview]{grid-template-columns:1fr;gap:10px}
  body[data-route="account"] .acct-empty-status .acct-empty-readiness{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(prefers-reduced-motion:reduce){
  body[data-route="account"] :is(.acct-home-launch-primary,.acct-home-launch-list a){transition:none}
  body[data-route="account"] :is(.acct-home-launch-primary,.acct-home-launch-list a):hover{transform:none}
}

body[data-route="account"] .acct-continuation-board.is-empty{
  grid-template-columns:minmax(160px,.34fr) minmax(0,1fr);
  align-items:center;
  gap:16px;
  padding-block:14px;
  background:#fff;
}
body[data-route="account"] .acct-continuation-empty{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  align-items:center;
  gap:3px 14px;
  min-height:58px;
  padding:10px 12px;
  border:1px solid var(--ink-line);
  border-radius:var(--r-sm);
  background:#f7f8fa;
}
body[data-route="account"] .acct-continuation-empty>span{
  grid-row:1/3;
  color:var(--action-strong);
  font-size:10px;
  font-weight:900;
}
body[data-route="account"] .acct-continuation-empty>strong{font-size:12px;line-height:1.35}
body[data-route="account"] .acct-continuation-empty>small{color:var(--txt2);font-size:10.5px;line-height:1.4}
@media(max-width:767px){
  body[data-route="account"] .acct-continuation-board.is-empty{grid-template-columns:1fr}
  body[data-route="account"] .acct-continuation-empty{grid-template-columns:1fr}
  body[data-route="account"] .acct-continuation-empty>span{grid-row:auto}
}