:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#121212;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;width:100%}#root{width:100%;height:100vh;margin:0;padding:0}.home-container.app-container{height:100vh;overflow-y:auto;padding:0;background:transparent!important;position:relative;z-index:0}.home-container.app-container.dark-mode:after{content:"";position:fixed;inset:0;background:#0f131a;z-index:-2;pointer-events:none;transition:background .5s ease}.home-container.app-container.light-mode:after{content:"";position:fixed;inset:0;background:#f8fafc;z-index:-2;pointer-events:none;transition:background .5s ease}.home-container.app-container:before{content:"";position:fixed;inset:0;background:radial-gradient(circle at center,transparent 0%,rgba(0,0,0,.6) 100%);pointer-events:none;z-index:-1;transition:opacity .5s ease}.home-container.app-container.light-mode:before{background:radial-gradient(circle at center,transparent 0%,rgba(0,0,0,.05) 100%)}.home-container .app-header{padding:1.2rem 1.2rem 0;margin-bottom:0;background:transparent}.home-main-content{flex:1;display:flex;flex-direction:column;align-items:center;padding:1rem 2rem 8rem;width:100%;max-width:1400px;margin:0 auto}.home-mission-section{width:100%;max-width:1000px;margin-bottom:.8rem;text-align:center;animation:fadeInDown 1s ease-out}.mission-wrapper{padding:1.2rem 2rem;background:#ffffff08;border-radius:20px;border:1px solid rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mission-badge-container{display:flex;flex-direction:column;align-items:center;gap:.8rem;margin-bottom:1rem}.mission-tag{display:inline-flex;padding:.35rem 1rem;background:#fbbf2414;color:#fbbf24;border-radius:100px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;border:1px solid rgba(251,191,36,.15)}.mission-lotus-img{width:3.5rem;height:3.5rem;filter:drop-shadow(0 0 15px rgba(255,154,158,.4));animation:lotusPulse 3s infinite ease-in-out;object-fit:contain}@keyframes lotusPulse{0%,to{transform:scale(1);filter:drop-shadow(0 0 15px rgba(255,154,158,.4))}50%{transform:scale(1.08);filter:drop-shadow(0 0 25px rgba(255,182,193,.6))}}.mission-heading{font-size:1.8rem;font-weight:800;line-height:1.2;margin-bottom:.5rem;background:linear-gradient(135deg,#fff,#a1a1aa);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.light-mode .mission-heading{background:linear-gradient(135deg,#1e293b,#64748b)}.mission-description{font-size:1rem;color:var(--text-secondary);line-height:1.5;max-width:850px;margin:0 auto}.home-hero-section{display:flex;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:1.5rem;padding:0 4rem;width:100%;max-width:1200px;margin-left:auto;margin-right:auto;box-sizing:border-box}.hero-cards-container{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}.home-hero-section:not(.quiz-bottom-hero){text-align:center;flex-direction:column}.home-hero-section:not(.quiz-bottom-hero) .hero-content{align-items:center;text-align:center}.quiz-bottom-hero{flex-direction:column!important;text-align:center;border-top:1px solid rgba(255,255,255,.05);padding-top:0;margin-top:1rem;gap:3rem}.quiz-bottom-hero .hero-content{align-items:center;text-align:center;max-width:800px}.hero-content{flex:1;display:flex;flex-direction:column;align-items:flex-start}.featured-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:#fbbf24;margin-bottom:1rem;opacity:.8}.home-title{font-size:3.5rem;font-weight:900;line-height:1.1;background:linear-gradient(to right,#fbbf24,#f59e0b);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5rem;letter-spacing:-.02em}.quiz-bottom-hero .home-title{font-size:2.5rem}.hero-quiz-card{width:100%;max-width:450px;height:auto;min-height:140px;border-radius:20px;overflow:hidden;position:relative;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 10px 30px #0000004d;border:1px solid rgba(255,255,255,.08);display:flex;flex-direction:row;align-items:center;background:#ffffff08;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:1rem;gap:1.5rem}.hero-quiz-card:hover{transform:translateY(-5px) scale(1.01);box-shadow:0 20px 50px #fbbf2433;border-color:#fbbf2466}.quiz-card-thumbnail{width:140px;height:140px;min-width:140px;border-radius:16px;overflow:hidden;position:relative;background:#000;flex-shrink:0}.quiz-card-content{flex:1;display:flex;flex-direction:column;gap:.5rem;padding-right:.5rem}.quiz-card-title{font-size:1.35rem;font-weight:900;color:#fff;margin:0;line-height:1.1;letter-spacing:-.01em;font-family:Outfit,Inter,sans-serif}.light-mode .quiz-card-title{color:#1e293b}.quiz-card-description{font-size:.9rem;color:var(--text-secondary);margin:0;line-height:1.4}.gita-art-placeholder,.puzzle-art-placeholder{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.gita-art-placeholder{background:radial-gradient(circle at center,#2c1e12,#000)}.puzzle-art-placeholder{background:linear-gradient(135deg,#a855f7,#ec4899,#3b82f6)}.puzzle-badge{position:absolute;top:.5rem;right:.5rem;background:var(--accent-orange);color:#000;padding:.25rem .6rem;font-size:.7rem;font-weight:700;border-radius:6px;box-shadow:0 2px 8px #0006;z-index:5}.gita-glow{position:absolute;width:200px;height:200px;background:radial-gradient(circle,rgba(251,191,36,.15) 0%,transparent 70%);animation:glowPulse 4s infinite ease-in-out}.gita-symbol{font-size:6rem;color:#fbbf24;opacity:.9;filter:drop-shadow(0 0 20px rgba(251,191,36,.3));z-index:1}.gita-thumbnail-image{width:100%;height:100%;object-fit:cover;z-index:1;position:relative;filter:brightness(.95) saturate(1.1)}.puzzle-thumbnail-image{width:100%;height:100%;object-fit:cover;z-index:1;position:relative;filter:brightness(1) saturate(1.15)}.puzzle-glow{position:absolute;width:220px;height:220px;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 70%);animation:glowPulse 4s infinite ease-in-out}.puzzle-grid-icon{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;width:80px;height:80px}.puzzle-grid-icon span{background:#ffffff4d;border:1px solid rgba(255,255,255,.5);border-radius:4px}.puzzle-grid-icon span:nth-child(5){background:#fbbf24;box-shadow:0 0 15px #fbbf24}@keyframes glowPulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.3);opacity:1}}@media(max-width:900px){.home-hero-section{flex-direction:column!important;text-align:center;gap:2rem}.hero-content{align-items:center!important;text-align:center!important}.home-title{font-size:2.8rem}.quiz-bottom-hero .home-title{font-size:2.2rem}.hero-quiz-card{max-width:100%;padding:.8rem;gap:1rem}.quiz-card-thumbnail{width:120px;height:120px;min-width:120px}.quiz-card-title{font-size:1.1rem}.quiz-card-description{font-size:.85rem}.gita-glow,.puzzle-glow{width:180px;height:180px}}.title-underline{width:40px;height:3px;background:#fbbf24;border-radius:2px;margin-bottom:.5rem}.home-subtitle{font-size:1rem;color:var(--text-secondary);max-width:700px;line-height:1.4;font-weight:400}.thumbnails-grid{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;width:100%;max-width:1400px;animation:fadeInUp 1s ease-out .4s backwards}.thumbnail-card{background:#ffffff08;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:20px;overflow:hidden;width:260px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);cursor:pointer;text-decoration:none;color:inherit;display:flex;flex-direction:column}.thumbnail-card:hover,.thumbnail-card:active,.thumbnail-card:focus-within{transform:translateY(-12px) scale(1.02);box-shadow:0 30px 60px #0006;border-color:#fbbf2466}.card-image-wrapper{height:180px;overflow:hidden;position:relative;background:#0003}.light-mode .card-image-wrapper{background:#0000000d}.card-image{width:100%;height:100%;object-fit:contain;transition:transform .6s ease}.card-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.6),transparent);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;z-index:5;pointer-events:none}.thumbnail-card:hover .card-overlay,.thumbnail-card:active .card-overlay,.thumbnail-card:focus-within .card-overlay{opacity:1}.explore-badge{padding:.5rem 1rem;background:#fbbf24;color:#000;border-radius:50px;font-size:.8rem;font-weight:700;transform:translateY(10px);transition:transform .3s ease}.thumbnail-card:hover .explore-badge,.thumbnail-card:active .explore-badge,.thumbnail-card:focus-within .explore-badge{transform:translateY(0)}.thumbnail-card:hover .card-image,.thumbnail-card:active .card-image,.thumbnail-card:focus-within .card-image{transform:scale(1.15)}.card-content{padding:1.5rem;text-align:center}.card-title{font-size:1.2rem;font-weight:900;margin-bottom:.6rem;color:#fff;transition:all .4s ease;letter-spacing:.03em;font-family:Outfit,Inter,system-ui,sans-serif;line-height:1.1;text-transform:uppercase}.light-mode .card-title{color:#1e293b}.thumbnail-card:hover .card-title,.thumbnail-card:active .card-title,.thumbnail-card:focus-within .card-title{color:#fbbf24;letter-spacing:.05em}.card-description{font-size:.85rem;color:var(--text-secondary);line-height:1.5}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.thumbnails-grid{gap:1rem;padding:0 .5rem}.thumbnail-card{width:calc(50% - .5rem);max-width:none}.card-content{padding:.8rem}.card-title{font-size:1rem;font-weight:900;letter-spacing:.02em}.card-description{font-size:.75rem;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card-image-wrapper{height:120px}.thumbnail-card:hover .card-overlay,.thumbnail-card:active .card-overlay{opacity:1!important}.thumbnail-card:hover .explore-badge,.thumbnail-card:active .explore-badge{transform:translateY(0)!important}}.quiz-thumbnail-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:1;pointer-events:none}.quiz-icon-large{font-size:4rem;filter:drop-shadow(0 0 20px rgba(251,191,36,.5))}.quiz-card:hover .quiz-icon-large{transform:scale(1.1);transition:transform .3s ease}.ad-container{width:100%;max-width:1200px;margin:1rem auto;display:flex;justify-content:center;padding:0 2rem;box-sizing:border-box}.top-ad{margin-top:0;margin-bottom:2rem}.middle-ad{margin:3rem auto}.bottom-ad{margin-top:3rem;margin-bottom:2rem}.ad-placeholder{width:100%;min-height:90px;background:#ffffff05;border:1px dashed rgba(255,255,255,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);font-size:.8rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;transition:all .3s ease}.light-mode .ad-placeholder{background:#00000005;border-color:#0000000d}.ad-placeholder:hover{background:#ff99330d;border-color:#f933;color:var(--accent-orange)}@media(max-width:768px){.ad-container{padding:0 1rem}.ad-placeholder{min-height:100px;font-size:.7rem}}.sidebar-ad{position:fixed;top:50%;transform:translateY(-50%);width:160px;height:600px;z-index:10}.left-sidebar-ad{left:20px}.right-sidebar-ad{right:20px}.skyscraper-ad{width:100%;height:100%}@media(max-width:1750px){.sidebar-ad{display:none}}.tracker-section{text-decoration:none;color:inherit;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border:none;border-radius:24px;margin-bottom:3rem;padding-bottom:2rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;flex-direction:column!important;align-items:center;text-align:center}.tracker-section:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000004d}.tracker-thumbnails-container{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}.tracker-thumb-item{display:flex;flex-direction:column;align-items:center;gap:1rem;width:140px;transition:transform .3s ease;position:relative}.tracker-thumb-icon{width:140px;height:140px;background:#0003;border:2px solid rgba(255,255,255,.1);border-radius:20px;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:all .3s ease;position:relative;box-shadow:0 8px 24px #0003}.tracker-thumb-icon .material-icons{font-size:3.5rem;color:#fffffff2;opacity:.85;transition:all .3s ease;z-index:1;filter:drop-shadow(0 2px 4px rgba(0,0,0,.4));position:absolute;top:20%;left:50%;transform:translate(-50%)}.keywords-icon{background:linear-gradient(135deg,#667eea,#764ba2)}.keywords-icon .material-icons{color:#fff}.tracker-thumb-item:hover .keywords-icon{background:linear-gradient(135deg,#7c8ef5,#8a5fb8);border-color:#667eea;box-shadow:0 12px 32px #667eea66}.state-icon{background:linear-gradient(135deg,#11998e,#38ef7d)}.state-icon .material-icons{color:#fff}.tracker-thumb-item:hover .state-icon{background:linear-gradient(135deg,#15b3a6,#4efd8f);border-color:#11998e;box-shadow:0 12px 32px #11998e66}.district-icon{background:linear-gradient(135deg,#f093fb,#f5576c)}.district-icon .material-icons{color:#fff}.tracker-thumb-item:hover .district-icon{background:linear-gradient(135deg,#f5a5fc,#f7707d);border-color:#f093fb;box-shadow:0 12px 32px #f093fb66}.filter-icon{background:linear-gradient(135deg,#f93,#ffb74d)}.filter-icon .material-icons{color:#fff}.tracker-thumb-item:hover .filter-icon{background:linear-gradient(135deg,#fa4,#ffc85d);border-color:#f93;box-shadow:0 12px 32px #f936}.tracker-thumb-item:hover .tracker-thumb-icon{transform:scale(1.1) translateY(-5px)}.tracker-thumb-item:hover .tracker-thumb-icon .material-icons{transform:translate(-50%) scale(1.1);opacity:1;filter:drop-shadow(0 4px 8px rgba(0,0,0,.5))}.tracker-thumb-image{width:140px;height:140px;object-fit:cover;border-radius:20px;border:2px solid rgba(255,255,255,.1);box-shadow:0 8px 24px #0003;transition:all .3s ease}.tracker-thumb-item:hover .tracker-thumb-image{transform:scale(1.1) translateY(-5px);border-color:#fbbf24;box-shadow:0 12px 32px #fbbf2466}.thumb-text-overlay{position:absolute;bottom:0;left:0;right:0;background:transparent;color:#fff;display:flex;align-items:center;justify-content:center;padding:1rem .75rem .75rem;font-size:.85rem;font-weight:700;text-align:center;line-height:1.3;opacity:1;text-transform:uppercase;letter-spacing:.05em;pointer-events:none;z-index:2;border-radius:0 0 20px 20px;text-shadow:0 2px 4px rgba(0,0,0,.8);min-height:50px}.tracker-thumb-item:hover .thumb-text-overlay{background:transparent;text-shadow:0 2px 6px rgba(0,0,0,1)}.icon-placeholder{font-size:2.5rem;display:flex;align-items:center;justify-content:center;width:100%;height:100%;filter:drop-shadow(0 0 10px rgba(255,255,255,.2))}@media(max-width:768px){.tracker-section{margin-bottom:2rem;padding:0 1rem}.tracker-thumbnails-container{gap:.75rem;justify-content:center}.tracker-thumb-item{width:calc(33.33% - .5rem)}.tracker-thumb-icon,.tracker-thumb-image{width:70px;height:70px;border-radius:12px}.tracker-thumb-icon .material-icons{font-size:2rem;top:10%}.thumb-text-overlay{font-size:.6rem;padding:.4rem .25rem;min-height:35px;letter-spacing:.02em}}.fact-section{margin-bottom:3rem;padding-top:2rem;display:flex;flex-direction:column!important;align-items:center}.fact-card-wrapper{width:100%;max-width:900px;background:#ffffff08;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:30px;padding:3rem;display:flex;align-items:center;gap:3rem;position:relative;overflow:hidden;transition:all .4s ease;box-shadow:0 20px 50px #0000004d}.light-mode .fact-card-wrapper{background:#ffffffb3;border-color:#0000000d}.fact-card-wrapper:hover{transform:translateY(-5px);border-color:#fbbf244d;box-shadow:0 30px 60px #fbbf241a}.fact-bulb-container{position:relative;width:140px;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;gap:.5rem}.bulb-label{font-size:.9rem;font-weight:800;color:#fbbf24;text-transform:uppercase;letter-spacing:.05em;text-align:center;line-height:1.2;z-index:2}.bulb-icon{font-size:5rem;z-index:2;filter:drop-shadow(0 0 10px rgba(251,191,36,.5));animation:bulbFloat 3s infinite ease-in-out}.bulb-glow{position:absolute;width:100px;height:100px;background:radial-gradient(circle,rgba(251,191,36,.4) 0%,transparent 70%);border-radius:50%;z-index:1;animation:bulbGlowPulse 2s infinite ease-in-out}.fact-card-body{flex:1;display:flex;flex-direction:column;gap:1rem;text-align:left}.fact-category-badge{display:inline-block;padding:.3rem .8rem;background:#fbbf241a;color:#fbbf24;border-radius:100px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;width:fit-content}.fact-question{font-size:1.8rem;font-weight:800;color:#fff;margin:0;line-height:1.2}.light-mode .fact-question{color:#1e293b}.fact-answer-box{display:flex;align-items:baseline;gap:.8rem;background:#0003;padding:1rem 1.5rem;border-radius:15px;border-left:4px solid #fbbf24}.light-mode .fact-answer-box{background:#00000008}.answer-label{font-weight:800;color:#fbbf24;font-size:1rem;text-transform:uppercase}.answer-text{font-size:1.2rem;color:#fff;font-weight:600}.light-mode .answer-text{color:#1e293b}.fact-divider{height:1px;background:linear-gradient(to right,rgba(251,191,36,.3),transparent);width:100%}.fact-detail-text{font-size:1rem;color:var(--text-secondary);line-height:1.5;margin:0}.did-you-know{color:#fbbf24;font-weight:800;font-style:italic;margin-right:.5rem}@keyframes bulbFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes bulbGlowPulse{0%,to{transform:scale(1);opacity:.4}50%{transform:scale(1.5);opacity:.7}}@media(max-width:900px){.fact-card-wrapper{flex-direction:column;text-align:center;padding:1.2rem;gap:1rem;border-radius:20px}.fact-card-body{align-items:center;text-align:center;gap:.8rem}.fact-question{font-size:1.3rem}.fact-bulb-container{width:100px;gap:.2rem}.bulb-icon{font-size:3rem}.fact-answer-box{flex-direction:column;align-items:center;gap:.2rem;padding:.6rem}.answer-text{font-size:1.1rem}.fact-detail-text{font-size:.9rem}}.modal-overlay{position:fixed;inset:0;background-color:#0000;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:1rem}.about-modal{background-color:#1a1a1a!important;border:1px solid rgba(255,255,255,.1);border-radius:24px;box-shadow:0 20px 60px -10px #0009;width:95%;max-width:900px;overflow:hidden;position:relative;box-shadow:0 25px 50px -12px #00000080;animation:modalSlide .3s ease-out}.about-logo-container{padding:3rem;display:flex;justify-content:center;align-items:center}.about-logo{width:120px;height:120px;border-radius:50%;box-shadow:0 0 30px #fbbf244d;animation:pulse 2s infinite}.about-details{display:flex;flex-direction:column;position:relative}.about-modal-close{position:absolute;top:1rem;right:1.5rem;background:none;border:none;font-size:2rem;color:var(--text-secondary);cursor:pointer;z-index:10;transition:color .2s;line-height:1}.about-modal-close:hover{color:var(--text-primary)}.about-content-wrapper{display:flex;flex-direction:row;min-height:400px}.about-main-section{flex:1;padding:3rem;display:flex;flex-direction:column;justify-content:space-between;width:100%}.about-header{margin-bottom:1.5rem}.developer-name{font-size:2rem;font-weight:700;margin:0 0 .5rem;background:linear-gradient(to right,var(--accent-orange),#f59e0b);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.developer-role{font-size:1.1rem;color:var(--text-primary);font-weight:600;margin:0;opacity:.9;text-transform:uppercase;letter-spacing:2px}.about-description{color:var(--text-primary);line-height:1.6;font-size:1.05rem;margin:1rem 0 auto;padding-bottom:2rem;opacity:.95;font-weight:400}.about-contact-footer{border-top:1px solid var(--border-color);padding-top:1.5rem;display:flex;flex-direction:column;gap:.8rem}.contact-row{display:flex;align-items:center;gap:.8rem;font-size:.95rem;color:var(--text-primary);font-weight:500}.contact-row span.material-icons{font-size:1rem;color:var(--accent-orange)}.contact-link{color:var(--text-primary);text-decoration:none;transition:color .2s;font-weight:500}.contact-link:hover{color:var(--accent-orange)}.light-mode .about-modal{background-color:#fff!important;border:1px solid #e2e8f0!important;box-shadow:0 20px 60px -10px #00000026!important}.light-mode .about-main-section{background-color:transparent!important}.light-mode .developer-name{background:linear-gradient(to right,#ea580c,#c2410c);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.light-mode .developer-role{color:#000!important;font-weight:700}.light-mode .about-description{color:#1a1a1a!important;font-weight:500;opacity:1}.light-mode .contact-row,.light-mode .contact-link{color:#1a1a1a!important;font-weight:600}.light-mode .contact-row span.material-icons{color:#ea580c!important}.light-mode .about-contact-footer{border-top:1px solid #cbd5e1}.user-login-widget{position:relative;flex-shrink:0}.user-login-trigger{display:flex;align-items:center;gap:.35rem;padding:.35rem .7rem;background:var(--bg-control);border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);cursor:pointer;transition:all .2s ease;white-space:nowrap;-webkit-user-select:none;user-select:none}.user-login-trigger:hover,.user-login-widget:hover .user-login-trigger{background:#ff99331a;border-color:#ff993380}.user-icon{width:16px;height:16px;color:var(--accent-orange);flex-shrink:0}.user-login-text{font-size:.78rem;font-weight:600;color:var(--text-primary)}.user-chevron{width:12px;height:12px;color:var(--text-secondary);transition:transform .25s ease;flex-shrink:0}.user-login-widget:hover .user-chevron{transform:rotate(180deg)}.user-login-dropdown{position:absolute;top:calc(100% + 10px);right:0;width:240px;background:var(--popup-bg);border:1px solid var(--border-color);border-radius:14px;padding:1.2rem 1rem 1rem;box-shadow:0 12px 40px #00000059;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:2100;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease,visibility .2s;pointer-events:none}.user-login-widget:hover .user-login-dropdown{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.user-login-dropdown-header{display:flex;flex-direction:column;align-items:center;gap:.6rem;margin-bottom:1rem;text-align:center}.user-login-avatar-icon{width:44px;height:44px;color:var(--accent-orange);background:#ff99331a;border:1.5px solid rgba(255,153,51,.3);border-radius:50%;padding:9px}.user-login-dropdown-header p{margin:0;font-size:.78rem;color:var(--text-secondary);line-height:1.5}.google-signin-btn{display:flex;align-items:center;justify-content:center;gap:.55rem;width:100%;padding:.6rem 1rem;background:#fff;border:1px solid #dadce0;border-radius:8px;color:#3c4043;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit;box-shadow:0 1px 3px #0000001f}.google-signin-btn:hover{background:#f8f8f8;box-shadow:0 2px 8px #0000002e;transform:translateY(-1px)}.google-icon{width:18px;height:18px;flex-shrink:0}.user-avatar-img{width:24px;height:24px;border-radius:50%;object-fit:cover;flex-shrink:0;border:1.5px solid rgba(255,153,51,.4)}.user-login-avatar-img{width:52px;height:52px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,153,51,.4);box-shadow:0 0 0 4px #ff993314}.user-login-dropdown-header{display:flex;flex-direction:row!important;text-align:left!important;gap:.75rem!important;align-items:center!important}.user-login-dropdown-header>div{min-width:0;flex:1}.user-login-name{margin:0 0 .15rem;font-size:.85rem;font-weight:700;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-login-email{margin:0;font-size:.72rem;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-signout-btn{display:flex;align-items:center;justify-content:center;gap:.45rem;width:100%;margin-top:.85rem;padding:.5rem 1rem;background:#ff505012;border:1px solid rgba(255,80,80,.25);border-radius:8px;color:#e05d5d;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit}.user-signout-btn:hover{background:#ff505026;border-color:#ff505080;transform:translateY(-1px)}.user-login-skeleton{width:110px;height:32px;border-radius:8px;background:linear-gradient(90deg,var(--bg-control) 25%,rgba(255,153,51,.08) 50%,var(--bg-control) 75%);background-size:200% 100%;animation:skeletonShimmer 1.4s infinite}@keyframes skeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.user-login-dropdown--open{opacity:1!important;visibility:visible!important;transform:translateY(0)!important;pointer-events:auto!important}.user-chevron.open{transform:rotate(180deg)!important}@media(max-width:520px){.user-login-text{display:none}.user-login-trigger{padding:.35rem .5rem}.user-login-dropdown{position:fixed;left:57%;top:65px;right:auto;transform:translate(-50%) translateY(0)!important;width:270px;max-width:calc(100vw - 20px);padding:1.1rem;z-index:9999}.user-login-widget:hover .user-login-dropdown,.user-login-dropdown--open{opacity:1!important;visibility:visible!important;transform:translate(-50%) translateY(0)!important}}*{box-sizing:border-box}.app-container{--bg-primary: radial-gradient(circle at top right, #1e1e2f, #121212);--bg-header: rgba(255, 255, 255, .03);--bg-sidebar: rgba(255, 255, 255, .03);--bg-control: rgba(255, 255, 255, .07);--border-color: rgba(255, 255, 255, .05);--text-primary: #ffffff;--text-secondary: #888888;--accent-blue: #ff9933;--accent-orange: #ff9933;--popup-bg: #1e1e2f;--shadow-color: rgba(0, 0, 0, .5);display:flex;flex-direction:column;min-height:100vh;width:100%;padding:1.2rem 1.2rem 6rem;box-sizing:border-box;background:var(--bg-primary);color:var(--text-primary);transition:all .3s ease}.app-container.light-mode{--bg-primary: radial-gradient(circle at top right, #fdfbfb, #f1f5f9);--bg-header: rgba(255, 255, 255, .8);--bg-sidebar: rgba(255, 255, 255, .6);--bg-control: rgba(249, 115, 22, .04);--border-color: rgba(249, 115, 22, .15);--text-primary: #0f172a;--text-secondary: #475569;--accent-blue: #f97316;--accent-orange: #f97316;--popup-bg: #ffffff;--shadow-color: rgba(0, 0, 0, .06)}.app-header{margin-bottom:.8rem;background:transparent;padding:0;border-radius:0;border:none;-webkit-backdrop-filter:none;backdrop-filter:none;position:relative;z-index:1000}.header-content{display:flex;justify-content:space-between;align-items:center;width:100%;gap:1.5rem}.header-ad{flex:1;max-width:600px;margin:0!important;padding:0!important}.header-ad .ad-placeholder{min-height:50px;height:50px;font-size:.7rem}.title-section,.settings-section{flex-shrink:0}.settings-section{display:flex;align-items:center;gap:.35rem}.lang-section{position:relative}.lang-button{padding:.15rem .45rem;background:var(--bg-control);border:1px solid var(--border-color);border-radius:4px;color:var(--text-primary);font-size:.7rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;position:relative;overflow:hidden}.lang-select-hidden{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.lang-button:hover{background:var(--bg-control);filter:brightness(1.1);border-color:var(--accent-blue)}.app-main{display:flex;flex:1;gap:2rem;min-height:0;width:100%}.sidebar{width:320px;flex-shrink:0;display:flex;flex-direction:column;gap:1.2rem;position:relative;transition:width .3s cubic-bezier(.4,0,.2,1),padding .3s ease}.sidebar.minimized{width:50px;padding:0;overflow:visible}.sidebar.minimized .controls{display:none}.sidebar-toggle-btn{position:absolute;top:24px;right:-13px;width:26px;height:26px;background:var(--bg-sidebar);border:1px solid var(--border-color);color:var(--text-secondary);border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1100;transition:all .3s cubic-bezier(.4,0,.2,1);padding:0;box-shadow:2px 2px 10px #0000004d}.sidebar-toggle-btn:hover{background:var(--accent-orange);border-color:transparent;color:#fff;transform:scale(1.1)}.sidebar-toggle-btn svg{width:14px;height:14px}.sidebar.minimized .sidebar-toggle-btn{right:-13px;top:24px;background:var(--accent-orange);color:#fff;border-color:transparent;transform:none}.title-section{display:flex;align-items:center;gap:.5rem;min-width:0}.home-link{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:inherit;transition:all .3s ease}.header-home-icon{width:1.2rem;height:1.2rem;color:var(--accent-orange);filter:drop-shadow(0 0 5px rgba(255,153,51,.3));transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.home-link:hover .header-home-icon{transform:translateY(-2px) scale(1.1);filter:drop-shadow(0 0 8px rgba(255,153,51,.6))}.home-link:hover{opacity:.85}.app-header h1{font-size:1.2rem;margin:0;background:linear-gradient(90deg,#f93);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:350px}.app-version{font-size:inherit;color:var(--text-secondary);opacity:.8;font-weight:500;display:inline-block}.app-container.dark-mode .app-header h1{background:linear-gradient(90deg,#f93);-webkit-background-clip:text;background-clip:text}.temple-logo{width:2.5rem;height:2.5rem;object-fit:cover;border-radius:50%;filter:drop-shadow(0 0 10px rgba(255,153,51,.5))}.info-btn{background:transparent;border:none;color:var(--text-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.2rem;transition:all .2s ease;opacity:.6;margin-left:-.2rem}.info-btn:hover{color:var(--accent-orange);opacity:1;transform:scale(1.1)}.info-btn .material-icons{font-size:1.1rem}.theme-toggle{padding:.15rem .45rem;background:var(--bg-control);border:1px solid var(--border-color);border-radius:4px;color:var(--text-primary);font-size:.7rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;white-space:nowrap}.theme-toggle:hover{background:var(--bg-control);filter:brightness(1.2);transform:translateY(-1px)}.ui-theme-toggle{background:#ff99331a;border-color:#ff99334d}.ui-theme-toggle:hover{background:#f933}.theme-toggle:last-child:hover{border-color:var(--accent-orange)}.settings-dropdown-wrapper{position:relative}.settings-btn{padding:.3rem;background:var(--bg-control);border:1px solid var(--border-color);border-radius:6px;color:var(--text-primary);font-size:1.1rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.settings-btn:hover,.settings-btn.active{background:#ff99331a;border-color:var(--accent-orange);transform:rotate(45deg)}.settings-menu{position:absolute;top:100%;right:0;margin-top:.8rem;width:280px;background:var(--popup-bg);border:1px solid var(--border-color);border-radius:12px;padding:1.2rem;box-shadow:0 10px 40px #0006;z-index:2000;animation:slideDown .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.share-btn-header{padding:.4rem .8rem;background:#ff99331a;border:1px solid rgba(255,153,51,.3);border-radius:8px;color:#f93;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.4rem}.share-btn-header:hover{background:#f933;border-color:#f93;transform:translateY(-1px)}.share-modal{background:var(--popup-bg);border:1px solid var(--border-color);border-radius:20px;padding:2rem;width:90%;max-width:500px;box-shadow:0 25px 50px -12px #00000080;animation:modalSlide .3s ease-out;position:relative}.share-header{text-align:center;margin-bottom:1.5rem}.share-header h2{margin:0 0 .5rem;font-size:1.5rem;color:var(--accent-orange)}.share-header p{margin:0;font-size:.9rem;color:var(--text-secondary)}.share-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem}.share-item{display:flex;flex-direction:column;align-items:center;gap:.6rem;text-decoration:none;color:var(--text-primary);transition:all .2s ease}.share-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.share-icon svg{width:24px;height:24px}.share-item span{font-size:.75rem;font-weight:500}.share-item:hover .share-icon{transform:translateY(-5px);box-shadow:0 8px 15px #0003}.facebook .share-icon{background:#1877f2;color:#fff}.x-twitter .share-icon{background:#000;color:#fff}.whatsapp .share-icon{background:#25d366;color:#fff}.telegram .share-icon{background:#08c;color:#fff}.youtube .share-icon{background:red;color:#fff}.instagram .share-icon{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff}.signal .share-icon{background:#3a76f0;color:#fff}.share-copy-link{display:flex;gap:.5rem;background:var(--bg-control);padding:.5rem;border-radius:10px;border:1px solid var(--border-color)}.share-copy-link input{flex:1;background:transparent;border:none;color:var(--text-secondary);font-size:.8rem;outline:none;padding:0 .5rem}.share-copy-link button{background:var(--accent-orange);color:#fff;border:none;padding:.4rem 1rem;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease}.share-copy-link button:hover{filter:brightness(1.1)}@keyframes modalSlide{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:480px){.share-grid{grid-template-columns:repeat(3,1fr)}}.app-container.light-mode .settings-menu{box-shadow:0 10px 40px #00000026}.settings-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:1999;cursor:default}.settings-group{margin-bottom:1.2rem}.settings-group:last-child{margin-bottom:0}.settings-group label{display:block;font-size:.75rem;color:var(--text-secondary);margin-bottom:.6rem;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.lang-options{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.lang-option{padding:.4rem;background:var(--bg-control);border:1px solid var(--border-color);border-radius:6px;color:var(--text-primary);font-size:.8rem;cursor:pointer;transition:all .2s ease}.mode-toggle-group{display:flex;gap:.5rem}.mode-btn{flex:1;padding:.5rem;background:var(--bg-control);border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-size:.85rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.4rem}.map-theme-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.map-theme-btn{padding:.5rem;background:var(--bg-control);border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-size:.8rem;cursor:pointer;transition:all .2s ease;text-align:center}.lang-option:hover,.mode-btn:hover,.map-theme-btn:hover{border-color:var(--accent-orange);background:#ff99330d}.lang-option.active,.mode-btn.active,.map-theme-btn.active{background:var(--accent-orange);border-color:var(--accent-orange);color:#fff}.controls{display:flex;flex-direction:column;align-items:stretch;gap:.25rem}.controls-section{padding:.4rem 1.25rem;width:100%;background:transparent;position:relative;transition:all .3s ease}.app-container.light-mode .controls-section{background:#fff;border:1px solid rgba(249,115,22,.12);border-radius:16px;box-shadow:0 4px 24px #00000008,0 1px 4px #00000005;margin-bottom:.8rem;padding:.8rem 1.25rem}.app-container.light-mode .search-container input,.app-container.light-mode .custom-select-trigger,.app-container.light-mode .feedback-input,.app-container.light-mode .feedback-textarea{background:#fdfdfd;box-shadow:inset 0 2px 4px #00000003}.action-buttons-row{display:flex;justify-content:center;align-items:center;background:transparent;gap:.6rem;z-index:10;flex-wrap:wrap}.app-container.light-mode .action-buttons-row{background:transparent;box-shadow:none;border:none;padding:0}@keyframes slideInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.selected-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.selected-label{font-size:.65rem;font-weight:700;text-transform:uppercase;color:var(--accent-orange);letter-spacing:.5px}.selected-temple-card{background:#ff993314;border:1px solid rgba(255,153,51,.3);border-radius:10px;padding:.6rem .8rem;margin-bottom:.2rem;animation:slideInDown .3s ease-out;display:flex;flex-direction:column}.selected-temples-list{max-height:120px;overflow-y:auto;display:flex;flex-direction:column;gap:.3rem;padding-right:4px}.selected-temples-list::-webkit-scrollbar{width:4px}.selected-temples-list::-webkit-scrollbar-thumb{background:#ff99334d;border-radius:4px}.selected-item{display:flex;justify-content:space-between;align-items:center;background:var(--bg-control);padding:.3rem .6rem;border-radius:6px;border:1px solid transparent;cursor:pointer;transition:all .2s ease}.selected-item:hover{background:#ff993326;border-color:#f933}.active-selection{background:#f933!important;border-color:var(--accent-orange)!important;box-shadow:0 0 10px #ff99331a}.selected-item-name{font-size:.8rem;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.remove-item{background:transparent;border:none;color:var(--text-secondary);font-size:1.1rem;cursor:pointer;padding:0 0 0 .5rem;line-height:1;transition:all .2s ease}.remove-item:hover{color:#ff4d4d;transform:scale(1.2)}.clear-all-link{background:transparent;border:none;color:var(--text-secondary);font-size:.65rem;font-weight:600;text-decoration:underline;cursor:pointer;padding:0}.clear-all-link:hover{color:var(--accent-orange)}.state-select{background:var(--bg-control);border:1px solid var(--border-color);color:var(--text-primary);padding:.35rem .75rem;border-radius:6px;font-size:.8rem;outline:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);min-width:0;width:100%;font-family:inherit}.state-select:hover{background:#ffffff1f;border-color:#ffffff4d;transform:translateY(-2px);box-shadow:0 4px 15px #0003}.state-select:focus{border-color:var(--accent-blue);background:#ff993326;box-shadow:0 0 0 2px #f933}.clear-filters-btn{background:transparent;border:1px solid var(--border-color);color:var(--text-secondary);padding:.2rem .5rem;border-radius:4px;font-size:.7rem;font-weight:500;cursor:pointer;transition:all .2s ease;align-self:flex-start;display:flex;align-items:center;gap:.25rem;opacity:.7;margin-top:-.2rem}.clear-filters-btn:hover{background:var(--bg-control);color:var(--text-primary);opacity:1;border-color:var(--accent-orange)}.state-select option{background:var(--popup-bg);color:var(--text-primary);padding:10px}.temple-filter{background:#ff99331a;border-color:#ff99334d}.temple-filter:hover{background:#ff993326;border-color:#ff993380}.search-container{position:relative;width:100%;display:flex}.temple-search{width:100%;background:#1388081a;border-color:#1388084d}.temple-search:hover{background:#13880826;border-color:#13880880}.temple-search:focus{background:#13880826;border-color:#138808;transform:none;box-shadow:none}.suggestions-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:.5rem;background:var(--popup-bg);border:1px solid var(--border-color);border-radius:12px;max-height:400px;overflow-y:auto;z-index:1000;box-shadow:0 8px 32px var(--shadow-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.suggestion-item{padding:.6rem .8rem;cursor:pointer;border-bottom:1px solid var(--border-color);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.suggestion-item:hover,.suggestion-highlight{background:#ff99331a;padding-left:1rem;border-left:4px solid #ff9933;transform:translate(4px)}.suggestion-item.district-suggestion:hover{background:#2196f31a;border-left-color:#2196f3}.suggestion-highlight{background:#ff993326!important}.suggestion-name{color:var(--text-primary);font-weight:600;font-size:.8rem;margin-bottom:.15rem}.suggestion-details{color:var(--text-secondary);font-size:.7rem}.temple-checklist{display:flex;flex-direction:column;background:var(--bg-sidebar);padding:0;border-radius:12px;border:none;max-height:50vh;overflow-y:auto;margin-top:.2rem}.checklist-header{padding-bottom:.4rem;border-bottom:1px solid var(--border-color);margin-bottom:.4rem}.checklist-items{display:flex;flex-direction:column;gap:.2rem}.checkbox-item{display:flex;align-items:flex-start;gap:.5rem;padding:.3rem .4rem;cursor:pointer;transition:all .2s ease;border-radius:6px;-webkit-user-select:none;user-select:none}.checkbox-item:hover{background:var(--bg-control)}.checkbox-item input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent-orange);margin-top:3px;cursor:pointer}.checkbox-text{display:flex;flex-direction:column;gap:.1rem;min-width:0}.temple-name{color:var(--text-primary);font-size:.8rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.temple-loc{color:var(--text-secondary);font-size:.7rem}.select-all{font-weight:700;color:var(--accent-orange);font-size:.8rem}.temple-checklist::-webkit-scrollbar{width:5px}.temple-checklist::-webkit-scrollbar-track{background:transparent}.temple-checklist::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.temple-checklist::-webkit-scrollbar-thumb:hover{background:#fff3}.map-wrapper{flex:1;min-height:600px;position:relative;border-radius:16px;overflow:hidden;box-shadow:0 20px 50px var(--shadow-color);border:1px solid var(--border-color)}.loading-map{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;background:var(--bg-primary);color:var(--text-secondary)}.spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.1);border-left-color:#f93;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes pulse-ring{0%{transform:scale(.33);opacity:.8}80%,to{transform:scale(2);opacity:0}}.pulse-container{position:absolute;width:40px;height:40px;transform:translate(-50%,-50%);pointer-events:none;z-index:1001}.pulse-ring{position:absolute;width:100%;height:100%;border:3px solid var(--accent-orange);border-radius:50%;animation:pulse-ring 1.5s cubic-bezier(.215,.61,.355,1) infinite;box-sizing:border-box}.gm-style .gm-style-iw-c{padding:0!important;background:var(--popup-bg)!important;border-radius:8px!important;box-shadow:0 4px 15px var(--shadow-color)!important;border:1px solid var(--border-color)!important}.gm-style .gm-style-iw-d{overflow:hidden!important;padding:0!important;max-width:250px!important}.gm-ui-hover-effect,.gm-style-iw-chr{display:none!important}.gm-style .gm-style-iw-t:after{background:var(--popup-bg)!important;box-shadow:-1px 1px 2px var(--shadow-color)!important}.custom-tooltip{position:relative;padding:10px;display:flex;flex-direction:row;align-items:center;gap:12px;min-width:240px;max-width:320px;transform:translateZ(0);backface-visibility:hidden;will-change:transform}.tooltip-image{width:60px;height:60px;flex-shrink:0;border-radius:6px;overflow:hidden;background:var(--bg-control);border:1px solid var(--border-color)}.tooltip-image img{width:100%;height:100%;object-fit:cover}.tooltip-image-fallback{width:60px;height:60px;flex-shrink:0;border-radius:6px;overflow:hidden;background:linear-gradient(135deg,#1e1e2f,#2d2d44);border:1px solid var(--border-color);display:flex;align-items:center;justify-content:center;text-align:center;padding:4px}.tooltip-image-fallback span{font-size:.55rem;font-weight:800;color:var(--accent-orange);line-height:1.1;text-transform:uppercase}.tooltip-info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0;padding-right:15px}.tooltip-close-btn{position:absolute;top:4px;right:4px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:#0000001a;border:none;border-radius:50%;color:var(--text-secondary);font-size:16px;cursor:pointer;transition:all .2s ease;padding:0;line-height:1;z-index:10}.tooltip-close-btn:hover{background:#ff3d0026;color:#ff3d00;transform:scale(1.1)}.tooltip-name{color:var(--text-primary);font-weight:700;font-size:.85rem;line-height:1.2;white-space:normal}.tooltip-loc{color:var(--text-secondary);font-size:.7rem;white-space:nowrap;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis}.tooltip-details-btn{background:var(--accent-blue);color:#000;border:none;border-radius:4px;padding:4px 8px;font-size:.65rem;font-weight:700;cursor:pointer;transition:all .2s ease;width:65px;margin:4px auto 0;display:block}.tooltip-details-btn:hover{filter:brightness(1.1)}.app-container.light-mode .tooltip-details-btn{background:var(--accent-blue);color:#000}.api-notice{margin-top:1rem;text-align:center;background:#ffa5001a;border:1px solid rgba(255,165,0,.3);padding:1rem;border-radius:8px;color:#ffcc80}.api-notice code{background:#0000004d;padding:.2rem .5rem;border-radius:4px;color:#ffa726}.app-footer{position:fixed;bottom:0;left:0;right:0;padding:.6rem 2rem;display:flex;justify-content:space-between;align-items:center;flex-shrink:0;font-size:.65rem;color:var(--text-secondary);background:#12121dd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--border-color);z-index:2000;letter-spacing:.3px}.app-container.light-mode .app-footer{background:#f8fafcd9;border-top:1px solid rgba(0,0,0,.05)}.footer-center{flex:1.5;text-align:center}.footer-right{flex:1;text-align:right;display:flex;gap:1rem;justify-content:flex-end}.footer-right a{color:inherit;text-decoration:none;font-size:inherit;transition:all .2s ease}.footer-right a:hover{color:var(--accent-orange);text-decoration:underline}.contribute-btn{padding:.3rem .8rem;background:#ff99331a;border:1px solid var(--accent-orange);border-radius:6px;color:var(--accent-orange);font-size:.75rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.contribute-btn:hover{background:var(--accent-orange);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #f933}.modal-overlay{position:fixed;inset:0;background:#000000bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:2000;animation:fadeIn .3s ease}.contribute-modal{background:var(--popup-bg);border:1px solid var(--border-color);border-radius:20px;padding:2rem;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 50px #0006;animation:slideUp .4s cubic-bezier(.16,1,.3,1)}.modal-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;font-size:1.5rem;color:var(--text-secondary);cursor:pointer;transition:color .2s ease}.modal-close:hover{color:var(--text-primary)}.contribute-modal h2{margin:0 0 1.5rem;font-size:1.5rem;font-weight:700;color:var(--accent-orange);text-align:center}.donation-options{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;margin-bottom:1.5rem}.amount-btn{padding:.8rem;background:var(--bg-control);border:1px solid var(--border-color);border-radius:10px;color:var(--text-primary);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.amount-btn:hover{border-color:var(--accent-orange);background:#ff99330d}.amount-btn.selected{background:var(--accent-orange);border-color:var(--accent-orange);color:#fff;box-shadow:0 4px 12px #ff99334d}.custom-amount-input{display:flex;align-items:center;background:var(--bg-control);border:1px solid var(--border-color);border-radius:10px;padding:.8rem;margin-bottom:1.5rem}.currency-symbol{font-size:1.1rem;font-weight:600;margin-right:.5rem;color:var(--text-secondary)}.custom-amount-input input{background:transparent;border:none;color:var(--text-primary);font-size:1.1rem;outline:none;width:100%}.razorpay-btn{width:100%;padding:1rem 1.5rem;background:linear-gradient(135deg,#f93,#ffb74d);border:none;border-radius:10px;cursor:pointer;display:flex;justify-content:center;align-items:center;margin-bottom:2rem;transition:all .3s ease;box-shadow:0 4px 12px #ff99334d;color:#fff;font-weight:600;font-size:1rem}.razorpay-btn-content{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%}.razorpay-icon{width:32px;height:32px;flex-shrink:0;color:#fff;opacity:.95}.razorpay-btn-text{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}.razorpay-btn:hover:not(:disabled){background:linear-gradient(135deg,#ff8a00,#f93);box-shadow:0 6px 16px #f936;transform:translateY(-2px)}.razorpay-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #ff99334d}.razorpay-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.razorpay-logo{font-family:Roboto,Arial,sans-serif;font-weight:700;font-size:1.2rem;color:#fff;letter-spacing:1px}.payment-text{font-size:.9rem;color:#fffffff2;font-weight:500}.upi-qr-section{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem;padding:1.5rem;background:#ff99330d;border-radius:12px;border:1px dotted var(--accent-orange)}.qr-instruction{font-size:.85rem;color:var(--text-secondary);text-align:center;margin:0}.qr-container{background:#fff;padding:1rem;border-radius:12px;box-shadow:0 4px 12px #0000001a}.upi-id-badge{font-family:monospace;background:var(--bg-control);padding:.4rem .8rem;border-radius:6px;font-size:.9rem;color:var(--accent-orange);border:1px solid var(--border-color)}.donation-impact{border-top:1px solid var(--border-color);padding-top:1.5rem}.donation-impact h3{font-size:1rem;margin:0 0 1rem;color:var(--text-primary)}.impact-section{margin-bottom:1.2rem}.impact-section h4{font-size:.85rem;color:var(--accent-orange);margin:0 0 .4rem;text-transform:uppercase;letter-spacing:.5px}.impact-section p{font-size:.8rem;line-height:1.5;color:var(--text-secondary);margin:0}.contact-modal{max-width:500px}.contact-form-grid{display:flex;gap:1rem}.contact-form-grid .feedback-section{flex:1}.feedback-input{width:100%;background:var(--bg-control);border:1px solid var(--border-color);border-radius:8px;padding:.6rem .8rem;color:var(--text-primary);font-size:.85rem;outline:none;transition:border-color .2s ease}.feedback-input:focus{border-color:var(--accent-orange)}.feedback-section{margin-bottom:1rem}.section-label{display:block;font-size:.85rem;color:var(--text-secondary);margin-bottom:.8rem;font-weight:500}.emoji-rating{display:flex;justify-content:space-between;padding:0 .5rem}.emoji-btn{font-size:1.8rem;background:transparent;border:none;cursor:pointer;transition:transform .2s cubic-bezier(.175,.885,.32,1.275);filter:grayscale(.5);opacity:.6}.emoji-btn:hover,.emoji-btn.selected{transform:scale(1.3);filter:grayscale(0);opacity:1}.category-options{display:flex;flex-wrap:wrap;gap:.6rem}.cat-btn{padding:.4rem .8rem;background:var(--bg-control);border:1px solid var(--border-color);border-radius:20px;color:var(--text-primary);font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease}.cat-btn:hover{border-color:var(--accent-orange);background:#ff99330d}.cat-btn.selected{background:var(--accent-orange);border-color:var(--accent-orange);color:#fff}.feedback-textarea{width:100%;min-height:100px;background:var(--bg-control);border:1px solid var(--border-color);border-radius:12px;padding:.8rem;color:var(--text-primary);font-size:.9rem;resize:vertical;outline:none;transition:border-color .2s ease}.feedback-textarea:focus{border-color:var(--accent-orange)}.feedback-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1rem}.captcha-box{display:flex;align-items:center;gap:.8rem;background:var(--bg-control);border:1px solid var(--border-color);padding:.5rem .8rem;border-radius:6px;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.8rem;color:var(--text-secondary);transition:all .2s ease;min-width:150px}.captcha-box:hover{border-color:var(--accent-orange);background:#ff99330d}.captcha-box.verified{border-color:#4caf50;background:#4caf500d;color:var(--text-primary)}.captcha-check{width:20px;height:20px;border:2px solid var(--border-color);border-radius:4px;display:flex;align-items:center;justify-content:center;background:var(--bg-primary);transition:all .2s ease}.verified .captcha-check{border-color:#4caf50;background:#4caf50}.check-mark{color:#fff;font-size:14px;font-weight:700}.submit-btn{padding:.6rem 1.5rem;background:var(--accent-orange);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #f933}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #ff99334d}.submit-btn:active{transform:translateY(0)}@media(max-width:1024px){.app-main{gap:1.5rem}}@media(max-width:768px){.app-container{padding:.8rem;padding-bottom:60px;height:auto;min-height:100vh}.header-content{flex-direction:column;gap:1rem;text-align:center}.title-section{justify-content:center}.settings-section{width:100%;justify-content:center;flex-wrap:wrap;gap:.5rem}.app-main{flex-direction:column;height:auto}.sidebar{width:100%;max-height:none;overflow:visible;padding-right:0;position:relative;z-index:50;transition:all .3s ease}.sidebar.minimized{height:44px;padding:0;margin-bottom:.5rem;overflow:hidden}.sidebar.minimized .sidebar-toggle-btn{top:50%;right:15px;transform:translateY(-50%)}.sidebar.minimized .controls{display:none}.controls{gap:.1rem}.controls-section{padding:.2rem .8rem;background:transparent;border:none}.app-container.light-mode .controls-section{background:#fff;border:1px solid rgba(249,115,22,.12);padding:.6rem .8rem;margin-bottom:.6rem}.action-buttons-row{background:transparent;border:none;backdrop-filter:none;-webkit-backdrop-filter:none}.map-wrapper{height:420px;min-height:350px;flex:none;width:100%;z-index:0}.app-footer{position:fixed;flex-direction:column;gap:.4rem;padding:.8rem;text-align:center;font-size:.65rem}.footer-center{order:2}.footer-right{order:1;justify-content:center}.contribute-modal{width:95%;max-height:90vh;overflow-y:auto;padding:1.5rem}.donation-options{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.app-header h1{font-size:1rem}.app-version{margin-left:0}.settings-section button,.share-btn-header,.contribute-btn{padding:.4rem .6rem;font-size:.65rem}.donation-options{grid-template-columns:1fr}.feedback-footer{flex-direction:column;gap:1rem;align-items:stretch}.captcha-box{justify-content:center}.contact-form-grid{flex-direction:column;gap:0}.emoji-btn{font-size:1.5rem}}.sidebar::-webkit-scrollbar{width:4px}.sidebar::-webkit-scrollbar-track{background:transparent}.sidebar::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}.about-modal{background:transparent;border:none;border-radius:24px;padding:0;width:90%;max-width:600px;max-height:90vh;overflow:visible;position:relative;box-shadow:none;animation:slideUp .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px}.about-logo-container{width:100%;height:400px;background:transparent;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:none;animation:fadeIn .5s ease;position:relative}.about-logo{max-width:200px;max-height:200px;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 0 20px rgba(255,255,255,.3));animation:fadeIn .8s ease}.about-details{width:100%;animation:fadeIn .5s ease;position:relative}.about-modal-close{position:absolute;top:1rem;right:1rem;background:#fffffff2;border:none;font-size:1.5rem;color:#333;cursor:pointer;transition:all .2s ease;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:10;box-shadow:0 2px 8px #0000004d;font-weight:300;line-height:1}.about-modal-close:hover{background:#fff;transform:scale(1.1);box-shadow:0 4px 12px #0006}.about-logo-container .about-modal-close{background:#fff3;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.about-logo-container .about-modal-close:hover{background:#ffffff4d;color:#fff}.business-card{background:#fff;border-radius:16px;padding:0;box-shadow:0 2px 8px #0000001a,0 8px 16px #00000014;max-width:480px;margin:0 auto;position:relative;overflow:hidden;font-family:Roboto,sans-serif}.business-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#f93,#ffb74d,#f93)}.card-header{text-align:center;padding:2.5rem 2.5rem 2rem;background:linear-gradient(135deg,#f5f7fa,#fff);border-bottom:1px solid rgba(0,0,0,.08)}.card-header h3{margin:0 0 .5rem;font-size:1.75rem;font-weight:500;color:#212121;letter-spacing:.15px;font-family:Roboto,sans-serif}.card-title{color:#757575;font-size:.875rem;font-weight:400;margin:0;text-transform:uppercase;letter-spacing:1.25px;font-family:Roboto,sans-serif}.card-contact-info{display:flex;flex-direction:column;padding:1.5rem 2.5rem 2.5rem;gap:.5rem}.contact-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#fafafa;border-radius:8px;transition:all .2s cubic-bezier(.4,0,.2,1);border:1px solid transparent;cursor:pointer}.contact-item:hover{background:#f5f5f5;box-shadow:0 2px 4px #0000001a;border-color:#f933}.contact-icon-wrapper{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff3e0;border-radius:50%;flex-shrink:0;transition:all .2s cubic-bezier(.4,0,.2,1)}.contact-item:hover .contact-icon-wrapper{background:#f93;box-shadow:0 2px 8px #ff99334d}.contact-icon-wrapper .material-icons{font-size:20px;color:#f93;transition:color .2s ease}.contact-item:hover .contact-icon-wrapper .material-icons{color:#fff}.contact-value{color:#212121;font-size:.9375rem;font-weight:400;flex:1;word-break:break-word;letter-spacing:.15px;font-family:Roboto,sans-serif}.contact-link{color:#f93;text-decoration:none;transition:color .2s ease;font-weight:500}.contact-link:hover{color:#f57c00;text-decoration:underline}@media(max-width:768px){.about-modal{width:95%;padding:0;min-height:300px}.about-logo-container{height:300px}.about-logo{max-width:150px;max-height:150px}.business-card{max-width:100%}.card-header{padding:2rem 1.5rem 1.5rem}.card-header h3{font-size:1.5rem}.card-contact-info{padding:1.25rem 1.5rem 2rem}.contact-item{padding:.875rem 1rem;gap:.875rem}.contact-icon-wrapper{width:36px;height:36px}.contact-icon-wrapper .material-icons{font-size:18px}.contact-value{font-size:.875rem}}.map-image-marker{width:100px;height:100px;transform:translate(-50%,-100%);cursor:pointer;transition:all .3s ease;z-index:10;pointer-events:auto}.map-image-marker img{width:100%;height:100%;object-fit:cover;border:3px solid #ffffff;border-radius:12px;box-shadow:0 10px 25px #0006}.map-image-marker:hover{transform:translate(-50%,-105%) scale(1.15);z-index:100!important}.map-image-marker:hover img{border-color:#f93;box-shadow:0 15px 35px #f936}.timed-invitation-overlay{z-index:5000;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.invitation-modal{padding:2.5rem;border-radius:24px;text-align:center;max-width:400px;width:90%;border:1px solid rgba(255,255,255,.1);box-shadow:0 30px 60px #00000080;animation:modalPop .4s cubic-bezier(.175,.885,.32,1.275)}@keyframes modalPop{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.invitation-icon{font-size:3rem;margin-bottom:1rem}.invitation-modal h2{margin:0 0 1rem;font-size:1.5rem;color:var(--accent-orange)}.invitation-modal p{margin-bottom:2rem;color:var(--text-secondary);line-height:1.5;font-size:.95rem}.invitation-actions{display:flex;gap:1rem;justify-content:center}.invite-cancel{padding:.8rem 1.5rem;background:transparent;border:1px solid var(--border-color);color:var(--text-secondary);border-radius:12px;cursor:pointer;font-weight:500;transition:all .2s ease}.invite-ok{padding:.8rem 2rem;background:var(--accent-orange);color:#fff;border:none;border-radius:12px;cursor:pointer;font-weight:600;transition:all .2s ease;box-shadow:0 4px 15px #ff99334d}.invite-cancel:hover{background:#ffffff0d;color:var(--text-primary)}.invite-ok:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f936}.contribute-invite,.advertise-invite{border-top:4px solid var(--accent-orange)}.privacy-content{text-align:left;line-height:1.6;color:var(--text-secondary);font-size:.9rem}.privacy-content h3{color:var(--text-primary);font-size:1.1rem;margin-top:.8rem;margin-bottom:.2rem}.privacy-content a{color:var(--accent-orange);text-decoration:none}.privacy-content a:hover{text-decoration:underline}.map-district-label{background:linear-gradient(135deg,#2196f3,#1565c0);color:#fff;padding:6px 14px;border-radius:8px;font-size:.75rem;font-weight:700;pointer-events:none;white-space:nowrap;width:max-content;border:1.5px solid rgba(255,255,255,.5);box-shadow:0 8px 20px #2196f366;transform:translate(-50%,-50%);letter-spacing:.05em;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:10;text-transform:uppercase;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.map-district-label:hover{transform:translate(-50%,-50%) scale(1.08);box-shadow:0 10px 28px #2196f399;border-color:#ffffffe6}.light-mode .map-district-label{background:linear-gradient(135deg,#1976d2,#0d47a1);box-shadow:0 4px 14px #1976d259;border-color:#fff9}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.custom-toastr{position:fixed;top:20px;right:20px;z-index:20000;animation:slideInRight .3s cubic-bezier(.175,.885,.32,1.275)}.custom-toastr.success .toastr-content{border-color:#4caf5099;box-shadow:0 20px 40px #0006,0 0 20px #4caf501a}.custom-toastr.warning .toastr-content{border-color:#fbbf2466;box-shadow:0 20px 40px #0006,0 0 20px #fbbf241a}.toastr-content{background:#0f172ae6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:16px;padding:1rem 1.25rem;display:flex;align-items:center;gap:.8rem;max-width:350px}.toastr-icon{font-size:1.5rem;filter:drop-shadow(0 0 5px rgba(251,191,36,.5))}.toastr-content p{margin:0;color:#fff;font-size:.95rem;font-weight:600;line-height:1.4}.light-mode .toastr-content{background:#ffffffe6;border-color:#f59e0b66}.light-mode .toastr-content p{color:#1e293b}.custom-scrollbar::-webkit-scrollbar{width:5px}.custom-scrollbar::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb{background:var(--accent-orange);border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#f59e0b}.active-temples-list{display:flex;flex-direction:column;gap:.4rem;overflow-y:auto;padding-right:6px}@media(min-width:769px){.active-temples-list{max-height:300px}}.light-mode .custom-scrollbar::-webkit-scrollbar-track{background:#00000008}.pulse-container{display:flex;align-items:center;justify-content:center;width:0;height:0;position:relative;pointer-events:none}.pulse-ring{position:absolute;width:40px;height:40px;border:2px solid var(--accent-orange);border-radius:50%;opacity:0;animation:markerPulse 2s cubic-bezier(.215,.61,.355,1) infinite}.pulse-ring.active-temple-pulse{width:50px;height:50px;border-color:#448aff;animation-duration:2.5s}@keyframes markerPulse{0%{transform:scale(.1);opacity:0}50%{opacity:.6}to{transform:scale(1.2);opacity:0}}.reset-btn,.near-me-btn{padding:.5rem .8rem;border-radius:8px;font-size:.72rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:.45rem;text-transform:uppercase;letter-spacing:.05em;width:100%;justify-content:center}.reset-btn{background:#2196f31a;border:1px solid rgba(33,150,243,.3);color:#2196f3}.reset-btn:hover{background:#2196f333;border-color:#2196f3;transform:translateY(-2px);box-shadow:0 4px 15px #2196f340}.near-me-btn{background:#ff99331a;border:1px solid rgba(255,153,51,.3);color:#f93}.near-me-btn:hover{background:#f933;border-color:#f93;transform:translateY(-2px);box-shadow:0 4px 15px #ff993340}.near-me-btn.active{background:#f93;color:#fff;border-color:#f93;box-shadow:0 0 15px #f936}.near-me-btn.active svg{animation:pulse-ring 1.25s cubic-bezier(.24,0,.38,1) infinite}@keyframes pulse-ring{0%{transform:scale(.7);opacity:1}80%,to{transform:scale(1.3);opacity:0}}.icon-text-btn{display:flex;flex-direction:column;align-items:center;gap:.4rem;background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:12px;cursor:pointer;padding:.6rem .4rem;transition:all .3s cubic-bezier(.4,0,.2,1);min-width:75px;flex:1}.btn-icon-wrapper{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.175,.885,.32,1.275);background:#ffffff0d;border:1px solid rgba(255,255,255,.1);flex-shrink:0}.btn-icon-wrapper svg{width:16px;height:16px}.btn-text{font-size:.58rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);text-align:center;transition:all .3s ease}.location-btn-icon{color:#4caf50;background:#4caf501a;border-color:#4caf5033}.icon-text-btn.active .location-btn-icon{background:#4caf50;color:#fff;box-shadow:0 0 15px #4caf5066}.icon-text-btn:hover .location-btn-icon{background:#4caf5033;transform:scale(1.1)}.reset-icon{color:#2196f3;background:#2196f31a;border-color:#2196f333}.icon-text-btn:hover .reset-icon{background:#2196f333;transform:scale(1.1) rotate(-15deg)}.near-me-icon{color:#f93;background:#ff99331a;border-color:#f933}.icon-text-btn:hover .near-me-icon{background:#f933;transform:scale(1.1) translateY(-2px)}.icon-text-btn:hover .btn-text{color:var(--text-primary)}.icon-text-btn.active .btn-text{color:#f93}.pulsing{animation:btnPulse 2s infinite}@keyframes btnPulse{0%{box-shadow:0 0 #f936}70%{box-shadow:0 0 0 10px #f930}to{box-shadow:0 0 #f930}}.reset-btn svg,.near-me-btn svg{width:14px;height:14px}.mobile-login{display:none!important}@media(max-width:768px){.mobile-login{display:flex!important}.desktop-login{display:none!important}}.introduction-overlay{z-index:2000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0006;display:flex;align-items:center;justify-content:center;padding:20px}.introduction-modal{background:var(--card-bg, rgba(255, 255, 255, .95));border-radius:20px;width:90%;max-width:900px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 50px #0000004d;border:1px solid rgba(255,255,255,.3);overflow:hidden;position:relative}.dark-mode .introduction-modal{background:#1e1e28f2;border:1px solid rgba(255,255,255,.1)}.introduction-modal.animate-in{animation:modalPopIn .5s cubic-bezier(.34,1.56,.64,1)}@keyframes modalPopIn{0%{opacity:0;transform:scale(.8) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.introduction-modal .modal-header{padding:12px 24px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(0,0,0,.1);background:linear-gradient(135deg,#d354000d,#f39c120d)}.dark-mode .introduction-modal .modal-header{border-bottom:1px solid rgba(255,255,255,.1)}.introduction-modal .modal-header h2{margin:0;font-size:1.3rem;background:linear-gradient(135deg,#d35400,#f39c12);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-weight:700}.introduction-modal .close-button{background:none;border:none;font-size:2rem;line-height:1;color:#666;cursor:pointer;transition:all .2s;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transform:scale(.8)}.introduction-modal .close-button:hover{background:#0000000d;color:#333}.dark-mode .introduction-modal .close-button:hover{background:#ffffff1a;color:#fff}.introduction-modal .modal-body{padding:16px 24px;overflow-y:auto;font-size:.95rem;line-height:1.6;color:#444;font-weight:100}.dark-mode .introduction-modal .modal-body{color:#ccc}.introduction-content>:first-child{margin-top:0}.introduction-content h3{margin-top:14px;margin-bottom:6px;color:#d35400;font-weight:600}.introduction-content table{width:100%;border-collapse:collapse;margin:8px 0}.introduction-content td,.introduction-content th{padding:6px 12px;border:1px solid rgba(0,0,0,.05);text-align:left}.introduction-content ul{margin-bottom:10px;padding-left:20px}.introduction-content li{margin-bottom:4px!important}.introduction-content table{margin:10px 0;font-size:1rem}.introduction-content table tr:first-child{background:none!important}.introduction-content p{margin-bottom:8px}.introduction-modal .modal-footer{padding:12px 24px;display:flex;justify-content:flex-end;border-top:1px solid rgba(0,0,0,.1)}.dark-mode .introduction-modal .modal-footer{border-top:1px solid rgba(255,255,255,.1)}.got-it-btn{padding:12px 32px;background:linear-gradient(135deg,#d35400,#f39c12);color:#fff;border:none;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s;box-shadow:0 4px 15px #d354004d}.got-it-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #d3540066}.got-it-btn:active{transform:translateY(0)}.custom-scrollbar::-webkit-scrollbar{width:8px}.custom-scrollbar::-webkit-scrollbar-track{background:#0000000d}.custom-scrollbar::-webkit-scrollbar-thumb{background:#d354004d;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#d3540080}@media(max-width:600px){.introduction-modal{max-height:90vh;border-radius:20px}.introduction-modal .modal-header h2{font-size:1.4rem}.introduction-modal .modal-body{padding:20px}.introduction-modal .modal-footer{padding:16px 20px}.got-it-btn{width:100%}}.mv-overlay{position:fixed;inset:0;background:#000000bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:20000;padding:1rem;animation:mvFadeIn .2s ease}@keyframes mvFadeIn{0%{opacity:0}to{opacity:1}}.mv-modal{background:var(--popup-bg, #ffffff);border:1px solid var(--border-color, rgba(0, 0, 0, .1));border-radius:24px;width:100%;max-width:480px;max-height:92vh;overflow-y:auto;box-shadow:0 24px 60px #00000059;animation:mvSlideUp .3s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column}@keyframes mvSlideUp{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}.mv-modal::-webkit-scrollbar{width:4px}.mv-modal::-webkit-scrollbar-thumb{background:#ff99334d;border-radius:4px}.mv-header{display:flex;align-items:center;justify-content:center;padding:1.25rem 1.5rem .75rem;position:relative;border-bottom:1px solid var(--border-color, rgba(0, 0, 0, .08))}.mv-title{margin:0;font-size:1.1rem;font-weight:800;color:var(--text-primary, #0f172a);letter-spacing:.3px}.mv-close{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:#0000000f;border:none;width:32px;height:32px;border-radius:50%;font-size:1.3rem;line-height:1;cursor:pointer;color:var(--text-primary, #0f172a);display:flex;align-items:center;justify-content:center;transition:background .2s}.mv-close:hover{background:#0000001f}.mv-temple-card{display:flex;align-items:center;gap:.75rem;padding:.9rem 1.5rem;border-bottom:1px solid var(--border-color, rgba(0, 0, 0, .08))}.mv-temple-img{width:56px;height:56px;object-fit:cover;border-radius:12px;flex-shrink:0}.mv-temple-img--fallback{display:flex;align-items:center;justify-content:center;background:#ff99331a;font-size:1.6rem;border:1px solid rgba(255,153,51,.2)}.mv-temple-name{margin:0 0 .2rem;font-size:.95rem;font-weight:700;color:var(--text-primary, #0f172a);line-height:1.3}.mv-temple-loc{margin:0;font-size:.78rem;color:var(--text-secondary, #64748b)}.mv-body{padding:1.25rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:1.5rem}.mv-loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem 1rem;color:var(--text-secondary, #64748b);font-size:.9rem;font-weight:600}.mv-loading-state .mv-submit-spinner{border-color:#22c55e33;border-top-color:#22c55e;width:24px;height:24px}.mv-section{display:flex;flex-direction:column;gap:.6rem}.mv-section-title{margin:0;font-size:1rem;font-weight:700;color:var(--text-primary, #0f172a)}.mv-optional{font-size:.72rem;font-weight:500;color:var(--text-secondary, #94a3b8);margin-left:.4rem}.mv-stars{display:flex;gap:.5rem}.mv-star{background:none;border:none;cursor:pointer;padding:0;color:#d1d5db;transition:color .15s,transform .15s;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.mv-star svg{width:36px;height:36px}.mv-star.active{color:#22c55e}.mv-star:hover{transform:scale(1.15)}.mv-rating-label{margin:0;font-size:.82rem;font-weight:600;color:#22c55e}.mv-date-row{display:flex;gap:.75rem}.mv-month-wrapper{position:relative;display:flex;align-items:center;flex:1}.mv-month-select{appearance:none;-webkit-appearance:none;width:100%;padding:.5rem 2rem .5rem 1rem;border:1.5px solid var(--border-color, #e2e8f0);border-radius:999px;background:var(--popup-bg, #fff);color:var(--text-primary, #0f172a);font-size:.9rem;font-weight:600;font-family:inherit;cursor:pointer;outline:none;transition:border-color .2s}.mv-month-select:focus{border-color:#22c55e}.mv-select-chevron{position:absolute;right:.75rem;width:14px;height:14px;color:var(--text-secondary, #64748b);pointer-events:none}.mv-companions{display:flex;flex-wrap:wrap;gap:.5rem}.mv-companion-chip{padding:.4rem 1rem;border:1.5px solid var(--border-color, #e2e8f0);border-radius:999px;background:transparent;color:var(--text-primary, #0f172a);font-size:.85rem;font-weight:600;cursor:pointer;transition:all .18s ease;font-family:inherit}.mv-companion-chip:hover{border-color:#22c55e;color:#22c55e}.mv-companion-chip.selected{background:#22c55e;border-color:#22c55e;color:#fff}.mv-review-header{display:flex;align-items:baseline;gap:.4rem}.mv-textarea{width:100%;box-sizing:border-box;padding:.75rem 1rem;border:1.5px solid var(--border-color, #e2e8f0);border-radius:12px;background:var(--bg-control, #f8fafc);color:var(--text-primary, #0f172a);font-size:.9rem;font-family:inherit;resize:vertical;outline:none;transition:border-color .2s;line-height:1.6}.mv-textarea:focus{border-color:#22c55e}.mv-char-count{margin:0;font-size:.72rem;color:var(--text-secondary, #94a3b8);text-align:right}.mv-input{width:100%;box-sizing:border-box;padding:.6rem 1rem;border:1.5px solid var(--border-color, #e2e8f0);border-radius:12px;background:var(--bg-control, #f8fafc);color:var(--text-primary, #0f172a);font-size:.9rem;font-family:inherit;outline:none;transition:border-color .2s}.mv-input:focus{border-color:#22c55e}.mv-error{margin:0;font-size:.82rem;color:#ef4444;font-weight:600;padding:.5rem .8rem;background:#ef444412;border-radius:8px;border:1px solid rgba(239,68,68,.2)}.mv-submit{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.85rem;background:#22c55e;border:none;border-radius:12px;color:#fff;font-size:.95rem;font-weight:800;font-family:inherit;cursor:pointer;transition:all .2s ease;letter-spacing:.3px}.mv-submit:hover:not(:disabled){background:#16a34a;transform:translateY(-1px);box-shadow:0 6px 20px #22c55e59}.mv-submit:disabled{opacity:.6;cursor:not-allowed}.mv-actions-row{display:flex;gap:.75rem;width:100%}.mv-delete-btn{flex:0 0 auto;padding:.85rem 1.2rem;background:transparent;border:1.5px solid #ef4444;border-radius:12px;color:#ef4444;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;min-width:80px}.mv-delete-btn:hover:not(:disabled){background:#ef44440d;border-color:#dc2626;color:#dc2626}.mv-delete-btn:disabled{opacity:.5;cursor:not-allowed}.mv-delete-btn .mv-submit-spinner{border-color:#ef444433;border-top-color:#ef4444}.mv-submit--update{flex:1;background:#0ea5e9}.mv-submit--update:hover:not(:disabled){background:#0284c7;box-shadow:0 6px 20px #0ea5e959}.mv-submit-spinner{width:18px;height:18px;border:2.5px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@media(max-width:520px){.mv-overlay{padding:0;align-items:flex-end}.mv-modal{border-radius:24px 24px 0 0;max-height:95vh}.mv-stars .mv-star svg{width:32px;height:32px}}.temple-popup-overlay{position:fixed;inset:0;background:#000000e6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:2rem;animation:fadeIn .3s ease}.temple-popup{background:var(--popup-bg);border-radius:32px;max-width:1600px;width:98%;height:98vh;overflow-y:auto;box-shadow:0 40px 100px #0009;border:1px solid var(--border-color);position:relative;animation:slideUp .5s cubic-bezier(.16,1,.3,1);display:flex}@keyframes slideUp{0%{transform:translateY(100px) scale(.95);opacity:0}to{transform:none;opacity:1}}.popup-close{position:absolute;top:1.5rem;right:1.5rem;background:#00000080;border:1px solid rgba(255,255,255,.1);color:#fff;font-size:1.5rem;width:44px;height:44px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.popup-close:hover{background:var(--accent-orange);border-color:transparent;transform:rotate(90deg)}.popup-nav{position:absolute;top:50%;width:70px;height:160px;background:#0006;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.1);color:#fff;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;transition:all .6s cubic-bezier(.34,1.56,.64,1);z-index:101;border-radius:40px;opacity:.5}.nav-icon{font-size:2rem;font-weight:300}.nav-text{font-size:.75rem;font-weight:800;letter-spacing:2px;writing-mode:vertical-rl;text-orientation:mixed;opacity:0;transition:all .4s ease}.popup-nav:hover{background:var(--accent-orange);border-color:transparent;opacity:1;box-shadow:0 0 50px #f936}.popup-nav:hover .nav-text{opacity:1}.popup-nav.prev{left:0;transform:translateY(-50%) translate(-50%)}.popup-nav.next{right:0;transform:translateY(-50%) translate(50%)}.popup-nav.prev:hover{transform:translateY(-50%) translate(20px)}.popup-nav.next:hover{transform:translateY(-50%) translate(-20px)}@media(max-width:1700px){.popup-nav{width:60px;height:130px}}.popup-layout{display:grid;grid-template-columns:3fr 7fr;width:100%;height:100%}.popup-sidebar{background:#0003;border-right:1px solid var(--border-color);padding:1.5rem;display:flex;flex-direction:column;gap:.8rem;overflow-y:auto}.popup-image{width:100%;overflow:hidden;border-radius:20px;box-shadow:0 10px 30px #0006;background:var(--bg-control)}.popup-image img{width:100%;height:auto;object-fit:cover;transition:transform .5s ease}.popup-image:hover img{transform:scale(1.05)}.popup-image-fallback{width:80%;margin:0 auto;aspect-ratio:1/1;background:linear-gradient(135deg,#1e1e2f,#2d2d44);display:flex;align-items:center;justify-content:center;padding:1.5rem;text-align:center;position:relative;overflow:hidden;border-radius:12px;border:1px solid rgba(255,153,51,.2)}.popup-image-fallback:before{content:"🛕";position:absolute;font-size:6rem;opacity:.05;top:50%;left:50%;transform:translate(-50%,-50%)}.popup-image-fallback span{color:var(--accent-orange);font-size:.9rem;font-weight:100;text-shadow:0 4px 15px rgba(0,0,0,.8);z-index:1;text-transform:uppercase;letter-spacing:1px;border-bottom:2px solid var(--accent-orange);padding-bottom:5px}.popup-address,.popup-origin-section-sidebar{background:#ff99330d;border:1px solid rgba(255,153,51,.1);padding:.25rem;border-radius:16px}.address-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.popup-address strong,.popup-origin-section-sidebar strong{color:var(--accent-orange);display:block;font-size:.9rem}.popup-address p,.popup-origin-section-sidebar p{margin:0;font-size:.95rem;line-height:1.6}.blessing-sidebar{background:#ffd7000d;border:1px solid rgba(255,215,0,.2);border-radius:12px;padding:.8rem}.blessing-sidebar strong{color:gold!important}.popup-mini-map{width:100%;flex:1;min-height:350px;border-radius:20px;overflow:hidden;border:1px solid var(--border-color);box-shadow:0 4px 15px #0000004d}.popup-mini-map .map-container{height:100%!important}.popup-main{padding:3rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.25rem}.title-wrapper{display:flex;align-items:center;gap:1.2rem;margin-bottom:.5rem}.temple-id-circle{background:linear-gradient(135deg,#f933,#ff99330d);border:2px solid var(--accent-orange);color:var(--accent-orange);width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:800;flex-shrink:0;box-shadow:0 0 20px #ff99334d,inset 0 0 10px #f933;text-shadow:0 0 10px rgba(255,153,51,.5);border-bottom-color:#138808;position:relative;overflow:hidden}.temple-id-circle:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.1),transparent);transform:rotate(45deg);animation:shine 3s infinite}@keyframes shine{0%{transform:translate(-100%) rotate(45deg)}to{transform:translate(100%) rotate(45deg)}}.popup-header h2{margin:0;font-size:2.8rem;background:linear-gradient(90deg,#f93,#138808);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-weight:800;line-height:1.2}.popup-subtitle{font-size:1.2rem;color:var(--text-secondary);font-weight:500;margin-bottom:.5rem}.maps-info-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:#ff993326;border:none;border-radius:50%;color:var(--accent-orange);transition:all .3s ease;cursor:pointer;text-decoration:none;flex-shrink:0}.maps-info-btn svg{width:16px;height:16px}.maps-info-btn:hover{background:var(--accent-orange);color:#fff;transform:scale(1.15);box-shadow:0 0 15px #ff993380}.mark-visited-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#80808014;border:1.5px solid rgba(128,128,128,.2);color:#94a3b8;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;padding:0;overflow:hidden}.visited-icon-wrapper{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.mark-visited-btn svg{width:22px;height:22px}.mark-visited-btn:hover:not(.disabled){transform:scale(1.1) rotate(5deg);background:#80808026;border-color:#80808066;box-shadow:0 8px 15px #0003}.mark-visited-btn.visited{background:#22c55e1a;border-color:#22c55e66;color:#22c55e}.mark-visited-btn.visited:hover:not(.disabled){background:#22c55e33;border-color:#22c55e;box-shadow:0 0 20px #22c55e40}.mark-visited-btn.disabled{opacity:.4;cursor:not-allowed;filter:grayscale(1);background:#0000000d}.popup-info-bar{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem;padding:.5rem 0;border-top:1px solid rgba(255,153,51,.2);font-size:.85rem;color:var(--accent-orange);font-weight:600;letter-spacing:.5px;text-transform:uppercase}.info-left{text-align:left}.info-right{text-align:right}.popup-sloka{background:var(--bg-control);padding:2rem;border-radius:20px;border-left:5px solid var(--accent-orange);position:relative;font-style:italic}.popup-sloka p{margin:0;font-size:1.1rem;line-height:1.8;color:var(--text-primary);text-align:center}.popup-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.grid-item{background:#ffffff08;border:1px solid var(--border-color);padding:.8rem 1rem;border-radius:12px;display:flex;flex-direction:column;gap:.2rem;transition:all .3s ease}.grid-item:hover{background:#ff99330d;border-color:#ff99334d;transform:translateY(-2px)}.grid-label{font-size:.7rem;font-weight:700;color:var(--accent-orange);text-transform:uppercase;letter-spacing:.8px}.grid-value{font-size:.95rem;color:var(--text-primary);font-weight:500}.popup-description-section h3{font-size:1.5rem;color:var(--text-primary);margin:0;display:flex;align-items:center;gap:.8rem;flex:0 0 auto}.section-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:1rem;width:100%}.section-header:after{content:"";flex:1;height:1px;background:var(--border-color)}.speech-controls{display:flex;align-items:center;gap:.8rem;background:#ff99331a;padding:.4rem .8rem;border-radius:30px;border:1px solid rgba(255,153,51,.2)}.read-aloud-btn{background:none;border:none;font-size:1.2rem;cursor:pointer;transition:transform .2s ease;display:flex;align-items:center;justify-content:center;padding:0;line-height:1}.read-aloud-btn:hover{transform:scale(1.2)}.read-aloud-btn.active{animation:pulse 1.5s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.speech-rate-select{background:none;border:none;color:var(--accent-orange);font-size:.85rem;font-weight:700;cursor:pointer;outline:none;padding:0 .2rem}.speech-rate-select option{background:var(--popup-bg);color:var(--text-primary)}.popup-description p{font-size:1.05rem;line-height:1.8;color:var(--text-primary);opacity:.9}.popup-sidebar::-webkit-scrollbar,.popup-main::-webkit-scrollbar{width:6px}.popup-sidebar::-webkit-scrollbar-thumb,.popup-main::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:10px}.popup-sidebar::-webkit-scrollbar-thumb:hover,.popup-main::-webkit-scrollbar-thumb:hover{background:var(--accent-orange)}@media(max-width:1024px){.temple-popup{display:block}.popup-layout{display:flex;flex-direction:column-reverse;height:auto}.popup-sidebar{border-right:none;border-top:1px solid var(--border-color);padding:2rem}.popup-image{max-width:300px;margin:0 auto}}@media(max-width:768px){.temple-popup-overlay{padding:0}.temple-popup{width:100%;height:100%;border-radius:0;display:block;-webkit-overflow-scrolling:touch}.popup-layout{display:flex;flex-direction:column-reverse;height:auto}.popup-sidebar{height:auto;overflow:visible;padding:1.5rem;flex:none;border-bottom:none}.popup-main{height:auto;overflow:visible;padding:1.5rem;flex:none}.popup-mini-map{min-height:200px;height:200px;flex:none}.popup-image{flex:none}.popup-header h2{font-size:2rem}.title-wrapper{flex-wrap:wrap;gap:.8rem}.mark-visited-btn{margin-left:0;width:44px;height:44px;min-width:44px}.popup-grid{grid-template-columns:1fr}.popup-close{position:fixed;top:1.5rem;right:1.5rem;z-index:10001;background:#000000b3;box-shadow:0 4px 15px #0000004d}}.popup-highlights-section{margin-bottom:2rem;animation:slideUp .5s ease}.highlights-container{background:linear-gradient(135deg,#ff993314,#1388080d);border:1px solid rgba(255,153,51,.2);border-radius:12px;padding:1.5rem;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000001a}.highlights-container:before{content:"✨";position:absolute;top:-10px;right:-10px;font-size:3.5rem;opacity:.1;transform:rotate(15deg)}.highlights-header{display:flex;align-items:center;gap:.8rem;margin-bottom:1.2rem;border-bottom:1px solid rgba(255,153,51,.2);padding-bottom:.5rem}.highlights-header h3{margin:0;font-size:1.1rem;color:var(--accent-orange);text-transform:uppercase;letter-spacing:1.5px;font-weight:800}.highlights-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.highlights-list li{position:relative;padding-left:1.8rem;font-size:.95rem;line-height:1.5;color:var(--text-primary);font-weight:500}.highlights-list li:before{content:"◈";position:absolute;left:0;color:var(--accent-orange);font-weight:700;font-size:1.1rem}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.popup-tags{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.05)}.popup-tag{background:#ff993314;color:var(--accent-orange);border:1px solid rgba(255,153,51,.15);padding:.3rem .7rem;border-radius:4px;font-size:.75rem;font-weight:600;letter-spacing:.4px;transition:all .25s ease;cursor:default}.popup-tag:hover{background:#ff993326;border-color:#ff99334d;transform:translateY(-1px)}.throbber-overlay{position:fixed;inset:0;background:#0009;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s ease}.throbber-overlay.light-mode{background:#ffffffb3}.simple-spinner{width:50px;height:50px;border:3px solid rgba(255,255,255,.1);border-radius:50%;border-left-color:#fbbf24;border-top-color:#fbbf24;animation:spin 1s linear infinite;box-shadow:0 0 15px #fbbf2433}.light-mode .simple-spinner{border-color:#0000001a;border-left-color:#d97706;border-top-color:#d97706}.throbber-message{margin-top:1.5rem;font-size:1rem;font-weight:500;color:#fbbf24;letter-spacing:.05em;animation:pulse 1.5s ease-in-out infinite}.light-mode .throbber-message{color:#d97706}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:.8}50%{opacity:1}}.guide-tour-overlay{position:fixed;inset:0;z-index:999999;pointer-events:none;transition:opacity .35s ease}.guide-tour-mask{position:fixed;inset:0;pointer-events:auto;background:transparent;z-index:999999}.guide-tour-mask svg{position:fixed;inset:0;width:100%;height:100%;pointer-events:none}.guide-tour-mask-rect{fill:#050514d1;transition:fill .3s ease;pointer-events:auto}.guide-tour-hole-rect{fill:#000}.guide-tour-target-highlight{position:fixed;border-radius:12px;z-index:1000000;pointer-events:none;box-shadow:0 0 0 4px #ff9933e6,0 0 0 8px #ff99334d,0 0 30px 8px #ff993340,0 0 60px 16px #ff64001f;animation:tour-pulse-ring 2s ease-in-out infinite;transition:all .4s cubic-bezier(.4,0,.2,1)}@keyframes tour-pulse-ring{0%,to{box-shadow:0 0 0 4px #ff9933e6,0 0 0 8px #ff99334d,0 0 30px 8px #ff993340,0 0 60px 16px #ff64001f}50%{box-shadow:0 0 0 4px #ffc850,0 0 0 12px #ff993373,0 0 40px 14px #ff993359,0 0 80px 24px #ff64002e}}.guide-tour-tooltip{position:fixed;z-index:1000001;width:350px;max-width:calc(100vw - 24px);background:linear-gradient(145deg,#140f23f7,#1e122df7);backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border:1px solid rgba(255,153,51,.35);border-radius:18px;padding:0;box-shadow:0 24px 60px #000000b3,0 0 0 1px #ffffff0f inset,0 1px #ffffff1a inset;pointer-events:auto;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;animation:tour-tooltip-appear .35s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes tour-tooltip-appear{0%{opacity:0;transform:scale(.88) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.guide-tour-tooltip:before{content:"";position:absolute;width:14px;height:14px;background:#19112af7;border:1px solid rgba(255,153,51,.35);border-radius:3px;z-index:-1}.guide-tour-tooltip.arrow-left:before{left:-8px;top:50%;transform:translateY(-50%) rotate(45deg);border-right:none;border-top:none}.guide-tour-tooltip.arrow-right:before{right:-8px;top:50%;transform:translateY(-50%) rotate(45deg);border-left:none;border-bottom:none}.guide-tour-tooltip.arrow-top:before{top:-8px;left:50%;transform:translate(-50%) rotate(45deg);border-right:none;border-bottom:none}.guide-tour-tooltip.arrow-bottom:before{bottom:-8px;left:50%;transform:translate(-50%) rotate(45deg);border-left:none;border-top:none}.guide-tour-progress-bar{height:4px;background:#ffffff14;position:relative;overflow:hidden}.guide-tour-progress-fill{height:100%;background:linear-gradient(90deg,#f93,#f50,#f93);background-size:200% 100%;animation:tour-progress-shimmer 2s linear infinite;border-radius:0 2px 2px 0;transition:width .4s cubic-bezier(.4,0,.2,1)}@keyframes tour-progress-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.guide-tour-header{display:flex;align-items:center;gap:12px;padding:16px 20px 12px}.guide-tour-emoji{font-size:1.6rem;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#ff99331f;border:1px solid rgba(255,153,51,.25);border-radius:12px;flex-shrink:0;animation:tour-emoji-float 3s ease-in-out infinite}@keyframes tour-emoji-float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.guide-tour-title-block{flex:1;min-width:0}.guide-tour-step-label{font-size:.62rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#f93;opacity:.85;margin-bottom:3px}.guide-tour-title{font-size:1rem;font-weight:700;color:#fff;line-height:1.3;margin:0}.guide-tour-close-x{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#ffffff12;border:1px solid rgba(255,255,255,.12);border-radius:8px;color:#ffffff80;cursor:pointer;font-size:1rem;line-height:1;transition:all .2s ease;flex-shrink:0;align-self:flex-start;margin-top:2px}.guide-tour-close-x:hover{background:#ff50502e;border-color:#ff505066;color:#fff}.guide-tour-description{padding:0 20px 16px;font-size:.84rem;line-height:1.65;color:#dcd7ebe0;border-bottom:1px solid rgba(255,255,255,.07)}.guide-tour-footer{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;gap:10px}.guide-tour-dots{display:flex;gap:4px;align-items:center;flex:1}.guide-tour-dot{width:7px;height:7px;border-radius:50%;background:#ffffff2e;transition:all .3s ease;cursor:pointer}.guide-tour-dot.active{background:#f93;width:20px;border-radius:4px;box-shadow:0 0 8px #f939}.guide-tour-dot:hover:not(.active){background:#ff993380}.guide-tour-buttons{display:flex;gap:8px;align-items:center}.guide-tour-btn{border:none;border-radius:10px;font-size:.8rem;font-weight:600;cursor:pointer;padding:8px 12px;transition:all .2s ease;line-height:1;white-space:nowrap}.guide-tour-btn-skip{background:#ffffff12;color:#ffffff80;padding:8px 10px;font-size:.75rem}.guide-tour-btn-skip:hover{background:#ffffff1f;color:#fffc}.guide-tour-btn-prev{background:#ff99331a;color:#f93;border:1px solid rgba(255,153,51,.3)}.guide-tour-btn-prev:hover{background:#f933;border-color:#f939}.guide-tour-btn-next{background:linear-gradient(135deg,#f93,#f50);color:#fff;box-shadow:0 4px 14px #ff640066}.guide-tour-btn-next:hover{background:linear-gradient(135deg,#ffb347,#f60);box-shadow:0 4px 20px #ff640099;transform:translateY(-1px)}.guide-tour-btn-next:active,.guide-tour-btn-prev:active{transform:translateY(0)}.guide-tour-btn-finish{background:linear-gradient(135deg,#4caf50,#2e7d32);color:#fff;box-shadow:0 4px 14px #4caf5066}.guide-tour-btn-finish:hover{background:linear-gradient(135deg,#66bb6a,#388e3c);box-shadow:0 4px 20px #4caf5099;transform:translateY(-1px)}.guide-tour-welcome{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:1000001;pointer-events:none;padding:20px}.guide-tour-welcome-card{pointer-events:auto;background:linear-gradient(145deg,#140e26fa,#1e1237fa);-webkit-backdrop-filter:blur(40px) saturate(200%);backdrop-filter:blur(40px) saturate(200%);border:1px solid rgba(255,153,51,.4);border-radius:24px;padding:40px 36px 32px;max-width:440px;width:100%;text-align:center;box-shadow:0 40px 100px #000c,0 0 0 1px #ffffff0f inset;animation:tour-welcome-appear .45s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes tour-welcome-appear{0%{opacity:0;transform:scale(.8) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.guide-tour-welcome-icon{font-size:3.2rem;margin-bottom:16px;display:block;animation:tour-welcome-bounce 2s ease-in-out infinite}@keyframes tour-welcome-bounce{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-8px) scale(1.05)}}.guide-tour-welcome-title{font-size:1.5rem;font-weight:800;color:#fff;margin:0 0 8px;letter-spacing:-.01em}.guide-tour-welcome-title span{background:linear-gradient(90deg,#f93,#f50);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.guide-tour-welcome-subtitle{font-size:.9rem;color:#d2c8ebbf;line-height:1.6;margin:0 0 28px}.guide-tour-welcome-features{display:flex;flex-direction:column;gap:10px;margin-bottom:28px;text-align:left}.guide-tour-welcome-feature{display:flex;align-items:center;gap:12px;padding:10px 14px;background:#ff993312;border:1px solid rgba(255,153,51,.15);border-radius:10px;font-size:.8rem;color:#dcd7ebe6}.guide-tour-welcome-feature .feat-icon{font-size:1.1rem;width:28px;text-align:center;flex-shrink:0}.guide-tour-welcome-btns{display:flex;gap:10px;justify-content:center}.guide-tour-welcome-btns .guide-tour-btn-next{flex:1;padding:13px 24px;font-size:.9rem;border-radius:12px}.guide-tour-welcome-btns .guide-tour-btn-skip{padding:13px 18px;border-radius:12px;font-size:.82rem}.guide-tour-launch-btn{position:fixed;bottom:80px;right:20px;z-index:5000;background:linear-gradient(135deg,#f93,#f50);color:#fff;border:none;border-radius:50px;padding:10px 18px;font-size:.82rem;font-weight:700;cursor:pointer;box-shadow:0 6px 24px #ff640073;transition:all .25s ease;display:flex;align-items:center;gap:6px;letter-spacing:.02em}.guide-tour-launch-btn:hover{transform:translateY(-2px);box-shadow:0 10px 32px #ff64008c}@media(max-width:600px){.guide-tour-tooltip{width:calc(100vw - 24px);max-width:300px;border-radius:12px}.guide-tour-header{padding:12px 16px 8px}.guide-tour-description{padding:0 16px 12px;font-size:.8rem}.guide-tour-footer{padding:8px 12px;flex-direction:column-reverse;align-items:stretch;gap:12px}.guide-tour-buttons{width:100%;justify-content:flex-end}.guide-tour-dots{justify-content:center;width:100%}.guide-tour-btn{flex:1;text-align:center;padding:10px 12px}.guide-tour-welcome-card{padding:30px 24px 26px;margin:0 10px}.guide-tour-welcome-title{font-size:1.25rem}.guide-tour-welcome-btns .guide-tour-btn-next{padding:11px 18px}}@media(max-width:400px){.guide-tour-tooltip{max-width:280px}}.scroll-to-top{position:fixed;bottom:2rem;right:1.5rem;z-index:999999;pointer-events:auto}.scroll-to-top.visible{animation:scrollBtnAppear .4s cubic-bezier(.175,.885,.32,1.275) forwards}@keyframes scrollBtnAppear{0%{opacity:0;transform:translateY(20px) scale(.7)}to{opacity:1;transform:translateY(0) scale(1)}}.scroll-btn{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#f93,#f59e0b);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #f59e0b8c,0 0 0 2px #ffffff2e;transition:transform .25s ease,box-shadow .25s ease,filter .25s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);animation:pulseGlow 2.8s ease-in-out infinite}.scroll-btn svg{width:20px;height:20px;transition:transform .25s ease}.scroll-btn:hover{transform:translateY(-4px) scale(1.08);box-shadow:0 8px 24px #f59e0bb3,0 0 0 3px #ffffff4d;filter:brightness(1.1);animation:none}.scroll-btn:hover svg{transform:translateY(-2px)}.scroll-btn:active{transform:scale(.93);filter:brightness(.95)}@keyframes pulseGlow{0%,to{box-shadow:0 4px 16px #f59e0b80,0 0 0 2px #ffffff26}50%{box-shadow:0 4px 26px #f59e0bcc,0 0 0 3px #ffffff47}}@media(max-width:768px){.scroll-to-top{bottom:1.5rem;right:1.1rem}.scroll-btn{width:40px;height:40px}.scroll-btn svg{width:18px;height:18px}}.quiz-page-scroller,.quiz-content-wrapper,.quiz-completion-wrapper{flex:1;display:flex;flex-direction:column;width:100%;min-height:50vh;padding-bottom:2rem!important}.quiz-internal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#ffffff05;border-bottom:1px solid rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-top:10px}.quiz-header-left{display:flex;align-items:center;gap:.75rem}.quiz-icon{font-size:1.25rem}.quiz-title{margin:0;font-size:1.1rem;font-weight:500}.quiz-subtitle{color:#888;font-size:.9rem;font-weight:400}.quiz-close-btn{background:none;border:none;color:#888;font-size:1.5rem;cursor:pointer;transition:color .2s}.quiz-close-btn:hover{color:#fff}.back-link-btn{background:none;border:none;color:#888;font-size:1.5rem;cursor:pointer;margin-right:.5rem;padding:0;line-height:1}.back-link-btn:hover{color:#fff}.quiz-progress-section{padding:1.5rem 2rem;display:flex;flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;width:100%;position:relative;z-index:2}.progress-bar{display:flex;gap:.5rem;height:4px;width:100%}.progress-segment{flex:1;background-color:#333;border-radius:2px;transition:all .3s ease}.progress-segment.current{background-color:#7c9cf8;box-shadow:0 0 10px #7c9cf866}.progress-segment.segment-correct{background-color:#4caf50}.progress-segment.segment-wrong{background-color:#ef5350}.quiz-stats{display:flex;align-items:center;justify-content:flex-end;gap:1rem}.question-counter{color:#888;font-size:.9rem;margin-right:auto}.score-badge{padding:.25rem .75rem;border-radius:4px;font-size:.85rem;font-weight:600;display:flex;align-items:center;gap:.4rem}.score-badge.wrong{background-color:#ef53501a;color:#ef5350;border:1px solid rgba(239,83,80,.2)}.score-badge.correct{background-color:#4caf501a;color:#4caf50;border:1px solid rgba(76,175,80,.2)}.quiz-main-content{flex:1;display:flex;justify-content:center;padding:0 2rem 2rem;max-width:800px;margin:0 auto;width:100%;position:relative;z-index:2}.question-container{width:100%;display:flex;flex-direction:column;gap:1.2rem;background:var(--bg-control);padding:1rem;border-radius:8px}.question-text{font-size:1.25rem;line-height:1.5;font-weight:500;margin:0}.question-number{color:#888}.options-grid{display:flex;flex-direction:column;gap:.75rem}.option-wrapper{display:flex;flex-direction:column;gap:.5rem}.option-btn{background-color:#252525;border:1px solid #333;border-radius:8px;padding:.8rem 1rem;text-align:left;color:#e0e0e0;cursor:pointer;transition:all .2s;display:flex;gap:1rem;align-items:center;font-size:1rem;width:100%;position:relative}.option-btn:hover:not(:disabled){background-color:#2a2a2a;border-color:#444}.option-btn.selected{background-color:#2d3446;border-color:#7c9cf8}.option-btn.correct{background-color:#4caf501a;border-color:#4caf50;color:#4caf50}.option-btn.wrong{background-color:#ef53501a;border-color:#ef5350;color:#ef5350}.option-id{font-weight:600;color:#888}.option-btn.correct .option-id{color:#4caf50}.option-btn.wrong .option-id{color:#ef5350}.feedback-icon{margin-left:auto;font-size:1.2rem;font-weight:700}.feedback-correct{color:#4caf50}.feedback-wrong{color:#ef5350}.rationale-box{padding:1rem;border-radius:8px;font-size:.9rem;line-height:1.4;animation:slideDown .3s ease-out}.rationale-box strong{display:block;margin-bottom:.4rem;text-transform:uppercase;font-size:.75rem;letter-spacing:.05em}.rationale-correct{background-color:#4caf500d;border-left:3px solid #4caf50;color:#a5d6a7}.rationale-wrong{background-color:#ef53500d;border-left:3px solid #ef5350;color:#ef9a9a}.rationale-box p{margin:0}.hint-section{margin-top:1rem}.hint-toggle{background:none;border:none;color:#888;cursor:pointer;font-size:.9rem;padding:0;display:flex;align-items:center;gap:.5rem}.hint-toggle:hover{color:#aaa}.hint-text{margin-top:1rem;padding:1rem;background-color:#1a1a1a;border-left:3px solid #7c9cf8;border-radius:4px;font-size:.95rem;color:#aaa;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.quiz-nav-footer{display:flex;justify-content:space-between;align-items:center;margin-top:0;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.08)}.nav-btn{min-width:120px;height:48px;border-radius:12px;font-weight:600;font-size:.95rem;letter-spacing:.3px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center}.back-btn{background:transparent;border:1px solid rgba(255,255,255,.15);color:#888}.back-btn:hover:not(:disabled){border-color:#fff;color:#fff;background:#ffffff0d}.back-btn:disabled{opacity:.3;cursor:not-allowed;border-color:#ffffff0d}.next-btn{background:var(--accent-orange);color:#000;border:none;box-shadow:0 4px 12px #0003}.next-btn:hover:not(:disabled){transform:translateY(-2px);filter:brightness(1.1);box-shadow:0 6px 16px #0000004d}.next-btn:disabled{background-color:#333;color:#666;cursor:not-allowed;box-shadow:none;transform:none}@media(max-width:600px){.quiz-internal-header{padding:.25rem .5rem}.quiz-progress-section{padding:.4rem .5rem;gap:.25rem}.quiz-main-content{padding:0 .5rem}.question-container{padding:.5rem .75rem;gap:.5rem;display:flex;flex-direction:column}.quiz-nav-footer{padding:0 0 .4rem;margin-bottom:.6rem;border-top:none;border-bottom:1px solid rgba(255,255,255,.08);order:-1}.question-text{font-size:1.05rem;margin-top:.1rem;line-height:1.3}.option-btn{padding:.5rem .75rem;font-size:.85rem}.nav-btn{height:36px;min-width:80px;border-radius:6px;font-size:.8rem}}.completion-container{width:100%;max-width:1000px;display:flex;flex-direction:column;align-items:center;gap:3rem;padding-top:2rem;animation:fadeIn .5s ease-out}.completion-title{font-size:2.2rem;font-weight:400;color:#e0e0e0;margin:0;text-align:center}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%}.stat-card{background-color:#1a1a1a;border-radius:12px;padding:2.5rem 2rem;display:flex;flex-direction:column;gap:1rem;border:1px solid #222}.stat-label{color:#888;font-size:.9rem;font-weight:500}.stat-value{font-size:3.5rem;font-weight:500;color:#fff}.breakdown-card{justify-content:center;gap:.8rem;padding:2rem}.breakdown-row{display:flex;justify-content:space-between;align-items:center;font-size:1rem;color:#e0e0e0}.breakdown-value{font-weight:600;font-size:1.1rem}.completion-actions{display:flex;gap:1rem;margin-top:1rem}.share-results-btn{display:flex;align-items:center;gap:.75rem;background-color:#e0e0e0;color:#000;border:none;padding:.85rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.share-results-btn:hover{background-color:#fff;transform:translateY(-2px)}.restart-btn{background:none;border:1px solid #333;color:#e0e0e0;padding:.85rem 2.5rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.restart-btn:hover{background-color:#1a1a1a;border-color:#444}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.stats-grid{grid-template-columns:1fr;gap:1rem}.stat-card{padding:1rem;gap:.25rem;min-height:auto}.stat-value{font-size:1.8rem}.stat-label{font-size:.75rem}.breakdown-card{padding:1rem;gap:.4rem}.completion-container{gap:1.5rem;padding-bottom:2rem}.completion-actions{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;width:100%;margin-bottom:3rem}.share-results-btn,.view-cert-btn,.restart-btn{width:100%;padding:.8rem .5rem!important;font-size:.85rem!important;justify-content:center;margin:0}}.chapter-selection-container{width:100%;max-width:1200px;margin:0 auto;padding:2rem!important;animation:fadeIn .5s ease-out;flex:1;display:flex;flex-direction:column}.selection-header{text-align:center;margin-top:-1rem;margin-bottom:0}.selection-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(to right,#fbbf24,#f59e0b);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.selection-subtitle{color:#888;font-size:1.1rem}.chapters-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;width:100%;margin-bottom:8rem!important}.chapter-card{background-color:#1a1a1a;border:1px solid #333;border-radius:16px;padding:1.5rem;cursor:pointer;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;flex-direction:column;gap:.75rem;position:relative;overflow:hidden}.chapter-card:hover:not(.locked){transform:translateY(-8px);border-color:#fbbf24;background-color:#222;box-shadow:0 10px 30px #00000080}.chapter-card.locked{opacity:.6;cursor:not-allowed;filter:grayscale(.8)}.chapter-number{font-size:.8rem;font-weight:700;color:#fbbf24;text-transform:uppercase;letter-spacing:.1em}.chapter-name{font-size:1.25rem;font-weight:600;color:#fff;margin:0}.chapter-desc{font-size:.9rem;color:#888;line-height:1.4}.lock-badge{position:absolute;top:1rem;right:1rem;font-size:.8rem;background-color:#333;padding:.2rem .6rem;border-radius:4px;color:#666}.chapter-card:not(.locked):after{content:"Start Quiz →";position:absolute;bottom:-2rem;right:1.5rem;font-size:.85rem;font-weight:600;color:#fbbf24;transition:bottom .3s ease}.chapter-card:not(.locked):hover:after{bottom:1.5rem}.user-greeting{color:#fbbf24;font-weight:700;cursor:pointer;display:inline;transition:all .2s}.user-greeting:hover{color:#f59e0b;text-decoration:underline}.edit-icon-small{width:14px;height:14px;opacity:.6;transition:opacity .2s}.user-greeting:hover .edit-icon-small{opacity:1}.view-cert-btn{background:#4f46e5;color:#fff;border:none;padding:1rem 1.5rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 15px #4f46e54d}.view-cert-btn:hover{background:#4338ca;transform:translateY(-2px);box-shadow:0 6px 20px #4f46e566}.btn-icon{font-size:1.2rem}.light-mode .quiz-internal-header{background:#00000005;border-bottom:1px solid rgba(0,0,0,.05)}.light-mode .selection-subtitle,.light-mode .quiz-subtitle,.light-mode .question-counter,.light-mode .hint-toggle,.light-mode .chapter-desc{color:#64748b}.light-mode .question-text{color:#0f172a}.light-mode .chapter-card,.light-mode .stat-card{background-color:#fff;border-color:#e2e8f0;box-shadow:0 4px 6px -1px #0000001a}.light-mode .chapter-card:hover:not(.locked){background-color:#f8fafc;border-color:#fbbf24}.light-mode .chapter-name,.light-mode .stat-value,.light-mode .completion-title,.light-mode .breakdown-row{color:#0f172a}.light-mode .option-btn{background-color:#f8fafc;border-color:#e2e8f0;color:#334155}.light-mode .option-btn:hover:not(:disabled){background-color:#f1f5f9;border-color:#cbd5e1}.light-mode .option-btn.selected{background-color:#eff6ff;border-color:#7c9cf8}.light-mode .rationale-correct{background-color:#4caf501a;color:#166534}.light-mode .rationale-wrong{background-color:#ef53501a;color:#991b1b}.light-mode .hint-text{background-color:#f1f5f9;color:#475569}.light-mode .back-btn{border-color:#0000001a;color:#64748b}.light-mode .back-btn:hover:not(:disabled){border-color:#0f172a;color:#0f172a;background:#0000000d}.light-mode .share-results-btn{background-color:#0f172a;color:#fff}.light-mode .share-results-btn:hover{background-color:#1e293b}.light-mode .restart-btn{border-color:#e2e8f0;color:#475569}.light-mode .restart-btn:hover{background-color:#f8fafc;border-color:#cbd5e1}.light-mode .quiz-nav-footer{border-top:1px solid rgba(0,0,0,.1)}.light-mode .progress-segment{background-color:#e2e8f0}.light-mode .progress-segment.current{background-color:#7c9cf8}.user-location-marker{position:absolute;transform:translate(-50%,-50%);width:20px;height:20px;display:flex;align-items:center;justify-content:center;pointer-events:none}.user-location-icon{width:24px;height:24px;color:#4285f4;filter:drop-shadow(0 0 2px rgba(255,255,255,.8));z-index:2;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;padding:2px;box-shadow:0 2px 5px #0000004d}.user-location-pulse{position:absolute;width:40px;height:40px;background-color:#4285f466;border-radius:50%;animation:pulse-ring 2s infinite;z-index:1}@keyframes pulse-ring{0%{transform:scale(.5);opacity:1}to{transform:scale(1.5);opacity:0}}.location-switch{position:relative;display:inline-block;width:40px;height:22px}.location-switch input{opacity:0;width:0;height:0}.location-slider{position:absolute;cursor:pointer;inset:0;background-color:#ffffff1a;transition:.4s;border-radius:22px;border:1px solid rgba(255,255,255,.1)}.location-slider:before{position:absolute;content:"";height:16px;width:16px;left:2px;bottom:2px;background-color:#888;transition:.4s;border-radius:50%}.location-switch input:checked+.location-slider{background-color:#2196f333;border-color:#2196f3}.location-switch input:checked+.location-slider:before{transform:translate(18px);background-color:#2196f3;box-shadow:0 0 5px #2196f3}.location-active-text{color:#2196f3!important;text-shadow:0 0 10px rgba(33,150,243,.5)}.map-distance-label{position:absolute;top:25px;left:50%;transform:translate(-50%);background-color:#000000b3;color:#fff;padding:2px 6px;border-radius:10px;font-size:.75rem;font-weight:600;white-space:nowrap;z-index:3000;box-shadow:0 2px 4px #0000004d;border:1px solid rgba(255,255,255,.2);pointer-events:none}
