@charset "UTF-8";
:root{color-scheme:light;--ink:#142f49;--blue:#173d9e;--gold:#ffdb6e;--paper:#fffdf6;--mint:#daf4d8;--line:#d6ddd9;--muted:#4a6071;--radius:22px;font-family:ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink)}button,input,select{font:inherit}button,select,summary{cursor:pointer}button{min-height:48px;padding:10px 15px;border:1px solid #aebdc9;border-radius:12px;background:white;color:var(--ink);font-weight:700}button:hover{background:#edf3ff}button:disabled{cursor:default;opacity:.65}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #234fe4;outline-offset:4px}a{color:#123d96;text-underline-offset:3px}header{max-width:1400px;margin:auto;padding:25px 5%;display:flex;align-items:center;gap:28px;border-bottom:1px solid var(--line)}.brand{text-decoration:none;color:var(--ink);font-size:30px;font-weight:950;letter-spacing:-2px}.brand span{font-size:10px;letter-spacing:2px;display:block}.edition,.badge,.eyebrow,.stage-top,.board-label,footer{font-size:11px;font-weight:800;letter-spacing:1.7px}.edition{color:var(--muted)}.badge{margin-left:auto;background:var(--mint);padding:10px 14px;border-radius:30px;letter-spacing:1px}main{max-width:1400px;margin:auto;padding:0 5%}.intro{padding:36px 0 28px;max-width:880px}.eyebrow{margin:0 0 12px;color:#3d5c69}.intro h1{font-size:clamp(32px,4vw,54px);letter-spacing:-2px;line-height:1.08;margin:0}.intro h1 span{display:block;font-weight:650;font-size:.70em;letter-spacing:-1px;margin-top:7px}.lede{font-size:17px;line-height:1.65;color:var(--muted);max-width:650px;margin:16px 0 0}.workspace{display:grid;grid-template-columns:minmax(0,2.1fr) minmax(290px,1fr);gap:22px;align-items:start}.player{background:white;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 12px 32px #16345009}.stage-top{display:flex;justify-content:space-between;padding:14px 20px;color:#fff;background:var(--ink);font-size:10px;letter-spacing:1.2px}.stage{aspect-ratio:16/9;position:relative;overflow:hidden;background:#bde7ee}.board{height:100%;position:relative;isolation:isolate;background:linear-gradient(#bde7ee 0 66%,#c8e6a4 66% 100%);overflow:hidden}.board:after{content:"";position:absolute;left:-5%;bottom:-40%;width:120%;height:65%;background:#ffe3b0;border-radius:50%;z-index:-1}.sun{position:absolute;right:9%;top:10%;width:65px;height:65px;border-radius:50%;background:#ffe49b;box-shadow:0 0 0 14px #fff1bd50;z-index:-1}.cloud{position:absolute;width:120px;height:22px;border-radius:50px;background:#ffffff8a;z-index:-1}.cloud:before{content:"";position:absolute;width:55px;height:35px;background:inherit;left:20px;bottom:3px;border-radius:50%}.cloud-one{left:8%;top:15%}.cloud-two{right:24%;top:27%;transform:scale(.6)}.village{position:absolute;bottom:24%;width:100%;display:flex;justify-content:space-around;align-items:end;z-index:-1;opacity:.65}.village i{width:14%;height:65px;background:#eca99c;border-radius:50% 50% 5px 5px;border:4px solid #ffeedc}.village i:nth-child(2){height:80px;background:#a5b8dc}.village i:nth-child(3){height:50px;background:#ffd578}.village i:nth-child(4){height:74px;background:#a7cfb3}.location{position:absolute;left:6%;top:10%;max-width:77%;background:#fffdf3e8;padding:17px 21px;border-radius:16px}.location .eyebrow{font-size:9px;margin-bottom:8px}.location h2{font-size:clamp(20px,2vw,30px);letter-spacing:-.8px;margin:0}.location p{font-size:12px;max-width:280px;margin:8px 0 0}.cast{position:absolute;bottom:11%;left:5%;right:5%;display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.character{background:#fffdf4;border:2px solid #142f4930;border-radius:14px;padding:10px 12px;text-align:center;font-size:12px;font-weight:800;box-shadow:0 4px 0 #142f4915}.character .monogram{display:block;margin:0 auto 5px;background:var(--character,#ffdb6e);width:32px;height:32px;border-radius:50%;line-height:32px;font-weight:900}.board-label{position:absolute;bottom:3%;left:0;right:0;text-align:center;font-size:8px;letter-spacing:1px}video{width:100%;height:100%;object-fit:contain;background:#111}.caption{background:#142f49;color:white;min-height:88px;padding:16px 22px;font-size:16px;line-height:1.5}.caption.off{display:none}.transport{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:16px 18px 8px}.transport button{font-size:13px}.primary{background:var(--blue);color:white;border-color:var(--blue)}.primary:hover{background:#12317e}.transport #time{margin-left:auto;font-size:12px;font-variant-numeric:tabular-nums;font-weight:700}#seek{display:block;width:calc(100% - 40px);margin:14px 20px;accent-color:var(--blue);height:22px}progress{display:block;width:calc(100% - 40px);height:4px;margin:0 20px 12px;accent-color:var(--blue)}.scene-nav{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:0 18px 18px}.scene-nav label{font-size:12px;font-weight:700}.scene-nav select{min-width:0;max-width:100%;flex:1;padding:12px;border:1px solid #aebdc9;border-radius:10px;color:var(--ink);background:white}.scene-nav button{font-size:12px}.story-side{display:grid;gap:16px}.interaction-card,.action-card{padding:24px;border:1px solid var(--line);border-radius:var(--radius)}.interaction-card{background:#ffedab;min-height:270px}.card-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.card-heading .eyebrow{font-size:10px}.interaction-card h2{font-size:25px;line-height:1.2;letter-spacing:-.7px;margin:6px 0 12px}.interaction-card p{line-height:1.55;font-size:14px}.answers{display:grid;gap:9px}.answer{text-align:left;display:flex;align-items:center;gap:12px;width:100%;background:#fffdf5;border-color:#b6a057;font-size:14px;line-height:1.35}.answer strong{background:var(--ink);color:white;min-width:30px;height:30px;line-height:30px;text-align:center;border-radius:8px}.answer.selected{border:3px solid var(--blue);padding:8px 13px;background:#ecf3ff}.feedback:empty,.branch:empty{display:none}.feedback{font-weight:750}.branch{border-top:1px solid #bba968;padding-top:12px}#timer{background:var(--ink);color:white;border-radius:50%;width:44px;height:44px;display:grid;place-content:center;flex-shrink:0;font-size:20px;font-variant-numeric:tabular-nums}#timer[hidden]{display:none}.action-card{background:#eef3ed}.action-card p{font-size:14px;line-height:1.65;margin-bottom:0}.action-card .note{font-size:11px;color:#4b6055;border-top:1px solid #c5d2c6;padding-top:12px}.below{display:grid;grid-template-columns:1fr 1fr;gap:50px;padding:40px 0}.below h2{font-size:26px;letter-spacing:-.6px;margin:0 0 12px}.below p{font-size:14px;line-height:1.7;max-width:540px}.below summary{font-weight:750;font-size:15px;padding:5px 0}.below label{display:block;font-size:13px;font-weight:700}.below input{font-size:12px;max-width:100%;margin:12px 0}.privacy{color:var(--muted);font-size:12px!important}footer{border-top:1px solid var(--line);padding:25px 5%;max-width:1400px;margin:auto;display:flex;justify-content:space-between;gap:20px;font-size:9px}.puzzle{position:absolute;inset:0;background:#eaf4fff2}.puzzle[hidden]{display:none}.puzzle h3{text-align:center;margin:16px;font-size:17px}.target{position:absolute;transform:translate(-50%,-50%);min-width:58px;min-height:58px;background:#fff4ca;border:2px solid #776211;box-shadow:0 5px 0 #142f4912;font-size:25px}.target small{display:block;font-size:10px;line-height:1.2;max-width:110px}.target.found{background:#c9f5ce;border-color:#235c31}.count-bubbles{position:absolute;inset:25% 12%;display:flex;align-items:center;justify-content:space-around;gap:10px}.cupcake{font-size:32px;width:80px;height:80px;border-radius:50%;border:4px solid #3d85aa;background:#f5fdff;display:grid;place-content:center}.key-pockets{position:absolute;inset:23% 5% 10%;display:flex;align-items:center;justify-content:space-around;gap:10px}.pocket{position:static;transform:none;width:27%;height:80%;min-width:0;font-size:24px;background:#ffc2b8;border-radius:50%;padding:8px;color:#142f49}.pocket:nth-child(2){background:#b9e1ff;border-radius:45%;border-color:#205b80}.pocket:nth-child(3){background:#ffea90;border-radius:20%}.pocket small{font-size:11px}.key-symbol{display:block;font-size:35px;font-weight:900}.celebration{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);background:#173d9e;color:white;font-weight:800;padding:12px 18px;border-radius:20px;white-space:nowrap;animation:pop .3s ease-out}.celebration[hidden]{display:none}@keyframes pop{from{opacity:0;bottom:6px}to{opacity:1;bottom:12px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip{position:absolute;top:-100px;left:15px;background:white;padding:15px;z-index:5}.skip:focus{top:10px}#error{padding:20px;background:#ffe0d8;border-radius:12px;color:#661d0b}[hidden]{display:none!important}@media(max-width:1000px){.workspace{grid-template-columns:minmax(0,1.65fr) minmax(260px,1fr)}.character{padding:6px;font-size:10px}.character .monogram{width:25px;height:25px;line-height:25px}.interaction-card,.action-card{padding:18px}}@media(max-width:760px){header{padding:20px 5%;gap:15px}.edition{display:none}.badge{font-size:9px}.intro{padding:26px 0}.workspace{grid-template-columns:1fr}.story-side{grid-template-columns:1fr}.below{grid-template-columns:1fr;gap:24px;padding:28px 0}.location{padding:10px 14px;top:7%;left:4%}.location h2{font-size:20px}.location p{font-size:10px;margin-top:4px}.location .eyebrow{margin-bottom:5px}.cast{bottom:12%;gap:4px}.character{font-size:9px;padding:5px}.character .monogram{width:23px;height:23px;line-height:23px;margin-bottom:3px}.board-label{font-size:6px}.transport{gap:6px;padding:12px}.transport button{font-size:12px;padding:10px}.transport #time{font-size:11px}.scene-nav{padding:0 12px 14px}.scene-nav label{width:100%}.caption{font-size:14px;padding:14px;min-height:90px}.puzzle h3{font-size:13px;margin:10px}.target{min-width:48px;min-height:48px;font-size:20px}.target small{font-size:9px}.cupcake{width:56px;height:56px;font-size:24px}.pocket{height:100%;padding:5px}.key-symbol{font-size:26px}footer{font-size:8px}.sun{width:40px;height:40px}.celebration{font-size:12px;padding:9px 12px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;scroll-behavior:auto!important}}

/* Character-led episode */
.intro{padding:22px 0 20px;max-width:100%}.intro h1{font-size:clamp(28px,3vw,40px)}.intro .lede{margin-top:10px}.workspace{grid-template-columns:minmax(0,3fr) minmax(260px,1fr)}
.board{background:#d3edf1 url('assets/bubbleville.png') center/cover no-repeat}.board:after,.board .sun,.board .cloud,.board .village{display:none}.location{top:3%;left:3%;max-width:55%;padding:9px 14px;background:#fffdf4e8}.location h2{font-size:clamp(14px,1.7vw,22px)}.location p,.location .eyebrow{display:none}
.cast{left:2%;right:2%;bottom:5%;height:72%;display:flex;align-items:end;justify-content:center;gap:0;flex-wrap:nowrap}.character{position:relative;flex:1;min-width:0;max-width:24%;margin:0;padding:0;background:none;border:0;border-radius:0;box-shadow:none;transform:translateY(var(--bob,0px)) rotate(var(--lean,0deg));transform-origin:bottom center}.character[data-character=giggle]{flex:1.55;max-width:35%;z-index:2}.character-art{width:100%;aspect-ratio:2/3;background-image:url('assets/supporting-cast.png');background-size:500% 200%;background-repeat:no-repeat;filter:drop-shadow(0 8px 5px #29473325)}.character[data-character=giggle] .character-art{aspect-ratio:1;background:none;filter:none}.character-art img{width:100%;height:100%;object-fit:contain;mask-image:radial-gradient(ellipse at 50% 53%,#000 53%,#000b 66%,transparent 75%);-webkit-mask-image:radial-gradient(ellipse at 50% 53%,#000 53%,#000b 66%,transparent 75%)}
.character figcaption{position:absolute;bottom:-5px;left:50%;transform:translateX(-50%);background:#fffef4f2;color:#142f49;padding:5px 9px;border:1px solid #142f4920;border-radius:12px;white-space:nowrap;font-size:11px;box-shadow:0 2px 8px #142f4910}.character.speaking figcaption{background:#ffdc70;border:2px solid #94711b;font-weight:900}.stage-speech{position:absolute;right:3%;top:13%;max-width:61%;padding:12px 17px;background:#fffef8f5;border:2px solid #1e4358;border-radius:18px;font-size:clamp(12px,1.45vw,18px);font-weight:650;line-height:1.4;box-shadow:0 5px 0 #142f4920;z-index:3}.stage-speech:after{content:'';position:absolute;bottom:-9px;left:30px;width:14px;height:14px;background:#fffef8;transform:rotate(45deg);border-right:2px solid #1e4358;border-bottom:2px solid #1e4358}.board-label{display:none}.action-card summary{font-size:12px;font-weight:750}.action-card .eyebrow{margin-top:16px}.puzzle{background:#eaf4fff0}.character .monogram{display:none}
@media(max-width:900px){.workspace{grid-template-columns:1fr}.intro h1{font-size:32px}.story-side{grid-template-columns:1fr 1fr}.interaction-card{min-height:0}.character figcaption{font-size:10px}.stage-speech{font-size:15px}.character{max-width:22%}}
@media(max-width:600px){.intro{padding:20px 0}.intro h1{font-size:27px}.story-side{grid-template-columns:1fr}.cast{height:67%;bottom:9%}.character figcaption{font-size:8px;padding:3px 5px;bottom:-10px}.stage-speech{top:16%;font-size:11px;padding:7px 10px;max-width:68%;line-height:1.25}.location{padding:6px 9px}.location h2{font-size:12px}.stage-top{font-size:8px}.character[data-character=giggle]{max-width:34%}}
