.tool-layout[data-tool-slug=editor-3d] .tool-grid{display:block}.tool-layout[data-tool-slug=editor-3d] #tool-result{display:none}.tool-layout[data-tool-slug=editor-3d] .tool-panel{padding:0;max-width:100%;background:transparent;border:none;box-shadow:none}.e3d-app{display:flex;width:100%;height:620px;background:#0f172a;border-radius:12px;overflow:hidden;border:1px solid #1e293b;font-family:Segoe UI,system-ui,sans-serif;position:relative}@media(max-width:700px){.e3d-app{height:460px}}.e3d-toolbar{width:100px;background:#1e293b;border-right:1px solid #334155;display:flex;flex-direction:column;align-items:center;padding:8px 0;overflow-y:auto;z-index:10;flex-shrink:0}.e3d-tool-group{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:2px;padding:0 6px}.e3d-group-label{font-size:8px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#475569;margin:6px 0 2px;text-align:center;width:100%;grid-column:1 / -1}.e3d-tool-sep{width:84px;height:1px;background:#334155;margin:6px 0;flex-shrink:0}.e3d-tool-btn,.e3d-act-btn{width:100%;height:38px;border:none;background:transparent;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#94a3b8;transition:background .15s,color .15s;padding:0;position:relative}.e3d-tool-btn:hover,.e3d-act-btn:hover{background:#334155;color:#e2e8f0}.e3d-tool-btn.active,.e3d-act-btn.active{background:#1d4ed822;color:#60a5fa}.e3d-tool-btn svg,.e3d-act-btn svg{width:18px;height:18px}.e3d-act-btn:disabled{opacity:.3;cursor:not-allowed}.e3d-canvas-wrap{flex:1;position:relative;overflow:hidden;min-width:0}#e3d-canvas{display:block;width:100%;height:100%;cursor:default}.e3d-hud{position:absolute;bottom:12px;left:50%;transform:translate(-50%);pointer-events:none;white-space:nowrap}.e3d-kbd-hints{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.e3d-kbd-hints span{font-size:11px;color:#475569;display:flex;align-items:center;gap:4px}.e3d-kbd-hints kbd{background:#1e293b;border:1px solid #334155;border-radius:4px;padding:1px 5px;font-size:10px;font-family:monospace;color:#64748b}.e3d-edit-hud-badge{position:absolute;top:10px;left:50%;transform:translate(-50%);background:#f973161f;border:1px solid #f97316;border-radius:6px;color:#fb923c;font-size:11px;font-weight:700;padding:4px 14px;white-space:nowrap;pointer-events:none;letter-spacing:.04em;z-index:10}.e3d-dim-label{position:absolute;background:#1e293b;color:#f1f5f9;border:1px solid #475569;border-radius:4px;font-size:11px;font-family:ui-monospace,monospace;font-weight:600;padding:2px 7px;pointer-events:none;white-space:nowrap;transform:translate(-50%,-50%);z-index:10;box-shadow:0 1px 4px #0006}.e3d-loading{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#0f172a;z-index:50;gap:12px;color:#475569;font-size:13px}.e3d-loading-spinner{width:32px;height:32px;border:3px solid #334155;border-top-color:#3b82f6;border-radius:50%;animation:e3d-spin .8s linear infinite}@keyframes e3d-spin{to{transform:rotate(360deg)}}.e3d-props{width:210px;background:#1e293b;border-left:1px solid #334155;overflow-y:auto;flex-shrink:0}.e3d-props-header{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#475569;padding:12px 14px 8px;border-bottom:1px solid #334155}.e3d-empty-msg{padding:28px 14px;font-size:13px;color:#475569;text-align:center;line-height:1.6}.e3d-prop-section{padding:12px 14px;border-bottom:1px solid #334155}.e3d-prop-section-label{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#64748b;margin-bottom:8px}.e3d-prop-xyz{display:grid;grid-template-columns:10px 1fr 10px 1fr 10px 1fr;gap:4px;align-items:center}.e3d-prop-xyz label{font-size:10px;font-weight:700;color:#64748b;text-align:right}.e3d-prop-xyz input[type=number]{background:#0f172a;border:1px solid #334155;border-radius:5px;color:#e2e8f0;font-size:11px;padding:4px 5px;width:100%;text-align:right;min-width:0}.e3d-prop-xyz input[type=number]:focus{outline:none;border-color:#3b82f6}.e3d-field{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.e3d-field:last-child{margin-bottom:0}.e3d-field label{font-size:12px;color:#94a3b8}.e3d-field input[type=color]{width:48px;height:28px;border:1px solid #334155;border-radius:6px;background:none;cursor:pointer;padding:2px}.e3d-field input[type=checkbox]{width:15px;height:15px;cursor:pointer;accent-color:#3b82f6}.e3d-kind-badge{display:inline-block;background:#0f172a;border:1px solid #334155;border-radius:5px;font-size:11px;color:#64748b;padding:3px 8px;margin-bottom:10px;text-transform:capitalize}.e3d-num-sm{background:#0f172a;border:1px solid #334155;border-radius:5px;color:#e2e8f0;font-size:11px;padding:4px 6px;width:68px;text-align:right}.e3d-num-sm:focus{outline:none;border-color:#3b82f6}.e3d-extrude-grid{display:grid;grid-template-columns:1fr 1fr;gap:4px;margin-top:8px}.e3d-extrude-btn{background:#0f172a;border:1px solid #334155;border-radius:6px;color:#94a3b8;font-size:11px;font-weight:600;padding:5px 4px;cursor:pointer;transition:background .12s,color .12s;letter-spacing:.02em}.e3d-extrude-btn:hover{background:#1e3a5f;color:#60a5fa;border-color:#3b82f6}.e3d-vcb{position:absolute;bottom:44px;right:102px;background:#0f172af2;border:1.5px solid #3b82f6;border-radius:6px;display:flex;align-items:center;gap:6px;padding:5px 10px;z-index:20;pointer-events:auto;box-shadow:0 2px 12px #00000080}.e3d-vcb-label{font-size:11px;font-weight:700;color:#60a5fa;min-width:28px;text-align:center;font-family:monospace}.e3d-vcb input{background:transparent;border:none;outline:none;color:#f1f5f9;font-size:13px;font-family:monospace;width:80px;text-align:right}.e3d-wave-notice{margin:40px 0;background:#0f172a;border-radius:12px;border:1px solid #1e293b;overflow:hidden}.e3d-wave-notice h3{font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#475569;padding:14px 18px;border-bottom:1px solid #1e293b;margin:0}.e3d-waves{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:0}.e3d-wave{padding:18px 20px;border-right:1px solid #1e293b}.e3d-wave:last-child{border-right:none}.e3d-wave-num{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;font-size:13px;font-weight:800;margin-bottom:8px}.e3d-wave-title{font-size:13px;font-weight:700;margin-bottom:10px}.e3d-wave-items{list-style:none;padding:0;margin:0;font-size:12px;color:#64748b;line-height:1.8}.e3d-wave-items li:before{margin-right:6px}.e3d-wave-items li.done:before{content:"✓";color:#22c55e}.e3d-wave-items li.todo:before{content:"○";color:#475569}
