.notification{display:flex;align-items:center;gap:.75rem;padding:1em 1.25em;border-radius:12px;background-color:#fff;color:#000;box-shadow:0 4px 6px #00000012,0 10px 20px #00000014,0 20px 40px #0000000f;min-width:300px;max-width:500px;opacity:0;transform:translateY(-10px);transition:all .3s ease}.notification-visible{opacity:1;transform:translateY(0)}.notification-icon{font-size:1.25em;flex-shrink:0}.notification-message{flex:1;font-size:.875em}.notification-close{background:none;border:none;color:#000;cursor:pointer;padding:.25em;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease;flex-shrink:0}.notification-close:hover{background-color:#f5f5f5}.notification-success,.notification-error{border-left:4px solid #000000}.notification-warning,.notification-info{border-left:4px solid #666666}.toast-container{position:fixed;bottom:1rem;right:1rem;z-index:10000;display:flex;flex-direction:column-reverse;gap:.75rem;pointer-events:none}.toast-container>*{pointer-events:auto}.layout{display:flex;min-height:100vh;background-color:var(--color-bg-app)}.sidebar{width:var(--sidebar-width);background:linear-gradient(180deg,var(--color-sidebar) 0%,var(--color-sidebar-deep) 100%);box-shadow:var(--shadow-md);display:flex;flex-direction:column;position:fixed;height:100vh;z-index:1000}.sidebar-header{padding:1.5rem 1rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem}.sidebar-avatar{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;padding:3px;background:linear-gradient(135deg,var(--color-accent) 0%,#ffccbc 100%);box-shadow:0 4px 14px #0003;transition:transform var(--transition),box-shadow var(--transition)}.sidebar-avatar:hover{transform:scale(1.04);box-shadow:0 6px 20px #ffab9173}.sidebar-avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover;background:var(--color-surface);padding:2px}.sidebar-profile-switcher{padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.08)}.sidebar-profile-switcher .profile-switcher{width:100%}.sidebar-logo{max-width:50px;max-height:50px;height:auto;object-fit:contain}.sidebar-title{font-size:.8125rem;font-weight:600;color:#ffffffeb;letter-spacing:.04em;text-align:center;line-height:1.3}.sidebar-nav{flex:1;padding:.75rem 0 1rem;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:.35rem;scrollbar-width:none;-ms-overflow-style:none}.sidebar-nav::-webkit-scrollbar{display:none}.sidebar-footer{padding:.75rem .65rem 1.25rem;border-top:1px solid rgba(255,255,255,.08);margin-top:auto}.sidebar-group{display:flex;flex-direction:column;gap:.2rem}.sidebar-group-label{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#ffffff73;padding:.65rem 1rem .35rem;margin:0 .35rem}.sidebar-empty{padding:1rem 1.5rem;text-align:center;color:#ffffff8c;font-size:.875rem}.nav-item{display:flex;align-items:center;gap:.65rem;padding:.65rem 1rem;color:#ffffffe0;text-decoration:none;transition:background-color var(--transition),color var(--transition);margin:0 .45rem;border-radius:var(--radius-md)}.nav-item:hover{background-color:#ffffff1a;color:#fff}.nav-item-active{background:#ffffff2e;color:#fff;box-shadow:inset 3px 0 0 var(--color-accent)}.nav-item-active:hover{background:#fff3}.nav-item-logout{margin:0}.nav-item-logout:hover{background:#ffab912e}.nav-icon{font-size:1.05rem;flex-shrink:0;opacity:.95}.nav-label{font-weight:500;font-size:.875rem}.main-content{flex:1;margin-left:var(--sidebar-width);padding:2rem;min-height:100vh;box-sizing:border-box}@media (max-width: 768px){.sidebar{width:var(--sidebar-narrow)}.sidebar-header{padding:1rem .5rem}.sidebar-avatar{width:44px;height:44px}.sidebar-title,.sidebar-group-label,.nav-label{display:none}.nav-item{justify-content:center;padding:.75rem .5rem;margin:0 .35rem}.nav-item-active{box-shadow:none}.main-content{margin-left:var(--sidebar-narrow);padding:1rem}}.card{padding:2.5em;background-color:var(--color-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border-soft);box-shadow:var(--shadow-md);transition:box-shadow .3s ease,transform .3s ease}.card-hover:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.card-hover{cursor:pointer}.text{margin:0;color:#000}.text-h1{font-size:3.2em;font-weight:700;line-height:1.1}.text-h2{font-size:2.5em;font-weight:600;line-height:1.2}.text-h3{font-size:2em;font-weight:600;line-height:1.3}.text-h4{font-size:1.5em;font-weight:600;line-height:1.4}.text-h5{font-size:1.25em;font-weight:600;line-height:1.4}.text-h6{font-size:1.125em;font-weight:600;line-height:1.4}.text-body{font-size:1em;font-weight:400;line-height:1.5}.text-small{font-size:.875em;font-weight:400;line-height:1.5}.text-caption{font-size:.75em;font-weight:400;line-height:1.5;color:#666}.text-bold{font-weight:700}.text-medium{font-weight:500}.text-light{font-weight:300}.input-wrapper{display:flex;flex-direction:column;gap:.5rem;width:100%}.input-label{font-size:.875em;font-weight:500;color:var(--color-text)}.input{padding:.75em 1em;border-radius:var(--radius-input);border:1px solid var(--color-border);background-color:var(--color-surface);color:var(--color-text);font-size:1em;font-family:inherit;transition:border-color var(--transition),box-shadow var(--transition);box-shadow:var(--shadow-sm)}.input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-muted)}.input:disabled{background-color:var(--color-bg-app);cursor:not-allowed;opacity:.6}.input::placeholder{color:var(--color-text-muted)}.input-error{border-color:#dc2626}.input-error-text{font-size:.75em;color:#dc2626}.input-helper-text{font-size:.75em;color:var(--color-text-muted)}.btn{border-radius:var(--radius-pill);border:none;font-weight:500;font-family:inherit;cursor:pointer;transition:background-color var(--transition),box-shadow var(--transition),transform var(--transition),border-color var(--transition);display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:linear-gradient(180deg,var(--color-primary) 0%,var(--color-primary-hover) 100%);color:#fff;box-shadow:var(--shadow-sm),0 2px 8px #5c6bc059}.btn-primary:hover:not(:disabled){background:linear-gradient(180deg,var(--color-primary-hover) 0%,#434ea0 100%);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-secondary{background-color:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);box-shadow:var(--shadow-sm)}.btn-secondary:hover:not(:disabled){background-color:var(--color-bg-app);border-color:var(--color-primary);color:var(--color-primary);transform:translateY(-1px)}.btn-ghost{background-color:transparent;color:var(--color-text);border:1px solid transparent}.btn-ghost:hover:not(:disabled){background-color:var(--color-primary-muted);color:var(--color-primary)}.btn-small{padding:.4em .8em;font-size:.875em}.btn-medium{padding:.6em 1.2em;font-size:1em}.btn-large{padding:.8em 1.6em;font-size:1.125em}.login-page{min-height:100vh;background:radial-gradient(ellipse 120% 80% at 50% -20%,rgba(92,107,192,.14),transparent 55%),var(--color-bg-app);display:flex;align-items:center;justify-content:center;padding:2rem;width:100vw;box-sizing:border-box;margin:0;position:relative}.login-container{width:100%;max-width:450px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;flex-shrink:0;position:relative}.login-header{text-align:center;margin-bottom:2rem;width:100%}.login-logo{width:50px;height:50px;border-radius:50%;object-fit:cover;margin:0 auto 1.5rem;display:block;box-shadow:0 0 0 3px var(--color-accent-ring)}.login-title{margin-bottom:.5rem;text-align:center}.login-subtitle{color:var(--color-text-muted);text-align:center}.login-card{padding:2.5rem;width:100%;text-align:left;align-self:center}.login-form{display:flex;flex-direction:column;gap:1.5rem;width:100%}.login-otp-sent-text{color:#666;margin-bottom:.25rem}.login-back-otp{background:none;border:none;color:#666;cursor:pointer;font-size:.875rem;text-decoration:underline;padding:0;margin-top:-.5rem}.login-back-otp:hover{color:#333}.login-back-otp:disabled{cursor:not-allowed;opacity:.6}.login-error-general{padding:.75rem 1rem;background-color:var(--color-primary-muted);border:1px solid var(--color-border);border-radius:8px;color:var(--color-text);font-size:.875em;text-align:center}.login-button{width:100%;margin-top:.5rem}.login-team-link{margin-top:1.5rem;text-align:center}.login-team-text{color:#666;line-height:1.6}.login-team-button{background:none;border:none;color:var(--color-primary);text-decoration:underline;font-weight:500;cursor:pointer;padding:0;font-size:inherit;font-family:inherit;transition:color .25s ease}.login-team-button:hover{color:var(--color-primary-hover)}.login-team-button:focus{outline:none;text-decoration:none}.login-footer{margin-top:1rem;text-align:center}.login-signup-text{color:#666;line-height:1.6}.login-signup-button{background:none;border:none;color:var(--color-primary);text-decoration:underline;font-weight:500;cursor:pointer;padding:0;font-size:inherit;font-family:inherit;transition:color .25s ease}.login-signup-button:hover{color:var(--color-primary-hover)}@media (max-width: 768px){.login-page{padding:1rem}.login-card{padding:2rem}.login-logo{width:50px;height:50px}}.signup-page{min-height:100vh;background:radial-gradient(ellipse 120% 80% at 50% -20%,rgba(92,107,192,.14),transparent 55%),var(--color-bg-app);display:flex;align-items:center;justify-content:center;padding:2rem;width:100vw;box-sizing:border-box;margin:0;position:relative}.signup-container{width:100%;max-width:500px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;flex-shrink:0;position:relative}.signup-header{text-align:center;margin-bottom:2rem;width:100%}.signup-logo{width:50px;height:50px;border-radius:50%;object-fit:cover;margin:0 auto 1.5rem;display:block}.signup-title{margin-bottom:.5rem;text-align:center}.signup-subtitle{color:#666;text-align:center}.signup-card{width:100%;padding:2rem;box-shadow:0 2px 8px #0000001a;text-align:left}.signup-form{display:flex;flex-direction:column;gap:1.5rem}.signup-otp-sent-text{color:#666;margin-bottom:.25rem}.signup-back-otp{background:none;border:none;color:#666;cursor:pointer;font-size:.875rem;text-decoration:underline;padding:0;margin-top:-.5rem}.signup-back-otp:hover{color:#333}.signup-back-otp:disabled{cursor:not-allowed;opacity:.6}.signup-error-general{background-color:#fee;color:#c33;padding:.75rem;border-radius:4px;font-size:.875rem;text-align:left}.email-input-wrapper{position:relative}.email-checking-indicator{position:absolute;top:0;right:.5rem;font-size:.75rem;color:#666;margin-top:2.5rem}.email-success-indicator{position:absolute;top:0;right:.5rem;font-size:.75rem;color:#28a745;margin-top:2.5rem;font-weight:500}.email-error-indicator{position:absolute;top:0;right:.5rem;font-size:.75rem;color:#dc3545;margin-top:2.5rem;font-weight:500}.password-toggle-icon{position:absolute;right:1em;top:2.2em!important;background:none;border:none;cursor:pointer;color:#666;font-size:1.1em;display:flex;align-items:center;justify-content:center;padding:.25em;transition:color .25s ease;z-index:1;height:1.5em;width:1.5em;line-height:1}.signup-button{margin-top:.5rem;width:100%}.signup-footer{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.signup-login-text{color:#666;text-align:center}.signup-login-button{background:none;border:none;color:#007bff;cursor:pointer;font-size:inherit;font-family:inherit;padding:0;text-decoration:underline}.signup-login-button:hover{color:#0056b3}.signup-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.signup-profile-modal{width:100%;max-width:500px;padding:2rem;box-shadow:0 4px 16px #0003;background-color:#fff;border-radius:8px;max-height:90vh;overflow-y:auto}.signup-profile-modal-header{text-align:center;margin-bottom:2rem}.signup-profile-modal-title{margin-bottom:.5rem;text-align:center}.signup-profile-modal-subtitle{color:#666;text-align:center;margin-bottom:0}.signup-profile-form{display:flex;flex-direction:column;gap:1.5rem}.signup-profile-type-group{display:flex;flex-direction:column;gap:.75rem}.signup-profile-type-label{font-weight:500;color:#333;margin-bottom:.25rem}.signup-profile-type-options{display:flex;gap:1.5rem;flex-wrap:wrap}.signup-profile-type-option{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem;border-radius:4px;transition:background-color .2s}.signup-profile-type-option:hover{background-color:#f5f5f5}.signup-profile-type-option input[type=radio]{cursor:pointer;margin:0}.signup-profile-type-option span{font-size:1rem;color:#333}.signup-profile-type-option input[type=radio]:disabled+span{color:#999;cursor:not-allowed}.signup-error-text{color:#dc3545;font-size:.875rem;margin-top:-.5rem}.signup-profile-modal-actions{margin-top:.5rem}.signup-profile-button{width:100%}.team-login-page{min-height:100vh;background:radial-gradient(ellipse 120% 80% at 50% -20%,rgba(92,107,192,.14),transparent 55%),var(--color-bg-app);display:flex;align-items:center;justify-content:center;padding:2rem;width:100vw;box-sizing:border-box;margin:0;position:relative}.team-login-container{width:100%;max-width:450px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;flex-shrink:0;position:relative}.team-login-header{text-align:center;margin-bottom:2rem;width:100%}.team-login-logo{width:50px;height:50px;border-radius:50%;object-fit:cover;margin:0 auto 1.5rem;display:block}.team-login-title{margin-bottom:.5rem;text-align:center}.team-login-subtitle{color:#666;text-align:center}.team-login-card{padding:2.5rem;width:100%;text-align:left;align-self:center}.team-login-form{display:flex;flex-direction:column;gap:1.5rem;width:100%}.phone-input-wrapper{position:relative;width:100%}.phone-input-wrapper .input{padding-left:3.5em}.phone-country-code{position:absolute;left:1em;top:2.45em!important;color:#666;font-size:1em;font-weight:500;pointer-events:none;z-index:1}.team-login-otp-sent-text{color:#666;margin-bottom:.25rem}.team-login-back-otp{background:none;border:none;color:#666;cursor:pointer;font-size:.875rem;text-decoration:underline;padding:0;margin-top:-.5rem}.team-login-back-otp:hover{color:#333}.team-login-back-otp:disabled{cursor:not-allowed;opacity:.6}.team-login-error-general{padding:.75rem 1rem;background-color:#f5f5f5;border:1px solid #cccccc;border-radius:8px;color:#000;font-size:.875em;text-align:center}.team-login-info{color:#666;text-align:center;margin-bottom:.5rem}.password-input-wrapper{position:relative;width:100%}.password-input-wrapper .input{padding-right:3em}.password-toggle-icon{position:absolute;right:1em;top:2.2em!important;background:none;border:none;cursor:pointer;color:#666;font-size:1.1em;display:flex;align-items:center;justify-content:center;padding:.25em;transition:color .25s ease;z-index:1;height:1.5em;width:1.5em}.password-toggle-icon:disabled{cursor:not-allowed;opacity:.6}.team-login-button{width:100%;margin-top:.5rem}.team-login-form-actions{display:flex;gap:1rem;width:100%}.team-login-form-actions .team-login-button{flex:1}.team-login-candidate-link{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #f5f5f5;text-align:center}.team-login-candidate-text{color:#666;line-height:1.6}.team-login-candidate-button{background:none;border:none;color:#000;text-decoration:underline;font-weight:500;cursor:pointer;padding:0;font-size:inherit;font-family:inherit;transition:color .25s ease}.team-login-candidate-button:hover{color:#333}.team-login-candidate-button:focus{outline:none;text-decoration:none}.team-login-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #f5f5f5;text-align:center}.team-login-help-text{color:#666;line-height:1.6}.team-login-contact-link{color:#000;text-decoration:underline;font-weight:500;transition:color .25s ease}.team-login-contact-link:hover{color:#333}@media (max-width: 768px){.team-login-page{padding:1rem}.team-login-card{padding:2rem}.team-login-logo{width:50px;height:50px}}.popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#1e293b73;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem}.popup-box{background-color:var(--color-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border-soft);box-shadow:var(--shadow-lg);max-width:800px;width:100%;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.popup-box.add-social-profile-popup{min-width:50vw;max-width:800px}.popup-overlay.bottom-align{align-items:center;justify-content:center;padding:1rem}@media (max-width: 768px){.popup-box.add-social-profile-popup{max-width:100%}}.popup-header{display:flex;align-items:center;justify-content:space-between;padding:1.5em;border-bottom:1px solid var(--color-border-soft)}.popup-title{margin:0;font-size:1.5em;font-weight:600;color:var(--color-text)}.popup-close{background:none;border:none;color:var(--color-text-secondary);cursor:pointer;width:2.25rem;height:2.25rem;padding:0;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color var(--transition)}.popup-close:hover{background-color:var(--color-primary-muted);color:var(--color-primary)}.popup-content{padding:1.5em;overflow-y:auto;flex:1}.dropdown-wrapper{display:flex;flex-direction:column;gap:.5rem;width:100%;position:relative}.dropdown-label{font-size:.875em;font-weight:500;color:var(--color-text-secondary)}.dropdown-container{position:relative}.dropdown-trigger{width:100%;padding:.75em 1em;border-radius:var(--radius-input);border:1px solid var(--color-border);background-color:var(--color-surface);color:var(--color-text);font-size:1em;font-family:inherit;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:border-color var(--transition),box-shadow var(--transition),background-color var(--transition);box-shadow:var(--shadow-sm)}.dropdown-trigger:hover:not(.dropdown-disabled){border-color:var(--color-primary);background-color:var(--color-primary-muted);box-shadow:var(--shadow-md)}.dropdown-trigger:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-muted)}.dropdown-trigger.dropdown-open:not(.dropdown-disabled){border-color:var(--color-primary);background-color:var(--color-primary-muted);box-shadow:var(--shadow-md)}.dropdown-disabled{background-color:var(--color-bg-app);cursor:not-allowed;opacity:.6}.dropdown-selected{flex:1;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-trigger-multiple{align-items:flex-start;min-height:2.75em;padding-top:.5em;padding-bottom:.5em}.dropdown-selected-multiple{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;white-space:normal;overflow:visible;text-overflow:unset;flex:1;min-width:0}.dropdown-placeholder-inline{color:var(--color-text-muted);font-size:.95em;line-height:1.5}.dropdown-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.35em .55em .35em .65em;background-color:#1e293b;color:#fff;border-radius:var(--radius-pill);font-size:.875em;font-weight:500;line-height:1.25;max-width:100%}.dropdown-chip-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:min(280px,100%)}.dropdown-chip-remove{background:none;border:none;color:#fff;font-size:1.15em;line-height:1;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;width:1.25em;height:1.25em;border-radius:50%;flex-shrink:0;transition:background-color .2s ease}.dropdown-chip-remove:hover{background-color:#fff3}.dropdown-chip-remove:focus-visible{outline:2px solid #ffffff;outline-offset:1px}.dropdown-icon{margin-left:.5rem;transition:transform .25s ease;flex-shrink:0}.dropdown-icon-open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:calc(100% + .5rem);left:0;right:0;background-color:var(--color-surface);border:1px solid var(--color-border-soft);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:1000;max-height:300px;overflow-y:auto}.dropdown-option{padding:.75em 1em;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background-color .2s ease}.dropdown-option:hover{background-color:var(--color-bg-app)}.dropdown-option-selected{background-color:var(--color-primary-muted);font-weight:500}.dropdown-option-rich{align-items:flex-start}.dropdown-option-content--rich{flex:1;min-width:0}.dropdown-empty{padding:1em;text-align:center;color:var(--color-text-muted);font-size:.875em}.dropdown-checkbox{width:18px;height:18px;border:2px solid var(--color-border);border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dropdown-option-selected .dropdown-checkbox{background-color:var(--color-primary);border-color:var(--color-primary);color:#fff}.dropdown-separator{height:1px;background-color:var(--color-border);margin:.5rem 0}.dropdown-option-create{color:var(--color-primary);font-weight:500}.dropdown-option-create:hover{background-color:var(--color-primary-muted);color:var(--color-primary-hover)}.profile-switcher{display:flex;align-items:center;gap:.5rem;margin-left:auto;padding:.5rem}.profile-switcher-dropdown{min-width:200px}.create-profile-popup-content{display:flex;flex-direction:column}.create-profile-popup-description{color:#666;margin-bottom:0}.create-profile-popup-actions{display:flex;gap:1rem;justify-content:flex-end}@media (max-width: 768px){.profile-switcher{width:100%;margin-left:0;margin-bottom:1rem}.profile-switcher-dropdown{width:100%}.create-profile-popup-actions{flex-direction:column}.create-profile-popup-actions button{width:100%}}.topbar{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.75rem;background-color:var(--color-surface);box-shadow:var(--shadow-md);border:1px solid var(--color-border-soft);margin:-2rem -2rem 2rem;position:sticky;top:0;z-index:1100}.topbar-sticky-shell{position:sticky;top:0;z-index:1100;margin:-2rem -2rem 1.25rem}.topbar-sticky-shell .topbar{position:static;margin:0}.topbar-sticky-accessory{padding:1rem 1.75rem .6rem;background-color:var(--color-bg-app);border:1px solid var(--color-border-soft);border-top:none;box-shadow:0 6px 14px -12px #0f172a59}.topbar-sticky-accessory .ap-tabs .tabs-header{flex-wrap:wrap}.topbar-left{flex:1;display:flex;flex-direction:column;gap:.25rem}.topbar-left-cluster{display:flex;align-items:center;justify-content:flex-start;gap:.5rem}.topbar-back{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:2.5rem;height:2.5rem;padding:0;border:none;cursor:pointer;background:var(--color-primary-muted);color:var(--color-primary);border-radius:50%;transition:background-color var(--transition)}.topbar-back:hover{background:#5c6bc038}.topbar-back svg{display:block;font-size:1rem}.topbar-back-button{margin-bottom:.75rem}.topbar-back-button .back-button{display:flex;align-items:center;gap:.5rem}.topbar-title{margin:0;font-weight:600;color:var(--color-text)}.topbar-description{color:var(--color-text-muted);margin:0;font-size:.875rem}.topbar-right{display:flex;align-items:center;gap:1.25rem}.topbar-actions-before-time,.topbar-profile-switcher{display:flex;align-items:center}.topbar-profile-switcher .profile-switcher{margin-left:0;padding:0}.topbar-profile-switcher .profile-switcher-dropdown{min-width:180px}.topbar-profile-switcher .dropdown-wrapper{margin:0}.topbar-profile-switcher .dropdown-label{display:none}.topbar-profile-switcher .dropdown-trigger{border:1px solid rgba(92,107,192,.28);background:var(--color-primary-muted);color:var(--color-text);box-shadow:var(--shadow-sm)}.topbar-profile-switcher .dropdown-trigger:hover:not(.dropdown-disabled),.topbar-profile-switcher .dropdown-trigger.dropdown-open:not(.dropdown-disabled){border-color:var(--color-primary);background:#5c6bc033;box-shadow:var(--shadow-md)}.topbar-profile-switcher .dropdown-trigger:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-muted)}.topbar-profile-switcher .dropdown-icon{color:var(--color-primary)}.topbar-notification{background:var(--color-primary-muted);border:none;cursor:pointer;width:2.5rem;height:2.5rem;padding:0;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color var(--transition);color:var(--color-primary);position:relative}.topbar-notification:hover{background:#5c6bc033}.notification-icon{font-size:1.25rem}.notification-badge{position:absolute;top:.125rem;right:.125rem;background:linear-gradient(135deg,var(--color-accent) 0%,#ff8a65 100%);color:#1e293b;font-size:.75rem;font-weight:700;padding:.125rem .375rem;border-radius:var(--radius-pill);min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;line-height:1}.notifications-popup-overlay{justify-content:flex-end;align-items:stretch;padding:0}.notifications-popup{width:min(30vw,100vw);max-width:min(60vw,100vw);height:100dvh;max-height:100dvh;border-radius:0;margin:0;animation:slideInRight .3s ease-out}.notifications-popup .popup-content{padding:0;overflow-y:auto}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.notifications-list{display:flex;flex-direction:column;gap:0;max-height:calc(100vh - 80px);overflow-y:auto}.notification-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid var(--color-border-soft);cursor:pointer;transition:background-color .2s ease;position:relative}.notification-item:hover{background-color:var(--color-bg-app)}.notification-item.unread{background-color:#5c6bc00f}.notification-item.unread:hover{background-color:#5c6bc01a}.notification-content{flex:1;display:flex;flex-direction:column;gap:.25rem}.notification-title{margin:0;font-weight:600;color:var(--color-text);font-size:.9375rem}.notification-message{margin:0;color:var(--color-text-secondary);font-size:.875rem;line-height:1.5}.notification-time{margin:0;color:var(--color-text-muted);font-size:.75rem}.notification-dot{width:8px;height:8px;border-radius:50%;background-color:var(--color-primary);flex-shrink:0;margin-top:.5rem}.notification-item.info .notification-dot{background-color:var(--color-primary)}.notification-item.success .notification-dot{background-color:#34d399}.notification-item.warning .notification-dot{background-color:#fbbf24}.notification-delete-btn{flex-shrink:0;width:2rem;height:2rem;padding:0;margin-left:.5rem;display:inline-flex;align-items:center;justify-content:center;border:none;cursor:pointer;font-size:1.25rem;line-height:1;color:var(--color-text-muted);background:transparent;border-radius:50%;transition:background-color var(--transition),color var(--transition)}.notification-delete-btn:hover{background:var(--color-primary-muted);color:var(--color-text)}.no-notifications{padding:3rem 1.5rem;text-align:center;color:var(--color-text-muted)}.notifications-list::-webkit-scrollbar{width:6px}.notifications-list::-webkit-scrollbar-track{background:var(--color-border-soft)}.notifications-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.notifications-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width: 768px){.topbar{padding:1rem 1.25rem;margin:-1rem -1rem 1.5rem;border-radius:var(--radius-md)}.topbar-sticky-shell{margin:-1rem -1rem 1rem}.topbar-sticky-shell .topbar{border-radius:var(--radius-md) var(--radius-md) 0 0}.topbar-sticky-accessory{padding-left:1.25rem;padding-right:1.25rem;border-radius:0 0 var(--radius-md) var(--radius-md)}.topbar-right{gap:1rem}.topbar-profile-switcher .profile-switcher-dropdown{min-width:150px}.notifications-popup{width:100%;max-width:100%}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.refresh-icon-btn{border:1px solid rgba(148,163,184,.55);background:#ffffffeb;color:#334155;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;flex:0 0 auto;transition:color .2s ease,box-shadow .2s ease}.refresh-icon-btn:hover:not(:disabled):not(.refresh-icon-btn--loading){background:#fff;color:#6f7071;box-shadow:0 10px 18px #0f172a1f}.refresh-icon-btn:active:not(:disabled):not(.refresh-icon-btn--loading){transform:translateY(1px)}.refresh-icon-btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.refresh-icon-btn svg{display:block}.refresh-icon-btn--small{width:32px;height:32px}.refresh-icon-btn--small svg{width:14px;height:14px}.refresh-icon-btn--large{width:38px;height:38px}.refresh-icon-btn--large svg{width:16px;height:16px}@keyframes refresh-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.refresh-icon-btn--loading{color:#2563eb;animation:refresh-spin 1s linear infinite;pointer-events:none}.candidate-map-wrap{margin-top:.75rem;border-radius:8px;overflow:hidden;border:1px solid rgba(15,23,42,.08)}.candidate-map-container{height:420px;width:100%;min-height:420px;z-index:0}.candidate-map-container.leaflet-container{background:#f0f4f8}.candidate-map-fallback{min-height:160px;display:flex;align-items:center;padding:1rem 1.25rem;background:#f8fafce6}.candidate-map-widget.card{width:100%;max-width:none;padding:1.5rem 1.75rem;box-sizing:border-box;overflow:hidden}.candidate-constituency-map-head{margin-bottom:.25rem}.candidate-map-title-icon{display:inline-flex;margin-right:.5rem;color:#f4003c;vertical-align:middle;font-size:1.2rem}.party-constituencies-title-icon{display:inline-flex;margin-right:.5rem;color:#6366f1;vertical-align:middle;font-size:1.2rem}.candidate-map-widget-sub{margin:0 0 .65rem!important;color:#64748b;font-size:.92rem;line-height:1.5}.candidate-map-widget-inner{width:100%}.candidate-map-widget-inner .candidate-map-wrap{margin-top:0}.candidate-map-shell{width:100%}.candidate-constituency-line4{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem}@media (min-width: 980px){.candidate-constituency-line4{grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr);align-items:start}}.candidate-constituency-item{min-width:0}.candidate-map-stage{border-radius:12px;overflow:hidden;border:1px solid rgba(15,23,42,.08);background:#f8fafc}.candidate-map-canvas-wrap{width:100%}.candidate-map-canvas{height:420px;width:100%;min-height:420px;z-index:0}.candidate-map-canvas.leaflet-container{background:#f0f4f8}.candidate-map-layer-controls{display:flex;flex-wrap:wrap;gap:.5rem .75rem;padding:.65rem .25rem .1rem}.candidate-map-layer-switch.switch-wrapper{margin:0;flex-direction:row;justify-content:flex-start}.candidate-demography-pie-card{border-radius:12px;padding:.75rem}.candidate-demography-pie-wrap{width:100%;height:220px}.candidate-demography-pie-wrap--nested{height:220px}.candidate-demography-pies{display:grid;grid-template-columns:1fr;gap:.85rem}@media (min-width: 560px){.candidate-demography-pies{grid-template-columns:1fr 1fr}}.candidate-demography-nested-grid{margin-top:.85rem;display:grid;grid-template-columns:1fr;gap:.85rem}@media (min-width: 560px){.candidate-demography-nested-grid{grid-template-columns:1fr 1fr}}.candidate-demography-pie-center-text{margin-top:.4rem;font-weight:700;font-size:.92rem}.candidate-demography-legend{margin-top:.6rem;gap:.35rem;font-size:.84rem;color:#ffffffe0}.candidate-demography-legend-item{display:inline-flex;align-items:center;gap:.5rem;line-height:1.2}.candidate-demography-legend-dot{width:10px;height:10px;border-radius:999px;flex:0 0 auto}.candidate-demography-legend-break{height:1px;width:100%;background:#ffffff2e;margin:.25rem 0}.candidate-constituency-top-section{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:.85rem}.candidate-constituency-top-chip{display:inline-flex;align-items:center;border-radius:999px;border:1px solid #dbeafe;background:#eff6ff;color:#1d4ed8;padding:.22rem .58rem;font-size:.76rem;font-weight:600}.candidate-constituency-top-chip--muted{background:#f8fafc;border-color:#e2e8f0;color:#475569}.candidate-constituency-top-chip-icon{margin-right:.34rem;font-size:.78rem;flex-shrink:0}.candidate-constituency-top-chip{max-width:100%}.candidate-hot-alert-card.candidate-winnability-widget{width:100%}.candidate-hot-attacks-title-icon{display:inline-flex;margin-right:.5rem;color:#f97316;vertical-align:middle;font-size:1.25rem}.candidate-hot-items{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.75rem}.candidate-hot-item{display:flex;gap:.75rem;align-items:flex-start;background-color:#e7f1fc;padding:10px;border-radius:16px;margin:0;border-bottom:none}.candidate-hot-avatar{width:36px;height:36px;border-radius:999px;background:#f1f5f9;display:inline-flex;align-items:center;justify-content:center;color:#0f172a;flex:0 0 auto}.candidate-hot-avatar svg{width:16px;height:16px;display:block}.candidate-hot-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:999px}.candidate-hot-main{flex:1 1 auto;min-width:0}.candidate-hot-title{margin:0;color:#0f172a;font-weight:500;line-height:1.35;font-size:.9375rem}.candidate-hot-tags{margin-top:.35rem;display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}.candidate-hot-tag{display:inline-flex;align-items:center;padding:.15rem .5rem;border-radius:999px;background:#f1f5f9;color:#0f172a;font-size:.78rem;line-height:1.2;white-space:nowrap}.candidate-hot-tag.is-attack{background:#ffedd5;color:#7c2d12}.candidate-hot-tag.is-defend{background:#e0f2fe;color:#0c4a6e}.candidate-hot-tag.is-impact{background:#ede9fe;color:#4c1d95}.candidate-hot-tag.is-source{background:#ecfdf5;color:#065f46;text-transform:uppercase;letter-spacing:.03em}.candidate-hot-linkout{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background:transparent;color:#64748b;text-decoration:none;flex-shrink:0}.candidate-hot-linkout:hover{background:#f1f5f9;color:#0f172a}.candidate-hot-linkout--disabled{opacity:.35;pointer-events:none}.candidate-hot-linkout svg{width:16px;height:16px;display:block}.candidate-hot-viewmore{border:none;background:transparent;padding:0;margin-top:.85rem;color:#2563eb;cursor:pointer;text-align:center;font-weight:500;display:block;width:fit-content;margin-left:auto;margin-right:auto}.candidate-hot-viewmore:hover{background:transparent!important;text-decoration:underline;text-underline-offset:2px}.candidate-hot-empty{color:#64748b;font-size:.95rem;padding:.25rem 0}.candidate-hot-items-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:1200}.candidate-hot-items-modal{width:100%;max-width:720px;background:#fff;border-radius:16px;box-shadow:0 30px 70px #0003;overflow:hidden}.candidate-hot-items-modal-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb}.candidate-hot-items-modal-title{font-weight:700;color:#0f172a}.candidate-hot-items-modal-close{border:1px solid #e5e7eb;background:#fff;padding:.45rem .75rem;border-radius:10px;cursor:pointer;color:#0f172a}.candidate-hot-items-modal-close:hover{background:#f8fafc}.candidate-hot-items-modal-body{padding:1rem 1.25rem 1.25rem;max-height:min(70vh,640px);overflow:auto}.candidate-hot-items--modal .candidate-hot-item{background-color:#f8fafc}.candidate-missing-panel .candidate-missing-req-heading{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem .35rem}.candidate-missing-req-title-icon{flex-shrink:0;margin-right:.35rem;color:#dc2626;font-size:1.05rem;vertical-align:middle}.candidate-missing-req-list{margin:.75rem 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.5rem}.candidate-missing-req-item{display:flex;align-items:flex-start;gap:.6rem;padding:.35rem 0;border-bottom:1px solid rgba(15,23,42,.06)}.candidate-missing-req-item:last-child{border-bottom:none;padding-bottom:0}.candidate-missing-req-dot{flex:0 0 auto;width:14px;color:#94a3b8;font-size:1.1rem;line-height:1.35;margin-top:1px}.candidate-missing-req-text{flex:1 1 auto;min-width:0;color:#0f172ae0;font-size:.9375rem;line-height:1.45}.candidate-missing-req-cta{flex-shrink:0;align-self:flex-start;margin-top:-.1rem}.candidate-constituency-extra-section{margin-top:.75rem;padding:.7rem .75rem;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.candidate-top-issues-header{margin-bottom:.5rem}.candidate-mandal-section{margin-top:.8rem}.candidate-mandal-section-title{font-size:.8rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.candidate-mandal-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}.candidate-mandal-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:.65rem .75rem;display:flex;flex-direction:column;gap:.38rem}.candidate-mandal-card.is-strong{background:#ecfdf5;border-color:#bbf7d0}.candidate-mandal-card.is-weak{background:#fff7ed;border-color:#fed7aa}.candidate-mandal-card-title{font-size:.8rem;font-weight:700;color:#111827;margin-bottom:.12rem}.candidate-mandal-card-text{font-size:.76rem;color:#475569;line-height:1.5}.candidate-constituency-issues-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.7rem}.candidate-constituency-issue-item{display:block;color:#1f2937;font-size:.85rem}.candidate-constituency-issue-main{display:flex;flex-direction:column;gap:.3rem;min-width:0}.candidate-constituency-issue-main--card{border:1px solid #e2e8f0;background:#fff;border-radius:10px;padding:.7rem .8rem;gap:.55rem;box-shadow:0 2px 6px #0f172a0f;border-left-width:5px}.candidate-constituency-issue-main--card.is-high{border-left-color:#ef4444}.candidate-constituency-issue-main--card.is-medium{border-left-color:#f59e0b}.candidate-constituency-issue-main--card.is-low{border-left-color:#22c55e}.candidate-constituency-issue-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.6rem}.candidate-constituency-issue-title-wrap{display:flex;align-items:center;gap:.45rem;min-width:0}.candidate-constituency-issue-rank{display:inline-flex;align-items:center;justify-content:center;min-width:1.55rem;height:1.55rem;border-radius:999px;background:#e5e7eb;color:#111;font-size:.73rem;font-weight:800}.candidate-constituency-issue-head-tags{display:inline-flex;align-items:center;gap:.35rem;flex-wrap:wrap;justify-content:flex-end}.candidate-constituency-issue-title{font-weight:700;color:#111827;line-height:1.35;font-size:.88rem}.candidate-constituency-issue-summary{font-size:.78rem;color:#334155;line-height:1.45}.candidate-constituency-issue-resolution{font-size:.77rem;color:#1f2937;line-height:1.45;padding:.35rem .45rem;border-radius:8px;background:#f8fafc;border:1px dashed #cbd5e1}.candidate-constituency-issue-meta{display:flex;flex-direction:column;gap:.35rem}.candidate-constituency-issue-meta-row{display:flex;align-items:baseline;gap:.35rem;flex-wrap:wrap;padding-top:.1rem}.candidate-constituency-issue-meta-key{font-size:.75rem;color:#64748b;font-weight:700}.candidate-constituency-issue-meta-value{font-size:.76rem;color:#1f2937;font-weight:600}.candidate-constituency-issue-priority-badge,.candidate-constituency-issue-coverage-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.14rem .52rem;font-size:.7rem;font-weight:800;border:1px solid transparent;letter-spacing:.02em}.candidate-constituency-issue-priority-badge.is-high{color:#991b1b;background:#fee2e2;border-color:#fecaca}.candidate-constituency-issue-priority-badge.is-medium{color:#9a3412;background:#ffedd5;border-color:#fed7aa}.candidate-constituency-issue-priority-badge.is-low,.candidate-constituency-issue-coverage-badge.is-yes{color:#166534;background:#dcfce7;border-color:#bbf7d0}.candidate-constituency-issue-coverage-badge.is-no{color:#991b1b;background:#fee2e2;border-color:#fecaca}.candidate-constituency-issue-badge-icon{margin-right:.25rem}.candidate-last-election-block{margin-top:.75rem}.candidate-last-election-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;border:0;background:transparent;padding:0;color:#111;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.candidate-last-election-toggle-icon{font-size:1.05rem;display:inline-flex;align-items:center}.candidate-last-election-content{margin-top:.6rem;display:flex;flex-direction:column;gap:.45rem}.candidate-last-election-summary-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.5rem}.candidate-last-election-summary-card{border:1px solid #e5e7eb;border-radius:10px;background:#f8fafc;padding:.45rem .55rem}.candidate-last-election-summary-label{font-size:.72rem;color:#64748b;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.candidate-last-election-summary-value{margin-top:.16rem;font-size:.9rem;color:#0f172a;font-weight:800}.candidate-last-election-overview-charts{margin-top:.45rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.candidate-last-election-overview-chart-card{border:1px solid #e5e7eb;border-radius:10px;background:#fff;padding:.55rem .6rem}.candidate-last-election-overview-chart-wrap{height:180px}.candidate-last-election-performance-grid{margin-top:.45rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem}.candidate-last-election-performance-card{border:1px solid #e5e7eb;border-radius:10px;background:#fff;padding:.7rem .75rem}.candidate-last-election-performance-card.is-winner{border-color:#86efac;background:linear-gradient(180deg,#f0fdf4,#fff)}.candidate-last-election-performance-head{display:flex;justify-content:space-between;gap:.5rem;align-items:baseline;font-size:.8rem;color:#1f2937;margin-bottom:.4rem}.candidate-last-election-performance-name-wrap{display:inline-flex;align-items:center;gap:.45rem;flex-wrap:wrap}.candidate-last-election-candidate-avatar{width:24px;height:24px;border-radius:999px;background:#e2e8f0;color:#0f172a;font-size:.72rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.candidate-last-election-performance-name{color:#0f172a}.candidate-last-election-result-badge{display:inline-flex;align-items:center;border-radius:999px;padding:.1rem .45rem;font-size:.68rem;font-weight:800;letter-spacing:.02em;border:1px solid transparent}.candidate-last-election-result-badge.is-winner{color:#166534;background:#dcfce7;border-color:#86efac}.candidate-last-election-result-badge.is-loser{color:#92400e;background:#ffedd5;border-color:#fdba74}.candidate-last-election-result-badge.is-share{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.candidate-last-election-performance-points{font-size:.76rem;color:#334155;margin-top:.2rem}.candidate-last-election-point-title{margin-top:.25rem;font-weight:700;color:#111827}.candidate-last-election-performance-points ul{margin:.2rem 0 0;padding-left:1rem}.candidate-last-election-performance-points li+li{margin-top:.16rem}.party-cc-section{margin-top:1.25rem}.party-cc-section+.party-cc-section{margin-top:1.5rem}.party-cc-section-title{display:flex;align-items:center;gap:.45rem;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.75rem}.party-cc-section-title-icon{font-size:.9rem;flex-shrink:0}.party-cc-section-title.is-strong{color:#15803d}.party-cc-section-title.is-weak{color:#dc2626}.party-cc-section-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.4rem;height:1.4rem;border-radius:999px;background:#e5e7eb;color:#374151;font-size:.72rem;font-weight:800;padding:0 .35rem}.party-cc-section-title.is-strong .party-cc-section-count{background:#dcfce7;color:#166534}.party-cc-section-title.is-weak .party-cc-section-count{background:#fee2e2;color:#991b1b}.party-cc-section-subtitle{font-size:.84rem!important;color:#64748b!important;margin:-.35rem 0 .7rem!important;line-height:1.4}.party-cc-section-subtitle--warn{color:#b91c1c!important}.party-cc-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem}.party-cc-card{border:1px solid #e2e8f0;border-radius:14px;background:#fff;padding:1rem .85rem .85rem;display:flex;flex-direction:column;align-items:center;box-shadow:0 2px 8px #0f172a0d;transition:box-shadow .18s ease,border-color .18s ease}.party-cc-card:hover{box-shadow:0 4px 16px #0f172a1a;border-color:#cbd5e1}.party-cc-card.is-strong{border-left:4px solid #22c55e}.party-cc-card.is-weak{border-left:4px solid #ef4444}.party-cc-avatar{width:56px;height:56px;border-radius:999px;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);display:flex;align-items:center;justify-content:center;color:#4338ca;font-size:1.35rem;font-weight:800;flex-shrink:0;border:2px solid #e5e7eb}.party-cc-card.is-strong .party-cc-avatar{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#15803d;border-color:#86efac}.party-cc-card.is-weak .party-cc-avatar{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#b91c1c;border-color:#fca5a5}.party-cc-name{margin-top:.55rem;font-size:.92rem;font-weight:700;color:#0f172a;text-align:center;line-height:1.3}.party-cc-tags{margin-top:.4rem;display:flex;flex-wrap:wrap;gap:.32rem;justify-content:center}.party-cc-tag{display:inline-flex;align-items:center;padding:.14rem .52rem;border-radius:999px;font-size:.72rem;font-weight:700;border:1px solid transparent;letter-spacing:.02em}.party-cc-tag.is-win{color:#166534;background:#dcfce7;border-color:#bbf7d0}.party-cc-tag.is-lose{color:#991b1b;background:#fee2e2;border-color:#fecaca}.party-cc-tag.is-neutral{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.party-cc-tag.is-muted{color:#475569;background:#f8fafc;border-color:#e2e8f0}.party-cc-divider{width:100%;height:1px;background:#e5e7eb;margin:.65rem 0}.party-cc-demography{width:100%;display:flex;flex-direction:column;gap:.3rem}.party-cc-demo-row{display:flex;align-items:baseline;justify-content:space-between;gap:.4rem;font-size:.76rem;line-height:1.4}.party-cc-demo-label{color:#64748b;font-weight:600}.party-cc-demo-value{color:#0f172a;font-weight:700;text-align:right}.party-cc-issues{width:100%;margin-top:.5rem}.party-cc-issues-title{font-size:.72rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.35rem}.party-cc-issue-chips{display:flex;flex-wrap:wrap;gap:.3rem}.party-cc-issue-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.16rem .48rem;border-radius:999px;font-size:.7rem;font-weight:600;background:#fef3c7;color:#92400e;border:1px solid #fde68a}.party-cc-issue-chip-icon{font-size:.68rem;flex-shrink:0}.candidate-map-booth-note{margin-top:.5rem;font-size:.875rem;color:#64748b;line-height:1.4}.leaflet-tooltip.overview-map-tooltip-pane{background:#fffffff5;border:1px solid #cbd5e1;border-radius:8px;box-shadow:0 4px 20px #0f172a1f;padding:0}.overview-map-tooltip{padding:8px 10px;max-width:280px;font-size:.8125rem;line-height:1.35;color:#0f172a}.overview-map-tooltip-title{font-weight:600;margin-bottom:4px;font-size:.875rem}.overview-map-tooltip-muted{font-size:.75rem;color:#64748b;margin-top:4px}.overview-map-tooltip-bullets{margin-top:6px;font-size:.75rem;color:#334155}.candidate-map-stage--with-legend .overview-map-legend{position:absolute;z-index:1000;bottom:10px;right:10px;min-width:152px;padding:8px 10px 10px;border-radius:8px;background:#fffffff0;border:1px solid #cbd5e1;box-shadow:0 2px 12px #0f172a1f;pointer-events:none;font-size:.75rem;line-height:1.35;color:#0f172a}.overview-map-legend-title{font-weight:600;font-size:.7rem;text-transform:uppercase;letter-spacing:.04em;color:#64748b;margin-bottom:6px}.overview-map-legend-row{display:flex;align-items:center;gap:6px;margin-top:3px}.overview-map-legend-swatch{width:14px;height:14px;border-radius:3px;flex-shrink:0;border:1px solid rgba(15,23,42,.12)}.overview-map-legend-label{color:#334155}@media (max-width: 1100px){.candidate-mandal-list{grid-template-columns:1fr}.candidate-last-election-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.candidate-last-election-performance-grid,.candidate-last-election-overview-charts{grid-template-columns:1fr}.party-cc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.party-cc-grid{grid-template-columns:1fr}}.chart-container{padding:1.5em}.chart-header{margin-bottom:1.5rem}.chart-title{margin-bottom:.5rem}.chart-description{margin-top:.25rem}.chart-content{width:100%;height:100%}.chart-content>*{width:100%!important}.pie-chart-wrapper{width:100%}.recharts-legend-wrapper{overflow-x:auto!important;overflow-y:hidden!important;padding:10px 0!important;max-width:100%!important;white-space:nowrap!important;display:flex!important;justify-content:flex-start!important}.recharts-legend-wrapper::-webkit-scrollbar{height:6px}.recharts-legend-wrapper::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.recharts-legend-wrapper::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.recharts-legend-wrapper::-webkit-scrollbar-thumb:hover{background:#555}.recharts-legend-item{display:inline-flex!important;margin-right:16px!important;white-space:nowrap!important;flex-shrink:0!important}.wp-hemicycle{margin-bottom:1rem;width:100%;min-width:0}.wp-hemicycle-caption{display:block;margin:0 0 .5rem;color:#475569;line-height:1.4}.wp-hemicycle-svg-wrap{position:relative;width:100%;max-width:520px;margin:0 auto;background:#0f172a;border-radius:12px;overflow:visible}.wp-hemicycle-svg{display:block;width:100%;height:auto;vertical-align:middle}.wp-hemicycle-dot{cursor:default;stroke:#0f172ad9;stroke-width:.5}.wp-hemicycle-dot:focus{outline:2px solid #e2e8f0;outline-offset:2px}.wp-hemicycle-tooltip{position:absolute;transform:translate(-50%);min-width:200px;max-width:min(320px,92vw);padding:.65rem .75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 8px 24px #0f172a2e;z-index:2;pointer-events:none;text-align:left}.wp-hemicycle-tooltip-title{font-weight:700;font-size:.875rem;color:#0f172a;margin-bottom:.25rem}.wp-hemicycle-tooltip-prob{font-size:.8125rem;color:#334155;margin-bottom:.35rem}.wp-hemicycle-tooltip-bullets{margin:0;padding-left:1.1rem;font-size:.75rem;color:#475569;line-height:1.35}.wp-hemicycle-legend{display:flex;flex-wrap:wrap;gap:.65rem 1rem;margin-top:.5rem;font-size:.75rem;color:#64748b;justify-content:center}.wp-hemicycle-legend-swatch{display:inline-block;width:10px;height:10px;border-radius:50%;vertical-align:-1px}@media (max-width: 600px){.wp-hemicycle-tooltip{left:50%!important;transform:translate(-50%);max-width:min(300px,94vw)}}.candidate-win-probability-card.candidate-winnability-widget{width:100%}.candidate-win-probability-title{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem;margin:0 0 .25rem;color:#0f172a;font-weight:700}.candidate-win-probability-title-icon{flex-shrink:0;margin-right:.35rem;color:#a855f7;font-size:1.25rem}.candidate-win-probability-sub{margin:0 0 .5rem!important}.candidate-win-probability-scope-sub{display:block;margin:0 0 .75rem;padding:0 .25rem;max-width:52rem;line-height:1.45;color:#475569;font-weight:500}.candidate-win-probability-empty{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;padding:.5rem 0 .25rem}.candidate-win-probability-shell{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:1.25rem;align-items:start;margin-top:.5rem}@media (max-width: 900px){.candidate-win-probability-shell{grid-template-columns:1fr}}.candidate-win-probability-chart-wrap{min-width:0}.candidate-win-probability-chart-inner{position:relative;width:100%}.candidate-win-probability-chart-inner .chart-container{padding:0}.candidate-win-probability-pie{width:100%}.candidate-win-probability-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none;text-align:center;padding:0 1rem}.candidate-win-probability-center-value{font-size:2rem;font-weight:800;line-height:1.1;color:#475569}.candidate-win-probability-center-value.is-ours{color:#1d4ed8}.candidate-win-probability-center-caption{margin-top:.35rem;font-size:.75rem;color:#64748b;line-height:1.35;max-width:11rem}.candidate-win-probability-center-name{font-weight:700;color:#334155}.candidate-win-probability-legend-label{display:block;margin-bottom:.5rem;color:#64748b;text-transform:uppercase;letter-spacing:.06em;font-weight:700}.candidate-win-probability-legend-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.35rem}.candidate-win-probability-legend-row{display:grid;grid-template-columns:14px minmax(0,1fr) auto;align-items:center;gap:.65rem;width:100%;padding:.45rem .5rem;border:1px solid transparent;border-radius:8px;background:#f8fafce6;color:#475569;cursor:pointer;text-align:left;font:inherit;transition:background .15s ease,border-color .15s ease}.candidate-win-probability-legend-row:hover,.candidate-win-probability-legend-row.is-active{background:#eff6ff;border-color:#bfdbfe}.candidate-win-probability-legend-row.is-ours.is-active,.candidate-win-probability-legend-row.is-ours:hover{background:#dbeafe;border-color:#93c5fd}.candidate-win-probability-legend-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.candidate-win-probability-legend-name{font-size:.875rem;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.candidate-win-probability-legend-value{font-size:.8125rem;font-weight:600;color:#64748b;flex-shrink:0}.candidate-win-probability-legend-row.is-active .candidate-win-probability-legend-name,.candidate-win-probability-legend-row.is-active .candidate-win-probability-legend-value{color:#0f172a;font-weight:700}.candidate-win-probability-legend-row.is-ours .candidate-win-probability-legend-name,.candidate-win-probability-legend-row.is-ours .candidate-win-probability-legend-value{color:#1d4ed8}.candidate-win-probability-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:1.25rem;padding-top:1rem;border-top:1px solid #e5e7eb}@media (min-width: 640px){.candidate-win-probability-stats{grid-template-columns:repeat(4,minmax(0,1fr))}}.candidate-win-probability-stack{display:flex;flex-direction:column;gap:1rem;width:100%;min-width:0}@media (min-width: 1100px){.candidate-win-probability-stack--with-hemicycle{flex-direction:row;align-items:flex-start;gap:1.25rem}.candidate-win-probability-stack--with-hemicycle .wp-hemicycle{flex:0 1 min(42%,480px);max-width:min(42%,480px)}.candidate-win-probability-stack--with-hemicycle .candidate-winnability-layout--line1{flex:1 1 minmax(0,58%);min-width:0}}.candidate-opponents-profile-card.candidate-winnability-widget{width:100%}.candidate-opponents-profile-lede{margin:0 0 .75rem!important;color:#64748b;font-size:.92rem;line-height:1.5}.candidate-opponents-profile-empty{display:flex;flex-direction:column;align-items:flex-start;gap:.85rem;padding:.25rem 0}.candidate-opponents-muted{font-size:.8rem;color:#94a3b8}.candidate-opponents-stack{display:flex;flex-direction:column;gap:1rem;margin-top:.35rem}.candidate-opponent-row{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff;transition:box-shadow .2s ease,border-color .2s ease}.candidate-opponent-row:hover{border-color:#cbd5e1;box-shadow:0 3px 10px #0f172a0f}.candidate-opponent-row-head{display:flex;justify-content:space-between;align-items:center;gap:.9rem;padding:.9rem 1rem;cursor:pointer}.candidate-opponent-row-head:hover{background:#f8fafc}.candidate-opponent-head-main{display:inline-flex;align-items:center;gap:.7rem;min-width:0}.candidate-opponent-avatar{width:34px;height:34px;border-radius:999px;background:#e2e8f0;display:inline-flex;align-items:center;justify-content:center;font-weight:700;color:#0f172a;flex-shrink:0}.candidate-opponent-head-meta{display:inline-flex;flex-direction:column;gap:.08rem;min-width:0}.candidate-opponent-head-meta strong{font-size:.95rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.candidate-opponent-head-meta span{font-size:.74rem;color:#64748b;line-height:1.35}.candidate-opponent-head-right{display:inline-flex;align-items:center;gap:.55rem;flex-wrap:wrap;justify-content:flex-end;flex-shrink:0}.candidate-opponent-probability{border-radius:999px;padding:.1rem .45rem;font-size:.7rem;font-weight:700;background:#eff6ff;color:#1d4ed8;white-space:nowrap}.candidate-opponent-threat-badge{border-radius:999px;padding:.1rem .45rem;font-size:.68rem;font-weight:700;border:1px solid transparent;white-space:nowrap}.candidate-opponent-threat-badge.is-high{color:#991b1b;background:#fee2e2;border-color:#fecaca}.candidate-opponent-threat-badge.is-medium{color:#92400e;background:#ffedd5;border-color:#fed7aa}.candidate-opponent-threat-badge.is-low{color:#166534;background:#dcfce7;border-color:#bbf7d0}.candidate-opponent-threat-badge.is-unknown{color:#475569;background:#f1f5f9;border-color:#e2e8f0}.candidate-opponent-toggle-icon{display:inline-flex;align-items:center;font-size:1rem;color:#334155}.candidate-opponent-row-body{border-top:1px solid #e5e7eb;padding:1rem 1.05rem 1.1rem;display:flex;flex-direction:column;gap:1rem}.candidate-opponent-block{border:none;border-radius:0;background:transparent;padding:0;font-size:.8rem;color:#334155}.candidate-opponent-block+.candidate-opponent-block{padding-top:.9rem;border-top:1px dashed #e2e8f0}.candidate-opponent-block p{margin:0 0 .5rem;line-height:1.45}.candidate-opponent-separator{height:1px;background:#e5e7eb;margin:.45rem 0 .55rem}.candidate-opponent-background{font-size:.78rem;color:#334155;line-height:1.5;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:.5rem .6rem}.candidate-opponent-sw-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.candidate-opponent-sw-title{font-size:.72rem;font-weight:700;color:#111827;margin-bottom:.3rem;text-transform:uppercase;letter-spacing:.04em}.candidate-opponent-sw-list{display:flex;flex-wrap:wrap;gap:.35rem}.candidate-opponent-sw-chip{display:inline-flex;align-items:center;border-radius:999px;padding:.1rem .45rem;font-size:.72rem;font-weight:700;border:1px solid transparent}.candidate-opponent-sw-chip-icon{margin-right:.24rem;flex-shrink:0}.candidate-opponent-sw-chip.is-strength{background:#dcfce7;color:#166534;border-color:#bbf7d0}.candidate-opponent-sw-chip.is-weakness{background:#fee2e2;color:#991b1b;border-color:#fecaca}.candidate-opponent-block ul{margin:0;padding-left:1rem;line-height:1.45}.candidate-opponent-block li+li{margin-top:.22rem}.candidate-opponent-mini-title,.candidate-opponent-block-title{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;font-weight:700;color:#0f172a;margin-bottom:.4rem}.candidate-opponent-mini-title--spaced{margin-top:.65rem}.candidate-opponent-tags{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:.55rem}.candidate-opponent-tag{font-size:.72rem;border-radius:999px;background:#f1f5f9;color:#334155;padding:.1rem .45rem}.candidate-opponent-block--split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.candidate-opponent-block--split>div{border:1px solid #e5e7eb;border-radius:10px;background:#fcfcfd;padding:.65rem .75rem}@media (max-width: 900px){.candidate-opponent-sw-grid,.candidate-opponent-block--split{grid-template-columns:1fr}.candidate-opponent-head-right{flex-direction:column;align-items:flex-end}}.candidate-forecasts-trends-card.candidate-winnability-widget{width:100%}.candidate-forecasts-trends-lede{margin:0 0 .65rem!important;color:#64748b;font-size:.92rem;line-height:1.5}.candidate-forecast-layout{display:flex;flex-direction:column;gap:.95rem;margin-top:.35rem}.candidate-forecast-meta{display:flex;flex-wrap:wrap;gap:.45rem}.candidate-forecast-meta-chip{display:inline-flex;align-items:center;border-radius:999px;border:1px solid #dbeafe;background:#eff6ff;color:#1d4ed8;padding:.12rem .52rem;font-size:.72rem;font-weight:700}.candidate-forecast-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.candidate-forecast-card{border:1px solid #e5e7eb;border-radius:12px;background:#fff;padding:.8rem .9rem}.candidate-forecast-title{font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;font-weight:700;color:#111827;margin-bottom:.5rem}.candidate-forecast-insight{font-size:.75rem;color:#475569;margin-bottom:.45rem}.candidate-forecast-chart,.candidate-forecast-issue-bars{height:220px}.candidate-forecast-chart-inner{width:100%;height:220px}.candidate-forecast-chart-inner .recharts-responsive-container{width:100%!important;height:100%!important}.candidate-forecast-card ul{margin:.1rem 0 0;padding-left:1rem;font-size:.8rem;color:#334155;line-height:1.45}.candidate-forecast-card li+li{margin-top:.22rem}.candidate-forecast-subblock+.candidate-forecast-subblock{margin-top:.7rem;padding-top:.6rem;border-top:1px dashed #e2e8f0}.candidate-forecast-mini-title{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;font-weight:700;color:#111827;margin-bottom:.35rem}.candidate-forecast-booth-list{margin-top:.45rem;display:flex;flex-direction:column;gap:.45rem}.candidate-forecast-booth-row{border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;padding:.3rem .45rem;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1.2fr);gap:.5rem;align-items:center;font-size:.76rem;color:#334155}.candidate-forecast-booth-row strong{color:#1d4ed8;font-weight:800;white-space:nowrap}.candidate-forecast-empty{font-size:.8rem;color:#64748b;padding:.5rem 0}@media (max-width: 900px){.candidate-forecast-row{grid-template-columns:1fr}}.overview-page{width:100%;margin:0 auto}.overview-content{display:flex;flex-direction:column;gap:1.75rem;width:100%;box-sizing:border-box}.overview-section{padding:1.5rem}.overview-card{margin-bottom:0}.section-title{margin-bottom:1rem;color:var(--color-text);font-weight:700}.overview-panel-sub{color:#64748b;font-size:.95rem;line-height:1.6;margin:-.25rem 0 1rem}.overview-section-headline{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.overview-hero-shell{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,1fr);gap:1.5rem;background:radial-gradient(circle at top left,rgba(92,107,192,.35),transparent 42%),radial-gradient(circle at bottom right,rgba(255,171,145,.14),transparent 38%),linear-gradient(135deg,#4a55a2,#3d4677 48%,#5c6bc0);border:1px solid rgba(255,255,255,.12);color:#f8fafc}.overview-hero-main{display:flex;flex-direction:column;gap:1rem}.overview-hero-title{margin:0;color:#f8fafc}.overview-hero-lede{margin:0;color:#e2e8f0eb;line-height:1.7;max-width:70ch}.overview-hero-meta{display:flex;flex-wrap:wrap;gap:.5rem}.overview-hero-pill{display:inline-flex;align-items:center;gap:.35rem;font-size:.8125rem;font-weight:600;color:#fffffff2;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);padding:.4rem .8rem;border-radius:999px}.overview-hero-actions{display:flex;flex-wrap:wrap;gap:.75rem}.overview-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.overview-summary-metric{display:flex;flex-direction:column;gap:.45rem;padding:1rem;border-radius:16px;min-height:122px;border:1px solid rgba(255,255,255,.18);background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.overview-summary-label{font-size:.74rem;text-transform:uppercase;letter-spacing:.08em;color:#ffffffbf;font-weight:700}.overview-summary-value{font-size:1.2rem;font-weight:700;line-height:1.35;color:#f8fafc}.overview-summary-hint{font-size:.84rem;color:#e2e8f0d1;line-height:1.5}.overview-tone-blue{box-shadow:inset 0 0 0 1px #3b82f61f}.overview-tone-teal{box-shadow:inset 0 0 0 1px #0d948829}.overview-tone-purple{box-shadow:inset 0 0 0 1px #7c3aed2e}.overview-tone-slate{box-shadow:inset 0 0 0 1px #94a3b829}.overview-tone-rose{box-shadow:inset 0 0 0 1px #f43f5e2e}.overview-tone-amber{box-shadow:inset 0 0 0 1px #f59e0b2e}.overview-freshness-card{background:linear-gradient(180deg,#f8fafc,#fff);border:1px solid #dbe4f0}.overview-freshness-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.9rem}.overview-mini-stat{display:flex;flex-direction:column;gap:.35rem;padding:.95rem 1rem;border-radius:14px;background:#f8fafc;border:1px solid #e2e8f0}.overview-mini-stat-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-weight:700}.overview-mini-stat-value{font-size:.98rem;font-weight:700;color:var(--color-text)}.overview-mini-stat-hint{font-size:.8rem;color:#64748b;line-height:1.45}.overview-warning-copy{margin-top:1rem;color:#92400e;line-height:1.55}.overview-profile-banner{background:linear-gradient(180deg,#eff6ff,#f8fbff);border:1px solid #bfdbfe}.overview-profile-banner-list{margin:0 0 1rem;padding-left:1.25rem;color:#334155}.overview-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.95fr);gap:1.5rem;align-items:start}.overview-stack{display:flex;flex-direction:column;gap:1.5rem}.overview-side-card{height:100%}.overview-geo-card{background:radial-gradient(circle at top left,rgba(37,99,235,.08),transparent 35%),radial-gradient(circle at bottom right,rgba(124,58,237,.08),transparent 38%),linear-gradient(180deg,#f8fbff,#fff);border:1px solid #dbe4f0}.overview-geo-layer-pills{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.55rem}.overview-layer-pill{border:1px solid #cbd5e1;background:#fff;color:#334155;border-radius:999px;padding:.45rem .8rem;font:inherit;font-size:.82rem;font-weight:600;cursor:pointer}.overview-layer-pill.is-active{background:var(--color-primary);color:#f8fafc;border-color:var(--color-primary)}.overview-geo-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(250px,.86fr);gap:1.2rem;margin-top:1.2rem}.overview-geo-surface{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;padding:1rem;border-radius:22px;background:linear-gradient(180deg,#ffffffeb,#f1f5f9eb),linear-gradient(90deg,rgba(148,163,184,.16) 1px,transparent 1px),linear-gradient(rgba(148,163,184,.16) 1px,transparent 1px);background-size:auto,60px 60px,60px 60px;border:1px solid #dbe4f0;min-height:360px;align-content:center}.overview-geo-cell{display:flex;flex-direction:column;gap:.25rem;justify-content:flex-end;min-height:112px;padding:.9rem;border-radius:18px;border:1px solid transparent;cursor:pointer;text-align:left;transition:transform .18s ease,box-shadow .18s ease}.overview-geo-cell:hover,.overview-geo-cell.is-selected{transform:translateY(-2px);box-shadow:0 16px 32px #0f172a24}.overview-geo-cell-label{font-size:.78rem;font-weight:700;color:var(--color-text)}.overview-geo-cell-value{font-size:1.45rem;font-weight:800;color:var(--color-text)}.overview-geo-cell-sub{font-size:.82rem;color:#334155}.overview-geo-detail{display:flex;flex-direction:column;gap:1rem;padding:1rem;border-radius:20px;background:linear-gradient(180deg,var(--color-sidebar) 0%,var(--color-sidebar-deep) 100%);color:#e2e8f0}.overview-geo-detail-top{display:flex;justify-content:space-between;gap:1rem;align-items:center}.overview-geo-detail-title{margin:0;color:#f8fafc}.overview-layer-badge{display:inline-flex;align-items:center;padding:.4rem .75rem;border-radius:999px;font-size:.8rem;font-weight:700}.overview-geo-detail-copy{margin:0;color:#cbd5e1;line-height:1.6}.overview-geo-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.overview-geo-highlight-list{display:flex;flex-direction:column;gap:.65rem;font-size:.92rem;color:#cbd5e1}.overview-baseline-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;margin-bottom:1rem}.overview-baseline-result{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.overview-result-card{display:flex;flex-direction:column;gap:.3rem;padding:1rem;border-radius:14px;background:#f8fafc;border:1px solid #e2e8f0;color:#334155}.overview-result-card.is-winner{background:#eff6ff;border-color:#93c5fd}.overview-result-label{font-size:.74rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-weight:700}.overview-history-list{display:flex;flex-direction:column;gap:.7rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.overview-history-row{display:grid;grid-template-columns:72px minmax(0,1fr) 96px;gap:.75rem;font-size:.9rem;color:#334155}.overview-forecast-shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,.88fr);gap:.85rem;align-items:center}.overview-forecast-chart{min-width:0}.overview-forecast-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.winning-prob-pie-chart{width:100%}.overview-winprob-segments{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.overview-segment{display:flex;flex-direction:column;gap:.25rem;min-width:5rem}.overview-segment-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-weight:700}.overview-segment-value{font-size:1.2rem;font-weight:800;color:#1d4ed8}.overview-forecast-sources{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.overview-source-pill{display:inline-flex;align-items:center;padding:.35rem .7rem;border-radius:999px;background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;font-size:.8rem;font-weight:700}.overview-two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.overview-data-bar-list,.overview-emotion-grid,.overview-alert-list,.overview-recommendation-list,.overview-segment-bars,.overview-competitor-list{display:flex;flex-direction:column;gap:.9rem}.overview-data-bar{display:flex;flex-direction:column;gap:.45rem}.overview-data-bar-header{display:flex;justify-content:space-between;gap:1rem;font-size:.9rem;color:#334155}.overview-data-bar-track{height:10px;border-radius:999px;background:#e2e8f0;overflow:hidden}.overview-data-bar-fill{height:100%;border-radius:inherit}.overview-data-bar-fill-green{background:linear-gradient(90deg,#10b981,#34d399)}.overview-data-bar-fill-slate{background:linear-gradient(90deg,#94a3b8,#cbd5e1)}.overview-data-bar-fill-rose{background:linear-gradient(90deg,#fb7185,#ef4444)}.overview-data-bar-fill-teal{background:linear-gradient(90deg,#14b8a6,#0f766e)}.overview-data-bar-fill-purple{background:linear-gradient(90deg,#8b5cf6,#7c3aed)}.overview-data-bar-fill-amber{background:linear-gradient(90deg,#f59e0b,#ea580c)}.overview-chip-group{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1rem}.overview-insight-chip{display:inline-flex;align-items:center;padding:.5rem .8rem;border-radius:999px;background:#f8fafc;border:1px solid #dbe4f0;color:#334155;font-size:.85rem;font-weight:600}.overview-source-row{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb;color:#64748b;font-size:.84rem}.overview-segment-row{padding:.9rem 1rem;border-radius:14px;background:#f8fafc;border:1px solid #e2e8f0}.overview-segment-row-head{display:flex;justify-content:space-between;gap:1rem;margin-bottom:.55rem;color:#334155;font-weight:700}.overview-segment-row-track{height:10px;border-radius:999px;overflow:hidden;background:#dbe4f0}.overview-segment-row-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#2563eb,#7c3aed)}.overview-segment-risk{margin-top:.55rem;font-size:.84rem;color:#64748b}.overview-competitor-row{display:flex;flex-direction:column;gap:.45rem}.overview-competitor-meta{display:flex;justify-content:space-between;gap:1rem;color:#334155;font-size:.9rem}.overview-competitor-name{font-weight:700}.overview-competitor-value{color:#64748b;font-weight:700}.overview-competitor-track{height:12px;border-radius:999px;overflow:hidden;background:#e2e8f0}.overview-competitor-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#cbd5e1,#94a3b8)}.overview-competitor-fill.is-ours{background:linear-gradient(90deg,#2563eb,#60a5fa)}.overview-alert-card,.overview-recommendation-card{display:flex;flex-direction:column;gap:.55rem;width:100%;padding:1rem 1.05rem;border-radius:16px;text-align:left;font:inherit;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.overview-alert-card:hover,.overview-recommendation-card:hover{transform:translateY(-2px);box-shadow:0 18px 30px #0f172a1a}.overview-alert-card{border:1px solid #e2e8f0;background:#fff}.overview-alert-card.severity-high{border-color:#fecaca;background:linear-gradient(180deg,#fff1f2,#fff)}.overview-alert-card.severity-medium{border-color:#fde68a;background:linear-gradient(180deg,#fffbeb,#fff)}.overview-alert-card.severity-low{border-color:#cbd5e1;background:linear-gradient(180deg,#f8fafc,#fff)}.overview-alert-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.overview-alert-title{font-weight:700;color:var(--color-text)}.overview-alert-severity{font-size:.76rem;text-transform:uppercase;letter-spacing:.08em;color:#92400e;font-weight:800}.overview-alert-summary,.overview-alert-action{color:#475569;line-height:1.55;font-size:.9rem}.overview-recommendation-card{border:1px solid rgba(59,130,246,.18);background:linear-gradient(180deg,#eff6ff,#fff)}.overview-recommendation-priority{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#1d4ed8;font-weight:800}.overview-recommendation-card strong{color:var(--color-text)}.overview-recommendation-card span{color:#475569;line-height:1.55}.overview-recommendation-evidence{color:#64748b;font-size:.85rem}.overview-next-block{margin-top:1rem;padding:1rem;border-radius:18px;background:linear-gradient(135deg,var(--color-sidebar) 0%,var(--color-primary) 100%)}.overview-next-copy{margin-top:.4rem;color:#cbd5e1;line-height:1.6}.overview-tile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-top:1rem}.overview-tile{display:flex;flex-direction:column;align-items:flex-start;gap:.55rem;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;min-height:164px}.overview-tile-label{font-size:.73rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.overview-tile-value{font-size:1.75rem;font-weight:800;color:var(--color-text);line-height:1.2}.overview-tile-hint{font-size:.84rem;color:#64748b;flex:1;line-height:1.5}.overview-gaps{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid #e5e7eb}.overview-gaps-title{margin:0 0 .25rem;font-size:1rem;font-weight:700;color:#334155}.overview-gaps-list{list-style:none;margin:0;padding:0}.overview-gaps-list li+li{margin-top:.6rem}.overview-gap-link{display:block;width:100%;text-align:left;background:#fffbeb;border:1px solid #fde68a;border-radius:12px;padding:.75rem .9rem;cursor:pointer;font:inherit;transition:background .15s ease}.overview-gap-link:hover{background:#fef3c7}.overview-gap-link strong{display:block;color:#92400e;margin-bottom:.15rem}.overview-gap-desc{display:block;font-size:.82rem;color:#a16207}.overview-empty{display:flex;flex-direction:column;gap:1rem;padding:.5rem 0}.overview-error{margin-bottom:1rem;padding:1rem;border-left:4px solid #b91c1c}.overview-subscription-card{padding-bottom:1.75rem}.subscription-details{display:flex;flex-direction:column;gap:.75rem}.summary-item{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;background-color:#f8fafc;border-radius:12px;border-left:4px solid #e5e7eb}.summary-label{color:#64748b;font-weight:600}.summary-value{font-weight:700;color:var(--color-text)}@media (max-width: 1280px){.overview-freshness-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 1100px){.overview-dashboard-grid,.overview-two-column,.overview-hero-shell,.overview-geo-layout,.overview-forecast-shell{grid-template-columns:1fr}.overview-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.overview-section{padding:1rem}.overview-summary-grid,.overview-freshness-grid,.overview-baseline-grid,.overview-baseline-result,.overview-forecast-summary,.overview-geo-stat-grid,.overview-geo-surface{grid-template-columns:1fr}.overview-section-headline{flex-direction:column}.overview-geo-layer-pills{justify-content:flex-start}.overview-history-row{grid-template-columns:60px minmax(0,1fr) 82px;font-size:.84rem}}.candidate-overview-row.candidate-overview-row--full{width:100%;display:grid;grid-template-columns:1fr;gap:1.25rem;align-items:start}.candidate-overview-inline-row.candidate-overview-inline-row--auto{width:100%;display:grid;gap:1.25rem;align-items:start;grid-template-columns:repeat(auto-fit,minmax(0,1fr))}.candidate-overview-inline-row.candidate-overview-inline-row--auto>*,.candidate-overview-inline-row.candidate-overview-inline-row--3>*{min-width:0;width:100%;max-width:none;box-sizing:border-box}.candidate-overview-inline-row.candidate-overview-inline-row--3{width:100%;display:grid;gap:1.25rem;align-items:start;grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width: 960px){.candidate-overview-inline-row.candidate-overview-inline-row--auto,.candidate-overview-inline-row.candidate-overview-inline-row--3{grid-template-columns:1fr}}.candidate-overview-mock-c{width:100%;padding-top:0;display:flex;flex-direction:column;gap:1.25rem}.candidate-overview-row{display:grid;grid-template-columns:minmax(0,.3fr) minmax(0,.7fr);gap:1.25rem;width:100%;align-items:start}.candidate-overview-row>*{min-width:0}.candidate-overview-row--full{grid-template-columns:1fr}.candidate-overview-inline-row{width:100%;display:grid;gap:1.25rem;align-items:start}.candidate-overview-inline-row>*{min-width:0}.candidate-overview-inline-row--3{grid-template-columns:repeat(3,minmax(0,1fr))}.candidate-overview-inline-row--auto{grid-template-columns:repeat(auto-fit,minmax(0,1fr))}.candidate-overview-inline-row--2{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width: 960px){.candidate-overview-inline-row--3,.candidate-overview-inline-row--2{grid-template-columns:1fr}}.candidate-winnability-widget{width:100%;display:flex;flex-direction:column;gap:1.25rem}.candidate-winnability-widget.card,.candidate-map-widget.card{width:100%;max-width:none;padding:1.75rem;box-sizing:border-box;overflow:hidden}.candidate-winnability-header{display:flex;flex-direction:column;gap:.35rem}.candidate-winnability-header-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.candidate-winnability-eyebrow{font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#111}.candidate-wining-probability-title-icon{display:inline-flex;margin-right:.5rem;vertical-align:middle}.candidate-winnability-layout--line1{display:grid;grid-template-columns:minmax(0,.3fr) minmax(0,.5fr) minmax(0,.2fr);align-items:start;gap:1.25rem}@media (max-width: 960px){.candidate-winnability-layout--line1{grid-template-columns:1fr}}.candidate-winnability-item{min-width:0;width:100%}.candidate-winnability-chart-wrap{position:relative;display:flex;width:100%;max-width:none;height:420px}.candidate-winnability-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none}.candidate-winnability-center-value{font-size:2.5rem;line-height:1;color:#606061}.candidate-winnability-center-value.is-ours{color:#1d4ed8}.candidate-winnability-list{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem 1rem;width:100%}.candidate-winnability-row{display:grid;grid-template-columns:14px minmax(0,1fr) auto;align-items:center;gap:.75rem;border:none;background:transparent;cursor:pointer;text-align:left;padding:.15rem 0;color:#9fa0a1}.candidate-winnability-dot{width:14px;height:14px;border-radius:50%}.candidate-winnability-row-name,.candidate-winnability-row-value{font-weight:400;font-size:.8rem;color:#606061}.candidate-winnability-row.is-active .candidate-winnability-row-name,.candidate-winnability-row.is-active .candidate-winnability-row-value{font-size:.9rem;font-weight:700}.candidate-winnability-row.is-ours .candidate-winnability-row-name,.candidate-winnability-row.is-ours .candidate-winnability-row-value{color:#1d4ed8}.candidate-selected-profile{width:100%;display:flex;flex-direction:column;gap:.9rem}.candidate-selected-profile-head{display:flex;align-items:center;gap:.75rem}.candidate-selected-profile-avatar{width:60px;height:60px;border-radius:999px;background:#f1f5f9;display:inline-flex;align-items:center;justify-content:center;color:#0f172a;font-weight:700;flex:0 0 auto}.candidate-selected-profile-avatar-img{width:100%;height:100%;border-radius:999px;object-fit:cover}.candidate-selected-profile-party{color:#64748b;font-size:.9rem}.candidate-selected-profile-section{display:flex;flex-direction:column;gap:.35rem}.candidate-selected-profile-label{color:#64748b;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.candidate-selected-profile-text{color:#0f172a;line-height:1.45}.candidate-selected-profile-text--clamp{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;overflow:hidden}.candidate-selected-profile-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.5rem}.candidate-selected-profile-tag{display:inline-flex;align-items:center;padding:.18rem .55rem;border-radius:999px;background:#f1f5f9;color:#0f172a;font-size:.75rem;line-height:1.2}.candidate-selected-profile-tag.is-ruling{background:#dcfce7;color:#166534}.candidate-selected-profile-viewmore{margin-top:.25rem;border:none;background:transparent;padding:0;color:#2563eb;cursor:pointer;text-align:left;font-weight:400}.candidate-selected-profile-viewmore:hover{background:transparent!important;text-decoration:underline;text-underline-offset:2px}.candidate-selected-profile-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:1300}.candidate-selected-profile-modal{width:100%;max-width:720px;background:#fff;border-radius:16px;box-shadow:0 30px 70px #0003;overflow:hidden}.candidate-selected-profile-modal-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb}.candidate-selected-profile-modal-title{font-weight:700;color:#0f172a}.candidate-selected-profile-modal-close{border:1px solid #e5e7eb;background:#fff;padding:.45rem .75rem;border-radius:10px;cursor:pointer;color:#0f172a}.candidate-selected-profile-modal-close:hover{background:#f8fafc}.candidate-selected-profile-modal-body{padding:1rem 1.25rem 1.25rem;max-height:min(70vh,640px);overflow:auto}.candidate-selected-profile-bullets{margin:0;padding-left:1.1rem;color:#0f172a;line-height:1.45}.candidate-collaboration-suggestions{display:flex;flex-direction:column;gap:.85rem;border:1px solid #e6ebf2;border-radius:14px;background:#fff;padding:.7rem;box-shadow:0 6px 18px #0f172a0d}.candidate-collaboration-suggestions--ally{border-color:#dbeafe}.candidate-collaboration-suggestions--attack{border-color:#fee2e2}.candidate-collab-main-title{padding:0 .1rem .45rem;border-bottom:1px solid #e5e7eb;font-size:.95rem;color:#0f172a;margin:0}.candidate-collab-section{border:1px solid #e8edf4;border-radius:12px;background:linear-gradient(180deg,#fdfefe,#f8fafc);padding:.62rem .72rem}.candidate-collab-header{display:flex;align-items:center;justify-content:space-between;gap:.45rem;margin-bottom:.45rem}.candidate-collab-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;font-weight:700;color:#334155}.candidate-collab-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 .35rem;border-radius:999px;background:#f1f5f9;color:#1e293b;font-size:.68rem;font-weight:700;border:1px solid #dbe4ef}.candidate-collab-list{margin:0;padding-left:0;list-style:none;display:flex;flex-direction:column;gap:.3rem}.candidate-collab-list li{display:flex;align-items:flex-start;gap:.45rem;border-radius:8px;padding:.3rem .4rem;background:#fff;border:1px dashed #e2e8f0}.candidate-collab-dot{width:6px;height:6px;border-radius:999px;background:#2563eb;margin-top:.38rem;flex:0 0 auto}.candidate-collab-item-text{font-size:.76rem;color:#1f2937;line-height:1.4}.candidate-collaboration-suggestions--attack .candidate-collab-dot{background:#dc2626}.candidate-collaboration-suggestions--ally .candidate-collab-count{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.candidate-collaboration-suggestions--attack .candidate-collab-count{background:#fef2f2;color:#b91c1c;border-color:#fecaca}.candidate-winnability-layout--line2{width:100%;margin-top:.35rem}.candidate-strengths-divider{width:100%;height:1px;margin:.9rem 0 .2rem;background:#e5e7eb}.candidate-strengths-weaknesses{display:flex;flex-direction:column;gap:1rem;width:100%}.candidate-strengths-weaknesses--action{border-top:1px solid #e5e7eb;padding-top:.85rem}.candidate-strengths-section{display:flex;flex-direction:column;gap:.7rem}.candidate-strengths-title{margin:0}.candidate-action-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.candidate-action-item{border:1px solid #e5e7eb;border-radius:10px;background:#fff;padding:.6rem .65rem;display:flex;flex-direction:column;gap:.4rem}.candidate-action-item--strength{border-color:#dbeafe}.candidate-action-item--weakness{border-color:#fecaca}.candidate-action-tip{font-size:.75rem;line-height:1.45;color:#334155}.candidate-action-head{display:flex;align-items:center}.candidate-action-chip{display:inline-flex;align-items:center;gap:.4rem;min-width:0;max-width:100%;border-radius:999px;padding:.22rem .52rem;font-size:.72rem;line-height:1.2}.candidate-action-chip--strength{background:#eff6ff;border:1px solid #bfdbfe;color:#1e3a8a}.candidate-action-chip--weakness{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.candidate-action-chip-label{display:inline-block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.candidate-action-chip-impact{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.05rem .38rem;font-size:.64rem;font-weight:700;letter-spacing:.03em;background:#fffc;border:1px solid rgba(15,23,42,.08);color:#0f172a}.candidate-strategy-star{color:#f59e0b;font-weight:700;margin-right:6px}@media (max-width: 960px){.candidate-action-list{grid-template-columns:1fr}}.loader{display:inline-flex;align-items:center;justify-content:center}.loader-spinner{border:3px solid #f5f5f5;border-top:3px solid #000000;border-radius:50%;animation:spin .8s linear infinite}.loader-small .loader-spinner{width:20px;height:20px;border-width:2px}.loader-medium .loader-spinner{width:40px;height:40px;border-width:3px}.loader-large .loader-spinner{width:60px;height:60px;border-width:4px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.textarea-wrapper{display:flex;flex-direction:column;gap:.5rem;width:100%}.textarea-label{font-size:.875em;font-weight:500;color:#000}.textarea{padding:.75em 1em;border-radius:var(--radius-input);border:1px solid #cccccc;background-color:#fff;color:#000;font-size:1em;font-family:inherit;resize:vertical;transition:all .25s ease;box-shadow:0 1px 2px #0000000d,0 2px 4px #0000000a}.textarea:focus{outline:none;border-color:#000;box-shadow:0 2px 4px #00000014,0 4px 8px #0000000f}.textarea:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.textarea::placeholder{color:#999}.textarea-error{border-color:#c00}.textarea-error-text{font-size:.75em;color:#c00}.textarea-helper-text{font-size:.75em;color:#666}.post-evaluation-page{width:100%;max-width:100%;margin:0 auto;box-sizing:border-box}.post-evaluation-content{display:flex;flex-direction:column;gap:2rem;width:100%;max-width:100%;box-sizing:border-box}.evaluation-form-card,.evaluation-list-card,.evaluation-stats-card{padding:2rem}.stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem}@media (min-width: 1200px){.stats-row{grid-template-columns:repeat(4,1fr)}}.stat-number{font-size:2rem;font-weight:700;color:var(--color-primary);margin-bottom:.5rem}.stat-text{color:var(--color-text-secondary)}.stat-subtext{font-size:.75rem;color:var(--color-text-muted);margin-top:.25rem}.section-header .section-title{margin-bottom:0}.evaluation-form{display:flex;flex-direction:column;gap:1.5rem}.evaluation-form.evaluating{opacity:.7;pointer-events:none}.form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.form-header-title{margin-bottom:1.5rem}.evaluation-form-card .evaluation-form-intro{color:var(--color-text-secondary)}.evaluating-indicator{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem;margin:1rem 0;background:linear-gradient(135deg,var(--color-primary-muted) 0%,color-mix(in srgb,var(--color-surface) 88%,var(--color-primary-muted)) 100%);border-radius:var(--radius-lg);border:2px dashed color-mix(in srgb,var(--color-primary) 45%,var(--color-border));box-shadow:var(--shadow-sm)}.evaluating-text{color:var(--color-primary-hover);font-weight:500;font-size:1rem}.platform-selector{display:flex;flex-direction:column;gap:1rem}.platform-select-label{font-weight:600;color:var(--color-text);margin:0}.platform-select-hint{margin:-.35rem 0 0;font-size:.875rem;color:var(--color-text-muted)}.platform-checkboxes{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.65rem}.platform-checkbox-card{position:relative;display:flex;align-items:center;gap:.5rem;padding:.6rem 1.1rem;border:1px solid var(--color-border);border-radius:var(--radius-pill);background:var(--color-surface);cursor:pointer;transition:border-color var(--transition),background var(--transition),box-shadow var(--transition),filter var(--transition);-webkit-user-select:none;user-select:none;box-shadow:var(--shadow-sm)}.platform-checkbox-card:focus-within:not(.is-disabled){outline:2px solid var(--color-primary);outline-offset:2px}.platform-checkbox-card:hover:not(.is-disabled):not(.is-checked){border-color:color-mix(in srgb,var(--color-primary) 35%,var(--color-border));background:var(--color-border-soft)}.platform-checkbox-card.is-checked{border-color:transparent;background:linear-gradient(180deg,var(--color-sidebar) 0%,var(--color-sidebar-deep) 100%);box-shadow:var(--shadow-md)}.platform-checkbox-card.is-checked:hover:not(.is-disabled){filter:brightness(1.06)}.platform-checkbox-card.is-disabled{opacity:.55;cursor:not-allowed}.platform-checkbox-input{position:absolute;opacity:0;width:0;height:0;margin:0}.platform-checkbox-icon{flex-shrink:0;width:1.2rem;height:1.2rem;transition:color var(--transition)}.platform-icon-brand--facebook{color:#1877f2}.platform-icon-brand--x-twitter{color:#000}.platform-icon-brand--instagram{color:#e4405f}.platform-icon-brand--youtube{color:red}.platform-icon-brand--linkedin{color:#0a66c2}.platform-icon-brand--news{color:#1a73e8}.platform-icon-brand--other{color:var(--color-text-muted)}.platform-icon-brand--custom{color:var(--color-primary)}.platform-checkbox-label{font-size:.875rem;font-weight:500;color:var(--color-text);line-height:1.25;transition:color var(--transition)}.platform-checkbox-card.is-checked .platform-checkbox-label{color:#fffffff2}.platform-checkbox-card.is-checked .platform-checkbox-icon{color:#ffffffeb}.post-eval-media-file-input{display:none}.post-eval-media-dropzone{display:flex;align-items:center;justify-content:center;padding:1.35rem 1rem;border:2px dotted color-mix(in srgb,var(--color-primary) 55%,var(--color-border));border-radius:var(--radius-lg);background:var(--color-primary-muted);cursor:pointer;transition:border-color var(--transition),box-shadow var(--transition),background var(--transition)}.post-eval-media-dropzone:hover:not(.is-disabled){border-color:var(--color-primary);background:color-mix(in srgb,var(--color-primary-muted) 65%,var(--color-bg-app))}.post-eval-media-dropzone:focus{outline:none}.post-eval-media-dropzone:focus-visible{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-muted)}.post-eval-media-dropzone.is-disabled{cursor:not-allowed;opacity:.7}.post-eval-media-dropzone-center{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;text-align:center;max-width:28rem}.post-eval-media-dropzone-icon{font-size:1.75rem;color:var(--color-primary);margin-bottom:.15rem}.post-eval-media-dropzone-title{margin:0;font-weight:700;color:var(--color-text)}.post-eval-media-dropzone-sub{margin:0;font-size:.8125rem;color:var(--color-text-secondary);line-height:1.45}.post-eval-media-dropzone-cta{display:inline-flex;align-items:center;gap:.4rem;margin-top:.35rem;padding:.4rem .85rem;font-size:.8125rem;font-weight:600;color:var(--color-primary-hover);background:var(--color-surface);border-radius:var(--radius-pill);border:1px solid color-mix(in srgb,var(--color-primary) 35%,var(--color-border));box-shadow:var(--shadow-sm)}.post-eval-media-upload-ico{font-size:.9rem;color:var(--color-primary)}.add-platform-btn{align-self:flex-start}.add-platform-input{display:flex;gap:.5rem;align-items:center}.file-upload-section{display:flex;flex-direction:column;gap:1rem}.file-section-label{font-weight:600;color:var(--color-text)}.file-upload-single{display:flex;flex-direction:column;gap:.75rem}.media-restrictions{margin-top:.25rem}.restriction-text{font-size:.875rem;color:var(--color-text-muted);font-style:italic}.file-list{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.file-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background-color:var(--color-bg-app);border:1px solid var(--color-border-soft);border-radius:var(--radius-md);font-size:.875rem;color:var(--color-text)}.remove-file-btn{background:none;border:none;color:#ef4444;cursor:pointer;font-size:1.25rem;padding:0 .25rem;line-height:1}.remove-file-btn:hover{color:#dc2626}.evaluations-table-container{margin-top:2rem;overflow-x:auto}.evaluations-table{width:100%;border-collapse:collapse;background-color:var(--color-surface)}.evaluations-table thead{background-color:var(--color-bg-app);border-bottom:2px solid var(--color-border)}.evaluations-table th{padding:1rem;text-align:left;font-weight:600;color:var(--color-text);font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.evaluations-table td{padding:1rem;border-bottom:1px solid var(--color-border);color:var(--color-text);font-size:.9375rem}.evaluations-table tbody tr:hover{background-color:var(--color-primary-muted)}.evaluations-table tbody tr:last-child td{border-bottom:none}.evaluation-row{cursor:pointer;transition:background-color .2s ease}.evaluation-row:hover{background-color:var(--color-primary-muted)!important}.platform-badge{display:inline-block;padding:.25rem .75rem;background-color:var(--color-border-soft);color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--radius-pill);font-size:.875rem;font-weight:500;text-transform:capitalize}.rating-badge{display:inline-block;padding:.25rem .75rem;border-radius:var(--radius-pill);font-size:.875rem;font-weight:600;text-transform:capitalize}.rating-badge.large{padding:.5rem 1rem;font-size:1rem}.evaluation-details-popup .popup-box{max-width:700px;max-height:90vh}.evaluation-details{display:flex;flex-direction:column;gap:1.5rem}.detail-section{display:flex;flex-direction:column;gap:.75rem}.detail-label{font-weight:600;color:var(--color-text);margin-bottom:0}.detail-content{padding:1rem;background-color:var(--color-bg-app);border-radius:var(--radius-md);border:1px solid var(--color-border-soft);color:var(--color-text);line-height:1.6}.improved-text{background-color:#ecfdf5;border-left:4px solid #10b981;padding-left:1rem}.rating-section{display:flex;flex-direction:column;gap:1rem}.tags-list{display:flex;flex-wrap:wrap;gap:.5rem}.tag{display:inline-block;padding:.25rem .75rem;background-color:var(--color-border-soft);color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--radius-pill);font-size:.875rem;font-weight:500}.suggestions-list{display:flex;flex-direction:column;gap:1rem}.suggestion-item{padding:1rem;background-color:var(--color-bg-app);border-radius:var(--radius-md);border-left:4px solid var(--color-primary);line-height:1.6}.suggestion-item strong{color:var(--color-primary-hover);display:block;margin-bottom:.5rem}.media-list{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background-color:var(--color-bg-app);border-radius:var(--radius-md);border:1px solid var(--color-border-soft)}.media-list>div{color:var(--color-text);font-size:.9375rem}.media-list strong{color:var(--color-primary-hover);margin-right:.5rem}.evaluation-results-card{margin-top:2rem;padding:2rem;background:linear-gradient(135deg,color-mix(in srgb,var(--color-bg-app) 92%,var(--color-surface)) 0%,var(--color-surface) 100%);border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-md)}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid var(--color-border)}.results-title{margin:0;color:var(--color-text);font-weight:700}.results-content{display:flex;flex-direction:column;gap:2rem}.result-section{display:flex;flex-direction:column;gap:1rem}.result-section-title{margin:0;color:var(--color-text);font-weight:600;font-size:1.125rem}.result-section-content{padding:1rem 1.25rem;background-color:var(--color-surface);border-radius:var(--radius-md);border:1px solid var(--color-border);color:var(--color-text-secondary);line-height:1.7;font-size:.9375rem}.text-comparison{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.text-comparison-item{display:flex;flex-direction:column;gap:.5rem}.text-comparison-label{font-weight:600;color:var(--color-text-muted);font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.text-comparison-content{padding:1rem 1.25rem;border-radius:var(--radius-md);line-height:1.7;font-size:.9375rem;min-height:120px}.text-comparison-content.original-text{background-color:var(--color-bg-app);border:1px solid var(--color-border);color:var(--color-text-secondary)}.text-comparison-content.improved-text{background-color:#ecfdf5;border:1px solid #10b981;border-left:4px solid #10b981;color:#065f46}.results-actions{display:flex;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:2px solid var(--color-border);flex-wrap:wrap}.suggestion-item{padding:1.25rem;background-color:var(--color-surface);border-radius:var(--radius-md);border-left:4px solid var(--color-primary);line-height:1.7;box-shadow:var(--shadow-sm);transition:transform var(--transition),box-shadow var(--transition)}.suggestion-item:hover{transform:translate(4px);box-shadow:var(--shadow-md)}.suggestion-item strong{color:var(--color-primary-hover);display:block;margin-bottom:.5rem;font-size:.9375rem}.media-list{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem;background-color:var(--color-surface);border-radius:var(--radius-md);border:1px solid var(--color-border)}.media-list>div{color:var(--color-text);font-size:.9375rem;padding:.5rem 0;border-bottom:1px solid var(--color-border-soft)}.media-list>div:last-child{border-bottom:none}.media-list strong{color:var(--color-primary-hover);margin-right:.5rem;font-weight:600}.pagination-container{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--color-border);flex-wrap:wrap;gap:1rem}.pagination-info{color:var(--color-text-muted);font-size:.875rem}.pagination-buttons{display:flex;gap:.75rem}.pagination-btn{padding:.5rem 1rem;border-radius:var(--radius-pill);font-size:.875rem;transition:all .2s ease}.platform-result-section{margin-bottom:2rem;padding:1.5rem;background-color:var(--color-surface);border-radius:var(--radius-md);border:1px solid var(--color-border);box-shadow:var(--shadow-sm)}.platform-result-section:last-child{margin-bottom:0}.platform-result-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid var(--color-border)}.platform-result-title{margin:0;color:var(--color-text);font-weight:600;text-transform:capitalize}.error-badge{display:inline-block;padding:.5rem 1rem;background-color:#ef4444;color:#fff;border-radius:var(--radius-pill);font-size:.875rem;font-weight:600}.error-message{color:#ef4444;padding:1rem;background-color:#fef2f2;border-radius:var(--radius-md);border-left:4px solid #ef4444}@media (max-width: 768px){.evaluations-table-container{overflow-x:scroll}.evaluations-table{min-width:800px}.section-header,.form-header{flex-direction:column;align-items:flex-start;gap:1rem}.file-upload-grid{grid-template-columns:1fr}.add-platform-input{flex-direction:column;align-items:stretch}.text-comparison{grid-template-columns:1fr}.results-header{flex-direction:column;align-items:flex-start;gap:1rem}.results-actions{flex-direction:column}.results-actions .btn{width:100%}.pagination-container{flex-direction:column;align-items:stretch}.pagination-buttons{width:100%;justify-content:space-between}.pagination-btn{flex:1}.platform-result-header{flex-direction:column;align-items:flex-start;gap:1rem}}.evaluation-page{width:100%;max-width:100%;margin:0 auto;box-sizing:border-box}.evaluation-content{display:flex;flex-direction:column;gap:2rem;width:100%;max-width:100%;box-sizing:border-box}.listenings-page{width:100%;margin:0 auto}.listenings-content{display:flex;flex-direction:column;gap:2rem}.listenings-filters-card{padding:2rem}.listenings-list-card,.listenings-response-card,.top-supporters-card{padding:2rem}.listenings-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.listenings-response-card{padding:2rem}.hashtags-list{display:flex;flex-direction:column;gap:.75rem}.hashtags-label{font-weight:600;color:#6b7280;font-size:.875rem;margin-bottom:.25rem}.hashtags-items{display:flex;flex-direction:column;gap:.5rem}.hashtag-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;background-color:#fff;border-radius:6px;border:1px solid #e5e7eb}.hashtag-tag{font-weight:500;color:#374151;font-size:.875rem}.hashtag-count{font-weight:600;color:#6b7280;font-size:.875rem}.top-supporters-card{padding:2rem}.supporters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:1.5rem}.platform-supporters{padding:1.5rem;background-color:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.platform-name{margin:0 0 1rem;font-weight:600;color:#374151;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb}.supporters-list{display:flex;flex-direction:column;gap:.5rem}.supporter-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background-color:#fff;border-radius:6px;border:1px solid #e5e7eb;transition:background-color .2s ease}.supporter-item:hover{background-color:#f3f4f6}.supporter-username{font-weight:500;color:#374151;font-size:.9375rem}.supporter-count{font-weight:600;color:#2563eb;font-size:.9375rem}.listenings-table-container{margin-top:2rem;overflow-x:auto}.listenings-table{width:100%;border-collapse:collapse;background-color:#fff}.listenings-table thead{background-color:#f9fafb;border-bottom:2px solid #e5e7eb}.listenings-table th{padding:1rem;text-align:left;font-weight:600;color:#374151;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.listenings-table td{padding:1rem;border-bottom:1px solid #e5e7eb;color:#374151;font-size:.9375rem}.listenings-table tbody tr:hover{background-color:#f9fafb}.listenings-table tbody tr:last-child td{border-bottom:none}.listening-url{color:#2563eb;text-decoration:none;word-break:break-all}.listening-url:hover{text-decoration:underline}.listening-status{display:inline-block;padding:.25rem .75rem;border-radius:4px;font-size:.875rem;font-weight:500}.status-inactive{background-color:#fee2e2;color:#991b1b}.edit-listening-form{display:flex;flex-direction:column;gap:1.5rem}.form-checkbox-wrapper{margin:.5rem 0}.form-checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.9375rem;color:#374151}.form-checkbox{width:1.25rem;height:1.25rem;cursor:pointer;accent-color:#2563eb}.edit-form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}@media (max-width: 768px){.listenings-stats-grid,.response-breakdown,.supporters-grid{grid-template-columns:1fr}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.section-header button{width:100%}.listenings-table-container{overflow-x:scroll}.listenings-table{min-width:1000px}.table-actions{flex-direction:column;gap:.25rem}.edit-form-actions{flex-direction:column-reverse}.edit-form-actions button{width:100%}}.bar-chart-wrapper,.composed-chart-wrapper{width:100%}.bulk-import-voters-content{padding:1rem 0}.bulk-import-template-btn,.bulk-import-file-section{margin-bottom:1.5rem}.bulk-import-file-section .bulk-import-label{display:block;margin-bottom:.5rem;font-weight:500;font-size:.875rem}.bulk-import-file-input{width:100%;padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:.875rem}.bulk-import-options{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.bulk-import-field{margin:0}.bulk-import-label{display:block;margin-bottom:.25rem;font-weight:500;font-size:.875rem}.bulk-import-select{width:100%;padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:.875rem}.bulk-import-checkbox-row{display:flex;align-items:center;gap:.5rem}.bulk-import-checkbox-row input[type=checkbox]{width:auto}.bulk-import-checkbox-row label{margin:0;font-weight:400}.bulk-import-error{margin-bottom:1rem}.bulk-import-buttons{display:flex;gap:1rem;justify-content:flex-end}.bulk-import-result{padding:.5rem 0}.bulk-import-stats{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;font-size:.9375rem}.bulk-import-errors-list{margin-top:1rem;padding:.75rem;background:#f8f8f8;border-radius:4px;font-size:.875rem}.bulk-import-errors-list ul{margin:0;padding-left:1.25rem}.bulk-import-errors-list li{margin-bottom:.25rem}.ground-page{width:100%;margin:0 auto}.ground-content{display:flex;flex-direction:column;gap:2rem}.ground-stats-card{padding:2rem}.stats-summary{display:flex;gap:1.5rem;margin-top:1.5rem;margin-bottom:2rem}.stat-card{flex:1;padding:1.5rem;text-align:center;background-color:#f9fafb;border:1px solid #e5e7eb}.stat-value{margin:0;color:#1f2937;font-size:2.5rem;font-weight:700}.stat-label{margin:.5rem 0 0;color:#6b7280;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.subsection-title{margin:2rem 0 1rem;color:#374151;font-weight:600}.state-coverage-section{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.state-coverage-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:1rem}.state-coverage-item{padding:1rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}.state-name{font-weight:600;color:#1f2937;margin-bottom:.5rem}.state-stats{font-size:.875rem;color:#6b7280;margin-bottom:.75rem}.coverage-bar-container{width:100%;height:8px;background-color:#e5e7eb;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.coverage-bar{height:100%;background-color:#3b82f6;border-radius:4px;transition:width .3s ease}.coverage-percent{font-size:.75rem;color:#059669;font-weight:500}.charts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem 2rem;margin-top:2rem;width:100%;box-sizing:border-box}.chart-item{min-height:300px;width:100%;box-sizing:border-box;overflow:visible}.chart-item-row-1,.chart-item-row-2{grid-column:span 1}.charts-grid>.chart-item-row-2:nth-child(4){grid-column:1 / 2}.charts-grid>.chart-item-row-2:nth-child(5){grid-column:2 / 3}.charts-grid>.chart-item-row-2:nth-child(6){grid-column:3 / 4}.ground-filters-card{padding:2rem}.filters-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.add-filters-button{flex-shrink:0;height:fit-content}.filters-container{display:flex;flex-direction:row;gap:2rem;flex-wrap:wrap;flex:1;min-width:0}.filter-group{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;min-width:200px;flex:0 1 auto}.filter-group-title{margin:0;color:#1f2937;font-weight:600;font-size:1rem;text-transform:uppercase;letter-spacing:.05em;padding-bottom:.5rem;border-bottom:2px solid #e5e7eb}.filter-group-content .dropdown-wrapper{width:100%;min-width:180px}.checkbox-filter{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem;border-radius:4px;transition:background-color .2s ease}.checkbox-filter:hover{background-color:#f3f4f6}.checkbox-filter input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#3b82f6}.checkbox-filter span{color:#374151;font-size:.9375rem;-webkit-user-select:none;user-select:none}.filter-actions{display:flex;flex-direction:column;gap:.75rem;flex-shrink:0;min-width:150px}.filters-section{display:flex;flex-direction:row;gap:1rem;align-items:flex-end;flex:1;flex-wrap:nowrap;min-width:0}.filters-section .dropdown-wrapper{flex:0 0 auto;min-width:140px;max-width:180px}.filter-button{flex-shrink:0;height:fit-content;white-space:nowrap}.add-voter-button{flex-shrink:0;height:fit-content}.section-title{margin:0}.ground-table-card{padding:2rem}.ground-table-container{margin-top:2rem;overflow-x:auto}.ground-table{width:100%;border-collapse:collapse;background-color:#fff}.ground-table thead{background-color:#f9fafb;border-bottom:2px solid #e5e7eb}.ground-table th{padding:1rem;text-align:left;font-weight:600;color:#374151;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.ground-table td{padding:1rem;border-bottom:1px solid #e5e7eb;color:#374151;font-size:.9375rem}.ground-table tbody tr:hover{background-color:#f9fafb}.ground-table tbody tr:last-child td{border-bottom:none}.voter-name-cell{display:flex;align-items:center;gap:.5rem}.voter-name-cell.clickable-name{cursor:pointer;transition:color .2s ease}.voter-name-cell.clickable-name:hover{color:#3b82f6;text-decoration:underline}.supporter-icon{color:#059669;font-size:1rem;cursor:pointer}.contact-cell,.contact-column-cell{display:flex;flex-direction:column;gap:.5rem}.contact-item{display:flex;align-items:center;gap:.5rem}.voter-column-cell{display:flex;flex-direction:column;gap:.25rem}.voter-line-1{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;line-height:1.4}.voter-gender-age{font-size:.875rem;color:#6b7280;white-space:nowrap}.voter-line-2,.voter-line-3{line-height:1.4;font-size:.875rem;color:#6b7280}.demography-column-cell{display:flex;flex-direction:column;gap:.25rem}.demography-line-1,.demography-line-2,.demography-line-3{line-height:1.4}.demography-line-2,.demography-line-3{font-size:.875rem;color:#6b7280}.supporter-column-cell{display:flex;flex-direction:column;gap:.5rem}.supporter-line-1{display:flex;align-items:center}.supporter-line-2{display:flex;flex-direction:column;gap:.5rem}.supporter-check-icon{font-size:1rem;flex-shrink:0}.supporter-check-icon.verified{color:#059669}.supporter-divider{margin:0;border:none;border-top:1px solid #e5e7eb}.tag{display:inline-block;padding:.25rem .75rem;background-color:#e5e7eb;color:#374151;border-radius:12px;font-size:.875rem;font-weight:500;white-space:nowrap}.tags-container{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.tag-ellipsis{display:inline-block;color:#6b7280;font-size:.875rem;font-weight:500}.issues-column-cell{display:flex;align-items:flex-start}.issues-column-cell .tags-container{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.no-issues{color:#6b7280;font-size:.875rem}.verified-icon{font-size:.875rem;flex-shrink:0}.verified-icon.verified{color:#059669}.verified-icon.not-verified{color:#dc2626}.no-data{text-align:center;padding:3rem!important;color:#6b7280}.pagination{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb;width:100%}.pagination-info{margin:0;flex-shrink:0;white-space:nowrap;color:#374151;font-weight:500}@media (max-width: 1024px){.stats-summary{flex-direction:column}.state-coverage-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.charts-grid{grid-template-columns:1fr}.chart-item-row-1,.chart-item-row-2{grid-column:span 1}.filters-row{flex-direction:row;align-items:center}.filters-popup-content .filters-container{flex-direction:column}.filters-popup-content .filter-group{min-width:100%;max-width:100%;flex:1 1 100%}.filters-popup-actions{flex-direction:column}.filters-popup-actions button{width:100%}.filters-section{flex-direction:column;align-items:stretch}.filters-section .dropdown-wrapper{min-width:100%;max-width:100%}.filter-button,.add-voter-button{width:100%}.ground-table-container{overflow-x:scroll}.ground-table{min-width:1000px}}@media (max-width: 768px){.ground-stats-card{padding:1rem}.stat-value{font-size:2rem}.state-coverage-grid{grid-template-columns:1fr}.ground-filters-card,.ground-table-card{padding:1rem}.ground-table th,.ground-table td{padding:.75rem .5rem;font-size:.875rem}.table-actions{flex-direction:column;gap:.25rem}.pagination{gap:.5rem}}.filters-popup .popup-box{max-width:1200px;max-height:90vh;width:95vw}.filters-popup-content{display:flex;flex-direction:column;gap:1.5rem;max-height:calc(90vh - 100px);overflow-y:auto;padding-right:.5rem}.filters-popup-content .filters-container{display:flex;flex-direction:row;gap:1.5rem;flex-wrap:wrap;align-items:flex-start}.filters-popup-content .filter-group{min-width:220px;flex:0 1 calc(33.333% - 1rem);max-width:300px}.filters-popup-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e5e7eb;margin-top:.5rem}.filters-popup-actions button{min-width:120px}.voter-details-popup .popup-box{max-width:900px;max-height:90vh}.voter-details-content{display:flex;flex-direction:column;gap:1.5rem}.voter-details-section{display:flex;flex-direction:column;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.voter-details-section:last-child{border-bottom:none;padding-bottom:0}.voter-details-section-title{margin:0;color:#1f2937;font-weight:600;font-size:1.125rem}.voter-details-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:.5rem}.voter-detail-item{display:flex;flex-direction:column;gap:.25rem}.voter-detail-item.full-width{grid-column:1 / -1}.voter-detail-label{font-weight:600;color:#6b7280;font-size:.875rem;margin:0}.voter-detail-value{color:#1f2937;font-size:.9375rem;margin:0;word-break:break-word}.voter-detail-value-with-icon{display:flex;align-items:center;gap:.5rem}.voter-details-popup .verified-icon{font-size:.875rem;flex-shrink:0}@media (max-width: 768px){.voter-details-grid{grid-template-columns:1fr}.voter-details-popup .popup-box{max-width:95vw}}.ground-dashboard-card{padding:2rem;margin-bottom:2rem}.dashboard-row-1{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem}.dashboard-stat-card{padding:1.5rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.dashboard-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.dashboard-stat-card .stat-value{margin:0;color:#1f2937;font-size:2.5rem;font-weight:700;line-height:1.2}.dashboard-stat-card .stat-label{margin:.5rem 0 0;color:#6b7280;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.dashboard-row-2,.dashboard-row-3,.dashboard-row-4{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2rem}.dashboard-row-5,.dashboard-row-6{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem}.dashboard-row-7{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2rem}.dashboard-row-8{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.dashboard-chart-item{min-height:300px;width:100%;box-sizing:border-box}@media (max-width: 1400px){.dashboard-row-2,.dashboard-row-3,.dashboard-row-4,.dashboard-row-7{grid-template-columns:1fr}.dashboard-row-5,.dashboard-row-6{grid-template-columns:repeat(2,1fr)}}@media (max-width: 1024px){.dashboard-row-1{grid-template-columns:repeat(2,1fr)}.dashboard-row-5,.dashboard-row-6{grid-template-columns:1fr}}@media (max-width: 768px){.ground-dashboard-card{padding:1rem}.dashboard-row-1{grid-template-columns:1fr;gap:1rem}.dashboard-row-2,.dashboard-row-3,.dashboard-row-4,.dashboard-row-5,.dashboard-row-6,.dashboard-row-7,.dashboard-row-8{grid-template-columns:1fr;gap:1.5rem}.dashboard-stat-card{padding:1rem}.dashboard-stat-card .stat-value{font-size:2rem}.dashboard-chart-item{min-height:250px}}.switch-wrapper{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer}.switch-wrapper.switch-disabled{cursor:not-allowed;opacity:.6}.switch-label{font-size:.875rem;color:#374151}.switch-container{position:relative;display:inline-block;width:44px;height:24px}.switch-input{opacity:0;width:0;height:0}.switch-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#cbd5e1;transition:.3s;border-radius:24px}.switch-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%;box-shadow:0 2px 4px #0003}.switch-input:checked+.switch-slider{background-color:#10b981}.switch-input:checked+.switch-slider:before{transform:translate(20px)}.switch-input:disabled+.switch-slider{cursor:not-allowed;opacity:.6}.switch-input:focus+.switch-slider{box-shadow:0 0 0 3px #10b98133}.confirmation-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1200;animation:fadeIn .2s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.confirmation-modal{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.confirmation-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb}.confirmation-modal-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#1f2937}.modal-close-btn{background:none;border:none;font-size:28px;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.modal-close-btn:hover{background-color:#f3f4f6;color:#1f2937}.confirmation-modal-body{padding:24px}.confirmation-modal-body p{margin:0 0 16px;color:#4b5563;line-height:1.6}.confirmation-modal-body p:last-child{margin-bottom:0}.confirmation-modal-actions{display:flex;gap:12px;justify-content:flex-end;padding:16px 24px;border-top:1px solid #e5e7eb;background-color:#f9fafb;border-radius:0 0 8px 8px}.confirmation-modal-actions button{min-width:100px}.confirmation-modal--centerContent .confirmation-modal-header{position:relative;justify-content:center;padding-right:48px}.confirmation-modal--centerContent .confirmation-modal-header .modal-close-btn{position:absolute;right:16px;top:50%;transform:translateY(-50%)}.confirmation-modal--centerContent .confirmation-modal-body{text-align:center}.confirmation-modal--centerContent .confirmation-modal-actions{justify-content:center}@media (prefers-color-scheme: dark){.confirmation-modal{background:#1f2937}.confirmation-modal-header{border-bottom-color:#374151}.confirmation-modal-header h2{color:#f9fafb}.modal-close-btn{color:#9ca3af}.modal-close-btn:hover{background-color:#374151;color:#f9fafb}.confirmation-modal-body p{color:#d1d5db}.confirmation-modal-actions{border-top-color:#374151;background-color:#111827}}@media (max-width: 640px){.confirmation-modal{max-width:95%;margin:16px}.confirmation-modal-header,.confirmation-modal-body{padding:16px}.confirmation-modal-actions{flex-direction:column;padding:12px 16px}.confirmation-modal-actions button{width:100%;min-width:unset}}.insights-page{width:100%;margin:0 auto}.insights-content{display:flex;flex-direction:column;gap:2rem}.insights-stats-card{padding:2rem}.stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.stat-item{text-align:center}.stat-text{color:#666}.insights-filters-card{padding:2rem}.insights-list-card{padding:2rem}.data-list{display:flex;flex-direction:column;gap:1rem}.data-item{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border:1px solid #e5e7eb;border-radius:8px;background-color:#f9fafb}.data-info{flex:1}.data-name{margin-bottom:.5rem}.data-details{color:#666}.data-actions{display:flex;gap:.5rem}.insights-actions-card{padding:2rem}.management-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}.files-table-container{margin-top:2rem;overflow-x:auto}.files-table{width:100%;border-collapse:collapse;background-color:#fff}.files-table thead{background-color:#f9fafb;border-bottom:2px solid #e5e7eb}.files-table th{padding:1rem;text-align:left;font-weight:600;color:#374151;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.files-table td{padding:1rem;border-bottom:1px solid #e5e7eb;color:#374151;font-size:.9375rem}.files-table tbody tr:hover{background-color:#f9fafb}.files-table tbody tr:last-child td{border-bottom:none}.files-table--structured{table-layout:fixed}.files-table-col-file{width:20%;min-width:10.5rem}.files-table-col-summary{width:24%;min-width:11rem}.files-table-col-strategy{width:11%;min-width:7rem}.files-table-col-intel{width:18%;min-width:9.5rem}.files-table-col-status{width:13%;min-width:8.75rem}.files-table-col-actions{width:14%;min-width:9rem}.files-table--structured td{vertical-align:top}.files-table-file-name{font-weight:600;color:#111827;word-break:break-word;line-height:1.35;font-size:.9375rem}.files-table-file-chips{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.45rem;align-items:center}.files-table-summary-text{margin:0;font-size:.8125rem;line-height:1.5;color:#4b5563;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.files-table-empty{color:#9ca3af;font-size:.875rem}.file-strategy-pill{display:inline-block;padding:.3rem .65rem;border-radius:9999px;font-size:.75rem;font-weight:600}.file-strategy-pill--active{background-color:#fef3c7;color:#92400e}.file-strategy-pill--ref{background-color:#f3f4f6;color:#6b7280}.files-table-intel-block{display:flex;flex-direction:column;gap:.2rem}.files-table-intel-level{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#4338ca}.files-table-intel-name{font-size:.8125rem;font-weight:600;color:#1f2937;line-height:1.4;word-break:break-word}.files-table-intel-missing{font-size:.75rem;color:#9ca3af;font-style:italic}.files-table-intel-na{font-size:.8125rem;color:#6b7280}.files-table-cell-status{display:flex;flex-direction:column;align-items:flex-start;gap:.45rem}.files-table-uploaded-time{font-size:.75rem;color:#6b7280;line-height:1.3}.files-table-cell-actions .table-actions{flex-wrap:wrap;max-width:100%}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:capitalize}.status-uploaded{background-color:#e5e7eb;color:#374151}.status-analysing{background-color:#dbeafe;color:#1e40af}.status-analysed{background-color:#d1fae5;color:#065f46}.status-error{background-color:#fee2e2;color:#991b1b}.file-type-capsule{display:inline-block;padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:500;background-color:#e0e7ff;color:#3730a3}.file-size-capsule{display:inline-block;padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:500;background-color:#f3f4f6;color:#4b5563}.insights-upload-modal{max-width:600px}.insights-upload-body .insights-upload-lead{margin:0 0 1.25rem;color:#4b5563;line-height:1.55;font-size:.9375rem}.insights-form-field{margin-bottom:1.25rem}.insights-form-field:last-of-type{margin-bottom:0}.insights-fieldset{border:none;padding:0;margin:0 0 1.25rem}.insights-form-legend{font-size:.875rem;font-weight:600;color:#111827;margin-bottom:.5rem;padding:0}.insights-upload-strategy-switch .switch-wrapper{align-items:flex-start}.insights-upload-strategy-switch .switch-label{font-size:.9375rem;line-height:1.45;color:#374151}.insights-radio-option{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.4rem;font-size:.9375rem;color:#374151;cursor:pointer}.insights-radio-option input{margin-top:.2rem;flex-shrink:0}.insights-field-hint{display:block;font-size:.75rem;color:#6b7280;margin-top:.35rem;line-height:1.4}.insights-upload-textarea{width:100%;resize:vertical;min-height:4.5rem;box-sizing:border-box}.insights-upload-select{width:100%;box-sizing:border-box;cursor:pointer}.insights-upload-file-section{margin-top:.25rem}.insights-file-input-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.insights-upload-dropzone{position:relative;border-radius:14px;border:2px dashed #c7d2fe;background:linear-gradient(180deg,#f8fafc,#f1f5f9);transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.insights-upload-dropzone--active{border-color:#6366f1;background:linear-gradient(180deg,#eef2ff,#e0e7ff);box-shadow:0 0 0 3px #6366f133}.insights-upload-dropzone--has-file{border-style:solid;border-color:#e5e7eb;background:#fff;box-shadow:inset 0 1px #fffc}.insights-upload-dropzone-trigger{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;width:100%;margin:0;padding:2rem 1.5rem;border:none;border-radius:12px;background:transparent;cursor:pointer;font-family:inherit;color:#374151;transition:color .15s ease,transform .15s ease}.insights-upload-dropzone-trigger:hover:not(:disabled){color:#1e40af}.insights-upload-dropzone-trigger:hover:not(:disabled) .insights-upload-dropzone-icon{color:#4f46e5;transform:translateY(-2px)}.insights-upload-dropzone-trigger:disabled{cursor:not-allowed;opacity:.65}.insights-upload-dropzone-icon{font-size:2.5rem;color:#6366f1;margin-bottom:.25rem;transition:color .15s ease,transform .15s ease}.insights-upload-dropzone-title{font-size:1rem;font-weight:600;color:#111827}.insights-upload-dropzone-sub{font-size:.875rem;color:#6b7280}.insights-upload-dropzone-types{margin-top:.35rem;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#818cf8}.insights-upload-file-card{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;padding:1.1rem 1.25rem}.insights-upload-file-card-icon{flex-shrink:0;width:48px;height:48px;border-radius:12px;background:linear-gradient(145deg,#e0e7ff,#c7d2fe);color:#3730a3;display:flex;align-items:center;justify-content:center;font-size:1.35rem}.insights-upload-file-card-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.insights-upload-file-card-name{font-size:.9375rem;font-weight:600;color:#111827;word-break:break-word;line-height:1.35}.insights-upload-file-card-meta{font-size:.8125rem;color:#059669;font-weight:500}.insights-upload-file-card-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.insights-upload-remove-file{color:#b91c1c!important}.insights-upload-remove-file:hover:not(:disabled){background-color:#fef2f2!important}.insights-upload-error{margin-top:.75rem;padding:.65rem .75rem;border-radius:8px;background-color:#fef2f2;color:#991b1b;font-size:.875rem}@media (prefers-color-scheme: dark){.insights-upload-dropzone{border-color:#4f46e5;background:linear-gradient(180deg,#1e1b4b,#1e293b)}.insights-upload-dropzone--active{border-color:#818cf8;background:linear-gradient(180deg,#312e81,#1e1b4b);box-shadow:0 0 0 3px #818cf840}.insights-upload-dropzone--has-file{border-color:#374151;background:#111827}.insights-upload-dropzone-trigger{color:#d1d5db}.insights-upload-dropzone-trigger:hover:not(:disabled){color:#a5b4fc}.insights-upload-dropzone-title{color:#f9fafb}.insights-upload-dropzone-sub{color:#9ca3af}.insights-upload-dropzone-types{color:#a5b4fc}.insights-upload-file-card-name{color:#f9fafb}.insights-upload-file-card-meta{color:#34d399}.insights-upload-file-card-icon{background:linear-gradient(145deg,#3730a3,#312e81);color:#c7d2fe}}@media (max-width: 640px){.insights-upload-file-card{flex-direction:column;align-items:stretch}.insights-upload-file-card-actions{width:100%}.insights-upload-file-card-actions .btn{flex:1;min-width:0}}@media (prefers-color-scheme: dark){.files-table-file-name{color:#f9fafb}.files-table-summary-text{color:#d1d5db}.file-strategy-pill--ref{background-color:#374151;color:#d1d5db}.files-table-intel-level{color:#a5b4fc}.files-table-intel-name{color:#f3f4f6}.files-table-intel-na,.files-table-uploaded-time{color:#9ca3af}}@media (max-width: 768px){.files-table-container{overflow-x:scroll}.files-table.files-table--structured{min-width:1020px}.table-actions{flex-direction:column;gap:.25rem}}.line-chart-wrapper,.area-chart-wrapper,.scatter-chart-wrapper{width:100%}.csv-analysis-page{width:100%;margin:0 auto}.csv-analysis-content{display:flex;flex-direction:column;gap:2rem}.section-title{margin-bottom:1.5rem;font-weight:600}.file-details-card{padding:2rem}.file-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.detail-item{display:flex;flex-direction:column;gap:.5rem;min-width:0}.detail-label{color:#6b7280;font-weight:500;text-transform:uppercase;font-size:.75rem;letter-spacing:.05em}.detail-value{font-size:1rem;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.preview-card{padding:2rem}.preview-table-container{overflow-x:auto;margin-top:1rem}.preview-table{width:100%;border-collapse:collapse;font-size:.875rem}.preview-table thead{background-color:#f9fafb}.preview-table th{padding:.75rem 1rem;text-align:left;font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb;white-space:nowrap}.preview-table td{padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;color:#6b7280;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.preview-table tbody tr:hover{background-color:#f9fafb}.favorite-charts-card,.all-charts-card{padding:2rem}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2.5rem 2rem;margin-top:1rem;width:100%;box-sizing:border-box}.chart-wrapper{position:relative;padding:0;min-width:0;width:100%;box-sizing:border-box;overflow:visible}.chart-header-actions{display:flex;justify-content:flex-end;margin-bottom:.5rem;gap:.5rem}.favorite-button{padding:.5rem;min-width:auto;width:auto;height:auto}.favorite-button:hover{background-color:#fef3c7}.analysis-chart{width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}.analysis-chart .card{width:100%;max-width:100%;box-sizing:border-box}.empty-section{padding:3rem 2rem;text-align:center;background-color:#f9fafb;border-radius:.5rem;border:2px dashed #d1d5db}.empty-text{color:#6b7280;font-style:italic}.in-depth-analysis-card{padding:2rem}.formatted-analysis{display:flex;flex-direction:column;gap:1rem;line-height:1.6}.analysis-item{border-left:3px solid #e5e7eb;padding:.75rem 0 .75rem 1rem;transition:border-color .2s}.analysis-item:hover{border-left-color:#3b82f6}.analysis-item-content{display:flex;flex-direction:column;gap:.25rem}.analysis-label{font-weight:600;color:#111827;font-size:.95rem;margin-bottom:.25rem}.analysis-description{color:#4b5563;font-size:.9rem;line-height:1.5}.analysis-text{color:#4b5563;font-size:.9rem;line-height:1.6;padding:.5rem 0}.analysis-separator{border:none;border-top:1px solid #e5e7eb;margin:1rem 0}.download-report-card{padding:2rem;background:linear-gradient(135deg,#f9fafb,#fff);border:1px solid #e5e7eb}@media (max-width: 768px){.charts-grid{grid-template-columns:1fr;gap:1.5rem}.file-details-grid{grid-template-columns:1fr}.preview-table{font-size:.75rem}.preview-table th,.preview-table td{padding:.5rem}}.campaign-suggestions-card{padding:2rem}.campaign-suggestions-card .section-title{margin-bottom:.5rem}.campaign-suggestions-disclaimer{display:block;color:#6b7280;font-size:.9375rem;margin-bottom:1.25rem;line-height:1.5}.campaign-suggestions-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.25rem}.campaign-suggestion-item{border:1px solid #e5e7eb;border-radius:8px;padding:1rem 1.25rem;background:#fafafa}.campaign-suggestion-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.campaign-suggestion-title{font-weight:600;color:#111827;margin:0}.campaign-suggestion-confidence{font-size:.75rem;font-weight:600;text-transform:capitalize;padding:.2rem .5rem;border-radius:4px;flex-shrink:0}.campaign-suggestion-confidence--high{background:#fee2e2;color:#991b1b}.campaign-suggestion-confidence--medium{background:#fef3c7;color:#92400e}.campaign-suggestion-confidence--low{background:#e5e7eb;color:#374151}.campaign-suggestion-body{margin:0;color:#374151;font-size:.9375rem;line-height:1.55;white-space:pre-wrap}.campaign-suggestions-empty{color:#6b7280;font-size:.9375rem;margin:0}.date-field{position:relative;width:100%}.date-field__trigger{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;padding:.75em 1em;border-radius:var(--radius-input);border:1px solid var(--color-border);background-color:var(--color-surface);color:var(--color-text);font-size:1em;font-family:inherit;text-align:left;cursor:pointer;transition:border-color var(--transition),box-shadow var(--transition);box-shadow:var(--shadow-sm)}.date-field__trigger:hover:not(:disabled){border-color:var(--color-primary)}.date-field__trigger:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-muted)}.date-field__trigger:disabled{background-color:var(--color-bg-app);cursor:not-allowed;opacity:.6}.date-field__value{flex:1;min-width:0}.date-field__placeholder{flex:1;min-width:0;color:var(--color-text-muted)}.date-field__calendarGlyph{flex-shrink:0;width:1.1rem;height:1.1rem;color:var(--color-primary);opacity:.9}.date-field__popover{position:absolute;z-index:80;left:0;top:calc(100% + 6px);min-width:min(100%,280px);max-width:100%;padding:.75rem .85rem .85rem;border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface);box-shadow:var(--shadow-lg)}.date-field__toolbar{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.65rem}.date-field__monthLabel{font-size:.9rem;font-weight:650;color:var(--color-text);flex:1;text-align:center}.date-field__iconBtn{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;border-radius:var(--radius-sm);background:var(--color-primary-muted);color:var(--color-primary);cursor:pointer;transition:background var(--transition),color var(--transition)}.date-field__iconBtn:hover:not(:disabled){background:#5c6bc038}.date-field__iconBtn:disabled{opacity:.35;cursor:not-allowed}.date-field__iconBtn:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.date-field__weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:.35rem}.date-field__weekday{font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted);text-align:center}.date-field__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.date-field__cell--pad{min-height:2.15rem}.date-field__cell--day{min-height:2.15rem;padding:0;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--color-text);font-size:.875rem;font-weight:500;cursor:pointer;transition:background var(--transition),color var(--transition)}.date-field__cell--day:hover:not(:disabled){background:var(--color-primary-muted);color:var(--color-primary)}.date-field__cell--disabled,.date-field__cell--day:disabled{opacity:.35;cursor:not-allowed;color:var(--color-text-muted)}.date-field__cell--day:disabled.date-field__cell--selected{opacity:.55}.date-field__cell--selected{background:linear-gradient(180deg,var(--color-primary) 0%,var(--color-primary-hover) 100%);color:#fff;box-shadow:var(--shadow-sm)}.date-field__cell--selected:hover{background:linear-gradient(180deg,var(--color-primary-hover) 0%,#434ea0 100%);color:#fff}.date-field__cell--day:focus-visible{outline:2px solid var(--color-primary);outline-offset:1px}.profile-page{width:100%;margin:0 auto}.profile-content{display:flex;flex-direction:column;gap:2rem;width:100%;max-width:100%;box-sizing:border-box}.profile-content--unified{gap:0}.profile-unified-card.card{width:100%;box-sizing:border-box}.profile-unified-card.card.card-hover:hover{box-shadow:var(--shadow-md);transform:none}.profile-unified__section--meta{max-width:42rem}.profile-unified__section--meta+.profile-unified__section--meta{margin-top:1.25rem}.profile-unified-card>.profile-party,.profile-unified-card>.profile-candidate{margin-top:1.25rem}.profile-unified__label{display:block;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#64748b;margin-bottom:.5rem}.profile-unified__lockedHeaderOutside{width:100%;max-width:42rem;margin-bottom:1rem;box-sizing:border-box}.profile-unified__headerLockedRow{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem 1rem}.profile-unified__profileTitle{margin:0;font-size:1.25rem;font-weight:600;color:#0f172a;flex:1;min-width:12rem;line-height:1.3}.profile-unified__unlockBtn{flex-shrink:0}.profile-unified__titleBar{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:.75rem 1rem;margin-bottom:1rem;width:100%;box-sizing:border-box}.profile-unified__readOnlyValue{margin:0;font-size:1rem;line-height:1.5;color:#0f172a;font-weight:500;min-height:2.5rem;display:flex;align-items:center}.profile-name-card{padding:1.25rem}.profile-name-label{color:#6b7280;margin-bottom:.25rem}.profile-name-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-type-card{padding:1.25rem;margin-bottom:-1rem}.profile-type-title{margin-bottom:.75rem}.profile-type-row{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;gap:.75rem;width:100%}.profile-unified-card .profile-type-row .profile-type-btn{flex:0 1 auto;max-width:260px;min-width:0;min-height:2.375rem;padding:.45rem 1rem;font-size:.875rem;line-height:1.35;gap:.5rem;white-space:normal;text-align:left;justify-content:flex-start}.profile-type-dot{flex-shrink:0;color:currentColor;opacity:.95}.profile-type-label{min-width:0;text-align:left;font-size:inherit}.profile-info-card{padding:2rem}.profile-avatar-section{display:flex;flex-direction:column;align-items:center;gap:1rem}.profile-avatar{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff}.avatar-text{color:#fff;font-size:2.5rem;font-weight:700}.profile-avatar-icon{color:#fff;font-size:3.5rem;width:auto;height:auto}.profile-form-card{padding:2rem}.section-title{margin-bottom:1.5rem}.profile-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.form-row-2-columns{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.election-form-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.election-form-row-2-fields{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.form-actions{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap}.profile-stats-card{padding:2rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem}.stat-item{text-align:center;padding:1.5rem;border:1px solid #e5e7eb;border-radius:8px;background-color:#f9fafb}.stat-number{font-size:2rem;font-weight:700;color:#2563eb;margin-bottom:.5rem}.stat-label{color:#666}.array-item-card{padding:1.5rem;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1rem;background-color:#f9fafb}.array-item-actions{display:flex;justify-content:flex-end;margin-top:1rem}.profile-avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover}.profile-form .input-label,.profile-form .dropdown-label,.profile-form .textarea-label{margin-top:.5rem}.tabs-container{display:flex;flex-direction:column;margin-top:2rem}.tabs-header{display:flex;gap:.5rem;padding:0}.tab-button{padding:1rem 2rem;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;color:#666;transition:all .2s ease;font-family:inherit}.tab-button:hover{background-color:#f5f5f5;color:#333;border-color:#d0d0d0}.tab-button.active{background-color:#000;color:#fff;border-color:#000;font-weight:600}.tab-button.active:hover{background-color:#333;border-color:#333;color:#fff}.tabs-content{flex:1;background-color:transparent;display:flex;flex-direction:column;gap:2rem}.opposition-card-section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.opposition-card-section:last-child{border-bottom:none;margin-bottom:0}.opposition-card-section-title{margin-bottom:1rem;color:#1f2937;font-weight:600}.opposition-tag-input-wrapper{margin-bottom:1rem}.opposition-past-elections-item{margin-bottom:1rem;padding:1rem;border:1px solid #e0e0e0;border-radius:8px;background-color:#fafafa}.opposition-checkbox-wrapper{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.opposition-checkbox-wrapper input[type=checkbox]{margin:0;width:18px;height:18px;cursor:pointer}.opposition-checkbox-wrapper label{margin:0;cursor:pointer}.generation-dots{display:inline-block;animation:generation-dots 1.2s ease-in-out infinite}@keyframes generation-dots{0%,20%{opacity:.3}40%{opacity:1}60%,to{opacity:.3}}.profile-view-sections{display:flex;flex-direction:column;gap:1.5rem}.profile-view-content-wrapper{gap:1.5rem}.profile-view-header{display:flex;justify-content:flex-end;margin-bottom:.5rem}.profile-edit-button{flex-shrink:0}.profile-view-field{display:flex;flex-direction:column;gap:.25rem}.profile-view-label{color:#6b7280;font-size:.875rem;font-weight:500}.profile-view-value{color:#111827}.profile-view-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25rem 2rem}.profile-view-content{color:#374151;white-space:pre-wrap}.profile-view-array-item{padding:1.25rem;margin-bottom:1rem;border:1px solid #e5e7eb;border-radius:8px;background-color:#f9fafb}.profile-view-array-item:last-child{margin-bottom:0}.profile-view-keywords-groups{display:flex;flex-direction:column;gap:.75rem}.profile-view-keyword-group{padding:.75rem;background:#fff;border-radius:6px;border:1px solid #e5e7eb}@media (max-width: 768px){.form-row,.form-row-2-columns,.election-form-row,.election-form-row-2-fields{grid-template-columns:1fr}.tab-button{padding:.75rem 1rem;font-size:.9rem}}.searchable-select-wrapper{display:flex;flex-direction:column;gap:.5rem;width:100%;position:relative}.searchable-select-label{font-size:.875em;font-weight:500;color:#000}.searchable-select-container{position:relative}.searchable-select-trigger{width:100%;padding:.75em 1em;border-radius:var(--radius-input);border:1px solid #cccccc;background-color:#fff;color:#000;font-size:1em;font-family:inherit;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .25s ease;box-shadow:0 1px 2px #0000000d,0 2px 4px #0000000a}.searchable-select-trigger:hover:not(.searchable-select-disabled){border-color:#000;box-shadow:0 2px 4px #00000014,0 4px 8px #0000000f}.searchable-select-trigger:focus{outline:none;border-color:#000}.searchable-select-disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.searchable-select-trigger-main{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0;text-align:left}.searchable-select-selected{flex:1;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.searchable-select-trigger-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:.125rem;align-items:flex-start;text-align:left}.searchable-select-trigger-text>.searchable-select-selected{width:100%}.searchable-select-selected-sub{font-size:.8125em;font-weight:400;color:#64748b;line-height:1.2;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.searchable-select-avatar{width:1.75rem;height:1.75rem;border-radius:50%;overflow:hidden;flex-shrink:0;background:linear-gradient(145deg,#e8e8ec,#d4d4dc);display:flex;align-items:center;justify-content:center}.searchable-select-avatar img{width:100%;height:100%;object-fit:cover;display:block}.searchable-select-avatar-letter{font-size:.75rem;font-weight:700;color:#374151;line-height:1}.searchable-select-option--avatars{display:flex;align-items:flex-start;gap:.65rem}.searchable-select-option--avatars .searchable-select-avatar{margin-top:.1rem}.searchable-select-option-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem;align-items:flex-start}.searchable-select-option-label{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.25}.searchable-select-option-sub{font-size:.8125em;font-weight:400;color:#64748b;line-height:1.2;white-space:normal}.searchable-select-icon{margin-left:.5rem;transition:transform .25s ease;flex-shrink:0}.searchable-select-icon-open{transform:rotate(180deg)}.searchable-select-menu{position:absolute;top:calc(100% + .5rem);left:0;right:0;background-color:#fff;border:1px solid #cccccc;border-radius:var(--radius-input);box-shadow:0 4px 6px #00000012,0 10px 20px #00000014,0 20px 40px #0000000f;z-index:1000;overflow:hidden}.searchable-select-search{width:100%;padding:.75em 1em;border:none;border-bottom:1px solid #e5e7eb;font-size:1em;font-family:inherit;box-sizing:border-box}.searchable-select-search:focus{outline:none}.searchable-select-search::placeholder{color:#9ca3af}.searchable-select-list{max-height:240px;overflow-y:auto}.searchable-select-option{padding:.75em 1em;cursor:pointer;transition:background-color .2s ease}.searchable-select-option:hover,.searchable-select-option-highlighted{background-color:#f5f5f5}.searchable-select-option-selected{background-color:#f5f5f5;font-weight:500}.searchable-select-empty{padding:1em;text-align:center;color:#666;font-size:.875em}.searchable-select-footer{border-top:1px solid #e5e7eb;padding:.5rem;background:#fafafa}.searchable-select-footer-btn{width:100%;padding:.65em .75em;border-radius:8px;border:1px dashed #1d9bff;background:#fff;color:#334155;font-size:.9em;font-weight:600;font-family:inherit;cursor:pointer;transition:background-color .15s ease,border-color .15s ease;display:inline-flex;align-items:center;justify-content:center;gap:.4rem}.searchable-select-footer-btn .searchable-select-footer-icon{flex-shrink:0;font-size:.95em;opacity:.9}.searchable-select-footer-btn:hover{background:#f0f9ff;border-color:#1580d4}.profile-candidate{width:100%;max-width:none;margin:0 auto}.profile-candidate__toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin-bottom:1rem}.profile-candidate__toolbarHint{color:#64748b;font-size:.9rem;flex:1;min-width:200px}.profile-candidate--flow-map .profile-candidate__wired{min-height:min(720px,88vh);background:#fafafa;border-radius:12px;border:1px solid #e5e7eb;box-shadow:none;padding:1.25rem 1.25rem 1.5rem;overflow:hidden}.profile-candidate--flow-map .profile-candidate__toolbar{margin-bottom:.5rem}.profile-candidate--flow-map .profile-candidate__toolbarHint,.profile-candidate--flow-map .profile-candidate__mapEyebrow{color:#64748b}.profile-candidate--flow-map .profile-candidate__mapHeroTitle{color:#0f172a}.profile-candidate--flow-map .profile-candidate__mapHeroLead{color:#475569}.profile-candidate--flow-map .profile-candidate__mapLegendItem--main,.profile-candidate--flow-map .profile-candidate__mapLegendItem--history,.profile-candidate--flow-map .profile-candidate__mapLegendItem--rival{color:#475569;background:#ffffffd9;border-color:#cbd5e1f2}.profile-candidate--flow-map .profile-candidate__mapHeroEm{background:none;-webkit-background-clip:unset;background-clip:unset;color:#475569}.profile-candidate__wires--orbit .profile-candidate__wire{stroke-width:3.65}.profile-candidate__wired.profile-candidate__wired--noWires{min-height:unset}.profile-candidate__wired--noWires .profile-candidate__wires{display:none}.profile-candidate__title{margin-bottom:.5rem}.profile-candidate__subtitle{color:#666}.profile-candidate__wired{position:relative;width:100%;min-height:560px}.profile-candidate__mapRoot{position:relative;z-index:2;width:100%;max-width:none;margin:0 auto;padding:0 0 .25rem}.profile-candidate__mapBoard--reveal{animation:pipelineBoardReveal 1.05s cubic-bezier(.22,1,.36,1) both}@keyframes pipelineBoardReveal{0%{opacity:0;transform:translateY(22px) scale(.98);filter:blur(8px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}.profile-candidate--finishReveal .profile-candidate__wire{animation:finishWireFade 1.15s ease .2s both}@keyframes finishWireFade{0%{stroke-opacity:0}to{stroke-opacity:.95}}.profile-candidate__mapHero{text-align:center;margin-bottom:1.75rem;padding:0 .5rem}.profile-candidate__mapEyebrow{margin:0 0 .4rem;font-size:.7rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:#7dd3fcbf}.profile-candidate__mapHeroTitle{margin:0 0 .65rem;font-size:clamp(1.45rem,3.2vw,2rem);font-weight:700;letter-spacing:-.03em;line-height:1.2;color:#f8fafcf5}.profile-candidate__mapHeroEm{background:linear-gradient(120deg,#7dd3fc,#a78bfa 45%,#f472b6);-webkit-background-clip:text;background-clip:text;color:transparent}.profile-candidate__mapHeroLead{margin:0 auto 1.15rem;max-width:36rem;font-size:.95rem;line-height:1.55;color:#cbd5e1d1}.profile-candidate__mapLegend{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem}.profile-candidate__mapLegendItem{font-size:.68rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:.4rem .75rem;border-radius:999px;border:1px solid transparent;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.profile-candidate__mapLegendItem--main{color:#bae6fdf2;background:#0ea5e929;border-color:#38bdf859}.profile-candidate__mapLegendItem--history{color:#e2e8f0e6;background:#94a3b81f;border-color:#94a3b847}.profile-candidate__mapLegendItem--rival{color:#fbcfe8f2;background:#f43f8d24;border-color:#f43f8d52}.profile-candidate__mapCanvas{width:100%}.profile-candidate__mapBoard{position:relative;border-radius:20px;isolation:isolate;background:linear-gradient(145deg,#ffffff12,#ffffff05,#0f172a59);border:1px solid rgba(148,163,184,.18);box-shadow:0 0 0 1px #ffffff0a inset,0 32px 64px #02061773;padding:2rem 1.5rem 2.25rem;min-height:min(540px,72vh);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.profile-candidate__mapBoard--flowGrid{background:#fff;border:1px solid #e5e7eb;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.profile-candidate__mapBoard--tags{padding:1.15rem 1.1rem 1.35rem}.profile-candidate--flow-map .profile-candidate__mapRoot{position:relative;z-index:1}.profile-candidate--flow-map .profile-candidate__wires{z-index:4}.profile-candidate--flow-map .profile-candidate__flowNode{display:inline-flex;flex-direction:row;align-items:center;flex-wrap:nowrap;gap:.4rem;width:auto;max-width:100%;min-height:0;padding:.2rem .55rem .22rem;border-radius:999px;border:1px solid #d1d5db;background:#fafafa;box-shadow:none}.profile-candidate--flow-map .profile-candidate__flowNode:hover:not(.is-locked){border-color:#94a3b8;box-shadow:none}.profile-candidate--flow-map .profile-candidate__flowNode.is-active{border-color:#64748b;background:#fff;box-shadow:0 0 0 1px #64748b33}.profile-candidate--flow-map .profile-candidate__flowNode:before,.profile-candidate--flow-map .profile-candidate__flowNode:after{display:none!important}.profile-candidate--flow-map .profile-candidate__flowNode__head{align-items:center;gap:.35rem}.profile-candidate--flow-map .profile-candidate__flowNode__titles{gap:.06rem}.profile-candidate--flow-map .profile-candidate__flowNode__name{font-size:.78rem;font-weight:650;line-height:1.25}.profile-candidate--flow-map .profile-candidate__flowNode__role{font-size:.58rem;font-weight:600;letter-spacing:.06em}.profile-candidate--flow-map .profile-candidate__flowNode__icon{width:22px;height:22px}.profile-candidate--flow-map .profile-candidate__mapThumb{width:22px;height:22px;border-radius:6px}.profile-candidate--flow-map .profile-candidate__partyGlyph{width:24px;height:24px;font-size:.62rem;border-radius:8px}.profile-candidate--flow-map .profile-candidate__flowNode__avatar{width:24px;height:24px;font-size:.65rem}.profile-candidate--flow-map .profile-candidate__flowNode--compact{flex-direction:column;align-items:flex-start;flex-wrap:wrap;max-width:100%;padding:.28rem .6rem}.profile-candidate--flow-map .profile-candidate__flowNode--compact .profile-candidate__flowNode__icon{display:none}.profile-candidate--flow-map .profile-candidate__flowNode__value--sm{font-size:.68rem;color:#475569;line-height:1.35;min-height:0;margin-top:.15rem;padding:0;display:block;-webkit-line-clamp:3}.profile-candidate--flow-map .profile-candidate__mapGraph--flow{column-gap:2.25rem;row-gap:1rem}.profile-candidate--flow-map .profile-candidate__mapStack{gap:.45rem}.profile-candidate--flow-map .profile-candidate__mapRivals--flow{gap:.45rem;margin-top:.45rem;padding-left:.45rem}.profile-candidate--flow-map .profile-candidate__mapChFan--underHub{margin-top:.25rem;gap:.4rem;display:flex;flex-direction:column}.profile-candidate--flow-map .profile-candidate__mapSubLabel{margin-top:.55rem}.profile-candidate__mapGraph--flow{grid-template-columns:minmax(200px,1fr) minmax(240px,1.2fr) minmax(200px,1fr);column-gap:1.5rem;row-gap:1.5rem;align-items:start}.profile-candidate__mapStack{display:flex;flex-direction:column;gap:1rem;position:relative;width:100%;padding-left:.5rem}.profile-candidate__mapStack:before{content:"";position:absolute;left:0;top:.4rem;bottom:.4rem;width:2px;border-radius:2px;background:linear-gradient(180deg,#cbd5e159,#94a3b873 45%,#cbd5e14d);pointer-events:none}.profile-candidate__mapCol--geo,.profile-candidate__mapCol--ballot,.profile-candidate__mapCol--rivals{min-width:0}.profile-candidate__mapSubLabel{margin:.85rem 0 .45rem;font-size:.62rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#94a3b8}.profile-candidate__mapThumb{flex:0 0 auto;width:44px;height:44px;border-radius:10px;border:1px solid #e2e8f0;background-color:#f8fafc;background-image:linear-gradient(rgba(148,163,184,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(148,163,184,.15) 1px,transparent 1px);background-size:8px 8px;box-shadow:inset 0 1px #ffffffe6}.profile-candidate__flowNode__head--geo{align-items:center}.profile-candidate__flowNode--geo .profile-candidate__flowNode__name{font-size:.8rem;word-break:break-word}.profile-candidate__partyGlyph{flex:0 0 auto;width:36px;height:36px;border-radius:10px;display:grid;place-items:center;font-size:.72rem;font-weight:750;letter-spacing:.02em;color:#475569;background:#e2e8f0;border:1px solid #e2e8f0;box-shadow:inset 0 1px #ffffffd9}.profile-candidate__mapChFan--underHub{margin-top:.35rem}.profile-candidate__flowNode{position:relative;display:flex;flex-direction:column;align-items:stretch;gap:.35rem;width:100%;min-width:0;padding:.6rem .7rem .5rem;border-radius:12px;border:1px solid rgba(148,163,184,.4);background:#fff;box-shadow:0 1px 2px #0f172a0d;cursor:pointer;text-align:left;font:inherit;color:#0f172a;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.profile-candidate__flowNode:before,.profile-candidate__flowNode:after{content:"";position:absolute;top:50%;width:7px;height:14px;transform:translateY(-50%);pointer-events:none;border:1px solid #cbd5e1;background:#fff;opacity:.95}.profile-candidate__flowNode:before{left:-1px;border-right:none;border-radius:10px 0 0 10px}.profile-candidate__flowNode:after{right:-1px;border-left:none;border-radius:0 10px 10px 0}.profile-candidate__flowNode--rival:before,.profile-candidate__flowNode--rival:after,.profile-candidate__flowNode--rivalBranch:before,.profile-candidate__flowNode--rivalBranch:after{border-color:#cbd5e1}.profile-candidate__flowNode:hover:not(.is-locked){border-color:#94a3b8a6;box-shadow:0 6px 18px #0f172a0f}.profile-candidate__flowNode.is-active,.profile-candidate__flowNode--rival.is-active,.profile-candidate__flowNode--rivalBranch.is-active{border-color:#64748b73;box-shadow:0 0 0 1px #64748b1f}.profile-candidate__flowNode.is-locked{opacity:.55;cursor:not-allowed}.profile-candidate__flowNode.is-value-filled{border-color:#cbd5e1f2}.profile-candidate__flowNode--hub{padding:.75rem .85rem .6rem}.profile-candidate__flowNode--branch{margin-bottom:.25rem}.profile-candidate__flowNode--compact{padding:.45rem .55rem .4rem}.profile-candidate__flowNode--compact:before,.profile-candidate__flowNode--compact:after{width:6px;height:12px}.profile-candidate__flowNode--placeholder{border-style:dashed;border-color:#94a3b88c;color:#64748b}.profile-candidate__flowNode__head{display:flex;align-items:flex-start;gap:.5rem;min-width:0}.profile-candidate__flowNode__head--rival{align-items:center}.profile-candidate__flowNode__icon{flex:0 0 auto;width:30px;height:30px;border-radius:8px;border:1px solid #e2e8f0;background:#f1f5f9;box-shadow:inset 0 1px #ffffffe6}.profile-candidate__flowNode__titles{display:flex;flex-direction:column;gap:.1rem;min-width:0}.profile-candidate__flowNode__name{font-size:.82rem;font-weight:700;letter-spacing:-.02em;line-height:1.25;color:#0f172a}.profile-candidate__flowNode__role{font-size:.65rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#64748b}.profile-candidate__flowNode__value{font-size:.78rem;color:#334155;line-height:1.35;padding:.15rem 0 0;min-height:2.1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.profile-candidate__flowNode__value--sm{font-size:.72rem;min-height:unset}.profile-candidate__flowNode__rail{display:flex;align-items:center;gap:.45rem;margin-top:.15rem;padding-top:.35rem;border-top:1px solid rgba(226,232,240,.95)}.profile-candidate__flowNode__rail--tight{margin-top:.1rem;padding-top:.3rem}.profile-candidate__flowNode__spark{flex:0 0 40px;height:12px;border-radius:4px;background:linear-gradient(90deg,transparent,rgba(148,163,184,.45) 45%,transparent);opacity:.75}.profile-candidate__flowNode__spark--rose{background:linear-gradient(90deg,transparent,rgba(148,163,184,.45) 45%,transparent)}.profile-candidate__flowNode__metric{font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8}.profile-candidate__flowNode__status{margin-left:auto;width:8px;height:8px;border-radius:999px;background:#e2e8f0;flex-shrink:0}.profile-candidate__flowNode__status.is-on,.profile-candidate__flowNode__status--rose.is-on{background:#64748b;box-shadow:none}.profile-candidate__flowNode__avatar{width:32px;height:32px;font-size:.72rem}.profile-candidate__flowNode .profile-candidate__avatar{background:#e2e8f0;color:#475569;box-shadow:inset 0 1px #ffffffd9;border:1px solid #e2e8f0}.profile-candidate__mapCol--geo .profile-candidate__flowNode:before{display:none}.profile-candidate__mapCol--rivals .profile-candidate__flowNode:after{display:none}.profile-candidate__mapRivals--flow{display:flex;flex-direction:column;gap:.65rem;margin-top:.65rem;padding-left:.55rem;border-left:2px solid rgba(226,232,240,.95)}@media (max-width: 1100px){.profile-candidate__mapGraph--flow{grid-template-columns:1fr 1fr}.profile-candidate__mapCol--rivals{grid-column:1 / -1}}@media (max-width: 640px){.profile-candidate__mapGraph--flow{grid-template-columns:1fr}.profile-candidate__mapCol--rivals{grid-column:auto}}.profile-candidate__mapAurora{position:absolute;inset:-40% -20% auto -20%;height:85%;background:radial-gradient(ellipse 70% 60% at 50% 0%,rgba(56,189,248,.18),transparent 70%);pointer-events:none;z-index:0;animation:mapAuroraDrift 18s ease-in-out infinite alternate}@keyframes mapAuroraDrift{0%{opacity:.85;transform:translate3d(-2%,0,0) scale(1)}to{opacity:1;transform:translate3d(2%,2%,0) scale(1.03)}}.profile-candidate__mapGraph{position:relative;z-index:1;display:grid;grid-template-columns:minmax(240px,1.2fr) minmax(200px,1fr) minmax(220px,1fr);column-gap:2rem;row-gap:2.25rem;align-items:start;width:100%}.profile-candidate__mapZoneLabel{margin:0 0 .65rem;font-size:.65rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#94a3b8bf}.profile-candidate__mapZoneLabel--rival{color:#fb7185a6}.profile-candidate__mapCol{display:flex;flex-direction:column;align-items:stretch;position:relative;z-index:2}.profile-candidate__mapCol--spine{min-width:0;align-items:center}.profile-candidate__mapCol--ch{padding-top:.25rem}.profile-candidate__mapCol--opp{min-width:0}.profile-candidate__mapNode--branch{align-self:flex-start;min-width:188px;padding:.62rem 1.25rem;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#e2e8f0e0;background:#0f172a73;border-color:#94a3b859}.profile-candidate__mapNode--branch.is-value-filled{color:#bae6fdfa;border-color:#38bdf873;background:#0ea5e91f}.profile-candidate__mapNode--branch .profile-candidate__mapNodeLabel{font-size:.72rem;letter-spacing:.14em}.profile-candidate__mapChFan{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;margin-top:.75rem;padding-left:1rem;border-left:1px solid rgba(56,189,248,.22)}.profile-candidate__mapNode--fan{min-width:188px;max-width:min(280px,100%);padding:.52rem 1.05rem;font-size:.82rem}.profile-candidate__mapNode--fan:not(.is-value-filled){background:#0f172a59;border-style:dashed;border-color:#64748b73;color:#94a3b8e6}.profile-candidate__mapNode--fan:not(.is-value-filled) .profile-candidate__mapNodeLabel{font-weight:500}.profile-candidate__mapNode--placeholder{opacity:.88;border-style:dashed}.profile-candidate__mapCol--opp .profile-candidate__mapRivals{margin-top:.85rem;padding-left:0;flex-direction:column;align-items:stretch}@media (max-width: 960px){.profile-candidate__mapGraph{grid-template-columns:1fr}.profile-candidate__mapCol--ch{padding-top:0}.profile-candidate__mapChFan{border-left:none;padding-left:0}}.profile-candidate__mapStaircase{display:flex;flex-direction:column;align-items:center;gap:1.85rem;position:relative;z-index:2;width:100%;padding-bottom:.25rem}.profile-candidate__mapStaircase:before{content:"";position:absolute;left:50%;transform:translate(-50%);top:.5rem;bottom:.5rem;width:2px;border-radius:2px;background:linear-gradient(180deg,transparent,rgba(56,189,248,.35) 15%,rgba(167,139,250,.25) 55%,rgba(244,63,141,.2) 100%);z-index:0;pointer-events:none;filter:blur(.5px)}.profile-candidate__mapStaircase>*{position:relative;z-index:1}.profile-candidate__mapNode{position:relative;display:flex;align-items:center;justify-content:center;text-align:center;cursor:pointer;min-width:168px;max-width:min(300px,94vw);padding:.72rem 1.45rem;border-radius:9999px;border:1px solid rgba(148,163,184,.35);background:#0f172a8c;color:#e2e8f0e6;box-shadow:0 4px 24px #0206178c,inset 0 1px #ffffff0f;transition:transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s ease,border-color .22s ease,background .22s ease}.profile-candidate__mapNodeGlow{position:absolute;top:-40%;right:-40%;bottom:-40%;left:-40%;border-radius:inherit;background:radial-gradient(circle at 50% 50%,rgba(56,189,248,.18),transparent 65%);opacity:0;transition:opacity .35s ease;pointer-events:none}.profile-candidate__mapNode:hover:not(.is-locked) .profile-candidate__mapNodeGlow{opacity:1}.profile-candidate__mapNode--orbitIn{animation:orbitNodeIn .7s cubic-bezier(.22,1,.36,1) backwards;animation-delay:calc(var(--orbit-n, 0) * 55ms)}@keyframes orbitNodeIn{0%{opacity:0;transform:translateY(12px) scale(.96);filter:blur(4px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}.profile-candidate__mapNode--spine{min-width:200px;padding:.78rem 1.6rem}.profile-candidate__mapNode--spine .profile-candidate__mapNodeLabel{font-weight:600;font-size:.95rem;letter-spacing:-.02em}.profile-candidate__mapNode--hub{margin-top:.5rem;min-width:210px;padding:.88rem 1.75rem;border-width:1px;border-color:#38bdf859;background:#082f498c;box-shadow:0 0 40px #38bdf81f,0 8px 32px #0206178c,inset 0 1px #ffffff14}.profile-candidate__mapNode--hub.is-value-filled{border-color:#38bdf88c}.profile-candidate__mapNodeLabel{position:relative;z-index:1;font-weight:600;font-size:.92rem;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.profile-candidate__mapNode.is-value-filled{background:linear-gradient(135deg,#082f49d9,#0e749073);border-color:#38bdf880;color:#f0f9fffa;box-shadow:0 0 0 1px #38bdf826,0 12px 40px #0ea5e91f,0 4px 24px #02061780}.profile-candidate__mapNode:hover:not(.is-locked){transform:translateY(-3px) scale(1.01);border-color:#7dd3fc8c;box-shadow:0 0 40px #38bdf826,0 16px 48px #020617a6}.profile-candidate__mapNode.is-active{border-color:#38bdf8d9;box-shadow:0 0 0 3px #38bdf833,0 20px 50px #0ea5e92e}.profile-candidate__mapNode.is-locked{opacity:.42;cursor:not-allowed;filter:grayscale(.35)}.profile-candidate__mapRivals{display:flex;flex-wrap:wrap;gap:.65rem;align-items:flex-start;margin-top:.75rem;padding-left:0}@media (max-width: 720px){.profile-candidate__mapRivals{padding-left:0}}.profile-candidate__formCard{position:relative;z-index:1;padding:0;margin:0;background:transparent;border:none;box-shadow:none}.profile-candidate__formCard>.profile-candidate__formSection:not(:first-child){margin-top:1.25rem}.profile-candidate__fieldLabel{display:block;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#64748b;margin-bottom:.5rem}.profile-candidate__fieldLabel--inline{margin-bottom:0}.profile-candidate__formSection{position:relative}.profile-candidate__formSection--electionType{z-index:50}.profile-candidate__formSection--state{z-index:40}.profile-candidate__formSection--constituency{z-index:30}.profile-candidate__formSection--party{z-index:20}.profile-candidate__formSection--candidate{z-index:15}.profile-candidate__formSection--opponents{z-index:10}.profile-candidate__formSection--complete{z-index:1}.profile-candidate__opponentsHeader{margin-bottom:.35rem;align-items:center}.profile-candidate__opponentsSubLabel{display:block;margin-top:.85rem;margin-bottom:.35rem;font-size:.78rem;font-weight:650;letter-spacing:.04em;color:#64748b}.profile-candidate__opponentsSubLabel:first-of-type{margin-top:.5rem}.profile-candidate__opponentRow{border-radius:10px;border:1px solid #e2e8f0;background:#fff;overflow:hidden}.profile-candidate__opponentRow--expandable{padding:0}.profile-candidate__focusRoot{position:relative;z-index:2;width:100%;max-width:none;margin:0 auto;padding:.25rem 0 1rem}.profile-candidate__focusRoot .profile-candidate__activePanel{width:100%}.profile-candidate__node--mini{padding:.5rem .65rem;opacity:.96}.profile-candidate__node--mini .profile-candidate__nodeDot{width:11px;height:11px}.profile-candidate__node--current{border-width:2px;border-color:#1d9bffa6!important;box-shadow:0 0 0 1px #ffffffa6 inset,0 8px 28px #1d9bff24}.profile-candidate__activePanel{flex:1;min-width:0;position:relative}.profile-candidate__focusCard.card{width:100%;box-sizing:border-box;border-radius:16px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 1px 2px #0f172a0d;padding:1.5rem 1.5rem 1.75rem}.profile-candidate__focusCard .profile-candidate__title{font-weight:600;letter-spacing:-.025em;color:#0f172a}.profile-candidate--flow-focus .profile-candidate__panelHeader{margin-bottom:1.25rem}.profile-candidate__rivals--focus{width:100%;max-width:none}.profile-candidate__pickCards{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:.15rem}@media (max-width: 560px){.profile-candidate__pickCards{grid-template-columns:1fr}}.profile-candidate__pickCard{position:relative;display:flex;flex-direction:row;align-items:flex-start;gap:.75rem;text-align:center;border-radius:12px;padding:1.1rem 1rem 1.35rem;min-height:7.5rem;border:1px solid #e2e8f0;background:#fff;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.profile-candidate__pickCard:hover{border-color:#cbd5e1;box-shadow:0 4px 14px #0f172a0f}.profile-candidate__pickCard.is-selected{border-color:#94a3b8;background:#f8fafc;box-shadow:0 0 0 1px #94a3b840}.profile-candidate__pickCardRadio{flex:0 0 auto;width:18px;height:18px;margin-top:3px;border-radius:50%;border:2px solid #cbd5e1;background:#fff;box-shadow:none}.profile-candidate__pickCard.is-selected .profile-candidate__pickCardRadio{background:#fff;border-color:#fff;box-shadow:inset 0 0 0 3px #fff}.profile-candidate__pickCardBody{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;min-width:0}.profile-candidate__pickCardTitle{display:block;font-weight:700;font-size:1.02rem;line-height:1.25;color:#0f172a;max-width:none}.profile-candidate__pickCardHint{display:block;font-size:.8rem;color:#64748b;line-height:1.35;max-width:none}.profile-candidate__electionTypeRow{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;gap:.75rem;margin-top:0;width:100%}.profile-candidate .profile-candidate__electionTypeBtn{flex:0 1 auto;max-width:260px;min-width:0;min-height:2.375rem;padding:.45rem 1rem;font-size:.875rem;line-height:1.35;gap:.5rem;white-space:normal;text-align:left;justify-content:flex-start}.profile-candidate__electionTypeDot{flex-shrink:0;color:currentColor;opacity:.95}.profile-candidate__electionTypeLabel{min-width:0;text-align:left;font-size:inherit}.profile-candidate__stateField{margin-top:.75rem}.profile-candidate__stateError{margin-top:.5rem}.profile-candidate__constituencyField{margin-top:.75rem}.profile-candidate__constituencyError{margin-top:.5rem}.profile-candidate__partyField{margin-top:.75rem}.profile-candidate__partyLoading{margin-bottom:.5rem;color:#64748b}.profile-candidate__partyError{margin-top:.5rem}.profile-candidate__partySearchableSelect .searchable-select-footer,.profile-candidate__candidateSearchableSelect .searchable-select-footer{border-top:1px solid var(--color-border, #e2e8f0);padding:.65rem .75rem;background:var(--color-surface, #ffffff)}.profile-candidate__partySearchableSelect .searchable-select-footer-btn,.profile-candidate__candidateSearchableSelect .searchable-select-footer-btn{width:100%;padding:.6em 1.2em;border-radius:var(--radius-pill, 9999px);border:none;font-weight:500;font-size:1em;font-family:var(--font-sans, inherit);cursor:pointer;transition:background-color var(--transition, .22s ease),box-shadow var(--transition, .22s ease),transform var(--transition, .22s ease);display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(180deg,var(--color-primary, #5c6bc0) 0%,var(--color-primary-hover, #4f5cb3) 100%);color:#fff;box-shadow:var(--shadow-sm, 0 1px 2px rgba(74, 85, 162, .06)),0 2px 8px #5c6bc059}.profile-candidate__partySearchableSelect .searchable-select-footer-btn:hover,.profile-candidate__candidateSearchableSelect .searchable-select-footer-btn:hover{background:linear-gradient(180deg,var(--color-primary-hover, #4f5cb3) 0%,#434ea0 100%);box-shadow:var(--shadow-md, 0 4px 24px rgba(74, 85, 162, .08));transform:translateY(-1px)}.profile-candidate__partySearchableSelect .searchable-select-footer-btn:focus-visible,.profile-candidate__candidateSearchableSelect .searchable-select-footer-btn:focus-visible{outline:none;box-shadow:var(--shadow-sm),0 2px 8px #5c6bc059,0 0 0 3px var(--color-primary-muted, rgba(92, 107, 192, .12))}.profile-candidate__partySearchableSelect .searchable-select-footer-btn .searchable-select-footer-icon,.profile-candidate__candidateSearchableSelect .searchable-select-footer-btn .searchable-select-footer-icon{color:inherit;opacity:1;font-size:1em}.profile-candidate__opponentsEditor{margin-top:.5rem;padding:.85rem .95rem;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc}.profile-candidate__opponentsEditorTitle{font-weight:650;margin-bottom:.5rem;color:#0f172a}.profile-candidate__opponentsEditorEmpty{color:#64748b;margin:.25rem 0 .75rem}.profile-candidate__opponentsEditorList{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.profile-candidate__opponentsEditorRow{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.6rem .65rem;border-radius:10px;background:#fff;border:1px solid #e2e8f0}.profile-candidate__opponentsEditorRowText{min-width:0}.profile-candidate__opponentsEditorRowTitle{font-weight:650;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-candidate__opponentsEditorRowSub{font-size:.9rem;color:#0f172ab8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-candidate__opponentsEditorAdd{margin-top:.5rem;display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.profile-candidate__opponentsEditorAddActions{grid-column:1 / -1;display:flex;justify-content:flex-end}.profile-candidate__opponentsFormDivider{grid-column:1 / -1;margin-top:.25rem;margin-bottom:-.25rem;font-size:.9rem;font-weight:600;color:#6b7280}.profile-candidate__oppositionsError{margin-top:.5rem}.profile-candidate__opponentsHint{color:#64748b;font-size:.9rem}.profile-candidate__opponentsEmpty{margin-top:.5rem;color:#64748b}.profile-candidate__opponentsList{margin-top:.75rem;display:flex;flex-direction:column;gap:.75rem}.profile-candidate__opponentHeaderStatic{width:100%;box-sizing:border-box;display:flex;align-items:center;gap:.65rem;padding:.85rem .95rem}.profile-candidate__opponentHeader{width:100%;box-sizing:border-box;display:flex;align-items:center;gap:.65rem;padding:.85rem .95rem;border:0;background:transparent;cursor:pointer;text-align:left;font:inherit;color:inherit}.profile-candidate__opponentHeader:focus-visible{outline:2px solid #0f172a;outline-offset:2px}.profile-candidate__opponentChevron{flex:0 0 auto;color:#64748b;display:grid;place-items:center}.profile-candidate__opponentAvatar{flex:0 0 auto;display:grid;place-items:center}.profile-candidate__opponentAvatarImg{width:38px;height:38px;border-radius:999px;border:1px solid var(--color-border, #e2e8f0);background:var(--color-surface, #ffffff);object-fit:contain;display:block}.profile-candidate__opponentHeaderText{min-width:0;display:flex;flex-direction:column;gap:.15rem;flex:1}.profile-candidate__opponentActions{flex:0 0 auto;margin-left:.5rem}.profile-candidate__opponentNameRow{display:flex;align-items:center;justify-content:space-between;gap:.6rem;min-width:0}.profile-candidate__opponentName{font-weight:650;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-candidate__opponentParty{font-size:.9rem;color:#0f172ab8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-candidate__opponentPartyMuted{color:#0f172a80}.profile-candidate__opponentChips{flex:0 0 auto;display:inline-flex;gap:.35rem;flex-wrap:wrap;justify-content:flex-end}.profile-candidate__opponentChip{font-size:.7rem;font-weight:700;letter-spacing:.02em;padding:.18rem .45rem;border-radius:999px;border:1px solid rgba(148,163,184,.35);background:#f8fafce6;color:#334155}.profile-candidate__opponentChip--winner{border-color:#3b82f659;background:#dbeafebf;color:#1d4ed8}.profile-candidate__opponentBody{border-top:1px solid #e5e7eb;background:#fafafa;padding:.75rem .95rem .9rem}.profile-candidate__opponentFacts{display:grid;grid-template-columns:1fr 1fr;gap:.6rem .9rem}@media (max-width: 640px){.profile-candidate__opponentFacts{grid-template-columns:1fr}}.profile-candidate__opponentFact{display:flex;flex-direction:column;gap:.1rem;min-width:0}.profile-candidate__opponentFactLabel{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8}.profile-candidate__opponentFactValue{font-size:.9rem;color:#0f172a;line-height:1.3;word-break:break-word}.profile-candidate__candidateIntro{margin-bottom:.75rem;color:#334155;line-height:1.45}.profile-candidate__candidateLoading{margin-bottom:.5rem;color:#64748b}.profile-candidate__candidateField{margin-top:.75rem}.profile-candidate__manualCandidate{margin-top:1rem;padding:1rem;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc}.profile-candidate__manualCandidateTitle{display:block;margin-bottom:.65rem;font-size:.78rem;font-weight:650;letter-spacing:.04em;color:#64748b}.profile-candidate__manualCandidateActions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.profile-candidate__manualCandidateGrid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}@media (max-width: 640px){.profile-candidate__manualCandidateGrid{grid-template-columns:1fr}}.profile-candidate__manualCandidateGrid .profile-candidate__manualCandidateCasteFull,.profile-candidate__manualCandidateGrid .profile-candidate__manualCandidatePrimaryLanguage{grid-column:1 / -1}.profile-candidate__primaryLanguageHint{margin:0 0 .5rem;font-size:.8125rem;line-height:1.45;color:#64748b}.profile-candidate__candidateError{margin-top:.5rem}.profile-candidate__nextStepActions{margin-top:.35rem;display:flex;justify-content:flex-start}.profile-candidate__profileCompleteStatus{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem}.profile-candidate__profileCompleteIcon{color:#22c55e;line-height:1;display:flex;justify-content:center}.profile-candidate__profileCompleteLabel{margin:0;font-weight:500;color:#334155}.profile-candidate__wires{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}.profile-candidate__wire{fill:none;stroke-width:4.25;stroke-linecap:round;stroke-linejoin:round;opacity:.95;stroke-dasharray:999;stroke-dashoffset:0}.profile-candidate__wire.is-pending{opacity:.88}.profile-candidate__wire.is-wave{stroke-dasharray:none!important;animation:mapWireFlow 2.8s ease-in-out infinite}@keyframes mapWireFlow{0%,to{stroke-opacity:.82}50%{stroke-opacity:1}}.profile-candidate--flow-map .profile-candidate__wire--flowDash{stroke-width:3.1;stroke-dasharray:9 7;stroke-linecap:round;filter:none!important}.profile-candidate--flow-map .profile-candidate__wire--flowDash.is-wave{stroke-dasharray:9 7!important;animation:mapWireFlow 2.8s ease-in-out infinite}.profile-candidate--flow-map .profile-candidate__wire--flowDash.is-pending{stroke-dasharray:7 9;opacity:.82}.profile-candidate--flow-map .profile-candidate__mapZoneLabel,.profile-candidate--flow-map .profile-candidate__mapZoneLabel--rival{color:#64748b}@keyframes waterStrokeOpacity{0%,to{stroke-opacity:.78}50%{stroke-opacity:1}}.profile-candidate__wire.is-water.is-active-flow{stroke-dasharray:none!important;animation:focusWirePulse 2.2s ease-in-out infinite}@keyframes focusWirePulse{0%,to{stroke-opacity:.88}50%{stroke-opacity:1}}.profile-candidate__wire.is-filled.is-anim{stroke-dasharray:14 10;animation:wireDash .75s linear infinite}.profile-candidate__wire--chFan{stroke-width:3.35}.profile-candidate__wire--rival{stroke-width:3.5}.profile-candidate__wire--rival.is-rival-flow{stroke-dasharray:none!important;animation:rivalWireFlow 2.4s ease-in-out infinite}@keyframes rivalWireFlow{0%,to{stroke-opacity:.88}50%{stroke-opacity:1}}@keyframes wireDash{0%{stroke-dashoffset:0}to{stroke-dashoffset:-48}}.profile-candidate__nodes{position:relative;display:flex;flex-direction:column;gap:.75rem}.profile-candidate__node{position:relative;border:1px solid rgba(0,0,0,.08);border-radius:14px;background:#ffffffc7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.75rem .9rem;display:flex;gap:.75rem;align-items:center;text-align:left;cursor:pointer;transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease}.profile-candidate__node:hover{transform:translateY(-1px);border-color:#1d9bff73;box-shadow:0 10px 30px #1d9bff1f}.profile-candidate__node.is-active{border-color:#1d9bffbf;box-shadow:0 12px 34px #1d9bff2e}.profile-candidate__node.is-locked{opacity:.55;cursor:not-allowed}.profile-candidate__nodeDot{width:14px;height:14px;border-radius:999px;background:#1d9bff;box-shadow:0 0 0 5px #1d9bff29;flex:0 0 auto}.profile-candidate__node.is-done .profile-candidate__nodeDot{background:#1d9bff;box-shadow:0 0 0 6px #1d9bff38}.profile-candidate__nodeText{display:flex;flex-direction:column;gap:.125rem;min-width:0}.profile-candidate__nodeTitle{font-weight:650;color:#0f172a;line-height:1.2}.profile-candidate__nodeValue{color:#0f172ab8;font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-candidate__panel{position:relative}.profile-candidate__panelHeader{margin-bottom:1rem}.profile-candidate__rivals{margin-top:.5rem;display:flex;flex-direction:column;gap:.6rem}.profile-candidate__mapCol--opp .profile-candidate__rivalCard{width:100%;max-width:320px;background:linear-gradient(145deg,#1e0a1cbf,#0f172ad1);border-color:#fb718561;box-shadow:0 0 0 1px #ffffff0a inset,0 12px 36px #0206178c}.profile-candidate__mapCol--opp .profile-candidate__rivalCard:hover{border-color:#fb71858c;box-shadow:0 0 0 1px #fb71851f inset,0 16px 44px #be185d33}.profile-candidate__mapCol--opp .profile-candidate__rivalName{color:#fef2f8f5}.profile-candidate__mapCol--opp .profile-candidate__rivalParty{color:#fbcfe8d1}.profile-candidate__mapCol--opp .profile-candidate__rivalParty--muted{color:#94a3b8bf}.profile-candidate__rivalCard{border:1px solid rgba(244,63,141,.28);background:linear-gradient(135deg,#fffffff2,#fdf2f8bf);border-radius:16px;padding:.75rem .85rem;display:flex;gap:.75rem;align-items:center;box-shadow:0 1px 2px #be185d0f,0 8px 22px #be185d12;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.profile-candidate__rivalCard:hover{transform:translateY(-1px);border-color:#f43f8d6b;box-shadow:0 2px 4px #be185d14,0 12px 28px #be185d1a}.profile-candidate__avatar{width:38px;height:38px;border-radius:999px;display:grid;place-items:center;background:radial-gradient(circle at 30% 30%,var(--color-accent, #ffab91) 0%,#ffccbc 100%);color:var(--color-text, #1e293b);font-weight:750;letter-spacing:.02em;box-shadow:0 0 0 4px color-mix(in srgb,var(--color-accent, #ffab91) 38%,transparent);flex:0 0 auto}.profile-candidate__select--blueAvatar .searchable-select-avatar{background:radial-gradient(circle at 30% 30%,var(--color-primary, #5c6bc0) 0%,var(--color-primary-hover, #4f5cb3) 100%);box-shadow:0 0 0 4px var(--color-primary-muted, rgba(92, 107, 192, .12))}.profile-candidate__select--blueAvatar .searchable-select-avatar-letter{color:#fff}.profile-candidate__select--blueAvatar .searchable-select-avatar img{background:#fff;border-radius:inherit}.profile-candidate__rivalMeta{min-width:0}.profile-candidate__rivalName{font-weight:650;color:#0f172a;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-candidate__rivalParty{font-size:.85rem;color:#0f172ab3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-candidate__rivalParty--muted{color:#0f172a80}.profile-candidate__header{margin-bottom:1.25rem}.profile-candidate__error{color:#b00020;margin:0 0 1rem;font-size:.9rem}.profile-candidate__newParty{margin-top:1rem;padding:1rem 1.1rem;border-radius:12px;border:1px solid #e5e7eb;background:#fafafa;display:flex;flex-direction:column;gap:.75rem}.profile-candidate__newPartyTitle{font-weight:600;color:#334155}.profile-candidate__addPartyModalFields{display:flex;flex-direction:column;gap:.75rem}.profile-candidate__addPartyModalError{margin:0 0 .25rem}.profile-candidate__newPartyActions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.25rem}.profile-candidate__symbolField{display:flex;flex-direction:column;gap:.5rem}.profile-candidate__symbolField .profile-candidate__hint{margin-top:0}.profile-candidate__symbolLabel{font-size:.875rem;font-weight:500;color:#000}.profile-candidate__symbolUpload{position:relative;width:100%}.profile-candidate__symbolInputHidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.profile-candidate__symbolDropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;padding:1.1rem 1rem;border-radius:12px;border:1px dashed #94a3b8;background:linear-gradient(180deg,#fafafa,#f4f4f5);cursor:pointer;text-align:center;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}.profile-candidate__symbolDropzone:hover:not(.profile-candidate__symbolDropzone--disabled){border-color:#0f172a;background:#f8fafc;box-shadow:0 2px 8px #0f172a0f}.profile-candidate__symbolUpload:focus-within .profile-candidate__symbolDropzone{outline:2px solid #0f172a;outline-offset:2px}.profile-candidate__symbolDropzone--disabled{opacity:.55;cursor:not-allowed;pointer-events:none}.profile-candidate__symbolDropzoneIcon{font-size:1.5rem;color:#64748b}.profile-candidate__symbolDropzoneTitle{font-size:.95rem;font-weight:600;color:#0f172a}.profile-candidate__symbolFormats{font-size:.8rem;color:#64748b;line-height:1.3}.profile-candidate__symbolPreview{margin-top:.35rem;display:flex;flex-direction:column;gap:.35rem}.profile-candidate__symbolPreviewLabel{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.profile-candidate__symbolPreviewInner{display:inline-flex;align-items:center;justify-content:center;padding:.5rem;border-radius:10px;border:1px solid #e5e7eb;background:#fff;max-width:100%;align-self:flex-start}.profile-candidate__symbolPreviewInner img{max-height:72px;max-width:140px;width:auto;height:auto;object-fit:contain;display:block}.profile-candidate__hint{color:#666;font-size:.875rem;margin-top:.5rem}.profile-candidate__step{display:flex;flex-direction:column;gap:1rem}.profile-candidate__step--form .profile-candidate__grid{margin-top:.25rem}.profile-candidate__grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 640px){.profile-candidate__grid{grid-template-columns:1fr}}.profile-candidate__grid--tight{gap:.75rem}.profile-candidate__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.profile-candidate__radio-list{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.profile-candidate__radio{display:flex;align-items:center;gap:.5rem;cursor:pointer}.profile-candidate__profile-list{list-style:none;padding:0;margin:.5rem 0 0;display:flex;flex-direction:column;gap:.5rem}.profile-candidate__eciCandidatesYear{margin:.5rem 0 0;font-size:.9em;color:#475569}.profile-candidate__eciCandidatesList{list-style:none;padding:0;margin:.75rem 0 0;display:flex;flex-direction:column;gap:0;max-height:min(50vh,22rem);overflow-y:auto;border:1px solid #e5e7eb;border-radius:10px;background:#f8fafc}.profile-candidate__eciCandidateRow{padding:.65rem .85rem;border-bottom:1px solid #e5e7eb;background:#fff}.profile-candidate__eciCandidateRow:last-child{border-bottom:none}.profile-candidate__eciCandidateMain{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.profile-candidate__eciCandidateName{font-weight:600;color:#0f172a}.profile-candidate__eciWinnerBadge{flex-shrink:0;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .45rem;border-radius:6px;background:#dbeafe;color:#1d4ed8}.profile-candidate__eciCandidateMeta{display:flex;flex-wrap:wrap;align-items:baseline;gap:.25rem .65rem;margin-top:.35rem;font-size:.8125em;color:#64748b}.profile-candidate__history-card{border:1px solid #e0e0e0;border-radius:8px;padding:1rem;margin-bottom:.75rem;background:#fafafa}.profile-candidate__check{display:flex;align-items:center;gap:.5rem;grid-column:1 / -1;font-size:.9rem}.profile-candidate__row-between{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.profile-candidate__switch-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.profile-party{width:100%;max-width:none;margin:0 auto}.profile-party__formCard{position:relative;z-index:1;padding:0;margin:0;background:transparent;border:none;box-shadow:none}.profile-party__formCard>.profile-party__formSection:not(:first-child){margin-top:1.25rem}.profile-party__fieldLabel{display:block;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#64748b;margin-bottom:.5rem}.profile-party__formSection{position:relative}.profile-party__formSection--electionType{z-index:50}.profile-party__formSection--state{z-index:40}.profile-party__formSection--primaryLanguage{z-index:35}.profile-party__formSection--constituency{z-index:30}.profile-party__fieldHint{margin:0 0 .65rem;font-size:.8125rem;line-height:1.45;color:#64748b}.profile-party__primaryLanguageRow{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem}.profile-party__primaryLanguageRow .profile-party__primaryLanguageDropdown{flex:1;min-width:200px}.profile-party__primaryLanguageSaving{font-size:.8125rem;color:#64748b;white-space:nowrap;align-self:center;padding:.25rem 0}.profile-party__formSection--homeConstituency{z-index:25}.profile-party__formSection--party{z-index:20}.profile-party__formSection--opponents{z-index:10}.profile-party__formSection--complete{z-index:1}.profile-party__title{margin-bottom:.5rem}.profile-party__error{color:#b00020;margin:0 0 1rem;font-size:.9rem}.profile-party__electionTypeRow{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;gap:.75rem;margin-top:0;width:100%}.profile-party .profile-party__electionTypeBtn{flex:0 1 auto;max-width:260px;min-width:0;min-height:2.375rem;padding:.45rem 1rem;font-size:.875rem;line-height:1.35;gap:.5rem;white-space:normal;text-align:left;justify-content:flex-start}.profile-party__electionTypeDot{flex-shrink:0;color:currentColor;opacity:.95}.profile-party__electionTypeLabel{min-width:0;text-align:left;font-size:inherit}.profile-party__nextStepHint{color:#64748b;margin-top:.25rem;text-align:center}.profile-party__nextStepActions{margin-top:.35rem;display:flex;justify-content:flex-start}.profile-party__profileCompleteStatus{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem}.profile-party__profileCompleteIcon{color:#22c55e;line-height:1;display:flex;justify-content:center}.profile-party__profileCompleteLabel{margin:0;font-weight:500;color:#334155}.profile-party__stateField,.profile-party__constituencyField,.profile-party__homeConstituencyField,.profile-party__partyField{margin-top:.75rem}.profile-party__partySearchableSelect .searchable-select-footer{border-top:1px solid var(--color-border, #e2e8f0);padding:.65rem .75rem;background:var(--color-surface, #ffffff)}.profile-party__partySearchableSelect .searchable-select-footer-btn{width:100%;padding:.6em 1.2em;border-radius:var(--radius-pill, 9999px);border:none;font-weight:500;font-size:1em;font-family:var(--font-sans, inherit);cursor:pointer;transition:background-color var(--transition, .22s ease),box-shadow var(--transition, .22s ease),transform var(--transition, .22s ease);display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(180deg,var(--color-primary, #5c6bc0) 0%,var(--color-primary-hover, #4f5cb3) 100%);color:#fff;box-shadow:var(--shadow-sm, 0 1px 2px rgba(74, 85, 162, .06)),0 2px 8px #5c6bc059}.profile-party__partySearchableSelect .searchable-select-footer-btn:hover{background:linear-gradient(180deg,var(--color-primary-hover, #4f5cb3) 0%,#434ea0 100%);box-shadow:var(--shadow-md, 0 4px 24px rgba(74, 85, 162, .08));transform:translateY(-1px)}.profile-party__partySearchableSelect .searchable-select-footer-btn:focus-visible{outline:none;box-shadow:var(--shadow-sm),0 2px 8px #5c6bc059,0 0 0 3px var(--color-primary-muted, rgba(92, 107, 192, .12))}.profile-party__partySearchableSelect .searchable-select-footer-btn .searchable-select-footer-icon{color:inherit;opacity:1;font-size:1em}.profile-add-party-modal{overflow:visible}.profile-add-party-modal .confirmation-modal-body{display:flex;flex-direction:column;gap:.75rem;max-height:min(56vh,440px);overflow-y:auto}.profile-party__addPartyModalFields{display:flex;flex-direction:column;gap:.75rem}.profile-party__addPartyModalError{margin:0 0 .25rem}.profile-party__multiSelect{position:relative}.profile-party__multiSelectControl{display:flex;align-items:flex-start;min-height:44px;padding:6px 8px;border:1px solid #d1d5db;border-radius:var(--radius-input);background:#fff;cursor:text;transition:border-color .15s,box-shadow .15s}.profile-party__multiSelectControl:hover{border-color:#9ca3af}.profile-party__multiSelectControl--open{border-color:#0f172a;box-shadow:0 0 0 2px #0f172a14}.profile-party__multiSelectTags{display:flex;flex-wrap:wrap;gap:5px;flex:1;align-items:center}.profile-party__tag{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:6px;background:#f8fafc;border:1px solid #e2e8f0;font-size:14px;line-height:1.4;color:#0f172a;max-width:220px;white-space:nowrap}.profile-party__tagLabel{overflow:hidden;text-overflow:ellipsis}.profile-party__tagRemove{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;padding:0;cursor:pointer;color:#94a3b8;font-size:.7rem;flex-shrink:0;border-radius:3px;transition:color .12s,background .12s}.profile-party__tagRemove:hover{color:#0f172a;background:#0f172a0f}.profile-party__tagRemove:disabled{opacity:.4;cursor:not-allowed}.profile-party__multiSelectInput{flex:1 1 120px;min-width:80px;border:none;outline:none;background:transparent;font-size:.95rem;padding:4px 2px;color:#0f172a}.profile-party__multiSelectInput::placeholder{color:#94a3b8}.profile-party__multiSelectInput:disabled{cursor:not-allowed}.profile-party__multiSelectDropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;max-height:220px;overflow-y:auto;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 4px 16px #0000001a;z-index:50;list-style:none;margin:0;padding:4px 0}.profile-party__multiSelectOption{display:flex;align-items:center;gap:8px;padding:8px 12px;font-size:.92rem;color:#1e293b;cursor:pointer;transition:background .1s}.profile-party__multiSelectOption:hover{background:#f1f5f9}.profile-party__multiSelectOption--selected{background:#f8fafc}.profile-party__multiSelectCheckbox{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1rem;color:#cbd5e1}.profile-party__multiSelectCheckbox--checked{color:#0f172a}.profile-party__savingHint{margin-top:.35rem;font-size:.82rem;color:#64748b}.profile-party__partyLoading{margin-bottom:.5rem;color:#64748b}.profile-party__row-between{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.profile-party__opponentsHint,.profile-party__opponentsEmpty{color:#64748b;font-size:.9rem}.profile-party__opponentsEditor{margin-top:.5rem;padding:.85rem .95rem;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc}.profile-party__opponentsEditorTitle{font-weight:650;margin-bottom:.5rem;color:#0f172a}.profile-party__opponentsEditorEmpty{color:#64748b;margin:.25rem 0 .75rem}.profile-party__opponentsEditorList{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.profile-party__opponentsEditorRow{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.6rem .65rem;border-radius:10px;background:#fff;border:1px solid #e2e8f0}.profile-party__opponentsEditorRowText{min-width:0}.profile-party__opponentsEditorRowTitle{font-weight:650;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-party__opponentsEditorAdd{margin-top:.5rem;display:grid;grid-template-columns:1fr;gap:.75rem}.profile-party__opponentsEditorAddActions{display:flex;justify-content:flex-end}.profile-party__oppositionsError{margin-top:.5rem}.profile-party__opponentsList{margin-top:.75rem;display:flex;flex-direction:column;gap:.75rem}.profile-party__opponentsSubLabel{display:block;margin-top:.85rem;margin-bottom:.35rem;font-size:.78rem;font-weight:650;letter-spacing:.04em;color:#64748b}.profile-party__opponentsSubLabel:first-of-type{margin-top:.5rem}.profile-party__opponentRow{padding:.75rem .85rem;border-radius:10px;border:1px solid #e2e8f0;background:#fff}.profile-party__opponentHeader{display:flex;align-items:center;gap:.65rem}.profile-party__opponentAvatarImg{width:38px;height:38px;border-radius:999px;border:1px solid var(--color-border, #e2e8f0);background:var(--color-surface, #ffffff);object-fit:contain;display:block}.profile-party__opponentHeaderText{min-width:0;display:flex;flex-direction:column;gap:.15rem;flex:1}.profile-party__opponentActions{flex:0 0 auto;margin-left:.5rem}.profile-party__opponentName{font-weight:650;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-party__opponentParty{font-size:.9rem;color:#0f172ab8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-party__opponentPartyMuted{font-size:.9rem;color:#0f172a80}.profile-party__avatar{width:38px;height:38px;border-radius:999px;display:grid;place-items:center;background:radial-gradient(circle at 30% 30%,var(--color-accent, #ffab91) 0%,#ffccbc 100%);color:var(--color-text, #1e293b);font-weight:750;letter-spacing:.02em;box-shadow:0 0 0 4px color-mix(in srgb,var(--color-accent, #ffab91) 38%,transparent);flex:0 0 auto}.profile-party__select--blueAvatar .searchable-select-avatar{background:radial-gradient(circle at 30% 30%,var(--color-primary, #5c6bc0) 0%,var(--color-primary-hover, #4f5cb3) 100%);box-shadow:0 0 0 4px var(--color-primary-muted, rgba(92, 107, 192, .12))}.profile-party__select--blueAvatar .searchable-select-avatar-letter{color:#fff}.profile-party__select--blueAvatar .searchable-select-avatar img{background:#fff;border-radius:inherit}.profile-party__newParty{margin-top:1rem;padding:1rem 1.1rem;border-radius:12px;border:1px solid #e5e7eb;background:#fafafa;display:flex;flex-direction:column;gap:.75rem}.profile-party__newPartyTitle{font-weight:600;color:#334155}.profile-party__newPartyActions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.25rem}.radio-group{display:flex;flex-direction:column;gap:.75rem}.radio-group-label{font-size:.875em;font-weight:500;color:#000}.radio-options{display:flex;flex-direction:column;gap:.75rem}.radio-item{display:flex;align-items:center;gap:.75rem;cursor:pointer}.radio-disabled{opacity:.6;cursor:not-allowed}.radio-input{position:absolute;opacity:0;cursor:pointer}.radio-custom{width:20px;height:20px;border:2px solid #cccccc;border-radius:50%;position:relative;transition:all .25s ease;flex-shrink:0}.radio-input:checked+.radio-custom{border-color:#000}.radio-input:checked+.radio-custom:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;background-color:#000}.radio-input:focus+.radio-custom{box-shadow:0 0 0 3px #0000001a}.radio-label{color:#000;-webkit-user-select:none;user-select:none}.tag-input-wrapper{display:flex;flex-direction:column;gap:.5rem;width:100%}.tag-input-label{font-size:.875em;font-weight:500;color:#000}.tag-input-container{min-height:2.75em;padding:.5em 1em;border-radius:var(--radius-input);border:1px solid #cccccc;background-color:#fff;transition:all .25s ease;box-shadow:0 1px 2px #0000000d,0 2px 4px #0000000a}.tag-input-container:focus-within{border-color:#000;box-shadow:0 2px 4px #00000014,0 4px 8px #0000000f}.tag-input-tags{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;min-height:2rem}.tag-input-tag{display:inline-flex;align-items:center;gap:.5em;padding:.375em .75em;background-color:#1e293b;color:#fff;border-radius:8px;font-size:.875em;font-weight:500;flex-shrink:0;line-height:1.25}.tag-input-remove{background:none;border:none;color:#fff;font-size:1.25em;line-height:1;cursor:pointer;padding:0;margin-left:.25em;display:flex;align-items:center;justify-content:center;width:1.2em;height:1.2em;border-radius:50%;transition:background-color .2s ease}.tag-input-remove:hover{background-color:#fff3}.tag-input-field{flex:1;min-width:120px;border:none;outline:none;background:transparent;font-size:1em;font-family:inherit;color:#000;padding:.25em 0}.tag-input-field::placeholder{color:#999}.tag-input-field:disabled{cursor:not-allowed;opacity:.6}.tag-input-container:has(.tag-input-field:disabled){background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.profile-filler-page{min-height:100vh;background-color:#f5f5f5;display:flex;align-items:flex-start;justify-content:center;padding:2rem;width:100%;box-sizing:border-box}.profile-filler-container{width:100%;max-width:100%;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center}.profile-filler-top-sticky{position:sticky;top:0;z-index:10;width:100%;background-color:#f5f5f5;padding-bottom:.5rem;margin-bottom:0}.profile-filler-nav-row{display:flex;align-items:flex-start;justify-content:space-between;width:100%;max-width:100%;margin-bottom:2rem;gap:1rem}.profile-filler-nav-btn{flex-shrink:0;min-width:100px;display:inline-flex;align-items:center;gap:.35rem}.profile-filler-nav-icon{font-size:.875rem}.profile-filler-header{text-align:center;flex:1;min-width:0}.profile-filler-steps{display:flex;align-items:center;justify-content:center;width:100%;margin-bottom:1.5rem;gap:1rem}.profile-filler-step{display:flex;flex-direction:column;align-items:center;flex:0}.profile-filler-step-dot-line{display:flex;align-items:center}.profile-filler-step-dot{width:8px;height:8px;border-radius:50%;background-color:#ccc;border:2px solid #cccccc;flex-shrink:0}.profile-filler-step-line{flex:0 0 100px;height:1.2px;width:60px;display:inline-block;background-color:#d9d1d1;margin-left:.2rem}.profile-filler-step-label{margin-top:.5rem;font-size:.8rem;color:#666;text-align:center}.profile-filler-step.completed .profile-filler-step-dot,.profile-filler-step.current .profile-filler-step-dot{background-color:#000;border-color:#000}.profile-filler-step.completed .profile-filler-step-line{background-color:#000}.profile-filler-step.current .profile-filler-step-label{color:#000;font-weight:500}@media (max-width: 480px){.profile-filler-nav-row{max-width:100%;flex-wrap:wrap;justify-content:center}.profile-filler-nav-btn{min-width:80px}.profile-filler-steps{gap:.25rem}.profile-filler-step-label{font-size:.7rem}}.profile-filler-title{margin-bottom:.5rem;text-align:center}.profile-filler-contesting-card{background:var(--color-surface, #e8e8e8);border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:1.5rem}.profile-filler-blocking-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#00000080;display:flex;align-items:center;justify-content:center;pointer-events:all}.profile-filler-blocking-overlay-content{background:var(--color-surface, #fff);padding:2rem 2.5rem;border-radius:12px;text-align:center;box-shadow:0 4px 24px #00000026}.profile-filler-subtitle{color:#666;text-align:center}.profile-filler-card{width:80%;padding:2rem;box-shadow:0 2px 8px #0000001a;text-align:left}.profile-filler-form{display:flex;flex-direction:column;gap:1.5rem}.profile-filler-error-general{background-color:#fee;color:#c33;padding:.75rem;border-radius:4px;font-size:.875rem;text-align:left}.profile-filler-type-group{display:flex;flex-direction:column;gap:.75rem}.profile-filler-type-label{font-weight:500;color:#333;margin-bottom:.25rem}.profile-filler-required{color:#dc3545}.profile-filler-actions{display:flex;gap:1rem;margin-top:.5rem;justify-content:flex-end}.profile-filler-actions button{min-width:100px}.profile-filler-bottom-bar{position:fixed;left:0;right:0;bottom:0;z-index:20;background:#f5f5f5f2;border-top:1px solid #e0e0e0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.profile-filler-bottom-inner{margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.profile-filler-bottom-left,.profile-filler-bottom-right{display:flex;align-items:center;gap:.75rem}.profile-filler-bottom-right button{min-width:110px}.profile-filler-step-form,.profile-filler-stack{display:flex;flex-direction:column;gap:1.25rem}.profile-filler-step-form .form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:0}.profile-filler-step-form .textarea-wrapper{margin-bottom:0}.profile-filler-step-form .array-item-card{display:flex;flex-direction:column;gap:1.25rem;padding:1rem;border:1px solid #eee;border-radius:8px;margin-bottom:1rem}.profile-filler-step-form .array-item-card .form-row{margin-bottom:0}.profile-filler-step-form .profile-filler-contesting-card{display:flex;flex-direction:column;gap:1.25rem}.profile-filler-social-number{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:50%;border:1px solid #d0d0d0;font-size:.75rem;font-weight:500;margin-bottom:1rem}.profile-filler-account-row{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:0}.profile-filler-account-input{flex:1;min-width:0}.profile-filler-social-preview{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex-shrink:0;padding-top:1.5rem}.profile-filler-social-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.profile-filler-social-avatar-placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1.25rem;font-weight:600}.profile-filler-social-handle{font-size:.875rem;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.profile-filler-social-divider{height:1px;background-color:#e0e0e0;margin:1.5rem 0}.getting-started-page{min-height:100vh;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;padding:2rem}.getting-started-container{width:100%;max-width:640px;margin:0 auto}.getting-started-card{padding:2.5rem;text-align:center}.getting-started-title{margin-bottom:.75rem}.getting-started-subtitle{color:#6b7280;margin-bottom:1.5rem}.getting-started-profile-summary{margin-bottom:1.5rem}.getting-started-profile-name{margin-bottom:.25rem}.getting-started-profile-type{color:#4b5563}.getting-started-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.getting-started-actions button{width:100%}.team-profile-page{width:100%;margin:0 auto}.team-profile-content{display:flex;flex-direction:column;gap:2rem;width:100%}.team-profile-card{padding:2rem}.team-profile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.team-profile-title{margin:0}.team-profile-actions{display:flex;gap:1rem;flex-wrap:wrap}.team-profile-form{display:flex;flex-direction:column;gap:1.5rem}.team-profile-input{width:100%}.team-profile-form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}@media (max-width: 768px){.team-profile-card{padding:1.5rem}.team-profile-header{flex-direction:column;align-items:flex-start}.team-profile-actions{width:100%}.team-profile-actions button{flex:1}}.filters{display:flex;flex-direction:column;gap:1.5rem}.filter-group{display:flex;flex-direction:column;gap:.75rem}.filter-label{font-size:.875em;font-weight:500;color:#000}.filter-options{display:flex;flex-wrap:wrap;gap:.5rem}.filter-chip{padding:.5em 1em;border-radius:12px;border:1px solid #cccccc;background-color:#fff;color:#000;font-size:.875em;font-weight:500;cursor:pointer;transition:all .25s ease;box-shadow:0 1px 2px #0000000d,0 2px 4px #0000000a}.filter-chip:hover{background-color:#f5f5f5;box-shadow:0 2px 4px #00000014,0 4px 8px #0000000f;transform:translateY(-1px)}.filter-chip-active{background-color:#000;color:#fff;border-color:#000;box-shadow:0 2px 4px #0003,0 4px 8px #00000026}.filter-chip-active:hover{background-color:#333}.progress-bar-wrapper{width:100%}.progress-bar-label{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.875em;color:#000}.progress-bar-track{width:100%;height:8px;background-color:#f5f5f5;border-radius:12px;overflow:hidden}.progress-bar-fill{height:100%;background-color:#000;border-radius:12px;transition:width .3s ease}.slider-wrapper{width:100%}.slider-label-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.slider-label{font-size:.875em;font-weight:500;color:#000}.slider-value{font-size:.875em;color:#666}.slider-input{width:100%;height:8px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#f5f5f5;border-radius:12px;outline:none;cursor:pointer}.slider-input:disabled{opacity:.6;cursor:not-allowed}.slider-input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;background:#000;border-radius:50%;cursor:pointer;box-shadow:0 2px 4px #0003,0 4px 8px #00000026;transition:all .25s ease}.slider-input::-webkit-slider-thumb:hover{background:#333;box-shadow:0 3px 6px #00000040,0 6px 12px #0003;transform:scale(1.1)}.slider-input::-moz-range-thumb{width:20px;height:20px;background:#000;border-radius:50%;cursor:pointer;border:none;box-shadow:0 2px 4px #0003,0 4px 8px #00000026;transition:all .25s ease}.slider-input::-moz-range-thumb:hover{background:#333;box-shadow:0 3px 6px #00000040,0 6px 12px #0003;transform:scale(1.1)}.slider-input::-moz-range-track{background:#f5f5f5;border-radius:12px;height:8px}.radar-chart-wrapper{width:100%}.components-page{width:100%;margin:0 auto}.components-header{margin-bottom:2rem}.components-title{margin-bottom:.5rem}.components-subtitle{color:#666}.components-showcase{display:flex;flex-direction:column;gap:2rem}.component-section{text-align:left}.component-section>h3{margin-bottom:1.5rem}.button-group{display:flex;flex-wrap:wrap;gap:1rem}.input-group,.dropdown-group{display:flex;flex-direction:column;gap:1.5rem}.progress-group{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.slider-group{margin-top:1rem}.loader-group{display:flex;align-items:center;gap:2rem}.notification-wrapper{position:fixed;top:1rem;right:1rem;z-index:10000;display:flex;flex-direction:column;gap:.75rem;pointer-events:none}.notification-wrapper>*{pointer-events:auto}.chart-section{margin-bottom:2rem}.whatsapp-digest-subscribe-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem;border:none;padding:0;background:transparent}.settings-page{width:100%;margin:0 auto}.settings-content{display:flex;flex-direction:column;gap:2rem}.settings-section{padding:2rem}.settings-section-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.section-description{color:#666;margin-bottom:0}.active-services-grouped{margin-top:1rem;display:flex;flex-direction:column;gap:1rem}.active-services-group{display:flex;flex-direction:column;gap:.35rem}.active-services-group-label{font-weight:600;color:#333;font-size:.8125rem;text-transform:uppercase;letter-spacing:.02em;margin:0}.active-services-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.5rem}.active-services-list li{background:#f0f0f0;padding:.35rem .75rem;border-radius:6px;font-size:.9rem}.toggle-switch{position:relative;display:inline-block;width:50px;height:26px;flex-shrink:0}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.3s;border-radius:26px}.toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.toggle-switch input:checked+.toggle-slider{background-color:#2563eb}.toggle-switch input:checked+.toggle-slider:before{transform:translate(24px)}.toggle-status{color:#666;margin-top:.5rem}.warning-text{color:#d97706;margin-top:.5rem;font-size:.875rem}.policies-list{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.policy-link{color:#2563eb;text-decoration:none;font-size:.9375rem;padding:.5rem 0;transition:color .2s;border-bottom:1px solid transparent}.policy-link:hover{color:#1d4ed8;border-bottom-color:#2563eb}.contact-form{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem}.form-actions{display:flex;gap:1rem;margin-top:.5rem}.success-message{background-color:#d1fae5;color:#065f46;padding:1rem;border-radius:8px;margin-bottom:1rem}.danger-zone{border:2px solid #fee2e2;background-color:#fef2f2}.danger-title{color:#dc2626}.danger-actions{margin-top:1rem}.danger-button{color:#dc2626;border-color:#dc2626}.danger-button:hover{background-color:#dc2626;color:#fff}.delete-warning-text{color:#dc2626;margin-bottom:1.5rem;line-height:1.6}.popup-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.confirm-delete-button{color:#dc2626;border-color:#dc2626}.confirm-delete-button:hover{background-color:#dc2626;color:#fff}@media (max-width: 768px){.settings-section-header{flex-direction:column}.toggle-switch{align-self:flex-start}}.logout-page{width:100%;margin:0 auto;display:flex;align-items:center;justify-content:center;min-height:60vh}.logout-card{padding:3rem;width:100%}.logout-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.logout-title{margin-bottom:.5rem}.logout-message{color:#666;line-height:1.6}.logout-actions{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap;justify-content:center}.ap-tabs-container{width:100%}.ap-tabs-container.ap-tabs{display:flex;flex-direction:column;gap:1.5rem}.tabs-bar-root{width:100%}.ap-tabs .tabs-header{display:flex;gap:.5rem}.ap-tabs .tab-button{padding:.75rem 1.5rem;background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-pill);cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:500;color:var(--color-text-secondary);box-shadow:var(--shadow-sm);transition:background-color var(--transition),box-shadow var(--transition),border-color var(--transition),color var(--transition),transform var(--transition);font-family:inherit}.ap-tabs .tab-button-icon{display:inline-flex;align-items:center;line-height:0}.ap-tabs .tab-button-icon svg{width:1.05em;height:1.05em}.ap-tabs .tab-button:hover{color:var(--color-primary);background-color:var(--color-bg-app);border-color:var(--color-primary);box-shadow:var(--shadow-md);transform:translateY(-1px)}.ap-tabs .tab-button:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.ap-tabs .tab-button.tab-active{background:linear-gradient(180deg,var(--color-primary) 0%,var(--color-primary-hover) 100%);color:#fff;border-color:transparent;font-weight:600;box-shadow:var(--shadow-sm),0 2px 8px #5c6bc059}.ap-tabs .tab-button.tab-active:hover{background:linear-gradient(180deg,var(--color-primary-hover) 0%,#434ea0 100%);border-color:transparent;color:#fff;box-shadow:var(--shadow-md)}.ap-tabs .tabs-content{width:100%}.admin-page{box-sizing:border-box;width:100%;max-width:none;min-height:min(100vh,1200px);margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.admin-header{flex-shrink:0}.admin-lead{line-height:1.5;margin:.5rem 0 0;max-width:none}.admin-tabs-layout{flex:1;display:flex;flex-direction:column;gap:1rem;min-height:0;width:100%;align-self:stretch}.admin-tabs-layout .tabs-bar-root{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:4px}.admin-tabs-layout .tabs-header{flex-wrap:wrap;gap:.5rem;min-width:0}.admin-tabs-content.ap-tabs-container{flex:1;width:100%;align-self:stretch;min-height:min(70vh,720px);max-height:none}.admin-tabs-content .tabs-content{width:100%;min-height:min(65vh,680px);display:flex;flex-direction:column;align-items:stretch}.admin-tab-panel{flex:1;display:flex;flex-direction:column;gap:12px;min-height:min(60vh,640px);width:100%;max-width:none;align-self:stretch;box-sizing:border-box}.admin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:12px;margin-bottom:0;align-content:start;width:100%}.admin-grid--tab{flex:1;min-height:0}.admin-grid--tall{min-height:min(55vh,560px)}.admin-card{border:1px solid var(--color-border);border-radius:var(--radius-md);padding:14px 16px;background:var(--color-surface);box-shadow:var(--shadow-sm);min-width:0}.admin-card--flex{display:flex;flex-direction:column;min-height:0;flex:1}.admin-card h3{margin:0 0 10px;font-size:1.05rem}.admin-card-lead{line-height:1.5;margin:0 0 12px;color:var(--color-text-secondary);font-size:.95rem}.admin-card-lead--compact{font-size:.9rem;margin-bottom:10px}.admin-card--context{width:100%}.admin-context-selects{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:10px;max-width:42rem}.admin-context-selects select{padding:8px 10px;border:1px solid var(--color-border);border-radius:var(--radius-input);color:var(--color-text);background:var(--color-surface);font-size:.95rem;width:100%;box-sizing:border-box}.admin-link-button{display:inline-flex;align-items:center;width:fit-content;padding:10px 16px;border-radius:var(--radius-pill);border:1px solid var(--color-border);background:var(--color-primary-muted);color:var(--color-primary);font-weight:600;text-decoration:none;transition:box-shadow var(--transition),transform var(--transition)}.admin-link-button:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.admin-row{display:flex;gap:8px;align-items:center}.admin-row--wrap{flex-wrap:wrap}.admin-col{display:flex;flex-direction:column;gap:8px}.admin-col--max{max-width:28rem;width:100%}.admin-input-grow{flex:1;min-width:0}.admin-input-narrow{width:6rem;flex-shrink:0}.admin-card input,.admin-card select{padding:8px 10px;border:1px solid var(--color-border);border-radius:var(--radius-input);color:var(--color-text);background:var(--color-surface);font-size:.95rem;width:100%;box-sizing:border-box}.admin-card button{padding:8px 12px;border-radius:var(--radius-pill);border:1px solid var(--color-border);background:var(--color-primary-muted);color:var(--color-primary);cursor:pointer;font-size:.95rem;white-space:nowrap}.admin-card button:disabled{opacity:.5;cursor:not-allowed;transform:none}.admin-card select:disabled{opacity:.5;cursor:not-allowed}.admin-list-row{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;padding:6px 0;border-bottom:1px solid var(--color-border)}.admin-list-row:last-child{border-bottom:none}.admin-list-label{flex:1;min-width:0;word-break:break-word}.admin-scroll-list{list-style:disc;margin:8px 0 0;padding:8px 8px 8px 1.35rem;max-height:min(42vh,360px);overflow-y:auto;overflow-x:hidden;border:1px solid var(--color-border);border-radius:var(--radius-input);background:var(--color-bg-app)}.admin-scroll-list--grow{flex:1;max-height:min(52vh,520px);min-height:12rem}.admin-footer-link{margin:.5rem 0 0;flex-shrink:0}@media (max-width: 640px){.ap-tabs .tab-button{padding:.6rem 1rem;font-size:.9rem}.admin-col--max{max-width:none}}.add-voter-page{width:100%;margin:0 auto}.add-voter-card{padding:2rem}.form-title{margin-bottom:2rem;color:#1f2937}.error-message{padding:1rem;margin-bottom:1.5rem;background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px}.add-voter-form{display:flex;flex-direction:column;gap:2rem}.form-section{display:flex;flex-direction:column;gap:1.5rem}.form-section-title{margin-bottom:.5rem;color:#374151;font-weight:600;border-bottom:2px solid #e5e7eb;padding-bottom:.5rem}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;width:100%}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem;padding-top:2rem;border-top:1px solid #e5e7eb}@media (max-width: 768px){.add-voter-card{padding:1.5rem}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column-reverse}.form-actions button{width:100%}}.visitors-page{width:100%;margin:0 auto}.visitors-content{display:flex;flex-direction:column;gap:2rem;width:100%;max-width:100%;box-sizing:border-box}.visitors-stats-card{padding:2rem}.stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.stat-item{text-align:center;padding:1.5rem;background-color:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.stat-number{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#2563eb}.stat-text{color:#666;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.visitors-chart-card{padding:2rem}.visitors-line-chart{width:100%;max-width:100%;box-sizing:border-box}.visitors-line-chart .chart-container{padding:2rem!important;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}.visitors-line-chart .card{padding:0!important;max-width:100%;box-sizing:border-box;overflow:hidden}.visitors-line-chart .chart-content{width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}.visitors-line-chart .chart-content>*{max-width:100%!important;box-sizing:border-box}.add-visit-section-card{padding:2rem;background-color:#f9fafb;border:1px solid #e5e7eb}.add-visit-inline-form{margin-top:1.5rem}.add-visit-inline-form .form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:1rem}.add-visit-inline-form .form-group{display:flex;flex-direction:column}.add-visit-inline-form .form-actions-inline{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.visitors-actions-card{padding:2rem}.section-title{color:#374151;font-weight:600}.search-section{margin-bottom:1.5rem}.visitors-table-container{overflow-x:auto;margin-top:1.5rem}.visitors-table{width:100%;border-collapse:collapse;background-color:#fff}.visitors-table thead{background-color:#f9fafb;border-bottom:2px solid #e5e7eb}.visitors-table th{padding:1rem;text-align:left;font-weight:600;color:#374151;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.visitors-table td{padding:1rem;border-bottom:1px solid #e5e7eb;color:#1f2937}.visitors-table tbody tr:hover{background-color:#f9fafb}.no-data{text-align:center;padding:3rem;color:#6b7280}.status-badge{display:inline-block;padding:.375rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.status-active{background-color:#d1fae5;color:#065f46}.status-scheduled{background-color:#dbeafe;color:#1e40af}.status-completed{background-color:#e5e7eb;color:#374151}.status-no-visits{background-color:#f3f4f6;color:#6b7280}.total-visits{font-weight:600;color:#2563eb;font-size:1rem}.visitor-name-cell{display:flex;align-items:center;gap:.75rem}.visitor-picture-thumbnail{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid #e5e7eb;flex-shrink:0}.visitor-avatar{width:40px;height:40px;border-radius:50%;background-color:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;flex-shrink:0;border:2px solid #e5e7eb}.visitor-name-link{background:none;border:none;color:#2563eb;cursor:pointer;font-size:inherit;font-weight:500;padding:0;text-align:left;text-decoration:underline;transition:color .2s ease}.visitor-name-link:hover{color:#1d4ed8;text-decoration:none}.visitor-name-link:focus{outline:2px solid #2563eb;outline-offset:2px;border-radius:4px}.delete-button{color:#ef4444}.delete-button:hover{background-color:#fee2e2}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.pagination-info{margin:0;color:#374151;font-weight:500;min-width:100px;text-align:center}@media (max-width: 1024px){.visitors-table-container{overflow-x:scroll}.visitors-table{min-width:1200px}}@media (max-width: 768px){.visitors-stats-card,.visitors-chart-card,.visitors-actions-card,.visitors-line-chart .chart-container{padding:1rem}.stats-row{grid-template-columns:repeat(2,1fr)}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.stat-number{font-size:2rem}.table-actions{flex-direction:column;gap:.25rem}.pagination{flex-wrap:wrap;gap:.75rem}.pagination-info{width:100%;order:-1}}@media (max-width: 480px){.stats-row{grid-template-columns:1fr}}.visits-popup .popup-box{max-width:800px;max-height:85vh}.visits-popup-content{display:flex;flex-direction:column;gap:1.5rem}.visitor-info{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background-color:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.visitor-picture-section{display:flex;justify-content:center;margin-bottom:.5rem}.visitor-picture-large{width:120px;height:120px;border-radius:50%;object-fit:cover;border:3px solid #e5e7eb;box-shadow:0 2px 4px #0000001a}.visitor-avatar-large{width:120px;height:120px;border-radius:50%;background-color:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:2rem;border:3px solid #e5e7eb;box-shadow:0 2px 4px #0000001a}.visitor-detail{color:#374151;font-size:.9375rem}.visitor-detail strong{color:#1f2937;font-weight:600;margin-right:.5rem}.visits-list{display:flex;flex-direction:column;gap:1rem}.visits-list-title{color:#374151;font-weight:600;margin-bottom:.5rem}.visits-container{display:flex;flex-direction:column;gap:1rem;max-height:50vh;overflow-y:auto;padding-right:.5rem}.visit-card{padding:1.25rem;border:1px solid #e5e7eb;border-radius:8px;background-color:#fff;transition:box-shadow .2s ease}.visit-card:hover{box-shadow:0 2px 4px #0000001a}.visit-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.visit-date-time{color:#2563eb;font-weight:600;font-size:1rem}.visit-details{display:flex;flex-direction:column;gap:.75rem}.visit-detail-item{display:flex;gap:.5rem;align-items:flex-start}.visit-label{color:#6b7280;font-weight:500;min-width:80px;flex-shrink:0}.visit-value{color:#1f2937;flex:1}.visit-value.followup{color:#059669;font-weight:500}.delete-visit-button{color:#ef4444;font-size:.875rem}.delete-visit-button:hover{background-color:#fee2e2}.no-visits{text-align:center;padding:2rem;color:#6b7280}.visits-container::-webkit-scrollbar{width:6px}.visits-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.visits-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:10px}.visits-container::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media (max-width: 768px){.visits-popup .popup-box{max-width:95%;margin:1rem}.visit-header{flex-direction:column;align-items:flex-start;gap:.5rem}.visit-detail-item{flex-direction:column;gap:.25rem}.visit-label{min-width:auto}}.add-visit-popup .popup-box{max-width:800px;max-height:90vh}.add-visit-form{display:flex;flex-direction:column;gap:1.5rem}.form-section{display:flex;flex-direction:column;gap:1rem}.form-section-title{color:#374151;font-weight:600;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:1rem;border-top:1px solid #e5e7eb;margin-top:.5rem}@media (max-width: 768px){.add-visit-popup .popup-box{max-width:95%;margin:1rem}.add-visit-inline-form .form-row{grid-template-columns:1fr}.add-visit-inline-form .form-actions-inline{flex-direction:column-reverse}.add-visit-inline-form .form-actions-inline button{width:100%}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column-reverse}.form-actions button{width:100%}}.edit-visit-popup .popup-box{max-width:800px;max-height:90vh}.edit-visit-form{display:flex;flex-direction:column;gap:1.5rem}@media (max-width: 768px){.edit-visit-popup .popup-box{max-width:95%;margin:1rem}.edit-visit-form .form-row{grid-template-columns:1fr}.edit-visit-form .form-actions{flex-direction:column-reverse}.edit-visit-form .form-actions button{width:100%}}.add-visitor-popup .popup-box{max-width:800px;max-height:90vh}.edit-visitor-popup .popup-box{max-width:900px;max-height:90vh}.add-visitor-form{display:flex;flex-direction:column;gap:1.5rem}.picture-upload-section{display:flex;flex-direction:column;gap:.75rem}.picture-upload-label{color:#374151;font-weight:500;font-size:.875rem}.picture-upload-content{display:flex;align-items:center}.picture-preview{display:flex;flex-direction:column;align-items:center;gap:.75rem}.picture-preview-image{width:150px;height:150px;border-radius:8px;object-fit:cover;border:2px solid #e5e7eb;box-shadow:0 2px 4px #0000001a}.remove-picture-button{color:#ef4444;font-size:.875rem}.remove-picture-button:hover{background-color:#fee2e2}.verification-badge{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background-color:#10b981;color:#fff;font-size:12px;font-weight:700;line-height:1;flex-shrink:0}@media (max-width: 768px){.add-visitor-popup .popup-box{max-width:95%;margin:1rem}.add-visitor-form .form-actions{flex-direction:column-reverse}.add-visitor-form .form-actions button{width:100%}.picture-preview-image{width:120px;height:120px}}.team-page{width:100%;margin:0 auto}.team-content{display:flex;flex-direction:column;gap:2rem}.team-actions-card{padding:2rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-title{margin-bottom:0}.action-buttons{display:flex;gap:1rem;align-items:center}.error-message{display:flex;align-items:center;margin-bottom:1.5rem;padding:1rem;background-color:#fee2e2;border-radius:8px;border:1px solid #fecaca}.team-table-container{margin-top:2rem;overflow-x:auto}.team-table{width:100%;border-collapse:collapse;background-color:#fff}.team-table thead{background-color:#f9fafb;border-bottom:2px solid #e5e7eb}.team-table th{padding:1rem;text-align:left;font-weight:600;color:#374151;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.team-table td{padding:1rem;border-bottom:1px solid #e5e7eb;color:#374151;font-size:.9375rem}.team-table tbody tr:hover{background-color:#f9fafb}.team-table tbody tr:last-child td{border-bottom:none}.table-actions{display:flex;gap:.5rem;align-items:center}.table-actions .delete-button{color:#dc2626;border-color:#dc2626}.table-actions .delete-button:hover{background-color:#dc2626;color:#fff}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500}.status-badge.status-active{background-color:#d1fae5;color:#065f46}.status-badge.status-inactive{background-color:#fee2e2;color:#991b1b}.team-form{display:flex;flex-direction:column;gap:1.5rem}.form-checkbox{display:flex;align-items:center}.form-checkbox label{display:flex;align-items:center;cursor:pointer}.form-checkbox input[type=checkbox]{width:1.25rem;height:1.25rem;cursor:pointer}.pages-checkbox-list{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background-color:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.page-checkbox-item{display:flex;align-items:center;cursor:pointer;padding:.5rem;border-radius:4px;transition:background-color .2s}.page-checkbox-item:hover{background-color:#f3f4f6}.page-checkbox-item input[type=checkbox]{width:1.25rem;height:1.25rem;cursor:pointer;margin-right:.5rem}@media (max-width: 768px){.team-table-container{overflow-x:scroll}.team-table{min-width:800px}.table-actions{flex-direction:column;gap:.25rem}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.action-buttons{width:100%;flex-direction:column}.action-buttons button{width:100%}}.csv-upload-content{display:flex;flex-direction:column;gap:2rem}.template-section{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background-color:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.template-title{margin-bottom:0;color:#374151}.template-description{color:#6b7280;margin-bottom:.5rem}.template-columns{list-style:none;padding:0;margin:1rem 0;display:flex;flex-direction:column;gap:.75rem}.template-columns li{padding:.5rem;background-color:#fff;border-radius:4px;border-left:3px solid #2563eb;color:#374151}.template-columns li strong{color:#2563eb}.download-template-button{align-self:flex-start;margin-top:.5rem}.upload-section{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background-color:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.upload-title{margin-bottom:0;color:#374151}.upload-description{color:#6b7280}.upload-csv-button{align-self:flex-start;margin-top:.5rem}.csv-upload-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.fei-list{display:flex;flex-direction:column;gap:.75rem;margin-top:.25rem;margin-bottom:.75rem}.fei-card{border:1px solid #e5e7eb;border-radius:6px;padding:.75rem 1rem;border-left-width:4px}.fei-card--positive{border-left-color:#10b981}.fei-card--negative{border-left-color:#ef4444}.fei-card-header{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap;margin-bottom:.35rem}.fei-card-name{font-size:.95rem}.fei-card-relation{font-size:.75rem;padding:.1rem .4rem;border-radius:3px;background:#f3f4f6;color:#6b7280}.fei-card-impact{margin:0;font-size:.9rem;line-height:1.5;color:#374151}.fei-leverage{margin-top:.5rem;padding-top:.4rem;border-top:1px dashed #e5e7eb}.fei-leverage-label{font-weight:600;color:#374151;display:block;margin-bottom:.25rem}.fei-leverage-body{margin:0;font-size:.88rem;line-height:1.5;color:#4b5563}.fei-leverage-list{margin:.15rem 0 0 1.1rem;padding:0}.fei-leverage-list li{margin-bottom:.2rem}.strategy-profile-analysis{display:grid;gap:1rem}.strategy-profile-analysis-card{text-align:center}.strategy-profile-analysis-actions{display:flex;justify-content:center}.strategy-profile-analysis-requirement{margin-bottom:1rem;color:#000000b8}.pa-generating{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem .5rem}.pa-generating-header{display:flex;align-items:center;justify-content:center;gap:.65rem}.pa-generating-spinner{font-size:1.4rem;color:#3b82f6;animation:pa-spin 1s linear infinite;flex-shrink:0}.pa-generating-title{margin:0;color:#1f2937}.pa-generating-current{min-height:1.5rem;text-align:center}.pa-generating-current-text{font-weight:500;color:#3b82f6;margin:0}.pa-generating-current-text--waiting{color:#9ca3af;font-weight:400}.pa-generating-dots:after{content:"";animation:pa-dots 1.4s steps(4,end) infinite}@keyframes pa-dots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}to{content:""}}.pa-generating-bar-track{width:100%;max-width:360px;height:6px;border-radius:3px;background:#e5e7eb;overflow:hidden}.pa-generating-bar-fill{height:100%;border-radius:3px;background:#3b82f6;transition:width .5s ease}.pa-generating-pct{color:#6b7280;margin:0}.pa-stepper-steps{display:flex;align-items:flex-start;justify-content:center;gap:.25rem;flex-wrap:wrap;margin-top:.25rem}.pa-stepper-step{display:flex;flex-direction:column;align-items:center;gap:.35rem;min-width:80px;max-width:110px;opacity:.45;transition:opacity .2s}.pa-stepper-step--active,.pa-stepper-step--done,.pa-stepper-step--failed{opacity:1}.pa-stepper-dot{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600;background:#e5e7eb;color:#6b7280;transition:background .2s,color .2s}.pa-stepper-step--active .pa-stepper-dot{background:#3b82f6;color:#fff}.pa-stepper-step--done .pa-stepper-dot{background:#10b981;color:#fff}.pa-stepper-step--failed .pa-stepper-dot{background:#ef4444;color:#fff}.pa-stepper-label{font-size:.65rem;text-align:center;line-height:1.2;color:#374151}@keyframes pa-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pa-spin{animation:pa-spin 1s linear infinite}.pa-results{display:flex;flex-direction:column;gap:.75rem}.pa-results-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.pa-generated-at{text-align:right;color:#9ca3af;margin-top:.25rem}.pa-regenerate-modal{margin-top:.25rem}.pa-regenerate-modal-intro{display:flex;gap:1rem;align-items:flex-start}.pa-regenerate-modal-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:0 2px 8px #0000001f}.pa-regenerate-modal-copy{flex:1;min-width:0}.pa-regenerate-modal-section-label{margin:0 0 .4rem;font-size:1.05rem;font-weight:600;color:#111827;line-height:1.35}.pa-regenerate-modal-note{margin:0;font-size:.9375rem;line-height:1.6;color:#4b5563}.pa-regenerate-modal-list{margin:1rem 0 0;padding-left:1.2rem;color:#4b5563;font-size:.875rem;line-height:1.55}.pa-regenerate-modal-list li{margin-bottom:.4rem}.pa-regenerate-modal-list li:last-child{margin-bottom:0}@media (prefers-color-scheme: dark){.pa-regenerate-modal-section-label{color:#f9fafb}.pa-regenerate-modal-note,.pa-regenerate-modal-list{color:#d1d5db}}.pa-section{border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;background:#fff;transition:box-shadow .2s,border-color .2s}.pa-section--open{border-color:#d1d5db;box-shadow:0 1px 4px #0000000f}.pa-section-header-wrap{display:flex;align-items:center;gap:.15rem;padding-right:.35rem;background:#fafbfc}.pa-section-header{display:flex;align-items:center;flex:1;min-width:0;padding:.85rem 1rem;background:transparent;border:none;cursor:pointer;text-align:left;transition:background .15s;gap:.75rem}.pa-section-header:hover{background:#f3f4f6}.pa-section-refresh{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:8px;background:transparent;color:#6b7280;cursor:pointer;transition:background .15s,color .15s}.pa-section-refresh:hover:not(:disabled){background:#e5e7eb;color:#3b82f6}.pa-section-refresh:disabled{opacity:.55;cursor:not-allowed}.pa-section-left{display:flex;align-items:center;gap:.65rem;min-width:0}.pa-section-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.pa-section-title{margin:0;font-size:.95rem;font-weight:600;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pa-section-arrow{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#f3f4f6;color:#6b7280;flex-shrink:0;transition:transform .25s ease,background .15s,color .15s}.pa-section-arrow--open{transform:rotate(180deg);background:#e5e7eb;color:#374151}.pa-section-body-wrapper{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.pa-section-body-wrapper--open{grid-template-rows:1fr}.pa-section-body{overflow:hidden;padding:0 1rem;transition:padding .3s ease}.pa-section-body-wrapper--open .pa-section-body{padding:1rem;border-top:1px solid #e5e7eb}.pa-content{display:flex;flex-direction:column;gap:.5rem}.pa-paragraph{line-height:1.65;white-space:pre-line}.pa-sub{margin-top:.75rem;font-weight:600;color:#1f2937}.pa-list{margin:.25rem 0 0 1.25rem;padding:0;display:flex;flex-direction:column;gap:.3rem}.pa-list li{line-height:1.5}.pa-sw-row{display:grid;grid-template-columns:1fr;gap:1rem 1.5rem;align-items:start}@media (min-width: 720px){.pa-sw-row:not(.pa-sw-row--single){grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}.pa-sw-col{min-width:0}.pa-sw-panel{border-radius:12px;border:1px solid #e5e7eb;padding:1rem 1.05rem 1.1rem;min-width:0;height:100%;box-sizing:border-box}.pa-sw-panel--strengths{background:linear-gradient(165deg,#ecfdf5,#fff 42%);border-color:#a7f3d0;box-shadow:0 1px 3px #10b9810f}.pa-sw-panel--weaknesses{background:linear-gradient(165deg,#fef2f2,#fff 42%);border-color:#fecaca;box-shadow:0 1px 3px #ef44440f}.pa-sw-panel-head{margin:0 0 .85rem;padding-bottom:.65rem;border-bottom:1px solid rgba(15,23,42,.08)}.pa-sw-panel-title{margin:0;font-size:.8rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#065f46;line-height:1.3}.pa-sw-panel--weaknesses .pa-sw-panel-title{color:#991b1b}.pa-sw-list--in-panel{margin-top:0;gap:.65rem}.pa-sw-panel .pa-sw-card--constituency{background:#fff;border-radius:10px;box-shadow:0 1px 2px #0f172a0f;margin:0}.pa-sw-panel .pa-sw-card--constituency .pa-sw-card-header{margin-bottom:0}.pa-sw-card-point{font-size:.9rem;font-weight:600;color:#111827;line-height:1.45}.pa-sw-panel .pa-sw-card--constituency .pa-sw-actions{margin-top:.65rem}.pa-sw-panel .pa-sw-hint{display:block;margin:.35rem 0 0;color:#4b5563;font-style:italic;line-height:1.55;font-size:.8125rem}.pa-action{display:block;margin-top:.15rem;color:#4b5563;font-style:italic}.pa-meta-row{display:flex;gap:1.25rem;flex-wrap:wrap;color:#374151;font-size:.875rem}.pa-meta-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.5rem;font-size:.875rem;color:#374151}.pa-demographics-highlights{display:grid;grid-template-columns:1fr;gap:.85rem;margin-bottom:1rem;align-items:stretch}@media (min-width: 720px){.pa-demographics-highlights:not(.pa-demographics-highlights--single){grid-template-columns:minmax(0,.38fr) minmax(0,1fr)}}.pa-demographics-highlights--single{grid-template-columns:1fr}.pa-demographics-highlights .pa-demographics-economy-card{height:100%;box-sizing:border-box}.pa-demographics-population-stat{display:flex;flex-direction:column}.pa-demographics-population-stat .pa-demographics-economy-title{margin-bottom:.35rem;flex-shrink:0}.pa-demographics-population-value{font-size:clamp(1.35rem,3.5vw,1.85rem);font-weight:700;color:#0f172a;line-height:1.2;letter-spacing:-.02em;flex:1;display:flex;align-items:center;min-height:0}.pa-demographics-economy-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:.85rem 1rem;min-width:0}.pa-demographics-economy-title{font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#64748b;margin-bottom:.5rem}.pa-demographics-economy-list{margin:0;padding-left:1.1rem;display:flex;flex-direction:column;gap:.4rem;font-size:.84rem;color:#374151;line-height:1.4}.pa-demographics-economy-list li{padding-left:.15rem}.pa-demography-bar-grid{display:grid;grid-template-columns:1fr;gap:.85rem;margin-bottom:1rem}@media (min-width: 640px){.pa-demography-bar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 960px){.pa-demography-bar-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.pa-demography-bar-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:.65rem .5rem .5rem;min-width:0}.pa-demography-bar-card-title{font-size:.72rem;font-weight:700;color:#374151;text-align:center;margin-bottom:.35rem;letter-spacing:.02em;line-height:1.25}.pa-demography-bar-chart-wrap{width:100%;min-height:80px}.pa-chart-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;margin-bottom:1rem}.pa-chart-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:.75rem .5rem .5rem}.pa-chart-card--wide{grid-column:1 / -1}@media (min-width: 720px){.pa-chart-card--wide{grid-column:span 2}}.pa-chart-title{font-size:.75rem;font-weight:600;color:#4b5563;text-align:center;margin-bottom:.25rem;letter-spacing:.02em}.pa-chart-wrap{width:100%;min-height:200px}.pa-issues-grid{display:grid;grid-template-columns:1fr;gap:.85rem}@media (min-width: 640px){.pa-issues-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.pa-issue-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem 1.05rem;box-shadow:0 1px 2px #0f172a0d;min-width:0;transition:border-color .15s ease,box-shadow .15s ease}.pa-issue-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px #0f172a12}.pa-issue-card-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.65rem}.pa-issue-card-rank{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;padding:0 .45rem;border-radius:8px;background:linear-gradient(135deg,#eef2ff,#e0e7ff);color:#3730a3;font-size:.8rem;font-weight:700;line-height:1;flex-shrink:0}.pa-issue-card-title{margin:0;font-size:.9375rem;font-weight:600;color:#111827;line-height:1.4;letter-spacing:-.01em}.pa-issue-card .pa-issue-card-desc{display:block;margin:.55rem 0 0;color:#6b7280;line-height:1.5;font-size:.8125rem}.pa-issue-card-top .pa-badge{margin-left:0;flex-shrink:0}.pa-badge{display:inline-block;padding:.1rem .45rem;border-radius:4px;font-size:.65rem;font-weight:600;text-transform:uppercase;margin-left:.4rem;vertical-align:middle}.pa-badge--high{background:#fee2e2;color:#b91c1c}.pa-badge--medium{background:#fef3c7;color:#92400e}.pa-badge--low{background:#d1fae5;color:#065f46}.pa-sw-list{display:grid;grid-template-columns:1fr;gap:.75rem;margin-top:.25rem;align-items:start}@media (min-width: 640px){.pa-sw-list:not(.pa-sw-list--in-panel){grid-template-columns:repeat(2,minmax(0,1fr))}}.pa-sw-card{border:1px solid #e5e7eb;border-radius:6px;padding:.75rem 1rem;border-left-width:4px}.pa-sw-card--strength{border-left-color:#10b981}.pa-sw-card--weakness{border-left-color:#ef4444}.pa-sw-card-header{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.35rem}.pa-sw-source{font-size:.65rem;padding:.1rem .35rem;border-radius:3px;background:#f3f4f6;color:#6b7280}.pa-sw-actions{margin-top:.4rem;padding-top:.35rem;border-top:1px dashed #e5e7eb}.pa-sw-actions-label{font-weight:600;color:#374151}.pa-sw-actions ul{margin:.2rem 0 0 1.1rem;padding:0}.pa-sw-actions li{font-size:.82rem;line-height:1.5;color:#4b5563}.pa-election-grid{display:flex;flex-direction:column;gap:.75rem;margin-top:.25rem}.pa-election-card{border:1px solid #e5e7eb;border-radius:6px;padding:.85rem 1rem;border-left-width:4px;border-left-color:#9ca3af;display:flex;flex-direction:column;gap:.4rem}.pa-election--won{border-left-color:#10b981}.pa-election--lost{border-left-color:#ef4444}.pa-election-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;flex-wrap:wrap;margin-bottom:.2rem}.pa-election-title{font-size:.95rem;color:#1f2937}.pa-election-state{color:#6b7280;margin-left:.25rem}.pa-election-tags{display:flex;gap:.35rem;flex-wrap:wrap;align-items:center}.pa-election-tag{font-size:.65rem;padding:.1rem .4rem;border-radius:3px;background:#f3f4f6;color:#6b7280;font-weight:500;white-space:nowrap}.pa-election-result{font-size:.65rem;font-weight:600;text-transform:uppercase;padding:.1rem .45rem;border-radius:3px}.pa-election-result--won{background:#d1fae5;color:#065f46}.pa-election-result--lost{background:#fee2e2;color:#b91c1c}.pa-election-margin{color:#6b7280;font-weight:500}.pa-election-metrics{display:flex;flex-wrap:wrap;gap:.5rem 1rem;font-size:.78rem;color:#4b5563;line-height:1.45}.pa-election-metric strong{color:#374151;font-weight:600;margin-right:.25rem}.pa-ch-hint{display:block;margin-top:.35rem;color:#6b7280;font-style:italic}.pa-election-label{font-weight:600;color:#374151;margin-top:.35rem}.pa-election-takeaway{margin-top:.3rem;padding:.45rem .65rem;background:#fefce8;border-radius:4px;border-left:3px solid #eab308}.pa-division-type{color:#6b7280;margin-bottom:.5rem}.pa-division-type--bar{margin-bottom:0;line-height:1.5}.pa-mandal-meta-bar{padding:.55rem .75rem;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:.5rem}.pa-mandal-meta-bar--note{background:#f8fafc}.pa-mandal-grid{display:grid;grid-template-columns:1fr;gap:.85rem;margin-top:.5rem}@media (min-width: 640px){.pa-mandal-grid{grid-template-columns:repeat(1,minmax(0,1fr))}}@media (min-width: 1024px){.pa-mandal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.pa-mandal-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem 1.05rem;box-shadow:0 1px 3px #0f172a0f;border-left-width:4px;border-left-color:#9ca3af;border-top:1px solid #e5e7eb;min-width:0;transition:box-shadow .15s ease,border-color .15s ease}.pa-mandal-card:hover{box-shadow:0 4px 14px #0f172a14}.pa-mandal--strong{border-left-color:#10b981}.pa-mandal--moderate{border-left-color:#f59e0b}.pa-mandal--weak{border-left-color:#ef4444}.pa-mandal--hostile{border-left-color:#991b1b}.pa-mandal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.65rem;margin-bottom:.75rem;padding-bottom:.65rem;border-bottom:1px solid rgba(15,23,42,.06)}.pa-mandal-title{margin:0;font-size:.9375rem;font-weight:600;color:#111827;line-height:1.35;letter-spacing:-.01em;flex:1;min-width:0}.pa-mandal-support{font-size:.62rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:.28rem .5rem;border-radius:999px;flex-shrink:0;white-space:nowrap}.pa-mandal-support--strong{background:#d1fae5;color:#065f46}.pa-mandal-support--moderate{background:#fef3c7;color:#92400e}.pa-mandal-support--weak{background:#fee2e2;color:#b91c1c}.pa-mandal-support--hostile{background:#fecaca;color:#7f1d1d}.pa-mandal-support--unknown{background:#f3f4f6;color:#4b5563}.pa-mandal-section{margin-bottom:.65rem}.pa-mandal-demo{display:flex;flex-wrap:wrap;gap:.45rem;align-items:stretch}.pa-mandal-demo-stat{flex:1 1 7.5rem;min-width:6.5rem;max-width:100%;padding:.4rem .5rem;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:.2rem}.pa-mandal-demo-stat-label{font-size:.6rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#64748b;line-height:1.2}.pa-mandal-demo-stat-value{font-size:.78rem;font-weight:600;color:#0f172a;line-height:1.35;word-break:break-word}.pa-mandal-demo-tag{font-size:.6875rem;padding:.22rem .5rem;border-radius:6px;background:#eef2ff;color:#4338ca;font-weight:600;white-space:nowrap}.pa-mandal-card .pa-mandal-communities{display:block;margin-top:.5rem;line-height:1.45;color:#4b5563}.pa-mandal-communities .pa-mandal-fact-label{display:block;margin-bottom:.2rem}.pa-mandal-facts{display:flex;flex-direction:column;gap:.45rem}.pa-mandal-facts--viz{gap:.65rem}.pa-mandal-mini-chart{padding:.55rem .6rem;background:#f9fafb;border:1px solid #eef2f7;border-radius:10px;min-width:0}.pa-mandal-mini-chart--fallback{background:#f8fafc}.pa-mandal-mini-chart-title{font-size:.65rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#64748b;margin-bottom:.4rem}.pa-mandal-mini-chart-inner{width:100%;min-width:0}.pa-mandal-mini-chart .pa-mandal-mini-chart-estimated{display:block;margin-top:.35rem;font-size:.65rem;line-height:1.4;color:#92400e;font-style:italic}.pa-mandal-mini-chart .pa-mandal-mini-chart-prose{display:block;margin-top:.45rem;line-height:1.45;color:#6b7280}.pa-mandal-mini-chart .pa-mandal-mini-chart-prose--scroll{max-height:4.75rem;overflow-y:auto;font-size:.75rem;padding-right:.15rem}.pa-mandal-mini-chart--fallback .pa-mandal-mini-chart-prose{max-height:none;font-size:.8125rem}.pa-mandal-issues-block{margin-top:.15rem}.pa-mandal-issues-block .pa-mandal-fact-label{margin-bottom:.4rem}.pa-mandal-issue-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.4rem .5rem}.pa-mandal-issue-list li{margin:0;padding:0;line-height:1.3}.pa-mandal-issue-chip{display:inline-block;max-width:100%;padding:.28rem .55rem;border-radius:999px;font-size:.72rem;font-weight:500;color:#1e3a5f;background:linear-gradient(180deg,#e0f2fe,#dbeafe);border:1px solid #bae6fd;line-height:1.35}.pa-mandal-fact{padding:.45rem .55rem;background:#f9fafb;border-radius:8px;border:1px solid #f3f4f6}.pa-mandal-fact-label{display:block;font-size:.65rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#64748b;margin-bottom:.2rem}.pa-mandal-card .pa-mandal-fact-text{display:block;line-height:1.45;color:#374151}.pa-mandal-recs{margin-top:.75rem;padding:.65rem .7rem;background:#faf5ff;border:1px solid #ede9fe;border-radius:10px}.pa-mandal-recs-label{display:block;font-size:.65rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#6b21a8;margin-bottom:.35rem}.pa-mandal-recs-list{margin:0;padding-left:1.1rem;display:flex;flex-direction:column;gap:.35rem}.pa-mandal-recs-list li{font-size:.8125rem;line-height:1.45;color:#4c1d95}.csv-upload-popup-content{padding:1rem 0}.csv-upload-popup-actions{display:flex;flex-direction:column}.csv-upload-popup-file-section{margin-bottom:1.5rem}.csv-upload-popup-file-input{display:none}.csv-upload-popup-file-picker{display:flex;align-items:center;justify-content:center;padding:1.25rem .75rem;border:2px dotted #1976d2;border-radius:10px;background:#1976d214;cursor:pointer;transition:border-color .14s ease,box-shadow .14s ease,background .14s ease}.csv-upload-popup-file-picker:hover{border-color:#1565c0;background:#1976d21f}.csv-upload-popup-file-picker:focus{outline:none}.csv-upload-popup-file-picker:focus-visible{border-color:#1976d2;box-shadow:0 0 0 3px #1976d22e}.csv-upload-popup-file-picker.is-disabled{cursor:not-allowed;opacity:.7}.csv-upload-popup-file-picker-center{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;text-align:center}.csv-upload-popup-file-icon{color:#1976d2}.csv-upload-popup-file-action{margin:0;font-weight:700;color:#0b3d91}.csv-upload-popup-file-name,.csv-upload-popup-file-placeholder{margin:0;color:#0b3d91;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.csv-upload-popup-footer{display:flex;gap:1rem;justify-content:space-between;margin-top:1.25rem}.csv-upload-popup-result{display:flex;flex-direction:column}.csv-upload-popup-stats{display:flex;gap:1rem;margin-bottom:1rem;padding:.75rem;background-color:#f5f5f5;border-radius:4px}.csv-upload-popup-stats span{font-weight:600;color:#333}.strategy-candidates{display:flex;flex-direction:column;gap:1rem}.strategy-candidates-header{display:flex;flex-direction:column;gap:.75rem}.strategy-candidates-title{margin:0;font-weight:700}.strategy-candidates-tags{display:flex;flex-wrap:wrap;gap:.5rem}.strategy-candidates-tag{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .6rem;border:1px solid #1976d2;border-radius:999px;background:#eaf4ff;font-size:.85rem;line-height:1}.strategy-candidates-tag-label{color:#0b3d91;font-weight:600}.strategy-candidates-tag-value{color:#1976d2;font-weight:800}.strategy-candidates-list{display:flex;flex-direction:column;gap:.75rem}.strategy-candidates-section-header{display:flex;align-items:center;justify-content:space-between;padding:.25rem .1rem}.strategy-candidates-section-title{margin:0;font-weight:700}.strategy-candidates-section-divider{height:1px;width:100%;background:#e7e7e7;margin:.25rem 0}.strategy-candidates-loading,.strategy-candidates-empty{padding:1.25rem}.strategy-candidates-empty--centered{text-align:center}.strategy-candidates-empty-actions{display:flex;justify-content:center;margin-top:1rem}.strategy-candidates-csv-card{padding:1.25rem;border:2px dotted #1976d2;background:#eaf4ff;text-align:center}.strategy-candidates-csv-title{margin:0 0 .75rem;font-weight:600}.strategy-candidates-csv-instructions{margin:0 0 1rem;color:#0b3d91;font-weight:500}.strategy-candidates-csv-actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.strategy-candidates-csv-note{display:block;margin-top:.75rem;color:#0b3d91}.strategy-candidates-empty-subtext{color:#666;margin-top:.35rem}.strategy-candidates-constituency{border:1px solid #e7e7e7;border-radius:12px;background:#fff;overflow:visible}.strategy-candidates-constituency-summary{cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.9rem 1rem;list-style:none;overflow:visible}.strategy-candidates-constituency-summary::-webkit-details-marker{display:none}.strategy-candidates-constituency-left{display:inline-flex;align-items:center;gap:.6rem;min-width:0;overflow:visible}.strategy-candidates-constituency-chevron{flex:0 0 auto;color:#666;transition:transform .16s ease,color .16s ease}.strategy-candidates-constituency[open] .strategy-candidates-constituency-chevron{transform:rotate(180deg);color:#111}.strategy-candidates-constituency-name{font-weight:700;color:#111}.strategy-candidates-constituency-name.is-home{color:#1d4ed8}.strategy-candidates-home-flag-wrap{position:relative;display:inline-flex;align-items:center}.strategy-candidates-home-flag{flex:0 0 auto;color:#2563eb;margin-right:-.25rem}.strategy-candidates-home-flag-tooltip{position:absolute;left:50%;top:-10px;transform:translate(-50%,-100%);background:#0f172af2;color:#fff;font-size:.75rem;padding:.25rem .45rem;border-radius:8px;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .12s ease;z-index:50}.strategy-candidates-home-flag-wrap:hover .strategy-candidates-home-flag-tooltip{opacity:1}.strategy-candidates-constituency-status{padding:.25rem .55rem;border-radius:999px;font-size:.75rem;font-weight:800;border:1px solid transparent;white-space:nowrap}.strategy-candidates-constituency-status.is-linked{background:#e9f7ef;color:#1b5e20;border-color:#cfe9d8}.strategy-candidates-constituency-status.is-unlinked{background:#fff3e0;color:#8a4f00;border-color:#ffe0b2}.strategy-candidates-constituency-body{border-top:1px solid #f0f0f0;padding:.9rem 1rem 1rem;background:#fcfcfc}.strategy-candidates-linked-info{display:flex;flex-direction:column;gap:.35rem}.strategy-candidates-linked-row{margin:0;color:#333}.strategy-candidates-manual-link{display:flex;flex-direction:column;gap:.75rem}.strategy-candidates-manual-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}@media (max-width: 800px){.strategy-candidates-manual-grid{grid-template-columns:1fr}}.strategy-candidates-manual-actions{display:flex;justify-content:flex-end}.strategy-candidates-manual-error{color:#c00;display:block}.strategy-candidates-manual-success{color:#2e7d32;display:block}.strategy-candidates-placeholder{margin:0;color:#666}.strategy-opponents-analysis{display:grid;gap:1rem}.strategy-opponents-analysis-card{text-align:center}.strategy-opponents-analysis-actions{display:flex;justify-content:center}.strategy-opponents-analysis-requirement{margin-bottom:1rem;color:#000000b8}.oa-generating{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem .5rem}.oa-generating-header{display:flex;align-items:center;justify-content:center;gap:.65rem}.oa-generating-spinner{font-size:1.4rem;color:#3b82f6;animation:oa-spin 1s linear infinite;flex-shrink:0}.oa-generating-title{margin:0;color:#1f2937}.oa-generating-current{min-height:1.5rem;text-align:center}.oa-generating-current-text{font-weight:500;color:#3b82f6;margin:0}.oa-generating-current-text--waiting{color:#9ca3af;font-weight:400}.oa-generating-dots:after{content:"";animation:oa-dots 1.4s steps(4,end) infinite}@keyframes oa-dots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}to{content:""}}.oa-generating-bar-track{width:100%;max-width:360px;height:6px;border-radius:3px;background:#e5e7eb;overflow:hidden}.oa-generating-bar-fill{height:100%;border-radius:3px;background:#3b82f6;transition:width .5s ease}.oa-generating-pct{color:#6b7280;margin:0}@keyframes oa-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.oa-results{display:flex;flex-direction:column;gap:1rem}.oa-results-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.oa-generated-at{text-align:right;color:#9ca3af;margin-top:.25rem}.oa-opponent-block{border:1px solid #d1d5db;border-radius:12px;overflow:hidden;background:#fff}.oa-opponent-block--other{border-color:#c4b5fd;background:#faf5ff}.oa-opponent-block-header{padding:.85rem 1rem;background:#f8fafc;border-bottom:1px solid #e5e7eb}.oa-opponent-name{margin:0;color:#1e293b}.oa-opponent-party{font-weight:400;color:#6b7280;margin-left:.5rem;font-size:.9em}.oa-section{border-top:1px solid #e5e7eb;overflow:hidden;transition:box-shadow .2s}.oa-section:first-child,.oa-opponent-block--other .oa-section{border-top:none}.oa-section-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1rem;background:transparent;border:none;cursor:pointer;text-align:left;transition:background .15s;gap:.75rem}.oa-section-header:hover{background:#f3f4f6}.oa-section-left{display:flex;align-items:center;gap:.6rem;min-width:0}.oa-section-icon{width:30px;height:30px;border-radius:7px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.oa-section-title{margin:0;font-size:.9rem;font-weight:600;color:#1f2937}.oa-section-arrow{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:#f3f4f6;color:#6b7280;flex-shrink:0;transition:transform .25s ease,background .15s,color .15s}.oa-section-arrow--open{transform:rotate(180deg);background:#e5e7eb;color:#374151}.oa-section-body-wrapper{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.oa-section-body-wrapper--open{grid-template-rows:1fr}.oa-section-body{overflow:hidden;padding:0 1rem;transition:padding .3s ease}.oa-section-body-wrapper--open .oa-section-body{padding:1rem;border-top:1px solid #e5e7eb}.oa-content{display:flex;flex-direction:column;gap:.5rem}.oa-paragraph{line-height:1.65;white-space:pre-line}.oa-sub{margin-top:.75rem;font-weight:600;color:#1f2937}.oa-sub--accent{display:flex;align-items:center;padding:.4rem .6rem;background:#f0f4ff;border-radius:6px;font-size:.88rem;color:#3730a3}.oa-list{margin:.25rem 0 0 1.25rem;padding:0;display:flex;flex-direction:column;gap:.3rem}.oa-list li{line-height:1.5}.oa-meta-row{display:flex;gap:1.25rem;flex-wrap:wrap;color:#374151;font-size:.875rem}.oa-badge{display:inline-block;padding:.1rem .45rem;border-radius:4px;font-size:.65rem;font-weight:600;text-transform:uppercase;margin-left:.4rem;vertical-align:middle}.oa-badge--high{background:#fee2e2;color:#b91c1c}.oa-badge--medium{background:#fef3c7;color:#92400e}.oa-badge--low{background:#d1fae5;color:#065f46}.oa-support-badge{display:inline-block;padding:.1rem .4rem;border-radius:3px;font-size:.65rem;font-weight:600;text-transform:uppercase}.oa-support-badge--strong{background:#fee2e2;color:#b91c1c}.oa-support-badge--moderate{background:#fef3c7;color:#92400e}.oa-support-badge--weak{background:#d1fae5;color:#065f46}.oa-support-badge--negligible{background:#e5e7eb;color:#6b7280}.oa-opportunity-badge{display:inline-block;padding:.1rem .4rem;border-radius:3px;font-size:.65rem;font-weight:600;text-transform:uppercase;margin-left:.3rem}.oa-opportunity-badge--high{background:#d1fae5;color:#065f46}.oa-opportunity-badge--medium{background:#fef3c7;color:#92400e}.oa-opportunity-badge--low{background:#fee2e2;color:#b91c1c}.oa-sw-list{display:flex;flex-direction:column;gap:.75rem;margin-top:.25rem}.oa-sw-card{border:1px solid #e5e7eb;border-radius:6px;padding:.75rem 1rem;border-left-width:4px}.oa-sw-card--threat{border-left-color:#ef4444;background:#fefafa}.oa-sw-card--opportunity{border-left-color:#10b981;background:#f0fdf9}.oa-sw-card-header{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.35rem}.oa-sw-source{font-size:.65rem;padding:.1rem .35rem;border-radius:3px;background:#f3f4f6;color:#6b7280}.oa-sw-actions{margin-top:.4rem;padding-top:.35rem;border-top:1px dashed #fca5a5}.oa-sw-actions--exploit{border-top-color:#86efac}.oa-sw-actions-label{font-weight:600;color:#374151;display:flex;align-items:center}.oa-sw-actions ul{margin:.2rem 0 0 1.1rem;padding:0}.oa-sw-actions li{font-size:.82rem;line-height:1.5;color:#4b5563}.oa-election-grid{display:flex;flex-direction:column;gap:.75rem;margin-top:.25rem}.oa-election-card{border:1px solid #e5e7eb;border-radius:6px;padding:.85rem 1rem;border-left-width:4px;border-left-color:#9ca3af;display:flex;flex-direction:column;gap:.4rem}.oa-election--won{border-left-color:#10b981}.oa-election--lost{border-left-color:#ef4444}.oa-election-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;flex-wrap:wrap;margin-bottom:.2rem}.oa-election-title{font-size:.95rem;color:#1f2937}.oa-election-tags{display:flex;gap:.35rem;flex-wrap:wrap;align-items:center}.oa-election-tag{font-size:.65rem;padding:.1rem .4rem;border-radius:3px;background:#f3f4f6;color:#6b7280;font-weight:500}.oa-election-result{font-size:.65rem;font-weight:600;text-transform:uppercase;padding:.1rem .45rem;border-radius:3px}.oa-election-result--won{background:#d1fae5;color:#065f46}.oa-election-result--lost{background:#fee2e2;color:#b91c1c}.oa-election-margin{color:#6b7280;font-weight:500}.oa-election-label{font-weight:600;color:#374151;margin-top:.35rem}.oa-election-takeaway{margin-top:.3rem;padding:.45rem .65rem;background:#fefce8;border-radius:4px;border-left:3px solid #eab308}.oa-combined-assessment{margin-top:.75rem;padding:.75rem 1rem;background:#fff7ed;border-radius:6px;border-left:4px solid #f97316}.oa-division-type{color:#6b7280;margin-bottom:.5rem}.oa-mandal-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.75rem;margin-top:.25rem}.oa-mandal-card{border:1px solid #e5e7eb;border-radius:6px;padding:.75rem 1rem;border-top-width:3px;border-top-color:#9ca3af;display:flex;flex-direction:column;gap:.3rem}.oa-mandal--strong{border-top-color:#ef4444}.oa-mandal--moderate{border-top-color:#f59e0b}.oa-mandal--weak{border-top-color:#10b981}.oa-mandal--negligible{border-top-color:#d1d5db}.oa-mandal-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap;margin-bottom:.3rem}.oa-mandal-badges{display:flex;gap:.3rem;align-items:center;flex-wrap:wrap}.oa-mandal-recs{margin-top:.35rem;padding-top:.3rem;border-top:1px dashed #e5e7eb}.oa-mandal-recs-label{font-weight:600;color:#374151}.oa-mandal-recs ul{margin:.15rem 0 0 1.1rem;padding:0}.oa-mandal-recs li{font-size:.8rem;line-height:1.45;color:#4b5563}.oa-other-grid{display:flex;flex-direction:column;gap:.75rem;margin-top:.25rem}.oa-other-card{border:1px solid #e5e7eb;border-radius:6px;padding:.75rem 1rem;background:#fff;display:flex;flex-direction:column;gap:.4rem}.oa-other-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.oa-other-party{color:#6b7280;font-weight:400;margin-left:.35rem}.oa-other-label{font-weight:600;color:#374151;margin-top:.2rem}.suggestions{display:flex;flex-direction:column;gap:1rem}.suggestions-header{margin:0}.suggestions-subtitle{color:#64748b;display:block;margin-top:.35rem}.suggestions-grid{display:grid;gap:.85rem}.suggestions-card-title{margin-bottom:.6rem}.suggestions-list{margin:0;padding-left:1.2rem;display:grid;gap:.45rem}.suggestions-item{line-height:1.45}.suggestions-empty{color:#64748b}.suggestions-placeholder{border-style:dashed}.suggestions-loading{display:flex;align-items:center;gap:.6rem}.strategy-party-analysis{display:grid;gap:1rem}.strategy-party-analysis-card{text-align:center}.strategy-party-analysis-actions{display:flex;justify-content:center}.strategy-party-analysis-requirement{margin-bottom:1rem;color:#000000b8}.cp-container{display:flex;flex-direction:column;gap:1rem;padding:.5rem 0}.cp-plan-strategy-tags{display:flex;flex-wrap:wrap;gap:.35rem .5rem;align-items:center}.cp-strategy-tag{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:999px;font-size:.75rem;font-weight:600;background:#f1f5f9;color:#334155;border:1px solid #e2e8f0}.cp-strategy-tag--budget{background:#ecfeff;color:#0e7490;border-color:#a5f3fc}.cp-strategy-tag--mode{background:#eef2ff;color:#4338ca;border-color:#c7d2fe}.cp-strategy-tag--attr{background:#f5f3ff;color:#6d28d9;border-color:#ddd6fe}.cp-center-card{display:flex;flex-direction:column;align-items:center;padding:2rem 1.5rem}.cp-readiness{display:flex;flex-direction:column;gap:.5rem;width:100%;max-width:420px;margin-bottom:1.25rem}.cp-readiness-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:8px;background:#fef2f2;transition:background .2s}.cp-readiness-item--ok{background:#ecfdf5}.cp-center-actions{display:flex;justify-content:center}.cp-error{color:#ef4444;text-align:center;margin:.5rem 0}.cp-spin{animation:cp-spin 1s linear infinite}@keyframes cp-spin{to{transform:rotate(360deg)}}.cp-dots:after{content:"";animation:cp-dots 1.5s steps(4) infinite}@keyframes cp-dots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}}.cp-generating{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem 1.5rem;background:linear-gradient(135deg,#f5f3ff,#ecfeff);border-radius:16px;border:1px solid #e0e7ff}.cp-generating-header{display:flex;align-items:center;gap:.5rem}.cp-generating-current{min-height:1.5rem}.cp-bar-track{width:100%;max-width:400px;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}.cp-bar-fill{height:100%;background:linear-gradient(90deg,#7c3aed,#3b82f6);border-radius:3px;transition:width .4s ease}.cp-stepper{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:.5rem}.cp-step{display:flex;align-items:center;gap:.375rem;opacity:.5}.cp-step--done,.cp-step--active,.cp-step--failed{opacity:1}.cp-step-dot{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;background:#e2e8f0;color:#64748b}.cp-step--done .cp-step-dot{background:#10b981;color:#fff}.cp-step--active .cp-step-dot{background:#3b82f6;color:#fff}.cp-step--failed .cp-step-dot{background:#ef4444;color:#fff}.cp-step-label{font-size:12px;color:#475569}.cp-plan-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.cp-plan-header-left{display:flex;flex-direction:column;gap:.125rem}.cp-plan-header-right{display:flex;gap:.5rem;align-items:center}.cp-team-card{padding:.875rem 1rem}.cp-team-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.375rem}.cp-team-breakdown{display:flex;flex-wrap:wrap;gap:.375rem}.cp-section{display:flex;flex-direction:column;gap:.5rem}.cp-section-title{display:flex;align-items:center;gap:.375rem;margin-top:.5rem;padding-bottom:.375rem;border-bottom:1px solid #e2e8f0}.cp-card{border:1px solid #e2e8f0;border-left:3px solid #7c3aed;border-radius:10px;background:#fff;overflow:visible;transition:box-shadow .15s}.cp-card:hover{box-shadow:0 2px 8px #0000000f}.cp-card-header{display:flex;flex-direction:column;align-items:stretch;width:100%;padding:.75rem 1rem;background:none;border:none;cursor:pointer;gap:.5rem;text-align:left}.cp-card-header-main{display:flex;align-items:flex-start;justify-content:space-between;width:100%;gap:.75rem;min-width:0}.cp-card-header-left{display:flex;align-items:center;gap:.5rem;min-width:0;flex:1}.cp-card-header-tags{display:flex;flex-wrap:wrap;align-items:center;gap:.375rem;width:100%;min-width:0}.cp-tactical-empty{color:#64748b;line-height:1.45;max-width:52rem}.cp-card-metric-bars{padding:0 1rem .5rem;border-bottom:1px solid #f1f5f9;background:linear-gradient(180deg,#fafbfc,#fff)}.cp-card-metric-bars .pa-demography-bar-card{margin:0}.cp-card-metric-bars .pa-demography-bar-card-title{display:none}.cp-card-phase{width:22px;height:22px;border-radius:50%;background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#475569;flex-shrink:0}.cp-card-title-block{min-width:0;flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:.15rem}.cp-card-title-block .cp-card-title{max-width:100%}.cp-card-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cp-card-title-local{color:#64748b;font-weight:500;line-height:1.35;white-space:normal;max-width:100%}.cp-card-arrow{transition:transform .2s;display:flex;color:#94a3b8}.cp-card-arrow--open{transform:rotate(180deg)}.cp-card-body{padding:0 1rem 1rem;display:flex;flex-direction:column;gap:.75rem;border-top:1px solid #f1f5f9}.cp-card-section{display:flex;flex-direction:column;gap:.25rem}.cp-card-label{font-weight:600;color:#64748b;text-transform:uppercase;font-size:10.5px;letter-spacing:.04em;margin-top:.375rem}.cp-tag{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;border-radius:999px;font-size:11px;font-weight:500;background:#f1f5f9;color:#475569;white-space:nowrap}.cp-tag--cat{background:#fef3c7;color:#92400e}.cp-tag--date{background:#ecfdf5;color:#065f46}.cp-tag--audience{background:#ede9fe;color:#5b21b6}.cp-tag--active{background:#10b981;color:#fff}.cp-tags-row{display:flex;flex-wrap:wrap;gap:.375rem}.cp-list{margin:0;padding-left:1.25rem}.cp-list li{font-size:13.5px;line-height:1.55;color:#334155}.cp-geo-list{list-style:none;padding-left:0}.cp-geo-item{margin-bottom:.65rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}.cp-geo-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.cp-geo-item-head{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;margin-bottom:.2rem}.cp-geo-area{font-weight:600;font-size:13.5px;color:#0f172a}.cp-geo-rationale{display:block;margin-top:.15rem;color:#64748b;line-height:1.45}.cp-risk-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.5rem}.cp-risk-item{padding:.5rem;background:#f8fafc;border-radius:8px}.cp-risk-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.125rem}.cp-risk-name{font-size:12px;font-weight:600;text-transform:capitalize;color:#334155}.cp-risk-pct{font-size:13px;font-weight:700}.cp-popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.cp-popup{background:#fff;border-radius:16px;padding:1.5rem;max-width:480px;width:100%;box-shadow:0 16px 48px #0000002e;max-height:90vh;overflow-y:auto}.cp-popup--wide{max-width:560px}.cp-popup-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.cp-popup-close{background:none;border:none;cursor:pointer;color:#64748b;padding:.25rem}.cp-popup-title{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.cp-popup-subtitle{color:#64748b;margin-bottom:1rem}.cp-popup-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1.25rem}.cp-budget-options{display:flex;flex-direction:column;gap:.5rem}.cp-budget-option{display:flex;flex-direction:column;gap:.125rem;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:10px;background:#fff;cursor:pointer;text-align:left;transition:border-color .15s,background .15s}.cp-budget-option:hover{border-color:#a78bfa}.cp-budget-option--active{border-color:#7c3aed;background:#f5f3ff}.cp-budget-option-label{font-weight:600;font-size:14px;color:#1e293b}.cp-budget-option-desc{font-size:12px;color:#64748b}.cp-version-list{display:flex;flex-direction:column;gap:.5rem}.cp-version-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0}.cp-version-item--active{border-color:#7c3aed;background:#f5f3ff}.cp-version-info{display:flex;flex-direction:column;gap:.125rem}.cp-version-actions{flex-shrink:0}.cp-card-actions{display:flex;flex-wrap:wrap;gap:.375rem;padding:.5rem 0;border-bottom:1px solid #f1f5f9;align-items:center}.cp-status-select{padding:.25rem .5rem;border:1px solid #e2e8f0;border-radius:var(--radius-input);font-size:12px;background:#fff;cursor:pointer}.cp-tag--status-active{background:#dbeafe;color:#1d4ed8}.cp-tag--status-completed{background:#d1fae5;color:#065f46}.cp-tag--status-cancelled{background:#fee2e2;color:#991b1b}.cp-inline-editor{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.cp-inline-row{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.cp-inline-row label{display:flex;align-items:center;gap:.375rem;font-size:12px;color:#475569}.cp-inline-row input,.cp-inline-row select{padding:.3rem .5rem;border:1px solid #e2e8f0;border-radius:var(--radius-input);font-size:13px;background:#fff}.cp-inline-row input[type=date]{width:140px}.cp-inline-actions{display:flex;gap:.375rem;justify-content:flex-end}.cp-remove-btn{background:none;border:none;cursor:pointer;color:#94a3b8;padding:.25rem}.cp-remove-btn:hover{color:#ef4444}.cp-metrics-form{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.5rem}.cp-metrics-form label{display:flex;flex-direction:column;gap:.125rem;font-size:12px;color:#475569}.cp-metrics-form input{padding:.3rem .5rem;border:1px solid #e2e8f0;border-radius:var(--radius-input);font-size:13px;background:#fff}.cp-metrics-row{display:flex;flex-wrap:wrap;gap:.5rem}.cp-metric-pill{display:flex;flex-direction:column;align-items:center;padding:.375rem .75rem;background:#f1f5f9;border-radius:8px;min-width:70px}.cp-metric-pill-label{font-size:10px;font-weight:600;text-transform:uppercase;color:#64748b}.cp-metric-pill-value{font-size:16px;font-weight:700;color:inherit}.cp-tasks-panel{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.cp-tasks-header{display:flex;justify-content:space-between;align-items:center}.cp-tasks-header-actions{display:flex;gap:.375rem;align-items:center}.cp-tasks-list{display:flex;flex-direction:column;gap:.25rem}.cp-task-item{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem;background:#fff;border-radius:6px;border:1px solid #f1f5f9}.cp-task-item--done{opacity:.7}.cp-task-check{background:none;border:none;cursor:pointer;padding:.25rem;flex-shrink:0;margin-top:2px}.cp-task-check-empty{display:block;width:14px;height:14px;border:2px solid #cbd5e1;border-radius:3px}.cp-task-info{flex:1;min-width:0}.cp-task-text--done{text-decoration:line-through;color:#94a3b8}.cp-task-add-form{display:flex;flex-direction:column;gap:.375rem;padding:.5rem;background:#fff;border-radius:8px;border:1px solid #e2e8f0}.cp-task-add-form input,.cp-task-add-form select{padding:.35rem .5rem;border:1px solid #e2e8f0;border-radius:var(--radius-input);font-size:13px;background:#fff;width:100%}.cp-task-add-form .cp-inline-row input,.cp-task-add-form .cp-inline-row select{width:auto;flex:1}.cp-refresh-panel{border:1px solid #bfdbfe;background:#eff6ff;padding:1rem}.cp-refresh-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.cp-refresh-suggestions{display:flex;flex-direction:column;gap:.375rem;margin-bottom:.75rem}.cp-refresh-suggestion{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;cursor:pointer;transition:border-color .15s}.cp-refresh-suggestion--selected{border-color:#3b82f6;background:#f0f9ff}.cp-refresh-suggestion input[type=checkbox]{margin-top:4px;flex-shrink:0}.cp-refresh-suggestion-body{display:flex;flex-direction:column;gap:.125rem}.cp-tag--refresh-refresh{background:#fef3c7;color:#92400e}.cp-tag--refresh-new{background:#d1fae5;color:#065f46}.cp-tag--refresh-deprecate{background:#fee2e2;color:#991b1b}.cp-refresh-actions{display:flex;gap:.375rem;justify-content:flex-end}.cp-add-custom-row{margin-top:.25rem}.cp-custom-textarea{width:100%;padding:.5rem;border:1px solid #e2e8f0;border-radius:var(--radius-input);font-size:13px;font-family:inherit;resize:vertical;min-height:60px;background:#fff}.cp-custom-textarea:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 2px #7c3aed1a}.cp-drag-handle{cursor:grab;color:#94a3b8;flex-shrink:0;margin-right:4px;transition:color .15s}.cp-card:hover .cp-drag-handle{color:#64748b}.cp-card--dragging{opacity:.5;border:2px dashed #7c3aed;background:#f5f3ff}.cp-card--plan-locked{cursor:default}.cp-card-tier-icon{display:inline-flex;align-items:center;flex-shrink:0}.cp-party-sync-banner{border:1px solid #ddd6fe;background:#f5f3ff;margin-bottom:.75rem;padding:.75rem 1rem;border-radius:10px}.cp-party-sync-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.cp-party-sync-item{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;border-top:1px solid #ede9fe}.cp-party-sync-item:first-of-type{border-top:none}.cp-party-sync-item-info{flex:1}.cp-party-sync-campaigns{color:#7c3aed;font-size:12px}.cp-party-sync-actions{display:flex;gap:.375rem;flex-shrink:0}.cp-propagate-row{display:flex;justify-content:flex-end;margin-bottom:.5rem}.cp-action-plan-bar{margin-bottom:.75rem;padding:.75rem 1rem}.cp-action-plan-bar-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem}.cp-action-plan-bar-actions{display:flex;flex-wrap:wrap;gap:.375rem;align-items:center}.cp-card-select{display:inline-flex;align-items:center;margin-right:2px;flex-shrink:0}.cp-card-select input[type=checkbox]{width:16px;height:16px;cursor:pointer}.cp-popup--action-plan{max-width:720px;width:92vw;max-height:90vh;overflow-y:auto}.cp-timeline-table{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.5rem}.cp-timeline-row{display:grid;grid-template-columns:28px 1fr auto auto;gap:.5rem;align-items:center;padding:.5rem;background:#f8fafc;border-radius:8px;font-size:13px}.cp-timeline-order{font-weight:600;color:#64748b}.cp-timeline-title{font-weight:500;min-width:0;overflow:hidden;text-overflow:ellipsis}.cp-timeline-date{display:flex;flex-direction:column;gap:2px;font-size:11px;color:#64748b}.cp-timeline-date input{font-size:12px}.cp-action-plan-task-groups{display:flex;flex-direction:column;gap:.75rem;max-height:42vh;overflow-y:auto}.cp-action-plan-group-title{font-weight:600;color:#475569;margin-bottom:.25rem}.cp-action-plan-task-row{display:flex;gap:.5rem;align-items:flex-start;padding:.5rem;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:.35rem;cursor:pointer}.cp-action-plan-task-row--on{border-color:#7c3aed;background:#faf5ff}.cp-action-plan-task-body{flex:1;min-width:0}.cp-action-plan-task-title-row{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.cp-tag--role{background:#e0e7ff;color:#3730a3;font-size:11px}.cp-action-plan-task-dates{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.35rem;font-size:11px;color:#64748b}.cp-action-plan-task-dates input{font-size:12px;margin-left:4px}.swot{display:flex;flex-direction:column;gap:1rem}.swot-header{margin:0}.swot-subtitle{color:#64748b;display:block;margin-top:.35rem}.swot-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.85rem}.swot-card{border-top:3px solid transparent}.swot-card--strengths{border-top-color:#16a34a}.swot-card--weaknesses{border-top-color:#dc2626}.swot-card--opportunities{border-top-color:#2563eb}.swot-card--threats{border-top-color:#b45309}.swot-card-title{margin-bottom:.6rem}.swot-list{margin:0;padding-left:1.2rem;display:grid;gap:.45rem}.swot-list-item{line-height:1.45}.swot-empty{color:#64748b}.swot-placeholder{border-style:dashed}.swot-loading{display:flex;align-items:center;gap:.6rem}.strategy-topbar-actions-cluster{display:flex;align-items:center;gap:.25rem}.strategy-topbar-settings-btn{background:none;border:none;cursor:pointer;padding:.625rem;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background-color .2s ease;color:#111827}.strategy-topbar-settings-btn[aria-pressed=true]{background-color:#e0e7ff;color:#3730a3}.strategy-topbar-settings-btn:hover{background-color:#f3f4f6}.strategy-topbar-settings-icon{font-size:1.25rem;display:block}.popup-box.strategy-settings-popup{max-width:min(960px,100vw - 2rem);width:100%;text-align:left}.popup-box.strategy-settings-popup .strategy-settings-description{display:block;margin:0 0 1rem;color:#64748b;font-size:14px;line-height:1.55;max-width:62ch}.popup-box.strategy-settings-popup .strategy-settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;padding:1.25rem 0 0;margin-top:.25rem;border-top:1px solid #e2e8f0}.popup-box.strategy-settings-popup .strategy-settings-column{min-width:0}.popup-box.strategy-settings-popup .strategy-settings-subheading{margin:0 0 .75rem;font-weight:600;color:#334155;font-size:14px}.popup-box.strategy-settings-popup .strategy-settings-checklist{display:grid;gap:.625rem}.popup-box.strategy-settings-popup .strategy-settings-option{display:flex;gap:.625rem;align-items:center;cursor:pointer;font-size:14px;color:#1e293b;line-height:1.45}.popup-box.strategy-settings-popup .strategy-settings-option input[type=checkbox]{width:18px;height:18px;min-width:18px;min-height:18px;flex-shrink:0;margin:0;cursor:pointer;accent-color:#2563eb}.popup-box.strategy-settings-popup .strategy-settings-error{color:#dc2626;margin-top:1rem;font-size:14px}.popup-box.strategy-settings-popup .strategy-settings-actions{display:flex;gap:.75rem;margin-top:1.25rem;flex-wrap:wrap;padding-top:1rem;border-top:1px solid #e2e8f0}@media (max-width: 640px){.popup-box.strategy-settings-popup .strategy-settings-grid{grid-template-columns:1fr}.popup-box.strategy-settings-popup .popup-content{padding:1rem 1rem 1.25rem}}.strategy-page{width:100%;margin:0 auto}.strategy-content{display:flex;flex-direction:column;gap:2rem}.strategy-onboarding-wrap{width:100%;max-width:640px;margin:0 auto}.strategy-card.strategy-onboarding-card{padding:2.5rem 2rem;text-align:center}.strategy-onboarding-title{margin:0 0 .75rem}.strategy-onboarding-subtitle{color:#6b7280;margin:0 0 1.5rem;line-height:1.5}.strategy-onboarding-profile{margin-bottom:1.5rem}.strategy-onboarding-name{margin:0 0 .25rem}.strategy-onboarding-type{color:#4b5563;margin:0}.strategy-onboarding-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.strategy-onboarding-actions .btn{width:100%}.strategy-card{padding:2rem;display:flex;flex-direction:column;align-items:stretch;text-align:center}.strategy-card-title{margin-bottom:1rem}.strategy-card-description{margin-bottom:1.5rem;color:#6b7280}.strategy-progress-wrapper{width:100%;margin-bottom:2rem;max-width:1200px;margin-left:auto;margin-right:auto}.strategy-progress-wrapper-content{display:flex;flex-direction:column;gap:2rem}.strategy-progress-container{position:relative;display:flex;flex-direction:column;align-items:center;padding:2rem 1rem;min-height:48px}.strategy-progress-line-wrapper{position:absolute;top:46%;left:0;width:100%;height:4px;background-color:#e5e7eb;border-radius:2px;transform:translateY(-50%);z-index:1}.strategy-progress-line-fill{position:absolute;top:0;left:0;height:100%;background-color:#10b981;border-radius:2px;transition:width .6s ease-in-out;z-index:1}.strategy-progress-items{display:flex;flex-direction:row;justify-content:space-between;width:100%;position:relative;padding:0 .5rem;z-index:2;align-items:center}.strategy-progress-item{position:relative;display:flex;flex-direction:column;align-items:center;flex:1;min-width:0;justify-content:center}.strategy-progress-dot-wrapper{position:relative;flex-shrink:0;z-index:2}.strategy-progress-dot{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out;position:relative}.strategy-progress-dot.completed{background-color:#10b981;border:3px solid #10b981;box-shadow:0 0 0 4px #10b9811a}.strategy-progress-dot.current{background-color:#fff;border:3px solid #d6e2ed;box-shadow:0 0 0 4px #3b82f633;animation:pulse 2s infinite}.strategy-progress-dot.incomplete,.strategy-progress-dot.future{background-color:#fff;border:3px solid #d1d5db}.strategy-progress-check{color:#fff}.strategy-progress-circle-empty{color:#f3f4f6}.strategy-progress-tooltip{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background-color:#1f2937;color:#fff;padding:6px 12px;border-radius:6px;font-size:12px;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease-in-out,visibility .2s ease-in-out;z-index:10;box-shadow:0 2px 8px #00000026}.strategy-progress-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#1f2937}.strategy-progress-dot:hover .strategy-progress-tooltip{opacity:1;visibility:visible}@keyframes pulse{0%,to{box-shadow:0 0 0 4px #3b82f633}50%{box-shadow:0 0 0 8px #3b82f61a}}.strategy-progress-expanded-wrapper{display:flex;justify-content:center;width:100%;margin-top:1rem}.strategy-progress-expanded-card{max-width:600px;width:100%;padding:1.5rem;background-color:#f9fafb;border:2px solid #f1f2f4;animation:slideIn .3s ease-out;text-align:center;display:flex;flex-direction:column;align-items:center}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.strategy-progress-expanded-title{margin-bottom:.75rem;color:#1f2937;font-weight:600;text-align:center}.strategy-progress-expanded-description{margin-bottom:1.25rem;color:#6b7280;line-height:1.6;text-align:center}.strategy-progress-action-button{width:100%;max-width:250px}.strategy-progress-action-buttons{display:flex;gap:1rem;align-items:center;justify-content:center;width:100%;max-width:500px}.strategy-progress-action-buttons .strategy-progress-action-button{flex:1;max-width:none}.strategy-card-actions{display:flex;gap:1rem;align-items:center;justify-content:center;margin-top:1rem}.strategy-button-disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.strategy-card{padding:1.5rem}.strategy-card-actions{flex-direction:column;width:100%}.strategy-card-actions button{width:100%}.strategy-progress-container{padding:1.5rem .5rem}.strategy-progress-items{padding:0 .25rem}.strategy-progress-dot{width:28px;height:28px}.strategy-progress-dot-wrapper{margin-top:-12px}.strategy-progress-expanded-card{padding:1.25rem;max-width:100%}.strategy-progress-action-button{max-width:100%}.strategy-progress-action-buttons{flex-direction:column;max-width:100%}.strategy-progress-action-buttons .strategy-progress-action-button{width:100%}}.strategy-candidate-portrait-wrap{display:flex;justify-content:center;padding:.75rem 1rem 0}.strategy-candidate-portrait-img{width:56px;height:56px;border-radius:50%;object-fit:cover;border:1px solid var(--color-border, #e5e7eb);box-shadow:0 1px 2px #0000000f}.team-settings-page{width:100%;margin:0 auto}.team-settings-content{display:flex;flex-direction:column;gap:2rem;width:100%}.team-settings-section{padding:2rem;margin-bottom:2rem}.section-title{margin-bottom:.5rem}.section-description{color:#666;margin-bottom:1.5rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.password-form{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem}.password-input-wrapper{position:relative}.password-toggle-icon{position:absolute;right:12px;top:38px;background:none;border:none;cursor:pointer;color:#666;padding:.5rem;display:flex;align-items:center;justify-content:center}.password-toggle-icon:hover{color:#000}.password-toggle-icon:disabled{opacity:.5;cursor:not-allowed}.form-input{width:100%}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}.success-message{padding:1rem;background-color:#d4edda;border:1px solid #c3e6cb;border-radius:4px;color:#155724}@media (max-width: 768px){.team-settings-section{padding:1.5rem}.form-actions{flex-direction:column}.form-actions button{width:100%}}.usage-display{padding:1rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1rem}.usage-header{margin-bottom:.75rem}.usage-stats{display:flex;align-items:center;gap:.75rem}.usage-value{font-weight:600;font-size:.875rem;min-width:80px;text-align:right}.usage-bar-container{flex:1;height:8px;background-color:#e5e7eb;border-radius:4px;overflow:hidden}.usage-bar{height:100%;transition:width .3s ease;border-radius:4px}.usage-details{display:flex;gap:1rem;padding-top:.75rem;border-top:1px solid #e5e7eb;font-size:.875rem}.usage-detail-item{display:flex;flex-direction:column;gap:.25rem}.usage-detail-label{color:#6b7280;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.usage-detail-value{font-weight:600;color:#1f2937}.usage-warning{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.social-tracking-page{width:100%;margin:0 auto}.social-tracking-content{display:flex;flex-direction:column;gap:2rem}.social-profiles-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;flex-wrap:wrap;gap:1rem}.social-profiles-grid{display:grid;gap:1.5rem;margin-top:0rem;max-width:100%;grid-template-columns:repeat(4,1fr)}.social-profiles-grid.social-profiles-count-1>*{grid-column:1 / -1}.social-profiles-grid.social-profiles-count-2>*{grid-column:span 2}.social-profiles-grid.social-profiles-count-3{grid-template-columns:repeat(3,1fr)}.social-profiles-grid.social-profiles-count-4>*{grid-column:span 1}.social-tracking-platform-section{padding:1.5rem;border:2px solid #e5e7eb;border-radius:12px;background-color:#fff;display:flex;flex-direction:column}.platform-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.platform-title{color:#374151;font-weight:600;font-size:1.25rem}.platform-account-count{color:#6b7280;font-size:.875rem}.accounts-list{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.account-header{display:flex;flex-direction:column;gap:1rem}.account-info{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.account-id-container{display:flex;align-items:center;gap:.75rem}.account-id{color:#1f2937;font-weight:600;font-size:1.125rem;margin:0}.account-actions{display:flex;align-items:center;gap:1rem}.edit-account-btn{display:flex;align-items:center;justify-content:center;padding:.5rem;background-color:transparent;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;transition:all .2s ease;font-size:.875rem}.edit-account-btn:hover{background-color:#f3f4f6;border-color:#9ca3af;color:#1f2937}.edit-account-btn:active{background-color:#e5e7eb}.account-item{padding:1rem 0}.account-separator{height:1px;background-color:#e5e7eb;margin:.5rem 0}.account-details{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:.5rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.account-detail-item{display:flex;flex-direction:column;gap:.5rem}.detail-label{color:#6b7280;font-weight:500;font-size:.875rem}.detail-value{color:#1f2937;font-size:.875rem}.hashtags-list{display:flex;flex-wrap:wrap;gap:.5rem}.hashtag-tag{display:inline-block;padding:.25rem .75rem;background-color:#dbeafe;color:#1e40af;border-radius:16px;font-size:.875rem;font-weight:500}.news-keywords-cell{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;max-width:100%}.news-keyword-capsule{max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.news-keyword-more{display:inline-block;padding:.25rem .5rem;background-color:#f3f4f6;color:#6b7280;border-radius:16px;font-size:.8125rem;font-weight:600}.track-time-list{display:flex;flex-wrap:wrap;gap:.5rem}.time-tag{display:inline-block;padding:.25rem .75rem;background-color:#fef3c7;color:#92400e;border-radius:16px;font-size:.875rem;font-weight:500}.tracking-dates-list{display:flex;flex-wrap:wrap;gap:.5rem}.date-tag{display:inline-block;padding:.25rem .75rem;background-color:#e0e7ff;color:#3730a3;border-radius:16px;font-size:.875rem;font-weight:500}.successful-runs-container{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.successful-runs-count{color:#1f2937;font-size:.875rem;font-weight:600;margin:0}.successful-runs-note{color:#6b7280;font-size:.75rem;font-style:italic;margin:0}.no-accounts-message{color:#9ca3af;font-style:italic;text-align:center;padding:2rem}.social-tracking-section{padding:2rem}.social-tracking-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.stat-card{padding:2rem;text-align:center}.stat-value{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#2563eb}.stat-label{color:#666;font-size:.9rem}.social-tracking-response-card{padding:2rem}.response-breakdown{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:1.5rem}.response-category{padding:1.5rem;background-color:#f9fafb;border-radius:8px;border-left:4px solid #e5e7eb}.response-category:first-child{border-left-color:#10b981}.response-category:nth-child(2){border-left-color:#f59e0b}.response-category:nth-child(3){border-left-color:#ef4444}.response-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.response-title{margin:0;font-weight:600;color:#374151}.response-percentage{font-weight:700;margin:0}.response-percentage.positive{color:#10b981}.response-percentage.neutral{color:#f59e0b}.response-percentage.negative{color:#ef4444}.hashtags-items{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.hashtag-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background-color:#fff;border-radius:4px}.hashtag-count{color:#6b7280;font-size:.875rem;font-weight:600}.social-tracking-charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.chart-card{padding:1.5rem}.social-tracking-posts-card{padding:2rem}.posts-filters{display:flex;gap:1rem;align-items:flex-end;margin-top:1.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.posts-filters .dropdown-wrapper{flex:1;min-width:150px;max-width:250px}.posts-table-container{overflow-x:auto;margin-top:1rem}.posts-table{width:100%;border-collapse:collapse}.posts-table thead{background-color:#f9fafb}.posts-table th{padding:1rem;text-align:left;font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.posts-table td{padding:1rem;border-bottom:1px solid #e5e7eb;color:#1f2937}.posts-table tbody tr:hover{background-color:#f9fafb}.account-name{font-weight:500;color:#1f2937}.post-content{max-width:300px;color:#4b5563;line-height:1.5}.post-date{color:#6b7280;font-size:.875rem}.sentiment-badge{display:inline-block}.sentiment-positive{padding:.25rem .75rem;background-color:#d1fae5;color:#065f46;border-radius:12px;font-size:.75rem;font-weight:600}.sentiment-neutral{padding:.25rem .75rem;background-color:#fef3c7;color:#92400e;border-radius:12px;font-size:.75rem;font-weight:600}.sentiment-negative{padding:.25rem .75rem;background-color:#fee2e2;color:#991b1b;border-radius:12px;font-size:.75rem;font-weight:600}.social-tracking-data-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.data-card{padding:1.5rem}.data-card-title{margin-bottom:1.5rem;color:#374151;font-weight:600;font-size:1.25rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.data-card-content{display:flex;flex-direction:column;gap:1rem;max-height:500px;overflow-y:auto}.no-data-message{color:#9ca3af;text-align:center;padding:2rem;font-style:italic}.issue-item{padding:1rem;background-color:#f9fafb;border-radius:8px;border-left:4px solid #e5e7eb}.issue-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem}.issue-text{flex:1;color:#1f2937;font-weight:500;line-height:1.5}.priority-badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;white-space:nowrap}.priority-badge.priority-high{background-color:#fee2e2;color:#991b1b}.priority-badge.priority-medium{background-color:#fef3c7;color:#92400e}.priority-badge.priority-low{background-color:#dbeafe;color:#1e40af}.issue-meta{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:.5rem}.issue-count{color:#6b7280;font-size:.875rem}.issue-location{color:#6b7280;font-size:.875rem;font-style:italic}.follower-item{padding:1rem;background-color:#f9fafb;border-radius:8px;border-left:4px solid #3b82f6}.follower-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.follower-username{color:#1f2937;font-weight:600;font-size:.875rem}.follower-engagements{color:#2563eb;font-weight:600;font-size:.875rem}.follower-metrics{display:flex;gap:1rem;flex-wrap:wrap}.metric-item{color:#6b7280;font-size:.875rem}.influencer-item{padding:1rem;background-color:#f9fafb;border-radius:8px;border-left:4px solid #10b981}.influencer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.influencer-username{color:#1f2937;font-weight:600;font-size:.875rem}.influencer-score{color:#10b981;font-weight:600;font-size:.875rem}.influencer-metrics{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:.5rem}.influencer-engagement-breakdown{display:flex;gap:1rem;padding-top:.5rem;border-top:1px solid #e5e7eb}.engagement-type{color:#6b7280;font-size:.875rem}.pagination-info{color:#6b7280;font-size:.875rem}.pagination-numbers{display:flex;gap:.25rem}.pagination-page-info{text-align:center;color:#6b7280;font-size:.875rem;font-weight:500}@media (max-width: 1400px){.social-profiles-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1024px){.account-info{flex-direction:column;align-items:flex-start}.account-id-container{width:100%}.social-tracking-charts-grid{grid-template-columns:1fr}.social-profiles-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.social-tracking-platform-section,.account-card{padding:1rem}.platform-header{flex-direction:column;align-items:flex-start;gap:.5rem}.section-title{font-size:1.25rem}.social-tracking-stats-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.posts-table-container{overflow-x:scroll}.posts-table{min-width:800px}.social-tracking-data-cards-grid{grid-template-columns:1fr}.posts-filters{flex-direction:column}.posts-filters .dropdown-wrapper{width:100%;max-width:100%}.pagination-controls{flex-direction:column;gap:.5rem}.pagination-numbers{justify-content:center}.social-profiles-grid,.account-details{grid-template-columns:1fr}.social-profiles-header{flex-direction:column;align-items:flex-start}.social-profiles-header .section-title{margin-bottom:0}}.social-tracking-tab-content{display:flex;flex-direction:column;gap:2rem}.social-profiles-table-card,.news-items-table-card{padding:2rem}.social-profiles-table,.news-items-table{width:100%;border-collapse:collapse;min-width:800px}.social-profiles-table thead,.news-items-table thead{background-color:#f9fafb}.social-profiles-table th,.news-items-table th{padding:1rem;text-align:left;font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.social-profiles-table td,.news-items-table td{padding:1rem;border-bottom:1px solid #e5e7eb;color:#1f2937;font-size:.875rem;vertical-align:middle}.social-profiles-table tbody tr:hover,.news-items-table tbody tr:hover{background-color:#f9fafb}.social-profiles-table .no-data,.news-items-table .no-data{text-align:center;padding:2rem;color:#9ca3af}.table-platform-cell{display:inline-flex;align-items:center;gap:.5rem}.social-profiles-table .table-platform-icon{width:1.125rem;height:1.125rem;flex-shrink:0}.social-profiles-table .table-platform-icon--news{color:#dc2626}.social-profiles-table .table-platform-icon--twitter{color:#0f1419}.social-profiles-table .table-platform-icon--facebook{color:#1877f2}.social-profiles-table .table-platform-icon--instagram{color:#e4405f}.social-profiles-table .table-platform-icon--linkedin{color:#0a66c2}.social-profiles-table .table-platform-icon--youtube{color:red}.social-profiles-table .table-platform-icon--other{color:#6b7280}.social-profiles-table .table-cell-keywords{max-width:28rem;line-height:1.35;white-space:normal;word-break:break-word}.horizontal-scroll-container{width:100%;overflow-x:auto;overflow-y:hidden;padding-bottom:1rem;-webkit-overflow-scrolling:touch}.horizontal-scroll-container::-webkit-scrollbar{height:8px}.horizontal-scroll-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.horizontal-scroll-container::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.horizontal-scroll-container::-webkit-scrollbar-thumb:hover{background:#555}.cards-scroll-wrapper{display:flex;gap:1.5rem;min-width:min-content;padding:.5rem 0}.profile-card,.news-card{min-width:150px;max-width:150px;padding:1rem;cursor:pointer;transition:all .2s ease;border:2px solid #e5e7eb}.profile-card:hover,.news-card:hover{border-color:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.card-title{color:#1f2937;font-weight:600;font-size:.875rem;margin:0}.card-account-id,.card-url{color:#6b7280;font-size:.75rem;margin-bottom:.75rem;word-break:break-all}.card-meta{display:flex;flex-direction:column;gap:.5rem}.card-meta-item{color:#4b5563;font-size:.75rem;margin:0}.create-card{display:flex;align-items:center;justify-content:center;min-height:150px;border:2px dashed #d1d5db;background-color:#f9fafb}.create-card:hover{border-color:#2563eb;background-color:#eff6ff}.create-card-content{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.create-icon{font-size:2rem;color:#6b7280}.create-text{color:#6b7280;font-size:.875rem;margin:0}.status-active,.status-success{background-color:#d1fae5;color:#065f46}.status-inactive,.status-pending{background-color:#fef3c7;color:#92400e}.pipeline-table-card{padding:2rem}.pipeline-table-container{overflow-x:auto;margin-top:1.5rem}.pipeline-table{width:100%;border-collapse:collapse;min-width:800px}.pipeline-table thead{background-color:#f9fafb}.pipeline-table th{padding:1rem;text-align:left;font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.pipeline-table td{padding:1rem;border-bottom:1px solid #e5e7eb;color:#1f2937;font-size:.875rem}.pipeline-table tbody tr:hover{background-color:#f9fafb}.pipeline-table .no-data{text-align:center;padding:2rem;color:#9ca3af}.social-tracking-form{display:flex;flex-direction:column;gap:1.5rem;padding:1rem 0}.form-label{display:block;margin-bottom:.5rem;color:#374151;font-weight:500;font-size:.875rem}.time-inputs,.date-inputs{display:flex;flex-direction:column;gap:.75rem}.time-input-row,.date-input-row{display:flex;gap:.75rem;align-items:flex-start}.time-input-row .input-wrapper,.date-input-row .input-wrapper{flex:1}.form-switch{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0}.form-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e5e7eb}@media (max-width: 768px){.table-header{flex-direction:column;align-items:flex-start}.table-header .section-title{margin-bottom:0}.table-header button{width:100%}.social-profiles-table,.news-items-table{min-width:600px}.cards-scroll-wrapper{gap:1rem}.profile-card,.news-card{min-width:150px;max-width:150px}.pipeline-table{min-width:600px}.form-actions{flex-direction:column}.form-actions button{width:100%}}.clickable-row{transition:background-color .2s ease}.clickable-row:hover{background-color:#f3f4f6!important}.account-id-prefix-wrapper{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.account-id-prefix{color:#6b7280;font-size:.875rem;flex-shrink:0}.account-id-prefix-wrapper .input{flex:1;min-width:120px}.reachable-tag{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500;color:#065f46;background-color:#d1fae5}.reachable-tag.checking{color:#92400e;background-color:#fef3c7}.subscription-text-block{margin-bottom:1rem}.subscription-details-inline{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;font-size:.875rem;color:#374151}.subscription-details-inline span{white-space:nowrap}.subscription-reach-out{color:#6b7280;font-size:.875rem;margin-bottom:1rem}.social-platforms-usage{margin-bottom:.75rem;font-size:.875rem;color:#6b7280}.social-platforms-usage-inline{font-weight:400;font-size:.8em;margin-left:.5rem;color:#6b7280}.pipeline-runs-page{width:100%;margin:0 auto}.pipeline-runs-content{display:flex;flex-direction:column;gap:2rem}.pipeline-runs-table-card{padding:2rem}.pipeline-runs-table{width:100%;border-collapse:collapse;min-width:800px}.pipeline-runs-table thead{background-color:#f9fafb}.pipeline-runs-table th{padding:1rem;text-align:left;font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.pipeline-runs-table td{padding:1rem;border-bottom:1px solid #e5e7eb;color:#1f2937;font-size:.875rem;vertical-align:middle}.pipeline-runs-table tbody tr:hover{background-color:#f9fafb}.pipeline-run-row{cursor:pointer;transition:background-color .2s ease}.pipeline-run-row:hover{background-color:#f3f4f6!important}.pipeline-runs-table .no-data{text-align:center;padding:2rem;color:#9ca3af}.sentiment-summary{display:flex;gap:.5rem;align-items:center}.sentiment-positive{color:#10b981;font-weight:600;font-size:.875rem}.sentiment-negative{color:#ef4444;font-weight:600;font-size:.875rem}.view-posts-btn{padding:.5rem 1rem;background-color:#2563eb;color:#fff;border:none;border-radius:6px;font-weight:500;font-size:.875rem;cursor:pointer;transition:background-color .2s ease}.view-posts-btn:hover{background-color:#1d4ed8}@media (max-width: 768px){.pipeline-runs-table{min-width:600px}.table-header{flex-direction:column;align-items:flex-start}.table-header .section-title{margin-bottom:0}}.pipeline-posts-page{width:100%;margin:0 auto}.pipeline-posts-content{display:flex;flex-direction:column;gap:2rem}.pipeline-posts-table-card{padding:2rem}.table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.section-title{margin-bottom:.5rem;color:#374151;font-weight:600;font-size:1.5rem}.posts-count{color:#6b7280;font-size:.875rem;margin:0}.table-container{overflow-x:auto;margin-top:1rem}.pipeline-posts-table{width:100%;border-collapse:collapse;min-width:1000px}.pipeline-posts-table thead{background-color:#f9fafb}.pipeline-posts-table th{padding:1rem;text-align:left;font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.pipeline-posts-table td{padding:1rem;border-bottom:1px solid #e5e7eb;color:#1f2937;font-size:.875rem;vertical-align:middle}.pipeline-posts-table tbody tr:hover{background-color:#f9fafb}.post-row-clickable:hover{background-color:#f3f4f6!important}.post-detail-content{display:flex;flex-direction:column;gap:1.5rem;max-height:70vh;overflow-y:auto}.post-detail-section{display:flex;flex-direction:column;gap:.5rem}.post-detail-label{font-size:.875rem;color:#6b7280;margin:0}.post-detail-text{white-space:pre-wrap;line-height:1.6;margin:0}.post-detail-analysis{display:flex;flex-direction:column;gap:.5rem}.analysis-row{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.analysis-row span:first-child{color:#6b7280;min-width:80px}.pipeline-posts-table .no-data{text-align:center;padding:2rem;color:#9ca3af}.table-cell-text{margin:0;color:#1f2937}.platform-badge{display:inline-block;padding:.25rem .75rem;background-color:#dbeafe;color:#1e40af;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:capitalize}.post-content-cell{display:flex;flex-direction:column;gap:.5rem;max-width:400px}.post-content-text{margin:0;color:#4b5563;line-height:1.5}.post-link{color:#2563eb;text-decoration:none;font-weight:500;font-size:.875rem}.post-link:hover{text-decoration:underline}.engagement-metrics{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem}.engagement-metrics span{color:#4b5563}.sentiment-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.sentiment-positive{background-color:#d1fae5;color:#065f46}.sentiment-neutral{background-color:#fef3c7;color:#92400e}.sentiment-negative{background-color:#fee2e2;color:#991b1b}.post-score{font-weight:600;color:#2563eb}.pagination{display:flex;flex-direction:column;gap:1rem;margin-top:2rem;padding-top:1rem;border-top:1px solid #e5e7eb}.pagination-info-section{text-align:center}.pagination-info{color:#6b7280;font-size:.875rem;margin:0}.pagination-controls{display:flex;justify-content:center;align-items:center;gap:.5rem;flex-wrap:wrap}.pagination-numbers{display:flex;gap:.25rem;align-items:center}.pagination-ellipsis{padding:0 .5rem;color:#6b7280}.pagination-btn{padding:.5rem 1rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#374151;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:40px;text-align:center}.pagination-btn:hover:not(:disabled){background-color:#f9fafb;border-color:#d1d5db}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-btn-active{background-color:#2563eb;color:#fff;border-color:#2563eb}.pagination-btn-active:hover{background-color:#1d4ed8;border-color:#1d4ed8}.loading-container{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem}@media (max-width: 768px){.pipeline-posts-table{min-width:800px}.table-header{flex-direction:column;align-items:flex-start}.table-header .section-title{margin-bottom:0}.pagination-controls{flex-direction:column;gap:.5rem}.pagination-numbers{justify-content:center}}.pipelines-overview-page{width:100%;margin:0 auto}.pipelines-overview-content{display:flex;flex-direction:column;gap:2rem}.overview-stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.stat-card{padding:1.5rem;text-align:center}.stat-value{display:block;font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.25rem}.stat-label{margin:0;color:#6b7280;font-size:.875rem}.pipelines-section-card{padding:2rem}.pipelines-section-card .section-title{margin-bottom:1.5rem;color:#374151;font-weight:600}.no-pipelines{color:#9ca3af;margin:0}.pipeline-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.pipeline-card{border:1px solid #e5e7eb;border-radius:8px;padding:1.25rem;cursor:pointer;transition:border-color .2s,box-shadow .2s}.pipeline-card:hover{border-color:#2563eb;box-shadow:0 4px 6px -1px #0000001a}.pipeline-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.platform-badge{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;background-color:#dbeafe;color:#1d4ed8}.platform-badge.platform-news{background-color:#d1fae5;color:#047857}.pipeline-name{margin:0;font-weight:500;color:#1f2937}.pipeline-card-stats{display:flex;flex-direction:column;gap:.5rem}.stat-row{display:flex;justify-content:space-between;font-size:.875rem;color:#4b5563}.stat-row span:first-child{color:#6b7280}.status-badge{padding:.125rem .375rem;border-radius:4px;font-size:.75rem;font-weight:500}.status-success{background-color:#d1fae5;color:#047857}.status-failed{background-color:#fee2e2;color:#991b1b}.status-running{background-color:#fef3c7;color:#92400e}.click-hint{margin-top:.75rem;color:#9ca3af;font-size:.75rem}.loading-container{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem}.error-card{padding:1rem;background-color:#fee2e2;border:1px solid #fecaca}.error-text{color:#991b1b;margin:0}.communication-filter-popup .popup-content{max-height:80vh;overflow-y:auto}.communication-filter-popup-content,.filters-container{display:flex;flex-direction:column;gap:1.5rem}.filter-group{display:flex;flex-direction:column;gap:1rem;padding:1rem;background-color:#f9f9f9;border-radius:8px}.filter-group-title{margin:0;font-weight:600;color:#333}.filter-group-content{display:flex;flex-direction:column;gap:1rem}.checkbox-filter{display:flex;align-items:center;gap:.5rem;cursor:pointer}.checkbox-filter input[type=checkbox]{width:18px;height:18px;cursor:pointer}.checkbox-filter span{font-size:.9rem;color:#333}.communication-filter-popup-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:1rem;border-top:1px solid #e5e5e5}.apply-filters-button,.clear-filters-button,.cancel-filters-button{min-width:120px}@media (max-width: 768px){.communication-filter-popup-actions{flex-direction:column}.apply-filters-button,.clear-filters-button,.cancel-filters-button{width:100%}}.communication-page{width:100%;margin:0 auto}.communication-content{display:flex;flex-direction:column;gap:2rem;width:100%}.communication-tab-content{display:flex;flex-direction:column;gap:2rem}.communication-actions{display:flex;gap:1rem;flex-wrap:wrap}.communication-action-btn{min-width:150px}.communication-pipelines-card{padding:1.5rem}.communication-loading,.communication-empty{padding:2rem;text-align:center;color:#666}.communication-table-empty-cell{padding:2rem;text-align:center;color:#666;border-bottom:none}.communication-table tbody tr.communication-table-empty-row:hover{background-color:transparent}.communication-table-container{overflow-x:auto}.communication-table{width:100%;border-collapse:collapse;font-size:.9rem}.communication-table thead{background-color:#f5f5f5}.communication-table th{padding:1rem;text-align:left;font-weight:600;border-bottom:2px solid #e0e0e0}.communication-table td{padding:1rem;border-bottom:1px solid #e0e0e0}.communication-table tbody tr:hover{background-color:#f9f9f9}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:capitalize}.status-success{background-color:#d4edda;color:#155724}.status-failed{background-color:#f8d7da;color:#721c24}.status-running{background-color:#d1ecf1;color:#0c5460}.status-cancelled{background-color:#e2e3e5;color:#383d41}.status-scheduled{background-color:#fff3cd;color:#856404}.communication-form-card{padding:1.5rem}.communication-form-title{margin-bottom:1.5rem}.communication-form{display:flex;flex-direction:column;gap:1.5rem}.communication-recipient-count{padding:1rem;background-color:#f5f5f5;border-radius:8px;text-align:center}.communication-recipient-count p{margin:0;font-weight:600;color:#333;font-size:1rem}.communication-filter-section{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.communication-filter-btn{min-width:150px}.communication-clear-filters-btn{min-width:120px}.communication-content-fields{display:flex;flex-direction:column;gap:1rem}.communication-audio-upload{display:flex;flex-direction:column;gap:.5rem}.communication-file-label{display:flex;flex-direction:column;gap:.5rem;font-weight:500}.communication-scheduling{display:flex;flex-direction:column;gap:1rem;padding:1rem;background-color:#f9f9f9;border-radius:8px}.communication-send-now{display:flex;align-items:center}.communication-send-now .switch-wrapper{align-items:center}.communication-date-time{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1rem;align-items:start}.communication-date-field{position:relative;z-index:2;min-width:0}.communication-time-fields{display:flex;gap:12px;min-width:0;width:100%}.communication-time-fields>.dropdown-wrapper{flex:1;min-width:0}.communication-form-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:1rem;border-top:1px solid #e5e5e5}.communication-error{color:#d32f2f;font-size:.875rem;margin:0}.communication-delivery-note{margin:0 0 .5rem;padding:.5rem .75rem;font-size:.8125rem;color:#5a5a5a;background:#f0f7ff;border-left:3px solid #1976d2;border-radius:4px}.communication-success{color:#2e7d32;font-size:.875rem;margin:0}@media (max-width: 768px){.communication-actions{flex-direction:column}.communication-action-btn{width:100%}.communication-table{font-size:.8rem}.communication-table th,.communication-table td{padding:.5rem}.communication-date-time{grid-template-columns:1fr}.communication-form-actions{flex-direction:column}.communication-form-actions button{width:100%}}.communication-details-content{display:flex;flex-direction:column;gap:1.5rem}.communication-details-row{display:flex;flex-direction:column;gap:.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e5e5}.communication-details-row:last-child{border-bottom:none;padding-bottom:0}.communication-details-label{font-weight:600;color:#333;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.communication-details-value{color:#666;font-size:1rem;word-wrap:break-word}.communication-details-message{padding:.75rem;background-color:#f9f9f9;border-radius:6px;white-space:pre-wrap;word-wrap:break-word}.communication-details-email-subject{margin-bottom:1rem;padding:.75rem;background-color:#f9f9f9;border-radius:6px}.communication-details-email-body{padding:.75rem;background-color:#f9f9f9;border-radius:6px;max-height:300px;overflow-y:auto}.communication-details-email-body div{margin-top:.5rem;white-space:pre-wrap;word-wrap:break-word}@media (max-width: 768px){.communication-details-row{gap:.25rem;padding-bottom:.75rem}.communication-details-label{font-size:.8rem}.communication-details-value{font-size:.9rem}}.communication-recipients-table-wrap{overflow-x:auto}.communication-recipients-table{width:100%;border-collapse:collapse;font-size:.875rem}.communication-recipients-table th{padding:.5rem .75rem;text-align:left;font-weight:600;border-bottom:1px solid #e0e0e0;background:#f9f9f9}.communication-recipients-table td{padding:.5rem .75rem;border-bottom:1px solid #eee}.communication-recipients-table tbody tr:hover{background:#fafafa}.communication-see-all-btn{background:none;border:none;color:#1976d2;cursor:pointer;font-size:.875rem;text-decoration:underline;padding:.25rem 0;margin-top:4px}.communication-see-all-btn:hover{color:#1565c0}.communication-recipients-readonly{padding:.75rem;background:#f5f5f5;border-radius:8px}.communication-recipients-popup .popup-content{max-width:640px;max-height:70vh;overflow:auto}.communication-recipients-popup-content{display:flex;flex-direction:column}.party-page{width:100%;margin:0 auto;min-height:100vh;background-color:#f5f5f5}.party-content{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.party-stats-card,.party-section{padding:2rem}.section-title{margin-bottom:1.5rem;color:#333;font-weight:600}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1.5rem}.stat-card{padding:1.5rem;text-align:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;transition:transform .2s,box-shadow .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.stat-value{font-size:2.5rem;font-weight:700;color:#1976d2;margin-bottom:.5rem}.stat-label{color:#666;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 768px){.party-content{gap:1rem}.party-stats-card,.party-section{padding:1.5rem}.stats-grid{grid-template-columns:1fr;gap:1rem}.stat-value{font-size:2rem}}.candidates-page{width:100%;margin:0 auto}.candidates-message-card{padding:2rem;text-align:center}.candidates-error-card{padding:1rem;margin-bottom:1.5rem;background-color:#ffebee;border-left:4px solid #d32f2f}.candidates-upload-results-card{padding:1.5rem;margin-bottom:1.5rem;background-color:#f5f5f5}.candidates-section-card{padding:1.5rem;margin-bottom:2rem}.section-title{margin-bottom:1rem;color:#333}.csv-upload-section{display:flex;flex-direction:column;gap:1rem}.constituencies-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:1rem}.constituency-card{padding:1.5rem;min-height:200px;display:flex;flex-direction:column}.constituency-name{font-weight:600;color:#333;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e0e0e0}.linked-candidate-info{flex:1;padding:.5rem;background-color:#e8f5e9;border-radius:4px;margin-top:.5rem}.candidate-form{flex:1;display:flex;flex-direction:column}@media (max-width: 768px){.constituencies-grid{grid-template-columns:1fr}}.calendar-page{display:flex;flex-direction:column;gap:1rem;width:100%;box-sizing:border-box;padding-bottom:.5rem}.calendar-preview-banner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1rem;padding:.85rem 1rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px}.calendar-preview-banner-text{margin:0;color:#1e3a5f;flex:1;min-width:200px}.calendar-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1rem}.calendar-nav{display:flex;align-items:center;gap:.5rem}.calendar-nav-chevron{display:block;font-size:.875rem;vertical-align:middle}.calendar-title-btn{background:none;border:none;font-size:1.125rem;font-weight:600;cursor:pointer;padding:.25rem .5rem;border-radius:6px;color:var(--text-primary, #111)}.calendar-title-btn:hover{background:var(--bg-hover, #f3f4f6)}.calendar-view-toggle{display:flex;border:1px solid var(--border, #e5e7eb);border-radius:8px;overflow:hidden}.calendar-view-toggle button{padding:.375rem .75rem;border:none;background:var(--bg-secondary, #fff);cursor:pointer;font-size:.875rem;color:#000}.calendar-view-toggle button.active{background:var(--primary, #2563eb);color:#fff}.calendar-view-toggle button:not(.active):hover{background:var(--bg-hover, #f3f4f6);color:#000}.calendar-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-left:auto}.calendar-error{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;margin-bottom:1rem;background:#fef2f2;border-radius:8px;border:1px solid #fecaca}.calendar-loading{padding:2rem;text-align:center;color:var(--text-secondary, #6b7280)}.calendar-card{overflow:hidden}.calendar-month-grid{display:flex;flex-direction:column;min-height:480px}.calendar-weekday-header{display:grid;grid-template-columns:repeat(7,1fr);background:var(--bg-secondary, #f9fafb);border-bottom:1px solid var(--border, #e5e7eb);font-size:.75rem;font-weight:600;color:var(--text-secondary, #6b7280);text-transform:uppercase}.calendar-weekday-cell{padding:.5rem;text-align:center}.calendar-month-days{display:grid;grid-template-columns:repeat(7,1fr);flex:1;grid-auto-rows:minmax(100px,1fr)}.calendar-day-cell{border-right:1px solid var(--border, #e5e7eb);border-bottom:1px solid var(--border, #e5e7eb);padding:.25rem;min-height:100px;background:var(--bg-primary, #fff)}.calendar-day-cell.other-month{background:var(--bg-muted, #f9fafb);color:var(--text-muted, #9ca3af)}.calendar-day-cell.today{background:#eff6ff}.calendar-day-num{font-size:.8125rem;font-weight:600;margin-bottom:.25rem;color:var(--text-primary, #111)}.calendar-day-slots{display:flex;flex-direction:column;gap:.25rem}.calendar-slot{font-size:.6875rem;padding:.2rem .35rem;border-radius:4px;border-left:3px solid var(--border, #e5e7eb);background:#f0f9ff;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendar-slot:hover{background:#e0f2fe}.calendar-slot-blocked{background:#f3f4f6;border-left-color:#9ca3af;cursor:default}.calendar-slot-assigned-other{opacity:.6;background:#f8fafc;border-left-style:dashed}.calendar-slot-assigned-other:hover{opacity:.85;background:#f1f5f9}.calendar-slot-time{display:block;color:var(--text-secondary, #6b7280);font-size:.625rem}.calendar-slot-title{font-weight:500;display:block}.calendar-slot-assignee{display:block;font-size:.625rem;color:var(--text-muted, #9ca3af);font-style:italic}.calendar-available-hint{font-size:.625rem;color:#059669;margin-top:.15rem;font-style:italic}.calendar-slot-strategy{position:relative;background:#eef2ff}.calendar-slot-strategy:after{content:"Strategy";position:absolute;right:4px;top:2px;font-size:.55rem;text-transform:uppercase;color:#4f46e5}.calendar-slot-conflict{box-shadow:0 0 0 1px #b91c1c}.calendar-week-grid{display:flex;flex-direction:column;min-height:400px}.calendar-week-header{display:grid;grid-template-columns:repeat(7,1fr);gap:.5rem;margin-bottom:.5rem}.calendar-week-day-header{text-align:center;padding:.5rem;border-radius:8px;background:var(--bg-secondary, #f9fafb)}.calendar-week-day-header.today{background:#dbeafe;font-weight:600}.calendar-week-day-name{font-size:.75rem;color:var(--text-secondary, #6b7280)}.calendar-week-day-num{font-size:1.25rem;font-weight:600}.calendar-week-body{display:grid;grid-template-columns:repeat(7,1fr);gap:.5rem;flex:1}.calendar-week-day-col{min-height:200px;border:1px solid var(--border, #e5e7eb);border-radius:8px;padding:.5rem;display:flex;flex-direction:column;gap:.35rem}.calendar-slot-week{font-size:.75rem;padding:.35rem .5rem;white-space:normal;line-height:1.3}.calendar-slot-detail p{margin:0 0 .75rem;font-size:.9375rem}.calendar-slot-assign{margin:1rem 0}.calendar-slot-assign label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.35rem}.calendar-slot-assign select{width:100%;padding:.5rem;border:1px solid var(--border, #e5e7eb);border-radius:6px;font-size:.9375rem}.calendar-slot-detail-actions{display:flex;gap:.5rem;margin-top:1.25rem}.calendar-form-row{margin-bottom:1rem}.calendar-form-row label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.35rem}.calendar-form-actions{display:flex;gap:.5rem;margin-top:1.25rem}.calendar-form-error{margin-top:.25rem;font-size:.75rem;color:#b91c1c}@media (max-width: 768px){.calendar-toolbar{flex-direction:column;align-items:stretch}.calendar-actions{margin-left:0}.calendar-day-cell{min-height:80px}.calendar-slot{font-size:.625rem;padding:.15rem .25rem}}.electoral-map-page{min-height:100%;display:flex;flex-direction:column}.electoral-map-inner{padding:1.25rem 1.5rem 2rem;max-width:1100px}.electoral-map-rollout{margin:.5rem 0 .75rem;font-size:.9rem}.electoral-map-map-card{margin-top:1rem}.electoral-map-wrap{border-radius:8px;overflow:hidden;border:1px solid var(--color-border, #e0e0e0)}.electoral-map-canvas{height:420px;width:100%;z-index:0}.electoral-map-foot{margin-top:.75rem;font-size:.85rem}.em-tip .em-tip-small{font-size:.75rem;opacity:.85}.electoral-map-hero{margin-bottom:1.25rem}.electoral-map-lead{margin-top:.5rem;margin-bottom:1rem;line-height:1.5}.electoral-map-error{color:var(--color-danger, #c0392b);margin-top:.5rem}.electoral-map-meta{margin-top:.75rem}.electoral-map-taxonomy-list{margin:.75rem 0 0;padding-left:1.25rem;line-height:1.5}.electoral-map-taxonomy-list li{margin-bottom:.5rem}.electoral-map-taxonomy-values{display:block;font-size:.9rem;color:var(--color-text-muted, #666);margin-top:.15rem}.supporters-page{display:flex;flex-direction:column;gap:1rem;width:100%;box-sizing:border-box;padding-bottom:.5rem}.supporters-toolbar{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:1rem}.supporters-error{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;margin-bottom:1rem;background:#fef2f2;border-radius:8px;border:1px solid #fecaca}.supporters-filters-card{margin-bottom:1rem}.supporters-filters{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end}.supporters-filter{min-width:140px}.supporters-filter label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.35rem;color:var(--text-secondary, #374151)}.supporters-select{width:100%;padding:.5rem .75rem;border:1px solid var(--border, #e5e7eb);border-radius:6px;font-size:.9375rem;background:var(--bg-primary, #fff)}.supporters-table-card{overflow:hidden}.supporters-loading,.supporters-empty{padding:2rem;text-align:center}.supporters-empty{display:flex;flex-direction:column;align-items:center;gap:1rem}.supporters-table-wrap{overflow-x:auto}.supporters-table{width:100%;border-collapse:collapse;font-size:.9375rem}.supporters-table th,.supporters-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border, #e5e7eb)}.supporters-table th{font-weight:600;color:var(--text-secondary, #374151);background:var(--bg-secondary, #f9fafb);white-space:nowrap}.supporters-table tbody tr:hover{background:var(--bg-hover, #f9fafb)}.supporters-cell-reason{max-width:200px;overflow:hidden;text-overflow:ellipsis}.supporters-actions{display:flex;gap:.5rem;flex-wrap:wrap}.supporters-count{padding:.75rem 1rem;border-top:1px solid var(--border, #e5e7eb)}.supporters-form{min-width:320px}.supporters-form-row{margin-bottom:1rem}.supporters-label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.35rem;color:var(--text-secondary, #374151)}.supporters-form .supporters-select{width:100%}.supporters-form-error{color:#b91c1c;font-size:.875rem;margin-bottom:.75rem}.supporters-form-actions{display:flex;gap:.5rem;margin-top:1.25rem}@media (max-width: 768px){.supporters-table th,.supporters-table td{padding:.5rem .75rem;font-size:.875rem}.supporters-actions{flex-direction:column}}.tool-history-card{padding:1.25rem;width:100%;max-width:100%;box-sizing:border-box}.tool-history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.tool-history-list{list-style:none;margin:0;padding:0;max-height:200px;overflow-y:auto}.tool-history-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;margin-bottom:4px;background:#f8f9fa;border-radius:8px;cursor:pointer;border:1px solid transparent}.tool-history-item:hover{background:#eef1f4}.tool-history-item.selected{background:#e3f2fd;border-color:#1976d2}.tool-history-summary{flex:1;font-size:.9rem;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:12px}.tool-history-date{font-size:.8rem;color:#777;flex-shrink:0}.tool-history-detail{margin-top:16px;padding-top:16px;border-top:1px solid #eee}.tool-history-input{font-size:.8rem;background:#f5f5f5;padding:10px;border-radius:6px;overflow-x:auto;margin:0 0 16px;max-height:120px;overflow-y:auto}.tool-history-output pre{margin:0;white-space:pre-wrap;font-family:inherit}.tools-hub-page{padding:0;display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:100%;box-sizing:border-box}.tools-hub-tabs.ap-tabs .tabs-header{flex-wrap:wrap}.placeholder-tool-page{padding:0}.placeholder-tool-page .placeholder-tool-back{display:inline-block;margin-bottom:1rem;color:#1976d2;text-decoration:none;font-size:.95rem}.placeholder-tool-page .placeholder-tool-back:hover{text-decoration:underline}.placeholder-tool-page .placeholder-tool-card{padding:1.5rem;width:100%;max-width:100%;box-sizing:border-box}.placeholder-tool-page .placeholder-tool-badge{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#1976d2;background:#e3f2fd;padding:.25rem .6rem;border-radius:4px;margin-bottom:1rem}.placeholder-tool-page .placeholder-tool-desc{color:#555;margin-bottom:1rem;line-height:1.5}.tools-generator-page{padding:0;display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:100%;box-sizing:border-box}.tools-generator-card{padding:1.5rem;width:100%;max-width:100%;box-sizing:border-box}.tools-generator-form{display:flex;flex-direction:column;gap:1rem}.speech-scope-banner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;margin-bottom:1rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px}.speech-scope-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem;margin-top:1rem}.speech-scope-tile{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;padding:1rem 1.1rem;text-align:left;font:inherit;cursor:pointer;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:inherit;transition:border-color .15s ease,box-shadow .15s ease}.speech-scope-tile:hover{border-color:#cbd5e1;box-shadow:0 1px 3px #0f172a0f}.speech-scope-tile--secondary{background:#f8fafc}.speech-campaign-choose-block{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;margin-top:.75rem;width:100%}.speech-campaign-choose-extras{display:flex;flex-direction:column;gap:.25rem;width:100%;margin-top:.75rem}.speech-campaign-choose-extras .tools-generator-row{margin-top:.35rem}.speech-campaign-choose-extras .speech-campaign-choose-continue{margin-top:.75rem}.speech-generator-remarks-field.textarea-wrapper{margin-top:1.25rem}.speech-campaign-choose-block .dropdown-wrapper{width:100%;max-width:100%}.speech-generator-campaign-dropdown .dropdown-menu{max-height:min(70vh,420px)}.speech-campaign-choose-continue{align-self:flex-start}.speech-campaign-opt{display:flex;flex-direction:column;align-items:flex-start;gap:.4rem;width:100%}.speech-campaign-opt-title{font-weight:600;font-size:.9375rem;line-height:1.35;color:var(--color-text, #0f172a)}.speech-campaign-opt-sub{font-size:.8125rem;line-height:1.4;color:var(--color-text-muted, #64748b)}.speech-campaign-opt-tags{display:flex;flex-wrap:wrap;gap:.35rem;width:100%}.speech-campaign-opt-tags--empty{margin-top:0}.speech-campaign-tag{display:inline-block;padding:.2rem .5rem;font-size:.7rem;font-weight:500;line-height:1.3;text-transform:none;letter-spacing:.01em;color:#334155;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.speech-campaign-tag--muted{color:#94a3b8;background:#f8fafc}.tools-generator-section-title{margin-bottom:.5rem}.tools-generator-row{display:flex;flex-wrap:wrap;gap:1rem}.tools-generator-row>*{flex:1 1 160px;min-width:min(100%,140px)}@media (max-width: 720px){.tools-generator-row{flex-direction:column}.tools-generator-row>*{flex:none;width:100%;min-width:0}}.speech-linked-campaign-details{margin-bottom:1.25rem;padding:1rem 1.1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.speech-linked-campaign-details-title{margin-bottom:.35rem}.speech-linked-campaign-tags{margin-bottom:.85rem}.speech-linked-campaign-block{margin-top:.75rem}.speech-linked-campaign-block-label{display:block;margin-bottom:.25rem;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.03em;font-size:.7rem}.speech-linked-campaign-block-body{margin:0;line-height:1.55;color:#334155;font-size:.9375rem}.speech-linked-campaign-messages{margin:.25rem 0 0;padding-left:1.2rem;line-height:1.5;color:#334155;font-size:.9375rem}.tools-generator-submit{margin-top:.5rem;align-self:flex-start}.tools-generator-result-card{padding:1.5rem;width:100%;max-width:100%;box-sizing:border-box}.tools-generator-result-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.tools-generator-result-body{margin-bottom:1rem}.tools-generator-speech-text{white-space:pre-wrap;font-family:inherit;font-size:.95rem;line-height:1.6;margin:0;padding:1rem;background:#f8f9fa;border-radius:8px;max-height:400px;overflow-y:auto}.tools-generator-impact{color:#555;line-height:1.5;padding:.5rem 0}.tools-insight-list{margin:0;padding-left:1.25rem;line-height:1.6;color:#333}.tools-insight-list li{margin-bottom:.5rem}.tools-messaging-picker{margin-bottom:1rem}.tools-messaging-picker--empty{margin-bottom:.75rem}.cc-container{display:flex;flex-direction:column;gap:1.5rem;padding:0;width:100%;max-width:100%;box-sizing:border-box}.cc-error-card{padding:1rem 1.25rem;border-left:4px solid var(--color-error, #d32f2f)}.cc-step-card{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.cc-step-title{margin-bottom:0}.cc-step-desc{color:#555;line-height:1.5;margin:0}.cc-context-row{display:flex;gap:1rem;flex-wrap:wrap}.cc-context-row>*{flex:1;min-width:180px}.cc-candidates-section{display:flex;flex-direction:column;gap:1rem}.cc-candidates-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.cc-candidate-form{padding:1.25rem;border:1px solid #e8e8e8}.cc-candidate-form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.cc-candidate-form-fields{display:flex;flex-direction:column;gap:.75rem}.cc-candidate-form-fields .switch-wrapper{margin-top:.25rem}.cc-primary-action{align-self:flex-start;margin-top:.25rem}.cc-confirm-card{padding:1.25rem;border:1px solid #e0e0e0;display:flex;flex-direction:column;gap:.75rem}.cc-confirm-card-name{color:#1a1a2e}.cc-confirm-summary{background:#f8f9fa;border-radius:8px;padding:1rem;line-height:1.6;white-space:pre-wrap;max-height:300px;overflow-y:auto}.cc-update-btn{align-self:flex-end}.cc-confirm-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:.5rem}.cc-result-section{display:flex;flex-direction:column;gap:1.5rem}.cc-result-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.cc-report{display:flex;flex-direction:column;gap:1.25rem}.cc-report-candidate-card{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.cc-report-candidate-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem}.cc-probability-badge{display:flex;flex-direction:column;align-items:center;background:linear-gradient(135deg,#1976d2,#1565c0);color:#fff;border-radius:12px;padding:.6rem 1.2rem;min-width:90px;text-align:center}.cc-probability-value{font-size:1.5rem;font-weight:700;line-height:1.2}.cc-probability-label{font-size:.65rem;text-transform:uppercase;letter-spacing:.04em;opacity:.9;margin-top:.15rem}.cc-report-section{display:flex;flex-direction:column;gap:.35rem}.cc-report-section h6{color:#1a1a2e}.cc-report-section .text-body{color:#444;line-height:1.6;white-space:pre-wrap}.cc-report-sw-row{display:flex;gap:1.5rem;flex-wrap:wrap}.cc-report-sw-col{flex:1;min-width:220px;display:flex;flex-direction:column;gap:.35rem}.cc-report-context-card{padding:1.5rem;display:flex;flex-direction:column;gap:1rem;background:#f9fafb}.cc-report-recommendation-card{padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;border-left:4px solid #1976d2;background:#f0f7ff}.cc-report-recommendation-card .text-body{line-height:1.6;white-space:pre-wrap}.cc-history-section{display:flex;flex-direction:column;gap:1.25rem}.cc-history-section--below-workflow{margin-top:.25rem;padding-top:1.5rem;border-top:1px solid #e8e8e8}.cc-history-section--below-workflow.card{border-top:none;padding-top:0}.cc-history-table-empty-row td{padding:2rem 1rem;text-align:center;vertical-align:middle;border-bottom:none;background:#fafafa}.cc-history-empty-placeholder{display:flex;flex-direction:column;align-items:center;gap:.35rem;max-width:28rem;margin:0 auto}.cc-history-empty-placeholder-text{margin:0;font-weight:600;color:#555}.cc-history-empty-placeholder-hint{margin:0;font-size:.9rem;color:#888;line-height:1.45}.cc-history-table-wrapper{overflow-x:auto;border-radius:8px;border:1px solid #e8e8e8}.cc-history-table{width:100%;border-collapse:collapse;font-size:.9rem}.cc-history-table thead{background:#f5f5f5}.cc-history-table th{text-align:left;padding:.75rem 1rem;font-weight:600;color:#444;border-bottom:2px solid #e0e0e0;white-space:nowrap}.cc-history-table td{padding:.75rem 1rem;border-bottom:1px solid #f0f0f0;color:#333}.cc-history-row{cursor:pointer;transition:background .15s}.cc-history-row:hover{background:#f8f9fa}.cc-history-row--selected{background:#e8f0fe}.cc-history-row--selected:hover{background:#d8e6fd}.cc-history-best{font-weight:600;color:#1976d2}.cc-history-detail{display:flex;flex-direction:column;gap:1.25rem;border-top:1px solid #e0e0e0;padding-top:1.25rem}.cc-history-detail-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}@media (max-width: 640px){.cc-context-row,.cc-report-sw-row,.cc-report-candidate-header{flex-direction:column}.cc-probability-badge{align-self:flex-start}}.strategy-tab-empty{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;padding:2rem 1rem;max-width:36rem;margin:0 auto}.strategy-tab-empty-title{margin:0;color:#0f172a}.strategy-tab-empty-desc{margin:0;color:#64748b;line-height:1.55}.counter-strategy{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:100%;box-sizing:border-box}.counter-strategy-card-title{font-size:1.1875rem!important;font-weight:600!important;line-height:1.35!important;color:#141414!important;letter-spacing:-.02em}.counter-strategy-section-heading{margin:0 0 .65rem!important;font-size:1rem!important;font-weight:600!important;line-height:1.35!important;color:#1a1a1a!important}.counter-strategy-longarc{margin-bottom:1.5rem;padding:1.25rem 1.35rem;background:#fafafa;border-radius:12px;border:1px solid rgba(0,0,0,.08);box-shadow:0 1px 2px #0000000a}.counter-strategy-longarc-title{margin:0 0 .4rem!important;font-size:1.125rem!important;font-weight:600!important;color:#171717!important;letter-spacing:-.02em;line-height:1.3!important}.counter-strategy-longarc-note{display:block!important;margin:0 0 1rem!important;color:#0000008c!important;font-size:.8125rem!important;line-height:1.5!important;max-width:42rem}.counter-strategy-longarc-summary{display:block;margin:0 0 .75rem!important;color:#000000e0;line-height:1.55!important}.counter-strategy-longarc-meta{display:block!important;margin:0 0 1rem!important;color:#00000073!important;font-size:.75rem!important}.counter-strategy-longarc-themes{display:flex;flex-direction:column;gap:.875rem}.counter-strategy-longarc-theme{padding:1rem 1rem 1rem 1.1rem;background:#fff;border-radius:10px;border:1px solid rgba(0,0,0,.07);border-left:3px solid #1d4ed8;box-shadow:0 1px #00000008}.counter-strategy-longarc-theme-head{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.4rem}.counter-strategy-longarc-theme-title{font-weight:600!important;margin:0!important;color:#171717!important}.counter-strategy-longarc-salience{font-size:.6875rem;font-weight:600;text-transform:capitalize;padding:.2rem .5rem;border-radius:6px;background:#1d4ed814;color:#1e40af;letter-spacing:.02em}.counter-strategy-longarc-field{display:block;margin:0 0 .5rem!important;line-height:1.5!important;color:#000000d1!important}.counter-strategy-longarc-prepared{margin-top:.5rem;padding:.65rem .75rem;background:#f8fafc;border-radius:8px;border:1px solid rgba(0,0,0,.06)}.counter-strategy-longarc-prepared-label{font-weight:600!important;color:#1e40af!important}.counter-strategy-longarc-proof{margin-top:.5rem}.counter-strategy-longarc-proof-title{font-weight:600!important;display:block;margin-bottom:.25rem!important}.counter-strategy-longarc-proof-list{margin:.25rem 0 0;padding-left:1.25rem}.counter-strategy-longarc-avoid{display:block!important;margin-top:.5rem!important;color:#b45309!important;font-size:.8125rem!important;line-height:1.45!important}.not-found-page{padding:3rem 1.5rem;display:flex;align-items:center;justify-content:center;min-height:50vh}.not-found-card{text-align:center;padding:2rem;max-width:420px}.not-found-title{font-size:3rem;color:#64748b;margin-bottom:.5rem}.not-found-message{color:#64748b;margin-bottom:1.5rem;line-height:1.5}.not-found-card a{text-decoration:none}.error-boundary{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:#fafafa}.error-boundary-content{text-align:center;max-width:400px}.error-boundary-title{margin-bottom:.75rem;color:#1e293b}.error-boundary-message{color:#64748b;margin-bottom:1.5rem;line-height:1.5}.error-boundary-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.error-boundary-actions a{text-decoration:none}.policy-page{width:100%;margin:0 auto}.policy-content{width:100%}.policy-card{padding:2.5rem;line-height:1.8}.policy-section-title{margin-top:2rem;margin-bottom:1rem;color:var(--text-primary, #1a1a1a);font-weight:600}.policy-section-title:first-child{margin-top:0}.policy-text{margin-bottom:1rem;color:var(--text-secondary, #4a4a4a)}.policy-list{margin:1rem 0;padding-left:2rem;color:var(--text-secondary, #4a4a4a)}.policy-list li{margin-bottom:.75rem;line-height:1.6}.policy-list li strong{color:var(--text-primary, #1a1a1a);font-weight:600}.policy-last-updated{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--border-color, #e0e0e0);color:var(--text-tertiary, #888);font-style:italic;font-size:.9rem}.policy-actions{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border-color, #e0e0e0);display:flex;justify-content:flex-start}@media (max-width: 768px){.policy-card{padding:1.5rem}.policy-section-title{font-size:1.25rem}.policy-list{padding-left:1.5rem}}#root{min-height:100vh;background-color:var(--color-bg-app)}.App{width:100%;min-height:100vh}:root{--color-primary: #5c6bc0;--color-primary-hover: #4f5cb3;--color-primary-muted: rgba(92, 107, 192, .12);--color-sidebar: #4a55a2;--color-sidebar-deep: #3d4677;--color-accent: #ffab91;--color-accent-ring: rgba(255, 171, 145, .55);--color-bg-app: #f5f7fb;--color-surface: #ffffff;--color-text: #1e293b;--color-text-secondary: #475569;--color-text-muted: #64748b;--color-border: #e2e8f0;--color-border-soft: #f1f5f9;--shadow-sm: 0 1px 2px rgba(74, 85, 162, .06);--shadow-md: 0 4px 24px rgba(74, 85, 162, .08), 0 2px 8px rgba(15, 23, 42, .04);--shadow-lg: 0 12px 40px rgba(74, 85, 162, .12), 0 4px 16px rgba(15, 23, 42, .06);--radius-slg: 50px;--radius-pill: 9999px;--radius-lg: 18px;--radius-md: 14px;--radius-sm: 10px;--radius-input: var(--radius-md);--sidebar-width: 268px;--sidebar-narrow: 80px;--font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--transition: .22s ease}:root{font-family:var(--font-sans);line-height:1.5;font-weight:400;color-scheme:light;color:var(--color-text);background-color:var(--color-bg-app);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:var(--color-primary);text-decoration:inherit}a:hover{color:var(--color-primary-hover)}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--color-bg-app);color:var(--color-text)}input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]):not([type=hidden]):not([type=image]):not([type=button]):not([type=submit]):not([type=reset]):not([type=color]),textarea,select{border-radius:var(--radius-input)}h1{font-size:2.25rem;line-height:1.2;color:var(--color-text);font-weight:700}button{border-radius:var(--radius-pill)}button:not([class]){border:1px solid var(--color-border);padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--color-primary);color:#fff;cursor:pointer;transition:background-color var(--transition),box-shadow var(--transition),border-color var(--transition)}button:not([class]):hover{background-color:var(--color-primary-hover)}button:not([class]):focus,button:not([class]):focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}
