@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Manrope:wght@400;500;600&display=swap";:root{--forest-deep: #1d2e24;--forest-mid: #35503a;--moss: #6c8b58;--earth: #6c5037;--sand: #c7b48b;--gold-soft: #f0c678;--stone-dark: #2f2f2b;--cream: #f1ebdd;--panel-bg: rgba(21, 32, 25, .32);--panel-border: rgba(241, 235, 221, .24);--focus: #f6d289}*{box-sizing:border-box}html,body{margin:0;width:100%;height:100%;overflow:hidden;background:radial-gradient(circle at 20% 25%,rgba(229,192,112,.28),transparent 40%),radial-gradient(circle at 80% 70%,rgba(78,120,85,.28),transparent 45%),linear-gradient(135deg,#0f1712,#223227,#28362b);color:var(--cream);font-family:Manrope,Segoe UI,sans-serif}#app,#scene-canvas{width:100%;height:100%;display:block}#scene-canvas{position:fixed;inset:0;outline:none}#loading-screen{position:fixed;inset:0;display:grid;place-items:center;z-index:20;background:linear-gradient(145deg,#0b120deb,#19241ce6),radial-gradient(circle at 60% 40%,rgba(240,198,120,.18),transparent 50%);transition:opacity .7s ease}#loading-screen.is-hidden{opacity:0;pointer-events:none}.loader-card{width:min(420px,90vw);padding:1.5rem;text-align:center}.chakra-loader{width:140px;height:168px;margin:0 auto .7rem;position:relative;display:grid;place-items:center}.chakra-aura{position:absolute;border-radius:50%;width:130px;height:130px;top:12px;background:radial-gradient(circle,rgba(246,222,178,.3) 0%,rgba(228,175,100,.18) 35%,transparent 70%);animation:chakra-aura-breathe 3.4s ease-in-out infinite}.yogi-icon{position:relative;width:96px;height:146px;display:grid;place-items:center}.yogi-head,.yogi-body,.yogi-arms,.yogi-legs{position:absolute;display:block;background:#ecdfc7c7;box-shadow:0 0 12px #f5e6c83d}.yogi-head{top:16px;width:18px;height:18px;border-radius:50%}.yogi-body{top:35px;width:12px;height:46px;border-radius:999px}.yogi-arms{top:56px;width:54px;height:9px;border-radius:999px}.yogi-legs{top:77px;width:80px;height:28px;border-radius:80% 80% 68% 68%;clip-path:polygon(0 76%,20% 46%,35% 52%,50% 78%,65% 52%,80% 46%,100% 76%,100% 100%,0 100%)}.chakra-points{position:absolute;top:22px;left:50%;width:14px;height:112px;margin-left:-7px}.chakra-point{position:absolute;left:50%;width:10px;height:10px;margin-left:-5px;border-radius:50%;box-shadow:0 0 14px currentColor;animation:chakra-pulse 2.8s ease-in-out infinite}.chakra-point.crown{top:0;color:#f3ebde;background:#f3ebde;animation-delay:0ms}.chakra-point.third-eye{top:16px;color:#8f8bd9;background:#8f8bd9;animation-delay:.18s}.chakra-point.throat{top:32px;color:#5eb3d0;background:#5eb3d0;animation-delay:.32s}.chakra-point.heart{top:48px;color:#79b46f;background:#79b46f;animation-delay:.47s}.chakra-point.solar{top:64px;color:#d1b46d;background:#d1b46d;animation-delay:.62s}.chakra-point.sacral{top:80px;color:#dc8f51;background:#dc8f51;animation-delay:.77s}.chakra-point.root{top:96px;color:#cc6661;background:#cc6661;animation-delay:.92s}@keyframes chakra-aura-breathe{0%,to{transform:scale(.88);opacity:.68}50%{transform:scale(1.09);opacity:1}}@keyframes chakra-pulse{0%,to{transform:scale(.74);opacity:.72}50%{transform:scale(1.26);opacity:1}}.loader-card p{margin:.75rem 0 0;color:#f1ebdde0}.progress-track{width:100%;height:8px;margin-top:1rem;border-radius:99px;overflow:hidden;background:#e7d6b033}#progress-bar{width:0%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#dcae62,#f6d289);transition:width .3s ease}#hotspot-labels{position:fixed;inset:0;pointer-events:none;z-index:9}.hotspot-label{position:absolute;transform:translate(-50%,-50%) scale(.92);opacity:0;color:var(--cream);border:1px solid rgba(243,231,199,.48);background:#16231ca6;box-shadow:0 10px 30px #00000038;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;padding:.3rem .55rem;font-size:.84rem;letter-spacing:.06em;transition:opacity .23s ease,transform .23s ease}.hotspot-label.visible{opacity:1;transform:translate(-50%,-50%) scale(1)}@media(prefers-reduced-motion:reduce){#loading-screen,#progress-bar,.chakra-ring,.chakra-core,.hotspot-label{transition-duration:0ms!important;animation-duration:0ms!important}}
