:root{color-scheme:dark;--bg: #0b1220;--panel: #111827;--border: #1f2937;--text: #e5e7eb;--muted: #94a3b8;--accent: #38bdf8;--accent-strong: #0ea5e9;--workspace-h: calc(100vh - 11rem) }*{box-sizing:border-box}html,body{height:100%;overflow:hidden}body{margin:0;font-family:Segoe UI,system-ui,sans-serif;background:var(--bg);color:var(--text)}.layout{display:grid;grid-template-columns:160px minmax(0,1fr) 160px;height:100vh;overflow:hidden}.ad-slot{background:#0a0f1a;border:1px dashed var(--border);color:var(--muted);display:flex;align-items:flex-start;justify-content:center;font-size:.85rem;padding:.5rem .25rem;overflow:hidden;min-height:0}.ad-slot.ad-slot-live{border-style:solid;border-color:#1e293b;background:#0a0f1a}.ad-slot .adsbygoogle{display:block;width:100%;min-height:250px;background:#0a0f1a}.ad-slot iframe{background:#0a0f1a}.app{padding:1rem 1.25rem;height:100vh;overflow:hidden;display:flex;flex-direction:column}.app-header h1{margin:0;font-size:1.5rem}.subtitle{margin:.25rem 0 .35rem;color:var(--muted);font-size:.95rem}.seo-intro{margin:0 0 .75rem;color:var(--muted);font-size:.82rem;max-width:52rem;line-height:1.45}.site-footer{flex-shrink:0;display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--border);font-size:.78rem;color:var(--muted)}.site-footer a{color:var(--accent);text-decoration:none}.site-footer a:hover{text-decoration:underline}.site-footer span[aria-hidden=true]{opacity:.5}.footer-note{margin-left:auto;font-size:.75rem;opacity:.85}@media (max-width: 1100px){.footer-note{margin-left:0;width:100%}}.toolbar{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:.75rem;flex-shrink:0}.upload-zone{flex:1 1 280px;border:1px dashed #334155;border-radius:12px;padding:.75rem 1rem;background:var(--panel);transition:border-color .15s,background .15s}.upload-zone.dragover{border-color:var(--accent);background:#0f172a}.link-btn{background:none;border:none;color:var(--accent);cursor:pointer;text-decoration:underline;font:inherit}.toolbar-group{display:flex;flex-wrap:wrap;gap:.75rem;align-items:end}.workspace{display:grid;grid-template-columns:240px minmax(0,1fr) 320px;gap:1rem;flex:1;min-height:0;height:var(--workspace-h);max-height:var(--workspace-h);align-items:stretch}.params-panel,.gcode-panel,.preview-panel{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:.9rem;min-height:0;overflow:hidden}.params-panel{overflow-y:auto}.params-panel h2,.gcode-panel h2,.params-panel h3{margin:0 0 .75rem;font-size:1rem}.params-panel h3{margin-top:1rem}.hint{color:var(--muted);font-size:.8rem;line-height:1.4;margin:0 0 .75rem}.field{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem;margin-bottom:.65rem}.field span{color:var(--muted)}input,select,textarea,button{font:inherit}input,select,textarea{background:#0f172a;color:var(--text);border:1px solid #334155;border-radius:8px;padding:.45rem .55rem}textarea{width:100%;font-family:Consolas,Courier New,monospace;font-size:.82rem;line-height:1.45}.params-panel textarea{resize:vertical;min-height:72px}.primary-btn,.gcode-actions button,.preview-toolbar button{background:#1e293b;color:var(--text);border:1px solid #334155;border-radius:8px;padding:.45rem .75rem;cursor:pointer}.primary-btn{width:100%;margin-top:.25rem;background:linear-gradient(180deg,var(--accent),var(--accent-strong));border:none;color:#082f49;font-weight:600}.primary-btn:hover,.gcode-actions button:hover,.preview-toolbar button:hover{filter:brightness(1.05)}.preview-panel{display:flex;flex-direction:column}.preview-toolbar{display:flex;gap:.5rem;align-items:center;margin-bottom:.5rem;flex-shrink:0}.playback-label{color:var(--muted);font-size:.85rem;margin-left:auto}.canvas-wrap{flex:1;min-height:0;border:1px solid #1e293b;border-radius:8px;overflow:hidden;background:#0f172a}#previewCanvas{display:block;width:100%;height:100%;cursor:grab}.legend{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.65rem;font-size:.8rem;color:var(--muted);flex-shrink:0}.legend-item{display:inline-flex;align-items:center;gap:.35rem}.swatch{width:18px;height:4px;border-radius:999px;display:inline-block}.swatch.rapid{background:#ef4444}.swatch.rough{background:#e2e8f0}.swatch.finish,.swatch.profile{background:#22c55e}.swatch.highlight{background:#fbbf24}.gcode-panel{display:flex;flex-direction:column}.gcode-editor-wrap{flex:1;min-height:0;overflow:hidden;border:1px solid #1e293b;border-radius:8px;background:#0f172a;position:relative}.gcode-highlight-bar{position:absolute;left:0;right:0;z-index:0;pointer-events:none;background:#fbbf2438;border-left:3px solid #fbbf24;border-radius:0 4px 4px 0}.gcode-highlight-bar.hidden{display:none}#gcodeEditor{display:block;position:relative;z-index:1;width:100%;height:100%;min-height:0;max-height:100%;border:none;border-radius:8px;resize:none;overflow-y:auto;padding:.65rem .75rem;background:transparent;font-family:Consolas,Courier New,monospace;font-size:.82rem;line-height:1.35}.gcode-actions{display:flex;gap:.5rem;margin-top:.5rem;flex-shrink:0}.gcode-actions button:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 1100px){html,body{overflow:auto}.layout{grid-template-columns:1fr;height:auto;overflow:visible}.app{height:auto;overflow:visible}.ad-left,.ad-right{display:none}.workspace{grid-template-columns:1fr;height:auto;max-height:none}.gcode-editor-wrap{height:280px}.canvas-wrap{min-height:320px}}
