@import url(https://fonts.googleapis.com/css2?family=Philosopher:wght@400;700&family=Crimson+Pro:wght@300;400;600&display=swap);body{font-family:Crimson Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#faf8f3,beige 50%,#f5e6c8);background:linear-gradient(135deg,var(--off-white) 0,var(--cream) 50%,var(--gold-pale) 100%);color:#4a3f35;color:var(--text-dark);font-family:Crimson Pro,serif}.app,body{min-height:100vh}.app{width:100%}.placeholder-screen{align-items:center;display:flex;flex-direction:column;gap:2rem;justify-content:center;min-height:100vh;padding:2rem;text-align:center}.placeholder-screen button{background:linear-gradient(145deg,#f0c869,#d4af37);background:linear-gradient(145deg,var(--gold-light),var(--gold-rich));border:none;border-radius:30px;box-shadow:4px 4px 8px #b8860b4d,-4px -4px 8px #ffffff80;color:#4a3f35;color:var(--text-dark);cursor:pointer;font-family:Philosopher,sans-serif;font-size:1.1rem;padding:1rem 2.5rem;transition:all .3s ease}.placeholder-screen button:hover{box-shadow:6px 6px 12px #b8860b66,-2px -2px 6px #fff9;transform:translateY(-2px)}.placeholder-screen h1{color:#b8860b;color:var(--gold-deep);font-family:Philosopher,sans-serif;font-size:3rem;text-shadow:2px 2px 4px #fffc,-1px -1px 2px #b8860b4d}.placeholder-screen p{color:#8b7355;color:var(--text-medium);font-size:1.3rem}.embossed-surface{background:linear-gradient(145deg,#faf8f3,#f0e6d8);box-shadow:8px 8px 16px #b8860b26,-8px -8px 16px #fffc}@media (max-width:768px){.placeholder-screen h1{font-size:2.5rem}.placeholder-screen p{font-size:1.1rem}}@media (max-width:480px){.placeholder-screen h1{font-size:2rem}.placeholder-screen p{font-size:1rem}.placeholder-screen button{font-size:1rem;padding:.875rem 2rem}}:root{--splash-bg-dark:#1a1410;--splash-bg-medium:#2d2416;--sun-orange-light:#ff8c32;--sun-orange-dark:#c85014;--glow-orange:#ff8c32cc}.splash-screen{align-items:center;animation:backgroundToWhite 1s ease-in 11s forwards;background:linear-gradient(180deg,#1a1410,#2d2416);background:linear-gradient(180deg,var(--splash-bg-dark) 0,var(--splash-bg-medium) 100%);display:flex;height:100vh;justify-content:center;left:0;overflow:hidden;position:fixed;top:0;width:100vw;z-index:9999}.sun-glow-container{animation:riseUp 7s cubic-bezier(.25,.46,.45,.94) forwards;z-index:1}.sun-glow,.sun-glow-container{height:200px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:200px}.sun-glow{animation:glowPulse 3s ease-in-out 7s 3,obliterate 2s cubic-bezier(.4,0,.2,1) 10s forwards,fadeGlow .5s ease-out 11.5s forwards;background:radial-gradient(circle,#ffc86466 0,#ff8c3280 15%,#ff8c3266 30%,#c850144d 50%,#c8501433 70%,#0000 100%);border-radius:50%;box-shadow:0 0 80px #ff8c32cc,0 0 120px #ff8c32b3,0 0 160px #ff8c3280;box-shadow:0 0 80px var(--glow-orange),0 0 120px #ff8c32b3,0 0 160px #ff8c3280}.sun-logo-wrapper{align-items:center;animation:glowPulse 3s ease-in-out 7s 3,logoFadeOut .5s ease-in 10.5s forwards;display:flex;height:120px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:120px;z-index:2}.sun-logo{filter:drop-shadow(0 4px 12px rgba(255,140,50,.6));height:100%;object-fit:contain;width:100%}.sun-logo-fallback{background:radial-gradient(circle,#f0c869 0,#d4af37 50%,#b8860b 100%);background:radial-gradient(circle,var(--gold-light) 0,var(--gold-rich) 50%,#b8860b 100%);border-radius:50%;box-shadow:0 0 20px #d4af37cc,0 0 40px #d4af3799,inset 0 0 20px #ffffff4d;height:120px;width:120px}@keyframes riseUp{0%{opacity:0;transform:translate(-50%,calc(50vh + 150px))}20%{opacity:1}to{opacity:1;transform:translate(-50%,-50%)}}@keyframes glowPulse{0%,to{filter:drop-shadow(0 4px 12px rgba(255,140,50,.6));transform:translate(-50%,-50%) scale(1)}50%{filter:drop-shadow(0 8px 24px rgba(255,140,50,1));transform:translate(-50%,-50%) scale(1.05)}}@keyframes obliterate{0%{height:200px;opacity:1;transform:translate(-50%,-50%);width:200px}to{background:radial-gradient(circle,#f0c869 0,#d4af37 30%,#2d2416 70%);background:radial-gradient(circle,var(--gold-light) 0,var(--gold-rich) 30%,var(--splash-bg-medium) 70%);height:300vh;opacity:1;transform:translate(-50%,-50%);width:300vw}}@keyframes logoFadeOut{0%{opacity:1;transform:translate(-50%,-50%)}to{opacity:0;transform:translate(-50%,-50%)}}@keyframes fadeGlow{0%{opacity:1}to{opacity:.15}}.reveal-container{align-items:center;animation:revealFade 1s ease-in 12s forwards;display:flex;flex-direction:column;gap:1rem;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:10}.splash-title-img{filter:drop-shadow(0 4px 16px rgba(212,175,55,.6));height:auto;max-width:400px;object-fit:contain}.splash-title{color:#b8860b;font-family:Philosopher,sans-serif;font-size:3.5rem;font-weight:700;letter-spacing:.3em;margin:0;text-align:center;text-shadow:2px 2px 4px #fffc,-1px -1px 2px #b8860b66,0 0 30px #d4af3799,0 0 50px #d4af3766}.logo-container{margin:1.5rem 0}.logo-container img{filter:drop-shadow(0 8px 16px rgba(212,175,55,.5));height:180px;object-fit:contain;width:180px}.logo-placeholder{align-items:center;background:radial-gradient(circle,#d4af3733 0,#0000 70%);border-radius:50%;color:#d4af37;color:var(--gold-rich);display:flex;font-family:Philosopher,sans-serif;font-size:4rem;font-weight:700;height:180px;justify-content:center;text-shadow:2px 2px 4px #fffc,-1px -1px 2px #b8860b66;width:180px}.splash-credit{color:#8b7355;color:var(--text-medium);font-family:Crimson Pro,serif;font-size:1.3rem;font-weight:400;letter-spacing:.08em;margin:0;text-align:center}.splash-credit .company-name{color:#d4af37;color:var(--gold-rich);font-weight:600;text-shadow:1px 1px 2px #fff9,-1px -1px 1px #b8860b4d}@keyframes revealFade{0%{opacity:0;transform:translate(-50%,-50%)}to{opacity:1;transform:translate(-50%,-50%)}}@keyframes backgroundToWhite{0%{background:linear-gradient(180deg,#1a1410,#2d2416);background:linear-gradient(180deg,var(--splash-bg-dark) 0,var(--splash-bg-medium) 100%)}to{background:#fff}}.skip-button{animation:skipButtonFadeIn .5s ease-in 1s forwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:2px solid #d4af37cc;border-radius:25px;bottom:40px;box-shadow:0 4px 12px #0003;color:#8b7355;cursor:pointer;font-family:Crimson Pro,serif;font-size:1rem;font-weight:600;opacity:0;padding:.75rem 1.5rem;position:absolute;right:40px;transition:all .3s ease;z-index:100}.skip-button:hover{background:#fff;border-color:#d4af37;border-color:var(--gold-rich);box-shadow:0 6px 16px #d4af3766;transform:translateY(-2px)}.skip-button:active{transform:translateY(0)}@keyframes skipButtonFadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.splash-title{font-size:2.5rem;letter-spacing:.2em}.splash-title-img{max-width:300px}.logo-container img,.logo-placeholder{font-size:3rem;height:140px;width:140px}.splash-credit{font-size:1.1rem}.sun-glow,.sun-glow-container{height:160px;width:160px}.sun-logo-fallback,.sun-logo-wrapper{height:100px;width:100px}}@media (max-width:480px){.splash-title{font-size:2rem;letter-spacing:.15em}.splash-title-img{max-width:250px}.logo-container img,.logo-placeholder{font-size:2.5rem;height:120px;width:120px}.splash-credit{font-size:1rem}.sun-glow,.sun-glow-container{height:140px;width:140px}.sun-logo-fallback,.sun-logo-wrapper{height:85px;width:85px}.skip-button{bottom:20px;font-size:.9rem;padding:.6rem 1.2rem;right:20px}.reveal-container{gap:.75rem}}@media (max-width:360px){.splash-title{font-size:1.6rem}.splash-title-img{max-width:200px}.logo-container img,.logo-placeholder{font-size:2rem;height:100px;width:100px}.splash-credit{font-size:.9rem}.sun-glow,.sun-glow-container{height:120px;width:120px}.sun-logo-fallback,.sun-logo-wrapper{height:70px;width:70px}}@media (max-height:600px) and (orientation:landscape){.splash-title{font-size:1.8rem}.splash-title-img{max-width:220px}.logo-container img,.logo-placeholder{height:100px;width:100px}.splash-credit{font-size:.9rem}.reveal-container{gap:.5rem}.skip-button{bottom:15px;font-size:.85rem;padding:.5rem 1rem;right:15px}}@media (prefers-reduced-motion:reduce){.reveal-container,.skip-button,.sun-glow,.sun-glow-container,.sun-logo,.sun-logo-fallback{animation-duration:.01ms!important;animation-iteration-count:1!important}.reveal-container{animation:none;opacity:1}}.welcome-screen{align-items:center;background:linear-gradient(180deg,#faf8f3,beige);display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:1.5rem;position:relative}@media (min-width:1024px){.welcome-screen:before{background-image:url(/static/media/welcome_background_mandala.4fa1ede7493e8d97f51c.png);background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;content:"";left:0;opacity:.35;pointer-events:none;position:fixed;right:0;top:0;z-index:0}.welcome-screen>*{position:relative;z-index:1}}.logo-container{margin-bottom:1.5rem}.sun-logo{filter:drop-shadow(0 8px 16px rgba(212,175,55,.3));height:auto;width:150px}.title-container{margin:1rem 0}.surya-title{filter:drop-shadow(0 4px 8px rgba(212,175,55,.2));height:auto;width:280px}.buttons-container{align-items:center;display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem;max-width:320px;width:100%}.buttons-container .nav-button{background:none;border:none;cursor:pointer;padding:0;width:100%}.buttons-container .nav-button img{display:block;filter:drop-shadow(0 6px 12px rgba(184,134,11,.3));height:auto;transition:all .3s ease;width:100%}.buttons-container .nav-button:hover img{filter:drop-shadow(0 10px 20px rgba(184,134,11,.5));transform:translateY(-2px)}.info-button-image{background:none;border:none;border-radius:50%;bottom:1.5rem;cursor:pointer;height:50px;left:1.5rem;overflow:hidden;padding:0;position:fixed;width:50px}.info-button-image img{display:block;filter:drop-shadow(0 4px 8px rgba(184,134,11,.3));height:100%;object-fit:cover;transition:all .3s ease;width:100%}.info-button-image:hover img{filter:drop-shadow(0 6px 12px rgba(184,134,11,.5));transform:scale(1.05)}.info-button-image:active,.info-button-image:focus{outline:none}@media (min-width:600px){.sun-logo{width:180px}.surya-title{width:350px}.buttons-container{gap:1.25rem;max-width:380px}.info-button-image{height:55px;width:55px}}@media (min-width:1024px){.welcome-screen{justify-content:center;padding:2.5rem}.title-container{margin-bottom:2rem;order:-1}.surya-title{width:450px}.logo-container{align-items:center;display:flex;justify-content:center;margin:-2rem 0 2rem}.sun-logo{width:200px}.buttons-container{flex-direction:row;gap:1.5rem;justify-content:center;margin-top:2.5rem;max-width:100%}.buttons-container .nav-button{width:auto}.buttons-container .nav-button img{height:auto;width:220px}.info-button-image{bottom:2rem;height:60px;left:2rem;width:60px}}@media (min-width:1440px){.surya-title{width:500px}.sun-logo{width:250px}.buttons-container{gap:1.75rem}.buttons-container .nav-button img{width:240px}.info-button-image{height:65px;width:65px}}.modal-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#4a3f35d9;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:20px;position:fixed;right:0;top:0;z-index:1000}.modal-content{animation:slideUp .3s ease;background:linear-gradient(145deg,#faf8f3,#f0e6d8);border-radius:20px;box-shadow:12px 12px 24px #b8860b33,-12px -12px 24px #ffffffe6,inset 2px 2px 4px #ffffff80;max-height:90vh;max-width:600px;overflow-y:auto;padding:3rem;position:relative;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:#b8860b1a;border-radius:10px}.modal-content::-webkit-scrollbar-thumb{background:#d4af37;background:var(--gold-rich);border-radius:10px}.modal-content::-webkit-scrollbar-thumb:hover{background:#b8860b;background:var(--gold-deep)}.modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#4a3f35;color:var(--text-dark);cursor:pointer;display:flex;font-size:2rem;font-weight:300;height:40px;justify-content:center;line-height:1;padding:0;position:absolute;right:20px;top:20px;transition:all .3s ease;width:40px}.modal-close:hover{background:#b8860b1a;color:#b8860b;color:var(--gold-deep);transform:rotate(90deg)}.modal-close:active{transform:rotate(90deg) scale(.95)}.modal-logo{margin-bottom:2rem;text-align:center}.modal-logo img{animation:gentleFloat 4s ease-in-out infinite;filter:drop-shadow(0 4px 8px rgba(184,134,11,.3));height:120px;object-fit:contain;width:120px}.logo-placeholder-modal{align-items:center;background:radial-gradient(circle,#d4af3733 0,#0000 70%);border-radius:50%;color:#d4af37;color:var(--gold-rich);display:flex;font-family:Philosopher,sans-serif;font-size:3rem;font-weight:700;height:120px;justify-content:center;margin:0 auto;text-shadow:2px 2px 4px #fffc,-1px -1px 2px #b8860b66;width:120px}@keyframes gentleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.dedication-text{color:#4a3f35;color:var(--text-dark);text-align:center}.dedication-divider{color:#d4af37;color:var(--gold-rich);font-size:.5rem;letter-spacing:-.5px;line-height:1;margin:1.5rem 0;opacity:.6;overflow:hidden;text-overflow:clip}.dedication-title{font-family:Philosopher,sans-serif;font-size:1.4rem;line-height:1.6;margin:1.5rem 0;text-shadow:1px 1px 1px #fffc,-1px -1px 1px #b8860b33}.dedication-title strong{color:#b8860b;color:var(--gold-deep);display:inline-block;font-size:1.6rem;font-weight:700;margin-top:.25rem}.dedication-body{line-height:1.8;margin:1.5rem auto;max-width:500px}.dedication-body,.dedication-closing{font-family:Crimson Pro,serif;font-size:1.1rem;font-weight:400}.dedication-closing{color:#8b7355;color:var(--text-medium);font-style:italic;margin:1.5rem 0}.dedication-om{color:#b8860b;color:var(--gold-deep);font-family:Philosopher,sans-serif;font-size:1.3rem;font-weight:600;letter-spacing:.2em;margin:1.5rem 0;text-shadow:1px 1px 2px #fffc,-1px -1px 1px #b8860b4d}@media (max-width:768px){.modal-content{max-height:85vh;padding:2rem}.modal-close{font-size:1.75rem;height:35px;right:15px;top:15px;width:35px}.dedication-title{font-size:1.2rem}.dedication-title strong{font-size:1.4rem}.dedication-body,.dedication-closing{font-size:1rem}.dedication-om{font-size:1.2rem}.logo-placeholder-modal,.modal-logo img{font-size:2.5rem;height:100px;width:100px}}@media (max-width:480px){.modal-overlay{padding:15px}.modal-content{border-radius:15px;max-height:90vh;padding:1.5rem}.modal-close{font-size:1.5rem;height:32px;right:10px;top:10px;width:32px}.modal-logo{margin-bottom:1.5rem}.logo-placeholder-modal,.modal-logo img{font-size:2rem;height:90px;width:90px}.dedication-divider{font-size:.4rem;margin:1rem 0}.dedication-title{font-size:1.1rem;margin:1rem 0}.dedication-title strong{font-size:1.3rem}.dedication-body,.dedication-closing{font-size:.95rem;line-height:1.7;margin:1rem 0}.dedication-om{font-size:1.1rem;letter-spacing:.15em}}@media (max-width:360px){.modal-content{padding:1.25rem}.logo-placeholder-modal,.modal-logo img{font-size:1.75rem;height:80px;width:80px}.dedication-title{font-size:1rem}.dedication-title strong{font-size:1.2rem}.dedication-body,.dedication-closing{font-size:.9rem}.dedication-om{font-size:1rem}.dedication-divider{font-size:.35rem}}@media (max-height:600px) and (orientation:landscape){.modal-content{max-height:95vh;padding:1.5rem 2rem}.modal-logo{margin-bottom:1rem}.logo-placeholder-modal,.modal-logo img{height:80px;width:80px}.dedication-body,.dedication-closing,.dedication-divider,.dedication-om,.dedication-title{margin:.75rem 0}}@media print{.modal-overlay{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;position:static}.modal-content{background:#fff;box-shadow:none;max-height:none}.modal-close{display:none}}@media (prefers-reduced-motion:reduce){.modal-content,.modal-logo img,.modal-overlay{animation:none}.modal-close{transition:none}}:root{--gold-pale:#f5e6c8}.surya-namaskar-container{background:linear-gradient(135deg,#faf8f3,beige 50%,#f5e6c8);background:linear-gradient(135deg,var(--off-white) 0,var(--cream) 50%,var(--gold-pale) 100%);color:#4a3f35;color:var(--text-dark);font-family:Crimson Pro,serif;min-height:100vh;padding:1rem;position:relative}.back-button,.back-button-practice{background:none;border:none;color:#d4af37;color:var(--gold-rich);cursor:pointer;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));font-size:2.5rem;font-weight:300;left:1.5rem;line-height:1;padding:.5rem;position:fixed;top:1.5rem;transition:all .3s ease;z-index:100}.back-button-practice:hover,.back-button:hover{color:#f0c869;color:var(--gold-light);filter:drop-shadow(0 4px 8px rgba(212,175,55,.4));transform:translateX(-4px)}.embossed-text{text-shadow:1px 1px 1px #fffc,-1px -1px 1px #b8860b4d}.embossed-button{background:linear-gradient(145deg,#f0c869,#d4af37);background:linear-gradient(145deg,var(--gold-light),var(--gold-rich));border:none;border-radius:30px;box-shadow:4px 4px 8px #b8860b4d,-4px -4px 8px #ffffff80;color:#fff;cursor:pointer;font-family:Philosopher,sans-serif;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;text-shadow:1px 1px 2px #0003;transition:all .3s ease}.embossed-button:hover{box-shadow:6px 6px 12px #b8860b66,-2px -2px 6px #fff9;transform:translateY(-2px)}.embossed-button:active{box-shadow:inset 4px 4px 8px #b8860b4d,inset -4px -4px 8px #fff3;transform:translateY(0)}.embossed-button:disabled{cursor:not-allowed;opacity:.5;transform:none}.config-screen{margin:0 auto;max-width:600px;padding:3rem 2rem;text-align:center}.config-title{color:#d4af37;color:var(--gold-rich);font-family:Philosopher,sans-serif;font-size:2.5rem;text-shadow:2px 2px 4px #fffc}.config-section,.config-title{margin-bottom:3rem}.config-label{color:#4a3f35;color:var(--text-dark);font-family:Philosopher,sans-serif;font-size:1.5rem;margin-bottom:1.5rem}.config-options{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.config-option{font-size:1.2rem;min-width:80px;padding:1rem 1.5rem;transition:all .3s ease}.config-option.selected{background:linear-gradient(145deg,#d4af37,#b8860b);background:linear-gradient(145deg,var(--gold-rich),var(--gold-deep));box-shadow:inset 3px 3px 6px #0003,inset -3px -3px 6px #ffffff1a;transform:scale(.95)}.custom-rounds-input{align-items:center;display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.custom-rounds-input label{font-size:1rem;opacity:.9}.custom-input,.custom-rounds-input label{color:#4a3f35;color:var(--text-dark);font-family:Crimson Pro,serif}.custom-input{background:linear-gradient(145deg,#faf8f3,#f0e6d8);border:2px solid #f0c869;border:2px solid var(--gold-light);border-radius:15px;box-shadow:inset 2px 2px 4px #b8860b1a,inset -2px -2px 4px #ffffff80;font-size:1.1rem;padding:.75rem 1rem;text-align:center;width:200px}.custom-input:focus{border-color:#d4af37;border-color:var(--gold-rich);box-shadow:inset 2px 2px 4px #b8860b33,0 0 8px #d4af374d;outline:none}.begin-button{font-size:1.3rem;margin-top:2rem;padding:1.25rem 3rem}.begin-button:hover{box-shadow:8px 8px 16px #b8860b80,-2px -2px 8px #ffffffb3;transform:translateY(-3px)}.practice-screen-layout{align-items:center;display:flex;flex-direction:column;gap:1.5rem;margin:0 auto;max-width:600px;padding:1rem}.sun-name-section{text-align:center;width:100%}.sun-name-devanagari{color:#d4af37;color:var(--gold-rich);font-size:2.8rem;margin-bottom:.5rem;text-shadow:2px 2px 4px #fffc}.sun-name-sanskrit{color:#b8860b;color:var(--gold-deep);font-family:Philosopher,sans-serif;font-size:2rem;font-weight:600;margin-bottom:.25rem}.sun-name-meaning{color:#4a3f35;color:var(--text-dark);font-family:Crimson Pro,serif;font-size:1.3rem;font-style:italic;opacity:.85}.posture-display-section{align-items:center;aspect-ratio:1;background:linear-gradient(145deg,#faf8f3,#f0e6d8);border-radius:20px;box-shadow:8px 8px 16px #b8860b26,-8px -8px 16px #fffc;display:flex;justify-content:center;max-width:400px;padding:2rem;width:100%}.posture-image{animation:fadeIn .5s ease-in;max-height:100%;max-width:100%;object-fit:contain}.posture-placeholder{align-items:center;background:linear-gradient(135deg,#f5e6c8,beige);background:linear-gradient(135deg,var(--gold-pale),var(--cream));border-radius:10px;display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center;padding:2rem;text-align:center;width:100%}.posture-placeholder p{color:#b8860b;color:var(--gold-deep);font-family:Philosopher,sans-serif;font-size:1.2rem}.placeholder-name{color:#4a3f35!important;color:var(--text-dark)!important;font-family:Crimson Pro,serif!important;font-size:1rem!important}.side-info-section{display:none}.mobile-foot-indicator{color:#4a3f35;color:var(--text-dark);font-family:Crimson Pro,serif;font-size:1.3rem;text-align:center}.mobile-foot-indicator strong{color:#d4af37;color:var(--gold-rich);font-size:1.5rem;font-weight:700}.posture-info-section{text-align:center;width:100%}.posture-counter{color:#4a3f35;color:var(--text-dark);font-size:1.5rem;font-weight:600}.posture-counter,.timer-display{font-family:Philosopher,sans-serif}.timer-display{background:linear-gradient(145deg,#faf8f3,#f0e6d8);border-radius:20px;box-shadow:inset 4px 4px 8px #b8860b26,inset -4px -4px 8px #fffc;color:#d4af37;color:var(--gold-rich);font-size:3rem;font-weight:700;padding:1rem 2rem}.timer-warning{animation:flash 1s ease-in-out infinite;color:#d97706}.practice-controls{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;width:100%}.control-btn{font-size:1.5rem;min-width:60px;padding:1rem 1.5rem}.exit-btn{background:linear-gradient(145deg,#d4a574,#b8860b)}.exit-btn:hover{background:linear-gradient(145deg,#e0ba8a,#d4a574)}@media (min-width:1024px){.practice-screen-layout{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 2fr 1fr;grid-template-rows:auto auto auto auto;max-width:1200px;padding:2rem}.sun-name-section{background:#ffffff4d;border-radius:15px;display:flex;flex-direction:column;grid-column:1;grid-row:1/4;justify-content:center;padding:2rem;text-align:left}.sun-name-devanagari{font-size:3rem}.sun-name-sanskrit{font-size:2rem}.sun-name-meaning{font-size:1.3rem;margin-top:1rem}.posture-display-section{grid-column:2;grid-row:1/4;justify-self:center;max-width:600px}.side-info-section{background:#ffffff4d;border-radius:15px;display:flex;flex-direction:column;gap:3rem;grid-column:3;grid-row:1/4;justify-content:center;padding:2rem}.foot-indicator,.round-indicator{text-align:center}.foot-label,.round-label{color:#4a3f35;color:var(--text-dark);font-family:Crimson Pro,serif;font-size:1.1rem;opacity:.8}.foot-value,.round-value{color:#d4af37;color:var(--gold-rich);font-family:Philosopher,sans-serif;font-size:2.5rem;font-weight:700;margin:.5rem 0;text-shadow:2px 2px 4px #fffc}.mobile-foot-indicator{display:none}.posture-info-section{grid-column:1/4;grid-row:4}.posture-counter{font-size:1.5rem}.timer-display{font-size:4rem;grid-column:1/4;grid-row:5;justify-self:center}.practice-controls{gap:1.5rem;grid-column:1/4;grid-row:6}.control-btn{font-size:1.8rem;min-width:100px;padding:1.25rem 2rem}}.completion-screen{align-items:center;display:flex;flex-direction:column;gap:2rem;justify-content:center;min-height:80vh;padding:3rem 2rem;text-align:center}.completion-stars{animation:sparkle 2s ease-in-out infinite;font-size:4rem}.completion-title{color:#d4af37;color:var(--gold-rich);font-family:Philosopher,sans-serif;font-size:3rem;margin:1rem 0;text-shadow:2px 2px 4px #fffc}.completion-message{color:#4a3f35;color:var(--text-dark);font-size:1.5rem;line-height:2;opacity:.9}.completion-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-top:2rem}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes flash{0%,to{opacity:1}50%{opacity:.7}}@keyframes sparkle{0%,to{opacity:1;transform:scale(1) rotate(0deg)}25%{opacity:.8;transform:scale(1.1) rotate(5deg)}50%{opacity:1;transform:scale(.95) rotate(-5deg)}75%{opacity:.9;transform:scale(1.05) rotate(3deg)}}@media (max-width:480px){.sun-name-devanagari{font-size:2rem}.sun-name-sanskrit{font-size:1.5rem}.sun-name-meaning{font-size:1rem}.posture-display-section{max-width:300px}.timer-display{font-size:2.5rem}.control-btn{font-size:1.2rem;min-width:50px;padding:.75rem 1rem}.config-title{font-size:2rem}.completion-title{font-size:2.2rem}}.names-of-surya{background:linear-gradient(180deg,#faf8f3,beige);flex-direction:column;min-height:100vh;padding:2rem}.names-header,.names-of-surya{align-items:center;display:flex}.names-header{justify-content:flex-start;margin-bottom:1rem;max-width:1000px;position:relative;width:100%}.back-button-names{background:none;border:none;color:#d4af37;cursor:pointer;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));font-size:2.5rem;font-weight:300;left:1.5rem;line-height:1;padding:.5rem;position:fixed;top:1.5rem;transition:all .3s ease;z-index:100}.back-button-names:hover{color:#f0c869;filter:drop-shadow(0 4px 8px rgba(212,175,55,.4));transform:translateX(-4px)}.names-title{color:#d4af37;font-family:Philosopher,serif;font-size:2rem;left:50%;margin:0;pointer-events:none;position:absolute;text-align:center;text-shadow:2px 2px 4px #d4af374d;transform:translateX(-50%)}.progress-container{background:#d4af3714;border-radius:30px;margin:0 auto 2rem;max-width:400px;padding:1rem}.progress-dots{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.progress-dot{background:#d4af374d;border:1px solid #d4af3780;border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.progress-dot.active{background:linear-gradient(145deg,#f0c869,#d4af37);box-shadow:0 0 8px #d4af3799;transform:scale(1.3)}.progress-dot:hover:not(.active){background:#d4af3780;transform:scale(1.1)}.card-container{margin:2rem 0;max-width:700px;perspective:1000px;width:100%}.name-card{background-image:url(/static/media/card_background_template.b506def6893e42dc42e5.png);background-position:50%;background-repeat:no-repeat;background-size:cover;border:none;border-radius:30px;box-shadow:0 20px 60px #d4af374d;cursor:pointer;min-height:700px;position:relative;transform-style:preserve-3d;transition:transform .6s}.name-card:hover{box-shadow:0 25px 70px #d4af3766}.name-card.flipped{transform:rotateY(180deg)}.card-back,.card-front{align-items:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;bottom:0;color:#4a3f35;display:flex;flex-direction:column;justify-content:center;left:0;padding:8rem 7rem;position:absolute;right:0;top:0}.card-back{justify-content:flex-start;overflow-y:hidden;padding:9rem 8rem;transform:rotateY(180deg)}.card-back-content{color:#4a3f35;max-height:100%;max-width:500px;overflow-y:auto;padding-right:1.5rem;scrollbar-color:#d4af37cc #0000;scrollbar-width:thin;width:100%}.card-back-content::-webkit-scrollbar{width:14px}.card-back-content::-webkit-scrollbar-track{background:#0000;margin:1rem 0}.card-back-content::-webkit-scrollbar-thumb{background:radial-gradient(circle,#fff096 0,#f0c869 30%,#d4af37f2 60%,#b8860bcc 100%);background-clip:padding-box;border:1px solid #f0c86966;border-radius:50%;box-shadow:0 0 8px #f0c869e6,0 0 12px #d4af3780,inset 0 0 4px #ffffffb3;max-height:14px!important;min-height:14px!important}.card-back-content::-webkit-scrollbar-thumb:hover{background:radial-gradient(circle,#fffac8 0,#ffe68c 30%,#f0d278 60%,#dcbe50 100%);box-shadow:0 0 12px #ffe68c,0 0 18px #f0c869cc,inset 0 0 5px #ffffffe6}.devanagari-name{color:#d4af37;font-size:4.5rem;line-height:1;margin:1rem 0 .5rem;text-shadow:2px 2px 4px #d4af374d,0 0 20px #d4af3733}.devanagari-name,.iast-name{font-weight:700;text-align:center}.iast-name{color:#b8860b;font-family:Philosopher,serif;font-size:2.8rem;letter-spacing:.02em;margin:.5rem 0}.pronunciation{color:#8b7355;font-family:Crimson Pro,serif;font-size:1.3rem;font-style:italic;margin:.5rem 0 2rem;opacity:.85;text-align:center}.mantra-divider{background:linear-gradient(90deg,#0000,#d4af3766 50%,#0000);height:1px;margin:1.5rem 0;width:200px}.mantra-section{margin-top:1.5rem;text-align:center;width:100%}.mantra-devanagari{color:#d4af37;font-size:1.8rem;margin-bottom:.5rem;text-align:center;text-shadow:1px 1px 2px #d4af3733}.mantra-transliteration{color:#8b7355;font-family:Philosopher,serif;font-size:1.3rem;font-weight:500;margin:.3rem 0;text-align:center}.mantra-translation{font-size:1.1rem;margin-top:.3rem;opacity:.8}.flip-hint,.mantra-translation{color:#8b7355;font-family:Crimson Pro,serif;font-style:italic;text-align:center}.flip-hint{bottom:2.5rem;font-size:.9rem;left:0;margin-top:4rem;opacity:.5;padding-top:3rem;position:absolute;right:0}.back-header{border-bottom:1px solid #d4af3733;margin-bottom:2rem;padding-bottom:1.5rem;text-align:center}.back-devanagari{color:#d4af37;font-size:2.5rem;margin-bottom:.5rem}.back-iast{color:#b8860b;font-family:Philosopher,serif;font-size:1.5rem;font-weight:600}.content-section{margin-bottom:2.5rem}.section-title{color:#d4af37;font-family:Philosopher,serif;font-size:1.3rem;font-weight:700;letter-spacing:.05em;margin-bottom:1rem;margin-top:2rem;text-transform:uppercase}.content-section:first-of-type .section-title{margin-top:0}.section-content{color:#4a3f35;font-family:Crimson Pro,serif;font-size:1.15rem;line-height:1.8;margin-bottom:1rem}.section-content p{margin:.75rem 0}.section-content strong{color:#b8860b;font-weight:600}.etymology-box{background:#d4af3714;border-left:3px solid #d4af37;border-radius:0 8px 8px 0;margin:1rem 0;padding:1rem}.scripture-reference{color:#8b7355;font-size:1.05rem;font-style:italic;margin-top:.5rem}.navigation-buttons{align-items:center;display:flex;flex-wrap:nowrap;gap:2rem;justify-content:center;margin:2rem 0}.names-of-surya .nav-button{background:linear-gradient(145deg,#f0c869,#d4af37);border:none;border-radius:50px;box-shadow:4px 4px 10px #b8860b4d,-3px -3px 8px #ffffff80,inset 0 1px 3px #fff6;color:#fff;cursor:pointer;font-family:Philosopher,serif;font-size:1.1rem;font-weight:600;letter-spacing:.03em;min-width:140px;padding:1rem 2.5rem;text-shadow:1px 1px 2px #00000026;transition:all .3s ease;white-space:nowrap}.names-of-surya .nav-button:hover:not(:disabled){box-shadow:6px 6px 14px #b8860b66,-4px -4px 10px #fff9,inset 0 1px 3px #ffffff80;transform:translateY(-2px)}.names-of-surya .nav-button:active:not(:disabled){box-shadow:inset 3px 3px 8px #b8860b66,inset -3px -3px 6px #ffffff4d;transform:translateY(0)}.names-of-surya .nav-button:disabled{cursor:not-allowed;opacity:.3}.complete-button{animation:completeGlow 2s ease-in-out infinite!important;background:linear-gradient(145deg,#f0c869,#d4af37)!important;border:none!important;border-radius:50px!important;box-shadow:4px 4px 12px #b8860b66,-3px -3px 10px #fff9,inset 0 1px 3px #ffffff80,0 0 15px #f0c8694d!important;color:#fff!important;cursor:pointer!important;font-size:1.15rem!important;font-weight:600!important;min-width:280px!important;outline:none!important;padding:1.1rem 2.8rem!important;text-shadow:1px 1px 2px #00000026!important}.complete-button:focus{border:none!important;outline:none!important}@keyframes completeGlow{0%,to{box-shadow:4px 4px 12px #b8860b66,-3px -3px 10px #fff9,0 0 15px #f0c8694d}50%{box-shadow:4px 4px 12px #b8860b66,-3px -3px 10px #fff9,0 0 25px #f0c86980}}@media (max-width:768px) and (orientation:portrait){.name-card{background-image:url(/static/media/card_background_mobile.69c1a9c463e2d43db7b1.png);background-position:50%;background-size:cover}}@media (min-width:481px) and (max-width:1024px){.names-of-surya{padding:2.5rem}.names-title{font-size:2.5rem}.back-button-names{font-size:1.1rem;padding:.875rem 2rem}.progress-container{max-width:500px;padding:1.25rem}.progress-dot{height:14px;width:14px}.card-container{max-width:800px}.name-card{min-height:800px}.card-back,.card-front{padding:9rem 8rem}.card-back{padding:10rem 9rem 9rem}.devanagari-name{font-size:5rem}.iast-name{font-size:3.2rem}.pronunciation{font-size:1.2rem}.mantra-devanagari{font-size:2rem}.mantra-transliteration{font-size:1.2rem}.back-devanagari{font-size:3rem}.back-iast{font-size:1.8rem}.section-title{font-size:1.2rem}.section-content{font-size:1.05rem}.names-of-surya .nav-button{font-size:1.2rem;padding:1.1rem 2.75rem}.complete-button{font-size:1.25rem!important;min-width:320px!important;padding:1.25rem 3rem!important}}@media (min-width:1025px){.names-of-surya{padding:3rem}.names-header{margin-bottom:1.5rem;max-width:1200px}.back-button-names{font-size:1.2rem;padding:1rem 2.5rem}.names-title{font-size:3rem}.progress-container{margin-bottom:2.5rem;max-width:600px;padding:1.5rem}.progress-dot{height:16px;width:16px}.progress-dots{gap:1rem}.card-container{margin:2.5rem 0;max-width:900px}.name-card{min-height:900px}.card-back,.card-front{padding:10rem 9rem}.card-back{padding:11rem 10rem 10rem}.card-back-content{max-width:600px}.devanagari-name{font-size:5.5rem;margin:1.5rem 0 .75rem}.iast-name{font-size:3.5rem;margin:.75rem 0}.pronunciation{font-size:1.3rem;margin:.75rem 0 2.5rem}.mantra-divider{margin:2rem 0;width:250px}.mantra-devanagari{font-size:2.2rem}.mantra-transliteration{font-size:1.3rem}.mantra-translation{font-size:1.05rem}.back-devanagari{font-size:3.5rem}.back-iast{font-size:2rem}.section-title{font-size:1.3rem;margin-top:2.5rem}.section-content{font-size:1.1rem;line-height:1.8}.etymology-box{margin:1.25rem 0;padding:1.25rem}.navigation-buttons{gap:2.5rem;margin:2.5rem 0}.names-of-surya .nav-button{font-size:1.3rem;min-width:160px;padding:1.25rem 3rem}.complete-button{font-size:1.35rem!important;min-width:350px!important;padding:1.4rem 3.5rem!important}.flip-hint{bottom:3rem;font-size:1rem}}@media (min-width:1441px){.names-of-surya{padding:4rem}.names-title{font-size:3.5rem}.card-container{max-width:1000px}.name-card{min-height:1000px}.card-back,.card-front{padding:11rem 10rem}.card-back{padding:12rem 11rem 11rem}.card-back-content{max-width:700px}.devanagari-name{font-size:6rem}.iast-name{font-size:4rem}.section-content{font-size:1.15rem}.names-of-surya .nav-button{font-size:1.4rem}}@media (max-width:480px){.names-of-surya{padding:1.5rem}.names-header{flex-direction:column;gap:1rem;text-align:center}.names-title{font-size:1.4rem}.name-card{background-image:url(/static/media/card_background_mobile.69c1a9c463e2d43db7b1.png);background-position:50%;background-size:cover;min-height:550px}.card-back,.card-front{padding:4rem 3rem}.card-back{padding:4.5rem 3rem 3.5rem}.devanagari-name{font-size:3rem}.iast-name{font-size:1.8rem}.pronunciation{font-size:1rem}.mantra-devanagari{font-size:1.5rem}.mantra-transliteration{font-size:1rem}.back-devanagari{font-size:2rem}.back-iast{font-size:1.2rem}.section-title{font-size:1rem}.section-content{font-size:.95rem}.navigation-buttons{flex-direction:column;width:100%}.names-of-surya .nav-button{padding:1rem;width:100%}.progress-dots{gap:.5rem}.progress-dot{height:10px;width:10px}}@media (max-width:374px){.names-of-surya{padding:1rem}.names-header{gap:.75rem}.back-button-names{font-size:.9rem;padding:.65rem 1.3rem}.names-title{font-size:1.2rem}.progress-container{max-width:100%;padding:.75rem}.progress-dot{height:9px;width:9px}.progress-dots{gap:.4rem}.name-card{min-height:500px}.card-back,.card-front{padding:3.5rem 2.5rem}.card-back{padding:4rem 2.5rem 3rem}.devanagari-name{font-size:2.5rem}.iast-name{font-size:1.6rem}.pronunciation{font-size:.9rem}.mantra-devanagari{font-size:1.3rem}.mantra-transliteration{font-size:.95rem}.back-devanagari{font-size:1.8rem}.back-iast{font-size:1.1rem}.section-title{font-size:.95rem}.section-content{font-size:.9rem}.names-of-surya .nav-button{font-size:1rem;padding:.875rem 1.5rem}.flip-hint{bottom:2rem;font-size:.8rem}}.patanjali-container{align-items:center;background:linear-gradient(180deg,#faf8f3,beige);background:linear-gradient(180deg,var(--off-white) 0,var(--cream) 100%);display:flex;justify-content:center;min-height:100vh;padding:2rem;position:relative}.back-arrow-patanjali{background:none;border:none;color:#d4af37;color:var(--gold-rich);cursor:pointer;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));font-size:2.5rem;font-weight:300;left:1.5rem;line-height:1;padding:.5rem;position:fixed;top:1.5rem;transition:all .3s ease;z-index:100}.back-arrow-patanjali:hover{color:#f0c869;color:var(--gold-light);filter:drop-shadow(0 4px 8px rgba(212,175,55,.4));transform:translateX(-4px)}.coming-soon-content{animation:fadeInUp .8s ease-out;max-width:600px;text-align:center}.coming-soon-title{color:#d4af37;color:var(--gold-rich);font-family:Philosopher,sans-serif;font-size:2.5rem;letter-spacing:.02em;margin-bottom:2rem;text-shadow:2px 2px 4px #fffc}.coming-soon-symbol{animation:gentlePulse 3s ease-in-out infinite;font-size:4rem;margin:2rem 0}.coming-soon-message{color:#8b7355;color:var(--text-medium);font-family:Crimson Pro,serif;font-size:2rem;font-style:italic;font-weight:300;margin-bottom:2rem}.coming-soon-description{color:#555;font-family:Crimson Pro,serif;font-size:1.2rem;line-height:1.8;margin:0 auto;max-width:500px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes gentlePulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@media (max-width:768px){.coming-soon-title{font-size:2rem}.coming-soon-symbol{font-size:3rem}.coming-soon-message{font-size:1.6rem}.coming-soon-description{font-size:1.1rem}}@media (max-width:480px){.coming-soon-title{font-size:1.8rem}.coming-soon-symbol{font-size:2.5rem}.coming-soon-message{font-size:1.4rem}.coming-soon-description{font-size:1rem}.back-arrow-patanjali{font-size:2rem;left:1rem;top:1rem}}:root{--gold-rich:#d4af37;--gold-light:#f0c869;--gold-deep:#b8860b;--text-dark:#4a3f35;--text-medium:#8b7355;--off-white:#faf8f3;--cream:beige}.philosophy-container{background:linear-gradient(180deg,#faf8f3,beige);background:linear-gradient(180deg,var(--off-white) 0,var(--cream) 100%);min-height:100vh;padding:2rem;position:relative}.back-arrow-philosophy{background:none;border:none;color:#d4af37;color:var(--gold-rich);cursor:pointer;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));font-size:2.5rem;font-weight:300;left:1.5rem;line-height:1;padding:.5rem;position:fixed;top:1.5rem;transition:all .3s ease;z-index:100}.back-arrow-philosophy:hover{color:#f0c869;color:var(--gold-light);filter:drop-shadow(0 4px 8px rgba(212,175,55,.4));transform:translateX(-4px)}.philosophy-content{margin:0 auto;max-width:900px;padding-top:2rem}.philosophy-main-title{color:#d4af37;color:var(--gold-rich);font-family:Philosopher,serif;font-size:3rem;margin-bottom:1rem;text-align:center;text-shadow:2px 2px 4px #fffc}.philosophy-intro{color:#8b7355;color:var(--text-medium);font-family:Crimson Pro,serif;font-size:1.3rem;font-style:italic;line-height:1.6;margin-bottom:3rem;text-align:center}.philosophy-sections{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.philosophy-card{background-image:url(/static/media/card_background_template.b506def6893e42dc42e5.png);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:20px;box-shadow:0 10px 30px #d4af3733;overflow:hidden;transition:all .3s ease}.philosophy-card:hover{box-shadow:0 15px 40px #d4af374d;transform:translateY(-2px)}.section-header{background:none;border:none;cursor:pointer;padding:2.5rem 3rem;position:relative;text-align:left;transition:all .3s ease;width:100%}.section-header:hover{background:#ffffff1a}.section-title-main{color:#d4af37;color:var(--gold-rich);font-family:Philosopher,serif;font-size:2rem;margin:0 0 .5rem;text-shadow:1px 1px 2px #fffc}.section-subtitle{color:#8b7355;color:var(--text-medium);font-family:Crimson Pro,serif;font-size:1.2rem;font-style:italic;margin:0}.expand-icon{color:#d4af37;color:var(--gold-rich);font-size:2.5rem;font-weight:300;line-height:1;position:absolute;right:3rem;top:50%;transform:translateY(-50%)}.section-content-philosophy{animation:slideDown .3s ease-out;color:#4a3f35;color:var(--text-dark);font-family:Crimson Pro,serif;font-size:1.15rem;line-height:1.8;padding:0 3rem 3rem}.section-content-philosophy p{margin:1rem 0;white-space:pre-line}@keyframes slideDown{0%{max-height:0;opacity:0}to{max-height:2000px;opacity:1}}.philosophy-footer{padding:2rem 0;text-align:center}.namaste{color:#d4af37;color:var(--gold-rich);font-family:Crimson Pro,serif;font-size:1.5rem;font-style:italic}@media (max-width:768px){.philosophy-card{background-image:url(/static/media/card_background_mobile.69c1a9c463e2d43db7b1.png)}.philosophy-container{padding:1.5rem}.philosophy-main-title{font-size:2.2rem}.philosophy-intro{font-size:1.1rem;margin-bottom:2rem}.section-header{padding:2rem 2.5rem}.section-title-main{font-size:1.6rem}.section-subtitle{font-size:1rem}.expand-icon{font-size:2rem;right:2rem}.section-content-philosophy{font-size:1.05rem;padding:0 2.5rem 2.5rem}}@media (max-width:480px){.philosophy-container{padding:1rem}.philosophy-main-title{font-size:1.8rem}.philosophy-intro{font-size:1rem}.section-header{padding:1.5rem 2rem}.section-title-main{font-size:1.4rem;padding-right:2.5rem}.section-subtitle{font-size:.95rem}.expand-icon{font-size:1.8rem;right:1.5rem}.section-content-philosophy{font-size:1rem;padding:0 2rem 2rem}.back-arrow-philosophy{font-size:2rem;left:1rem;top:1rem}}
/*# sourceMappingURL=main.425b018c.css.map*/