@charset "UTF-8";
:root{--ink:#232d3b;--muted:#687385;--line:#e0e5ec;--green:#225d49;--paper:#fff;--bg:#f1f4f8}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,"Microsoft JhengHei",sans-serif;font-size:16px;line-height:1.6}button,a,input{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid #ca732e;outline-offset:4px}button:disabled{opacity:.65;cursor:wait}[hidden]{display:none!important}.topbar{height:84px;padding:0 5%;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px;color:var(--ink);text-decoration:none;font-size:21px;font-weight:800}.brand-icon{background:var(--green);color:#fff;width:38px;height:38px;display:grid;place-items:center;border-radius:12px;font-size:28px}.edition{font-size:12px;border:1px solid var(--line);border-radius:5px;padding:1px 7px;font-weight:400;color:var(--muted)}.level{font-size:13px;color:var(--green);letter-spacing:1px}.level b{margin-left:12px;color:var(--muted);font-weight:400;letter-spacing:0}main{max-width:1500px;margin:auto;padding:38px 5% 22px}.heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:27px}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:bold;color:var(--green);margin:0 0 9px}h1{font-size:32px;letter-spacing:-1px;line-height:1.3;margin:0 0 10px}.heading p:last-child{margin:0;color:var(--muted)}.chapter{display:flex;align-items:center;gap:16px;font-size:13px;color:var(--muted)}.chapter>span{font-size:52px;font-weight:800;color:#c1cbd5;line-height:1}.chapter b{font-size:16px;color:var(--ink)}.steps{display:flex;list-style:none;gap:30px;padding:0;margin:0 0 24px;font-size:14px;color:#77818f}.steps li{display:flex;align-items:center;gap:9px}.steps li span{width:26px;height:26px;display:grid;place-items:center;background:#e3e8ee;border-radius:50%;font-size:13px}.steps .active{color:var(--green);font-weight:bold}.steps .active span,.steps .complete span{background:var(--green);color:white}.workspace{display:grid;grid-template-columns: .95fr 1.2fr .95fr;gap:20px;align-items:start}.panel{background:#fff;border:1px solid var(--line);border-radius:15px;padding:23px}.panel-label{display:flex;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid var(--line);font-size:14px;font-weight:700}.panel-label>span{font-size:12px;font-weight:400;color:var(--muted)}.panel-label .online{color:var(--green)}.person{display:flex;gap:12px;align-items:center;margin:23px 0 18px}.avatar{background:#ffdc97;color:#745220;width:46px;height:46px;display:grid;place-items:center;border-radius:50%;font-weight:bold}h2{font-size:19px;margin:0}h3{font-size:15px;margin:24px 0 13px}.person p{font-size:12px;margin:2px 0 0;color:var(--muted)}.bubble{background:#f0f3f7;padding:18px;border-radius:0 14px 14px 14px;font-size:15px;line-height:1.9}.brief{display:flex;justify-content:space-between;margin-top:20px;padding-bottom:20px;border-bottom:1px dashed var(--line);font-size:12px;color:var(--muted)}.brief b{display:block;font-size:19px;color:var(--ink)}h3>span{display:block;font-size:12px;font-weight:400;color:var(--muted);margin-top:3px}.questions{display:grid;gap:9px}.questions button{background:white;border:1px solid var(--line);padding:12px;text-align:left;border-radius:8px;font-size:14px;display:flex;justify-content:space-between;gap:5px}.questions button:hover,.questions .asked{border-color:#85ab9b;background:#f0f8f3}.reply{font-size:14px;color:var(--green);min-height:68px;margin:16px 0}.primary{display:flex;justify-content:space-between;align-items:center;width:100%;border:0;background:var(--green);color:#fff;border-radius:9px;padding:14px 17px;font-weight:700;font-size:15px}.primary:hover{background:#174836}.design{min-height:650px}#waiting{text-align:center;padding:53px 0 22px}.waiting-symbol{display:inline-block;color:#e1a43b;font-size:64px;line-height:1.2;margin-bottom:22px}#waiting h2{font-size:20px}#waiting p{font-size:14px;color:var(--muted);margin-bottom:40px}.ticket{border:1px dashed #bfc9d4;background:#f8fafc;text-align:left;transform:rotate(-3deg);padding:22px;max-width:270px;margin:0 auto;border-radius:5px;box-shadow:3px 6px 0 #f0f3f6}.ticket span,.ticket b,.ticket small{display:block}.ticket span{font-size:12px;letter-spacing:1px;color:var(--muted)}.ticket b{margin:10px 0}.ticket small{font-size:12px;color:var(--muted)}#editor{padding-top:20px;scroll-margin-top:20px}.muted{font-size:13px;color:var(--muted);margin:3px 0 18px}.features{display:grid;grid-template-columns:1fr 1fr;gap:10px}.feature{border:1px solid var(--line);border-radius:9px;padding:12px;cursor:pointer;display:flex;position:relative;gap:8px;align-items:flex-start;transition:.15s}.feature.chosen{background:#f0f8f3;border-color:#5d937a}.feature-icon{font-size:20px;color:var(--green)}.feature-copy b{font-size:14px;display:block;padding-right:15px}.feature-copy small{font-size:12px;color:var(--muted);display:block;margin:4px 0;line-height:1.5}.feature-copy em{font-size:12px;font-style:normal;color:var(--green)}.feature input{position:absolute;right:8px;top:12px;accent-color:var(--green);width:15px;height:15px;cursor:pointer}.colors{display:flex;flex-wrap:wrap;gap:7px}.color{font-size:13px;border:1px solid var(--line);padding:8px;border-radius:7px;background:white}.color.selected{border-color:var(--green);box-shadow:0 0 0 1px var(--green)}.budget{background:#f6f8fa;padding:14px;margin:22px 0 12px;border-radius:9px}.budget>div:first-child,.budget-bottom{display:flex;justify-content:space-between;font-size:13px}.budget b{font-size:18px}.meter{height:6px;background:#dfe6e9;border-radius:6px;margin:10px 0}.meter span{display:block;height:100%;background:#6aa183;border-radius:6px;transition:width .2s}.meter .over{background:#c24736}.budget-bottom{font-size:12px;color:var(--muted);gap:8px}.danger,#error{color:#b33426}#error{font-size:13px}.preview-heading{display:flex;justify-content:space-between;align-items:center;margin:2px 0 15px}.preview-heading h2{font-size:14px}.preview-heading span{font-size:12px;color:var(--muted)}.browser{border:1px solid #cbd4de;border-radius:12px;overflow:hidden;box-shadow:0 10px 24px #21354709;background:white}.browser-bar{display:flex;align-items:center;justify-content:space-between;background:#e9edf2;padding:12px;color:#929eab;font-size:10px}.browser-bar small{font-size:11px;background:#f8f9fb;padding:2px 15px;border-radius:4px;color:#687385}.site-preview{--site:#b34b22;--sitebg:#ffe9c5;--sitext:#622a18;color:var(--sitext);min-height:490px;background:#fffdfa}.forest{--site:#326249;--sitebg:#deedce;--sitext:#203f30}.night{--site:#315579;--sitebg:#dceaf8;--sitext:#1d3856}.site-preview nav{padding:19px 18px;font-size:10px;display:flex;justify-content:space-between}.site-preview nav b{letter-spacing:1px}.site-hero{background:var(--sitebg);padding:28px 23px;position:relative;overflow:hidden}.mini-label{font-size:11px;border:1px solid currentColor;border-radius:20px;padding:4px 9px}.site-hero h2{font-size:38px;line-height:1.3;margin:20px 0 12px;letter-spacing:1px}.site-hero p{font-size:12px;line-height:1.8}.hero-mark{position:absolute;right:17px;top:62px;font-size:82px;color:var(--site);opacity:.7}.site-section{padding:18px 20px}.site-section h3{margin:0 0 12px;font-size:14px}.menu-row{display:flex;justify-content:space-between;font-size:12px;border-bottom:1px dotted #ddd0c1;padding:7px 0}.location{background:var(--sitebg)}.location p{font-size:12px;line-height:1.8;margin:0}.preview-cta{background:var(--site);color:white;text-align:center;margin:12px 16px;padding:11px;border-radius:5px;font-size:12px}.site-preview footer{font-size:10px;text-align:center;padding:24px 10px;color:var(--site)}.ticker{background:var(--sitebg);padding:10px;white-space:nowrap;overflow:hidden;font-size:13px;letter-spacing:2px}.preview-note{text-align:center;font-size:12px;color:var(--muted)}#note-list{padding-left:20px;font-size:14px;line-height:2}.tip{padding:14px;background:#fff6de;color:#785d26;font-size:13px;border-radius:8px}.game-footer{display:flex;justify-content:space-between;color:#7f8996;font-size:12px;margin-top:28px}.result-label{font-size:13px;color:var(--green);margin-top:28px}.score{font-size:76px;font-weight:800;line-height:1.3;color:var(--green);margin-top:14px}.score span{font-size:20px;color:var(--muted);font-weight:400;margin-left:10px}.result-quote{background:#f0f8f3;padding:16px;font-size:15px;border-radius:9px}.result-stats{display:flex;gap:35px;font-size:13px;color:var(--muted)}.result-stats b{display:block;font-size:22px;color:var(--ink)}.feedback{padding:0;list-style:none;font-size:14px;margin:22px 0}.feedback li{margin:10px 0}.feature:has(input:focus-visible){outline:3px solid #ca732e;outline-offset:2px}@media(min-width:1500px){main{padding-left:45px;padding-right:45px}}@media(max-width:1100px){.workspace{grid-template-columns:1fr 1.15fr}.preview-column{grid-column:2}.design{min-height:0}.features{grid-template-columns:1fr}.preview-column .browser{max-width:420px;margin:auto}.client{grid-row:1 / 3}.heading{gap:20px}}@media(max-width:750px){.topbar{height:68px;padding:0 20px}.brand{font-size:18px;gap:8px}.level b{display:none}.edition{font-size:11px}main{padding:26px 18px}.heading{margin-bottom:22px}h1{font-size:27px}.heading p:last-child{font-size:14px}.chapter{display:none}.eyebrow{font-size:10px}.steps{gap:18px;font-size:13px}.workspace{grid-template-columns:1fr;gap:18px}.client{grid-row:auto}.preview-column{grid-column:auto}.panel{padding:20px}.features{grid-template-columns:1fr 1fr}.game-footer{flex-direction:column;gap:5px}.preview-column .browser{max-width:none}#waiting{padding:30px 0}.ticket{margin-bottom:10px}.preview-heading{margin-top:8px}.site-preview{min-height:0}}@media(max-width:370px){.features{grid-template-columns:1fr}.steps{gap:10px}.brand .edition{display:none}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.revision-bubble{margin:24px 0;background:#fff2d5}#revision .questions button{display:block;line-height:1.7}#revision .questions button span{display:block;font-size:12px;color:var(--muted);margin-top:5px}#revision-error{color:#b33426;font-size:14px}
/* Cartoon studio theme */
:root{--ink:#34304d;--muted:#68617c;--line:#34304d;--green:#6850be;--bg:#fff6db}
body{background-color:var(--bg);background-image:radial-gradient(#dccba1 1.4px,transparent 1.4px);background-size:22px 22px;font-family:'Microsoft JhengHei','Trebuchet MS',sans-serif}
.topbar{height:76px;border-bottom:3px solid var(--ink);background:#fffdfa}.brand{font-weight:900;font-size:23px}.brand-icon{background:#ffcb54;color:var(--ink);border:2px solid var(--ink);box-shadow:3px 3px 0 var(--ink);transform:rotate(-8deg)}.edition{background:#f4b5d0;border:2px solid var(--ink);font-weight:bold;color:var(--ink)}.level{background:#ded4fc;border:2px solid var(--ink);border-radius:24px;padding:7px 14px;color:var(--ink);font-weight:bold}.level b{color:var(--ink)}main{max-width:1600px;padding-top:30px}.heading{margin-bottom:24px}.eyebrow{color:#7651b1;font-size:13px;letter-spacing:2px}h1{font-size:46px;font-weight:900;letter-spacing:1px;text-shadow:2px 3px 0 #f5cc63;margin-bottom:12px}.heading p:last-child{color:#574863;font-size:16px}.title-pop{display:inline-block;font-size:16px;background:#ff91ae;border:2px solid var(--ink);border-radius:9px;padding:5px 12px;margin-left:16px;vertical-align:middle;transform:rotate(8deg);text-shadow:none;box-shadow:3px 3px 0 var(--ink)}.chapter{background:#fff;border:2px solid var(--ink);box-shadow:5px 5px 0 #34304d;border-radius:20px;padding:14px 24px;transform:rotate(3deg);color:var(--ink)}.chapter>span{font-size:44px}.chapter b{font-size:18px}.mobile-break{display:none}
.challenge-picker{background:#dfd6ff;border:2px solid var(--ink);border-radius:17px;padding:16px 19px;margin:0 0 25px;box-shadow:4px 4px 0 var(--ink)}.challenge-picker>div:first-child{display:flex;align-items:center;gap:15px;margin-bottom:12px}.challenge-picker b{font-size:16px}.challenge-picker span{font-size:14px}.event-chips{display:flex;gap:9px;flex-wrap:wrap}.event-chip{border:2px solid var(--ink);background:#fffdfa;border-radius:20px;padding:7px 13px;font-weight:bold;font-size:14px;box-shadow:0 3px 0 var(--ink);transition:transform .12s}.event-chip:hover{transform:translateY(-2px);background:#fff0ab}.event-chip[aria-pressed=true]{background:#ffcf58;box-shadow:inset 0 -3px 0 #dc9e35}.event-chip:disabled{opacity:.8;cursor:default}
.steps{gap:12px;margin-bottom:23px}.steps li{background:#fffdfa;border:2px solid var(--ink);padding:8px 18px;border-radius:24px;color:var(--ink);font-weight:bold}.steps li span{background:#e9e3f5;border:1px solid var(--ink)}.steps .active{background:#ffce63;color:var(--ink);box-shadow:3px 3px 0 var(--ink);transform:rotate(-2deg)}.steps .active span{background:#fff;color:var(--ink)}.steps .complete{background:#c9eddc}.workspace{gap:22px;grid-template-columns:1fr 1.2fr 1fr}.panel{border:2px solid var(--ink);border-radius:21px;padding:22px;box-shadow:5px 6px 0 var(--ink);background:#fffefa}.panel-label{border-bottom:2px dashed #d3c8df;font-size:17px;padding-bottom:15px}.panel-label>span{font-size:12px}.panel-label .online{color:#48735e}.client{background:#fff8fa}.person{margin-top:20px}.avatar{width:61px;height:61px;font-size:39px;background:#ffe295;border:2px solid var(--ink);border-radius:18px;transform:rotate(-5deg);box-shadow:3px 3px 0 #e5a16c;flex-shrink:0}.person h2{font-size:22px}.person p{font-size:13px}.bubble{background:#fff;border:2px solid var(--ink);border-radius:3px 19px 19px 19px;padding:17px;font-size:16px;box-shadow:3px 4px 0 #ecd5df}.brief{border-bottom:2px dashed #decfdc;font-size:14px}.brief b{font-size:24px;color:#8d3e63}h3{font-size:17px}h3>span{font-size:14px}.questions{gap:12px}.questions button{border:2px solid var(--ink);border-radius:12px;background:#fff;padding:12px;font-size:15px;box-shadow:2px 3px 0 #d7ccd9;transition:transform .12s}.questions button:hover,.questions .asked{background:#e4f4de;border-color:var(--ink);transform:translateY(-2px)}.reply{background:#f0e9ff;border-radius:12px;padding:13px;font-size:15px;color:#574184}.primary{background:#8660ce;color:white;border:2px solid var(--ink);border-radius:12px;box-shadow:0 5px 0 var(--ink);font-size:17px;padding:13px 17px;transition:transform .12s,box-shadow .12s}.primary:hover{background:#714ab9;transform:translateY(-2px);box-shadow:0 7px 0 var(--ink)}.primary:active{transform:translateY(4px);box-shadow:0 1px 0 var(--ink)}.design{background:#fffdfa;min-height:660px}#waiting{padding:28px 0}.waiting-symbol{font-size:98px;line-height:1.3;background:#d6eafc;border:2px solid var(--ink);border-radius:28px;box-shadow:5px 5px 0 var(--ink);padding:12px 26px;transform:rotate(-5deg);margin:12px 0 30px}#waiting h2{font-size:25px}#waiting p{font-size:15px;margin-bottom:27px}.ticket{background:#ffefab;border:2px solid var(--ink);box-shadow:4px 4px 0 var(--ink);max-width:300px;border-radius:12px}.ticket b{font-size:19px}.ticket span,.ticket small{font-size:14px;color:#655631}.muted{font-size:14px}.feature{border:2px solid #c7bdd6;border-radius:13px;background:#fff;padding:12px 10px}.feature.chosen{border-color:var(--ink);background:#e0f3e7;box-shadow:2px 3px 0 #749987}.feature-copy b{font-size:15px}.feature-copy small,.feature-copy em{font-size:13px}.feature-icon{color:#7454ad}.feature input{accent-color:#7454ad}.color{border:2px solid #cec3d8;font-size:14px}.color.selected{border-color:var(--ink);box-shadow:2px 3px 0 var(--ink);background:#fff0ba}.budget{border:2px solid var(--ink);background:#f5eaff;border-radius:13px}.budget>div:first-child{font-size:15px}.budget b{font-size:22px}.budget-bottom{font-size:13px}.meter{height:12px;border:2px solid var(--ink);background:#fff}.meter span{background:#83cfa5}.preview-heading{background:#b9e4e7;border:2px solid var(--ink);border-radius:11px;padding:9px 12px;box-shadow:3px 3px 0 var(--ink);transform:rotate(1deg)}.preview-heading h2{font-size:15px}.preview-heading span{font-size:12px;color:#345557}.browser{border:2px solid var(--ink);border-radius:17px;box-shadow:6px 7px 0 var(--ink)}.browser-bar{background:#ffcc77;border-bottom:2px solid var(--ink);color:#69513f}.browser-bar small{background:#fff6db;border:1px solid #b39a79}.site-preview{min-height:530px}.site-preview nav{font-size:11px}.site-hero{border-bottom:2px solid var(--sitext)}.site-hero h2{font-size:43px}.hero-mark{top:70px;font-size:75px}.preview-note{font-size:13px;color:#665772}.tip{border:2px dashed #c49b43;background:#fff0b5;font-size:14px}.game-footer{font-size:13px;color:#645971}.revision-bubble{background:#ffe7ba;margin:24px 0;transform:rotate(-1deg);font-size:18px;line-height:1.9}.result-label{display:inline-block;background:#ffdf7a;border:2px solid var(--ink);padding:4px 10px;border-radius:8px;color:var(--ink);font-size:14px}#revision h2{font-size:26px}#revision .questions button span{font-size:14px}.score{color:#7752b8;text-shadow:3px 3px 0 #e8d0ff}.result-quote{background:#e8f4db;border:2px solid var(--ink)}.feedback li{border-bottom:1px dashed #d4c8df;padding-bottom:10px;font-size:15px}.result-stats{border:2px solid var(--ink);border-radius:12px;background:#ffeebd;padding:12px;justify-content:space-between;gap:10px}.result-stats b{font-size:22px}
@media(max-width:1150px){.workspace{grid-template-columns:1fr 1.15fr}.preview-column{grid-column:2}.features{grid-template-columns:1fr}.design{min-height:0}.client{grid-row:1 / 3}}
@media(max-width:750px){main{padding:24px 16px}.topbar{padding:0 17px;height:70px}.brand{font-size:18px}.level{font-size:12px;padding:5px 8px}.brand-icon{width:32px;height:32px}.heading{display:block}h1{font-size:34px}.title-pop{font-size:13px;margin-left:10px;padding:4px 8px}.eyebrow{font-size:12px;letter-spacing:1px}.heading p:last-child{font-size:15px}.mobile-break{display:block}.challenge-picker{padding:14px}.challenge-picker>div:first-child{display:block}.challenge-picker span{display:block;font-size:13px;margin-top:5px}.event-chips{gap:8px}.event-chip{font-size:13px;padding:7px 9px}.steps{gap:7px}.steps li{padding:6px 8px;font-size:12px;gap:5px;flex:1;justify-content:center}.steps li span{width:22px;height:22px;flex-shrink:0}.workspace{grid-template-columns:1fr;gap:23px}.client{grid-row:auto}.preview-column{grid-column:auto}.panel{padding:19px}.features{grid-template-columns:1fr 1fr}.feature-copy b{font-size:14px}.feature-copy small,.feature-copy em{font-size:12px}.waiting-symbol{font-size:78px}.game-footer{font-size:12px}.site-preview{min-height:0}.chapter{display:none}}
@media(max-width:380px){.features{grid-template-columns:1fr}.edition{display:none}h1{font-size:29px}.title-pop{margin-left:7px}.steps li{font-size:11px;padding:6px}.level{padding:3px 6px}}
