@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800;900&display=swap";*,:before,:after{box-sizing:border-box}html,body,#root{min-height:100%;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}input,button{font-family:inherit}.splash{cursor:pointer;background:#2e7d32;flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;display:flex;position:relative;overflow:hidden}.splash-image{object-fit:cover;object-position:center;width:100%;height:100dvh;display:block}.splash-version{z-index:1;color:#ffffffe6;text-align:center;text-shadow:0 1px 3px #0006;margin:0;font-size:.75rem;position:absolute;bottom:20px;left:0;right:0}.terms-overlay{z-index:1000;background:#0000008c;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.terms-modal{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:420px;max-height:85vh;display:flex;overflow:hidden;box-shadow:0 8px 32px #00000040}.terms-header{text-align:center;background:linear-gradient(135deg,#1a237e,#283593);padding:16px 20px}.terms-header h2{color:#fff;margin:0;font-size:1.15rem;font-weight:700}.terms-body{flex:1;padding:16px 20px;overflow-y:auto}.terms-intro{color:#333;margin:0 0 12px;font-size:.9rem;font-weight:600;line-height:1.5}.terms-list{margin:0;padding-left:20px}.terms-list li{color:#555;margin-bottom:8px;font-size:.82rem;line-height:1.45}.terms-loading,.terms-error{text-align:center;color:#666;font-size:.9rem}.terms-error{color:#d32f2f}.terms-footer{border-top:1px solid #eee;padding:12px 20px 20px}.terms-checkbox{color:#333;cursor:pointer;align-items:flex-start;gap:10px;margin-bottom:14px;font-size:.82rem;line-height:1.4;display:flex}.terms-checkbox input{accent-color:#e65100;flex-shrink:0;width:18px;height:18px;margin-top:3px}.terms-accept-btn{color:#fff;cursor:pointer;background:#e65100;border:none;border-radius:10px;width:100%;padding:14px;font-size:1rem;font-weight:700;transition:background .2s,opacity .2s}.terms-accept-btn:disabled{cursor:not-allowed;background:#bdbdbd}.terms-accept-btn:not(:disabled):hover{background:#bf360c}.login-page{background:#fff;flex-direction:column;max-width:480px;min-height:100dvh;margin:0 auto;display:flex;position:relative}.login-page:before{content:"";pointer-events:none;background:radial-gradient(circle,#c8dcf04d 0%,#0000 70%);border-radius:50%;width:320px;height:320px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.toran-decoration{z-index:1;justify-content:center;gap:8px;padding:12px 16px 0;display:flex;position:relative}.toran-item{flex-direction:column;align-items:center;display:flex}.toran-bead{background:#ffb300;border-radius:50%;width:6px;height:6px}.toran-leaf{background:#ffc107;border-radius:0 0 50% 50%;width:14px;height:18px;margin-top:2px;position:relative}.toran-leaf:after{content:"";background:radial-gradient(circle,#ff8f00 30%,#ffc107 70%);border-radius:50%;width:8px;height:8px;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)}.login-content{z-index:1;flex-direction:column;flex:1;align-items:center;padding:24px 24px 0;display:flex;position:relative}.login-logo-box{text-align:center;background:linear-gradient(#e3f2fd 0%,#bbdefb 100%);border:1px solid #90caf9;border-radius:12px;padding:16px 28px 12px;box-shadow:0 2px 8px #00000014}.logo-icon{margin-bottom:4px}.logo-svg{width:48px;height:48px}.logo-election{color:#c62828;letter-spacing:1px;margin:0;font-size:.7rem;font-weight:800}.logo-sarthi{color:#1a237e;margin:0;font-size:1.6rem;font-weight:900;line-height:1.1}.logo-sub{color:#333;margin:2px 0 0;font-size:.65rem;font-weight:600}.app-title{color:#e65100;margin:16px 0 0;padding-bottom:6px;font-size:1.5rem;font-weight:800;position:relative}.app-title:after{content:"";background:#e65100;border-radius:2px;width:120%;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.login-heading{color:#212121;margin:28px 0 20px;font-size:1.05rem;font-weight:700}.form-field{width:100%}.form-field.disabled{opacity:.75}.signup-fields{flex-direction:column;gap:14px;width:100%;margin-top:14px;display:flex}.mobile-input-wrapper{background:#fff;border:1.5px solid #bdbdbd;border-radius:8px;align-items:center;width:100%;padding:0 12px;display:flex;position:relative}.mobile-icon,.field-icon{background:#f5f5f5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-right:10px;display:flex}.mobile-input{color:#333;background:0 0;border:none;outline:none;flex:1;padding:14px 0;font-size:.95rem}.mobile-input-wrapper.fetching{border-color:#ff9800}.field-spinner{border:2px solid #ffe0b2;border-top-color:#ff9800;border-radius:50%;flex-shrink:0;width:18px;height:18px;margin-left:6px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.field-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-position:right 4px center;background-repeat:no-repeat;padding-right:24px}.field-select:invalid,.field-select option[value=""]{color:#9e9e9e}.mobile-input[readonly]{color:#555;background:#fafafa}.mobile-input::placeholder{color:#9e9e9e}.required-star{color:#c62828;margin-left:4px;font-size:1.1rem;font-weight:700}.api-message{text-align:center;border-radius:8px;width:100%;margin-top:16px;padding:12px 14px;font-size:.88rem;font-weight:600;line-height:1.4}.api-message.error{color:#c62828;background:#ffebee;border:1px solid #ef9a9a}.api-message.success,.api-message.info{color:#1565c0;background:#e3f2fd;border:1px solid #90caf9}.api-message.success{color:#2e7d32;background:#e8f5e9;border:1px solid #a5d6a7}.next-btn{color:#fff;cursor:not-allowed;background:#bdbdbd;border:none;width:100%;margin:auto 0 0;padding:16px;font-size:1.05rem;font-weight:700;transition:background .2s}.next-btn.active{cursor:pointer;background:#e65100}.next-btn.active:hover{background:#bf360c}.assembly-modal-overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.assembly-modal{background:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:380px;max-height:80vh;display:flex;overflow:hidden;box-shadow:0 8px 32px #0003}.assembly-modal-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.assembly-modal-header h3{color:#222;margin:0;font-size:1.05rem;font-weight:700}.assembly-modal-close{color:#888;cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:1.6rem;line-height:1}.assembly-modal-list{margin:0;padding:8px 0;list-style:none;overflow-y:auto}.assembly-modal-item{cursor:pointer;text-align:left;color:#333;background:0 0;border:none;border-bottom:1px solid #f5f5f5;justify-content:flex-start;align-items:center;gap:4px;width:100%;padding:14px 18px;font-family:inherit;font-size:.92rem;display:flex}.assembly-modal-item:hover,.assembly-modal-item.selected{background:#fff8e1}.assembly-item-name{font-weight:500}.assembly-item-count{color:#2e7d32;flex-shrink:0;font-weight:700}.assembly-trigger{cursor:pointer;color:#333;text-align:left;background:#fff;border:none;border-radius:6px;justify-content:space-between;align-items:center;width:100%;padding:12px 14px;font-family:inherit;font-size:.88rem;font-weight:600;display:flex;box-shadow:0 1px 4px #00000014}.assembly-trigger-text{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.assembly-trigger-count{color:#2e7d32;margin-left:4px;font-weight:700}.assembly-trigger-arrow{color:#888;flex-shrink:0;margin-left:8px}.home-page{background:#f5f5f5;flex-direction:column;max-width:480px;min-height:100dvh;margin:0 auto;display:flex}.home-loading p,.home-loading-text{color:#555;text-align:center;white-space:pre-line;padding:0 24px;font-size:.9rem;line-height:1.5}.home-loading,.home-error{text-align:center;justify-content:center;align-items:center;gap:16px;padding:24px}.home-error{color:#555}.home-warn-banner{color:#e65100;background:#fff3e0;border-bottom:1px solid #ffcc80;justify-content:space-between;align-items:center;gap:10px;padding:10px 14px;font-size:.8rem;display:flex}.home-warn-banner.info{color:#1565c0;background:#e3f2fd;border-bottom-color:#90caf9;justify-content:center}.home-warn-banner button{color:#fff;cursor:pointer;white-space:nowrap;background:#ff9800;border:none;border-radius:6px;padding:6px 12px;font-size:.75rem;font-weight:600}.home-spinner{border:4px solid #ffe0b2;border-top-color:#ff9800;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}.home-error button{color:#fff;cursor:pointer;background:#ff9800;border:none;border-radius:8px;padding:10px 24px;font-weight:600}.home-header{background:linear-gradient(135deg,#ff9800,#f57c00);justify-content:space-between;align-items:center;padding:14px 16px;display:flex;box-shadow:0 2px 8px #00000026}.home-profile{align-items:center;gap:10px;min-width:0;display:flex}.home-profile-btn{cursor:pointer;text-align:left;background:0 0;border:none;flex:1;min-width:0;padding:0}.home-avatar{color:#f57c00;background:#fff;border:2px solid #fffc;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;font-weight:800;display:flex;overflow:hidden}.home-avatar-img{object-fit:cover;width:100%;height:100%}.home-user-info{flex-direction:column;min-width:0;display:flex}.home-user-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:700;overflow:hidden}.home-user-mobile{color:#ffffffe6;font-size:.82rem}.home-header-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.home-notify-btn,.home-logout-btn{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;display:flex;position:relative}.home-notify-btn:hover,.home-logout-btn:hover{background:#ffffff59}.notify-badge{color:#fff;background:#d32f2f;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.6rem;font-weight:700;display:flex;position:absolute;top:2px;right:2px}.home-body{flex-direction:column;flex:1;gap:12px;padding:12px 12px 24px;display:flex}.assembly-select-wrap{background:#fff;border-radius:6px;box-shadow:0 1px 4px #00000014}.assembly-select{color:#333;cursor:pointer;background:0 0;border:none;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:.88rem;font-weight:600}.home-banner-img-wrap{border-radius:8px;overflow:hidden;box-shadow:0 2px 6px #00000014}.home-banner-img{object-fit:cover;width:100%;height:auto;min-height:90px;display:block}.home-banner{background:linear-gradient(90deg,#fff8e1,#ffcc80,#ffe082);border-radius:8px;justify-content:space-between;align-items:center;min-height:90px;padding:14px 16px;display:flex;overflow:hidden;box-shadow:0 2px 6px #00000014}.banner-text{flex:1}.banner-hindi{color:#e65100;margin:0;font-size:.95rem;font-weight:800}.banner-slogan{color:#bf360c;margin:4px 0 0;font-size:.78rem;font-weight:600}.banner-tag{color:#4e342e;margin:6px 0 0;font-size:.72rem;font-weight:600}.banner-lotus{flex-shrink:0;font-size:2.5rem}.home-menu-grid{grid-template-columns:1fr 1fr;gap:12px;margin-top:4px;display:grid}.menu-card{cursor:pointer;background:#fff;border:none;border-radius:10px;flex-direction:column;align-items:center;gap:10px;padding:20px 12px 16px;font-family:inherit;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 2px 8px #00000014}.menu-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.menu-card span{color:#333;text-align:center;font-size:.82rem;font-weight:600;line-height:1.3}.menu-svg{width:52px;height:52px}.profile-page{background:#f5f5f5;flex-direction:column;max-width:480px;min-height:100dvh;margin:0 auto;display:flex}.profile-header{text-align:center;background:linear-gradient(135deg,#ff9800,#f57c00);padding:16px 16px 48px;position:relative}.profile-back-btn{color:#f57c00;cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;top:16px;left:16px;box-shadow:0 2px 6px #00000026}.profile-avatar-wrap{margin-top:24px;display:inline-block;position:relative}.profile-avatar{color:#f57c00;background:#fff;border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;font-size:2.5rem;font-weight:800;display:flex;overflow:hidden;box-shadow:0 4px 12px #0003}.profile-avatar img{object-fit:cover;width:100%;height:100%}.profile-edit-photo{color:#666;cursor:pointer;background:#fff;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;bottom:4px;right:4px;box-shadow:0 2px 4px #00000026}.profile-card{z-index:1;background:#fff;border-radius:24px 24px 0 0;flex:1;margin-top:-24px;padding:24px 20px 32px;position:relative}.profile-field{margin-bottom:18px}.profile-field label{color:#333;margin-bottom:8px;font-size:.88rem;font-weight:600;display:block}.req{color:#c62828}.profile-input{color:#333;background:#fff;border:1.5px solid #e0e0e0;border-radius:8px;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:.95rem}.profile-input:focus{border-color:#ff9800}.profile-input.readonly{color:#666;background:#fafafa}.profile-select-wrap{position:relative}.profile-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:36px}.profile-info-box{border:1.5px solid #e0e0e0;border-radius:10px;margin:8px 0 20px;padding:4px 0}.profile-info-row{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.profile-info-row:last-child{border-bottom:none}.profile-info-label{color:#666;flex-shrink:0;font-size:.85rem}.profile-info-value{color:#222;text-align:right;align-items:center;gap:8px;font-size:.88rem;font-weight:600;display:flex}.copy-btn{color:#888;cursor:pointer;background:0 0;border:none;align-items:center;padding:2px;display:flex}.copy-msg{color:#2e7d32;text-align:right;margin:0;padding:0 14px 8px;font-size:.75rem}.profile-status-list{flex-direction:column;gap:10px;margin-bottom:20px;display:flex}.profile-status-item{color:#333;align-items:center;gap:10px;font-size:.9rem;font-weight:600;display:flex}.status-check{color:#fff;background:#4caf50;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.75rem;font-weight:700;display:flex}.profile-message{text-align:center;color:#2e7d32;margin-bottom:12px;font-size:.85rem}.profile-update-btn{color:#fff;cursor:pointer;background:#ff9800;border:none;border-radius:10px;width:100%;margin-top:auto;padding:16px;font-family:inherit;font-size:1.05rem;font-weight:700}.profile-update-btn:hover{background:#f57c00}.app-page-header{z-index:10;background:linear-gradient(135deg,#ff9800,#f57c00);align-items:center;gap:10px;padding:12px 14px;display:flex;position:sticky;top:0}.app-page-back{color:#fff;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:4px 6px;font-size:1.4rem;line-height:1}.app-page-search-wrap{flex:1;position:relative}.app-page-search{color:#333;background:#fff;border:none;border-radius:999px;outline:none;width:100%;padding:10px 42px 10px 16px;font-family:inherit;font-size:.9rem}.app-page-search::placeholder{color:#aaa}.app-page-mic{opacity:.7;pointer-events:none;font-size:1rem;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.list-page{background:#f0f0f0;flex-direction:column;max-width:480px;min-height:100dvh;margin:0 auto;display:flex}.list-body{flex-direction:column;flex:1;gap:10px;padding:14px 16px 24px;display:flex;overflow-y:auto}.list-menu-btn{color:#fff;cursor:pointer;text-align:center;background:#1e88e5;border:none;border-radius:999px;width:100%;padding:14px 18px;font-family:inherit;font-size:.88rem;font-weight:600;box-shadow:0 2px 6px #1e88e540}.list-menu-btn:hover{background:#1976d2}.list-status{text-align:center;color:#666;padding:24px 12px;font-size:.9rem}.list-detail-page{background:#f0f0f0;flex-direction:column;max-width:480px;min-height:100dvh;margin:0 auto;display:flex}.list-detail-body{flex-direction:column;flex:1;gap:10px;padding:12px 14px 24px;display:flex;overflow-y:auto}.list-detail-card{text-align:left;cursor:pointer;background:linear-gradient(90deg,#fff 0%,#fff5f5 100%);border:none;border-radius:10px;width:100%;padding:16px 18px;font-family:inherit;box-shadow:0 2px 8px #0000000f}.list-detail-card:hover{box-shadow:0 3px 12px #0000001a}.list-detail-title{color:#222;margin:0;font-size:1.35rem;font-weight:800}.list-detail-count{color:#42a5f5;margin:6px 0 0;font-size:.88rem;font-weight:600}.list-error{text-align:center;color:#c62828;padding:24px 16px;font-size:.9rem;line-height:1.5}.evm-page{background:#f5f5f5;flex-direction:column;max-width:480px;min-height:100dvh;margin:0 auto;display:flex}.evm-header{color:#fff;background:linear-gradient(135deg,#ff9800,#f57c00);justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.evm-header h1{margin:0;font-size:1rem;font-weight:700}.evm-back,.evm-download{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;display:flex}.evm-body{flex:1;padding:14px}.evm-panel{background:#eceff1;border-radius:12px;padding:12px 10px 16px;box-shadow:inset 0 0 0 1px #0000000d}.evm-status-bar{justify-content:space-between;align-items:center;margin-bottom:12px;padding:0 4px;display:flex}.evm-ready{color:#333;align-items:center;gap:8px;font-size:.85rem;font-weight:600;display:flex}.evm-ready-dot{background:#43a047;border-radius:50%;width:14px;height:14px;box-shadow:0 0 0 2px #43a04740}.evm-status-block{background:#1565c0;border-radius:4px;width:56px;height:28px}.evm-row{grid-template-columns:34px 1fr 18px 52px;align-items:center;gap:8px;margin-bottom:8px;display:grid}.evm-serial{color:#222;background:#fff;border:1px solid #333;border-radius:4px;justify-content:center;align-items:center;min-height:34px;font-size:.82rem;font-weight:700;display:flex}.evm-name-box{background:#fff;border:1px solid #333;border-radius:4px;justify-content:space-between;align-items:center;gap:8px;min-height:44px;padding:6px 10px;display:flex;overflow:hidden}.evm-name{color:#222;font-size:.78rem;font-weight:600;line-height:1.2}.evm-name-blur{filter:blur(3px);-webkit-user-select:none;user-select:none}.evm-candidate-photo{object-fit:cover;border:1px solid #ddd;border-radius:50%;flex-shrink:0;width:34px;height:34px}.evm-dot{background:#8b1a1a;border-radius:50%;justify-self:center;width:16px;height:16px}.evm-vote-btn{background:#1565c0;border-radius:999px;height:28px}.evm-row-own .evm-name-box{background:#fff}.evm-row-nota .evm-name{filter:none;font-size:.72rem}.evm-loading{text-align:center;color:#666;padding:20px;font-size:.9rem}@media print{.evm-header{display:none}.evm-page{max-width:none}}.app-container{background:#f0f0f0;min-height:100dvh}@media (width>=481px){.app-container{background:#e0e0e0;justify-content:center;display:flex}.app-container>*{width:100%;max-width:480px;box-shadow:0 0 24px #00000026}}
