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;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{align-items:center;background-color:#f8f9fa;border-bottom:1px solid #dee2e6;display:flex;justify-content:space-between;padding:10px 20px}.header-title{font-size:1.5rem;margin:0}.header-nav{margin:0}.header-nav-list{align-items:center;display:flex;gap:20px;list-style:none;margin:0;padding:0}.header-nav-item{margin:0}.header-nav-item a{color:#333;font-weight:500;text-decoration:none;transition:color .3s ease}.header-nav-item a:hover{color:#4caf50}.app-header{align-items:center;background-color:#f8f9fa;border-bottom:1px solid #dee2e6;display:flex;justify-content:space-between;padding:10px 20px}.logo a{color:#4caf50;font-size:1.5rem;font-weight:700;text-decoration:none}.user-name{font-weight:500;margin-right:10px}.logout-button{background-color:#f44336;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:5px 10px;transition:background-color .3s}.logout-button:hover{background-color:#d32f2f}.header-logo{height:50px;width:auto}.header-nav-item.dropdown{position:relative}.dropdown-trigger{border-radius:4px;color:#333;cursor:pointer;display:inline-block;font-weight:500;padding:8px 12px;transition:background-color .3s ease,color .3s ease}.dropdown-trigger:hover{background-color:#e9ecef;color:#4caf50}.dropdown-menu{animation:fadeIn .2s ease-in-out;background:#fff;border:1px solid #dee2e6;border-radius:8px;box-shadow:0 4px 12px #00000026;left:0;list-style:none;margin:0;min-width:220px;padding:.5rem 0;position:absolute;top:100%;z-index:1000}.dropdown-menu li{margin:0;padding:0}.dropdown-menu li a{color:#333;display:block;font-weight:500;padding:.75rem 1.25rem;text-decoration:none;transition:background-color .2s ease,color .2s ease}.dropdown-menu li a:hover{background-color:#f8f9fa;color:#4caf50}.dropdown-divider{background-color:#dee2e6;height:1px;margin:.5rem 0;padding:0!important}@media (max-width:768px){.dropdown-menu{border-left:none;border-radius:0;border-right:none;left:0;position:fixed;right:0;top:60px;width:100%}}.sample-container{margin:0 auto;max-width:1200px;padding:2rem;text-align:center}.sample-container h1{color:#333;font-size:2.5rem;margin-bottom:1rem}.sample-container p{color:#666;font-size:1.2rem;margin-bottom:2rem}.feature-cards{grid-gap:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.feature-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{box-shadow:0 10px 20px #0000001a;transform:translateY(-5px)}.feature-card h3{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem}.feature-card p{font-size:1rem;margin-bottom:1.5rem}.feature-link{background-color:#4caf50;border-radius:4px;color:#fff;display:inline-block;font-weight:700;padding:.7rem 1.2rem;text-decoration:none;transition:background-color .3s ease}.feature-link:hover{background-color:#3e8e41}.landing-logo{height:100px;margin-bottom:20px;width:auto}.login-container{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 80px);padding:2rem}.login-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;max-width:400px;padding:2rem;width:100%}.login-card h2{color:#2c3e50;margin-bottom:1.5rem;text-align:center}.form-group input{border:1px solid #ddd;border-radius:4px}.form-group input,.login-button{font-size:1rem;padding:.75rem;width:100%}.login-button{background-color:#4caf50;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:1rem;transition:background-color .3s}.login-button:hover{background-color:#3e8e41}.login-button:disabled{background-color:#9e9e9e;cursor:not-allowed}.register-link{color:#666;margin-top:1.5rem;text-align:center}.register-link a{color:#4caf50;font-weight:500;text-decoration:none}.register-link a:hover{text-decoration:underline}.register-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin:1.5rem auto;max-width:450px;padding:1.75rem}.register-container h2{color:#2c3e50;font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.form-group{margin-bottom:.875rem}.form-group label{font-size:.85rem;margin-bottom:.35rem}.form-group input,.form-group select{font-size:.95rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus{box-shadow:0 0 0 2px #4285f41a}.register-container button[type=submit]{background-color:#4285f4;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:500;margin-top:.75rem;padding:.7rem;transition:all .2s ease;width:100%}.register-container button[type=submit]:hover:not(:disabled){background-color:#357ae8;box-shadow:0 2px 4px #4285f44d}.register-container button[type=submit]:disabled{cursor:not-allowed;opacity:.6}.error-message{font-size:.85rem;padding:.7rem}.form-section{border-top:1px solid #e0e0e0;margin-top:1.5rem;padding-top:1rem}.form-section h3{color:#2c3e50;font-size:1rem;margin-bottom:.75rem}.permissions-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(2,1fr);margin-bottom:.75rem}.permission-checkbox{align-items:center;background-color:#f9f9f9;border:1px solid #e8e8e8;border-radius:4px;cursor:pointer;display:flex;gap:.4rem;padding:.5rem;transition:background-color .15s}.permission-checkbox:hover{background-color:#f0f7ff;border-color:#4285f4}.permission-checkbox input[type=checkbox]{cursor:pointer;flex-shrink:0;height:15px;margin:0;width:15px}.permission-checkbox span{color:#333;font-size:.85rem;-webkit-user-select:none;user-select:none}@media (max-width:576px){.register-container{margin:1rem;padding:1.5rem}.permissions-grid{grid-template-columns:1fr}}.dashboard-tile{background-color:#fff;border-radius:8px;border-top:4px solid;box-shadow:0 2px 10px #0000001a;cursor:pointer;display:flex;flex-direction:column;min-height:160px;padding:20px;position:relative;transition:transform .2s,box-shadow .2s}.dashboard-tile:hover{box-shadow:0 5px 15px #00000026;transform:translateY(-5px)}.dashboard-tile.disabled{cursor:not-allowed;opacity:.7}.tile-icon{align-items:center;border-radius:50%;color:#fff;display:flex;font-size:24px;height:48px;justify-content:center;margin-bottom:15px;width:48px}.tile-content h3{font-size:1.2rem;margin:0 0 8px}.tile-content p{color:#666;font-size:.9rem;margin:0}.coming-soon-badge{background-color:#ff9800;border-radius:12px;color:#fff;font-size:.7rem;padding:2px 8px;position:absolute;right:10px;top:10px}.dashboard-container{margin:0 auto;max-width:1200px;padding:2rem}.dashboard-container h2{border-bottom:2px solid #f0f0f0;color:#2c3e50;font-size:2rem;margin-bottom:1.5rem;padding-bottom:.75rem}.dashboard-content{display:flex;flex-direction:column;gap:2rem}.dashboard-section{margin-bottom:3rem}.section-header{color:#2c3e50;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.section-description{color:#7f8c8d;font-size:.95rem}.loading-indicator{margin:3rem 0}.error-container{background-color:#ffebee;border-left:4px solid #f44336;border-radius:4px;margin:2rem 0;padding:1.5rem}.error-text{color:#d32f2f;margin:0}.user-info-section{align-items:center;background-color:#fff;border-radius:12px;box-shadow:0 6px 18px #0000000f;display:flex;justify-content:space-between;padding:1.75rem}.welcome-header h3{color:#2c3e50;font-size:1.5rem;margin-bottom:.5rem;margin-top:0}.welcome-header p{color:#7f8c8d;margin:0}.quick-actions{display:flex;gap:.75rem}.action-button{gap:8px;padding:10px 20px;transition:all .2s ease}.action-button.primary:hover{background-color:#3d9140}.action-icon{font-size:1.2rem;font-style:normal;font-weight:700}.applications-section{background-color:#fff;border-radius:12px;box-shadow:0 6px 18px #0000000f;padding:1.75rem}.applications-section h3{border-bottom:1px solid #f0f0f0;color:#2c3e50;font-size:1.4rem;margin-bottom:1.5rem;margin-top:0;padding-bottom:.75rem}.application-list{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.application-card{border:1px solid #e9ecef;overflow:hidden;transition:all .2s ease}.application-card:hover{box-shadow:0 5px 15px #00000014;transform:translateY(-3px)}.application-header{background-color:#f8f9fa;border-bottom:1px solid #e9ecef;padding:1rem 1.25rem}.application-header h4{color:#343a40;font-size:1.1rem;font-weight:600;margin:0}.application-details{display:flex;padding:1.25rem}.application-actions,.application-details{align-items:center;justify-content:space-between}.application-actions{margin-top:.5rem}.info-text{color:#9c27b0;font-size:.85rem;font-weight:500}.status-info{margin-left:1rem}.submission-date{color:#6c757d;margin:0}.detail-label{color:#495057;font-weight:500}.view-application-button{background-color:initial;border:1px solid #4caf50;border-radius:6px;color:#4caf50;cursor:pointer;font-weight:500;padding:8px 16px;transition:all .2s ease}.view-application-button:hover{background-color:#4caf50;color:#fff}.status-badge{padding:5px 10px}.status-requiresmoreinfo{background-color:#e8eaf6;color:#3f51b5}.empty-state{background-color:#fafafa;border:2px dashed #e0e0e0;padding:3rem 1rem}.empty-illustration{font-size:3rem;margin-bottom:1rem;opacity:.7}.empty-state h4{color:#424242;font-size:1.25rem;margin:.5rem 0}.empty-state p{color:#757575}.cta-button{background-color:#4caf50;border-radius:6px;color:#fff;display:inline-block;font-weight:600;padding:10px 20px;text-decoration:none;transition:all .2s ease}.cta-button:hover{background-color:#3d9140;transform:translateY(-2px)}.dashboard-welcome{margin-bottom:30px}.dashboard-welcome h2{color:#333;font-size:1.8rem;margin:0 0 5px}.dashboard-welcome p{color:#666;margin:0}.dashboard-tiles-container{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-bottom:30px}.quick-access-section{background-color:#f9f9f9;border-radius:8px;grid-column:1/-1;margin-top:20px;padding:20px}.quick-access-section h3{color:#333;font-size:1.3rem;margin-bottom:15px;margin-top:0}.recent-applications-list{display:flex;flex-direction:column;gap:10px}.recent-application-item{align-items:center;background-color:#fff;border-radius:6px;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:space-between;padding:10px 15px}.app-title{flex-grow:1;font-weight:500}.status-badge-small{border-radius:12px;font-size:.8rem;margin:0 10px;padding:3px 8px}.view-button{background-color:initial;border:1px solid #4285f4;border-radius:4px;color:#4285f4;cursor:pointer;font-size:.8rem;padding:5px 10px}.view-button:hover{background-color:#4285f4;color:#fff}.see-all-link{color:#4285f4;display:block;font-size:.9rem;margin-top:10px;text-align:right}.no-applications{color:#666;font-style:italic}@media (max-width:768px){.dashboard-container{padding:1rem}.user-info-section{align-items:flex-start;flex-direction:column;gap:1rem}.quick-actions{width:100%}.action-button{justify-content:center;width:100%}.application-list,.dashboard-tiles-container{grid-template-columns:1fr}}.admin-dashboard{margin:0 auto;max-width:1300px;padding:2rem}.dashboard-title{color:#2c3e50;font-size:2.2rem;margin-bottom:2rem;padding-bottom:1rem;position:relative;text-align:center}.dashboard-title:after{background-color:#4caf50;border-radius:2px;bottom:0;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:100px}.stats-grid{margin-bottom:2.5rem}.stat-card{box-shadow:0 5px 15px #00000014;overflow:hidden;position:relative;transition:transform .3s,box-shadow .3s}.stat-card:hover{box-shadow:0 8px 25px #0000001f}.stat-card:before{background-color:#4caf50;content:"";height:100%;left:0;position:absolute;top:0;width:5px}.stat-card:nth-child(2):before{background-color:#2196f3}.stat-card:nth-child(3):before{background-color:#ff9800}.stat-card:nth-child(4):before{background-color:#9c27b0}.stat-icon{margin-right:1rem}.stat-content{flex-grow:1}.stat-content h3{font-size:1rem;margin:0}.stat-value{font-size:2.5rem;margin:.5rem 0 0}.stat-action{background-color:#f8f9fa;border-radius:20px;color:#2c3e50;font-size:.9rem;font-weight:600;padding:.5rem 1rem;text-decoration:none;transition:all .3s}.stat-action:hover{background-color:#4caf50;color:#fff}.admin-panels{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:2.5rem}.admin-panel{background-color:#fff;border-radius:10px;box-shadow:0 5px 15px #00000014;overflow:hidden;transition:transform .3s ease}.admin-panel:hover{transform:translateY(-5px)}.admin-panel h2{background-color:#f8f9fa;border-bottom:1px solid #eee;color:#2c3e50;font-size:1.3rem;margin:0;padding:1.25rem 1.5rem}.panel-content{padding:1.5rem}.panel-content p{color:#5d6778;margin-bottom:1.5rem;margin-top:0}.admin-actions{display:flex;flex-wrap:wrap;gap:1rem}.admin-action-btn{background-color:#f1f5f9;color:#334155;flex:1 1;gap:.5rem;min-width:150px;padding:.85rem 1rem;transition:all .3s}.admin-action-btn:hover{background-color:#e2e8f0}.admin-action-btn.primary{background-color:#4caf50;color:#fff}.admin-action-btn.primary:hover{background-color:#3d9140}.btn-icon{font-size:1.2rem}.recent-activity{background-color:#fff;border-radius:10px;box-shadow:0 5px 15px #00000014;margin-bottom:2rem;padding:1.5rem}.recent-activity h2{border-bottom:1px solid #eee;color:#2c3e50;font-size:1.3rem;margin-bottom:1.5rem;margin-top:0;padding-bottom:.75rem}.activity-list{margin-bottom:1rem}.activity-item{align-items:flex-start;border-bottom:1px solid #f5f5f5;display:flex;padding:.85rem 0}.activity-time{color:#94a3b8;font-size:.85rem;min-width:100px}.activity-content{color:#334155;flex:1 1}.activity-content strong{color:#1e293b}.view-all-link{display:block;font-weight:600;margin-top:1rem;padding:.75rem;text-align:center;transition:all .3s}.view-all-link:hover{background-color:#f1f5f9;border-radius:6px}.error-message{background-color:#fff3f3;border-left:4px solid #d32f2f}@media (max-width:1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.admin-dashboard{padding:1.5rem}.admin-panels{grid-template-columns:1fr}.stats-grid{gap:1rem}}@media (max-width:576px){.stats-grid{grid-template-columns:1fr}.stat-value{font-size:2rem}.admin-action-btn{width:100%}}.admin-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.admin-stat-card{background-color:#fff;border-radius:10px;box-shadow:0 5px 15px #00000014;padding:1.5rem;text-align:center;transition:transform .3s ease}.admin-stat-card:hover{transform:translateY(-5px)}.admin-stat-card h3{color:#2c3e50;font-size:1rem;font-weight:600;margin:0 0 .5rem}.admin-stat-card p{color:#4caf50;font-size:2rem;font-weight:700;margin:0}.admin-card{background-color:#fff;border-radius:10px;box-shadow:0 5px 15px #00000014;margin-bottom:2rem;padding:1.5rem}.admin-card h3{border-bottom:2px solid #eee;color:#2c3e50;font-size:1.3rem;margin:0 0 1.5rem;padding-bottom:.75rem}.admin-community-actions,.admin-quick-actions{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.admin-action-btn{background-color:#f8f9fa;border:2px solid #0000;border-radius:8px;color:#2c3e50;display:flex;font-weight:600;gap:.75rem;padding:1rem 1.25rem;transition:all .3s ease}.admin-action-btn:hover{background-color:#4caf50;box-shadow:0 4px 12px #4caf504d;color:#fff;transform:translateY(-2px)}.admin-action-btn i{font-size:1.2rem}.admin-action-btn.community-news{border-left:4px solid #9c27b0}.admin-action-btn.community-pages{border-left:4px solid #ff9800}.admin-action-btn.community-news:hover{background-color:#9c27b0;border-left:4px solid #9c27b0}.admin-action-btn.community-pages:hover{background-color:#ff9800;border-left:4px solid #ff9800}@media (max-width:768px){.admin-community-actions,.admin-quick-actions,.admin-stats{grid-template-columns:1fr}}.admin-container{margin:0 auto;max-width:1400px;padding:2rem}.admin-container h2{color:#2c3e50;font-size:2rem;margin-bottom:2rem}.user-table{background-color:#fff;border-collapse:collapse;width:100%}.user-table td,.user-table th{border-bottom:1px solid #e0e0e0;padding:.875rem;text-align:left}.user-table td:last-child,.user-table th:last-child{padding:.75rem;text-align:center;white-space:nowrap;width:180px}.user-table th{background-color:#f5f5f5;color:#333;font-weight:600;position:-webkit-sticky;position:sticky;top:0;z-index:1}.user-table tr:hover,.user-table tr:nth-child(2n){background-color:#f9f9f9}.user-table button{border:none;border-radius:4px;cursor:pointer;display:inline-block;font-size:.8rem;font-weight:500;margin:.1rem .15rem;padding:.3rem .6rem;transition:all .2s ease;vertical-align:middle;width:40%}.user-table button:first-child{background-color:#4285f4;color:#fff}.user-table button:first-child:hover{background-color:#357ae8;box-shadow:0 2px 4px #4285f44d}.user-table button:last-child{background-color:#dc3545;color:#fff}.user-table button:last-child:hover{background-color:#c82333;box-shadow:0 2px 4px #dc35454d}.edit-modal{align-items:center;background-color:#0009;display:flex;height:100%;justify-content:center;left:0;padding:20px;position:fixed;top:0;width:100%;z-index:1000}.edit-modal-content{background-color:#fff;border-radius:8px;box-shadow:0 4px 20px #0000004d;display:flex;flex-direction:column;max-height:90vh;max-width:500px;width:100%}.edit-modal-content form{display:flex;flex-direction:column;height:100%;min-height:0}.edit-modal-content h3{color:#333;font-size:1.25rem;margin:0}.edit-modal-content .form-group{margin-bottom:1rem}.edit-modal-content .form-group label{color:#555;display:block;font-size:.9rem;font-weight:500;margin-bottom:.4rem}.edit-modal-content .form-group input,.edit-modal-content .form-group select{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.5rem;width:100%}.edit-modal-content .form-group input:focus,.edit-modal-content .form-group select:focus{border-color:#4285f4;box-shadow:0 0 0 2px #4285f41a;outline:none}.checkbox-group input[type=checkbox]{margin-right:10px}.checkbox-group label{align-items:center;display:flex}.checkbox-group+.checkbox-group{margin-top:.5rem}.modal-header{background-color:#fff;border-radius:8px 8px 0 0;flex-shrink:0;padding:1.25rem 1.5rem}.close-button{align-items:center;background:none;border:none;border-radius:4px;color:#666;cursor:pointer;display:flex;font-size:1.75rem;height:32px;justify-content:center;line-height:1;padding:0;transition:all .2s;width:32px}.close-button:hover{background-color:#f5f5f5;color:#333}.modal-body{flex:1 1;min-height:0;overflow-y:auto}.modal-body::-webkit-scrollbar{width:8px}.modal-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.modal-body::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.modal-body::-webkit-scrollbar-thumb:hover{background:#999}.form-section{margin-bottom:1.5rem}.form-section h4{color:#333;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.form-group label{color:#555}.form-group input,.form-group select{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.5rem;width:100%}.form-group input:focus,.form-group select:focus{border-color:#4285f4;outline:none}.permissions-section{background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:6px;margin-bottom:0;padding:1rem}.permissions-section h4{color:#555;font-size:.95rem;font-weight:600;margin:0 0 .75rem}.permissions-compact{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(2,1fr)}.permission-item{align-items:center;background-color:#fff;border:1px solid #e8e8e8;border-radius:4px;cursor:pointer;display:flex;gap:.5rem;padding:.4rem .5rem;transition:background-color .15s}.permission-item:hover{background-color:#f0f7ff;border-color:#4285f4}.permission-item input[type=checkbox]{cursor:pointer;flex-shrink:0;height:16px;margin:0;width:16px}.permission-item span{color:#333;font-size:.85rem;line-height:1.2;-webkit-user-select:none;user-select:none}.modal-footer{background-color:#fff;border-radius:0 0 8px 8px;border-top:1px solid #e0e0e0;flex-shrink:0;gap:.75rem;justify-content:flex-end;padding:1rem 1.5rem}.btn{min-width:90px;padding:.625rem 1.25rem}.btn-primary{background-color:#4285f4}.btn-primary:hover:not(:disabled){background-color:#357ae8;box-shadow:0 2px 4px #4285f44d}.error-message{border-left:3px solid #d32f2f;font-size:.9rem;margin-top:.75rem}@media (max-width:768px){.edit-modal-content{margin:10px;max-width:none;width:95%}.permissions-compact{grid-template-columns:1fr}.modal-body,.modal-footer,.modal-header{padding-left:1rem;padding-right:1rem}}@media (max-width:480px){.modal-footer{flex-direction:column-reverse}.btn{width:100%}}.admin-action-btn{align-items:center;background-color:#4caf50;border-radius:4px;color:#fff;display:inline-flex;justify-content:center;margin:10px;padding:12px 20px;text-decoration:none;transition:background-color .3s}.admin-action-btn:hover{background-color:#45a049}.admin-action-btn i{margin-right:10px}.admin-quick-actions{display:flex;flex-wrap:wrap;margin-top:20px}.staff-dashboard{margin:0 auto;max-width:1200px;padding:1.5rem}.dashboard-header{border-bottom:1px solid #e0e0e0;padding-bottom:1rem}.dashboard-header h2{color:#2c3e50;font-size:1.8rem;margin:0}.user-greeting{background-color:#f8f9fa;border-radius:25px;color:#4a5568;font-size:.95rem;font-weight:500;padding:.5rem 1rem}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.dashboard-card{border-radius:12px;box-shadow:0 4px 15px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.dashboard-card:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-5px)}.card-header{border-bottom:1px solid #f0f0f0}.card-header h3{color:#2c3e50;font-weight:600}.card-icon{font-size:1.5rem;line-height:1}.card-content{display:flex;flex-direction:column;flex-grow:1;padding:1.5rem}.card-content p{color:#4a5568;line-height:1.5;margin-bottom:1.25rem;margin-top:0}.education-card{background:linear-gradient(to right bottom,#fff,#f6f9ff);border-left:4px solid #4caf50}.consultation-card{background:linear-gradient(to right bottom,#fff,#f0f9ff);border-left:4px solid #17a2b8}.harvesting-card{background:linear-gradient(to right bottom,#fff,#fff9f0);border-left:4px solid #fd7e14}.community-card{background:linear-gradient(to right bottom,#fff,#f9f0ff);border-left:4px solid #6f42c1}.card-stats{display:flex;justify-content:space-around;margin:1rem 0}.stat{align-items:center;display:flex;flex-direction:column;padding:.75rem;text-align:center}.stat-value{color:#4caf50;font-size:1.8rem;margin-bottom:.5rem}.calendar-preview,.event{margin-bottom:1rem}.event{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;padding-bottom:1rem}.event:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.event-date{background-color:#f1f7ff;border-radius:8px;display:flex;flex-direction:column;margin-right:1rem;min-width:60px;padding:.5rem;text-align:center}.event-date .month{color:#4a5568;font-size:.75rem;font-weight:600;text-transform:uppercase}.event-date .day{color:#2c3e50;font-size:1.25rem;font-weight:700}.event-info h4{color:#2c3e50;font-size:1rem;margin:0 0 .25rem}.event-info p{color:#718096;font-size:.85rem;margin:0}.quick-links{gap:.75rem}.quick-link{align-items:center;background-color:#f8f9fa;border-radius:8px;color:#4a5568;display:flex;padding:.75rem;transition:all .3s ease;width:calc(50% - .375rem)}.quick-link:hover{background-color:#e9ecef;transform:translateY(-2px)}.link-icon{font-size:1.1rem;margin-right:.5rem}.link-text{font-size:.9rem;font-weight:500}.card-actions{gap:.75rem;margin-top:auto}.action-button{align-items:center;border-radius:8px;display:flex;flex:1 1;font-size:.95rem;gap:.5rem;justify-content:center;padding:.75rem 1.25rem;transition:all .3s ease}.action-button.primary{background-color:#4caf50;color:#fff}.action-button.secondary{background-color:#f8f9fa;border:1px solid #e0e0e0;color:#4a5568}.action-button.primary:hover{background-color:#388e3c;transform:translateY(-2px)}.action-button.secondary:hover{background-color:#e9ecef;transform:translateY(-2px)}.button-icon{display:inline-block;font-style:normal}.link-button{align-items:center;background:none;border:none;color:inherit;cursor:pointer;display:flex;font:inherit;padding:0;text-align:left;width:100%}.link-button:focus{outline:1px dotted #4a5568}.coming-soon-card{overflow:hidden;position:relative}.coming-soon-overlay{align-items:center;background:#ffffffb3;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:2}.coming-soon-badge{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:20px;color:#721c24;font-size:1rem;font-weight:700;padding:8px 16px}@media (max-width:768px){.dashboard-header{align-items:flex-start;flex-direction:column;gap:1rem}.dashboard-grid{grid-template-columns:1fr}.action-button,.quick-link{width:100%}}.education-dashboard{margin:0 auto;max-width:1300px;padding:1.5rem}.dashboard-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.dashboard-header h1{color:#2c3e50;font-size:2rem;margin:0}.primary-button{align-items:center;background-color:#4caf50;border:none;border-radius:6px;color:#fff;display:inline-flex;font-weight:600;gap:.5rem;padding:.75rem 1.25rem;text-decoration:none;transition:background-color .3s,transform .2s}.primary-button:hover{background-color:#43a047;transform:translateY(-2px)}.button-icon{font-size:1.2rem;line-height:1}.stats-grid{grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(4,1fr)}.stat-card{align-items:center;background-color:#fff;border-radius:10px;box-shadow:0 4px 12px #0000000d;display:flex;justify-content:space-between;transition:transform .3s ease,box-shadow .3s ease}.stat-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-5px)}.stat-content h3{color:#7f8c8d;font-size:.9rem;font-weight:500;margin:0 0 .5rem}.stat-value{font-size:2.2rem;line-height:1;margin:0}.stat-icon{font-size:2.2rem;opacity:.8}.dashboard-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin-bottom:2rem}.dashboard-card{background-color:#fff;border-radius:10px;box-shadow:0 4px 12px #0000000d;display:flex;flex-direction:column;min-height:400px;overflow:hidden}.card-header{align-items:center;background-color:#f8f9fa;border-bottom:1px solid #eee;padding:1.25rem 1.5rem}.card-header h2{color:#2c3e50;font-size:1.25rem;margin:0}.view-all-link{color:#4caf50;font-size:.9rem;transition:color .3s}.view-all-link:hover{color:#388e3c}.grants-list{display:flex;flex-direction:column;flex-grow:1;gap:1rem;padding:1.5rem}.grant-item{background-color:#f9f9f9;border-left:4px solid #4caf50;border-radius:8px;padding:1.25rem;transition:transform .3s,box-shadow .3s}.grant-item:hover{box-shadow:0 6px 15px #0000001a;transform:translateY(-3px)}.grant-item h3{color:#2c3e50;font-size:1.1rem;margin:0 0 .75rem}.grant-meta{display:flex;gap:1rem;margin-bottom:.75rem}.grant-status,.grant-type{border-radius:4px;display:inline-block;font-size:.8rem;font-weight:500;padding:.25rem .5rem}.grant-type-scholarship{background-color:#e3f2fd;color:#1976d2}.grant-type-professional-development{background-color:#e8f5e9;color:#4caf50}.grant-type-research{background-color:#f3e5f5;color:#9c27b0}.grant-type-educational-resources{background-color:#fff3e0;color:#ff9800}.grant-status-draft{background-color:#f5f5f5;color:#757575}.grant-status-pendingApproval{background-color:#fff8e1;color:#ffa000}.grant-status-published{background-color:#e8f5e9;color:#43a047}.grant-status-closed{background-color:#ffebee;color:#e53935}.grant-description{color:#5d6778;font-size:.9rem;line-height:1.5;margin:.5rem 0}.grant-dates{color:#7f8c8d;display:flex;font-size:.85rem;justify-content:space-between;margin:.75rem 0}.date-label{color:#595959;font-weight:500}.grant-actions{gap:.75rem;margin-top:1rem}.action-button{background-color:#4caf50;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:background-color .3s,transform .2s}.action-button:hover{background-color:#43a047;transform:translateY(-2px)}.action-button.secondary{background-color:#f5f5f5;border:1px solid #ddd;color:#333}.action-button.secondary:hover{background-color:#e0e0e0}.filter-controls{gap:.5rem}.filter-controls select{padding:.35rem .75rem}.table-responsive{flex-grow:1;padding:1rem 1.5rem 1.5rem}.status-reviewed{background-color:#e8f4fd;color:#0288d1}.status-needsMoreInfo{background-color:#fff8e1;color:#ff8f00}.resources-section{margin-top:2rem}.resources-section h2{color:#2c3e50;font-size:1.5rem;margin-bottom:1.5rem}.resources-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.resource-card{background-color:#fff;border-radius:10px;box-shadow:0 4px 12px #0000000d;gap:1.25rem;padding:1.5rem;transition:transform .3s,box-shadow .3s}.resource-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-5px)}.resource-icon{align-items:flex-start;color:#4caf50;display:flex;font-size:2rem;opacity:.85}.resource-content h3{color:#2c3e50;font-size:1.1rem;margin:0 0 .75rem}.resource-content p{color:#5d6778;font-size:.9rem;line-height:1.5;margin:0 0 1rem}.resource-link{align-items:center;color:#4caf50;display:inline-flex;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .3s}.resource-link:hover{color:#388e3c;text-decoration:underline}.resource-link:after{content:"→";margin-left:.35rem;transition:transform .3s}.resource-link:hover:after{transform:translateX(3px)}.loading-indicator{color:#555;flex-grow:1;padding:2.5rem}.error-message{margin:1rem}.empty-state{align-items:center;color:#7f8c8d;display:flex;flex-direction:column;flex-grow:1;gap:1rem;justify-content:center}@media (max-width:992px){.stats-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.resources-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.dashboard-header{align-items:flex-start;flex-direction:column;gap:1rem}.resources-grid,.stats-grid{grid-template-columns:1fr}.resource-card{flex-direction:column;gap:.75rem}.resource-icon{font-size:1.75rem}}.create-grant-container{margin:0 auto;max-width:900px;padding:2rem}.create-grant-container h1{margin-bottom:1.5rem;text-align:center}.grant-section{background-color:#fff;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem;padding:1.5rem}.grant-section h2{border-bottom:1px solid #eee;margin-bottom:1.5rem;padding-bottom:.5rem}.question-header,.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.form-group input,.form-group select,.form-group textarea{padding:.5rem}.section-card{background-color:#f5f8fa;border:1px solid #d0d7de;border-radius:8px;box-shadow:0 2px 4px #0000000d;margin-bottom:2rem;padding:1.5rem 1.5rem .75rem;position:relative}.section-card:before{background-color:#2196f3;border-radius:12px;color:#fff;content:"Section";font-size:.8rem;font-weight:700;left:15px;padding:2px 10px;position:absolute;top:-10px}.section-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.section-card-header h3{margin:0}.question-container{border-top:1px solid #eee;margin-top:1.5rem;padding-top:1rem}.question-card{background-color:#fff;border:1px solid #e1e4e8;border-left:4px solid #4caf50;border-radius:6px;box-shadow:0 1px 3px #0000000d;padding:1.25rem 1.25rem .75rem;text-align:left}.question-card+.question-card{margin-top:1.5rem}.question-card-header{align-items:center;display:flex;font-weight:700;justify-content:space-between;margin-bottom:1rem}.checkbox-group input[type=checkbox]{margin-right:.5rem}.checkbox-group label{margin-bottom:0}.section-card h4{border-bottom:2px solid #eaecef;color:#24292e;margin:1.5rem 0 1rem;padding-bottom:.5rem}.validation-error{background-color:#fff3f3;border-radius:4px;color:#d32f2f;font-size:14px;margin:1rem 0;padding:1rem}.section-card .btn{margin-top:.5rem}.btn-danger{border:none;transition:all .2s}.btn-danger:hover{transform:translateY(-2px)}.btn:disabled{opacity:.7}input[type=number]{color:#2196f3;font-weight:700}.weight-summary{background-color:#f8f9fa;border-radius:8px;margin:1.5rem 0;padding:1rem}.weight-summary h4{margin-bottom:.5rem;margin-top:0}.weight-bars{border-radius:4px;display:flex;height:24px;overflow:hidden;width:100%}.weight-bar{height:100%;transition:width .3s}.weight-total{font-weight:700;margin-top:.5rem;text-align:right}.weight-total:has(✓){color:#4caf50}.question-header{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.question-number{background-color:#4caf50;border-radius:50%;color:#fff;display:inline-block;font-weight:700;height:30px;line-height:30px;text-align:center;width:30px}.question-title{color:#333;flex:1 1;font-weight:500;text-align:center}.question-card .btn-sm{font-size:.875rem;padding:.25rem .5rem}.btn-sm{font-size:.75rem;padding:.25rem .5rem}.btn-outline-danger{background-color:initial;border:1px solid #dc3545;color:#dc3545}.btn-outline-danger:hover{background-color:#dc3545;color:#fff}.section-header h3{color:#2196f3;margin:0;width:100%}.question-card,.section-card{padding-bottom:.75rem}.btn-secondary{background-color:#4caf50;border-radius:4px;font-size:.9rem;padding:.5rem 1rem}.btn-secondary:hover{background-color:#3e8e41;transform:translateY(-2px)}.btn-sm.btn-outline-danger{background-color:#f5f5f5;border:1px solid #ccc;border-radius:3px;color:#666;cursor:pointer;font-size:.75rem;font-weight:400;padding:.2rem .5rem;transition:all .2s ease}.btn-sm.btn-outline-danger:hover{background-color:#f44336;border-color:#f44336;color:#fff}.remove-button-container{border-top:1px dashed #eee;display:flex;justify-content:flex-end;margin-top:.75rem;padding-top:.5rem}.section-card>.remove-button-container .btn{font-size:.7rem;opacity:.85;padding:.15rem .4rem}button+button{margin-left:.5rem}.grant-section>button.btn-secondary,.section-card button.btn-secondary{margin-bottom:.5rem;margin-top:1rem}.json-input{background-color:#f8f8f8;border:1px solid #ddd;border-radius:4px;font-family:monospace;font-size:14px;padding:1rem;width:100%}.validation-success{border-left:4px solid #4caf50}.validation-error{border-left:4px solid #f44336}.validation-success-message{color:#4caf50;font-weight:700}.validation-error-message{color:#f44336;font-weight:700}.validation-issues-list li{color:#f44336;margin-bottom:.5rem}.grant-summary{background-color:#f5f5f5;border-radius:4px;margin:1rem 0;padding:1rem}.btn-success{background-color:#4caf50;margin-top:1rem}.priority-buttons{background-color:#f9f9f9;border:1px solid #eee;border-radius:6px;margin:10px 0;padding:8px}.priority-item{margin-bottom:4px;padding:6px}.priority-button{align-items:center;background-color:#fff;border:1px solid #ddd;border-radius:50%;color:#555;cursor:pointer;display:inline-flex;font-size:14px;height:28px;justify-content:center;margin:0 3px;padding:0;transition:all .2s ease;width:28px}.priority-button:hover:not(:disabled){background-color:#4caf50;border-color:#4caf50;color:#fff}.priority-button:disabled{cursor:not-allowed;opacity:.4}.priority-button.remove-option{background-color:#f5f5f5;color:#d32f2f;font-weight:700}.priority-button.remove-option:hover{background-color:#f44336;color:#fff}.grant-list-container{margin:0 auto;max-width:900px;padding:2rem}.grant-list-container h1{margin-bottom:1.5rem;text-align:center}.grant-table{border-collapse:collapse;margin-top:1rem;width:100%}.grant-table td,.grant-table th{border-bottom:1px solid #ddd;padding:12px;text-align:left}.grant-table th{background-color:#f2f2f2;font-weight:700}.grant-table tr:hover{background-color:#f9f9f9}.btn-primary{background-color:#2196f3;border-radius:4px;font-size:.9rem;padding:.5rem 1rem;text-decoration:none}.btn-primary:hover{opacity:.9}.grant-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-bottom:1rem}.btn-danger{background-color:#f44336}.btn-danger:hover,.btn-secondary:hover{opacity:.9}.grant-table td .btn{box-sizing:border-box;display:inline-block;height:36px;line-height:20px;margin-bottom:.5rem;margin-right:.5rem;vertical-align:middle}.btn-danger,.btn-outline-primary,.btn-primary,.btn-secondary{border-radius:4px;padding:.5rem 1rem;text-align:center}.btn-outline-primary{background-color:initial;border:1px solid #2196f3;color:#2196f3;width:120px}.btn-outline-primary:hover{background-color:#e3f2fd}.grant-action-buttons{align-items:center;display:flex;flex-wrap:nowrap}.success-message{animation:fadeIn .3s,fadeOut .5s 4.5s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.status-badge{border-radius:4px;padding:.2rem .5rem}.status-draft{background-color:gray}.status-pendingapproval{background-color:orange}.status-published{background-color:green}.status-closed{background-color:red}.grant-applied{background-color:#4caf50;border-radius:4px;color:#fff;font-size:.8rem;font-weight:600;margin-left:8px;padding:4px 8px}.action-button.disabled{background-color:#ccc;color:#666;cursor:not-allowed}.action-button.disabled:hover{background-color:#ccc;transform:none}.grant-details-container{margin:0 auto;max-width:900px;padding:2rem}.grant-details-container h1{margin-bottom:1rem;text-align:center}.grant-details-container p{margin:.5rem 0}.grant-section{background-color:#f9f9f9;border:1px solid #ddd;border-radius:8px;margin-top:1.5rem;padding:1rem}.grant-section h3{margin-bottom:.5rem}.grant-section ul{margin:.5rem 0 0;padding-left:1.5rem}.grant-section ul li{margin-bottom:.5rem}.btn{background-color:#4caf50;color:#fff;font-size:.9rem}.btn-secondary{background-color:#757575}.btn:hover{opacity:.9}.grant-application-container{margin:0 auto;max-width:800px;padding:2rem}.application-section{border:1px solid #eee;border-radius:4px;margin-bottom:1.5rem;padding:1rem}.question-card{border-bottom:1px solid #ddd;margin-bottom:1rem;padding:.5rem}.priority-container{background-color:#f9f9f9;border:1px solid #eee;border-radius:6px;margin:10px 0;padding:10px}.priority-item{align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;display:flex;margin-bottom:5px;padding:8px;transition:background-color .2s}.priority-item:hover{background-color:#f5f5f5}.priority-item span{flex-grow:1;font-weight:500;padding:0 10px}.priority-item button{align-items:center;background-color:#fff;border:1px solid #ddd;border-radius:50%;color:#555;cursor:pointer;display:flex;font-size:14px;height:28px;justify-content:center;margin:0 3px;padding:0;transition:all .2s ease;width:28px}.priority-item button:hover:not(:disabled){background-color:#4caf50;border-color:#4caf50;color:#fff}.priority-item button:disabled{cursor:not-allowed;opacity:.4}.required-indicator{color:#f44336;margin-left:4px}.field-error{color:#f44336;font-size:.85rem;margin-bottom:.5rem;margin-top:.25rem}.error-border{background-color:#fff8f8;border:1px solid #f44336!important}.error-message{padding:.75rem 1rem}.checkbox-group{border-radius:4px}.checkbox-group label{cursor:pointer;margin-left:.5rem}.multi-select-container{border-radius:4px;padding:.5rem}.multi-select-option{margin-bottom:.5rem}.multi-select-option label{align-items:center;cursor:pointer;display:flex}.multi-select-option input{margin-right:.5rem}.submit-area{align-items:center;display:flex;gap:1rem;margin-top:2rem}.inline-error-message{background-color:#ffebee;border-radius:4px;color:#d32f2f;flex-grow:1;font-weight:500;padding:.75rem 1rem}@media (max-width:768px){.submit-area{align-items:flex-start;flex-direction:column}.inline-error-message{margin-top:.5rem;width:100%}}.file-input-container{margin-bottom:1rem}.file-type-help{color:#666;font-size:.8rem;font-style:italic;margin-bottom:.3rem}.selected-file{align-items:center;background-color:#e3f2fd;border-radius:4px;display:flex;justify-content:space-between;margin-top:.5rem;padding:.5rem .75rem}.remove-file-btn{background:none;border:none;color:#f44336;cursor:pointer;font-size:1.2rem;padding:0 .5rem}.remove-file-btn:hover{color:#d32f2f}.grant-description-container{background-color:#f9f9f9;border:1px solid #eee;border-radius:6px;margin-bottom:1.5rem;padding:1rem}.grant-description-container h3{color:#333;font-size:1.2rem;margin-bottom:1rem;margin-top:0}.formatted-description{line-height:1.6}.description-header{color:#333;font-size:1.1rem;font-weight:600;margin-bottom:.5rem;margin-top:1.5rem}.description-paragraph{margin-bottom:1rem}.formatted-description .description-header:first-child{margin-top:0}.review-application-container{margin:0 auto;max-width:800px;padding:2rem}.error-container,.loading-container{padding:2rem}.application-card{background-color:#f8f9fa;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 4px #0000000d;margin-bottom:1.5rem;padding:1.5rem}.application-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.application-header h2{color:#333;font-size:1.5rem;margin:0}.applicant-details,.full-submission,.status-action-container{background-color:#fff;border-radius:6px;box-shadow:0 1px 3px #0000000d;margin-bottom:2rem;padding:1rem}.applicant-details h3,.full-submission h3,.status-action-container h3{border-bottom:1px solid #eee;color:#2c3e50;margin-bottom:1rem;margin-top:0;padding-bottom:.5rem}.detail-row{display:flex;justify-content:space-between;margin:.5rem 0}.detail-label{color:#333;font-weight:700}.detail-value{color:#555}.status-badge{font-weight:700}.status-submitted{background-color:#2196f3}.status-reviewed{background-color:#ff9800}.status-approved{background-color:#4caf50}.status-rejected{background-color:#f44336}.status-needsmoreinfo{background-color:#9c27b0}.status-controls{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.status-btn{background-color:#f8f9fa;border:1px solid #ddd;border-radius:4px;color:#333;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:all .2s}.status-btn:hover{background-color:#e9ecef}.status-btn.active{background-color:#e8f5e9}.approve-btn,.status-btn.active{border-color:#4caf50;color:#2e7d32}.approve-btn.active,.approve-btn:hover{background-color:#e8f5e9}.reject-btn{border-color:#f44336;color:#c62828}.reject-btn.active,.reject-btn:hover{background-color:#ffebee}.info-btn{border-color:#9c27b0;color:#6a1b9a}.info-btn.active,.info-btn:hover{background-color:#f3e5f5}.answer-list{list-style-type:none;margin:0;padding:0}.answer-item{background-color:#fff;border:1px solid #eee;border-radius:4px;display:flex;flex-direction:column;margin-bottom:.75rem;padding:1rem}.question-label{color:#555;font-size:.95rem;margin-bottom:.5rem}.answer-content{background-color:#f8f9fa;border-radius:4px;padding:.5rem;word-break:break-word}.multi-select-answer-list,.priority-answer-list{margin:0;padding-left:1.5rem}.multi-select-answer-list li,.priority-answer-list li{margin-bottom:.5rem}.priority-answer-list li{font-weight:500}.multi-select-answer-list{list-style-type:disc}.review-buttons{display:flex;justify-content:space-between;margin-top:1rem}.btn{padding:.5rem 1rem;transition:all .2s}.btn-danger{background-color:#dc3545;color:#fff}.btn-danger:hover{background-color:#c82333}.error-message{padding:.75rem}.status-message{border-radius:4px;margin-bottom:1rem;padding:.75rem;text-align:center}.answer-section{margin-bottom:2rem}.answer-section h3{border-bottom:1px solid #eee;color:#333;font-size:1.2rem;margin-top:0;padding-bottom:.5rem}.file-answer{align-items:center;display:flex;justify-content:space-between}.download-button{background-color:#4caf50;border-radius:4px;color:#fff;font-size:.85rem;padding:.35rem .75rem;text-decoration:none;transition:background-color .3s}.download-button:hover{background-color:#388e3c}@media (max-width:768px){.review-application-container{padding:1rem}.application-header{align-items:flex-start;flex-direction:column}.application-header .status-badge{margin-top:.5rem}.status-controls{flex-direction:column}.status-btn{margin-bottom:.5rem;width:100%}.review-buttons{flex-direction:column;gap:.5rem}.review-buttons .btn{width:100%}}.application-list-container{margin:0 auto;max-width:1200px;padding:1.5rem}.application-list-container h1{color:#2c3e50;margin-bottom:1.5rem;text-align:center}.stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-bottom:2rem}.stat-card{border-left:4px solid #3182ce;box-shadow:0 2px 4px #0000001a}.stat-card.stat-approved{border-left-color:#48bb78}.stat-card.stat-rejected{border-left-color:#f56565}.stat-number{color:#2d3748}.stat-label{color:#718096}.filter-controls{align-items:center;gap:1rem;justify-content:flex-end;margin-bottom:1.5rem}.filter-controls label{color:#555;font-size:.9rem;font-weight:500}.filter-controls select{background-color:#fff;border:1px solid #ddd;border-radius:4px;font-size:.9rem;padding:.5rem 1rem}.table-responsive{margin-bottom:1.5rem;overflow-x:auto}.applications-table{border-collapse:collapse;width:100%}.applications-table td,.applications-table th{border-bottom:1px solid #eee;padding:.75rem 1rem;text-align:left}.applications-table th{background-color:#f9f9f9;color:#444;font-weight:600;position:-webkit-sticky;position:sticky;top:0}.applications-table tr:hover{background-color:#f5f5f5}.action-buttons{justify-content:center;margin-top:2rem}.btn{border-radius:4px;font-weight:500;padding:.6rem 1.2rem;transition:background-color .2s}.table-action-btn{background-color:#4caf50;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.85rem;padding:.4rem .75rem;transition:background-color .3s}.table-action-btn:hover{background-color:#43a047}.loading-indicator{padding:3rem 0}.spinner{height:36px;width:36px}.error-message{color:#f44336}.empty-state{color:#666;padding:3rem 0}.status-submitted{background-color:#e3f2fd;color:#1976d2}.status-reviewed{background-color:#fff3e0;color:#ff9800}.status-approved{background-color:#e8f5e9;color:#4caf50}.status-rejected{background-color:#ffebee;color:#f44336}.status-needsmoreinfo{background-color:#e8eaf6;color:#3f51b5}@media (max-width:768px){.filter-controls{align-items:flex-start;flex-direction:column}.applications-table td:nth-child(3),.applications-table th:nth-child(3){display:none}}.file-manager-container{margin:0 auto;max-width:1400px;padding:2rem}.file-manager-container h1{color:#2c3e50;margin-bottom:2rem}.view-tabs{border-bottom:1px solid #e0e0e0;display:flex;margin-bottom:1.5rem}.view-tabs button{background:none;border:none;border-bottom:3px solid #0000;color:#555;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s}.view-tabs button.active{border-bottom-color:#4caf50;color:#4caf50}.view-tabs button:hover:not(.active){background-color:#f9f9f9;border-bottom-color:#e0e0e0}.view-controls{justify-content:flex-end;margin-bottom:1.5rem}.cleanup-button,.refresh-button{background-color:#f5f5f5;border:1px solid #ddd;border-radius:4px;color:#333;cursor:pointer;padding:.5rem 1rem;transition:all .2s}.cleanup-button:hover,.refresh-button:hover{background-color:#e0e0e0}.cleanup-button{background-color:#ffebee;border-color:#ffcdd2;color:#d32f2f}.cleanup-button:hover{background-color:#f44336;border-color:#f44336;color:#fff}.cleanup-button.large{font-size:1.1rem;font-weight:500;padding:.75rem 2rem}.cleanup-button:disabled,.refresh-button:disabled{cursor:not-allowed;opacity:.6}.table-container{border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;overflow-x:auto}.files-table{border-collapse:collapse;width:100%}.files-table td,.files-table th{border-bottom:1px solid #e0e0e0;padding:.75rem;text-align:left}.files-table th{background-color:#f5f5f5;color:#333;font-weight:600;position:-webkit-sticky;position:sticky;top:0;z-index:1}.files-table tbody tr:hover{background-color:#f9f9f9}.file-actions{display:flex;gap:.5rem}.delete-btn,.download-btn{background:none;border:none;border-radius:4px;cursor:pointer;font-size:1.2rem;padding:.25rem;transition:all .2s}.download-btn:hover{background-color:#e3f2fd}.delete-btn:hover{background-color:#ffebee}.filename-cell{font-family:monospace;word-break:break-all}.error-message,.success-message{border-radius:4px;margin-bottom:1.5rem;padding:.75rem 1rem}.success-message{background-color:#e8f5e9;color:#2e7d32}.loading-container{padding:3rem}.spinner{border:4px solid #0000001a;border-left-color:#4caf50}.no-files-message{color:#777;padding:3rem;text-align:center}.cleanup-footer{background-color:#f9f9f9;border:1px dashed #ddd;border-radius:8px;margin-top:2rem;padding:1.5rem;text-align:center}@media (max-width:992px){.files-table td:first-child,.files-table th:first-child{display:none}}@media (max-width:768px){.files-table td:nth-child(6),.files-table th:nth-child(6){display:none}.view-tabs button{font-size:.9rem;padding:.6rem 1rem}}@media (max-width:576px){.files-table td:nth-child(3),.files-table td:nth-child(4),.files-table th:nth-child(3),.files-table th:nth-child(4){display:none}}.blog-page-container{margin:0 auto;max-width:1200px;padding:2rem}.blog-list{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.blog-item{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;padding:1rem;text-align:center}.blog-image{border-radius:4px;height:auto;max-width:100%}.blog-date{color:#757575;font-size:.9rem;margin:.5rem 0}.blog-text{color:#333;font-size:1rem}.blog-management-container{margin:0 auto;max-width:1200px;padding:2rem}.blog-table{border-collapse:collapse;margin-top:1rem;width:100%}.blog-table td,.blog-table th{border:1px solid #ddd;padding:.75rem;text-align:left}.blog-table th{background-color:#f4f4f4;font-weight:700}.blog-table tr:nth-child(2n){background-color:#f9f9f9}.blog-table tr:hover{background-color:#f1f1f1}.error-message{color:red}.harvesting-page-container{color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0 auto;max-width:1200px;padding:2rem}.harvesting-header{margin-bottom:3rem;position:relative}.harvesting-header h1{color:#2e7d32;font-size:2.5rem}.subtitle{color:#666;font-size:1.1rem}.section-header{align-items:center;display:flex;justify-content:space-between}.section-header,h2{margin-bottom:1.5rem}h2{color:#2e7d32;font-size:1.8rem;position:relative}h2:after{background-color:#2e7d32;bottom:-10px;content:"";height:3px;left:0;position:absolute;width:50px}.view-all-link{color:#2e7d32;font-weight:500;text-decoration:none}.view-all-link:hover{text-decoration:underline}.latest-blog-section{background-color:#f9f9f9;border-radius:8px;margin-bottom:3rem;padding:2rem}.blog-post-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.blog-post-card{background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000000d;display:flex;flex-direction:column;height:100%;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.blog-post-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-5px)}.post-date{font-size:.9rem;margin-bottom:.5rem}.blog-post-card h3{color:#2e7d32;font-size:1.4rem;margin-bottom:1rem}.post-excerpt{flex-grow:1;line-height:1.5;margin-bottom:1.5rem}.read-more-link{align-self:flex-end;color:#2e7d32;display:inline-block;font-weight:500;text-decoration:none}.read-more-link:hover{text-decoration:underline}.resources-section{margin-bottom:3rem}.resource-tiles{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.resource-tile{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000000d;padding:1.5rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.resource-tile:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-5px)}.tile-icon{font-size:2.5rem;margin-bottom:1rem}.resource-tile h3{color:#2e7d32;font-size:1.4rem;margin-bottom:1rem}.resource-tile p{color:#555;line-height:1.5;margin-bottom:1.5rem}.tile-button{background-color:#2e7d32;border-radius:4px;color:#fff;display:inline-block;font-weight:500;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .3s ease}.tile-button:hover{background-color:#1b5e20}.quick-links-section{background-color:#f9f9f9;border-radius:8px;padding:2rem}.quick-links{display:flex;flex-wrap:wrap;gap:1rem}.quick-link{background-color:#fff;border-radius:30px;box-shadow:0 2px 8px #0000000d;color:#2e7d32;font-weight:500;padding:.75rem 1.25rem;text-decoration:none;transition:background-color .3s ease}.quick-link:hover{background-color:#2e7d32;color:#fff}.loading-spinner{padding:2rem}.no-posts-message{color:#666;padding:2rem;text-align:center}@media (max-width:768px){.blog-post-cards,.resource-tiles{grid-template-columns:1fr}.quick-links{flex-direction:column}.quick-link{text-align:center}.section-header{align-items:flex-start;flex-direction:column}.view-all-link{margin-top:.5rem}}.rich-text-editor{background:#fff;border:1px solid #ced4da;border-radius:8px;overflow:hidden}.editor-toolbar{background:#f8f9fa;border-bottom:1px solid #ced4da;display:flex;flex-wrap:wrap;gap:.5rem;padding:.5rem}.toolbar-group{background:#fff;border:1px solid #dee2e6;border-radius:6px;display:flex;gap:2px;padding:2px}.toolbar-btn{align-items:center;background:#0000;border:none;border-radius:4px;color:#495057;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;justify-content:center;min-width:32px;padding:.4rem .6rem;transition:all .15s}.toolbar-btn:hover{background:#e9ecef}.toolbar-btn.active{background:#4285f4;color:#fff}.editor-content{max-height:500px;min-height:300px;outline:none;overflow-y:auto;padding:1rem}.editor-content:empty:before{color:#adb5bd;content:attr(data-placeholder);font-style:italic}.editor-content h2{color:#2c3e50;font-size:1.5rem;font-weight:600;margin:1rem 0 .75rem}.editor-content h3{color:#2c3e50;font-size:1.25rem;font-weight:600;margin:.75rem 0 .5rem}.editor-content p{line-height:1.6;margin:.5rem 0}.editor-content ol,.editor-content ul{margin:.5rem 0;padding-left:2rem}.editor-content li{line-height:1.6;margin:.25rem 0}.editor-content a{color:#4285f4;text-decoration:underline}.editor-content iframe{border:1px solid #dee2e6;border-radius:4px;margin:1rem 0;max-width:100%}.html-source-editor{border:none;font-family:Courier New,monospace;font-size:.875rem;min-height:300px;outline:none;padding:1rem;resize:vertical;width:100%}@media (max-width:768px){.editor-toolbar{gap:.5rem}.toolbar-btn{font-size:.8rem;padding:.5rem}.toolbar-divider{display:none}}.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}}.map-engine-container{border-radius:8px;box-shadow:0 2px 12px #0000001a;display:flex;height:620px;min-height:600px;overflow:hidden;position:relative;width:100%}.layer-controls-panel{background:#fff;border-right:1px solid #e0e0e0;display:flex;flex-direction:column;overflow-y:auto;width:280px;z-index:1000}.layer-controls-title{background:#f8f9fa;border-bottom:2px solid #e0e0e0;color:#2c3e50;font-size:1.1rem;font-weight:700;margin:0;padding:1.25rem 1rem 1rem}.layer-toggles{flex:1 1;overflow-y:auto;padding:.75rem}.layer-toggle{background:#fff;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;margin-bottom:.5rem;padding:.75rem;transition:all .2s ease}.layer-toggle:hover{border-color:#4a90e2;box-shadow:0 2px 8px #4a90e226;transform:translateX(2px)}.layer-toggle.active{background-color:#4a90e20d;border-color:#4a90e2}.layer-toggle-header{align-items:center;display:flex;justify-content:space-between}.layer-info{gap:.5rem}.layer-icon,.layer-info{align-items:center;display:flex}.layer-icon{font-size:1.25rem}.layer-icon-group{align-items:center;display:flex;gap:.15rem}.layer-icon-small{align-items:center;display:flex;font-size:.9rem}.layer-group{margin-bottom:.5rem}.layer-group-title{background:#fff;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;padding:.75rem;transition:all .2s ease}.layer-group-title:hover{border-color:#4a90e2;box-shadow:0 2px 8px #4a90e226}.sub-layer{background:#fff;border:2px solid #e9ecef;border-left:4px solid #4a90e2;border-radius:8px;cursor:pointer;margin:.25rem 0 .25rem 1rem;padding:.6rem .75rem;transition:all .2s ease}.sub-layer:hover{border-color:#4a90e2;box-shadow:0 2px 8px #4a90e226;transform:translateX(2px)}.sub-layer.active{background-color:#4a90e20d;border-color:#4a90e2}.layer-name{color:#495057;font-size:.9rem;font-weight:600}.layer-stats{align-items:center;display:flex;gap:.5rem}.layer-count{background:#f8f9fa;border-radius:12px;color:#6c757d;font-size:.85rem;font-weight:700;padding:.15rem .5rem}.layer-toggle.active .layer-count{background:#4a90e226;color:#4a90e2}.layer-indicator{border-radius:50%;height:12px;transition:background-color .2s ease;width:12px}.map-statistics{background:#f8f9fa;border-top:1px solid #e0e0e0;padding:1rem}.stat-item{justify-content:space-between;padding:.5rem 0}.stat-item:not(:last-child){border-bottom:1px solid #e9ecef}.stat-label{font-weight:500}.stat-value{font-size:.9rem}.map-display-container{flex:1 1;position:relative}.map-legend-floating .legend-header{border-bottom:none}.map-legend-floating .legend-header .legend-title{border:none;color:#2c3e50;font-size:1rem;font-weight:600;margin:0;padding:0}.map-legend-floating .legend-color{height:14px;width:20px}.map-legend{bottom:60px;box-shadow:0 2px 12px #00000026;left:300px;max-width:250px;padding:1rem;position:absolute;z-index:1000}.legend-title{border-bottom:2px solid #e9ecef;color:#2c3e50;font-size:.95rem;font-weight:700;margin:0 0 .75rem;padding-bottom:.5rem}.legend-items{gap:.5rem}.legend-color{border-radius:3px;flex-shrink:0;height:16px;width:16px}.legend-icon{font-size:1rem}.legend-label{color:#495057;font-size:.85rem;font-weight:500}.leaflet-popup-content-wrapper{border-radius:8px;box-shadow:0 4px 12px #00000026}.leaflet-popup-content{font-size:.9rem;line-height:1.5;margin:.75rem}.leaflet-popup-content strong{color:#2c3e50;display:block;margin-bottom:.25rem}@media (max-width:1024px){.layer-controls-panel{width:240px}.map-legend{left:260px;max-width:200px}}@media (max-width:768px){.map-engine-container{flex-direction:column}.layer-controls-panel{border-bottom:1px solid #e0e0e0;border-right:none;max-height:200px;width:100%}.map-display-container{min-height:400px}.map-legend{bottom:10px;left:10px;max-width:calc(100% - 20px)}.layer-toggles{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.layer-toggle{margin-bottom:0}}@media (max-width:480px){.layer-controls-panel{max-height:150px}.layer-controls-title{font-size:1rem;padding:.75rem}.layer-toggles{grid-template-columns:1fr;padding:.5rem}.map-statistics{padding:.75rem}.stat-item{padding:.35rem 0}.map-legend{padding:.75rem}.legend-title{font-size:.85rem}}.staff-harvesting-container{margin:0 auto;max-width:1400px;padding:2rem 2.5rem 2rem 2rem}.harvesting-header{margin-bottom:2rem;text-align:center}.harvesting-header h1{color:#2c3e50;margin-bottom:.5rem}.harvesting-header .subtitle{color:#6c757d;font-size:1.1rem}.harvesting-nav{grid-gap:.75rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem;padding:1.5rem}.nav-btn{align-items:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px solid #dee2e6;border-radius:8px;box-shadow:0 2px 4px #0000000d;color:#495057;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:.5rem;justify-content:center;padding:1rem 1.25rem;text-decoration:none;transition:all .3s ease;white-space:nowrap}.nav-btn:hover{background:linear-gradient(135deg,#e7f1ff,#cfe2ff);border-color:#4285f4;box-shadow:0 4px 8px #4285f433;color:#4285f4;transform:translateY(-2px)}.nav-btn.active{background:linear-gradient(135deg,#4285f4,#3367d6);border-color:#3367d6;box-shadow:0 4px 12px #4285f44d;color:#fff;transform:translateY(-1px)}.section-content{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:2rem}.section-content h2{color:#2c3e50;margin-bottom:1.5rem}.coming-soon,.section-description{color:#6c757d}.coming-soon{font-size:1.1rem;font-style:italic;padding:3rem;text-align:center}.contact-editor{max-width:1000px}.editor-actions{display:flex;gap:1rem;margin-top:1.5rem}.editor-help{background:#f8f9fa;border-left:4px solid #4285f4;border-radius:4px;margin-top:2rem;padding:1.5rem}.editor-help h3{color:#2c3e50;font-size:1.1rem;margin-bottom:1rem}.editor-help ul{margin:.5rem 0 0 1.5rem}.editor-help li{color:#495057;line-height:1.6;margin:.5rem 0}.editor-help ol{margin:.5rem 0 0 1.5rem}.editor-help a{color:#4285f4;text-decoration:none}.editor-help a:hover{text-decoration:underline}.preview-section{border-top:2px solid #dee2e6;margin-top:2rem;padding-top:2rem}.preview-section h3{color:#2c3e50;margin-bottom:1rem}.contact-preview{background:#fff;border:1px solid #dee2e6;border-radius:8px;min-height:100px;padding:2rem}.contact-preview h2{color:#2c3e50;margin-bottom:.75rem;margin-top:1rem}.contact-preview h3{color:#2c3e50;margin-bottom:.5rem;margin-top:.75rem}.contact-preview p{line-height:1.6;margin:.5rem 0}.contact-preview iframe{border-radius:8px;margin:1rem 0;max-width:100%}.success-message{border-radius:4px}.loading-spinner{color:#6c757d;font-size:1.1rem}.category-management{max-width:900px}.action-buttons{flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.default-categories-info{background:#f8f9fa;border-left:4px solid #4285f4;border-radius:8px;padding:2rem}.default-categories-info h3{color:#2c3e50;font-size:1.2rem;margin-bottom:1rem}.default-categories-info ul{list-style:none;margin:0;padding:0}.default-categories-info li{border-bottom:1px solid #e9ecef;color:#495057;line-height:1.6;padding:.75rem 0}.default-categories-info li:last-child{border-bottom:none}.default-categories-info li strong{color:#2c3e50;font-size:1.05rem}.info-note{background:#fff;border-radius:4px;color:#666;font-style:italic;margin-top:1rem;padding:1rem}.categories-list h3{color:#2c3e50;font-size:1.5rem;margin-bottom:1.5rem}.categories-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.category-card{border:2px solid #e9ecef;border-radius:12px;padding:1.5rem;transition:all .3s ease}.category-card:hover{border-color:#8b4513;box-shadow:0 4px 12px #8b451326;transform:translateY(-2px)}.category-header{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.category-icon-large{font-size:2.5rem}.category-header h4{color:#2c3e50;font-size:1.3rem;margin:0}.category-desc{line-height:1.5;margin-bottom:1rem}.subcategories{background:#f8f9fa;border-radius:8px;margin-bottom:1rem;padding:1rem}.subcategories strong{color:#495057;display:block;margin-bottom:.5rem}.subcategories ul{list-style:none;margin:0;padding:0}.subcategories li{color:#666;padding:.5rem 0}.subcategories li,.subcategory-info{display:flex;flex-direction:column;gap:.3rem}.subcategory-info{width:100%}.subcategory-name{color:#495057;font-weight:500}.subcategory-badges{display:flex;flex-wrap:wrap;gap:.4rem}.badge{background:#8b4513;padding:.2rem .6rem}.badge-info{background:#17a2b8}.badge{align-items:center;border-top:1px solid #e9ecef;display:flex;justify-content:space-between;margin-top:1rem;padding-top:1rem}.status-badge{font-weight:500}.action-buttons-inline{display:flex;gap:.5rem}.btn-edit{border:none;border-radius:6px;cursor:pointer;transition:background .2s}.data-list,.map-data-management{margin-top:2rem}.data-list h3,.entries-list h3{color:#2c3e50;font-size:1.5rem;margin-bottom:1.5rem}.entries-list h3{font-weight:600}.entries-table{background:#fff;border:1px solid #e1e8ed;border-radius:8px;overflow:hidden}.table-header{background:#f8f9fa;border-bottom:2px solid #e1e8ed;color:#495057;display:grid;font-weight:600;grid-template-columns:1.5fr 1.2fr 2fr 1fr .8fr;padding:0}.table-header .table-cell{font-size:.9rem;padding:1rem 1.25rem}.table-row{border-bottom:1px solid #f1f3f5;display:grid;grid-template-columns:1.5fr 1.2fr 2fr 1fr .8fr;transition:background-color .2s ease}.table-row:hover{background-color:#f8f9fa}.table-row:last-child{border-bottom:none}.table-cell{align-items:center;color:#2c3e50;display:flex;font-size:.95rem;padding:1.25rem}.observations-cell{color:#6c757d;font-style:italic}.actions-cell{gap:.5rem;justify-content:center}.btn-icon-table{background:none;border:none;cursor:pointer;font-size:1.3rem;line-height:1;padding:.25rem;transition:transform .2s ease}.btn-icon-table:hover{transform:scale(1.2)}.empty-state{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px dashed #dee2e6;margin-top:2rem;padding:3rem 2rem}.empty-state p{font-size:1.05rem;line-height:1.6}.upload-status{color:#4285f4;font-size:.9rem;margin-top:.5rem}.attachments-list{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:4px;margin-top:1rem;padding:.75rem}.attachment-item{background:#fff;border:1px solid #e0e0e0;gap:.5rem;margin-bottom:.5rem;padding:.5rem}.attachment-icon{font-size:1.2rem}.attachment-name{color:#2c3e50;flex:1 1;font-weight:500}.attachment-size{color:#666;font-size:.85rem}.remove-attachment-btn{background:#f44336;font-size:1.2rem;line-height:1;transition:background .2s ease}.remove-attachment-btn:hover{background:#d32f2f}@media (max-width:1200px){.table-header,.table-row{grid-template-columns:1.2fr 1fr 2fr .8fr .8fr}}@media (max-width:768px){.table-header{display:none}.table-row{gap:.5rem;grid-template-columns:1fr;padding:1rem}.table-cell{padding:.5rem 0}.table-cell:before{color:#6c757d;content:attr(data-label);font-weight:600;margin-right:.5rem}}.data-card{border:2px solid #e9ecef;transition:all .3s ease}.data-card:hover{border-color:#007bff;box-shadow:0 4px 12px #007bff26}.data-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.data-header h4{color:#2c3e50;font-size:1.1rem;line-height:1.3;margin:0}.data-observations{color:#666;font-style:italic;line-height:1.6;margin:1rem 0}.data-location{background:#f8f9fa;border-radius:6px;font-size:.9rem;margin:1rem 0;padding:.75rem}.data-location strong{color:#495057;display:block;margin-bottom:.3rem}.data-meta{border-top:1px solid #e9ecef;display:flex;justify-content:space-between;margin:1rem 0;padding-top:1rem}.data-meta small{color:#6c757d;font-size:.85rem}.data-actions{display:flex;gap:.5rem;margin-top:1rem}.no-data-message{background:#f8f9fa;margin-top:2rem;padding:3rem 2rem}.location-inputs{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.location-inputs input{width:100%}.field-hint{color:#6c757d;display:block;font-size:.85rem;margin-top:.5rem}.field-hint a{color:#007bff;text-decoration:none}.field-hint a:hover{text-decoration:underline}.coordinate-preview{background:#d4edda;border:1px solid #c3e6cb;border-radius:4px;color:#155724;font-size:.9rem;font-weight:500;margin-top:.5rem;padding:.75rem}.map-data-container textarea{border:1px solid #ced4da;border-radius:4px;flex:1 1;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.85rem;height:120px;line-height:1.4;min-height:120px;padding:.75rem;resize:vertical}.location-picker-btn{font-size:.9rem;padding:.75rem 1rem}.map-data-preview{font-size:.85rem;font-weight:500}.dynamic-fields{background:#f8f9fa;border-left:4px solid #007bff;border-radius:8px;margin-top:1.5rem;padding:1rem}.btn-small{font-size:.9rem}.btn-delete{border:none;transition:background .2s}.action-buttons button:disabled{cursor:not-allowed;opacity:.5}.post-form{background:#f8f9fa;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.form-group input,.form-group textarea{border:1px solid #ced4da;border-radius:4px;font-family:inherit;font-size:1rem;padding:.75rem;width:100%}.btn-secondary:hover{background:#5a6268}.posts-list{margin-top:2rem}.posts-list h3{color:#2c3e50;margin-bottom:1.5rem}.no-posts{color:#6c757d;font-style:italic;padding:2rem;text-align:center}.posts-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.post-card{background:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;padding:1.5rem;transition:box-shadow .2s}.post-card:hover{box-shadow:0 4px 12px #0000001a}.post-card h4{color:#2c3e50;font-size:1.2rem;margin-bottom:.75rem}.post-content{color:#495057;line-height:1.5;margin-bottom:1rem}.post-dates{border-top:1px solid #dee2e6;margin-bottom:1rem;padding-top:1rem}.post-dates p{color:#6c757d;font-size:.9rem;margin-bottom:.5rem}.post-actions{gap:.75rem}.btn-delete,.btn-edit{border:none;border-radius:4px;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .2s}.btn-edit{background:#4285f4}.btn-edit:hover{background:#3367d6}@media (max-width:768px){.staff-harvesting-container{padding:1rem}.harvesting-nav{grid-template-columns:1fr;padding:1rem}.nav-btn{justify-content:center;text-align:center;width:100%}.form-row,.posts-grid{grid-template-columns:1fr}}@media (min-width:769px) and (max-width:1024px){.harvesting-nav{grid-template-columns:repeat(3,1fr)}}@media (min-width:1025px){.harvesting-nav{grid-template-columns:repeat(4,1fr)}}.blog-form{margin-bottom:2rem}.post-list{list-style:none;padding:0}.post-item{background-color:#f9f9f9;border-radius:8px;box-shadow:0 2px 6px #0000001a;margin-bottom:1rem;padding:1rem}.post-item h4{margin-bottom:.5rem}.post-actions{gap:.5rem}.modal-content{max-width:700px}.modal-close{height:30px;line-height:1;width:30px}.modal-footer{align-items:center;border-top:2px solid #e9ecef;display:flex;gap:1rem;justify-content:space-between;padding:1.5rem}.modal-footer-left{flex:1 1}.modal-footer-right{display:flex;gap:1rem}.btn-delete{border-radius:6px;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s}.subcategories-section{background:#f8f9fa;border-radius:8px;margin-top:1.5rem;padding:1rem}.subcategories-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.subcategories-header h3{color:#2c3e50;font-size:1.1rem;margin:0}.subcategory-item{background:#fff;border:1px solid #dee2e6;border-radius:6px;margin-bottom:1rem;padding:1rem}.subcategory-fields{grid-gap:1rem;align-items:center;display:grid;gap:1rem;grid-template-columns:1fr auto auto auto}.subcategory-fields input[type=text]{border:1px solid #ced4da;border-radius:4px;font-size:.95rem;padding:.5rem}.checkbox-label{color:#495057;font-size:.9rem;gap:.3rem;white-space:nowrap}.checkbox-label input[type=checkbox]{margin:0}.btn-remove{align-items:center;background:#dc3545;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:30px;justify-content:center;line-height:1;transition:background .2s;width:30px}.btn-remove:hover{background:#c82333}.custom-fields-section{background:#f1f3f5;border:1px dashed #adb5bd;border-radius:6px;margin-top:1rem;padding:1rem}.custom-fields-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.custom-fields-header h4{color:#495057;font-size:.95rem;font-weight:600;margin:0}.custom-fields-list{display:flex;flex-direction:column;gap:1rem}.custom-field-item{background:#fff;border:1px solid #dee2e6;border-radius:6px;padding:1rem}.field-row{grid-gap:.75rem;align-items:end;display:grid;gap:.75rem;grid-template-columns:1fr 1fr 150px auto auto}.field-input-group{display:flex;flex-direction:column;gap:.3rem}.field-input-group label{color:#6c757d;font-size:.85rem;font-weight:500}.field-input-group input,.field-input-group select{border:1px solid #ced4da;border-radius:4px;font-size:.9rem;padding:.5rem}.field-input-group-checkbox{align-items:center;display:flex;padding-bottom:.5rem}.field-options{display:flex;flex-direction:column;gap:.3rem;margin-top:.75rem}.field-options label{color:#6c757d;font-size:.85rem;font-weight:500}.field-options input{border:1px solid #ced4da;border-radius:4px;font-size:.9rem;padding:.5rem}@media (max-width:1024px){.field-row{grid-template-columns:1fr 1fr}.btn-remove,.field-input-group-checkbox{grid-column:span 2}}@media (max-width:768px){.subcategory-fields{grid-template-columns:1fr}.checkbox-label{justify-content:flex-start}.btn-remove{justify-self:flex-end}}.education-resources-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin-top:1.5rem}.education-card{background:#fff;border:1px solid #e1e8ed;border-radius:8px;display:flex;flex-direction:column;gap:1rem;padding:1.5rem;transition:all .3s ease}.education-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.education-card .card-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between}.education-card .card-header h3{color:#2c3e50;flex:1 1;font-size:1.2rem;margin:0}.education-card .card-badges{display:flex;flex-wrap:wrap;gap:.5rem}.education-card .badge{border-radius:12px;font-size:.75rem;font-weight:600;padding:.25rem .75rem;white-space:nowrap}.education-card .badge.featured{background:linear-gradient(135deg,gold,#ffed4e);color:#333}.education-card .badge.published{background:#28a745;color:#fff}.education-card .badge.draft{background:#6c757d;color:#fff}.education-card .card-meta{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem}.education-card .category-badge{background:#e3f2fd;border-radius:16px;color:#1976d2;font-size:.85rem;font-weight:600;padding:.375rem .875rem}.education-card .tags{display:flex;flex-wrap:wrap;gap:.5rem}.education-card .tag{background:#f8f9fa;border-radius:12px;color:#6c757d;font-size:.75rem;padding:.25rem .625rem}.education-card .description{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#6c757d;display:-webkit-box;line-height:1.6;margin:0;overflow:hidden}.education-card .thumbnail-preview{background:#f8f9fa;border-radius:6px;height:180px;overflow:hidden;width:100%}.education-card .thumbnail-preview img{height:100%;object-fit:cover;width:100%}.education-card .resource-meta{color:#6c757d;display:flex;flex-wrap:wrap;font-size:.85rem;gap:1rem}.education-card .icon-badge{align-items:center;display:flex;gap:.25rem}.education-card .views{font-weight:600;margin-left:auto}.education-card .card-actions{border-top:1px solid #e1e8ed;display:flex;flex-wrap:wrap;gap:.5rem;padding-top:.75rem}.btn-icon{align-items:center;background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;color:#2c3e50;display:flex;font-size:.85rem;font-weight:600;gap:.25rem;padding:.5rem 1rem;transition:all .2s ease}.btn-icon:hover{background:#e9ecef;color:#1a252f;transform:translateY(-1px)}.btn-icon.btn-danger{background:#fff5f5;border-color:#dc3545;color:#dc3545}.btn-icon.btn-danger:hover{background:#dc3545;color:#fff}.education-modal{max-height:90vh;max-width:900px;overflow-y:auto}.education-modal .form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.education-modal .checkboxes{align-items:center;display:flex;gap:2rem}.education-modal .checkbox-label{align-items:center;cursor:pointer;display:flex;font-weight:500;gap:.5rem}.education-modal .checkbox-label input[type=checkbox]{cursor:pointer;height:18px;width:18px}.education-modal small{color:#6c757d;display:block;font-size:.85rem;margin-top:.25rem}.empty-state{background:#f8f9fa;border-radius:8px;color:#6c757d;padding:3rem 1.5rem}.empty-state p{font-size:1rem;margin:0}@media (max-width:768px){.education-modal .form-row,.education-resources-grid{grid-template-columns:1fr}.education-card .card-actions{flex-direction:column}.education-card .card-actions .btn-icon{justify-content:center;width:100%}}.staff-map-modal{display:flex;flex-direction:column;height:85vh;max-width:95vw!important;width:1400px!important}.staff-map-modal .modal-header{border-bottom:2px solid #e1e8ed;flex-shrink:0;padding:1.5rem 2rem}.staff-map-modal .modal-header h2{color:#2c3e50;font-size:1.5rem;margin:0}.staff-map-container{background:#f8f9fa;flex:1 1;margin:0;overflow:hidden;padding:0}.staff-map-modal .modal-footer{align-items:center;background:#fff;border-top:2px solid #e1e8ed;display:flex;flex-shrink:0;justify-content:space-between;padding:1.25rem 2rem}.staff-map-modal .map-info{color:#6c757d;font-size:.95rem;font-weight:500;margin:0}@media (max-width:768px){.staff-map-modal{border-radius:0;height:100vh;max-width:100vw!important;width:100vw!important}.staff-map-modal .modal-footer{flex-direction:column;gap:1rem}.staff-map-modal .modal-footer .btn-primary{width:100%}}.harvesting-map-page{margin:0 auto;max-width:1200px;padding:2rem 2.5rem 2rem 2rem}.page-header{flex-direction:column}.page-header .btn-primary{margin-top:1rem}.categories-overview{background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;margin-bottom:2rem;padding:1.5rem}.categories-overview h3{color:#2c3e50;font-size:1.2rem;margin-bottom:1rem}.category-pills{display:flex;flex-wrap:wrap;gap:.75rem}.category-pill{align-items:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:1px solid #dee2e6;border-radius:20px;color:#495057;display:inline-flex;font-size:.95rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .2s}.category-pill:hover{background:linear-gradient(135deg,#e7f1ff,#cfe2ff);border-color:#4285f4;box-shadow:0 2px 8px #4285f433;transform:translateY(-1px)}.category-icon{font-size:1.2rem}.category-name{white-space:nowrap}.stat-card{box-shadow:0 2px 8px #00000014;padding:1.5rem 2rem}.stat-number{color:#4285f4;font-size:2rem;margin-bottom:.25rem}.stat-label{letter-spacing:.5px;text-transform:uppercase}.map-header{margin-bottom:2rem;text-align:center}.map-header h1{color:#2e7d32;margin-bottom:.5rem}.map-header p{color:#666;font-size:1.1rem}.map-container{border-radius:12px;box-shadow:0 8px 20px #0000001a;height:500px;margin-bottom:2.5rem;margin-right:1rem}.leaflet-container{height:100%;width:100%}.popup-content h3{color:#2e7d32;margin-bottom:10px;margin-top:0}.popup-content p{margin:5px 0}.map-legend{background-color:#f9f9f9;margin-bottom:2rem}.map-legend h2{color:#2e7d32;font-size:1.5rem;margin-bottom:1rem}.legend-items{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));list-style:none;padding:0}.legend-item{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000000d;padding:1.25rem;transition:transform .3s ease}.legend-item:hover{transform:translateY(-5px)}.legend-item h3{color:#2e7d32;font-size:1.2rem;margin-bottom:.75rem;margin-top:0}.legend-item p{color:#555;margin:.5rem 0}.harvesting-guidelines{background-color:#edf7ed;border-left:4px solid #2e7d32;border-radius:8px;padding:1.5rem}.harvesting-guidelines h2{color:#2e7d32;font-size:1.5rem;margin-bottom:1rem}.harvesting-guidelines ul{padding-left:1.5rem}.harvesting-guidelines li{line-height:1.5;margin-bottom:.75rem}.territory-toggle{background-color:#f8f9fa;border:2px solid #6c757d;border-radius:4px;cursor:pointer;font-weight:500;margin-top:10px;padding:8px 15px;transition:all .3s ease}.territory-toggle.active{background-color:#4d724d;border-color:#4d724d;color:#fff}.territory-toggle:hover{background-color:#e9ecef}.territory-toggle.active:hover{background-color:#3c5c3c}.territory-legend{border-left:4px solid #ff4500}.territory-indicator{border-radius:3px;height:15px;margin:5px 0;width:30px}.error-message{background-color:#ffebee;font-weight:700;margin-top:10px;padding:8px 12px}.territory-toggle:disabled{cursor:wait;opacity:.7}@media (max-width:768px){.map-container{height:400px}.legend-items{grid-template-columns:1fr}}.page-header h2,.stat-number{color:#2e7d32}.user-data-section{background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;margin-top:3rem;padding:2rem}.user-data-section h3{color:#2c3e50;font-size:1.5rem;margin-bottom:1.5rem}.data-table{max-width:100%;overflow-x:auto}.data-table table{border-collapse:collapse;font-size:.95rem;max-width:1200px;table-layout:fixed;width:100%}.data-table thead{background:#f8f9fa}.data-table th{border-bottom:2px solid #dee2e6;color:#495057;font-weight:600;padding:1rem;text-align:left;white-space:nowrap}.data-table th:first-child{width:20%}.data-table th:nth-child(2){width:18%}.data-table th:nth-child(3){width:40%}.data-table th:nth-child(4){width:12%}.data-table th:nth-child(5){text-align:center;width:10%}.data-table td{border-bottom:1px solid #e9ecef;overflow:hidden;padding:1rem;text-overflow:ellipsis;vertical-align:middle}.data-table tbody tr:hover{background:#f8f9fa}.category-cell{color:#2c3e50;font-weight:500}.location-cell{color:#6c757d;font-family:monospace;font-size:.85rem}.observations-cell{word-wrap:break-word;color:#495057;max-width:none;white-space:normal}.date-cell{color:#6c757d;white-space:nowrap}.actions-cell{padding-left:.5rem!important;padding-right:.5rem!important;text-align:center;white-space:nowrap}.actions-cell .btn-small{background:none;border:none;cursor:pointer;font-size:1.2rem;margin:0 .25rem;padding:.4rem .6rem;transition:transform .2s}.actions-cell .btn-delete:hover,.actions-cell .btn-edit:hover{transform:scale(1.2)}.status-badge{padding:.35rem .75rem}.status-badge.approved{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.status-badge.pending{background:#fff3cd;border:1px solid #ffeaa7;color:#856404}.modal-overlay{background:#0009;overflow-y:auto;z-index:9999}.modal-content{box-shadow:0 20px 60px #0000004d;padding:2rem}.modal-header{border-bottom:2px solid #e9ecef;margin-bottom:1.5rem;padding-bottom:1rem}.modal-header h2{font-size:1.5rem}.modal-close{transition:all .2s}.modal-close:hover{background:#f8f9fa;color:#2c3e50}.data-form .form-group{margin-bottom:1.5rem}.data-form label{color:#495057;display:block;font-size:.95rem;font-weight:500;margin-bottom:.5rem}.data-form input,.data-form select,.data-form textarea{border:1px solid #ced4da;border-radius:6px;font-size:1rem;padding:.75rem;transition:all .2s;width:100%}.data-form input:focus,.data-form select:focus,.data-form textarea:focus{border-color:#4285f4;box-shadow:0 0 0 3px #4285f41a;outline:none}.form-hint{color:#6c757d;display:block;font-size:.85rem;margin-top:.5rem}.map-data-controls{display:flex;flex-direction:column;gap:.75rem}.btn-pick-location{align-self:flex-start}.coordinate-input-group{align-items:stretch;display:flex;gap:.75rem}.coordinate-input-group input{flex:1 1}.btn-google-maps{align-items:center;background:linear-gradient(135deg,#4285f4,#3367d6);border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:500;gap:.5rem;padding:.75rem 1.25rem;text-decoration:none;transition:all .2s;white-space:nowrap}.btn-google-maps:hover{background:linear-gradient(135deg,#3367d6,#2851a3);box-shadow:0 4px 12px #4285f466;transform:translateY(-1px)}.btn-google-maps:active{transform:translateY(0)}.form-actions{align-items:center;border-top:2px solid #e9ecef;justify-content:space-between}.form-actions-left{flex:1 1}.form-actions-right{display:flex;gap:1rem}.btn-delete,.btn-primary,.btn-secondary{border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s}.btn-primary{background:#4285f4;flex:1 1}.btn-primary:hover:not(:disabled){background:#3367d6;box-shadow:0 4px 12px #4285f44d}.btn-primary:disabled{background:#ccc}.btn-secondary{background:#f8f9fa;border:1px solid #ced4da;color:#495057}.btn-secondary:hover:not(:disabled){background:#e9ecef}.btn-delete{border:1px solid #dc3545}.btn-delete:hover:not(:disabled){background:#c82333;box-shadow:0 4px 12px #dc35454d;transform:translateY(-1px)}.btn-delete:disabled{background:#f8d7da;border-color:#f5c6cb;color:#721c24;cursor:not-allowed}.success-message{text-align:center}@media (max-width:768px){.data-grid{grid-template-columns:1fr}.modal-content{padding:1.5rem}.form-actions,.map-stats{flex-direction:column}}.harvesting-contact-page{margin:0 auto;max-width:1200px;min-height:calc(100vh - 200px);padding:2rem}.back-link{color:#4285f4;display:inline-block;font-weight:500;margin-bottom:1rem;text-decoration:none;transition:color .2s}.back-link:hover{color:#3367d6;text-decoration:underline}.page-header h1{margin-bottom:.5rem}.page-header .subtitle{color:#6c757d;font-size:1.1rem}.contact-content{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;padding:2.5rem}.loading-container{padding:4rem 2rem}.spinner{margin:0 auto 1rem}.loading-container p{color:#6c757d;font-size:1.1rem}.error-container{padding:3rem 2rem}.error-message{border-radius:4px;display:inline-block;font-size:1.1rem}.no-info{color:#6c757d;padding:3rem 2rem;text-align:center}.no-info p{font-size:1.1rem;margin:.5rem 0}.contact-info-display{color:#2c3e50;line-height:1.8}.contact-info-display h2{border-bottom:2px solid #e9ecef;color:#2c3e50;font-size:2rem;margin:2rem 0 1rem;padding-bottom:.5rem}.contact-info-display h2:first-child{margin-top:0}.contact-info-display h3{color:#495057;font-size:1.5rem;margin:1.5rem 0 .75rem}.contact-info-display p{font-size:1.05rem;line-height:1.8;margin:1rem 0}.contact-info-display a{color:#4285f4;font-weight:500;text-decoration:none;transition:color .2s}.contact-info-display a:hover{color:#3367d6;text-decoration:underline}.contact-info-display ol,.contact-info-display ul{margin:1rem 0;padding-left:2rem}.contact-info-display li{line-height:1.8;margin:.5rem 0}.contact-info-display strong{color:#2c3e50;font-weight:600}.contact-info-display iframe{border:2px solid #e9ecef;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin:1.5rem 0;max-width:100%}.contact-info-display img{border-radius:8px;height:auto;margin:1rem 0;max-width:100%}.contact-info-display .contact-section{background:#f8f9fa;border-radius:8px;margin:2rem 0;padding:1.5rem}@media (max-width:768px){.harvesting-contact-page{padding:1rem}.page-header h1{font-size:2rem}.contact-content{padding:1.5rem}.contact-info-display h2{font-size:1.5rem}.contact-info-display h3{font-size:1.25rem}.contact-info-display p{font-size:1rem}.contact-info-display iframe{height:300px}}.harvesting-education-page{margin:0 auto;max-width:1400px;padding:2rem}.education-header{margin-bottom:3rem;text-align:center}.education-header h1{color:#2c3e50;margin-bottom:.5rem}.education-header p{color:#666;font-size:1.1rem}@media (max-width:768px){.harvesting-education-page{padding:1rem}.resources-grid{grid-template-columns:1fr}.category-filter{align-items:stretch;flex-direction:column}.category-filter label{justify-content:center}.category-dropdown{min-width:100%}.modal-content{margin:.5rem}}.harvesting-information-page{margin:0 auto;max-width:1400px;padding:2rem}.information-header{margin-bottom:3rem;text-align:center}.information-header h1{color:#2c3e50;margin-bottom:.5rem}.information-header p{color:#666;font-size:1.1rem}.category-filter{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;padding:1.5rem}.category-filter label{align-items:center;color:#2c3e50;display:flex;font-size:1rem;font-weight:600;gap:.5rem;white-space:nowrap}.category-filter .filter-icon{font-size:1.2rem}.category-dropdown{background:#fff;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;flex:1 1;font-size:1rem;min-width:250px;outline:none;padding:.75rem 1rem;transition:all .2s ease}.category-dropdown:hover{border-color:#4a90e2}.category-dropdown:focus{border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e21a}.category-dropdown option{padding:.5rem}.category-btn,.category-buttons,.category-filter h3{display:none}.featured-section{margin-bottom:3rem}.all-resources-section h2,.featured-section h2{color:#2c3e50;margin-bottom:1.5rem}.resources-grid{grid-gap:1.5rem;gap:1.5rem}.resource-card{box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;transition:all .3s ease}.resource-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}.resource-thumbnail{background:#f5f5f5;height:200px;overflow:hidden}.resource-thumbnail img{height:100%;object-fit:cover;width:100%}.resource-content{display:flex;flex:1 1;flex-direction:column;padding:1.5rem}.resource-category{background:#e3f2fd;border-radius:12px;color:#1976d2;display:inline-block;font-size:.85rem;font-weight:600;margin-bottom:.75rem;padding:.25rem .75rem}.resource-card h3{color:#2c3e50;font-size:1.2rem;margin-bottom:.75rem}.resource-card p{color:#666;flex:1 1;font-size:.95rem;margin-bottom:1rem}.resource-meta{align-items:center;border-top:1px solid #e0e0e0;color:#999;display:flex;font-size:.85rem;justify-content:space-between;margin-bottom:1rem;padding-top:.75rem}.resource-tags{gap:.25rem}.tag{background:#f5f5f5;border-radius:8px;color:#666;padding:.15rem .5rem}.btn-view-resource{background:#4a90e2;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem;transition:background .2s ease;width:100%}.btn-view-resource:hover{background:#357abd}.no-resources{font-style:italic;padding:3rem}.loading-spinner{color:#666;font-size:1.2rem;padding:3rem;text-align:center}.error-message{border:1px solid #ef5350;color:#c62828}.modal-header h2{color:#2c3e50}.modal-close{border-radius:50%;color:#999;height:40px;transition:all .2s ease;width:40px}.modal-close:hover{background:#f5f5f5;color:#333}.resource-detail-category{background:#e3f2fd;border-radius:12px;color:#1976d2;display:inline-block;font-weight:600;margin-bottom:1.5rem;padding:.5rem 1rem}.resource-video{margin-bottom:1.5rem}.resource-detail-content{color:#333;line-height:1.8;margin-bottom:1.5rem}.resource-detail-content a{color:#4a90e2;cursor:pointer;pointer-events:auto;position:relative;text-decoration:underline;z-index:1}.resource-detail-content a:hover{color:#357abd;text-decoration:underline}.resource-detail-content a:active{color:#2a5f9e}.resource-detail-content h3{color:#2c3e50;margin-bottom:.75rem;margin-top:1.5rem}.resource-detail-content p{margin-bottom:1rem}.resource-detail-content ol,.resource-detail-content ul{margin-bottom:1rem;padding-left:1.5rem}.resource-attachments{background:#f9f9f9;margin-bottom:1.5rem;padding:1rem}.resource-attachments h4{color:#2c3e50;margin-bottom:.75rem}.resource-attachments ul{list-style:none;padding:0}.resource-attachments li{border-bottom:1px solid #e0e0e0;padding:.5rem 0}.resource-attachments li:last-child{border-bottom:none}.resource-attachments a{color:#4a90e2;text-decoration:none}.resource-attachments a:hover{text-decoration:underline}.resource-external-link{margin-bottom:1.5rem}.btn-external-link{background:#4a90e2;border-radius:8px;font-weight:600;padding:.75rem 1.5rem;transition:background .2s ease}.btn-external-link:hover{background:#357abd}.resource-detail-tags{border-top:1px solid #e0e0e0;padding-top:1rem}.resource-detail-tags strong{color:#2c3e50;display:block;margin-bottom:.5rem}.resource-detail-tags .tag{display:inline-block;margin-bottom:.5rem;margin-right:.5rem}.pdf-viewer{border:1px solid #e0e0e0;border-radius:8px;margin-top:1rem;overflow:hidden}.pdf-controls{background:#f8f9fa;border-bottom:1px solid #e0e0e0;padding:.75rem 1rem}.pdf-filename{color:#2c3e50;font-weight:600}.btn-download{background:#4caf50;border-radius:4px;color:#fff;font-size:.9rem;padding:.5rem 1rem;text-decoration:none;transition:background .2s ease}.btn-download:hover{background:#45a049}.document-download{border:1px solid #e0e0e0;border-radius:8px;margin-top:1rem;padding:1rem}.btn-download-doc{color:#4285f4;display:inline-block;font-weight:500;text-decoration:none;transition:color .2s ease}.btn-download-doc:hover{color:#357abd;text-decoration:underline}.attachment-item{margin-bottom:1.5rem}.attachment-item:last-child{margin-bottom:0}@media (max-width:768px){.harvesting-information-page{padding:1rem}.resources-grid{grid-template-columns:1fr}.category-filter{align-items:stretch;flex-direction:column}.category-filter label{justify-content:center}.category-dropdown{min-width:100%}.modal-content{margin:.5rem}}.community-news-page{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.page-header{border-bottom:2px solid #e1e8ed;padding-bottom:20px}.page-header h1{color:#1a1a1a;font-size:2.5rem;margin-bottom:10px}.page-header p{font-size:1.1rem}.loading-indicator{color:#666;min-height:300px}.spinner{border-top-color:#4285f4;margin-bottom:15px}.error-message{background-color:#fee;border:1px solid #fcc;color:#c33;padding:15px}.filters-section{background:#f8f9fa;border:1px solid #e1e8ed;border-radius:12px}.search-form{gap:10px;margin-bottom:20px}.search-input{border:2px solid #e1e8ed;flex:1 1;font-size:16px;padding:12px 16px;transition:border-color .2s}.search-input:focus{border-color:#4285f4}.search-btn{background-color:#4285f4;border-radius:8px;font-weight:600;padding:12px 24px}.search-btn:hover{background-color:#3367d6}.filter-controls{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:20px}.priority-filter,.sort-filter{background:#fff;border:2px solid #e1e8ed;border-radius:8px;cursor:pointer;font-size:14px;padding:10px 15px;transition:border-color .2s}.priority-filter:focus,.sort-filter:focus{border-color:#4285f4;outline:none}.tags-filter h4{color:#333;font-size:16px;margin:0 0 10px}.tags-list{display:flex;flex-wrap:wrap;gap:8px}.tag-filter{background:#e9ecef;border:1px solid #ced4da;padding:6px 12px}.tag-filter:hover{background:#dee2e6}.posts-container{grid-gap:25px;display:grid;gap:25px;margin-bottom:30px}.post-card{background:#fff;border:1px solid #e1e8ed;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:24px;transition:transform .2s,box-shadow .2s}.post-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}.post-header{align-items:flex-start;display:flex;gap:15px;justify-content:space-between;margin-bottom:15px}.post-title{color:#1a1a1a;cursor:pointer;flex:1 1;font-size:1.5rem;margin:0;transition:color .2s}.post-title:hover{color:#4285f4}.post-meta{align-items:flex-end;display:flex;flex-direction:column;flex-shrink:0;gap:8px}.priority-badge{border-radius:12px;font-size:11px;font-weight:700;letter-spacing:.5px;padding:4px 8px;text-transform:uppercase}.priority-urgent{background-color:#ff4757}.priority-high{background-color:#ff6b35;color:#fff}.priority-normal{background-color:#26de81;color:#fff}.priority-low{background-color:#a4b0be;color:#fff}.post-date{color:#666;font-size:14px}.post-featured-image{border-radius:8px;margin-bottom:15px;max-height:200px;object-fit:cover;width:100%}.post-excerpt{color:#555;line-height:1.6;margin-bottom:15px}.post-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:15px}.tag{background:#e9ecef;font-size:12px}.post-footer{align-items:center;border-top:1px solid #e1e8ed;display:flex;justify-content:space-between;padding-top:15px}.post-stats{color:#666;display:flex;font-size:14px;gap:15px}.post-actions{display:flex;gap:10px}.like-btn,.read-more-btn{border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .2s}.like-btn{background:#f8f9fa;border:1px solid #dee2e6;color:#495057}.like-btn:hover{background:#e9ecef;transform:translateY(-1px)}.read-more-btn{background:#4285f4;color:#fff}.read-more-btn:hover{background:#3367d6;transform:translateY(-1px)}.post-detail{background:#fff;border:1px solid #e1e8ed;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:30px}.back-btn{background:#f8f9fa;border:1px solid #dee2e6;color:#495057;font-size:14px;margin-bottom:20px;padding:10px 20px;transition:all .2s}.back-btn:hover{background:#e9ecef;transform:translateY(-1px)}.post-detail-header{border-bottom:2px solid #e1e8ed;margin-bottom:25px;padding-bottom:20px}.post-detail-header h1{color:#1a1a1a;font-size:2.2rem;line-height:1.3;margin:0 0 15px}.post-detail-meta{align-items:center;color:#666;display:flex;font-size:14px;gap:15px}.post-detail-image{border-radius:12px;margin-bottom:25px;max-height:400px;object-fit:cover;width:100%}.post-content{color:#333;font-size:16px;line-height:1.8;margin-bottom:25px}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{color:#1a1a1a;margin:25px 0 15px}.post-content p{margin-bottom:15px}.post-content img{border-radius:8px;margin:15px 0;max-width:100%}.post-interactions{align-items:center;border-bottom:1px solid #e1e8ed;border-top:1px solid #e1e8ed;display:flex;justify-content:space-between;margin-bottom:25px;padding:20px 0}.comments-section{margin-top:30px}.comments-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.comments-header h3{color:#1a1a1a;margin:0}.toggle-comments{background:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;color:#495057;cursor:pointer;font-size:12px;padding:6px 12px}.comment-form{background:#f8f9fa;border:1px solid #e1e8ed;border-radius:8px;margin-bottom:25px;padding:20px}.comment-textarea{border:2px solid #e1e8ed;border-radius:6px;font-family:inherit;font-size:14px;margin-bottom:10px;padding:12px;resize:vertical;width:100%}.comment-textarea:focus{border-color:#4285f4;outline:none}.submit-comment-btn{background:#4285f4;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:10px 20px;transition:background-color .2s}.submit-comment-btn:hover{background:#3367d6}.comments-list{gap:15px}.comment{background:#f8f9fa;border:1px solid #e1e8ed;border-radius:8px;padding:15px}.comment-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.comment-header strong{color:#1a1a1a;font-size:14px}.comment-date{color:#666;font-size:12px}.comment-content{color:#333;line-height:1.5;margin:0}.pagination{align-items:center;display:flex;gap:15px;justify-content:center;margin-top:30px;padding:20px 0}.pagination button{background:#fff;border:1px solid #dee2e6;border-radius:6px;color:#495057;cursor:pointer;font-weight:500;padding:10px 20px;transition:all .2s}.pagination button:hover:not(:disabled){background:#4285f4;border-color:#4285f4;color:#fff;transform:translateY(-1px)}.pagination button:disabled{cursor:not-allowed;opacity:.5}.page-info{color:#666;font-weight:500}@media (max-width:768px){.community-news-page{padding:15px}.page-header h1{font-size:2rem}.post-header{align-items:flex-start;flex-direction:column}.post-meta{align-items:center;flex-direction:row}.post-footer{align-items:flex-start;gap:15px}.filter-controls,.post-footer,.search-form{flex-direction:column}.post-detail{padding:20px}.post-detail-header h1{font-size:1.8rem}.post-detail-meta{flex-wrap:wrap}}.top-controls{flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:15px}.search-form,.top-controls{align-items:center;display:flex}.search-form{background:#fff;border-radius:25px;box-shadow:0 2px 8px #0000001a;flex-grow:1;max-width:400px;overflow:hidden}.search-input{background:#0000;flex-grow:1;outline:none;padding:12px 20px}.search-btn,.search-input{border:none;font-size:14px}.search-btn{background:#4285f4;color:#fff;cursor:pointer;padding:12px 15px;transition:background-color .2s}.search-btn:hover{background:#3367d6}.filter-actions{gap:10px}.filter-actions,.filter-toggle{align-items:center;display:flex}.filter-toggle{background:#fff;border:2px solid #e1e8ed;border-radius:20px;cursor:pointer;font-size:14px;font-weight:500;gap:8px;padding:10px 16px;position:relative;transition:all .2s}.filter-toggle:hover{border-color:#4285f4;box-shadow:0 4px 12px #4285f426;transform:translateY(-1px)}.filter-toggle.active{background:#4285f4;border-color:#4285f4;color:#fff}.filter-icon{font-size:16px}.active-filter-count{align-items:center;background:#f44;border-radius:50%;color:#fff;display:flex;font-size:12px;height:20px;justify-content:center;margin-left:4px;width:20px}.sort-filter{background:#fff;border:2px solid #e1e8ed;border-radius:20px;cursor:pointer;font-size:14px;outline:none;padding:10px 16px;transition:border-color .2s}.sort-filter:focus,.sort-filter:hover{border-color:#4285f4}.filters-panel{animation:slideDown .3s ease-out;background:#fff;border:1px solid #e1e8ed;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin-top:15px;padding:20px}.filter-group{margin-bottom:20px}.filter-group:last-child{margin-bottom:0}.filter-label{align-items:center;color:#333;display:flex;font-size:14px;font-weight:600;justify-content:space-between;margin-bottom:12px}.filter-label .filter-icon{margin-right:8px}.clear-tags{background:none;border:none;color:#4285f4;cursor:pointer;font-size:12px;padding:0;text-decoration:underline}.clear-tags:hover{color:#3367d6}.priority-filter{background:#fff;border:2px solid #e1e8ed;border-radius:8px;cursor:pointer;font-size:14px;outline:none;padding:10px;transition:border-color .2s;width:100%}.priority-filter:focus,.priority-filter:hover{border-color:#4285f4}.tags-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.tag-filter{align-items:center;background:#fff;border:2px solid #e1e8ed;border-radius:20px;cursor:pointer;display:flex;font-size:13px;justify-content:space-between;padding:8px 12px;text-align:left;transition:all .2s}.tag-filter:hover{border-color:#4285f4;box-shadow:0 2px 8px #4285f426;transform:translateY(-1px)}.tag-filter.active{background:#4285f4;border-color:#4285f4;color:#fff}.tag-name{flex-grow:1}.tag-check{font-size:12px;margin-left:6px}.active-filters{border-top:1px solid #e1e8ed;margin-top:20px;padding-top:15px}.active-filters-label{color:#666;font-size:13px;font-weight:500;margin-right:10px}.active-filter{align-items:center;background:#f0f8ff;border:1px solid #4285f4;border-radius:15px;color:#4285f4;display:inline-flex;font-size:12px;font-weight:500;margin:2px;padding:4px 8px}.active-filter.priority{background:#fff0f0;border-color:#ff6b6b;color:#ff6b6b}.active-filter button{align-items:center;background:none;border:none;border-radius:50%;color:inherit;cursor:pointer;display:flex;font-size:14px;font-weight:700;height:16px;justify-content:center;margin-left:6px;padding:0;transition:background-color .2s;width:16px}.active-filter button:hover{background:#0000001a}@media (max-width:768px){.top-controls{align-items:stretch;flex-direction:column}.search-form{max-width:none}.filter-actions{justify-content:space-between}.tags-grid{gap:6px;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}.community-pages-container{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);margin:0 auto;max-width:1200px;min-height:100vh;padding:2rem}.community-pages-header{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem;padding:2rem;text-align:center}.community-pages-header h1{color:#333;font-size:2.5rem;font-weight:700;margin:0 0 .5rem}.community-pages-header p{color:#666;font-size:1.1rem;margin:0}.search-container{display:flex;justify-content:center;margin-bottom:2rem}.search-input{background:#fff;border:2px solid #ddd;border-radius:8px;box-shadow:0 2px 4px #0000001a;font-size:1rem;max-width:500px;padding:1rem;transition:border-color .3s ease;width:100%}.search-input:focus{border-color:#ff9800;box-shadow:0 0 0 3px #ff98001a;outline:none}.pages-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));margin-bottom:2rem}.page-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.page-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-4px)}.page-card-header{border-bottom:1px solid #eee;cursor:pointer;padding:1.5rem}.page-card-header h3{color:#333;font-size:1.3rem;font-weight:600;line-height:1.3;margin:0 0 .5rem}.page-meta{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.page-template{background:#f0f0f0;color:#666}.auth-badge,.home-badge,.page-template{border-radius:12px;padding:.2rem .6rem}.auth-badge{background:#ff5722;color:#fff;font-size:.8rem;font-weight:500}.page-excerpt{font-size:.95rem;margin:0;padding:0 1.5rem}.page-actions{align-items:center;background:#fafafa;display:flex;justify-content:space-between;padding:1.5rem}.view-page-btn{background:#ff9800;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.8rem 1.5rem;transition:background-color .3s ease}.view-page-btn:hover{background:#f57c00}.page-date{color:#999;font-size:.85rem}.child-pages{background:#f9f9f9;border-top:1px solid #eee;padding:1rem 1.5rem}.child-pages h4{color:#555;font-size:.9rem;font-weight:600;margin:0 0 .8rem}.child-pages-list{display:flex;flex-direction:column;gap:.5rem}.child-page-item{align-items:center;border-radius:6px;cursor:pointer;display:flex;gap:.5rem;padding:.5rem;transition:background-color .2s ease}.child-page-item:hover{background:#efefef}.child-icon{color:#999;font-family:monospace;font-size:.9rem}.child-title{color:#666;font-size:.9rem;font-weight:500}.child-title:hover{color:#ff9800}.pages-summary{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:1rem;text-align:center}.pages-summary p{color:#666;font-size:.95rem;margin:0}.no-pages{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:3rem;text-align:center}.no-pages h3{color:#666;margin:0 0 .5rem}.no-pages p{color:#999;margin:0}.retry-btn{background:#ff9800;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:.8rem 1.5rem;transition:background-color .3s ease}.retry-btn:hover{background:#f57c00}@media (max-width:768px){.community-pages-container{padding:1rem}.pages-grid{gap:1rem;grid-template-columns:1fr}.community-pages-header{padding:1.5rem}.community-pages-header h1{font-size:2rem}.page-actions{align-items:stretch;flex-direction:column;gap:.8rem}.view-page-btn{text-align:center;width:100%}}.page-view-container{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);margin:0 auto;max-width:1200px;min-height:100vh;padding:2rem}.page-navigation{align-items:center;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1rem 1.5rem}.back-btn{background:#666;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:.8rem 1.2rem;transition:background-color .3s ease}.back-btn:hover{background:#555}.page-breadcrumb{align-items:center;color:#666;display:flex;font-size:.9rem;gap:.5rem}.breadcrumb-separator{color:#999;font-weight:700}.page-header{box-shadow:0 4px 6px #0000001a}.page-meta-info{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1rem}.home-badge{background:#4caf50}.home-badge,.page-template{border-radius:15px;color:#fff;font-size:.8rem;font-weight:500;padding:.3rem .8rem}.page-template{background:#2196f3}.page-visibility{background:#ff9800;border-radius:15px;color:#fff;font-size:.8rem;font-weight:500;padding:.3rem .8rem}.page-title{color:#333;font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 1rem}.page-excerpt{color:#666;font-size:1.2rem;font-style:italic;line-height:1.6;margin:0 0 1rem}.page-details{border-top:1px solid #eee;color:#999;display:flex;font-size:.9rem;gap:1.5rem;padding-top:1rem}.page-content{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:2fr 1fr}.content-body{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2rem}.page-text{color:#333;font-size:1.05rem;line-height:1.8}.page-text h1,.page-text h2,.page-text h3,.page-text h4,.page-text h5,.page-text h6{color:#333;font-weight:600;margin:2rem 0 1rem}.page-text h1{font-size:2rem}.page-text h2{font-size:1.7rem}.page-text h3{font-size:1.4rem}.page-text h4{font-size:1.2rem}.page-text p{margin:0 0 1.5rem}.page-text ol,.page-text ul{margin:0 0 1.5rem 2rem}.page-text li{margin-bottom:.5rem}.page-text a{border-bottom:1px dotted #ff9800;color:#ff9800;text-decoration:none}.page-text a:hover{border-bottom:1px solid #f57c00;color:#f57c00}.page-text blockquote{background:#fafafa;border-left:4px solid #ff9800;border-radius:0 8px 8px 0;font-style:italic;margin:2rem 0;padding:1rem 2rem}.page-text img{box-shadow:0 4px 8px #0000001a;height:auto}.page-text iframe,.page-text img{border-radius:8px;margin:1rem 0;max-width:100%}.contact-form-placeholder,.form-placeholder,.gallery-placeholder{background:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;color:#6c757d;margin:1.5rem 0;padding:2rem;text-align:center}.contact-form-placeholder em,.form-placeholder em,.gallery-placeholder em{font-style:italic;opacity:.8}.page-text h1:first-child,.page-text h2:first-child,.page-text h3:first-child{margin-top:0}.page-text p+h1,.page-text p+h2,.page-text p+h3{margin-top:2.5rem}.page-text .wp-block-heading{margin:1.5rem 0 1rem}.page-text hr{border:none;border-top:2px solid #eee;margin:2rem 0}.page-text p strong{color:#333;display:block;margin-top:1rem}.page-text p strong:first-child{margin-top:0}.no-content{color:#999;font-style:italic;padding:3rem;text-align:center}.page-sidebar{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;height:-webkit-fit-content;height:fit-content;padding:1.5rem;position:-webkit-sticky;position:sticky;top:2rem}.related-pages h3{color:#333;font-size:1.2rem;font-weight:600;margin:0 0 1rem}.related-pages-list{display:flex;flex-direction:column;gap:1rem}.related-page-item{border:1px solid #eee;border-radius:8px;cursor:pointer;padding:1rem;transition:all .3s ease}.related-page-item:hover{background:#fff9f0;border-color:#ff9800;transform:translateX(4px)}.related-page-item h4{color:#333;font-size:1rem;font-weight:600;margin:0 0 .5rem}.related-page-item p{color:#666;font-size:.9rem;line-height:1.4;margin:0}.page-footer{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-top:2rem;padding:1.5rem}.migration-info{color:#666;font-size:.85rem;margin-bottom:.5rem}.future-action-notice{background:#fff3cd;border:1px solid #ffeaa7;border-radius:6px;color:#856404;font-size:.9rem;padding:.8rem}.loading-indicator{align-items:center;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;justify-content:center;padding:3rem}.spinner{border-top-color:#ff9800;height:40px;width:40px}.error-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:3rem;text-align:center}.error-container h2{color:#d32f2f;margin:0 0 1rem}.error-container p{color:#666;margin:0 0 1.5rem}@media (max-width:968px){.page-content{grid-template-columns:1fr}.page-sidebar{margin-top:2rem;position:static}}@media (max-width:768px){.page-view-container{padding:1rem}.page-navigation{align-items:stretch;flex-direction:column;gap:1rem}.page-breadcrumb{justify-content:center}.page-header{padding:1.5rem}.page-title{font-size:2rem}.content-body{padding:1.5rem}.page-meta-info{align-items:flex-start;flex-direction:column}.page-details{flex-direction:column;gap:.5rem}}.consultation-page{background-color:#f8f9fa;margin:0 auto;max-width:1400px;min-height:100vh;padding:2rem}.page-header{border-radius:10px;box-shadow:0 2px 10px #0000000d;padding:1.5rem}.map-view-btn{align-items:center;display:flex;gap:.5rem}.btn-primary{background-color:#4caf50;border-radius:5px;transition:background-color .3s}.btn-primary:hover{background-color:#3d8b40}.btn-secondary{border-radius:5px;transition:background-color .3s}.btn-secondary:hover{background-color:#5a6268}.btn-small{border-radius:4px;margin:.2rem;padding:.4rem .8rem;transition:all .3s}.btn-view{background-color:#17a2b8;color:#fff}.btn-view:hover{background-color:#138496}.btn-edit{background-color:#ffc107;color:#212529}.btn-edit:hover{background-color:#e0a800}.btn-delete{background-color:#dc3545}.btn-delete:hover{background-color:#c82333}.error-message{border-radius:5px}.project-form-container{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000d;margin-bottom:2rem;padding:2rem}.project-form-container h3{border-bottom:2px solid #4caf50;color:#2c3e50;margin:0 0 1.5rem;padding-bottom:.5rem}.project-form{display:flex;flex-direction:column;gap:1rem}.form-row{grid-gap:1rem;gap:1rem}.form-group input,.form-group select,.form-group textarea{border:2px solid #e9ecef;border-radius:5px;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#4caf50}.checkbox-group{align-items:center;flex-direction:row}.checkbox-group input[type=checkbox]{margin:0;width:auto}.map-data-container{align-items:flex-start;gap:.75rem}.form-group .map-data-container textarea,.map-data-container textarea{flex:1 1!important;font-family:Monaco,Menlo,Ubuntu Mono,monospace!important;font-size:.85rem!important;height:120px!important;line-height:1.4!important;min-height:120px!important;resize:vertical!important}.location-picker-btn{align-items:center;background:linear-gradient(135deg,#17a2b8,#138496);border-radius:5px;display:flex;flex-shrink:0;font-size:.85rem;font-weight:500;gap:.4rem;justify-content:center;max-width:120px;min-width:80px;padding:.5rem .75rem;transition:all .2s ease;white-space:nowrap}.location-picker-btn:hover{background:linear-gradient(135deg,#138496,#0c6674);box-shadow:0 4px 12px #17a2b84d;transform:translateY(-1px)}.map-data-preview{color:#28a745;display:block;font-style:italic;margin-top:.5rem}.form-actions{margin-top:1rem}.projects-list{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000d;padding:2rem}.projects-list h3{border-bottom:2px solid #4caf50;color:#2c3e50;margin:0 0 1.5rem;padding-bottom:.5rem}.no-projects{color:#6c757d;padding:3rem 2rem}.projects-grid{grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.project-card{border:1px solid #e9ecef;border-radius:10px;transition:transform .3s,box-shadow .3s}.project-card:hover{box-shadow:0 4px 15px #0000001a;transform:translateY(-2px)}.project-header{background-color:#f8f9fa;border-bottom:1px solid #e9ecef;padding:1rem}.project-header h4{color:#2c3e50;font-size:1.2rem;margin:0 0 .5rem}.project-badges{display:flex;gap:.5rem}.priority-badge,.status-badge{border-radius:15px;font-size:.75rem;font-weight:600;padding:.25rem .5rem;text-transform:uppercase}.status-draft{background-color:#6c757d;color:#fff}.status-active{background-color:#28a745;color:#fff}.status-completed{background-color:#007bff;color:#fff}.status-cancelled{background-color:#dc3545;color:#fff}.priority-low{background-color:#e2e3e5;color:#383d41}.priority-medium{background-color:#fff3cd;color:#856404}.priority-high{background-color:#f8d7da;color:#721c24}.priority-urgent{background-color:#dc3545;color:#fff}.project-image{height:200px}.project-content{padding:1rem}.project-description{line-height:1.5;margin-bottom:1rem}.project-meta{color:#6c757d;flex-wrap:wrap;font-size:.85rem;gap:1rem;margin-bottom:1rem}.public-indicator{color:#28a745;font-weight:600}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tag{background-color:#e9ecef;color:#495057;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.project-actions{background-color:#f8f9fa;display:flex;flex-wrap:wrap;gap:.5rem;padding:1rem}.modal-overlay{background-color:#00000080}.modal-content{border-radius:10px;box-shadow:0 10px 30px #0003;max-width:800px}.modal-header{background-color:#f8f9fa;border-bottom:1px solid #e9ecef;border-radius:10px 10px 0 0}.modal-close{color:#6c757d;height:2rem;width:2rem}.modal-close:hover{color:#dc3545}.modal-body{padding:1.5rem}.project-details{display:flex;flex-direction:column;gap:2rem}.detail-section h4{border-bottom:1px solid #e9ecef;color:#2c3e50;margin:0 0 1rem;padding-bottom:.5rem}.detail-section p{line-height:1.5;margin:.5rem 0}.location-display{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:1rem}.location-data{background:#fff;border:1px solid #dee2e6;border-radius:6px;color:#495057;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.8rem;margin:0 0 1rem;max-height:200px;overflow-x:auto;overflow-y:auto;padding:1rem}.edit-location-btn{align-items:center;background:linear-gradient(135deg,#17a2b8,#138496);border:none;border-radius:5px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;padding:.5rem 1rem;transition:all .2s ease}.edit-location-btn:hover{background:linear-gradient(135deg,#138496,#0c6674);box-shadow:0 3px 8px #17a2b84d;transform:translateY(-1px)}.no-comments{background-color:#f8f9fa;border-radius:5px;color:#6c757d;font-style:italic;padding:1rem;text-align:center}.comments-list{display:flex;flex-direction:column;gap:1rem}.comment{border:1px solid #e9ecef;border-radius:5px;overflow:hidden}.comment-content{padding:1rem}.comment-content p{color:#495057;line-height:1.5;margin:0 0 1rem}.comment-meta{align-items:center;border-top:1px solid #f8f9fa;color:#6c757d;display:flex;flex-wrap:wrap;font-size:.85rem;gap:1rem;justify-content:space-between;padding-top:.5rem}.comment-ip{background-color:#f8f9fa;border-radius:3px;color:#495057;font-family:Courier New,monospace;font-size:.8rem;padding:.2rem .5rem}@media (max-width:768px){.consultation-page{padding:1rem}.page-header{align-items:stretch;flex-direction:column;gap:1rem}.header-actions{flex-direction:column;width:100%}.header-actions button{justify-content:center;width:100%}.form-row,.projects-grid{grid-template-columns:1fr}.project-actions{flex-direction:column}.modal-content{margin:1rem;max-height:calc(100vh - 2rem)}.modal-body,.modal-header{padding:1rem}.map-data-container{align-items:stretch;flex-direction:column}.location-picker-btn{align-self:stretch;justify-content:center;margin-top:.5rem}}.projects-map-page{background-color:#f8f9fa;display:flex;flex-direction:column;margin:0;max-width:100%;min-height:100vh;padding:0}.map-header{background:#fff;box-shadow:0 2px 8px #0000001a;padding:1.5rem 2rem;z-index:1000}.header-content{align-items:flex-start;display:flex;justify-content:space-between;margin:0 auto 1.5rem;max-width:1400px}.header-left h1{color:#2c3e50;font-size:2rem;font-weight:700;margin:0 0 .5rem}.header-left p{color:#6c757d;font-size:1.1rem;margin:0}.header-actions .btn-back{background-color:#6c757d;border-radius:5px;color:#fff;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .3s}.header-actions .btn-back:hover{background-color:#5a6268}.map-controls{align-items:center;display:flex;gap:2rem;justify-content:space-between;margin:0 auto;max-width:1400px}.filter-section{align-items:center;gap:.75rem}.filter-section label{color:#2c3e50;font-weight:600}.filter-select{background:#fff;border:2px solid #e9ecef;border-radius:5px;color:#495057;cursor:pointer;font-size:1rem;padding:.5rem 1rem;transition:border-color .3s}.filter-select:focus{border-color:#4caf50;outline:none}.map-stats{gap:1.5rem}.stat-item{align-items:center;display:flex;flex-direction:column}.stat-number{color:#4caf50;font-size:1.5rem;line-height:1}.stat-label{color:#6c757d;font-size:.85rem;margin-top:.25rem}.error-message{border:none;margin:0;padding:1rem 2rem}.leaflet-map,.map-container{min-height:60vh}.leaflet-map{height:100%;width:100%}.custom-project-marker{background:none;border:none}.project-popup{font-family:inherit}.popup-content{max-width:300px}.popup-content h3{color:#2c3e50;font-size:1.2rem;font-weight:700;line-height:1.3;margin:0 0 .75rem}.popup-status{margin-bottom:1rem}.status-badge{border-radius:15px}.status-draft{background-color:#fff3cd;color:#856404}.status-cancelled{background-color:#f8d7da;color:#721c24}.popup-description{color:#495057;font-size:.95rem;line-height:1.5;margin-bottom:1rem}.popup-meta{font-size:.9rem;margin-bottom:1rem}.meta-item{margin-bottom:.5rem}.meta-item strong{color:#495057}.popup-actions{border-top:1px solid #e9ecef;padding-top:.75rem}.btn-view-public{background-color:#4caf50;border-radius:4px;color:#fff;display:inline-block;font-size:.85rem;font-weight:600;padding:.5rem 1rem;text-decoration:none;transition:background-color .3s}.btn-view-public:hover{background-color:#3d8b40}.projects-without-location{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;margin:1rem auto;max-width:1400px;padding:2rem}.projects-without-location h2{color:#2c3e50;font-size:1.5rem;margin-bottom:.5rem}.projects-without-location>p{color:#6c757d;margin-bottom:1.5rem}.unlisted-projects{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.unlisted-project{align-items:center;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;display:flex;justify-content:space-between;padding:1rem}.project-info h3{color:#2c3e50;font-size:1rem;margin:0 0 .5rem}.project-actions .btn-edit{background-color:#ffc107;border-radius:4px;color:#212529;font-size:.85rem;font-weight:600;padding:.5rem 1rem;text-decoration:none;transition:background-color .3s}.project-actions .btn-edit:hover{background-color:#e0a800}.map-legend{box-shadow:0 -2px 8px #0000001a;padding:1.5rem 2rem}.map-legend h3{color:#2c3e50;font-size:1.2rem;margin:0 0 1rem;text-align:center}.legend-items{justify-content:center;margin:0 auto;max-width:600px}.legend-marker{border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px #0003;height:16px;width:16px}.legend-item span{color:#495057;font-size:.9rem;font-weight:500}@media (max-width:1024px){.map-header{padding:1rem}.header-content,.map-controls{flex-direction:column;gap:1rem}.map-controls{align-items:stretch}.map-stats{justify-content:space-around}.projects-without-location{margin:1rem}.legend-items{flex-wrap:wrap;gap:1rem}}@media (max-width:768px){.header-left h1{font-size:1.7rem}.leaflet-map,.map-container{min-height:50vh}.unlisted-projects{grid-template-columns:1fr}.unlisted-project{align-items:stretch;flex-direction:column;gap:1rem}.legend-items{align-items:center;flex-direction:column}.map-legend,.projects-without-location{padding:1rem}}@media (max-width:480px){.header-left h1{font-size:1.5rem}.header-left p{font-size:1rem}.popup-content{max-width:250px}.stat-number{font-size:1.3rem}.stat-label{font-size:.8rem}}.page-header h2{color:#1976d2;font-size:2rem;margin-bottom:.5rem}.page-description{color:#666;font-size:1.1rem;margin:0 auto}.map-stats{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem}.stat-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;min-width:150px;padding:1.5rem;text-align:center}.stat-number{color:#1976d2;display:block;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#666;font-size:.9rem}.error-message,.loading{font-size:1.2rem;padding:2rem}.error-message{background:#ffebee;color:#d32f2f}.consultation-info{background:#f5f5f5;border-radius:8px;margin-top:2rem;padding:2rem}.consultation-info h3{color:#1976d2;margin-bottom:1rem}.consultation-info p{color:#666;line-height:1.6;margin-bottom:1.5rem}.consultation-guidelines{background:#fff;border-radius:8px;margin-top:1rem;padding:1.5rem}.consultation-guidelines h4{color:#1976d2;margin-bottom:1rem}.consultation-guidelines ul{list-style:none;padding:0}.consultation-guidelines li{color:#666;padding:.5rem 0}.project-popup{min-width:250px;padding:.5rem}.project-popup h4{border-bottom:2px solid #4a90e2;color:#2c3e50;font-size:1.1rem;font-weight:600;margin:0 0 .75rem;padding-bottom:.5rem}.project-popup .description{color:#495057;font-size:.9rem;line-height:1.5;margin:0 0 1rem}.project-popup .comment-button{align-items:center;background:#4a90e2;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem 1rem;transition:all .2s ease;width:100%}.project-popup .comment-button:hover{background:#357abd;box-shadow:0 4px 8px #4a90e24d;transform:translateY(-2px)}.project-popup .comment-button:active{transform:translateY(0)}.map-legend-floating{background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000026;left:50%;max-width:90%;overflow:hidden;position:absolute;top:10px;transform:translateX(-50%);transition:all .3s ease;z-index:1000}.map-legend-floating.collapsed{box-shadow:0 1px 4px #0000001a}.map-legend-floating .legend-header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;display:flex;justify-content:space-between;padding:.75rem 1rem}.map-legend-floating.collapsed .legend-header{padding:.5rem 1rem}.map-legend-floating .legend-header h3{color:#2c3e50;font-size:1rem;font-weight:600;margin:0}.map-legend-floating .legend-toggle{align-items:center;background:#4a90e2;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:.85rem;font-weight:600;gap:.5rem;padding:.4rem .8rem;transition:all .2s ease}.map-legend-floating .legend-toggle:hover{background:#357abd;box-shadow:0 2px 6px #4a90e24d;transform:translateY(-1px)}.map-legend-floating .legend-toggle:active{transform:translateY(0)}.map-legend-floating .legend-items{animation:slideDown .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;display:flex;flex-wrap:wrap;gap:1.5rem;padding:1rem}.map-legend-floating .legend-item{align-items:center;display:flex;font-size:.9rem;gap:.5rem}.map-legend-floating .legend-color{border:1px solid #0000001a;border-radius:4px;height:16px;width:24px}.map-legend{border-radius:8px;box-shadow:0 2px 8px #0000001a;margin:2rem auto;max-width:1400px;overflow:hidden;transition:all .3s ease}.map-legend.collapsed{box-shadow:0 1px 4px #0000001a}.legend-header{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:1.5rem}.map-legend.collapsed .legend-header{border-bottom:none;padding:1rem 1.5rem}.legend-header h3{color:#2c3e50;font-size:1.25rem;margin:0}.legend-toggle{align-items:center;background:#4a90e2;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.5rem 1rem;transition:all .2s ease}.legend-toggle:hover{background:#357abd;box-shadow:0 2px 6px #4a90e24d;transform:translateY(-2px)}.legend-toggle:active{transform:translateY(0)}.legend-items{animation:slideDown .3s ease;flex-wrap:wrap;gap:2rem;padding:1.5rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.legend-item{gap:.75rem}.legend-color{width:30px}.no-data-message{background:#fff;border-radius:8px;color:#6c757d;padding:3rem;text-align:center}.no-data-message p{font-size:1.1rem;margin:.5rem 0}.loading .spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#4a90e2;height:50px;margin:0 auto 1rem;width:50px}.leaflet-draw-section{position:relative}.leaflet-draw-toolbar{margin-top:12px}.leaflet-draw-toolbar-top{margin-top:0}.leaflet-draw-toolbar-notop a:first-child{border-top-right-radius:0}.leaflet-draw-toolbar-nobottom a:last-child{border-bottom-right-radius:0}.leaflet-draw-toolbar a{background-clip:padding-box;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAAeCAYAAACWuCNnAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAG7AAABuwBHnU4NQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAbvSURBVHic7dtdbBxXFQfw/9nZ3SRKwAP7UFFUQOoHqGnUoEAoNghX9tyxVcpD1X0J+WgiUQmpfUB5ACSgG1qJIKASqBIUIauqAbWseIlqb+bOWHVR6y0FKZBEqdIUQROIREGRx3FFvR/38ODZst3a3nE8Ywfv+T2t7hzdM3fle/bOnWtACCGEEEIIIYQQQgghhBBCCCGEEEIIIcRa0EbfgBDdFItFKwzDAa3175LuWylVAvBIR/MxrXUp6Vxx9dp4VyObVEdKKW591lonXgiVUg6AHzPzk9ls9meVSmUh6RzXkz179uQKhcIgM+8CACI6U6vVnp+enm6knXt4ePiuTCbzWQAwxlSDIHg57ZwroDAMnwKwz3XdBzzPG08hxzsTNprQG2lTjtd13WFmfghAP4A+AJcATFiW9YNKpfL3uP0kUliiX4SG1pqUUpx0wXJd9/PMXAGwPWq6yMyPz8/P/7xarf4nyVwt7QV4JWkU52i8YwBu6bh0wRhzJAiCF5POCQCDg4N2Pp//NYDRjkuTxph9QRCESeYrFov5ubm5R5n5AIAPtV1aYOb7BgYGTpZKJeO67lFmPsbM9/i+/8Ja8y6zylhOYquPXhsvAJRKpczMzMwTAIaJ6LFGo+HNzs5eKRQKNxPRAWb+CoAjWuvn4vS35skWFasxAAdbbUlOYqVUPwAPwI4lLr8J4KeWZT1eqVTmksoZ5d2QghUVKx/AlmVCFph5yPf9l5LMCwBKqUksFqszRHQcAJj5GwB2MfOE7/tfTDKf4zjHiejrAE4CuNhqZ+bf2rY9FYbhGBH92/O8o47j3Oj7/uUk86+3XhsvACilHmPmgW3btn3pxIkTVzuvj4yMfNoY85wxZiQIglPd+lvTZIuq5xiAQwCe6evr218ul5tr6bNd9GiiAbyvS+hFrfVHk8oLbEzBih4Dz+G9K6t3IaLXFhYWdib5eBh911UA8wBu1lq/CQBDQ0M3WJb1OoAdRPQZz/NeSSqnUuofAKpa6/vb26MfwacA7AdwFcCdWuu/JpU3yl1C91VHoquNXhvvyMjIx4wxr1iWtbNSqfxruTjHcR4AcMj3/bu79XnNe1hpFyvHcXYT0QS6FysASHR1tVEKhcIguhQrAGDm23K53BcATCWV27KsAWYGgPOtYgUAU1NT/1RKnQewxxjzOQCJFSwANwI4297QtmLfD+AtZr43m83OJ5iz3bGU+l1OT43XGFNk5mdXKlYAYNv2eBiG31dK3aS1vrRSbOZabqRYLFppFisAIKJxAB+MGf56krk30O64gZlMJnZsHMxsoo8fHxoauqHVHn3+BAAQUaxV57Xq2F54i5nvIaJXm81mYoX5etID491JRH/sFlQul5tEdMoYc3u32FUXrLYvObViBQDM/MQqwi8knX8jEJHpHrXIGJNo8WDm1spph2VZgeu6+5RSX7YsK8D/Xnb8Psmcnebm5h7G4uS9ysxutOH8VQC70sy7UTb7eImImTnWlgkzUyaT6fr3v6qC1fGL8EytVjuQRrECANu2fwHg1TixzPyXNO5hvTHz6VWE/znJ3L7vzxBRa9PzDmb+FYBfArgjajvd39+f9vGGKwACZh5te6mwmc8KburxMvO5TCbzqW5xxWLRArDbsqyu8z32HtZSxSrNM0Hlcrnpum6JmZ+NEb4pHglrtdrz+Xz+AoBbu4Ser9fra37d3YEBfBvAkq+XmfmbpVIp9grwWnie9zSAp9PMcT3Z7OPNZrO/aTQaf1BKfbd9X7RTGIaHmPlcnPNYsVZYSikOw7AB4CAzj/f19e1fjwOMnueVEeMxJJfLbYqCNT093TDGHAGw0qHYBQBH0vj+Pc+bYOb3HFRk5nHf9yeTzgfgMhF9uEvMTQD+71/vR3pqvJOTk28AeBJAeXR09P1LxbiuuxfA9wB8LU6fsVdYrUOhtm0fTusxcAlMRN+KziUt5SqAM3v37r00OZnGfFp/QRC86DjOUCaTGWPm2zoun8fiIbuZtPLX6/UH8/n8rQDuippertfrD6aRKyqOR5VS81ji8Z+IbmfmgwB+mEb+9dZr4wWA/v7+R6rV6k+azeYpx3EezeVyJ7dv335lfn7+lkajcZCZDzPzYd/3/xSnv9gFq3UuaR2LFQDA87xAKVUB8BEAZ6N9nrNEdEZr/TcArLVOPG8aJ9jj8n3/pcHBwZ1btmx5519zmPl0vV5/Ie2V7fT09Nujo6Nus9kcA4CtW7ce1lq/nUYu27a/Mzs7CyI6gMVX/u/CzJeZ+Ue2bcc9pb1aXc8lJZms18YLANE2wkOu694N4OFGo3E8DMMPAHiDiCaY+ZOb4YCsEEIIIYQQQgghhBBCCCGEEEIIIYQQQgghhEjYfwGO+b5dFNs4OgAAAABJRU5ErkJggg==);background-image:linear-gradient(#0000,#0000),url(/static/media/spritesheet.a4e0eb7ad904a4858361.svg);background-repeat:no-repeat;background-size:300px 30px}.leaflet-retina .leaflet-draw-toolbar a{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAA8CAYAAAC6nMS5AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAA16SURBVHic7d1/jBxneQfw7zNzvotdn+9sVQkxoRKoammBqqpbk6uT5mLfvHPn42yn1VFRVCEhoFH5IYpoSaUCKi1NcGkcfrbCVRFKEwG2aHLn83pmLvY2CTqT1AmCOBE0EOT4B0nBPw/snb2dp3/sLr6s77i923dud/a+H8ny7tzMo8f3eud99p133gGIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiFYGaXYCRETUPMYYrWe/MAzZX2QQ27d5OpqdABFROxgZGVlz5cqVrzuOc18QBJPNzofsYvvSYrVcgTVftZ2l6npgYODXHMc5oKoHHcfZHQTB2WbnRETpGRkZWVMoFA6IyO2qutX3/R1Z64TnO8fWOwLSzti+mSKDg4M3l0qlnSJyG4CbAFwP4ByAlwE8paoPX3fddcH4+PjP00yk5QqsrDPGvAZAHsBrReRNqvpeY8x/iMg9QRCcaXJ6ZIHv+xtUdReAHQBej/IHGABOAnhORMY6OjoempiYONe0JC3zPM84jjOqqrfi6r/3RQCPAdgXhmHUvOyaa3R01L1w4cJBALdVNq1W1THP87woir7ZzNyocWzf7PA8b4uI7E6S5A9Frqknb6j8eZOIvKNQKPzU9/1/dhznvlwuV0gjn5YbFapW09Vqu/Z9K9u2bdsNruvmUe50axUAfMV13X/I5XInlzcze2x/28lCu1b19fWt7u7u/hCAvwGwboHdL6jq7unp6T1TU1OXlyG9VAwODv5mkiR7Ady6wK6Plkqldz/yyCPfX468bBkaGuqamZm5E8DbReQNANYscMiLIrI1CILnZ280xrwHwL+hck4VkacBDLTS6HVaIxWt/Blm+zauldu3atOmTas2bNjwWRG5s7LplKp+VUQOuq77/bVr17589uzZ9SKy0XGcAVUdFZE/qOx7zHXdXWn0yy31i6sMw/4MyF6BZYy5XlWPiMhvL7BrrKpfcxznE7Uf4ixYqQWW53kbATw060NZr28nSbJzcnLyRBp5pcnzvNtE5CEAvXUecg7ArjAMH00xLWuGhoZuKpVKEwB+p85DXnRd9/ZcLvcDAOjv778un88XAChwtRMWkW+jxTpfYOV1wGxfO1q1fav6+vpWr1u3blxVtwH4uar+/fT09OcW+mJrjBkBcC+AXwdwBoAJw/AZm7m1zC+uUlyNA9g6189buZH7+/t/tbOz8wiANy7isKKqftV13U8eOnToe2nlZttKLLAqJ+qjAF69xBAnZ2Zmbj58+PApm3mlqTJydRTXFldHAUxVXvcBuLnm5+dU9c1RFP1v2jk2YmhoqKtUKj2B+jvfE0mS3D45OflD4OqcHADPh2H4F6h0wp7nva1YLOby+fz5dDKnerB9Vwzxff8BVX0bgFMAdoZheKzeg4eHh9cXi8WvAfAAvOC67ptzudz/WUvOVqBGVO7OmBCR/vn2adWOuL+/v7ezs3MSwKYlhkgAHBSRjwdB8JTF1FKx0gqsymXBxwH8XoOh/ieO41vz+fwVG3mlzRjzKF55WfA8gD8LwzA3ez/P87aLyIMAeqrbVDUfRdHty5Pp0hhjPgDgM9X3qnq/iNwPYM5RCdd1T1RPvLM63+q/ce/sTpiaj+27Mvi+f6eq/iuAi67r9uVyuWcXG6NSjB8B0KeqE1EUvcVWfk3v3OYZuXosjuPt+Xx+ull51WNgYKBHRKIlXDaaS6Kq+6Mo+lMLsVKz0gosz/M+KiKfsBTub8MwvMdSrNQYYzwAYc3m7bXFVZXv+8OqemD2NlUdiKLokbRybJQx5lsANlfefi4Mww/UedyvADgI4I9mbxeRDwdB8C92s0yHrc9wK3922b6Na+X2BYD+/v61nZ2dz6M8cX00DMP9S421ffv2V83MzDwHoNfmucuxEWSpslxcjYyMrHEcZ8xScQUAjoj8vqVYZIHv+xtE5MMWQ941PDy83mK8VIjIW2s2HZ2vuAKAIAgmADyxQIxWM3uu5J56DhgZGVkDYBw1nS+ApwB82VJeZAfbt82tWrXqPSgXV481UlwBwMGDB3+sqncDgIh81EZ+QBMLrKwXV5Uh5NoPYqMyN+m9nanqHVj4bsHF6InjeKfFeKmoLMUw+/2Ct6KLyOM1m2x/NmxbW30RhuGPFtp5jstGVU+JiNdqE57rEYahzB6lWOz7Fsf2be/2hYj8SeXlvTbiFYvFLwK4DOAWY8z1NmI2pcDKcnE1OjraWSgU9uPaD2LDRKSlJwavQCO2A4rIDtsxU7BxsQeoau2Jeak3BDTDL72kUm/n63neaFoJUkPYvm3G9/0NKN9gc7mrq6t2OsOSVGqPSQCuiAzaiLnsBVaWiysAuHDhwn4AQ2nEVtUfpBGXluwNKcRcaBmPVpDMfiMiW+o4pnafZM69MmYxnW9lsj9lCNs3m1T1tSjXL89aXo39WCX+62wEW9YCK+vFVcXLKcbmJcLW8qoUYmZhZOfFmvc3e563fb6djTFvwdUJxfPFyJx6O1/f999a6Xz5ZIwMYftm2o2Vv60+HUVETldeLnoUfy7LVmC1SXEFVf0YgFSeX5QkCQus9tfyIzsicnSObQ/6vj9cu71SXP1nPTGyplAo5FDT+arqk3Ecb5s9J0dV2flmENs3u0REgTmnJjRkVjwrd2Iuy3+adimuACCKotPGmC8A+GvLoZOZmZkXLMekBojIaVX9DcthTy+8S3MlSTIuIu+q2dyjqgeMMU8A+CYAUdUtAOa8izZJkvG081wG19xN5jjO4ByLTLrLlRBZxfbNrjMAICI3LrTjIlVHrqyMjKU+gtVOxVVVHMf/hHkWrGvAiawsQrlSqOqiF61rRkzbOjo6AsxfCG4G8FcAPvhLlih5qVgsWpl42kIyezcZ1YXtmy0/QvlqwG9V1i6zZRMAiIiV+dCpFljtWFwBQOUbzqcth+XlwdZjfRRGRMZsx7St8mT5zzcQ4r52+LKgqp9S1U8B+GTtZSPKPrZvdlXaagrAalU1NmJWCrVtAEqO4xyyETO1S4TtWlxVXbp06b7u7u6/BHCTjXiqygKrxYjIQ6p6L2Y9BqZB51etWtXyBRYAuK77hVKp9H5cnUxarzOu634xjZyWWxRFdzU7B0oP2zfbVPUbIrLFcZwPAfivRuOJyPtUdbWq5m09jzCVEax2L64AYGpq6rKq/qOteI7jsMBqMUEQnFXV3bbiqerdExMT52zFS1Mul7soIovugETkI7lc7mIaORERVRWLxS8BeElVb/F9v6EnR/i+f6Oq3gUAjuPYejSavQLLGKPVP4VC4Wd4ZXF1pKura7Bdiquq3t7efwfwnKVwLLBa0PT09B5U1kZp0BPFYvGzFuIsmyAI7kf5uWz1OhgEwTV3FLaoX5yLKosWLknNsZcayohsYvu2uUo98TEAUNW9vu8vad3CoaGhLlX9BoBeAONBEByxleNyLNPwWBzHOywvBtYS9u3bV1LVj1sKxwKrBU1NTV12XXcXgFMNhDmpqndkcF6SisifAzhRx76n4jh+Byzd3rwMjldfqOqSV+xPkmT2yvzH592RlhvbdwUIw3AvgAcArFPVcHBwcFHPBvZ9f0OpVDqA8qrwL8Rx/E6b+VkvsGqfZ9ROlwXnEkXRfgDfajCMXrx48Yc28iH7crncSVXdrKpPLvZYEXk6SZItURS1/PIMcwmC4KzjOCMAam9dn+0SgJ35fP4ny5SWDQ/Mer3HGLPoTtgYMyIiv3gOmqpmZfRuJWD7rgwax/G7UH7EzcYkSf7bGHNXX1/f6oUO9H1/Z+WcPoDysgw7bJ/DUl8Hq52LqwoVkb9T1WiRx8UoX158RlWfnJqaupxCbmRJFEWn+/r6buvu7v4ggI9g4Ynv50XknkKh8JkMjly9wqFDh77j+/6oqo4BqD1xXRaRPw6CwMZl1GXjuu6XSqXSOwH8LoD1AMaMMecA1PtF53WV4wCUC+menp699jOlpWD7rhz5fP5Kf3//UFdX132q+l4Ad3d3d7/fGPN1EZlQ1e/19PS8dPbs2fWu694kIgOqOqqqm4Dy4rKlUumOw4cPN3KVYk7WVkE1xsx5aSBLT+duhDEmQrkSnssZlIeXnxWRY6p6PI7j41nveFeq4eHh9XEc7xSRnQBej6t3kp5EuWh+OI7jh+dYsDDTfN/frKrjAKpPmv9pkiS7JicnH29mXku1devWV3d0dBxAuRNeMhF5ulgsjqRxgk7DfOfqxWr1czvbtzGt3r5zGRwc7FPV3ap6y0L7ishPAHx63bp1e/bt2xenkQ8LLEuMMZtE5JCqfhfAMwCeSZLkO2vWrDk+NjbGyZHUFjzP2yginwcAVX1fVi99Vo2OjnaeP3/+3SLydgBvBNBd56GXAHxXVR/s7e3dm9YJOg0rqQNm+y5dFtp3HmKM2QxgF8qr9b8GwA0AzgH4MYBjIjJ28eLFkFeOiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIhWgv8Hnffz4dmwY9cAAAAASUVORK5CYII=);background-image:linear-gradient(#0000,#0000),url(/static/media/spritesheet.a4e0eb7ad904a4858361.svg)}.leaflet-draw a{display:block;text-align:center;text-decoration:none}.leaflet-draw a .sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.leaflet-draw-actions{display:none;left:26px;list-style:none;margin:0;padding:0;position:absolute;top:0;white-space:nowrap}.leaflet-touch .leaflet-draw-actions{left:32px}.leaflet-right .leaflet-draw-actions{left:auto;right:26px}.leaflet-touch .leaflet-right .leaflet-draw-actions{left:auto;right:32px}.leaflet-draw-actions li{display:inline-block}.leaflet-draw-actions li:first-child a{border-left:0}.leaflet-draw-actions li:last-child a{border-radius:0 4px 4px 0}.leaflet-right .leaflet-draw-actions li:last-child a{border-radius:0}.leaflet-right .leaflet-draw-actions li:first-child a{border-radius:4px 0 0 4px}.leaflet-draw-actions a{background-color:#919187;border-left:1px solid #aaa;color:#fff;font:11px/19px Helvetica Neue,Arial,Helvetica,sans-serif;height:28px;line-height:28px;padding-left:10px;padding-right:10px;text-decoration:none}.leaflet-touch .leaflet-draw-actions a{font-size:12px;height:30px;line-height:30px}.leaflet-draw-actions-bottom{margin-top:0}.leaflet-draw-actions-top{margin-top:1px}.leaflet-draw-actions-bottom a,.leaflet-draw-actions-top a{height:27px;line-height:27px}.leaflet-draw-actions a:hover{background-color:#a0a098}.leaflet-draw-actions-top.leaflet-draw-actions-bottom a{height:26px;line-height:26px}.leaflet-draw-toolbar .leaflet-draw-draw-polyline{background-position:-2px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polyline{background-position:0 -1px}.leaflet-draw-toolbar .leaflet-draw-draw-polygon{background-position:-31px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polygon{background-position:-29px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-rectangle{background-position:-62px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-rectangle{background-position:-60px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-circle{background-position:-92px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circle{background-position:-90px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-marker{background-position:-122px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-marker{background-position:-120px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-circlemarker{background-position:-273px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circlemarker{background-position:-271px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-edit{background-position:-152px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit{background-position:-150px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-remove{background-position:-182px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove{background-position:-180px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled{background-position:-212px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled{background-position:-210px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled{background-position:-242px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled{background-position:-240px -2px}.leaflet-mouse-marker{background-color:#fff;cursor:crosshair}.leaflet-draw-tooltip{background:#363636;background:#00000080;border:1px solid #0000;border-radius:4px;color:#fff;font:12px/18px Helvetica Neue,Arial,Helvetica,sans-serif;margin-left:20px;margin-top:-21px;padding:4px 8px;position:absolute;visibility:hidden;white-space:nowrap;z-index:6}.leaflet-draw-tooltip:before{border-bottom:6px solid #0000;border-right:6px solid #00000080;border-top:6px solid #0000;content:"";left:-7px;position:absolute;top:7px}.leaflet-error-draw-tooltip{background-color:#f2dede;border:1px solid #e6b6bd;color:#b94a48}.leaflet-error-draw-tooltip:before{border-right-color:#e6b6bd}.leaflet-draw-tooltip-single{margin-top:-12px}.leaflet-draw-tooltip-subtext{color:#f8d5e4}.leaflet-draw-guide-dash{font-size:1%;height:5px;opacity:.6;position:absolute;width:5px}.leaflet-edit-marker-selected{background-color:#fe57a11a;border:4px dashed #fe57a199;border-radius:4px;box-sizing:initial}.leaflet-edit-move{cursor:move}.leaflet-edit-resize{cursor:pointer}.leaflet-oldie .leaflet-draw-toolbar{border:1px solid #999}.location-picker-container{background:#f8f9fa;display:flex;flex-direction:column;height:100vh;overflow:hidden}.location-picker-content{display:flex;flex:1 1;flex-direction:column;overflow-y:auto;padding:0 1.5rem 1.5rem 0}.location-picker-header{align-items:center;background:#fff;border-bottom:1px solid #e9ecef;box-shadow:0 2px 4px #0000001a;display:flex;flex-shrink:0;justify-content:space-between;padding:1.5rem 2rem;z-index:1000}.header-content h1{font-size:1.8rem;margin:0}.header-content p{color:#6c757d;font-size:.95rem;margin:.5rem 0 0}.location-picker-controls{align-items:center;display:flex;gap:1rem}.map-container{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;flex:1 1;margin:1.5rem 2rem 0;min-height:620px;overflow:hidden;position:relative;width:calc(100% - 4rem)}.leaflet-draw-toolbar{background:#fff!important;border:1px solid #ddd!important;border-radius:8px!important;box-shadow:0 4px 12px #00000026!important}.leaflet-draw-toolbar a{background-color:#fff!important;border:none!important;color:#495057!important;transition:all .2s ease!important}.leaflet-draw-toolbar a:hover{background-color:#f8f9fa!important;color:#007bff!important}.leaflet-draw-toolbar a.leaflet-disabled{background-color:#f8f9fa!important;color:#6c757d!important}.location-preview{background:#fff;border:1px solid #e9ecef;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin:1rem 2rem;padding:1.5rem}.location-preview h3{align-items:center;color:#2c3e50;display:flex;gap:.5rem;margin:0 0 1rem}.geojson-preview{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;margin-bottom:1rem;overflow-x:auto;padding:1rem}.geojson-preview pre{word-wrap:break-word;color:#495057;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.85rem;margin:0;white-space:pre-wrap}.preview-note{color:#6c757d;font-size:.9rem;font-style:italic;margin:0}.location-picker-instructions{background:#fff;border:1px solid #e9ecef;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin:1rem 2rem 2rem;padding:1.5rem}.location-picker-instructions h3{align-items:center;color:#2c3e50;display:flex;gap:.5rem;margin:0 0 1rem}.instructions-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.instruction-item{align-items:center;background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;display:flex;gap:.75rem;padding:.5rem}.instruction-item .icon{font-size:1.2rem;min-width:24px}.instruction-item span:last-child{color:#495057;font-size:.9rem}.btn-primary{align-items:center;background:linear-gradient(135deg,#007bff,#0056b3);display:flex;font-size:.95rem;font-weight:500;gap:.5rem;transition:all .2s ease}.btn-primary:hover:not(:disabled){box-shadow:0 4px 12px #007bff4d}.btn-primary:disabled{background:#6c757d;box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}.btn-secondary{align-items:center;background:#6c757d;display:flex;font-size:.95rem;font-weight:500;gap:.5rem;transition:all .2s ease}.btn-secondary:hover:not(:disabled){background:#5a6268;box-shadow:0 4px 12px #6c757d4d;transform:translateY(-1px)}.btn-secondary:disabled{box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}@media (max-width:768px){.location-picker-header{align-items:flex-start;flex-direction:column;gap:1rem;padding:1rem}.header-content h1{font-size:1.5rem}.location-picker-controls{align-self:stretch;justify-content:space-between}.location-picker-instructions,.location-preview{margin:1rem;padding:1rem}.instructions-grid{grid-template-columns:1fr}}.map-loading{align-items:center;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;display:flex;height:400px;justify-content:center}.map-loading-spinner{animation:spin 1s linear infinite;border:4px solid #e9ecef;border-left-color:#007bff;border-radius:50%;height:50px;width:50px}.public-projects-list{background-color:#f8f9fa;margin:0 auto;max-width:1200px;min-height:100vh;padding:2rem}.page-header{border-radius:20px;box-shadow:0 10px 30px #4caf5033;margin-bottom:3rem;padding:3rem 2rem;text-align:center}.page-header h1{font-size:3rem;font-weight:700;line-height:1.2;margin:0 0 1rem}.page-description{font-size:1.2rem;line-height:1.6;margin:0 auto 1.5rem;max-width:800px;opacity:.95}.view-toggle{gap:1rem;justify-content:center;margin-top:1.5rem}.toggle-btn{align-items:center;background:#fff3;border:2px solid #ffffff80;border-radius:25px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.toggle-btn:hover{background:#ffffff4d;border-color:#fffc;transform:translateY(-2px)}.toggle-btn.active{background:#fff;border-color:#fff;box-shadow:0 4px 10px #0003;color:#4caf50}.map-view{background:#fff;border-radius:15px;box-shadow:0 5px 15px #00000014;margin-bottom:3rem;padding:1.5rem}.map-view .leaflet-container{border-radius:10px;overflow:hidden}.map-notice{color:#6c757d;font-size:.95rem;font-style:italic;margin-top:1rem;text-align:center}.map-popup{min-width:200px}.map-popup h3{font-size:1.1rem}.map-popup p{font-size:.9rem;margin:0 0 1rem}.popup-link{color:#4caf50;display:inline-block;font-weight:600;text-decoration:none;transition:color .3s ease}.popup-link:hover{color:#2e7d32;text-decoration:underline}.loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:50vh;text-align:center}.error-message{border-radius:10px;margin-bottom:2rem}.no-projects{background:#fff;border-radius:15px;box-shadow:0 5px 15px #00000014;padding:4rem 2rem;text-align:center}.no-projects-icon{font-size:4rem;margin-bottom:1rem;opacity:.7}.no-projects h2{color:#2c3e50;margin-bottom:1rem}.no-projects p{color:#6c757d;font-size:1.1rem;line-height:1.6}.projects-container{background:#fff;border-radius:15px;box-shadow:0 5px 15px #00000014;margin-bottom:3rem;padding:2rem}.projects-header{margin-bottom:2rem;text-align:center}.projects-header h2{color:#2c3e50;font-size:2rem;margin-bottom:.5rem}.projects-header p{color:#6c757d;font-size:1.1rem}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.project-card{background:#fff;border:2px solid #0000;border-radius:15px;box-shadow:0 5px 20px #0000001a;overflow:hidden;transition:all .3s ease}.project-card:hover{border-color:#4caf50;box-shadow:0 10px 30px #00000026;transform:translateY(-5px)}.project-link{color:inherit;display:block;text-decoration:none}.project-image{background-color:#f8f9fa;height:250px}.project-image img{transition:transform .3s ease}.project-card:hover .project-image img{transform:scale(1.05)}.image-overlay{align-items:flex-end;background:linear-gradient(180deg,#0000 0,#0000004d 70%,#0009);bottom:0;display:flex;left:0;opacity:0;padding:1rem;position:absolute;right:0;top:0;transition:opacity .3s ease}.project-card:hover .image-overlay{opacity:1}.view-details{color:#fff;font-size:1.1rem;font-weight:600;text-shadow:0 2px 4px #0000004d}.project-content{padding:1.5rem}.project-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.project-header h3{color:#2c3e50;flex:1 1;font-size:1.4rem;font-weight:700;line-height:1.3;margin:0}.status-badge{font-size:.8rem;padding:.4rem .8rem;white-space:nowrap}.status-active{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.status-completed{background-color:#cce7ff;border:1px solid #99d1ff;color:#004085}.project-description{color:#495057;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.project-meta{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.meta-item{align-items:center;color:#6c757d;display:flex;gap:.5rem}.meta-icon{font-size:1rem}.project-actions{border-top:1px solid #e9ecef;padding-top:1rem}.action-button{color:#4caf50;font-size:1rem;font-weight:600;transition:color .3s ease}.project-card:hover .action-button{color:#2e7d32}.consultation-info{background:#fff;border-radius:15px;box-shadow:0 5px 15px #00000014;padding:3rem 2rem;text-align:center}.consultation-info h2{color:#2c3e50;font-size:2rem;margin-bottom:2rem}.info-grid{grid-gap:2rem;gap:2rem;margin-top:2rem}.info-card{border:1px solid #e9ecef;border-radius:15px;padding:2rem;transition:all .3s ease}.info-card:hover{background:#e8f5e8;border-color:#4caf50}.info-icon{font-size:3rem;margin-bottom:1rem}.info-card h3{color:#2c3e50;font-size:1.3rem;margin-bottom:1rem}.info-card p{color:#495057;line-height:1.6;margin:0}@media (max-width:768px){.public-projects-list{padding:1rem}.page-header{margin-bottom:2rem;padding:2rem 1rem}.page-header h1{font-size:2.2rem}.page-description{font-size:1.1rem}.projects-container{padding:1.5rem}.projects-grid{gap:1.5rem;grid-template-columns:1fr}.project-header{align-items:flex-start;flex-direction:column;gap:.5rem}.info-grid{gap:1.5rem;grid-template-columns:1fr}.consultation-info{padding:2rem 1rem}.consultation-info h2{font-size:1.7rem}}@media (max-width:480px){.page-header h1{font-size:1.8rem}.page-description{font-size:1rem}.projects-header h2{font-size:1.6rem}.project-content{padding:1rem}.info-card{padding:1.5rem}}.public-project-view{background-color:#f8f9fa;margin:0 auto;max-width:900px;min-height:100vh;padding:2rem}.error-container,.loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:50vh;text-align:center}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #e9ecef;border-radius:50%;border-top-color:#4caf50;height:50px;margin-bottom:1rem;width:50px}.error-container h2{color:#dc3545;margin-bottom:1rem}.project-container{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;overflow:hidden}.project-header{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;padding:2rem}.project-title-section{margin-bottom:1rem}.project-title-section h1{font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 1rem}.project-status{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.status-badge{background-color:#fff3;border:2px solid #ffffff4d;color:#fff;font-size:.85rem;padding:.5rem 1rem}.status-active{background-color:#28a745cc}.status-completed{background-color:#007bffcc}.comment-count{background-color:#ffffff26;border-radius:20px;font-size:.9rem;padding:.5rem 1rem}.project-meta{font-size:1rem;opacity:.9}.project-image{height:400px;overflow:hidden;position:relative}.project-image img{height:100%;object-fit:cover;width:100%}.project-content{padding:2rem}.project-description{margin-bottom:3rem}.project-description h2{border-bottom:3px solid #4caf50;color:#2c3e50;display:inline-block;font-size:1.8rem;margin-bottom:1.5rem;padding-bottom:.5rem}.description-text{color:#495057;font-size:1.1rem;line-height:1.7}.description-text p{margin-bottom:1.2rem}.comment-section{border-top:1px solid #e9ecef;padding-top:2rem}.comment-section h2{border-bottom:3px solid #4caf50;color:#2c3e50;display:inline-block;font-size:1.8rem;margin-bottom:1rem;padding-bottom:.5rem}.comment-intro{background-color:#e8f5e8;border-left:4px solid #4caf50;border-radius:10px;color:#2d5a2d;font-size:1.05rem;line-height:1.6;margin-bottom:2rem;padding:1.5rem}.comment-form-container{background-color:#f8f9fa;border:2px solid #e9ecef;border-radius:15px;margin-bottom:2rem;padding:2rem}.comment-form-container h3{color:#2c3e50;font-size:1.4rem;margin:0 0 1.5rem}.comment-form{margin-bottom:1.5rem}.form-group label{font-size:1.1rem}.form-group textarea{border:2px solid #e9ecef;border-radius:10px;font-family:inherit;font-size:1rem;line-height:1.5;padding:1rem;transition:border-color .3s,box-shadow .3s;width:100%}.form-group textarea:focus{border-color:#4caf50;box-shadow:0 0 0 3px #4caf501a;outline:none}.character-count{color:#6c757d;font-size:.85rem;margin-top:.5rem;text-align:right}.submit-button{background-color:#4caf50;border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-bottom:1rem;padding:1rem 2rem;transition:all .3s ease;width:100%}.submit-button:hover:not(:disabled){background-color:#3d8b40;box-shadow:0 5px 15px #4caf504d;transform:translateY(-2px)}.submit-button:disabled{background-color:#6c757d;box-shadow:none;cursor:not-allowed;transform:none}.success-message{background-color:#d4edda;border-radius:8px;font-weight:500}.error-message{background-color:#f8d7da;font-weight:500}.privacy-notice{background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:10px;padding:1.5rem}.privacy-notice h4{color:#856404;font-size:1.1rem;margin:0 0 1rem}.privacy-notice ul{color:#856404;line-height:1.6;margin:0;padding-left:1.2rem}.privacy-notice li{margin-bottom:.5rem}.feedback-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-top:2rem}.stats-card{background:linear-gradient(135deg,#4caf50,#45a049);border-radius:15px;box-shadow:0 5px 15px #4caf5033;color:#fff;padding:2rem;text-align:center}.stats-number{font-size:3rem;font-weight:700;line-height:1;margin-bottom:.5rem}.stats-label{font-size:1.1rem;font-weight:500;opacity:.9}@media (max-width:768px){.public-project-view{padding:1rem}.project-header{padding:1.5rem}.project-title-section h1{font-size:2rem}.project-content{padding:1.5rem}.comment-section h2,.project-description h2{font-size:1.5rem}.comment-form-container{padding:1.5rem}.feedback-stats{grid-template-columns:1fr}.stats-card{padding:1.5rem}.stats-number{font-size:2.5rem}.project-status{align-items:flex-start;flex-direction:column;gap:.5rem}}@media (max-width:480px){.project-title-section h1{font-size:1.7rem}.submit-button{font-size:1rem;padding:.8rem 1.5rem}.comment-form-container h3{font-size:1.2rem}}.public-consultation-map{background-color:#f8f9fa;display:flex;flex-direction:column;height:100vh}.page-header{background:linear-gradient(135deg,#4caf50,#45a049);box-shadow:0 2px 8px #0000001a;color:#fff;padding:1.5rem 2rem}.page-header h2{font-size:1.8rem;font-weight:700}.back-button{background:#fff3;border:2px solid #ffffff80;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.6rem 1.2rem;transition:all .3s ease}.back-button:hover{background:#ffffff4d;border-color:#fff;transform:translateX(-3px)}.map-info{background:#fff;border-bottom:1px solid #e9ecef;padding:1rem 2rem;text-align:center}.map-info p{color:#495057;font-size:1rem;margin:0}.map-content{display:flex;flex:1 1;gap:1rem;min-height:0;padding:1rem 1rem 1rem 0}.map-container-wrapper{flex:1 1;min-height:0;position:relative}.map-container-wrapper .leaflet-container{border-radius:12px;box-shadow:0 4px 12px #0000001a;height:100%;width:100%}.map-popup{max-width:350px;min-width:250px}.map-popup h3{color:#2c3e50;font-size:1.2rem;font-weight:700;margin:0 0 .5rem}.map-popup .status-badge{border-radius:15px;display:inline-block;font-size:.75rem;font-weight:600;margin-bottom:.5rem;padding:.3rem .8rem;text-transform:uppercase}.map-popup .status-active{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.map-popup .status-completed{background-color:#cce7ff;border:1px solid #99d1ff;color:#004085}.map-popup p{color:#495057;font-size:.95rem;line-height:1.4;margin:.5rem 0}.map-popup .popup-meta{border-top:1px solid #e9ecef;color:#6c757d;font-size:.9rem;margin:.75rem 0;padding-top:.75rem}.map-popup .popup-button{background:#4caf50;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;margin-top:.75rem;padding:.75rem;transition:background .3s ease;width:100%}.map-popup .popup-button:hover{background:#45a049}.map-legend{background:#fff;border-radius:0 12px 12px 0;box-shadow:0 4px 12px #0000001a;height:-webkit-fit-content;height:fit-content;padding:1.5rem;position:-webkit-sticky;position:sticky;top:1rem;width:220px}.map-legend h4{color:#2c3e50;font-size:1.1rem;font-weight:600;margin:0 0 1rem}.legend-items{display:flex;flex-direction:column;gap:1rem}.legend-item{align-items:center;color:#495057;display:flex;font-size:.9rem;gap:.5rem}.legend-color{border:1px solid #0000001a;border-radius:4px;height:20px;width:20px}.loading{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center}.spinner{border:4px solid #e9ecef;border-top-color:#4caf50}.loading p{color:#6c757d;font-size:1.1rem}.error-box{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:3rem;text-align:center}.error-box p{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;color:#721c24;font-size:1rem;margin-bottom:1rem;padding:1rem 2rem}.error-box button{background:#4caf50;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:background .3s ease}.error-box button:hover{background:#45a049}.no-locations{align-items:center;background:#fff;border-radius:15px;box-shadow:0 5px 15px #00000014;display:flex;flex:1 1;flex-direction:column;justify-content:center;margin:2rem;padding:3rem;text-align:center}.no-locations-icon{font-size:4rem;margin-bottom:1rem;opacity:.7}.no-locations h3{color:#2c3e50;font-size:1.5rem;margin-bottom:.75rem}.no-locations p{color:#6c757d;font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem;max-width:500px}.no-locations button{background:#4caf50;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.no-locations button:hover{@media (max-width:768px){.page-header{flex-direction:column;gap:1rem;text-align:center}.page-header h2{font-size:1.4rem}.back-button{width:100%}.map-info{padding:1rem}.map-content{flex-direction:column;padding:.5rem}.map-legend{position:static;width:100%}.legend-items{flex-direction:row;flex-wrap:wrap}.no-locations{margin:1rem;padding:2rem 1rem}}.no-locations{margin:1rem;padding:2rem 1rem}}.icon-palette-container{margin-bottom:1.5rem}.icon-palette-label{color:#333;display:block;font-size:.95rem;font-weight:600;margin-bottom:.75rem}.icon-palette-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));margin-bottom:.5rem}.icon-palette-item{align-items:center;background:#fff;border:2px solid #dee2e6;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;min-height:90px;padding:1rem .5rem;position:relative;transition:all .2s ease}.icon-palette-item:hover:not(.disabled){border-color:#4a90e2;border-color:var(--icon-color,#4a90e2);box-shadow:0 2px 8px #0000001a;transform:translateY(-2px)}.icon-palette-item.selected{background-color:#4a90e20d;border-color:#4a90e2;border-color:var(--icon-color,#4a90e2);box-shadow:0 0 0 3px #4a90e21a}.icon-palette-item.disabled{cursor:not-allowed;opacity:.5}.icon-symbol{display:block;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1));font-size:2rem;margin-bottom:.5rem}.icon-palette-item.selected .icon-symbol{filter:drop-shadow(0 2px 4px var(--icon-color))}.icon-label{color:#495057;font-size:.8rem;font-weight:500;line-height:1.2;text-align:center}.icon-palette-item.selected .icon-label{color:#4a90e2;color:var(--icon-color,#4a90e2);font-weight:600}.selection-indicator{align-items:center;background:#4a90e2;background:var(--icon-color,#4a90e2);border-radius:50%;box-shadow:0 2px 4px #0003;color:#fff;display:flex;font-size:.75rem;font-weight:700;height:20px;justify-content:center;position:absolute;right:.25rem;top:.25rem;width:20px}.selection-summary{color:#6c757d;font-size:.85rem;font-style:italic;margin-top:.5rem}@media (max-width:768px){.icon-palette-grid{gap:.5rem;grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.icon-palette-item{min-height:80px;padding:.75rem .5rem}.icon-symbol{font-size:1.75rem}.icon-label{font-size:.75rem}}@media (max-width:480px){.icon-palette-grid{grid-template-columns:repeat(2,1fr)}}.dynamic-form-container{margin:0 auto;max-width:900px;padding:2rem 1rem}.form-header{margin-bottom:2rem;text-align:center}.form-header h2{color:#2c3e50;font-size:1.75rem;margin-bottom:.5rem}.form-description{color:#6c757d;font-size:1rem;margin-top:.5rem}.dynamic-form{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;padding:2rem}.form-section{border-bottom:1px solid #e9ecef;margin-bottom:2.5rem;padding-bottom:2rem}.form-section:last-of-type{margin-bottom:1.5rem}.form-section h3{color:#495057;font-size:1.25rem;font-weight:600}.form-group,.form-section h3{margin-bottom:1.25rem}.form-group label{font-size:.95rem}.required-indicator{color:#dc3545;font-weight:700;margin-left:.25rem}.form-control{border:1px solid #ced4da;border-radius:6px;font-size:.95rem;padding:.625rem .875rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.form-control:focus{border-color:#4a90e2;box-shadow:0 0 0 .2rem #4a90e240;outline:0}.form-control::placeholder{color:#adb5bd}textarea.form-control{font-family:inherit;min-height:80px;resize:vertical}.checkbox-wrapper{align-items:center;display:flex;margin-bottom:.5rem}.checkbox-wrapper .form-check-input{cursor:pointer;height:18px;margin-right:.5rem;width:18px}.checkbox-wrapper .form-check-label{cursor:pointer;font-weight:400;margin-bottom:0}.checkbox-group{padding:.5rem 0}.map-data-container{display:flex;flex-direction:column;gap:1rem}.location-picker-btn{align-self:flex-start;background:#4a90e2;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;min-width:200px;padding:.75rem 1.5rem;transition:background-color .2s ease}.location-picker-btn:hover:not(:disabled){background:#3a7bc8}.location-picker-btn:disabled{cursor:not-allowed;opacity:.6}.map-data-preview{margin-top:1rem}.map-data-preview label{color:#6c757d;display:block;font-size:.85rem;margin-bottom:.5rem}.map-data-display{background-color:#f8f9fa;border:1px solid #dee2e6;font-family:Courier New,monospace;font-size:.8rem;min-height:100px;resize:vertical}.form-control-file{background-color:#f8f9fa;border:2px dashed #ced4da;border-radius:6px;cursor:pointer;display:block;font-size:.95rem;padding:.5rem;transition:border-color .2s ease;width:100%}.form-control-file:hover{background-color:#fff;border-color:#4a90e2}.form-text{display:block;font-size:.85rem;margin-top:.25rem}.text-muted{color:#6c757d}.alert{border:1px solid #0000;border-radius:6px;margin-bottom:1.5rem}.alert-danger{background-color:#f8d7da;border-color:#f5c2c7}.form-actions{border-top:1px solid #e9ecef;padding-top:1.5rem}.btn{min-width:120px;padding:.75rem 2rem}.btn-primary{background-color:#4a90e2}.btn-primary:hover:not(:disabled){background-color:#3a7bc8;box-shadow:0 4px 8px #4a90e24d;transform:translateY(-1px)}.btn-secondary{background-color:#6c757d}.btn-secondary:hover:not(:disabled){background-color:#5a6268}.btn:disabled{cursor:not-allowed;opacity:.6;transform:none}@media (max-width:768px){.dynamic-form-container{padding:1rem .5rem}.dynamic-form{padding:1.5rem 1rem}.form-header h2{font-size:1.5rem}.form-section h3{font-size:1.1rem}.form-actions{flex-direction:column-reverse}.btn{width:100%}.location-picker-btn{min-width:auto;width:100%}}@media (max-width:480px){.form-header h2{font-size:1.25rem}.form-section{margin-bottom:1.5rem;padding-bottom:1.5rem}}.data-collection-page{background:#f5f7fa;min-height:100vh;padding:2rem 1rem}.data-collection-page.error,.data-collection-page.loading{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:60vh}.error-message{background:#fff;border-radius:12px;box-shadow:0 2px 12px #0000001a;max-width:500px;padding:2rem;text-align:center}.error-message h2{color:#dc3545;margin-bottom:1rem}.page-header{border-radius:12px;box-shadow:0 2px 12px #00000014;gap:1.5rem;margin:0 auto 2rem;max-width:1400px}.header-content h1{color:#2c3e50;font-size:2rem;margin:0 0 .5rem}.page-description{color:#6c757d;font-size:1rem;margin:0}.view-controls{align-items:center;display:flex;gap:1rem}.view-toggle{background:#f8f9fa;border-radius:8px;display:flex;gap:.5rem;padding:.25rem}.view-btn{background:#0000;border:none;border-radius:6px;color:#6c757d;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1rem;transition:all .2s ease}.view-btn.active,.view-btn:hover{background:#fff;color:#4a90e2}.view-btn.active{box-shadow:0 2px 4px #0000001a}.btn{border-radius:8px;font-size:.95rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.btn-primary{background:#4a90e2}.btn-primary:hover{background:#3a7bc8;box-shadow:0 4px 8px #4a90e24d;transform:translateY(-1px)}.alert{font-size:.95rem;margin:0 auto 1.5rem}.page-content{margin:0 auto;max-width:1400px}.data-list{min-height:400px}.empty-state{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;padding:4rem 2rem;text-align:center}.empty-state p{color:#6c757d;font-size:1.1rem;margin-bottom:1.5rem}.data-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.data-card{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;display:flex;gap:1rem;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.data-card:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}.card-icon{align-items:flex-start;display:flex;flex-shrink:0;font-size:2.5rem}.card-content{flex:1 1}.card-content h3{color:#2c3e50;font-size:1.1rem;margin:0 0 .5rem}.card-description{color:#6c757d;font-size:.9rem;line-height:1.5;margin:0 0 .75rem}.card-meta{color:#adb5bd;display:flex;font-size:.8rem;gap:1rem}.card-actions{flex-direction:column}.btn-icon{background:none;border:none;cursor:pointer;font-size:1.25rem;opacity:.6;padding:.25rem;transition:opacity .2s ease,transform .2s ease}.btn-icon:hover{opacity:1;transform:scale(1.1)}@media (max-width:768px){.data-collection-page{padding:1rem .5rem}.page-header{padding:1.5rem 1rem}.header-content h1{font-size:1.5rem}.view-controls{justify-content:space-between;width:100%}.data-grid{gap:1rem;grid-template-columns:1fr}.data-card{padding:1rem}.card-icon{font-size:2rem}}@media (max-width:480px){.page-header{padding:1rem}.header-content h1{font-size:1.25rem}.page-description{font-size:.9rem}.view-toggle{flex:1 1}.view-btn{flex:1 1;font-size:.85rem;padding:.5rem}.btn-primary{font-size:.85rem;padding:.625rem 1rem}}.unified-map-page{background:#f5f7fa;min-height:100vh}.unified-map-page.loading{align-items:center;display:flex;flex-direction:column;justify-content:center}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#4a90e2;height:50px;margin-bottom:1rem;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.page-header{background:#fff;box-shadow:0 2px 4px #0000001a;padding:2rem}.page-header .header-content{align-items:center;display:flex;gap:2rem;justify-content:space-between;margin:0 auto;max-width:1600px}.page-header .header-content>div:first-child{flex:1 1}.page-header h1{color:#2c3e50;margin:0 0 .5rem;text-align:left}.page-header p{color:#6c757d;font-size:1rem;margin:0;text-align:left}.header-actions{flex-shrink:0}.header-actions .btn{border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease;white-space:nowrap}.header-actions .btn-primary{background:#4a90e2;color:#fff}.header-actions .btn-primary:hover{background:#357abd;box-shadow:0 4px 8px #4a90e24d;transform:translateY(-2px)}.header-actions .btn-secondary{background:#6c757d;color:#fff}.header-actions .btn-secondary:hover{background:#5a6268;box-shadow:0 4px 8px #6c757d4d;transform:translateY(-2px)}@media (max-width:768px){.page-header .header-content{align-items:flex-start;flex-direction:column}.header-actions{flex-direction:column;width:100%}.header-actions .btn{width:100%}}.alert{margin:1rem auto;max-width:1400px;padding:1rem 1.5rem}.alert-danger{background:#f8d7da;border:1px solid #f5c2c7;color:#842029}.map-container{margin:2rem auto;max-width:1600px;padding:0 1rem}.data-info{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;margin:2rem auto;max-width:1400px;padding:2rem 1rem}.data-info h3{color:#2c3e50;font-size:1.5rem;margin:0 0 1.5rem;text-align:center}.info-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.info-card{align-items:center;background:#f8f9fa;border-radius:8px;display:flex;gap:1rem;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.info-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.info-icon{flex-shrink:0;font-size:2.5rem}.info-content h4{color:#495057;font-size:1rem;margin:0 0 .25rem}.info-content p{color:#6c757d;font-size:.9rem;margin:0}@media (max-width:768px){.page-header{padding:1.5rem 1rem}.page-header h1{font-size:1.5rem}.map-container{margin:1rem auto;padding:0 .5rem}.data-info{margin:1rem auto;padding:1.5rem 1rem}.info-grid{gap:.75rem;grid-template-columns:1fr}.info-card{padding:1rem}.info-icon{font-size:2rem}}.data-type-management-page{margin:0 auto;max-width:1400px;padding:2rem}.page-header h2{color:#2c3e50;margin:0}.page-header p{color:#666;flex-basis:100%;margin:.5rem 0 0}.data-types-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin-top:2rem}.data-type-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:1.5rem;transition:all .3s ease}.data-type-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}.data-type-card.inactive{border:2px dashed #ccc;opacity:.6}.type-info{align-items:center;display:flex;gap:1rem}.type-info h3{color:#2c3e50;font-size:1.2rem;margin:0}.type-id{color:#7f8c8d;font-family:Courier New,monospace;font-size:.85rem}.status-badges{display:flex;flex-wrap:wrap;gap:.5rem}.badge{color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .75rem}.badge-inactive{background-color:#95a5a6}.badge-private{background-color:#e74c3c}.type-description{color:#666;line-height:1.5;margin:.5rem 0 1rem}.type-stats{grid-gap:.5rem;background:#f8f9fa;border-radius:8px;display:grid;gap:.5rem;grid-template-columns:repeat(3,1fr);margin:1rem 0;padding:1rem}.stat-item{text-align:center}.stat-label{color:#7f8c8d;display:block;font-size:.75rem;margin-bottom:.25rem}.stat-value{color:#2c3e50;display:block;font-size:1.5rem;font-weight:700}.type-config-summary{background:#ecf0f1;border-radius:6px;color:#34495e;font-size:.9rem;margin:1rem 0;padding:.75rem}.type-config-summary div{margin:.25rem 0}.card-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.btn-small{border:none;border-radius:6px;cursor:pointer;flex:1 1;font-size:.85rem;font-weight:600;min-width:80px;padding:.5rem 1rem;transition:all .2s}.btn-small:disabled{cursor:not-allowed;opacity:.5}.btn-edit{background:#3498db}.btn-edit:hover:not(:disabled){background:#2980b9}.btn-warning{background:#f39c12;color:#fff}.btn-warning:hover:not(:disabled){background:#e67e22}.btn-success{background:#27ae60;color:#fff}.btn-success:hover:not(:disabled){background:#229954}.btn-delete{background:#e74c3c}.btn-delete:hover:not(:disabled){background:#c0392b}.btn-primary{background:#3498db;border-radius:8px;font-weight:600;padding:.75rem 1.5rem;transition:all .2s}.btn-primary:hover{background:#2980b9}.btn-secondary{background:#95a5a6;border-radius:8px;font-weight:600;padding:.75rem 1.5rem;transition:all .2s}.btn-secondary:hover{background:#7f8c8d}.modal-overlay{background:#00000080;display:flex;padding:1rem;position:fixed;z-index:1000}.modal-content{box-shadow:0 10px 40px #0000004d;max-width:600px}.modal-content.large{max-width:900px}.modal-header{border-bottom:1px solid #ecf0f1;padding:1.5rem}.modal-header h3{color:#2c3e50;margin:0}.modal-close{align-items:center;background:none;border:none;color:#95a5a6;cursor:pointer;display:flex;font-size:2rem;height:32px;justify-content:center;padding:0;transition:color .2s;width:32px}.modal-close:hover{color:#e74c3c}form{padding:1.5rem}.form-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);margin-bottom:1rem}.form-group{display:flex;flex-direction:column}.form-group label{color:#2c3e50;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border-radius:6px;padding:.75rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#3498db}.form-group input:disabled{background-color:#ecf0f1;cursor:not-allowed}.form-checkboxes{display:flex;flex-wrap:wrap;gap:1.5rem;margin:1.5rem 0}.form-checkboxes label{align-items:center;color:#2c3e50;cursor:pointer;display:flex;font-weight:600;gap:.5rem}.form-checkboxes input[type=checkbox]{cursor:pointer;height:18px;width:18px}.form-actions{border-top:1px solid #ecf0f1;padding-top:1rem}.config-note{background:#e8f4f8;border-left:4px solid #3498db;border-radius:4px;margin-top:1.5rem;padding:1rem}.config-note p{color:#2c3e50;font-size:.9rem;line-height:1.5;margin:0}.form-section{border-top:2px solid #e9ecef;margin-top:2rem;padding-top:2rem}.form-section h4{color:#2c3e50;margin-bottom:.5rem}.icon-palette-builder{margin-top:1rem}.palette-item{align-items:center;display:flex;gap:.5rem;margin-bottom:.5rem}.palette-item input{border:1px solid #ddd;border-radius:4px;font-size:.95rem;padding:.5rem}.palette-item input:focus{border-color:#4a90e2;box-shadow:0 0 0 2px #4a90e21a;outline:none}.loading{color:#7f8c8d}.alert{border-radius:8px;margin-bottom:1rem;padding:1rem}.alert-danger{background:#ffebee;border:1px solid #ef5350;color:#c62828}@media (max-width:768px){.data-types-grid,.form-grid{grid-template-columns:1fr}.page-header{align-items:flex-start}.card-actions,.page-header{flex-direction:column}.btn-small{flex:1 1 100%}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.feedback-modal__backdrop{align-items:center;background:#0f172aa6;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.feedback-modal{background:#fff;border-radius:12px;box-shadow:0 12px 30px #0003;max-width:520px;padding:24px;width:100%}.feedback-modal__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.feedback-modal__close{background:#0000;border:none;cursor:pointer;font-size:1.5rem}.feedback-modal__form{display:flex;flex-direction:column;gap:12px}.feedback-modal__form label{display:flex;flex-direction:column;font-weight:500;gap:6px}.feedback-modal__form input,.feedback-modal__form select,.feedback-modal__form textarea{border:1px solid #e2e8f0;border-radius:6px;padding:8px 10px}.feedback-modal__actions{display:flex;gap:10px;justify-content:flex-end;margin-top:10px}.feedback-modal__error{color:#c53030}.feedback-modal__success{color:#2f855a}.btn-primary{background:#3182ce;padding:8px 16px}.btn-secondary{background:#e2e8f0;color:#1a202c;padding:8px 16px}.beta-banner{align-items:center;background:#1a202c;border-bottom:2px solid #3182ce;color:#fff;display:flex;justify-content:space-between;padding:12px 20px}.beta-banner__content{align-items:center;display:flex;font-weight:500;gap:12px}.beta-badge{background:#e53e3e;border-radius:999px;color:#fff;font-size:.75rem;letter-spacing:1px;padding:4px 8px}.beta-banner__button{background:#3182ce;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:8px 16px}.beta-banner__button:hover{background:#2b6cb0}.beta-auth{align-items:center;display:flex;justify-content:center;min-height:70vh;padding:40px 20px}.beta-auth__card{background:#fff;border-radius:12px;box-shadow:0 12px 30px #00000014;display:flex;flex-direction:column;gap:12px;max-width:420px;padding:28px;width:100%}.beta-auth__card h2{margin-bottom:8px}.beta-auth__card form{display:flex;flex-direction:column;gap:10px}.beta-auth__card label{display:flex;flex-direction:column;font-weight:500;gap:6px}.beta-auth__card input{border:1px solid #e2e8f0;border-radius:6px;padding:8px 10px}.beta-auth__card button{background:#3182ce;border:none;border-radius:6px;color:#fff;cursor:pointer;margin-top:6px;padding:10px 14px}.beta-auth__error{color:#c53030}.beta-admin-feedback{margin:0 auto;max-width:1100px;padding:24px}.beta-admin-feedback__list{grid-gap:16px;display:grid;gap:16px}.beta-admin-feedback__card{background:#fff;border-radius:10px;box-shadow:0 6px 14px #0000000f;padding:16px}.beta-admin-feedback__header{display:flex;justify-content:space-between;margin-bottom:10px}.tag{background:#edf2f7;border-radius:6px;padding:4px 8px}.status,.tag{font-size:.8rem}.status{text-transform:capitalize}.status-new{color:#2b6cb0}.status-triaged{color:#b7791f}.status-in_progress{color:#2c7a7b}.status-resolved{color:#2f855a}.status-closed{color:#718096}.admin-feature-toggle-container{margin:0 auto;max-width:800px;padding:2rem}.form-group{margin-bottom:1rem}button{background-color:#4caf50;border:none;color:#fff;cursor:pointer;padding:.5rem 1rem}.admin-program-categories-container{margin:0 auto;max-width:1400px;padding:2rem}.page-header{flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.page-header h1{color:#2c5282;margin:0}.header-actions{flex-wrap:wrap;gap:1rem}.btn-seed{background:linear-gradient(135deg,#48bb78,#38a169);border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s}.btn-seed:hover{box-shadow:0 4px 12px #48bb784d;transform:translateY(-2px)}.btn-add{background:linear-gradient(135deg,#4299e1,#3182ce);border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s}.btn-add:hover:not(:disabled){box-shadow:0 4px 12px #4299e14d;transform:translateY(-2px)}.btn-add:disabled{cursor:not-allowed;opacity:.5}.btn-back{background:#718096;padding:.75rem 1.5rem;transition:all .3s}.btn-back:hover{background:#4a5568}.error-message{background:#fee;border-left:4px solid #c00;color:#c00}.success-message{background:#e6ffed;border-left:4px solid #48bb78;color:#22543d;margin-bottom:1rem;padding:1rem}.loading-message{color:#666;font-size:1.1rem;padding:3rem;text-align:center}.category-form-container{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;padding:2rem}.category-form-container h2{color:#2c5282;margin-top:0}.category-form .form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:1rem}.category-form .form-group{display:flex;flex-direction:column;gap:.5rem}.category-form label{color:#2d3748;font-size:.9rem;font-weight:600}.category-form input,.category-form textarea{border:1px solid #cbd5e0;border-radius:6px;font-size:1rem;padding:.75rem;transition:border-color .3s}.category-form input:focus,.category-form textarea:focus{border-color:#4299e1;box-shadow:0 0 0 3px #4299e11a;outline:none}.category-form input[type=color]{cursor:pointer;height:50px}.category-form textarea{font-family:inherit}.form-actions{margin-top:1.5rem}.btn-cancel{background:#fff;border:2px solid #cbd5e0;font-weight:600;padding:.75rem 1.5rem;transition:all .3s}.btn-cancel:hover{background:#f7fafc;border-color:#a0aec0}.btn-submit{background:linear-gradient(135deg,#48bb78,#38a169);font-weight:600;padding:.75rem 1.5rem;transition:all .3s}.btn-submit:hover{box-shadow:0 4px 12px #48bb784d;transform:translateY(-2px)}.categories-list{margin-top:2rem}.categories-list h2{color:#2c5282;margin-bottom:1.5rem}.no-categories{background:#fff;border-radius:8px;color:#666;padding:3rem;text-align:center}.categories-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}.category-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden;transition:transform .3s,box-shadow .3s}.category-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-4px)}.category-header{background:#f7fafc;border-left:4px solid;padding:1.5rem}.category-title{align-items:center;display:flex;gap:.75rem;margin-bottom:.5rem}.category-title h3{color:#2d3748;margin:0}.status-badge{border-radius:12px;font-size:.75rem;padding:.25rem .75rem;text-transform:uppercase}.status-badge.active{background:#c6f6d5;color:#22543d}.status-badge.inactive{background:#fed7d7;color:#742a2a}.category-meta{color:#718096;display:flex;font-size:.85rem;gap:1rem}.category-key{background:#edf2f7;border-radius:4px;font-family:Courier New,monospace;padding:.25rem .5rem}.category-description{color:#4a5568;font-size:.9rem;margin:1rem 0;padding:0 1.5rem}.category-details{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));padding:0 1.5rem 1rem}.detail-section{margin-bottom:1rem}.detail-section strong{color:#2d3748;display:block;font-size:.85rem;margin-bottom:.5rem}.compact-list{list-style:none;margin:0;padding:0}.compact-list li{border-bottom:1px solid #edf2f7;color:#4a5568;font-size:.85rem;padding:.25rem 0}.compact-list li:last-child{border-bottom:none}.compact-list .more-items{color:#718096;font-style:italic}.category-actions{background:#f7fafc;border-top:1px solid #e2e8f0;gap:.75rem;padding:1rem 1.5rem}.category-actions button{border:none;border-radius:4px;cursor:pointer;flex:1 1;font-size:.85rem;font-weight:600;padding:.5rem;transition:all .3s}.btn-edit{background:#4299e1}.btn-edit:hover{background:#3182ce}.btn-toggle.deactivate{background:#ed8936}.btn-toggle.deactivate:hover{background:#dd6b20}.btn-toggle.activate{background:#48bb78}.btn-toggle.activate:hover{background:#38a169}@media (max-width:768px){.categories-grid,.category-form .form-row{grid-template-columns:1fr}.header-actions{width:100%}.header-actions button{flex:1 1}}.community-resources-container{margin:0 auto;max-width:1400px;min-height:calc(100vh - 200px);padding:20px}.resources-header{margin-bottom:40px;padding:30px 0;text-align:center}.resources-header h1{color:#333;font-size:2.5rem;margin-bottom:10px}.resources-header p{color:#666;font-size:1.2rem}.disclaimer-box{align-items:flex-start;background:#fff3cd;border:2px solid #ffc107;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;gap:1rem;margin-bottom:30px;padding:1.5rem}.disclaimer-icon{flex-shrink:0;font-size:1.5rem}.disclaimer-content{color:#856404;flex:1 1;line-height:1.6;white-space:pre-wrap}.category-filters{justify-content:center;margin-bottom:40px}.category-btn{background:#fff!important;border:2px solid #ddd!important;border-radius:25px!important;color:#333!important;cursor:pointer!important;display:inline-block!important;font-size:1rem!important;opacity:1!important;padding:10px 20px!important;transition:all .3s!important;visibility:visible!important}.resources-grid{grid-gap:24px;gap:24px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));margin-bottom:40px}.resource-card{border-radius:12px;cursor:pointer;overflow:hidden;position:relative;transition:all .3s}.resource-card:hover{box-shadow:0 8px 24px #00000026;transform:translateY(-4px)}.resource-card.featured{border:2px solid gold}.featured-ribbon{background:gold;color:#333;font-size:.8rem;font-weight:700;padding:5px 40px;position:absolute;right:-35px;top:15px;transform:rotate(45deg);z-index:1}.resource-card-image{height:200px;object-fit:cover;width:100%}.resource-card-content{padding:20px}.resource-card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:12px}.resource-card-header h3{color:#333;flex:1 1;font-size:1.3rem;margin:0}.category-icon{margin-left:10px}.resource-card-description{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#666;display:-webkit-box;font-size:.95rem;line-height:1.6;margin-bottom:15px;overflow:hidden}.resource-card-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:15px}.tag-small{background:#e3f2fd;border-radius:8px;color:#1565c0;font-size:.8rem;padding:3px 8px}.btn-view-more{background:#006341;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;padding:10px;transition:background .3s;width:100%}.btn-view-more:hover{background:#004d30}.resource-detail-view{margin:0 auto;max-width:900px}.btn-back{background:#6c757d;margin-bottom:20px;transition:background .3s}.btn-back:hover{background:#545b62}.resource-detail{background:#fff;border-radius:12px;box-shadow:0 2px 12px #0000001a;padding:40px}.resource-detail-header{align-items:flex-start;border-bottom:2px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:20px}.resource-detail-header h2{color:#333;font-size:2rem;margin:0 0 10px}.category-badge{border-radius:20px;font-size:.9rem;padding:6px 16px}.featured-badge{background:gold;color:#333;padding:8px 16px}.resource-thumbnail{border-radius:8px;margin-bottom:20px;max-height:400px;object-fit:cover;width:100%}.resource-description{background:#f8f9fa;border-left:4px solid #006341;border-radius:4px;font-size:1.1rem;line-height:1.8;margin-bottom:20px;padding:15px}.resource-video{border-radius:8px;height:0;margin:20px 0;overflow:hidden;padding-bottom:56.25%;position:relative}.resource-video iframe{border-radius:8px;height:100%;left:0;position:absolute;top:0;width:100%}.resource-content{color:#333;font-size:1rem;line-height:1.8;margin-bottom:30px}.contact-info-card{background:#e8f5e9;border-radius:8px;margin:20px 0;padding:20px}.contact-info-card h4{color:#2e7d32;margin-top:0}.contact-info-card a{color:#1565c0;text-decoration:none}.resource-attachments{background:#f8f9fa;border-radius:8px;margin:30px 0;padding:20px}.pdf-viewer{margin:15px 0}.pdf-controls{align-items:center;background:#f0f0f0;border-radius:6px 6px 0 0;display:flex;justify-content:space-between;padding:12px}.btn-download,.btn-download-doc{background:#006341;border-radius:6px;color:#fff;display:inline-block;padding:8px 16px;text-decoration:none;transition:background .3s}.btn-download-doc:hover,.btn-download:hover{background:#004d30}.document-download{background:#f8f9fa;border-radius:6px;padding:12px;text-align:center}.resource-external-link{margin:20px 0;text-align:center}.btn-external-link{background:#1565c0;border-radius:6px;color:#fff;display:inline-block;font-size:1.1rem;padding:12px 24px;text-decoration:none;transition:background .3s}.btn-external-link:hover{background:#0d47a1}.resource-internal-link{margin:20px 0;text-align:center}.btn-internal-link{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:6px;box-shadow:0 4px 6px #667eea4d;color:#fff;display:inline-block;font-size:1.1rem;padding:12px 24px;text-decoration:none;transition:all .3s}.btn-internal-link:hover{box-shadow:0 6px 12px #667eea66;transform:translateY(-2px)}.resource-tags{gap:10px;margin:20px 0}.tag{border-radius:12px;font-size:.9rem;padding:6px 14px}.resource-dates{border-top:1px solid #e0e0e0;color:#666;margin-top:20px;padding-top:20px}.no-resources{font-size:1.1rem}.error-message,.loading{font-size:1.1rem;padding:60px 20px;text-align:center}.error-message{border-radius:8px;color:#dc3545;margin:20px 0}.staff-community-resources-container{margin:0 auto;max-width:1400px;padding:20px}.header-buttons{display:flex;gap:12px}.btn-primary,.btn-secondary{border:none;border-radius:6px;cursor:pointer;font-size:1rem;padding:12px 24px;transition:background .2s}.category-filters{background:#f7fafc;border-radius:8px;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:30px;padding:20px}.category-btn{background:#fff;border:2px solid #e2e8f0;border-radius:20px;color:#4a5568;cursor:pointer;font-size:.95rem;font-weight:500;padding:10px 18px;transition:all .2s}.category-btn:hover{border-color:#006341;color:#006341;transform:translateY(-2px)}.category-btn.active{background:#006341;border-color:#006341;color:#fff}.resources-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.resource-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:20px;transition:box-shadow .2s}.resource-card:hover{box-shadow:0 4px 12px #0000001a}.resource-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:15px}.resource-header h3{color:#333;font-size:1.3rem;margin:0 0 8px}.category-badge{background:#f0f0f0;color:#666}.resource-status{align-items:flex-end;display:flex;flex-direction:column;gap:5px}.badge{font-size:.8rem}.badge.draft{background:#fff3cd;color:#856404}.badge.featured{background:gold;color:#333}.resource-description{color:#666;font-size:.95rem;line-height:1.5;margin-bottom:15px}.resource-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:15px}.tag{background:#e3f2fd;border-radius:10px;color:#1565c0;font-size:.85rem;padding:3px 10px}.resource-actions{display:flex;flex-wrap:wrap;gap:8px}.resource-actions button{border:none;border-radius:4px;cursor:pointer;font-size:.85rem;padding:6px 12px;transition:all .2s}.btn-toggle{background:#6c757d;color:#fff}.btn-toggle:hover{background:#545b62}.no-resources{color:#999;grid-column:1/-1;padding:60px 20px;text-align:center}.modal-overlay{align-items:center;background:#000000b3;bottom:0;display:flex!important;justify-content:center;left:0;padding:20px;position:fixed!important;right:0;top:0;z-index:9999!important}.modal-content{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000004d;max-height:90vh;max-width:900px;overflow-y:auto;width:100%}.modal-header{align-items:center;background:#fff;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:20px 30px;position:-webkit-sticky;position:sticky;top:0;z-index:1}.modal-header h2{color:#333;margin:0}.disclaimer-info{background:#f0f9ff;border-left:4px solid #3182ce;border-radius:4px;margin:1rem 0;padding:1rem}.disclaimer-info p{color:#2c5282;line-height:1.6;margin:0}.close-btn{align-items:center;background:none;border:none;border-radius:50%;color:#999;cursor:pointer;display:flex;font-size:2rem;height:32px;justify-content:center;padding:0;transition:all .2s;width:32px}.close-btn:hover{background:#f0f0f0;color:#333}.resource-form{padding:30px}.form-group label{color:#333}.form-group input,.form-group select,.form-group textarea{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:10px;width:100%}.form-group small{color:#666;display:block;font-size:.85rem;margin-top:4px}.form-row{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.internal-link-section{background:#e6f7ff;border-left:4px solid #1890ff;border-radius:6px;margin:20px 0;padding:20px}.internal-link-section h4{align-items:center;color:#0050b3;display:flex;gap:8px;margin-top:0}.internal-link-section .section-description{color:#595959;font-size:.9rem;margin-bottom:15px}.contact-info-section{background:#f8f9fa;border-radius:6px;margin:20px 0;padding:20px}.contact-info-section h4{color:#333;margin-top:0}.attachments-list{display:flex;flex-direction:column;gap:8px;margin-top:10px}.attachment-item{align-items:center;background:#f8f9fa;border-radius:4px;display:flex;justify-content:space-between;padding:8px 12px}.remove-attachment-btn{align-items:center;background:#dc3545;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:24px;justify-content:center;width:24px}.remove-attachment-btn:hover{background:#c82333}.checkboxes{display:flex;gap:20px}.form-actions{border-top:1px solid #e0e0e0}.btn-cancel{background:#6c757d;color:#fff;padding:10px 24px}.btn-cancel:hover{background:#545b62}.btn-submit{padding:10px 24px}.btn-submit:hover{background:#004d30}.btn-submit:disabled{background:#ccc}.error-message,.success-message{padding:12px}.loading{padding:60px 20px}.categories-list{max-height:500px;overflow-y:auto;padding:30px}.categories-list h3{color:#333;margin-bottom:20px;margin-top:0}.category-items{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.category-item{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;justify-content:space-between;padding:15px}.category-info,.category-item{align-items:center;display:flex}.category-info{flex:1 1;gap:12px}.category-icon{font-size:1.5rem}.category-info strong{color:#333;display:block;margin-bottom:4px}.category-desc{color:#666;font-size:.85rem;margin:0}.status-badge.active{background:#d4edda;color:#155724}.status-badge.active,.status-badge.inactive{border-radius:4px;font-size:.75rem;font-weight:700;padding:4px 8px}.status-badge.inactive{background:#f8d7da;color:#721c24}.category-actions{display:flex;gap:8px}.btn-delete,.btn-edit,.btn-toggle{border:none;border-radius:4px;cursor:pointer;font-size:.85rem;padding:6px 12px;transition:all .2s}.btn-edit{background:#007bff}.btn-edit:hover{background:#0056b3}.btn-toggle{background:#ffc107;color:#333}.btn-toggle:hover{background:#e0a800}.btn-delete{background:#dc3545}.btn-delete:hover{background:#c82333}.btn-add-category{background:#006341;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;margin-top:10px;padding:12px;width:100%}.btn-add-category:hover{background:#004d30}.category-form{display:flex;flex-direction:column;gap:20px;padding:30px}.category-form small{color:#666;display:block;font-size:.85rem;margin-top:4px}.category-form textarea{border:1px solid #ddd;border-radius:6px;font-size:1rem;padding:8px 12px;resize:vertical;width:100%}.icon-select{font-size:1.1rem;height:auto;padding:10px 12px}.icon-select option{font-size:1rem;padding:8px}.staff-health-programs-container{margin:0 auto;max-width:1400px;padding:20px}.action-buttons{display:flex;gap:12px}.btn{border:none;border-radius:6px;cursor:pointer;font-size:1rem;padding:12px 24px;text-decoration:none;transition:background .2s}.btn-primary{background:#006341;color:#fff}.btn-primary:hover{background:#004d30}.btn-secondary{background:#4a5568;color:#fff}.btn-secondary:hover{background:#2d3748}.btn-info{background:#3182ce;color:#fff}.btn-info:hover{background:#2c5282}.success-message{background:#d4edda;border:1px solid #c3e6cb;border-radius:6px;color:#155724;margin-bottom:20px;padding:12px 20px}.loading{padding:40px}.filters-section{align-items:center;background:#f7fafc;border-radius:8px;display:flex;flex-wrap:wrap;gap:20px;margin-bottom:30px;padding:20px}.filter-group{align-items:center;gap:10px}.filter-group label{color:#4a5568;font-weight:500}.filter-group select{background:#fff;font-size:1rem;padding:8px 12px}.filter-stats{color:#718096;font-weight:500;margin-left:auto}.no-programs{background:#f7fafc;border-radius:8px;color:#718096;padding:60px 20px}.programs-grid{grid-gap:24px;gap:24px;grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}.program-card{border:1px solid #e2e8f0;border-radius:12px;padding:24px;transition:box-shadow .2s}.program-card:hover{box-shadow:0 4px 12px #0000001a}.program-header{display:flex;justify-content:space-between;margin-bottom:16px}.program-header h3{color:#2d3748;font-size:1.25rem;margin:0 0 8px}.program-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.category-badge{border-radius:12px;display:inline-block;font-size:.85rem;font-weight:500;padding:4px 12px;text-transform:capitalize}.category-badge.category-health{background:#d4f4dd;color:#22543d}.category-badge.category-education{background:#dbeafe;color:#1e40af}.category-badge.category-culture{background:#fed7aa;color:#c05621}.category-badge.category-legal{background:#e9d5ff;color:#6b21a8}.program-type-badge{background:#006341;border-radius:12px;color:#fff;display:inline-block;font-size:.85rem;font-weight:500;padding:4px 12px}.program-status{align-items:flex-end;display:flex;flex-direction:column;gap:6px}.badge{border-radius:12px;font-size:.85rem;font-weight:500;padding:4px 10px;white-space:nowrap}.badge.featured{background:#fef5e7;color:#d68910}.badge.published{background:#d4edda;color:#155724}.badge.draft{background:#e2e8f0;color:#4a5568}.badge.status-active{background:#d4edda;color:#155724}.badge.status-draft{background:#e2e8f0;color:#4a5568}.badge.status-inactive{background:#fff3cd;color:#856404}.badge.status-archived{background:#f8d7da;color:#721c24}.program-description{color:#4a5568;line-height:1.6;margin-bottom:16px}.program-meta{grid-gap:12px;background:#f7fafc;border-radius:6px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr);margin-bottom:20px;padding:16px}.meta-item{color:#4a5568;font-size:.9rem}.meta-item strong{color:#2d3748;display:block;margin-bottom:4px}.program-actions{display:flex;flex-wrap:wrap;gap:8px}.program-actions a,.program-actions button{border:none;border-radius:6px;cursor:pointer;flex:1 1;font-size:.9rem;min-width:100px;padding:8px 12px;text-align:center;text-decoration:none;transition:all .2s}.btn-edit{background:#3182ce;color:#fff}.btn-edit:hover{background:#2c5282}.btn-toggle{background:#edf2f7;border:1px solid #cbd5e0;color:#2d3748}.btn-toggle:hover{background:#e2e8f0}.btn-duplicate{background:#805ad5;color:#fff}.btn-duplicate:hover{background:#6b46c1}.btn-delete{background:#f56565;color:#fff}.btn-delete:hover{background:#e53e3e}@media (max-width:768px){.programs-grid{grid-template-columns:1fr}.page-header{align-items:flex-start;flex-direction:column;gap:16px}.action-buttons{flex-direction:column;width:100%}.filters-section{align-items:flex-start;flex-direction:column}.filter-stats{margin-left:0}.program-meta{grid-template-columns:1fr}.program-actions{flex-direction:column}.program-actions a,.program-actions button{width:100%}}.create-health-program-container{margin:0 auto;max-width:900px;padding:20px}.page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.page-header h1{color:#333;font-size:2rem}.header-actions{align-items:center;display:flex;gap:12px}.btn-save{background:#48bb78;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:10px 24px;transition:background .2s}.btn-save:hover:not(:disabled){background:#38a169}.btn-save:disabled{background:#a0aec0;cursor:not-allowed}.btn-back{background:#4a5568;color:#fff;font-size:1rem;padding:10px 20px;transition:background .2s}.btn-back:hover{background:#2d3748}.error-message{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24;margin-bottom:20px;padding:12px 20px}.program-form{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:30px}.form-section{border-bottom:1px solid #e2e8f0;margin-bottom:40px;padding-bottom:30px}.form-section:last-of-type{border-bottom:none}.form-section h2{color:#2d3748;font-size:1.5rem}.form-group,.form-section h2{margin-bottom:20px}.form-group label{color:#4a5568;display:block;font-weight:500;margin-bottom:8px}.form-group input[type=date],.form-group input[type=email],.form-group input[type=number],.form-group input[type=tel],.form-group input[type=text],.form-group select,.form-group textarea{border:1px solid #cbd5e0;border-radius:6px;font-family:inherit;font-size:1rem;padding:10px 12px;transition:border-color .2s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#006341;outline:none}.form-group textarea{min-height:100px;resize:vertical}.form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.checkbox-group{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr);margin-top:10px}.checkbox-label{border-radius:6px;gap:8px;padding:8px 12px;transition:background .2s}.checkbox-label:hover{background:#f7fafc}.checkbox-label input[type=checkbox]{width:auto}.form-actions{border-top:1px solid #e2e8f0;gap:12px;margin-top:30px;padding-top:20px}.btn-cancel{background:#e2e8f0;border:none;border-radius:6px;color:#4a5568;cursor:pointer;font-size:1rem;padding:12px 32px;transition:background .2s}.btn-cancel:hover{background:#cbd5e0}.btn-submit{background:#006341;border:none;border-radius:6px;cursor:pointer;font-size:1rem;padding:12px 32px;transition:background .2s}.btn-submit:hover:not(:disabled){background:#004d30}.btn-submit:disabled{opacity:.6}@media (max-width:768px){.create-health-program-container{padding:10px}.page-header{align-items:flex-start;flex-direction:column;gap:16px}.program-form{padding:20px}.checkbox-group,.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column-reverse}.form-actions button{width:100%}}.health-programs-container{margin:0 auto;max-width:1200px;padding:2rem}.programs-header{margin-bottom:2rem;text-align:center}.programs-header h1{color:#2c5282;font-size:2rem;margin-bottom:.5rem}.programs-header p{color:#666;font-size:1.1rem}.filter-section{align-items:flex-end;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem;padding:1.5rem}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label{color:#2c5282;font-size:.9rem;font-weight:600}.filter-group select{background-color:#fff;border:1px solid #cbd5e0;border-radius:6px;cursor:pointer;font-size:.95rem;min-width:200px;padding:.6rem 1rem;transition:all .2s}.filter-group select:hover{border-color:#4299e1}.filter-group select:focus{border-color:#3182ce;box-shadow:0 0 0 3px #3182ce1a;outline:none}.filter-results{color:#666;font-size:.95rem;margin-left:auto;padding:.6rem 0}.programs-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));margin-top:2rem}.program-card{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;cursor:pointer;padding:1.5rem;position:relative;transition:all .3s ease}.program-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}.card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.card-header h3{color:#2c5282;flex:1 1;font-size:1.25rem;margin:0}.featured-icon{font-size:1.2rem;margin-left:.5rem}.card-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.type-badge{background:#4299e1}.target-badge,.type-badge{border-radius:15px;color:#fff;font-size:.8rem;font-weight:600;padding:.3rem .8rem}.target-badge{background:#48bb78}.application-status-badge{border-radius:15px;color:#fff;font-size:.8rem;font-weight:600;padding:.3rem .8rem}.status-submitted{background:#4299e1}.status-reviewed{background:#805ad5}.status-approved{background:#48bb78}.status-rejected{background:#f56565}.status-needs-info{background:#ed8936}.status-waitlisted{background:#d69e2e}.funding-badge{background:#ed8936;border-radius:15px;color:#fff;font-size:.8rem;font-weight:600;padding:.3rem .8rem}.featured-badge{background:linear-gradient(135deg,gold,#ffed4e);border-radius:20px;box-shadow:0 2px 4px #0000001a;color:#2c5282;font-size:.85rem;font-weight:700;padding:.4rem 1rem}.card-description{color:#4a5568;line-height:1.6;margin-bottom:1rem;min-height:60px}.card-focus-areas{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}.focus-tag{background:#edf2f7;border-radius:12px;color:#2c5282;font-size:.75rem;padding:.25rem .6rem}.card-footer{align-items:center;border-top:1px solid #edf2f7;display:flex;justify-content:space-between;margin-top:1rem;padding-top:1rem}.btn-learn-more{background:#3182ce;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1rem;transition:all .2s}.btn-learn-more:hover{background:#2c5282;transform:translateX(2px)}.program-detail-view{margin:0 auto;max-width:900px}.btn-back{background:#edf2f7;border:none;border-radius:6px;color:#2c5282;cursor:pointer;font-size:.95rem;font-weight:600;margin-bottom:1.5rem;padding:.6rem 1.2rem;transition:all .2s}.btn-back:hover{background:#e2e8f0}.program-detail{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;padding:2rem}.program-detail-header{align-items:flex-start;border-bottom:2px solid #edf2f7;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.5rem}.program-detail-header h2{color:#2c5282;font-size:2rem;margin:0 0 1rem}.program-detail-content{display:flex;flex-direction:column;gap:2rem}.detail-section{border-left:4px solid #4299e1;padding-left:1.5rem}.detail-section h3{color:#2c5282;font-size:1.3rem;margin-bottom:1rem}.detail-section p{color:#4a5568;line-height:1.7;margin:0}.focus-areas{display:flex;flex-wrap:wrap;gap:.6rem}.focus-badge{background:#4299e1;border-radius:15px;color:#fff;font-size:.9rem;font-weight:600;padding:.4rem 1rem}.documents-list{list-style:none;margin:0;padding:0}.documents-list li{border-bottom:1px solid #edf2f7;color:#4a5568;padding:.5rem 0}.documents-list li:last-child{border-bottom:none}.funding-info{background:#f7fafc;border-radius:6px;padding:1rem}.funding-info p{margin:.5rem 0}.contact-section{background:#f7fafc;border-left:none;border-radius:8px;padding:1.5rem}.contact-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.contact-item{color:#4a5568;line-height:1.6}.contact-item strong{color:#2c5282;display:block;margin-bottom:.25rem}.program-meta-footer{background:#edf2f7;border-radius:6px;margin-top:2rem;padding:1.5rem}.program-meta-footer p{color:#4a5568;margin:.5rem 0}.program-meta-footer strong{color:#2c5282}.apply-section{border-top:2px solid #edf2f7;margin-top:2rem;padding-top:2rem;text-align:center}.btn-apply{background:linear-gradient(135deg,#48bb78,#38a169);border:none;border-radius:8px;box-shadow:0 4px 6px #48bb784d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;padding:1rem 2.5rem;transition:all .3s}.btn-apply:hover{background:linear-gradient(135deg,#38a169,#2f855a);box-shadow:0 6px 12px #48bb7866;transform:translateY(-2px)}.btn-view-application{background:linear-gradient(135deg,#4299e1,#3182ce);border-radius:8px;box-shadow:0 4px 6px #4299e14d;font-size:1.1rem;font-weight:700;padding:1rem 2.5rem}.btn-view-application:hover{background:linear-gradient(135deg,#3182ce,#2c5282);box-shadow:0 6px 12px #4299e166}.no-programs{color:#666;padding:3rem;text-align:center}.no-programs p{font-size:1.1rem;margin:.5rem 0}.loading{color:#666}.error-message{margin-bottom:1rem}@media (max-width:768px){.health-programs-container{padding:1rem}.programs-header h1{font-size:1.5rem}.filter-section{align-items:stretch;flex-direction:column}.filter-group select{min-width:0;min-width:auto;width:100%}.filter-results{margin-left:0}.programs-grid{gap:1rem;grid-template-columns:1fr}.program-detail{padding:1rem}.program-detail-header h2{font-size:1.5rem}.contact-grid{grid-template-columns:1fr}}.health-application-container{margin:0 auto;max-width:900px;padding:2rem}.application-header{border-bottom:2px solid #edf2f7;margin-bottom:2rem;padding-bottom:1.5rem;text-align:center}.application-header h1{color:#2c5282;font-size:2rem;margin-bottom:1rem}.program-info{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.program-type{background:#4299e1}.program-target,.program-type{border-radius:15px;color:#fff;font-size:.9rem;font-weight:600;padding:.4rem 1rem}.program-target{background:#48bb78}.eligibility-section,.program-description{background:#f7fafc;border-left:4px solid #4299e1;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.eligibility-section h3,.program-description h3{color:#2c5282;margin-bottom:1rem;margin-top:0}.eligibility-section p,.program-description p{color:#4a5568;line-height:1.7;margin:0;white-space:pre-wrap}.application-form,.form-section{background:#fff}.form-section{border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;padding:2rem}.section-title{border-bottom:2px solid #edf2f7;color:#2c5282;font-size:1.5rem;margin-bottom:1rem;margin-top:0;padding-bottom:.5rem}.section-description{color:#718096;line-height:1.6;margin-bottom:1.5rem}.questions-container{display:flex;flex-direction:column;gap:1.5rem}.question-block{display:flex;flex-direction:column;gap:.5rem}.question-block.has-error .form-input,.question-block.has-error .form-select,.question-block.has-error .form-textarea{border-color:#fc8181}.question-label{color:#2d3748;font-size:1rem;font-weight:600}.required{color:#e53e3e;margin-left:.25rem}.help-text{color:#718096;font-size:.9rem;font-style:italic;margin:0}.form-file,.form-input,.form-select,.form-textarea{border:1px solid #cbd5e0;border-radius:6px;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .2s;width:100%}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#4299e1;box-shadow:0 0 0 3px #4299e11a;outline:none}.form-textarea{min-height:100px;resize:vertical}.checkbox-label{align-items:center;border-radius:4px;cursor:pointer;display:flex;gap:.5rem;padding:.5rem;transition:background-color .2s}.checkbox-label:hover{background-color:#f7fafc}.checkbox-label input[type=checkbox]{cursor:pointer;height:18px;width:18px}.checkbox-group{background:#f7fafc;border-radius:6px;display:flex;flex-direction:column;gap:.5rem;padding:.5rem}.error-text{color:#e53e3e;font-size:.875rem;margin-top:.25rem}.error-message{background:#fed7d7;border-left:4px solid #c53030;border-radius:6px;color:#c53030;margin-bottom:1.5rem;padding:1rem}.existing-application-notice{background:linear-gradient(135deg,#e6fffa,#b2f5ea);border:2px solid #38b2ac;border-radius:12px;margin-bottom:2rem;padding:2rem;text-align:center}.existing-application-notice h3{color:#234e52;font-size:1.5rem;margin-bottom:1rem;margin-top:0}.existing-application-notice p{color:#2c7a7b;font-size:1.1rem;margin-bottom:1.5rem}.application-status{font-size:1.1rem;margin:1.5rem 0}.status-badge{border-radius:20px;display:inline-block;font-weight:600;padding:.5rem 1.2rem;text-transform:capitalize}.status-submitted{background:#bee3f8;color:#2c5282}.status-reviewed{background:#e9d8fd;color:#553c9a}.status-approved{background:#c6f6d5;color:#22543d}.status-rejected{background:#fed7d7;color:#742a2a}.status-needsMoreInfo{background:#feebc8;color:#7c2d12}.status-waitlisted{background:#fef5e7;color:#975a16}.application-actions{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}.btn-view-application{background:linear-gradient(135deg,#38b2ac,#2c7a7b);border:none;border-radius:6px;box-shadow:0 4px 6px #38b2ac4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:all .3s}.btn-view-application:hover{box-shadow:0 6px 12px #38b2ac66;transform:translateY(-2px)}.loading{color:#718096;font-size:1.2rem;padding:3rem;text-align:center}.no-sections{background:#fff5f5;border:1px solid #feb2b2;border-radius:8px;color:#742a2a;padding:2rem;text-align:center}.form-actions{border-top:2px solid #edf2f7;display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:2rem}.btn-cancel,.btn-submit{border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:all .2s}.btn-cancel{background:#edf2f7;color:#2d3748}.btn-cancel:hover{background:#e2e8f0}.btn-submit{background:#3182ce;color:#fff}.btn-submit:hover:not(:disabled){background:#2c5282}.btn-submit:disabled{background:#a0aec0;cursor:not-allowed}@media (max-width:768px){.health-application-container{padding:1rem}.form-section{padding:1.5rem}.application-header h1{font-size:1.5rem}.form-actions{flex-direction:column}.btn-cancel,.btn-submit{width:100%}}.staff-frontend-settings-container{margin:0 auto;max-width:800px;padding:2rem}.staff-frontend-settings-container h1{color:#ff9800;margin-bottom:1rem}.staff-frontend-settings-container label{display:block;margin-bottom:1rem}.staff-frontend-settings-container button{background-color:#ff9800;border:none;color:#fff;cursor:pointer;padding:.5rem 1rem}.applicant-scores-container{margin:0 auto;max-width:1200px;padding:2rem}.applicant-scores-container h1{color:#2c3e50;margin-bottom:1rem}.applicant-scores-container p{color:#333;font-size:1.1rem}.outreach-page{margin:0 auto;max-width:1200px;padding:2rem}.outreach-page .page-header{border-bottom:2px solid #0f9d58;margin-bottom:2rem;padding-bottom:1rem}.outreach-page .page-header h1{color:#333;font-size:2rem;margin:0 0 .5rem}.outreach-page .page-header p{color:#666;font-size:1.1rem;margin:0}.outreach-content{display:flex;flex-direction:column;gap:1.5rem}.outreach-page .info-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:2rem}.outreach-page .info-card h2{color:#0f9d58;margin:0 0 1rem}.outreach-page .info-card p{color:#666;margin-bottom:1rem}.outreach-page .info-card ul{color:#333;line-height:1.8}.council-page{margin:0 auto;max-width:1200px;padding:2rem}.council-page .page-header{border-bottom:2px solid #9c27b0;margin-bottom:2rem;padding-bottom:1rem}.council-page .page-header h1{color:#333;font-size:2rem;margin:0 0 .5rem}.council-page .page-header p{color:#666;font-size:1.1rem;margin:0}.council-content{display:flex;flex-direction:column;gap:1.5rem}.council-page .info-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:2rem}.council-page .info-card h2{color:#9c27b0;margin:0 0 1rem}.council-page .info-card p{color:#666;margin-bottom:1rem}.council-page .info-card ul{color:#333;line-height:1.8}.hr-page{margin:0 auto;max-width:1200px;padding:2rem}.hr-page .page-header{border-bottom:2px solid #ff6f00;margin-bottom:2rem;padding-bottom:1rem}.hr-page .page-header h1{color:#333;font-size:2rem;margin:0 0 .5rem}.hr-page .page-header p{color:#666;font-size:1.1rem;margin:0}.hr-content{display:flex;flex-direction:column;gap:1.5rem}.hr-page .info-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:2rem}.hr-page .info-card h2{color:#ff6f00;margin:0 0 1rem}.hr-page .info-card p{color:#666;margin-bottom:1rem}.hr-page .info-card ul{color:#333;line-height:1.8}
/*# sourceMappingURL=main.f5f29b53.css.map*/