:root{color-scheme:dark;--bg:#171c26;--panel:#202733ee;--border:#3c4554;--text:#edf2f6;--muted:#a7b4c2;--accent:#c9f579;font-family:Inter,'Segoe UI',Arial,sans-serif;font-synthesis:none}*{box-sizing:border-box}body,html{margin:0;height:100%;overflow:hidden}body{background:var(--bg);color:var(--text);font-size:14px}button,input,select,textarea{font:inherit}button{cursor:pointer;border:0;border-radius:8px;background:transparent;color:var(--text);min-height:36px;padding:8px 12px;touch-action:manipulation}button:hover{background:#ffffff10}button:disabled{opacity:.35;cursor:default}button.accent,.accent{background:var(--accent);color:#1c2a10;font-weight:700}button.accent:hover{background:#dafba7}button.secondary{background:#303b4a;border:1px solid var(--border)}button:focus-visible,input:focus-visible,select:focus-visible,canvas:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:3px}input,textarea,select{background:#151c26;border:1px solid var(--border);border-radius:7px;color:var(--text);padding:8px;min-width:0}input[type=checkbox]{accent-color:var(--accent)}input[type=color]{height:34px;padding:3px}.hidden{display:none!important}#workbench{height:100svh;position:relative;overflow:hidden}#viewport{position:absolute;inset:64px 0 86px}canvas{width:100%;height:100%;display:block;touch-action:none}header{position:absolute;top:0;left:0;right:0;height:64px;display:flex;align-items:center;gap:18px;padding:0 22px;background:#1a202b;border-bottom:1px solid var(--border);z-index:5}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--text);font-size:23px;font-weight:850;letter-spacing:-1px}.brand>span:first-child{display:grid;place-items:center;height:32px;width:32px;color:var(--bg);background:var(--accent);border-radius:8px;font-weight:900;transform:rotate(-7deg)}.edition{font-size:9px;letter-spacing:2px;font-weight:500;color:var(--muted);margin-left:8px}#project-name{border:0;background:none;max-width:220px;font-size:14px}#save-state{font-size:11px;color:var(--muted);margin-left:auto;white-space:nowrap}.header-actions{display:flex;gap:5px;align-items:center}#tools{position:absolute;left:18px;top:88px;display:flex;flex-direction:column;padding:7px;background:var(--panel);border:1px solid var(--border);border-radius:14px;backdrop-filter:blur(12px);z-index:4;max-height:calc(100svh - 192px);overflow:auto}#tools button{width:58px;min-height:56px;display:flex;flex-direction:column;align-items:center;gap:2px;padding:7px 2px}#tools button>span{font-size:24px;line-height:27px}#tools small{font-size:10px;color:var(--muted)}#tools button.active{background:#c9f5791e;color:var(--accent)}#tools button.active small{color:var(--accent)}.tool-divider{height:1px;background:var(--border);margin:5px}.panel{position:absolute;z-index:4;width:268px;max-height:calc(100svh - 192px);overflow:auto;background:var(--panel);border:1px solid var(--border);border-radius:14px;padding:17px;backdrop-filter:blur(15px);box-shadow:0 12px 45px #0003}#tool-panel{left:100px;top:88px}#inspector{right:18px;top:88px;width:268px}.panel h2{font-size:16px;margin:0}.panel p{color:var(--muted);font-size:12px;line-height:1.55}.panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.panel-head button{padding:3px 9px;min-height:26px}.mini-label{font-size:10px;font-weight:650;letter-spacing:2px;color:var(--accent)}.shape-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:7px}.shape-grid button{border:1px solid var(--border);background:#2b3544;padding:12px 7px;font-size:12px;display:flex;align-items:center;gap:7px}.shape-grid button span{font-size:20px;color:var(--accent)}.section-label{font-size:10px;color:var(--muted);letter-spacing:1.4px;margin:20px 0 10px;text-transform:uppercase}.field{display:flex;align-items:center;justify-content:space-between;gap:9px;margin:10px 0;font-size:12px;color:var(--muted)}.field input,.field select{max-width:140px;width:55%;font-size:12px;min-height:32px}.field.block{display:block}.field.block input,.field.block select{width:100%;max-width:none;margin-top:7px}.triple{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;margin:6px 0 12px}.triple label{font-size:10px;color:var(--muted)}.triple input{width:100%;font-size:12px;padding:7px 5px;margin-top:4px}.full{width:100%;margin-top:9px}.row{display:flex;align-items:center;justify-content:space-between;gap:6px;margin:7px 0}.row button{font-size:12px;padding:6px 9px}.separator{height:1px;background:var(--border);margin:15px 0}.object-row{width:100%;text-align:left;display:flex;gap:8px;align-items:center;border:1px solid transparent;overflow:hidden;font-size:12px}.object-row.active{background:#c9f57916;border-color:#c9f57977}.object-row>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.object-row i{display:block;width:10px;height:10px;border-radius:3px;flex-shrink:0}.connection-row{border:1px solid var(--border);border-radius:8px;padding:8px;margin-top:8px;font-size:12px}.connection-row p{margin:3px 0}.connection-row button{font-size:11px}#welcome{position:absolute;left:50%;top:43%;transform:translate(-50%,-50%);pointer-events:none;text-align:center;width:min(430px,70vw);z-index:2}#welcome h1{font-size:40px;letter-spacing:-1.5px;font-weight:600;margin:15px 0}#welcome p{color:#b4c1cf;font-size:16px;line-height:1.65}#welcome button{pointer-events:auto;padding:12px 20px}#view-tools{position:absolute;bottom:104px;right:18px;display:flex;background:var(--panel);border:1px solid var(--border);border-radius:10px;padding:3px;z-index:3}#view-tools button{font-size:11px;padding:6px 9px;min-height:31px}#bottom{position:absolute;bottom:26px;left:0;right:0;height:60px;background:#1b222d;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 20px;gap:10px;z-index:5}.history,.simulation,.scene-options{display:flex;align-items:center;gap:4px}#bottom button{font-size:12px;white-space:nowrap}.history>span{height:20px;width:1px;background:var(--border);margin:0 7px}.history button.active{background:#ffffff10;color:var(--accent)}.scene-options label{font-size:11px;color:var(--muted);display:flex;align-items:center;gap:4px;margin-right:5px}#status{position:absolute;bottom:0;left:0;right:0;height:26px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 20px;background:#141a23;color:var(--muted);font-size:10px;z-index:5}#hint{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#stats{white-space:nowrap}#play-controls{position:absolute;bottom:110px;left:50%;transform:translateX(-50%);display:flex;gap:7px;z-index:4;padding:7px;background:var(--panel);border:1px solid var(--border);border-radius:14px}#play-controls button{background:#384456;min-width:38px}#play-controls button.accent{background:var(--accent)}dialog{width:min(610px,calc(100% - 24px));max-height:calc(100svh - 32px);overflow:auto;border:1px solid var(--border);border-radius:19px;background:#202733;color:var(--text);padding:25px;z-index:20}dialog::backdrop{background:#10151cbb;backdrop-filter:blur(5px)}dialog h2{font-size:26px;margin:0 0 15px}dialog p,dialog li{font-size:14px;line-height:1.65;color:var(--muted)}dialog textarea{width:100%;min-height:95px;font-size:12px}dialog .field input{max-width:none}#toast{display:none;position:fixed;bottom:100px;left:50%;transform:translateX(-50%);padding:12px 20px;max-width:calc(100% - 30px);background:var(--accent);color:#17230c;border-radius:10px;z-index:30;font-size:13px;box-shadow:0 5px 30px #0004}#toast.show{display:block}.danger{color:#ffabb6!important}.help-key{display:inline-block;padding:2px 6px;background:#111824;border:1px solid var(--border);border-radius:4px;font-family:monospace}.example{display:block;text-align:left;width:100%;border:1px solid var(--border);padding:12px;margin:7px 0;background:#2a3544}.example b{display:block;font-size:13px}.example small{font-size:11px;color:var(--muted);display:block;margin-top:4px}.chip{background:#394658;border-radius:5px;font-size:11px;padding:5px 8px}.note{font-size:11px!important}.badge{color:var(--accent);font-size:10px;letter-spacing:1px}.error-screen{position:absolute;inset:90px 15% 100px;background:#202733;padding:35px;border:1px solid var(--border);border-radius:20px;z-index:10}
@media(max-width:1050px){header{gap:9px;padding:0 14px}.edition,#save-state{display:none}#project-name{max-width:170px}.header-actions{margin-left:auto}#bottom{padding:0 10px}.scene-options label{font-size:10px}.history button{padding:6px 8px}.panel{width:240px}#inspector{width:240px}}
@media(max-width:700px){header{height:55px;padding:0 10px;gap:8px}.brand{font-size:19px}.brand>span:first-child{width:27px;height:27px}#project-name{max-width:105px;font-size:12px;padding:6px}.header-actions{gap:0}.header-actions button{font-size:11px;padding:7px 8px;min-height:32px}.header-actions button:first-child{display:none}#viewport{inset:55px 0 151px}#tools{top:auto;bottom:86px;left:8px;right:8px;flex-direction:row;justify-content:space-around;padding:4px;border-radius:12px;max-height:none;overflow-x:auto}#tools button{min-width:42px;width:42px;min-height:48px;padding:4px 1px}#tools button>span{font-size:21px;line-height:23px}#tools small{font-size:9px}.tool-divider{display:none}#tool-panel{left:10px;top:67px;width:235px;max-height:calc(100svh - 235px)}#inspector{top:67px;right:10px;width:232px;max-height:calc(100svh - 235px)}.panel{padding:13px}#bottom{bottom:22px;height:61px;gap:3px;padding:0 6px;flex-wrap:wrap;align-content:center}.history{gap:0}.history>span{margin:0 3px}.history button{font-size:10px!important;padding:5px 6px;min-height:30px}.simulation{gap:1px}.simulation button{font-size:11px!important;padding:7px 9px;min-height:32px}.scene-options{display:none}#status{height:22px;padding:0 10px;font-size:9px}#view-tools{bottom:163px;right:10px}#welcome{top:41%;width:68vw}#welcome h1{font-size:29px}#welcome p{font-size:13px}.mini-label{font-size:8px}#play-controls{bottom:208px;gap:3px;padding:5px;max-width:95vw}#play-controls button{font-size:11px;min-width:30px;padding:8px}#toast{bottom:158px}#stats{display:none}}
@media(max-height:560px) and (min-width:701px){#tools{top:76px;max-height:calc(100svh - 165px)}#tools button{min-height:40px}#tools small{display:none}#tool-panel,#inspector{top:76px;max-height:calc(100svh - 165px)}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
/* MAKE 1.1 — play first, precise controls when needed */
.panel{width:294px;padding:18px;max-height:calc(100svh - 194px)}#inspector{width:294px}.panel p{font-size:14px;line-height:1.55}.panel h2{font-size:19px}.panel .instruction{font-size:16px;color:var(--text);font-weight:600}.field{font-size:14px}.field input,.field select{font-size:14px;min-height:38px}.field.block select{max-width:none;width:100%}.section-label{font-size:11px;letter-spacing:1px}.panel button{min-height:42px}.panel-head button{min-height:32px}.panel details{border-top:1px solid #ffffff15;margin-top:14px;padding-top:12px}.panel summary{font-size:14px;line-height:1.4;cursor:pointer;color:#c3d1df;padding:5px 0;min-height:34px}.panel details[open]>summary{color:var(--accent);margin-bottom:10px}.choice{display:flex;align-items:center;gap:10px;width:100%;text-align:left;border:1px solid var(--border);background:#2a3544;margin:9px 0;padding:12px;border-radius:11px}.choice:hover{background:#344457;border-color:#94b66a}.choice>span:nth-child(2){flex:1}.choice b{display:block;font-size:14px;line-height:1.35}.choice small{display:block;font-size:12px;color:#b8c5d3;line-height:1.4;margin-top:5px}.choice-icon{font-size:25px;width:30px;text-align:center;flex-shrink:0}.creation-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.creation-grid button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:11px 3px;background:#2a3544;border:1px solid var(--border)}.creation-grid button>span{font-size:29px}.creation-grid b{font-size:12px;font-weight:500}.selection-chip{display:flex;align-items:center;gap:7px;border:1px solid var(--border);padding:6px 9px;border-radius:10px;background:#171e29;margin:10px 0}.selection-chip>span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.selection-chip i{height:10px;width:10px;flex-shrink:0;border-radius:50%}.selection-chip button{font-size:12px;min-height:34px;color:var(--accent);padding:6px}.quick-edit{display:grid;grid-template-columns:1fr 1fr;gap:7px}.quick-edit button{border:1px solid var(--border);background:#2a3544;font-size:14px}.power-card{padding:12px;border:1px solid var(--border);border-radius:10px;margin:10px 0;background:#18212b}.power-card p{font-size:12px}.power-card .row b{font-size:14px}.draw-demo{display:flex;align-items:center;justify-content:center;gap:15px;font-size:26px;color:var(--accent);padding:18px;background:#171e29;border-radius:10px}.draw-demo span,.draw-demo b{font-size:42px}.object-row{min-height:46px;font-size:14px}#welcome{width:min(690px,calc(100vw - 130px));top:43%;pointer-events:auto}#welcome h1{font-size:clamp(25px,3.3vw,40px)}#welcome p{font-size:16px;margin-bottom:22px}.starter-choices{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.starter-choices button{background:#242f3dee;border:1px solid #627482;box-shadow:0 8px 35px #0002;border-radius:17px;padding:20px 8px;display:flex;flex-direction:column;align-items:center;gap:8px}.starter-choices button:hover{border-color:var(--accent);background:#354635}.starter-choices button>span{font-size:46px;height:60px}.starter-choices button b{font-size:16px}.starter-choices small{font-size:12px;color:#b9c7d4}.welcome-skip{margin-top:17px;color:#c9d6e3;font-size:13px}#guide-card{position:absolute;top:86px;left:104px;width:310px;z-index:4;padding:18px;background:#202b36f2;border:1px solid #708960;border-radius:16px;box-shadow:0 12px 35px #0003}#guide-card h2{font-size:22px;margin:13px 0 8px}#guide-card p{font-size:14px;line-height:1.5;color:#c0cddd;margin:8px 0 14px}.guide-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.guide-top>span{font-size:10px;letter-spacing:1px;color:var(--accent)}.guide-top button{min-height:26px;padding:3px 7px}.guide-actions{display:flex;flex-direction:column;gap:7px}.guide-actions button{text-align:left;background:#344454;border:1px solid #536878;font-size:14px;min-height:44px}.guide-actions button:hover{border-color:var(--accent)}.guide-skip{font-size:12px;color:#bac8d5;padding:7px 0;margin-top:7px;min-height:32px}#canvas-instruction{position:absolute;left:50%;top:78px;transform:translateX(-50%);z-index:8;display:flex;align-items:center;gap:12px;max-width:calc(100vw - 30px);padding:8px 12px;border:1px solid #8da76e;border-radius:12px;background:#202b36f2;box-shadow:0 6px 25px #0003}#canvas-instruction span{font-size:14px;line-height:1.4}#canvas-instruction button{font-size:13px;white-space:nowrap}.canvas-task #tools,.canvas-task #view-tools,.canvas-task #welcome,.canvas-task #guide-card,.canvas-task #tool-panel,.canvas-task #inspector{display:none!important}.canvas-task #canvas{cursor:crosshair}.canvas-task #bottom .scene-options{visibility:hidden}#play-controls button{min-height:44px;min-width:44px}#tools small{font-size:11px}#tools button{min-height:60px}.note{line-height:1.5!important}.scene-options label{font-size:12px}
@media(max-width:1050px){#tool-panel,#inspector{width:280px}.panel{padding:15px}#guide-card{width:280px}.starter-choices button b{font-size:14px}}
@media(max-width:700px){#tool-panel,#inspector{left:10px;right:auto;top:67px;width:min(310px,calc(100vw - 20px));max-height:calc(100svh - 235px)}#tools button{min-height:48px;min-width:42px}#tools small{font-size:9px}#welcome{width:calc(100vw - 30px);top:calc(55px + (100svh - 206px)/2)}#welcome h1{font-size:25px;margin:8px 0}#welcome p{font-size:13px;margin:8px 0 13px;line-height:1.45}.starter-choices{gap:6px}.starter-choices button{padding:12px 5px;gap:5px;border-radius:13px}.starter-choices button>span{font-size:34px;height:42px}.starter-choices button b{font-size:12px;line-height:1.3}.starter-choices small{font-size:10px;line-height:1.3}.welcome-skip{margin-top:9px;font-size:12px}#guide-card{left:10px;right:10px;top:65px;width:auto;padding:12px 14px}#guide-card h2{font-size:18px;margin:6px 0}#guide-card p{font-size:12px;margin:6px 0 9px}.guide-actions{flex-direction:row;gap:5px}.guide-actions button{flex:1;min-width:0;padding:9px 5px;font-size:11px;line-height:1.35;text-align:center;min-height:43px}.guide-skip{margin:3px 0 0;padding:3px 0;min-height:28px;font-size:11px}.guide-top>span{font-size:9px}#guide-card .full{margin-top:4px;min-height:36px;font-size:13px}#guide-card .row{margin:6px 0 0}#canvas-instruction{top:64px;width:calc(100vw - 20px);gap:6px;padding:7px 9px}#canvas-instruction span{font-size:12px;flex:1}#canvas-instruction button{font-size:12px;padding:7px 8px}#play-controls{bottom:202px;gap:4px;width:max-content}#play-controls button{min-width:38px;min-height:43px;padding:8px 9px}.canvas-task #viewport{bottom:86px}.field input,.field select{font-size:16px}.panel p{font-size:14px}.canvas-task #canvas-instruction{pointer-events:auto}}
@media(max-height:570px){#welcome{top:45%}#welcome h1{font-size:23px}#welcome p{font-size:12px;margin:6px 0}.starter-choices button{padding:7px}.starter-choices button>span{font-size:26px;height:30px}.welcome-skip{margin:2px}.starter-choices small{display:none}#guide-card{max-height:calc(100svh - 230px);overflow:auto}}
