.app{display:flex;flex-direction:column;height:100%}.app-header{display:flex;align-items:baseline;gap:1rem;padding:.5rem 1rem;background:#101e2b;border-bottom:1px solid #1e3243}.app-header h1{margin:0;font-size:1.25rem;letter-spacing:.04em}.tagline{margin:0;font-size:.8rem;color:#8fa9bb}.app-main{display:flex;flex:1;min-height:0}.sidebar{width:300px;flex-shrink:0;background:#0e1a26;border-right:1px solid #1e3243;display:flex;flex-direction:column;min-height:0}.sidebar-scroll{flex:1;min-height:0;overflow-y:auto;padding:.75rem;display:flex;flex-direction:column;gap:.75rem}.panel{background:#13222f;border:1px solid #1e3243;border-radius:8px;padding:.75rem}.panel h2{margin:0 0 .5rem;font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:#6fb3d2}.field{display:flex;flex-direction:column;gap:.15rem;margin-bottom:.5rem;font-size:.8rem}.field-label{display:flex;justify-content:space-between;color:#b7c8d4}.field-value{color:#6fb3d2;font-variant-numeric:tabular-nums}.field input[type=range]{width:100%;accent-color:#2f8fc0}.field select{background:#0e1a26;color:#e8eef2;border:1px solid #28455c;border-radius:4px;padding:.3rem;font-size:.8rem}.checkbox-field{flex-direction:row;align-items:center;gap:.5rem}.component-editor{border-top:1px solid #1e3243;padding-top:.4rem;margin-top:.4rem}.component-editor summary{cursor:pointer;font-size:.82rem;font-weight:600;color:#d3e2ec;display:flex;justify-content:space-between;margin-bottom:.4rem}.component-name{font-weight:400;color:#8fa9bb}.button-row{display:flex;gap:.5rem;margin-bottom:.6rem}.sidebar-actions{flex-shrink:0;margin:0;padding:.75rem;background:#0e1a26;border-bottom:1px solid #1e3243}button{flex:1;background:#1c3144;border:1px solid #2c4d68;color:#e8eef2;padding:.45rem .6rem;border-radius:6px;font-size:.85rem;cursor:pointer}button:hover{background:#234059}button.primary{background:#2f8fc0;border-color:#2f8fc0}button.primary:hover{background:#3aa0d4}.viewport-wrap{position:relative;flex:1;min-width:0}.sim-viewport{position:absolute;top:0;right:0;bottom:0;left:0}.sim-viewport canvas{display:block}.hud{position:absolute;top:.75rem;left:.75rem;background:#0b1620c7;border:1px solid #1e3243;border-radius:8px;padding:.6rem .75rem;pointer-events:none}.hud-grid{display:grid;grid-template-columns:repeat(4,auto);gap:.4rem 1.1rem}.metric{display:flex;flex-direction:column}.metric-label{font-size:.62rem;text-transform:uppercase;letter-spacing:.07em;color:#8fa9bb}.metric-value{font-size:.95rem;font-variant-numeric:tabular-nums;color:#e8eef2}.hud-crashed{color:#ff7a6e;font-weight:700;margin-bottom:.4rem}.hint{font-size:.75rem;color:#8fa9bb;margin:.25rem 0}@media(max-width:760px){.app-main{flex-direction:column-reverse}.sidebar{width:100%;max-height:45%;border-right:none;border-top:1px solid #1e3243}}:root{font-family:Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.4;color:#e8eef2;background-color:#0b1620;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;width:100%;overflow:hidden}
