@charset "UTF-8";:root{color-scheme:dark;--bg:#111418;--panel:#1b1f25;--panel2:#22272f;--line:#323842;--muted:#a0aab7;--text:#f0f2f5;--accent:#f3a268;--accent-dark:#301d10;--radius:9px;font:13px/1.5 Segoe UI,Arial,sans-serif}*{box-sizing:border-box}body{margin:0;color:var(--text);background:var(--bg)}button,input,select,textarea{font:inherit}button,a,input,select,textarea{outline-offset:3px}button{border:1px solid var(--line);border-radius:7px;padding:7px 10px;background:var(--panel2);color:var(--text);cursor:pointer;transition:background .15s,border-color .15s}button:hover:enabled{background:#333b46;border-color:#66717f}button:disabled{opacity:.4;cursor:not-allowed}button.active,button[aria-pressed=true]{color:var(--accent);background:#3b2d25;border-color:#875d40}button.primary{background:var(--accent);color:#21170f;font-weight:700;border-color:var(--accent)}button.primary:hover:enabled{background:#ffb782;border-color:#ffb782}a{color:var(--accent)}input:not([type=checkbox]):not([type=range]):not([type=color]),select,textarea{width:100%;min-width:0;border:1px solid var(--line);border-radius:6px;background:#15191e;color:var(--text);padding:8px 9px}input[type=range]{width:100%;accent-color:var(--accent);height:15px;margin:8px 0 0}input[type=checkbox]{accent-color:var(--accent);margin:0}input[type=color]{width:42px;height:33px;border:1px solid var(--line);padding:3px;background:#14181d;border-radius:6px;cursor:pointer}h1,h2,h3,p{margin:0}h1,h2{font-size:15px;font-weight:650}h3{font-size:22px}.topbar{height:80px;display:flex;align-items:center;padding:0 24px;gap:28px;background:#1b1f25;border-bottom:1px solid var(--line)}.brand{color:var(--text);text-decoration:none;display:flex;align-items:center;gap:11px;white-space:nowrap;font-size:16px;line-height:1.2}.brand strong{font-weight:700}.brand small{display:block;color:var(--muted);font-size:9px;letter-spacing:2.3px;margin-top:5px}.brand-mark{border:1px solid #ae7752;color:var(--accent);border-radius:10px;font-weight:800;font-size:15px;padding:12px 8px}.project-heading{max-width:270px;flex:1;border-left:1px solid var(--line);padding-left:24px}.project-heading input#project-name{background:transparent;border:0;padding:0;font-size:13px}.project-heading span{font-size:11px;color:var(--muted)}.top-actions{display:flex;gap:7px;align-items:center;margin-left:auto}.top-actions #undo,.top-actions #redo{font-size:23px;padding:1px 11px;background:transparent}.divider{width:1px;background:var(--line);height:25px;margin:0 5px}.workspace{display:grid;grid-template-columns:232px minmax(380px,1fr) 264px;min-height:calc(100dvh - 80px)}.tools-panel,.layers-panel{padding:20px 17px;background:var(--panel)}.tools-panel{border-right:1px solid var(--line)}.layers-panel{border-left:1px solid var(--line)}.panel-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.eyebrow,.section-label{font-size:10px;font-weight:700;letter-spacing:1.5px;color:var(--muted)}.section-label{margin:22px 0 10px}.field{display:block;font-size:11px;color:#c0c8d2;margin-bottom:13px}.field input,.field select,.field textarea{display:block;margin-top:5px}.small{font-size:11px}.muted{color:var(--muted)}.toolbox{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin:22px 0}.toolbox button{display:flex;align-items:center;gap:6px;text-align:left;padding:10px 7px;font-size:11px;background:#20252c}.toolbox button.active{background:#3b2d25}.toolbox button>span{font-size:18px;line-height:1}.toolbox kbd{font-size:9px;color:#96a0ad;margin-left:auto}.color-row{display:flex;gap:7px;align-items:center}.color-row input#color-hex{width:83px;text-transform:uppercase;font-size:11px}.color-dot{display:block;width:18px;height:18px;border-radius:50%;background:#fff;border:1px solid #78838f}.color-dot.dark{background:#202733}.color-dot button{display:block;width:100%;height:100%;padding:0;border:0;background:transparent;border-radius:50%}.range-label{position:relative;margin-top:17px}.range-label output{float:right;color:var(--muted)}.hint{font-size:11px;color:var(--muted);line-height:1.6;margin:14px 0}.button-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:12px 0}.button-grid button{font-size:11px}details{border-top:1px solid var(--line);padding:14px 0;font-size:12px}summary{cursor:pointer;color:#d3d9e1}details p{margin-top:11px}details ul{margin:12px 0 0;padding-left:16px;color:var(--muted);font-size:11px}details li+li{margin-top:8px}.text-button{padding:5px 0;border:0;color:var(--accent);background:transparent;font-size:11px}.canvas-workspace{min-width:0;display:flex;flex-direction:column;background:#111418}.workspace-toolbar{min-height:61px;padding:13px 20px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #252b33}.view-tabs{display:flex;gap:3px;padding:3px;background:#1c2128;border-radius:8px}.view-tabs button{font-size:11px;border:0;background:transparent;padding:5px 11px}.view-tabs button.active{background:#343d49;color:#fff}.toggle{display:inline-flex;align-items:center;gap:7px;font-size:11px;color:#c2cad3;cursor:pointer;white-space:nowrap}.workspace-toolbar>.toggle{margin-left:auto}.canvases{display:grid;grid-template-columns:minmax(0,1.13fr) minmax(0,1fr);min-height:580px;flex:1}.canvases[data-view=model]{grid-template-columns:1fr}.canvases[data-view=model] .texture-pane{display:none}.canvases[data-view=texture]{grid-template-columns:1fr}.canvases[data-view=texture] .model-pane{display:none}.model-pane,.texture-pane{min-width:0;display:flex;position:relative;flex-direction:column;overflow:hidden}.model-pane{background:radial-gradient(ellipse at 50% 46%,#28313a 0,#171d24 58%,#151a20)}.texture-pane{border-left:1px solid #303641;background:#14181d}.canvas-title{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:19px 17px;min-height:53px;font-size:9px;color:var(--muted);letter-spacing:1.1px}.canvas-title>span:first-child{white-space:nowrap}.canvas-title>span:last-child{letter-spacing:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.live-dot{width:5px;height:5px;display:inline-block;background:var(--accent);border-radius:50%;margin-right:7px}#model-stage{flex:1;min-height:420px;position:relative;overflow:hidden}#model-stage>canvas{display:block;width:100%;height:100%;position:absolute;inset:0;touch-action:none;cursor:crosshair}.loading-overlay{position:absolute;inset:0;z-index:5;background:#171d24ed;display:flex;align-items:center;justify-content:center;gap:14px;flex-direction:column;padding:25px;text-align:center}.loading-overlay[hidden]{display:none}.spinner{width:27px;height:27px;border:2px solid #474a50;border-top-color:var(--accent);border-radius:50%;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.camera-controls{display:flex;justify-content:center;gap:5px;padding:12px 5px 0}.camera-controls button{font-size:10px;padding:5px 9px;background:#242b35}.canvas-caption{text-align:center;font-size:10px;color:#8c97a6;padding:12px 8px 20px}#texture-stage{flex:1;overflow:auto;display:grid;place-items:center;min-height:420px;padding:24px 20px;background-image:radial-gradient(#303640 1px,transparent 1px);background-size:14px 14px}.texture-stack{position:relative;flex-shrink:0;box-shadow:0 14px 50px #0006;max-width:none;background:repeating-conic-gradient(#e3e5e9 0 25%,#adb4bc 0 50%) 50%/14px 14px}.texture-stack canvas{display:block;width:100%;height:100%;touch-action:none}#texture-canvas{cursor:crosshair}#texture-overlay{position:absolute;inset:0;pointer-events:none}.texture-controls{display:flex;align-items:center;justify-content:center;gap:5px;margin:12px 8px 0}.texture-controls button{padding:3px 8px;font-size:11px}.texture-controls output{min-width:30px;text-align:center;font-size:10px}.texture-controls>span{font-size:10px;color:var(--muted);margin-left:10px}.statusbar{display:flex;gap:20px;justify-content:space-between;padding:12px 17px;border-top:1px solid var(--line);font-size:10px;color:var(--muted);min-height:40px}.statusbar span:first-child{flex:1}.statusbar span:last-child{white-space:nowrap}.pill{border:1px solid var(--line);border-radius:20px;padding:1px 7px;color:var(--muted);font-size:10px}.add-layer-actions{display:flex;gap:5px;margin-bottom:14px}.add-layer-actions button{font-size:11px;flex:1;padding:7px 5px}.layers-list{display:flex;flex-direction:column;gap:5px;max-height:300px;overflow-y:auto}.layer-row{display:flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:7px;padding:6px;background:#20252c;min-height:51px}.layer-row.active{border-color:#ad7957;background:#352b25}.layer-row>button[data-layer-select]{display:flex;align-items:center;gap:8px;flex:1;min-width:0;border:0;background:transparent;text-align:left;padding:0}.layer-thumb{width:31px;height:34px;object-fit:contain;background:repeating-conic-gradient(#3c444f 0 25%,#272e37 0 50%) 50%/8px 8px;border:1px solid #59606a;border-radius:3px}.layer-row .layer-copy{display:flex;flex-direction:column;min-width:0}.layer-row .layer-copy strong{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}.layer-row .layer-copy small{font-size:9px;color:var(--muted)}.layer-row button[data-layer-visible]{font-size:12px;padding:2px 4px;border:0;background:transparent;color:#b1bbc7}.layer-actions{display:flex;gap:5px;margin:10px 0}.layer-actions button{font-size:10px;padding:5px 7px}.layer-actions #delete-layer{margin-left:auto}.two-fields{display:grid;grid-template-columns:1fr 1fr;gap:9px}.two-fields .field{min-width:0}.lock-control{margin:3px 0 0}.save-tip{margin-top:27px;padding-top:19px;border-top:1px solid var(--line)}.save-tip>span{font-size:9px;letter-spacing:1.2px;color:var(--muted)}.save-tip p{font-size:11px;color:var(--muted);margin:7px 0 11px}.save-tip button{font-size:11px;width:100%}dialog{width:min(660px,calc(100vw - 28px));max-height:90dvh;overflow:auto;padding:25px;background:#20252c;color:var(--text);border:1px solid #545e6c;border-radius:15px;box-shadow:0 25px 100px #0009}dialog::backdrop{background:#070a0dc9;backdrop-filter:blur(5px)}.dialog-header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:17px}.dialog-header h2{font-size:20px}.dialog-header button{font-size:23px;line-height:1;background:transparent;border:0;padding:2px 5px}dialog p{margin:10px 0 17px}dialog .dialog-actions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap;margin-top:24px}.export-layout{display:grid;grid-template-columns:minmax(120px,.8fr) minmax(0,1fr);gap:24px;align-items:start}#export-preview{width:100%;max-height:460px;object-fit:contain;background:#101318;border-radius:7px}.export-layout h3{margin-top:6px}.wide{width:100%}.guide-steps{padding-left:23px;font-size:13px;line-height:1.7}.guide-steps li{padding:0 0 13px 5px}.guide-steps strong{display:block;color:var(--accent)}.saved-projects{margin-top:20px}.saved-item{display:flex;align-items:center;gap:9px;padding:12px 0;border-top:1px solid var(--line)}.saved-item>div{flex:1;min-width:0}.saved-item strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.saved-item small{color:var(--muted);font-size:10px}.saved-item button{font-size:11px}.error-text{color:#ffb9a5}body.is-busy .workspace,body.is-busy .top-actions button{pointer-events:none}body.is-busy #loading-overlay{pointer-events:auto}[hidden]{display:none!important}@media(min-width:1600px){.workspace{grid-template-columns:250px minmax(380px,1fr) 284px}.tools-panel,.layers-panel{padding:24px}.canvases{min-height:690px}.topbar{height:86px}.workspace{min-height:calc(100dvh - 86px)}}@media(max-width:1120px){.workspace{grid-template-columns:200px minmax(290px,1fr) 225px}.tools-panel,.layers-panel{padding:17px 12px}.topbar{padding:0 17px;gap:17px}.project-heading{padding-left:17px;max-width:180px}.brand{font-size:14px}.canvases[data-view=split]{grid-template-columns:1fr}.canvases[data-view=split] .texture-pane{border-left:0;border-top:1px solid var(--line);min-height:520px}.canvases[data-view=split] .model-pane{min-height:580px}.canvas-title{padding:14px}.toolbox{gap:4px}.toolbox button{font-size:10px}.color-row input#color-hex{width:76px}.color-dot{width:14px;height:14px}.top-actions{gap:4px}.top-actions button{font-size:11px}.layers-list{max-height:300px}.top-actions #undo,.top-actions #redo{padding:1px 7px}}@media(max-width:800px){.topbar{height:auto;min-height:73px;flex-wrap:wrap;padding:13px 15px;gap:12px}.brand{flex:1}.project-heading{border:0;max-width:155px;padding:0}.top-actions{width:100%;margin:0}.top-actions #open-export{margin-left:auto}.workspace{grid-template-columns:185px minmax(0,1fr)}.layers-panel{grid-column:1/-1;border-left:0;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:0 24px;padding:22px}.layers-panel>.panel-heading,.layers-panel>.add-layer-actions,.layers-panel>.layers-list,.layers-panel>.layer-actions{grid-column:1}.layers-panel>.panel-heading{margin-bottom:10px}.layers-panel>.layer-actions{align-self:start}.layers-panel>#layer-inspector{grid-column:2;grid-row:1/6}.layers-panel>.save-tip{grid-column:1;margin-top:15px;align-self:start}.layers-list{min-height:60px;max-height:240px}.section-label{margin-top:14px}.canvases{min-height:600px}.statusbar{padding:10px;flex-direction:column;gap:2px}.canvases[data-view=split] .model-pane{min-height:540px}}@media(max-width:540px){.workspace{display:flex;flex-direction:column}.tools-panel{display:grid;grid-template-columns:1fr 1fr;gap:0 15px;border-right:0;border-bottom:1px solid var(--line);padding:16px}.tools-panel>.panel-heading{grid-column:1/-1;margin-bottom:12px}.tools-panel>#skin-meta{grid-column:1/-1}.tools-panel>.toolbox{grid-column:1/-1;grid-template-columns:repeat(3,1fr);margin:14px 0}.tools-panel>.section-label{grid-column:1/-1;margin-top:6px}.tools-panel>.color-row{grid-column:1/-1}.tools-panel>.range-label{margin-top:12px}.tools-panel>.hint,.tools-panel>details,.tools-panel>.text-button{grid-column:1/-1}.tools-panel>.hint{margin:0 0 10px}.tools-panel>details{padding:9px 0}.tools-panel>.text-button{justify-self:start;margin-top:5px}.toolbox kbd{display:none}.workspace-toolbar{padding:12px}.canvases[data-view=split] .model-pane{min-height:550px}.canvases[data-view=split] .texture-pane{min-height:580px}.layers-panel{display:block;padding:20px}.layers-list{max-height:260px}.layer-actions{margin-bottom:20px}.export-layout{grid-template-columns:1fr}.export-layout #export-preview{max-height:220px}.statusbar span:last-child{display:none}.top-actions button{padding:7px 10px}.topbar .divider{display:none}.topbar .project-heading{max-width:130px}.brand-mark{padding:10px 7px}.top-actions #undo,.top-actions #redo{font-size:21px}.top-actions #save-project{font-size:11px}.top-actions #open-export{padding:7px 15px}dialog{padding:20px}}@media(prefers-reduced-motion:reduce){*{transition:none!important}.spinner{animation:none}}@media(min-width:801px){.workspace{height:calc(100dvh - 80px);min-height:650px}.tools-panel,.layers-panel{min-height:0;overflow-y:auto}.canvas-workspace{min-height:0}.canvases{min-height:0;overflow:auto}.model-pane,.texture-pane{min-height:0}#model-stage,#texture-stage{min-height:100px}.texture-stack{flex:none}.canvases[data-view=split] .model-pane,.canvases[data-view=split] .texture-pane{min-height:0}}@media(min-width:1600px){.workspace{height:calc(100dvh - 86px)}}@media(min-width:801px)and (max-width:1120px){.canvases[data-view=split] .model-pane,.canvases[data-view=split] .texture-pane{min-height:570px}}@media(max-width:800px){#texture-stage{height:440px;flex:none;min-height:0}.texture-pane,.model-pane{min-height:560px}}.preview-toggles{margin-left:auto;display:flex;gap:12px}.workspace-toolbar{flex-wrap:wrap}.preview-toggles .toggle{font-size:10px}#import-texture{margin-top:7px}#export-alpha-note{padding:10px;border:1px solid #835542;border-radius:6px;background:#412b22}@media(max-width:540px){.tools-panel>#import-texture{grid-column:1/-1}.preview-toggles{gap:10px}.workspace-toolbar{gap:9px}.view-tabs button{padding:5px 8px}}.upload-button{border-color:#bf8258;background:#3b2b20;color:#ffbd8e;font-weight:650;white-space:nowrap}.logo-dropzone{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:17px 10px;border:1px dashed #815f48;border-radius:10px;background:#2b241f;margin-bottom:18px}.logo-dropzone .upload-symbol{font-size:29px;line-height:1;color:var(--accent)}.logo-dropzone strong{font-size:12px}.logo-dropzone button{width:100%;font-size:11px;background:#dc9561;border-color:#dc9561;color:#21170f;font-weight:650}.logo-dropzone small{font-size:10px;line-height:1.6;color:#d3b9a4}.is-drop-target{outline:3px dashed var(--accent);outline-offset:-5px;background-color:#503b2d!important}.selection-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:9px 15px;border-bottom:1px solid #5b493c;background:#29231f;font-size:10px;min-height:45px}.selection-toolbar>span:first-child{font-size:11px;font-weight:650;color:#f9bc8e;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.selection-toolbar button{padding:4px 8px;font-size:10px;background:#393027;border-color:#604b3a}.selection-toolbar>.muted{width:100%;font-size:10px}.layers-panel details{margin-top:16px}.layers-panel details[open]>summary{margin-bottom:14px}.layers-panel .two-fields .toggle{font-size:10px;margin-bottom:10px}.layers-panel #reset-adjustments{margin-top:14px}.rasterize-button{margin-top:16px;font-size:11px}#rasterize-hint{margin:8px 0}.crop-stage{max-height:470px;overflow:auto;display:grid;place-items:center;background:repeating-conic-gradient(#4a525d 0 25%,#2c333c 0 50%) 50%/18px 18px;border:1px solid var(--line);border-radius:8px;padding:12px}.crop-stage canvas{display:block;max-width:100%;max-height:430px;object-fit:contain;touch-action:none;cursor:crosshair}.crop-fields{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:16px}.top-actions{flex-wrap:wrap}.topbar{gap:17px}.project-heading{max-width:220px}.toolbox{margin-top:16px}.toolbox button{min-height:39px}#texture-overlay{z-index:1}.texture-stack{margin:28px}#texture-stage{padding:0 12px;min-width:0}.texture-stack canvas{max-width:none}.texture-stack:focus-within{outline:1px solid var(--accent)}.layers-panel .field input[type=color]{max-width:100%}#adjustment-controls[open]{padding-bottom:16px}.shape-hint{font-size:11px;color:var(--muted)}.dialog-actions button{white-space:nowrap}@media(min-width:1600px){.workspace{grid-template-columns:250px minmax(0,1fr) 292px}}@media(min-width:1121px)and (max-width:1300px){.topbar .project-heading{display:none}.workspace{grid-template-columns:215px minmax(0,1fr) 250px}.tools-panel,.layers-panel{padding:17px 13px}}@media(min-width:801px)and (max-width:1120px){.brand{font-size:13px}.project-heading{display:none}.topbar{gap:10px}.top-actions .upload-button{font-size:10px;padding:7px 8px}.workspace{grid-template-columns:200px minmax(0,1fr) 240px}}@media(max-width:800px){.logo-dropzone{grid-column:1/-1}.top-actions{gap:6px}.top-actions #upload-logo-button{order:-1;margin-right:auto}.top-actions #open-export{margin-left:0}.layers-panel{display:block}.layers-panel>.layers-list{max-height:240px}.tools-panel .logo-dropzone{margin-bottom:15px}.selection-toolbar{position:sticky;top:0;z-index:3}.selection-toolbar>.muted{line-height:1.5}.layers-panel #layer-inspector{margin-top:22px}.crop-fields{gap:8px}}@media(max-width:540px){.top-actions #upload-logo-button{flex-basis:100%;margin:0;background:#e4a06d;color:#21170f;padding:10px;font-size:13px;border:0}.topbar .project-heading{max-width:145px}.top-actions #open-export{margin-left:auto}.logo-dropzone{display:grid;grid-template-columns:30px 1fr;text-align:left;padding:12px;gap:5px 10px}.logo-dropzone .upload-symbol{grid-row:1/3}.logo-dropzone button{grid-column:1/-1;margin-top:5px}.logo-dropzone small{grid-column:2;grid-row:2;font-size:10px}.logo-dropzone small br{display:none}.tools-panel>.logo-dropzone{grid-column:1/-1}.toolbox button{font-size:11px}.tools-panel>.toolbox{grid-template-columns:repeat(3,1fr)}.tools-panel>#bucket-settings{grid-column:1/-1}.selection-toolbar{gap:6px;padding:10px}.selection-toolbar>span:first-child{max-width:115px}.selection-toolbar .toggle{font-size:10px}.crop-fields{grid-template-columns:1fr 1fr}.crop-stage canvas{max-height:330px}}.local-files-panel{padding:13px;border:1px solid #66503f;border-radius:9px;background:#28231f;margin-bottom:16px}.local-files-panel strong{font-size:12px}.local-files-panel p,.local-files-panel small{display:block;color:var(--muted);font-size:11px;line-height:1.6;margin:8px 0}.local-files-panel button+button{margin-top:7px}.local-files-panel small{margin-bottom:0}.empty-state{position:absolute;inset:0;z-index:3;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:13px;text-align:center;padding:24px;background:radial-gradient(ellipse at center,#28313a,#151a20)}.empty-state h2{font-size:21px}.empty-state p{max-width:320px;line-height:1.7;color:#bdc6d1;font-size:13px}.empty-state small{color:var(--muted);line-height:1.7}.empty-symbol{font-size:40px;color:var(--accent)}body.empty-canvas .texture-stack{visibility:hidden}body.empty-canvas .toolbox,body.empty-canvas #layer-inspector,body.empty-canvas .layer-actions{opacity:.45;pointer-events:none}.tools-panel>.local-files-panel,.tools-panel>.material-field{grid-column:1/-1}#attach-model{font-size:11px}#model-stage:has(.empty-state:not([hidden])){min-height:400px}@media(max-width:540px){.empty-state{padding:18px}.empty-state h2{font-size:20px}}:root{font:14px/1.45 Segoe UI,Arial,sans-serif;--bg:#181b1e;--panel:#24272b;--panel2:#303439;--line:#3e4349;--muted:#abb1b8;--text:#f1f3f4;--accent:#7ed5d4;--accent-dark:#152d30;--radius:5px}body{height:100dvh;display:flex;flex-direction:column;overflow:hidden}button{border-radius:4px;font-size:14px;padding:6px 9px;min-height:32px}button.active,button[aria-pressed=true],.toolbox button.active{background:#314c50;border-color:#6da5ad;color:#dcffff}button.primary{color:#102b2c}.topbar{height:60px;min-height:60px;padding:0 16px;gap:18px}.brand{font-size:18px}.brand-mark{padding:8px;border-radius:5px;color:#efd487;border-color:#a18c56}.brand small{font-size:12px;letter-spacing:1px}.project-heading{max-width:230px;padding-left:16px}.project-heading input#project-name{font-size:14px}.project-heading span{font-size:12px}.top-actions{gap:5px}.top-actions #undo,.top-actions #redo{font-size:22px;padding:0 8px}.editor-files{display:flex;align-items:center;flex-wrap:wrap;gap:12px;padding:7px 16px;background:#292d32;border-bottom:1px solid var(--line);min-height:50px}.mode-control{display:flex;align-items:center;gap:8px}.mode-control select{width:100px;padding:5px}.file-buttons{display:flex;gap:6px}.file-buttons button{width:auto;margin:0;font-size:14px;white-space:nowrap}.file-buttons .text-button{padding:6px 9px;background:var(--panel2);border:1px solid var(--line);color:var(--text)}.material-slot{flex:1;max-width:360px;min-width:180px}.material-field{display:flex;align-items:center;gap:8px;margin:0;font-size:14px}.material-field select{margin:0;padding:5px}.local-note{font-size:12px;color:var(--muted);margin-left:auto}.model-file-note{display:none}.editor-options{display:flex;align-items:center;gap:16px;min-height:55px;padding:6px 16px;background:#23272b;border-bottom:1px solid var(--line);position:relative;z-index:10}.editor-options>b{min-width:82px;font-size:14px}.brush-options{display:flex;gap:14px;align-items:center}.brush-options .range-label{width:128px;margin:0;font-size:12px}.brush-options .range-label input{margin:1px 0 0}.brush-options input#color-hex{width:85px;padding:6px;font-size:12px}.brush-options input[type=color]{width:34px;height:32px}.editor-options>span{font-size:12px;color:var(--muted);margin-left:auto}.brush-popover{position:absolute;right:20px;top:52px;padding:18px;background:var(--panel);border:1px solid var(--line);width:260px;box-shadow:0 12px 35px #0008;border-radius:6px}.brush-popover[hidden]{display:none}.workspace{flex:1;min-height:0;height:auto;grid-template-columns:152px minmax(260px,1fr) 268px;overflow:hidden}.tools-panel,.layers-panel{padding:10px;overflow-y:auto;min-height:0}.toolbox{margin:0 0 10px;gap:4px}.toolbox button{font-size:12px;min-height:55px;display:flex;flex-direction:column;justify-content:center;gap:5px;text-align:center;padding:6px 2px;line-height:1.1}.toolbox button>span{font-size:22px}.toolbox kbd{display:none}.tools-panel>.hint{font-size:12px;line-height:1.5;margin:10px 0}.tools-panel details{padding:10px 0;font-size:14px}.tools-panel .button-grid{grid-template-columns:1fr;gap:5px}.tools-panel .button-grid button{font-size:13px}.tools-panel .field,.tools-panel details p{font-size:12px}.tools-panel [hidden],.layers-panel [hidden]{display:none!important}.canvas-workspace{min-height:0;background:#1b1e22}.workspace-toolbar{min-height:45px;padding:7px 10px;flex-wrap:wrap;gap:8px}.view-tabs button{font-size:14px;padding:4px 8px}.toggle{font-size:13px}.canvases{min-height:0}.model-pane{background:radial-gradient(ellipse at center,#30363b,#20252b)}.texture-pane{background:#1a1d20}.canvas-title{min-height:35px;padding:8px 12px;font-size:12px;letter-spacing:.6px}.canvas-title>span:last-child{font-size:12px}#model-stage,#texture-stage{min-height:150px}#texture-stage{padding:30px;background-image:none;background-color:#181b1f}.camera-controls{padding:7px 5px 0;flex-wrap:wrap}.camera-controls button,.texture-controls button{font-size:12px;min-height:27px;padding:3px 8px}.texture-controls output,.texture-controls>span{font-size:12px}.canvas-caption{font-size:12px;padding:6px 8px 9px}.statusbar{min-height:32px;padding:6px 10px;font-size:12px;gap:8px}.statusbar span:last-child{display:none}.layers-panel .panel-heading{margin-bottom:10px}.layers-panel h2{font-size:15px}.pill,.section-label{font-size:12px}.layers-panel .field{font-size:14px;margin-bottom:9px}.layers-panel .field input,.layers-panel .field select{padding:5px 7px}.layers-list{max-height:26vh;min-height:70px}.layer-row{border-radius:4px;min-height:43px;padding:4px;gap:3px}.layer-row.active{background:#2d464b;border-color:#6a9a9e}.layer-copy strong{font-size:13px}.layer-copy small{font-size:12px}.layer-thumb{width:29px;height:32px}.layer-actions{flex-wrap:wrap;gap:4px;margin:7px 0}.layer-actions button,.add-layer-actions button,.button-grid button{font-size:13px;padding:5px 6px}.add-layer-actions{margin-bottom:8px}.layers-panel .section-label{margin:12px 0 7px}.layers-panel details{padding:10px 0;font-size:14px}.layers-panel .hint,.small,.save-tip p{font-size:12px}.save-tip{padding:12px 0}.selection-toolbar{font-size:12px;padding:5px 10px;flex-wrap:wrap}.selection-toolbar button{font-size:12px;padding:3px 6px;min-height:27px}.selection-toolbar>.muted{display:none}.empty-state{max-width:330px;padding:20px;gap:10px}.empty-state h2{font-size:20px}.empty-state p{font-size:14px}.empty-state button{font-size:14px;padding:7px 12px}.empty-state .empty-symbol{display:none}.empty-state small{font-size:12px}.text-button{font-size:13px}.export-layout p,.guide-steps{font-size:14px}dialog h2{font-size:21px}@media(min-width:1121px){.workspace{height:auto}.canvases{height:100%}.tools-panel,.layers-panel{max-height:none}.model-pane,.texture-pane{min-height:0}}@media(max-width:1120px){.topbar{gap:10px;padding:0 10px}.project-heading{max-width:150px;padding-left:10px}.brand{font-size:16px}.top-actions button{font-size:12px}.workspace{grid-template-columns:125px minmax(230px,1fr) 240px}.tools-panel,.layers-panel{padding:8px}.canvases[data-view=split]{grid-template-columns:1fr}.canvases[data-view=split] .model-pane,.local-note{display:none}.editor-files{padding:6px 10px;gap:7px}.brush-options{gap:8px}.brush-options .range-label{width:98px}.editor-options{gap:8px;padding:6px 10px}.toolbox button{font-size:12px}.editor-options>span{display:none}}@media(max-width:760px){body{overflow:auto;height:auto;min-height:100dvh}.topbar{height:auto;min-height:57px;flex-wrap:wrap;padding:8px 10px;gap:8px}.brand small{display:none}.project-heading{flex:1;max-width:unset}.top-actions{width:100%;justify-content:flex-end}.editor-files{gap:8px}.material-slot{max-width:none;flex-basis:100%}.file-buttons{flex:1;flex-wrap:wrap}.file-buttons button,.mode-control{font-size:12px}.mode-control select{width:86px}.editor-options{flex-wrap:wrap;min-height:74px}.editor-options>b{min-width:55px}.brush-options{flex:1;flex-wrap:wrap;gap:7px}.brush-options .range-label{width:92px}.brush-options input#color-hex{display:none}.editor-options #more-brush{font-size:12px}.workspace{display:flex;flex-direction:column;overflow:visible}.tools-panel{order:0;overflow:visible;display:flex;flex-direction:column;border-right:0}.toolbox{display:flex;overflow:auto;width:100%;padding:0 0 5px;margin:0}.toolbox button{flex:0 0 64px;min-height:51px}.tools-panel>.hint{margin:0 0 5px}.tools-panel details,.tools-panel #show-help{display:none}.canvas-workspace{order:1;min-height:580px}.canvases{min-height:410px}.model-pane,.texture-pane{min-height:400px}#model-stage,#texture-stage{min-height:290px}.layers-panel{order:2;overflow:visible;border-left:0;border-top:1px solid var(--line);padding:14px}.layers-list{max-height:250px}.layers-panel .button-grid{grid-template-columns:1fr 1fr}.statusbar{min-height:40px}.workspace-toolbar{padding:6px}.view-tabs button{font-size:12px}.preview-toggles{margin-left:0}.empty-state{max-width:290px}.brush-popover{right:10px;top:100%;z-index:30}}.empty-state{max-width:none;background:none}.empty-state p,.empty-state small{max-width:300px}.file-buttons .upload-button{background:var(--panel2);border-color:var(--line);color:var(--text)}.toolbox button{min-height:47px;gap:3px}.toolbox button>span{font-size:21px}#model-stage:has(.empty-state:not([hidden])){min-height:200px}.workspace{min-height:0}.tools-panel .hint{overflow-wrap:anywhere}.preview-toggles .toggle{font-size:12px}.local-note{white-space:nowrap}#new-canvas-dialog{width:360px}#new-canvas-dialog p{margin:12px 0}.primary:hover:enabled{background:#a1e6e3;border-color:#a1e6e3}@media(max-width:760px){.tools-panel #selection-controls,.tools-panel #show-help{display:block}.tools-panel #selection-controls{padding:4px 0}.tools-panel #selection-controls:not([open]){height:28px}.tools-panel #selection-controls .button-grid{grid-template-columns:1fr 1fr}.tools-panel #show-help{padding:3px 0;min-height:25px;text-align:left}.toolbox button{min-height:51px}.brush-popover{position:fixed;top:120px;max-height:70dvh;overflow:auto}#model-stage:has(.empty-state:not([hidden])){min-height:290px}.canvases{overflow:visible}.material-slot select{width:100%}}.pro-tabs{display:flex;gap:4px;position:sticky;top:-10px;z-index:5;background:var(--panel);padding:5px 0 9px;margin-bottom:8px}.pro-tabs button{flex:1;font-size:13px}.pro-tool-options{display:flex;align-items:center;gap:12px;background:#283f44;padding:5px 16px;font-size:12px;flex-wrap:wrap}.pro-tool-options[hidden]{display:none}.pro-layer-check{flex:0 0 15px;width:15px;height:15px;accent-color:#87eddf;margin:0}.layer-row.multi-selected{box-shadow:inset 3px 0 #87eddf}.pro-group-name{color:#9bddd5!important}.pro-saved-row,.pro-kit-row,.pro-version-row{display:flex;gap:5px;margin:7px 0;align-items:center}.pro-saved-row>button:first-child,.pro-kit-row>button:first-of-type{flex:1;min-width:0;text-align:left;overflow-wrap:anywhere}.pro-kit-row>img{width:35px;height:35px;object-fit:contain;background:#171b20}.pro-version-row strong{flex:1;font-size:12px;overflow-wrap:anywhere}.pro-swatches{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.pro-swatches button{width:28px;min-height:28px;border:2px solid #abb1b8}.pro-preview-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.pro-preview-grid figure{margin:0;min-width:0}.pro-preview-grid img{width:100%;object-fit:contain;max-height:55vh;background:repeating-conic-gradient(#505050 0% 25%,#383838 0% 50%) 50% /16px 16px}.pro-preview-grid figcaption{margin:7px 0;color:var(--muted)}#pro-preview{width:min(900px,95vw)}#pro-preview-note{margin:12px 0}#pro-working{width:420px;max-width:90vw}#pro-working progress{width:100%;margin:16px 0}#batch-csv{width:100%;resize:vertical;font:12px/1.5 monospace;background:var(--bg);color:var(--text);border:1px solid var(--line);padding:8px}#batch-table{overflow:auto;max-height:210px;font-size:12px}#batch-table table{border-collapse:collapse}#batch-table td,#batch-table th{padding:5px;border:1px solid var(--line);white-space:pre-wrap;min-width:60px}#projection-guide{position:absolute;z-index:4;pointer-events:none;border:1px dashed #b3fff0;opacity:.7;transform-origin:center}#projection-guide img{display:block;width:100%;height:auto}#projection-guide[hidden]{display:none}#model-stage{position:relative}#pro-pane-model h2,#pro-pane-library h2{font-size:16px;margin:5px 0 12px}.layers-panel details>button{margin:4px 3px 4px 0}.layers-panel summary{cursor:pointer}.layers-panel input[type=checkbox]{accent-color:#86d6d4}.layers-panel .two-fields{gap:8px}.layers-panel .two-fields .field{min-width:0;font-size:12px}.layers-panel input[type=color]{max-width:100%}.layers-panel .toggle{line-height:1.5}.pro-layer-check:focus-visible,.pro-swatches button:focus-visible{outline:2px solid white;outline-offset:2px}@media(max-width:760px){.pro-tabs{top:0}.pro-tool-options{padding:6px 10px;gap:6px}.pro-tool-options>span{width:100%}.pro-preview-grid{gap:7px}.pro-preview-grid figcaption{font-size:12px}}.pro-folder{display:flex;gap:7px;align-items:center;padding:4px 5px;background:#20383c;margin-top:5px;border-radius:4px}.pro-folder input{width:15px;height:15px;margin:0}.pro-folder button{flex:1;border:0;background:transparent;text-align:left;font-size:12px;min-width:0;overflow-wrap:anywhere;padding:3px}.pro-folder button:focus-visible{outline:2px solid #87eddf}
