/* 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}
}
/* ══════════════════════════════════════════════════════════════
   B안 시네마 스크리닝 랜딩 (2026-07-17 대개편)
   랜딩 라우트 한정 다크 시네마 스킨 + 풀블리드 히어로/HOW 섹션.
   다른 라우트(작업 플로우·스튜디오)는 기존 라이트 시스템 유지.
   ══════════════════════════════════════════════════════════════ */
body[data-route="landing"]{background:#060607;color:#eceae6}
body[data-route="landing"] .shell{padding-bottom:0}

/* ── 헤더: 히어로 위 투명 오버레이 ─────────────────────────── */
body[data-route="landing"] header.studio{
  position:absolute;top:0;left:50%;transform:translateX(-50%);
  width:100%;max-width:none;z-index:40;
  padding:20px clamp(18px,3vw,34px) 10px;
}
body[data-route="landing"] .logo .reel{box-shadow:none;border:1px solid rgba(255,255,255,.3);background:rgba(6,6,7,.25)}
body[data-route="landing"] .logo .reel::before{box-shadow:none;border:1px solid rgba(255,255,255,.24)}
body[data-route="landing"] .logo .reel .dot{background:#fff}
body[data-route="landing"] .logo b{color:#fff}
body[data-route="landing"] .logo span{color:rgba(255,255,255,.58)}
body[data-route="landing"] .store-balance{color:rgba(255,255,255,.72)}
body[data-route="landing"] .store-balance b{color:#fff}
body[data-route="landing"] .acctbtn{color:rgba(255,255,255,.88)}
body[data-route="landing"] .acctbtn.plain{color:rgba(255,255,255,.62)}
body[data-route="landing"] .acctbtn.primary{background:#fff;color:#0a0a0b;box-shadow:none}
body[data-route="landing"] .av{box-shadow:none;border:1px solid rgba(255,255,255,.32);color:#fff;background:rgba(6,6,7,.3)}

/* ── 히어로 ─────────────────────────────────────────────────── */
.lpb-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.lpb-hero{position:relative;min-height:100svh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#000}
.lpb-hero-media{position:absolute;inset:0}
.lpb-hero-video,.lpb-hero-montage,.lpb-hero-montage picture,.lpb-hero-montage img{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;max-width:none;
}
.lpb-hero-montage img{transform-origin:50% 42%;animation:lpb-kenburns 26s ease-in-out infinite alternate;filter:saturate(1.02) contrast(1.03)}
@keyframes lpb-kenburns{from{transform:scale(1.02)}to{transform:scale(1.11)}}
.lpb-hero-shade{position:absolute;inset:0;z-index:2;background:linear-gradient(rgba(0,0,0,.56),rgba(0,0,0,.16) 34%,rgba(0,0,0,.16) 58%,rgba(6,6,7,.96))}
.lpb-grain{position:absolute;inset:0;z-index:3;pointer-events:none;opacity:.42;mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.3'/%3E%3C/svg%3E")}
.lpb-hero-center{position:relative;z-index:5;text-align:center;padding:0 22px;max-width:940px}
.lpb-presents{font-family:var(--sans);font-weight:600;font-size:11px;letter-spacing:.5em;text-transform:uppercase;color:rgba(255,255,255,.64);margin-bottom:clamp(16px,2.6vh,28px)}
.lpb-wordmark{font-family:'Noto Serif KR','Pretendard',serif;font-weight:900;font-size:clamp(50px,9.5vw,138px);line-height:1;letter-spacing:.055em;color:#fff;text-shadow:0 10px 60px rgba(0,0,0,.55)}
.lpb-tagline{margin-top:clamp(16px,2.6vh,26px);font-size:clamp(15px,1.5vw,19px);line-height:1.65;color:rgba(255,255,255,.9);word-break:keep-all}
.lpb-cta-row{margin-top:clamp(24px,4vh,40px);display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.lpb-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:13px 30px;border-radius:2px;font-family:var(--disp);font-weight:700;font-size:15px;text-decoration:none;letter-spacing:-.01em;transition:.18s}
.lpb-btn.primary{background:#fff;color:#0a0a0b}
.lpb-btn.primary:hover{transform:translateY(-2px)}
.lpb-btn.ghost{color:#fff;border:1px solid rgba(255,255,255,.55);background:rgba(0,0,0,.18)}
.lpb-btn.ghost:hover{border-color:#fff}
.lpb-hero .landing-secondary{color:rgba(255,255,255,.85)}
.lpb-scroll-hint{position:absolute;z-index:5;bottom:64px;left:50%;transform:translateX(-50%);color:rgba(255,255,255,.55);font-size:10px;letter-spacing:.42em;text-decoration:none;padding:10px}
.lpb-scroll-hint::after{content:"";display:block;width:1px;height:26px;margin:8px auto 0;background:linear-gradient(rgba(255,255,255,.75),rgba(255,255,255,0));animation:lpb-drip 2.2s ease-in-out infinite}
@keyframes lpb-drip{0%{transform:scaleY(.2);transform-origin:top}55%{transform:scaleY(1)}100%{transform:scaleY(.2);transform-origin:top}}
.lpb-credits{position:absolute;z-index:5;bottom:20px;left:0;right:0;text-align:center;font-size:10px;font-weight:600;letter-spacing:.38em;color:rgba(255,255,255,.4);padding:0 14px;word-break:keep-all}

/* ── HOW IT WORKS ───────────────────────────────────────────── */
.lpb-how{max-width:1180px;margin:0 auto;padding:clamp(78px,12vh,130px) 26px clamp(48px,8vh,84px)}
.lpb-label{font-family:var(--disp);font-weight:700;font-size:11px;letter-spacing:.3em;text-transform:uppercase;color:rgba(236,234,230,.46);margin-bottom:14px}
.lpb-how-head h2{font-family:'Noto Serif KR','Pretendard',serif;font-weight:600;font-size:clamp(30px,4.4vw,54px);line-height:1.18;letter-spacing:-.01em;color:#f5f3ef}
.lpb-sub{margin-top:16px;font-size:15px;line-height:1.75;color:rgba(236,234,230,.6);max-width:640px;word-break:keep-all}
.lpb-beat-rail{list-style:none;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:clamp(34px,5vh,54px);padding:0}
.lpb-beat{border-top:1px solid rgba(236,234,230,.2);padding-top:18px;min-width:0}
.lpb-beat-media{aspect-ratio:16/10;border-radius:12px;overflow:hidden;background:#0c0d10;margin-bottom:16px}
.lpb-beat-media img,.lpb-beat-media video{width:100%;height:100%;object-fit:cover;display:block}
.lpb-beat b{display:block;font-family:'Noto Serif KR','Pretendard',serif;font-weight:600;font-size:19px;color:#fff;margin-bottom:8px}
.lpb-beat span{font-size:14px;line-height:1.68;color:rgba(236,234,230,.6);word-break:keep-all}

/* ── 기존 섹션 다크 리스킨 (릴/프루프/템플릿/스타트) ───────── */
body[data-route="landing"] .lp .label{color:rgba(236,234,230,.46)}
body[data-route="landing"] .lp h2{color:#f5f3ef}
body[data-route="landing"] .lp h3{color:#f2f0ec}
body[data-route="landing"] .lp .sub{color:rgba(236,234,230,.6)}
body[data-route="landing"] .lp .soft{background:#121317;border-color:rgba(255,255,255,.09);box-shadow:0 26px 64px rgba(0,0,0,.5)}
body[data-route="landing"] .lp figcaption,
body[data-route="landing"] .lp figcaption b,
body[data-route="landing"] .lp figcaption strong{color:#f0eee9}
body[data-route="landing"] .lp figcaption em,
body[data-route="landing"] .lp figcaption span{color:rgba(236,234,230,.58)}
body[data-route="landing"] .lp-reel-no{color:rgba(236,234,230,.4)}
body[data-route="landing"] .lp-frame-stage{background:#0c0d10}
body[data-route="landing"] .lp-reel-nav{background:#16171b;color:#fff;border:1px solid rgba(255,255,255,.16);box-shadow:none}
body[data-route="landing"] .lp-reel-bar{background:rgba(255,255,255,.14)}
body[data-route="landing"] .lp-reel-bar i{background:#fff}
body[data-route="landing"] .lp-reel-hint{color:rgba(236,234,230,.4)}
body[data-route="landing"] .lp-tpl-all{color:rgba(255,255,255,.78)}
body[data-route="landing"] .lp-tpl-copy strong{color:#f0eee9}
body[data-route="landing"] .lp-tpl-copy em{color:rgba(236,234,230,.56)}
body[data-route="landing"] .lp-tpl-cta{color:#fff}
body[data-route="landing"] .landing-demo-sub,
body[data-route="landing"] .landing-demo-steps{color:rgba(236,234,230,.6)}
body[data-route="landing"] .landing-demo-steps b{color:#fff}
body[data-route="landing"] .landing-track span{color:rgba(236,234,230,.5)}
body[data-route="landing"] .landing-track h3{color:#f2f0ec}
body[data-route="landing"] .landing-track p{color:rgba(236,234,230,.6)}
body[data-route="landing"] .landing-track strong{color:#fff}
body[data-route="landing"] .landing-primary{background:#fff;color:#0a0a0b;box-shadow:none}
body[data-route="landing"] .landing-secondary{color:rgba(255,255,255,.85);border-color:rgba(255,255,255,.4)}
body[data-route="landing"] .lp-speaker{background:rgba(10,10,12,.6);border:1px solid rgba(255,255,255,.24);color:#fff;box-shadow:none}
body[data-route="landing"] .lp-speaker .lp-speaker-label{color:rgba(255,255,255,.8)}
body[data-route="landing"] .legal-footer{background:#0b0c0e;color:rgba(236,234,230,.55);border:1px solid rgba(255,255,255,.06)}
body[data-route="landing"] .legal-footer a{color:rgba(255,255,255,.75)}

/* ── 모바일 / 접근성 ────────────────────────────────────────── */
@media(max-width:760px){
  .lpb-beat-rail{grid-template-columns:1fr;gap:26px}
  .lpb-scroll-hint{bottom:74px}
  .lpb-credits{letter-spacing:.24em}
  body[data-route="landing"] header.studio{position:absolute;background:linear-gradient(rgba(4,4,5,.72),rgba(4,4,5,0))}
  body[data-route="landing"] .acctbtn{background:rgba(16,17,20,.66);box-shadow:none;color:#fff}
  body[data-route="landing"] .acctbtn.primary{background:#fff;color:#0a0a0b}
}
@media (prefers-reduced-motion: reduce){
  .lpb-hero-montage img{animation:none}
  .lpb-scroll-hint::after{animation:none}
}

/* ── 랜딩 헤더: ink 유리 카드 무력화 → 히어로 위 투명 오버레이 ── */
body[data-route="landing"] header.studio{margin-top:0;border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none}
body[data-route="landing"] .acctbtn{border:1px solid rgba(255,255,255,.26);border-radius:8px;background:rgba(10,11,13,.42);color:#fff}
body[data-route="landing"] .acctbtn.plain{background:rgba(10,11,13,.42);color:rgba(255,255,255,.72)}
body[data-route="landing"] .acctbtn.primary{background:#fff;color:#0a0a0b;border:0;box-shadow:none}
body[data-route="landing"] .store-balance{background:rgba(10,11,13,.42);border:1px solid rgba(255,255,255,.16)}
body[data-route="landing"] .store-link::before{color:rgba(255,255,255,.8)}
body[data-route="landing"] .landing-secondary{background:transparent}
body[data-route="landing"] .acct-mobile-utility summary{border:1px solid rgba(255,255,255,.3);background:rgba(10,11,13,.6);color:#fff}
body[data-route="landing"] .acct-mobile-utility nav{background:#111214;border-color:rgba(255,255,255,.14);box-shadow:0 18px 40px rgba(0,0,0,.6)}
body[data-route="landing"] .acct-mobile-utility nav a,
body[data-route="landing"] .acct-mobile-utility nav button{color:#eceae6}

/* ── 랜딩 잔여 ink 무력화: 체험 카드·스피커 위치 ── */
body[data-route="landing"] .landing-demo{border:1px solid rgba(255,255,255,.09);background:#121317;box-shadow:0 26px 64px rgba(0,0,0,.5)}
body[data-route="landing"] .landing-demo-steps span{border-color:rgba(255,255,255,.14);background:#1a1c21;color:#eceae6}
body[data-route="landing"] .landing-demo-steps b{background:#fff;color:#0a0a0b}
body[data-route="landing"] .lp-speaker{top:max(78px,calc(env(safe-area-inset-top) + 64px))}
body[data-route="landing"] header.studio .topr>.store-link::before{color:rgba(255,255,255,.8)}
.lpb-hero-video{object-position:50% 30%}

/* ══════════════════════════════════════════════════════════════
   스튜디오 3존 다크 차콜 (2026-07-17 대개편 2단계 — 목업 D 무드)
   좌 고정 레일 · 상단 워크스페이스 바 · 중앙 작업 캔버스, 풀스크린.
   마크업/계약 불변 — 라우트 스코프 변수 재정의 + 배치 오버라이드만.
   ══════════════════════════════════════════════════════════════ */
body[data-route="studio"]{
  --txt:#f0eee8; --txt2:#c1bdb4; --muted:#908c84;
  --bg:#0c0c0b; --bg2:#171714;
  --sh-d:rgba(0,0,0,.5); --sh-l:rgba(255,255,255,.045);
  --film:#d9d2c2; --film-d:#e6e0d2; --blue:#e6e0d2; --teal:#7fd8c4; --on-film:#0b0b0a;
  --action-strong:#e9e4d8; --status-ok-strong:#7fd8c4;
  background:#0c0c0b;
}
body[data-route="studio"] .shell{max-width:none;padding:0}
body[data-route="studio"] .studio-os-shell{
  --studio-paper:#161614; --studio-cream:#1a1915;
  --studio-line:rgba(255,255,255,.09); --studio-soft-line:rgba(255,255,255,.06);
  --studio-highlight:#242321; --studio-label:#cfc7b4;
  background:#0c0c0b;border:0;border-radius:0;min-height:100dvh;
}
body[data-route="studio"] .studio-surface{
  background:linear-gradient(160deg,#171713,#141412);
  border-color:rgba(255,255,255,.08);
  box-shadow:0 18px 44px rgba(0,0,0,.38);
}
body[data-route="studio"] .studio-kicker{color:#cfc7b4!important}
body[data-route="studio"] .studio-brand span{color:#908c84}
body[data-route="studio"] .studio-brand strong{color:#fff}
body[data-route="studio"] .studio-nav-link{color:#c8c4bb}
body[data-route="studio"] .studio-nav-link span{color:#7e808a}
body[data-route="studio"] .studio-nav-link strong{color:inherit}
body[data-route="studio"] .studio-nav-link.current{background:#242220;color:#fff;border-radius:9px}
body[data-route="studio"] .studio-nav-link.locked{color:#6f6b63}
body[data-route="studio"] .studio-nav-account{margin-top:14px;padding-top:12px;border-top:1px solid rgba(255,255,255,.08);display:grid;gap:2px}
body[data-route="studio"] .studio-button.primary{background:#fff;color:#0b0b0a;box-shadow:none}
body[data-route="studio"] .studio-button.primary[disabled],body[data-route="studio"] .studio-button.primary[data-locked]{background:#2a2c33;color:#7e808a}
body[data-route="studio"] .studio-field input,
body[data-route="studio"] .studio-field select,
body[data-route="studio"] .studio-field textarea{
  background:#0f0f0d;border:1px solid rgba(255,255,255,.14);color:#f0eee8;box-shadow:none;
}
body[data-route="studio"] .studio-field input:focus-visible,
body[data-route="studio"] .studio-field select:focus-visible,
body[data-route="studio"] .studio-field textarea:focus-visible{outline:2px solid #d9d2c2;outline-offset:1px}
body[data-route="studio"] .studio-output-card,
body[data-route="studio"] .studio-project-chip,
body[data-route="studio"] .studio-nav-index-project{background:#17181d;border:1px solid rgba(255,255,255,.08);color:#dcd8d0}
body[data-route="studio"] .studio-output-card strong,
body[data-route="studio"] .studio-project-chip strong,
body[data-route="studio"] .studio-nav-index-project strong{color:#f5f3ef}
body[data-route="studio"] .studio-output-card small,
body[data-route="studio"] .studio-project-chip small,
body[data-route="studio"] .studio-nav-index-project small{color:#908c84}
body[data-route="studio"] .studio-workspace-status{border:1px solid rgba(255,255,255,.16);background:#161614;color:#dcd8d0}
body[data-route="studio"] .studio-workspace-status.ready i{background:#7fd8c4}
body[data-route="studio"] .studio-workspace-status.attention i{background:#ff9c8a}

@media(min-width:1280px){
  body[data-route="studio"] header.studio{display:none}
  body[data-route="studio"] .studio-os-shell{grid-template-columns:240px minmax(0,1fr);gap:0;padding:0}
  body[data-route="studio"] .studio-nav-rail{
    position:sticky;top:0;height:100dvh;overflow-y:auto;
    margin:0;border:0;border-right:1px solid rgba(255,255,255,.08);border-radius:0;
    background:#121110;box-shadow:none;padding:20px 14px;
  }
  body[data-route="studio"] .studio-project-page{padding:0 26px 44px;gap:18px}
  body[data-route="studio"] .studio-workspace-bar{
    position:sticky;top:0;z-index:24;
    margin:0 -26px 2px;padding:13px 26px;
    border:0;border-bottom:1px solid rgba(255,255,255,.08);border-radius:0;
    background:rgba(12,13,16,.9);backdrop-filter:blur(12px);box-shadow:none;
  }
  body[data-route="studio"] .studio-action-rail{top:76px}
}
@media(max-width:1279px){
  body[data-route="studio"] .shell{padding:0 14px}
  body[data-route="studio"] header.studio{
    margin-top:10px;border:1px solid rgba(255,255,255,.1);background:rgba(16,17,22,.92);box-shadow:none;
  }
  body[data-route="studio"] .logo b{color:#fff}
  body[data-route="studio"] .logo span{color:rgba(255,255,255,.55)}
  body[data-route="studio"] .logo .reel{box-shadow:none;border:1px solid rgba(255,255,255,.28);background:transparent}
  body[data-route="studio"] .logo .reel::before{box-shadow:none;border:1px solid rgba(255,255,255,.22)}
  body[data-route="studio"] .logo .reel .dot{background:#fff}
  body[data-route="studio"] .acctbtn{background:#1a1915;border:1px solid rgba(255,255,255,.14);color:#f0eee8;box-shadow:none}
  body[data-route="studio"] .acctbtn.primary{background:#fff;color:#0b0b0a}
  body[data-route="studio"] .store-balance{background:#1a1915;color:#c1bdb4}
  body[data-route="studio"] .store-balance b{color:#fff}
  body[data-route="studio"] .av{box-shadow:none;border:1px solid rgba(255,255,255,.24);color:#fff;background:transparent}
  body[data-route="studio"] .acct-mobile-utility summary{background:#1a1915;border-color:rgba(255,255,255,.18);color:#fff}
  body[data-route="studio"] .acct-mobile-utility nav{background:#161614;border-color:rgba(255,255,255,.12)}
  body[data-route="studio"] .acct-mobile-utility nav a,body[data-route="studio"] .acct-mobile-utility nav button{color:#f0eee8}
  body[data-route="studio"] .studio-os-shell{border:1px solid rgba(255,255,255,.07);border-radius:14px;margin:12px 0 24px}
}
body[data-route="studio"] .studio-view-state,body[data-route="studio"] [data-view-state]{border-color:rgba(255,255,255,.14)}

/* ── 스튜디오 3존 폴리시: 크레딧 골드 칩 · 레일 하단 카드 ── */
body[data-route="studio"] .studio-credit-chip{color:#ffd88a;border-color:rgba(255,216,138,.34);background:rgba(255,216,138,.08)}
body[data-route="studio"] .studio-rail-credit b{color:#ffd88a}
body[data-route="studio"] .studio-avatar{background:linear-gradient(135deg,#4e4a42,#242320);color:#fff;border-color:rgba(255,255,255,.22)}
@media(min-width:1280px){
  body[data-route="studio"] .studio-nav-rail{display:flex;flex-direction:column}
  body[data-route="studio"] .studio-rail-credit{margin-top:auto}
  body[data-route="studio"] .studio-workspace-search input{background:#0f0f0d}
}

/* 스튜디오 상태 스트립: 다크에서 시그널 보더 톤다운 */
body[data-route="studio"] .studio-state.good{border-color:rgba(127,216,196,.36)}
body[data-route="studio"] .studio-state.wait{border-color:rgba(158,178,255,.36)}
body[data-route="studio"] .studio-state.quiet{border-color:rgba(255,255,255,.14)}
@media(min-width:1280px){
  body[data-route="studio"] .character-lab-page,
  body[data-route="studio"] .story-lab-page,
  body[data-route="studio"] .settings-page{padding:0 26px 44px;display:grid;gap:18px;min-width:0}
}
body[data-route="studio"] .video-receipt strong{word-break:keep-all;overflow-wrap:normal}
@media(max-width:767px){body[data-route="studio"] .studio-nav-account{display:none}}

/* ══════════════════════════════════════════════════════════════
   앱 전면 다크 차콜 (2026-07-17 대개편 3단계)
   로그인 이후 전 표면(계정 허브·상점·인증·제작 플로우)을
   목업 D 팔레트로 통일. 변수 플립 + ink 하드코딩 무력화.
   ══════════════════════════════════════════════════════════════ */
body[data-route="account"],body[data-route="store"],body[data-route="login"],body[data-route="signup"],
body[data-route="new-short"],body[data-route="new-long"],body[data-route="running"],body[data-route="result"],
body[data-route="result-pending"],body[data-route="demo"],body[data-route="community"],body[data-route="share"]{
  --bg:#0c0c0b; --bg2:#171714; --txt:#f0eee8; --txt2:#c1bdb4; --muted:#908c84;
  --sh-d:rgba(0,0,0,.5); --sh-l:rgba(255,255,255,.045);
  --film:#d9d2c2; --film-d:#e6e0d2; --blue:#e6e0d2; --teal:#7fd8c4; --on-film:#0b0b0a;
  --action-strong:#e9e4d8; --status-ok-strong:#7fd8c4; --rose:#ff9c8a;
  background:#0c0c0b; color:var(--txt);
}
body[data-route="account"] .soft,body[data-route="store"] .soft,body[data-route="login"] .soft,body[data-route="signup"] .soft,
body[data-route="new-short"] .soft,body[data-route="new-long"] .soft,body[data-route="running"] .soft,body[data-route="result"] .soft,
body[data-route="result-pending"] .soft,body[data-route="demo"] .soft,body[data-route="community"] .soft,body[data-route="share"] .soft,
body[data-route="account"] .soft-sm,body[data-route="store"] .soft-sm,body[data-route="login"] .soft-sm,body[data-route="signup"] .soft-sm,
body[data-route="new-short"] .soft-sm,body[data-route="new-long"] .soft-sm,body[data-route="running"] .soft-sm,body[data-route="result"] .soft-sm,
body[data-route="result-pending"] .soft-sm,body[data-route="demo"] .soft-sm,body[data-route="community"] .soft-sm,body[data-route="share"] .soft-sm{
  background:linear-gradient(160deg,#171713,#141412);
  border-color:rgba(255,255,255,.09);
  box-shadow:0 18px 44px rgba(0,0,0,.38);
}
body[data-route="account"] .inset,body[data-route="store"] .inset,body[data-route="login"] .inset,body[data-route="signup"] .inset,
body[data-route="new-short"] .inset,body[data-route="new-long"] .inset,body[data-route="running"] .inset,body[data-route="result"] .inset,
body[data-route="result-pending"] .inset,body[data-route="demo"] .inset,body[data-route="community"] .inset,body[data-route="share"] .inset,
body[data-route="account"] .inset-sm,body[data-route="store"] .inset-sm,body[data-route="login"] .inset-sm,body[data-route="signup"] .inset-sm,
body[data-route="new-short"] .inset-sm,body[data-route="new-long"] .inset-sm,body[data-route="running"] .inset-sm,body[data-route="result"] .inset-sm,
body[data-route="result-pending"] .inset-sm,body[data-route="demo"] .inset-sm,body[data-route="community"] .inset-sm,body[data-route="share"] .inset-sm{
  background:rgba(255,255,255,.04);
  border-color:rgba(255,255,255,.08);
  box-shadow:none;
}

/* 라이트 전용 라우트 표시용 헬퍼 — 다크 라우트 공통 체인을 한 번만 정의 */
body[data-route="account"] header.studio,body[data-route="store"] header.studio,body[data-route="login"] header.studio,body[data-route="signup"] header.studio,
body[data-route="new-short"] header.studio,body[data-route="new-long"] header.studio,body[data-route="running"] header.studio,body[data-route="result"] header.studio,
body[data-route="result-pending"] header.studio,body[data-route="demo"] header.studio,body[data-route="community"] header.studio,body[data-route="share"] header.studio{
  background:rgba(16,17,22,.92);
  border:1px solid rgba(255,255,255,.1);
  box-shadow:none;
  backdrop-filter:blur(10px);
}
body[data-route="account"] .logo b,body[data-route="store"] .logo b,body[data-route="login"] .logo b,body[data-route="signup"] .logo b,
body[data-route="new-short"] .logo b,body[data-route="new-long"] .logo b,body[data-route="running"] .logo b,body[data-route="result"] .logo b,
body[data-route="result-pending"] .logo b,body[data-route="demo"] .logo b,body[data-route="community"] .logo b,body[data-route="share"] .logo b{color:#fff}
body[data-route="account"] .logo span,body[data-route="store"] .logo span,body[data-route="login"] .logo span,body[data-route="signup"] .logo span,
body[data-route="new-short"] .logo span,body[data-route="new-long"] .logo span,body[data-route="running"] .logo span,body[data-route="result"] .logo span,
body[data-route="result-pending"] .logo span,body[data-route="demo"] .logo span,body[data-route="community"] .logo span,body[data-route="share"] .logo span{color:rgba(255,255,255,.55)}
body[data-route="account"] .logo .reel,body[data-route="store"] .logo .reel,body[data-route="login"] .logo .reel,body[data-route="signup"] .logo .reel,
body[data-route="new-short"] .logo .reel,body[data-route="new-long"] .logo .reel,body[data-route="running"] .logo .reel,body[data-route="result"] .logo .reel,
body[data-route="result-pending"] .logo .reel,body[data-route="demo"] .logo .reel,body[data-route="community"] .logo .reel,body[data-route="share"] .logo .reel{
  box-shadow:none;border:1px solid rgba(255,255,255,.28);background:transparent;
}
body[data-route="account"] .logo .reel::before,body[data-route="store"] .logo .reel::before,body[data-route="login"] .logo .reel::before,body[data-route="signup"] .logo .reel::before,
body[data-route="new-short"] .logo .reel::before,body[data-route="new-long"] .logo .reel::before,body[data-route="running"] .logo .reel::before,body[data-route="result"] .logo .reel::before,
body[data-route="result-pending"] .logo .reel::before,body[data-route="demo"] .logo .reel::before,body[data-route="community"] .logo .reel::before,body[data-route="share"] .logo .reel::before{
  box-shadow:none;border:1px solid rgba(255,255,255,.22);
}
body[data-route="account"] .logo .reel .dot,body[data-route="store"] .logo .reel .dot,body[data-route="login"] .logo .reel .dot,body[data-route="signup"] .logo .reel .dot,
body[data-route="new-short"] .logo .reel .dot,body[data-route="new-long"] .logo .reel .dot,body[data-route="running"] .logo .reel .dot,body[data-route="result"] .logo .reel .dot,
body[data-route="result-pending"] .logo .reel .dot,body[data-route="demo"] .logo .reel .dot,body[data-route="community"] .logo .reel .dot,body[data-route="share"] .logo .reel .dot{background:#fff}
body[data-route="account"] .acctbtn,body[data-route="store"] .acctbtn,body[data-route="login"] .acctbtn,body[data-route="signup"] .acctbtn,
body[data-route="new-short"] .acctbtn,body[data-route="new-long"] .acctbtn,body[data-route="running"] .acctbtn,body[data-route="result"] .acctbtn,
body[data-route="result-pending"] .acctbtn,body[data-route="demo"] .acctbtn,body[data-route="community"] .acctbtn,body[data-route="share"] .acctbtn{
  background:#1a1915;border:1px solid rgba(255,255,255,.14);color:#f0eee8;box-shadow:none;
}
body[data-route="account"] .acctbtn.primary,body[data-route="store"] .acctbtn.primary,body[data-route="login"] .acctbtn.primary,body[data-route="signup"] .acctbtn.primary,
body[data-route="new-short"] .acctbtn.primary,body[data-route="new-long"] .acctbtn.primary,body[data-route="running"] .acctbtn.primary,body[data-route="result"] .acctbtn.primary,
body[data-route="result-pending"] .acctbtn.primary,body[data-route="demo"] .acctbtn.primary,body[data-route="community"] .acctbtn.primary,body[data-route="share"] .acctbtn.primary{
  background:#fff;color:#0b0b0a;border:0;
}
body[data-route="account"] .acctbtn.plain,body[data-route="store"] .acctbtn.plain,body[data-route="login"] .acctbtn.plain,body[data-route="signup"] .acctbtn.plain,
body[data-route="new-short"] .acctbtn.plain,body[data-route="new-long"] .acctbtn.plain,body[data-route="running"] .acctbtn.plain,body[data-route="result"] .acctbtn.plain,
body[data-route="result-pending"] .acctbtn.plain,body[data-route="demo"] .acctbtn.plain,body[data-route="community"] .acctbtn.plain,body[data-route="share"] .acctbtn.plain{
  background:#1a1915;color:rgba(255,255,255,.72);
}
body[data-route="account"] .store-balance,body[data-route="store"] .store-balance,body[data-route="login"] .store-balance,body[data-route="signup"] .store-balance,
body[data-route="new-short"] .store-balance,body[data-route="new-long"] .store-balance,body[data-route="running"] .store-balance,body[data-route="result"] .store-balance,
body[data-route="result-pending"] .store-balance,body[data-route="demo"] .store-balance,body[data-route="community"] .store-balance,body[data-route="share"] .store-balance{
  background:#1a1915;color:#c1bdb4;
}
body[data-route="account"] .store-balance b,body[data-route="store"] .store-balance b,body[data-route="login"] .store-balance b,body[data-route="signup"] .store-balance b,
body[data-route="new-short"] .store-balance b,body[data-route="new-long"] .store-balance b,body[data-route="running"] .store-balance b,body[data-route="result"] .store-balance b,
body[data-route="result-pending"] .store-balance b,body[data-route="demo"] .store-balance b,body[data-route="community"] .store-balance b,body[data-route="share"] .store-balance b{color:#ffd88a}
body[data-route="account"] .av,body[data-route="store"] .av,body[data-route="login"] .av,body[data-route="signup"] .av,
body[data-route="new-short"] .av,body[data-route="new-long"] .av,body[data-route="running"] .av,body[data-route="result"] .av,
body[data-route="result-pending"] .av,body[data-route="demo"] .av,body[data-route="community"] .av,body[data-route="share"] .av{
  box-shadow:none;border:1px solid rgba(255,255,255,.24);color:#fff;background:linear-gradient(135deg,#4e4a42,#242320);
}
body[data-route="account"] .context-ribbon,body[data-route="store"] .context-ribbon,body[data-route="login"] .context-ribbon,body[data-route="signup"] .context-ribbon,
body[data-route="new-short"] .context-ribbon,body[data-route="new-long"] .context-ribbon,body[data-route="running"] .context-ribbon,body[data-route="result"] .context-ribbon,
body[data-route="result-pending"] .context-ribbon,body[data-route="demo"] .context-ribbon,body[data-route="community"] .context-ribbon,body[data-route="share"] .context-ribbon{
  background:#141412;border:1px solid rgba(255,255,255,.08);box-shadow:none;
}
body[data-route="account"] .legal-footer,body[data-route="store"] .legal-footer,body[data-route="login"] .legal-footer,body[data-route="signup"] .legal-footer,
body[data-route="new-short"] .legal-footer,body[data-route="new-long"] .legal-footer,body[data-route="running"] .legal-footer,body[data-route="result"] .legal-footer,
body[data-route="result-pending"] .legal-footer,body[data-route="demo"] .legal-footer,body[data-route="community"] .legal-footer,body[data-route="share"] .legal-footer{
  background:#0b0b0a;color:rgba(236,234,230,.55);border:1px solid rgba(255,255,255,.06);
}
body[data-route="account"] .legal-footer a,body[data-route="store"] .legal-footer a,body[data-route="login"] .legal-footer a,body[data-route="signup"] .legal-footer a,
body[data-route="new-short"] .legal-footer a,body[data-route="new-long"] .legal-footer a,body[data-route="running"] .legal-footer a,body[data-route="result"] .legal-footer a,
body[data-route="result-pending"] .legal-footer a,body[data-route="demo"] .legal-footer a,body[data-route="community"] .legal-footer a,body[data-route="share"] .legal-footer a{color:rgba(255,255,255,.75)}
body[data-route="account"] .cta,body[data-route="store"] .cta,body[data-route="login"] .cta,body[data-route="signup"] .cta,
body[data-route="new-short"] .cta,body[data-route="new-long"] .cta,body[data-route="running"] .cta,body[data-route="result"] .cta,
body[data-route="result-pending"] .cta,body[data-route="demo"] .cta,body[data-route="community"] .cta,body[data-route="share"] .cta{
  background:#fff;color:#0b0b0a;box-shadow:none;
}
body[data-route="account"] .landing-primary,body[data-route="store"] .landing-primary,body[data-route="new-short"] .landing-primary,body[data-route="demo"] .landing-primary,
body[data-route="result"] .landing-primary,body[data-route="community"] .landing-primary{background:#fff;color:#0b0b0a;box-shadow:none}
body[data-route="account"] .landing-secondary,body[data-route="store"] .landing-secondary,body[data-route="new-short"] .landing-secondary,body[data-route="demo"] .landing-secondary,
body[data-route="result"] .landing-secondary,body[data-route="community"] .landing-secondary{background:transparent;color:rgba(255,255,255,.85);border-color:rgba(255,255,255,.4)}

/* ── 명령 센터(계정 허브)·상점 하드코딩 화이트 → 다크 매핑 ── */
body[data-route="account"],body[data-route="store"]{--acct-line:rgba(255,255,255,.09)}
body[data-route="account"] .acct-app-shell,body[data-route="store"] .acct-app-shell{
  background:#121110;border-color:rgba(255,255,255,.08);box-shadow:0 24px 60px rgba(0,0,0,.45);
}
body[data-route="account"] .acct-account-appbar,body[data-route="store"] .acct-account-appbar{background:rgba(255,255,255,.02)}
body[data-route="account"] .acct-core-navigation a,body[data-route="store"] .acct-core-navigation a{
  background:#171714;border-color:rgba(255,255,255,.1);color:#dcd8d0;box-shadow:none;
}
body[data-route="account"] .acct-core-navigation a[aria-current="page"],body[data-route="store"] .acct-core-navigation a[aria-current="page"]{
  background:#242220;border-color:rgba(217,210,194,.5);color:#fff;
}
body[data-route="account"] .acct-core-navigation a:hover,body[data-route="store"] .acct-core-navigation a:hover{background:#1f1d17;color:#fff}
body[data-route="account"] .acct-command-workspace,body[data-route="store"] .acct-command-workspace{background:#0f0f0d}
body[data-route="account"] .acct-library-panel,body[data-route="store"] .acct-library-panel{background:#141412;border-color:rgba(255,255,255,.08)}
body[data-route="account"] .acct-home-launch-primary,body[data-route="store"] .acct-home-launch-primary{
  background:#1e1c15;border-color:rgba(217,210,194,.44);color:#fff;
}
body[data-route="account"] .acct-home-launch-list a,body[data-route="store"] .acct-home-launch-list a{
  background:#171714;border-color:rgba(255,255,255,.1);
}
body[data-route="account"] .acct-home-launch-list a:hover,body[data-route="store"] .acct-home-launch-list a:hover{
  background:#1f1d17;border-color:rgba(217,210,194,.5);
}
body[data-route="account"] .acct-continuation-item,body[data-route="store"] .acct-continuation-item{background:#171714}
body[data-route="account"] .acct-continuation-item.is-unavailable,body[data-route="store"] .acct-continuation-item.is-unavailable{background:#131211}
body[data-route="account"] .acct-event-banner,body[data-route="store"] .acct-event-banner{
  background:linear-gradient(135deg,#1a1712,#241f12 54%,#143024);box-shadow:none;border:1px solid rgba(217,210,194,.3);
}
body[data-route="account"] .acct-event-banner strong,body[data-route="store"] .acct-event-banner strong{background:rgba(217,210,194,.16);color:#e9e4d8}
body[data-route="account"] .acct-store-dialog,body[data-route="store"] .acct-store-dialog{background:#161614;border:1px solid rgba(255,255,255,.1)}
body[data-route="account"] .acct-pack,body[data-route="store"] .acct-pack{
  background:linear-gradient(145deg,#191814,#151412);border-color:rgba(255,255,255,.08);
}
body[data-route="account"] .acct-combine,body[data-route="store"] .acct-combine{
  background:linear-gradient(145deg,#191814,#151412);border-color:rgba(255,255,255,.08);
}
body[data-route="account"] .acct-option-total,body[data-route="store"] .acct-option-total{
  background:linear-gradient(145deg,#191c24,#232a44);
}

body[data-route="account"] .acct-home-launch-board,body[data-route="store"] .acct-home-launch-board,
body[data-route="account"] .acct-continuation-board,body[data-route="store"] .acct-continuation-board,
body[data-route="account"] .acct-status-summary,body[data-route="store"] .acct-status-summary,
body[data-route="account"] .acct-status,body[data-route="store"] .acct-status,
body[data-route="account"] .acct-made-flow li,body[data-route="store"] .acct-made-flow li{background:#121110;border-color:rgba(255,255,255,.08)}
body[data-route="account"] .acct-home-state,body[data-route="store"] .acct-home-state{background:#121110}
body[data-route="account"] .acct-home-state[data-account-state="active"]{background:#141311}
body[data-route="account"] .acct-home-state[data-account-state="blocked"]{background:#1a1410}
body[data-route="account"] .acct-home-state[data-account-state="closed"]{background:#131211}
body[data-route="account"] .acct-home-state[data-account-state="delivered"]{background:#111712}
body[data-route="account"] .acct-home-representative,body[data-route="store"] .acct-home-representative{background:#161513;border-color:rgba(255,255,255,.12)}
body[data-route="account"],body[data-route="store"]{--acct-wash:rgba(255,255,255,.02)}
body[data-route="account"] .acct-quality-plan,body[data-route="store"] .acct-quality-plan{background:#161513;border-color:rgba(255,255,255,.12)}
body[data-route="account"] .acct-quality-plan dd,body[data-route="store"] .acct-quality-plan dd{color:#f0eee8}
body[data-route="account"],body[data-route="store"]{--acct-panel:#121110}
body[data-route="account"] .acct-core-navigation,body[data-route="store"] .acct-core-navigation{background:#121110}

/* ── 인증 카드(인라인 화이트) 다크 전환 ── */
body[data-route="login"] .authShell,body[data-route="signup"] .authShell{background:#121110;border-color:rgba(255,255,255,.1);box-shadow:0 24px 60px rgba(0,0,0,.5)}
body[data-route="login"] .authForm input,body[data-route="signup"] .authForm input{background:#0f0f0d;border-color:rgba(255,255,255,.16);color:#f0eee8}
body[data-route="login"] .authForm button,body[data-route="signup"] .authForm button{background:#fff;color:#0b0b0a;box-shadow:none}
body[data-route="login"] .oauthButton,body[data-route="signup"] .oauthButton{background:#171714;border-color:rgba(255,255,255,.16);color:#fff;box-shadow:none}
body[data-route="login"] .authDivider::before,body[data-route="signup"] .authDivider::before,body[data-route="login"] .authDivider::after,body[data-route="signup"] .authDivider::after{background:rgba(255,255,255,.14)}
body[data-route="login"] .authTrust,body[data-route="signup"] .authTrust{background:rgba(127,216,196,.08);color:#7fd8c4}

/* ── 명령 센터 뷰: 목업 비주얼 카드 언어 (제작현황·결과·홈 대표) ── */
body[data-route="account"] .acct-job-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}
body[data-route="account"] .acct-job-card,
body[data-route="account"] .acct-home-representative{
  padding:0;overflow:hidden;display:grid;align-content:start;gap:0;
  border:1px solid rgba(255,255,255,.09);border-radius:14px;background:#161614;box-shadow:none;
}
body[data-route="account"] .acct-job-thumb{position:relative;margin:0;aspect-ratio:16/9;overflow:hidden;background:#0c0c0b}
body[data-route="account"] .acct-job-thumb img{width:100%;height:100%;object-fit:cover;display:block}
body[data-route="account"] .acct-job-thumb .acct-status{
  position:absolute;top:10px;left:10px;margin:0;padding:5px 11px;border-radius:999px;
  background:rgba(12,13,16,.74);border:1px solid rgba(255,255,255,.3);color:#fff;
  font-size:10.5px;font-weight:900;box-shadow:none;
}
body[data-route="account"] .acct-job-copy{display:grid;gap:8px;padding:14px 16px 16px;min-width:0}
body[data-route="account"] .acct-job-copy h2{margin:0;font-size:15px;line-height:1.35}
body[data-route="account"] .acct-job-copy>p{margin:0;color:var(--txt2);font-size:12px;line-height:1.5}

/* 뷰 히어로 컴팩트 (홈 히어로 제외) */
body[data-route="account"] [data-account-panel="create"] .acct-command-hero,
body[data-route="account"] [data-account-panel="status"] .acct-command-hero,
body[data-route="account"] [data-account-panel="library"] .acct-command-hero{
  min-height:0;padding:18px 22px;
}
body[data-route="account"] [data-account-panel="create"] .acct-command-hero .h1,
body[data-route="account"] [data-account-panel="status"] .acct-command-hero .h1,
body[data-route="account"] [data-account-panel="library"] .acct-command-hero .h1{font-size:clamp(22px,2.4vw,30px)}

/* 새 제작: 목업 01-04 골 카드 */
body[data-route="account"] .acct-create-chooser{display:grid;grid-template-columns:minmax(280px,.92fr) repeat(2,minmax(0,1fr));grid-auto-rows:minmax(92px,auto);gap:14px}
body[data-route="account"] .acct-create-goal{
  display:flex;align-items:center;gap:14px;min-width:0;padding:16px 18px;
  border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#161614;
  color:#f0eee8;text-decoration:none;box-shadow:none;
}
body[data-route="account"] .acct-create-goal:hover{border-color:rgba(217,210,194,.5);background:#1c1b16}
body[data-route="account"] .acct-create-goal .acct-goal-no{font-family:var(--mono,monospace);font-size:11px;font-weight:900;color:#cfc7b4;flex:none}
body[data-route="account"] .acct-create-goal .acct-goal-copy{display:grid;gap:3px;min-width:0}
body[data-route="account"] .acct-create-goal .acct-goal-copy strong{font-size:14px;line-height:1.3}
body[data-route="account"] .acct-create-goal .acct-goal-copy small{color:var(--txt2);font-size:11.5px;line-height:1.45}
body[data-route="account"] .acct-create-goal>b{margin-left:auto;flex:none;color:#e9e4d8;font-size:11px;font-weight:900}
body[data-route="account"] .acct-create-goal.is-primary{
  grid-row:1/3;flex-direction:column;align-items:flex-start;justify-content:center;gap:10px;
  border:1px solid rgba(217,210,194,.45);background:#1d1a13;
}
body[data-route="account"] .acct-create-goal.is-primary .acct-goal-kicker{font-family:var(--mono,monospace);font-size:10px;font-weight:900;letter-spacing:.14em;color:#cfc7b4}
body[data-route="account"] .acct-create-goal.is-primary strong{font-size:19px;line-height:1.3}
body[data-route="account"] .acct-create-goal.is-primary small{color:var(--txt2);font-size:12.5px;line-height:1.55}
body[data-route="account"] .acct-create-goal.is-primary>b{margin:4px 0 0;padding:10px 18px;border-radius:999px;background:#fff;color:#0b0b0a;font-size:13px}
@media(max-width:900px){
  body[data-route="account"] .acct-create-chooser{grid-template-columns:1fr}
  body[data-route="account"] .acct-create-goal.is-primary{grid-row:auto}
}

/* 명령 센터 잔여 라이트 파편 정리 */
body[data-route="account"] .acct-command-hero .h1{color:#f5f3ef}
body[data-route="account"] .acct-command-hero .sub{color:var(--txt2)}
body[data-route="account"] .acct-filters a{background:#171714;border:1px solid rgba(255,255,255,.12);color:#dcd8d0;box-shadow:none}
body[data-route="account"] .acct-filters a.on,body[data-route="account"] .acct-filters a[aria-current="page"]{background:#242220;border-color:rgba(217,210,194,.5);color:#fff}
body[data-route="account"] .acct-filters a b,body[data-route="account"] .acct-filters a span{color:inherit}
body[data-route="account"] .acct-meta span{background:#171714;border:1px solid rgba(255,255,255,.12);color:#dcd8d0;box-shadow:none}
body[data-route="account"] .acct-job-card,body[data-route="account"] .acct-home-representative{border:1px solid rgba(255,255,255,.09)!important}
body[data-route="account"] .acct-job-primary{background:#fff!important;color:#0b0b0a!important;border:0;box-shadow:none}
body[data-route="account"] .acct-job-download{background:#171714;color:#f0eee8;border:1px solid rgba(255,255,255,.16);box-shadow:none}
body[data-route="account"] .acct-app-store{background:rgba(255,216,138,.08);border:1px solid rgba(255,216,138,.34);box-shadow:none}
body[data-route="account"] .acct-app-store strong{color:#ffd88a}
body[data-route="account"] .acct-app-store span{color:rgba(255,216,138,.72)}
body[data-route="account"] .acct-command-hero .h1{color:#f5f3ef!important}
body[data-route="account"] .acct-command-hero .label{color:#cfc7b4!important}
body[data-route="account"] .acct-quality-plan{background:#161513!important;border-color:rgba(255,255,255,.12)!important}
body[data-route="account"] .acct-quality-plan h2{color:#f5f3ef}
body[data-route="account"] .acct-quality-plan a{color:#e9e4d8}
body[data-route="account"] .acct-command-hero:not(.acct-home-hero){background:#121110!important;border-color:rgba(255,255,255,.08)!important;box-shadow:none!important}

/* ── 명령 센터 = 목업 정본 통합 레일 (스튜디오 카테고리 + ACCOUNT) ── */
.acct-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
body[data-route="account"] .acct-side-rail{display:none}
body[data-route="account"] .acct-app-crumb,
body[data-route="account"] .acct-app-search,
body[data-route="account"] .acct-app-avatar{display:none}

@media(min-width:1180px){
  body[data-route="account"] .acct-app-shell{
    grid-template-columns:232px minmax(0,1fr);
    grid-template-areas:"rail appbar" "rail navigation" "rail workspace";
  }
  body[data-route="account"] .acct-side-rail{
    grid-area:rail;display:flex;flex-direction:column;gap:4px;
    position:sticky;top:0;height:100dvh;overflow-y:auto;
    padding:20px 14px;background:#121110;border-right:1px solid rgba(255,255,255,.08);
    border-radius:var(--r-lg) 0 0 var(--r-lg);
  }
  body[data-route="account"] .acct-app-wordmark{display:none}
  body[data-route="account"] .acct-app-crumb{display:flex;align-items:center;gap:8px;margin:0;font-size:13px;color:var(--txt2);white-space:nowrap}
  body[data-route="account"] .acct-app-crumb a{color:var(--txt2);text-decoration:none;font-weight:800}
  body[data-route="account"] .acct-app-crumb b{color:#fff;font-weight:900}
  body[data-route="account"] .acct-app-search{display:flex;flex:1;justify-content:center;min-width:0}
  body[data-route="account"] .acct-app-search input{width:100%;max-width:430px;min-height:38px;padding:8px 14px;border:1px solid rgba(255,255,255,.14);border-radius:10px;background:#0f0f0d;color:#f0eee8;font-size:12.5px}
  body[data-route="account"] .acct-app-avatar{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;border:1px solid rgba(255,255,255,.22);background:linear-gradient(135deg,#4e4a42,#242320);color:#fff;font-size:12px;font-weight:900}
  body[data-route="account"] .acct-account-appbar{display:flex;align-items:center;gap:14px}
  body[data-route="account"] .acct-core-navigation{
    position:static;min-height:0;height:auto;align-self:auto;
    display:flex;gap:8px;padding:10px 24px;
    border-right:0;border-bottom:1px solid rgba(255,255,255,.08);
    background:transparent;border-radius:0;
  }
  body[data-route="account"] .acct-core-navigation a{
    flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;
    min-height:40px;padding:8px 16px;border-radius:999px;
  }
}
body[data-route="account"] .acct-rail-brand{padding:4px 10px 14px;color:#fff;font-size:13px;font-weight:900;letter-spacing:.18em;text-decoration:none}
body[data-route="account"] .acct-rail-group{margin:12px 0 6px;padding:0 10px;color:#cfc7b4;font-size:10px;font-weight:900;letter-spacing:.16em}
body[data-route="account"] .acct-rail-link{display:flex;align-items:center;gap:10px;min-height:44px;padding:8px 12px;border:1px solid transparent;border-radius:9px;color:#c8c4bb;font-size:13.5px;font-weight:700;text-decoration:none}
body[data-route="account"] .acct-rail-link:hover{background:#1b1a16;color:#fff}
body[data-route="account"] .acct-rail-link.is-current{background:#242220;border-color:rgba(217,210,194,.5);color:#fff}
body[data-route="account"] .acct-rail-icon{width:16px;height:16px;flex:none;opacity:.75}
body[data-route="account"] .acct-rail-link.is-current .acct-rail-icon{opacity:1}
body[data-route="account"] .acct-rail-credit{margin-top:auto;display:grid;gap:3px;padding:12px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#161614;text-decoration:none}
body[data-route="account"] .acct-rail-credit b{color:#ffd88a;font-size:12.5px}
body[data-route="account"] .acct-rail-credit span{color:#908c84;font-size:11px}
body[data-route="account"] .acct-primary-start{background:#fff!important;color:#0b0b0a!important;border:0!important;box-shadow:none!important}

/* 레일 잠금 상태 — 프로젝트가 없으면 작업실 링크를 위장하지 않는다(Studio 레일과 동일 계약) */
body[data-route="account"] .acct-rail-link.is-locked{flex-wrap:wrap;color:#6f6b63;cursor:not-allowed}
body[data-route="account"] .acct-rail-link.is-locked:hover{background:transparent;color:#6f6b63}
body[data-route="account"] .acct-rail-link.is-locked .acct-rail-icon{opacity:.4}
body[data-route="account"] .acct-rail-link.is-locked small{flex:1 0 100%;padding-left:26px;color:#645f58;font-size:10px;font-weight:600;line-height:1.35}
body[data-route="account"] .acct-empty,body[data-route="store"] .acct-empty,
body[data-route="account"] .acct-panel-status,body[data-route="store"] .acct-panel-status,
body[data-route="account"] .acct-create-disabled,body[data-route="store"] .acct-create-disabled{background:#161614;border-color:rgba(255,255,255,.09);box-shadow:none}
body[data-route="account"] .acct-empty strong{color:#f5f3ef}
body[data-route="account"] .acct-empty-readiness div{background:#121110;border-color:rgba(255,255,255,.1)}
body[data-route="account"] .acct-empty-readiness dt{color:#908c84}
body[data-route="account"] .acct-empty-readiness dd{color:#f0eee8}
body[data-route="account"] .acct-empty[data-account-empty-overview]{background:#161614;border-color:rgba(217,210,194,.35);border-left-color:#d9d2c2}
body[data-route="account"] .acct-home-state[data-account-state="empty"]{background:#121110}
body[data-route="account"] .acct-empty.acct-empty-status[data-account-empty-overview]{background:#161614;border-color:rgba(255,255,255,.09);border-left-color:#d9d2c2}

/* 홈 첫 화면 = 지금 할 일 한 줄 + 내 작업 카드(승인 목업 ZONE3). 소개 히어로는 첫 방문에만 전면. */
body[data-route="account"] .acct-home-hero.is-strip{
  display:flex;align-items:center;gap:16px;flex-wrap:wrap;min-height:0;padding:14px 18px;
  background:#121110!important;border:1px solid var(--acct-line);border-radius:var(--r-md);
}
body[data-route="account"] .acct-home-hero.is-strip .acct-command-copy{display:grid;gap:3px;min-width:0;flex:1 1 320px}
body[data-route="account"] .acct-home-hero.is-strip .label{margin:0;font-size:10px;color:#cfc7b4!important}
body[data-route="account"] .acct-home-hero.is-strip .h1{font-size:16px!important;line-height:1.35;color:#fff!important}
body[data-route="account"] .acct-home-hero.is-strip .sub{margin:0;font-size:12px;color:var(--txt2);max-width:none}
body[data-route="account"] .acct-home-hero.is-strip .acct-home-hero-action{margin-left:auto;flex:none;display:flex;align-items:center;gap:10px}
body[data-route="account"] .acct-home-hero.is-strip .acct-home-hero-action span{display:none}
body[data-route="account"] .acct-home-hero.is-strip .acct-primary-start{padding:10px 18px;font-size:13px}
body[data-route="account"] .acct-board-label{margin:0 0 2px;font-family:var(--mono);font-size:10px;letter-spacing:.18em;color:#cfc7b4}
body[data-route="account"] .acct-home-state[data-account-state]:not([data-account-state="empty"]){display:grid;gap:11px;background:transparent;border:0;padding:0}
@media(max-width:767px){
  body[data-route="account"] .acct-home-hero.is-strip{padding:14px 16px}
  body[data-route="account"] .acct-home-hero.is-strip .acct-home-hero-action{margin-left:0;width:100%}
}
body[data-route="account"] .acct-home-state[data-account-state]:not([data-account-state="empty"]){grid-template-columns:minmax(0,1fr)!important;align-items:start}
body[data-route="account"] .acct-job-card.is-compact .acct-job-copy{gap:5px;padding:12px 14px 13px}
body[data-route="account"] .acct-job-card.is-compact .acct-job-copy h2{font-size:14px}
body[data-route="account"] .acct-job-card.is-compact .acct-job-copy>p{font-size:11.5px}
body[data-route="account"] .acct-job-card.is-compact .acct-job-actions{margin-top:3px}
body[data-route="account"] .acct-job-card.is-compact .acct-job-primary{padding:7px 13px;font-size:12px}

/* ══════════════════════════════════════════════════════════════
   축소 규격 (2026-07-17) — 승인 목업 실측 기준.
   목업은 1280 프레임 안에서 3열 카드 320px·제목 13.5px이다.
   넓은 모니터에서 콘텐츠가 화면을 끝까지 채우며 카드가 460px로
   부풀던 것을 목업 스케일로 되돌린다.
   ══════════════════════════════════════════════════════════════ */
@media(min-width:1180px){
  body[data-route="account"] .acct-app-shell{max-width:1380px;margin-left:auto;margin-right:auto}
  body[data-route="account"] .acct-side-rail{padding:18px 12px}
}
/* 카드는 넓어져도 목업 폭을 넘지 않는다 — 늘어나는 대신 열 수가 는다 */
body[data-route="account"] .acct-job-grid{grid-template-columns:repeat(auto-fill,minmax(248px,1fr));gap:14px}
body[data-route="account"] .acct-job-card .acct-job-copy{padding:12px 14px}
body[data-route="account"] .acct-job-card .acct-job-copy h2{font-size:13.5px}
body[data-route="account"] .acct-job-card .acct-job-copy>p{font-size:11.5px}
body[data-route="account"] .acct-job-thumb .acct-status{font-size:10px;padding:4px 9px}
/* 상단/레일 밀도 */
body[data-route="account"] .acct-rail-link{min-height:40px;padding:7px 11px;font-size:13px}
body[data-route="account"] .acct-rail-brand{font-size:12px;padding:2px 9px 12px}
body[data-route="account"] .acct-core-navigation a{min-height:36px;padding:7px 14px;font-size:12.5px}
body[data-route="account"] .acct-home-hero.is-strip{padding:12px 16px}
body[data-route="account"] .acct-home-hero.is-strip .h1{font-size:15px!important}
body[data-route="account"] .acct-home-hero.is-strip .sub{font-size:11.5px}
body[data-route="account"] .acct-home-hero.is-strip .acct-primary-start{padding:9px 16px;font-size:12.5px}
/* 소개용 필름스트립은 작업 화면에서 보조 요소다 — 폭을 묶는다 */
body[data-route="account"] .acct-home-hero.is-strip ~ .acct-home-filmstrip,
body[data-route="account"] .acct-home-state:not([data-account-state="empty"]) ~ .acct-home-filmstrip{max-width:620px}
/* 런치보드 밀도 */
body[data-route="account"] .acct-home-launch-list a{min-height:0;padding:11px 13px}
body[data-route="account"] .acct-home-launch-primary{min-height:0;padding:15px 16px}
/* 목업은 3열 고정이다 — auto-fill이 만들던 빈 열과 과폭 카드를 없앤다 */
body[data-route="account"] .acct-job-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
@media(max-width:1179px){body[data-route="account"] .acct-job-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:767px){body[data-route="account"] .acct-job-grid{grid-template-columns:minmax(0,1fr)!important}}
/* 소개 필름스트립은 작업 화면에서 보조다 */
body[data-route="account"] .acct-home-hero.is-strip ~ figure.acct-home-filmstrip{max-width:560px;margin-left:0}
/* 탭은 남는 세로 공간을 먹고 늘어나면 안 된다(늘어나면 999px 라운드가 원이 된다) */
@media(min-width:1180px){
  body[data-route="account"] .acct-core-navigation{align-self:start;align-items:center}
  body[data-route="account"] .acct-core-navigation a{height:36px;min-height:36px}
}
@media(min-width:1180px){
  body[data-route="account"] .acct-app-shell{grid-template-rows:auto auto minmax(0,1fr)}
}

/* ══════════════════════════════════════════════════════════════
   흰색 잔재 일괄 정리 (2026-07-17) — 45개 에이전트 전수 감사 확정분.
   라이트 테마 원본은 건드리지 않고 라우트 스코프에서만 덮는다.
   흰 CTA(.cta / .acctbtn.primary / .studio-button.primary)는 의도된
   디자인이므로 제외한다.
   ══════════════════════════════════════════════════════════════ */

/* A. 누락된 패널 — 형제는 리맵됐는데 이 둘만 빠져 흰 슬래브로 남았다 */
body[data-route="account"] .acct-jobs-panel,body[data-route="store"] .acct-jobs-panel{background:#141412;border-color:rgba(255,255,255,.08)}
body[data-route="account"] .acct-create-workspace,body[data-route="store"] .acct-create-workspace{background:#0f0f0d}

/* B. 이어가기(빈 홈) — 흰 밴드 + 그 위 흰 글씨(대비 1.21:1, 사실상 안 보임) */
body[data-route="account"] .acct-continuation-board.is-empty{background:#121110;border-color:rgba(255,255,255,.08)}
body[data-route="account"] .acct-continuation-empty{background:#171714;border-color:rgba(255,255,255,.09)}

/* C. 상점 */
body[data-route="store"] .store-head,body[data-route="account"] .store-head{background:#121110;border-color:rgba(255,255,255,.08)}
body[data-route="store"] .acct-store-ticket,body[data-route="account"] .acct-store-ticket{background:#161614;border-color:rgba(255,255,255,.09)}
body[data-route="store"] .acct-service-rules article,body[data-route="account"] .acct-service-rules article{background:#171714;border-color:rgba(255,255,255,.09)}
body[data-route="store"] .acct-order-row,body[data-route="account"] .acct-order-row{background:#171714;border-color:rgba(255,255,255,.09)}
body[data-route="store"] .acct-store-close,body[data-route="account"] .acct-store-close{background:#1b1a16;border:1px solid rgba(255,255,255,.16);color:#f0eee8}
body[data-route="store"] .acct-buyer-fields input,body[data-route="account"] .acct-buyer-fields input{background:#0f0f0d;border-color:rgba(255,255,255,.14);color:#f0eee8}
body[data-route="store"] .acct-payment-consent,body[data-route="account"] .acct-payment-consent{background:#171714;border-color:rgba(255,255,255,.09)}
body[data-route="store"] .acct-payment-flow button,body[data-route="account"] .acct-payment-flow button{background:#fff;color:#0b0b0a;border:0}

/* D. 제작 입력 폼 — 스타일이 short 모듈 인라인에 있어 라우트 스코프로 덮는다 */
body[data-route="account"] .sdash-startbar,body[data-route="new-short"] .sdash-startbar{background:linear-gradient(160deg,#1d1a13,#141412);border-color:rgba(217,210,194,.3)}
body[data-route="account"] .sdash-build-summary,body[data-route="new-short"] .sdash-build-summary{background:linear-gradient(160deg,#171713,#141412);border-color:rgba(255,255,255,.09)}
body[data-route="account"] .sdash-build-chip,body[data-route="new-short"] .sdash-build-chip{background:#171714;border-color:rgba(255,255,255,.1);color:#dcd8d0}
body[data-route="account"] .sdash-recipe>span,body[data-route="new-short"] .sdash-recipe>span{background:#171714;border-color:rgba(255,255,255,.1);color:#c1bdb4}
body[data-route="account"] .sdash-recipe>span.active,body[data-route="new-short"] .sdash-recipe>span.active{background:rgba(217,210,194,.14);border-color:rgba(217,210,194,.5);color:#fff}
body[data-route="account"] .sf-scriptcat,body[data-route="new-short"] .sf-scriptcat{background:#171714;border-color:rgba(255,255,255,.09)}
body[data-route="account"] .sf-scriptcat-grid button,body[data-route="new-short"] .sf-scriptcat-grid button{background:#171714;border-color:rgba(255,255,255,.12);color:#dcd8d0}
body[data-route="account"] .sf-scriptcat-grid button.on,body[data-route="new-short"] .sf-scriptcat-grid button.on{background:rgba(217,210,194,.14);border-color:rgba(217,210,194,.5);color:#fff}
body[data-route="account"] .sdash-script-mode button,body[data-route="new-short"] .sdash-script-mode button{background:#171714;border-color:rgba(255,255,255,.12);color:#dcd8d0}
body[data-route="account"] .sdash-script-mode button.on,body[data-route="new-short"] .sdash-script-mode button.on{background:rgba(217,210,194,.14);border-color:rgba(217,210,194,.5);color:#fff}
body[data-route="account"] .sf-chips .sf-chip,body[data-route="new-short"] .sf-chips .sf-chip{background:#171714;border-color:rgba(255,255,255,.12);color:#c1bdb4}
body[data-route="account"] .sf-chips .sf-chip:hover,body[data-route="new-short"] .sf-chips .sf-chip:hover{background:rgba(217,210,194,.14);border-color:rgba(217,210,194,.5);color:#fff}

/* E. 나머지 */
body[data-route="account"] .acct-account-logout,body[data-route="store"] .acct-account-logout{background:#1a1915;border:1px solid rgba(255,255,255,.14);color:#f0eee8}
body[data-route="studio"] footer.legal-footer{background:#0b0b0a;border:1px solid rgba(255,255,255,.06);color:rgba(236,234,230,.55)}
body[data-route="studio"] footer.legal-footer a{color:rgba(255,255,255,.75)}
body[data-route="running"] #sr-replay{background:#1a1915;border:1px solid rgba(255,255,255,.16);color:#f0eee8}
body[data-route="result"] .btn-ghost,body[data-route="result-pending"] .btn-ghost{background:#171714;border:1px solid rgba(255,255,255,.16);color:#f0eee8}
body[data-route="studio"] .studio-preset input[type=radio],body[data-route="studio"] .studio-tool input[type=checkbox]{accent-color:#d9d2c2}

/* ── 작업실 보드 — 레일에만 있던 캐릭터 랩·스토리 랩 등을 홈에도 편다 ── */
body[data-route="account"] .acct-workroom-board{display:grid;gap:10px}
body[data-route="account"] .acct-workroom-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
body[data-route="account"] .acct-workroom-card{
  display:flex;align-items:center;gap:11px;min-width:0;padding:13px 15px;
  border:1px solid rgba(255,255,255,.09);border-radius:11px;background:#161614;
  color:#f0eee8;text-decoration:none;
}
body[data-route="account"] a.acct-workroom-card:hover{border-color:rgba(217,210,194,.5);background:#1c1b16}
body[data-route="account"] .acct-workroom-card .acct-rail-icon{width:16px;height:16px;flex:none;opacity:.7}
body[data-route="account"] .acct-workroom-copy{display:grid;gap:2px;min-width:0}
body[data-route="account"] .acct-workroom-copy strong{font-size:13px;line-height:1.3}
body[data-route="account"] .acct-workroom-copy small{font-size:11px;color:var(--txt2);line-height:1.4}
body[data-route="account"] .acct-workroom-card>b{margin-left:auto;flex:none;font-size:11px;font-weight:900;color:#e9e4d8}
body[data-route="account"] .acct-workroom-card.is-locked{background:#131211;color:#908c84;cursor:not-allowed}
body[data-route="account"] .acct-workroom-card.is-locked>b{color:#6f6b63}
body[data-route="account"] .acct-workroom-card.is-locked .acct-workroom-copy small{color:#6f6b63}
@media(max-width:1179px){body[data-route="account"] .acct-workroom-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){body[data-route="account"] .acct-workroom-grid{grid-template-columns:1fr}}

/* 첫 방문 히어로도 축소한다 — 소개 문구가 화면 절반을 먹지 않게 */
body[data-route="account"] .acct-home-hero.is-strip[data-account-home-hero="empty"]{
  align-items:center;gap:18px;padding:16px 18px;
}
body[data-route="account"] .acct-home-hero.is-strip[data-account-home-hero="empty"] .h1{font-size:19px!important}
body[data-route="account"] .acct-home-hero.is-strip[data-account-home-hero="empty"] .sub{font-size:12px}
body[data-route="account"] .acct-home-hero.is-strip[data-account-home-hero="empty"] .acct-home-hero-action{margin-left:0;flex:none;display:grid;gap:4px;justify-items:start}
body[data-route="account"] .acct-home-hero.is-strip[data-account-home-hero="empty"] .acct-home-hero-action span{display:block;font-size:10.5px;color:var(--txt2);max-width:220px;line-height:1.4}
body[data-route="account"] .acct-home-hero.is-strip figure.acct-home-filmstrip{
  flex:none;width:min(300px,34vw);margin:0;padding:8px;gap:6px;
}
body[data-route="account"] .acct-home-hero.is-strip figure.acct-home-filmstrip figcaption{font-size:9px}
@media(max-width:900px){
  body[data-route="account"] .acct-home-hero.is-strip figure.acct-home-filmstrip{display:none}
}
/* ── 컴팩트 정본 (마스터 2026-07-18): 워크스페이스 밀도로 대시보드 스케일 통일 ──
   ① 한글 라벨은 모노폰트+넓은 tracking에서 글자단위로 벌어져 보임 → 표시폰트+좁은 tracking
      (영문 전용 rail-group·board-label은 모노 유지) */
body[data-route="account"] :is(
  .acct-command-copy .label,
  .acct-home-launch-heading .label,
  .acct-empty-copy .label,
  .acct-continuation-copy .label,
  .acct-home-launch-primary>span,
  .acct-create-goal .acct-goal-kicker,
  .acct-continuation-item>span,
  .acct-library-group>.label
){font-family:var(--disp);letter-spacing:.02em;word-break:keep-all}
body[data-route="account"] .acct-home-state .acct-job-thumb{aspect-ratio:auto;height:140px}
body[data-route="account"] .acct-home-state .acct-job-card.is-compact .acct-job-copy{padding:10px 14px 12px;gap:4px}
body[data-route="account"] .acct-home-state .acct-job-card.is-compact .acct-job-copy h2{font-size:13.5px}

/* ══════════════════════════════════════════════════════════════
   Cinema OS (2026-07-18) — 로그인 이후 표면을 랜딩 극장 언어로.
   웜 아이보리 잉크 · Noto Serif 디스플레이 · 필름 그레인 · 각진 CTA.
   마크업 계약 불변, 라우트 스코프 오버라이드만. 팔레트는 위 다크
   블록의 웜 전환(#0c0c0b 계열)과 세트다.
   ══════════════════════════════════════════════════════════════ */

/* A. 필름 그레인 — 랜딩 lpb-grain과 동일 텍스처를 저농도 고정 오버레이로 */
body[data-route="account"]::after,body[data-route="store"]::after,body[data-route="studio"]::after,
body[data-route="new-short"]::after,body[data-route="new-long"]::after,body[data-route="running"]::after,
body[data-route="result"]::after,body[data-route="result-pending"]::after,body[data-route="demo"]::after,
body[data-route="login"]::after,body[data-route="signup"]::after,body[data-route="community"]::after,body[data-route="share"]::after{
  content:"";position:fixed;inset:0;z-index:2147483000;pointer-events:none;opacity:.13;mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='0.3'/%3E%3C/svg%3E");
}

/* B. 세리프 디스플레이 — 랜딩 lpb-how-head 언어를 워크스페이스 헤딩에 */
body[data-route="account"] .acct-command-hero .h1,
body[data-route="account"] .acct-home-launch-heading h2,
body[data-route="store"] .acct-command-hero .h1,
body[data-route="new-short"] .acct-command-hero .h1,
body[data-route="new-long"] .acct-command-hero .h1{
  font-family:'Noto Serif KR','Pretendard',serif;font-weight:600;letter-spacing:-.01em;color:#f5f3ef;
}
body[data-route="account"] .acct-home-launch-heading h2{font-size:clamp(21px,2.3vw,27px);line-height:1.25}
body[data-route="account"] .acct-rail-brand,
body[data-route="account"] .acct-app-wordmark span{
  font-family:'Noto Serif KR','Pretendard',serif;font-weight:900;letter-spacing:.22em;
}

/* C. 라벨 = 필름 크레딧 자간 (랜딩 lpb-label 언어) */
body[data-route="account"] .acct-board-label,
body[data-route="account"] .acct-rail-group,
body[data-route="account"] .acct-command-copy .label,
body[data-route="account"] .acct-home-launch-heading .label,
body[data-route="account"] .acct-goal-kicker,
body[data-route="store"] .acct-command-copy .label{
  font-family:var(--sans);font-weight:700;text-transform:uppercase;letter-spacing:.28em;color:rgba(236,234,230,.48);
}
body[data-route="account"] .acct-home-hero.is-strip .label{color:rgba(236,234,230,.52)!important}
body[data-route="account"] .acct-command-hero .label{color:rgba(236,234,230,.5)!important}

/* D. 흰 CTA = 각진 시네마 버튼 (랜딩 lpb-btn 언어, pill 스테이터스는 유지) */
body[data-route="account"] .acct-primary-start,
body[data-route="account"] .acct-job-primary,
body[data-route="account"] .acctbtn.primary,body[data-route="store"] .acctbtn.primary,
body[data-route="login"] .authForm button,body[data-route="signup"] .authForm button,
body[data-route="account"] .cta,body[data-route="store"] .cta,
body[data-route="account"] .acct-create-goal.is-primary>b,
body[data-route="account"] .acct-home-launch-primary>b{
  border-radius:2px!important;font-family:var(--disp);letter-spacing:-.01em;
}
body[data-route="account"] .acct-home-launch-primary>b{
  display:inline-flex;align-items:center;justify-content:center;align-self:start;
  min-height:42px;padding:10px 24px;background:#fff;color:#0b0b0a;font-size:13px;font-weight:800;
}

/* E. 제작 여정 스트립 — 브리프→대본 확인·수정→옵션→자동 제작 */
.acct-journey{display:flex;flex-wrap:wrap;gap:0;margin:2px 0 0;padding:0;list-style:none}
.acct-journey li{display:inline-flex;align-items:center;gap:7px;min-width:0}
.acct-journey li b{font-family:var(--mono,monospace);font-size:10px;font-weight:900;color:rgba(236,234,230,.44);letter-spacing:.08em}
.acct-journey li span{font-size:12px;font-weight:700;color:#dcd8d0;white-space:nowrap}
.acct-journey li:not(:last-child)::after{content:"";width:26px;height:1px;margin:0 12px;background:linear-gradient(90deg,rgba(236,234,230,.42),rgba(236,234,230,.08))}
.acct-journey li:nth-child(2) span{color:#f5f3ef}
.acct-journey.is-compact{margin:0}
.acct-journey.is-compact li span{font-size:11.5px}
body[data-route="account"] .acct-command-hero .acct-journey{align-self:center;justify-content:flex-end;flex:1 1 320px}
@media(max-width:900px){body[data-route="account"] .acct-command-hero .acct-journey{justify-content:flex-start}}
.acct-option-hints{display:block;margin:2px 0 4px;font-style:normal;font-size:11px;font-weight:600;letter-spacing:.02em;color:rgba(236,234,230,.5)}

/* F. 프라이머리 골 카드 — 화이트 시네마 카드로 승격(블루 틴트 제거) */
body[data-route="account"] .acct-home-launch-primary,body[data-route="store"] .acct-home-launch-primary{
  gap:9px;background:linear-gradient(165deg,#1d1a13,#151412 62%);border:1px solid rgba(236,234,230,.28);color:#f5f3ef;
}
body[data-route="account"] .acct-home-launch-primary:hover{border-color:rgba(236,234,230,.5)}
body[data-route="account"] .acct-home-launch-primary span{color:rgba(236,234,230,.55);font-size:10px;font-weight:800;letter-spacing:.24em;text-transform:uppercase}
body[data-route="account"] .acct-home-launch-primary strong{font-family:'Noto Serif KR','Pretendard',serif;font-weight:600;font-size:20px;line-height:1.3}

/* G. create 골 카드 잉크 교정 — 라이트 원본(color:--on-film)이 다크 배경 위에 남던 저대비 사고 */
body[data-route="account"] .acct-create-goal.is-primary{color:#f5f3ef}
body[data-route="account"] .acct-create-goal.is-primary strong{
  font-family:'Noto Serif KR','Pretendard',serif;font-weight:600;color:#f5f3ef;
}
body[data-route="account"] .acct-create-goal.is-primary small{color:rgba(236,234,230,.62)}

/* ══ 2026-07-18 UX 도그푸딩 패치 1: 5171624 다크 스윕 선별 복원 (구조 개편 제외, 색 정합만) ══ */
body[data-route="account"] .acct-create-goal.is-primary small{color:rgba(236,234,230,.62)}

/* H. 임베드 제작 폼(단편/장편 워크숍) 라이트 잔재 정리 — 2313~2335 라이트 오버라이드를 웜 시네마로 재정의 */
:is(body[data-route="account"] [data-account-create-embedded],body[data-route="new-long"]) :is(.lw-panel,.lw-card,.lw-readiness,.lw-scenario-builder,.si-card,.si-slate){
  border-color:rgba(255,255,255,.09);
  background:#161614;
  box-shadow:0 18px 44px rgba(0,0,0,.34);
}
:is(body[data-route="account"] [data-account-create-embedded],body[data-route="new-long"]) .sdash-overview{
  border:1px solid rgba(255,255,255,.1);
  background:linear-gradient(120deg,#1d1a13,#12110e 62%);
  color:#f5f3ef;
  box-shadow:0 22px 48px rgba(0,0,0,.4);
}
:is(body[data-route="account"] [data-account-create-embedded],body[data-route="new-long"]) .sdash-overview h1{
  font-family:'Noto Serif KR','Pretendard',serif;font-weight:600;letter-spacing:-.015em;
}
:is(body[data-route="account"] [data-account-create-embedded],body[data-route="new-long"]) .sdash-overview p{color:rgba(236,234,230,.72)}
:is(body[data-route="account"] [data-account-create-embedded],body[data-route="new-long"]) .sdash-kicker{color:#e8c98f;border-color:rgba(255,255,255,.16);background:rgba(0,0,0,.3)}
:is(body[data-route="account"] [data-account-create-embedded],body[data-route="new-long"]) .sdash-overview h1 em{
  background:linear-gradient(120deg,#ffd7a0 0%,#e6e1d6 45%,#fff6e8 100%);-webkit-background-clip:text;background-clip:text;color:transparent;
}
:is(body[data-route="account"] [data-account-create-embedded],body[data-route="new-long"]) .sdash-facts{
  border-color:rgba(255,255,255,.1);
  background:rgba(255,255,255,.035);
  box-shadow:none;
}
:is(body[data-route="account"] [data-account-create-embedded],body[data-route="new-long"]) .sdash-facts div{border-color:rgba(255,255,255,.08)}
:is(body[data-route="account"] [data-account-create-embedded],body[data-route="new-long"]) .sdash-facts dt{color:rgba(236,234,230,.5)}
:is(body[data-route="account"] [data-account-create-embedded],body[data-route="new-long"]) .sdash-facts dd{color:#f5f3ef}
:is(body[data-route="account"] [data-account-create-embedded],body[data-route="new-long"]) .si-form-panel>.ph:after{
  background:rgba(255,255,255,.06);color:rgba(236,234,230,.6);border:1px solid rgba(255,255,255,.1);
}

/* H2. 장편 워크숍(lw/lwb) 라이트 잔재 스윕 — 인라인 뉴모피즘을 웜 시네마로 (마크업 불변) */
:is(body[data-route="account"] [data-account-create-embedded],body[data-route="new-long"]) .lw-step{
  background:#161614;color:#c8c4bb;box-shadow:none;border:1px solid rgba(255,255,255,.09);
}
:is(body[data-route="account"] [data-account-create-embedded],body[data-route="new-long"]) .lw-step[aria-selected="true"],
:is(body[data-route="account"] [data-account-create-embedded],body[data-route="new-long"]) .lw-step.active,
:is(body[data-route="account"] [data-account-create-embedded],body[data-route="new-long"]) .lw-step.is-active{
  background:#1d1a13;color:#f5f3ef;border-color:rgba(236,234,230,.4);
}
:is(body[data-route="account"] [data-account-create-embedded],body[data-route="new-long"]) .lw-step-no{color:#0b0b0a}
:is(body[data-route="account"] [data-account-create-embedded],body[data-route="new-long"]) .lwb-bible{
  background:#161614;border:1px solid rgba(255,255,255,.1);box-shadow:0 18px 44px rgba(0,0,0,.34);
}
:is(body[data-route="account"] [data-account-create-embedded],body[data-route="new-long"]) :is(.lwb-bible-row,.lwb-bible-meta){color:#dcd8d0}
:is(body[data-route="account"] [data-account-create-embedded],body[data-route="new-long"]) .lwb-bible-row>span:last-child{color:#f0eee8}
:is(body[data-route="account"] [data-account-create-embedded],body[data-route="new-long"]) :is(.lwb-top-actions,.lw-samples,.lw-scenario-actions) button,
:is(body[data-route="account"] [data-account-create-embedded],body[data-route="new-long"]) .lwb-tabs button{
  background:#1a1915;color:#f0eee8;border:1px solid rgba(255,255,255,.14);box-shadow:none;
}
:is(body[data-route="account"] [data-account-create-embedded],body[data-route="new-long"]) .lwb-tabs button[aria-selected="true"]{
  background:#242220;border-color:rgba(236,234,230,.45);color:#fff;
}
:is(body[data-route="account"] [data-account-create-embedded],body[data-route="new-long"]) :is(.lw-field input,.lw-field textarea,.lw-field select,.lwb-bible input,.lwb-bible textarea,.lwb-bible select){
  background:#0f0f0d;border-color:rgba(255,255,255,.16);color:#f0eee8;box-shadow:none;
}
:is(body[data-route="account"] [data-account-create-embedded],body[data-route="new-long"]) .lw-submit{
  background:#fff;color:#0b0b0a;border-radius:2px;box-shadow:none;
}
:is(body[data-route="account"] [data-account-create-embedded],body[data-route="new-long"]) .lw-submit:disabled{
  background:rgba(255,255,255,.16);color:rgba(236,234,230,.5);
}
:is(body[data-route="account"] [data-account-create-embedded],body[data-route="new-long"]) :is(.lw-status,.lw-help,.lw-legal,.lw-startbar){color:rgba(236,234,230,.62)}
:is(body[data-route="account"] [data-account-create-embedded],body[data-route="new-long"]) :is(.lw-scenario-status,.lw-ready-row){background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.1);color:#dcd8d0}
:is(body[data-route="account"] [data-account-create-embedded],body[data-route="new-long"]) .lwb-model article{
  background:#161614;border:1px solid rgba(255,255,255,.09);box-shadow:none;color:#c8c4bb;
}
:is(body[data-route="account"] [data-account-create-embedded],body[data-route="new-long"]) .lwb-model article b{color:rgba(236,234,230,.5)}
:is(body[data-route="account"] [data-account-create-embedded],body[data-route="new-long"]) .lwb-model article strong{color:#f5f3ef;font-family:'Noto Serif KR','Pretendard',serif;font-weight:600}
:is(body[data-route="account"] [data-account-create-embedded],body[data-route="new-long"]) .lwb-model article span{color:rgba(236,234,230,.6)}
:is(body[data-route="account"] [data-account-create-embedded],body[data-route="new-long"]) .lwb-bible-row{
  background:rgba(255,255,255,.05);box-shadow:none;border:1px solid rgba(255,255,255,.08);
}
:is(body[data-route="account"] [data-account-create-embedded],body[data-route="new-long"]) .lwb-bible-row span{color:rgba(236,234,230,.5)}
:is(body[data-route="account"] [data-account-create-embedded],body[data-route="new-long"]) .lwb-bible-row strong{color:#f0eee8}

/* ══ 2026-07-18 UX 도그푸딩 패치 2: 단편 사이드·결과·푸터 라이트 잔재 정합 (마크업 불변) ══ */
/* 단편 입력 우측 — 자동 적용 정책 / 안심 박스: 뉴모피즘 인셋 → 웜 시네마 카드 */
body[data-route="new-short"] .pol-box,
body[data-route="new-short"] .si-trust{background:rgba(20,18,15,.82);border:1px solid rgba(255,216,138,.14);box-shadow:none}
body[data-route="new-short"] .pol-box .ph{color:#ffd88a}
body[data-route="new-short"] .si-trust .th{color:#dcd8d0;font-weight:800}
body[data-route="new-short"] .pol-box .pol,
body[data-route="new-short"] .si-trust .tr{color:rgba(220,216,208,.78);word-break:keep-all;overflow-wrap:break-word}
body[data-route="new-short"] .si-trust .tr b{color:#dcd8d0}
body[data-route="new-short"] .pol-box .pi,
body[data-route="new-short"] .si-trust .ti{color:#8fbf92;flex:none}
/* 시리즈 토글 행 — 떠 있던 'S' 글리프를 배지로 정리 */
body[data-route="new-short"] .sm-icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:8px;border:1px solid rgba(255,216,138,.3);color:#ffd88a;font-size:12px;font-weight:800;background:rgba(255,216,138,.08)}
/* 결과 화면 — 청록 CTA·회색 타임스탬프를 정본 골드/웜 다크로 */
body[data-route="result"] .sres-delivery-cta{background:linear-gradient(135deg,#ffd88a,#caa64d);color:#231a06;font-weight:800}
body[data-route="result"] .sres-delivery-cta.secondary,
body[data-route="result"] a.sres-delivery-cta[href$="/edit"]{background:transparent;border:1px solid rgba(255,216,138,.4);color:#ffd88a}
body[data-route="result"] .sres-timing-row>div,
body[data-route="result"] .sres-timing-row span{color:rgba(220,216,208,.8)}
body[data-route="result"] .sres-timing-row>*{background:rgba(20,18,15,.82)!important;border:1px solid rgba(255,255,255,.08);box-shadow:none!important;color:rgba(220,216,208,.85)}
/* 공용 푸터 — 반투명 화이트 → 웜 다크 */
.legal-footer{background:rgba(15,15,13,.92)!important;border:1px solid rgba(255,255,255,.07);color:rgba(200,196,187,.75)}
.legal-footer a{color:rgba(255,216,138,.85)}

/* ══ 도그푸딩 패치 3: 결과 '새 제작' 골드 정합 + 장편 스텝 바 트랙 다크 ══ */
body[data-route="result"] .cta{background:linear-gradient(135deg,#ffd88a,#caa64d);color:#231a06}
:is(body[data-route="account"] [data-account-create-embedded],body[data-route="new-long"]) .lw-steps{background:#12110f;border:1px solid rgba(255,255,255,.08)}

/* 테마 토글 버튼 (다크/라이트 공용, 44px 터치) */
.theme-toggle{min-width:44px;min-height:44px;font-size:16px;padding:0;line-height:1}
body[data-route="account"] .acct-account-theme,body[data-route="store"] .acct-account-theme{
  display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:0;
  border-radius:10px;font-size:16px;line-height:1;cursor:pointer;
  background:#1a1915;border:1px solid rgba(255,255,255,.14);color:#f0eee8;
}

/* ══════════════════════════════════════════════════════════════
   화이트 테마 (html[data-theme="light"]) — 2026-07-18
   기본은 다크(위 전 구간 불변). data-theme="light"일 때만 정본
   Cinematic Ink 라이트(#f4f5f7 배경 / #171c26 잉크 / 블루 #1d4ed8)로
   복원한다. 기존 규칙 삭제·재정렬 없이 라우트 스코프 오버라이드만
   append(html[data-theme="light"] 접두 = 다크 하드코딩보다 항상 우선).
   골드 크레딧 칩은 라이트 대비 확보를 위해 딥골드 #8a6b1f 계열.
   ══════════════════════════════════════════════════════════════ */

/* L0. 토큰 복원 — var() 기반 규칙 일괄 라이트화 (앱 라우트 전체) */
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]){
  --bg:#f4f5f7; --bg2:#fff; --txt:#171c26; --txt2:#4c5566; --muted:#707a8c;
  --sh-d:#e2e5ea; --sh-l:#fff;
  --film:#3b82f6; --film-d:#1d4ed8; --blue:#1d4ed8; --teal:#1d4ed8; --on-film:#fff;
  --action-strong:#1d4ed8; --status-ok-strong:#15803d; --rose:#b3424a; --ok:#15803d;
  --acct-line:rgba(23,28,38,.10); --acct-wash:rgba(23,28,38,.02); --acct-panel:#fff;
  background:#f4f5f7; color:#171c26;
}
/* 필름 그레인 오버레이 — 라이트에서는 톤다운(깨끗한 페이퍼) */
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"])::after{opacity:.04}

/* L1. 공용 헤더 / 로고 / 버튼 / 리본 / 푸터 */
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) header.studio{
  background:rgba(255,255,255,.92);border:1px solid var(--ink-line);box-shadow:var(--elev-1);backdrop-filter:blur(12px);
}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .logo b{color:var(--txt)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .logo span{color:var(--txt2)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .logo .reel{box-shadow:none;border:1px solid var(--ink-line);background:#fff}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .logo .reel::before{box-shadow:none;border:1px solid var(--ink-line)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .logo .reel .dot{background:var(--film-d)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acctbtn{background:#fff;border:1px solid var(--ink-line);color:var(--action-strong);box-shadow:none}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acctbtn.primary{background:linear-gradient(145deg,#3b82f6,#1d4ed8);color:#fff;border:0;box-shadow:0 10px 22px rgba(29,78,216,.22)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acctbtn.plain{background:#fff;color:var(--txt2)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .store-balance{background:#fff;color:var(--txt2)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .store-balance b{color:#8a6b1f}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .av{box-shadow:none;border:1px solid var(--ink-line);color:var(--action-strong);background:#fff}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .context-ribbon{background:#fff;border:1px solid var(--ink-line);box-shadow:var(--elev-1)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .legal-footer{background:rgba(255,255,255,.92) !important;color:var(--txt2) !important;border:1px solid var(--ink-line) !important}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .legal-footer a{color:var(--action-strong) !important}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .cta{background:linear-gradient(145deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 10px 22px rgba(29,78,216,.22)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .landing-primary{background:linear-gradient(145deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 10px 22px rgba(29,78,216,.22)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .landing-secondary{background:#fff;color:var(--action-strong);border-color:var(--ink-line-strong)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-account-theme{background:#fff;border:1px solid var(--ink-line);color:var(--txt2)}
/* 모바일 유틸리티 메뉴 */
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-mobile-utility summary{background:#fff;border:1px solid var(--ink-line);color:var(--txt)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-mobile-utility nav{background:#fff;border-color:var(--ink-line);box-shadow:var(--elev-2)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-mobile-utility nav a,
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-mobile-utility nav button{color:var(--txt)}

/* L2. 뉴모피즘 표면 */
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) :is(.soft,.soft-sm){background:#fff;border-color:var(--ink-line);box-shadow:var(--elev-1)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) :is(.inset,.inset-sm){background:#f7f8fa;border-color:var(--ink-line);box-shadow:none}

/* L3. 계정 허브 · 상점 */
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-app-shell{background:#fff;border-color:var(--ink-line);box-shadow:var(--elev-2)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-account-appbar{background:transparent}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-core-navigation{background:#fff}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-core-navigation a{background:#fff;border-color:var(--ink-line);color:var(--txt2);box-shadow:none}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-core-navigation a[aria-current="page"]{background:#e7edfb;border-color:rgba(29,78,216,.4);color:var(--film-d)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-core-navigation a:hover{background:#f0f3fa;color:var(--film-d)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-command-workspace{background:#f7f8fa}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-library-panel{background:#fff;border-color:var(--ink-line)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-home-launch-list a{background:#fff;border-color:var(--ink-line)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-home-launch-list a:hover{background:#f0f3fa;border-color:rgba(29,78,216,.35)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-continuation-item{background:#fff}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-continuation-item.is-unavailable{background:#f7f8fa}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-event-banner{background:linear-gradient(135deg,#eef3ff,#e7edfb);box-shadow:var(--elev-1);border:1px solid rgba(29,78,216,.2)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-event-banner strong{background:rgba(29,78,216,.12);color:var(--film-d)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-store-dialog{background:#fff;border:1px solid var(--ink-line)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-pack{background:#fff;border-color:var(--ink-line)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-combine{background:#fff;border-color:var(--ink-line)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-option-total{background:linear-gradient(145deg,#eef3ff,#e7edfb)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) :is(.acct-home-launch-board,.acct-continuation-board,.acct-status-summary,.acct-status,.acct-made-flow li){background:#fff;border-color:var(--ink-line)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-home-state{background:#fff}
html[data-theme="light"] body[data-route="account"] .acct-home-state[data-account-state="active"]{background:#f5f9ff}
html[data-theme="light"] body[data-route="account"] .acct-home-state[data-account-state="blocked"]{background:#fff5f0}
html[data-theme="light"] body[data-route="account"] .acct-home-state[data-account-state="closed"]{background:#f7f8fa}
html[data-theme="light"] body[data-route="account"] .acct-home-state[data-account-state="delivered"]{background:#f0fbf4}
html[data-theme="light"] body[data-route="account"] .acct-home-state[data-account-state="empty"]{background:#fff}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-home-representative{background:#fff;border-color:var(--ink-line)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-quality-plan{background:#fff !important;border-color:var(--ink-line) !important}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-quality-plan dd{color:var(--txt)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-quality-plan h2{color:var(--txt)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-quality-plan a{color:var(--action-strong)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) :is(.acct-jobs-panel,.store-head,.acct-store-ticket,.acct-empty,.acct-panel-status,.acct-create-disabled){background:#fff;border-color:var(--ink-line)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-create-workspace{background:#f7f8fa}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-continuation-board.is-empty{background:#fff;border-color:var(--ink-line)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-continuation-empty{background:#f7f8fa;border-color:var(--ink-line)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) :is(.acct-service-rules article,.acct-order-row,.acct-payment-consent){background:#fff;border-color:var(--ink-line)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-store-close{background:#f7f8fa;border:1px solid var(--ink-line);color:var(--txt)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-buyer-fields input{background:#fff;border-color:var(--ink-line);color:var(--txt)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-payment-flow button{background:linear-gradient(145deg,#3b82f6,#1d4ed8);color:#fff;border:0}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) :is(.acct-job-card,.acct-home-representative){background:#fff;border-color:var(--ink-line) !important}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-job-primary{background:linear-gradient(145deg,#3b82f6,#1d4ed8) !important;color:#fff !important;border:0}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-job-download{background:#fff;color:var(--txt);border:1px solid var(--ink-line)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-app-store{background:rgba(138,107,31,.10);border:1px solid rgba(138,107,31,.34)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-app-store strong{color:#8a6b1f}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-app-store span{color:rgba(138,107,31,.78)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-filters a{background:#fff;border:1px solid var(--ink-line);color:var(--txt2)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) :is(.acct-filters a.on,.acct-filters a[aria-current="page"]){background:#e7edfb;border-color:rgba(29,78,216,.4);color:var(--film-d)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-meta span{background:#fff;border:1px solid var(--ink-line);color:var(--txt2)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-command-hero .h1{color:var(--txt) !important}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-command-hero .sub{color:var(--txt2)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-command-hero .label{color:var(--film-d) !important}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-command-hero:not(.acct-home-hero){background:#fff !important;border-color:var(--ink-line) !important;box-shadow:var(--elev-1) !important}
/* 좌측 레일 (>=1180px) */
html[data-theme="light"] body[data-route="account"] .acct-side-rail{background:#fff;border-right:1px solid var(--ink-line)}
html[data-theme="light"] body[data-route="account"] .acct-rail-brand{color:var(--txt)}
html[data-theme="light"] body[data-route="account"] .acct-rail-group{color:var(--muted)}
html[data-theme="light"] body[data-route="account"] .acct-rail-link{color:var(--txt2)}
html[data-theme="light"] body[data-route="account"] .acct-rail-link:hover{background:#f0f3fa;color:var(--film-d)}
html[data-theme="light"] body[data-route="account"] .acct-rail-link.is-current{background:#e7edfb;border-color:rgba(29,78,216,.4);color:var(--film-d)}
html[data-theme="light"] body[data-route="account"] .acct-rail-link.is-locked{color:var(--muted)}
html[data-theme="light"] body[data-route="account"] .acct-rail-link.is-locked:hover{background:transparent;color:var(--muted)}
html[data-theme="light"] body[data-route="account"] .acct-rail-link.is-locked small{color:var(--muted)}
html[data-theme="light"] body[data-route="account"] .acct-rail-credit{background:#fff;border-color:var(--ink-line)}
html[data-theme="light"] body[data-route="account"] .acct-rail-credit b{color:#8a6b1f}
html[data-theme="light"] body[data-route="account"] .acct-rail-credit span{color:var(--muted)}
html[data-theme="light"] body[data-route="account"] .acct-app-crumb b{color:var(--txt)}
html[data-theme="light"] body[data-route="account"] .acct-app-search input{background:#fff;border-color:var(--ink-line);color:var(--txt)}
html[data-theme="light"] body[data-route="account"] .acct-app-avatar{background:#fff;border:1px solid var(--ink-line);color:var(--film-d)}
html[data-theme="light"] body[data-route="account"] .acct-primary-start{background:linear-gradient(145deg,#3b82f6,#1d4ed8) !important;color:#fff !important;border:0 !important;box-shadow:0 10px 22px rgba(29,78,216,.22) !important}
/* 빈 상태 / readiness */
html[data-theme="light"] body[data-route="account"] .acct-empty strong{color:var(--txt)}
html[data-theme="light"] body[data-route="account"] .acct-empty-readiness div{background:#f7f8fa;border-color:var(--ink-line)}
html[data-theme="light"] body[data-route="account"] .acct-empty-readiness dt{color:var(--muted)}
html[data-theme="light"] body[data-route="account"] .acct-empty-readiness dd{color:var(--txt)}
html[data-theme="light"] body[data-route="account"] .acct-empty[data-account-empty-overview]{background:#fff;border-color:rgba(29,78,216,.28);border-left-color:var(--film-d)}
html[data-theme="light"] body[data-route="account"] .acct-empty.acct-empty-status[data-account-empty-overview]{background:#fff;border-color:var(--ink-line);border-left-color:var(--film-d)}
/* 홈 히어로 스트립 */
html[data-theme="light"] body[data-route="account"] .acct-home-hero.is-strip{background:#fff !important;border-color:var(--ink-line)}
html[data-theme="light"] body[data-route="account"] .acct-home-hero.is-strip .label{color:var(--muted) !important}
html[data-theme="light"] body[data-route="account"] .acct-home-hero.is-strip .h1{color:var(--txt) !important}
html[data-theme="light"] body[data-route="account"] .acct-board-label{color:var(--muted)}
/* 작업실 보드 */
html[data-theme="light"] body[data-route="account"] .acct-workroom-card{background:#fff;border-color:var(--ink-line);color:var(--txt)}
html[data-theme="light"] body[data-route="account"] a.acct-workroom-card:hover{background:#f0f3fa;border-color:rgba(29,78,216,.35)}
html[data-theme="light"] body[data-route="account"] .acct-workroom-card.is-locked{background:#f7f8fa;color:var(--muted)}
html[data-theme="light"] body[data-route="account"] .acct-workroom-card.is-locked>b{color:var(--muted)}
html[data-theme="light"] body[data-route="account"] .acct-workroom-card.is-locked .acct-workroom-copy small{color:var(--muted)}
html[data-theme="light"] body[data-route="account"] .acct-workroom-card>b{color:var(--film-d)}
/* 새 제작 골 카드 */
html[data-theme="light"] body[data-route="account"] .acct-create-goal{background:#fff;border-color:var(--ink-line);color:var(--txt)}
html[data-theme="light"] body[data-route="account"] .acct-create-goal:hover{background:#f0f3fa;border-color:rgba(29,78,216,.35)}
html[data-theme="light"] body[data-route="account"] .acct-create-goal .acct-goal-no{color:var(--film-d)}
html[data-theme="light"] body[data-route="account"] .acct-create-goal>b{color:var(--film-d)}
html[data-theme="light"] body[data-route="account"] .acct-create-goal.is-primary{background:#eef3ff;border-color:rgba(29,78,216,.35);color:var(--txt)}
html[data-theme="light"] body[data-route="account"] .acct-create-goal.is-primary .acct-goal-kicker{color:var(--film-d)}
html[data-theme="light"] body[data-route="account"] .acct-create-goal.is-primary strong{color:var(--txt)}
html[data-theme="light"] body[data-route="account"] .acct-create-goal.is-primary small{color:var(--txt2)}
html[data-theme="light"] body[data-route="account"] .acct-create-goal.is-primary>b{background:linear-gradient(145deg,#3b82f6,#1d4ed8);color:#fff}

/* L4. 인증 카드 */
html[data-theme="light"] :is(body[data-route="login"],body[data-route="signup"]) .authShell{background:#fff;border-color:var(--ink-line);box-shadow:var(--elev-2)}
html[data-theme="light"] :is(body[data-route="login"],body[data-route="signup"]) .authForm input{background:#fff;border-color:var(--ink-line);color:var(--txt)}
html[data-theme="light"] :is(body[data-route="login"],body[data-route="signup"]) .authForm button{background:linear-gradient(145deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 10px 22px rgba(29,78,216,.22)}
html[data-theme="light"] :is(body[data-route="login"],body[data-route="signup"]) .oauthButton{background:#fff;border-color:var(--ink-line);color:var(--txt);box-shadow:none}
html[data-theme="light"] :is(body[data-route="login"],body[data-route="signup"]) .authDivider::before,
html[data-theme="light"] :is(body[data-route="login"],body[data-route="signup"]) .authDivider::after{background:var(--ink-line)}
html[data-theme="light"] :is(body[data-route="login"],body[data-route="signup"]) .authTrust{background:rgba(21,128,61,.08);color:#15803d}

/* L5. 제작 입력 폼 (단편 sdash/sf · 장편 lw/lwb · 임베드) */
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .sdash-startbar{background:linear-gradient(160deg,#eef3ff,#f7f8fa);border-color:rgba(29,78,216,.28)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .sdash-build-summary{background:#fff;border-color:var(--ink-line)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .sdash-build-chip{background:#fff;border-color:var(--ink-line);color:var(--txt2)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .sdash-recipe>span{background:#fff;border-color:var(--ink-line);color:var(--txt2)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .sdash-recipe>span.active{background:#e7edfb;border-color:rgba(29,78,216,.4);color:var(--film-d)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .sf-scriptcat{background:#fff;border-color:var(--ink-line)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .sf-scriptcat-grid button{background:#fff;border-color:var(--ink-line);color:var(--txt2)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .sf-scriptcat-grid button.on{background:#e7edfb;border-color:rgba(29,78,216,.4);color:var(--film-d)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .sdash-script-mode button{background:#fff;border-color:var(--ink-line);color:var(--txt2)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .sdash-script-mode button.on{background:#e7edfb;border-color:rgba(29,78,216,.4);color:var(--film-d)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .sf-chips .sf-chip{background:#fff;border-color:var(--ink-line);color:var(--txt2)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .sf-chips .sf-chip:hover{background:#e7edfb;border-color:rgba(29,78,216,.4);color:var(--film-d)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) :is(.lw-panel,.lw-card,.lw-readiness,.lw-scenario-builder,.si-card,.si-slate){border-color:var(--ink-line);background:#fff;box-shadow:var(--elev-1)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .sdash-overview{border:1px solid var(--ink-line);background:linear-gradient(120deg,#eef3ff,#f7f8fa 62%);color:var(--txt);box-shadow:var(--elev-2)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .sdash-overview p{color:var(--txt2)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .sdash-kicker{color:#8a6b1f;border-color:rgba(138,107,31,.28);background:rgba(138,107,31,.08)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .sdash-overview h1 em{background:linear-gradient(120deg,#1d4ed8,#3b82f6);-webkit-background-clip:text;background-clip:text;color:transparent}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .sdash-facts{border-color:var(--ink-line);background:#f7f8fa;box-shadow:none}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .sdash-facts div{border-color:var(--ink-line)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .sdash-facts dt{color:var(--muted)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .sdash-facts dd{color:var(--txt)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .si-form-panel>.ph:after{background:#f0f3fa;color:var(--txt2);border:1px solid var(--ink-line)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .lw-step{background:#fff;color:var(--txt2);box-shadow:none;border:1px solid var(--ink-line)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) :is(.lw-step[aria-selected="true"],.lw-step.active,.lw-step.is-active){background:#e7edfb;color:var(--txt);border-color:rgba(29,78,216,.4)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .lwb-bible{background:#fff;border:1px solid var(--ink-line);box-shadow:var(--elev-1)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) :is(.lwb-bible-row,.lwb-bible-meta){color:var(--txt2)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .lwb-bible-row>span:last-child{color:var(--txt)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) :is(.lwb-top-actions,.lw-samples,.lw-scenario-actions) button,
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .lwb-tabs button{background:#fff;color:var(--txt2);border:1px solid var(--ink-line);box-shadow:none}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .lwb-tabs button[aria-selected="true"]{background:#e7edfb;border-color:rgba(29,78,216,.4);color:var(--film-d)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) :is(.lw-field input,.lw-field textarea,.lw-field select,.lwb-bible input,.lwb-bible textarea,.lwb-bible select){background:#fff;border-color:var(--ink-line);color:var(--txt);box-shadow:none}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .lw-submit{background:linear-gradient(145deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 10px 22px rgba(29,78,216,.22)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .lw-submit:disabled{background:#e2e5ea;color:var(--muted)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) :is(.lw-status,.lw-help,.lw-legal,.lw-startbar){color:var(--txt2)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) :is(.lw-scenario-status,.lw-ready-row){background:#f7f8fa;border-color:var(--ink-line);color:var(--txt2)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .lwb-model article{background:#fff;border:1px solid var(--ink-line);box-shadow:none;color:var(--txt2)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .lwb-model article b{color:var(--muted)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .lwb-model article strong{color:var(--txt)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .lwb-model article span{color:var(--txt2)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .lwb-bible-row{background:#f7f8fa;box-shadow:none;border:1px solid var(--ink-line)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .lwb-bible-row span{color:var(--muted)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .lwb-bible-row strong{color:var(--txt)}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .lw-steps{background:#f7f8fa;border:1px solid var(--ink-line)}

/* L6. 진행 / 결과 화면 */
html[data-theme="light"] body[data-route="running"] #sr-replay{background:#fff;border:1px solid var(--ink-line);color:var(--txt)}
html[data-theme="light"] :is(body[data-route="result"],body[data-route="result-pending"]) .btn-ghost{background:#fff;border:1px solid var(--ink-line);color:var(--txt)}
html[data-theme="light"] body[data-route="result"] .sres-delivery-cta{background:linear-gradient(145deg,#3b82f6,#1d4ed8);color:#fff}
html[data-theme="light"] body[data-route="result"] :is(.sres-delivery-cta.secondary,a.sres-delivery-cta[href$="/edit"]){background:#fff;border:1px solid var(--ink-line-strong);color:var(--film-d)}
html[data-theme="light"] body[data-route="result"] :is(.sres-timing-row>div,.sres-timing-row span){color:var(--txt2)}
html[data-theme="light"] body[data-route="result"] .sres-timing-row>*{background:#fff !important;border:1px solid var(--ink-line);box-shadow:none !important;color:var(--txt2)}
html[data-theme="light"] body[data-route="result"] .cta{background:linear-gradient(145deg,#3b82f6,#1d4ed8);color:#fff}

/* L7. 단편 우측 정책/안심 박스 · 시리즈 배지 */
html[data-theme="light"] body[data-route="new-short"] :is(.pol-box,.si-trust){background:#f7f8fa;border:1px solid var(--ink-line);box-shadow:none}
html[data-theme="light"] body[data-route="new-short"] .pol-box .ph{color:#8a6b1f}
html[data-theme="light"] body[data-route="new-short"] .si-trust .th{color:var(--txt)}
html[data-theme="light"] body[data-route="new-short"] :is(.pol-box .pol,.si-trust .tr){color:var(--txt2)}
html[data-theme="light"] body[data-route="new-short"] .si-trust .tr b{color:var(--txt)}
html[data-theme="light"] body[data-route="new-short"] :is(.pol-box .pi,.si-trust .ti){color:#15803d}
html[data-theme="light"] body[data-route="new-short"] .sm-icon{border:1px solid rgba(138,107,31,.3);color:#8a6b1f;background:rgba(138,107,31,.08)}

/* L8. Cinema OS 세리프 헤딩/라벨 잉크 교정 (마크업/서체 유지, 색만 라이트) */
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) :is(.acct-command-hero .h1,.acct-home-launch-heading h2){color:var(--txt)}
html[data-theme="light"] body[data-route="account"] :is(.acct-board-label,.acct-rail-group,.acct-command-copy .label,.acct-home-launch-heading .label,.acct-goal-kicker){color:var(--muted)}
html[data-theme="light"] body[data-route="store"] .acct-command-copy .label{color:var(--muted)}
html[data-theme="light"] body[data-route="account"] .acct-home-hero.is-strip .label{color:var(--muted) !important}
html[data-theme="light"] body[data-route="account"] .acct-command-hero .label{color:var(--film-d) !important}
html[data-theme="light"] body[data-route="account"] .acct-home-launch-primary>b{background:linear-gradient(145deg,#3b82f6,#1d4ed8);color:#fff}
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-home-launch-primary{background:linear-gradient(165deg,#eef3ff,#f7f8fa 62%);border:1px solid rgba(29,78,216,.28);color:var(--txt)}
html[data-theme="light"] body[data-route="account"] .acct-home-launch-primary:hover{border-color:rgba(29,78,216,.45)}
html[data-theme="light"] body[data-route="account"] .acct-home-launch-primary span{color:var(--muted)}
html[data-theme="light"] body[data-route="account"] .acct-home-launch-primary strong{color:var(--txt)}
html[data-theme="light"] body[data-route="account"] :is(.acct-journey li b){color:var(--muted)}
html[data-theme="light"] body[data-route="account"] .acct-journey li span{color:var(--txt2)}
html[data-theme="light"] body[data-route="account"] .acct-journey li:nth-child(2) span{color:var(--txt)}
html[data-theme="light"] body[data-route="account"] .acct-journey li:not(:last-child)::after{background:linear-gradient(90deg,rgba(23,28,38,.32),rgba(23,28,38,.06))}
html[data-theme="light"] body[data-route="account"] .acct-option-hints{color:var(--txt2)}

/* L9. 랜딩 — 히어로(영상 위)는 다크 유지, 히어로 아래 섹션만 라이트 */
html[data-theme="light"] body[data-route="landing"]{background:#f4f5f7;color:#171c26}
html[data-theme="light"] body[data-route="landing"] .lpb-label{color:var(--muted)}
html[data-theme="light"] body[data-route="landing"] .lpb-how-head h2{color:var(--txt)}
html[data-theme="light"] body[data-route="landing"] .lpb-sub{color:var(--txt2)}
html[data-theme="light"] body[data-route="landing"] .lpb-beat{border-top-color:var(--ink-line)}
html[data-theme="light"] body[data-route="landing"] .lpb-beat-media{background:#e9ecf2}
html[data-theme="light"] body[data-route="landing"] .lpb-beat b{color:var(--txt)}
html[data-theme="light"] body[data-route="landing"] .lpb-beat span{color:var(--txt2)}
html[data-theme="light"] body[data-route="landing"] .lp .label{color:var(--muted)}
html[data-theme="light"] body[data-route="landing"] .lp h2{color:var(--txt)}
html[data-theme="light"] body[data-route="landing"] .lp h3{color:var(--txt)}
html[data-theme="light"] body[data-route="landing"] .lp .sub{color:var(--txt2)}
html[data-theme="light"] body[data-route="landing"] .lp .soft{background:#fff;border-color:var(--ink-line);box-shadow:var(--elev-1)}
html[data-theme="light"] body[data-route="landing"] :is(.lp figcaption,.lp figcaption b,.lp figcaption strong){color:var(--txt)}
html[data-theme="light"] body[data-route="landing"] :is(.lp figcaption em,.lp figcaption span){color:var(--txt2)}
html[data-theme="light"] body[data-route="landing"] .lp-reel-no{color:var(--muted)}
html[data-theme="light"] body[data-route="landing"] .lp-frame-stage{background:#e9ecf2}
html[data-theme="light"] body[data-route="landing"] .lp-reel-nav{background:#fff;color:var(--txt);border:1px solid var(--ink-line);box-shadow:var(--elev-1)}
html[data-theme="light"] body[data-route="landing"] .lp-reel-bar{background:rgba(23,28,38,.14)}
html[data-theme="light"] body[data-route="landing"] .lp-reel-bar i{background:var(--film-d)}
html[data-theme="light"] body[data-route="landing"] .lp-reel-hint{color:var(--muted)}
html[data-theme="light"] body[data-route="landing"] .lp-tpl-all{color:var(--txt2)}
html[data-theme="light"] body[data-route="landing"] .lp-tpl-copy strong{color:var(--txt)}
html[data-theme="light"] body[data-route="landing"] .lp-tpl-copy em{color:var(--txt2)}
html[data-theme="light"] body[data-route="landing"] .lp-tpl-cta{color:var(--film-d)}
html[data-theme="light"] body[data-route="landing"] :is(.landing-demo-sub,.landing-demo-steps){color:var(--txt2)}
html[data-theme="light"] body[data-route="landing"] .landing-demo-steps b{background:var(--film-d);color:#fff}
html[data-theme="light"] body[data-route="landing"] .landing-track span{color:var(--txt2)}
html[data-theme="light"] body[data-route="landing"] .landing-track h3{color:var(--txt)}
html[data-theme="light"] body[data-route="landing"] .landing-track p{color:var(--txt2)}
html[data-theme="light"] body[data-route="landing"] .landing-track strong{color:var(--txt)}
html[data-theme="light"] body[data-route="landing"] .landing-primary{background:linear-gradient(145deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 10px 22px rgba(29,78,216,.22)}
html[data-theme="light"] body[data-route="landing"] .landing-secondary{color:var(--action-strong);border-color:var(--ink-line-strong);background:#fff}
html[data-theme="light"] body[data-route="landing"] .landing-demo{background:#fff;border:1px solid var(--ink-line);box-shadow:var(--elev-1)}
html[data-theme="light"] body[data-route="landing"] .landing-demo-steps span{border-color:var(--ink-line);background:#f7f8fa;color:var(--txt)}
html[data-theme="light"] body[data-route="landing"] .legal-footer{background:rgba(255,255,255,.92) !important;color:var(--txt2) !important;border:1px solid var(--ink-line) !important}
html[data-theme="light"] body[data-route="landing"] .legal-footer a{color:var(--action-strong) !important}
/* 히어로 블록은 항상 시네마 다크 유지 (영상 위 흰 텍스트 보존) */
html[data-theme="light"] body[data-route="landing"] .lpb-hero .landing-secondary{color:rgba(255,255,255,.9);border-color:rgba(255,255,255,.4);background:transparent}
/* L1b. 계정 appbar 로그아웃 — 라이트에서 정본 블루 액션(다크 #1a1915 잔재 제거) */
html[data-theme="light"] body[data-route]:not([data-route="landing"]):not([data-route="studio"]) .acct-account-logout{background:var(--action-strong);border:0;color:#fff;box-shadow:none}
