:root{
  --bg:#07080b;--app:#0b0e11;--panel:#101418;--panel2:#151a1f;--paper:#f6f0df;--ink:#111318;
  --text:#f5f6f2;--muted:#8b929c;--dim:#59606a;--acid:#d9ff43;--pink:#ff5e9c;--cyan:#53e7ff;
  --orange:#ff7a3d;--red:#ff435e;--violet:#9668ff;--line:#293038;--line2:#414b54;--radius:22px;
  --shadow:0 24px 80px rgba(0,0,0,.5);
}
*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
html,body{margin:0;min-height:100%;background:#050608;color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
body{overflow-x:hidden;overscroll-behavior-y:none;display:flex;justify-content:center}
button,input,textarea{font:inherit;color:inherit}button{cursor:pointer}button:focus-visible,textarea:focus-visible,input:focus-visible{outline:2px solid var(--acid);outline-offset:3px}
.ambient-grid{position:fixed;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(to bottom,black,transparent 78%)}
.noise{position:fixed;inset:0;pointer-events:none;opacity:.047;z-index:99;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}
.app-shell{width:min(100vw,430px);min-height:100svh;margin:0 auto;padding:calc(14px + env(safe-area-inset-top)) 16px calc(28px + env(safe-area-inset-bottom));position:relative;background:rgba(9,12,15,.91);border-left:1px solid rgba(255,255,255,.08);border-right:1px solid rgba(255,255,255,.08);box-shadow:0 0 100px rgba(0,0,0,.55)}
.topbar{display:flex;justify-content:space-between;align-items:center;gap:10px;position:sticky;top:0;z-index:30;margin:0 -4px 12px;padding:8px 4px 12px;background:linear-gradient(180deg,rgba(9,12,15,.99) 70%,rgba(9,12,15,0))}
.brand,.sound-btn{background:none}.brand{border:0;display:flex;align-items:center;gap:9px;padding:6px 0;font-size:13px;font-weight:950;letter-spacing:.12em;white-space:nowrap}.brand-mark{display:grid;place-items:center;width:26px;height:26px;border:1px solid var(--acid);border-radius:50%;color:var(--acid);box-shadow:0 0 24px rgba(217,255,67,.2)}
.top-actions{display:flex;align-items:center;gap:6px}.sound-btn{border:1px solid var(--line2);border-radius:999px;padding:8px 10px;font-size:8px;letter-spacing:.12em;font-weight:950;color:var(--muted);white-space:nowrap}.sound-btn[aria-pressed="true"]{color:var(--acid);border-color:rgba(217,255,67,.55);box-shadow:0 0 20px rgba(217,255,67,.08)}
.lang-switch{display:flex;border:1px solid var(--line2);border-radius:999px;padding:2px;background:#080b0d}.lang-switch button{border:0;background:transparent;color:#717a82;border-radius:999px;padding:6px 7px;font-size:8px;font-weight:950;letter-spacing:.08em}.lang-switch button.active{background:#1c2429;color:var(--text);box-shadow:inset 0 0 0 1px #333e45}
.screen{display:none;animation:screenIn .3s cubic-bezier(.2,.8,.2,1)}.screen.active{display:block}@keyframes screenIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.eyebrow,.micro-kicker,.starter-label,.next-label{font-size:10px;font-weight:950;letter-spacing:.16em;text-transform:uppercase;color:var(--acid)}
.hero-copy{padding:3.5vh 0 22px}.hero-copy h1,.section-head h2,.celebrate-wrap h2,.micro-card h2{font-size:clamp(40px,12vw,54px);line-height:.94;letter-spacing:-.055em;margin:12px 0 15px;font-weight:950}.hero-copy h1 span{color:var(--acid);text-shadow:0 0 34px rgba(217,255,67,.14)}.hero-copy p,.section-head p{font-size:14px;color:var(--muted);line-height:1.55;margin:0}
.starter-wrap{margin:6px 0 18px}.starter-label{color:#7f8790;margin-bottom:10px}.starter-pills{display:flex;flex-wrap:wrap;gap:8px;align-items:flex-start}.starter-pills button{width:auto;max-width:100%;white-space:normal;min-height:0;border:1px solid var(--line2);border-radius:999px;background:#0c1013;padding:9px 13px;color:#c7ccd1;font-size:11px;line-height:1.15;text-align:center;box-shadow:inset 0 1px 0 rgba(255,255,255,.025);transition:transform .14s ease,border-color .14s ease,background .14s ease}.starter-pills button:hover{border-color:#65717a}.starter-pills button:active,.starter-pills button.selected{background:var(--acid);color:#090a0d;border-color:var(--acid);transform:scale(.975);box-shadow:0 0 24px rgba(217,255,67,.12)}
.input-card{background:linear-gradient(180deg,#12171b,#0d1114);border:1px solid var(--line);border-radius:var(--radius);padding:15px;box-shadow:var(--shadow)}.input-card label{display:block;font-size:11px;font-weight:800;color:#aeb4ba;margin-bottom:9px}.input-card textarea{width:100%;resize:none;border:0;background:transparent;color:var(--text);font-size:29px;line-height:1.08;min-height:112px;padding:4px 0}.input-card textarea::placeholder{color:#4d555c}.input-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid var(--line);padding-top:13px}.input-footer span{font-size:10px;color:#656c74}.privacy-note{display:flex;align-items:center;gap:8px;color:#666e76;font-size:11px;margin:13px 3px}.privacy-note>span:first-child{color:var(--acid)}
.handwritten{font-family:"Caveat",cursive;font-weight:600;letter-spacing:.005em}html[lang="vi"] .handwritten{font-family:"Patrick Hand",cursive;font-weight:400}
.primary,.secondary{border-radius:999px;font-weight:950;transition:transform .14s ease,box-shadow .14s ease,background .14s ease}.primary{border:0;background:linear-gradient(90deg,#cfff20,#f3ff9c);color:#08090c;padding:13px 17px;box-shadow:0 0 30px rgba(217,255,67,.13)}.primary:active,.secondary:active{transform:scale(.985)}.primary:disabled{opacity:.28;box-shadow:none}.secondary{border:1px solid #56616b;background:linear-gradient(180deg,#171d21,#101519);padding:12px 16px;color:#eef1f2;box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 8px 24px rgba(0,0,0,.18)}.secondary:hover{border-color:#737f89}.secondary.compact{padding:8px 11px;font-size:10px;letter-spacing:.02em}.secondary.full{display:block;width:100%;margin-top:10px}
.section-head{margin:2.3vh 0 20px}.section-head h2{font-size:44px}.thought-preview{margin-top:15px;border-left:2px solid var(--pink);padding:7px 12px;color:#d4d7da;font-size:23px;line-height:1.08}.back-btn{margin:0 0 12px}
.method-grid{display:grid;grid-template-columns:1fr;gap:9px}.method-card{display:grid;grid-template-columns:50px 1fr auto;align-items:center;gap:12px;text-align:left;background:linear-gradient(145deg,#141a1e,#0e1215);border:1px solid var(--line);border-radius:18px;padding:13px;min-height:78px;transition:.18s ease}.method-card:active{transform:scale(.985)}.method-card strong{display:block;font-size:17px}.method-card small{display:block;color:#7d858d;margin-top:3px;line-height:1.25;font-size:11px}.method-card>span{color:#69727a}.method-icon{width:46px;height:46px;border-radius:14px;background:#080b0d;display:grid;place-items:center;font-size:25px;border:1px solid #20272c}.shred-icon{display:flex;align-items:center;justify-content:center;gap:3px}.shred-icon i{height:23px;width:4px;background:var(--cyan);border-radius:99px}.shred-icon i:nth-child(even){height:31px}.void-icon i{width:28px;height:28px;border-radius:50%;background:#000;box-shadow:0 0 0 6px #22283a,0 0 22px rgba(150,104,255,.9),0 0 42px rgba(83,231,255,.25)}
.ritual-screen{min-height:calc(100svh - 80px)}.ritual-top{display:flex;justify-content:space-between;align-items:center;gap:8px}.ritual-top .back-btn{margin-bottom:9px}.ritual-label{font-size:9px;font-weight:950;letter-spacing:.15em;color:var(--acid);text-align:right;max-width:58%}
.ritual-stage{height:510px;border:1px solid var(--line);border-radius:24px;position:relative;overflow:hidden;background:radial-gradient(circle at 50% 18%,#1a2026 0,#0b0e12 50%,#07090c 100%);touch-action:none;box-shadow:inset 0 0 90px rgba(0,0,0,.6),0 22px 70px rgba(0,0,0,.42);isolation:isolate}.ritual-stage::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.025),transparent 30%,rgba(0,0,0,.28));z-index:1}.ritual-bg-glow{position:absolute;width:92%;height:66%;left:4%;bottom:-35%;filter:blur(65px);opacity:.35;border-radius:50%;background:var(--cyan);transition:background .35s ease;z-index:0}.cinema-vignette{position:absolute;inset:-1px;z-index:20;pointer-events:none;box-shadow:inset 0 0 70px 18px rgba(0,0,0,.5);border-radius:24px}
.ritual-progress{position:absolute;left:14px;right:14px;top:13px;z-index:25;opacity:0;transition:opacity .2s}.ritual-progress.active{opacity:1}.ritual-progress span{display:block;font-size:9px;font-weight:950;letter-spacing:.13em;color:#d8dde0;margin-bottom:7px;text-shadow:0 1px 12px #000}.ritual-progress-track{height:3px;background:rgba(255,255,255,.1);border-radius:99px;overflow:hidden}.ritual-progress-track i{display:block;height:100%;width:0;background:var(--acid);box-shadow:0 0 14px var(--acid);transition:width .22s linear}
.target{position:absolute;left:50%;bottom:20px;transform:translateX(-50%);width:90%;height:180px;display:grid;place-items:end center;pointer-events:none;z-index:3}.target>div{display:none;position:relative;text-align:center}.target>[data-active="true"]{display:block}.target small{display:block;margin-top:9px;font-size:8px;font-weight:950;letter-spacing:.15em;color:#77808a}
.shred-body{width:210px;height:102px;border-radius:17px 17px 23px 23px;background:linear-gradient(#313a44,#11161a);border:1px solid #596570;box-shadow:0 20px 45px #000,0 0 40px rgba(83,231,255,.12);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px}.shred-slot{position:absolute;top:-10px;width:174px;height:18px;border-radius:999px;background:#020304;border:1px solid #66727d;box-shadow:inset 0 0 0 4px #0d1114;overflow:hidden;display:flex;justify-content:space-around;padding:3px 8px}.shred-slot span{width:2px;background:#94a0a9;opacity:.45;border-radius:2px}.shred-body b{font-size:16px;letter-spacing:.12em}.shred-body small{margin:0;color:#7d858c}
.target-burn{width:240px;height:143px}.burn-ring{position:absolute;width:220px;height:72px;border-radius:50%;left:10px;bottom:-3px;background:radial-gradient(ellipse,#fff7b0 0,#ff9b45 18%,#ff5a31 36%,rgba(255,67,94,.35) 58%,transparent 75%);filter:blur(5px);animation:firePulse .55s infinite alternate}.fire-stack{position:absolute;left:50%;bottom:6px;transform:translateX(-50%);font-size:65px;display:flex;letter-spacing:-34px;filter:drop-shadow(0 0 25px #ff6a31) drop-shadow(0 0 55px rgba(255,67,94,.55))}.fire-stack span{animation:flameDance .46s infinite alternate}.fire-stack span:nth-child(2){animation-delay:.08s;transform:translateY(-18px)}.fire-stack span:nth-child(3){animation-delay:.16s}
.target-explode{height:150px;width:230px}.bomb-core{width:94px;height:94px;border-radius:50%;background:radial-gradient(circle,#fff 0 4%,#fff36c 8%,#ff6d38 32%,#3a0c16 70%);display:grid;place-items:center;font-size:34px;box-shadow:0 0 30px var(--orange),0 0 75px rgba(255,67,94,.65);margin:auto;animation:bombPulse .5s infinite alternate}.danger-orbit{position:absolute;inset:-15px 33px;border:1px dashed var(--orange);border-radius:50%;animation:rotateOnly 3.2s linear infinite}
.target-void{height:160px;width:240px}.black-hole{position:absolute;width:92px;height:92px;left:74px;top:26px;border-radius:50%;background:#000;box-shadow:0 0 0 8px #19152c,0 0 26px 10px rgba(150,104,255,.95),0 0 64px 25px rgba(83,231,255,.34);z-index:4}.accretion-disc{position:absolute;width:190px;height:52px;left:25px;top:44px;border-radius:50%;border:8px solid rgba(119,95,255,.38);filter:blur(4px);transform:rotate(-10deg);box-shadow:0 0 30px rgba(83,231,255,.25);animation:discPulse .65s infinite alternate}.void-ring{position:absolute;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-8deg);border:1px solid rgba(255,255,255,.28)}.r1{width:150px;height:59px;animation:spin 2.5s linear infinite}.r2{width:194px;height:82px;animation:spin 3.8s linear reverse infinite}.r3{width:230px;height:108px;border-color:rgba(150,104,255,.4);animation:spin 5.4s linear infinite}
.paper{position:absolute;left:50%;top:55px;width:294px;max-width:80%;min-height:140px;transform:translate3d(-50%,0,0) rotate(-1.1deg);background:linear-gradient(155deg,#fffef9 0%,#f6f0df 52%,#e7ddc6 100%);color:var(--ink);border:1px solid rgba(0,0,0,.12);border-radius:10px;padding:26px 20px 20px;box-shadow:0 28px 62px rgba(0,0,0,.68),0 2px 0 rgba(255,255,255,.9) inset,0 -1px 0 rgba(120,99,63,.13) inset;user-select:none;touch-action:none;will-change:transform,opacity,filter,clip-path;cursor:grab;z-index:8;overflow:hidden}.paper::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 20% 15%,rgba(255,255,255,.82),transparent 40%),repeating-linear-gradient(0deg,rgba(58,43,22,.025) 0 1px,transparent 1px 4px),repeating-linear-gradient(90deg,rgba(112,86,48,.014) 0 1px,transparent 1px 7px);mix-blend-mode:multiply;opacity:.85}.paper::after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;box-shadow:inset 0 0 18px rgba(111,84,42,.08);background:linear-gradient(90deg,transparent 0 97%,rgba(93,70,36,.06) 98% 99%,transparent 100%);opacity:.7}
.paper>*{position:relative;z-index:1}.paper.dragging{cursor:grabbing;box-shadow:0 32px 80px rgba(0,0,0,.75)}.paper-grip{position:absolute;top:6px;left:50%;transform:translateX(-50%);color:#aaa290;letter-spacing:4px}.paper p{font-family:"Caveat",cursive;font-size:27px;line-height:1.05;font-weight:650;margin:8px 0 18px;overflow-wrap:anywhere}html[lang="vi"] .paper p{font-family:"Patrick Hand",cursive;font-weight:400;font-size:24px;line-height:1.1}.drag-hint{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#817a6b;font-weight:950}
.ritual-controls{display:flex;flex-direction:column;align-items:center;text-align:center;padding:15px 0 4px}.ritual-controls p{color:#9aa0a6;font-size:11px;line-height:1.45;margin:0 0 10px;max-width:355px}.ritual-controls small{display:block;color:#646d75;margin-top:7px;font-size:9px}.push-btn{width:100%;margin:0 auto;padding:16px 20px;font-size:15px;letter-spacing:.08em;display:flex;justify-content:center;align-items:center;gap:11px;box-shadow:0 0 42px rgba(217,255,67,.22)}.push-btn b{font-size:20px;line-height:1}.push-btn:disabled{opacity:.38}
.effect-layer,.impact-flash{position:absolute;inset:0;pointer-events:none;z-index:12}.effect-layer{overflow:hidden}.impact-flash{opacity:0;background:#fff;mix-blend-mode:screen}.impact-flash.flash{animation:impactFlash var(--flashDur,.5s) ease-out forwards}
.fx-strip{position:absolute;background:linear-gradient(#fffaf0,#ece3cd);box-shadow:0 8px 18px rgba(0,0,0,.32);transform-origin:top;overflow:hidden;animation:stripFall var(--dur,2.7s) cubic-bezier(.14,.78,.25,1) forwards}.fx-strip-text{position:absolute;top:0;color:#1a1a1a;font-family:"Caveat",cursive;font-size:27px;line-height:1.05;font-weight:650;padding:26px 20px 20px;white-space:normal}html[lang="vi"] .fx-strip-text{font-family:"Patrick Hand",cursive;font-size:24px;font-weight:400}.shred-tooth{position:absolute;width:7px;height:36px;background:linear-gradient(#d9e1e6,#6f7c85);border-radius:0 0 4px 4px;box-shadow:0 0 8px rgba(83,231,255,.25);animation:toothBite .18s infinite alternate}
.ember,.debris,.confetti,.spark,.smoke,.void-particle,.shock-ring,.blast-core,.flame-particle,.ash,.warp-streak{position:absolute;pointer-events:none}.ember{width:5px;height:5px;border-radius:50%;background:#ffd269;box-shadow:0 0 11px #ff572b;animation:emberFly var(--dur,1.6s) ease-out forwards}.ash{width:4px;height:4px;background:#6e625d;border-radius:1px;animation:ashFly var(--dur,2s) ease-out forwards}.smoke{width:28px;height:28px;border-radius:50%;background:rgba(95,86,82,.38);filter:blur(8px);animation:smokeRise var(--dur,2.4s) ease-out forwards}.flame-particle{width:16px;height:25px;border-radius:55% 45% 55% 45%;background:linear-gradient(#fff5a1 0 18%,#ff9c39 38%,#ff3e27 74%,transparent 76%);filter:drop-shadow(0 0 10px #ff5c2d);transform-origin:50% 100%;animation:flameParticle var(--dur,.7s) ease-out forwards}.burn-front{position:absolute;height:22px;border-radius:50%;background:radial-gradient(ellipse,#fff8a8 0 8%,#ff8d35 25%,#ff4828 52%,rgba(255,42,42,.12) 70%,transparent 76%);filter:blur(3px);mix-blend-mode:screen;transform:translateY(-50%);z-index:14}.debris{width:11px;height:8px;background:var(--paper);animation:debrisFly var(--dur,1.8s) cubic-bezier(.1,.7,.2,1) forwards;box-shadow:0 0 8px rgba(255,255,255,.15)}.shock-ring{width:40px;height:40px;border:4px solid rgba(255,255,255,.85);border-radius:50%;transform:translate(-50%,-50%);animation:shockwave var(--dur,1.3s) ease-out forwards}.blast-core{width:70px;height:70px;border-radius:50%;transform:translate(-50%,-50%);background:radial-gradient(circle,#fff 0 8%,#fff382 16%,#ff8b38 35%,#ff3d42 55%,rgba(255,61,66,.1) 72%,transparent 76%);filter:blur(2px);animation:blastCore .7s ease-out forwards}.void-particle{width:5px;height:5px;border-radius:50%;background:var(--cyan);box-shadow:0 0 13px var(--violet);animation:voidSuck var(--dur,2.3s) cubic-bezier(.45,0,.85,.32) forwards}.warp-streak{height:1px;background:linear-gradient(90deg,transparent,rgba(83,231,255,.9),rgba(150,104,255,.9));transform-origin:right center;animation:warpIn var(--dur,1.5s) cubic-bezier(.55,0,.95,.35) forwards}.paper-ghost{position:absolute;z-index:10;border-radius:11px;background:rgba(246,240,223,.12);border:1px solid rgba(255,255,255,.12);pointer-events:none;filter:blur(.6px)}
.camera-shake{animation:cameraShake .62s cubic-bezier(.36,.07,.19,.97)}.void-warp .target-void{filter:brightness(1.35) saturate(1.5)}.void-warp .black-hole{animation:blackHoleThrob .33s infinite alternate}.burning-stage{box-shadow:inset 0 0 110px rgba(255,71,34,.14),0 22px 70px rgba(0,0,0,.42)}
@keyframes firePulse{to{transform:scale(1.12);filter:blur(7px)}}@keyframes flameDance{to{transform:translateY(-14px) rotate(6deg) scale(1.1)}}@keyframes bombPulse{to{transform:scale(1.1);box-shadow:0 0 45px var(--orange),0 0 100px rgba(255,67,94,.78)}}@keyframes discPulse{to{transform:rotate(-4deg) scaleX(1.08);opacity:.8}}@keyframes spin{to{transform:translate(-50%,-50%) rotate(352deg)}}@keyframes rotateOnly{to{transform:rotate(360deg)}}
@keyframes impactFlash{0%{opacity:1}100%{opacity:0}}@keyframes stripFall{0%{opacity:1;transform:translate(0,0) rotate(0)}18%{opacity:1}100%{transform:translate(var(--tx),var(--ty,250px)) rotate(var(--rot));opacity:0}}@keyframes toothBite{to{transform:translateY(7px)}}@keyframes emberFly{0%{transform:translate(0,0) scale(1);opacity:1}100%{transform:translate(var(--tx),var(--ty)) scale(.08);opacity:0}}@keyframes ashFly{0%{transform:translate(0,0) rotate(0);opacity:.8}100%{transform:translate(var(--tx),var(--ty)) rotate(280deg);opacity:0}}@keyframes smokeRise{0%{transform:translate(0,0) scale(.5);opacity:0}18%{opacity:.7}100%{transform:translate(var(--tx),var(--ty)) scale(2.4);opacity:0}}@keyframes flameParticle{0%{transform:translate(0,4px) scale(.5) rotate(-5deg);opacity:0}25%{opacity:1}100%{transform:translate(var(--tx),var(--ty)) scale(.15) rotate(var(--rot));opacity:0}}@keyframes debrisFly{0%{transform:translate(0,0) rotate(0);opacity:1}100%{transform:translate(var(--tx),var(--ty)) rotate(var(--rot));opacity:0}}@keyframes shockwave{to{width:600px;height:600px;border-width:1px;opacity:0}}@keyframes blastCore{0%{transform:translate(-50%,-50%) scale(.2);opacity:1}65%{opacity:1}100%{transform:translate(-50%,-50%) scale(5);opacity:0}}@keyframes voidSuck{0%{opacity:1;transform:translate(0,0) scale(1)}35%{opacity:1}100%{opacity:0;transform:translate(var(--tx),var(--ty)) scale(.04)}}@keyframes warpIn{0%{opacity:0;transform:translateX(-100px) scaleX(.2)}20%{opacity:1}100%{opacity:0;transform:translateX(var(--tx)) scaleX(.05)}}@keyframes blackHoleThrob{to{transform:scale(1.12);box-shadow:0 0 0 10px #19152c,0 0 36px 18px rgba(150,104,255,.98),0 0 82px 32px rgba(83,231,255,.44)}}@keyframes cameraShake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(3px,1px,0)}30%,50%,70%{transform:translate3d(-6px,-2px,0)}40%,60%{transform:translate3d(6px,2px,0)}}
.celebration-screen{min-height:calc(100svh - 80px);position:relative}.celebration-layer{position:fixed;inset:0;pointer-events:none;overflow:hidden;z-index:2}.celebrate-wrap{position:relative;z-index:3;text-align:center;padding:2vh 0 28px}.party-orb{width:108px;height:108px;margin:0 auto 16px;border:1px solid #343c43;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 30% 25%,#353e45,#11161a 60%);box-shadow:0 0 60px rgba(217,255,67,.12)}.party-orb span{font-size:58px;display:block;animation:dance .52s infinite alternate cubic-bezier(.3,.1,.6,1)}.celebrate-wrap h2{font-size:50px;margin:12px 0}.celebrate-wrap>p{color:#a5abb0;font-size:14px;line-height:1.55;margin:0 auto}.celebrate-stamp{display:inline-block;margin:18px auto 23px;border:2px solid var(--acid);color:var(--acid);padding:8px 13px;font-size:11px;font-weight:950;letter-spacing:.16em;transform:rotate(-3deg);box-shadow:0 0 24px rgba(217,255,67,.14)}.next-panel{margin:4px auto 14px;text-align:left}.next-label{margin:0 0 8px 4px}.next-card{width:100%;display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:12px;border:1px solid #46515a;border-radius:20px;background:linear-gradient(145deg,#182025,#101519);padding:14px;text-align:left}.next-card:active{transform:scale(.99)}.next-icon{width:46px;height:46px;border-radius:14px;background:var(--acid);color:#090a0d;display:grid;place-items:center;font-size:22px}.next-card strong{display:block;font-size:15px}.next-card small{display:block;color:#91999f;margin-top:3px;font-size:10px}.next-card>b{color:#a0a9b0}.confetti{width:8px;height:14px;background:var(--c);top:-20px;left:var(--x);animation:confettiFall var(--dur) linear forwards;transform:rotate(var(--r))}.spark{width:5px;height:5px;border-radius:50%;background:var(--c);left:var(--x);top:var(--y);box-shadow:0 0 8px var(--c);animation:sparkPop .9s ease-out forwards}@keyframes dance{0%{transform:translate(-5px,3px) rotate(-8deg) scale(.96)}100%{transform:translate(6px,-5px) rotate(9deg) scale(1.08)}}@keyframes confettiFall{to{transform:translate(var(--drift),110svh) rotate(800deg);opacity:.7}}@keyframes sparkPop{to{transform:translate(var(--tx),var(--ty)) scale(.1);opacity:0}}
.micro-shell{padding-top:1vh}.micro-card{background:linear-gradient(145deg,#151b1f,#0e1215);border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:var(--shadow);margin:0 auto}.micro-card.centered{text-align:center}.micro-card h2{font-size:42px;margin:15px 0}.micro-card p{color:#999fa5;line-height:1.55}.big-emoji{font-size:62px;margin:15px}.timer,.fake-stat{font-size:68px;font-weight:950;letter-spacing:-.06em;color:var(--acid);margin:17px 0}.micro-foot{display:block;color:#626970;margin-top:11px}.choice-inputs{display:grid;gap:9px;margin:18px 0}.choice-inputs input{width:100%;background:#0a0d0f;border:1px solid var(--line2);border-radius:14px;padding:14px}.decision-result,.soundtrack-result{margin:18px 0;font-size:21px;font-weight:950;color:var(--acid)}.mood-chips{display:flex;flex-wrap:wrap;gap:7px;justify-content:center}.mood-chips button{border:1px solid #56616b;background:#11171b;border-radius:999px;padding:10px 12px;color:#e3e6e8}
@media(max-width:380px){.app-shell{padding-left:12px;padding-right:12px}.paper{max-width:84%;width:276px}.ritual-stage{height:485px}.hero-copy h1{font-size:42px}.method-card{grid-template-columns:46px 1fr auto}.starter-pills button{font-size:10px}.brand{font-size:12px}.sound-btn{padding:7px 8px}.lang-switch button{padding:5px 6px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}}

/* V0.5 cinematic polish */
.fx-canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:11;mix-blend-mode:screen}
.fire-stack{position:absolute;left:50%;bottom:12px;width:170px;height:112px;transform:translateX(-50%);filter:drop-shadow(0 10px 22px rgba(255,62,25,.38));z-index:4}
.fire-stack .css-flame{position:absolute;bottom:0;left:50%;width:54px;height:88px;border-radius:60% 42% 58% 44% / 72% 58% 42% 30%;transform-origin:50% 100%;background:radial-gradient(ellipse at 50% 75%,#fff7b0 0 12%,#ffd248 26%,#ff7c2f 48%,#ff372d 69%,rgba(255,55,45,0) 72%);filter:blur(.25px) drop-shadow(0 0 16px #ff5b2c);opacity:.94;animation:realFlame .58s ease-in-out infinite alternate}
.fire-stack .css-flame::after{content:"";position:absolute;left:17px;bottom:5px;width:21px;height:48px;border-radius:70% 30% 60% 40%;background:linear-gradient(to top,#fffde2,#ffdb54 46%,rgba(255,180,40,0));filter:blur(1px)}
.fire-stack .css-flame.f1{transform:translateX(-76px) scale(.76) rotate(-8deg);animation-delay:-.24s}.fire-stack .css-flame.f2{transform:translateX(-43px) scale(1.03) rotate(4deg);animation-delay:-.08s}.fire-stack .css-flame.f3{transform:translateX(3px) scale(.92) rotate(-3deg);animation-delay:-.4s}.fire-stack .css-flame.f4{transform:translateX(43px) scale(.7) rotate(7deg);animation-delay:-.18s}
.target-burn::after{content:"";position:absolute;left:50%;bottom:-2px;width:210px;height:38px;transform:translateX(-50%);background:radial-gradient(ellipse,rgba(255,111,41,.54),rgba(255,49,35,.15) 45%,transparent 72%);filter:blur(8px)}
.burn-char{position:absolute;border-radius:50%;background:radial-gradient(circle,#120805 0 34%,#3a140a 50%,rgba(255,90,28,.45) 62%,transparent 72%);filter:blur(1px);mix-blend-mode:multiply;pointer-events:none;z-index:4}
.paper-fiber{position:absolute;width:1px;height:10px;background:rgba(248,239,215,.8);box-shadow:0 0 4px rgba(255,255,255,.25);animation:fiberFall var(--dur,1.8s) linear forwards}
.hot-fragment{position:absolute;width:6px;height:3px;border-radius:1px;background:#ffe68a;box-shadow:0 0 12px #ff5a2e;animation:hotFragment var(--dur,1.5s) cubic-bezier(.12,.7,.25,1) forwards}
.lens-ring{position:absolute;border:1px solid rgba(170,197,255,.28);border-radius:50%;filter:blur(.45px);mix-blend-mode:screen;animation:lensPulse var(--dur,2s) ease-out forwards}
@keyframes realFlame{0%{margin-top:7px;filter:blur(.4px) drop-shadow(0 0 12px #ff4c27)}100%{margin-top:-7px;filter:blur(.9px) drop-shadow(0 0 24px #ff8533)}}
@keyframes fiberFall{0%{opacity:.95;transform:translate(0,0) rotate(0)}100%{opacity:0;transform:translate(var(--tx),var(--ty)) rotate(var(--rot))}}
@keyframes hotFragment{0%{opacity:1;transform:translate(0,0) rotate(0) scale(1)}100%{opacity:0;transform:translate(var(--tx),var(--ty)) rotate(var(--rot)) scale(.2)}}
@keyframes lensPulse{0%{opacity:0;transform:translate(-50%,-50%) scale(.55)}20%{opacity:.7}100%{opacity:0;transform:translate(-50%,-50%) scale(1.55)}}


/* V0.8 — audited quest routing + exhaustive reroll */
.drama-toggle{display:flex!important;align-items:center;justify-content:space-between;text-align:left;margin-top:9px!important}.drama-toggle b{font-size:18px;line-height:1;color:var(--acid)}
.method-extension{margin-top:10px;padding:12px;border:1px dashed #3b444c;border-radius:18px;background:rgba(255,67,94,.035)}.method-extension[hidden]{display:none}.extension-label{font-size:8px;letter-spacing:.16em;font-weight:950;color:#808891;margin:0 4px 9px}.extension-card{width:100%;border-color:rgba(255,67,94,.28);background:linear-gradient(145deg,rgba(65,18,29,.52),#101419)}
.burn-method-icon{position:relative;overflow:hidden}.burn-method-icon i{width:18px;height:29px;border-radius:70% 35% 65% 45%;background:radial-gradient(ellipse at 50% 72%,#fff8c9 0 17%,#ffc94b 34%,#ff6634 60%,#ff334a 75%,transparent 78%);filter:drop-shadow(0 0 9px #ff6435);transform:rotate(8deg)}
.explode-method-icon i{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle,#fff8a9,#ff7a3d 34%,#5b1020 70%);box-shadow:0 0 20px rgba(255,67,94,.75);font-style:normal}
.freeze-icon{background:radial-gradient(circle at 35% 25%,#ddfbff,#18303b 46%,#090d11 78%);box-shadow:inset 0 0 20px rgba(143,234,255,.18)}.freeze-icon i{font-style:normal;color:#dffcff;font-size:27px;text-shadow:0 0 12px #8feaff}
.confetti-icon{position:relative;overflow:hidden}.confetti-icon i,.confetti-icon b,.confetti-icon em{position:absolute;width:7px;height:14px;border-radius:2px;transform:rotate(26deg)}.confetti-icon i{background:var(--acid);left:10px;top:11px}.confetti-icon b{background:var(--pink);left:25px;top:8px;transform:rotate(-28deg)}.confetti-icon em{background:var(--cyan);left:21px;top:25px;transform:rotate(58deg)}
.target-freeze{height:155px;width:240px}.freeze-halo{position:absolute;left:50%;top:73px;border:1px solid rgba(143,234,255,.35);border-radius:50%;transform:translate(-50%,-50%);filter:drop-shadow(0 0 12px rgba(143,234,255,.35));animation:freezeHalo 2.7s linear infinite}.freeze-halo.h1{width:190px;height:58px}.freeze-halo.h2{width:146px;height:104px;animation-direction:reverse;animation-duration:3.8s}.ice-plinth{position:absolute;left:50%;bottom:12px;width:156px;height:76px;transform:translateX(-50%);border:1px solid rgba(204,249,255,.54);border-radius:50% 50% 16px 16px;background:linear-gradient(180deg,rgba(176,244,255,.22),rgba(23,55,70,.5));box-shadow:0 18px 45px #000,0 0 42px rgba(143,234,255,.28),inset 0 0 20px rgba(255,255,255,.14);backdrop-filter:blur(3px)}.ice-plinth b{position:absolute;left:50%;top:23px;transform:translateX(-50%);font-size:23px;color:#dffcff;text-shadow:0 0 20px #8feaff}.ice-crystal{position:absolute;bottom:7px;width:24px;height:58px;background:linear-gradient(135deg,rgba(238,253,255,.86),rgba(77,190,220,.18));clip-path:polygon(50% 0,100% 72%,72% 100%,25% 91%,0 68%);border:1px solid rgba(255,255,255,.35);filter:drop-shadow(0 0 10px rgba(143,234,255,.35))}.ice-crystal.c1{left:22px;transform:rotate(-22deg) scale(.7)}.ice-crystal.c2{right:20px;transform:rotate(20deg) scale(.8)}.ice-crystal.c3{left:66px;bottom:15px;transform:scale(.55)}
.target-confetti{height:155px;width:240px}.party-converter{position:absolute;left:50%;bottom:8px;width:196px;height:104px;transform:translateX(-50%);border:1px solid #5c6570;border-radius:20px;background:linear-gradient(180deg,#303841,#11161a);box-shadow:0 20px 45px #000,0 0 34px rgba(255,94,156,.14);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3px}.party-slot{position:absolute;left:22px;right:22px;top:-9px;height:18px;border-radius:999px;background:#020304;border:1px solid #69747d;box-shadow:inset 0 0 0 4px #0d1114}.party-lights{position:absolute;top:18px;display:flex;gap:7px}.party-lights i{width:6px;height:6px;border-radius:50%;background:var(--acid);box-shadow:0 0 8px currentColor}.party-lights i:nth-child(2){background:var(--pink)}.party-lights i:nth-child(3){background:var(--cyan)}.party-lights i:nth-child(4){background:var(--orange)}.party-nozzle{position:absolute;bottom:-18px;width:74px;height:26px;border-radius:8px 8px 20px 20px;background:linear-gradient(#202930,#070a0c);border:1px solid #59636b}.party-converter>b{font-size:13px;letter-spacing:.11em;margin-top:17px}.party-converter>small{margin:0!important;color:#747d84!important;letter-spacing:.08em!important}.target-confetti.party-mode .party-converter{animation:partyMachine .14s linear 8;box-shadow:0 20px 45px #000,0 0 60px rgba(255,94,156,.38)}.target-confetti.party-mode .party-lights i{animation:partyLights .22s steps(2) infinite}
.freezing-stage{box-shadow:inset 0 0 115px rgba(95,222,255,.16),0 22px 70px rgba(0,0,0,.42)}.confetti-stage{box-shadow:inset 0 0 110px rgba(255,94,156,.1),0 22px 70px rgba(0,0,0,.42)}
.frost-sheet{position:absolute;inset:-2px;border-radius:inherit;pointer-events:none;z-index:5;background:radial-gradient(circle at 18% 22%,rgba(255,255,255,.9) 0 1px,transparent 2px),radial-gradient(circle at 72% 36%,rgba(255,255,255,.78) 0 1px,transparent 2px),linear-gradient(135deg,rgba(223,251,255,.06),rgba(143,234,255,.38));background-size:19px 17px,27px 23px,auto;box-shadow:inset 0 0 18px rgba(215,251,255,.72),inset 0 0 38px rgba(83,231,255,.22);mix-blend-mode:screen;opacity:0}.ice-speck{position:absolute;width:4px;height:4px;border-radius:50%;background:#eaffff;box-shadow:0 0 9px #8feaff;animation:iceTwinkle 1.1s ease-in-out infinite alternate;animation-delay:var(--d);transform:scale(var(--s));z-index:12}.ice-vein{position:absolute;height:1px;transform-origin:left center;background:linear-gradient(90deg,rgba(225,253,255,.95),rgba(143,234,255,.55),transparent);box-shadow:0 0 7px rgba(143,234,255,.62);animation:iceVein 1.3s ease-out forwards;z-index:13}.crack-line{position:absolute;height:2px;transform-origin:left center;background:linear-gradient(90deg,#fff,rgba(175,243,255,.95),transparent);box-shadow:0 0 9px #8feaff;animation:crackGrow .42s ease-out forwards;z-index:14}.ice-shard{position:absolute;background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(177,238,248,.82) 44%,rgba(78,150,173,.45));clip-path:polygon(50% 0,100% 36%,77% 100%,15% 86%,0 29%);border:1px solid rgba(255,255,255,.55);box-shadow:0 0 13px rgba(143,234,255,.45);animation:iceShardFly var(--dur) cubic-bezier(.12,.62,.25,1) forwards;z-index:13}.ice-dust{position:absolute;width:3px;height:3px;border-radius:50%;background:#e8feff;box-shadow:0 0 8px #8feaff;animation:iceDust var(--dur) ease-out forwards;z-index:14}
.confetti-scan{position:absolute;height:4px;background:linear-gradient(90deg,transparent,var(--pink),var(--acid),var(--cyan),transparent);box-shadow:0 0 15px rgba(255,94,156,.7);animation:confettiScan 2.7s linear forwards;z-index:13}.pre-confetti-bit{position:absolute;width:5px;height:8px;background:var(--c);animation:preConfetti 1.25s ease-in forwards;z-index:13}.ritual-confetti{position:absolute;width:7px;height:12px;background:var(--c);border-radius:1px;box-shadow:0 0 5px rgba(255,255,255,.18);animation:ritualConfettiBlast var(--dur) cubic-bezier(.16,.58,.25,1) forwards;z-index:16}.party-puff{position:absolute;width:40px;height:22px;border:2px solid rgba(255,255,255,.7);border-radius:50%;transform:translate(-50%,-50%);animation:partyPuff .65s ease-out forwards;z-index:15}
@keyframes freezeHalo{to{transform:translate(-50%,-50%) rotate(360deg) scaleX(1.04)}}@keyframes partyMachine{0%,100%{transform:translateX(-50%) translate(0,0)}25%{transform:translateX(-50%) translate(-3px,1px)}75%{transform:translateX(-50%) translate(3px,-1px)}}@keyframes partyLights{to{filter:brightness(2.2) saturate(1.8)}}@keyframes iceTwinkle{to{opacity:.28;transform:scale(.35)}}@keyframes iceVein{0%{opacity:0;transform:rotate(var(--rot,0deg)) scaleX(0)}20%{opacity:1}100%{opacity:.55;transform:rotate(var(--rot,0deg)) scaleX(1)}}@keyframes crackGrow{from{opacity:0;scale:0 1}to{opacity:1;scale:1 1}}@keyframes iceShardFly{0%{opacity:1;transform:translate(0,0) rotate(0) scale(1)}100%{opacity:0;transform:translate(var(--tx),var(--ty)) rotate(var(--rot)) scale(.55)}}@keyframes iceDust{0%{opacity:1;transform:translate(0,0) scale(1)}100%{opacity:0;transform:translate(var(--tx),var(--ty)) scale(.1)}}@keyframes confettiScan{0%{transform:translateY(0);opacity:0}12%{opacity:1}100%{transform:translateY(150px);opacity:0}}@keyframes preConfetti{0%{opacity:1;transform:translate(0,0) rotate(0)}100%{opacity:0;transform:translate(var(--tx,0),75px) rotate(420deg)}}@keyframes ritualConfettiBlast{0%{opacity:1;transform:translate(0,0) rotate(0)}42%{opacity:1;transform:translate(var(--tx1),var(--ty1)) rotate(420deg)}100%{opacity:0;transform:translate(var(--tx2),var(--ty2)) rotate(var(--rot))}}@keyframes partyPuff{0%{opacity:.95;transform:translate(-50%,-50%) scale(.25)}100%{opacity:0;transform:translate(-50%,-50%) scale(7)}}

/* =========================================================
   DONE WITH IT · V1 — GRAPHIC RITUAL ARCADE
   Presentation-only layer. V0.8 interaction/routing logic intact.
   ========================================================= */
:root{
  --acid:#d8ff39;
  --acid2:#f2ff91;
  --blue:#2d38ff;
  --blue2:#59ddec;
  --pink:#ff6aa8;
  --hot:#ff5b25;
  --yellow:#ffd95f;
  --cream:#fff9e9;
  --black:#07090c;
}
html,body{background:#050609}
body{background:
  radial-gradient(circle at 14% 12%,rgba(45,56,255,.08),transparent 24%),
  radial-gradient(circle at 82% 72%,rgba(216,255,57,.055),transparent 28%),
  #050609;
}
.ambient-grid{background-size:32px 32px;opacity:.8}
.app-shell{overflow:hidden;background:
  radial-gradient(circle at 22% 15%,rgba(43,54,255,.045),transparent 28%),
  linear-gradient(180deg,rgba(10,13,16,.985),rgba(7,10,12,.98));
  border-color:rgba(255,255,255,.09)}
.app-shell::before{content:"";position:absolute;inset:0;pointer-events:none;background:
  radial-gradient(circle at 110% 23%,rgba(255,106,168,.08),transparent 22%),
  radial-gradient(circle at -12% 52%,rgba(83,231,255,.06),transparent 18%);z-index:0}
.topbar,.screen{position:relative;z-index:2}
.global-sticker-field{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:1}
.gs{position:absolute;opacity:.16;filter:drop-shadow(0 10px 18px rgba(0,0,0,.35))}
.gs-star{right:7px;top:176px;color:var(--acid);font-size:30px;animation:stickerFloat 5.4s ease-in-out infinite}
.gs-squiggle{left:-7px;top:520px;color:var(--pink);font-size:42px;font-weight:950;transform:rotate(90deg);animation:stickerFloat 6.8s ease-in-out infinite reverse}
.gs-dot{right:-16px;top:700px;width:42px;height:42px;border-radius:50%;background:var(--blue);border:2px solid #0a0b0f;box-shadow:0 0 0 3px rgba(255,255,255,.1)}
.gs-ring{left:-26px;top:940px;width:58px;height:58px;border:10px solid var(--yellow);border-radius:50%;transform:rotate(-12deg)}

/* header: simple but toy-like */
.topbar{padding-top:10px}.brand{font-size:13px;letter-spacing:.13em}.brand-mark{background:#0a0d0f;border-width:1.5px;box-shadow:0 0 0 3px rgba(216,255,57,.05),0 0 30px rgba(216,255,57,.14);animation:brandTwinkle 3.2s ease-in-out infinite}.sound-btn,.lang-switch{background:rgba(8,11,13,.76);backdrop-filter:blur(8px)}

/* hero poster */
.hero-poster{position:relative;margin:3px -2px 14px;padding:31px 18px 28px;border-radius:30px;border:1px solid rgba(255,255,255,.11);overflow:hidden;background:
  linear-gradient(150deg,rgba(45,56,255,.18),rgba(10,13,16,.25) 40%,rgba(216,255,57,.04)),
  #0d1115;box-shadow:0 25px 70px rgba(0,0,0,.32)}
.hero-poster::before{content:"";position:absolute;width:170px;height:170px;border-radius:50%;right:-70px;top:-75px;background:var(--blue);opacity:.82;filter:saturate(1.2);box-shadow:0 0 0 14px rgba(255,106,168,.08)}
.hero-poster::after{content:"";position:absolute;left:0;right:0;bottom:0;height:9px;background:linear-gradient(90deg,var(--acid) 0 30%,var(--pink) 30% 52%,var(--blue2) 52% 73%,var(--yellow) 73%)}
.hero-copy h1{max-width:350px;font-size:clamp(49px,13vw,62px);line-height:.86;letter-spacing:-.065em;margin:15px 0 17px;position:relative;z-index:3;text-wrap:balance;text-shadow:0 4px 0 rgba(0,0,0,.18)}
.hero-copy h1 span{position:relative;color:var(--acid);text-shadow:0 0 38px rgba(216,255,57,.12)}
.hero-copy p{position:relative;z-index:3;max-width:300px;color:#b9c0c6}
.hero-poster .eyebrow{position:relative;z-index:3;display:inline-block;background:var(--acid);color:#0a0b0d;padding:7px 10px;border-radius:999px;letter-spacing:.12em;transform:rotate(-1.5deg)}
.hero-stickers span{position:absolute;z-index:4;pointer-events:none}
.sticker-burst{width:48px;height:48px;right:33px;top:104px;background:var(--hot);clip-path:polygon(50% 0,61% 18%,78% 7%,80% 29%,100% 28%,85% 44%,99% 57%,78% 62%,86% 82%,64% 76%,55% 100%,44% 79%,25% 93%,27% 70%,4% 72%,20% 53%,0 42%,22% 36%,14% 14%,38% 24%);animation:stickerWiggle 3.7s ease-in-out infinite}
.sticker-eyes{right:19px;bottom:44px;width:58px;height:36px;background:var(--pink);border:2px solid #0a0b0d;border-radius:10px;transform:rotate(7deg);box-shadow:3px 5px 0 #0a0b0d}
.sticker-eyes i{position:absolute;top:8px;width:16px;height:16px;border-radius:50%;background:#fff;border:2px solid #0a0b0d}.sticker-eyes i::after{content:"";position:absolute;width:6px;height:6px;background:#0a0b0d;border-radius:50%;left:5px;top:5px;animation:pupilLook 2.9s steps(2,end) infinite}.sticker-eyes i:first-child{left:9px}.sticker-eyes i:last-child{right:9px}
.sticker-squiggle{left:22px;bottom:8px;width:54px;height:12px;border-top:7px solid var(--blue2);border-radius:50%;transform:rotate(-8deg)}
.sticker-arrow{right:85px;top:24px;color:var(--cream);font-size:27px;font-weight:950;transform:rotate(13deg);animation:arrowNudge 1.8s ease-in-out infinite}

/* recurring dumb little witness */
.blob-pal{position:absolute;width:82px;height:92px;background:var(--yellow);border:2px solid #0c0d10;border-radius:48% 52% 38% 44% / 38% 42% 58% 62%;box-shadow:5px 7px 0 rgba(0,0,0,.65);z-index:5;transform-origin:50% 90%;animation:blobBob 3.4s ease-in-out infinite}
.blob-pal-hero{right:81px;bottom:-35px;transform:scale(.58) rotate(-7deg);opacity:.96}.blob-eye{position:absolute;top:31px;width:8px;height:12px;background:#101216;border-radius:50%}.blob-eye.e1{left:27px}.blob-eye.e2{right:27px}.blob-mouth{position:absolute;left:34px;top:51px;width:17px;height:7px;border-bottom:3px solid #111;border-radius:0 0 50% 50%;transform:rotate(-4deg)}.blob-arm{position:absolute;width:30px;height:4px;background:#111;border-radius:99px;top:59px}.blob-arm::after{content:"";position:absolute;width:6px;height:6px;border:2px solid #111;border-left:0;border-bottom:0;border-radius:50%;right:-3px;top:-3px}.blob-arm.a1{left:-20px;transform:rotate(-22deg)}.blob-arm.a2{right:-20px;transform:rotate(24deg) scaleX(-1)}

/* pills get sticker tactility */
.starter-wrap{position:relative}.starter-label{font-size:9px;letter-spacing:.18em;color:#9ba2a9}.starter-pills{gap:9px 7px}.starter-pills button{font-weight:760;border:1.5px solid #3b464f;background:#0c1014;padding:10px 14px;box-shadow:2px 3px 0 rgba(0,0,0,.28);transition:transform .16s cubic-bezier(.2,.9,.2,1),background .15s,border-color .15s}.starter-pills button:nth-child(3n+1){transform:rotate(-.7deg)}.starter-pills button:nth-child(3n+2){transform:rotate(.5deg)}.starter-pills button:hover{transform:translateY(-2px) rotate(0);border-color:#67747d}.starter-pills button.selected{box-shadow:3px 5px 0 rgba(0,0,0,.5),0 0 28px rgba(216,255,57,.12);transform:translateY(-1px) rotate(-1deg)}

/* note as physical paper prop */
.input-card{position:relative;border:0;background:linear-gradient(155deg,#fffdf5,#f3edda 60%,#e6dcc3);color:#101216;border-radius:18px;padding:19px 18px 14px;box-shadow:7px 10px 0 #171b1f,0 30px 70px rgba(0,0,0,.34);transform:rotate(-.4deg);overflow:visible}.input-card::before{content:"";position:absolute;width:74px;height:20px;background:rgba(216,255,57,.78);left:50%;top:-9px;transform:translateX(-50%) rotate(1deg);box-shadow:0 2px 0 rgba(0,0,0,.14)}.input-card::after{content:"✦";position:absolute;right:-8px;top:-15px;width:37px;height:37px;display:grid;place-items:center;border-radius:50%;background:var(--pink);color:#101216;border:2px solid #101216;font-size:20px;box-shadow:3px 4px 0 #101216;transform:rotate(10deg)}.input-card label{color:#444237;text-transform:uppercase;letter-spacing:.08em;font-size:9px}.input-card textarea{color:#121316;font-size:31px}.input-card textarea::placeholder{color:#a19882}.input-footer{border-color:rgba(30,30,25,.16)}.input-footer span{color:#797262}.input-card .primary{background:#111318;color:var(--acid);box-shadow:0 0 0 2px #111318,3px 4px 0 rgba(0,0,0,.2)}.privacy-note{margin-top:18px}

/* section / method poster */
.section-head{position:relative}.section-head h2{font-size:48px;line-height:.88;margin-top:14px;max-width:380px}.thought-preview{border:0;background:#12181c;border-radius:18px;padding:12px 15px;font-size:24px;box-shadow:inset 0 0 0 1px #2f3a42;transform:rotate(.4deg)}
.method-poster-deco{height:34px;position:relative;margin:-5px 0 10px}.mpd-star,.mpd-tag,.mpd-orbit{position:absolute}.mpd-star{left:12px;color:var(--pink);font-size:27px;animation:stickerWiggle 3s infinite}.mpd-tag{right:15px;top:0;background:var(--blue);color:#fff;padding:7px 11px;border-radius:6px;border:2px solid #08090b;font-size:10px;font-weight:1000;letter-spacing:.09em;transform:rotate(5deg);box-shadow:3px 4px 0 #090a0c}.mpd-orbit{left:51%;top:11px;width:55px;height:16px;border:2px solid var(--acid);border-radius:50%;transform:rotate(-12deg)}
.method-grid{grid-template-columns:1fr 1fr;gap:10px}.method-card{position:relative;grid-template-columns:1fr;grid-template-rows:56px auto 0;gap:8px;min-height:146px;padding:13px 12px 14px;border:2px solid #263038;border-radius:22px;background:linear-gradient(150deg,#161d22,#0c1014);box-shadow:4px 6px 0 #050608;overflow:hidden}.method-card::before{content:"";position:absolute;width:70px;height:70px;border-radius:50%;right:-28px;bottom:-28px;background:var(--card-accent,var(--blue));opacity:.22}.method-card:hover{border-color:#596772;transform:translateY(-2px)}.method-card>span{position:absolute;right:12px;bottom:12px;font-size:17px;color:var(--acid)}.method-card strong{font-size:18px;line-height:.95;letter-spacing:-.02em}.method-card small{font-size:10px;max-width:120px}.method-icon{width:54px;height:54px;border-radius:50%;border:2px solid rgba(255,255,255,.14);box-shadow:inset 0 0 0 4px rgba(255,255,255,.025),0 10px 20px rgba(0,0,0,.3)}.method-card[data-method="shred"]{--card-accent:var(--blue2)}.method-card[data-method="burn"]{--card-accent:var(--hot)}.method-card[data-method="void"]{--card-accent:#8468ff}.method-card[data-method="freeze"]{--card-accent:#8beeff}.method-card[data-method="confetti"]{--card-accent:var(--pink)}.method-extension .method-card{min-height:90px;grid-template-columns:58px 1fr auto;grid-template-rows:auto}.extension-card>span{position:static}.secondary.full{border-width:1.5px}.drama-toggle{border-style:dashed}

/* ritual stage becomes illustrated mini poster */
.ritual-stage{height:514px;border:2px solid #303941;border-radius:28px;background:#131920;box-shadow:6px 8px 0 #050608,0 30px 70px rgba(0,0,0,.5);overflow:hidden}.ritual-stage::after{background:linear-gradient(180deg,rgba(255,255,255,.055),transparent 26%,rgba(0,0,0,.25));z-index:2}.ritual-stage[data-method="shred"]{background:radial-gradient(circle at 50% 78%,rgba(83,231,255,.26),transparent 32%),linear-gradient(#17232b,#0c1115 66%)}.ritual-stage[data-method="burn"]{background:radial-gradient(circle at 50% 83%,rgba(255,91,37,.42),transparent 34%),linear-gradient(#251513,#0d1014 65%)}.ritual-stage[data-method="void"]{background:radial-gradient(circle at 50% 82%,rgba(109,84,255,.38),transparent 35%),linear-gradient(#15162a,#0b0e13 65%)}.ritual-stage[data-method="freeze"]{background:radial-gradient(circle at 50% 83%,rgba(89,221,236,.35),transparent 35%),linear-gradient(#13272d,#0b1115 66%)}.ritual-stage[data-method="confetti"]{background:radial-gradient(circle at 50% 83%,rgba(255,106,168,.32),transparent 35%),linear-gradient(#20162a,#0b1014 66%)}.ritual-stage[data-method="explode"]{background:radial-gradient(circle at 50% 83%,rgba(255,91,37,.42),transparent 35%),linear-gradient(#281319,#0c0f13 66%)}
.stage-illustration-layer{position:absolute;inset:0;z-index:1;pointer-events:none}.cloud-puff{position:absolute;bottom:-28px;width:120px;height:76px;border-radius:50%;background:rgba(255,249,233,.14);filter:blur(.1px);box-shadow:32px -18px 0 rgba(255,249,233,.1),70px 4px 0 rgba(255,249,233,.12),-38px 8px 0 rgba(255,249,233,.08);animation:cloudBreathe 4s ease-in-out infinite}.cp1{left:-38px}.cp2{left:88px;bottom:-43px;transform:scale(.8);animation-delay:-1.1s}.cp3{right:50px;bottom:-38px;transform:scale(1.08);animation-delay:-2.2s}.cp4{right:-42px;bottom:-25px;transform:scale(.75);animation-delay:-.4s}.geo-shape{position:absolute;opacity:.92;filter:drop-shadow(3px 5px 0 rgba(0,0,0,.26));animation:geoFloat 4.6s ease-in-out infinite}.geo-square{width:26px;height:26px;border:8px solid var(--pink);left:20px;bottom:94px;transform:rotate(-9deg)}.geo-zig{width:45px;height:42px;right:34px;bottom:122px;background:var(--blue2);clip-path:polygon(0 0,55% 0,38% 31%,85% 31%,54% 100%,0 100%,23% 61%,0 61%);animation-delay:-1.2s}.geo-pill{width:48px;height:14px;border-radius:999px;background:var(--acid);right:18px;bottom:52px;transform:rotate(-38deg);animation-delay:-2.1s}.geo-arc{width:48px;height:48px;border:10px solid var(--yellow);border-right-color:transparent;border-bottom-color:transparent;border-radius:50%;left:60px;bottom:35px;transform:rotate(-16deg);animation-delay:-2.8s}.ritual-stage[data-method="burn"] .geo-square,.ritual-stage[data-method="burn"] .geo-zig{filter:hue-rotate(80deg)}.ritual-stage[data-method="void"] .geo-shape{opacity:.58}.ritual-stage[data-method="freeze"] .geo-pill{background:#d9fbff}.ritual-stage[data-method="confetti"] .geo-shape{opacity:1}
.paper{top:56px;box-shadow:7px 10px 0 rgba(5,6,8,.58),0 28px 55px rgba(0,0,0,.5);border-radius:7px;transform:translate3d(-50%,0,0) rotate(-2.2deg)}.paper::before{opacity:1}.paper-grip{color:#8f8674}.paper p{font-size:29px}.drag-hint{display:inline-block;background:var(--acid);color:#141519;padding:4px 7px;border-radius:999px;letter-spacing:.09em;transform:rotate(-1deg)}

/* more object-like targets */
.shred-body{background:linear-gradient(145deg,#efe7d2,#bdb59f 72%,#77715f);border:2px solid #17191c;color:#101216;box-shadow:6px 8px 0 #111318,0 20px 45px #000,0 0 45px rgba(83,231,255,.16)}.shred-body b{font-weight:1000}.shred-body small{color:#383a3a!important}.shred-slot{background:#161719;border-color:#111;box-shadow:inset 0 5px 0 rgba(0,0,0,.45)}
.target-burn::before{content:"";position:absolute;left:50%;bottom:-5px;width:170px;height:50px;transform:translateX(-50%) perspective(120px) rotateX(58deg);border-radius:50%;background:radial-gradient(ellipse,#ffcc6f 0 9%,#7b2818 36%,#131316 72%);border:2px solid #0c0d10;box-shadow:0 12px 0 #090a0c,0 0 50px rgba(255,91,37,.48)}.target-burn .fire-stack{filter:saturate(1.22) contrast(1.06)}
.target-void::before{content:"";position:absolute;left:50%;bottom:-6px;width:184px;height:118px;transform:translateX(-50%);border-radius:28px 28px 18px 18px;background:linear-gradient(145deg,#e8dfcb,#8b867c);border:2px solid #0d0e10;box-shadow:6px 8px 0 #0b0d0f,0 22px 38px #000;z-index:-1}.target-void::after{content:"VOID™";position:absolute;left:50%;bottom:10px;transform:translateX(-50%);font-size:8px;font-weight:1000;letter-spacing:.17em;color:#18191b;z-index:1}.black-hole{border:4px solid #1b1c22}.accretion-disc{filter:saturate(1.35) brightness(1.3)}
.ice-plinth{background:linear-gradient(145deg,#eafaff,#9edce8 55%,#3b6973);border:2px solid #101316;box-shadow:6px 8px 0 #0d1114,0 20px 45px #000,0 0 50px rgba(143,234,255,.3)}
.party-converter{background:linear-gradient(145deg,#f0e6cc,#c6b993 62%,#786f5c);border:2px solid #111318;color:#121417;box-shadow:6px 8px 0 #101216,0 20px 45px #000,0 0 34px rgba(255,94,156,.18)}.party-converter>small{color:#49483f!important}.party-nozzle{border:2px solid #111;background:#34393b}.party-slot{border-color:#111;background:#111}.target-explode .bomb-core{box-shadow:5px 7px 0 #111,0 0 40px rgba(255,91,37,.8);border:2px solid #111}

/* illustrated push console — intentionally more toy than UI */
.ritual-controls{padding-top:17px}.push-console{position:relative;width:100%;height:112px;border:0;border-radius:28px;padding:0 18px 0 148px;background:var(--yellow);color:#0b0d10;overflow:visible;box-shadow:6px 8px 0 #090a0c,0 0 42px rgba(216,255,57,.14);isolation:isolate}.push-console::before{content:"";position:absolute;inset:4px;border:2px solid #0b0d10;border-radius:24px;pointer-events:none}.push-console-art{position:absolute;left:5px;top:-10px;width:142px;height:126px}.push-tile{position:absolute;left:16px;bottom:12px;width:105px;height:82px;border-radius:22px;background:#ffe783;border:2px solid #0c0d10;box-shadow:4px 6px 0 #0c0d10}.push-knob{position:absolute;left:50%;top:24px;width:50px;height:22px;transform:translateX(-50%);border-radius:50%;background:#121416;border:2px solid #0c0d10;box-shadow:0 8px 0 #050608,0 10px 14px rgba(0,0,0,.35);transition:transform .12s ease,box-shadow .12s ease}.push-shadow{position:absolute;left:27px;right:27px;bottom:13px;height:8px;border-radius:50%;background:rgba(0,0,0,.17);filter:blur(3px)}.push-hand{position:absolute;width:104px;height:82px;left:35px;top:-5px;filter:drop-shadow(4px 5px 0 rgba(0,0,0,.3));transform-origin:72% 70%;transition:transform .16s cubic-bezier(.2,.8,.2,1);z-index:4}.push-impact{position:absolute;left:60px;top:49px;color:var(--hot);font-size:30px;opacity:0;transform:scale(.2) rotate(-20deg);z-index:5}.push-copy{display:flex;position:relative;z-index:3;flex-direction:column;align-items:flex-start;text-align:left}.push-copy strong{font-size:24px;line-height:.9;letter-spacing:-.025em}.push-copy em{font-style:normal;font-size:8px;margin-top:7px;text-transform:uppercase;letter-spacing:.14em;opacity:.62}.push-console:active,.push-console.is-pressed{transform:translate(2px,3px);box-shadow:3px 4px 0 #090a0c,0 0 38px rgba(216,255,57,.12)}.push-console:active .push-hand,.push-console.is-pressed .push-hand{transform:translateY(12px) rotate(3deg)}.push-console:active .push-knob,.push-console.is-pressed .push-knob{transform:translateX(-50%) translateY(7px) scaleY(.72);box-shadow:0 2px 0 #050608}.push-console:active .push-impact,.push-console.is-pressed .push-impact{animation:pushImpact .42s ease-out}.push-console:disabled{opacity:.58;filter:saturate(.8)}

/* celebration becomes poster, not a modal */
.poster-celebrate{padding-top:16px;position:relative}.poster-celebrate::before{content:"";position:absolute;top:65px;left:-25px;right:-25px;height:270px;background:var(--blue);border:2px solid #090a0c;transform:rotate(-2deg);z-index:-1;box-shadow:7px 9px 0 #090a0c}.party-orb{position:relative;background:var(--cream);border:3px solid #0c0d10;box-shadow:5px 7px 0 #0c0d10,0 0 0 9px var(--acid);z-index:2}.party-orb span{filter:drop-shadow(0 4px 0 rgba(0,0,0,.22))}.poster-celebrate .eyebrow{display:inline-block;background:var(--acid);color:#0b0d10;padding:6px 10px;border-radius:999px;transform:rotate(2deg);position:relative;z-index:2}.celebrate-wrap h2{position:relative;z-index:2;color:#fff;font-size:57px;line-height:.84;text-shadow:4px 5px 0 rgba(0,0,0,.28);margin:16px 0 14px}.celebrate-wrap>p{position:relative;z-index:2;color:#e8ebf4;max-width:340px}.celebrate-stamp{position:relative;z-index:2;background:var(--cream);color:#0c0d10;border:3px solid #0c0d10;box-shadow:4px 5px 0 #0c0d10;transform:rotate(-5deg)}.celebrate-stickers i{position:absolute;z-index:3;pointer-events:none}.cs-star{left:6px;top:92px;font-style:normal;font-size:45px;color:var(--yellow);animation:stickerWiggle 3s infinite}.cs-flower{right:4px;top:150px;width:45px;height:45px;background:var(--hot);clip-path:polygon(50% 0,61% 22%,82% 8%,80% 32%,100% 38%,77% 51%,93% 70%,68% 68%,68% 95%,50% 77%,31% 97%,30% 69%,5% 75%,23% 52%,0 39%,25% 33%,18% 8%,39% 23%);animation:stickerWiggle 4s infinite reverse}.cs-arrow{right:40px;top:42px;font-style:normal;font-size:30px;color:var(--acid);transform:rotate(20deg)}.cs-squiggle{left:34px;top:290px;font-style:normal;font-size:34px;color:var(--pink)}.blob-pal-celebrate{right:5px;top:326px;transform:scale(.5) rotate(12deg);animation:blobDance .55s ease-in-out infinite alternate}.blob-pal-celebrate small{position:absolute;left:25px;bottom:-24px;font-size:17px;color:var(--acid);font-family:"Caveat",cursive;transform:rotate(-8deg)}
.next-panel{position:relative;z-index:4;margin-top:32px}.next-label{color:var(--acid)}.next-card{border:2px solid #47535c;box-shadow:4px 5px 0 #050608;background:linear-gradient(145deg,#172026,#0e1317)}.next-icon{border-radius:18px;background:var(--acid);color:#0c0e10;border:2px solid #0b0d0f;box-shadow:2px 3px 0 #0b0d0f}.next-card:hover{border-color:var(--acid)}

/* micro quests = small editorial posters */
.micro-shell{padding-bottom:28px}.micro-poster{position:relative;overflow:hidden;border:2px solid #303a42;border-radius:28px;background:linear-gradient(155deg,#151d22,#0c1014);box-shadow:6px 8px 0 #050608;min-height:520px;padding:31px 22px 24px}.micro-poster::before{content:"";position:absolute;width:210px;height:210px;border-radius:50%;right:-110px;top:-100px;background:var(--blue);opacity:.55}.micro-poster::after{content:"";position:absolute;left:-50px;bottom:-80px;width:180px;height:180px;border:28px solid rgba(216,255,57,.1);border-radius:50%}.micro-card h2{position:relative;z-index:2;font-size:48px;line-height:.88;text-wrap:balance}.micro-card p,.micro-card button,.micro-card .big-emoji,.micro-card .fake-stat,.micro-card .timer,.micro-card .micro-kicker{position:relative;z-index:2}.big-emoji{font-size:69px;filter:drop-shadow(5px 6px 0 rgba(0,0,0,.4));animation:emojiBob 2.6s ease-in-out infinite}.fake-stat{font-size:78px!important;letter-spacing:-.06em;color:var(--acid)!important;text-shadow:4px 5px 0 rgba(0,0,0,.35)}.micro-sticker{position:absolute;z-index:3;width:52px;height:52px;display:grid;place-items:center;border-radius:50%;border:2px solid #0a0c0e;font-style:normal;font-size:24px;font-weight:1000;box-shadow:4px 5px 0 #0a0c0e;animation:stickerWiggle 3.2s ease-in-out infinite}.ms-lock{left:18px;top:24px;background:var(--pink);transform:rotate(-10deg)}.ms-news{right:18px;top:24px;background:var(--hot);color:#fff;transform:rotate(9deg)}.ms-quest{right:18px;top:22px;background:var(--yellow);color:#101216;transform:rotate(7deg)}.micro-card .primary{box-shadow:4px 5px 0 #0b0d0f,0 0 30px rgba(216,255,57,.09)}

/* primary / secondary hierarchy */
.primary{background:linear-gradient(90deg,var(--acid),var(--acid2));color:#080a0c;border:2px solid #0b0d0f;box-shadow:4px 5px 0 #0b0d0f,0 0 30px rgba(216,255,57,.12)}.secondary{border:1.5px solid #60707b;background:#12191d;color:#f4f5ef;box-shadow:2px 3px 0 #07090b}.secondary:hover{border-color:#8b9aa4}.secondary:active{box-shadow:1px 1px 0 #07090b}

/* motion */
@keyframes stickerFloat{0%,100%{transform:translateY(0) rotate(-3deg)}50%{transform:translateY(-10px) rotate(4deg)}}
@keyframes stickerWiggle{0%,100%{transform:rotate(-5deg) scale(1)}50%{transform:rotate(6deg) scale(1.05)}}
@keyframes pupilLook{0%,35%{transform:translateX(-2px)}36%,70%{transform:translateX(2px)}71%,100%{transform:none}}
@keyframes arrowNudge{0%,100%{transform:translate(0,0) rotate(13deg)}50%{transform:translate(4px,5px) rotate(13deg)}}
@keyframes blobBob{0%,100%{translate:0 0}50%{translate:0 -7px}}
@keyframes blobDance{from{translate:0 2px;rotate:-3deg}to{translate:0 -7px;rotate:6deg}}
@keyframes brandTwinkle{0%,100%{transform:rotate(0) scale(1)}50%{transform:rotate(8deg) scale(1.06)}}
@keyframes cloudBreathe{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-7px) scale(1.05)}}
@keyframes geoFloat{0%,100%{translate:0 0;rotate:-2deg}50%{translate:0 -10px;rotate:7deg}}
@keyframes pushImpact{0%{opacity:0;transform:scale(.2) rotate(-20deg)}30%{opacity:1;transform:scale(1.25) rotate(5deg)}100%{opacity:0;transform:scale(1.8) rotate(20deg)}}
@keyframes emojiBob{0%,100%{transform:translateY(0) rotate(-3deg)}50%{transform:translateY(-9px) rotate(4deg)}}

/* small phone refinements */
@media (max-width:370px){
  .hero-copy h1{font-size:49px}.method-grid{grid-template-columns:1fr}.method-card{min-height:94px;grid-template-columns:54px 1fr auto;grid-template-rows:auto}.method-card>span{position:static}.push-console{height:104px;padding-left:135px}.push-console-art{transform:scale(.9);transform-origin:left center}.micro-card h2{font-size:43px}
}
@media (prefers-reduced-motion:reduce){.gs,.sticker-burst,.sticker-arrow,.blob-pal,.geo-shape,.cloud-puff,.big-emoji,.micro-sticker,.brand-mark{animation:none!important}}

/* =========================================================
   V2 CLEAN ART DIRECTION OVERRIDES
   Presentation only — no app logic changes.
   ========================================================= */

/* Hero: poster section, no card container. Keep the eye-roll character. */
.hero-poster{
  margin:2px -16px 18px;
  padding:34px 22px 24px;
  border:0;
  border-radius:0;
  overflow:visible;
  background:transparent;
  box-shadow:none;
  min-height:330px;
}
.hero-poster::before{
  width:166px;height:166px;right:-82px;top:-24px;
  background:linear-gradient(145deg,#3443ff 0 68%,#1f2acb 68% 100%);
  border:2px solid #0a0c0e;
  box-shadow:-13px 14px 0 rgba(255,94,156,.11);
  opacity:1;
}
.hero-poster::after{display:none}
.hero-poster .eyebrow{
  padding:7px 11px;
  transform:rotate(-1deg);
  box-shadow:2px 3px 0 #090b0d;
}
.hero-copy h1{
  max-width:342px;
  font-size:54px;
  line-height:.82;
  letter-spacing:-.072em;
  margin:18px 0 15px;
  text-wrap:balance;
  text-shadow:none;
}
html[lang="vi"] .hero-copy h1{font-size:51px;max-width:350px;line-height:.83}
.hero-copy h1 span{text-shadow:none}
.hero-copy p{
  max-width:318px;
  font-size:13px;
  line-height:1.46;
  color:#aeb6bd;
}
.hero-stickers .sticker-squiggle,.hero-stickers .sticker-arrow{display:none}
.sticker-burst{right:36px;top:155px;width:42px;height:42px}
.sticker-eyes{
  right:28px;bottom:35px;width:62px;height:38px;
  transform:rotate(7deg);
  box-shadow:4px 5px 0 #080a0c;
}
.sticker-eyes i{top:8px;width:17px;height:17px}
.sticker-eyes i:first-child{left:10px}.sticker-eyes i:last-child{right:10px}
.blob-pal-hero{display:none}

/* Side quests: one coherent sticker-object language for every mission icon. */
.quest-poster{padding-top:34px}
.quest-graphic{
  --qbg:#ffd95f;
  width:92px;height:82px;
  margin:22px auto 20px;
  position:relative;z-index:3;
  display:grid;place-items:center;
  border:2.5px solid #0a0c0e;
  border-radius:22px 18px 24px 19px;
  background:var(--qbg);
  box-shadow:6px 7px 0 #090b0d;
  transform:rotate(-3deg);
  animation:questCardFloat 3s ease-in-out infinite;
}
.quest-graphic::before{
  content:"";position:absolute;width:24px;height:24px;border-radius:50%;
  right:-9px;top:-9px;background:#ff5b25;border:2px solid #0a0c0e;
  box-shadow:2px 3px 0 #0a0c0e;
}
.quest-symbol{
  position:relative;z-index:2;
  display:grid;place-items:center;
  width:58px;height:58px;
  font-size:43px;line-height:1;
  filter:saturate(.88) contrast(1.05) drop-shadow(2px 3px 0 rgba(0,0,0,.15));
  transform:rotate(3deg);
}
.quest-spark{
  position:absolute;z-index:4;left:-11px;bottom:-12px;
  width:30px;height:30px;display:grid;place-items:center;
  border-radius:50%;background:#d9ff43;color:#101216;
  border:2px solid #0a0c0e;box-shadow:2px 3px 0 #0a0c0e;
  font-style:normal;font-weight:1000;font-size:15px;
}
.quest-dot{
  position:absolute;right:12px;bottom:9px;width:10px;height:10px;
  background:#2d38ff;border:2px solid #0a0c0e;border-radius:50%;
}
.quest-poster .big-emoji{margin:0}
.quest-poster .mission-title{margin-top:10px}
@keyframes questCardFloat{0%,100%{transform:translateY(0) rotate(-3deg)}50%{transform:translateY(-7px) rotate(2deg)}}

/* Signature PUSH control: same tactile composition language as the reference,
   redrawn for Done With It rather than copied as an asset. */
.ritual-controls>p{margin-bottom:14px}
.push-console{
  width:100%;height:176px;
  padding:0;
  border:0;
  border-radius:28px;
  background:transparent;
  box-shadow:none;
  overflow:visible;
  transform:none;
}
.push-console::before{display:none}
.push-panel{
  position:absolute;inset:0;
  border-radius:28px 24px 30px 25px;
  background:#ffd95f;
  border:2.5px solid #0a0c0e;
  box-shadow:7px 8px 0 #080a0c,0 0 34px rgba(217,255,67,.08);
  overflow:hidden;
  transition:transform .14s cubic-bezier(.2,.8,.2,1),box-shadow .14s ease;
}
.push-panel::before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(145deg,rgba(255,255,255,.2),transparent 36%);
}
.push-puck-wrap{
  position:absolute;left:50%;top:61px;width:88px;height:48px;
  transform:translateX(-50%);
}
.push-puck-shadow{
  position:absolute;left:8px;right:8px;bottom:0;height:18px;
  border-radius:50%;background:rgba(0,0,0,.18);filter:blur(3px);
}
.push-puck{
  position:absolute;left:50%;top:0;width:76px;height:34px;
  transform:translateX(-50%);
  border-radius:50%;background:#111316;border:2.5px solid #07080a;
  box-shadow:0 10px 0 #040506,0 14px 16px rgba(0,0,0,.3),inset 0 2px 0 rgba(255,255,255,.09);
  transition:transform .12s ease,box-shadow .12s ease;
}
.push-hand{
  position:absolute;z-index:6;
  width:126px;height:101px;
  left:50%;top:-27px;
  transform:translateX(-50%) rotate(1deg);
  transform-origin:59% 86%;
  filter:drop-shadow(4px 5px 0 rgba(0,0,0,.28));
  transition:transform .14s cubic-bezier(.2,.8,.2,1);
}
.push-impact{
  position:absolute;z-index:8;left:calc(50% + 24px);top:62px;
  color:#ff5b25;font-size:34px;opacity:0;
  transform:scale(.2) rotate(-20deg);
}
.push-label-plate{
  position:absolute;left:50%;bottom:20px;z-index:5;
  min-width:168px;height:42px;padding:0 17px;
  transform:translateX(-50%) rotate(1deg);
  display:flex;align-items:center;justify-content:center;gap:12px;
  border-radius:10px 12px 9px 11px;
  background:#fffdf2;color:#0b0d10;
  border:2.5px solid #0a0c0e;
  box-shadow:4px 5px 0 #0a0c0e;
}
.push-label-plate strong{font-size:18px;line-height:1;letter-spacing:-.025em}
.push-label-plate b{font-size:22px;line-height:1}
.push-click-cursor{
  position:absolute;right:28px;bottom:13px;z-index:7;
  color:#0b0d10;font-size:22px;font-weight:1000;
  transform:rotate(-12deg);
  animation:cursorNudge 1.7s ease-in-out infinite;
}
.push-console:active,.push-console.is-pressed{transform:none;box-shadow:none}
.push-console:active .push-panel,.push-console.is-pressed .push-panel{
  transform:translate(3px,4px);
  box-shadow:3px 4px 0 #080a0c,0 0 30px rgba(217,255,67,.07);
}
.push-console:active .push-hand,.push-console.is-pressed .push-hand{
  transform:translateX(-50%) translateY(18px) rotate(3deg);
}
.push-console:active .push-puck,.push-console.is-pressed .push-puck{
  transform:translateX(-50%) translateY(8px) scaleY(.72);
  box-shadow:0 2px 0 #040506,0 4px 7px rgba(0,0,0,.26);
}
.push-console:active .push-label-plate,.push-console.is-pressed .push-label-plate{
  transform:translateX(-50%) translateY(2px) rotate(1deg);
  box-shadow:2px 3px 0 #0a0c0e;
}
.push-console:active .push-impact,.push-console.is-pressed .push-impact{animation:pushImpact .42s ease-out}
.push-console:disabled{opacity:.58;filter:saturate(.8)}
@keyframes cursorNudge{0%,100%{transform:translate(0,0) rotate(-12deg)}50%{transform:translate(-4px,-4px) rotate(-12deg)}}

/* slightly cleaner quest cards and headline spacing */
.micro-poster{min-height:500px;padding-left:24px;padding-right:24px}
.micro-card h2{font-size:45px;line-height:.9;letter-spacing:-.057em;margin:15px 0 13px}
.micro-card p{margin:0 0 17px}
.micro-poster::before{opacity:.44}
.ms-quest{width:48px;height:48px;font-size:21px}

@media (max-width:370px){
  .hero-copy h1{font-size:48px;max-width:315px}
  html[lang="vi"] .hero-copy h1{font-size:46px}
  .hero-poster{min-height:305px;padding-left:18px;padding-right:18px}
  .push-console{height:168px}
  .push-hand{width:116px;height:93px}
  .push-label-plate{min-width:154px}
  .micro-card h2{font-size:41px}
}

/* =========================================================
   V3 — FIXED APP LAYOUT + STABLE VISUAL ZONES
   Presentation-only pass. Core logic stays unchanged.
   ========================================================= */

html,body{height:100%;min-height:100%;overflow:hidden}
body{min-height:100dvh;max-height:100dvh;overflow:hidden;align-items:stretch}
.app-shell{
  height:100dvh;min-height:0;max-height:100dvh;
  overflow:hidden;display:flex;flex-direction:column;
  padding:calc(10px + env(safe-area-inset-top)) 16px calc(12px + env(safe-area-inset-bottom));
}
.topbar{
  position:relative;top:auto;flex:0 0 auto;
  min-height:52px;margin:0 -2px 8px;padding:4px 2px 7px;
  background:transparent;
}
.screen{min-height:0;overflow:hidden}
.screen.active{display:flex;flex:1 1 auto;min-height:0;overflow:hidden;flex-direction:column}

/* Home: compact poster hero, main interaction stays high in the viewport. */
[data-screen="input"].active{gap:0;justify-content:flex-start}
.hero-poster{
  flex:0 0 auto;min-height:0;margin:0 -4px 8px;padding:8px 10px 8px;
}
.hero-poster::before{width:112px;height:112px;right:-48px;top:-18px}
.hero-poster .eyebrow{font-size:8px;padding:5px 8px}
.hero-copy h1{
  max-width:310px;font-size:46px;line-height:.84;letter-spacing:-.068em;
  margin:11px 0 9px;
}
html[lang="vi"] .hero-copy h1{font-size:44px;max-width:300px;line-height:.85}
.hero-copy p{max-width:310px;font-size:11px;line-height:1.4}
.sticker-burst{right:25px;top:86px;width:32px;height:32px}
.sticker-eyes{right:18px;bottom:15px;width:54px;height:34px}
.sticker-eyes i{top:7px;width:15px;height:15px}
.starter-wrap{flex:0 0 auto;margin:0 0 9px}
.starter-label{font-size:8px;margin-bottom:7px}
.starter-pills{gap:6px}
.starter-pills button{padding:7px 10px;font-size:10px;line-height:1.05}
.input-card{flex:0 0 auto;padding:12px 13px;border-radius:18px;box-shadow:0 14px 42px rgba(0,0,0,.34)}
.input-card label{font-size:9px;margin-bottom:5px}
.input-card textarea{font-size:25px;min-height:76px;max-height:76px;padding:0}
html[lang="vi"] .input-card textarea{font-size:23px}
.input-footer{padding-top:9px}
.input-footer .primary{padding:10px 14px}
.privacy-note{flex:0 0 auto;margin:7px 3px 0;font-size:9px}

/* Method selection: fixed compact zones; five core choices always fit. */
[data-screen="method"].active{position:relative}
[data-screen="method"]>.back-btn{flex:0 0 auto;margin:0 0 5px;align-self:flex-start}
[data-screen="method"] .section-head{flex:0 0 auto;margin:0 0 6px}
[data-screen="method"] .section-head h2{font-size:34px;line-height:.9;margin:5px 0 5px}
[data-screen="method"] .thought-preview{margin-top:7px;padding:4px 8px;font-size:18px;line-height:1.04;max-height:42px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.method-poster-deco{display:none}
.method-grid{
  flex:1 1 auto;min-height:0;
  display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(3,minmax(0,1fr));
  gap:7px;
}
.method-card{
  min-height:0;height:100%;padding:8px 9px;border-radius:17px;
  grid-template-rows:38px auto 0;gap:4px;box-shadow:2px 3px 0 #050608;
}
.method-card:nth-child(5){grid-column:1 / -1;grid-template-columns:42px 1fr auto;grid-template-rows:auto;align-items:center}
.method-card:nth-child(5)>span{position:static}
.method-card strong{font-size:14px;line-height:1}
.method-card small{font-size:8px;line-height:1.15;max-width:115px}
.method-icon{width:38px;height:38px;font-size:20px}
.method-card>span{font-size:14px;right:8px;bottom:8px}
[data-screen="method"]>.secondary.full{flex:0 0 auto;margin-top:6px;padding:9px 12px;font-size:10px}
.drama-toggle{margin-top:5px!important}
.method-extension:not([hidden]){
  position:absolute;left:0;right:0;bottom:43px;z-index:40;
  padding:10px;border:1px solid #354149;border-radius:18px;
  background:rgba(11,14,17,.98);box-shadow:0 -18px 55px rgba(0,0,0,.55);
}
.method-extension .extension-label{font-size:8px;margin-bottom:7px}
.method-extension .method-card{height:66px;min-height:66px}

/* Ritual: stage flexes, controls stay locked to the bottom, no scrolling. */
.ritual-screen.active{min-height:0}
.ritual-top{flex:0 0 auto;min-height:32px}
.ritual-top .back-btn{margin:0 0 5px}
.ritual-stage{
  flex:1 1 auto;height:auto;min-height:260px;margin:0;
  border-radius:22px;
}
.target{bottom:9px;height:150px}
.paper{top:34px;min-height:118px;width:278px;padding:22px 18px 17px}
.paper p{font-size:24px;margin:5px 0 13px}
html[lang="vi"] .paper p{font-size:22px}
.ritual-controls{flex:0 0 144px;padding:7px 0 0;justify-content:flex-start}
.ritual-controls>p{min-height:30px;max-height:30px;overflow:hidden;margin:0 0 4px;font-size:9px;line-height:1.32;display:grid;place-items:center}
.ritual-controls>small{font-size:8px;margin-top:2px}

/* Signature control: ONLY the cartoon hand + black physical puck as the visual.
   No colored tile, no illustrated background panel. */
.push-console{
  position:relative;width:100%;height:98px;min-height:98px;
  padding:0;border:0!important;border-radius:0;background:transparent!important;
  box-shadow:none!important;overflow:visible;color:var(--text);isolation:isolate;
}
.push-console::before,.push-console::after{display:none!important}
.push-visual{position:absolute;left:50%;top:0;width:170px;height:78px;transform:translateX(-50%);pointer-events:none}
.push-hand{
  width:110px;height:91px;left:50%;top:-22px;
  transform:translateX(-50%) rotate(1deg);transform-origin:54% 88%;
  filter:drop-shadow(4px 5px 0 rgba(0,0,0,.38));
  transition:transform .15s cubic-bezier(.2,.8,.2,1);
}
.push-puck-wrap{left:50%;top:56px;width:92px;height:40px;transform:translateX(-50%)}
.push-puck-shadow{left:9px;right:9px;bottom:-2px;height:15px;background:rgba(0,0,0,.42);filter:blur(4px)}
.push-puck{
  width:78px;height:31px;background:linear-gradient(180deg,#1d2024,#08090b 68%);
  border:2.5px solid #020304;box-shadow:0 9px 0 #020304,0 13px 17px rgba(0,0,0,.52),inset 0 2px 0 rgba(255,255,255,.09);
}
.push-impact{left:calc(50% + 25px);top:48px;font-size:29px;color:var(--acid)}
.push-caption{
  position:absolute;left:50%;bottom:-2px;transform:translateX(-50%);
  display:flex;align-items:center;gap:7px;color:var(--acid);white-space:nowrap;
  font-size:11px;font-weight:1000;letter-spacing:.13em;text-transform:uppercase;
}
.push-caption b{font-size:16px;line-height:1}
.push-console:active,.push-console.is-pressed{transform:none!important;box-shadow:none!important}
.push-console:active .push-hand,.push-console.is-pressed .push-hand{transform:translateX(-50%) translateY(16px) rotate(3deg)}
.push-console:active .push-puck,.push-console.is-pressed .push-puck{
  transform:translateX(-50%) translateY(7px) scaleY(.7);
  box-shadow:0 2px 0 #020304,0 4px 8px rgba(0,0,0,.45),inset 0 2px 0 rgba(255,255,255,.05);
}
.push-console:active .push-caption,.push-console.is-pressed .push-caption{transform:translateX(-50%) translateY(1px)}

/* Celebration: poster moment, but all CTA zones remain visible without scroll. */
.celebration-screen.active{min-height:0}
.celebrate-wrap{
  height:100%;min-height:0;padding:4px 0 0;
  display:flex;flex-direction:column;align-items:center;text-align:center;overflow:hidden;
}
.poster-celebrate::before{top:48px;height:200px}
.party-orb{flex:0 0 auto;width:72px;height:72px;margin:2px auto 8px;box-shadow:3px 4px 0 #0c0d10,0 0 0 6px var(--acid)}
.party-orb span{font-size:39px}
.poster-celebrate .eyebrow{font-size:8px;padding:5px 8px}
.celebrate-wrap h2{font-size:43px;line-height:.85;margin:8px 0 7px;max-width:360px}
.celebrate-wrap>p{font-size:11px;line-height:1.35;max-width:330px;max-height:46px;overflow:hidden}
.celebrate-stamp{margin:9px auto 7px;padding:6px 10px;font-size:8px}
.blob-pal-celebrate{display:none}
.next-panel{width:100%;margin:auto 0 0}
.next-label{font-size:8px;margin-bottom:5px}
.next-card{grid-template-columns:40px 1fr auto;gap:9px;padding:10px;border-radius:16px}
.next-icon{width:38px;height:38px;border-radius:12px;font-size:18px}
.next-card strong{font-size:13px}.next-card small{font-size:8px}
.next-panel .secondary.full,#startOverBtn{padding:9px 12px;margin-top:6px;font-size:10px}
#startOverBtn{width:100%;flex:0 0 auto;margin-bottom:1px}
.cs-squiggle{display:none}

/* Micro screens: fixed canvas and a locked action zone. */
[data-screen="micro"].active{min-height:0}
[data-screen="micro"]>.back-btn{flex:0 0 auto;margin:0 0 7px;align-self:flex-start}
.micro-shell{flex:1 1 auto;min-height:0;padding:0;overflow:hidden;width:100%}
.micro-card,.micro-poster{
  height:100%;min-height:0!important;margin:0;padding:22px 20px 17px;
  display:flex;flex-direction:column;overflow:hidden;border-radius:24px;
}
.micro-poster::before{
  width:155px;height:155px;right:-80px;top:-74px;
  background:var(--quest-orb,var(--blue));opacity:.58;
  transition:background .22s ease;
}
.micro-poster::after{
  width:142px;height:142px;left:-50px;bottom:-67px;border-width:22px;
  border-color:var(--quest-ring,rgba(216,255,57,.1));
  transition:border-color .22s ease;
}
.micro-kicker{flex:0 0 auto;font-size:8px}
.micro-card h2{flex:0 0 auto;font-size:39px;line-height:.9;margin:10px 0 9px}
.micro-card p{flex:0 0 auto;font-size:11px;line-height:1.35;margin:0 0 10px}
.big-emoji{flex:0 0 auto;font-size:50px;margin:10px}
.timer,.fake-stat{flex:0 0 auto;font-size:58px!important;margin:10px 0}
.micro-foot{font-size:8px;margin-top:6px}
.micro-card button{flex:0 0 auto;min-height:46px;padding:10px 13px;font-size:11px}
.micro-card .secondary.full{margin-top:7px}

/* Side quest: same icon family, random palette/decor only. Layout never moves. */
.quest-poster{
  --quest-orb:#2d38ff;--quest-ring:rgba(216,255,57,.12);--quest-card:#ffd95f;
  --quest-bubble:#ff5b25;--quest-dot:#2d38ff;--quest-badge:#ffd95f;
  padding-top:20px;
}
.quest-poster .micro-kicker{min-height:14px}
.quest-graphic{
  flex:0 0 72px;width:80px;height:70px;margin:10px auto 7px;
  background:var(--quest-card);border-radius:19px 16px 21px 17px;
  box-shadow:4px 5px 0 #090b0d;animation:questCardFloat 3s ease-in-out infinite;
  transition:background .2s ease;
}
.quest-graphic::before{width:21px;height:21px;right:-8px;top:-8px;background:var(--quest-bubble)}
.quest-symbol{width:50px;height:50px;font-size:37px}
.quest-spark{width:26px;height:26px;left:-9px;bottom:-10px;background:var(--quest-badge);font-size:13px}
.quest-dot{right:10px;bottom:8px;width:9px;height:9px;background:var(--quest-dot)}
.ms-quest{width:42px;height:42px;right:13px;top:13px;font-size:19px;background:var(--quest-badge)}
.quest-poster .mission-title{
  flex:0 0 142px;min-height:142px;max-height:142px;margin:7px 0 5px;
  display:grid;place-items:center;align-content:center;
  font-size:var(--mission-title-size,40px);line-height:.9;overflow:hidden;
}
.quest-poster .mission-copy{
  flex:0 0 38px;min-height:38px;max-height:38px;margin:0;
  display:grid;place-items:start center;overflow:hidden;
}
.quest-poster .reroll-mission{margin-top:auto!important;width:100%;min-height:48px}
.quest-poster .micro-done{width:100%;min-height:48px;margin-top:7px!important}

/* Public concern + phone jail get the same locked button zone. */
.micro-poster:not(.quest-poster) .micro-done{margin-top:auto}
.micro-poster:not(.quest-poster) .timer-start{margin-top:auto}
.micro-poster:not(.quest-poster) .micro-swap{width:100%;min-height:46px}

/* Short phones: preserve one-screen behavior rather than introducing scroll. */
@media (max-height:760px){
  .app-shell{padding-top:calc(6px + env(safe-area-inset-top));padding-bottom:calc(7px + env(safe-area-inset-bottom))}
  .topbar{min-height:46px;margin-bottom:4px}.brand{font-size:11px}.brand-mark{width:23px;height:23px}
  .sound-btn{padding:6px 8px}.lang-switch button{padding:5px 6px}
  .hero-poster{margin-bottom:4px;padding-top:3px}.hero-copy h1{font-size:39px;margin:7px 0 6px}html[lang="vi"] .hero-copy h1{font-size:38px}.hero-copy p{font-size:9px}.hero-poster::before{width:88px;height:88px}.sticker-burst{top:70px}.sticker-eyes{bottom:8px}
  .starter-wrap{margin-bottom:5px}.starter-label{margin-bottom:4px}.starter-pills{gap:4px}.starter-pills button{padding:5px 8px;font-size:9px}
  .input-card{padding:9px 11px}.input-card textarea{min-height:58px;max-height:58px;font-size:22px}.input-footer{padding-top:6px}.privacy-note{margin-top:4px;font-size:8px}
  [data-screen="method"] .section-head h2{font-size:28px}.thought-preview{font-size:16px!important}.method-grid{gap:5px}.method-card{padding:6px 7px}.method-card small{display:none}.method-icon{width:34px;height:34px}.method-card strong{font-size:12px}
  .ritual-controls{flex-basis:126px}.ritual-controls>p{min-height:25px;max-height:25px}.push-console{height:86px;min-height:86px}.push-hand{width:94px;height:78px;top:-18px}.push-puck-wrap{top:49px}.push-caption{font-size:9px;bottom:-3px}.ritual-stage{min-height:220px}.target{height:130px}.paper{top:26px;min-height:105px}
  .celebrate-wrap h2{font-size:36px}.party-orb{width:60px;height:60px}.party-orb span{font-size:32px}.poster-celebrate::before{height:165px}.celebrate-wrap>p{font-size:9px}.celebrate-stamp{margin:6px auto}.next-card{padding:8px}.next-panel .secondary.full,#startOverBtn{padding:8px 10px}
  .micro-card,.micro-poster{padding:17px 16px 13px}.micro-card h2{font-size:32px}.big-emoji{font-size:42px;margin:7px}.timer,.fake-stat{font-size:49px!important}.quest-graphic{margin:7px auto 4px;flex-basis:60px;width:70px;height:60px}.quest-symbol{font-size:32px}.quest-poster .mission-title{flex-basis:112px;min-height:112px;max-height:112px;font-size:var(--mission-title-size-short,34px)}.quest-poster .mission-copy{flex-basis:30px;min-height:30px;max-height:30px}.micro-card button{min-height:41px;padding:8px 11px}
}

@media (max-width:370px){
  .hero-copy h1{font-size:41px;max-width:285px}html[lang="vi"] .hero-copy h1{font-size:39px}.hero-poster{min-height:0;padding-left:8px;padding-right:8px}
  .starter-pills button{font-size:9px;padding-left:8px;padding-right:8px}
  .micro-card h2{font-size:35px}.quest-poster .mission-title{font-size:var(--mission-title-size,37px)}
  .push-console{height:94px}.push-hand{width:104px;height:86px}
}

/* V3 final alignment locks */
.next-card{min-height:62px;max-height:62px;overflow:hidden}
.next-card span:nth-child(2){min-width:0}.next-card strong,.next-card small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.quest-poster .reroll-mission,.quest-poster .micro-done{position:relative;left:0;right:0}


/* =========================================================
   V4 AUDIT FIXES — balance, visibility, spacing consistency
   ========================================================= */

:root{--topbar-h:54px}
.app-shell{background:rgba(8,10,13,.94)}
.topbar{min-height:var(--topbar-h);margin-bottom:10px}
.topbar .brand{padding:0;border:0;box-shadow:none}

/* Shared screen rhythm */
.screen.active{padding-bottom:2px}

/* HOME — cleaner hierarchy, hero outside any implied frame, less chaos */
[data-screen="input"].active{gap:8px;justify-content:flex-start}
.hero-poster{margin:0;padding:6px 2px 2px;min-height:0;display:grid;grid-template-columns:1fr 112px;align-items:start;column-gap:10px;row-gap:0}
.hero-stickers{grid-column:2;grid-row:1 / span 3;position:relative;width:112px;height:120px;justify-self:end;align-self:start}
.hero-copy .eyebrow, .hero-copy h1, .hero-copy p{grid-column:1}
.hero-copy h1{max-width:100%;font-size:50px;line-height:.84;margin:8px 0 8px;letter-spacing:-.075em;text-wrap:balance}
html[lang="vi"] .hero-copy h1{font-size:48px}
.hero-copy p{max-width:245px;font-size:12px;line-height:1.42;color:#c1c7cd}
.hero-poster::before{display:none}
.hero-stickers .sticker-burst{right:20px;top:52px;width:32px;height:32px;background:var(--orange);clip-path:polygon(50% 0,61% 22%,82% 8%,80% 32%,100% 38%,77% 51%,93% 70%,68% 68%,68% 95%,50% 77%,31% 97%,30% 69%,5% 75%,23% 52%,0 39%,25% 33%,18% 8%,39% 23%)}
.hero-stickers .sticker-eyes{right:0;bottom:0;width:66px;height:40px;background:var(--pink);border:2px solid #0a0c0e;box-shadow:5px 6px 0 #0a0c0e;border-radius:12px;transform:rotate(-8deg)}
.hero-stickers .sticker-arrow{display:block;position:absolute;right:54px;top:8px;font-size:40px;color:#f4f5ef;line-height:1;transform:rotate(12deg)}
.hero-stickers .sticker-squiggle{display:block;position:absolute;left:4px;bottom:8px;width:24px;height:6px;border-bottom:5px solid var(--cyan);border-radius:99px;transform:rotate(-8deg)}
.starter-wrap{margin:0}
.starter-label{font-size:10px;color:#aeb5bc;margin-bottom:6px}
.starter-pills{gap:7px}
.starter-pills button{font-size:11px;padding:9px 12px}
.input-card{background:linear-gradient(180deg,#f8f1df,#efe6cf);border:2px solid #0d1013;border-radius:22px;color:#111318;box-shadow:8px 10px 0 #090b0d;position:relative;padding:14px 16px 14px;overflow:hidden}
.input-card::before{content:"";position:absolute;left:50%;top:0;width:110px;height:24px;background:var(--acid);transform:translateX(-50%) rotate(1deg)}
.input-card::after{content:"✦";position:absolute;right:-10px;top:-12px;width:44px;height:44px;background:var(--pink);border:3px solid #101216;border-radius:50%;display:grid;place-items:center;font-size:22px;font-weight:900;box-shadow:4px 5px 0 #101216}
.input-card label{color:#4d4a43;font-size:10px;margin-bottom:8px;text-transform:uppercase;letter-spacing:.14em}
.input-card textarea{color:#111318;min-height:96px;max-height:96px;font-size:31px;line-height:1.02}
.input-card textarea::placeholder{color:#b3a691}
.input-footer{border-top:1px solid rgba(17,19,24,.16);padding-top:11px}
.input-footer span{color:#6c665c;font-size:12px}
#continueBtn{min-width:142px;padding:12px 16px;border:2px solid #0b0d0f;background:#bdb6a4;color:rgba(255,255,255,.6);box-shadow:none}
#continueBtn:not(:disabled){background:linear-gradient(90deg,var(--acid),#f3ff9c);color:#090b0d;box-shadow:4px 5px 0 #090b0d,0 0 28px rgba(217,255,67,.14)}
.privacy-note{font-size:11px;color:#848b92}

/* METHOD — 6 even cards, more breathing room, no cramped footer */
[data-screen="method"].active{gap:8px}
[data-screen="method"] .section-head{margin:0 0 4px}
[data-screen="method"] .section-head h2{font-size:42px;line-height:.88;margin:5px 0 8px;max-width:300px}
[data-screen="method"] .thought-preview{margin-top:0;border:1px solid #31404a;border-left:0;border-radius:999px;padding:8px 14px;color:#eef1f3;background:rgba(14,18,22,.55);font-size:20px}
.method-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(3,1fr);gap:12px;flex:0 0 auto}
.method-card{height:120px;padding:14px 13px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;position:relative;border-radius:24px;border:1px solid #39434c;box-shadow:4px 5px 0 #06080a;background:linear-gradient(165deg,#11171b,#0d1114)}
.method-card:nth-child(5), .method-card:nth-child(6){grid-column:auto;grid-template-columns:none;grid-template-rows:none;align-items:flex-start}
.method-card strong{font-size:22px;line-height:.96}
.method-card small{display:block;max-width:120px;font-size:11px;line-height:1.22;color:#9098a0}
.method-card>div:last-of-type{margin-top:auto}
.method-icon{width:48px;height:48px;border-radius:50%;border:1px solid #263139;box-shadow:0 0 24px rgba(255,255,255,.04)}
.method-card>span{position:absolute;right:12px;bottom:10px;font-size:22px;color:var(--acid)}
#randomMethodBtn{margin-top:2px}
#extensionToggle,#methodExtension{display:none!important}

/* RITUAL — bigger visible push target */
.ritual-screen.active{gap:8px}
.ritual-top{min-height:40px}
.ritual-label{font-size:10px;max-width:52%}
.ritual-stage{flex:1 1 auto;min-height:350px;border-radius:28px;border-color:#3a444d}
.ritual-controls{flex:0 0 128px;padding-top:2px;align-items:center;text-align:center}
.ritual-controls>p{font-size:12px;min-height:34px;max-height:none;margin-bottom:8px;color:#b7bec5}
.push-console{height:116px;min-height:116px;margin:0 auto;width:190px;display:block}
.push-visual{width:190px;height:92px}
.push-hand{width:122px;height:102px;top:-20px}
.push-puck-wrap{top:62px;width:104px;height:44px}
.push-puck-shadow{left:8px;right:8px;bottom:-1px;height:16px;background:rgba(0,0,0,.38)}
.push-puck{width:86px;height:33px;border:3px solid #f3f5ef;background:linear-gradient(180deg,#1a1d21,#050607 72%);box-shadow:0 9px 0 #050607,0 0 0 2px #0b0d10,0 12px 18px rgba(0,0,0,.6)}
.push-caption{bottom:-6px;color:#fff;gap:6px;text-shadow:0 2px 0 #050608;font-size:12px}
.push-caption strong{color:#fff}
.push-caption b{color:var(--acid)}

/* CELEBRATION — bring CTA right under poster, not stranded at the bottom */
.celebrate-wrap{align-items:stretch;text-align:left;gap:10px;padding-top:0}
.poster-celebrate::before{top:50px;left:-10px;right:-10px;height:220px;transform:rotate(-2deg)}
.party-orb{margin:0 auto 4px}
.poster-celebrate .eyebrow{align-self:center}
.celebrate-wrap h2{font-size:62px;line-height:.84;text-align:center;margin:6px auto 4px;max-width:360px}
.celebrate-wrap>p{text-align:center;font-size:13px;max-width:320px;margin:0 auto 2px;max-height:none}
.celebrate-stamp{align-self:center;margin:6px auto 10px}
.next-panel{margin:0;padding-top:4px}
.next-label{margin-bottom:6px;font-size:10px}
.next-card{min-height:74px;max-height:none;border-radius:22px;padding:12px}
.next-card strong,.next-card small{white-space:normal;overflow:visible;text-overflow:clip}
.next-card strong{font-size:17px;line-height:1.05}
.next-card small{font-size:11px;line-height:1.25;margin-top:3px;display:block}
.next-panel .secondary.full,#startOverBtn{font-size:13px;padding:12px 14px}
#startOverBtn{margin-top:0}

/* MICRO — same CTA placement rhythm as result screen, no bottom-dumped buttons */
[data-screen="micro"].active{gap:8px}
.micro-shell{display:flex;align-items:stretch}
.micro-card,.micro-poster{justify-content:flex-start;padding:24px 22px 22px;border-radius:28px}
.micro-kicker{font-size:10px}
.micro-card h2{font-size:50px;line-height:.86;margin:12px 0 10px;max-width:100%;text-wrap:balance}
.micro-card p{font-size:13px;line-height:1.4;margin:0 0 14px;color:#b8bec5}
.big-emoji{font-size:60px;margin:8px auto 6px}.fake-stat{font-size:88px!important;margin:8px 0 10px}
.quest-poster{padding-top:24px}
.quest-poster .mission-title{flex:0 0 auto;min-height:0;max-height:none;font-size:44px;margin:12px 0 10px;display:block}
.quest-poster .mission-copy{flex:0 0 auto;min-height:0;max-height:none;display:block}
.quest-poster .reroll-mission,.quest-poster .micro-done,.micro-poster:not(.quest-poster) .micro-done,.micro-poster:not(.quest-poster) .timer-start,.micro-poster:not(.quest-poster) .micro-swap{margin-top:0!important}
.micro-actions{margin-top:4px;display:grid;gap:10px}
/* Use existing buttons even without wrapper */
.micro-card > .primary, .micro-card > .secondary.full{width:100%}
.micro-card > .primary{margin-top:8px}
.timer{font-size:74px!important;margin:6px 0 12px}
.micro-foot{margin-top:10px;font-size:10px}
.quest-graphic{margin:10px auto 8px}

/* Short phones: keep everything in view without ugly collapse */
@media (max-height:760px){
  .hero-poster{grid-template-columns:1fr 92px}
  .hero-stickers{width:92px;height:96px}
  .hero-copy h1{font-size:42px} html[lang="vi"] .hero-copy h1{font-size:40px}
  .hero-copy p{font-size:11px;max-width:220px}
  .input-card textarea{min-height:72px;max-height:72px;font-size:26px}
  [data-screen="method"] .section-head h2{font-size:34px}
  .method-grid{gap:8px}.method-card{height:100px;padding:10px}.method-card strong{font-size:18px}.method-card small{font-size:9px}
  .ritual-stage{min-height:290px}.push-console{height:102px;min-height:102px}.push-hand{width:110px;height:92px}.push-puck-wrap{top:56px}
  .celebrate-wrap h2{font-size:50px}.poster-celebrate::before{height:190px}.next-card{min-height:66px}
  .micro-card,.micro-poster{padding:18px 18px 18px}.micro-card h2{font-size:40px}.quest-poster .mission-title{font-size:37px}.fake-stat{font-size:72px!important}.timer{font-size:64px!important}
}
@media (max-width:370px){
  .hero-poster{grid-template-columns:1fr 80px}
  .hero-stickers{width:80px;height:88px}
  .hero-copy h1{font-size:38px} html[lang="vi"] .hero-copy h1{font-size:36px}
  .input-card textarea{font-size:22px}
  .method-grid{gap:7px}.method-card{height:96px}.method-card strong{font-size:16px}.method-card small{display:none}
  .celebrate-wrap h2{font-size:42px}
  .micro-card h2{font-size:34px}.quest-poster .mission-title{font-size:32px}
}


/* =========================================================
   V5 LAYOUT RESCUE PASS — audited after user review
   ========================================================= */

/* Stronger app rhythm */
.app-shell{padding-top:calc(14px + env(safe-area-inset-top));padding-bottom:calc(14px + env(safe-area-inset-bottom));gap:0}
.topbar{margin-bottom:12px}
.screen.active{display:flex;flex-direction:column;gap:10px;min-height:0}
.back-btn{align-self:flex-start}

/* Make disabled CTAs still readable */
.primary:disabled{opacity:1;background:#d7d1c3!important;color:#777061!important;border:2px solid #b1a999!important;box-shadow:none!important}

/* ---------- HOME ---------- */
[data-screen="input"].active{justify-content:flex-start}
.hero-poster{grid-template-columns:minmax(0,1fr) 118px;align-items:start;column-gap:12px;padding:0;margin:0;min-height:0}
.hero-copy .eyebrow{margin-bottom:6px;display:inline-flex;padding:7px 14px;border-radius:999px;background:var(--acid);color:#111318;font-size:10px;font-weight:950;letter-spacing:.16em;max-width:max-content}
.hero-copy h1{font-size:58px;line-height:.82;letter-spacing:-.075em;max-width:100%;margin:2px 0 8px;text-wrap:balance}
.hero-copy p{max-width:270px;font-size:13px;line-height:1.42;margin-bottom:2px}
.hero-stickers{width:118px;height:126px;margin-top:8px}
.hero-stickers .sticker-burst{top:48px;right:22px}.hero-stickers .sticker-eyes{bottom:8px;right:0}.hero-stickers .sticker-arrow{right:60px;top:4px}.hero-stickers .sticker-squiggle{left:14px;bottom:20px}
.blob-pal-hero{right:8px;bottom:0;transform:scale(.93)}
.starter-wrap{margin:2px 0 0}.starter-pills{gap:8px;max-width:100%}.starter-pills button{padding:10px 13px;font-size:11px;border-radius:999px}
.input-card{margin-top:2px;padding:14px 16px 13px;border-radius:24px;transform:none;overflow:hidden;box-shadow:8px 10px 0 #0b0d0f,0 30px 60px rgba(0,0,0,.28)}
.input-card::before{width:118px;height:28px;top:-1px;transform:translateX(-50%) rotate(.5deg)}
.input-card textarea{min-height:140px;max-height:140px;font-size:31px;line-height:1.12}
.input-footer{padding-top:12px;align-items:center}
.input-card .primary{min-width:170px;min-height:50px;font-size:15px}
.privacy-note{margin-top:0;font-size:12px}
.privacy-note span:first-child{font-size:14px;color:var(--acid)}
[data-screen="input"].active::after{content:"";flex:1 1 auto;min-height:0;background:radial-gradient(circle at 90% 15%,rgba(48,57,255,.16),transparent 24%),radial-gradient(circle at 18% 75%,rgba(216,255,67,.09),transparent 26%)}

/* ---------- METHOD ---------- */
[data-screen="method"].active{gap:10px}
[data-screen="method"] .section-head{margin:0;padding-right:12px}
[data-screen="method"] .section-head .eyebrow{margin-bottom:6px}
[data-screen="method"] .section-head h2{font-size:44px;line-height:.85;max-width:315px;margin:0 0 8px}
[data-screen="method"] .thought-preview{font-size:18px;line-height:1.15;padding:10px 16px;min-height:0}
.method-poster-deco{display:none}
.method-grid{gap:12px;margin-top:0}
.method-card{height:124px;border-radius:24px;padding:14px 14px 13px;box-shadow:5px 6px 0 #06080a;background:linear-gradient(165deg,#12181c,#0c1014)}
.method-card strong{font-size:19px}.method-card small{font-size:10px;max-width:115px;line-height:1.22}
.method-card>span{right:14px;bottom:11px;font-size:26px}
#randomMethodBtn{display:flex;align-items:center;justify-content:center;min-height:52px;margin-top:4px;border:1.5px solid #5f6f7b;background:#12191d;color:#f2f5f6;box-shadow:2px 3px 0 #07090b;font-size:14px;letter-spacing:-.01em}
#randomMethodBtn::before{content:"✦";margin-right:8px;color:var(--acid)}

/* ---------- RITUAL ---------- */
.ritual-screen.active{gap:10px}
.ritual-top{min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:10px}.ritual-label{text-align:right}
.ritual-stage{flex:0 0 62%;min-height:0;height:62%;max-height:none;padding-bottom:22px}
.target{height:150px;bottom:18px}.paper{top:34px}
.ritual-controls{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:0;gap:8px}
.ritual-controls > p{margin:0;min-height:34px;font-size:12px;line-height:1.4;max-width:300px}
.push-console{padding:0;background:none!important;border:0!important;box-shadow:none!important;width:218px;height:138px;min-height:138px}
.push-visual{width:218px;height:138px;display:block;position:relative}
.push-hand{position:absolute;left:22px;top:0;width:120px;height:auto;object-fit:contain;filter:drop-shadow(0 4px 0 #111318)}
.push-puck-wrap{position:absolute;left:56px;top:73px;width:70px;height:28px}
.push-puck-shadow{left:3px;right:3px;bottom:-2px;height:12px;filter:blur(.3px)}
.push-puck{width:60px;height:22px;border:3px solid #111318;background:linear-gradient(180deg,#262d34,#050608 74%);box-shadow:0 7px 0 #050608,0 10px 14px rgba(0,0,0,.46)}
.push-label{position:absolute;left:34px;top:99px;display:flex;align-items:center;gap:7px;padding:9px 17px;background:#fffdf2;border:3px solid #111318;border-radius:14px;box-shadow:5px 6px 0 #111318;color:#111318;font-size:14px;font-weight:1000;transform:rotate(-4deg)}
.push-label b{font-size:20px;line-height:1;color:#111318}
.push-caption{display:none!important}
.push-impact{right:18px;top:108px}
.ritual-controls small{font-size:11px;color:#8f97a0;margin-top:-2px}

/* ---------- CELEBRATE ---------- */
[data-screen="celebrate"].active{gap:10px}
.poster-celebrate{padding:18px 16px 16px;min-height:0;justify-content:flex-start;overflow:hidden}
.poster-celebrate::before{top:64px;height:240px;left:-12px;right:-12px;transform:rotate(-4deg)}
.poster-celebrate::after{content:"";position:absolute;right:24px;bottom:102px;width:46px;height:46px;background:var(--orange);clip-path:polygon(50% 0,61% 22%,82% 8%,80% 32%,100% 38%,77% 51%,93% 70%,68% 68%,68% 95%,50% 77%,31% 97%,30% 69%,5% 75%,23% 52%,0 39%,25% 33%,18% 8%,39% 23%);z-index:1;box-shadow:4px 5px 0 #0b0d0f}
.party-orb{margin:2px auto 6px}.celebrate-wrap h2{font-size:57px;line-height:.84;margin:4px auto 6px;max-width:330px}.celebrate-wrap>p{font-size:13px;max-width:315px;margin:0 auto 5px}.celebrate-stamp{margin:6px auto 12px}
.next-panel{margin:0;padding-top:0;display:grid;gap:10px;position:relative;z-index:2}.next-label{margin:0 0 2px}
.next-card{min-height:78px;padding:13px 14px}.next-panel .secondary.full,#startOverBtn{margin-top:0}

/* ---------- MICRO / SIDE QUEST ---------- */
.micro-shell{display:flex;align-items:stretch}
.micro-card,.micro-poster{padding:22px 18px 18px;border-radius:28px;position:relative;min-height:0;height:100%;justify-content:flex-start}
.micro-card::after{content:"";position:absolute;right:22px;bottom:18px;width:52px;height:52px;border-radius:50%;background:rgba(45,56,255,.13);box-shadow:inset 0 0 0 1px rgba(255,255,255,.06)}
.micro-card h2{font-size:46px;line-height:.87;margin:10px 0 10px}.micro-card p{font-size:13px;line-height:1.42;margin:0 0 12px}
.fake-stat{font-size:82px!important}
.quest-poster .quest-graphic{flex:0 0 84px;width:92px;height:78px;margin:8px auto 10px}
.quest-poster .mission-title{font-size:48px;line-height:.86;display:block;flex:0 0 auto;min-height:0;max-height:none;margin:8px 0 8px;padding:0 10px}
.quest-poster .mission-copy{flex:0 0 auto;min-height:0;max-height:none;font-size:14px;line-height:1.38;margin:0 0 14px}
.quest-poster .reroll-mission,.quest-poster .micro-done,.micro-poster:not(.quest-poster) .micro-done,.micro-poster:not(.quest-poster) .micro-swap,.micro-poster:not(.quest-poster) .timer-start{width:100%;min-height:52px;margin:0!important}
.quest-poster .reroll-mission{margin-top:6px!important}
.quest-poster .micro-done,.micro-poster:not(.quest-poster) .micro-swap{margin-top:10px!important}
.micro-card .big-emoji{margin:6px auto 8px}.micro-card .timer{margin:8px 0 12px}
/* create a balanced block in lower half instead of bottom dumping */
.quest-poster .mission-copy{margin-bottom:20px}
.quest-poster .reroll-mission,.quest-poster .micro-done{position:relative;z-index:2}
.quest-poster::before{opacity:.65}
.quest-poster::after{width:220px;height:220px;left:-80px;bottom:-92px;border-width:26px}
.quest-poster .ms-quest{right:18px;top:18px}

/* Phone jail / concern cards keep buttons close to content */
.micro-card.centered{display:flex;flex-direction:column;justify-content:flex-start;text-align:center}.micro-card.centered .micro-foot{margin:10px 0 12px}.micro-card.centered .primary{margin-top:4px}.micro-card.centered .secondary.full{margin-top:10px!important}

/* Smaller phones */
@media (max-height:760px){
  .topbar{margin-bottom:8px}
  .hero-poster{grid-template-columns:minmax(0,1fr) 94px}.hero-stickers{width:94px;height:100px}.hero-copy h1{font-size:46px}html[lang="vi"] .hero-copy h1{font-size:43px}.hero-copy p{font-size:11px;max-width:230px}
  .input-card textarea{min-height:102px;max-height:102px;font-size:26px}.input-card .primary{min-width:150px;min-height:44px;font-size:13px}
  [data-screen="method"] .section-head h2{font-size:37px}.method-card{height:108px}.method-card strong{font-size:17px}.method-card small{font-size:9px}
  .ritual-stage{flex-basis:58%;height:58%}.target{height:132px}.push-console{width:206px;height:126px;min-height:126px}.push-visual{width:206px;height:126px}.push-hand{width:110px}.push-label{top:92px;font-size:13px;padding:8px 15px}
  .celebrate-wrap h2{font-size:47px}.poster-celebrate::before{height:200px}.next-card{min-height:68px}
  .micro-card,.micro-poster{padding:18px 16px 16px}.micro-card h2{font-size:38px}.quest-poster .mission-title{font-size:40px}.fake-stat{font-size:70px!important}
}
@media (max-width:370px){
  .hero-copy h1{font-size:40px}html[lang="vi"] .hero-copy h1{font-size:37px}.hero-poster{grid-template-columns:minmax(0,1fr) 80px}.hero-stickers{width:80px;height:88px}
  .starter-pills button{font-size:10px;padding:8px 10px}
  [data-screen="method"] .section-head h2{font-size:33px}.method-grid{gap:8px}.method-card{height:102px;padding:11px}.method-card strong{font-size:16px}
  .micro-card h2{font-size:33px}.quest-poster .mission-title{font-size:34px}.push-label{left:28px}
}

/* =========================================================
   V6 AUDITED PASS — layout lock + exact push control
   ========================================================= */

html,body{height:100%}
body{overflow:hidden}
.app-shell{height:100svh;display:flex;flex-direction:column;overflow:hidden}
.screen{flex:1 1 auto;min-height:0}
.screen.active{display:flex;flex-direction:column;flex:1 1 auto;min-height:0}
.topbar{flex:0 0 auto}

/* Readable disabled state */
.primary:disabled{opacity:1!important;background:linear-gradient(180deg,#d9d4c8,#c5c0b5)!important;color:#6d675c!important;border:2px solid #a8a297!important;box-shadow:none!important}

/* HOME */
[data-screen="input"].active{justify-content:flex-start;gap:12px;padding-bottom:8px}
.hero-copy{padding:0}
.hero-poster{display:grid;grid-template-columns:minmax(0,1fr) 110px;align-items:center;column-gap:14px;padding:6px 0 0;margin-top:8px}
.hero-copy .eyebrow{margin-bottom:8px}
.hero-copy h1{max-width:100%;font-size:58px;line-height:.82;letter-spacing:-.08em;margin:0 0 10px;text-wrap:balance}
.hero-copy p{max-width:255px;font-size:13px;line-height:1.43}
.hero-stickers{width:110px;height:126px;justify-self:end;align-self:start;margin-top:6px}
.starter-wrap{margin:0}
.starter-label{margin-bottom:8px;color:#949ca4}
.starter-pills{gap:8px}
.starter-pills button{padding:10px 12px;font-size:11px;line-height:1.08}
.input-card{padding:15px 16px 14px;border-radius:26px;box-shadow:8px 10px 0 #0b0d0f,0 34px 60px rgba(0,0,0,.25)}
.input-card textarea{min-height:118px;max-height:118px;font-size:29px;line-height:1.08}
.input-footer{padding-top:12px}
.input-card .primary{min-height:52px;min-width:168px;font-size:15px}
.privacy-note{margin:0 2px;font-size:12px}
.home-fun-row{margin-top:auto;min-height:56px;display:flex;align-items:center;gap:12px;padding:0 4px 4px}
.fun-chip{display:inline-flex;align-items:center;justify-content:center;position:relative;flex:0 0 auto}
.chip-star{width:38px;height:38px;border-radius:50%;background:var(--pink);border:2px solid #0b0d10;box-shadow:3px 4px 0 #0b0d10;color:#0b0d10;font-size:20px;transform:rotate(-8deg)}
.chip-dot{width:14px;height:14px;border-radius:50%;background:var(--acid);box-shadow:0 0 0 2px #0b0d10}
.chip-eyes{width:56px;height:34px;background:var(--yellow);border:2px solid #0a0c0e;border-radius:11px;box-shadow:3px 4px 0 #0a0c0e;transform:rotate(6deg)}
.chip-eyes i{position:absolute;top:8px;width:14px;height:14px;border-radius:50%;background:#fff;border:2px solid #0a0c0e}
.chip-eyes i::after{content:"";position:absolute;left:4px;top:4px;width:5px;height:5px;border-radius:50%;background:#0a0c0e}
.chip-eyes i:first-child{left:10px}.chip-eyes i:last-child{right:10px}
.chip-arc{width:110px;height:42px;border:11px solid rgba(83,231,255,.35);border-bottom-color:transparent;border-left-color:transparent;border-radius:999px;transform:rotate(12deg)}

/* METHOD */
[data-screen="method"].active{justify-content:flex-start;gap:10px;padding-bottom:6px}
[data-screen="method"] .section-head{margin:0}
[data-screen="method"] .section-head h2{font-size:42px;line-height:.86;letter-spacing:-.07em;max-width:315px;margin:0 0 8px}
[data-screen="method"] .thought-preview{margin-top:10px;border-left:0;border:1px solid rgba(83,231,255,.28);background:rgba(14,19,24,.72);border-radius:16px;padding:10px 14px}
.method-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(3,minmax(0,1fr));gap:10px;flex:0 0 auto}
.method-card{height:118px;display:grid;grid-template-rows:54px minmax(0,1fr) auto;grid-template-columns:1fr;align-items:start;align-content:start;padding:14px 13px 12px;border-radius:24px;border:1px solid #334049;background:linear-gradient(165deg,#12181c,#0c1014);box-shadow:4px 5px 0 #07090b}
.method-icon{width:52px;height:52px;border-radius:18px;background:linear-gradient(180deg,#141a20,#0b0f12);border:2px solid rgba(255,255,255,.08);box-shadow:0 8px 18px rgba(0,0,0,.35)}
.method-card strong{font-size:18px;line-height:.96;letter-spacing:-.03em;display:block;min-height:34px}
.method-card small{display:block;font-size:10px;line-height:1.25;color:#9ca3ab;max-width:118px;min-height:28px;margin-top:3px}
.method-card>span{position:absolute;right:12px;bottom:10px;font-size:24px;color:var(--acid)}
.method-pick-btn,#randomMethodBtn{margin-top:4px;min-height:50px;font-size:14px;border:1.5px solid #5f6d78;background:linear-gradient(180deg,#151c21,#0f1419)}
#randomMethodBtn::before{content:"✦";margin-right:8px;color:var(--acid)}
.drama-toggle,.method-extension{display:none!important}
.method-footer-fun{margin-top:auto;min-height:44px;display:flex;align-items:center;gap:10px;color:#88929b;font-size:11px;letter-spacing:.03em;padding:0 4px}
.mff-star{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:var(--acid);color:#0a0c0e;border:2px solid #0a0c0e;box-shadow:3px 4px 0 #0a0c0e;font-style:normal}
.mff-dot{width:12px;height:12px;border-radius:50%;background:var(--pink);box-shadow:0 0 0 2px #0a0c0e;display:inline-block}
.mff-note{opacity:.9}

/* RITUAL */
.ritual-screen.active{gap:10px;padding-bottom:4px}
.ritual-top{min-height:40px;flex:0 0 auto}
.ritual-stage{flex:1 1 auto;min-height:0;height:auto;padding-bottom:22px}
.target{height:146px;bottom:18px}
.paper{top:30px}
.ritual-controls{flex:0 0 auto;align-items:center;gap:6px;padding-top:2px}
.ritual-controls > p{font-size:12px;line-height:1.38;max-width:320px;min-height:34px;text-wrap:balance}
.push-console{width:244px;height:182px;min-height:182px;border:0!important;background:none!important;box-shadow:none!important;padding:0;display:block}
.push-visual-exact{position:relative;display:block;width:244px;height:182px}
.push-reference-art{position:absolute;left:0;top:0;width:244px;height:auto;display:block;filter:drop-shadow(0 8px 14px rgba(0,0,0,.35))}
.push-label-exact{position:absolute;left:64px;top:118px;display:inline-flex;align-items:center;gap:8px;padding:9px 18px;background:#fffdf4;border:3px solid #101216;border-radius:14px;box-shadow:5px 6px 0 #101216;color:#101216;font-weight:1000;font-size:15px;transform:rotate(-5deg)}
.push-label-exact strong{font-size:14px;letter-spacing:.03em}
.push-label-exact b{font-size:20px;line-height:1}
.push-console.is-pressed,.push-console:active{transform:translateY(2px)!important}
.push-console.is-pressed .push-reference-art,.push-console:active .push-reference-art{transform:translateY(6px)}
.push-console.is-pressed .push-label-exact,.push-console:active .push-label-exact{transform:rotate(-5deg) translateY(4px)}
.ritual-controls small{font-size:11px;line-height:1.2;margin-top:0;color:#929aa2}

/* CELEBRATE */
[data-screen="celebrate"].active{padding-bottom:6px}
.poster-celebrate{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;padding:16px 16px 18px;gap:0}
.party-orb{margin:2px auto 6px}
.celebrate-wrap h2{font-size:56px;line-height:.84;letter-spacing:-.075em;margin:3px auto 8px;max-width:320px;text-wrap:balance}
.celebrate-wrap>p{font-size:13px;line-height:1.42;max-width:310px;margin:0 auto 6px}
.celebrate-stamp{margin:6px auto 0}
.celebrate-filler{position:relative;flex:1 1 auto;min-height:78px}
.cf-ring{position:absolute;left:-8px;bottom:0;width:124px;height:124px;border-radius:50%;border:22px solid rgba(83,231,255,.11)}
.cf-spark{position:absolute;right:18px;top:10px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--acid);color:#0a0c0e;border:2px solid #0a0c0e;box-shadow:3px 4px 0 #0a0c0e;font-style:normal}
.cf-eyes{position:absolute;left:50%;top:26px;width:58px;height:34px;margin-left:-29px;background:var(--pink);border:2px solid #0a0c0e;border-radius:11px;box-shadow:3px 4px 0 #0a0c0e;transform:rotate(-6deg)}
.cf-eyes i{position:absolute;top:8px;width:14px;height:14px;border-radius:50%;background:#fff;border:2px solid #0a0c0e}
.cf-eyes i::after{content:"";position:absolute;left:4px;top:4px;width:5px;height:5px;border-radius:50%;background:#0a0c0e}
.cf-eyes i:first-child{left:10px}.cf-eyes i:last-child{right:10px}
.next-panel{margin-top:0;display:grid;gap:10px}
.next-card{min-height:82px;padding:14px 15px}
.next-panel .secondary.full,#startOverBtn{min-height:50px}
#startOverBtn{margin-top:10px}

/* MICRO / SIDE QUEST */
[data-screen="micro"].active{padding-bottom:6px}
.micro-shell{flex:1 1 auto;display:flex;min-height:0}
.micro-card,.micro-poster{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;height:100%;padding:20px 18px 18px;border-radius:28px}
.micro-card h2{font-size:44px;line-height:.88;letter-spacing:-.065em;text-wrap:balance;min-height:112px;display:flex;align-items:center;justify-content:center;margin:8px 0 8px}
.micro-card p{font-size:13px;line-height:1.42;text-wrap:balance}
.micro-actions{margin-top:auto;width:100%;display:flex;flex-direction:column;gap:10px;position:relative;z-index:2}
.micro-actions .secondary.full,.micro-actions .primary{width:100%;margin:0!important;min-height:52px}
.micro-card.centered .micro-foot{margin:2px 0 0;display:block;color:#8d959d}
.fake-stat{font-size:76px!important;margin:10px 0 8px}
.timer{font-size:66px!important;margin:10px 0 8px}
.quest-poster{position:relative;overflow:hidden}
.quest-poster .quest-graphic{flex:0 0 auto;width:88px;height:76px;margin:2px auto 8px}
.quest-poster .mission-title{font-size:46px;line-height:.86;margin:8px 0 6px;min-height:122px;display:flex;align-items:center;justify-content:center;padding:0 8px}
.quest-poster .mission-copy{min-height:42px;display:flex;align-items:center;justify-content:center;margin:0 0 10px;font-size:14px}
.quest-poster::before{opacity:.72}
.quest-poster::after{left:-54px;bottom:-66px;width:200px;height:200px;border-width:24px}
.quest-poster .micro-actions::after{content:"";position:absolute;right:-12px;bottom:-14px;width:88px;height:88px;border-radius:50%;background:rgba(45,56,255,.18);z-index:-1}

/* Responsive tightening */
@media (max-height:760px){
  .hero-poster{grid-template-columns:minmax(0,1fr) 92px}
  .hero-copy h1{font-size:46px}.hero-copy p{font-size:11px;max-width:225px}
  .input-card textarea{min-height:96px;max-height:96px;font-size:25px}
  .home-fun-row{min-height:42px}
  [data-screen="method"] .section-head h2{font-size:36px}
  .method-card{height:104px;padding:11px 11px 10px}.method-card strong{font-size:16px}.method-card small{font-size:9px;min-height:24px}
  .ritual-controls > p{font-size:11px;min-height:30px}
  .push-console,.push-visual-exact{width:218px;height:164px;min-height:164px}
  .push-reference-art{width:218px}
  .push-label-exact{left:56px;top:106px;padding:8px 16px;font-size:13px}
  .celebrate-wrap h2{font-size:45px}.celebrate-filler{min-height:52px}
  .micro-card h2{font-size:36px;min-height:92px}.quest-poster .mission-title{font-size:39px;min-height:104px}
}
@media (max-width:370px){
  .hero-copy h1{font-size:40px}.hero-poster{grid-template-columns:minmax(0,1fr) 78px}.hero-stickers{width:78px;height:92px}
  .method-grid{gap:8px}.method-card{height:98px}.method-card strong{font-size:15px}.method-card small{display:none}
  .micro-card h2{font-size:32px}.quest-poster .mission-title{font-size:33px}
}

/* =========================================================
   V7 CLEAN SYSTEM PASS
   - unified method stickers
   - hand+puck only push control
   - external micro action dock
   - no Public Concern branch
   ========================================================= */

/* ---------- METHOD: same UI grammar, no clipped subcopy ---------- */
[data-screen="method"].active{gap:10px;padding-bottom:8px}
[data-screen="method"] .section-head{flex:0 0 auto;margin:0}
[data-screen="method"] .section-head h2{font-size:42px;line-height:.86;margin:0 0 8px;max-width:315px}
[data-screen="method"] .thought-preview{margin-top:8px;padding:10px 14px;font-size:18px;line-height:1.12;border:1.5px solid #43515c;background:linear-gradient(180deg,#12191d,#0d1216);border-radius:18px;box-shadow:3px 4px 0 #07090b}
.method-grid{flex:0 0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(3,132px);gap:10px}
.method-card{height:132px!important;min-height:132px!important;display:grid!important;grid-template-rows:58px 1fr!important;grid-template-columns:1fr!important;align-content:start!important;align-items:start!important;gap:10px!important;padding:13px 13px 12px!important;border:2px solid #33414b!important;border-radius:24px!important;background:linear-gradient(155deg,#171e23,#0e1317)!important;box-shadow:5px 6px 0 #06080a!important;overflow:hidden!important;position:relative!important;text-align:left!important}
.method-card::before{content:"";position:absolute;right:-26px;bottom:-28px;width:82px;height:82px;border-radius:50%;background:var(--sticker-accent,var(--acid));opacity:.18}
.method-card::after{content:"";position:absolute;left:12px;right:52px;bottom:12px;height:1px;background:linear-gradient(90deg,rgba(255,255,255,.08),transparent)}
.method-card strong{display:block;font-size:20px!important;line-height:.94!important;letter-spacing:-.035em;min-height:38px;margin:0!important;position:relative;z-index:2}
.method-card>span{position:absolute!important;right:11px!important;bottom:10px!important;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--acid);border:2px solid #090b0d;color:#090b0d!important;font-size:20px!important;font-weight:1000;box-shadow:3px 4px 0 #090b0d;z-index:3}
.method-icon{position:relative!important;width:56px!important;height:56px!important;border-radius:17px!important;border:3px solid #090b0d!important;background:var(--sticker-accent,var(--acid))!important;box-shadow:4px 5px 0 #090b0d!important;display:grid!important;place-items:center!important;overflow:hidden!important}
.method-card[data-method="shred"]{--sticker-accent:#59ddec}.method-card[data-method="burn"]{--sticker-accent:#ff7a3d}.method-card[data-method="void"]{--sticker-accent:#9b7cff}.method-card[data-method="freeze"]{--sticker-accent:#b8f4ff}.method-card[data-method="confetti"]{--sticker-accent:#ffd95f}.method-card[data-method="explode"]{--sticker-accent:#ff6aa8}
/* flat sticker symbols */
.shred-icon{display:flex!important;gap:4px!important;align-items:center!important;justify-content:center!important}.shred-icon i{width:5px!important;height:31px!important;border-radius:99px!important;background:#0a0c0e!important;box-shadow:none!important}.shred-icon i:nth-child(2),.shred-icon i:nth-child(4){height:23px!important}
.burn-method-icon i{width:27px!important;height:34px!important;background:#fff9e9!important;clip-path:polygon(50% 0,67% 23%,83% 45%,78% 72%,63% 93%,42% 100%,22% 84%,14% 62%,22% 41%,36% 54%,38% 28%)!important;filter:drop-shadow(0 0 0 #000)!important;box-shadow:none!important}
.void-icon i{width:31px!important;height:31px!important;border-radius:50%!important;background:#090a0c!important;box-shadow:0 0 0 4px #fff9e9!important}
.freeze-icon i,.explode-method-icon i{font-size:29px!important;color:#090b0d!important;text-shadow:none!important;font-style:normal!important}
.confetti-icon i,.confetti-icon b,.confetti-icon em{position:absolute!important;width:11px!important;height:24px!important;border:2px solid #090b0d!important;border-radius:4px!important;box-shadow:none!important}.confetti-icon i{background:#d8ff39!important;transform:translate(-12px,-5px) rotate(24deg)!important}.confetti-icon b{background:#ff6aa8!important;transform:translate(12px,-8px) rotate(-25deg)!important}.confetti-icon em{background:#59ddec!important;transform:translate(0,13px) rotate(55deg)!important}
#randomMethodBtn{flex:0 0 52px!important;min-height:52px!important;margin-top:2px!important;border-radius:18px!important;border:2px solid #53616c!important;background:linear-gradient(180deg,#171f24,#11171b)!important;box-shadow:4px 5px 0 #07090b!important;color:#f5f6f2!important;font-size:14px!important}
.method-footer-fun{flex:1 1 auto;min-height:52px;display:flex;align-items:flex-end;padding:0 4px 8px;gap:10px}
.method-footer-fun::after{content:"";margin-left:auto;width:84px;height:28px;border:8px solid rgba(83,231,255,.18);border-left-color:transparent;border-bottom-color:transparent;border-radius:999px;transform:rotate(-8deg)}
.mff-note{font-size:11px;color:#8f979f}.mff-star{background:var(--acid)}.mff-dot{background:var(--pink)}

/* ---------- RITUAL: exact hand+puck only, no reference background ---------- */
.ritual-controls{flex:0 0 224px!important;padding-top:4px!important;gap:4px!important}
.ritual-controls>p{margin:0 0 2px!important;min-height:38px!important;max-width:320px!important;font-size:12px!important;line-height:1.38!important}
.push-console{width:190px!important;height:176px!important;min-height:176px!important;padding:0!important;border:0!important;background:none!important;box-shadow:none!important;overflow:visible!important}
.clean-push{position:relative!important;width:190px!important;height:176px!important;display:block!important}
.push-hand-puck{position:absolute!important;left:35px!important;top:0!important;width:120px!important;height:165px!important;object-fit:contain!important;display:block!important;filter:drop-shadow(0 5px 0 rgba(0,0,0,.35))!important;transition:transform .14s cubic-bezier(.2,.8,.2,1)!important}
.push-copy-clean{position:absolute!important;left:50%!important;top:136px!important;transform:translateX(-50%) rotate(-4deg)!important;display:flex!important;align-items:center!important;gap:8px!important;padding:9px 17px!important;background:#fffdf2!important;border:3px solid #0a0c0e!important;border-radius:14px!important;box-shadow:5px 6px 0 #0a0c0e!important;color:#0a0c0e!important;white-space:nowrap!important;transition:transform .14s ease!important}
.push-copy-clean strong{font-size:14px!important;letter-spacing:.04em!important}.push-copy-clean b{font-size:20px!important;line-height:1!important}
.push-console.is-pressed .push-hand-puck,.push-console:active .push-hand-puck{transform:translateY(8px)!important}
.push-console.is-pressed .push-copy-clean,.push-console:active .push-copy-clean{transform:translateX(-50%) translateY(4px) rotate(-4deg)!important}
.ritual-controls small{font-size:10px!important;color:#848d96!important;margin-top:0!important}

/* ---------- MICRO: card = message only, CTA dock outside ---------- */
[data-screen="micro"].active{gap:10px!important;padding-bottom:8px!important}
[data-screen="micro"]>.back-btn{flex:0 0 auto;margin-bottom:0!important}
.micro-shell{flex:1 1 auto!important;display:flex!important;flex-direction:column!important;min-height:0!important;gap:12px!important;padding:0!important}
.micro-card,.micro-poster{flex:1 1 auto!important;min-height:0!important;height:auto!important;margin:0!important;padding:0!important;border-radius:28px!important;border:2px solid #35424c!important;background:linear-gradient(155deg,#151d22,#0c1014)!important;box-shadow:6px 8px 0 #050608!important;overflow:hidden!important;position:relative!important}
.micro-message-stack{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px 22px 30px}
.micro-kicker{margin-bottom:14px!important}
.quest-poster .quest-graphic{flex:0 0 auto!important;width:94px!important;height:82px!important;margin:0 auto 22px!important}
.quest-poster .mission-title{flex:0 0 auto!important;min-height:0!important;max-height:none!important;display:block!important;font-size:46px!important;line-height:.86!important;letter-spacing:-.065em!important;margin:0 auto 15px!important;padding:0 6px!important;max-width:330px!important;text-wrap:balance!important}
.quest-poster .mission-copy{flex:0 0 auto!important;min-height:0!important;max-height:none!important;display:block!important;margin:0!important;font-size:14px!important;line-height:1.42!important;color:#adb5bc!important;max-width:280px!important}
.quest-poster::before{width:205px!important;height:205px!important;right:-110px!important;top:-105px!important;opacity:.65!important}.quest-poster::after{left:-70px!important;bottom:-100px!important;width:215px!important;height:215px!important;border-width:28px!important}
.quest-poster .ms-quest{right:18px!important;top:18px!important}
.micro-action-dock{flex:0 0 124px;display:grid;grid-template-rows:54px 54px;gap:10px;padding:0 4px}
.micro-action-dock .primary,.micro-action-dock .secondary{width:100%!important;height:54px!important;min-height:54px!important;margin:0!important;border-radius:999px!important;font-size:13px!important}
.micro-action-dock .primary{box-shadow:4px 5px 0 #090b0d,0 0 26px rgba(216,255,57,.1)!important}
.micro-action-dock .secondary{border:2px solid #5a6974!important;background:linear-gradient(180deg,#171e23,#10161a)!important;box-shadow:3px 4px 0 #07090b!important}
/* phone card uses same centered message rhythm */
.phone-poster .micro-message-stack{padding:24px 22px}.phone-poster .big-emoji{margin:0 auto 14px!important;font-size:58px!important}.phone-poster h2{font-size:42px!important;line-height:.88!important;min-height:0!important;margin:0 auto 12px!important;display:block!important;max-width:320px!important}.phone-poster p{margin:0 auto 12px!important;max-width:285px!important}.phone-poster .timer{font-size:64px!important;margin:4px 0 8px!important}.phone-poster .micro-foot{margin:0!important;color:#8a939c!important}

/* Result next card stays aligned with the same action grammar */
.next-panel .secondary.full,#startOverBtn{height:50px!important;min-height:50px!important;margin-top:0!important}

/* Short phones */
@media (max-height:760px){
  .method-grid{grid-template-rows:repeat(3,108px)!important}.method-card{height:108px!important;min-height:108px!important;padding:10px 11px!important}.method-icon{width:48px!important;height:48px!important}.method-card strong{font-size:16px!important}.method-footer-fun{min-height:38px;padding-bottom:2px}
  .ritual-controls{flex-basis:196px!important}.push-console,.clean-push{width:174px!important;height:154px!important;min-height:154px!important}.push-hand-puck{left:30px!important;width:112px!important;height:154px!important}.push-copy-clean{top:124px!important;padding:8px 15px!important}.ritual-controls>p{font-size:11px!important;min-height:32px!important}
  .micro-message-stack{padding:22px 18px}.quest-poster .quest-graphic{width:82px!important;height:72px!important;margin-bottom:15px!important}.quest-poster .mission-title{font-size:38px!important;margin-bottom:10px!important}.micro-action-dock{flex-basis:112px;grid-template-rows:50px 50px}.micro-action-dock .primary,.micro-action-dock .secondary{height:50px!important;min-height:50px!important}
}

/* V7 QA corrections */
.method-card strong{white-space:normal!important;overflow:visible!important;max-width:142px!important;overflow-wrap:normal!important;word-break:normal!important}
.method-card[data-method="freeze"] strong{font-size:16px!important;max-width:145px!important;line-height:.94!important}
.ritual-controls>small{display:none!important}
/* final V7 QA micro-corrections */
.mff-note{display:none!important}
.method-footer-fun::before{content:"👀";display:grid;place-items:center;width:42px;height:28px;border-radius:10px;background:var(--yellow);border:2px solid #0a0c0e;box-shadow:3px 4px 0 #0a0c0e;transform:rotate(-5deg);font-size:17px}
.method-card[data-method="freeze"] strong{font-size:15px!important;max-width:126px!important;width:126px!important;white-space:normal!important;line-height:.92!important}
@media (max-height:760px){.method-card[data-method="freeze"] strong{font-size:13px!important;max-width:112px!important;width:112px!important;line-height:.9!important}}
/* lock micro card/dock geometry so reroll content never moves CTAs */
.micro-shell{display:grid!important;grid-template-rows:minmax(0,1fr) 124px!important;gap:12px!important}
.micro-card,.micro-poster{height:100%!important;min-height:0!important}
@media (max-height:760px){.micro-shell{grid-template-rows:minmax(0,1fr) 112px!important}}


/* =========================================================
   V7.1 — two-bug hotfix only
   1) PUSH remains transparent while disabled/pressed
   2) Celebration bottom CTAs never overlap
   ========================================================= */

/* Global .primary:disabled has higher specificity than .push-console.
   Override every interactive state explicitly so the ritual controller
   never receives the generic disabled CTA panel/background. */
button.primary.push-console,
button.primary.push-console:hover,
button.primary.push-console:focus,
button.primary.push-console:focus-visible,
button.primary.push-console:active,
button.primary.push-console.is-pressed,
button.primary.push-console:disabled,
button.primary.push-console[disabled]{
  -webkit-appearance:none!important;
  appearance:none!important;
  background:transparent!important;
  background-image:none!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  color:inherit!important;
  opacity:1!important;
  filter:none!important;
}
button.primary.push-console:disabled::before,
button.primary.push-console:disabled::after,
button.primary.push-console[disabled]::before,
button.primary.push-console[disabled]::after{display:none!important;background:none!important;border:0!important;box-shadow:none!important}

/* Preserve only the physical hand/puck press motion. */
button.primary.push-console:disabled .clean-push{opacity:1!important;filter:none!important;background:transparent!important}
button.primary.push-console:disabled .push-hand-puck{opacity:1!important;filter:drop-shadow(0 5px 0 rgba(0,0,0,.35))!important}

/* Explicit spacing between the two result CTAs. */
.poster-celebrate .next-panel{margin-bottom:0!important}
.poster-celebrate #rerollNext{margin-bottom:0!important}
.poster-celebrate #startOverBtn{
  position:relative!important;
  display:block!important;
  flex:0 0 50px!important;
  width:100%!important;
  height:50px!important;
  min-height:50px!important;
  margin:12px 0 0!important;
  transform:none!important;
  z-index:5!important;
}
.poster-celebrate #startOverBtn:active{transform:scale(.985)!important}


/* V7.2 — Vietnamese hero spacing (handwriting superseded in V7.3) */
html[lang="vi"] .hero-copy h1{
  font-size:48px;
  line-height:.94;
  letter-spacing:-.065em;
}
html[lang="vi"] .hero-copy h1 .hero-line-white{
  color:var(--text);
  text-shadow:0 4px 0 rgba(0,0,0,.18);
  white-space:nowrap;
}
html[lang="vi"] .handwritten{
  font-family:"Shantell Sans",cursive;
  font-weight:400;
  letter-spacing:.005em;
}
html[lang="vi"] .paper p{
  font-family:"Shantell Sans",cursive;
  font-weight:400;
  font-size:29px;
  line-height:1.16;
}
html[lang="vi"] .fx-strip-text{
  font-family:"Shantell Sans",cursive;
  font-size:29px;
  line-height:1.16;
  font-weight:400;
}
@media (max-height:760px){
  html[lang="vi"] .hero-copy h1{font-size:43px;line-height:.95;}
}
@media (max-width:370px){
  html[lang="vi"] .hero-copy h1{font-size:39px;line-height:.96;letter-spacing:-.055em;}
}


/* =========================================================
   V7.3 — Vietnamese diacritic-safe mission typography
   + Shantell Sans handwriting
   ========================================================= */

/* Vietnamese side-quest titles need a true Vietnamese line box.
   Previous .86 line-height made adjacent lines collide with tone marks. */
html[lang="vi"] .quest-poster .mission-title{
  line-height:1.04!important;
  letter-spacing:-.045em!important;
  overflow:visible!important;
  padding:.10em 8px .14em!important;
  margin:-.08em auto 10px!important;
  max-width:338px!important;
  text-wrap:balance!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
}

/* Keep the message cluster optically centered after opening the line box. */
html[lang="vi"] .micro-message-stack{
  padding-top:28px!important;
  padding-bottom:28px!important;
}

/* Vietnamese handwritten treatment: closer to Caveat, with full VN glyphs. */
html[lang="vi"] .handwritten{
  font-family:"Shantell Sans",cursive!important;
  font-weight:500!important;
  font-style:normal!important;
  letter-spacing:-.018em!important;
}
html[lang="vi"] .paper p{
  font-family:"Shantell Sans",cursive!important;
  font-weight:500!important;
  font-style:normal!important;
  font-size:25px!important;
  line-height:1.28!important;
  letter-spacing:-.018em!important;
}
html[lang="vi"] .fx-strip-text{
  font-family:"Shantell Sans",cursive!important;
  font-size:25px!important;
  line-height:1.28!important;
  font-weight:500!important;
  letter-spacing:-.018em!important;
}

@media (max-height:760px){
  html[lang="vi"] .quest-poster .mission-title{
    font-size:36px!important;
    line-height:1.05!important;
    letter-spacing:-.04em!important;
    padding:.10em 7px .14em!important;
    margin:-.05em auto 8px!important;
  }
  html[lang="vi"] .micro-message-stack{padding-top:20px!important;padding-bottom:20px!important}
}
@media (max-width:370px){
  html[lang="vi"] .quest-poster .mission-title{
    font-size:32px!important;
    line-height:1.06!important;
    letter-spacing:-.035em!important;
  }
}
