.btn-back{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#ecf0f1;color:#2c3e50;border:1px solid #bdc3c7;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-back:hover{background:#d5dbdb;border-color:#95a5a6;transform:translate(-2px)}.btn-back:active{transform:translate(0)}.back-icon{font-size:1.2rem;font-weight:700}.back-label{flex:1}.admin-dashboard{display:flex;width:100%;height:100vh;background:#f5f5f5;overflow:hidden}.admin-sidebar{width:260px;background:#2c3e50;color:#fff;display:flex;flex-direction:column;flex-shrink:0;box-shadow:2px 0 8px #0000001a;box-sizing:border-box;overflow:hidden}.sidebar-header{padding:24px 20px;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar-title{font-size:1.5rem;font-weight:700;margin:0 0 4px;color:#fff}.sidebar-subtitle{font-size:.9rem;color:#ffffffb3;margin:0}.sidebar-nav{display:flex;flex-direction:column;padding:16px 0;flex:1}.nav-item{display:flex;align-items:center;gap:12px;padding:14px 20px;background:none;border:none;color:#fffc;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s;text-align:left;width:100%}.nav-item:hover{background:#ffffff1a;color:#fff}.nav-item.active{background:#3498db33;color:#fff;border-left:4px solid #3498db}.nav-icon{font-size:1.2rem;width:24px;text-align:center}.nav-label{flex:1}.sidebar-footer{padding:16px 12px;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:8px;box-sizing:border-box}.sidebar-action-btn{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#ffffff1a;border:none;color:#ffffffe6;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s;text-align:left;width:100%;border-radius:6px;box-sizing:border-box}.sidebar-action-btn:hover{background:#fff3;color:#fff}.sidebar-action-btn.btn-change-role{background:#3498db33;color:#ffffffe6}.sidebar-action-btn.btn-change-role:hover{background:#3498db4d;color:#fff}.sidebar-action-btn.btn-logout{background:#e74c3c33;color:#ffffffe6}.sidebar-action-btn.btn-logout:hover{background:#e74c3c4d;color:#fff}.action-icon{font-size:1.1rem;width:24px;text-align:center}.action-label{flex:1}.admin-main-content{flex:1;display:flex;flex-direction:column;overflow-y:auto;padding:20px}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:0 8px;flex-shrink:0;gap:16px}.header-left{display:flex;align-items:center;gap:16px;flex:1}.admin-title{font-size:2rem;font-weight:700;color:#2c3e50;margin:0}.admin-subtitle{font-size:1rem;color:#7f8c8d;margin:4px 0 0}.admin-content{flex:1;overflow-y:auto}.entities-management{display:grid;grid-template-columns:300px 1fr;gap:24px;height:100%}.entities-list-panel{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000001a}.entities-list-panel h2{margin:0 0 16px;color:#2c3e50;font-size:1.3rem}.entities-list{display:flex;flex-direction:column;gap:8px}.entity-item{padding:12px 16px;background:#f8f9fa;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .2s}.entity-item:hover{background:#ecf0f1;border-color:#3498db}.entity-item.active{background:#e3f2fd;border-color:#3498db}.entity-item-name{font-weight:600;color:#2c3e50;margin-bottom:4px}.entity-item-type{font-size:.85rem;color:#7f8c8d}.municipalities-panel{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000001a;overflow-y:auto}.municipalities-panel h2{margin:0 0 24px;color:#2c3e50;font-size:1.5rem}.municipalities-section h3{margin:0 0 16px;color:#34495e;font-size:1.1rem;padding-bottom:12px;border-bottom:2px solid #e0e0e0}.municipalities-list{display:flex;flex-direction:column;gap:12px}.no-selection,.no-data,.loading{display:flex;align-items:center;justify-content:center;padding:60px 20px;color:#7f8c8d;text-align:center}.admin-view-container{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000001a}.placeholder-view{text-align:center;padding:60px 20px;color:#7f8c8d}.placeholder-view h2{color:#2c3e50;margin-bottom:12px}.user-modal{max-width:800px}.form-section{margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #e0e0e0}.form-section:last-of-type{border-bottom:none;margin-bottom:0}.form-section h4{margin:0 0 16px;color:#2c3e50;font-size:1.1rem;font-weight:600}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.form-group{display:flex;flex-direction:column}.form-group label{margin-bottom:6px;color:#2c3e50;font-weight:600;font-size:.9rem}.form-group input,.form-group select{padding:10px 12px;border:2px solid #e0e0e0;border-radius:6px;font-size:.95rem;transition:border-color .2s;font-family:inherit}.form-group input:disabled{background:#f5f5f5;cursor:not-allowed}.checkbox-group{display:flex;flex-direction:column;gap:12px}.checkbox-label{display:flex;align-items:center;gap:10px;cursor:pointer;padding:8px;border-radius:6px;transition:background .2s}.checkbox-label:hover{background:#f8f9fa}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.municipalities-selector{max-height:300px;overflow-y:auto;border:2px solid #e0e0e0;border-radius:6px;padding:12px}.municipalities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:10px}.info-text{color:#7f8c8d;font-style:italic;text-align:center;padding:20px}.alert{padding:12px 16px;border-radius:6px;margin-bottom:20px;font-size:.9rem}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:20px 24px;border-top:2px solid #e0e0e0}.btn-cancel,.btn-save{padding:10px 20px;border:none;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-cancel{background:#ecf0f1;color:#7f8c8d}.btn-save{background:#3498db;color:#fff}.btn-save:hover{background:#2980b9}.btn-save:disabled{background:#bdc3c7;cursor:not-allowed}.view-toolbar{display:flex;gap:16px;margin-bottom:24px;align-items:center}.filter-box{min-width:200px}.filter-select{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:6px;font-size:.95rem;transition:border-color .2s;background:#fff}.filter-select:focus{outline:none;border-color:#3498db}.entities-table-container{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column}.admin-table{width:100%;border-collapse:collapse}.entity-row{background:#fff}.entity-row:hover,.sections-row{background:#f8f9fa}.sections-cell{padding:0!important;border-top:none!important}.sections-container{padding:20px 16px;background:#f8f9fa}.sections-header-inline{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid #e0e0e0}.sections-header-inline strong{color:#2c3e50;font-size:1rem}.btn-add-section-inline{padding:8px 16px;background:#27ae60;color:#fff;border:none;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-add-section-inline:hover{background:#229954}.sections-list-inline{display:flex;flex-direction:column;gap:12px}.section-item-inline{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;background:#fff;border:2px solid #e0e0e0;border-radius:8px;transition:all .2s}.section-item-inline:hover{border-color:#3498db;box-shadow:0 2px 8px #3498db1a}.section-info-inline{display:flex;align-items:center;gap:16px;flex:1}.section-info-inline strong{color:#2c3e50;font-size:.95rem;min-width:150px}.section-city-inline{color:#7f8c8d;font-size:.9rem;min-width:120px}.section-detail-inline{color:#7f8c8d;font-size:.85rem;margin-left:8px}.section-status-inline{padding:4px 12px;border-radius:12px;font-size:.8rem;font-weight:600}.section-status-inline.active{background:#e8f5e9;color:#2e7d32}.section-status-inline.inactive{background:#ffebee;color:#c62828}.section-actions-inline{display:flex;gap:8px}.sections-loading{padding:20px;text-align:center;color:#7f8c8d}.sections-empty{padding:40px 20px;text-align:center;color:#7f8c8d}.sections-empty p{margin:0 0 16px}.btn-expand{width:28px;height:28px;border:none;background:#ecf0f1;color:#2c3e50;border-radius:4px;cursor:pointer;font-size:.85rem;display:flex;align-items:center;justify-content:center;transition:all .2s;padding:0}.btn-expand:hover{background:#d5dbdb}.admin-table th{padding:16px;text-align:left;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.admin-table tbody tr{border-bottom:1px solid #e0e0e0;transition:background-color .2s}.admin-table td{padding:16px;font-size:.95rem;color:#2c3e50}.entity-type-badge{padding:4px 12px;background:#3498db;color:#fff;border-radius:12px;font-size:.75rem;font-weight:600;display:inline-block}.action-buttons{display:flex;gap:8px;align-items:center}.btn-edit-small,.btn-action-small,.btn-delete-small{width:40px;height:40px;padding:0;border:none;border-radius:6px;font-size:1.1rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;flex-shrink:0}.btn-edit-small{background:#ecf0f1;color:#2c3e50}.btn-edit-small:hover{background:#d5dbdb}.btn-action-small{background:#3498db;color:#fff}.btn-action-small:hover{background:#2980b9}.btn-delete-small{background:#fee;color:#c33}.btn-delete-small:hover{background:#fcc}.entity-card-admin{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000001a;transition:all .2s}.entity-card-admin:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}.entity-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e0e0e0}.entity-card-name{margin:0 0 8px;font-size:1.2rem;font-weight:600;color:#2c3e50}.entity-card-type{padding:4px 12px;background:#3498db;color:#fff;border-radius:12px;font-size:.75rem;font-weight:600;display:inline-block}.entity-card-actions{display:flex;gap:8px}.btn-icon-small{padding:6px 10px;border:none;border-radius:4px;font-size:.9rem;cursor:pointer;transition:all .2s;background:#ecf0f1;color:#2c3e50}.btn-icon-small:hover{background:#d5dbdb}.btn-icon-small.btn-delete{background:#fee;color:#c33}.btn-icon-small.btn-delete:hover{background:#fcc}.entity-card-body{margin-bottom:16px}.entity-card-info{display:flex;gap:8px;margin-bottom:8px;font-size:.9rem}.entity-card-info:last-child{margin-bottom:0}.info-label{color:#7f8c8d;font-weight:600;min-width:80px}.info-value{color:#2c3e50}.entity-card-footer{padding-top:16px;border-top:1px solid #e0e0e0;display:flex;flex-direction:column;gap:10px}.btn-manage-municipalities,.btn-view-resources{width:100%;padding:10px;color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-manage-municipalities{background:#27ae60}.btn-manage-municipalities:hover{background:#229954}.btn-view-resources{background:#3498db}.btn-view-resources:hover{background:#2980b9}.municipalities-modal,.sections-modal{max-width:800px}.municipalities-section{margin-bottom:32px}.municipalities-section:last-child{margin-bottom:0}.municipalities-section h4{margin:0 0 16px;color:#34495e;font-size:1.1rem;padding-bottom:12px;border-bottom:2px solid #e0e0e0}.municipalities-list{display:flex;flex-direction:column;gap:12px;max-height:400px;overflow-y:auto}.municipality-item{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;background:#f8f9fa;border:2px solid #e0e0e0;border-radius:8px;transition:all .2s}.municipality-item.assigned{border-color:#27ae60;background:#f0f9f4}.municipality-item.available{border-color:#95a5a6}.municipality-info{display:flex;flex-direction:column;gap:4px}.municipality-info strong{color:#2c3e50;font-size:1rem}.municipality-province{font-size:.85rem;color:#7f8c8d}.btn-assign,.btn-remove{padding:8px 16px;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-assign{background:#3498db;color:#fff}.btn-assign:hover{background:#2980b9}.btn-remove{background:#e74c3c;color:#fff}.btn-remove:hover{background:#c0392b}.loading{text-align:center;padding:40px;color:#7f8c8d}.btn-close{width:36px;height:36px;border:none;background:#ecf0f1;color:#2c3e50;border-radius:6px;font-size:1.5rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;line-height:1}.no-data p{margin:0 0 20px;font-size:1.1rem}.btn-primary{padding:12px 24px;background:#3498db;color:#fff;border:none;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary:hover{background:#2980b9;transform:translateY(-1px);box-shadow:0 4px 12px #3498db4d}.modal-backdrop-fullscreen{position:fixed;inset:0;background:#000000b3;z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px}.admin-modal-fullscreen{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000004d;display:flex;flex-direction:column;max-width:95vw;max-height:95vh;width:100%;overflow:hidden}.resources-modal-fullscreen{width:100%;height:100%}.modal-header-fullscreen{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;border-bottom:2px solid #e0e0e0;background:#34495e;color:#fff}.modal-header-fullscreen h2{margin:0;font-size:1.8rem;font-weight:600}.btn-close-fullscreen{width:40px;height:40px;border:none;background:#fff3;color:#fff;border-radius:6px;font-size:1.5rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.btn-close-fullscreen:hover{background:#ffffff4d}.resources-tabs{display:flex;gap:0;border-bottom:2px solid #e0e0e0;background:#f8f9fa;padding:0 32px}.resource-tab{padding:16px 32px;border:none;background:transparent;color:#7f8c8d;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;border-bottom:3px solid transparent;margin-bottom:-2px}.resource-tab:hover{color:#34495e;background:#3498db1a}.resource-tab.active{color:#3498db;border-bottom-color:#3498db;background:#fff}.modal-body-fullscreen{flex:1;overflow-y:auto;padding:32px;background:#fff}.loading-fullscreen{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px;color:#7f8c8d}.loading-spinner{width:50px;height:50px;border:4px solid #e0e0e0;border-top-color:#3498db;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.resources-tab-content{width:100%}.resources-table-container{width:100%;overflow-x:auto}.resources-table{width:100%;border-collapse:collapse;background:#fff}.resources-table thead{background:#34495e;color:#fff}.resources-table th{padding:16px;text-align:left;font-weight:600;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px}.resources-table tbody tr{border-bottom:1px solid #e0e0e0;transition:background-color .2s}.resources-table tbody tr:hover{background:#f8f9fa}.resources-table td{padding:16px;font-size:.95rem;color:#2c3e50}.no-data-fullscreen{text-align:center;padding:80px;color:#7f8c8d;font-size:1.1rem}.resources-stats-container{display:flex;flex-direction:column;gap:32px}.resources-section{border:1px solid #e0e0e0;border-radius:8px;padding:20px;background:#f8f9fa}.resources-section h4{margin:0 0 16px;color:#34495e;font-size:1.1rem;padding-bottom:12px;border-bottom:2px solid #e0e0e0;display:flex;align-items:center;gap:12px}.stats-badge{background:#3498db;color:#fff;padding:4px 12px;border-radius:12px;font-size:.85rem;font-weight:600}.resources-list{display:flex;flex-direction:column;gap:12px;max-height:400px;overflow-y:auto}.resource-item{padding:14px 16px;background:#fff;border:1px solid #e0e0e0;border-radius:6px;transition:all .2s}.resource-item:hover{border-color:#3498db;box-shadow:0 2px 8px #3498db1a}.resource-info{display:flex;flex-direction:column;gap:6px}.resource-info strong{color:#2c3e50;font-size:1rem}.resource-detail{font-size:.85rem;color:#7f8c8d}.resource-badges{display:flex;gap:8px;margin-top:4px}.badge{padding:4px 10px;border-radius:12px;font-size:.75rem;font-weight:600}.badge-pc{background:#e8f5e9;color:#2e7d32}.badge-aib{background:#fff3e0;color:#e65100}.status-badge{padding:4px 10px;border-radius:12px;font-size:.75rem;font-weight:600;display:inline-block;margin-top:4px}.status-in_servizio{background:#e8f5e9;color:#2e7d32}.status-manutenzione{background:#fff3e0;color:#e65100}.status-fuori_servizio{background:#ffebee;color:#c62828}.more-items{text-align:center;padding:12px;color:#7f8c8d;font-style:italic;font-size:.9rem}.sections-header{margin-bottom:20px;display:flex;justify-content:flex-end}.btn-add-section{padding:10px 20px;background:#27ae60;color:#fff;border:none;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-add-section:hover{background:#229954}.sections-list{display:flex;flex-direction:column;gap:16px;max-height:500px;overflow-y:auto}.section-item{display:flex;justify-content:space-between;align-items:flex-start;padding:20px;background:#f8f9fa;border:2px solid #e0e0e0;border-radius:8px;transition:all .2s}.section-item:hover{border-color:#3498db;box-shadow:0 2px 8px #3498db1a}.section-info{flex:1;display:flex;flex-direction:column;gap:12px}.section-main{display:flex;flex-direction:column;gap:4px}.section-main strong{color:#2c3e50;font-size:1.1rem}.section-city{color:#7f8c8d;font-size:.9rem}.section-detail{display:flex;gap:8px;font-size:.9rem}.detail-label{color:#7f8c8d;font-weight:600;min-width:80px}.detail-value{color:#2c3e50}.section-status{margin-top:8px}.status-active{background:#e8f5e9;color:#2e7d32}.status-inactive{background:#ffebee;color:#c62828}.section-actions{display:flex;gap:8px;align-items:center}.section-modal{max-width:700px}.modal-backdrop{position:fixed;inset:0;background:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.admin-modal{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000004d;max-width:600px;width:100%;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:2px solid #e0e0e0}.modal-header h3{margin:0;color:#2c3e50;font-size:1.5rem}.btn-close{width:36px;height:36px;border:none;background:#ecf0f1;color:#2c3e50;border-radius:6px;font-size:1.5rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.btn-close:hover{background:#d5dbdb}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:24px;border-top:2px solid #e0e0e0}.btn-cancel,.btn-save{padding:12px 24px;border:none;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-cancel{background:#ecf0f1;color:#2c3e50}.btn-cancel:hover{background:#d5dbdb}.btn-save{background:#27ae60;color:#fff}.btn-save:hover:not(:disabled){background:#229954}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.form-group.full-width{grid-column:1 / -1}.form-group input[type=text],.form-group input[type=tel],.form-group input[type=email]{padding:12px 16px;border:2px solid #e0e0e0;border-radius:6px;font-size:.95rem;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#3498db}.checkbox-label{display:flex;align-items:center;gap:12px;cursor:pointer;font-weight:400}.checkbox-label input[type=checkbox]{width:20px;height:20px;cursor:pointer}.alert{padding:12px 16px;border-radius:6px;margin-bottom:20px;font-size:.95rem}.alert-error{background:#fee;color:#c33;border:1px solid #fcc}.volunteers-layout{display:grid;grid-template-columns:300px 1fr;gap:24px;height:100%}.entities-panel{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000001a}.entities-panel h3{margin:0 0 16px;color:#2c3e50;font-size:1.2rem}.entities-list-compact{display:flex;flex-direction:column;gap:8px;max-height:calc(100vh - 300px);overflow-y:auto}.entity-item-compact{padding:12px 16px;background:#f8f9fa;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .2s}.entity-item-compact:hover{background:#ecf0f1;border-color:#3498db}.entity-item-compact.active{background:#e3f2fd;border-color:#3498db}.entity-name-compact{font-weight:600;color:#2c3e50;margin-bottom:4px;font-size:.95rem}.entity-type-compact{font-size:.8rem;color:#7f8c8d}.volunteers-panel{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000001a;overflow-y:auto}.panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #e0e0e0}.panel-header h3{margin:0;color:#2c3e50;font-size:1.3rem}.volunteers-table-container{overflow-x:auto}.badge-active{background:#27ae60;color:#fff}.badge-inactive{background:#95a5a6;color:#fff}.no-selection{display:flex;align-items:center;justify-content:center;height:400px;color:#7f8c8d;text-align:center}.no-selection p{font-size:1.1rem}.view-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #e0e0e0}.view-header h2{margin:0 0 8px;color:#2c3e50;font-size:1.5rem}.view-header p{margin:0;color:#7f8c8d;font-size:.95rem}.btn-add{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#3498db;color:#fff;border:none;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-add:hover{background:#2980b9;transform:translateY(-1px);box-shadow:0 4px 12px #3498db4d}.view-toolbar{margin-bottom:24px}.search-box{max-width:400px}.search-input{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:6px;font-size:.95rem;transition:border-color .2s}.search-input:focus{outline:none;border-color:#3498db}.users-table-container{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.admin-table thead{background:#34495e;color:#fff}.admin-table th{padding:14px 16px;text-align:left;font-weight:600;font-size:.9rem}.admin-table td{padding:12px 16px;border-bottom:1px solid #e0e0e0;font-size:.9rem}.admin-table tbody tr:hover{background:#f8f9fa}.admin-table tbody tr:last-child td{border-bottom:none}.badges-list{display:flex;flex-wrap:wrap;gap:6px}.badge{padding:4px 10px;border-radius:12px;font-size:.75rem;font-weight:600;white-space:nowrap}.badge-role{background:#3498db;color:#fff}.badge-info{background:#95a5a6;color:#fff}.action-buttons{display:flex;gap:8px}.btn-edit-small,.btn-delete-small{padding:6px 10px;border:none;border-radius:4px;font-size:.9rem;cursor:pointer;transition:all .2s}.btn-edit-small{background:#3498db;color:#fff}.btn-edit-small:hover{background:#2980b9}.btn-delete-small{background:#e74c3c;color:#fff}.btn-delete-small:hover{background:#c0392b}.no-data{text-align:center;padding:60px 20px;color:#7f8c8d}.no-data p{font-size:1.1rem;margin-bottom:24px}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#7f8c8d}.loading-spinner{width:40px;height:40px;border:4px solid #ecf0f1;border-top-color:#3498db;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{to{transform:rotate(360deg)}}.modal-backdrop{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.admin-modal{background:#fff;border-radius:12px;width:90%;max-width:700px;max-height:90vh;overflow-y:auto;box-shadow:0 8px 32px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:2px solid #e0e0e0}.modal-header h3{margin:0;color:#2c3e50;font-size:1.3rem}.btn-close{background:none;border:none;font-size:2rem;color:#7f8c8d;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.btn-close:hover{background:#ecf0f1;color:#2c3e50}.modal-body{padding:24px}.municipalities-table-container{overflow-x:auto}.settings-container{max-width:1200px;margin:0 auto}.settings-header{margin-bottom:32px;padding-bottom:20px;border-bottom:2px solid #e0e0e0}.settings-header h2{margin:0 0 8px;color:#2c3e50;font-size:1.8rem}.settings-header p{margin:0;color:#7f8c8d;font-size:1rem}.message{padding:16px 20px;border-radius:8px;margin-bottom:24px;font-weight:500}.message-success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.message-error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.settings-sections{display:flex;flex-direction:column;gap:32px;margin-bottom:32px}.settings-section{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000000d}.settings-section h3{margin:0 0 24px;color:#34495e;font-size:1.3rem;padding-bottom:12px;border-bottom:2px solid #e0e0e0}.settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:600;color:#2c3e50;font-size:.95rem}.form-group input[type=text],.form-group input[type=email],.form-group input[type=tel],.form-group input[type=number],.form-group select{padding:12px 16px;border:2px solid #e0e0e0;border-radius:6px;font-size:.95rem;transition:border-color .2s;background:#fff}.form-group input:focus,.form-group select:focus{outline:none;border-color:#3498db}.form-group small{font-size:.8rem;color:#7f8c8d;margin-top:-4px}.checkbox-group{flex-direction:row;align-items:flex-start;gap:12px}.checkbox-group label{display:flex;align-items:flex-start;gap:12px;cursor:pointer;font-weight:400}.checkbox-group input[type=checkbox]{margin-top:2px;width:20px;height:20px;cursor:pointer;flex-shrink:0}.checkbox-group span{flex:1;font-weight:600;color:#2c3e50}.settings-actions{display:flex;justify-content:flex-end;padding-top:24px;border-top:2px solid #e0e0e0}.btn-save{padding:14px 32px;background:#27ae60;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-save:hover:not(:disabled){background:#229954;transform:translateY(-2px);box-shadow:0 4px 12px #27ae604d}.btn-save:disabled{opacity:.6;cursor:not-allowed}.loading{text-align:center;padding:60px;color:#7f8c8d;font-size:1.1rem}
