.pixel-editor-shell,.pixel-editor-shell *{--panel: #111417;--panel-strong: #0B0D10;--stroke: #2A2F36;--text: #CCD2D8;--muted: #8E98A2;--accent: #FF4D1A;--accent-hover: #FF7A3B;--bg: transparent;--danger: #D14D57;--success: #43B59A;--shadow: 4px 4px 0 0 rgba(0, 0, 0, .45);--radius: 0;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-display: "VT323", monospace}.pixel-editor-shell{display:grid;grid-template-columns:220px 1fr 200px;grid-template-areas:"left canvas right";gap:16px;min-height:500px;height:calc(100vh - 160px);max-height:700px;box-sizing:border-box}.pixel-editor-shell *{box-sizing:border-box}.pixel-editor-sidebar,.pixel-editor-rightbar{display:flex;flex-direction:column;gap:12px;overflow-y:auto;padding-right:4px}.pixel-editor-sidebar{grid-area:left}.pixel-editor-rightbar{grid-area:right}.canvas-wrap{grid-area:canvas;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;background:#0b0d10;border:1px solid var(--stroke)}.canvas-controls{position:absolute;top:8px;left:50%;transform:translate(-50%);background:#0b0d10e6;border:1px solid var(--stroke);padding:4px 10px;display:flex;gap:8px;align-items:center;z-index:5}.canvas-surface{background:#0b0d10;image-rendering:pixelated;max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.panel{background:var(--panel);border:1px solid var(--stroke);overflow:visible}.panel-header{padding:8px 10px;background:#0000004d;border-bottom:1px solid var(--stroke);font-weight:600;font-size:11px;font-family:var(--font-display);text-transform:uppercase;letter-spacing:.08em;display:flex;justify-content:space-between;align-items:center;color:var(--muted)}.panel-body{padding:10px}.row{display:flex;align-items:center;gap:6px}.stack{display:flex;flex-direction:column;gap:8px}.divider{height:1px;background:var(--stroke);margin:6px 0}.scroll{overflow-y:auto;flex:1;min-height:0}.pixel-editor-shell ::-webkit-scrollbar{width:4px;height:4px}.pixel-editor-shell ::-webkit-scrollbar-track{background:transparent}.pixel-editor-shell ::-webkit-scrollbar-thumb{background:var(--stroke)}.pixel-editor-shell ::-webkit-scrollbar-thumb:hover{background:var(--muted)}.pixel-editor-shell .btn{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border:1px solid var(--stroke);background:var(--panel-strong);color:var(--text);font-size:12px;font-weight:500;font-family:var(--font-sans);cursor:pointer;transition:all .15s;gap:4px}.pixel-editor-shell .btn:hover:not(:disabled){border-color:var(--muted);background:#1a1d21}.pixel-editor-shell .btn:active:not(:disabled){transform:translate(1px,1px)}.pixel-editor-shell .btn:disabled{opacity:.4;cursor:not-allowed}.pixel-editor-shell .btn.primary{background:var(--accent);border-color:var(--accent);color:#fff;font-family:var(--font-display);font-size:11px;letter-spacing:.05em;text-transform:uppercase}.pixel-editor-shell .btn.primary:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover)}.pixel-editor-shell .btn.danger{color:var(--danger);border-color:#d14d574d}.pixel-editor-shell .btn.danger:hover:not(:disabled){background:#d14d571a;border-color:var(--danger)}.pixel-editor-shell .icon-btn{width:28px;height:28px;padding:0;font-size:14px}.pixel-editor-shell input[type=text],.pixel-editor-shell input[type=number],.pixel-editor-shell select{background:var(--panel-strong);border:1px solid var(--stroke);color:var(--text);padding:5px 8px;width:100%;font-size:12px;font-family:var(--font-sans);transition:border-color .2s}.pixel-editor-shell input:focus,.pixel-editor-shell select:focus{outline:none;border-color:var(--accent)}.pixel-editor-shell label{font-size:11px;color:var(--muted);font-weight:500;display:block}.layer-item{background:var(--panel-strong);border:1px solid var(--stroke);padding:6px 8px;margin-bottom:6px;transition:all .15s;cursor:pointer}.layer-item:hover{border-color:var(--muted)}.layer-item.active{border-color:var(--accent);box-shadow:inset 2px 0 0 var(--accent)}.layer-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.layer-name{font-weight:500;font-size:12px;color:var(--text)}.layer-controls{display:flex;gap:2px;justify-content:flex-end}.layer-controls .btn{width:24px;height:24px;padding:0;font-size:11px}.palette{display:grid;grid-template-columns:repeat(8,1fr);gap:4px}.swatch{width:100%;aspect-ratio:1;border:1px solid var(--stroke);cursor:pointer;transition:transform .1s;min-width:0}.swatch:hover{transform:scale(1.15);z-index:2;border-color:var(--text)}.swatch.active{border-color:#fff;box-shadow:0 0 0 2px var(--accent);transform:scale(1.1)}.tool-group{display:flex;gap:4px}.tool{flex:1;display:flex;align-items:center;justify-content:center;padding:8px 4px;background:var(--panel-strong);border:1px solid var(--stroke);cursor:pointer;transition:all .15s;font-size:16px;color:var(--muted)}.tool:hover{background:#1a1d21;border-color:var(--muted);color:var(--text)}.tool.active{background:#ff4d1a26;border-color:var(--accent);color:var(--accent)}.tool-hint{font-size:10px;color:var(--muted);text-align:center;margin-top:4px}.badge{display:inline-flex;align-items:center;padding:2px 6px;background:#ffffff14;font-size:10px;font-family:var(--font-display);color:var(--muted);text-transform:uppercase}[data-tooltip]{position:relative;cursor:help}[data-tooltip]:hover:after{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translate(-50%) translateY(-4px);background:#000;color:#fff;padding:4px 8px;font-size:11px;white-space:nowrap;pointer-events:none;z-index:100}.pixel-editor-shell input[type=file]{font-size:11px;color:var(--muted);width:100%}.pixel-editor-shell input[type=file]::file-selector-button{background:var(--panel-strong);border:1px solid var(--stroke);color:var(--text);padding:4px 8px;cursor:pointer;font-family:var(--font-sans);font-size:11px;margin-right:8px}.pixel-editor-shell input[type=file]::file-selector-button:hover{border-color:var(--muted)}.pixel-editor-shell input[type=checkbox]{width:14px;height:14px;accent-color:var(--accent)}.pixel-editor-shell input[type=color]{border:1px solid var(--stroke);background:var(--panel-strong);cursor:pointer}.checkbox-row{display:flex;align-items:flex-start;gap:6px;font-size:11px;color:var(--muted)}.checkbox-row input{margin-top:2px;flex-shrink:0}.size-buttons{display:flex;gap:4px}.size-buttons .btn{flex:1;padding:4px;font-size:11px}.status-text{font-size:10px;color:var(--muted)}.status-text.error{color:var(--danger)}@media(max-width:900px){.pixel-editor-shell{grid-template-columns:1fr;grid-template-rows:auto 350px auto;grid-template-areas:"left" "canvas" "right";height:auto;max-height:none;gap:12px}.pixel-editor-sidebar,.pixel-editor-rightbar{flex-direction:row;flex-wrap:wrap;gap:8px}.pixel-editor-sidebar .panel,.pixel-editor-rightbar .panel{flex:1;min-width:180px}}.tool-container[data-astro-cid-myth5ko7]{display:flex;flex-direction:column;height:calc(100vh - 100px);max-height:800px}.tool-header[data-astro-cid-myth5ko7]{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.help-toggle[data-astro-cid-myth5ko7]{width:24px;height:24px;border:1px solid #2A2F36;background:#111417;color:#8e98a2;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center}.help-toggle[data-astro-cid-myth5ko7]:hover{border-color:#8e98a2;color:#ccd2d8}.help-panel[data-astro-cid-myth5ko7]{display:none;background:#111417;border:1px solid #2A2F36;padding:12px 16px;margin-bottom:12px;font-size:13px;color:#8e98a2;line-height:1.5}.help-panel[data-astro-cid-myth5ko7].visible{display:block}.help-panel[data-astro-cid-myth5ko7] p[data-astro-cid-myth5ko7]{margin:0 0 8px}.help-panel[data-astro-cid-myth5ko7] p[data-astro-cid-myth5ko7]:last-child{margin-bottom:0}.help-panel[data-astro-cid-myth5ko7] .shortcuts[data-astro-cid-myth5ko7]{font-size:12px}.pixel-editor-wrapper[data-astro-cid-myth5ko7]{flex:1;min-height:0}
