*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{color:#d7dae0;background:#0f1115;font-family:-apple-system,Segoe UI,Roboto,sans-serif}.app{flex-direction:column;height:100vh;display:flex}header{border-bottom:1px solid #23262d;align-items:center;gap:16px;padding:12px 20px;display:flex}header h1{margin:0;font-size:18px}.phase{color:#6b7280;flex:1;font-size:13px}button{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:6px;padding:8px 16px;font-size:14px}button:disabled{cursor:wait;background:#374151}.prompt-bar{border-bottom:1px solid #23262d;gap:10px;padding:12px 20px;display:flex}.prompt-bar textarea{resize:none;color:#d7dae0;font:inherit;background:#14161a;border:1px solid #2b2f38;border-radius:8px;flex:1;padding:10px 12px}.prompt-bar textarea:focus{outline:1px solid #3b82f6}.revise-bar{gap:8px;margin-bottom:16px;display:flex}.revise-bar input{color:#d7dae0;font:inherit;background:#14161a;border:1px solid #2b2f38;border-radius:6px;flex:1;padding:8px 10px}.report h2 .meta{color:#6b7280;text-transform:none;letter-spacing:0;font-weight:400}.download-bar{align-items:baseline;gap:16px;margin-bottom:16px;display:flex}.download-stl{color:#fff;background:#3b82f6;border-radius:6px;padding:9px 20px;font-size:14px;font-weight:600;text-decoration:none}.download-stl:hover{background:#2f6fe0}.download-step{color:#6b7280;font-size:12.5px;text-decoration:none}.download-step:hover{color:#9ca3af;text-decoration:underline}.download-pending{color:#6b7280;font-size:13px;font-style:italic}main{flex:1;min-height:0;display:flex}.viewer-pane{flex-direction:column;flex:1.4;display:flex;position:relative}.tabs{gap:2px;padding:8px 12px 0;display:flex}.tabs button{color:#9ca3af;background:#1a1d23;border-radius:6px 6px 0 0;padding:6px 18px;font-size:13px}.tabs button.active{color:#fff;background:#3b82f6}.drawing-pane{background:#f4f5f7;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex;overflow:auto}.drawing-pane img{background:#fff;max-width:96%;max-height:85%;box-shadow:0 2px 12px #00000040}.drawing-pane .downloads{gap:14px;padding:10px;display:flex}.drawing-pane .downloads a{color:#1d4ed8;font-family:monospace;font-size:13px}.drawing-pane .placeholder{color:#6b7280}.viewer,.placeholder{width:100%;height:100%}.placeholder{color:#6b7280;white-space:pre-wrap;justify-content:center;align-items:center;padding:24px;display:flex}aside{border-left:1px solid #23262d;flex:1;padding:16px 20px;overflow-y:auto}.report h2,.code h2{text-transform:uppercase;letter-spacing:.05em;font-size:14px}.report h2.ok{color:#34d399}.report h2.bad{color:#f87171}.report ul{margin:0 0 20px;padding:0;list-style:none}.report li{border-bottom:1px solid #1a1d23;grid-template-columns:20px 150px 1fr;gap:8px;padding:5px 0;font-size:13px;display:grid}.report li .icon{text-align:center}.report li.pass .icon{color:#34d399}.report li.fail .icon{color:#f87171}.report li.warn .icon{color:#fbbf24}.report li .name{color:#9ca3af}.report li .details{color:#6b7280;overflow-wrap:anywhere}.code pre{color:#a5b4fc;background:#14161a;border:1px solid #23262d;border-radius:8px;padding:14px;font-size:12.5px;line-height:1.5;overflow-x:auto}
