@import"https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800&family=Montserrat:wght@400;500;600;700&display=swap";:root{--font-body: "Montserrat", Arial, sans-serif;--font-heading: "Archivo", Arial, sans-serif;--color-bg: #f8fafc;--color-text: #0f172a;--color-muted: #64748b;--app-page-max-width: 1120px;--app-shell-navbar-height: 70px;--app-shell-navbar-height-mobile: 64px;--app-shell-sidebar-width: 230px;--app-shell-sidebar-width-mobile: min(280px, 86vw);--app-content-padding-y: 12px;--app-content-padding-x: clamp(8px, 1.2vw, 12px);--app-content-padding-x-mobile: 12px;--app-content-padding-x-small: 8px;font-family:var(--font-body);line-height:1.5;font-weight:400;color:var(--color-text);background:var(--color-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{width:100%;min-height:100%}body{margin:0;min-width:320px;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body)}h1,h2,h3,h4,h5,h6{margin:0;font-family:var(--font-heading);color:var(--color-text)}p,span,label,li,a,button,input,select,textarea{font-family:var(--font-body)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.registration-overlay{position:fixed;inset:0;background:#e2e8f094;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);z-index:50;overflow:auto}.registration-shell{min-height:100vh}.registration-header{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid #d8dee8;padding:18px 28px;box-shadow:0 8px 20px #0f172a0f}.registration-brand{max-width:1220px;margin:0 auto;display:flex;align-items:center;gap:14px}.registration-brand-icon{width:56px;height:56px;border-radius:14px;background:#e8f0ff;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:8px}.registration-brand-icon img{width:100%;height:100%;object-fit:contain}.registration-brand h2{font-size:1rem;font-weight:700;color:#0f172a}.registration-brand p{margin-top:4px;font-size:.9rem;color:#475569}.registration-content{max-width:980px;margin:0 auto;padding:26px 24px 56px}.registration-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;max-width:860px;margin:0 auto 28px}.step-item{display:flex;flex-direction:column;align-items:center;gap:10px;position:relative;min-height:66px}.step-badge{width:46px;height:46px;border-radius:999px;background:#d7dce5;color:#334155;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;position:relative;z-index:1}.step-badge.active{background:#2563eb;color:#fff}.step-line{position:absolute;top:22px;left:calc(50% + 18px);width:calc(100% - 36px);height:3px;border-radius:999px;background:#d7dce5}.step-line.active{background:#2563eb}.step-item:last-child .step-line{display:none}.step-item p{margin:0;font-size:.9rem;color:#334155;text-align:center}.registration-card{max-width:830px;margin:0 auto;background:#fff;border:1px solid #d8dee8;border-radius:20px;box-shadow:0 10px 28px #0f172a14;padding:32px 32px 28px;text-align:left}.registration-card h3{margin:0;font-size:1.15rem;font-weight:700;color:#0f172a}.registration-subtitle{margin:10px 0 24px;font-size:.95rem;color:#475569}.registration-field{margin-bottom:18px;text-align:left}.registration-field label{display:block;margin-bottom:8px;font-size:.84rem;font-weight:600;color:#334155}.registration-field input,.registration-field select{width:100%;height:58px;border:1px solid #cbd5e1;border-radius:14px;padding:0 18px;font-size:.95rem;color:#0f172a;background:#fff}.registration-field input:focus,.registration-field select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.registration-field input::placeholder{color:#8a94a6}.registration-row{display:grid;grid-template-columns:minmax(0,1fr) 140px;gap:12px;align-items:end}.flex-1{flex:1}.registration-row .registration-field{margin-bottom:0}.otp-row{align-items:start}.otp-row .registration-success{align-self:start;margin-top:30px}.registration-primary,.registration-secondary,.registration-verified-badge,.registration-success,.registration-complete{height:54px;border:none;border-radius:12px;font-weight:700;font-size:.95rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.registration-primary,.registration-complete{width:100%;color:#fff;background:#2563eb}.registration-primary:disabled,.registration-complete:disabled{background:#d8dde6;color:#8a94a6;cursor:not-allowed}.registration-secondary{width:140px;padding:0 18px;background:#2563eb;color:#fff;gap:8px}.registration-secondary:disabled{background:#d8dde6;color:#8a94a6;cursor:not-allowed}.registration-verified-badge{width:50px;min-width:50px;padding:0;background:#d8f5e2;color:#15803d}.registration-verified-badge:disabled{background:#d8f5e2;color:#15803d;cursor:default}.registration-success{width:140px;padding:0 18px;background:#0aaf3c;color:#fff}.registration-success:disabled{background:#b8e2c6;color:#fff;cursor:not-allowed}.registration-link{display:block;margin:22px auto 0;border:none;background:transparent;color:#1454ff;font-size:.95rem;cursor:pointer}.registration-hint{display:block;margin-top:8px;font-size:.82rem;color:#64748b}.registration-error-text{display:block;margin-top:8px;font-size:.82rem;color:#b42318}.location-map-shell{width:100%;height:340px;border:1px solid #cbd5e1;border-radius:16px;margin:10px 0 14px;overflow:hidden;background:#eef2f7}.location-map-frame{width:100%;height:100%;border:none}.coordinates-card{margin-bottom:16px;padding:16px 18px;border:1px solid #93c5fd;border-radius:14px;background:#eaf3ff}.coordinates-title{display:flex;align-items:center;justify-content:center;gap:8px;font-weight:700;color:#0f172a}.coordinates-card p{margin-top:8px;color:#475569;font-size:.92rem;text-align:center}.coordinates-place{font-weight:600}.registration-error{margin:0 0 14px;color:#b42318;font-size:.88rem}.registration-tip{margin:0 0 16px;color:#334155;font-size:.92rem;text-align:left}.registration-complete{background:#0aaf3c}.registration-finish{display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px 0 8px}.registration-finish-icon{width:72px;height:72px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#d8f5e2;color:#15803d;margin-bottom:18px}.registration-finish-copy{max-width:620px;margin-left:auto;margin-right:auto}.button-status{display:inline-flex;align-items:center;justify-content:center;gap:8px}.button-status svg{color:#22c55e}@media(max-width:900px){.registration-content{padding:24px 14px 34px}.registration-steps{max-width:100%}.registration-card{padding:24px 18px}.registration-steps{gap:18px}.step-line{width:72px}}@media(max-width:720px){.registration-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-bottom:22px}.step-item{min-height:62px;padding-left:0;align-items:center}.step-line{width:calc(100% - 28px);height:3px;top:22px;left:calc(50% + 14px)}.step-item p{font-size:.82rem;line-height:1.2;text-align:center}.registration-row{grid-template-columns:minmax(0,1fr) 108px;gap:8px;align-items:end}.otp-row{align-items:start}.otp-row .registration-success{margin-top:30px}.registration-secondary,.registration-verified-badge,.registration-success{width:108px;min-width:108px;padding:0 12px;font-size:.9rem}.registration-verified-badge{width:50px;min-width:50px;padding:0}}:root{--blue:#1f5eff;--blue-dark:#1d4ed8;--bg:#f7f8fb;--top:#f3f4f6;--border:#e5e7eb;--text:#0f172a;--muted:#64748b;--white:#fff}html,body,#root{height:100%}body{background:var(--bg);color:var(--text)}.login-page,.content-wrapper{min-height:100vh}.login-page{overflow-x:hidden}.content-wrapper{display:flex;flex-direction:column;position:relative}.topbar{height:72px;padding:0 24px;background:var(--top);border-bottom:1px solid var(--border);display:flex;align-items:center;flex-shrink:0}.brand,.main-content{width:100%;max-width:1400px;margin:0 auto}.brand{display:flex;align-items:center;gap:12px}.brand-icon{width:44px;height:44px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.brand-icon img{width:100%;height:100%;object-fit:contain}.brand-text h1,.hero-text h2,.feature-copy h4,.hazards-card h3,.stat-box h4,.login-card h3{font-family:var(--font-heading)}.brand-text h1{font-size:1.9rem;font-weight:800;line-height:1}.brand-text p{margin-top:4px;font-size:.84rem;color:#475569}.main-content{flex:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,400px);gap:22px;align-items:stretch}.hero-section{min-height:calc(100vh - 112px);padding:34px 0 26px;color:var(--white);background:linear-gradient(135deg,var(--blue),var(--blue-dark));display:flex;flex-direction:column;position:relative;overflow:hidden;isolation:isolate;border-radius:22px;margin:24px 0 24px 24px}.hero-section:before,.hero-section:after{content:"";position:absolute;border-radius:999px;pointer-events:none;opacity:.22;filter:blur(4px);z-index:-1}.hero-section:before{width:280px;height:280px;top:-70px;right:8%;background:radial-gradient(circle,#93c5fd,#93c5fd00 68%);animation:floatBlob 11s ease-in-out infinite}.hero-section:after{width:340px;height:340px;bottom:-140px;left:-90px;background:radial-gradient(circle,#f8fafc,#f8fafc00 70%);animation:floatBlob 14s ease-in-out infinite reverse}.hero-text,.features-row,.hazards-card,.stats-row{width:100%;max-width:650px;margin-left:148px;margin-right:32px;animation:fadeUp .7s ease both}.features-row{margin-top:22px;display:grid;gap:12px;animation-delay:.12s}.hazards-card{animation-delay:.22s}.stats-row{animation-delay:.32s}.hero-text h2{max-width:600px;font-size:2.5rem;line-height:1.08;font-weight:800;letter-spacing:-.02em;color:var(--white)}.hero-subtitle{max-width:620px;margin-top:16px;font-size:.92rem;line-height:1.5;color:#ffffffeb}.feature-item{display:flex;align-items:flex-start;gap:14px;padding:8px 0;border-radius:12px;transition:transform .24s ease,background-color .24s ease}.feature-item:hover{transform:translate(4px)}.feature-icon{width:48px;height:48px;min-width:48px;border-radius:12px;background:#ffffff24;display:flex;align-items:center;justify-content:center;color:var(--white)}.feature-icon svg,.login-icon svg,.hazards-row i svg{width:22px;height:22px;display:block}.feature-copy h4{margin-top:2px;font-size:.98rem;font-weight:700;line-height:1.2;color:var(--white)}.feature-copy p{margin-top:5px;font-size:.8rem;line-height:1.45;color:#ffffffeb}.hazards-card{margin-top:22px;padding:22px 24px;border:1px solid rgba(255,255,255,.16);border-radius:14px;background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hazards-card h3{margin-bottom:16px;font-size:1rem;font-weight:700;color:var(--white)}.hazards-row{display:grid;grid-template-columns:repeat(2,minmax(160px,1fr));gap:14px 24px}.hazards-row span{display:flex;align-items:center;gap:8px;font-size:.84rem;color:#fffffff2}.hazards-row i{display:inline-flex;align-items:center;justify-content:center;color:#ffe7cf;font-style:normal}.stats-row{margin-top:28px;display:flex;flex-wrap:wrap;gap:78px;align-items:flex-start}.stat-box h4{font-size:1.95rem;font-weight:800;line-height:1;color:var(--white)}.stat-box p{margin-top:7px;font-size:.78rem;color:#fffffff2}.login-section{padding:24px;background:var(--bg);display:flex;align-items:center;justify-content:center}.login-card{width:100%;max-width:440px;padding:24px;background:var(--white);border-radius:22px;box-shadow:0 15px 35px #0f172a14;animation:fadeUp .75s ease .18s both}.login-icon{width:62px;height:62px;margin:0 auto 12px;border-radius:50%;background:#e8f0ff;color:#2563eb;display:flex;align-items:center;justify-content:center}.login-card h3{font-size:1.15rem;font-weight:700;color:var(--text);text-align:center}.login-subtext,.helper-text,.page-footer{text-align:center}.login-subtext{margin:8px 0 22px;font-size:.88rem;color:var(--muted)}.login-form{text-align:left}.form-group{margin-bottom:16px}.form-group label{display:block;margin-bottom:8px;font-size:.82rem;font-weight:600;color:#1f2937}.form-group input,.submit-btn{width:100%;height:56px;border-radius:12px;font-size:.9rem}.form-group input{padding:0 16px;border:2px solid #d7dde7;outline:none;background:#fff;color:var(--text)}.password-input-wrap{position:relative}.password-input-wrap input{padding-right:52px}.password-toggle{position:absolute;top:50%;right:14px;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;color:#64748b;cursor:pointer}.password-toggle:hover{color:#1f5eff}.password-toggle:focus-visible{border-radius:8px;outline:2px solid rgba(31,94,255,.22);outline-offset:2px}.form-group input::placeholder{color:#94a3b8}.form-group input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1f5eff1f}.custom-select{position:relative}.select-trigger{width:100%;height:56px;border:2px solid #d7dde7;border-radius:12px;padding:0 16px;background:#fff;color:#94a3b8;font-size:.9rem;text-align:left;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.select-trigger.has-value{color:var(--text)}.select-trigger:hover,.select-trigger:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1f5eff14;outline:none}.select-chevron{width:10px;height:10px;border-right:2px solid var(--text);border-bottom:2px solid var(--text);transform:rotate(45deg) translateY(-2px);transition:transform .2s ease;flex-shrink:0}.select-chevron.open{transform:rotate(-135deg) translateY(-1px)}.select-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border:1px solid #d7dde7;border-radius:12px;box-shadow:0 14px 30px #0f172a1f;padding:6px;z-index:20}.select-option{width:100%;border:none;background:#fff;color:var(--text);text-align:left;padding:14px 16px;font-size:.9rem;cursor:pointer;border-radius:10px;transition:background-color .15s ease,color .15s ease}.select-option:hover,.select-option:focus,.select-option.selected{background:var(--blue);color:#fff;outline:none}.submit-btn{border:none;margin-top:4px;background:linear-gradient(135deg,#2563eb,var(--blue-dark));color:#fff;font-weight:700;cursor:pointer;transition:transform .2s ease,filter .2s ease,box-shadow .2s ease}.submit-btn:hover:not(:disabled){filter:brightness(.98);box-shadow:0 10px 20px #2563eb2e}.submit-btn:disabled{background:#d8dde6;color:#8a94a6;cursor:not-allowed}.helper-text{margin-top:16px;font-size:.78rem;line-height:1.45;color:var(--muted)}.registration-cta{margin-top:20px;text-align:center}.registration-cta p{font-size:.88rem;color:#334155}.registration-cta-link{margin-top:8px;border:none;background:transparent;color:#1454ff;font-size:1rem;font-weight:600;cursor:pointer}.page-footer{min-height:40px;padding:8px 16px;border-top:1px solid var(--border);background:var(--bg);color:var(--muted);font-size:.8rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes floatBlob{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(18px,-12px,0) scale(1.06)}}@media(max-width:1200px){.hero-text,.features-row,.hazards-card,.stats-row{max-width:620px;margin-left:72px;margin-right:24px}.hero-text h2{font-size:2.15rem}.stats-row{gap:42px}}@media(max-width:980px){.main-content{grid-template-columns:1fr;gap:0}.hero-section{min-height:auto;padding:24px 16px;margin:16px 14px 0}.hero-text,.features-row,.hazards-card,.stats-row{max-width:100%;margin-left:0;margin-right:0}.hero-text h2{font-size:1.9rem}.hero-subtitle{font-size:.88rem}.features-row{gap:10px}.hazards-row{grid-template-columns:1fr 1fr}.stats-row{gap:22px}.login-section{padding:22px 14px 18px}.login-card{max-width:520px}}@media(max-width:768px){.topbar{padding:0 14px}.brand-text h1{font-size:1.5rem}.brand-text p{display:none}.hero-section{padding:20px 14px}.hero-text h2{font-size:1.7rem}.hero-subtitle{margin-top:12px;font-size:.85rem}.feature-icon{width:42px;height:42px;min-width:42px}.feature-copy h4{font-size:.9rem}.feature-copy p{font-size:.76rem}.hazards-card{margin-top:18px;padding:16px}.hazards-card h3{font-size:.92rem}.hazards-row{grid-template-columns:1fr;gap:10px}.hazards-row span{font-size:.8rem}.stats-row{margin-top:20px;gap:18px}.stat-box h4{font-size:1.55rem}.stat-box p{font-size:.72rem}.login-card{padding:18px}}@media(max-width:480px){.topbar{padding:0 12px}.brand-icon,.brand-icon img{width:40px;height:40px}.brand-text h1{font-size:1.35rem}.stats-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.stat-box:last-child{grid-column:1/-1}.page-footer{font-size:.74rem}}@media(prefers-reduced-motion:reduce){.hero-section:before,.hero-section:after,.hero-text,.features-row,.hazards-card,.stats-row,.login-card{animation:none}.feature-item,.submit-btn{transition:none}}.hazard-map{display:flex;flex-direction:column;gap:12px}.hazard-map--fullscreen{width:100%;height:100%;padding:20px;box-sizing:border-box;background:#f8fafc}.hazard-map--fullscreen .hazard-map__frame,.hazard-map--fullscreen .hazard-map__canvas{min-height:calc(100vh - 180px)}:fullscreen .hazard-map{width:100%;height:100%}.hazard-map__toolbar{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap}.hazard-map__controls{display:flex;flex-wrap:wrap;gap:8px}.hazard-map__button{display:inline-flex;align-items:center;gap:6px;border:1px solid #cbd5e1;background:#f8fafc;color:#1e293b;border-radius:999px;padding:8px 12px;cursor:pointer;font-size:12px;font-weight:600;transition:background .18s ease,border-color .18s ease,color .18s ease}.hazard-map__button:hover{background:#eff6ff;border-color:#93c5fd}.hazard-map__button.is-active{background:#1d4ed8;border-color:#1d4ed8;color:#fff}.hazard-map__button--ghost{background:#fff}.hazard-map__summary{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.hazard-map__summary span{display:inline-flex;align-items:center;gap:6px;border-radius:999px;background:#f8fafc;color:#475569;padding:7px 10px;font-size:12px;font-weight:600}.hazard-map__frame{position:relative;height:100%;min-height:460px;border-radius:16px;overflow:hidden;background:linear-gradient(180deg,#dceeff,#f8fafc)}.hazard-map__filters{display:grid;grid-template-columns:180px 220px minmax(240px,1fr);gap:10px}.hazard-map__field{display:flex;flex-direction:column;gap:6px}.hazard-map__field span{color:#475569;font-size:12px;font-weight:600}.hazard-map__field select,.hazard-map__field input{width:100%;height:40px;border:1px solid #cbd5e1;border-radius:12px;background:#fff;color:#0f172a;padding:0 12px;font-size:13px}.hazard-map__field select:focus,.hazard-map__field input:focus{outline:none;border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa2e}.hazard-map__canvas{height:100%;min-height:460px;width:100%}.hazard-map__climate-surface{pointer-events:none}.hazard-map__status,.hazard-map__error,.hazard-map__hint,.hazard-map__legend{position:absolute;z-index:600;background:#fffffff2;border-radius:14px;box-shadow:0 12px 26px #0f172a29}.hazard-map__status{top:18px;left:18px;padding:10px 14px;color:#0f172a;font-size:13px;font-weight:600}.hazard-map__error{top:18px;right:18px;max-width:320px;padding:12px 14px;border:1px solid #fecaca;color:#991b1b;font-size:13px;font-weight:600}.hazard-map__hint{right:18px;bottom:18px;max-width:310px;padding:12px 14px;color:#334155;font-size:12px;line-height:1.5}.hazard-map__legend{right:18px;bottom:18px;width:240px;padding:14px}.hazard-map__legend strong{display:block;color:#0f172a;font-size:14px;margin-bottom:4px}.hazard-map__legend>span{display:block;color:#64748b;font-size:12px;margin-bottom:12px}.hazard-map__legend-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.hazard-map__legend-item{display:flex;align-items:center;gap:8px;color:#334155;font-size:12px}.hazard-map__legend-swatch{width:12px;height:12px;border-radius:999px;border:1px solid rgba(15,23,42,.16);flex-shrink:0}.hazard-map__popup{min-width:180px;line-height:1.45}.leaflet-container{font-family:inherit;background:#dceeff}.leaflet-tooltip{border:0;border-radius:999px;box-shadow:0 8px 18px #0f172a26;color:#0f172a;font-size:12px;font-weight:600;padding:6px 10px}@media(max-width:820px){.hazard-map__toolbar{flex-direction:column}.hazard-map__filters{grid-template-columns:1fr}.hazard-map__summary{justify-content:flex-start}.hazard-map__frame,.hazard-map__canvas{min-height:380px}.hazard-map__legend,.hazard-map__hint{left:18px;right:18px;width:auto}.hazard-map--fullscreen{padding:12px}.hazard-map--fullscreen .hazard-map__frame,.hazard-map--fullscreen .hazard-map__canvas{min-height:calc(100vh - 220px)}}.nd-layout{width:100%;background:transparent}.nd-main{width:100%}.nd-content{width:100%;margin:0;padding:0}.nd-page-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px}.nd-page-head h2{font-size:28px;margin:0 0 4px;line-height:1.1}.nd-page-head p{font-size:13px;color:#64748b}.nd-role-meta{text-align:right;padding-top:4px}.nd-role-meta strong{display:block;font-size:12px;color:#9a3412}.nd-role-meta span{font-size:11px;color:#6b7280}.nd-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px}.nd-stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:12px 14px;display:flex;align-items:center;gap:12px;min-height:74px}.nd-stat-card p{font-size:11px;color:#6b7280;margin-bottom:4px}.nd-stat-card h3{font-size:28px;line-height:1;font-weight:700}.nd-stat-icon{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;flex-shrink:0}.nd-stat-icon.blue{background:#e7f0ff;color:#2563eb}.nd-stat-icon.red{background:#feeceb;color:#ef4444}.nd-stat-icon.orange{background:#fff2e7;color:#f97316}.nd-stat-icon.purple{background:#f2eaff;color:#9333ea}.nd-stat-icon.green{background:#e9fbef;color:#16a34a}.nd-stat-icon.dark{background:#f3f4f6;color:#111827}.nd-filter-card{background:#fff;border:1px solid #dfe4ea;border-radius:10px;padding:12px;margin-bottom:14px}.nd-filter-title{display:flex;align-items:center;gap:7px;margin-bottom:12px}.nd-filter-title h3{font-size:14px}.nd-filters-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.nd-field label{display:block;font-size:10px;color:#6b7280;margin-bottom:6px}.nd-select,.nd-input{height:38px;border:1px solid #cfd6df;border-radius:8px;background:#fff;display:flex;align-items:center;padding:0 10px}.nd-select{justify-content:space-between;color:#374151;font-size:12px}.nd-input{gap:8px;color:#9ca3af}.nd-input input{border:none;outline:none;width:100%;background:transparent;font-size:12px;color:#111827}.nd-map-card{background:#fff;border:1px solid #dfe4ea;border-radius:10px;padding:12px;margin-bottom:14px}.nd-map-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.nd-map-title{display:flex;align-items:center;gap:7px}.nd-map-title h3{font-size:15px}.nd-live{display:flex;align-items:center;gap:6px;color:#6b7280;font-size:11px}.nd-live-dot{width:6px;height:6px;border-radius:50%;background:#22c55e}.nd-map-area{min-height:540px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;position:relative;overflow:hidden}.nd-action-card{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border-radius:10px;padding:14px}.nd-action-card h3{font-size:18px;margin-bottom:5px}.nd-action-card p{font-size:12px;opacity:.9;margin-bottom:12px}.nd-action-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.nd-action-btn{border:1px solid rgba(255,255,255,.24);background:#ffffff14;color:#fff;border-radius:8px;padding:12px;display:flex;align-items:center;gap:10px;cursor:pointer;text-align:left}.nd-action-btn:hover{background:#ffffff24}.nd-action-btn strong{display:block;font-size:13px;margin-bottom:3px}.nd-action-btn span{font-size:11px;opacity:.88}@media(max-width:1100px){.nd-filters-grid,.nd-stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.nd-page-head{flex-direction:column}.nd-role-meta{text-align:left}}@media(max-width:700px){.nd-stats-grid,.nd-filters-grid,.nd-action-grid{grid-template-columns:1fr}.nd-content{padding:0}.nd-page-head h2{font-size:24px}.nd-map-area{min-height:420px}}@media(max-width:520px){.nd-stats-grid{grid-template-columns:1fr}.nd-page-head p{font-size:12px}.nd-map-area{min-height:360px}}*{box-sizing:border-box}button,input,select{font:inherit}.srp-page{width:100%;max-width:none;margin:0;padding:0 0 16px}.page-header{text-align:left;padding:0;margin-bottom:18px}.page-header h1{margin:0 0 4px;font-size:28px;font-weight:700;line-height:1.1;color:#0f172a}.page-header p{margin:0;color:#64748b;font-size:13px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:10px}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:14px 16px;display:flex;align-items:center;gap:12px}.stat-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;font-size:18px}.stat-high{background:#fee2e2;color:#dc2626}.stat-moderate{background:#ffedd5;color:#ea580c}.stat-low{background:#dcfce7;color:#16a34a}.stat-extreme{background:#fecaca;color:#b91c1c}.stat-drought{background:#fef3c7;color:#b45309}.stat-label{margin:0 0 4px;color:#6b7280;font-size:14px}.stat-count{margin:0;font-size:28px}.filter-card,.schools-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;margin-top:12px}.card-title{display:flex;align-items:center;gap:8px;padding:14px 16px 8px}.card-title h3,.schools-card-header h3{margin:0;font-size:18px}.filters-row{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:12px;padding:0 16px 16px}.search-box{position:relative}.search-box input{width:100%;height:44px;border:1px solid #d1d5db;border-radius:10px;padding:0 14px 0 42px;outline:none;background:#fff}.search-box input:focus,.select-wrap select:focus{border-color:#2563eb}.search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#9ca3af}.select-wrap{position:relative}.select-wrap select{width:100%;height:44px;border:1px solid #d1d5db;border-radius:10px;padding:0 40px 0 14px;appearance:none;outline:none;background:#fff;cursor:pointer}.select-icon{position:absolute;right:14px;top:50%;transform:translateY(-50%);pointer-events:none;color:#6b7280}.schools-card-header{padding:14px 16px;border-bottom:1px solid #f0f2f5}.schools-list{display:flex;flex-direction:column}.school-row{display:flex;justify-content:space-between;gap:20px;padding:14px 16px;border-bottom:1px solid #f0f2f5}.school-row:last-child{border-bottom:none}.school-left{display:flex;gap:14px;flex:1}.school-icon-box{width:42px;height:42px;border-radius:12px;background:#eaf1ff;color:#2563eb;display:grid;place-items:center;font-size:18px;flex-shrink:0}.school-title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.school-title-row h4{margin:0;font-size:20px}.school-meta{display:flex;gap:16px;flex-wrap:wrap;color:#6b7280;font-size:14px;margin-top:6px}.school-meta span{display:flex;align-items:center;gap:5px}.hazards{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.hazard-tag{background:#f3f4f6;color:#374151;padding:5px 10px;border-radius:999px;font-size:12px}.badge{display:inline-flex;align-items:center;border-radius:999px;font-size:12px;padding:5px 10px;font-weight:600}.badge-high{background:#fee2e2;color:#dc2626}.badge-moderate{background:#ffedd5;color:#ea580c}.badge-low{background:#dcfce7;color:#16a34a}.badge-extreme{background:#fecaca;color:#b91c1c}.badge-drought{background:#fef3c7;color:#b45309}.school-right{min-width:220px;align-self:center}.risk-score-row{display:flex;justify-content:space-between;margin-bottom:8px}.risk-label{color:#6b7280;font-size:14px}.risk-value{font-weight:700}.progress-bar{width:100%;height:8px;border-radius:999px;background:#e5e7eb;overflow:hidden}.progress-fill{height:100%;border-radius:999px}.progress-high{background:#ef4444}.progress-moderate{background:#f97316}.progress-low{background:#22c55e}.updated-text{font-size:12px;color:#6b7280;margin-top:8px;text-align:right}.empty-state{padding:24px 16px;text-align:center;color:#6b7280}@media(max-width:1100px){.filters-row{grid-template-columns:1fr}.school-row{flex-direction:column}.school-right{min-width:100%}.updated-text{text-align:left}}@media(max-width:900px){.page-header h1{font-size:24px}.school-title-row h4{font-size:18px}}.incident-page{width:100%;max-width:1120px;margin:0 auto;padding:0 0 30px;color:#0f172a}.incident-page-head{margin-bottom:18px}.incident-page-head h1{margin:0 0 4px;font-size:28px;font-weight:700;line-height:1.1;color:#0f172a}.incident-page-head p{margin:0;font-size:13px;color:#64748b}.incident-tabs{display:flex;gap:16px;margin-bottom:18px;border-bottom:1px solid #dbe3ef}.incident-tabs button{border:none;background:transparent;padding:8px 0 7px;font-size:13px;font-weight:600;color:#4b5563;cursor:pointer;border-bottom:2px solid transparent}.incident-tabs .active{color:#2563eb;border-bottom-color:#2563eb}.incident-section-title--no-margin{margin-bottom:0}.incident-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}.incident-stat-card,.incident-summary-card,.incident-filter-card,.incident-report-card{background:#fff;border:1px solid #d8e0ea;border-radius:10px;box-shadow:0 0 0 1px #ffffffb3 inset}.incident-stat-card{padding:14px;display:flex;align-items:center;gap:10px;min-height:74px}.incident-stat-icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;flex-shrink:0}.incident-stat-icon--blue{background:#e7f0ff;color:#2563eb}.incident-stat-icon--green{background:#dcfce7;color:#16a34a}.incident-stat-icon--amber{background:#fef3c7;color:#d97706}.incident-stat-icon--red{background:#fee2e2;color:#ef4444}.incident-stat-copy h4{margin:0 0 2px;font-size:12px;font-weight:600;color:#6b7280}.incident-stat-copy h3{margin:0;font-size:28px;line-height:1;color:#111827}.incident-stat-copy p{margin-top:3px;font-size:11px;color:#6b7280}.incident-summary-grid{display:grid;grid-template-columns:minmax(280px,1.1fr) minmax(280px,1fr);gap:12px;margin-bottom:18px}.incident-summary-card{padding:14px}.incident-section-title{display:flex;align-items:center;gap:5px;margin-bottom:8px;color:#111827}.incident-section-title h4{margin:0;font-size:14px;font-weight:700}.incident-summary-list{display:grid;gap:6px}.summary-row{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#64748b}.summary-row strong{color:#111827;font-size:14px}.incident-filter-card{padding:14px;margin-bottom:14px}.incident-filters{display:grid;grid-template-columns:minmax(220px,1.6fr) minmax(160px,1fr) minmax(170px,1fr) minmax(160px,1fr);gap:8px}.incident-filters input,.incident-filters select{width:100%;height:40px;padding:0 12px;border:1px solid #cfd8e3;border-radius:8px;background:#fff;font-size:13px;color:#111827;outline:none}.incident-filters input::placeholder{color:#94a3b8}.incident-filters input:focus,.incident-filters select:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f614}.incident-list{display:grid;gap:14px}.incident-report-card{padding:16px}.incident-report-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.incident-report-title-block{display:flex;align-items:flex-start;gap:10px;min-width:0}.incident-alert-icon{width:18px;height:18px;border-radius:5px;display:grid;place-items:center;background:#fee2e2;color:#ef4444;flex-shrink:0}.incident-report-head{min-width:0}.incident-report-title-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.incident-report-title-row h4{margin:0;font-size:16px;font-weight:700;color:#111827}.incident-pill{display:inline-flex;align-items:center;gap:4px;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:700;line-height:1}.incident-pill--high{background:#fee2e2;color:#ef4444}.incident-pill--moderate{background:#ffedd5;color:#c2410c}.incident-pill--verified{background:#dcfce7;color:#15803d}.incident-pill--pending{background:#fef3c7;color:#b45309}.incident-report-meta{display:flex;flex-wrap:wrap;gap:9px;margin-top:4px;color:#6b7280}.incident-report-meta span{display:inline-flex;align-items:center;gap:3px;font-size:12px}.incident-export-button{display:inline-flex;align-items:center;gap:5px;height:36px;padding:0 12px;border:1px solid #cfd8e3;border-radius:8px;background:#fff;color:#111827;font-size:12px;font-weight:600;cursor:pointer;flex-shrink:0}.incident-description{margin:10px 0 9px;font-size:13px;line-height:1.5;color:#475569}.incident-report-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px 18px}.incident-detail-block{display:flex;align-items:baseline;gap:4px;font-size:12px;color:#64748b;flex-wrap:wrap}.incident-detail-label{color:#64748b}.incident-detail-block strong{font-size:13px;font-weight:700;color:#111827;text-transform:none}.incident-attachments{margin-top:9px;display:inline-flex;align-items:center;gap:4px;font-size:12px;color:#6b7280}.incident-monthly-panel,.incident-monthly-table-wrap{background:#fff;border:1px solid #d8e0ea;border-radius:10px}.incident-monthly-panel{padding:16px;margin-top:0}.incident-monthly-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.incident-monthly-download{display:inline-flex;align-items:center;gap:8px;height:40px;padding:0 16px;border:none;border-radius:10px;background:#2563eb;color:#fff;font-size:13px;font-weight:700;cursor:pointer}.incident-monthly-filters{display:grid;grid-template-columns:minmax(220px,1fr) minmax(180px,1fr) minmax(180px,1fr);gap:14px}.incident-monthly-filters input,.incident-monthly-filters select{width:100%;height:42px;padding:0 14px;border:1px solid #cfd8e3;border-radius:10px;background:#fff;font-size:13px;color:#111827;outline:none}.incident-monthly-filters input:focus,.incident-monthly-filters select:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f614}.incident-monthly-table-wrap{margin-top:16px;overflow:hidden}.incident-monthly-table{width:100%;border-collapse:collapse}.incident-monthly-table th,.incident-monthly-table td{padding:16px 22px;text-align:left;border-bottom:1px solid #e2e8f0;font-size:12px}.incident-monthly-table th{background:#fbfdff;color:#334155;font-weight:700;text-transform:uppercase}.incident-monthly-table td{color:#334155}.incident-monthly-table tbody tr:last-child td{border-bottom:none}.incident-monthly-uic{color:#2563eb}.incident-monthly-empty{padding:18px 22px;border-top:1px solid #e2e8f0;font-size:13px;color:#64748b}@media(max-width:900px){.incident-stats-grid,.incident-summary-grid,.incident-filters,.incident-report-grid,.incident-monthly-filters{grid-template-columns:1fr 1fr}.incident-monthly-header{flex-direction:column;align-items:stretch}.incident-monthly-download{width:fit-content}}@media(max-width:640px){.incident-page-head h1{font-size:24px}.incident-page-head p,.incident-tabs button{font-size:12px}.incident-stats-grid,.incident-summary-grid,.incident-filters,.incident-report-grid,.incident-monthly-filters{grid-template-columns:1fr}.incident-report-top{flex-direction:column}.incident-export-button{align-self:flex-start}.incident-monthly-table-wrap{overflow-x:auto}.incident-monthly-table{min-width:860px}}.alerts-page{max-width:1040px;margin:0 auto;color:#0f172a}.alerts-page-header{margin-bottom:18px}.alerts-page-header h1{margin:0 0 4px;font-size:28px;line-height:1.1;color:#0f172a}.alerts-page-header p{margin:0;font-size:13px;color:#64748b}.alerts-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:14px}.alerts-stat-card{display:flex;align-items:center;gap:12px;min-height:74px;padding:12px 14px;background:#fff;border:1px solid #dbe2ea;border-radius:10px}.alerts-stat-card p{margin:0 0 4px;font-size:11px;color:#64748b}.alerts-stat-card strong{font-size:28px;line-height:1;color:#0f172a}.alerts-stat-icon{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;flex-shrink:0}.alerts-stat-icon.red{color:#ef4444;background:#feebec}.alerts-stat-icon.orange{color:#f97316;background:#fff2e6}.alerts-stat-icon.blue{color:#2563eb;background:#e8f0ff}.alerts-filter-card,.alert-card,.alerts-recipients-card{background:#fff;border:1px solid #dbe2ea;border-radius:10px}.alerts-filter-card{padding:12px;margin-bottom:12px}.alerts-filter-title{display:flex;align-items:center;gap:8px;margin-bottom:10px;color:#334155}.alerts-filter-title h2{margin:0;font-size:14px}.alerts-filter-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.alerts-select-wrap{position:relative}.alerts-select{width:100%;height:40px;padding:0 38px 0 12px;border:1px solid #cfd8e3;border-radius:8px;background:#fff;color:#334155;font-size:12px;appearance:none;outline:none}.alerts-select:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #93c5fd33}.alerts-select-icon{position:absolute;top:50%;right:12px;transform:translateY(-50%);color:#64748b;pointer-events:none}.alerts-list{display:grid;gap:12px;margin-bottom:12px}.alert-card{overflow:hidden}.alert-card-header,.alert-card-footer{padding:12px}.alert-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border-bottom:1px solid #e5ebf2}.alert-card-title-group{display:flex;align-items:flex-start;gap:10px;min-width:0}.alert-card-icon{display:grid;place-items:center;width:22px;height:22px;border-radius:999px;flex-shrink:0;margin-top:2px}.alert-card-icon.blue{color:#2563eb;background:#e8f0ff}.alert-card-icon.orange{color:#f97316;background:#fff2e6}.alert-card-icon.purple{color:#9333ea;background:#f3e8ff}.alert-card-icon.red{color:#ef4444;background:#feebec}.alert-card-icon.slate{color:#475569;background:#e2e8f0}.alert-card-heading{min-width:0}.alert-card-title-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:4px}.alert-card-title-row h3{margin:0;font-size:15px;color:#0f172a}.alert-risk-badge,.alert-id-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:10px;line-height:1}.alert-risk-badge{padding:4px 7px}.alert-risk-badge.high-risk{color:#ef4444;background:#feebec}.alert-risk-badge.moderate-risk{color:#f97316;background:#fff2e6}.alert-risk-badge.low-risk{color:#16a34a;background:#ebf9ef}.alert-card-meta{display:flex;flex-wrap:wrap;gap:10px;font-size:10px;color:#64748b}.alert-card-meta span{display:inline-flex;align-items:center;gap:4px}.alert-id-badge{padding:5px 8px;border:1px solid #dbe2ea;color:#64748b;background:#f8fafc}.alert-card-body{padding:12px}.alert-section+.alert-section{margin-top:14px}.alert-section-label{display:block;margin-bottom:8px;text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:700;color:#475569}.alert-section p{margin:0;font-size:12px;color:#475569;line-height:1.6}.alert-actions-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.alert-edit-button{border:1px solid #cfd8e3;border-radius:999px;background:#fff;padding:5px 9px;color:#334155;font-size:10px;display:inline-flex;align-items:center;gap:5px}.alert-actions-panel{padding:10px;background:#eef4fb;border-radius:8px}.alert-action-item{display:flex;align-items:flex-start;gap:8px;font-size:11px;color:#475569}.alert-action-item+.alert-action-item{margin-top:8px}.alert-action-item--editing{align-items:center}.alert-action-number{display:inline-grid;place-items:center;width:14px;height:14px;border-radius:999px;background:#2563eb;color:#fff;font-size:9px;font-weight:700;flex-shrink:0;margin-top:1px}.alert-action-input{flex:1;min-width:0;height:32px;border:1px solid #cfd8e3;border-radius:4px;padding:0 10px;background:#fff;color:#111827;font-size:11px;outline:none}.alert-action-input:focus{border-color:#93c5fd}.alert-action-delete{border:none;background:transparent;color:#ef4444;display:inline-flex;align-items:center;justify-content:center;padding:2px}.alert-add-action{margin-top:10px;border:none;background:transparent;color:#2563eb;display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;padding:0}.alert-card-footer{display:flex;flex-wrap:wrap;gap:8px;border-top:1px solid #e5ebf2}.alert-action-button{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:6px;font-size:11px;line-height:1;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.alert-action-button.primary{background:#2563eb;color:#fff;border:1px solid #2563eb}.alert-action-button.success{background:#16a34a;color:#fff;border:1px solid #16a34a}.alert-action-button.secondary{background:#fff;color:#334155;border:1px solid #cfd8e3}.alert-action-button.primary:hover,.alerts-memo-actions .alerts-action-button.primary:hover{background:#1d4ed8;border-color:#1d4ed8;box-shadow:0 10px 22px #2563eb38;transform:translateY(-1px)}.alerts-empty-state{padding:24px;text-align:center;border:1px dashed #cbd5e1;border-radius:10px;background:#fff;color:#64748b}.alerts-modal-backdrop{position:fixed;inset:0;display:grid;place-items:center;padding:16px;background:#0f172aeb;z-index:90}.alerts-modal{width:min(100%,520px);max-height:min(100vh - 32px,760px);overflow-y:auto;border-radius:8px;background:#fff;border:1px solid #d6dde8;box-shadow:0 20px 50px #0f172a47;padding:18px 18px 16px}.alerts-modal-header{margin-bottom:10px}.alerts-modal-header h2{margin:0;font-size:18px;font-family:var(--font-heading);color:#0f172a}.alerts-memo-form{display:grid;gap:10px}.alerts-memo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.alerts-memo-field{display:grid;gap:5px}.alerts-memo-field span{font-size:12px;color:#0f172a}.alerts-memo-input,.alerts-memo-textarea{width:100%;min-width:0;border:1px solid #c8d0dc;border-radius:8px;padding:10px 12px;background:#fff;color:#111827;font-size:12px;outline:none;box-shadow:none}.alerts-memo-input:focus,.alerts-memo-textarea:focus{border-color:#94a3b8;box-shadow:none}.alerts-memo-textarea{resize:vertical;min-height:122px}.alerts-file-field{position:relative;display:flex;align-items:center;min-height:32px;padding:0 12px;border:1px solid #c8d0dc;border-radius:8px;overflow:hidden;font-size:12px;color:#111827;background:#fff}.alerts-file-field span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.alerts-file-input{position:absolute;inset:0;opacity:0;cursor:pointer}.alerts-memo-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:8px}.alerts-memo-actions .alerts-action-button{min-height:32px;padding:0 14px;font-size:12px;border-radius:12px}.alerts-memo-actions .alerts-action-button.secondary{background:#fff;border-color:#cbd5e1;color:#0f172a}.alerts-memo-actions .alerts-action-button.primary{background:#2563eb;border-color:#2563eb;color:#fff}.alerts-recipients-card{padding:14px;background:#edf5ff;border-color:#bcd4ff}.alerts-recipients-card h2{margin:0 0 10px;font-size:16px;color:#0f172a}.alerts-recipients-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.alerts-recipients-grid h3{margin:0 0 8px;font-size:12px;color:#334155}.alerts-recipients-grid ul{margin:0;padding-left:16px;color:#475569;font-size:11px;line-height:1.7}@media(max-width:1000px){.alerts-stats-grid,.alerts-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.alerts-page-header h1{font-size:24px}.alerts-stats-grid,.alerts-filter-grid,.alerts-recipients-grid{grid-template-columns:1fr}.alert-card-header,.alert-actions-heading{flex-direction:column;align-items:flex-start}.alert-card-footer{flex-direction:column}.alert-action-button{justify-content:center}.alerts-memo-grid{grid-template-columns:1fr}.alerts-memo-actions{flex-direction:column}.alerts-memo-actions .alerts-action-button{width:100%}}@media(max-width:520px){.alerts-modal-backdrop{padding:10px}.alerts-modal{width:100%;max-height:calc(100vh - 20px);padding:14px 12px 12px;border-radius:8px}.alerts-modal-header{margin-bottom:10px}.alerts-modal-header h2{font-size:15px}.alerts-memo-form{gap:10px}.alerts-select,.alerts-memo-input,.alerts-file-field{min-height:42px;height:42px}.alerts-memo-textarea{min-height:110px}.alerts-memo-field span{font-size:11px}}.activities-page{width:100%;color:#0f172a}.activities-page-header{margin-bottom:18px}.activities-page-header h1{margin:0 0 4px;font-size:28px;line-height:1.1;color:#0f172a}.activities-page-header p{margin:0;max-width:760px;font-size:13px;line-height:1.5;color:#64748b}.activities-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(180px,1fr));gap:10px;margin-bottom:14px}.activities-stat-card,.activities-filter-card,.activities-timeline-card{background:#fff;border:1px solid #d8e0ea;border-radius:10px}.activities-stat-card{display:flex;align-items:center;gap:12px;min-height:74px;padding:12px 14px}.activities-stat-icon{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;flex-shrink:0}.activities-stat-icon--blue{background:#e7f0ff;color:#2563eb}.activities-stat-icon--amber{background:#fff1df;color:#f97316}.activities-stat-icon--red{background:#fee2e2;color:#ef4444}.activities-stat-icon--sky{background:#dbeafe;color:#2563eb}.activities-stat-copy p{margin:0 0 4px;font-size:11px;color:#64748b}.activities-stat-copy strong{font-size:28px;line-height:1;color:#111827}.activities-filter-card,.activities-timeline-card{padding:16px}.activities-filter-card{margin-bottom:12px}.activities-section-title{display:flex;align-items:center;gap:8px;margin-bottom:12px;color:#111827}.activities-section-title h2{margin:0;font-size:14px;font-weight:700}.activities-filter-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.activities-filter-field{display:grid;gap:6px}.activities-filter-field span{font-size:11px;font-weight:600;color:#334155}.activities-filter-field input,.activities-select{width:100%;height:40px;padding:0 12px;border:1px solid #cfd8e3;border-radius:8px;background:#fff;color:#111827;font-size:12px;outline:none}.activities-filter-field input::placeholder{color:#94a3b8}.activities-select-wrap{position:relative}.activities-select{padding-right:32px;appearance:none}.activities-select-icon{position:absolute;top:50%;right:12px;transform:translateY(-50%);color:#64748b;pointer-events:none}.activities-filter-field input:focus,.activities-select:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f614}.activities-timeline-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:4px}.activities-timeline-head span{font-size:12px;color:#64748b}.activities-timeline-list{display:grid}.activities-timeline-item{display:grid;grid-template-columns:52px minmax(0,1fr);gap:12px;padding:14px 0;border-top:1px solid #e5e7eb}.activities-timeline-item:first-child{border-top:none}.activities-timeline-marker{display:flex;flex-direction:column;align-items:center;gap:6px}.activities-timeline-icon{width:32px;height:32px;border-radius:999px;display:grid;place-items:center;border:1px solid transparent}.activities-timeline-icon--alert{color:#f97316;background:#fff7ed;border-color:#fdba74}.activities-timeline-icon--incident{color:#ef4444;background:#fef2f2;border-color:#fca5a5}.activities-timeline-icon--memo{color:#2563eb;background:#eff6ff;border-color:#93c5fd}.activities-timeline-line{width:2px;flex:1;min-height:24px;background:#e5e7eb}.activities-timeline-item:last-child .activities-timeline-line{display:none}.activities-timeline-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.activities-timeline-top h3{margin:0 0 4px;font-size:15px;color:#111827}.activities-timeline-top p{margin:0;font-size:12px;line-height:1.6;color:#475569}.activities-time{display:inline-flex;align-items:center;gap:5px;white-space:nowrap;font-size:12px;color:#64748b}.activities-actor-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:10px}.activities-actor{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:#334155}.activities-actor strong{color:#111827}.activities-role-pill{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:999px;font-size:10px;font-weight:700;line-height:1}.activities-role-pill--admin{background:#f3e8ff;color:#7c3aed}.activities-role-pill--station{background:#dcfce7;color:#15803d}.activities-target{font-size:12px;color:#475569}.activities-empty-state{padding:24px 0 8px;text-align:center;color:#64748b}@media(max-width:1000px){.activities-stats-grid,.activities-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.activities-stats-grid,.activities-filter-grid{grid-template-columns:1fr}.activities-timeline-top,.activities-timeline-head{flex-direction:column;align-items:flex-start}.activities-timeline-item{grid-template-columns:38px minmax(0,1fr)}}.ew-page{width:100%;max-width:1040px;margin:0 auto;padding:0 0 28px;color:#0f172a}.ew-page-head{margin-bottom:18px}.ew-page-head h2{margin:0 0 4px;font-size:28px;line-height:1.1;color:#0f172a}.ew-page-head p{margin:0;font-size:13px;color:#64748b}.ew-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.ew-tabs{display:inline-flex;align-items:center;gap:4px;padding:4px;background:#fff;border:1px solid #dbe2ea;border-radius:10px}.ew-tabs button{display:inline-flex;align-items:center;gap:6px;height:38px;padding:0 14px;border:none;border-radius:8px;background:transparent;color:#475569;font-size:12px;font-weight:600;cursor:pointer}.ew-tabs button.active{background:#2563eb;color:#fff}.ew-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:38px;padding:8px 14px;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer}.ew-btn--primary{border:1px solid #2563eb;background:#2563eb;color:#fff}.ew-btn--ghost{border:1px solid #cfd8e3;background:#fff;color:#111827}.ew-filter-row{margin-bottom:12px;padding:12px;background:#fff;border:1px solid #dbe2ea;border-radius:10px}.ew-inline-filter{display:inline-flex;align-items:center;gap:8px;color:#334155}.ew-stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:12px}.ew-stat-card,.ew-report-card,.ew-table-card,.ew-modal{background:#fff;border:1px solid #dbe2ea;border-radius:10px}.ew-stat-card{display:flex;align-items:center;gap:12px;min-height:74px;padding:12px 14px}.ew-stat-icon{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;flex-shrink:0}.ew-stat-icon--blue{background:#e8f0ff;color:#2563eb}.ew-stat-icon--red{background:#feebec;color:#ef4444}.ew-stat-copy h4{margin:0 0 4px;font-size:11px;font-weight:600;color:#64748b}.ew-stat-copy h3{margin:0;font-size:28px;line-height:1;color:#0f172a}.ew-select-wrap{position:relative}.ew-select-wrap select{width:100%;min-width:180px;height:40px;padding:0 38px 0 12px;border:1px solid #cfd8e3;border-radius:8px;background:#fff;color:#111827;font-size:12px;outline:none;appearance:none}.ew-select-wrap svg{position:absolute;top:50%;right:12px;transform:translateY(-50%);color:#64748b;pointer-events:none}.ew-select-wrap select:focus,.ew-field input:focus,.ew-field textarea:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f614}.ew-list{display:grid;gap:12px}.ew-report-card{padding:14px}.ew-report-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.ew-report-head{min-width:0}.ew-report-title-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ew-report-title-row h3{margin:0;font-size:16px;font-weight:700;color:#111827}.ew-pill,.ew-status-pill{display:inline-flex;align-items:center;justify-content:center;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:700;line-height:1;text-transform:uppercase}.ew-pill--high{background:#fee2e2;color:#dc2626}.ew-pill--moderate{background:#ffedd5;color:#c2410c}.ew-report-meta{display:flex;flex-wrap:wrap;gap:12px;margin-top:6px;color:#64748b}.ew-report-meta span{display:inline-flex;align-items:center;gap:4px;font-size:12px}.ew-icon-button{width:36px;height:36px;border:1px solid #cfd8e3;border-radius:8px;background:#fff;color:#2563eb;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.ew-forecast-panel{margin-top:12px;padding:12px;background:#eef4ff;border:1px solid #bfd4ff;border-radius:8px}.ew-forecast-panel span{display:block;margin-bottom:8px;font-size:10px;font-weight:700;color:#334155;letter-spacing:.04em;text-transform:uppercase}.ew-forecast-panel p{margin:0;font-size:12px;line-height:1.6;color:#334155}.ew-table-card{overflow:hidden}.ew-table-head,.ew-memo-row{display:grid;grid-template-columns:minmax(280px,2fr) minmax(180px,1fr) minmax(140px,1fr) 120px 100px;gap:12px;align-items:start}.ew-table-head{padding:14px;border-bottom:1px solid #e5e7eb;font-size:11px;font-weight:700;color:#334155;letter-spacing:.04em}.ew-table-body{display:grid}.ew-memo-row{padding:14px;border-bottom:1px solid #e5e7eb;font-size:12px;color:#334155}.ew-memo-row:last-child{border-bottom:none}.ew-memo-subject h3{margin:0 0 6px;font-size:15px;color:#111827}.ew-memo-subject p{margin:0;font-size:12px;line-height:1.5;color:#64748b}.ew-memo-cell strong,.ew-memo-cell span,.ew-memo-subject strong,.ew-memo-subject span{display:block}.ew-memo-cell strong{font-size:12px;color:#111827}.ew-memo-cell span{margin-top:2px;color:#64748b}.ew-memo-label{display:none;margin-bottom:6px;font-size:10px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.ew-status-pill{width:fit-content;background:#dcfce7;color:#15803d}.ew-modal-backdrop{position:fixed;inset:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a59}.ew-modal{width:min(780px,100%);max-height:calc(100vh - 48px);overflow-y:auto;padding:20px}.ew-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.ew-modal-head h3{margin:0;font-size:22px;font-weight:700;color:#111827}.ew-modal-head p{margin-top:4px;font-size:13px;color:#6b7280}.ew-modal-close{width:36px;height:36px;border:1px solid #d8e0ea;border-radius:8px;background:#fff;color:#475569;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.ew-form{display:grid;gap:12px}.ew-field{display:grid;gap:6px}.ew-field span{font-size:12px;font-weight:600;color:#334155}.ew-field-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ew-field input,.ew-field textarea{width:100%;border:1px solid #cfd8e3;border-radius:8px;background:#fff;color:#111827;font-size:12px;outline:none}.ew-field input{height:40px;padding:0 12px}.ew-field textarea{resize:vertical;min-height:140px;padding:12px}.ew-field input::placeholder,.ew-field textarea::placeholder{color:#94a3b8}.ew-upload-dropzone{display:grid;place-items:center;gap:6px;min-height:140px;padding:18px;border:1px dashed #cbd5e1;border-radius:10px;background:#f8fafc;color:#64748b}.ew-file-input{position:absolute;opacity:0;pointer-events:none}.ew-feedback{margin:0 0 12px;padding:10px 12px;border-radius:8px;font-size:12px;font-weight:600}.ew-feedback--success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.ew-feedback--error{background:#fee2e2;color:#b91c1c;border:1px solid #fecaca}.ew-empty-state{padding:16px;border:1px dashed #cbd5e1;border-radius:10px;background:#f8fafc;color:#64748b;font-size:13px}.ew-upload-dropzone strong{font-size:12px;font-weight:600;color:#334155}.ew-upload-dropzone small{font-size:11px}.ew-form-actions{display:flex;justify-content:flex-end;gap:8px}@media(max-width:900px){.ew-toolbar,.ew-report-top{flex-direction:column;align-items:stretch}.ew-stats-grid,.ew-field-row{grid-template-columns:1fr}.ew-table-head{display:none}.ew-memo-row{grid-template-columns:1fr 1fr}.ew-memo-label{display:block}}@media(max-width:640px){.ew-page-head h2{font-size:24px}.ew-modal-backdrop{padding:12px}.ew-modal{padding:16px}.ew-tabs{width:100%;display:grid;grid-template-columns:1fr 1fr}.ew-tabs button,.ew-btn,.ew-toolbar>.ew-btn{width:100%}.ew-memo-row{grid-template-columns:1fr}.ew-select-wrap select{min-width:0}}.analytics-page{max-width:1120px;margin:0 auto;color:#0f172a}.analytics-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.analytics-page-header h1{margin:0 0 4px;font-size:28px;line-height:1.1}.analytics-page-header p{margin:0;font-size:13px;color:#64748b}.analytics-export-button{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 14px;border:1px solid #2563eb;border-radius:8px;background:#2563eb;color:#fff;font-size:12px;font-weight:600;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.analytics-export-button:hover{background:#1d4ed8;border-color:#1d4ed8;box-shadow:0 10px 22px #2563eb38;transform:translateY(-1px)}.analytics-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}.analytics-stat-card,.analytics-card{background:#fff;border:1px solid #dbe2ea;border-radius:12px}.analytics-stat-card{display:flex;align-items:center;gap:12px;min-height:74px;padding:14px}.analytics-stat-card p{margin:0 0 4px;font-size:11px;color:#64748b}.analytics-stat-card strong{font-size:18px;line-height:1.1}.analytics-stat-icon{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;flex-shrink:0}.analytics-stat-icon.blue{background:#e8f0ff;color:#2563eb}.analytics-stat-icon.red{background:#feebec;color:#ef4444}.analytics-stat-icon.orange{background:#fff2e6;color:#f97316}.analytics-stat-icon.green{background:#e9fbef;color:#16a34a}.analytics-chart-grid{display:grid;grid-template-columns:1fr .96fr;gap:18px;margin-bottom:18px}.analytics-card{padding:16px 18px 18px}.analytics-card--wide{padding-bottom:16px}.analytics-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.analytics-card-header h2{margin:0;font-size:15px;color:#0f172a}.analytics-card-meta{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:#64748b}.analytics-chart-shell,.analytics-pie-shell{width:100%}.analytics-line-chart,.analytics-pie-chart{width:100%;height:auto;display:block}.analytics-grid-line{stroke:#d1d5db;stroke-width:1;stroke-dasharray:3 4}.analytics-axis-line{stroke:#94a3b8;stroke-width:1.1}.analytics-grid-line--vertical{stroke:#e5e7eb}.analytics-line-path{fill:none;stroke:#3b82f6;stroke-width:2.25;stroke-linecap:round;stroke-linejoin:round}.analytics-line-point{fill:#fff;stroke:#2563eb;stroke-width:2.4}.analytics-hit-area{cursor:pointer;fill:transparent}.analytics-hover-line{stroke:#93c5fd;stroke-width:1;stroke-dasharray:4 4}.analytics-axis-text{fill:#64748b;font-size:13px;letter-spacing:0}.analytics-axis-text--y{text-anchor:end}.analytics-pie-label{font-size:13px;letter-spacing:0;dominant-baseline:middle}.analytics-pie-slice{transition:opacity .16s ease}.analytics-pie-slice.active{opacity:.96}.analytics-bar-chart{width:100%;overflow-x:auto}.analytics-bar-svg{width:100%;height:auto;display:block;min-width:720px}.analytics-bar-rect,.analytics-bar-rect.active{fill:#3b82f6}.analytics-bar-highlight{fill:#0f172a1f}.analytics-tooltip-box{fill:#fff;stroke:#d1d5db;stroke-width:1;filter:drop-shadow(0 8px 18px rgba(15,23,42,.08))}.analytics-tooltip-title{fill:#0f172a;font-size:11px;letter-spacing:0}.analytics-tooltip-value{fill:#2563eb;font-size:11px;letter-spacing:0}@media(max-width:1080px){.analytics-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.analytics-chart-grid{grid-template-columns:1fr}}@media(max-width:760px){.analytics-page-header{flex-direction:column;align-items:flex-start}.analytics-page-header h1{font-size:24px}.analytics-stats-grid{grid-template-columns:1fr}.analytics-card{padding:14px}.analytics-card-header{flex-direction:column;align-items:flex-start}.analytics-pie-label{font-size:11px}.analytics-bar-columns{gap:10px}}@media(max-width:560px){.analytics-stat-card{min-height:68px}.analytics-pie-chart{min-height:240px}}.response-page{max-width:1120px;margin:0 auto;width:100%;padding:0 0 30px;color:#0f172a}.response-hidden-input{display:none}.response-feedback{margin-bottom:16px;padding:12px 14px;border:1px solid #bfdbfe;border-radius:10px;background:#eff6ff;color:#1d4ed8;font-size:13px}.response-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.response-page-header h1{margin:0 0 4px;font-size:28px;line-height:1.1;color:#0f172a}.response-page-header p{margin:0;font-size:13px;color:#64748b}.response-add-button,.response-upload-button,.response-upload-submit{border:1px solid #2563eb;border-radius:8px;background:#2563eb;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;font-size:12px;font-weight:600;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.response-add-button:hover,.response-upload-button:hover,.response-upload-submit:hover{background:#1d4ed8;border-color:#1d4ed8;box-shadow:0 10px 22px #2563eb38;transform:translateY(-1px)}.response-add-button{min-height:40px;padding:0 16px}.response-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}.response-stat-card,.response-filter-card,.response-project-card,.response-budget-card,.response-progress-card{border:1px solid #d8e0ea;border-radius:12px;background:#fff}.response-stat-card{min-height:84px;padding:16px;display:flex;align-items:center;gap:12px}.response-stat-icon{width:36px;height:36px;border-radius:10px;display:grid;place-items:center}.response-stat-icon--blue{background:#dbeafe;color:#2563eb}.response-stat-icon--green{background:#dcfce7;color:#16a34a}.response-stat-icon--purple{background:#ede9fe;color:#7c3aed}.response-stat-icon--orange{background:#ffedd5;color:#ea580c}.response-stat-copy p,.response-stat-copy span{margin:0;display:block}.response-stat-copy p{font-size:11px;color:#64748b}.response-stat-copy strong{display:block;margin-top:4px;font-size:24px;line-height:1;color:#111827}.response-stat-copy span{margin-top:4px;font-size:10px;color:#94a3b8}.response-filter-card{padding:16px;margin-bottom:16px}.response-filter-title{display:flex;align-items:center;gap:8px;margin-bottom:12px;color:#334155}.response-filter-title h2{margin:0;font-size:16px}.response-filter-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.response-field{display:grid;gap:6px}.response-field span{font-size:12px;font-weight:600;color:#475569}.response-field input,.response-field textarea,.response-field select{width:100%;border:1px solid #cfd8e3;border-radius:8px;padding:10px 12px;background:#fff;color:#111827;font-size:13px;outline:none;resize:vertical}.response-field input:focus,.response-field textarea:focus,.response-field select:focus,.response-select-wrap select:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #93c5fd33}.response-select-wrap{position:relative}.response-select-wrap select{width:100%;min-height:42px;border:1px solid #cfd8e3;border-radius:8px;padding:0 38px 0 12px;background:#fff;color:#111827;font-size:13px;appearance:none;outline:none}.response-select-wrap svg{position:absolute;top:50%;right:10px;transform:translateY(-50%);color:#475569;pointer-events:none}.response-project-list{display:grid;gap:14px}.response-project-card{overflow:hidden}.response-project-header{padding:16px 16px 12px;border-bottom:1px solid #d8e0ea}.response-project-title-group{display:flex;align-items:flex-start;gap:12px}.response-project-symbol{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;flex-shrink:0}.response-project-symbol--blue{background:#dbeafe;color:#2563eb}.response-project-symbol--orange{background:#ffedd5;color:#ea580c}.response-project-symbol--purple{background:#ede9fe;color:#7c3aed}.response-project-symbol--green{background:#dcfce7;color:#16a34a}.response-project-heading{min-width:0}.response-project-title-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.response-project-title-row h3{margin:0;font-size:16px;color:#111827}.response-tag{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;font-size:10px;font-weight:700;line-height:1}.response-tag--blue{background:#dbeafe;color:#2563eb}.response-tag--orange{background:#ffedd5;color:#ea580c}.response-tag--purple{background:#ede9fe;color:#7c3aed}.response-tag--green{background:#dcfce7;color:#16a34a}.response-tag--status{background:#e8f0ff;color:#2563eb}.response-project-meta{display:flex;flex-wrap:wrap;gap:12px;margin-top:6px}.response-project-meta span{display:inline-flex;align-items:center;gap:5px;font-size:11px;color:#64748b}.response-project-description{padding:14px 16px 0;font-size:12px;line-height:1.7;color:#475569}.response-project-body{padding:16px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.response-budget-card,.response-progress-card{padding:14px}.response-budget-card{background:#f8fbff}.response-progress-card{background:#effcf2;border-color:#a7f3d0}.response-panel-label{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:700;color:#64748b;text-transform:uppercase}.response-budget-row{display:flex;justify-content:space-between;gap:10px;margin-top:10px;font-size:12px;color:#64748b}.response-budget-row strong{color:#111827}.response-progress-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.response-progress-top small{font-size:10px;color:#94a3b8}.response-progress-card strong{display:block;margin-top:10px;font-size:24px;color:#16a34a}.response-progress-bar{height:6px;margin-top:8px;background:#d1fae5;border-radius:999px;overflow:hidden}.response-progress-bar span{display:block;height:100%;background:#16a34a;border-radius:inherit}.response-project-footer{padding:0 16px 14px;display:grid;grid-template-columns:1.25fr .75fr;gap:12px}.response-footer-section{display:grid;gap:8px}.response-school-tags{display:flex;flex-wrap:wrap;gap:8px}.response-school-tags span{display:inline-flex;align-items:center;gap:4px;padding:5px 9px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:10px}.response-link-button{width:fit-content;border:none;background:transparent;color:#2563eb;font-size:11px;font-weight:600;cursor:pointer;padding:0}.response-action-row{padding:12px 16px 16px;border-top:1px solid #d8e0ea}.response-upload-button{min-height:36px;padding:0 14px}.response-image-upload{width:fit-content;min-height:38px;padding:0 14px;border:1px solid #cfd8e3;border-radius:8px;background:#fff;color:#334155;display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-size:12px;font-weight:600}.response-image-preview-grid,.response-gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px}.response-image-preview-card,.response-gallery-card{display:grid;gap:6px}.response-image-preview-card img,.response-gallery-card img{width:100%;height:120px;object-fit:cover;border-radius:10px;border:1px solid #d8e0ea;background:#f8fafc}.response-image-preview-card span,.response-gallery-card figcaption{font-size:11px;color:#475569;word-break:break-word}.response-image-empty,.response-gallery-empty{display:block;font-size:12px;color:#64748b}.response-modal-backdrop{position:fixed;inset:0;background:#0f172a66;display:grid;place-items:center;padding:20px;z-index:80}.response-modal{width:min(100%,640px);max-height:min(90vh,760px);overflow:auto;border-radius:12px;border:1px solid #d8e0ea;background:#fff;box-shadow:0 24px 60px #0f172a2e}.response-modal--images{width:min(100%,760px)}.response-modal--upload{width:min(100%,820px);border-radius:16px}.response-modal--upload .response-modal-header{padding:28px 28px 0;border-bottom:none}.response-modal--upload .response-modal-header h3{font-size:24px;color:#0f2f63}.response-modal--upload .response-modal-form{gap:18px;padding:18px 28px 28px}.response-modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid #e2e8f0}.response-modal-header h3{margin:0;font-size:18px}.response-modal-close,.response-modal-secondary{border:1px solid #cfd8e3;border-radius:6px;background:#fff;color:#334155;cursor:pointer}.response-modal-close{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center}.response-modal-form{display:grid;gap:12px;padding:18px}.response-modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.response-modal-actions{display:flex;justify-content:flex-end;gap:10px}.response-modal-secondary{min-height:38px;padding:0 16px}.response-upload-field{gap:10px}.response-upload-field span{font-size:14px;color:#28456e}.response-upload-field input,.response-upload-field textarea{border-radius:14px;padding:14px 16px;font-size:15px;color:#0f172a}.response-upload-field textarea{min-height:136px}.response-upload-dropzone{width:100%;min-height:132px;padding:20px;border:2px dashed #cfd8e3;border-radius:16px;background:#fff;color:#475569;display:grid;justify-items:center;align-content:center;gap:8px;text-align:center;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease,transform .16s ease}.response-upload-dropzone:hover{border-color:#93c5fd;background:#f8fbff;box-shadow:0 10px 22px #94a3b81f;transform:translateY(-1px)}.response-upload-dropzone svg{color:#94a3b8}.response-upload-dropzone strong{font-size:15px;color:#334155}.response-upload-dropzone small{font-size:12px;color:#94a3b8}.response-image-preview-grid--compact,.response-modal-actions--upload{margin-top:4px}.response-modal-actions--upload .response-modal-secondary,.response-modal-actions--upload .response-upload-submit{min-height:44px;padding:0 20px;border-radius:12px;font-size:14px}@media(max-width:1080px){.response-stats-grid,.response-filter-grid{grid-template-columns:1fr 1fr}}@media(max-width:820px){.response-project-body,.response-project-footer,.response-modal-grid{grid-template-columns:1fr}.response-page-header{flex-direction:column;align-items:flex-start}}@media(max-width:640px){.response-page{padding-bottom:20px}.response-page-header{gap:12px}.response-modal--upload .response-modal-header,.response-modal--upload .response-modal-form{padding-left:18px;padding-right:18px}.response-add-button{width:fit-content}.response-stats-grid,.response-filter-grid,.response-modal-grid{grid-template-columns:1fr}.response-page-header h1{font-size:24px}.response-project-header,.response-project-description,.response-project-body,.response-project-footer,.response-action-row,.response-filter-card{padding-left:14px;padding-right:14px}}.policies-page{max-width:1120px;margin:0 auto;width:100%;padding:0 0 30px;color:#0f172a}.policies-hidden-input{display:none}.policies-modal-backdrop{position:fixed;inset:0;background:#020c23b3;display:grid;place-items:center;padding:24px;z-index:90}.policies-modal{width:min(100%,680px);max-height:min(92vh,760px);overflow-y:auto;padding:22px;border-radius:12px;background:#fff;box-shadow:0 24px 60px #0f172a3d}.policies-modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.policies-modal-header h3{margin:0;font-size:18px;color:#111827}.policies-modal-close,.policies-modal-cancel{border:1px solid #cfd8e3;background:#fff;color:#334155;cursor:pointer}.policies-modal-close{width:34px;height:34px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center}.policies-modal-form{display:grid;gap:18px}.policies-modal-field{display:grid;gap:8px}.policies-modal-field>span{font-size:14px;font-weight:600;color:#334155}.policies-modal-field input,.policies-modal-field textarea,.policies-modal-field select{width:100%;border:1px solid #cfd8e3;border-radius:10px;padding:12px 14px;background:#fff;color:#111827;font-size:14px;outline:none}.policies-modal-field textarea{resize:vertical;min-height:120px}.policies-check-option{display:flex;align-items:center;gap:10px;font-size:14px;color:#334155}.policies-check-option input{width:16px;height:16px}.policies-dropzone{width:100%;min-height:132px;border:2px dashed #cfd8e3;border-radius:12px;background:#f8fafc;color:#64748b;display:grid;place-items:center;gap:6px;padding:18px;text-align:center;cursor:pointer}.policies-dropzone strong{font-size:15px;color:#334155}.policies-dropzone small,.policies-dropzone-file{font-size:13px;color:#64748b}.policies-modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:4px}.policies-modal-cancel{height:42px;padding:0 18px;border-radius:10px;font-size:14px;font-weight:600}.policies-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.policies-header h1{margin:0 0 4px;font-size:28px;line-height:1.1;color:#0f172a}.policies-header p{margin:0;font-size:13px;color:#64748b}.policies-upload-button{min-height:40px;padding:0 16px;border:1px solid #2563eb;border-radius:8px;background:#2563eb;color:#fff;display:inline-flex;justify-content:center;align-items:center;gap:8px;font-size:12px;font-weight:600;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.policies-upload-button:hover{background:#1d4ed8;border-color:#1d4ed8;box-shadow:0 10px 22px #2563eb38;transform:translateY(-1px)}.policies-feedback{margin-bottom:14px;padding:12px 14px;border-radius:10px;font-size:13px}.policies-feedback--success{border:1px solid #bbf7d0;background:#f0fdf4;color:#166534}.policies-feedback--error{border:1px solid #fecaca;background:#fef2f2;color:#b91c1c}.policies-stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:18px}.policies-stat-card,.policies-table-card{border:1px solid #d8e0ea;border-radius:12px;background:#fff}.policies-stat-card{min-height:86px;padding:16px;display:flex;align-items:center;gap:12px}.policies-stat-card p{margin:0;font-size:11px;color:#64748b}.policies-stat-card strong{display:block;margin-top:4px;font-size:28px;color:#111827;line-height:1}.policies-stat-icon{width:32px;height:32px;border-radius:9px;display:grid;place-items:center}.policies-stat-icon--blue{background:#dbeafe;color:#2563eb}.policies-stat-icon--green{background:#dcfce7;color:#16a34a}.policies-stat-icon--purple{background:#ede9fe;color:#9333ea}.policies-table-card{overflow:hidden}.policies-table-head{display:grid;grid-template-columns:2.5fr .6fr 1.3fr .9fr .4fr;gap:18px;padding:16px 24px;border-bottom:1px solid #e2e8f0;background:#fbfdff;color:#334155;font-size:12px;font-weight:700;text-transform:uppercase}.policies-row{display:grid;grid-template-columns:2.5fr .6fr 1.3fr .9fr .4fr;gap:18px;padding:18px 24px;border-bottom:1px solid #e2e8f0;align-items:center}.policies-row:last-child{border-bottom:none}.policies-document-col h3{margin:0;font-size:16px;color:#0f172a}.policies-document-col p{margin:8px 0 6px;font-size:13px;line-height:1.5;color:#475569}.policies-document-col small{font-size:12px;color:#64748b}.policies-type-pill{display:inline-flex;align-items:center;justify-content:center;min-width:88px;height:28px;padding:0 12px;border-radius:999px;font-size:13px;font-weight:700}.policies-type-pill--blue{background:#dbeafe;color:#2563eb}.policies-type-pill--green{background:#dcfce7;color:#15803d}.policies-type-pill--purple{background:#ede9fe;color:#9333ea}.policies-audience-col{display:flex;flex-wrap:wrap;gap:8px}.policies-audience-pill{padding:5px 10px;border-radius:8px;background:#f1f5f9;color:#475569;font-size:12px}.policies-uploaded-col{display:grid;gap:6px}.policies-uploaded-col strong{font-size:14px;color:#0f172a}.policies-uploaded-col span{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#475569}.policies-actions-col{display:flex;align-items:center;gap:10px}.policies-action-button{width:34px;height:34px;border:none;background:transparent;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.policies-action-button--download{color:#2563eb}.policies-action-button--delete{color:#ef4444}@media(max-width:1100px){.policies-table-card{overflow-x:auto}.policies-table-head,.policies-row{min-width:980px}}@media(max-width:720px){.policies-header{flex-direction:column;align-items:flex-start}.policies-upload-button{width:fit-content}.policies-stats-grid{grid-template-columns:1fr}.policies-header h1{font-size:24px}.policies-modal{padding:18px}.policies-modal-actions{flex-direction:column-reverse}}.child-protection-page{max-width:1120px;margin:0 auto;color:#0f172a}.child-protection-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.child-protection-page-header h1{margin:0 0 4px;font-size:28px;line-height:1.1}.child-protection-page-header p{margin:0;font-size:13px;color:#64748b}.child-protection-report-button,.child-protection-primary-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 16px;border-radius:8px;border:1px solid #2563eb;background:#2563eb;color:#fff;font-size:12px;font-weight:600;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.child-protection-report-button:hover,.child-protection-primary-button:hover{background:#1d4ed8;border-color:#1d4ed8;box-shadow:0 10px 22px #2563eb38;transform:translateY(-1px)}.child-protection-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}.child-protection-stat-card,.child-protection-filter-card,.child-protection-case-card{background:#fff;border:1px solid #d8e0ea;border-radius:12px}.child-protection-stat-card{display:flex;align-items:center;gap:12px;min-height:74px;padding:14px}.child-protection-stat-icon{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;flex-shrink:0}.child-protection-stat-icon--purple{background:#f3e8ff;color:#9333ea}.child-protection-stat-icon--orange{background:#fff1df;color:#f97316}.child-protection-stat-icon--red{background:#feebec;color:#ef4444}.child-protection-stat-icon--blue{background:#e8f0ff;color:#2563eb}.child-protection-stat-copy p{margin:0 0 4px;font-size:11px;color:#64748b}.child-protection-stat-copy strong{font-size:28px;line-height:1;color:#111827}.child-protection-filter-card{padding:16px;margin-bottom:18px}.child-protection-report-card{margin-bottom:18px;padding:18px;background:#fff;border:1px solid #d8e0ea;border-radius:12px}.child-protection-report-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.child-protection-report-header h2{margin:0;font-size:18px}.child-protection-report-close{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #cfd8e3;border-radius:999px;background:#fff;color:#94a3b8}.child-protection-report-form{display:grid;gap:14px}.child-protection-report-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.child-protection-field{display:grid;gap:6px}.child-protection-field span{font-size:12px;font-weight:600;color:#334155}.child-protection-field input,.child-protection-field textarea{width:100%;border:1px solid #cfd8e3;border-radius:8px;padding:10px 12px;background:#fff;color:#111827;font-size:13px;outline:none;resize:vertical}.child-protection-field input:focus,.child-protection-field textarea:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #93c5fd33}.child-protection-report-actions{display:flex;align-items:center;gap:10px}.child-protection-section-title{display:flex;align-items:center;gap:8px;margin-bottom:12px;color:#0f172a}.child-protection-section-title h2{margin:0;font-size:16px}.child-protection-filter-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.child-protection-select-wrap{position:relative}.child-protection-select{width:100%;min-height:42px;padding:0 40px 0 12px;border:1px solid #cfd8e3;border-radius:8px;background:#fff;color:#111827;font-size:13px;appearance:none;outline:none}.child-protection-select:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #93c5fd33}.child-protection-select-icon{position:absolute;top:50%;right:12px;transform:translateY(-50%);color:#64748b;pointer-events:none}.child-protection-case-list{display:grid;gap:14px}.child-protection-case-card{overflow:hidden}.child-protection-case-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px;border-bottom:1px solid #d8e0ea}.child-protection-case-title-group{display:flex;align-items:flex-start;gap:12px}.child-protection-case-symbol{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;background:#f3e8ff;color:#9333ea;flex-shrink:0}.child-protection-case-title-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:4px}.child-protection-case-title-row h3{margin:0;font-size:16px}.child-protection-pill,.child-protection-case-id{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:10px;line-height:1}.child-protection-pill{padding:4px 8px}.child-protection-pill--high{background:#fee2e2;color:#ef4444}.child-protection-pill--moderate{background:#ffedd5;color:#ea580c}.child-protection-pill--active{background:#fff1df;color:#f97316}.child-protection-pill--review{background:#dbeafe;color:#2563eb}.child-protection-case-meta{display:flex;flex-wrap:wrap;gap:12px;font-size:11px;color:#64748b}.child-protection-case-meta span{display:inline-flex;align-items:center;gap:4px}.child-protection-case-id{padding:5px 8px;border:1px solid #d8e0ea;background:#f8fafc;color:#64748b}.child-protection-case-body{padding:14px}.child-protection-case-body p{margin:0 0 14px;font-size:12px;line-height:1.6;color:#475569}.child-protection-referral-card{padding:14px;border-radius:10px;background:#eef4fb}.child-protection-panel-label{display:inline-block;margin-bottom:10px;text-transform:uppercase;font-size:10px;font-weight:700;color:#334155}.child-protection-referral-card ul{margin:0;padding-left:14px;color:#334155;font-size:12px;line-height:1.8}.child-protection-case-actions{display:flex;align-items:center;gap:10px;padding:14px;border-top:1px solid #d8e0ea}.child-protection-secondary-button{min-height:40px;padding:0 16px;border:1px solid #cfd8e3;border-radius:8px;background:#fff;color:#111827;font-size:12px;font-weight:600}@media(max-width:1080px){.child-protection-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.child-protection-page-header,.child-protection-case-header,.child-protection-report-header{flex-direction:column;align-items:flex-start}.child-protection-filter-grid,.child-protection-stats-grid,.child-protection-report-grid{grid-template-columns:1fr}.child-protection-page-header h1{font-size:24px}}@media(max-width:520px){.child-protection-case-actions,.child-protection-report-actions{flex-direction:column;align-items:stretch}.child-protection-report-button,.child-protection-primary-button,.child-protection-secondary-button{width:100%}}.rm-page{width:min(100%,var(--app-page-max-width));margin:0 auto;display:grid;gap:12px;color:#0f172a}.rm-header,.rm-stat-card,.rm-card,.rm-filter-card,.rm-table-card,.rm-progress-card{border:1px solid #dbe2ea;border-radius:10px;background:#fff}.rm-header{display:flex;align-items:flex-start;gap:12px;padding:14px}.rm-header__icon{width:24px;height:24px;border-radius:8px;background:#e8f0ff;color:#2563eb;display:grid;place-items:center;flex-shrink:0}.rm-header__copy h1{margin:0 0 4px;font-size:1rem}.rm-header__copy p{margin:0;font-size:.7rem;color:#64748b}.rm-header__actions{margin-left:auto;display:flex;align-items:center;gap:14px}.rm-header__status{text-align:right}.rm-header__status span{display:block;font-size:.62rem;color:#64748b}.rm-header__status-badge{display:inline-flex;align-items:center;justify-content:center;min-width:52px;padding:2px 8px;border-radius:999px;font-size:.68rem;line-height:1.2}.rm-header__status-badge--closed{color:#dc2626;background:#fee2e2}.rm-header__status-badge--open{color:#16a34a;background:#dcfce7}.rm-open-button,.rm-export-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:30px;padding:0 12px;border:1px solid #16a34a;border-radius:8px;background:#16a34a;color:#fff;font-size:.72rem;font-weight:600;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.rm-open-button:hover,.rm-export-button:hover{transform:translateY(-1px);box-shadow:0 8px 18px #0f172a1f}.rm-export-button{min-height:28px;border-color:#2563eb;background:#2563eb}.rm-open-button--close{border-color:#dc2626;background:#dc2626}.rm-open-button--close:hover{box-shadow:0 8px 18px #dc26262e}.rm-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.rm-stat-card{display:flex;align-items:flex-start;gap:12px;padding:12px}.rm-stat-icon{width:20px;height:20px;display:grid;place-items:center;border-radius:999px;flex-shrink:0}.rm-stat-icon--blue{color:#2563eb}.rm-stat-icon--indigo{color:#4f46e5}.rm-stat-icon--green{color:#16a34a}.rm-stat-icon--amber{color:#f97316}.rm-stat-copy span{display:block;font-size:.62rem;color:#64748b}.rm-stat-copy strong{display:block;margin:2px 0;font-size:1.4rem}.rm-stat-copy small{font-size:.58rem;color:#94a3b8}.rm-visual-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(320px,1fr);gap:12px}.rm-card,.rm-filter-card,.rm-table-card,.rm-progress-card{padding:12px}.rm-card h2,.rm-filter-title h2,.rm-table-headbar h2,.rm-progress-card h2{margin:0 0 10px;font-size:.76rem}.rm-bar-chart{display:grid;grid-template-columns:28px 1fr;gap:10px;align-items:end}.rm-bar-chart__grid{display:flex;flex-direction:column;justify-content:space-between;min-height:118px;font-size:.56rem;color:#64748b}.rm-bar-chart__bars{min-height:118px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;align-items:end;border-left:1px solid #cbd5e1;border-bottom:1px solid #cbd5e1;background-image:linear-gradient(to right,rgba(203,213,225,.4) 1px,transparent 1px),linear-gradient(to bottom,rgba(203,213,225,.4) 1px,transparent 1px);background-size:20% 25%;padding:0 10px 0 14px}.rm-bar-chart__item{display:grid;justify-items:center;gap:6px}.rm-bar-chart__bar-wrap{position:relative;height:98px;width:100%;display:flex;align-items:flex-end}.rm-bar-chart__bar{width:100%;border-radius:4px 4px 0 0;transition:filter .16s ease,opacity .16s ease}.rm-bar-chart__item.is-active .rm-bar-chart__bar{filter:saturate(1.02)}.rm-bar-chart__tooltip{position:absolute;top:8px;left:58px;z-index:2;display:grid;gap:8px;min-width:110px;padding:12px 10px;border:1px solid #d1d5db;background:#fff;box-shadow:0 8px 18px #0f172a14}.rm-bar-chart__tooltip--left{left:auto;right:58px}.rm-bar-chart__tooltip span{font-size:.78rem;color:#0f172a}.rm-bar-chart__tooltip strong{font-size:.78rem;font-weight:500;color:#2563eb}.rm-bar-chart__item span{font-size:.52rem;color:#64748b}.rm-pie-wrap{display:flex;justify-content:center}.rm-pie-svg{width:100%;max-width:320px;height:auto}.rm-pie-label{font-size:.72rem;letter-spacing:0}.rm-pie-slice{transition:opacity .16s ease;cursor:pointer}.rm-pie-slice.is-active{opacity:.96}.rm-pie-tooltip{fill:#fff;stroke:#d1d5db;stroke-width:1;filter:drop-shadow(0 8px 18px rgba(15,23,42,.08))}.rm-pie-tooltip-text{fill:#0f172a;font-size:.74rem}.rm-filter-title{display:flex;align-items:center;gap:8px;margin-bottom:10px;color:#334155}.rm-filter-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.rm-field{display:grid;gap:6px}.rm-field span{font-size:.58rem;color:#64748b}.rm-select-wrap,.rm-search-wrap{position:relative}.rm-select,.rm-search-wrap input{width:100%;height:34px;border:1px solid #cfd8e3;border-radius:6px;background:#fff;font-size:.68rem;color:#0f172a;outline:none}.rm-select{padding:0 34px 0 10px;appearance:none}.rm-search-wrap input{padding:0 10px 0 30px}.rm-select-icon,.rm-search-icon{position:absolute;top:50%;transform:translateY(-50%);color:#64748b;pointer-events:none}.rm-select-icon{right:10px}.rm-search-icon{left:10px}.rm-table-headbar{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.rm-table-headbar p{margin:0;font-size:.66rem;color:#64748b}.rm-table{min-width:900px;border-top:1px solid #dbe2ea}.rm-table-wrap{overflow-x:auto}.rm-table__head,.rm-table__row{display:grid;grid-template-columns:1fr 1.8fr 1.2fr 1.4fr .9fr 1fr 1.2fr;gap:12px;align-items:center;padding:10px 8px}.rm-table__head{font-size:.6rem;color:#64748b;text-transform:uppercase;letter-spacing:.02em}.rm-table__row{min-height:40px;border-top:1px solid #eef2f7;font-size:.72rem;color:#334155}.rm-table__row>span:first-child{color:#0f172a;font-weight:600}.rm-score{font-size:.74rem;font-weight:700}.rm-score--high{color:#16a34a}.rm-score--good{color:#2563eb}.rm-score--moderate{color:#f59e0b}.rm-score--low,.rm-score--critical{color:#ef4444}.rm-status{display:inline-flex;align-items:center;justify-content:center;min-width:40px;padding:4px 10px;border-radius:999px;font-size:.62rem;line-height:1;border:1px solid transparent}.rm-status--high{background:#dcfce7;color:#166534;border-color:#86efac}.rm-status--good{background:#dbeafe;color:#1d4ed8;border-color:#93c5fd}.rm-status--moderate{background:#fef3c7;color:#b45309;border-color:#fcd34d}.rm-status--low{background:#ffedd5;color:#c2410c;border-color:#fdba74}.rm-status--critical{background:#fee2e2;color:#dc2626;border-color:#fca5a5}.rm-progress-list{display:grid;gap:12px}.rm-progress-row{display:grid;grid-template-columns:58px 1fr 48px;gap:12px;align-items:center}.rm-progress-label,.rm-progress-row strong,.rm-total-row span,.rm-total-row strong{font-size:.72rem;color:#334155}.rm-progress-track{height:24px;border-radius:999px;background:#d1d5db;overflow:hidden}.rm-progress-fill{height:100%;border-radius:999px;display:flex;align-items:center;justify-content:flex-end;min-width:fit-content;padding:0 14px}.rm-progress-fill span{font-size:.68rem;color:#fff;font-weight:600;white-space:nowrap}.rm-total-row{display:flex;justify-content:space-between;padding-top:14px;margin-top:18px;border-top:1px solid #e5ebf2}.rm-total-row strong{font-size:1.6rem;line-height:1;color:#0f172a}@media(max-width:1080px){.rm-visual-grid,.rm-stats-grid{grid-template-columns:1fr 1fr}}@media(max-width:820px){.rm-header,.rm-table-headbar{flex-direction:column;align-items:flex-start}.rm-visual-grid,.rm-stats-grid,.rm-filter-grid{grid-template-columns:1fr}.rm-header__actions{width:100%;margin-left:0;flex-direction:column;align-items:flex-start}.rm-table{min-width:900px}}@media(max-width:640px){.rm-progress-row{grid-template-columns:1fr}}.account-panel{width:460px;max-width:min(460px,calc(100vw - 32px));max-height:min(78vh,640px);overflow-y:auto;overflow-x:hidden;padding:14px;border:1px solid #dbe3ef;border-radius:12px;background:#fff;box-shadow:0 18px 36px #0f172a1f}.account-panel__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.account-panel__identity{display:flex;align-items:center;gap:10px}.account-panel__avatar{width:42px;height:42px;border-radius:999px;background:#2563eb;color:#fff;display:grid;place-items:center;font-size:14px;font-weight:700;flex-shrink:0}.account-panel__identity strong{display:block;font-size:14px;color:#111827}.account-panel__identity span{display:block;margin-top:2px;font-size:11px;color:#64748b}.account-panel__close{width:32px;height:32px;border:1px solid #dbe3ef;border-radius:8px;background:#fff;color:#334155;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.account-panel__success,.account-panel__error{display:block;margin-top:12px;padding:9px 10px;border-radius:8px;font-size:11px;font-weight:600}.account-panel__success{background:#dcfce7;color:#166534}.account-panel__error{background:#fee2e2;color:#b91c1c}.account-panel__meta{display:grid;gap:8px;padding-top:12px}.account-panel__meta p{display:flex;align-items:flex-start;gap:8px;margin:0;font-size:12px;color:#334155;overflow-wrap:anywhere}.account-panel__form{display:grid;gap:8px;padding-top:12px;margin-top:12px;border-top:1px solid #e5e7eb}.account-panel__form h4{margin:0;font-size:12px;color:#111827}.account-panel__title{display:flex;align-items:center;gap:6px;color:#111827}.account-panel__field{display:grid;gap:4px}.account-panel__field span{font-size:10px;color:#64748b}.account-panel__field input{width:100%;height:34px;border:1px solid #dbe3ef;border-radius:8px;padding:0 10px;background:#fff;color:#111827;font-size:12px;outline:none}.account-panel__save{height:34px;border:none;border-radius:8px;background:#2563eb;color:#fff;font-size:12px;font-weight:600;cursor:pointer}.account-panel__save--secondary{background:#0f766e}@media(max-width:900px){.account-panel{width:min(460px,calc(100vw - 32px))}}.sidebar{width:var(--app-shell-sidebar-width);min-width:var(--app-shell-sidebar-width);height:calc(100dvh - var(--app-shell-navbar-height));background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;padding:14px 10px;flex-shrink:0;transition:transform .25s ease;z-index:30;overflow-y:auto;overflow-x:visible}.sidebar__brand{display:flex;align-items:center;gap:10px;padding:2px 6px 14px;border-bottom:1px solid transparent}.sidebar__nav{margin-top:14px;display:flex;flex-direction:column;gap:4px;flex:1}.sidebar__item{width:100%;display:flex;align-items:center;gap:9px;padding:9px 10px;border-radius:6px;cursor:pointer;color:#374151;font-size:11px;text-align:left;text-decoration:none;background:transparent;border:none;transition:background-color .2s ease,color .2s ease}.sidebar__item:hover{background:#f3f4f6}.sidebar__item.active{background:#eef4ff;color:#2563eb;font-weight:600}.sidebar__item:visited{color:inherit}.sidebar__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar__label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar__footer-wrap{position:relative;margin-top:auto}.sidebar__footer{border-top:1px solid #e5e7eb;padding:10px 6px 0;display:flex;align-items:center;gap:8px;width:100%;background:transparent;border-left:none;border-right:none;border-bottom:none;cursor:pointer;text-align:left}.sidebar__avatar{width:24px;height:24px;border-radius:999px;background:#2563eb;color:#fff;display:grid;place-items:center;font-size:10px;font-weight:700;flex-shrink:0}.sidebar__user{display:flex;flex-direction:column;min-width:0}.sidebar__user strong{font-size:10px;color:#111827;line-height:1.2}.sidebar__user span{font-size:9px;color:#6b7280;line-height:1.2}.sidebar__account-panel{position:absolute;left:calc(100% + 12px);bottom:0;width:min(460px,calc(100vw - 48px));z-index:40}.sidebar__mobile-top{display:none;align-items:center;justify-content:space-between;gap:12px;padding:4px 6px 12px;border-bottom:1px solid #e5e7eb}.sidebar__mobile-brand{display:flex;align-items:center;gap:10px}.sidebar__brand-copy{display:flex;flex-direction:column}.sidebar__brand-copy strong{font-size:12px;color:#111827;line-height:1.2}.sidebar__brand-copy span{font-size:10px;color:#6b7280}.sidebar__close{width:32px;height:32px;border:1px solid #dbe3ef;border-radius:8px;background:#fff;color:#111827;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}@media(max-width:900px){.sidebar{position:fixed;top:var(--app-shell-navbar-height);left:0;height:calc(100dvh - var(--app-shell-navbar-height));transform:translate(-100%);box-shadow:0 18px 40px #0f172a24}.sidebar--open{transform:translate(0)}.sidebar__mobile-top{display:flex}.sidebar__account-panel{left:0;bottom:calc(100% + 10px);width:min(460px,calc(100vw - 32px))}}@media(max-width:520px){.sidebar{top:var(--app-shell-navbar-height-mobile);height:calc(100dvh - var(--app-shell-navbar-height-mobile));width:var(--app-shell-sidebar-width-mobile);min-width:var(--app-shell-sidebar-width-mobile)}}.navbar{height:var(--app-shell-navbar-height);background:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;padding:0 18px;gap:16px}.navbar-left{display:flex;align-items:center;gap:12px;min-width:0}.navbar-menu-btn{width:38px;height:38px;border:1px solid #dbe3ef;border-radius:10px;background:#fff;color:#2563eb;display:none;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.navbar-menu-btn svg{color:#2563eb;stroke:#2563eb}.brand-icon{width:34px;height:34px;border-radius:10px;overflow:hidden;flex-shrink:0}.brand-icon img{width:100%;height:100%;object-fit:cover}.brand-text{min-width:0}.brand-text h1{font-size:14px;line-height:1.1;color:#111827;font-weight:700;font-family:var(--font-heading)}.sidebar__logo{width:28px;height:28px;border-radius:8px;background:#2563eb;color:#fff;display:grid;place-items:center;font-size:14px;font-weight:700;flex-shrink:0}.sidebar__brand-text h2{margin:0;font-size:20px;line-height:1;font-weight:700;color:#111827}.sidebar__brand-text p{margin:2px 0 0;font-size:10px;color:#6b7280}.navbar-user{display:flex;align-items:center;gap:12px;flex-shrink:0;min-width:0;position:relative}.user-text{display:flex;flex-direction:column;text-align:right}.navbar-profile-trigger{border:1px solid #dbe3ef;background:#fff;display:flex;align-items:center;gap:10px;cursor:pointer;padding:6px 10px;border-radius:999px;min-height:46px;position:relative;z-index:2}.navbar-profile-trigger:hover{background:#f8fbff;border-color:#bfdbfe}.user-text strong{font-size:12px;color:#111827}.user-text span{font-size:10px;color:#6b7280}.avatar{width:35px;height:35px;border-radius:50%;background:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.navbar-profile-card{position:absolute;top:calc(100% + 10px);right:64px;z-index:40}.logout{border:none;background:#dc2626;color:#fff;cursor:pointer;padding:8px 14px;border-radius:8px;display:flex;align-items:center;gap:6px;white-space:nowrap}.logout:hover{background:#b91c1c}@media(max-width:900px){.navbar{padding:0 14px}.navbar-menu-btn{display:inline-flex}.brand-text h1{font-size:13px}.logout span,.user-text{display:none}.navbar-profile-card{right:48px}.navbar-profile-trigger{padding:0;min-height:auto;border:none;background:transparent}.logout{padding:8px}}@media(max-width:520px){.navbar{height:var(--app-shell-navbar-height-mobile);gap:10px}.brand-text h1{font-size:12px}.brand-icon{width:30px;height:30px}.avatar{width:32px;height:32px;font-size:12px}.navbar-profile-card{right:0}}.hoi-profile-card{width:100%;border:1px solid #dbe2ea;border-radius:18px;background:#fff;box-shadow:0 20px 45px #1118271f;padding:18px;display:flex;flex-direction:column;min-height:0}.hoi-profile-card__header{display:flex;align-items:center;gap:12px;padding-bottom:14px;border-bottom:1px solid #edf2f7}.hoi-profile-card__avatar{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-weight:700}.hoi-profile-card__header h3{margin:0;font-size:1rem;color:#0f172a}.hoi-profile-card__header p{margin:4px 0 0;font-size:.85rem;color:#64748b}.hoi-profile-card__success,.hoi-profile-card__error{display:block;margin-top:12px;font-size:.8rem}.hoi-profile-card__success{color:#166534}.hoi-profile-card__error{color:#dc2626}.hoi-profile-card__items{display:grid;gap:10px;padding:14px 0}.hoi-profile-card__scroll{min-height:0;overflow-y:auto;padding-right:4px;margin-top:2px;scrollbar-width:thin}.hoi-profile-card__item,.hoi-profile-card__status,.hoi-profile-card__password-title{display:flex;align-items:center;gap:10px;color:#334155;font-size:.9rem}.hoi-profile-card__item svg,.hoi-profile-card__status svg,.hoi-profile-card__password-title svg{flex-shrink:0;color:#2563eb}.hoi-profile-card__form{display:grid;gap:12px;padding-top:4px}.hoi-profile-card__field{display:grid;gap:6px}.hoi-profile-card__field span{font-size:.8rem;color:#475569}.hoi-profile-card__field input{width:100%;height:42px;border:1px solid #cfd8e3;border-radius:10px;padding:0 12px;color:#0f172a;outline:none}.hoi-profile-card__field input:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #93c5fd2e}.hoi-profile-card__password-title{margin-top:4px;font-weight:600}.hoi-profile-card__save{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:44px;border:none;border-radius:12px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;cursor:pointer}.hoi-profile-card__save:disabled{opacity:.7;cursor:wait}.hoi-profile-card__status{padding-top:14px;margin-top:14px;border-top:1px solid #edf2f7;color:#166534}.hoi-navbar{position:sticky;top:0;z-index:40;display:flex;align-items:center;justify-content:space-between;gap:16px;height:var(--app-shell-navbar-height);padding:0 18px;border-bottom:1px solid #e5e7eb;background:#fff}.hoi-navbar__left,.hoi-navbar__right{display:flex;align-items:center;gap:14px}.hoi-navbar__right{position:relative}.hoi-navbar__menu-button,.hoi-navbar__icon-button{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #d7dee7;border-radius:12px;background:#fff;color:#0f172a;cursor:pointer}.hoi-navbar__notification-badge{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;border:2px solid #ffffff;background:#dc2626;color:#fff;font-size:.58rem;font-weight:700;line-height:1;display:inline-flex;align-items:center;justify-content:center}.hoi-navbar__menu-button{display:none}.hoi-navbar__brand{display:flex;align-items:center;gap:12px}.hoi-navbar__brand-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px}.hoi-navbar__brand-icon img{width:40px;height:40px;object-fit:contain}.hoi-navbar__brand-text{display:flex;flex-direction:column;line-height:1.1}.hoi-navbar__brand-text span{font-size:.72rem;color:#64748b}.hoi-navbar__brand-text strong,.hoi-navbar__profile-text strong{color:#0f172a}.hoi-navbar__profile-button{display:flex;align-items:center;gap:10px;min-height:60px;padding:8px 12px 8px 16px;border:1px solid #dbe3ef;border-radius:999px;background:#fff;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.hoi-navbar__profile-button:hover{background:#f8fbff;border-color:#bfdbfe}.hoi-navbar__profile-text{display:flex;flex-direction:column;align-items:flex-end;line-height:1.1}.hoi-navbar__profile-text span{font-size:.75rem;color:#64748b}.hoi-navbar__avatar{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#2563eb;color:#fff;font-size:.88rem;font-weight:700}.hoi-navbar__profile-panel{position:absolute;top:calc(100% + 10px);right:0;display:flex;flex-direction:column;gap:12px;width:min(392px,calc(100vw - 24px));max-height:calc(100vh - 92px);overflow:hidden}.hoi-navbar__logout{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:132px;height:60px;padding:0 22px;border:none;border-radius:14px;background:#dc2626;color:#fff;cursor:pointer;flex-shrink:0;font-size:1rem;transition:background-color .2s ease,transform .2s ease}.hoi-navbar__logout:hover{background:#b91c1c}.hoi-navbar__logout:active{transform:translateY(1px)}.hoi-navbar__logout span{font-weight:600}@media(max-width:960px){.hoi-navbar{padding:0 16px}.hoi-navbar__menu-button{display:inline-flex}.hoi-navbar__brand-text span,.hoi-navbar__profile-text span{display:none}.hoi-navbar__profile-button{min-height:52px}.hoi-navbar__logout{min-width:auto;height:52px;padding:0 16px}}@media(max-width:520px){.hoi-navbar{height:var(--app-shell-navbar-height-mobile);gap:10px}.hoi-navbar__brand-icon{width:30px;height:30px}.hoi-navbar__brand-text,.hoi-navbar__profile-text{display:none}.hoi-navbar__avatar{width:32px;height:32px;font-size:11px}.hoi-navbar__profile-button{min-height:44px;padding:6px 8px}.hoi-navbar__logout{width:44px;min-width:44px;height:44px;padding:0;border-radius:12px}.hoi-navbar__logout span{display:none}}.hoi-sidebar{width:var(--app-shell-sidebar-width);min-width:var(--app-shell-sidebar-width);height:calc(100dvh - var(--app-shell-navbar-height));border-right:1px solid #e5e7eb;background:#fff;padding:14px 10px;flex-shrink:0;transition:transform .25s ease;z-index:30;overflow-y:auto;overflow-x:visible;display:flex;flex-direction:column}.hoi-sidebar__top{display:flex;justify-content:flex-end;margin-bottom:14px}.hoi-sidebar__close{display:none;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #d7dee7;border-radius:10px;background:#fff;cursor:pointer}.hoi-sidebar__nav{display:flex;flex-direction:column;gap:4px;padding:0;flex:1}.hoi-sidebar__link{display:flex;align-items:center;justify-content:flex-start;gap:9px;padding:9px 10px;border:1px solid transparent;border-radius:6px;color:#374151;text-decoration:none;transition:.2s ease;font-size:11px}.hoi-sidebar__link-main{display:flex;align-items:center;gap:9px;min-width:0}.hoi-sidebar__link:hover,.hoi-sidebar__link--active{border-color:transparent;background:#eef4ff;color:#1d4ed8}.hoi-sidebar__link svg{flex-shrink:0}.hoi-sidebar__link-main span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hoi-sidebar__footer{display:flex;align-items:center;gap:12px;padding:16px 8px 0;border-top:1px solid #e5e7eb;flex-shrink:0;margin-top:12px}.hoi-sidebar__footer-avatar{width:40px;height:40px;border-radius:999px;background:#2563eb;color:#fff;display:grid;place-items:center;font-size:.92rem;font-weight:700;flex-shrink:0}.hoi-sidebar__footer-copy{display:flex;flex-direction:column;min-width:0}.hoi-sidebar__footer-copy strong{font-size:.82rem;color:#0f172a}.hoi-sidebar__footer-copy span{font-size:.7rem;color:#64748b}@media(max-width:900px){.hoi-sidebar{position:fixed;top:var(--app-shell-navbar-height);left:0;height:calc(100dvh - var(--app-shell-navbar-height));transform:translate(-100%);box-shadow:0 18px 40px #0f172a24}.hoi-sidebar--open{transform:translate(0)}.hoi-sidebar__close{display:inline-flex}}@media(max-width:520px){.hoi-sidebar{top:var(--app-shell-navbar-height-mobile);height:calc(100dvh - var(--app-shell-navbar-height-mobile));width:var(--app-shell-sidebar-width-mobile);min-width:var(--app-shell-sidebar-width-mobile)}}.hoi-dashboard{display:grid;gap:18px;max-width:1120px;margin:0 auto}.hoi-dashboard__hero,.hoi-dashboard__summary-grid,.hoi-dashboard__content-grid{display:grid;gap:18px}.hoi-dashboard__hero{grid-template-columns:1fr auto;align-items:start}.hoi-dashboard__hero h1,.hoi-card__header h2,.hoi-action-panel__copy h2{margin:0;color:#0f172a}.hoi-dashboard__hero p,.hoi-action-panel__copy p{margin:6px 0 0;color:#64748b}.hoi-dashboard__role{display:grid;gap:6px;justify-items:end}.hoi-dashboard__role span{font-size:.84rem;color:#334155}.hoi-dashboard__role strong{padding:6px 10px;border-radius:999px;background:#ffedd5;color:#c2410c;font-size:.74rem;text-transform:uppercase}.hoi-dashboard__summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.hoi-stat,.hoi-card{border:1px solid #dbe2ea;border-radius:18px;background:#fff}.hoi-stat{display:flex;align-items:center;gap:14px;padding:18px}.hoi-stat__icon{display:grid;place-items:center;width:42px;height:42px;border-radius:14px}.hoi-stat span{display:block;margin-bottom:4px;font-size:.8rem;color:#64748b}.hoi-stat strong{font-size:1.4rem;color:#0f172a}.hoi-stat--blue .hoi-stat__icon{background:#dbeafe;color:#2563eb}.hoi-stat--green .hoi-stat__icon{background:#dcfce7;color:#16a34a}.hoi-stat--amber .hoi-stat__icon{background:#ffedd5;color:#ea580c}.hoi-stat--violet .hoi-stat__icon{background:#f3e8ff;color:#9333ea}.hoi-alert-banner{border:1px solid #fdba74;border-radius:20px;background:#fff7ed;padding:20px}.hoi-alert-banner__header,.hoi-card__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.hoi-alert-banner__title,.hoi-card__header{color:#c2410c}.hoi-alert-banner__title{display:flex;align-items:center;gap:10px}.hoi-alert-banner__title h2{margin:0;font-size:1rem}.hoi-alert-banner__tag{padding:6px 10px;border-radius:999px;background:#fed7aa;color:#9a3412;font-size:.72rem;font-weight:700;text-transform:uppercase}.hoi-alert-banner p{margin:12px 0;color:#7c2d12}.hoi-alert-banner__actions h3{margin:0 0 10px;font-size:.82rem;color:#9a3412;text-transform:uppercase}.hoi-alert-banner__actions ul{margin:0;padding-left:18px;color:#9a3412}.hoi-alert-banner__actions li+li{margin-top:8px}.hoi-alert-banner__timestamp{display:inline-block;margin-top:14px;color:#9a3412;font-size:.82rem}.hoi-dashboard__content-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hoi-card{padding:18px}.hoi-card__header{justify-content:flex-start;color:#2563eb;padding-bottom:14px;border-bottom:1px solid #edf2f7}.hoi-list{display:grid}.hoi-list__row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 0;border-bottom:1px solid #edf2f7}.hoi-list__row:last-child{border-bottom:none;padding-bottom:0}.hoi-list__copy strong,.hoi-action-tile strong{display:block;color:#0f172a}.hoi-list__copy span,.hoi-action-tile span,.hoi-list__copy small{display:block;margin-top:4px;color:#64748b}.hoi-list__copy small{font-size:.74rem}.hoi-list__status-icon{color:#16a34a}.hoi-badge{padding:6px 10px;border-radius:999px;font-size:.74rem;font-weight:700}.hoi-badge--green{background:#dcfce7;color:#166534}.hoi-badge--amber{background:#ffedd5;color:#c2410c}.hoi-action-panel{border-radius:22px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:20px}.hoi-action-panel__copy p{color:#ffffffc7}.hoi-action-panel__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px}.hoi-action-tile{display:flex;align-items:center;gap:12px;padding:16px;border:1px solid rgba(255,255,255,.22);border-radius:16px;background:#ffffff1a;color:inherit;text-align:left;cursor:pointer;text-decoration:none;transition:transform .18s ease,background-color .18s ease,border-color .18s ease}.hoi-action-tile:hover{background:#ffffff29;border-color:#ffffff57;transform:translateY(-1px)}.hoi-action-tile span{color:#ffffffc7}@media(max-width:1100px){.hoi-dashboard__summary-grid,.hoi-action-panel__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:860px){.hoi-dashboard__hero,.hoi-dashboard__content-grid,.hoi-dashboard__summary-grid,.hoi-action-panel__grid{grid-template-columns:1fr}.hoi-dashboard__role{justify-items:start}}.hoi-alerts-page{max-width:1120px;margin:0 auto;color:#0f172a}.hoi-alerts-page__header{margin-bottom:16px}.hoi-alerts-page__header h1{margin:0 0 4px;font-size:1.7rem;color:#0f172a}.hoi-alerts-page__header p{margin:0;font-size:.82rem;color:#64748b}.hoi-alerts-feedback,.hoi-alerts-error{margin:0 0 12px;font-size:.78rem;padding:10px 12px;border-radius:8px}.hoi-alerts-feedback{color:#166534;background:#dcfce7;border:1px solid #86efac}.hoi-alerts-error{color:#991b1b;background:#fee2e2;border:1px solid #fca5a5}.hoi-alerts-page__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:14px}.hoi-alerts-stat-card,.hoi-alerts-filters,.hoi-alert-card,.hoi-alerts-recipients{border:1px solid #dbe2ea;border-radius:10px;background:#fff}.hoi-alerts-stat-card{display:flex;align-items:center;gap:12px;padding:14px}.hoi-alerts-stat-card p{margin:0 0 4px;font-size:.72rem;color:#64748b}.hoi-alerts-stat-card strong{font-size:1.55rem;line-height:1;color:#0f172a}.hoi-alerts-stat-icon{display:grid;place-items:center;width:28px;height:28px;border-radius:8px}.hoi-alerts-stat-icon--red{color:#ef4444;background:#feebec}.hoi-alerts-stat-icon--amber{color:#f97316;background:#fff2e6}.hoi-alerts-stat-icon--blue{color:#2563eb;background:#e8f0ff}.hoi-alerts-filters{padding:12px;margin-bottom:14px}.hoi-alerts-filters__title{display:flex;align-items:center;gap:8px;margin-bottom:10px;color:#334155}.hoi-alerts-filters__title h2,.hoi-alert-card__title-row h2,.hoi-alerts-recipients h2{margin:0}.hoi-alerts-filters__title h2{font-size:.92rem}.hoi-alerts-filters__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hoi-alerts-filters__actions{margin-top:12px}.hoi-alerts-btn{border:none;border-radius:8px;padding:9px 12px;font-size:.76rem;font-weight:600;cursor:pointer}.hoi-alerts-btn--primary{background:#1d4ed8;color:#fff}.hoi-alerts-btn--secondary{background:#f8fafc;color:#1e293b;border:1px solid #cbd5e1}.hoi-alerts-select-wrap{position:relative}.hoi-alerts-select{width:100%;height:40px;padding:0 40px 0 12px;border:1px solid #cfd8e3;border-radius:8px;background:#fff;color:#334155;font-size:.78rem;appearance:none;outline:none}.hoi-alerts-select:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #93c5fd2e}.hoi-alerts-select-icon{position:absolute;top:50%;right:12px;transform:translateY(-50%);color:#64748b;pointer-events:none}.hoi-alerts-list{display:grid;gap:14px;margin-bottom:14px}.hoi-alert-card{overflow:hidden}.hoi-alert-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px;border-bottom:1px solid #e5ebf2}.hoi-alert-card__heading{display:flex;align-items:flex-start;gap:10px}.hoi-alert-card__icon{display:grid;place-items:center;width:24px;height:24px;border-radius:999px;background:#e8f0ff;color:#2563eb}.hoi-alert-card__icon--amber{background:#fff2e6;color:#f97316}.hoi-alert-card__icon--red{background:#feebec;color:#ef4444}.hoi-alert-card__title-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:4px}.hoi-alert-card__title-row h2{font-size:1rem;color:#0f172a}.hoi-alert-card__risk,.hoi-alert-card__id{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:.62rem}.hoi-alert-card__risk{padding:4px 8px;background:#feebec;color:#ef4444}.hoi-alert-card__unread{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:.62rem;padding:4px 8px;background:#dbeafe;color:#1d4ed8;font-weight:700}.hoi-alert-card__id{padding:5px 8px;border:1px solid #dbe2ea;background:#f8fafc;color:#64748b}.hoi-alert-card__meta{display:flex;flex-wrap:wrap;gap:10px;color:#64748b;font-size:.68rem}.hoi-alert-card__meta span{display:inline-flex;align-items:center;gap:4px}.hoi-alert-card__body{padding:12px}.hoi-alert-card__section+.hoi-alert-card__section{margin-top:14px}.hoi-alert-card__label{display:block;margin-bottom:8px;font-size:.62rem;font-weight:700;text-transform:uppercase;color:#475569}.hoi-alert-card__section p{margin:0;font-size:.78rem;line-height:1.65;color:#475569}.hoi-alert-card__actions{padding:12px;border-radius:8px;background:#eef4fb}.hoi-alert-card__action-row{display:flex;align-items:flex-start;gap:8px;font-size:.74rem;color:#475569}.hoi-alert-card__action-row+.hoi-alert-card__action-row{margin-top:8px}.hoi-alert-card__action-number{display:inline-grid;place-items:center;width:16px;height:16px;border-radius:999px;background:#2563eb;color:#fff;font-size:.58rem;font-weight:700;flex-shrink:0;margin-top:1px}.hoi-alerts-recipients{padding:14px;background:#edf5ff;border-color:#bcd4ff}.hoi-alerts-recipients h2{margin-bottom:10px;font-size:1rem;color:#0f172a}.hoi-alerts-recipients__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.hoi-alerts-recipients__grid h3{margin:0 0 8px;font-size:.78rem;color:#334155}.hoi-alerts-recipients__grid ul{margin:0;padding-left:16px;color:#475569;font-size:.72rem;line-height:1.7}.hoi-alerts-empty-state{padding:20px;border:1px dashed #cbd5e1;border-radius:10px;background:#fff;color:#64748b;text-align:center}@media(max-width:900px){.hoi-alerts-page__stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.hoi-alerts-page__stats,.hoi-alerts-filters__grid,.hoi-alerts-recipients__grid{grid-template-columns:1fr}.hoi-alert-card__header{flex-direction:column;align-items:flex-start}}.hoi-analytics{width:min(100%,1120px);margin:0 auto;display:grid;gap:20px;color:#0f172a}.hoi-analytics__hero{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.hoi-analytics__hero h1{margin:0 0 4px;font-size:1.55rem}.hoi-analytics__hero p{margin:0;font-size:.84rem;color:#64748b}.hoi-analytics__export-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:30px;padding:0 14px;border:1px solid #2563eb;border-radius:8px;background:#2563eb;color:#fff;font-size:.78rem;font-weight:600;cursor:pointer}.hoi-analytics__stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.hoi-analytics__stat-card,.hoi-analytics__panel,.hoi-analytics__table-panel,.hoi-analytics__measures-panel{border:1px solid #dbe2ea;border-radius:10px;background:#fff}.hoi-analytics__stat-card{display:flex;align-items:center;gap:12px;min-height:78px;padding:14px}.hoi-analytics__stat-icon{width:32px;height:32px;border-radius:8px;display:grid;place-items:center;flex-shrink:0}.hoi-analytics__stat-icon--blue{background:#dbeafe;color:#2563eb}.hoi-analytics__stat-icon--red{background:#fee2e2;color:#ef4444}.hoi-analytics__stat-icon--amber{background:#ffedd5;color:#f97316}.hoi-analytics__stat-icon--green{background:#dcfce7;color:#16a34a}.hoi-analytics__stat-copy span{display:block;margin-bottom:4px;font-size:.72rem;color:#64748b}.hoi-analytics__stat-copy strong{font-size:1.72rem;line-height:1}.hoi-analytics__stat-value--accent{color:#ef4444}.hoi-analytics__error{margin:0;padding:10px 12px;border:1px solid #fecaca;border-radius:10px;background:#fff1f2;color:#b91c1c;font-size:.82rem}.hoi-analytics__state-copy{margin:6px 0 0;color:#64748b;font-size:.82rem}.hoi-analytics__visual-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px}.hoi-analytics__panel{padding:18px}.hoi-analytics__panel h2,.hoi-analytics__table-panel h2,.hoi-analytics__measures-panel h2{margin:0 0 14px;font-size:.96rem}.hoi-analytics__chart-wrap{width:100%;position:relative}.hoi-analytics__attendance-svg{display:block;width:100%;height:auto;max-width:430px}.hoi-analytics__chart-tooltip{position:absolute;min-width:94px;padding:14px 12px;border:1px solid #d1d5db;background:#fff;box-shadow:0 6px 16px #0f172a14;transform:translate(-50%,-50%);pointer-events:none}.hoi-analytics__chart-tooltip strong{display:block;font-size:.78rem;color:#0f172a;font-weight:500}.hoi-analytics__chart-tooltip span{display:block;margin-top:6px;font-size:.78rem;color:#10b981}.hoi-analytics__grid-line{stroke:#d1d5db;stroke-width:1;stroke-dasharray:4 4}.hoi-analytics__axis-line{stroke:#8d95a3;stroke-width:1.2}.hoi-analytics__axis-label{fill:#5b6472;font-size:14px}.hoi-analytics__axis-label--y{text-anchor:end}.hoi-analytics__attendance-line{fill:none;stroke:#10b981;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.hoi-analytics__attendance-dot{fill:#fff;stroke:#10b981;stroke-width:2}.hoi-analytics__attendance-hitbox{fill:transparent;stroke:transparent}.hoi-analytics__pie-wrap{padding-top:8px}.hoi-analytics__pie-stage{position:relative;min-height:300px;display:flex;align-items:center;justify-content:center}.hoi-analytics__pie-chart{width:240px;height:240px;overflow:visible}.hoi-analytics__pie-chart path{cursor:pointer}.hoi-analytics__pie-floating-label{position:absolute;font-size:.88rem;font-weight:500}.hoi-analytics__pie-floating-label--blue{top:6px;left:50%;transform:translate(-50%);color:#2563eb}.hoi-analytics__pie-floating-label--red{left:0;bottom:42px;color:#ef4444}.hoi-analytics__pie-floating-label--amber{right:18px;bottom:72px;color:#f59e0b}.hoi-analytics__pie-tooltip{position:absolute;transform:translate(-50%,-50%);min-width:138px;padding:18px 14px;border:1px solid #d1d5db;background:#fff;box-shadow:0 6px 16px #0f172a14;font-size:.82rem;color:#0f172a;pointer-events:none;white-space:nowrap;text-align:left}.hoi-analytics__table-panel{overflow:hidden}.hoi-analytics__table-panel h2{padding:16px 16px 0}.hoi-analytics__table{display:grid;margin-top:12px}.hoi-analytics__table-head,.hoi-analytics__table-row{display:grid;grid-template-columns:1.1fr 1fr 1fr 1fr;gap:12px;padding:12px 18px}.hoi-analytics__table-head{background:#f8fafc;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;font-size:.7rem;text-transform:uppercase;color:#334155}.hoi-analytics__table-row{font-size:.82rem;color:#0f172a;border-bottom:1px solid #e2e8f0}.hoi-analytics__table-row:last-child{border-bottom:none}.hoi-analytics__measures-panel{padding:18px;background:#eef5ff;border-color:#bfd8ff}.hoi-analytics__measures-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 24px}.hoi-analytics__measure{display:flex;align-items:center;gap:8px;font-size:.82rem;color:#334155}.hoi-analytics__measure-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.hoi-analytics__measure-dot--green{background:#16a34a}.hoi-analytics__measure-dot--amber{background:#d97706}.hoi-analytics__measure-dot--blue{background:#2563eb}.hoi-analytics__measure-dot--red{background:#ef4444}@media(max-width:1080px){.hoi-analytics{width:100%}}@media(max-width:900px){.hoi-analytics__stats-grid,.hoi-analytics__visual-grid,.hoi-analytics__measures-grid{grid-template-columns:1fr}}@media(max-width:760px){.hoi-analytics__hero{flex-direction:column;align-items:flex-start}.hoi-analytics__table-head,.hoi-analytics__table-row{grid-template-columns:1fr}}.hoi-reports{display:grid;gap:18px;color:#0f172a}.hoi-reports__hidden-input{display:none}.hoi-reports__header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.hoi-reports__header h1{margin:0;color:#0f172a}.hoi-reports__header p{margin:8px 0 0;font-size:.88rem;color:#64748b;letter-spacing:.03em}.hoi-reports__report-button,.hoi-reports__primary-button,.hoi-reports__upload-button-text{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:12px;font-weight:700}.hoi-reports__report-button{min-height:38px;padding:0 16px;border:none;background:#ef1111;color:#fff;cursor:pointer}.hoi-reports__feedback{padding:12px 14px;border-radius:12px;font-size:.84rem}.hoi-reports__feedback--success{border:1px solid #bbf7d0;background:#f0fdf4;color:#166534}.hoi-reports__feedback--error{border:1px solid #fecaca;background:#fef2f2;color:#b91c1c}.hoi-reports__tabs{display:flex;gap:28px;padding:0 0 10px;border-bottom:1px solid #dbe2ea}.hoi-reports__tabs button{border:none;border-bottom:2px solid transparent;background:transparent;padding:0 0 10px;color:#475569;font-size:.96rem;font-weight:600;cursor:pointer}.hoi-reports__tabs .is-active{color:#2563eb;border-bottom-color:#2563eb}.hoi-reports__list,.hoi-reports__monthly-panel{display:grid;gap:16px}.hoi-reports__monthly-actions{display:flex;justify-content:flex-end}.hoi-reports__monthly-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;padding:0 20px;border:none;border-radius:16px;background:#2563eb;color:#fff;font-size:.98rem;font-weight:700;cursor:pointer}.hoi-reports__card,.hoi-reports__monthly-card{border:1px solid #dbe2ea;border-radius:16px;background:#fff}.hoi-reports__card{padding:22px}.hoi-reports__card-head{display:flex;justify-content:space-between;gap:12px}.hoi-reports__card-title{display:flex;gap:14px;align-items:flex-start}.hoi-reports__alert-icon{width:46px;height:46px;border-radius:12px;display:grid;place-items:center;background:#fee2e2;color:#ef4444}.hoi-reports__title-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.hoi-reports__title-row h2{margin:0;font-size:1.45rem;color:#0f172a}.hoi-reports__pill{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;border-radius:999px;font-size:.74rem;font-weight:700}.hoi-reports__pill--severity{background:#fee2e2;color:#dc2626}.hoi-reports__pill--verified{background:#dcfce7;color:#15803d}.hoi-reports__pill--pending{background:#fef3c7;color:#b45309}.hoi-reports__meta{display:flex;flex-wrap:wrap;gap:16px;margin-top:8px;color:#64748b;font-size:.88rem}.hoi-reports__meta span{display:inline-flex;align-items:center;gap:6px}.hoi-reports__description{margin:16px 0 14px;font-size:.98rem;line-height:1.6;color:#334155}.hoi-reports__attachments{display:inline-flex;align-items:center;gap:8px;color:#475569;font-size:.88rem}.hoi-reports__monthly-card{overflow-x:auto}.hoi-reports__monthly-table{width:100%;border-collapse:collapse}.hoi-reports__monthly-table th,.hoi-reports__monthly-table td{padding:16px 22px;text-align:left;border-bottom:1px solid #e2e8f0;font-size:.95rem}.hoi-reports__monthly-table th{background:#f8fafc;color:#334155;text-transform:uppercase}.hoi-reports__monthly-table tbody tr:last-child td{border-bottom:none}.hoi-reports__modal-backdrop{position:fixed;inset:0;z-index:80;background:#0f172a80;display:grid;place-items:center;padding:16px}.hoi-reports__modal{width:min(100%,1080px);max-height:calc(100vh - 32px);border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 28px 64px #0f172a3d;display:grid;grid-template-rows:auto minmax(0,1fr) auto}.hoi-reports__modal--monthly{width:min(100%,960px);grid-template-rows:auto auto minmax(0,1fr) auto}.hoi-reports__modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:22px 30px 24px;border-bottom:1px solid #e2e8f0}.hoi-reports__modal-header h2{margin:0;font-size:1.35rem;font-weight:700;color:#0f172a}.hoi-reports__modal-header p{margin:6px 0 0;color:#475569;font-size:.95rem}.hoi-reports__modal-close{width:32px;height:32px;border:none;background:transparent;color:#64748b;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.hoi-reports__modal-body{overflow-y:auto;padding:8px 24px 24px}.hoi-reports__modal-body--monthly{padding-top:20px;overflow-y:auto}.hoi-reports__monthly-steps-shell{display:grid;gap:8px;padding:18px 24px 16px;background:#f8fafc;border-bottom:1px solid #e2e8f0;overflow:hidden}.hoi-reports__monthly-steps-viewport{width:100%;overflow:hidden}.hoi-reports__monthly-steps{display:flex;gap:10px;min-width:100%;overflow-x:auto;overflow-y:hidden;padding:4px 0 2px;scroll-behavior:smooth;scrollbar-width:none;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.hoi-reports__monthly-steps::-webkit-scrollbar{display:none}.hoi-reports__monthly-step{display:inline-flex;align-items:center;gap:10px;flex:0 0 auto;min-height:52px;padding:0 18px;border:1px solid #e5e7eb;border-radius:14px;background:#fff;color:#475569;font-size:.9rem;font-weight:600;cursor:pointer;white-space:nowrap}.hoi-reports__monthly-step.is-active{background:#2563eb;border-color:#2563eb;color:#fff}.hoi-reports__monthly-step-index{width:30px;height:30px;border-radius:999px;background:#e2e8f0;color:#475569;display:inline-flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}.hoi-reports__monthly-step.is-active .hoi-reports__monthly-step-index{background:#fff;color:#2563eb}.hoi-reports__monthly-step-rail{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;min-height:22px;padding:2px 4px;background:#2f2f2f;border-radius:2px}.hoi-reports__monthly-step-rail button{width:20px;height:20px;border:none;background:transparent;color:#cbd5e1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.hoi-reports__monthly-step-rail button:disabled{opacity:.45;cursor:default}.hoi-reports__monthly-step-progress{position:relative;height:14px;cursor:pointer}.hoi-reports__monthly-step-progress-fill{position:absolute;top:0;height:100%;border-radius:999px;background:#bdbdbd;cursor:grab;touch-action:none;transition:left .18s ease,width .18s ease}.hoi-reports__monthly-step-progress-fill.is-dragging{cursor:grabbing}.hoi-reports__form-section{display:grid;gap:16px;padding:16px 0}.hoi-reports__monthly-section{gap:18px}.hoi-reports__monthly-block{display:grid;gap:12px}.hoi-reports__monthly-block-title{font-size:.82rem;color:#334155}.hoi-reports__monthly-section-copy{margin:0;color:#475569;font-size:.95rem;line-height:1.6}.hoi-reports__monthly-notice{padding:16px 18px;border:1px solid #f5d565;border-radius:14px;background:#fff9db;color:#b45309;font-size:.96rem}.hoi-reports__access-table-wrap{overflow-x:auto}.hoi-reports__access-table{width:100%;min-width:920px;border-collapse:collapse}.hoi-reports__access-table th,.hoi-reports__access-table td{border:1px solid #dbe2ea;padding:6px 8px;text-align:center;font-size:.78rem;color:#334155}.hoi-reports__access-table th{background:#f8fafc;font-weight:700}.hoi-reports__access-table td:first-child{min-width:120px;text-align:left;font-weight:600}.hoi-reports__access-table input{width:100%;min-width:44px;border:1px solid #cbd5e1;border-radius:6px;padding:4px 6px;text-align:center;font-size:.78rem}.hoi-reports__access-table--compact{min-width:0}.hoi-reports__access-table--compact th,.hoi-reports__access-table--compact td{font-size:.8rem}.hoi-reports__field--compact{max-width:160px}.hoi-reports__choice-grid,.hoi-reports__choice-list{display:grid;gap:8px 24px}.hoi-reports__choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hoi-reports__choice-grid--compact{grid-template-columns:repeat(2,max-content)}.hoi-reports__choice-list{grid-template-columns:1fr}.hoi-reports__choice-item{display:inline-flex;align-items:flex-start;gap:8px;color:#334155;font-size:.84rem}.hoi-reports__choice-item input{margin:2px 0 0}.hoi-reports__form-section h3{margin:0;padding-bottom:10px;border-bottom:1px solid #dbe2ea;color:#0f172a}.hoi-reports__form-grid,.hoi-reports__two-col-grid,.hoi-reports__damage-item-grid{display:grid;gap:14px}.hoi-reports__form-grid,.hoi-reports__two-col-grid,.hoi-reports__damage-item-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hoi-reports__field{display:grid;gap:8px}.hoi-reports__field span,.hoi-reports__subheading,.hoi-reports__status-field>span{font-size:.88rem;color:#0f172a}.hoi-reports__field input,.hoi-reports__field select,.hoi-reports__field textarea,.hoi-reports__readonly-cost{width:100%;border:1px solid #cbd5e1;border-radius:12px;background:#fff;color:#0f172a;padding:12px 14px;font-size:.96rem;outline:none}.hoi-reports__field input:focus,.hoi-reports__field select:focus,.hoi-reports__field textarea:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f614}.hoi-reports__field textarea{resize:vertical;min-height:112px}.hoi-reports__monthly-category-block{display:grid;gap:14px}.hoi-reports__monthly-category-title{font-size:.88rem;color:#0f172a}.hoi-reports__monthly-category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 28px}.hoi-reports__monthly-category-option{display:inline-flex;align-items:center;gap:8px;color:#334155;font-size:.9rem;cursor:pointer}.hoi-reports__monthly-category-option input{width:14px;height:14px;margin:0}.hoi-reports__readonly-cost{display:inline-flex;align-items:center;min-height:48px;background:#f8fafc;font-weight:600}.hoi-reports__status-field{display:grid;gap:10px}.hoi-reports__radio-row{display:flex;gap:18px;flex-wrap:wrap}.hoi-reports__radio-row label{display:inline-flex;align-items:center;gap:8px;color:#0f172a}.hoi-reports__casualty-section{display:grid;gap:12px}.hoi-reports__casualty-section h4,.hoi-reports__damage-section h4{margin:0;color:#0f172a}.hoi-reports__damage-sections{display:grid;gap:24px}.hoi-reports__damage-section{display:grid;gap:14px;padding:14px;border-radius:14px;border:1px solid transparent}.hoi-reports__damage-section--blue{background:#eef5ff;border-color:#bfdbfe}.hoi-reports__damage-section--green{background:#effaf1;border-color:#a7f3d0}.hoi-reports__damage-section--violet{background:#f5efff;border-color:#d8b4fe}.hoi-reports__damage-section--amber{background:#fff7ed;border-color:#fdba74}.hoi-reports__damage-section--rose{background:#fff1f2;border-color:#fda4af}.hoi-reports__damage-section--gold{background:#fffceb;border-color:#facc15}.hoi-reports__damage-section--indigo{background:#eef2ff;border-color:#c7d2fe}.hoi-reports__damage-section--pink{background:#fdf2f8;border-color:#f9a8d4}.hoi-reports__damage-items{display:grid;gap:12px}.hoi-reports__damage-item{padding:14px;border:1px solid #dbe2ea;border-radius:14px;background:#ffffffe0}.hoi-reports__damage-item-head{display:flex;justify-content:space-between;gap:12px;margin-bottom:10px}.hoi-reports__damage-item-head strong{font-size:.96rem}.hoi-reports__damage-item-head span{color:#475569;font-size:.88rem}.hoi-reports__total-card{margin:4px 0;padding:20px;border-radius:14px;background:linear-gradient(90deg,#2563eb,#4f46e5);color:#fff}.hoi-reports__total-card span{display:block;font-size:.95rem;font-weight:700}.hoi-reports__total-card strong{display:block;margin-top:10px;font-size:2.2rem;line-height:1}.hoi-reports__total-card p{margin:8px 0 0;color:#ffffffd9}.hoi-reports__upload-dropzone{width:100%;min-height:188px;border:1px dashed #cbd5e1;border-radius:14px;background:#f8fafc;color:#94a3b8;display:grid;place-items:center;gap:6px;padding:18px;text-align:center;cursor:pointer}.hoi-reports__upload-dropzone strong{color:#334155;font-size:1rem}.hoi-reports__upload-dropzone small{color:#64748b;font-size:.88rem}.hoi-reports__upload-button-text{min-height:38px;margin-top:6px;padding:0 18px;background:#2563eb;color:#fff}.hoi-reports__file-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.hoi-reports__file-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:.82rem}.hoi-reports__file-pill button{border:none;background:transparent;color:inherit;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.hoi-reports__modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:18px 24px;border-top:1px solid #e2e8f0;background:#fff}.hoi-reports__modal-footer--split{justify-content:space-between;align-items:center}.hoi-reports__modal-footer-actions{display:flex;justify-content:flex-end;gap:12px}.hoi-reports__modal-footer-nav{display:flex;align-items:center;gap:12px}.hoi-reports__secondary-button,.hoi-reports__primary-button,.hoi-reports__next-button{min-height:42px;padding:0 18px;border-radius:12px;font-size:.96rem;cursor:pointer}.hoi-reports__secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #cbd5e1;background:#fff;color:#334155}.hoi-reports__primary-button{border:none;background:#2563eb;color:#fff}.hoi-reports__primary-button--success{background:#16a34a}.hoi-reports__next-button{border:none;background:#2563eb;color:#fff;font-weight:700}.hoi-reports__next-button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:900px){.hoi-reports__header,.hoi-reports__modal-footer,.hoi-reports__damage-item-head,.hoi-reports__modal-footer--split{flex-direction:column;align-items:flex-start}.hoi-reports__form-grid,.hoi-reports__two-col-grid,.hoi-reports__damage-item-grid,.hoi-reports__monthly-category-grid,.hoi-reports__choice-grid{grid-template-columns:1fr}.hoi-reports__modal-footer-actions,.hoi-reports__modal-footer-nav{width:100%;flex-wrap:wrap}}@media(max-width:720px){.hoi-reports__tabs{gap:18px}.hoi-reports__title-row h2{font-size:1.15rem}.hoi-reports__meta{gap:10px}.hoi-reports__monthly-table{min-width:620px}.hoi-reports__modal{width:100%;max-height:100vh;border-radius:0}.hoi-reports__modal-backdrop{padding:0}.hoi-reports__monthly-steps-shell{padding:14px 16px 12px}.hoi-reports__monthly-step{min-height:46px;padding:0 14px;font-size:.84rem}.hoi-reports__monthly-step-index{width:26px;height:26px;font-size:.74rem}.hoi-reports__monthly-step-rail{gap:8px}.hoi-reports__monthly-step-progress{height:12px}.hoi-reports__access-table{min-width:760px}}.hoi-policies{display:grid;gap:18px;color:#0f172a}.hoi-policies__header h1{margin:0;color:#0f172a}.hoi-policies__header p{margin:8px 0 0;font-size:.88rem;color:#64748b;letter-spacing:.03em}.hoi-policies__stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.hoi-policies__stat-card,.hoi-policies__table-card{border:1px solid #dbe2ea;border-radius:18px;background:#fff}.hoi-policies__stat-card{display:flex;align-items:center;gap:14px;padding:20px 16px}.hoi-policies__stat-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:14px}.hoi-policies__stat-icon--blue{background:#dbeafe;color:#2563eb}.hoi-policies__stat-icon--green{background:#dcfce7;color:#16a34a}.hoi-policies__stat-icon--violet{background:#f3e8ff;color:#9333ea}.hoi-policies__stat-copy{display:grid;gap:4px}.hoi-policies__stat-copy span{font-size:.8rem;color:#475569}.hoi-policies__stat-copy strong{font-size:1.85rem;line-height:1;color:#0f172a}.hoi-policies__table-card{overflow:hidden}.hoi-policies__table-head,.hoi-policies__row{display:grid;grid-template-columns:minmax(320px,3fr) minmax(120px,.8fr) minmax(170px,1.1fr) minmax(80px,.45fr);gap:18px;align-items:start}.hoi-policies__table-head{padding:14px 24px;border-bottom:1px solid #e2e8f0;background:#f8fafc;font-size:.76rem;font-weight:700;color:#334155;text-transform:uppercase}.hoi-policies__row{padding:18px 24px;border-bottom:1px solid #e2e8f0}.hoi-policies__row:last-child{border-bottom:none}.hoi-policies__document h2{margin:0;font-size:1rem;color:#0f172a}.hoi-policies__document p{margin:8px 0;font-size:.9rem;line-height:1.6;color:#475569;letter-spacing:.02em}.hoi-policies__document small{font-size:.76rem;color:#64748b}.hoi-policies__type{padding-top:14px}.hoi-policies__type-pill{display:inline-flex;align-items:center;justify-content:center;min-width:76px;min-height:28px;padding:4px 12px;border-radius:999px;font-size:.76rem;font-weight:700}.hoi-policies__type-pill--blue{background:#dbeafe;color:#1d4ed8}.hoi-policies__type-pill--green{background:#dcfce7;color:#15803d}.hoi-policies__uploaded{display:grid;gap:6px;padding-top:12px}.hoi-policies__uploaded strong{font-size:.95rem;color:#0f172a}.hoi-policies__uploaded span{display:inline-flex;align-items:center;gap:6px;font-size:.76rem;color:#475569}.hoi-policies__actions{display:flex;align-items:center;gap:8px;padding-top:12px}.hoi-policies__action-button{width:32px;height:32px;border:none;border-radius:8px;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .16s ease}.hoi-policies__action-button:hover{background:#f8fafc}.hoi-policies__action-button--download{color:#2563eb}@media(max-width:1180px){.hoi-policies__table-card{overflow-x:auto}.hoi-policies__table-head,.hoi-policies__row{min-width:760px}}@media(max-width:860px){.hoi-policies__stats-grid{grid-template-columns:1fr}}.hoi-child-protection{width:min(100%,1120px);margin:0 auto;display:grid;gap:12px;color:#0f172a}.hoi-child-protection__hero{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.hoi-child-protection__hero-copy h1{margin:0 0 4px;font-size:1.52rem;color:#0f172a}.hoi-child-protection__hero-copy p{margin:0;font-size:.74rem;color:#64748b}.hoi-child-protection__stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.hoi-child-protection__stat-card,.hoi-child-protection__report-card,.hoi-child-protection__filter-card,.hoi-child-protection__case-card{border:1px solid #dbe2ea;border-radius:10px;background:#fff}.hoi-child-protection__stat-card{display:flex;align-items:center;gap:12px;min-height:72px;padding:12px 14px}.hoi-child-protection__stat-icon{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;flex-shrink:0}.hoi-child-protection__stat-icon--purple{background:#f3e8ff;color:#9333ea}.hoi-child-protection__stat-icon--amber{background:#ffedd5;color:#f97316}.hoi-child-protection__stat-icon--red{background:#fee2e2;color:#ef4444}.hoi-child-protection__stat-icon--blue{background:#dbeafe;color:#2563eb}.hoi-child-protection__stat-copy span{display:block;margin-bottom:4px;font-size:.62rem;color:#64748b}.hoi-child-protection__stat-copy strong{font-size:1.52rem;line-height:1;color:#0f172a}.hoi-child-protection__report-card,.hoi-child-protection__filter-card{padding:12px}.hoi-child-protection__report-header,.hoi-child-protection__section-title{display:flex;align-items:center;justify-content:space-between;gap:8px}.hoi-child-protection__report-header{margin-bottom:12px}.hoi-child-protection__report-header h2,.hoi-child-protection__section-title h2{margin:0;font-size:.82rem}.hoi-child-protection__section-title{justify-content:flex-start;margin-bottom:10px;color:#334155}.hoi-child-protection__report-close{width:18px;height:18px;border:1px solid #cfd8e3;border-radius:999px;background:#fff;color:#94a3b8;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.hoi-child-protection__report-form{display:grid;gap:10px}.hoi-child-protection__report-grid,.hoi-child-protection__filter-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.hoi-child-protection__filter-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.hoi-child-protection__field{display:grid;gap:6px}.hoi-child-protection__field span{font-size:.62rem;color:#334155}.hoi-child-protection__field input,.hoi-child-protection__field textarea,.hoi-child-protection__select{width:100%;border:1px solid #cfd8e3;border-radius:6px;background:#fff;color:#0f172a;font-size:.72rem;outline:none}.hoi-child-protection__field input,.hoi-child-protection__field textarea{padding:10px 12px}.hoi-child-protection__field textarea{resize:vertical}.hoi-child-protection__field input:focus,.hoi-child-protection__field textarea:focus,.hoi-child-protection__select:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1f}.hoi-child-protection__select-wrap{position:relative}.hoi-child-protection__select{min-height:38px;padding:0 34px 0 12px;appearance:none}.hoi-child-protection__select-icon{position:absolute;top:50%;right:11px;transform:translateY(-50%);color:#111827;pointer-events:none}.hoi-child-protection__report-actions,.hoi-child-protection__case-actions{display:flex;align-items:center;gap:8px}.hoi-child-protection__case-list{display:grid;gap:10px}.hoi-child-protection__case-card{overflow:hidden}.hoi-child-protection__case-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px;border-bottom:1px solid #e2e8f0}.hoi-child-protection__case-title-group{display:flex;align-items:flex-start;gap:10px}.hoi-child-protection__case-symbol{width:18px;height:18px;border-radius:999px;display:grid;place-items:center;background:#f3e8ff;color:#9333ea;flex-shrink:0}.hoi-child-protection__case-copy{display:grid;gap:4px}.hoi-child-protection__case-title-row{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.hoi-child-protection__case-title-row h3{margin:0;font-size:.87rem;color:#0f172a}.hoi-child-protection__case-meta{display:flex;flex-wrap:wrap;gap:10px;font-size:.6rem;color:#64748b}.hoi-child-protection__case-meta span{display:inline-flex;align-items:center;gap:4px}.hoi-child-protection__pill,.hoi-child-protection__case-id{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:.48rem;line-height:1}.hoi-child-protection__pill{padding:4px 6px}.hoi-child-protection__pill--high{background:#fee2e2;color:#dc2626}.hoi-child-protection__pill--moderate{background:#ffedd5;color:#ea580c}.hoi-child-protection__pill--active{background:#ffedd5;color:#f97316}.hoi-child-protection__pill--review{background:#dbeafe;color:#2563eb}.hoi-child-protection__case-id{padding:4px 7px;border:1px solid #dbe2ea;color:#94a3b8}.hoi-child-protection__case-body{padding:12px}.hoi-child-protection__case-body p{margin:0 0 12px;font-size:.68rem;line-height:1.55;color:#475569}.hoi-child-protection__referral-panel{padding:12px;border-radius:8px;background:#edf4fd}.hoi-child-protection__label{display:inline-block;margin-bottom:8px;font-size:.54rem;font-weight:700;text-transform:uppercase;color:#334155}.hoi-child-protection__referral-panel ul{margin:0;padding-left:14px;color:#334155;font-size:.62rem;line-height:1.8}.hoi-child-protection__case-actions{padding:8px 12px 12px;border-top:1px solid #e2e8f0}.hoi-child-protection__button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:32px;padding:0 12px;border-radius:6px;border:1px solid transparent;font-size:.66rem;font-weight:600;cursor:pointer}.hoi-child-protection__button--primary{background:#2563eb;border-color:#2563eb;color:#fff}.hoi-child-protection__button--secondary{background:#fff;border-color:#cfd8e3;color:#0f172a}@media(max-width:1080px){.hoi-child-protection{width:100%}.hoi-child-protection__stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.hoi-child-protection__hero,.hoi-child-protection__case-header{flex-direction:column;align-items:flex-start}.hoi-child-protection__report-grid,.hoi-child-protection__filter-grid,.hoi-child-protection__stats-grid{grid-template-columns:1fr}}@media(max-width:520px){.hoi-child-protection__report-actions,.hoi-child-protection__case-actions{flex-direction:column;align-items:stretch}.hoi-child-protection__button{width:100%}}.hoi-preparedness{width:min(100%,1120px);margin:0 auto;display:grid;gap:12px;color:#0f172a;position:relative}.hoi-preparedness__header-card,.hoi-preparedness__section{border:1px solid #dbe2ea;border-radius:10px;background:#fff}.hoi-preparedness__header-card{display:flex;align-items:flex-start;gap:14px;padding:14px}.hoi-preparedness__header-icon{width:24px;height:24px;border-radius:8px;background:#e8f0ff;color:#2563eb;display:grid;place-items:center;flex-shrink:0}.hoi-preparedness__header-copy h1{margin:0 0 4px;font-size:1.05rem}.hoi-preparedness__header-copy p{margin:0 0 8px;font-size:.72rem;color:#64748b}.hoi-preparedness__meta{display:flex;flex-wrap:wrap;gap:12px;font-size:.64rem;color:#475569}.hoi-preparedness__meta span{display:inline-flex;align-items:center;gap:4px}.hoi-preparedness__meta--warning{color:#dc2626}.hoi-preparedness__form{display:grid;gap:8px}.hoi-preparedness__section{padding:10px}.hoi-preparedness__section h2{margin:0;padding-bottom:8px;border-bottom:1px solid #e5ebf2;font-size:.8rem}.hoi-preparedness__section-body{display:grid;gap:10px;padding-top:10px}.hoi-preparedness__field{display:grid;gap:6px}.hoi-preparedness__field>span{font-size:.64rem;color:#334155}.hoi-preparedness__radio-row{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.hoi-preparedness__radio-option,.hoi-preparedness__checkbox-option{display:inline-flex;align-items:center;gap:5px;font-size:.64rem;color:#0f172a}.hoi-preparedness__checkbox-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 18px}.hoi-preparedness__select-wrap{position:relative}.hoi-preparedness__select,.hoi-preparedness__field textarea{width:100%;border:1px solid #cfd8e3;border-radius:6px;background:#fff;color:#0f172a;font-size:.72rem;outline:none}.hoi-preparedness__select{min-height:36px;padding:0 34px 0 10px;appearance:none}.hoi-preparedness__field textarea{padding:10px;resize:vertical}.hoi-preparedness__select:focus,.hoi-preparedness__field textarea:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1f}.hoi-preparedness__select-icon{position:absolute;top:50%;right:10px;transform:translateY(-50%);color:#111827;pointer-events:none}.hoi-preparedness__footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:10px 0 0;font-size:.62rem;color:#64748b;border-top:1px solid #e5ebf2}.hoi-preparedness__footer-note{display:inline-flex;align-items:center;gap:10px;font-size:.72rem;color:#475569}.hoi-preparedness__footer-note em{color:#ef4444;font-style:normal}.hoi-preparedness__submit{min-height:64px;padding:0 28px;border:1px solid #2563eb;border-radius:16px;background:#2563eb;color:#fff;font-size:.92rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;box-shadow:0 10px 24px #2563eb38}.hoi-preparedness__popup-backdrop{position:fixed;inset:0;display:grid;place-items:center;padding:16px;background:#0f172a47;z-index:1000}.hoi-preparedness__popup{width:min(100%,420px);border:1px solid #bbf7d0;border-radius:18px;background:linear-gradient(180deg,#f0fdf4,#fff);padding:20px 18px 18px;box-shadow:0 24px 54px #0f172a33;position:relative;text-align:center;animation:hoi-preparedness-popup-in .22s ease-out}.hoi-preparedness__popup-close{position:absolute;top:10px;right:10px;width:24px;height:24px;border:1px solid #d1fae5;background:#fff;border-radius:999px;color:#065f46;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.hoi-preparedness__popup-icon{width:56px;height:56px;margin:0 auto 10px;border-radius:999px;background:#dcfce7;color:#16a34a;display:grid;place-items:center}.hoi-preparedness__popup h3{margin:0 0 6px;font-size:1rem;color:#14532d}.hoi-preparedness__popup p{margin:0;font-size:.82rem;color:#166534}@keyframes hoi-preparedness-popup-in{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:760px){.hoi-preparedness__checkbox-grid{grid-template-columns:1fr}.hoi-preparedness__footer{flex-direction:column;align-items:flex-start}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%}body{font-family:var(--font-body);font-size:16px;background:#f9fafb}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}.App,.app{min-height:100dvh;display:flex;flex-direction:column;width:100%}.app{height:100dvh;overflow:hidden}.layout{display:flex;flex:1;min-height:0;width:100%;overflow:hidden;position:relative}.content{flex:1;min-width:0;min-height:0;overflow-y:auto;overflow-x:hidden;background:#f9fafb;padding:var(--app-content-padding-y) var(--app-content-padding-x) var(--app-content-padding-x)}.content>*{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important}.sidebar-backdrop{display:none}@media(max-width:900px){.content{padding:10px var(--app-content-padding-x-mobile) var(--app-content-padding-x-mobile)}.sidebar-backdrop{display:block;position:fixed;inset:var(--app-shell-navbar-height) 0 0;border:none;background:#0f172a47;z-index:20}}@media(max-width:520px){.content{padding:8px var(--app-content-padding-x-small) var(--app-content-padding-x-small)}.sidebar-backdrop{inset:var(--app-shell-navbar-height-mobile) 0 0}}
