*{box-sizing:border-box}html{color-scheme:dark;--bg:#141b24;--panel:#1b242f;--text:#f4f5f2;--muted:#b0b9c5;--line:#36404c;--accent:#edce39;--stage:#111821}html[data-look=ocean]{--bg:#092b34;--panel:#103740;--text:#f2faf6;--muted:#a7c6ca;--line:#34545b;--stage:#0a222a}html[data-look=paper]{color-scheme:light;--bg:#f1f2ef;--panel:#fff;--text:#19232b;--muted:#56636e;--line:#cbd1d2;--stage:#e6eae9;--accent:#efd246}body{margin:0;background:var(--bg);color:var(--text);font-family:'Segoe UI',Arial,sans-serif;font-size:16px}button,a,input{-webkit-tap-highlight-color:transparent}button{font:inherit;color:inherit;cursor:pointer;border:1px solid var(--line);background:transparent;min-height:44px;padding:10px 15px;border-radius:4px}button:hover{background:var(--line)}button:focus-visible,a:focus-visible,input:focus-visible,canvas:focus-visible{outline:3px solid var(--accent);outline-offset:4px}button:disabled{opacity:.4;cursor:default}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}header{height:94px;display:flex;align-items:center;justify-content:space-between;max-width:1600px;margin:auto;padding:0 4vw;border-bottom:1px solid var(--line);gap:20px}.brand{font-weight:750;font-size:24px;letter-spacing:3px;display:flex;gap:15px;align-items:center}.brand-mark{display:flex;gap:4px;transform:rotate(-12deg)}.brand-mark i{display:block;width:5px;height:23px;background:#edce39}.brand-mark i:nth-child(2){background:#2ebcc5}.brand-mark i:nth-child(3){background:#fc642b}.header-end{display:flex;gap:10px}.header-end button{font-size:14px}.looks{display:flex;gap:8px}.looks button{border-radius:50%;min-height:28px;width:28px;padding:0;border:5px solid var(--bg);outline:1px solid var(--line);background:#19232b}.looks button[data-look=ocean]{background:#1c626e}.looks button[data-look=paper]{background:#e6eae9}.looks button[aria-pressed=true]{outline:2px solid var(--text)}main{max-width:1600px;margin:0 auto;padding:30px 4vw 24px}.workbench{display:grid;grid-template-columns:minmax(0,1fr) 330px;border:1px solid var(--line);min-height:690px}.stage{position:relative;background:var(--stage);min-height:690px;overflow:hidden}.stage-heading{position:absolute;top:34px;left:34px;pointer-events:none;z-index:1}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:650;color:var(--muted)}h1{font-size:clamp(36px,4.1vw,65px);font-weight:450;letter-spacing:-2.5px;line-height:1.05;margin:16px 0}.stage canvas{width:100%;height:100%;position:absolute;inset:0;touch-action:none;cursor:grab;display:block}.stage canvas:active{cursor:grabbing}.vertical-label{position:absolute;right:24px;top:35px;writing-mode:vertical-rl;color:var(--muted);font-size:11px;letter-spacing:2px;pointer-events:none}.stage-bottom{position:absolute;bottom:24px;left:34px;right:24px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:var(--muted);font-size:13px;pointer-events:none}.stage-bottom button{pointer-events:auto}.icon-button{width:44px;padding:10px}.icon-button svg{width:22px;height:22px;display:block}aside{background:var(--panel);border-left:1px solid var(--line);padding:30px 26px;display:flex;flex-direction:column;gap:26px}.intro{font-size:17px;line-height:1.5;margin:14px 0 0}.parts{display:grid;gap:8px}.part{display:flex;align-items:center;gap:13px;text-align:left;padding:12px;border-color:transparent}.part:hover,.part[aria-pressed=true]{border-color:var(--line);background:var(--bg)}.part strong{font-size:16px;font-weight:600;display:block}.part small{display:block;color:var(--muted);font-size:12px;margin-top:4px}.swatch{width:9px;height:37px;border-radius:3px;flex-shrink:0}.yellow{background:#edce39}.cyan{background:#2ebcc5}.orange{background:#fc642b}.part-id{margin-left:auto;color:var(--muted);font-family:monospace;font-size:12px}.assembly{border-top:1px solid var(--line);padding-top:24px}.label-row{display:flex;justify-content:space-between;font-size:14px;gap:10px}output{font-variant-numeric:tabular-nums;white-space:nowrap;color:var(--muted)}input[type=range]{width:100%;height:35px;accent-color:var(--accent);margin:9px 0 0;cursor:pointer}.range-labels{display:flex;justify-content:space-between;font-size:12px;color:var(--muted);margin-bottom:23px}.primary{width:100%;display:flex;align-items:center;justify-content:space-between;background:var(--accent);border-color:var(--accent);color:#171d20;font-weight:650;font-size:14px;gap:10px}.primary:hover{background:#ffe56d}.primary svg{width:22px;height:22px;flex-shrink:0}.secondary{width:100%;margin-top:8px;font-size:14px}.note{font-size:12px;line-height:1.5;color:var(--muted);margin:17px 0 0}.photo-card{display:flex;align-items:center;gap:13px;text-align:left;padding:0;border:0;margin-top:auto}.photo-card img{width:68px;height:68px;object-fit:cover;border-radius:3px}.photo-card small{font-size:10px;letter-spacing:1.5px;color:var(--muted);display:block}.photo-card strong{font-size:14px;font-weight:500;display:block;margin-top:7px}.photo-card svg{width:20px;height:20px;margin-left:auto}footer{max-width:1600px;margin:0 auto;padding:0 4vw 26px;display:flex;justify-content:space-between;gap:18px;font-size:12px;color:var(--muted)}footer nav{display:flex;gap:22px}footer a{display:inline-flex;min-height:32px;align-items:center}footer>span{padding-top:8px}dialog{width:min(920px,94vw);max-height:94dvh;background:var(--panel);border:1px solid var(--line);color:var(--text);padding:22px;border-radius:8px}dialog::backdrop{background:#080c12d9}.gallery-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}h2{font-size:20px;font-weight:500;margin:0}.photo-view{height:min(58dvh,620px);background:#080b10;display:flex;justify-content:center}.photo-view img{width:100%;height:100%;object-fit:contain}.gallery-controls{display:flex;justify-content:space-between;align-items:center;margin:15px 0;font-size:14px}.thumbnails{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}.thumbnails button{padding:0;height:65px;min-width:0;overflow:hidden;opacity:.5}.thumbnails button[aria-current=true]{opacity:1;outline:2px solid var(--accent)}.thumbnails img{width:100%;height:100%;object-fit:cover}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}#fallback{position:absolute;inset:220px 30px 80px;text-align:center}#fallback img{height:70%;max-width:100%;object-fit:contain}#fallback p{font-size:14px;color:var(--muted)}[hidden]{display:none!important}@media(min-width:1600px){.stage,.workbench{min-height:760px}}@media(max-width:1000px){.workbench{grid-template-columns:minmax(0,1fr) 290px}aside{padding:25px 18px}.stage-heading{left:24px}h1{font-size:44px}}@media(max-width:720px){header{height:76px;padding:0 20px;gap:10px}.brand{font-size:18px;letter-spacing:2px}.brand-mark{gap:3px}.brand-mark i{width:4px;height:18px}.looks{gap:5px}.looks button{width:22px;min-height:22px;border-width:4px}.header-end{gap:4px}.header-end button{padding:8px;font-size:12px}#photos{display:none}main{padding:18px 16px}.workbench{display:flex;flex-direction:column;min-height:0}.stage{min-height:540px}.stage-heading{top:25px;left:23px}h1{font-size:44px;margin-top:12px}.vertical-label{right:18px;top:26px;font-size:9px}.stage-bottom{left:23px;right:18px;bottom:19px;font-size:11px;gap:10px}aside{border-left:0;border-top:1px solid var(--line);padding:26px;gap:23px}.parts{grid-template-columns:repeat(3,minmax(0,1fr));gap:4px}.part{padding:8px 5px;flex-direction:column;align-items:flex-start;gap:9px}.swatch{height:5px;width:28px}.part-id{display:none}.part small{font-size:11px;line-height:1.3}.part strong{font-size:14px}.aside-top .intro{font-size:16px;max-width:440px}.note{max-width:440px}.photo-card{border-top:1px solid var(--line);padding-top:18px}footer{padding:0 20px 22px;flex-direction:column;gap:8px;font-size:11px}footer nav{gap:22px}dialog{padding:14px}.thumbnails{grid-template-columns:repeat(3,1fr)}.thumbnails button{height:52px}.photo-view{height:45dvh}.gallery-head button{font-size:14px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}

.catalogue{display:flex;align-items:center;font-size:13px;padding:0 10px}@media(max-width:450px){.catalogue{font-size:11px;padding:0 3px}.brand-mark{display:none}.brand{font-size:16px;letter-spacing:1px}}

.step-copy{min-height:108px;margin:0 0 14px}.step-copy strong{font-size:15px;color:var(--accent)}.step-copy p{font-size:13px;line-height:1.5;margin:9px 0 0;color:var(--muted)}.step-nav{display:flex;gap:8px;margin-bottom:10px}.step-nav button{flex:1;font-size:12px;padding:10px 6px;min-height:44px}.step-nav button:disabled{opacity:.35;cursor:default}.range-labels{margin-bottom:18px}.stage{min-height:770px}@media(max-width:720px){.stage{min-height:540px}.step-copy{min-height:92px}}

.direct-controls{border-top:1px solid var(--line);padding-top:18px}#dragHint{font-size:13px;line-height:1.55;min-height:62px;margin:0 0 12px;color:var(--muted)}.solution{border-top:1px solid var(--line);padding-top:12px}.solution>summary{cursor:pointer;min-height:44px;display:list-item;padding:12px 0;font-size:14px}.solution>summary:hover{color:var(--accent)}.solution .assembly{padding-top:12px;border:0}.assembly button:disabled{opacity:.4;cursor:default}#solutionReset{margin:10px 0 18px}.stage canvas.dragging{cursor:grabbing}.stage{min-height:770px}@media(max-width:720px){.stage{min-height:540px}} 
