:root{--primary-color:#1e293b;--accent-color:#4f46e5;--secondary-accent:#10b981;--bg-color:#f8fafc;--card-bg:#fff;--border-color:#e2e8f0;--text-main:#0f172a;--text-muted:#64748b;--transition-speed:.25s}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,Anek Malayalam,system-ui,-apple-system,sans-serif}.malayalam{font-family:Anek Malayalam,sans-serif;line-height:1.6}h1,h2,h3{letter-spacing:-.02em;font-family:Manrope,Anek Malayalam,sans-serif}html,body{-webkit-overflow-scrolling:touch;width:100%;height:auto;min-height:100%;margin:0;padding:0;overflow-x:hidden}body{color:var(--text-main);background:url(/bg-light.png) 50%/cover fixed;justify-content:center;align-items:flex-start;display:flex}#root{flex-direction:column;width:100%;max-width:100%;min-height:100vh;display:flex}@media (width>=640px){body{align-items:center;padding:20px}#root{max-width:650px}}.professional-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:20px;width:100%;padding:24px;animation:.6s cubic-bezier(.16,1,.3,1) slideUp;box-shadow:0 10px 40px #0000000d,0 1px 3px #00000005}@media (width>=640px){.professional-card{padding:48px}}@keyframes slideUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}h1{color:var(--primary-color);text-align:center;margin-bottom:.75rem;font-size:1.8rem;font-weight:800}@media (width>=640px){h1{font-size:2.2rem}}p.description{text-align:center;color:var(--text-muted);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}@media (width>=640px){p.description{margin-bottom:2.5rem;font-size:1.05rem}}.logo{width:70px;height:auto;margin:0 auto 1.5rem;display:block}@media (width>=640px){.logo{width:90px;margin-bottom:2rem}}.survey-step{flex-direction:column;gap:1.25rem;display:flex}.option-button{border:1px solid var(--border-color);color:var(--text-main);cursor:pointer;text-align:left;background:#fff;border-radius:16px;justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-size:.95rem;font-weight:500;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex}@media (width>=640px){.option-button{padding:1.25rem 1.75rem;font-size:1.05rem}}.option-button:hover{border-color:var(--accent-color);background:#f8fafc;transform:translateY(-2px);box-shadow:0 4px 12px #4f46e51a}.option-button.selected{border-color:var(--accent-color);color:var(--accent-color);background:#eff6ff;border-width:2px;font-weight:700;animation:.3s cubic-bezier(.175,.885,.32,1.275) select-pop;transform:scale(1.02);box-shadow:0 8px 30px #4f46e526}@keyframes select-pop{0%{transform:scale(.98)}50%{transform:scale(1.04)}to{transform:scale(1.02)}}.progress-bar{background:#f1f5f9;border-radius:4px;width:100%;height:6px;margin-bottom:2rem;overflow:hidden}@media (width>=640px){.progress-bar{height:8px;margin-bottom:2.5rem}}.progress-fill{background:var(--accent-color);height:100%;transition:width .6s cubic-bezier(.65,0,.35,1)}.controls{justify-content:space-between;gap:.75rem;margin-top:2rem;display:flex}@media (width>=640px){.controls{gap:1rem;margin-top:3rem}}.btn-nav{cursor:pointer;transition:all var(--transition-speed);border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;padding:.875rem 1.5rem;font-size:.95rem;font-weight:600;display:flex}@media (width>=640px){.btn-nav{flex:initial;padding:1rem 2.5rem;font-size:1rem}}.btn-prev{color:var(--text-muted);border:1px solid var(--border-color);background:0 0}.btn-prev:hover{color:var(--text-main);background:#f8fafc;border-color:#cbd5e1}.btn-next{background:var(--accent-color);color:#fff}.btn-next:disabled{cursor:not-allowed;background:#cbd5e1}.btn-next:hover:not(:disabled){background:#4338ca;transform:translateY(-2px);box-shadow:0 5px 15px #4f46e54d}.btn-next:not(:disabled){animation:2s infinite pulse-ready}@keyframes pulse-ready{0%{box-shadow:0 0 #4f46e566}70%{box-shadow:0 0 0 10px #4f46e500}to{box-shadow:0 0 #4f46e500}}.success-icon{color:var(--secondary-accent);background:#ecfdf5;border-radius:100%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 1.5rem;font-size:2.5rem;display:flex}@media (width>=640px){.success-icon{width:80px;height:80px;margin-bottom:2rem;font-size:3rem}}.question-meta{color:var(--accent-color);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}h2{color:var(--primary-color);margin-bottom:.5rem;font-size:1.25rem;line-height:1.4}@media (width>=640px){h2{font-size:1.5rem}}.error-box{color:#be123c;background:#fff1f2;border:1px solid #ffe4e6;border-radius:12px;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem;font-size:.85rem;display:flex}.validation-error{color:#ef4444;align-items:center;gap:6px;margin-top:4px;font-size:.85rem;font-weight:500;animation:.4s shake;display:flex}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.searchable-select-container{border:1px solid var(--border-color);background:#fff;border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.search-box{border-bottom:1px solid var(--border-color);background:#f8fafc;align-items:center;gap:12px;padding:12px 16px;display:flex}.search-box input{width:100%;color:var(--text-main);background:0 0;border:none;outline:none;font-size:.95rem}.options-list{flex-direction:column;max-height:200px;display:flex;overflow-y:auto}@media (width>=640px){.options-list{max-height:250px}}.list-item{text-align:left;cursor:pointer;color:var(--text-main);background:0 0;border:none;justify-content:space-between;align-items:center;padding:10px 14px;font-size:.9rem;transition:all .2s;display:flex}.list-item:hover{background:#f1f5f9}.list-item.selected{color:var(--accent-color);background:#eff6ff;font-weight:600}.list-header{color:var(--secondary-accent);text-transform:uppercase;border-bottom:1px solid var(--border-color);border-top:1px solid var(--border-color);background:#f8fafc;padding:8px 16px;font-size:.65rem;font-weight:700}.feature-small{color:#475569;background:#f1f5f9;border-radius:100px;align-items:center;gap:8px;padding:6px 14px;font-size:.75rem;font-weight:600;display:flex}.constituency-selector{border:1px solid var(--border-color);background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.search-header{background:#f8fafc;border-bottom:2px solid #f1f5f9;align-items:center;gap:10px;padding:.875rem;display:flex}.search-header input{width:100%;color:var(--text-main);background:0 0;border:none;outline:none;font-size:.95rem;font-weight:500}.selected-badge{background:var(--accent-color);color:#fff;white-space:nowrap;border-radius:6px;align-items:center;gap:6px;padding:3px 8px;font-size:.7rem;font-weight:700;display:flex}.scroll-area{background:#fff;max-height:250px;overflow-y:auto}@media (width>=640px){.scroll-area{max-height:320px}}.section-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;background:#fff;padding:10px 1rem 6px;font-size:.65rem;font-weight:800}.constituency-btn{cursor:pointer;background:0 0;border:none;border-bottom:1px solid #f8fafc;justify-content:space-between;align-items:center;width:100%;padding:12px 1rem;transition:all .15s;display:flex}.constituency-btn:hover{background:#f8fafc}.constituency-btn.active{border-left:4px solid var(--accent-color);background:#eff6ff}.dist-marker{color:var(--secondary-accent);text-align:center;background:#ecfeff;border-radius:6px;min-width:40px;padding:2px 6px;font-size:.65rem;font-weight:800}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite spin}.text-input{border:2px solid var(--border-color);width:100%;color:var(--text-main);transition:all var(--transition-speed);background:#fff;border-radius:14px;outline:none;padding:1rem 1.25rem;font-size:1rem;font-weight:500}@media (width>=640px){.text-input{padding:1.25rem 1.75rem;font-size:1.1rem}}.text-input:focus{border-color:var(--accent-color);box-shadow:0 0 0 4px #4f46e51a}.radio-dot{border:2px solid var(--border-color);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex}@media (width>=640px){.radio-dot{width:24px;height:24px}}.radio-dot.active{border-color:var(--accent-color)}.radio-dot.active:after{content:"";background:var(--accent-color);border-radius:50%;width:10px;height:10px}@media (width>=640px){.radio-dot.active:after{width:12px;height:12px}}.features-list{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2rem;display:flex}.btn-full{justify-content:center;align-items:center;gap:.5rem;width:100%;display:flex}.centered{text-align:center}.logo-large{width:80px;margin-bottom:2.5rem}@media (width>=640px){.logo-large{width:100px;margin-bottom:3rem}}.step-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.step-counter{color:#94a3b8;font-size:.75rem;font-weight:600}.left-align{text-align:left;margin-bottom:1.25rem}.constituency-info{align-items:center;gap:.75rem;display:flex}.constituency-name{font-size:.95rem;font-weight:600}.candidate-list{flex-direction:column;gap:.75rem;display:flex}.candidate-card{border:1px solid var(--border-color);color:var(--text-main);cursor:pointer;text-align:left;background:#fff;border-radius:16px;justify-content:space-between;align-items:center;width:100%;padding-left:1.5rem;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden}@media (width>=640px){.candidate-card{padding-left:2rem}}.candidate-card.selected{border-color:var(--accent-color);background:#eff6ff;border-width:2px;transform:scale(1.02);box-shadow:0 8px 30px #4f46e526}.alliance-indicator{width:6px;position:absolute;top:0;bottom:0;left:0}@media (width>=640px){.alliance-indicator{width:8px}}.candidate-details{justify-content:space-between;align-items:center;width:100%;padding:.75rem .5rem;display:flex}@media (width>=640px){.candidate-details{padding:1rem .75rem}}.candidate-info{flex-direction:column;display:flex}.alliance-label{text-transform:uppercase;margin-bottom:2px;font-size:.65rem;font-weight:800}@media (width>=640px){.alliance-label{margin-bottom:4px;font-size:.75rem}}.candidate-name{color:var(--primary-color);font-size:1.1rem;font-weight:700}@media (width>=640px){.candidate-name{font-size:1.25rem}}.party-name{color:var(--text-muted);font-size:.75rem;font-weight:500}@media (width>=640px){.party-name{font-size:.8rem}}.vote-icon-container{background:#f1f5f9;border-radius:50%;flex-shrink:0;padding:6px}@media (width>=640px){.vote-icon-container{padding:8px}}.options-container{flex-direction:column;gap:.75rem;display:flex}@media (width>=640px){.options-container{gap:.8rem}}.option-content{align-items:center;gap:.75rem;display:flex}@media (width>=640px){.option-content{gap:1rem}}.start-screen{text-align:center;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:500px;min-height:100vh;margin:0 auto;padding:32px 16px;display:flex;position:relative;overflow:hidden}.color-blob{filter:blur(80px);z-index:-1;opacity:.4;border-radius:50%;width:300px;height:300px;animation:15s infinite alternate blob-float;position:absolute}.blob-1{background:#ff0080;top:-10%;left:-20%}.blob-2{background:#7928ca;bottom:-10%;right:-20%}.blob-3{opacity:.2;background:#0070f3;top:30%;right:-10%}@keyframes blob-float{0%{transform:translate(0)scale(1)}to{transform:translate(20px,40px)scale(1.1)}}.main-logo{filter:drop-shadow(0 8px 12px #00000026);width:80px;height:auto;margin-bottom:1.25rem;animation:5s ease-in-out infinite float}@keyframes float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-8px)rotate(2deg)}}.hero-title{text-align:center;flex-direction:column;align-items:center;margin-bottom:1.5rem;line-height:1;display:flex}.title-main{text-transform:uppercase;color:#64748b;letter-spacing:.3em;margin-bottom:.75rem;font-size:1.1rem;font-weight:800;display:block}.title-highlight{letter-spacing:-.04em;background:linear-gradient(135deg,#1e1b4b 0%,#4338ca 50%,#7c3aed 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 10px 20px #4338ca26);-webkit-background-clip:text;background-clip:text;margin-bottom:-.2em;padding-bottom:.6rem;font-size:3.5rem;font-weight:950;line-height:1.4;display:block}@media (width<=480px){.title-highlight{font-size:2.75rem}.title-main{letter-spacing:.2em;font-size:.9rem}}.hero-divider{background:linear-gradient(90deg,#ff0080,#7928ca);border-radius:2px;width:40px;height:4px;margin-bottom:1.25rem}.hero-description{max-width:440px;font-weight:600;line-height:1.4;color:var(--text-main)!important;margin-bottom:1.25rem!important;font-size:.95rem!important}.note-container{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd9;border:1px solid #ffffff80;border-radius:20px;max-width:100%;margin-top:2.5rem;margin-bottom:2rem;padding:1.25rem;box-shadow:0 8px 32px #00000014}.note-text{color:#dc2626;margin-bottom:.75rem;font-size:.85rem;line-height:1.4}.note-text:last-child{margin-bottom:0}.note-text.malayalam{color:#b91c1c;font-size:.9rem;font-weight:600}.hero-feature{color:var(--primary-color);background:#fff;border:1px solid #00000008;border-radius:12px;align-items:center;gap:6px;padding:6px 12px;font-size:.75rem;font-weight:800;display:flex;box-shadow:0 4px 12px #0000000f}.start-action{flex-direction:column;align-items:center;gap:.75rem;width:100%;display:flex}.btn-hero{letter-spacing:-.01em;width:100%;max-width:100%;background:linear-gradient(135deg,#7928ca 0%,#0070f3 100%)!important;border:none!important;border-radius:16px!important;padding:1rem 1.75rem!important;font-size:1rem!important;font-weight:800!important;box-shadow:0 12px 24px #0070f34d!important}.integrity-info{color:#64748b;text-transform:uppercase;letter-spacing:.1em;font-size:.65rem;font-weight:700}.location-error{text-align:center;flex-direction:column;width:100%;margin-bottom:1.5rem;color:#c53030!important;background:#fff5f5!important;border-color:#fed7d7!important;border-radius:20px!important;align-items:center!important;padding:1.25rem!important}@media (width<=640px){.start-screen{padding-top:2rem;padding-bottom:2rem}.hero-title{font-size:2.5rem}.main-logo{width:70px}}.survey-container{flex-direction:column;width:100%;min-height:100vh;display:flex;position:relative}.survey-content{width:100%;max-width:600px;margin:0 auto;padding:80px 16px 140px}.progress-bar-fixed{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#f1f5f9cc;height:6px;position:fixed;top:0;left:0;right:0}.fixed-controls{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;background:#ffffffd1;border-top:1px solid #0000000d;padding:1rem 1rem 1.5rem;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -10px 30px #00000008}.controls-inner{justify-content:space-between;gap:1rem;max-width:600px;margin:0 auto;display:flex}.question-title{color:var(--primary-color);margin-bottom:.5rem;font-size:1.75rem;font-weight:850;line-height:1.2}.survey-container:before{content:"";z-index:-2;background:url(/bg-light.png) 50%/cover;width:100%;height:100%;position:fixed;top:0;left:0}@media (width<=640px){.survey-content{padding:60px 16px 160px}.question-title{font-size:1.5rem}.fixed-controls{padding-bottom:2rem}}.final-screen{z-index:1000;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;min-height:100vh;display:flex;background:#fff!important}@media (width>=641px){.final-screen{justify-content:center;max-width:650px;margin:0 auto;padding:2rem 1.5rem}}.final-card-vibrant{box-sizing:border-box;background:#fff;border:none;border-radius:0;flex-direction:column;align-items:center;width:100%;max-width:550px;margin:0 auto;padding:2rem 1.25rem 6rem;display:flex}@media (width>=641px){.final-card-vibrant{padding:3rem 2.5rem}}.success-pop-v2{background:#f0fdf4;border-radius:24px;justify-content:center;align-items:center;margin-bottom:1.5rem;padding:1rem;display:flex}.final-title{margin-bottom:.25rem!important;font-size:1.35rem!important;line-height:1.2!important}.final-description{max-width:90%;color:#475569!important;margin-bottom:.75rem!important;font-size:.8rem!important;line-height:1.3!important}.malayalam-thankyou{color:var(--secondary-accent);margin-bottom:2rem;font-size:1.1rem;font-weight:700}.final-divider{background:#0000000d;width:100%;height:1px;margin-bottom:2rem}.share-section{text-align:center;width:100%}.invite-text{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.25rem;font-size:.85rem;font-weight:700}.share-btn{gap:12px;transition:all .3s}.mini-logo{opacity:.5;filter:grayscale();width:60px;height:auto;margin-top:3rem}@media (width<=640px){.final-card-vibrant{width:100%!important;padding:3rem 1.25rem 10rem!important}}.phone-input-container{align-items:center;gap:12px;width:100%;margin-top:.5rem;display:flex}.phone-prefix{background:var(--accent-color);color:#fff;text-align:center;border-radius:14px;min-width:60px;padding:1rem 1.2rem;font-size:1.1rem;font-weight:850;box-shadow:0 4px 12px #4f46e526}.phone-input{flex:1}@media (width<=640px){.phone-prefix{padding:.85rem 1rem;font-size:1rem}}.prizes-banner{text-align:left;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border:1px solid #f59e0b;border-radius:24px;align-items:center;gap:1.25rem;margin-bottom:2rem;padding:1.5rem;animation:3s infinite alternate prize-shine;display:flex;box-shadow:0 10px 25px #f59e0b26}@keyframes prize-shine{0%{box-shadow:0 10px 25px #f59e0b26}to{box-shadow:0 10px 35px #f59e0b4d}}.prize-icon-container{color:#fff;background:#f59e0b;border-radius:16px;justify-content:center;align-items:center;padding:.75rem;display:flex;box-shadow:0 4px 12px #f59e0b33}.prize-content{flex:1}.prize-title{color:#92400e;margin-bottom:.4rem;font-family:Anek Malayalam,sans-serif;font-size:1.1rem;font-weight:850;line-height:1.3}.prize-text{color:#b45309;font-family:Anek Malayalam,sans-serif;font-size:.85rem;font-weight:500;line-height:1.4}@media (width<=640px){.prizes-banner{gap:1rem;margin-bottom:1.5rem;padding:1.25rem}.prize-title{font-size:1rem}.prize-text{font-size:.8rem}}.share-encouragement-box{background:#fff;border:none;border-top:1px solid #f1f5f9;border-radius:0;width:100%;margin-top:2rem;padding:1.5rem .5rem}.prize-badge-v2{color:#fff;text-transform:uppercase;letter-spacing:1px;background:#ea580c;border-radius:100px;margin-bottom:.5rem;padding:4px 10px;font-size:.7rem;font-weight:900;animation:2s infinite pulse-small;display:inline-block}@keyframes pulse-small{0%{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.share-headline-ml{color:var(--primary-color);margin-bottom:.4rem;font-family:Anek Malayalam,sans-serif;font-size:1.2rem;font-weight:850;line-height:1.3}.share-subtext-ml{color:var(--text-muted);margin-bottom:1.25rem;font-family:Anek Malayalam,sans-serif;font-size:.85rem;font-weight:500;line-height:1.5}.share-links-container{justify-content:center;gap:1.5rem;margin-bottom:2rem;display:flex}.share-bubble{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:8px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);display:flex}.share-bubble:hover{transform:translateY(-8px)}.info-box-v2{background:#f0f9ff;border:1px solid #bae6fd;border-radius:16px;align-items:flex-start;gap:12px;margin-bottom:1.75rem;padding:1rem 1.25rem;display:flex}.info-icon-v2{color:#fff;background:#3b82f6;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;padding:6px;display:flex;box-shadow:0 4px 10px #3b82f633}.info-text-v2{color:#0369a1;margin:0;font-family:Anek Malayalam,sans-serif;font-size:.85rem;font-weight:600;line-height:1.5}.rules-container{z-index:2000;box-sizing:border-box;background:#fff;flex-direction:column;width:100%;max-width:600px;min-height:100vh;margin:0 auto;padding:2.5rem 1.25rem 4rem;animation:.4s ease-out slideUp;display:flex}.rules-start-action{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:1rem;margin-top:2rem;padding:1.5rem;display:flex}.integrity-checking-status{text-align:center;color:#2563eb;margin-top:.5rem;font-size:.95rem;font-weight:500;animation:1.5s infinite pulseOpacity}@keyframes pulseOpacity{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.rules-consent-note{color:#64748b;text-align:center;margin:0;font-size:.75rem;line-height:1.4}.rules-scroll-tip{color:#2563eb;margin-top:.5rem;font-size:.85rem;font-style:italic;font-weight:600;animation:2s infinite bounceDown;display:block}@keyframes bounceDown{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(4px)}60%{transform:translateY(2px)}}.rules-header{border-bottom:2px solid #f8fafc;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-bottom:1.25rem;display:flex}.rules-header-title{flex-direction:column;display:flex}.rules-title-text{color:var(--primary-color);letter-spacing:-.02em;font-size:1.5rem;font-weight:850}.rules-subtitle-text{color:#94a3b8;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;font-weight:700}.btn-close-rules{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.btn-close-rules:hover{color:#1e293b;background:#e2e8f0}.rule-item{border-left:3px solid #e2e8f0;margin-bottom:2.5rem;padding-left:1rem}.rule-title-ml{color:var(--accent-color);margin-bottom:.6rem;font-family:Anek Malayalam,sans-serif;font-size:1.15rem;font-weight:850;display:block}.rule-content-ml{color:#334155;margin-bottom:.75rem;font-family:Anek Malayalam,sans-serif;font-size:.95rem;font-weight:500;line-height:1.7;display:block}.rule-content-en{color:#64748b;opacity:.8;font-size:.8rem;font-style:italic;line-height:1.6;display:block}.btn-rules-link{color:#6366f1;cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:auto;margin-top:.5rem;padding:8px 16px;font-size:.85rem;font-weight:700;transition:background .2s;display:flex}.btn-rules-link:hover{background:#6366f10d;text-decoration:underline}.rules-footer-badge{color:#94a3b8;background:#f8fafc;border-radius:16px;justify-content:center;align-items:center;gap:8px;margin-top:4rem;padding:1rem;font-size:.8rem;font-weight:600;display:flex}.bubble-icon{color:#fff;border-radius:20px;justify-content:center;align-items:center;width:60px;height:60px;display:flex;box-shadow:0 10px 20px #0000001a}.share-bubble.whatsapp .bubble-icon{background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);box-shadow:0 10px 20px #25d36633}.share-bubble.generic .bubble-icon{background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);box-shadow:0 10px 20px #6366f133}.share-bubble span{color:var(--text-main);font-size:.8rem;font-weight:700}.referral-link-display{text-align:left;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:16px;padding:1rem}.link-label{color:#94a3b8;text-transform:uppercase;margin-bottom:4px;font-size:.7rem;font-weight:800;display:block}.link-code{color:var(--accent-color);word-break:break-all;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.8rem}@media (width<=640px){.share-encouragement-box{border-radius:24px;padding:1.5rem 1rem}.share-headline-ml{font-size:1.25rem}}.prize-box-v2{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:1rem;margin:1.5rem 0;padding:1.25rem;display:flex}.prize-icon-v2{color:#fff;background:linear-gradient(135deg,#4f46e5,#4338ca);border-radius:12px;justify-content:center;align-items:center;padding:.75rem;display:flex}.prize-text-v2{flex-direction:column;gap:.25rem;display:flex}.ml-headline{color:#1e293b;margin:0;font-family:Anek Malayalam,sans-serif;font-size:1.1rem;font-weight:700}.ml-subline{color:#64748b;margin:0;font-family:Anek Malayalam,sans-serif;font-size:.85rem;line-height:1.4}.btn-label-container{text-align:left;flex-direction:column;align-items:flex-start;line-height:1.2;display:flex}.btn-primary-text{font-family:Anek Malayalam,sans-serif;font-size:1.1rem;font-weight:700}.btn-secondary-text{opacity:.8;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:500}.ballot-receipt-visual{text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:10px;width:100%;margin:.5rem 0;padding:.5rem .75rem;position:relative;overflow:hidden}.receipt-header{letter-spacing:1.5px;color:#64748b;margin-bottom:.25rem;font-size:.65rem;font-weight:900}.receipt-id{color:#0f172a;word-break:break-all;letter-spacing:.5px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;min-width:80%;max-width:100%;margin:.5rem 0;padding:8px 12px;font-family:JetBrains Mono,Roboto Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:clamp(.7rem,3.5vw,.9rem);font-weight:800;line-height:1.6;display:inline-block;box-shadow:inset 0 2px 4px #00000008}.receipt-dash{background:repeating-linear-gradient(90deg,#e2e8f0 0 4px,#0000 4px 8px);height:1px;margin:.5rem 0}.screenshot-hint-box{background:linear-gradient(135deg,#fefce8 0%,#fef9c3 100%);border:1px solid #fde047;border-radius:12px;align-items:center;gap:.75rem;margin:1.25rem 0;padding:.85rem;animation:.5s ease-out slideInDown;display:flex;box-shadow:0 4px 6px -1px #0000000d}.camera-icon-wrapper{color:#fff;background:#eab308;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;padding:8px;display:flex}.camera-icon{animation:2s infinite pulse-camera}@keyframes pulse-camera{0%{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.hint-text-box{text-align:left}.hint-ml{color:#854d0e;margin-bottom:.25rem;font-family:Anek Malayalam,sans-serif;font-size:.85rem;font-weight:700;line-height:1.3}.hint-en{color:#a16207;font-size:.75rem;font-weight:500;line-height:1.2}.receipt-item{text-align:left;justify-content:space-between;gap:1rem;margin:.5rem 0;display:flex}.r-label{color:#64748b;font-size:.75rem;font-weight:800}.r-value{color:#1e293b;text-transform:uppercase;font-family:Anek Malayalam,sans-serif;font-size:.95rem;font-weight:700}.receipt-status{color:#10b981;letter-spacing:.5px;text-transform:uppercase;font-size:.8rem;font-weight:900}.receipt-footer{color:#94a3b8;letter-spacing:.5px;margin-top:.4rem;font-size:.6rem;font-weight:700}.share-actions-v2{grid-template-columns:1fr;gap:10px;margin-top:1rem;display:grid}@media (width>=480px){.share-actions-v2{grid-template-columns:1.5fr 1fr}}.btn-share-premium{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:1rem;font-size:.95rem;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 20px #0000004d}.btn-share-premium:active{transform:scale(.96)}.btn-share-premium.whatsapp{color:#fff;background:linear-gradient(135deg,#25d366 0%,#128c7e 100%)}.btn-share-premium.others{color:#1e293b;background:#fff}.referral-link-premium{text-align:left;border-top:1px solid #0000000d;margin-top:1rem;padding-top:1rem}.link-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:.75rem;font-weight:700;display:block}.link-copy-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;margin-top:4px;padding:8px 12px;display:flex;box-shadow:inset 0 2px 4px #00000005}.link-copy-box code{color:#1e293b;text-overflow:ellipsis;white-space:nowrap;flex:1;font-family:JetBrains Mono,Fira Code,monospace;font-size:.85rem;overflow:hidden}.btn-copy-inline{color:#fff;cursor:pointer;white-space:nowrap;background:#6366f1;border:none;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:.75rem;font-weight:700;transition:all .2s;display:flex}.btn-copy-inline:hover{background:#4f46e5;transform:translateY(-1px)}.btn-copy-inline.copied{background:#10b981}.start-action{flex-direction:column;align-items:center;gap:1rem;width:100%;margin-top:1rem;margin-bottom:3rem;display:flex}.hero-features{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.hero-feature{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:100px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.75rem;font-weight:500;display:flex}.hero-feature svg{color:#3b82f6}
