*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.snackbar{align-items:center;border-radius:8px;bottom:20px;box-shadow:0 4px 12px #00000026;display:flex;font-size:14px;gap:12px;justify-content:space-between;line-height:1.5;max-width:500px;min-width:300px;padding:16px 20px;position:fixed;right:20px;z-index:10000}.snackbar,.snackbar.snackbar-enter{animation:slideInRight .3s ease-out}.snackbar.snackbar-exit{animation:slideOutRight .3s ease-in forwards}.snackbar .snackbar-content{align-items:center;display:flex;flex:1 1;gap:12px}.snackbar .snackbar-icon{flex-shrink:0}.snackbar .snackbar-message{word-wrap:break-word;flex:1 1}.snackbar .snackbar-close{align-items:center;background:none;border:none;color:inherit;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;opacity:.7;padding:4px;transition:opacity .2s}.snackbar .snackbar-close:hover{opacity:1}.snackbar.snackbar-success{background-color:#10b981;color:#fff}.snackbar.snackbar-success .snackbar-icon{color:#fff}.snackbar.snackbar-error{background-color:#ef4444;color:#fff}.snackbar.snackbar-error .snackbar-icon{color:#fff}.snackbar.snackbar-warning{background-color:#f59e0b;color:#fff}.snackbar.snackbar-warning .snackbar-icon{color:#fff}.snackbar.snackbar-info{background-color:#3b82f6;color:#fff}.snackbar.snackbar-info .snackbar-icon{color:#fff}@keyframes slideInRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes slideOutRight{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(100%)}}.snackbar-container{bottom:20px;display:flex;flex-direction:column;gap:12px;max-width:500px;pointer-events:none;position:fixed;right:20px;z-index:10000}.snackbar-container .snackbar{bottom:auto;pointer-events:auto;position:relative;right:auto}.confirm-dialog-overlay{align-items:center;animation:confirmOverlayFadeIn .25s ease-out;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:#00000073;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10001}.confirm-dialog{animation:confirmDialogPopIn .3s cubic-bezier(.34,1.56,.64,1);background:#fff;border-radius:12px;box-shadow:0 25px 50px -12px #00000040;max-height:90vh;max-width:450px;overflow:auto;width:90%}.confirm-dialog .confirm-dialog-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;gap:12px;padding:20px 24px}.confirm-dialog .confirm-dialog-header .confirm-dialog-icon{align-items:center;color:#f59e0b;display:flex}.confirm-dialog .confirm-dialog-header h3{color:#1f2937;flex:1 1;font-size:1.2rem;font-weight:600;margin:0}.confirm-dialog .confirm-dialog-header .confirm-dialog-close{align-items:center;background:none;border:none;color:#6b7280;cursor:pointer;display:flex;justify-content:center;padding:4px;transition:color .2s}.confirm-dialog .confirm-dialog-header .confirm-dialog-close:hover{color:#1f2937}.confirm-dialog .confirm-dialog-body{padding:24px}.confirm-dialog .confirm-dialog-body p{color:#1f2937;font-size:1rem;line-height:1.6;margin:0}.confirm-dialog .confirm-dialog-footer{border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;padding:16px 24px}.confirm-dialog .confirm-dialog-footer .confirm-button{border:none;border-radius:6px;cursor:pointer;font-size:.95rem;font-weight:500;padding:10px 24px;transition:all .2s}.confirm-dialog .confirm-dialog-footer .confirm-button.cancel{background-color:#f9fafb;color:#1f2937}.confirm-dialog .confirm-dialog-footer .confirm-button.cancel:hover{background-color:#eaedf1}.confirm-dialog .confirm-dialog-footer .confirm-button.confirm{background-color:#ef4444;color:#fff}.confirm-dialog .confirm-dialog-footer .confirm-button.confirm:hover{background-color:#ed2d2d}@keyframes confirmOverlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes confirmDialogPopIn{0%{opacity:0;transform:scale(.9) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.login-page{align-items:center;background:linear-gradient(135deg,#1e5631,#2d7a47);display:flex;justify-content:center;min-height:100vh;padding:1rem}.login-container{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001a;max-width:400px;padding:2rem;width:100%}.login-header{margin-bottom:2rem;text-align:center}.login-header h1{color:#1e5631;font-size:1.8rem;margin-bottom:.5rem}.login-header p{color:#6b7280;font-size:.9rem}.login-form .error-message{background-color:#fee;border-radius:8px;color:#ef4444;font-size:.9rem;margin-bottom:1rem;padding:1rem}.login-form .form-group{margin-bottom:1.5rem}.login-form .form-group label{color:#1f2937;display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.login-form .form-group input{border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;padding:1rem;transition:border-color .2s;width:100%}.login-form .form-group input:focus{border-color:#1e5631;outline:none}.login-form .form-group input:disabled{background-color:#f9fafb;cursor:not-allowed}.login-form .login-button{background-color:#1e5631;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:1rem;transition:background-color .2s;width:100%}.login-form .login-button:hover:not(:disabled){background-color:#2d7a47}.login-form .login-button:disabled{cursor:not-allowed;opacity:.6}.admin-layout{background-color:#f9fafb;display:flex;min-height:100vh}.sidebar{background-color:#1e5631;color:#fff;display:flex;flex-direction:column;height:100vh;position:fixed;transition:width .3s ease;width:250px;z-index:1000}.sidebar.closed{width:70px}.sidebar .sidebar-header{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;padding:1.5rem}.sidebar .sidebar-header h2{font-size:1.2rem;font-weight:600;overflow:hidden;white-space:nowrap}.sidebar .sidebar-header .sidebar-toggle{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:.5rem}.sidebar .sidebar-nav{display:flex;flex:1 1;flex-direction:column;gap:.5rem;padding:1rem}.sidebar .sidebar-nav .nav-item{align-items:center;background:none;border:none;border-radius:8px;color:#fffc;cursor:pointer;display:flex;font-size:.95rem;gap:1rem;padding:1rem;text-align:left;transition:all .2s}.sidebar .sidebar-nav .nav-item:hover{background-color:#ffffff1a;color:#fff}.sidebar .sidebar-nav .nav-item.active{background-color:#fff3;color:#fff;font-weight:500}.sidebar .sidebar-nav .nav-item span{white-space:nowrap}.main-content{display:flex;flex:1 1;flex-direction:column;margin-left:250px;transition:margin-left .3s ease}.admin-layout .sidebar.closed~.main-content{margin-left:70px}.admin-header{background-color:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a;padding:1.5rem 2rem}.admin-header .header-content{align-items:center;display:flex;justify-content:space-between}.admin-header .header-content h1{color:#1f2937;font-size:1.5rem;font-weight:600}.admin-header .header-content .header-actions{align-items:center;display:flex;gap:1.5rem}.admin-header .header-content .header-actions .admin-email{color:#6b7280;font-size:.9rem}.admin-header .header-content .header-actions .logout-button{align-items:center;background-color:#ef4444;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;padding:.5rem 1rem;transition:background-color .2s}.admin-header .header-content .header-actions .logout-button:hover{background-color:#eb1515}.content-area{flex:1 1;overflow-y:auto;padding:2rem}@media(max-width:768px){.sidebar{width:70px}.sidebar.open{width:250px;z-index:1001}.main-content{margin-left:70px}.admin-header .header-content{align-items:flex-start;flex-direction:column;gap:1rem}.admin-header .header-content .header-actions{justify-content:space-between;width:100%}}.dashboard .dashboard-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.dashboard .dashboard-header h2{margin:0}.dashboard .dashboard-header .year-filter{background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;font-size:.9rem;padding:.5rem 1rem}.dashboard h2{color:#1f2937;font-size:1.8rem;margin-bottom:2rem}.dashboard .overview-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.dashboard .stat-card{align-items:center;background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;cursor:pointer;display:flex;gap:1.5rem;padding:2rem;transition:transform .2s,box-shadow .2s}.dashboard .stat-card:hover{box-shadow:0 4px 6px #0000001a;transform:translateY(-2px)}.dashboard .stat-card svg{color:#1e5631}.dashboard .stat-card h3{color:#1f2937;font-size:2.5rem;font-weight:600;margin:0}.dashboard .stat-card p{color:#6b7280;font-size:1rem;margin:0}.dashboard .dashboard-sections{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.dashboard .section-card{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:2rem}.dashboard .section-card h3{color:#1f2937;font-size:1.3rem;margin-bottom:1.5rem}.dashboard .section-card .activity-item{background-color:#f9fafb;border-radius:8px;margin-bottom:.5rem;padding:1rem}.dashboard .section-card .activity-item strong{color:#1f2937}.dashboard .section-card .status-breakdown{display:flex;flex-direction:column;gap:.5rem}.dashboard .section-card .status-item{background-color:#f9fafb;border-radius:8px;display:flex;justify-content:space-between;padding:1rem}.dashboard .section-card .status-item .status-label{color:#1f2937;text-transform:capitalize}.dashboard .section-card .status-item .status-count{color:#1e5631;font-weight:600}.dashboard .section-card .districts-list{display:flex;flex-direction:column;gap:.5rem}.dashboard .section-card .district-item{background-color:#f9fafb;border-radius:8px;color:#1f2937;display:flex;justify-content:space-between;padding:1rem}.mosque-list .page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.mosque-list .page-header h2{color:#1f2937;font-size:1.8rem}.mosque-list .page-header .header-actions{align-items:center;display:flex;gap:1rem}.mosque-list .page-header .map-button{align-items:center;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;color:#1f2937;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:1rem 1.5rem;transition:all .2s}.mosque-list .page-header .map-button:hover{background-color:#eaedf1;border-color:#1e5631}.mosque-list .page-header .extract-coords-button{align-items:center;background-color:#22c55e;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:1rem 1.5rem;transition:background-color .2s}.mosque-list .page-header .extract-coords-button:hover:not(:disabled){background-color:#1a9a49}.mosque-list .page-header .extract-coords-button:disabled{cursor:not-allowed;opacity:.6}.mosque-list .page-header .add-button{align-items:center;background-color:#1e5631;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:1rem 1.5rem;transition:background-color .2s}.mosque-list .page-header .add-button:hover{background-color:#2d7a47}.mosque-list .filters{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.mosque-list .filters .search-box{align-items:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;flex:1 1;gap:.5rem;min-width:200px;padding:1rem}.mosque-list .filters .search-box input{border:none;flex:1 1;font-size:.9rem;outline:none}.mosque-list .filters select{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;font-size:.9rem;padding:1rem}.mosque-list .table-container{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.mosque-list .mosques-table{border-collapse:collapse;width:100%}.mosque-list .mosques-table thead{background-color:#f9fafb}.mosque-list .mosques-table thead th{color:#1f2937;font-size:.9rem;font-weight:600;padding:1rem;text-align:left;text-transform:uppercase}.mosque-list .mosques-table tbody tr{border-bottom:1px solid #e5e7eb;transition:background-color .2s}.mosque-list .mosques-table tbody tr:hover{background-color:#f9fafb}.mosque-list .mosques-table tbody tr td{color:#1f2937;font-size:.9rem;padding:1rem}.mosque-list .mosques-table .has-restaurant-badge{align-items:center;background:#d1fae5;border-radius:4px;color:#065f46;display:inline-flex;font-size:.8rem;gap:4px;padding:.25rem .5rem}.mosque-list .mosques-table .no-restaurant{color:#6b7280}.mosque-list .mosques-table .status-select-inline{border:1px solid #0000;border-radius:4px;cursor:pointer;font-size:.8rem;font-weight:500;min-width:90px;padding:.25rem .5rem;text-transform:capitalize}.mosque-list .mosques-table .status-select-inline:disabled{cursor:wait;opacity:.7}.mosque-list .mosques-table .status-select-inline.available{background-color:#d4edda;color:#155724}.mosque-list .mosques-table .status-select-inline.unavailable{background-color:#f8d7da;color:#721c24}.mosque-list .mosques-table .status-select-inline.pending{background-color:#fff3cd;color:#856404}.mosque-list .mosques-table .status-select-inline.rejected{background-color:#f8d7da;color:#721c24}.mosque-list .mosques-table .direction-clicks{align-items:center;display:inline-flex;gap:4px}.mosque-list .mosques-table .status-badge{border-radius:4px;font-size:.8rem;font-weight:500;padding:.25rem .5rem;text-transform:capitalize}.mosque-list .mosques-table .status-badge.available{background-color:#d4edda;color:#155724}.mosque-list .mosques-table .status-badge.unavailable{background-color:#f8d7da;color:#721c24}.mosque-list .mosques-table .status-badge.pending{background-color:#fff3cd;color:#856404}.mosque-list .mosques-table .status-badge.rejected{background-color:#f8d7da;color:#721c24}.mosque-list .mosques-table .verified-badge{color:#22c55e;font-weight:500}.mosque-list .mosques-table .unverified-badge{color:#6b7280}.mosque-list .mosques-table .coords-badge{border-radius:4px;display:inline-block;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.mosque-list .mosques-table .coords-badge.success{background-color:#d4edda;color:#155724}.mosque-list .mosques-table .coords-badge.missing{background-color:#fff3cd;color:#856404}.mosque-list .mosques-table .action-buttons{display:flex;gap:.5rem}.mosque-list .mosques-table .action-buttons .action-btn{align-items:center;background:none;border:none;border-radius:4px;cursor:pointer;display:flex;gap:.25rem;justify-content:center;padding:.25rem .5rem;transition:all .2s}.mosque-list .mosques-table .action-buttons .action-btn.view{color:#1e5631}.mosque-list .mosques-table .action-buttons .action-btn.view:hover{background-color:#1e56311a}.mosque-list .mosques-table .action-buttons .action-btn.edit{background:#1e563114;color:#1e5631}.mosque-list .mosques-table .action-buttons .action-btn.edit:hover{background-color:#1e56312e;color:#174326}.mosque-list .mosques-table .action-buttons .action-btn.extract{color:#22c55e}.mosque-list .mosques-table .action-buttons .action-btn.extract:hover{background-color:#22c55e1a}.mosque-list .mosques-table .action-buttons .action-btn.extract:disabled{cursor:not-allowed;opacity:.5}.mosque-list .mosques-table .action-buttons .action-btn.delete{color:#ef4444}.mosque-list .mosques-table .action-buttons .action-btn.delete:hover{background-color:#ef44441a}.mosque-list .mosques-table .action-buttons .action-btn.copy{color:#1e5631}.mosque-list .mosques-table .action-buttons .action-btn.copy:hover{background-color:#1e56311a}.mosque-list .mosques-table .action-buttons .action-btn.copy:disabled{cursor:wait;opacity:.5}.mosque-list .spinning{animation:spin 1s linear infinite}.mosque-list .copy-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.mosque-list .copy-overlay .copy-overlay-modal{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #0000004d;max-width:480px;padding:2rem;width:90%}.mosque-list .copy-overlay .copy-overlay-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.mosque-list .copy-overlay .copy-overlay-header h3{color:#1f2937;font-size:1.25rem;margin:0}.mosque-list .copy-overlay .copy-overlay-header .copy-overlay-close{align-items:center;background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;display:flex;justify-content:center;padding:.25rem}.mosque-list .copy-overlay .copy-overlay-header .copy-overlay-close:hover{background-color:#f9fafb}.mosque-list .copy-overlay .copy-overlay-subtitle{color:#6b7280;font-size:.9rem;margin:0 0 1.5rem}.mosque-list .copy-overlay .copy-overlay-form{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.mosque-list .copy-overlay .copy-overlay-form .form-group{display:flex;flex-direction:column;gap:.25rem}.mosque-list .copy-overlay .copy-overlay-form .form-group label{color:#1f2937;font-size:.9rem;font-weight:500}.mosque-list .copy-overlay .copy-overlay-form .form-group input,.mosque-list .copy-overlay .copy-overlay-form .form-group select,.mosque-list .copy-overlay .copy-overlay-form .form-group textarea{border:1px solid #e5e7eb;border-radius:8px;font-size:.9rem;padding:.5rem 1rem}.mosque-list .copy-overlay .copy-overlay-form .form-group input:focus,.mosque-list .copy-overlay .copy-overlay-form .form-group select:focus,.mosque-list .copy-overlay .copy-overlay-form .form-group textarea:focus{border-color:#1e5631;outline:none}.mosque-list .copy-overlay .copy-overlay-form .form-group textarea{min-height:60px;resize:vertical}.mosque-list .copy-overlay .copy-overlay-actions{display:flex;gap:1rem;justify-content:flex-end}.mosque-list .copy-overlay .copy-overlay-actions button{align-items:center;border-radius:8px;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.5rem 1.5rem;transition:all .2s}.mosque-list .copy-overlay .copy-overlay-actions button:first-child{background:#f9fafb;border:1px solid #e5e7eb;color:#1f2937}.mosque-list .copy-overlay .copy-overlay-actions button:first-child:hover:not(:disabled){background-color:#eaedf1}.mosque-list .copy-overlay .copy-overlay-actions button.btn-primary{background-color:#1e5631;border:none;color:#fff}.mosque-list .copy-overlay .copy-overlay-actions button.btn-primary:hover:not(:disabled){background-color:#2d7a47}.mosque-list .copy-overlay .copy-overlay-actions button:disabled{cursor:not-allowed;opacity:.6}.mosque-list .progress-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.mosque-list .progress-overlay .progress-modal{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #0000004d;max-height:80vh;max-width:600px;overflow-y:auto;padding:2rem;width:90%}.mosque-list .progress-overlay .progress-modal .progress-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.mosque-list .progress-overlay .progress-modal .progress-header h3{color:#1f2937;font-size:1.25rem;margin:0}.mosque-list .progress-overlay .progress-modal .progress-header .progress-close{align-items:center;background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;display:flex;justify-content:center;padding:.25rem;transition:background-color .2s}.mosque-list .progress-overlay .progress-modal .progress-header .progress-close:hover{background-color:#f9fafb}.mosque-list .progress-overlay .progress-modal .progress-content .completion-message{border-radius:8px;font-weight:500;margin-bottom:1.5rem;padding:1rem}.mosque-list .progress-overlay .progress-modal .progress-content .completion-message.success{background-color:#d4edda;color:#155724}.mosque-list .progress-overlay .progress-modal .progress-content .completion-message.warning{background-color:#fff3cd;color:#856404}.mosque-list .progress-overlay .progress-modal .progress-content .progress-stats{display:flex;gap:1.5rem;margin-bottom:1rem}.mosque-list .progress-overlay .progress-modal .progress-content .progress-stats .progress-stat{display:flex;flex-direction:column;gap:.25rem}.mosque-list .progress-overlay .progress-modal .progress-content .progress-stats .progress-stat .stat-label{color:#6b7280;font-size:.85rem}.mosque-list .progress-overlay .progress-modal .progress-content .progress-stats .progress-stat .stat-value{color:#1f2937;font-size:1.25rem;font-weight:600}.mosque-list .progress-overlay .progress-modal .progress-content .progress-stats .progress-stat .stat-value.success{color:#22c55e}.mosque-list .progress-overlay .progress-modal .progress-content .progress-stats .progress-stat .stat-value.error{color:#ef4444}.mosque-list .progress-overlay .progress-modal .progress-content .progress-bar-container{background-color:#f9fafb;border-radius:4px;height:8px;margin-bottom:1.5rem;overflow:hidden;width:100%}.mosque-list .progress-overlay .progress-modal .progress-content .progress-bar-container .progress-bar{background-color:#1e5631;height:100%;transition:width .3s ease}.mosque-list .progress-overlay .progress-modal .progress-content .progress-bar-container .progress-bar.completed{background-color:#22c55e}.mosque-list .progress-overlay .progress-modal .progress-content .progress-errors{background-color:#f8d7da;border-radius:8px;color:#721c24;margin-top:1.5rem;padding:1rem}.mosque-list .progress-overlay .progress-modal .progress-content .progress-errors strong{display:block;margin-bottom:.5rem}.mosque-list .progress-overlay .progress-modal .progress-content .progress-errors .errors-list{max-height:200px;overflow-y:auto}.mosque-list .progress-overlay .progress-modal .progress-content .progress-errors .errors-list .error-item{display:flex;font-size:.85rem;gap:.5rem;padding:.25rem 0}.mosque-list .progress-overlay .progress-modal .progress-content .progress-errors .errors-list .error-item .error-mosque{font-weight:500}.mosque-list .progress-overlay .progress-modal .progress-content .progress-errors .errors-list .error-item .error-message{color:#721c24}.mosque-list .pagination{align-items:center;display:flex;gap:1rem;justify-content:center;margin-top:2rem}.mosque-list .pagination button{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;padding:.5rem 1rem;transition:all .2s}.mosque-list .pagination button:hover:not(:disabled){background-color:#f9fafb}.mosque-list .pagination button:disabled{cursor:not-allowed;opacity:.5}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{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{box-sizing:border-box;height:0;width:0;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{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.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;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.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{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{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:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width: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{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.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);height:36px;width: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{height:44px;width: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{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;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{border-top:1px solid #ddd;height:0;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{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.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{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.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{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.mosque-map-view{padding:1.5rem}.mosque-map-view .view-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.mosque-map-view .view-header h2{color:#1f2937;margin:0}.mosque-map-view .view-header .view-controls{align-items:center;display:flex;gap:1rem}.mosque-map-view .view-header .year-filter{background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;font-size:.9rem;padding:.5rem 1rem}.mosque-map-view .view-header .view-toggle{background-color:#f9fafb;border-radius:8px;display:flex;gap:.5rem;padding:4px}.mosque-map-view .view-header .view-toggle .toggle-btn{background:#0000;border:none;border-radius:4px;color:#6b7280;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .2s}.mosque-map-view .view-header .view-toggle .toggle-btn:hover{color:#1f2937}.mosque-map-view .view-header .view-toggle .toggle-btn.active{background-color:#1e5631;color:#fff}.mosque-map-view .view-container{grid-gap:1.5rem;display:grid;gap:1.5rem;height:calc(100vh - 200px)}.mosque-map-view .view-container.list{grid-template-columns:1fr}.mosque-map-view .view-container.map{grid-template-columns:400px 1fr}@media(max-width:1024px){.mosque-map-view .view-container.map{grid-template-columns:1fr;height:auto}.mosque-map-view .view-container.map .map-panel{height:500px}}.mosque-map-view .mosques-list-panel{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;overflow:hidden}.mosque-map-view .mosques-list-panel .list-header{background-color:#f9fafb;border-bottom:1px solid #e5e7eb;padding:1.5rem}.mosque-map-view .mosques-list-panel .list-header h3{color:#1f2937;font-size:1.1rem;margin:0}.mosque-map-view .mosques-list-panel .mosques-list{display:flex;flex:1 1;flex-direction:column;gap:1rem;overflow-y:auto;padding:1rem}.mosque-map-view .mosques-list-panel .mosque-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;gap:1rem;padding:1rem;transition:all .2s}.mosque-map-view .mosques-list-panel .mosque-item:hover{border-color:#1e5631;box-shadow:0 2px 8px #0000001a}.mosque-map-view .mosques-list-panel .mosque-item.selected{background-color:#1e56310d;border-color:#1e5631}.mosque-map-view .mosques-list-panel .mosque-item .mosque-number{align-items:center;background-color:#1e5631;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.1rem;font-weight:600;height:40px;justify-content:center;width:40px}.mosque-map-view .mosques-list-panel .mosque-item .mosque-content{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.mosque-map-view .mosques-list-panel .mosque-item .mosque-content h4{color:#1f2937;font-size:1rem;margin:0}.mosque-map-view .mosques-list-panel .mosque-item .mosque-content .mosque-location{align-items:center;color:#6b7280;display:flex;font-size:.85rem;gap:.25rem;margin:0}.mosque-map-view .mosques-list-panel .mosque-item .mosque-content .mosque-dish{color:#1f2937;font-size:.9rem;font-weight:500;margin:0}.mosque-map-view .mosques-list-panel .mosque-item .mosque-content .mosque-description{color:#6b7280;font-size:.85rem;line-height:1.4;margin:0}.mosque-map-view .mosques-list-panel .mosque-item .mosque-content .mosque-status{display:flex;gap:.5rem;margin-top:.25rem}.mosque-map-view .mosques-list-panel .mosque-item .mosque-content .mosque-status .status-badge{border-radius:4px;font-size:.75rem;font-weight:500;padding:4px 8px;text-transform:capitalize}.mosque-map-view .mosques-list-panel .mosque-item .mosque-content .mosque-status .status-badge.available{background-color:#d4edda;color:#155724}.mosque-map-view .mosques-list-panel .mosque-item .mosque-content .mosque-status .status-badge.unavailable{background-color:#f8d7da;color:#721c24}.mosque-map-view .mosques-list-panel .mosque-item .mosque-content .mosque-status .status-badge.pending{background-color:#fff3cd;color:#856404}.mosque-map-view .mosques-list-panel .mosque-item .mosque-content .mosque-status .verified-badge{background-color:#1e56311a;border-radius:4px;color:#1e5631;font-size:.75rem;font-weight:500;padding:4px 8px}.mosque-map-view .mosques-list-panel .mosque-item .mosque-actions{display:flex;flex-direction:column;flex-shrink:0;gap:.25rem}.mosque-map-view .mosques-list-panel .mosque-item .mosque-actions .action-btn{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:4px;cursor:pointer;display:flex;justify-content:center;padding:.25rem;transition:all .2s}.mosque-map-view .mosques-list-panel .mosque-item .mosque-actions .action-btn:hover{background-color:#f9fafb}.mosque-map-view .mosques-list-panel .mosque-item .mosque-actions .action-btn.view{color:#1e5631}.mosque-map-view .mosques-list-panel .mosque-item .mosque-actions .action-btn.view:hover{border-color:#1e5631}.mosque-map-view .mosques-list-panel .mosque-item .mosque-actions .action-btn.edit{color:#f59e0b}.mosque-map-view .mosques-list-panel .mosque-item .mosque-actions .action-btn.edit:hover{border-color:#f59e0b}.mosque-map-view .mosques-list-panel .mosque-item .mosque-actions .action-btn.delete{color:#ef4444}.mosque-map-view .mosques-list-panel .mosque-item .mosque-actions .action-btn.delete:hover{border-color:#ef4444}.mosque-map-view .map-panel{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden;position:relative}.mosque-map-view .map-panel .leaflet-map{height:100%;min-height:600px;width:100%;z-index:0}.custom-numbered-marker{background:#0000;border:none;text-align:center}.marker-number{align-items:center;background-color:#1e5631;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px #0000004d;color:#fff;display:flex;font-size:.9rem;font-weight:600;height:30px;justify-content:center;width:30px}.map-popup{max-width:300px;min-width:200px;padding:.5rem}.map-popup h3{color:#1f2937;font-size:1rem;margin:0 0 .5rem}.map-popup p{color:#6b7280;font-size:.85rem;margin:.25rem 0}.map-popup a{color:#1e5631;display:inline-block;font-size:.85rem;margin-top:.5rem;text-decoration:none}.map-popup a:hover{text-decoration:underline}.mosque-details .details-header{display:flex;justify-content:space-between;margin-bottom:2rem}.mosque-details .details-header .back-button,.mosque-details .details-header .edit-button{align-items:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;gap:.5rem;padding:.5rem 1rem;transition:all .2s}.mosque-details .details-header .back-button:hover,.mosque-details .details-header .edit-button:hover{background-color:#f9fafb}.mosque-details .details-header .edit-button{background-color:#1e5631;border-color:#1e5631;color:#fff}.mosque-details .details-header .edit-button:hover{background-color:#2d7a47}.mosque-details .details-header__actions{align-items:center;display:flex;gap:1rem}.mosque-details .details-header .copy-year-button{align-items:center;background-color:#1e563114;border:1px solid #1e5631;border-radius:8px;color:#1e5631;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;padding:.5rem 1rem;transition:all .2s}.mosque-details .details-header .copy-year-button:hover:not(:disabled){background-color:#1e563126}.mosque-details .details-header .copy-year-button:disabled{cursor:wait;opacity:.6}.mosque-details .details-content{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:2rem}.mosque-details .details-content .section{margin-bottom:2rem}.mosque-details .details-content .section:last-child{margin-bottom:0}.mosque-details .details-content .section h2{color:#1f2937;font-size:1.8rem;margin-bottom:1.5rem}.mosque-details .details-content .section h3{align-items:center;color:#1f2937;display:flex;font-size:1.2rem;gap:.5rem;margin-bottom:1rem}.mosque-details .details-content .info-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.mosque-details .details-content .info-item{align-items:center;color:#1f2937;display:flex;gap:.5rem;margin-bottom:.5rem}.mosque-details .details-content .info-item strong{color:#1f2937;margin-right:.25rem}.mosque-details .details-content .info-item a{color:#1e5631;text-decoration:none}.mosque-details .details-content .info-item a:hover{text-decoration:underline}.mosque-details .details-content .status-badge{border-radius:4px;font-size:.8rem;font-weight:500;margin-left:.5rem;padding:.25rem .5rem;text-transform:capitalize}.mosque-details .details-content .status-badge.available{background-color:#d4edda;color:#155724}.mosque-details .details-content .status-badge.unavailable{background-color:#f8d7da;color:#721c24}.mosque-details .details-content .status-badge.pending{background-color:#fff3cd;color:#856404}.mosque-details .details-content .status-badge.rejected{background-color:#f8d7da;color:#721c24}.mosque-details .details-content .pending-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.mosque-details .details-content .status-action-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:500;gap:.35rem;padding:.5rem 1rem;transition:all .2s}.mosque-details .details-content .status-action-btn.available{background-color:#d4edda;color:#155724}.mosque-details .details-content .status-action-btn.available:hover:not(:disabled){background-color:#b7e1c1}.mosque-details .details-content .status-action-btn.reject{background-color:#f8d7da;color:#721c24}.mosque-details .details-content .status-action-btn.reject:hover:not(:disabled){background-color:#f2b4ba}.mosque-details .details-content .status-action-btn.clarification{background-color:#cce5ff;color:#004085}.mosque-details .details-content .status-action-btn.clarification:hover:not(:disabled){background-color:#a3d0ff}.mosque-details .details-content .status-action-btn:disabled{cursor:not-allowed;opacity:.6}.mosque-details .details-content .info-item--status{flex-wrap:wrap}.mosque-details .details-content .info-item--status .status-select{background-color:#fff;border:1px solid #e5e7eb;border-radius:4px;cursor:pointer;font-size:.9rem;margin-left:.5rem;padding:.25rem .5rem}.mosque-details .details-content .info-item--status .status-select:disabled{cursor:not-allowed;opacity:.7}.mosque-details .details-content .status-note{background-color:#fff3cd;border-radius:4px;color:#856404;margin-top:.5rem;padding:.5rem}.mosque-details .details-content .clarification-requested{align-items:flex-start;background-color:#cce5ff;border-radius:4px;color:#004085;flex-direction:column;margin-top:.5rem;padding:.5rem}.mosque-details .details-content .clarification-requested .clarification-remarks{color:#004085;font-size:.9rem;margin:.25rem 0 0;white-space:pre-wrap}.mosque-details .details-content .linked-restaurant{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.mosque-details .details-content .linked-restaurant .link-text{background:none;border:none;color:#1e5631;cursor:pointer;font-size:inherit;padding:0;text-decoration:underline}.mosque-details .details-content .linked-restaurant .link-text:hover{color:#2d7a47}.mosque-details .details-content .linked-restaurant .unlink-btn{background:#dc26261a;border:1px solid #dc262633;border-radius:4px;color:#b91c1c;cursor:pointer;font-size:.8rem;padding:.25rem .5rem}.mosque-details .details-content .linked-restaurant .unlink-btn:hover:not(:disabled){background:#dc262633}.mosque-details .details-content .nearby-restaurants .nearby-list{display:flex;flex-direction:column;gap:.25rem;margin-top:.5rem}.mosque-details .details-content .nearby-restaurants .nearby-item{align-items:center;display:flex;gap:.5rem}.mosque-details .details-content .nearby-restaurants .nearby-item .link-text{background:none;border:none;color:#1e5631;cursor:pointer;font-size:inherit;padding:0;text-align:left;text-decoration:underline}.mosque-details .details-content .nearby-restaurants .nearby-item .link-text:hover{color:#2d7a47}.mosque-details .details-content .nearby-restaurants .nearby-item .link-btn-small{background:#1e5631;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.75rem;padding:.25rem .5rem}.mosque-details .details-content .nearby-restaurants .nearby-item .link-btn-small:hover:not(:disabled){background:#2d7a47}.mosque-details .details-content .add-restaurant-link{align-items:center;background:#22c55e1a;border:1px solid #22c55e4d;border-radius:8px;color:#15803d;cursor:pointer;display:inline-flex;font-size:.9rem;gap:.5rem;padding:.5rem 1rem}.mosque-details .details-content .add-restaurant-link:hover{background:#22c55e33}.mosque-details .details-content .contributor-card{background-color:#f9fafb;border-radius:8px;display:flex;gap:1rem;padding:1rem}.mosque-details .details-content .contributor-card img{border-radius:50%;height:60px;object-fit:cover;width:60px}.mosque-details .details-content .stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.mosque-details .details-content .stat-card{background-color:#f9fafb;border-radius:8px;padding:1rem;text-align:center}.mosque-details .details-content .stat-card strong{color:#6b7280;display:block;font-size:.9rem;margin-bottom:.5rem}.mosque-details .details-content .stat-card span{color:#1e5631;display:block;font-size:1.5rem;font-weight:600}.mosque-details .details-content .comments-list{display:flex;flex-direction:column;gap:1rem}.mosque-details .details-content .comment-card{background-color:#f9fafb;border-radius:8px;padding:1rem}.mosque-details .details-content .comment-card .comment-header{align-items:center;display:flex;gap:.5rem;margin-bottom:.5rem}.mosque-details .details-content .comment-card .comment-header img{border-radius:50%;height:40px;object-fit:cover;width:40px}.mosque-details .details-content .comment-card .comment-header .comment-meta{display:flex;flex:1 1;flex-direction:column}.mosque-details .details-content .comment-card .comment-header .comment-meta strong{color:#1f2937}.mosque-details .details-content .comment-card .comment-header .comment-meta span{color:#6b7280;font-size:.8rem}.mosque-details .details-content .comment-card .comment-header .comment-actions{align-items:center;display:flex;gap:.25rem}.mosque-details .details-content .comment-card .comment-header .action-btn{align-items:center;background:#64748b26;border:none;border-radius:4px;color:#64748b;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;padding:.5rem}.mosque-details .details-content .comment-card .comment-header .action-btn:hover:not(:disabled){background:#64748b40}.mosque-details .details-content .comment-card .comment-header .action-btn:disabled{cursor:not-allowed;opacity:.6}.mosque-details .details-content .comment-card .comment-header .delete-comment-btn{align-items:center;background:#dc26261a;border:none;border-radius:4px;color:#dc2626;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;padding:.5rem}.mosque-details .details-content .comment-card .comment-header .delete-comment-btn:hover:not(:disabled){background:#dc262633}.mosque-details .details-content .comment-card .comment-header .delete-comment-btn:disabled{cursor:not-allowed;opacity:.6}.mosque-details .details-content .comment-card p{color:#1f2937;margin:0}.mosque-details .details-content .comment-card.comment-card--hidden{border-left:3px solid #94a3b8;opacity:.7}.mosque-details .details-content .images-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.mosque-details .details-content .images-grid .image-item-with-delete{position:relative}.mosque-details .details-content .images-grid .image-item-with-delete img{border-radius:8px;display:block;height:200px;object-fit:cover;width:100%}.mosque-details .details-content .images-grid .image-item-with-delete.image-item--hidden img{opacity:.6}.mosque-details .details-content .images-grid .image-item-with-delete .image-actions{display:flex;gap:.25rem;position:absolute;right:.5rem;top:.5rem}.mosque-details .details-content .images-grid .image-item-with-delete .action-btn{align-items:center;background:#64748be6;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;justify-content:center;opacity:.7;padding:.5rem;transition:opacity .2s}.mosque-details .details-content .images-grid .image-item-with-delete .action-btn:hover:not(:disabled){opacity:1}.mosque-details .details-content .images-grid .image-item-with-delete .action-btn:disabled{cursor:not-allowed;opacity:.5}.mosque-details .details-content .images-grid .image-item-with-delete .delete-image-btn{align-items:center;background:#dc2626e6;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;justify-content:center;opacity:.7;padding:.5rem;transition:opacity .2s}.mosque-details .details-content .images-grid .image-item-with-delete .delete-image-btn:hover:not(:disabled){opacity:1}.mosque-details .details-content .images-grid .image-item-with-delete .delete-image-btn:disabled{cursor:not-allowed;opacity:.5}.mosque-details .modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.mosque-details .modal-content{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0003;max-width:480px;padding:2rem;width:90%}.mosque-details .modal-content h3{font-size:1.25rem;margin:0 0 .5rem}.mosque-details .modal-content p{color:#6b7280;font-size:.95rem;margin:0 0 1.5rem}.mosque-details .modal-content .form-group{margin-bottom:1.5rem}.mosque-details .modal-content .form-group label{display:block;font-weight:500;margin-bottom:.25rem}.mosque-details .modal-content .form-group textarea{border:1px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:.95rem;padding:1rem;resize:vertical;width:100%}.mosque-details .modal-content .form-group textarea:focus{border-color:#1e5631;outline:none}.mosque-details .modal-content .checkbox-label{align-items:center;cursor:pointer;display:flex;gap:.5rem;margin-bottom:1.5rem}.mosque-details .modal-content .modal-actions{display:flex;gap:1rem;justify-content:flex-end}.mosque-details .modal-content .modal-actions button{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;font-size:.95rem;padding:.5rem 1.5rem}.mosque-details .modal-content .modal-actions button:disabled{cursor:not-allowed;opacity:.6}.mosque-details .modal-content .modal-actions button.btn-primary{background:#1e5631;border-color:#1e5631;color:#fff}.mosque-details .modal-content .modal-actions button.btn-primary:hover:not(:disabled){background:#2d7a47}.mosque-details .modal-content .modal-actions button.btn-danger{background:#ef4444;border-color:#ef4444;color:#fff}.mosque-details .modal-content .modal-actions button.btn-danger:hover:not(:disabled){background:#ec1e1e}.add-mosque .page-header{align-items:center;display:flex;gap:1rem;margin-bottom:2rem}.add-mosque .page-header .back-button{align-items:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;gap:.5rem;padding:.5rem 1rem}.add-mosque .page-header h2{color:#1f2937;font-size:1.8rem}.add-mosque .mosque-form{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:2rem}.add-mosque .mosque-form .error-message{background-color:#fee;border-radius:8px;color:#ef4444;margin-bottom:1.5rem;padding:1rem}.add-mosque .mosque-form .form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}@media(max-width:768px){.add-mosque .mosque-form .form-row{grid-template-columns:1fr}}.add-mosque .mosque-form .form-group{margin-bottom:1rem}.add-mosque .mosque-form .form-group label{color:#1f2937;display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.add-mosque .mosque-form .form-group label input[type=checkbox]{margin-right:.5rem}.add-mosque .mosque-form .form-group input,.add-mosque .mosque-form .form-group select,.add-mosque .mosque-form .form-group textarea{border:1px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:.9rem;padding:1rem;width:100%}.add-mosque .mosque-form .form-group input:focus,.add-mosque .mosque-form .form-group select:focus,.add-mosque .mosque-form .form-group textarea:focus{border-color:#1e5631;outline:none}.add-mosque .mosque-form .form-group .input-with-button{align-items:stretch;display:flex;gap:.5rem}.add-mosque .mosque-form .form-group .input-with-button input{flex:1 1}.add-mosque .mosque-form .form-group .input-with-button .extract-coords-btn{align-items:center;background-color:#22c55e;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.25rem;padding:1rem 1.5rem;transition:background-color .2s;white-space:nowrap}.add-mosque .mosque-form .form-group .input-with-button .extract-coords-btn:hover:not(:disabled){background-color:#1a9a49}.add-mosque .mosque-form .form-group .input-with-button .extract-coords-btn:disabled{cursor:not-allowed;opacity:.6}.add-mosque .mosque-form .form-group .input-with-button .extract-coords-btn .spinning{animation:spin 1s linear infinite}.add-mosque .mosque-form .form-group textarea{resize:vertical}.add-mosque .mosque-form .form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.add-mosque .mosque-form .form-actions button{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;padding:1rem 1.5rem;transition:all .2s}.add-mosque .mosque-form .form-actions button[type=button]{background-color:#f9fafb;border:1px solid #e5e7eb;color:#1f2937}.add-mosque .mosque-form .form-actions button[type=button]:hover{background-color:#eaedf1}.add-mosque .mosque-form .form-actions button[type=submit]{background-color:#1e5631;color:#fff}.add-mosque .mosque-form .form-actions button[type=submit]:hover:not(:disabled){background-color:#2d7a47}.add-mosque .mosque-form .form-actions button[type=submit]:disabled{cursor:not-allowed;opacity:.6}.restaurant-list .page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.restaurant-list .page-header h2{color:#1f2937;font-size:1.8rem}.restaurant-list .page-header .header-actions{align-items:center;display:flex;gap:1rem}.restaurant-list .page-header .add-button{align-items:center;background-color:#1e5631;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:1rem 1.5rem;transition:background-color .2s}.restaurant-list .page-header .add-button:hover{background-color:#2d7a47}.restaurant-list .filters{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.restaurant-list .filters .search-box{align-items:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;flex:1 1;gap:.5rem;min-width:200px;padding:1rem}.restaurant-list .filters .search-box input{border:none;flex:1 1;font-size:.9rem;outline:none}.restaurant-list .filters select{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;font-size:.9rem;padding:1rem}.restaurant-list .table-container{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.restaurant-list .restaurants-table{border-collapse:collapse;width:100%}.restaurant-list .restaurants-table thead{background-color:#f9fafb}.restaurant-list .restaurants-table thead th{color:#1f2937;font-size:.9rem;font-weight:600;padding:1rem;text-align:left;text-transform:uppercase}.restaurant-list .restaurants-table tbody tr{border-bottom:1px solid #e5e7eb;transition:background-color .2s}.restaurant-list .restaurants-table tbody tr:hover{background-color:#f9fafb}.restaurant-list .restaurants-table tbody tr td{color:#1f2937;font-size:.9rem;padding:1rem}.restaurant-list .restaurants-table tbody tr td.no-data{color:#6b7280;padding:2rem;text-align:center}.restaurant-list .restaurants-table .status-badge{border-radius:4px;font-size:.8rem;font-weight:500;padding:.25rem .5rem;text-transform:capitalize}.restaurant-list .restaurants-table .status-badge.available{background-color:#d4edda;color:#155724}.restaurant-list .restaurants-table .status-badge.unavailable{background-color:#f8d7da;color:#721c24}.restaurant-list .restaurants-table .verified-badge{color:#22c55e;font-weight:500}.restaurant-list .restaurants-table .unverified-badge{color:#6b7280}.restaurant-list .restaurants-table .premium-badge{background:linear-gradient(135deg,#fde68a,#fcd34d);border-radius:4px;color:#1a365d;font-size:.8rem;font-weight:500;padding:.25rem .5rem}.restaurant-list .restaurants-table .rating-badge{align-items:center;border-radius:4px;color:#1a365d;display:flex;font-size:.8rem;font-weight:500;gap:.25rem;padding:.25rem .5rem}.restaurant-list .restaurants-table .rating-badge.missing{color:#6b7280;font-size:.75rem}.restaurant-list .restaurants-table .coords-badge{border-radius:4px;display:inline-block;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.restaurant-list .restaurants-table .coords-badge.success{background-color:#d4edda;color:#155724}.restaurant-list .restaurants-table .coords-badge.missing{background-color:#fff3cd;color:#856404}.restaurant-list .restaurants-table .action-buttons{display:flex;gap:.5rem}.restaurant-list .restaurants-table .action-buttons .action-btn{align-items:center;background:none;border:none;border-radius:4px;cursor:pointer;display:flex;justify-content:center;padding:.25rem;transition:background-color .2s}.restaurant-list .restaurants-table .action-buttons .action-btn.view{color:#1e5631}.restaurant-list .restaurants-table .action-buttons .action-btn.view:hover{background-color:#1e56311a}.restaurant-list .restaurants-table .action-buttons .action-btn.edit{color:#f59e0b}.restaurant-list .restaurants-table .action-buttons .action-btn.edit:hover{background-color:#f59e0b1a}.restaurant-list .restaurants-table .action-buttons .action-btn.extract{color:#22c55e}.restaurant-list .restaurants-table .action-buttons .action-btn.extract:hover{background-color:#22c55e1a}.restaurant-list .restaurants-table .action-buttons .action-btn.extract:disabled{cursor:not-allowed;opacity:.5}.restaurant-list .restaurants-table .action-buttons .action-btn.rating{color:#fbbf24}.restaurant-list .restaurants-table .action-buttons .action-btn.rating:hover{background-color:#fbbf241a}.restaurant-list .restaurants-table .action-buttons .action-btn.rating:disabled{cursor:not-allowed;opacity:.5}.restaurant-list .restaurants-table .action-buttons .action-btn.delete{color:#ef4444}.restaurant-list .restaurants-table .action-buttons .action-btn.delete:hover{background-color:#ef44441a}.restaurant-list .spinning{animation:spin 1s linear infinite}.restaurant-list .pagination{align-items:center;display:flex;gap:1rem;justify-content:center;margin-top:2rem}.restaurant-list .pagination button{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;padding:.5rem 1rem;transition:all .2s}.restaurant-list .pagination button:hover:not(:disabled){background-color:#f9fafb}.restaurant-list .pagination button:disabled{cursor:not-allowed;opacity:.5}.restaurant-list .loading{color:#6b7280;padding:2rem;text-align:center}.restaurant-details .details-header{display:flex;justify-content:space-between;margin-bottom:2rem}.restaurant-details .details-header .back-button,.restaurant-details .details-header .edit-button{align-items:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;gap:.5rem;padding:.5rem 1rem;transition:all .2s}.restaurant-details .details-header .back-button:hover,.restaurant-details .details-header .edit-button:hover{background-color:#f9fafb}.restaurant-details .details-header .edit-button{background-color:#1e5631;border-color:#1e5631;color:#fff}.restaurant-details .details-header .edit-button:hover{background-color:#2d7a47}.restaurant-details .details-content{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:2rem}.restaurant-details .details-content .section{margin-bottom:2rem}.restaurant-details .details-content .section:last-child{margin-bottom:0}.restaurant-details .details-content .section h2{color:#1f2937;font-size:1.8rem;margin-bottom:1.5rem}.restaurant-details .details-content .section h3{align-items:center;color:#1f2937;display:flex;font-size:1.2rem;gap:.5rem;margin-bottom:1rem}.restaurant-details .details-content .title-row{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.restaurant-details .details-content .title-row h2{margin-bottom:0}.restaurant-details .details-content .title-row .premium-badge{align-items:center;background:linear-gradient(135deg,#fde68a,#fcd34d);border-radius:4px;color:#1a365d;display:flex;font-size:.8rem;font-weight:600;gap:.25rem;padding:.25rem .5rem}.restaurant-details .details-content .info-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.restaurant-details .details-content .info-item{align-items:center;color:#1f2937;display:flex;gap:.5rem;margin-bottom:.5rem}.restaurant-details .details-content .info-item strong{color:#1f2937;margin-right:.25rem}.restaurant-details .details-content .info-item a{color:#1e5631;text-decoration:none}.restaurant-details .details-content .info-item a:hover{text-decoration:underline}.restaurant-details .details-content .rating-display{align-items:center;color:#1f2937;display:flex;font-weight:500;gap:.25rem}.restaurant-details .details-content .status-badge{border-radius:4px;font-size:.8rem;font-weight:500;margin-left:.5rem;padding:.25rem .5rem;text-transform:capitalize}.restaurant-details .details-content .status-badge.available{background-color:#d4edda;color:#155724}.restaurant-details .details-content .status-badge.unavailable{background-color:#f8d7da;color:#721c24}.restaurant-details .details-content .verified-badge{background-color:#d4edda;border-radius:4px;color:#155724;font-size:.8rem;font-weight:500;margin-left:.5rem;padding:.25rem .5rem}.restaurant-details .details-content .unverified-badge{background-color:#f8d7da;border-radius:4px;color:#721c24;font-size:.8rem;font-weight:500;margin-left:.5rem;padding:.25rem .5rem}.restaurant-details .details-content .contributor-card{background-color:#f9fafb;border-radius:8px;display:flex;gap:1rem;padding:1rem}.restaurant-details .details-content .contributor-card img{border-radius:50%;height:60px;object-fit:cover;width:60px}.restaurant-details .details-content .tags-list{display:flex;flex-wrap:wrap;gap:.5rem}.restaurant-details .details-content .tag{background-color:#f9fafb;border-radius:4px;color:#1f2937;font-size:.9rem;padding:.25rem .5rem}.restaurant-details .details-content .comments-list{display:flex;flex-direction:column;gap:1rem}.restaurant-details .details-content .comment-card{background-color:#f9fafb;border-radius:8px;padding:1rem}.restaurant-details .details-content .comment-card .comment-header{align-items:center;display:flex;gap:.5rem;margin-bottom:.5rem}.restaurant-details .details-content .comment-card .comment-header img{border-radius:50%;height:40px;object-fit:cover;width:40px}.restaurant-details .details-content .comment-card .comment-header div{display:flex;flex-direction:column}.restaurant-details .details-content .comment-card .comment-header div strong{color:#1f2937}.restaurant-details .details-content .comment-card .comment-header div span{color:#6b7280;font-size:.8rem}.restaurant-details .details-content .comment-card p{color:#1f2937;margin:0}.restaurant-details .details-content .images-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.restaurant-details .details-content .images-grid .image-item-with-delete{position:relative}.restaurant-details .details-content .images-grid .image-item-with-delete img{border-radius:8px;display:block;height:200px;object-fit:cover;width:100%}.restaurant-details .details-content .images-grid .image-item-with-delete .delete-image-btn{align-items:center;background:#dc2626e6;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;justify-content:center;opacity:.7;padding:.5rem;position:absolute;right:.5rem;top:.5rem;transition:opacity .2s}.restaurant-details .details-content .images-grid .image-item-with-delete .delete-image-btn:hover:not(:disabled){opacity:1}.restaurant-details .details-content .images-grid .image-item-with-delete .delete-image-btn:disabled{cursor:not-allowed;opacity:.5}.add-restaurant .page-header{align-items:center;display:flex;gap:1rem;margin-bottom:2rem}.add-restaurant .page-header .back-button{align-items:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;gap:.5rem;padding:.5rem 1rem}.add-restaurant .page-header h2{color:#1f2937;font-size:1.8rem}.add-restaurant .restaurant-form{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:2rem}.add-restaurant .restaurant-form .form-section{border-bottom:1px solid #e5e7eb;margin-bottom:2rem;padding-bottom:2rem}.add-restaurant .restaurant-form .form-section:last-of-type{border-bottom:none}.add-restaurant .restaurant-form .form-section h3{border-bottom:2px solid #1e5631;color:#1f2937;font-size:1.2rem;margin-bottom:1.5rem;padding-bottom:.5rem}.add-restaurant .restaurant-form .form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}@media(max-width:768px){.add-restaurant .restaurant-form .form-row{grid-template-columns:1fr}}.add-restaurant .restaurant-form .form-group{margin-bottom:1rem}.add-restaurant .restaurant-form .form-group label{color:#1f2937;display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.add-restaurant .restaurant-form .form-group label input[type=checkbox]{margin-right:.5rem}.add-restaurant .restaurant-form .form-group input,.add-restaurant .restaurant-form .form-group select,.add-restaurant .restaurant-form .form-group textarea{border:1px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:.9rem;padding:1rem;width:100%}.add-restaurant .restaurant-form .form-group input:focus,.add-restaurant .restaurant-form .form-group select:focus,.add-restaurant .restaurant-form .form-group textarea:focus{border-color:#1e5631;outline:none}.add-restaurant .restaurant-form .form-group .input-with-button{align-items:stretch;display:flex;gap:.5rem}.add-restaurant .restaurant-form .form-group .input-with-button input{flex:1 1}.add-restaurant .restaurant-form .form-group .input-with-button .extract-coords-btn{align-items:center;background-color:#22c55e;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.25rem;padding:1rem 1.5rem;transition:background-color .2s;white-space:nowrap}.add-restaurant .restaurant-form .form-group .input-with-button .extract-coords-btn:hover:not(:disabled){background-color:#1a9a49}.add-restaurant .restaurant-form .form-group .input-with-button .extract-coords-btn:disabled{cursor:not-allowed;opacity:.6}.add-restaurant .restaurant-form .form-group .input-with-button .extract-coords-btn .spinning{animation:spin 1s linear infinite}.add-restaurant .restaurant-form .form-group .checkbox-group{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem}.add-restaurant .restaurant-form .form-group .checkbox-group .checkbox-label{align-items:center;cursor:pointer;display:flex;font-weight:400;gap:.25rem}.add-restaurant .restaurant-form .form-group .checkbox-group .checkbox-label input[type=checkbox]{margin:0;width:auto}.add-restaurant .restaurant-form .form-group textarea{resize:vertical}.add-restaurant .restaurant-form .form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.add-restaurant .restaurant-form .form-actions button{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;padding:1rem 1.5rem;transition:all .2s}.add-restaurant .restaurant-form .form-actions button[type=button]{background-color:#f9fafb;border:1px solid #e5e7eb;color:#1f2937}.add-restaurant .restaurant-form .form-actions button[type=button]:hover{background-color:#eaedf1}.add-restaurant .restaurant-form .form-actions button[type=submit]{background-color:#1e5631;color:#fff}.add-restaurant .restaurant-form .form-actions button[type=submit]:hover:not(:disabled){background-color:#2d7a47}.add-restaurant .restaurant-form .form-actions button[type=submit]:disabled{cursor:not-allowed;opacity:.6}.campaign-manager h2{color:#1f2937;font-size:1.8rem;margin-bottom:.5rem}.campaign-manager .campaign-availability-section{background-color:#fff;border-left:4px solid #1e5631;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem;padding:2rem}.campaign-manager .campaign-availability-section h3{color:#1f2937;font-size:1.2rem;margin:0 0 .5rem}.campaign-manager .campaign-availability-section p{color:#6b7280;font-size:.95rem;line-height:1.5;margin:0 0 1rem}.campaign-manager .campaign-availability-section .availability-campaign-button{align-items:center;background-color:#1e5631;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:500;gap:.5rem;padding:1rem 1.5rem;transition:background-color .2s}.campaign-manager .campaign-availability-section .availability-campaign-button:hover:not(:disabled){background-color:#2d7a47}.campaign-manager .campaign-availability-section .availability-campaign-button:disabled{cursor:not-allowed;opacity:.6}.campaign-manager .campaign-availability-section .availability-result{background-color:#f9fafb;border-radius:8px;color:#1f2937;font-size:.9rem;margin-top:1rem;padding:1rem}.campaign-manager .campaign-availability-section .availability-result .availability-errors{color:#721c24;font-size:.85rem;margin-top:.5rem}.campaign-manager .availability-preview-modal{animation:slideUp .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000004d;display:flex;flex-direction:column;max-height:85vh;max-width:560px;overflow:hidden;width:100%}.campaign-manager .availability-preview-modal .preview-header{align-items:center;background-color:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;flex-shrink:0;justify-content:space-between;padding:1.5rem 2rem}.campaign-manager .availability-preview-modal .preview-header h3{color:#1f2937;font-size:1.2rem;margin:0}.campaign-manager .availability-preview-modal .preview-header .preview-close{align-items:center;background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;display:flex;justify-content:center;padding:.25rem;transition:all .2s}.campaign-manager .availability-preview-modal .preview-header .preview-close:hover{background-color:#0000000d;color:#1f2937}.campaign-manager .availability-preview-modal .availability-preview-content{flex:1 1;overflow-y:auto;padding:2rem}.campaign-manager .availability-preview-modal .availability-preview-content .availability-panel-header{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;margin-bottom:1rem}.campaign-manager .availability-preview-modal .availability-preview-content .recipients-summary{color:#1f2937;font-size:1rem;margin:0}.campaign-manager .availability-preview-modal .availability-preview-content .select-all-availability{align-items:center;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;color:#1f2937;cursor:pointer;display:flex;font-size:.9rem;gap:.25rem;padding:.5rem 1rem;transition:all .2s}.campaign-manager .availability-preview-modal .availability-preview-content .select-all-availability:hover{background-color:#eaedf1;border-color:#1e5631}.campaign-manager .availability-preview-modal .availability-preview-content .availability-search-box{align-items:center;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:.5rem;margin-bottom:1rem;padding:1rem}.campaign-manager .availability-preview-modal .availability-preview-content .availability-search-box svg{color:#6b7280;flex-shrink:0}.campaign-manager .availability-preview-modal .availability-preview-content .availability-search-box input{background:#0000;border:none;color:#1f2937;flex:1 1;font-size:.9rem;outline:none}.campaign-manager .availability-preview-modal .availability-preview-content .availability-search-box input::placeholder{color:#6b7280}.campaign-manager .availability-preview-modal .availability-preview-content .availability-search-box .clear-search{align-items:center;background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;display:flex;justify-content:center;padding:.25rem}.campaign-manager .availability-preview-modal .availability-preview-content .availability-search-box .clear-search:hover{background-color:#0000000d;color:#1f2937}.campaign-manager .availability-preview-modal .availability-preview-content .no-recipients{color:#6b7280;margin:0}.campaign-manager .availability-preview-modal .availability-preview-content .availability-recipients-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;max-height:320px;overflow-y:auto;padding-right:.5rem}.campaign-manager .availability-preview-modal .availability-preview-content .availability-recipient-item{align-items:center;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;gap:1rem;padding:.5rem 1rem;transition:all .2s}.campaign-manager .availability-preview-modal .availability-preview-content .availability-recipient-item:hover{background-color:#f0f2f5}.campaign-manager .availability-preview-modal .availability-preview-content .availability-recipient-item.selected{background-color:#1e56311a;border-color:#1e5631}.campaign-manager .availability-preview-modal .availability-preview-content .availability-recipient-item .checkbox{color:#1e5631;flex-shrink:0}.campaign-manager .availability-preview-modal .availability-preview-content .availability-recipient-item .recipient-info{display:flex;flex:1 1;flex-direction:column;gap:2px;min-width:0}.campaign-manager .availability-preview-modal .availability-preview-content .availability-recipient-item .recipient-info strong{color:#1f2937;font-size:.95rem}.campaign-manager .availability-preview-modal .availability-preview-content .availability-recipient-item .recipient-info span{color:#6b7280;font-size:.9rem;word-break:break-all}.campaign-manager .availability-preview-modal .availability-preview-content .availability-recipient-item .recipient-info small{color:#6b7280;font-size:.8rem}.campaign-manager .availability-preview-modal .availability-preview-content .availability-search-info{color:#6b7280;font-size:.85rem;margin:-.5rem 0 1rem;text-align:center}.campaign-manager .availability-preview-modal .availability-preview-content .availability-preview-actions{border-top:1px solid #e5e7eb;display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem}.campaign-manager .availability-preview-modal .availability-preview-content .availability-preview-actions .cancel-button{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;font-size:.95rem;padding:.5rem 1.5rem}.campaign-manager .availability-preview-modal .availability-preview-content .availability-preview-actions .cancel-button:hover{background-color:#eaedf1}.campaign-manager .availability-preview-modal .availability-preview-content .availability-preview-actions .send-button{align-items:center;background-color:#1e5631;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:.5rem;padding:.5rem 1.5rem}.campaign-manager .availability-preview-modal .availability-preview-content .availability-preview-actions .send-button:hover:not(:disabled){background-color:#2d7a47}.campaign-manager .availability-preview-modal .availability-preview-content .availability-preview-actions .send-button:disabled{cursor:not-allowed;opacity:.6}.campaign-manager .campaign-year-notice{color:#6b7280;font-size:.95rem;margin-bottom:2rem}.campaign-manager .campaign-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 400px}@media(max-width:1024px){.campaign-manager .campaign-content{grid-template-columns:1fr}}.campaign-manager .campaign-form{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:2rem}.campaign-manager .campaign-form .form-group{margin-bottom:1.5rem}.campaign-manager .campaign-form .form-group .form-group-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.campaign-manager .campaign-form .form-group label{color:#1f2937;display:block;font-weight:500}.campaign-manager .campaign-form .form-group .preview-button{align-items:center;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;color:#1f2937;cursor:pointer;display:flex;font-size:.85rem;gap:.25rem;padding:.5rem 1rem;transition:all .2s}.campaign-manager .campaign-form .form-group .preview-button:hover:not(:disabled){background-color:#eaedf1;border-color:#1e5631}.campaign-manager .campaign-form .form-group .preview-button:disabled{cursor:not-allowed;opacity:.5}.campaign-manager .campaign-form .form-group input,.campaign-manager .campaign-form .form-group textarea{border:1px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:.9rem;padding:1rem;width:100%}.campaign-manager .campaign-form .form-group input:focus,.campaign-manager .campaign-form .form-group textarea:focus{border-color:#1e5631;outline:none}.campaign-manager .campaign-form .form-group textarea{font-family:Courier New,monospace;resize:vertical}.campaign-manager .campaign-form .form-group small{color:#6b7280;display:block;font-size:.8rem;margin-top:.25rem}.campaign-manager .campaign-form .send-button{align-items:center;background-color:#1e5631;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.5rem;justify-content:center;padding:1rem;transition:background-color .2s;width:100%}.campaign-manager .campaign-form .send-button:hover:not(:disabled){background-color:#2d7a47}.campaign-manager .campaign-form .send-button:disabled{cursor:not-allowed;opacity:.6}.campaign-manager .contributors-panel{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;max-height:80vh;padding:1.5rem}.campaign-manager .contributors-panel .panel-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.campaign-manager .contributors-panel .panel-header h3{color:#1f2937;font-size:1.1rem}.campaign-manager .contributors-panel .panel-header .select-all-button{align-items:center;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;font-size:.9rem;gap:.25rem;padding:.5rem 1rem;transition:all .2s}.campaign-manager .contributors-panel .panel-header .select-all-button:hover{background-color:#eaedf1}.campaign-manager .contributors-panel .recipient-type-selector{border-bottom:1px solid #e5e7eb;display:flex;gap:.5rem;margin-bottom:1rem;padding-bottom:1rem}.campaign-manager .contributors-panel .recipient-type-selector .type-tab{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;flex:1 1;font-size:.85rem;font-weight:500;padding:.5rem 1rem;transition:all .2s}.campaign-manager .contributors-panel .recipient-type-selector .type-tab:hover{background-color:#f0f2f5}.campaign-manager .contributors-panel .recipient-type-selector .type-tab.active{background-color:#1e5631;border-color:#1e5631;color:#fff}.campaign-manager .contributors-panel .search-box{align-items:center;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:.5rem;margin-bottom:1rem;padding:1rem}.campaign-manager .contributors-panel .search-box svg{color:#6b7280;flex-shrink:0}.campaign-manager .contributors-panel .search-box input{background:#0000;border:none;color:#1f2937;flex:1 1;font-size:.9rem;outline:none}.campaign-manager .contributors-panel .search-box input::placeholder{color:#6b7280}.campaign-manager .contributors-panel .search-box .clear-search{align-items:center;background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;display:flex;justify-content:center;padding:.25rem;transition:all .2s}.campaign-manager .contributors-panel .search-box .clear-search:hover{background-color:#0000000d;color:#1f2937}.campaign-manager .contributors-panel .no-results{color:#6b7280;padding:2rem;text-align:center}.campaign-manager .contributors-panel .no-results p{margin:0}.campaign-manager .contributors-panel .search-info{border-top:1px solid #e5e7eb;color:#6b7280;font-size:.85rem;margin-top:1rem;padding:1rem;text-align:center}.campaign-manager .contributors-panel .contributors-list{display:flex;flex:1 1;flex-direction:column;gap:.5rem;overflow-y:auto}.campaign-manager .contributors-panel .contributor-item{align-items:center;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;gap:1rem;padding:1rem;transition:all .2s}.campaign-manager .contributors-panel .contributor-item:hover{background-color:#f9fafb}.campaign-manager .contributors-panel .contributor-item.selected{background-color:#1e56311a;border-color:#1e5631}.campaign-manager .contributors-panel .contributor-item .checkbox{color:#1e5631}.campaign-manager .contributors-panel .contributor-item .contributor-info{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.campaign-manager .contributors-panel .contributor-item .contributor-info .recipient-header{align-items:center;display:flex;gap:.5rem}.campaign-manager .contributors-panel .contributor-item .contributor-info .recipient-header strong{color:#1f2937}.campaign-manager .contributors-panel .contributor-item .contributor-info .recipient-header .recipient-type-badge{background-color:#1e56311a;border-radius:4px;color:#1e5631;font-size:.7rem;font-weight:600;padding:2px 8px;text-transform:uppercase}.campaign-manager .contributors-panel .contributor-item .contributor-info span{color:#6b7280;font-size:.9rem}.campaign-manager .contributors-panel .contributor-item .contributor-info small{color:#6b7280;font-size:.8rem}.campaign-manager .result-panel{border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-top:2rem;padding:1.5rem}.campaign-manager .result-panel.success{background-color:#d4edda;color:#155724}.campaign-manager .result-panel.error{background-color:#f8d7da;color:#721c24}.campaign-manager .result-panel h3{margin-bottom:1rem}.campaign-manager .result-panel .result-stats{display:flex;gap:1.5rem;margin-bottom:1rem}.campaign-manager .result-panel .errors-list{font-size:.9rem;margin-top:1rem}.campaign-manager .result-panel button{background-color:#1f2937;border:none;border-radius:8px;color:#fff;cursor:pointer;margin-top:1rem;padding:.5rem 1rem}.campaign-manager .preview-overlay{align-items:center;animation:fadeIn .2s ease-out;background-color:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:10000}.campaign-manager .preview-modal{animation:slideUp .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000004d;display:flex;flex-direction:column;max-height:90vh;max-width:800px;overflow:hidden;width:100%}.campaign-manager .preview-modal .preview-header{align-items:center;background-color:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem 2rem}.campaign-manager .preview-modal .preview-header h3{color:#1f2937;font-size:1.2rem;margin:0}.campaign-manager .preview-modal .preview-header .preview-close{align-items:center;background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;display:flex;justify-content:center;padding:.25rem;transition:all .2s}.campaign-manager .preview-modal .preview-header .preview-close:hover{background-color:#0000000d;color:#1f2937}.campaign-manager .preview-modal .preview-content{flex:1 1;overflow-y:auto;padding:2rem}.campaign-manager .preview-modal .preview-content .preview-subject{border-bottom:1px solid #e5e7eb;color:#1f2937;font-size:1rem;margin-bottom:1.5rem;padding-bottom:1rem}.campaign-manager .preview-modal .preview-content .preview-subject strong{color:#1f2937;margin-right:.5rem}.campaign-manager .preview-modal .preview-content .preview-html{color:#1f2937;font-size:.95rem;line-height:1.6}.campaign-manager .preview-modal .preview-content .preview-html h1,.campaign-manager .preview-modal .preview-content .preview-html h2,.campaign-manager .preview-modal .preview-content .preview-html h3,.campaign-manager .preview-modal .preview-content .preview-html h4,.campaign-manager .preview-modal .preview-content .preview-html h5,.campaign-manager .preview-modal .preview-content .preview-html h6{color:#1f2937;margin-bottom:1rem;margin-top:1.5rem}.campaign-manager .preview-modal .preview-content .preview-html p{margin-bottom:1rem}.campaign-manager .preview-modal .preview-content .preview-html ol,.campaign-manager .preview-modal .preview-content .preview-html ul{margin-bottom:1rem;padding-left:1.5rem}.campaign-manager .preview-modal .preview-content .preview-html a{color:#1e5631;text-decoration:underline}.campaign-manager .preview-modal .preview-content .preview-html a:hover{color:#2d7a47}.campaign-manager .preview-modal .preview-content .preview-html img{border-radius:8px;height:auto;margin:1rem 0;max-width:100%}.campaign-manager .preview-modal .preview-content .preview-html table{border-collapse:collapse;margin:1rem 0;width:100%}.campaign-manager .preview-modal .preview-content .preview-html table td,.campaign-manager .preview-modal .preview-content .preview-html table th{border:1px solid #e5e7eb;padding:.5rem}.campaign-manager .preview-modal .preview-content .preview-html table th{background-color:#f9fafb;font-weight:600}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.progress-overlay{align-items:center;animation:fadeIn .2s ease-out;background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:10001}.progress-modal{animation:slideUp .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000004d;max-width:600px;overflow:hidden;width:100%}.progress-modal .progress-header{align-items:center;background-color:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem 2rem}.progress-modal .progress-header h3{color:#1f2937;font-size:1.2rem;margin:0}.progress-modal .progress-header .progress-close{align-items:center;background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;display:flex;justify-content:center;padding:.25rem;transition:all .2s}.progress-modal .progress-header .progress-close:hover{background-color:#0000000d;color:#1f2937}.progress-modal .progress-content{padding:2rem}.progress-modal .progress-content .progress-stats{display:flex;gap:2rem;justify-content:space-around;margin-bottom:1.5rem}.progress-modal .progress-content .progress-stats .progress-stat{align-items:center;display:flex;flex-direction:column;gap:.25rem}.progress-modal .progress-content .progress-stats .progress-stat .stat-label{color:#6b7280;font-size:.85rem}.progress-modal .progress-content .progress-stats .progress-stat .stat-value{color:#1f2937;font-size:1.5rem;font-weight:600}.progress-modal .progress-content .progress-stats .progress-stat .stat-value.success{color:#10b981}.progress-modal .progress-content .progress-stats .progress-stat .stat-value.error{color:#ef4444}.progress-modal .progress-content .progress-bar-container{background-color:#f9fafb;border-radius:4px;height:8px;margin-bottom:1.5rem;overflow:hidden;width:100%}.progress-modal .progress-content .progress-bar-container .progress-bar{animation:progressPulse 1.5s ease-in-out infinite;background:linear-gradient(90deg,#1e5631,#2d7a47);border-radius:4px;height:100%;transition:width .3s ease}.progress-modal .progress-content .progress-bar-container .progress-bar.completed{animation:none;background:linear-gradient(90deg,#10b981,#059669)}.progress-modal .progress-content .completion-message{border-radius:8px;margin-top:1rem;padding:1rem;text-align:center}.progress-modal .progress-content .completion-message .completion-success{color:#10b981;font-size:1rem;font-weight:500}.progress-modal .progress-content .completion-message .completion-warning{color:#f59e0b;font-size:1rem;font-weight:500}.progress-modal .progress-content .current-email{background-color:#f9fafb;border-radius:8px;margin-bottom:1rem;padding:1rem;text-align:center}.progress-modal .progress-content .current-email .current-label{color:#6b7280;display:block;font-size:.85rem;margin-bottom:.25rem}.progress-modal .progress-content .current-email .current-email-value{color:#1f2937;display:block;font-weight:500;word-break:break-all}.progress-modal .progress-content .progress-errors{border-top:1px solid #e5e7eb;margin-top:1.5rem;padding-top:1.5rem}.progress-modal .progress-content .progress-errors strong{color:#1f2937;display:block;margin-bottom:.5rem}.progress-modal .progress-content .progress-errors .errors-list{display:flex;flex-direction:column;gap:.25rem;max-height:200px;overflow-y:auto}.progress-modal .progress-content .progress-errors .errors-list .error-item{background-color:#fef2f2;border-left:3px solid #ef4444;border-radius:4px;font-size:.85rem;padding:.5rem}.progress-modal .progress-content .progress-errors .errors-list .error-item .error-email{color:#1f2937;font-weight:500;margin-right:.25rem}.progress-modal .progress-content .progress-errors .errors-list .error-item .error-message{color:#ef4444}@keyframes progressPulse{0%,to{opacity:1}50%{opacity:.7}}.analytics .analytics-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.analytics .analytics-header h2{margin:0}.analytics .analytics-header .year-filter{background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;font-size:.9rem;padding:.5rem 1rem}.analytics h2{color:#1f2937;font-size:1.8rem;margin-bottom:2rem}.analytics .overview-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.analytics .stat-card{align-items:center;background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;gap:1rem;padding:1.5rem}.analytics .stat-card svg{color:#1e5631}.analytics .stat-card h3{color:#1f2937;font-size:2rem;margin:0}.analytics .stat-card p{color:#6b7280;font-size:.9rem;margin:0}.analytics .analytics-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.analytics .analytics-section{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:2rem}.analytics .analytics-section h3{color:#1f2937;font-size:1.3rem;margin-bottom:1.5rem}.analytics .analytics-section h4{color:#1f2937;font-size:1rem;margin-bottom:1rem;margin-top:1.5rem}.analytics .analytics-section .stats-list{display:flex;flex-direction:column;gap:.5rem}.analytics .analytics-section .stat-item{align-items:center;background-color:#f9fafb;border-radius:8px;display:flex;justify-content:space-between;padding:1rem}.analytics .analytics-section .stat-item span{color:#1f2937}.analytics .analytics-section .stat-item strong{color:#1f2937;display:block}.analytics .analytics-section .stat-item small{color:#6b7280;display:block;font-size:.8rem}.logs-viewer h2{color:#1f2937;font-size:1.8rem;margin-bottom:2rem}.logs-viewer .filters-panel{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.logs-viewer .filters-panel .search-box{align-items:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;flex:1 1;gap:.5rem;min-width:200px;padding:1rem}.logs-viewer .filters-panel .search-box input{border:none;flex:1 1;font-size:.9rem;outline:none}.logs-viewer .filters-panel input[type=date],.logs-viewer .filters-panel select{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;font-size:.9rem;padding:1rem}.logs-viewer .logs-table-container{background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.logs-viewer .logs-table{border-collapse:collapse;width:100%}.logs-viewer .logs-table thead{background-color:#f9fafb}.logs-viewer .logs-table thead th{color:#1f2937;font-size:.9rem;font-weight:600;padding:1rem;text-align:left;text-transform:uppercase}.logs-viewer .logs-table tbody .log-row{border-bottom:1px solid #e5e7eb;cursor:pointer;transition:background-color .2s}.logs-viewer .logs-table tbody .log-row:hover{background-color:#f9fafb}.logs-viewer .logs-table tbody .log-row td{color:#1f2937;font-size:.9rem;padding:1rem}.logs-viewer .logs-table .action-badge{font-size:.8rem}.logs-viewer .logs-table .action-badge,.logs-viewer .logs-table .user-type-badge{border-radius:4px;color:#fff;font-weight:500;padding:.25rem .5rem;text-transform:capitalize}.logs-viewer .logs-table .user-type-badge{font-size:.75rem}.logs-viewer .logs-table .user-info{display:flex;flex-direction:column;gap:2px}.logs-viewer .logs-table .user-info strong{color:#1f2937;font-size:.9rem}.logs-viewer .logs-table .user-info small{color:#6b7280;font-size:.8rem}.logs-viewer .logs-table .anonymous-user{color:#6b7280;font-size:.85rem;font-style:italic}.logs-viewer .logs-table .view-details-btn{background-color:#1e5631;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.8rem;padding:.25rem .5rem;transition:background-color .2s}.logs-viewer .logs-table .view-details-btn:hover{background-color:#2d7a47}.logs-viewer .pagination{align-items:center;display:flex;gap:1rem;justify-content:center;margin-top:2rem}.logs-viewer .pagination button{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;padding:.5rem 1rem;transition:all .2s}.logs-viewer .pagination button:hover:not(:disabled){background-color:#f9fafb}.logs-viewer .pagination button:disabled{cursor:not-allowed;opacity:.5}.logs-viewer .log-modal{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.logs-viewer .log-modal-content{background-color:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;max-height:90vh;max-width:800px;overflow-y:auto;padding:2rem}.logs-viewer .log-modal-content h3{color:#1f2937;margin-bottom:1.5rem}.logs-viewer .log-modal-content .log-details{display:flex;flex-direction:column;gap:1rem}.logs-viewer .log-modal-content .log-details .detail-item{background-color:#f9fafb;border-radius:8px;padding:1rem}.logs-viewer .log-modal-content .log-details .detail-item strong{color:#1f2937;margin-right:.5rem}.logs-viewer .log-modal-content .log-details .detail-item.full-width pre{background-color:#fff;border-radius:4px;font-size:.85rem;margin-top:.5rem;overflow-x:auto;padding:1rem}.logs-viewer .log-modal-content .close-button{background-color:#1e5631;border:none;border-radius:8px;color:#fff;cursor:pointer;margin-top:1.5rem;padding:1rem 1.5rem;width:100%}.logs-viewer .log-modal-content .close-button:hover{background-color:#2d7a47}.reports-page .page-header{align-items:center;display:flex;gap:.5rem;margin-bottom:2rem}.reports-page .page-header h2{align-items:center;color:#1f2937;display:flex;font-size:1.8rem;gap:.5rem}.reports-page .filters{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.reports-page .filters .filter-input,.reports-page .filters select{border:1px solid #e5e7eb;border-radius:8px;font-size:.95rem;padding:.5rem 1rem}.reports-page .loading{align-items:center;color:#6b7280;display:flex;gap:.5rem;padding:2rem}.reports-page .loading .spin{animation:spin 1s linear infinite}.reports-page .table-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow-x:auto}.reports-page .reports-table{border-collapse:collapse;width:100%}.reports-page .reports-table td,.reports-page .reports-table th{border-bottom:1px solid #e5e7eb;padding:1rem 1.5rem;text-align:left}.reports-page .reports-table th{background:#f9fafb;color:#1f2937;font-weight:600}.reports-page .reports-table .description-cell{max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reports-page .reports-table .reporter-email{color:#6b7280;font-size:.85rem}.reports-page .reports-table .link-btn{background:none;border:none;color:#1e5631;cursor:pointer;font-size:inherit;padding:0;text-decoration:underline}.reports-page .reports-table .link-btn:hover{color:#2d7a47}.reports-page .reports-table .status-badge{border-radius:4px;font-size:.8rem;font-weight:500;padding:.25rem .5rem;text-transform:capitalize}.reports-page .reports-table .status-badge.status-pending{background:#fef3c7;color:#92400e}.reports-page .reports-table .status-badge.status-resolved{background:#d1fae5;color:#065f46}.reports-page .reports-table .status-badge.status-dismissed{background:#e5e7eb;color:#4b5563}.reports-page .reports-table .action-buttons{display:flex;flex-wrap:wrap;gap:.25rem}.reports-page .reports-table .action-btn{align-items:center;border:none;border-radius:4px;cursor:pointer;display:flex;font-size:.8rem;gap:4px;padding:.25rem .5rem;transition:opacity .2s}.reports-page .reports-table .action-btn:disabled{cursor:not-allowed;opacity:.6}.reports-page .reports-table .action-btn.resolve{background:#d1fae5;color:#065f46}.reports-page .reports-table .action-btn.resolve:hover:not(:disabled){background:#a7f3d0}.reports-page .reports-table .action-btn.dismiss{background:#fee2e2;color:#991b1b}.reports-page .reports-table .action-btn.dismiss:hover:not(:disabled){background:#fecaca}.reports-page .reports-table .action-btn.pending{background:#e0e7ff;color:#3730a3}.reports-page .reports-table .action-btn.pending:hover:not(:disabled){background:#c7d2fe}.reports-page .reports-table .empty-state{color:#6b7280;padding:2rem!important;text-align:center}.reports-page .pagination{align-items:center;display:flex;gap:1.5rem;justify-content:center;margin-top:2rem;padding:1rem}.reports-page .pagination button{background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;padding:.5rem 1rem}.reports-page .pagination button:disabled{cursor:not-allowed;opacity:.5}.reports-page .pagination button:hover:not(:disabled){background:#f9fafb}.contributor-list .page-header{margin-bottom:2rem}.contributor-list .page-header h2{color:#1f2937;font-size:1.8rem;margin-bottom:.25rem}.contributor-list .page-header .page-subtitle{color:#6b7280;font-size:.95rem}.contributor-list .filters{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.contributor-list .filters .year-filter{background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;font-size:.95rem;padding:1rem}.contributor-list .filters .search-box{align-items:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:.5rem;max-width:400px;padding:1rem}.contributor-list .filters .search-box input{border:none;flex:1 1;font-size:.95rem;outline:none}.contributor-list .loading-state{align-items:center;color:#6b7280;display:flex;flex-direction:column;justify-content:center;padding:4rem}.contributor-list .loading-state .spinner{animation:spin 1s linear infinite;margin-bottom:1rem}.contributor-list .contributors-table{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.contributor-list .contributor-row{align-items:center;border-bottom:1px solid #e5e7eb;cursor:pointer;display:flex;gap:1.5rem;padding:1rem 1.5rem;transition:background-color .2s}.contributor-list .contributor-row:last-child{border-bottom:none}.contributor-list .contributor-row:hover{background-color:#f9fafb}.contributor-list .contributor-avatar-wrap{flex-shrink:0}.contributor-list .contributor-avatar-wrap .contributor-avatar{border-radius:50%;height:48px;object-fit:cover;width:48px}.contributor-list .contributor-info{display:flex;flex:1 1;flex-direction:column;gap:.25rem;min-width:0}.contributor-list .contributor-info .contributor-name{color:#1f2937;font-size:1rem;font-weight:600}.contributor-list .contributor-info .contributor-email{color:#6b7280;font-size:.875rem}.contributor-list .contributor-info .contributor-phone{align-items:center;color:#1e5631;display:inline-flex;font-size:.85rem;gap:.25rem;margin-top:.25rem;text-decoration:none}.contributor-list .contributor-info .contributor-phone:hover{text-decoration:underline}.contributor-list .contributor-stats{align-items:flex-end;display:flex;flex-direction:column;gap:.25rem}.contributor-list .contributor-stats .stat-badge{background:#f9fafb;border-radius:4px;font-size:.85rem;font-weight:500;padding:.25rem .5rem}.contributor-list .contributor-stats .stat-verified{color:#1e5631;font-size:.8rem}.contributor-list .contributor-stats .stat-directions,.contributor-list .contributor-stats .stat-visits{align-items:center;color:#6b7280;display:inline-flex;font-size:.8rem;gap:.25rem}.contributor-list .contributor-dates{color:#6b7280;font-size:.8rem;text-align:right}.contributor-list .contributor-dates .date-label{color:#1f2937;font-weight:500}.contributor-list .chevron{color:#6b7280;flex-shrink:0}.contributor-list .empty-state{align-items:center;color:#6b7280;display:flex;flex-direction:column;justify-content:center;padding:4rem}.contributor-list .empty-state svg{margin-bottom:1rem;opacity:.5}.contributor-details .back-button{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;color:#1f2937;cursor:pointer;display:inline-flex;font-size:.9rem;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;transition:all .2s}.contributor-details .back-button:hover{background:#f0f2f5;border-color:#1e5631}.contributor-details .contributor-header{background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:flex;gap:2rem;margin-bottom:2rem;padding:2rem}.contributor-details .avatar-wrap{flex-shrink:0}.contributor-details .avatar-wrap .contributor-avatar{border-radius:50%;height:96px;object-fit:cover;width:96px}.contributor-details .contributor-meta{flex:1 1;min-width:0}.contributor-details .contributor-meta h1{color:#1f2937;font-size:1.75rem;margin-bottom:.5rem}.contributor-details .contributor-meta .meta-row{align-items:center;color:#6b7280;display:flex;gap:.5rem;margin-bottom:1.5rem}.contributor-details .contributor-meta .meta-row a{color:#1e5631;text-decoration:none}.contributor-details .contributor-meta .meta-row a:hover{text-decoration:underline}.contributor-details .contributor-meta .stats-row{display:flex;flex-wrap:wrap;gap:1.5rem}.contributor-details .contributor-meta .send-email-btn{align-items:center;background:#1e5631;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:500;gap:.5rem;margin-top:1.5rem;padding:.5rem 1.5rem;transition:background-color .2s}.contributor-details .contributor-meta .send-email-btn:hover{background:#2d7a47}.contributor-details .contributor-meta .stat-card{background:#f9fafb;border-radius:8px;padding:1rem 1.5rem;text-align:center}.contributor-details .contributor-meta .stat-card .stat-value{color:#1e5631;display:block;font-size:1.5rem;font-weight:700}.contributor-details .contributor-meta .stat-card .stat-label{color:#6b7280;font-size:.85rem}.contributor-details .section{margin-bottom:2rem}.contributor-details .section h2{color:#1f2937;font-size:1.25rem;margin-bottom:1rem}.contributor-details .section .no-mosques{color:#6b7280;padding:1.5rem}.contributor-details .mosques-list{display:flex;flex-direction:column;gap:1rem}.contributor-details .mosque-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem 1.5rem}.contributor-details .mosque-card-main{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between}.contributor-details .mosque-info h3{color:#1f2937;font-size:1rem;margin-bottom:.5rem}.contributor-details .mosque-info .mosque-meta{color:#6b7280;display:flex;flex-wrap:wrap;font-size:.85rem;gap:1rem}.contributor-details .mosque-info .mosque-meta span{align-items:center;display:inline-flex;gap:.25rem}.contributor-details .mosque-actions{align-items:center;display:flex;flex-shrink:0;gap:.5rem}.contributor-details .mosque-actions .verified-badge{align-items:center;color:#1e5631;display:inline-flex;font-size:.8rem;gap:.25rem}.contributor-details .mosque-actions .view-button{background:#1e5631;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.85rem;padding:.35rem .75rem;transition:background-color .2s}.contributor-details .mosque-actions .view-button:hover{background:#2d7a47}.contributor-details .mosque-actions .maps-link{color:#6b7280;padding:.35rem}.contributor-details .mosque-actions .maps-link:hover{color:#1e5631}.contributor-details .empty-state,.contributor-details .loading-state{align-items:center;color:#6b7280;display:flex;flex-direction:column;justify-content:center;padding:4rem}.contributor-details .empty-state .spinner,.contributor-details .loading-state .spinner{animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(1turn)}}.email-overlay{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;padding:1.5rem;position:fixed;z-index:1000}.email-overlay__content{background:#fff;border-radius:12px;box-shadow:0 25px 50px -12px #00000040;max-height:90vh;max-width:520px;overflow-y:auto;width:100%}.email-overlay__header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem 2rem}.email-overlay__header h3{color:#1f2937;font-size:1.25rem;font-weight:600;margin:0}.email-overlay__close{background:none;border:none;color:#6b7280;cursor:pointer;font-size:1.5rem;line-height:1;padding:.25rem}.email-overlay__close:hover{color:#1f2937}.email-overlay__options{display:flex;flex-direction:column;gap:2rem;padding:2rem}.email-option{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.email-option h4{color:#1f2937;font-size:1rem;margin:0 0 .5rem}.email-option p{color:#6b7280;font-size:.9rem;line-height:1.5;margin:0 0 1rem}.email-option__btn{background:#1e5631;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1.5rem;transition:background-color .2s}.email-option__btn:hover:not(:disabled){background:#2d7a47}.email-option__btn:disabled{cursor:not-allowed;opacity:.7}.email-overlay__error{background:#fef2f2;color:#dc2626}.email-overlay__error,.email-overlay__success{border-radius:4px;font-size:.9rem;margin:0 2rem 1.5rem;padding:1rem}.email-overlay__success{background:#f0fdf4;color:#16a34a}.loading{align-items:center;color:#6b7280;display:flex;font-size:1.2rem;height:100vh;justify-content:center}
/*# sourceMappingURL=main.827c830e.css.map*/