.layout{display:flex;min-height:100vh;background-color:#f5f5f5}.sidebar{width:250px;background-color:#fff;box-shadow:0 4px 6px #00000012,0 10px 20px #00000014;display:flex;flex-direction:column;position:fixed;height:100vh;z-index:1000}.sidebar-header{padding:2rem 1.5rem;border-bottom:1px solid #f5f5f5;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem}.sidebar-logo{max-width:50px;max-height:50px;height:auto;object-fit:contain}.sidebar-title{font-size:1.125rem;font-weight:600;color:#000;letter-spacing:.5px}.sidebar-nav{flex:1;padding:1rem 0;display:flex;flex-direction:column;gap:.25rem}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.5rem;color:#000;text-decoration:none;transition:all .25s ease;margin:0 .5rem;border-radius:12px}.nav-item:hover{background-color:#f5f5f5}.nav-item-active{background-color:#000;color:#fff}.nav-item-active:hover{background-color:#333}.nav-icon{font-size:1.125em;flex-shrink:0}.nav-label{font-weight:500;font-size:.9375em}.main-content{flex:1;margin-left:250px;padding:2rem;min-height:100vh}@media (max-width: 768px){.sidebar{width:70px}.sidebar-header{padding:1rem}.sidebar-logo{max-width:50px}.sidebar-title,.nav-label{display:none}.nav-item{justify-content:center;padding:.875rem;margin:0 .25rem}.main-content{margin-left:70px;padding:1rem}}.card{padding:2.5em;background-color:#fff;border-radius:16px;box-shadow:0 4px 6px #00000012,0 10px 20px #00000014,0 20px 40px #0000000f;transition:box-shadow .3s ease,transform .3s ease}.card-hover:hover{box-shadow:0 6px 12px #00000017,0 15px 30px #0000001a,0 25px 50px #00000014;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:#000}.input{padding:.75em 1em;border-radius:12px;border:1px solid #cccccc;background-color:#fff;color:#000;font-size:1em;font-family:inherit;transition:all .25s ease;box-shadow:0 1px 2px #0000000d,0 2px 4px #0000000a}.input:focus{outline:none;border-color:#000;box-shadow:0 2px 4px #00000014,0 4px 8px #0000000f}.input:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.input::placeholder{color:#999}.input-error{border-color:#c00}.input-error-text{font-size:.75em;color:#c00}.input-helper-text{font-size:.75em;color:#666}.btn{border-radius:12px;border:none;font-weight:500;font-family:inherit;cursor:pointer;transition:all .25s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background-color:#000;color:#fff;box-shadow:0 2px 4px #0003,0 4px 8px #00000026}.btn-primary:hover:not(:disabled){background-color:#333;box-shadow:0 3px 6px #00000040,0 6px 12px #0003;transform:translateY(-1px)}.btn-secondary{background-color:#fff;color:#000;border:1px solid #cccccc;box-shadow:0 2px 4px #0000000d,0 4px 8px #0000000a}.btn-secondary:hover:not(:disabled){background-color:#f5f5f5;box-shadow:0 3px 6px #00000014,0 6px 12px #0000000f;transform:translateY(-1px)}.btn-ghost{background-color:transparent;color:#000;border:1px solid transparent}.btn-ghost:hover:not(:disabled){background-color:#f5f5f5}.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-color:#f5f5f5;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}.login-title{margin-bottom:.5rem;text-align:center}.login-subtitle{color:#666;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-error-general{padding:.75rem 1rem;background-color:#f5f5f5;border:1px solid #cccccc;border-radius:8px;color:#000;font-size:.875em;text-align:center}.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}.login-button{width:100%;margin-top:.5rem}.login-team-link{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #f5f5f5;text-align:center}.login-team-text{color:#666;line-height:1.6}.login-team-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}.login-team-button:hover{color:#333}.login-team-button:focus{outline:none;text-decoration:none}.login-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #f5f5f5;text-align:center}.login-help-text{color:#666;line-height:1.6}.login-contact-link{color:#000;text-decoration:underline;font-weight:500;transition:color .25s ease}.login-contact-link:hover{color:#333}@media (max-width: 768px){.login-page{padding:1rem}.login-card{padding:2rem}.login-logo{width:50px;height:50px}}.team-login-page{min-height:100vh;background-color:#f5f5f5;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%}.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:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem}.popup-box{background-color:#fff;border-radius:16px;box-shadow:0 4px 6px #00000012,0 10px 20px #00000014,0 20px 40px #0000000f;max-width:800px;width:100%;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.popup-header{display:flex;align-items:center;justify-content:space-between;padding:1.5em;border-bottom:1px solid #f5f5f5}.popup-title{margin:0;font-size:1.5em;font-weight:600;color:#000}.popup-close{background:none;border:none;color:#000;cursor:pointer;padding:.5em;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background-color .2s ease}.popup-close:hover{background-color:#f5f5f5}.popup-content{padding:1.5em;overflow-y:auto;flex:1}.topbar{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background-color:#fff;box-shadow:0 2px 4px #0000000d;border-bottom:1px solid #e5e7eb;margin:-2rem -2rem 2rem;position:sticky;top:0;z-index:100}.topbar-left{flex:1;display:flex;flex-direction:column;gap:.25rem}.topbar-title{margin:0;font-weight:600}.topbar-description{color:#666;margin:0;font-size:.875rem}.topbar-right{display:flex;align-items:center;gap:1.5rem}.topbar-time{color:#666;font-size:.9375rem;font-weight:500;white-space:nowrap}.topbar-notification{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:#000;position:relative}.topbar-notification:hover{background-color:#f5f5f5}.notification-icon{font-size:1.25rem}.notification-badge{position:absolute;top:.25rem;right:.25rem;background-color:#ef4444;color:#fff;font-size:.75rem;font-weight:600;padding:.125rem .375rem;border-radius:10px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;line-height:1}.notifications-popup .popup-overlay{justify-content:flex-end;align-items:flex-start;padding:0}.notifications-popup .popup-box{max-width:400px;width:100%;height:100vh;max-height:100vh;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 #f5f5f5;cursor:pointer;transition:background-color .2s ease;position:relative}.notification-item:hover{background-color:#f9fafb}.notification-item.unread{background-color:#f0f9ff}.notification-item.unread:hover{background-color:#e0f2fe}.notification-content{flex:1;display:flex;flex-direction:column;gap:.25rem}.notification-title{margin:0;font-weight:600;color:#1f2937;font-size:.9375rem}.notification-message{margin:0;color:#6b7280;font-size:.875rem;line-height:1.5}.notification-time{margin:0;color:#9ca3af;font-size:.75rem}.notification-dot{width:8px;height:8px;border-radius:50%;background-color:#2563eb;flex-shrink:0;margin-top:.5rem}.notification-item.info .notification-dot{background-color:#3b82f6}.notification-item.success .notification-dot{background-color:#10b981}.notification-item.warning .notification-dot{background-color:#f59e0b}.no-notifications{padding:3rem 1.5rem;text-align:center;color:#9ca3af}.notifications-list::-webkit-scrollbar{width:6px}.notifications-list::-webkit-scrollbar-track{background:#f1f1f1}.notifications-list::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:10px}.notifications-list::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media (max-width: 768px){.topbar{padding:1rem 1.5rem;margin:-1rem -1rem 1.5rem}.topbar-time{font-size:.875rem}.topbar-right{gap:1rem}.notifications-popup .popup-box{max-width:100%;width:100%}}.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}.bar-chart-wrapper,.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}.line-chart-wrapper{width:100%}.overview-page{width:100%;margin:0 auto}.overview-content{display:flex;flex-direction:column;gap:2rem}.overview-stats-card{padding:2rem}.overview-section{padding:2rem}.section-title{margin-bottom:1.5rem;color:#374151;font-weight:600}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem 2rem;margin-top:1.5rem;width:100%;box-sizing:border-box}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.summary-card{padding:2rem}.summary-title{margin-bottom:1.5rem;color:#374151;font-weight:600}.summary-content{display:flex;flex-direction:column;gap:1.5rem}.summary-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:#f9fafb;border-radius:8px;border-left:4px solid #e5e7eb}.summary-label{color:#6b7280;font-weight:500}.summary-value{font-weight:700;color:#1f2937}.summary-value.positive{color:#10b981}.summary-value.neutral{color:#f59e0b}.summary-value.negative{color:#ef4444}@media (max-width: 1024px){.charts-grid,.summary-grid{grid-template-columns:1fr}}@media (max-width: 768px){.overview-stats-card,.overview-section,.summary-card{padding:1rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.stat-value{font-size:2rem}}.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:12px;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}.dropdown-wrapper{display:flex;flex-direction:column;gap:.5rem;width:100%;position:relative}.dropdown-label{font-size:.875em;font-weight:500;color:#000}.dropdown-container{position:relative}.dropdown-trigger{width:100%;padding:.75em 1em;border-radius:12px;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}.dropdown-trigger:hover:not(.dropdown-disabled){border-color:#000;box-shadow:0 2px 4px #00000014,0 4px 8px #0000000f}.dropdown-trigger:focus{outline:none;border-color:#000}.dropdown-disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.dropdown-selected{flex:1;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.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:#fff;border:1px solid #cccccc;border-radius:12px;box-shadow:0 4px 6px #00000012,0 10px 20px #00000014,0 20px 40px #0000000f;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:#f5f5f5}.dropdown-option-selected{background-color:#f5f5f5;font-weight:500}.dropdown-empty{padding:1em;text-align:center;color:#666;font-size:.875em}.dropdown-checkbox{width:18px;height:18px;border:2px solid #cccccc;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dropdown-option-selected .dropdown-checkbox{background-color:#000;border-color:#000;color:#fff}.post-evaluation-page{width:100%;margin:0 auto}.post-evaluation-content{display:flex;flex-direction:column;gap:2rem}.evaluation-form-card,.evaluation-list-card,.evaluation-stats-card{padding:2rem}.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}.evaluating-indicator{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem;margin:1rem 0;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:12px;border:2px dashed #3b82f6}.evaluating-text{color:#1e40af;font-weight:500;font-size:1rem}.platform-selector{display:flex;flex-direction:column;gap:1rem}.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:#374151}.file-upload-single{display:flex;flex-direction:column;gap:.75rem}.media-restrictions{margin-top:.25rem}.restriction-text{font-size:.875rem;color:#6b7280;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:#f9fafb;border-radius:4px;font-size:.875rem}.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:#fff}.evaluations-table thead{background-color:#f9fafb;border-bottom:2px solid #e5e7eb}.evaluations-table th{padding:1rem;text-align:left;font-weight:600;color:#374151;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.evaluations-table td{padding:1rem;border-bottom:1px solid #e5e7eb;color:#374151;font-size:.9375rem}.evaluations-table tbody tr:hover{background-color:#f9fafb}.evaluations-table tbody tr:last-child td{border-bottom:none}.evaluation-row{cursor:pointer;transition:background-color .2s ease}.evaluation-row:hover{background-color:#f3f4f6!important}.platform-badge{display:inline-block;padding:.25rem .75rem;background-color:#e5e7eb;color:#374151;border-radius:12px;font-size:.875rem;font-weight:500;text-transform:capitalize}.rating-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;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:#374151;margin-bottom:0}.detail-content{padding:1rem;background-color:#f9fafb;border-radius:8px;color:#374151;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:#e5e7eb;color:#374151;border-radius:12px;font-size:.875rem;font-weight:500}.suggestions-list{display:flex;flex-direction:column;gap:1rem}.suggestion-item{padding:1rem;background-color:#f9fafb;border-radius:8px;border-left:4px solid #3b82f6;line-height:1.6}.suggestion-item strong{color:#1e40af;display:block;margin-bottom:.5rem}.media-list{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background-color:#f9fafb;border-radius:8px}.media-list>div{color:#374151;font-size:.9375rem}.media-list strong{color:#1e40af;margin-right:.5rem}.evaluation-results-card{margin-top:2rem;padding:2rem;background:linear-gradient(135deg,#f8fafc,#fff);border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 4px 6px #0000000d,0 10px 15px #0000001a}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #e5e7eb}.results-title{margin:0;color:#111827;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:#374151;font-weight:600;font-size:1.125rem}.result-section-content{padding:1rem 1.25rem;background-color:#fff;border-radius:8px;border:1px solid #e5e7eb;color:#4b5563;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:#6b7280;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.text-comparison-content{padding:1rem 1.25rem;border-radius:8px;line-height:1.7;font-size:.9375rem;min-height:120px}.text-comparison-content.original-text{background-color:#f9fafb;border:1px solid #e5e7eb;color:#4b5563}.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 #e5e7eb;flex-wrap:wrap}.suggestion-item{padding:1.25rem;background-color:#fff;border-radius:8px;border-left:4px solid #3b82f6;line-height:1.7;box-shadow:0 1px 3px #0000000d;transition:transform .2s ease,box-shadow .2s ease}.suggestion-item:hover{transform:translate(4px);box-shadow:0 2px 6px #0000001a}.suggestion-item strong{color:#1e40af;display:block;margin-bottom:.5rem;font-size:.9375rem}.media-list{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem;background-color:#fff;border-radius:8px;border:1px solid #e5e7eb}.media-list>div{color:#374151;font-size:.9375rem;padding:.5rem 0;border-bottom:1px solid #f3f4f6}.media-list>div:last-child{border-bottom:none}.media-list strong{color:#1e40af;margin-right:.5rem;font-weight:600}@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%}}.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}.stat-card{padding:2rem;text-align:center}.stat-label{color:#666;font-size:.9rem}.listenings-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-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%}}.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:flex-end;gap:1.5rem;flex-wrap:wrap}.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}.supporter-icon{color:#059669;font-size:1rem;cursor:pointer}.contact-cell{display:flex;flex-direction:column;gap:.5rem}.contact-item{display:flex;align-items:center;gap:.5rem}.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-info{margin:0;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,.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{flex-direction:column;gap:.5rem}}.data-house-page{width:100%;margin:0 auto}.data-house-content{display:flex;flex-direction:column;gap:2rem}.data-house-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}.data-house-filters-card{padding:2rem}.data-house-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}.data-house-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}@media (max-width: 768px){.files-table-container{overflow-x:scroll}.files-table{min-width:800px}.table-actions{flex-direction:column;gap:.25rem}}.area-chart-wrapper,.scatter-chart-wrapper,.composed-chart-wrapper{width:100%}.csv-analysis-page{padding:2rem;max-width:1400px;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}.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}@media (max-width: 768px){.csv-analysis-page{padding:1rem}.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}}.profile-page{width:100%;margin:0 auto}.profile-content{display:flex;flex-direction:column;gap:2rem}.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-form-card{padding:2rem}.section-title{margin-bottom:1.5rem}.profile-form{display:flex;flex-direction:column;gap:1.5rem}.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}@media (max-width: 768px){.form-row{grid-template-columns:1fr}}.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-page{padding:1rem}.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}.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}.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}.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{max-width:1400px;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}.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}.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{max-width:500px;margin:0 auto;padding:2rem;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}.add-voter-page{width:100%;max-width:1200px;margin:2rem auto;padding:0 2rem}.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-page{padding:0 1rem}.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}@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}}.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}.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}.strategy-page{width:100%;margin:0 auto}.strategy-content{display:flex;flex-direction:column;gap:2rem}.strategy-stats-card{padding:2rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:1.5rem}.stat-card{padding:1.5rem;text-align:center;background-color:#f9fafb;border:1px solid #e5e7eb}.stat-value{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#2563eb}.stat-label{color:#666;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.strategy-section{padding:2rem}.section-title-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-title{margin-bottom:0;color:#374151;font-weight:600}.settings-button{background:none;border:none;padding:.5rem .75rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;border-radius:.375rem;transition:background-color .2s ease}.settings-button:hover{background-color:#f3f4f6}.settings-button:active{background-color:#e5e7eb}.settings-icon{color:#6b7280;font-size:1.25rem;transition:color .2s ease;flex-shrink:0}.settings-text{color:#6b7280;font-size:.875rem;font-weight:500;transition:color .2s ease}.settings-button:hover .settings-icon,.settings-button:hover .settings-text{color:#374151}.strategy-info{margin-top:1rem}.info-text{color:#6b7280;line-height:1.6}.section-description{color:#6b7280;font-size:.875rem;margin-bottom:1.5rem}.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-item{width:100%;box-sizing:border-box;overflow:visible}.chart-item-full{width:100%;margin-top:1rem}.strategy-settings-popup .popup-box{max-width:900px;max-height:90vh;overflow-y:auto}.geographic-selectors{display:flex;flex-direction:column;gap:1rem}.strategy-settings-list{display:flex;flex-direction:column;gap:1rem;max-height:500px;overflow-y:auto;padding-right:.5rem}.strategy-setting-description{color:#6b7280;font-size:.875rem;line-height:1.5;margin:0}.settings-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}@media (max-width: 768px){.strategy-stats-card,.strategy-section{padding:1rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.stat-value{font-size:2rem}.strategy-settings-popup .popup-box{max-width:95vw}.strategy-setting-header{flex-direction:column;align-items:flex-start}.toggle-switch{align-self:flex-end}.settings-actions{flex-direction:column}.settings-actions button{width:100%}.form-row{flex-direction:column;align-items:stretch}.add-button{width:100%;min-width:auto}.state-header{flex-direction:column;align-items:flex-start;gap:.5rem}.remove-button{align-self:flex-end}}.strategy-settings-page{width:100%;margin:0 auto}.back-button-container{margin-bottom:1.5rem}.back-button{display:flex;align-items:center;color:#6b7280;padding:.5rem 1rem}.back-button:hover{color:#374151;background-color:#f3f4f6}.strategy-settings-content{display:flex;flex-direction:column;gap:2rem}.settings-section-card{padding:2rem}.settings-section{display:flex;flex-direction:column;gap:1rem}.settings-section-title{color:#374151;font-weight:600;margin-bottom:.25rem}.settings-section-description{color:#6b7280;font-size:.875rem;margin-bottom:.5rem}.add-state-form{margin-bottom:1.5rem;padding:1rem;background-color:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.form-row{display:flex;gap:1rem;align-items:flex-end}.form-row .input-wrapper{flex:1}.add-button{white-space:nowrap;min-width:140px}.geographic-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}.state-item{padding:1rem;border:1px solid #e5e7eb;border-radius:8px;background-color:#fff}.state-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.state-name{color:#374151;font-weight:600;font-size:1.125rem;margin:0}.remove-button{color:#ef4444;padding:.25rem .5rem;min-width:auto}.remove-button:hover{background-color:#fee2e2;color:#dc2626}.add-constituency-form{margin-bottom:1rem;padding:.75rem;background-color:#f9fafb;border-radius:6px}.constituencies-list{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.constituency-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background-color:#f9fafb;border-radius:6px;border:1px solid #e5e7eb}.constituency-name{color:#374151;font-size:.9375rem;margin:0}.empty-message,.empty-constituency{color:#9ca3af;font-style:italic;text-align:center;padding:2rem;background-color:#f9fafb;border-radius:8px;border:1px dashed #d1d5db}.strategy-settings-list{display:flex;flex-direction:column;gap:1rem;max-height:600px;overflow-y:auto;padding-right:.5rem}.strategy-setting-item{padding:1rem;border:1px solid #e5e7eb;border-radius:8px;background-color:#fff;transition:border-color .2s ease,box-shadow .2s ease}.strategy-setting-item:hover{border-color:#d1d5db;box-shadow:0 1px 3px #0000001a}.strategy-setting-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.strategy-setting-info{flex:1;display:flex;flex-direction:column;gap:.5rem}.strategy-setting-name{color:#374151;font-weight:600;font-size:1rem;margin:0}.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)}.settings-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:1rem;border-top:1px solid #e5e7eb;margin-top:1rem}.strategy-settings-list::-webkit-scrollbar{width:6px}.strategy-settings-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.strategy-settings-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.strategy-settings-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width: 768px){.settings-section-card{padding:1rem}.form-row{flex-direction:column;align-items:stretch}.add-button{width:100%;min-width:auto}.state-header{flex-direction:column;align-items:flex-start;gap:.5rem}.remove-button{align-self:flex-end}.settings-actions{flex-direction:column}.settings-actions button{width:100%}}.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}.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-page{padding:1rem}.team-settings-section{padding:1.5rem}.form-actions{flex-direction:column}.form-actions button{width:100%}}.policy-page{padding:2rem;max-width:1200px;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-page{padding:1rem}.policy-card{padding:1.5rem}.policy-section-title{font-size:1.25rem}.policy-list{padding-left:1.5rem}}#root{min-height:100vh;background-color:#f5f5f5}.App{width:100%;min-height:100vh}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#000;background-color:#f5f5f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#000;text-decoration:inherit}a:hover{color:#333}body{margin:0;min-width:320px;min-height:100vh;background-color:#f5f5f5;color:#000}h1{font-size:3.2em;line-height:1.1;color:#000}button{border-radius:12px;border:1px solid #cccccc;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#000;color:#fff;cursor:pointer;transition:all .25s ease}button:hover{background-color:#f5f5f5;border-color:#333}button:focus,button:focus-visible{outline:2px solid #000000;outline-offset:2px}
