*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;width:100%}body{background-color:#0b0f14;color:#e6edf3;font-family:Avenir,system-ui,-apple-system,sans-serif;overflow:hidden}.app-container{display:flex;height:100vh;width:100vw}.brain-panel{width:75%;height:100%;position:relative}.legend-panel{width:25%;height:100%;background:#111827;padding:2.5rem;display:flex;flex-direction:column;justify-content:center;border-left:1px solid rgba(255,255,255,.05)}.legend-panel h2{margin-bottom:2rem;font-weight:500;letter-spacing:.05em}.legend-panel p{margin:.8rem 0;opacity:.8;transition:opacity .2s ease;cursor:pointer}.legend-panel p:hover{opacity:1}button{background:transparent;border:1px solid rgba(255,255,255,.1);color:#e6edf3;padding:.6rem 1rem;margin-bottom:1rem;cursor:pointer;transition:all .2s ease}button:hover{border-color:#38bdf8;color:#38bdf8}canvas{display:block}
