@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#eef1f5;color:#1a1a2e}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:inherit}.header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 2rem;background-color:#fff;color:#1a1a2e;box-shadow:0 1px 4px #00000014;position:sticky;top:0;z-index:1000;width:100%}.header-left{display:flex;align-items:center;gap:.5rem}.header-logo-icon{width:36px;height:36px;background-color:#3b4c7c;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:1.1rem}.header-title{font-size:1.15rem;font-weight:700;color:#1a1a2e}.header-nav{display:flex;gap:2rem}.nav-link{font-size:.9rem;font-weight:500;color:#555;transition:color .2s}.nav-link:hover{color:#3b4c7c}.header-right{display:flex;align-items:center;gap:.75rem}.login-btn{padding:.5rem 1.25rem;background-color:#3b4c7c;color:#fff;border:none;border-radius:6px;font-size:.85rem;font-weight:600;transition:background-color .2s}.login-btn:hover{background-color:#2e3d63}.user-icon{width:36px;height:36px;background-color:#e8eaf0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem}@media screen and (max-width:768px){.header{flex-wrap:wrap;padding:.75rem 1rem;gap:12px}.header-left{order:1}.header-right{order:2;gap:.5rem}.header-nav{order:3;width:100%;justify-content:center;gap:1rem;overflow-x:auto;padding-bottom:5px;white-space:nowrap;-webkit-overflow-scrolling:touch}.welcome-text{display:none}.nav-link{font-size:.85rem}}.home{display:flex;align-items:center;justify-content:space-between;padding:4rem 4rem 3rem;gap:3rem;max-width:1200px;margin:0 auto}.content{flex:1;max-width:500px}.tagline{display:inline-block;background-color:#e8eaf0;color:#3b4c7c;font-size:.7rem;font-weight:700;letter-spacing:1.5px;padding:.35rem .75rem;border-radius:4px;margin-bottom:1rem}.title{font-size:2.75rem;font-weight:900;line-height:1.15;color:#1a1a2e;margin-bottom:1rem}.description{font-size:.95rem;color:#666;line-height:1.6;margin-bottom:1.75rem}.buttons{display:flex;gap:1rem}.btn-1{padding:.7rem 1.5rem;background-color:#3b4c7c;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;transition:background-color .2s}.btn-1:hover{background-color:#2e3d63}.btn-2{padding:.7rem 1.5rem;background-color:#fff;color:#3b4c7c;border:2px solid #d0d5e0;border-radius:8px;font-size:.9rem;font-weight:600;transition:all .2s}.btn-2:hover{border-color:#3b4c7c}.image{flex:1;max-width:450px}.image img{width:100%;height:280px;object-fit:cover;border-radius:16px;box-shadow:0 8px 24px #0000001f}.image img:hover{transform:scale(1.05);box-shadow:10px 12px 32px #00000029;transition:all .9s ease}@media screen and (max-width:768px){.hero{flex-direction:column-reverse;padding:2rem 1.5rem;text-align:center;gap:2rem}.content h2{font-size:2.2rem}.buttons{justify-content:center}.image{max-width:100%}.image img{height:auto}}.features{text-align:center;padding:4rem 2rem;max-width:1200px;margin:0 auto}.features-title{font-size:2rem;font-weight:800;color:#1a1a2e;margin-bottom:.5rem}.features-subtitle{font-size:.95rem;color:#888;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.feature-card{background:#fff;border-radius:12px;padding:2rem 1.5rem;box-shadow:0 2px 12px #0000000f;transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.feature-icon{width:50px;height:50px;background-color:#e8eaf0;color:#3b4c7c;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;margin:0 auto 1rem}.feature-name{font-size:1rem;font-weight:700;color:#1a1a2e;margin-bottom:.75rem}.feature-desc{font-size:.85rem;color:#777;line-height:1.6}@media(max-width:768px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.features-grid{grid-template-columns:1fr}}.stats{display:flex;justify-content:center;gap:3rem;padding:3rem 2rem 4rem;max-width:1200px;margin:0 auto}.stat-card{text-align:center;padding:2rem 3rem;background:#fff;border-radius:12px;box-shadow:0 2px 12px #0000000f;flex:1}.stat-icon{width:44px;height:44px;background-color:#e8eaf0;color:#3b4c7c;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;margin:0 auto 1rem}.stat-value{font-size:2.25rem;font-weight:800;color:#1a1a2e;margin-bottom:.25rem}.stat-label{font-size:.85rem;color:#888;font-weight:500}@media(max-width:600px){.stats{flex-direction:column;align-items:center;gap:1.5rem}}.footer{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 2rem;background-color:#fff;border-top:1px solid #e0e3ea;font-size:.8rem;color:#888}.footer-left{display:flex;align-items:center;gap:.5rem}.footer-logo{width:32px;height:32px;background-color:#3b4c7c;color:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:.9rem}.footer-brand{font-weight:700;color:#1a1a2e;font-size:.95rem}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:#666;font-weight:500;transition:color .2s}.footer-links a:hover{color:#3b4c7c}.footer-copy{color:#999}@media(max-width:768px){.footer{flex-direction:column;gap:1rem;text-align:center}}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0009;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:2000}.modal-content{background:#fff;padding:24px 30px;border-radius:12px;width:90%;max-width:500px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 10px 40px #0003;animation:slideIn .3s ease-out}.modal-header,.modal-sub{flex-shrink:0}@keyframes slideIn{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center}.close-x{background:none;border:none;font-size:24px;cursor:pointer;color:#666}.modal-sub{color:#666;font-size:14px;margin-bottom:20px}.report-form{flex-grow:1;overflow-y:auto;padding-right:5px}.report-form label{display:block;font-size:14px;font-weight:600;margin-bottom:5px;color:#333}.report-form input,.report-form select,.report-form textarea{width:100%;padding:12px;border:1.5px solid #eee;border-radius:8px;margin-bottom:15px;font-family:inherit}.ai-fill-btn{width:100%;padding:12px 16px;border:none;border-radius:8px;margin-bottom:10px;background:#2563eb;color:#fff;cursor:pointer;font-weight:700}.ai-fill-btn:disabled{opacity:.7;cursor:wait}.ai-hint{margin-top:-2px;margin-bottom:16px;font-size:13px;color:#4b5563}.ai-status{margin-top:-6px;margin-bottom:16px;padding:10px 12px;border-radius:8px;font-size:13px;line-height:1.4}.ai-status.success{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.ai-status.error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.modal-actions{display:flex;gap:10px;justify-content:flex-end}.cancel-btn{padding:10px 20px;border:none;background:#f0f0f0;border-radius:8px;cursor:pointer;font-weight:600}.submit-btn.highlight{padding:10px 20px;border:none;background:#2563eb;color:#fff;border-radius:8px;cursor:pointer;font-weight:600}.detail-modal{max-width:600px;padding:2.5rem;background:#fff;border-radius:12px;max-height:90vh;overflow-y:auto;box-shadow:0 12px 40px #00000026;animation:sideSlideIn .35s ease-out}@keyframes sideSlideIn{0%{transform:scale(.95) translateY(20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.modal-header{border-bottom:1.5px solid #f1f3f9;padding-bottom:1.5rem}.modal-title-group{display:flex;flex-direction:column;gap:.5rem}.detail-body{padding-top:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.detail-row{display:flex;flex-direction:column;gap:.35rem}.detail-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#8c98b2}.detail-value{font-size:1rem;font-weight:600;color:#1a1a2e}.highlight-text{font-size:1.25rem;color:#3b4c7c}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.detail-description{font-size:.95rem;line-height:1.6;color:#4b5563;background:#f8fafc;padding:1.25rem;border-radius:8px;border-left:4px solid #3b4c7c}.detail-footer{display:flex;justify-content:space-between;align-items:center;border-top:1.5px solid #f1f3f9;padding-top:1.25rem;margin-top:.5rem}.detail-date{font-size:.85rem;color:#8c98b2}.modal-actions{margin-top:2rem!important}.close-btn{width:100%;padding:.85rem;background:#f1f3f9;border:0;border-radius:8px;font-weight:700;color:#3b4c7c;cursor:pointer;transition:all .2s}.close-btn:hover{background:#3b4c7c;color:#fff}.about-page{background:#eef1f5;color:#1a1a2e}.about-hero{max-width:1050px;margin:2rem auto 0;border-radius:14px;overflow:hidden;background:linear-gradient(#3b4c7cc7,#3b4c7cc7),url(/about-hero.jpg) center/cover no-repeat;min-height:320px;display:grid;place-items:center}.about-hero-overlay{text-align:center;color:#fff;padding:2rem;max-width:760px}.about-hero-overlay h1{font-size:3rem;line-height:1.05;font-weight:900;margin-bottom:1rem}.about-hero-overlay p{font-size:1rem;opacity:.95;margin-bottom:1.5rem}.about-hero-actions{display:flex;justify-content:center;gap:.8rem}.about-btn{border-radius:8px;padding:.7rem 1.3rem;font-weight:700;border:1px solid transparent}.about-btn.primary{background:#fff;color:#2e3d63}.about-btn.secondary{background:transparent;border-color:#fff;color:#fff}.about-mission,.about-benefits,.about-stakeholders{max-width:1050px;margin:0 auto;padding:4rem 1.5rem}.about-mission{display:grid;grid-template-columns:1fr 1fr;gap:2.2rem;align-items:center}.mission-text h2,.about-benefits h2,.about-stakeholders h2{font-size:2rem;font-weight:800;margin-bottom:1rem}.mission-text p{line-height:1.8;color:#4c5568;margin-bottom:.9rem}.mission-image img{width:100%;border-radius:14px;display:block}.about-benefits{text-align:center}.section-subtitle{color:#768095;margin-bottom:2rem}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;text-align:left}.benefit-card{background:#fff;border-radius:12px;padding:1.2rem;box-shadow:0 2px 10px #0000000f}.benefit-icon{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;background:#e8edf8;color:#3b4c7c;margin-bottom:.8rem}.benefit-card h3{margin-bottom:.6rem;font-size:1.1rem}.benefit-card ul{padding-left:1rem;color:#4f596c;line-height:1.7;font-size:.92rem}.about-stakeholders{text-align:center;padding-top:2.2rem;padding-bottom:4rem}.stakeholders-row{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.stakeholder-pill{background:#fff;border-radius:999px;padding:.6rem 1rem;display:flex;align-items:center;gap:.55rem;box-shadow:0 2px 10px #0000000d;color:#3a445a;font-weight:600}.stakeholder-icon{width:30px;height:30px;border-radius:50%;background:#eef2fb;display:grid;place-items:center;color:#3b4c7c}@media(max-width:900px){.about-hero-overlay h1{font-size:2.25rem}.about-mission,.benefits-grid{grid-template-columns:1fr}}.login-page{min-height:100vh;display:grid;place-items:center;background:#eef1f5;padding:2rem 1rem}.login-shell{width:min(980px,100%);background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 18px 40px #14204229;display:grid;grid-template-columns:1fr 1fr}.login-left{color:#fff;padding:2rem;display:flex;flex-direction:column;justify-content:space-between;min-height:620px;background-position:center;background-size:cover}.brand{display:flex;align-items:center;gap:.65rem;font-size:2rem;font-weight:800}.brand i{width:42px;height:42px;border-radius:10px;display:grid;place-items:center;background:#ffffff3d;font-size:1rem}.login-left h1{font-size:2.4rem;line-height:1.1;margin:1.2rem 0 .8rem;max-width:320px}.login-left p{font-size:1rem;line-height:1.7;max-width:340px;opacity:.95}.left-note{display:flex;align-items:center;gap:.7rem;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);border-radius:10px;padding:.9rem 1rem;font-size:.86rem}.login-right{padding:1.8rem 2rem 1.2rem;background:#fff;display:flex;flex-direction:column}.tabs{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #d9dfec;margin-bottom:1rem}.tab{padding:.8rem 0;border:0;background:transparent;font-weight:700;color:#7584a6}.tab.active{color:#3b4c7c;border-bottom:2px solid #3b4c7c;margin-bottom:-1px}.login-right h2{color:#1a1a2e;font-size:2rem;margin:.8rem 0 .2rem}.sub{color:#8390aa;margin-bottom:1rem;font-size:.94rem}.login-form label{display:block;font-size:.85rem;font-weight:700;color:#37435f;margin-top:.85rem;margin-bottom:.35rem}.input-wrap{display:flex;align-items:center;gap:.55rem;border:1px solid #d4dbea;border-radius:8px;padding:.7rem .8rem;background:#fff}.input-wrap i{color:#94a1bd;font-size:.9rem}.input-wrap input{border:0;outline:none;width:100%;font-size:.9rem;color:#1a1a2e;font-family:inherit;background:transparent}.role-select{border:0;outline:none;width:100%;font-size:.9rem;color:#1a1a2e;font-family:inherit;background:transparent;cursor:pointer;appearance:none}.label-row{display:flex;justify-content:space-between;align-items:center;margin-top:.4rem}.label-row a{font-size:.8rem;color:#7c8eb4;text-decoration:none;font-weight:600}.remember{display:flex;align-items:center;gap:.45rem;color:#6d7a95;font-size:.85rem;margin:.8rem 0 .35rem}.login-submit{margin-top:.3rem;width:100%;border:0;border-radius:8px;background:#5e709a;color:#fff;font-weight:700;font-size:1rem;padding:.75rem 1rem;display:flex;align-items:center;justify-content:center;gap:.55rem}.divider{margin:1.15rem 0 .95rem;text-align:center;color:#9aa5bf;font-size:.73rem;letter-spacing:.08em;font-weight:700;border-top:1px solid #e2e7f2;padding-top:.85rem}.sso-btn{border:1px solid #d5dced;background:#fff;color:#2f3d60;border-radius:8px;padding:.72rem 1rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:.55rem}.meta{margin-top:auto;padding-top:1.15rem;display:flex;justify-content:space-between;align-items:center;color:#9aa5bf;font-size:.74rem}.meta-links{display:flex;gap:.9rem}.meta-links a{text-decoration:none;color:#8d9ab6;font-weight:600}@media(max-width:900px){.login-shell{grid-template-columns:1fr}.login-left{min-height:360px}.login-right{padding:1.5rem}}.tab{cursor:pointer}.close-btn-table{border:1px solid #ef4444;background:#ef4444;color:#fff;border-radius:6px;padding:.3rem .55rem;font-size:.72rem;cursor:pointer}.close-btn-table:hover:enabled{background:#dc2626;border-color:#dc2626}.close-btn-table:disabled{opacity:.55;cursor:not-allowed}.delete-user-btn{border:1px solid #ef4444;background:#ef4444;color:#fff;border-radius:6px;padding:.3rem .55rem;font-size:.72rem;font-weight:600;cursor:pointer}.delete-user-btn:hover:enabled{background:#dc2626;border-color:#dc2626}.delete-user-btn:disabled{opacity:.55;cursor:not-allowed}.analytics-root{display:flex;flex-direction:column;gap:1rem}.analytics-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.analytics-kpi-card{background:#fff;border:1px solid #e6eaf2;border-radius:12px;padding:1rem;box-shadow:0 2px 8px #0000000a}.analytics-kpi-card p{margin:0;font-size:.8rem;color:#64748b;font-weight:600}.analytics-kpi-card h3{margin:.35rem 0 .25rem;font-size:1.7rem;color:#1e293b}.analytics-kpi-card small{color:#7b879c;font-size:.78rem}.analytics-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.analytics-panel{background:#fff;border:1px solid #e6eaf2;border-radius:12px;padding:1rem;box-shadow:0 2px 8px #0000000a}.analytics-panel h3{margin:0 0 .8rem;font-size:.95rem;color:#1e293b}.mini-bars{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.45rem;height:165px;align-items:end}.mini-bar-item{height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:.45rem}.mini-bar-fill{width:100%;min-height:6px;border-radius:6px;background:linear-gradient(180deg,#4f7df3,#254edb)}.mini-bar-item span{font-size:.72rem;color:#64748b}.category-list{display:flex;flex-direction:column;gap:.55rem}.category-row{display:grid;grid-template-columns:110px 1fr auto;align-items:center;gap:.6rem;font-size:.83rem;color:#334155}.category-bar-track{width:100%;height:8px;border-radius:999px;background:#e8edf7;overflow:hidden}.category-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#3b82f6,#2563eb)}.category-row strong{color:#1e293b}.analytics-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.analytics-list li{display:flex;justify-content:space-between;align-items:center;font-size:.84rem;color:#334155;border:1px solid #edf1f8;border-radius:8px;padding:.5rem .7rem}.analytics-list li strong{color:#1e293b}.analytics-panel.full-width{grid-column:1 / -1}@media(max-width:768px){.dashboard-container{flex-direction:column}.sidebar{width:100%;flex-direction:row;border-right:none;border-bottom:1px solid #e0e3ea;padding:.5rem;overflow-x:auto}.sidebar-top{display:flex;gap:.25rem}.sidebar-bottom{display:none}.status-cards,.dashboard-bottom,.analytics-kpis,.analytics-grid{grid-template-columns:1fr}.category-row{grid-template-columns:95px 1fr auto}.dashboard-header-row{flex-direction:column;gap:1rem;align-items:flex-start}.dashboard-main{padding:1.5rem 1rem}.issues-section,.table-container,.users-table-container{overflow-x:auto}.issues-table,.users-table{min-width:600px}}.dashboard-container{display:flex;min-height:calc(100vh - 60px)}.sidebar{width:200px;background:#fff;border-right:1px solid #e0e3ea;padding:1.5rem 0;display:flex;flex-direction:column;justify-content:space-between;flex-shrink:0}.sidebar-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;color:#555;text-decoration:none;transition:all .2s}.sidebar-link:hover{color:#3b4c7c;background:#f0f2f7}.sidebar-link.active{background:#3b4c7c;color:#fff;border-radius:0 8px 8px 0;margin-right:.5rem}.sidebar-link i{width:18px;text-align:center}.dashboard-main{flex:1;padding:2rem 2.5rem;overflow-y:auto}.dashboard-header-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.dashboard-title{font-size:1.75rem;font-weight:800;color:#1a1a2e;margin-bottom:.25rem}.dashboard-subtitle{font-size:.9rem;color:#888}.report-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#3b4c7c;color:#fff;border:none;border-radius:10px;font-size:.9rem;font-weight:600;white-space:nowrap;transition:background .2s}.report-btn:hover{background:#2e3d63}.status-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2rem}.status-card{background:#fff;border-radius:12px;padding:1.25rem 1.5rem;display:flex;align-items:center;gap:1rem;box-shadow:0 2px 8px #0000000d}.status-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.1rem}.pending-icon{background:#fff3e0;color:#e67e22}.progress-icon{background:#e3f2fd;color:#2196f3}.resolved-icon{background:#e8f5e9;color:#4caf50}.status-label{display:block;font-size:.8rem;color:#888;font-weight:500}.status-value{display:block;font-size:1.5rem;font-weight:800;color:#1a1a2e}.issues-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000d;margin-bottom:2rem}.issues-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.issues-header h2{font-size:1.1rem;font-weight:700;color:#1a1a2e}.view-all{font-size:.85rem;color:#555;text-decoration:none;font-weight:500}.view-all:hover{color:#3b4c7c}.issues-table{width:100%;border-collapse:collapse}.issues-table th{text-align:left;font-size:.7rem;font-weight:700;color:#999;letter-spacing:.5px;padding:.75rem .5rem;border-bottom:1px solid #eee}.issues-table td{padding:.85rem .5rem;font-size:.85rem;color:#444;border-bottom:1px solid #f5f5f5}.issue-row-clickable{cursor:pointer}.issue-row-clickable:hover{background:#f7f9fc}.badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600}.badge-in-progress{background:#e3f2fd;color:#1976d2}.badge-pending{background:#fff8e1;color:#f9a825}.badge-resolved{background:#e8f5e9;color:#388e3c}.action-btn{background:none;border:1px solid #ddd;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#3b4c7c;font-size:.8rem;transition:all .2s}.action-btn:hover{background:#3b4c7c;color:#fff;border-color:#3b4c7c}.assign-cell{display:flex;gap:.4rem;align-items:center}.table-select{border:1px solid #d8dce7;border-radius:6px;padding:.3rem .4rem;font-size:.75rem;color:#334;background:#fff}.assign-btn{border:1px solid #3b4c7c;background:#3b4c7c;color:#fff;border-radius:6px;padding:.3rem .55rem;font-size:.72rem;cursor:pointer}.assign-btn:disabled{opacity:.55;cursor:not-allowed}.dashboard-bottom{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.service-updates{background:#f0f4fa;border-radius:12px;padding:1.5rem}.service-updates h3{font-size:1rem;font-weight:700;color:#1a1a2e;margin-bottom:1.25rem;display:flex;align-items:center;gap:.5rem}.service-updates h3 i{color:#3b4c7c}.update-item{display:flex;gap:1rem;margin-bottom:1rem}.update-icon{width:36px;height:36px;background:#dde4f0;color:#3b4c7c;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.9rem;flex-shrink:0}.update-item strong{display:block;font-size:.9rem;color:#1a1a2e;margin-bottom:.2rem}.update-item p{font-size:.8rem;color:#888;line-height:1.5}.emergency-card{background:#1a1a2e;color:#fff;border-radius:12px;padding:1.75rem;display:flex;flex-direction:column;justify-content:center}.emergency-card h3{font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.emergency-card p{font-size:.85rem;color:#aaa;margin-bottom:1.25rem;line-height:1.5}.emergency-actions{display:flex;gap:.75rem}.phone-btn{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;background:#fff;color:#1a1a2e;border:none;border-radius:8px;font-size:.85rem;font-weight:600}.chat-btn{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;background:#3b4c7c;color:#fff;border:none;border-radius:8px;font-size:.85rem;font-weight:600}.phone-btn:hover{background:#f0f0f0}.chat-btn:hover{background:#2e3d63}.admin-tools{display:flex;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.admin-filter-input,.admin-filter-select{border:1px solid #dde4f0;border-radius:8px;padding:.55rem .75rem;font-size:.85rem;color:#334155;background:#fff}.admin-filter-input{min-width:260px}.admin-table-wrap{overflow-x:auto}.admin-empty-state{padding:2rem;text-align:center;color:#8c98b2;font-weight:600}@media(max-width:768px){.dashboard-container{flex-direction:column}.sidebar{width:100%;flex-direction:row;border-right:none;border-bottom:1px solid #e0e3ea;padding:.5rem;overflow-x:auto}.sidebar-top{display:flex;gap:.25rem}.sidebar-bottom{display:none}.status-cards,.dashboard-bottom{grid-template-columns:1fr}.dashboard-header-row{flex-direction:column;gap:1rem;align-items:stretch}.dashboard-main{padding:1.5rem 1rem}.issues-section{overflow-x:auto}.issues-table{min-width:600px}}.reports-main{max-width:1200px;margin:0 auto}.full-section{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 15px #0000000d;margin-top:1.5rem}.back-btn{padding:.75rem 1.25rem;background:#f1f3f9;color:#3b4c7c;font-weight:700;border-radius:8px;text-decoration:none;display:flex;align-items:center;gap:.5rem;transition:all .2s}.back-btn:hover{background:#3b4c7c;color:#fff}.loading-box,.empty-box{padding:4rem;text-align:center;color:#8c98b2}.empty-box i{font-size:3rem;margin-bottom:1rem}.empty-box p{font-size:1.1rem;font-weight:600}.sidebar-link{cursor:pointer;text-decoration:none}
