@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{font-family:DM Sans,system-ui,sans-serif;color:#e5e8e9;background:#101619;font-synthesis:none;--lime:#b9ef73;--muted:#9aa7ab;--line:#303b40}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button,select{cursor:pointer}button{border:1px solid #3b494f;border-radius:6px;background:#253036;color:#e8edef;padding:9px 12px;font-size:14px;transition:background .15s,border-color .15s}button:hover{background:#34434a;border-color:#809299}button:disabled{opacity:.45;cursor:not-allowed}button:focus-visible,input:focus-visible,select:focus-visible,canvas:focus-visible{outline:2px solid var(--lime);outline-offset:3px}.topbar{height:84px;padding:0 32px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);background:#172025}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:36px;height:36px;display:grid;place-items:center;color:#142015;background:var(--lime);border-radius:7px;font-size:29px;line-height:1}h1{font:600 21px Space Grotesk,sans-serif;letter-spacing:-.6px;margin:0}.tag{margin-left:12px;color:#afbcbe;font-size:11px;letter-spacing:1.6px;border-left:1px solid #435157;padding-left:20px}.privacy{color:#a5b0b4;font-size:13px}main{display:grid;grid-template-columns:300px minmax(0,1fr);max-width:1680px;margin:auto}.sidebar{background:#192227;padding:28px 24px;border-right:1px solid var(--line)}section+section{margin-top:26px;padding-top:24px;border-top:1px solid var(--line)}.section-title{display:flex;gap:10px;align-items:center;margin-bottom:19px}.section-title>span{color:var(--lime);font:500 12px Space Grotesk,sans-serif}h2{font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:500;margin:0}label{display:block;color:#bbc5c9;font-size:14px;margin-bottom:8px}.dropzone{position:relative;display:flex;flex-direction:column;align-items:center;gap:6px;padding:20px 10px;border:1px dashed #55646a;border-radius:8px;background:#1e2a2e;cursor:pointer}.dropzone:hover,.dropzone.dragging{border-color:var(--lime);background:#29352d}.dropzone:focus-within{outline:2px solid var(--lime)}.dropzone strong{color:#e7edee;font-size:14px;font-weight:500}.dropzone>span:last-of-type{font-size:12px;color:var(--muted)}.upload-icon{color:var(--lime);font-size:25px}#file{position:absolute;width:1px;height:1px;opacity:0}.model-info{display:flex;align-items:center;gap:7px;margin:15px 0 22px;font-size:12px}.model-info strong{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400}.model-dot{width:6px;height:6px;border-radius:50%;background:var(--lime);flex-shrink:0}.text-button{margin-left:auto;border:0;padding:0;background:none;font-size:12px;color:var(--lime);white-space:nowrap}select,input[type=number],input[type=text]{width:100%;background:#111b1f;color:#e1e7e8;border:1px solid #3a484e;border-radius:5px;padding:10px;font-size:14px;min-height:40px}.hint{color:var(--muted);font-size:12px;line-height:1.7;margin:10px 0 0}.lighting-hint{margin-bottom:18px}.palette-heading{display:flex;justify-content:space-between;color:#bbc5c9;font-size:14px}.palette-heading span:last-child{color:var(--muted);font-size:12px}.swatches{display:grid;grid-template-columns:repeat(13,1fr);gap:3px;margin-top:10px}.swatches span{aspect-ratio:1;border-radius:2px}.viewport-header>div:first-child{min-width:0}.viewport-header h2{overflow-wrap:anywhere}.viewport-tags{flex-shrink:0;margin-left:12px}.range-label{display:flex;align-items:center;justify-content:space-between;margin-top:19px}.range-label label{margin:0}output{font-variant-numeric:tabular-nums;font-size:12px;color:var(--lime)}.range-label+select{margin-top:8px}input[type=range]{width:100%;accent-color:var(--lime);cursor:pointer;height:22px;margin:8px 0 0}.check{display:flex;align-items:center;gap:8px;font-size:13px;margin:17px 0 0}input[type=checkbox]{accent-color:var(--lime);width:15px;height:15px;margin:0}.button-row{display:flex;gap:6px}.button-row button{flex:1}.full{width:100%;margin-top:8px}.workspace{padding:28px 36px 20px;min-width:0}.viewport-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.eyebrow{display:block;color:var(--muted);letter-spacing:1.5px;font-size:11px;margin-bottom:7px}.viewport-header h2{font-size:22px}.viewport-tags{display:flex;gap:7px}.viewport-tags span{color:#bcc6ca;border:1px solid #3b464c;padding:6px 8px;border-radius:4px;font-size:10px;letter-spacing:1px}.stage{position:relative;min-height:380px;height:min(55vw,560px);max-height:65vh;display:flex;justify-content:center;align-items:center;overflow:hidden;border:1px solid #334249;border-radius:8px;background-color:#1d292e;background-image:conic-gradient(#233137 25%,transparent 0 50%,#233137 0 75%,transparent 0);background-size:32px 32px}canvas{display:block;width:auto;height:100%;max-width:100%;aspect-ratio:1;object-fit:contain;image-rendering:pixelated;touch-action:none}.stage-label{position:absolute;left:16px;bottom:14px;color:#94a6ad;font-size:10px;letter-spacing:1.5px;pointer-events:none}.stage-corner{position:absolute;width:18px;height:18px;pointer-events:none;opacity:.5}.top-left{top:14px;left:14px;border-top:1px solid #aac4c7;border-left:1px solid #aac4c7}.bottom-right{bottom:14px;right:14px;border-bottom:1px solid #aac4c7;border-right:1px solid #aac4c7}.transport{display:flex;align-items:center;gap:15px;padding:16px 0 24px;border-bottom:1px solid var(--line)}.transport button{width:36px;height:34px;padding:0;flex-shrink:0}.transport input[type=range]{min-width:40px;flex:1;margin:0}.transport output{color:#c0c9cd;white-space:nowrap}.transport .check{margin:0;white-space:nowrap}.export-panel{display:grid;grid-template-columns:1fr 1.1fr;gap:30px;padding-top:27px}.export-panel h2{font-size:25px;letter-spacing:-.7px}.export-panel p{color:var(--muted);line-height:1.7;font-size:13px}.export-fields{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:8px}.export-fields label{font-size:12px}.export-summary{display:flex;justify-content:space-between;gap:10px;color:var(--muted);font-size:11px;padding:12px 0}.export-summary span:last-child{white-space:nowrap;color:#78898f;font-size:10px}.primary{display:flex;align-items:center;justify-content:space-between;width:100%;color:#1c2a19;background:var(--lime);border:0;font-weight:700;font-size:15px;padding:13px 16px}.primary:hover{background:#ccff8c}#cancel{width:100%;margin-top:8px}.status{color:#91a0a5;font-size:12px;line-height:1.5;margin-top:22px;min-height:18px}.status.error{color:#ffb3a2}[hidden]{display:none!important}@media(min-width:1500px){.stage{height:650px}}@media(max-width:1050px){.topbar{padding:0 20px}.tag{display:none}main{grid-template-columns:260px minmax(0,1fr)}.sidebar{padding:24px 18px}.workspace{padding:24px 20px}.export-panel{grid-template-columns:1fr;gap:12px}.export-panel p{margin:8px 0}.export-panel p br{display:none}.transport{flex-wrap:wrap}.transport .check{margin-left:50px}}@media(max-width:700px){.topbar{height:auto;min-height:76px;padding:18px;flex-wrap:wrap;gap:8px}.privacy{font-size:12px}main{display:flex;flex-direction:column}.sidebar{order:2;border:0;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}section+section{margin:0;padding:0;border:0}.workspace{padding:20px 16px}.stage{height:90vw;min-height:280px;max-height:none}.viewport-tags span:first-child{display:none}.export-panel{grid-template-columns:1fr}.export-panel h2{font-size:22px}}@media(max-width:420px){.sidebar{display:block}section+section{margin-top:24px;padding-top:20px;border-top:1px solid var(--line)}h1{font-size:19px}.export-fields{grid-template-columns:1.3fr 1fr 1fr}}#exportNameHint{overflow-wrap:anywhere;margin-bottom:14px}
