.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}.header-nav{margin-left:auto}.header-nav button{flex:none}.dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#040a10a6;display:flex;align-items:center;justify-content:center;z-index:20}.dialog{width:min(420px,calc(100vw - 2rem));background:#13222f;border:1px solid #2c4d68;border-radius:10px;padding:1rem 1.1rem}.dialog h2{margin:0 0 .75rem;font-size:1rem;color:#d3e2ec}.dialog .field input[type=text],.share-url-row input[type=text],.shares-filter{background:#0e1a26;color:#e8eef2;border:1px solid #28455c;border-radius:4px;padding:.4rem .5rem;font-size:.85rem}.scope-options{border:none;margin:0 0 .6rem;padding:0;display:flex;flex-direction:column;gap:.4rem}.scope-options legend{padding:0;margin-bottom:.35rem}.scope-option{display:flex;align-items:flex-start;gap:.5rem;font-size:.85rem;cursor:pointer}.scope-option span{display:flex;flex-direction:column}.scope-hint{font-size:.72rem;color:#8fa9bb}.share-url-row{display:flex;gap:.5rem;margin-bottom:.75rem}.share-url-row input{flex:1;min-width:0}.share-url-row button{flex:none}.dialog-actions{margin-bottom:0;justify-content:flex-end}.dialog-actions button{flex:none}.dialog-hint{font-size:.85rem;color:#b7c8d4;margin:0 0 .5rem}.dialog-error{color:#ff7a6e;font-size:.8rem;margin:.25rem 0 .5rem}.share-banner{flex-shrink:0;padding:.5rem .75rem;font-size:.78rem;color:#b7c8d4;background:#102433;border-bottom:1px solid #1e3243}.shares-page{flex:1;min-width:0;overflow-y:auto;padding:1rem;max-width:760px;margin:0 auto;width:100%}.shares-header{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem;margin-bottom:.9rem}.shares-header h2{margin:0;font-size:1.05rem;color:#d3e2ec}.shares-header .back-button,.shares-header .tab{flex:none}.tabs{display:flex;gap:.4rem}.tab.active{background:#2f8fc0;border-color:#2f8fc0}.shares-filter{margin-left:auto;width:200px}.share-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.share-item{display:flex;align-items:center;gap:.6rem;background:#13222f;border:1px solid #1e3243;border-radius:8px;padding:.55rem .7rem}.share-item-main{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;background:none;border:none;padding:0;text-align:left}.share-item-main:hover{background:none}.share-item-main:hover .share-item-title{color:#6fb3d2}.share-item-title{font-size:.92rem;color:#e8eef2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.share-item-meta{display:flex;align-items:center;gap:.5rem;font-size:.72rem;color:#8fa9bb}.scope-badge{padding:.05rem .4rem;border-radius:999px;border:1px solid #28455c;font-size:.65rem;text-transform:uppercase;letter-spacing:.05em}.scope-badge.scope-public{border-color:#2f8fc0;color:#6fb3d2}.share-item-actions{display:flex;gap:.4rem}.share-item-actions button{flex:none;font-size:.75rem;padding:.3rem .5rem}.shares-empty{color:#8fa9bb;font-size:.85rem;margin-top:1rem}.load-more{margin-top:.75rem;flex:none}@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}
