:root { --active-color: #d4b192; --dark: #020205; }
* { box-sizing: border-box; margin: 0; padding: 0; scrollbar-width: none; }
*::-webkit-scrollbar { display: none; }

body, html { height: 100vh; background: var(--dark); color: #fff; font-family: 'Inter', sans-serif; overflow: hidden; }

/* Grão de Veludo Dinâmico */
.visual-side::before {
    content: ""; position: absolute; inset: 0;
    background-image: url("https://www.transparenttextures.com/patterns/stardust.png");
    opacity: 0.1; pointer-events: none; z-index: 2;
}

/* Menu Elite */
.menu-trigger { position: fixed; top: 35px; left: 35px; z-index: 9999; background: none; border: none; cursor: pointer; }
.menu-trigger span { display: block; height: 1px; background: #fff; margin: 8px 0; transition: 0.4s; width: 22px; }
.menu-trigger:hover span:first-child { width: 40px; }

/* Sidebar */
.sidebar { position: fixed; left: -360px; top: 0; width: 320px; height: 100vh; background: rgba(0,0,0,0.98); backdrop-filter: blur(40px); z-index: 9000; transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1); padding: 80px 30px; overflow-y: auto; border-right: 1px solid rgba(255,255,255,0.05); }
.sidebar.show { left: 0; }
.sidebar-links a { color: #555; text-decoration: none; font-size: 0.7rem; display: block; padding: 12px 0; text-transform: uppercase; letter-spacing: 1.5px; border-bottom: 1px solid rgba(255,255,255,0.02); }
.sidebar-links a:hover { color: #fff; padding-left: 10px; }

/* Layout 2 Colunas Real */
.main-canvas { display: flex; width: 100vw; height: 100vh; }

.visual-side { flex: 7; position: relative; display: flex; align-items: center; justify-content: center; background: radial-gradient(circle, #0a0a1a 0%, #020205 100%); overflow: hidden; }
.aura-glow { position: absolute; inset: 0; background: radial-gradient(circle, var(--active-color) 0%, transparent 70%); opacity: 0; transition: 1.5s ease; }
.human-svg { height: 85vh; width: auto; z-index: 10; filter: drop-shadow(0 0 20px var(--active-color)); transition: transform 0.1s linear; }

/* Painel Séc. XXII */
.panel-side { flex: 3; background: rgba(255,255,255,0.02); border-left: 1px solid rgba(255,255,255,0.05); padding: 40px; display: flex; flex-direction: column; }
.panel-inner { display: flex; flex-direction: column; height: 100%; justify-content: space-between; }

.quantum-box #calibBtn { width: 100%; background: none; border: 1px solid var(--active-color); color: #fff; padding: 12px; font-size: 0.6rem; letter-spacing: 2px; cursor: pointer; transition: 0.3s; margin-bottom: 15px; }
.quantum-box #calibBtn:hover { background: var(--active-color); color: #000; }

.audio-set-xxii { display: flex; align-items: center; gap: 15px; padding: 10px; background: rgba(255,255,255,0.03); }
.xxii-btn { background: none; border: 1px solid rgba(255,255,255,0.1); color: #fff; font-size: 0.5rem; padding: 6px 10px; cursor: pointer; }
#volRange { flex: 1; accent-color: var(--active-color); height: 1px; }

.frequency-hero { font-size: 5.5rem; font-weight: 100; margin: 20px 0; letter-spacing: -3px; text-shadow: 0 0 30px var(--active-color); }
.data-container label { font-size: 0.6rem; color: var(--active-color); letter-spacing: 2px; display: block; margin-bottom: 10px; }
.card { margin-bottom: 30px; }
.card ul { list-style: none; font-size: 0.85rem; font-weight: 200; line-height: 1.6; }

.resonance-bar { height: 1px; background: rgba(255,255,255,0.1); margin-top: 15px; }
#resFill { height: 100%; width: 0%; background: var(--active-color); box-shadow: 0 0 15px var(--active-color); transition: 0.2s; }

/* Nadis & Chakras */
.nadi-line { fill: none; stroke: var(--active-color); stroke-width: 0.2; opacity: 0.15; transition: stroke-width 0.5s; }
.chakra-circle { fill: transparent; stroke: var(--active-color); stroke-width: 1; cursor: pointer; transition: 0.5s; }
.chakra-circle.active { fill: var(--active-color) !important; r: 16; }