@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--deep-purple: #5A3E98;--vibrant-lavender: #8B63D4;--teal-green: #4C9F7A;--ocean-blue: #3B77D8;--dark-navy: #1E1E2C;--soft-grey-blue: #F4F5F9;--crisp-white: #FFFFFF}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;width:100%}body{background-color:var(--dark-navy);color:var(--crisp-white);font-family:Inter,system-ui,-apple-system,sans-serif;overflow:hidden}.app-layout{display:flex;flex-direction:column;height:100vh;width:100vw}.top-banner{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 2.5rem;background:var(--dark-navy);border-bottom:1px solid rgba(255,255,255,.1);z-index:10}.app-container{display:flex;flex:1;width:100vw;overflow:hidden}.brain-panel{width:75%;height:100%;position:relative}.legend-panel{width:25%;height:100%;background:#1e1e2cd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:2.5rem;display:flex;flex-direction:column;justify-content:center;border-left:1px solid rgba(255,255,255,.1)}.glass-panel{background:#1e1e2c99;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);border-radius:12px;box-shadow:0 8px 32px #0000004d}.legend-panel h2{margin-bottom:2rem;font-weight:600;letter-spacing:.05em;color:var(--crisp-white)}.legend-panel p{margin:.8rem 0;opacity:.85;transition:opacity .2s ease;cursor:pointer}.legend-panel p:hover{opacity:1}button{background:transparent;border:1px solid rgba(255,255,255,.2);color:var(--crisp-white);padding:.6rem 1rem;margin-bottom:1rem;cursor:pointer;transition:all .2s ease;border-radius:6px;font-family:Inter,sans-serif;font-weight:500}button:hover{border-color:var(--vibrant-lavender);color:var(--vibrant-lavender);background:#8b63d41a}canvas{display:block}
