.landing-page{width:100%;overflow-x:hidden;background:linear-gradient(180deg,#f8fafc,#fff)}.hero-section{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;animation:float 20s ease-in-out infinite}.orb-1{width:500px;height:500px;background:linear-gradient(135deg,#667eea,#764ba2);top:-10%;left:-10%;animation-delay:0s}.orb-2{width:400px;height:400px;background:linear-gradient(135deg,#f093fb,#f5576c);top:20%;right:-5%;animation-delay:5s}.orb-3{width:350px;height:350px;background:linear-gradient(135deg,#4facfe,#00f2fe);bottom:-10%;left:30%;animation-delay:10s}.hero-content{position:relative;z-index:1;max-width:900px;text-align:center;animation:fadeInUp 1s ease-out}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:50px;font-size:.875rem;font-weight:600;color:#1f2937;box-shadow:0 4px 6px #0000000d;margin-bottom:2rem;animation:slideDown 1s ease-out .2s both}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.badge-icon{font-size:1.25rem;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.hero-title{font-size:clamp(2.5rem,8vw,4.5rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:#1f2937;animation:fadeInUp 1s ease-out .3s both}.gradient-text{background:linear-gradient(135deg,#667eea,#764ba2,#f5576c);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShift 3s ease infinite}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.hero-subtitle{font-size:clamp(1rem,3vw,1.25rem);color:#6b7280;max-width:600px;margin:0 auto 3rem;line-height:1.6;animation:fadeInUp 1s ease-out .4s both}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:4rem;animation:fadeInUp 1s ease-out .5s both}.cta-primary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.125rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 25px #667eea4d;position:relative;overflow:hidden}.cta-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.cta-primary:hover:before{left:100%}.cta-primary:hover{transform:translateY(-2px);box-shadow:0 15px 35px #667eea66}.cta-primary:active{transform:translateY(0)}.arrow-icon{width:20px;height:20px;transition:transform .3s ease}.cta-primary:hover .arrow-icon{transform:translate(5px)}.cta-secondary{padding:1rem 2rem;font-size:1.125rem;font-weight:600;color:#667eea;background:#fff;border:2px solid #667eea;border-radius:12px;cursor:pointer;transition:all .3s ease}.cta-secondary:hover{background:#667eea;color:#fff;transform:translateY(-2px);box-shadow:0 10px 25px #667eea33}.hero-stats{display:flex;gap:2rem;justify-content:center;align-items:center;flex-wrap:wrap;padding:2rem;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;border:1px solid rgba(255,255,255,.3);box-shadow:0 10px 30px #0000000d;animation:fadeInUp 1s ease-out .6s both}.stat-item{text-align:center}.stat-value{font-size:2rem;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:.875rem;color:#6b7280;margin-top:.25rem}.stat-divider{width:1px;height:40px;background:linear-gradient(180deg,transparent,#e5e7eb,transparent)}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#9ca3af;font-size:.875rem;animation:fadeIn 1s ease-out 1s both}.scroll-mouse{width:24px;height:36px;border:2px solid #9ca3af;border-radius:12px;position:relative}.scroll-wheel{width:4px;height:8px;background:#9ca3af;border-radius:2px;position:absolute;top:6px;left:50%;transform:translate(-50%);animation:scrollWheel 2s ease-in-out infinite}@keyframes scrollWheel{0%,to{top:6px;opacity:1}50%{top:18px;opacity:.5}}.features-section{padding:6rem 2rem;max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:#1f2937;margin-bottom:1rem}.section-subtitle{font-size:1.125rem;color:#6b7280}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{padding:2.5rem;background:#fff;border-radius:20px;border:1px solid #e5e7eb;transition:all .4s cubic-bezier(.4,0,.2,1);opacity:0;transform:translateY(30px);box-shadow:0 4px 6px #0000000d}.feature-card.visible{opacity:1;transform:translateY(0)}.feature-card:nth-child(1){transition-delay:.1s}.feature-card:nth-child(2){transition-delay:.2s}.feature-card:nth-child(3){transition-delay:.3s}.feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a;border-color:#667eea}.feature-icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:all .3s ease}.feature-card:hover .feature-icon{transform:scale(1.1) rotate(5deg)}.recall-icon{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.poll-icon{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.leaderboard-icon{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff}.feature-icon svg{width:32px;height:32px}.feature-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.feature-description{font-size:1rem;color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.feature-link{display:inline-flex;align-items:center;font-weight:600;color:#667eea;background:none;border:none;cursor:pointer;transition:all .3s ease;font-size:1rem}.feature-link:hover{color:#764ba2;transform:translate(5px)}.about-section{padding:6rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;opacity:0;transform:translateY(30px);transition:all .8s ease}.about-section.visible{opacity:1;transform:translateY(0)}.about-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:4rem;align-items:center}.about-title{font-size:clamp(2rem,5vw,3rem);font-weight:800;margin-bottom:1.5rem}.about-description{font-size:1.125rem;line-height:1.8;margin-bottom:2rem;opacity:.95}.about-features{list-style:none;padding:0;margin:0}.about-features li{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;font-size:1rem}.check-icon{width:24px;height:24px;flex-shrink:0}.about-visual{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;position:relative}.visual-card{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease;animation:floatCard 3s ease-in-out infinite}.visual-card:hover{transform:translateY(-10px);background:#ffffff40}.card-1{grid-column:1 / 2;animation-delay:0s}.card-2{grid-column:2 / 3;animation-delay:1s}.card-3{grid-column:1 / 3;animation-delay:2s}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.card-icon{font-size:3rem;margin-bottom:1rem}.card-text{font-size:1.125rem;font-weight:600}.cta-section{padding:6rem 2rem;background:linear-gradient(180deg,#f8fafc,#fff)}.cta-content{max-width:800px;margin:0 auto;text-align:center}.cta-title{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:#1f2937;margin-bottom:1rem}.cta-description{font-size:1.25rem;color:#6b7280;margin-bottom:2.5rem}.cta-button{display:inline-flex;align-items:center;gap:.75rem;padding:1.25rem 2.5rem;font-size:1.25rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:16px;cursor:pointer;transition:all .3s ease;box-shadow:0 15px 35px #667eea4d;position:relative;overflow:hidden}.cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.cta-button:hover:before{left:100%}.cta-button:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 20px 45px #667eea66}.button-arrow{width:24px;height:24px;transition:transform .3s ease}.cta-button:hover .button-arrow{transform:translate(5px)}.landing-footer{background:#1f2937;color:#fff;padding:3rem 2rem 1.5rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:2rem}.footer-brand{padding-right:4rem}.footer-brand h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.footer-brand p{color:#9ca3af;font-size:.875rem}.footer-column h4{font-size:1rem;font-weight:600;margin-bottom:1rem}.footer-column a{display:block;color:#9ca3af;font-size:.875rem;margin-bottom:.75rem;cursor:pointer;transition:color .3s ease}.footer-column a:hover{color:#fff}.footer-column p{color:#9ca3af;font-size:.875rem;margin-bottom:.5rem;line-height:1.5}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid #374151;text-align:center;color:#9ca3af;font-size:.875rem}@media(max-width:768px){.hero-section{min-height:90vh;padding:1rem}.hero-stats{gap:1rem;padding:1.5rem}.stat-divider{display:none}.features-section,.about-section,.cta-section{padding:4rem 1.5rem}.about-content{gap:2rem}.visual-card{padding:1.5rem}}@media(max-width:480px){.hero-cta{flex-direction:column;width:100%}.cta-primary,.cta-secondary{width:100%;justify-content:center}.features-grid{grid-template-columns:1fr}}.tricolor-accent{position:absolute;top:0;right:0;width:200px;height:200px;opacity:.1;background:linear-gradient(180deg,#f93 33%,#fff 33%,#fff 66%,#138808 66%);border-radius:50%;filter:blur(40px)}.hero-visual{margin:2rem 0;display:flex;justify-content:center;animation:fadeInUp 1s ease-out .5s both}.hero-image{max-width:400px;width:100%;height:auto;border-radius:20px;box-shadow:0 20px 60px #00000026;animation:floatImage 4s ease-in-out infinite}@keyframes floatImage{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.feature-icon-wrapper{position:relative;margin-bottom:1.5rem;display:flex;flex-direction:column;align-items:center}.feature-building-img{width:100%;max-width:150px;height:auto;border-radius:12px;margin-bottom:1rem;opacity:1;transition:all .3s ease;background:#fff;padding:1rem;box-shadow:0 4px 12px #00000014}.feature-card:hover .feature-building-img{transform:scale(1.05);box-shadow:0 8px 20px #0000001f}.feature-stats{margin-bottom:1rem}.stat-badge{display:inline-block;padding:.5rem 1rem;background:linear-gradient(135deg,#f93,#138808);color:#fff;border-radius:20px;font-size:.875rem;font-weight:600}.gamification-section{padding:6rem 2rem;background:linear-gradient(135deg,#f8fafc,#e0e7ff);opacity:0;transform:translateY(30px);transition:all .8s ease}.gamification-section.visible{opacity:1;transform:translateY(0)}.gamification-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:4rem;align-items:center}.gamification-title{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:#1f2937;margin-bottom:1rem;display:flex;align-items:center;gap:1rem}.trophy-icon{font-size:3rem;animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.gamification-description{font-size:1.125rem;color:#6b7280;margin-bottom:2rem;line-height:1.8}.achievement-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.achievement-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border-radius:16px;border:2px solid #e5e7eb;transition:all .4s ease;position:relative;overflow:hidden}.achievement-item.locked{opacity:.5;filter:grayscale(1)}.achievement-item.unlocked{border-color:#10b981;box-shadow:0 10px 30px #10b98133;animation:unlockPulse .6s ease-out}@keyframes unlockPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.achievement-icon{font-size:2.5rem;flex-shrink:0}.achievement-info{flex:1}.achievement-info h4{font-size:1.125rem;font-weight:700;color:#1f2937;margin-bottom:.25rem}.achievement-info p{font-size:.875rem;color:#6b7280}.unlock-badge{position:absolute;top:.5rem;right:.5rem;padding:.25rem .75rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:12px;font-size:.75rem;font-weight:700;text-transform:uppercase;animation:slideInRight .5s ease-out}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.progress-tracker{padding:1.5rem;background:#fff;border-radius:16px;box-shadow:0 4px 6px #0000000d}.progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-weight:600;color:#1f2937}.progress-percentage{color:#667eea;font-size:1.25rem}.progress-bar{width:100%;height:12px;background:#e5e7eb;border-radius:6px;overflow:hidden;margin-bottom:.5rem}.progress-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:6px;transition:width .5s ease}.progress-hint{font-size:.875rem;color:#9ca3af;margin:0}.gamification-visual{position:relative;display:flex;justify-content:center;align-items:center}.badges-image{max-width:400px;width:100%;height:auto;border-radius:20px;box-shadow:0 20px 60px #0000001a}.floating-badge{position:absolute;width:60px;height:60px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #00000026;animation:floatBadge 3s ease-in-out infinite}.badge-1{top:10%;left:10%;animation-delay:0s}.badge-2{top:60%;right:10%;animation-delay:1s}.badge-3{bottom:10%;left:20%;animation-delay:2s}@keyframes floatBadge{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(10deg)}}.badge-emoji{font-size:2rem}.card-subtext{font-size:.875rem;opacity:.8;margin-top:.5rem}.footer-tricolor{display:flex;gap:.5rem;margin-top:1rem}.color-bar{height:4px;flex:1;border-radius:2px}.color-bar.saffron{background:#f93}.color-bar.white{background:#fff;border:1px solid #374151}.color-bar.green{background:#138808}@media(max-width:768px){.gamification-section{padding:4rem 1.5rem}.gamification-content{gap:2rem}.hero-image,.badges-image{max-width:300px}.floating-badge{width:50px;height:50px}.badge-emoji{font-size:1.5rem}}@media(max-width:480px){.achievement-item{flex-direction:column;text-align:center}.gamification-title{flex-direction:column}}.leader-landing-page{width:100%;overflow-x:hidden;background:linear-gradient(180deg,#f0f9ff,#fff)}.leader-hero-section{position:relative;min-height:90vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;overflow:hidden}.leader-hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.leader-gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4;animation:float 20s ease-in-out infinite}.leader-gradient-orb.orb-1{width:500px;height:500px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);top:-10%;left:-10%}.leader-gradient-orb.orb-2{width:400px;height:400px;background:linear-gradient(135deg,#10b981,#059669);bottom:-10%;right:-5%;animation-delay:5s}.leader-hero-content{position:relative;z-index:1;max-width:900px;text-align:center;animation:fadeInUp 1s ease-out}.leader-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(59,130,246,.2);border-radius:50px;font-size:.875rem;font-weight:600;color:#1e40af;box-shadow:0 4px 6px #0000000d;margin-bottom:2rem;animation:slideDown 1s ease-out .2s both}.leader-hero-title{font-size:clamp(2.5rem,8vw,4rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:#1e293b;animation:fadeInUp 1s ease-out .3s both}.leader-gradient-text{background:linear-gradient(135deg,#3b82f6,#10b981);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShift 3s ease infinite}.leader-hero-subtitle{font-size:clamp(1rem,3vw,1.25rem);color:#64748b;max-width:700px;margin:0 auto 3rem;line-height:1.6;animation:fadeInUp 1s ease-out .4s both}.leader-hero-stats{display:flex;gap:2rem;justify-content:center;align-items:center;flex-wrap:wrap;padding:2rem;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;border:1px solid rgba(59,130,246,.1);box-shadow:0 10px 30px #0000000d;margin-bottom:3rem;animation:fadeInUp 1s ease-out .5s both}.leader-stat-item{text-align:center}.leader-stat-icon{font-size:2rem;margin-bottom:.5rem}.leader-stat-value{font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,#3b82f6,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.leader-stat-label{font-size:.875rem;color:#64748b;margin-top:.25rem}.leader-stat-divider{width:1px;height:60px;background:linear-gradient(180deg,transparent,#e2e8f0,transparent)}.leader-hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:fadeInUp 1s ease-out .6s both}.leader-cta-primary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1.125rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 25px #3b82f64d;position:relative;overflow:hidden}.leader-cta-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.leader-cta-primary:hover:before{left:100%}.leader-cta-primary:hover{transform:translateY(-2px);box-shadow:0 15px 35px #3b82f666}.leader-cta-secondary{padding:1rem 2rem;font-size:1.125rem;font-weight:600;color:#3b82f6;background:#fff;border:2px solid #3b82f6;border-radius:12px;cursor:pointer;transition:all .3s ease}.leader-cta-secondary:hover{background:#3b82f6;color:#fff;transform:translateY(-2px);box-shadow:0 10px 25px #3b82f633}.leader-benefits-section{padding:6rem 2rem;max-width:1200px;margin:0 auto}.leader-section-header{text-align:center;margin-bottom:4rem}.leader-section-title{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:#1e293b;margin-bottom:1rem}.leader-section-subtitle{font-size:1.125rem;color:#64748b}.leader-benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.benefit-card{padding:2.5rem;background:#fff;border-radius:20px;border:1px solid #e2e8f0;transition:all .4s cubic-bezier(.4,0,.2,1);opacity:0;transform:translateY(30px);box-shadow:0 4px 6px #0000000d}.benefit-card.visible{opacity:1;transform:translateY(0)}.benefit-card:nth-child(1){transition-delay:.1s}.benefit-card:nth-child(2){transition-delay:.2s}.benefit-card:nth-child(3){transition-delay:.3s}.benefit-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a;border-color:#3b82f6}.benefit-icon-wrapper{margin-bottom:1.5rem;display:flex;justify-content:center}.benefit-icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.benefit-card:hover .benefit-icon{transform:scale(1.1) rotate(5deg)}.analytics-icon{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.privacy-icon{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.insights-icon{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.benefit-icon svg{width:32px;height:32px}.benefit-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.benefit-description{font-size:1rem;color:#64748b;line-height:1.6;margin-bottom:1.5rem}.benefit-features{list-style:none;padding:0;margin:0}.benefit-features li{font-size:.875rem;color:#475569;margin-bottom:.5rem;padding-left:.5rem}.leader-privacy-section{padding:6rem 2rem;background:linear-gradient(135deg,#1e40af,#10b981);color:#fff;opacity:0;transform:translateY(30px);transition:all .8s ease}.leader-privacy-section.visible{opacity:1;transform:translateY(0)}.leader-privacy-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:4rem;align-items:center}.leader-privacy-title{font-size:clamp(2rem,5vw,3rem);font-weight:800;margin-bottom:1.5rem}.leader-privacy-description{font-size:1.125rem;line-height:1.8;margin-bottom:2rem;opacity:.95}.privacy-guarantees{display:flex;flex-direction:column;gap:1.5rem}.privacy-item{display:flex;gap:1rem;align-items:flex-start}.privacy-icon{font-size:2rem;flex-shrink:0}.privacy-info h4{font-size:1.125rem;font-weight:700;margin-bottom:.5rem}.privacy-info p{font-size:.875rem;opacity:.9}.leader-privacy-visual{display:flex;justify-content:center;align-items:center}.data-flow-diagram{display:flex;flex-direction:column;gap:1rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:20px;border:1px solid rgba(255,255,255,.2)}.flow-step{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;background:#ffffff26;border-radius:12px}.flow-icon{font-size:2rem}.flow-label{font-size:.875rem;font-weight:600;text-align:center}.flow-arrow{text-align:center;font-size:1.5rem;opacity:.7}.leader-analytics-preview{padding:6rem 2rem;background:#f8fafc}.analytics-preview-header{text-align:center;margin-bottom:4rem}.analytics-preview-title{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:#1e293b;margin-bottom:1rem}.analytics-preview-subtitle{font-size:1.125rem;color:#64748b}.analytics-mockup{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.mockup-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 10px 30px #0000001a;border:1px solid #e2e8f0}.mockup-card h3{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem}.performance-bars{display:flex;flex-direction:column;gap:1rem}.performance-item{display:flex;flex-direction:column;gap:.5rem}.performance-label{font-size:.875rem;font-weight:600;color:#475569}.performance-bar{width:100%;height:32px;background:#f1f5f9;border-radius:8px;overflow:hidden;position:relative}.performance-fill{height:100%;display:flex;align-items:center;justify-content:flex-end;padding-right:.75rem;font-weight:700;color:#fff;transition:width 1s ease}.keep-fill{background:linear-gradient(90deg,#10b981,#059669)}.recall-fill{background:linear-gradient(90deg,#ef4444,#dc2626)}.participation-stats{display:flex;gap:2rem;justify-content:space-around}.participation-item{text-align:center}.participation-number{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#3b82f6,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.participation-label{font-size:.875rem;color:#64748b}.leader-cta-section{padding:6rem 2rem;background:linear-gradient(180deg,#fff,#f0f9ff)}.leader-cta-content{max-width:800px;margin:0 auto;text-align:center}.leader-cta-title{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:#1e293b;margin-bottom:1rem}.leader-cta-description{font-size:1.25rem;color:#64748b;margin-bottom:2.5rem}.leader-cta-button{display:inline-flex;align-items:center;gap:.75rem;padding:1.25rem 2.5rem;font-size:1.25rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#3b82f6,#10b981);border:none;border-radius:16px;cursor:pointer;transition:all .3s ease;box-shadow:0 15px 35px #3b82f64d;position:relative;overflow:hidden}.leader-cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.leader-cta-button:hover:before{left:100%}.leader-cta-button:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 20px 45px #3b82f666}.leader-landing-footer{background:#1e293b;color:#fff;padding:3rem 2rem 1.5rem}.leader-footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:2rem}.leader-footer-brand{padding-right:4rem}.leader-footer-brand h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.leader-footer-brand p{color:#94a3b8;font-size:.875rem}.leader-footer-column h4{font-size:1rem;font-weight:600;margin-bottom:1rem}.leader-footer-column a{display:block;color:#94a3b8;font-size:.875rem;margin-bottom:.75rem;cursor:pointer;transition:color .3s ease}.leader-footer-column a:hover{color:#fff}.leader-footer-column p{color:#94a3b8;font-size:.875rem;margin-bottom:.5rem;line-height:1.5}.leader-footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid #334155;text-align:center;color:#94a3b8;font-size:.875rem}@media(max-width:768px){.leader-hero-section{min-height:80vh;padding:1rem}.leader-hero-stats{gap:1rem;padding:1.5rem}.leader-stat-divider{display:none}.leader-benefits-section,.leader-privacy-section,.leader-analytics-preview,.leader-cta-section{padding:4rem 1.5rem}.leader-privacy-content{gap:2rem}.data-flow-diagram{padding:1.5rem}}@media(max-width:480px){.leader-hero-cta{flex-direction:column;width:100%}.leader-cta-primary,.leader-cta-secondary{width:100%;justify-content:center}.leader-benefits-grid,.analytics-mockup{grid-template-columns:1fr}.participation-stats{flex-direction:column;gap:1rem}}.otp-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .3s ease-out}.otp-modal-content{background:#fff;border-radius:24px;padding:2.5rem;width:100%;max-width:480px;box-shadow:0 20px 60px #0000004d;position:relative;animation:slideUp .4s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.otp-modal-close{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border:none;background:#0000000d;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#6b7280}.otp-modal-close:hover{background:#0000001a;color:#374151;transform:rotate(90deg)}.otp-modal-close svg{width:20px;height:20px}.otp-modal-header{text-align:center;margin-bottom:2rem}.otp-modal-icon{width:72px;height:72px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:18px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #667eea4d;animation:iconPulse 2s ease-in-out infinite}@keyframes iconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.otp-modal-icon svg{width:36px;height:36px;color:#fff}.otp-modal-title{font-size:1.75rem;font-weight:800;color:#1f2937;margin-bottom:1rem}.otp-step-indicator{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem}.step-dot{width:10px;height:10px;border-radius:50%;background:#e5e7eb;transition:all .3s ease}.step-dot.active{background:linear-gradient(135deg,#667eea,#764ba2);transform:scale(1.2)}.step-line{width:40px;height:2px;background:#e5e7eb}.otp-error-message,.otp-success-message{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:12px;margin-bottom:1.5rem;font-size:.875rem;font-weight:500;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.otp-error-message{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.otp-error-message svg{width:20px;height:20px;flex-shrink:0}.otp-success-message{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.otp-success-message svg{width:20px;height:20px;flex-shrink:0}.otp-step-content{animation:fadeInContent .4s ease-out}@keyframes fadeInContent{0%{opacity:0}to{opacity:1}}.otp-step-description{text-align:center;color:#6b7280;font-size:.95rem;line-height:1.6;margin-bottom:2rem}.otp-step-description strong{color:#374151;font-weight:600}.otp-phone-input-group{margin-bottom:1.5rem}.otp-input-label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.otp-phone-input-wrapper{position:relative;display:flex;align-items:center}.otp-country-code{position:absolute;left:1rem;font-size:1rem;font-weight:600;color:#6b7280;pointer-events:none}.otp-phone-input{width:100%;padding:1rem 1rem 1rem 3.5rem;font-size:1rem;border:2px solid #e5e7eb;border-radius:12px;transition:all .2s ease;font-weight:500}.otp-phone-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.otp-phone-input:disabled{background:#f9fafb;cursor:not-allowed}.otp-inputs-container{display:flex;gap:.75rem;justify-content:center;margin-bottom:2rem}.otp-input-box{width:52px;height:56px;font-size:1.5rem;font-weight:700;text-align:center;border:2px solid #e5e7eb;border-radius:12px;transition:all .2s ease;color:#1f2937}.otp-input-box:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;transform:scale(1.05)}.otp-input-box:disabled{background:#f9fafb;cursor:not-allowed}.otp-primary-btn,.otp-verify-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d}.otp-primary-btn:hover,.otp-verify-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.otp-primary-btn:active,.otp-verify-btn:active{transform:translateY(0)}.otp-primary-btn:disabled,.otp-verify-btn:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.otp-primary-btn svg,.otp-verify-btn svg{width:20px;height:20px}.otp-skip-btn,.otp-resend-btn{width:100%;padding:.875rem;margin-top:.75rem;font-size:.875rem;font-weight:500;color:#6b7280;background:transparent;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:all .2s ease}.otp-skip-btn:hover,.otp-resend-btn:hover{color:#374151;border-color:#9ca3af;background:#00000005}.otp-skip-btn:disabled,.otp-resend-btn:disabled{opacity:.5;cursor:not-allowed}.otp-actions{display:flex;gap:.75rem;margin-bottom:1rem}.otp-back-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;font-size:.95rem;font-weight:600;color:#6b7280;background:#f3f4f6;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease}.otp-back-btn:hover{background:#e5e7eb;color:#374151}.otp-back-btn:disabled{opacity:.5;cursor:not-allowed}.otp-back-btn svg{width:18px;height:18px}.otp-verify-btn{flex:2}.otp-spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:640px){.otp-modal-content{padding:2rem 1.5rem}.otp-modal-title{font-size:1.5rem}.otp-modal-icon{width:64px;height:64px}.otp-modal-icon svg{width:32px;height:32px}.otp-inputs-container{gap:.5rem}.otp-input-box{width:44px;height:50px;font-size:1.25rem}.otp-actions{flex-direction:column}.otp-verify-btn{order:-1}}@media(max-width:480px){.otp-modal-content{padding:1.5rem 1rem}.otp-inputs-container{gap:.4rem}.otp-input-box{width:40px;height:46px;font-size:1.125rem}}.user-login-page{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;overflow:hidden}.login-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background:linear-gradient(135deg,#667eea,#764ba2,#f5576c);overflow:hidden}.login-gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;animation:float 20s ease-in-out infinite}.login-gradient-orb.orb-1{width:500px;height:500px;background:linear-gradient(135deg,#667eea,#764ba2);top:-10%;left:-10%;animation-delay:0s}.login-gradient-orb.orb-2{width:400px;height:400px;background:linear-gradient(135deg,#f093fb,#f5576c);top:30%;right:-5%;animation-delay:5s}.login-gradient-orb.orb-3{width:350px;height:350px;background:linear-gradient(135deg,#4facfe,#00f2fe);bottom:-10%;left:30%;animation-delay:10s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.tricolor-stripe{position:absolute;top:0;right:0;width:8px;height:100%;background:linear-gradient(180deg,#f93 33%,#fff 33%,#fff 66%,#138808 66%);opacity:.3}.login-content{position:relative;z-index:1;width:100%;max-width:480px;animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:3rem;box-shadow:0 20px 60px #0000004d;border:1px solid rgba(255,255,255,.3);animation:scaleIn .5s ease-out .2s both}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.login-header{text-align:center;margin-bottom:2.5rem}.login-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #667eea4d;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.login-icon svg{width:40px;height:40px;color:#fff}.login-title{font-size:2rem;font-weight:800;color:#1f2937;margin-bottom:.75rem;line-height:1.2}.login-title-gradient{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.login-subtitle{font-size:1rem;color:#6b7280;line-height:1.5}.login-actions{margin-bottom:2rem;display:flex;flex-direction:column;gap:1rem}.login-primary-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:1.25rem 2rem;font-size:1.125rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:16px;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 25px #667eea4d;position:relative;overflow:hidden}.login-primary-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.login-primary-btn:hover:before{left:100%}.login-primary-btn:hover{transform:translateY(-2px);box-shadow:0 15px 35px #667eea66}.login-primary-btn:active{transform:translateY(0)}.btn-icon{display:flex;align-items:center}.btn-icon svg{width:24px;height:24px}.btn-text{flex:1;text-align:center}.btn-arrow{font-size:1.5rem;transition:transform .3s ease}.login-primary-btn:hover .btn-arrow{transform:translate(5px)}.login-skip-btn{width:100%;padding:1rem;font-size:.95rem;font-weight:500;color:#6b7280;background:transparent;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .3s ease}.login-skip-btn:hover{color:#374151;border-color:#9ca3af;background:#00000005}.login-features{display:flex;flex-direction:column;gap:.75rem;padding-top:2rem;border-top:1px solid #e5e7eb}.feature-item{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#4b5563}.feature-icon{width:20px;height:20px;color:#10b981;flex-shrink:0}.login-footer-note{margin-top:1.5rem;text-align:center;animation:fadeIn 1s ease-out .8s both}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.login-footer-note p{font-size:.875rem;color:#ffffffe6;background:#0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 1.5rem;border-radius:12px;border:1px solid rgba(255,255,255,.2)}@media(max-width:640px){.user-login-page{padding:1rem}.login-card{padding:2rem 1.5rem}.login-title{font-size:1.75rem}.login-icon{width:64px;height:64px}.login-icon svg{width:32px;height:32px}.login-primary-btn{padding:1rem 1.5rem;font-size:1rem}.login-features{gap:.5rem}.feature-item{font-size:.8125rem}}@media(max-width:480px){.login-card{padding:1.5rem 1rem}.login-title{font-size:1.5rem}.btn-text{font-size:1rem}}:root{--primary-color: #2563eb;--primary-dark: #1d4ed8;--primary-light: #eff6ff;--sidebar-bg: #0f172a;--sidebar-text: #e2e8f0;--sidebar-hover: #1e293b;--bg-color: #f1f5f9;--surface-color: #ffffff;--text-main: #1e293b;--text-secondary: #64748b;--text-muted: #94a3b8;--border-color: #e2e8f0;--success-bg: #dcfce7;--success-text: #166534;--warning-bg: #fef9c3;--warning-text: #854d0e;--danger-bg: #fee2e2;--danger-text: #991b1b;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem}*{box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--text-main);background-color:var(--bg-color);margin:0}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;color:var(--text-main)}.admin-layout{display:flex;min-height:100vh}.admin-sidebar{width:260px;background-color:var(--sidebar-bg);color:var(--sidebar-text);display:flex;flex-direction:column;position:fixed;height:100vh;left:0;top:0;z-index:50;box-shadow:var(--shadow-lg)}.admin-content{flex:1;margin-left:260px;background-color:var(--bg-color);padding:var(--spacing-xl);min-height:100vh}.admin-brand{font-size:1.25rem;font-weight:700;padding:var(--spacing-xl) var(--spacing-lg);color:var(--surface-color);border-bottom:1px solid var(--sidebar-hover);display:flex;align-items:center;gap:.5rem}.admin-nav{flex:1;padding:var(--spacing-md) var(--spacing-sm);display:flex;flex-direction:column;gap:var(--spacing-xs)}.nav-item{display:flex;align-items:center;padding:var(--spacing-sm) var(--spacing-md);color:var(--text-muted);text-decoration:none;border-radius:var(--radius-md);transition:all .2s ease;font-weight:500}.nav-item:hover{background-color:var(--sidebar-hover);color:var(--surface-color)}.nav-item.active{background-color:var(--primary-color);color:var(--surface-color)}.admin-logout{margin:var(--spacing-md);padding:var(--spacing-sm) var(--spacing-md);background-color:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.2);border-radius:var(--radius-md);cursor:pointer;transition:all .2s;font-weight:600}.admin-logout:hover{background-color:#ef4444;color:#fff}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-xl)}.page-header h1{font-size:1.875rem;color:var(--text-main)}.stat-card{background:var(--surface-color);padding:var(--spacing-lg);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);transition:transform .2s,box-shadow .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.stat-card h3{color:var(--text-secondary);font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--spacing-sm)}.stat-value{font-size:2.25rem;font-weight:700;color:var(--text-main)}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:var(--spacing-lg);margin-bottom:var(--spacing-xl)}.activity-feed{background:var(--surface-color);padding:var(--spacing-lg);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border-color)}.activity-item{padding:var(--spacing-md) 0;border-bottom:1px solid var(--border-color)}.activity-item:last-child{border-bottom:none}.table-container{background:var(--surface-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);overflow:hidden;margin-bottom:var(--spacing-lg)}.admin-table{width:100%;border-collapse:collapse}.admin-table th{background-color:var(--bg-color);padding:var(--spacing-md) var(--spacing-lg);text-align:left;font-size:.75rem;font-weight:600;text-transform:uppercase;color:var(--text-secondary);border-bottom:1px solid var(--border-color)}.admin-table td{padding:var(--spacing-md) var(--spacing-lg);border-bottom:1px solid var(--border-color);color:var(--text-main);font-size:.875rem}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background-color:var(--primary-light)}.leader-cell{display:flex;align-items:center;gap:var(--spacing-md)}.leader-thumb{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid var(--border-color)}.status-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:capitalize}.status-badge.approved,.status-badge.verified{background-color:var(--success-bg);color:var(--success-text)}.status-badge.pending,.status-badge.unverified{background-color:var(--warning-bg);color:var(--warning-text)}.status-badge.rejected{background-color:var(--danger-bg);color:var(--danger-text)}.actions{display:flex;gap:var(--spacing-sm)}.btn-approve,.btn-delete,.pagination-btn{padding:.375rem .75rem;border-radius:var(--radius-md);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;border:1px solid transparent}.btn-approve{background-color:var(--success-bg);color:var(--success-text)}.btn-approve:hover{background-color:#bbf7d0}.btn-delete{background-color:var(--danger-bg);color:var(--danger-text)}.btn-delete:hover{background-color:#fecaca}.filter-select,input[type=text],input[type=file]{padding:.5rem .75rem;border:1px solid var(--border-color);border-radius:var(--radius-md);background-color:var(--surface-color);color:var(--text-main);font-size:.875rem;outline:none;transition:border-color .2s,box-shadow .2s}.filter-select:focus,input[type=text]:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px var(--primary-light)}.pagination-controls{margin-top:var(--spacing-lg);padding:0}.pagination-btn{background-color:var(--surface-color);border:1px solid var(--border-color);color:var(--text-main)}.pagination-btn:hover:not(:disabled){background-color:var(--bg-color);border-color:var(--text-secondary)}.admin-login-container{display:flex;justify-content:center;align-items:center;height:100vh;background-color:var(--bg-color)}.admin-login-card{background:var(--surface-color);padding:var(--spacing-xl);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:100%;max-width:400px}.admin-login-card h2{text-align:center;margin-bottom:var(--spacing-xl);color:var(--text-main);font-size:1.5rem}.login-btn{width:100%;padding:.75rem;background-color:var(--primary-color);color:#fff;border:none;border-radius:var(--radius-md);font-weight:600;cursor:pointer;transition:background-color .2s}.login-btn:hover{background-color:var(--primary-dark)}.form-group{margin-bottom:var(--spacing-lg)}.form-group label{display:block;margin-bottom:var(--spacing-xs);font-weight:500;color:var(--text-main)}.form-group input{width:100%}
