:root{--bg-color:#12385c;--text-primary:#fff;--text-secondary:#cbd5e1;--wood-light:#ffffff26;--wood-primary:#fff;--wood-dark:#0e2945;--accent-sage:#cbd5e1;--glass-bg:#ffffff0d;--glass-border:#ffffff26;--glass-shadow:0 12px 40px 0 #0003;--radius-lg:24px;--radius-md:16px}@media (prefers-color-scheme:dark){:root{--bg-color:#0e2945;--text-primary:#fff;--text-secondary:#cbd5e1;--wood-light:#ffffff26;--wood-primary:#fff;--wood-dark:#081b30;--accent-sage:#cbd5e1;--glass-bg:#ffffff0d;--glass-border:#ffffff26;--glass-shadow:0 8px 32px 0 #0000004d}}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;color:var(--text-primary);background:var(--bg-color);font-family:Manrope,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{letter-spacing:-.01em;font-family:Lora,serif;font-weight:600}a{color:inherit;text-decoration:none}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:var(--radius-lg)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.6s cubic-bezier(.2,.8,.2,1) forwards fadeIn}button{cursor:pointer;font-family:Outfit,sans-serif;transition:all .3s}.glass-panel em,.glass-panel p,.glass-panel span,.glass-panel div,.glass-panel li{text-shadow:0 1px 2px #00000026}.glass-panel [style*="color: #666"],.glass-panel [style*="color: rgb(102, 102, 102)"],.glass-panel [style*="color: #5b6470"],.glass-panel [style*="color: rgb(91, 100, 112)"]{color:#ffffffb3!important}.glass-panel [style*="color: var(--wood-dark)"],.glass-panel [style*="color: var(--text-secondary)"]{color:#fff!important}
.AppShell-module__oSLs6a__background{z-index:-2;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100vw;height:100vh;transition:background-image .8s ease-in-out;position:fixed;top:0;left:0}.AppShell-module__oSLs6a__bgYoga{background-image:url(/bg-yoga.png)}.AppShell-module__oSLs6a__bgNutrition{background-image:url(/bg-nutrition.png)}.AppShell-module__oSLs6a__bgHabits{background-image:url(/bg-habits.png)}.AppShell-module__oSLs6a__bgFitness{background-image:url(/bg-fitness.png);background-position:50% 30%}.AppShell-module__oSLs6a__overlayFitness{z-index:-1;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0a0c14b8;width:100vw;height:100vh;position:fixed;top:0;left:0}.AppShell-module__oSLs6a__overlay{z-index:-1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffd9;width:100vw;height:100vh;position:fixed;top:0;left:0}.AppShell-module__oSLs6a__appContainer{flex-direction:column;min-height:100vh;display:flex}.AppShell-module__oSLs6a__navbar{z-index:100;border-radius:50px;justify-content:space-between;align-items:center;gap:1.5rem;min-width:0;margin:1rem 1.5rem;padding:.75rem 1.5rem;display:flex;position:sticky;top:1rem}.AppShell-module__oSLs6a__logoGroup{flex-shrink:0;align-items:center;gap:1rem;display:flex}.AppShell-module__oSLs6a__logo{color:var(--wood-dark);white-space:nowrap;align-items:center;gap:6px;font-family:Lora,serif;font-size:1.4rem;font-weight:700;display:flex}.AppShell-module__oSLs6a__betaBadge{color:#fff;letter-spacing:.5px;text-transform:uppercase;background:linear-gradient(45deg,#e67e22,#d35400);border-radius:12px;padding:2px 8px;font-size:.55rem;font-weight:800;display:inline-block;box-shadow:0 2px 4px #0000001a}.AppShell-module__oSLs6a__logo span{color:var(--accent-sage);font-style:italic;font-weight:400}.AppShell-module__oSLs6a__langToggleBtn{color:var(--wood-primary);cursor:pointer;background:#fff6;border:1px solid #0000000d;border-radius:20px;flex-shrink:0;align-items:center;gap:.4rem;padding:.4rem .8rem;font-family:Manrope,sans-serif;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.AppShell-module__oSLs6a__langToggleText{display:inline-block}.AppShell-module__oSLs6a__langToggleBtn:hover{background:#fffc;transform:translateY(-1px)}.AppShell-module__oSLs6a__navLinks{scrollbar-width:thin;scrollbar-color:#e07b39d9 #ffffff14;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;flex:auto;gap:.3rem;width:100%;min-width:0;padding-bottom:.45rem;display:flex;overflow-x:auto}.AppShell-module__oSLs6a__navLinks::-webkit-scrollbar{height:8px}.AppShell-module__oSLs6a__navLinks::-webkit-scrollbar-track{background:#ffffff14;border-radius:999px}.AppShell-module__oSLs6a__navLinks::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#e07b39f2,#5b7553f2);border-radius:999px}.AppShell-module__oSLs6a__navLinks::-webkit-scrollbar-thumb:hover{background:linear-gradient(90deg,#e07b39,#5b7553)}.AppShell-module__oSLs6a__navItem{color:var(--text-secondary);white-space:nowrap;border-radius:50px;flex-shrink:0;align-items:center;gap:.35rem;padding:.45rem .85rem;font-size:.82rem;font-weight:600;transition:all .3s;display:flex}.AppShell-module__oSLs6a__navItem:hover{color:var(--wood-dark);background:#fff6}.AppShell-module__oSLs6a__navItem.AppShell-module__oSLs6a__active{background:var(--wood-primary);color:#fff;box-shadow:0 4px 12px #a36b4a4d}.AppShell-module__oSLs6a__navbarFitness{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0c14bf!important;border:1px solid #ffffff0f!important}.AppShell-module__oSLs6a__navbarFitness .AppShell-module__oSLs6a__navItem{color:#dcdce6cc}.AppShell-module__oSLs6a__navbarFitness .AppShell-module__oSLs6a__navItem:hover{color:#fff;background:#ffffff14}.AppShell-module__oSLs6a__navbarFitness .AppShell-module__oSLs6a__navItemActive{color:#fff;background:linear-gradient(135deg,#e63946,#c1121f);box-shadow:0 4px 16px #e6394673}.AppShell-module__oSLs6a__mainContent{flex:1;justify-content:center;padding:2rem;display:flex}@media (max-width:768px){.AppShell-module__oSLs6a__navbar{border-radius:20px;flex-direction:column;align-items:flex-start;gap:.75rem;margin:.5rem;padding:.75rem 1rem}.AppShell-module__oSLs6a__logoGroup{justify-content:space-between;width:100%}.AppShell-module__oSLs6a__langToggleText{display:none}.AppShell-module__oSLs6a__navLinks{flex-wrap:nowrap;justify-content:flex-start;padding-bottom:.5rem}.AppShell-module__oSLs6a__mainContent{padding:1rem .5rem}}
