:root{color-scheme:dark;font-family:system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;background:#05060a;color:#e7ecf7}*,:after,:before{box-sizing:border-box}body,html{margin:0;min-height:100%;background:#05060a;overflow:hidden}body{height:100vh}.app,body{display:flex}.app{flex-direction:column;width:100%;height:100%}.topbar{display:flex;align-items:center;justify-content:space-between;padding:.8rem 1.4rem;border-bottom:1px solid #222635;background:radial-gradient(circle at top left,#1b2440,#05060a)}.topbar h1{font-size:1.1rem;margin:0;letter-spacing:.04em;text-transform:uppercase;color:#f7fafc}.topbar-buttons button{margin-left:.4rem}.main{display:flex;flex:1 1;min-height:0}.sidebar{width:280px;padding:1rem 1.2rem;border-right:1px solid #222635;overflow-y:auto;background:#05060f}.sidebar section{margin-bottom:1.1rem;padding-bottom:.9rem;border-bottom:1px solid hsla(0,0%,100%,.05)}.sidebar h2{font-size:.9rem;text-transform:uppercase;letter-spacing:.12em;color:#9aa4c9;margin:0 0 .6rem}label{display:flex;flex-direction:column;font-size:.78rem;margin-bottom:.5rem;color:#d3ddff}label span{margin-bottom:.15rem}label.inline{flex-direction:row;align-items:center;gap:.4rem;margin-bottom:.25rem}button,input[type=range],select{width:100%}.button-link{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;text-decoration:none;background:#1f2a4a;border-radius:999px;border:1px solid #29355c;padding:.3rem .8rem;font-size:.8rem;color:#e7ecff;cursor:pointer;transition:background .12s ease,transform 80ms ease,box-shadow .12s ease;box-shadow:0 0 0 transparent}.button-link:hover{background:#27345a;box-shadow:0 4px 14px rgba(0,0,0,.4)}.button-link:active{transform:translateY(1px);box-shadow:0 2px 8px rgba(0,0,0,.6)}.button-link.ghost{background:transparent;border-color:#394369}.topbar-buttons button{width:auto}.value{margin-top:.1rem;font-size:.7rem;color:#8b93b8}button{background:#1f2a4a;border-radius:999px;border:1px solid #29355c;padding:.3rem .8rem;font-size:.8rem;color:#e7ecff;cursor:pointer;transition:background .12s ease,transform 80ms ease,box-shadow .12s ease;box-shadow:0 0 0 transparent}button:hover{background:#27345a;box-shadow:0 4px 14px rgba(0,0,0,.4)}button:active{transform:translateY(1px);box-shadow:0 2px 8px rgba(0,0,0,.6)}.canvas-wrap{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0;position:relative}#view{max-width:100%;max-height:calc(100% - 32px);background:radial-gradient(circle at center,#050816,#000);border-radius:12px;border:1px solid #222635;image-rendering:pixelated}.statusbar{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);display:inline-flex;gap:1rem;background:rgba(5,6,16,.82);border-radius:999px;border:1px solid rgba(120,140,200,.4);padding:.2rem .8rem;font-size:.7rem;color:#c3c8e5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}@media (max-width:800px){.sidebar{display:none}}@media (max-width:600px){.topbar{flex-direction:column;align-items:flex-start;gap:.6rem}.topbar-buttons{width:100%;display:flex;gap:.4rem;flex-wrap:wrap}}.sandbox-shell{width:100vw;height:100vh;margin:0;padding:0;justify-content:stretch;overflow:hidden}.sandbox-grid-panel,.sandbox-shell{display:flex;align-items:stretch;position:relative}.sandbox-grid-panel{flex:1 1;justify-content:center;background:transparent}.sandbox-topbar{display:flex;flex-direction:column;gap:.8rem;background:rgba(12,16,30,.7);border:1px solid rgba(63,76,120,.5);border-radius:12px;padding:1rem 1.2rem;box-shadow:0 16px 60px rgba(0,0,0,.4)}.sandbox-topbar h1{margin:.1rem 0 .3rem;font-size:1.6rem;letter-spacing:.02em}.eyebrow{text-transform:uppercase;letter-spacing:.22em;font-size:.7rem;color:#8b93b8;margin:0}.lead{margin:0;color:#c3c8e5;max-width:640px}.sandbox-controls{background:rgba(12,16,30,.8);border:1px solid rgba(63,76,120,.5);border-radius:12px;padding:1rem 1.2rem;display:flex;flex-direction:column;gap:.35rem}.trait-legend{display:flex;gap:.4rem;flex-wrap:wrap}.trait-tag{padding:.25rem .65rem;border-radius:999px;font-size:.8rem;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.04);color:#dbe1ff;box-shadow:0 6px 20px rgba(0,0,0,.25)}.trait-tag.quartz{border-color:rgba(148,221,255,.6);color:#c7e8ff}.trait-tag.ember{border-color:rgba(255,166,102,.6);color:#ffd8b8}.trait-tag.aurora{border-color:rgba(190,180,255,.6);color:#e7ddff}.control-row{display:flex;gap:.6rem;flex-wrap:wrap}.control-row button{width:auto}.speed-controls{align-items:center}.speed-label{margin:0}.speed-button{width:auto;min-width:60px;text-align:center}.speed-button.active{background:#2c3a63;border-color:#475a94;box-shadow:0 6px 18px rgba(0,0,0,.4)}.status{margin:0;color:#dbe1ff;font-weight:600}.hint{margin:0;color:#8b93b8;font-size:.85rem}.sandbox-depth-stack{position:relative;width:calc(100vw - 48px);height:calc(100vh - 48px);max-width:1400px;max-height:900px}.sandbox-grid{position:absolute;inset:0;display:grid;grid-gap:0;gap:0;background:transparent;border:none;padding:0;border-radius:18px;box-shadow:none;width:100%;height:100%;opacity:.65;pointer-events:none;transform-origin:center;transition:opacity .18s ease,transform .2s ease,filter .18s ease,box-shadow .22s ease}.sandbox-grid.active{opacity:1;pointer-events:auto;filter:saturate(1.05);box-shadow:0 14px 60px rgba(0,0,0,.6)}.sandbox-grid.muted{filter:saturate(.85);transform:translateY(6px) scale(.995)}.sandbox-cell{width:100%;height:100%;border:none;border-radius:0;background:#040509;cursor:pointer;padding:0;transition:transform 80ms ease,background .12s ease;box-shadow:inset 0 0 0 1px #0a0e1a}.sandbox-cell.empty{cursor:default}.sandbox-cell.empty:hover{background:#040509;transform:none}.sandbox-cell:hover{background:#0c0f18;transform:translateY(-1px)}.sandbox-cell.being-top{background:linear-gradient(160deg,#ff7ae0,#c768f7);box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.08)}.sandbox-cell.being-bottom{background:linear-gradient(200deg,#42e9ff,#37b3ff);box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.08)}.sandbox-cell.highlighted{box-shadow:0 0 0 2px rgba(81,101,255,.9),0 0 18px rgba(81,101,255,.55),0 0 28px rgba(81,101,255,.5),inset 0 0 0 1px rgba(0,0,0,.05)}.sandbox-cell.being-bottom:hover,.sandbox-cell.being-top:hover{transform:none}.sandbox-cell.highlighted{transform:none;box-shadow:0 0 0 2px rgba(81,101,255,.9),0 0 18px rgba(81,101,255,.45),inset 0 0 0 1px rgba(0,0,0,.05)}.legend{gap:1.2rem;color:#aab2d3;font-size:.9rem}.legend,.legend-item{display:inline-flex;align-items:center}.legend-item{gap:.35rem}.being-panel{background:rgba(12,16,30,.8);border:1px solid rgba(63,76,120,.5);border-radius:12px;padding:1rem 1.2rem;display:flex;flex-direction:column;gap:.6rem}.panel-heading{display:flex;align-items:baseline;justify-content:space-between;gap:.8rem}.panel-heading h3{margin:0;font-size:1rem;letter-spacing:.08em;text-transform:uppercase}.being-card{background:radial-gradient(circle at 30% 20%,hsla(0,0%,100%,.05),hsla(0,0%,100%,.01));border-radius:12px;padding:.8rem .9rem;border:1px solid hsla(0,0%,100%,.05);box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.03);display:flex;flex-direction:column;gap:.6rem}.being-card.empty{background:hsla(0,0%,100%,.02);border-style:dashed}.being-card header{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.being-id{font-weight:700;letter-spacing:.02em}.being-card dl{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:.5rem;gap:.5rem;margin:0}.being-card dt{font-size:.78rem;color:#8b93b8;margin-bottom:.18rem;text-transform:uppercase;letter-spacing:.08em}.being-card dd{margin:0;font-size:.95rem;color:#dbe1ff}.capitalize{text-transform:capitalize}.positive{color:#71efc5}.muted{color:#97a0c2}.sandbox-overlay{position:absolute;top:0;left:0;right:0;padding:1rem 1.2rem 0;transition:transform .2s ease,opacity .2s ease;z-index:2;pointer-events:none}.sandbox-overlay .overlay-sections{display:flex;flex-direction:column;gap:.75rem;max-width:1080px;margin:0 auto;pointer-events:auto}.sandbox-overlay.closed{transform:translateY(-105%);opacity:0}.overlay-toggle{position:absolute;top:1rem;right:1rem;z-index:3;width:auto;padding:.35rem .85rem;border-radius:999px;border:1px solid hsla(0,0%,100%,.1);background:rgba(12,16,30,.7);color:#e7ecff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.overlay-toggle:hover{background:rgba(20,26,46,.9)}.swatch{width:18px;height:18px;border-radius:6px;display:inline-block;box-shadow:0 0 0 1px hsla(0,0%,100%,.08)}.swatch.top{background:linear-gradient(160deg,#ff7ae0,#c768f7)}.swatch.bottom{background:linear-gradient(200deg,#42e9ff,#37b3ff)}.swatch.depth{background:linear-gradient(120deg,hsla(0,0%,100%,.6),hsla(0,0%,100%,.18));position:relative;overflow:hidden}.swatch.depth:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(135deg,rgba(5,6,10,.2),rgba(5,6,10,.2) 6px,rgba(12,14,26,.5) 0,rgba(12,14,26,.5) 12px);mix-blend-mode:soft-light}@media (max-width:900px){.sandbox-depth-stack{width:calc(100vw - 32px);height:calc(100vh - 32px)}.sandbox-topbar{flex-direction:column;align-items:flex-start}.overlay-toggle{top:.6rem;right:.6rem}}