:root{--bg:#07111d;--panel:#0d1b2a;--panel2:#102235;--line:#21354a;--text:#eef4f8;--muted:#93a4b7;--primary:#0f766e;--accent:#22c55e;--danger:#dc2626;--warning:#f59e0b;--blue:#2563eb;--radius:16px;--sidebar:250px}
*{box-sizing:border-box}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;background:#eef2f6;color:#172033}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}.hidden{display:none!important}
.auth-page{min-height:100vh;background:radial-gradient(circle at 20% 10%,#153858 0,#07111d 42%,#030912 100%);display:grid;place-items:center;padding:24px}.auth-card{width:min(440px,100%);background:#fff;border-radius:22px;padding:34px;box-shadow:0 24px 70px #0008}.brand{display:flex;gap:14px;align-items:center}.brand-mark{width:46px;height:46px;border-radius:14px;background:linear-gradient(145deg,#e11d48,#b91c1c);display:grid;place-items:center;color:#fff;font-size:23px}.auth-card h1{margin:22px 0 6px;font-size:26px}.auth-card p{color:#64748b;margin-top:0}.field{margin:16px 0}.field label{display:block;font-size:13px;font-weight:700;margin-bottom:7px}.field input,.field select,.field textarea{width:100%;border:1px solid #d7dee7;border-radius:10px;padding:12px 13px;background:#fff}.btn{border:0;border-radius:10px;padding:11px 16px;font-weight:700;cursor:pointer}.btn-primary{background:#0f766e;color:#fff}.btn-danger{background:#b91c1c;color:#fff}.btn-soft{background:#e8eef5;color:#274056}.btn-block{width:100%}.auth-links{display:flex;justify-content:space-between;margin-top:16px;font-size:13px;color:#0f766e}.msg{padding:10px 12px;border-radius:9px;font-size:13px;margin:12px 0}.msg.err{background:#fee2e2;color:#991b1b}.msg.ok{background:#dcfce7;color:#166534}
.app{display:grid;grid-template-columns:var(--sidebar) 1fr;min-height:100vh}.sidebar{background:linear-gradient(180deg,#07111d,#0a1724);color:#dce8f3;padding:18px 14px;position:fixed;width:var(--sidebar);height:100vh;overflow:auto}.sidebar .brand{padding:6px 8px 20px;border-bottom:1px solid #1c2d3f}.sidebar .brand strong{font-size:14px}.sidebar nav{margin-top:18px}.nav-title{font-size:10px;letter-spacing:.14em;color:#647b91;padding:15px 12px 6px}.nav-item{display:flex;align-items:center;gap:11px;padding:11px 12px;border-radius:10px;margin:3px 0;color:#c9d8e6;font-size:13px}.nav-item:hover,.nav-item.active{background:#16293b;color:#fff}.nav-item.active{box-shadow:inset 3px 0 #22c55e}.sidebar-foot{position:absolute;left:14px;right:14px;bottom:16px;background:#102235;border:1px solid #20364b;padding:12px;border-radius:12px;font-size:12px}.main{grid-column:2;padding:0 24px 30px}.topbar{height:72px;display:flex;align-items:center;justify-content:space-between;background:#fff;margin:0 -24px 22px;padding:0 24px;border-bottom:1px solid #dce4ec;position:sticky;top:0;z-index:20}.building-select{min-width:270px;border:1px solid #d5dee8;border-radius:10px;padding:10px 12px;background:#fff}.userbox{text-align:right;font-size:12px}.userbox strong{display:block}.page-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:18px}.page-head h1{font-size:24px;margin:0 0 5px}.page-head p{margin:0;color:#64748b;font-size:13px}.grid{display:grid;gap:16px}.kpis{grid-template-columns:repeat(6,minmax(130px,1fr))}.card{background:#fff;border:1px solid #dfe6ed;border-radius:var(--radius);padding:18px;box-shadow:0 8px 30px #1720330b}.kpi .label{font-size:12px;color:#64748b}.kpi .value{font-size:27px;font-weight:800;margin-top:8px}.kpi .sub{font-size:11px;color:#94a3b8;margin-top:4px}.dashboard-main{grid-template-columns:1.6fr 1fr}.emergency-card{background:linear-gradient(135deg,#7f1d1d,#b91c1c);color:#fff;border:none}.emergency-card.none{background:linear-gradient(135deg,#064e3b,#0f766e)}.emergency-title{display:flex;justify-content:space-between;align-items:center}.status-pill{font-size:11px;padding:5px 9px;border-radius:999px;background:#ffffff22}.floor-list{display:grid;grid-template-columns:repeat(6,1fr);gap:9px}.floor-chip{border:1px solid #dce5ee;border-radius:10px;padding:11px;text-align:center;background:#f8fafc}.floor-chip strong{display:block;font-size:18px}.table-wrap{overflow:auto}.data-table{width:100%;border-collapse:collapse;font-size:12px}.data-table th{background:#f4f7fa;color:#526477;text-align:left;padding:11px;border-bottom:1px solid #dae3eb;white-space:nowrap}.data-table td{padding:11px;border-bottom:1px solid #edf1f5;white-space:nowrap}.badge{padding:4px 8px;border-radius:999px;font-size:10px;font-weight:700}.b-ok{background:#dcfce7;color:#166534}.b-warn{background:#fef3c7;color:#92400e}.b-danger{background:#fee2e2;color:#991b1b}.b-info{background:#dbeafe;color:#1e40af}.toolbar{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.toolbar input,.toolbar select{border:1px solid #d8e1ea;border-radius:9px;padding:9px 10px;background:#fff}.modal{position:fixed;inset:0;background:#07111dbb;display:grid;place-items:center;z-index:50;padding:20px}.modal-box{background:#fff;border-radius:18px;width:min(680px,100%);max-height:90vh;overflow:auto;padding:22px}.modal-head{display:flex;justify-content:space-between;align-items:center}.modal-head h2{margin:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-grid .full{grid-column:1/-1}.modal-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:18px}.alert-strip{padding:13px 16px;border-radius:12px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-size:13px}.person-state{display:flex;gap:8px;align-items:center}.dot{width:9px;height:9px;border-radius:50%}.dot.red{background:#ef4444}.dot.green{background:#22c55e}.dot.blue{background:#3b82f6}.dot.gray{background:#94a3b8}.dot.orange{background:#f59e0b}.two-col{grid-template-columns:1fr 1fr}.plan-placeholder{height:280px;border:2px dashed #cbd5e1;border-radius:14px;display:grid;place-items:center;background:#f8fafc;color:#64748b;text-align:center;padding:20px}.section-title{font-size:15px;margin:0 0 14px}.muted{color:#64748b}.small{font-size:12px}
@media(max-width:1180px){.kpis{grid-template-columns:repeat(3,1fr)}.dashboard-main{grid-template-columns:1fr}.floor-list{grid-template-columns:repeat(4,1fr)}}@media(max-width:800px){:root{--sidebar:0px}.sidebar{display:none}.app{display:block}.main{padding:0 14px 24px}.topbar{margin:0 -14px 18px;padding:0 14px}.building-select{min-width:160px;max-width:48vw}.kpis{grid-template-columns:repeat(2,1fr)}.form-grid,.two-col{grid-template-columns:1fr}.floor-list{grid-template-columns:repeat(3,1fr)}}

/* RC2.2 · Portal móvil del residente */
.resident-page{margin:0;min-height:100vh;background:#07111d;color:#172033}.resident-shell{width:min(520px,100%);min-height:100vh;margin:0 auto;background:#f1f5f9;box-shadow:0 0 60px #0008}.resident-center-card{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:32px;background:#07111d;color:#fff}.resident-center-card p{color:#a8b6c7}.resident-spinner{width:46px;height:46px;border:4px solid #ffffff24;border-top-color:#fff;border-radius:50%;animation:residentSpin .8s linear infinite}.resident-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;font-weight:900;font-size:28px}.resident-icon-muted{background:#334155;color:#fff}@keyframes residentSpin{to{transform:rotate(360deg)}}
.resident-header{min-height:74px;background:#07111d;color:#fff;padding:14px 18px;display:flex;justify-content:space-between;gap:12px;align-items:center}.resident-brand{display:flex;align-items:center;gap:11px}.resident-brand strong{font-size:12px;display:block}.resident-brand span{font-size:11px;color:#a8b6c7;display:block;margin-top:2px}.resident-shield{width:35px;height:40px;background:#b91c1c;clip-path:polygon(50% 0,92% 15%,86% 72%,50% 100%,14% 72%,8% 15%);display:grid;place-items:center;font-weight:900}.resident-severity{padding:5px 8px;border-radius:999px;background:#7f1d1d;font-size:9px;font-weight:900;letter-spacing:.08em}
.resident-alert{background:linear-gradient(145deg,#991b1b,#dc2626);color:#fff;text-align:center;padding:30px 24px 28px}.resident-alert-icon{width:62px;height:62px;border:3px solid #fff;border-radius:20px;transform:rotate(45deg);display:grid;place-items:center;margin:0 auto 22px;font-size:30px;font-weight:900}.resident-alert-icon::first-letter{transform:rotate(-45deg)}.resident-eyebrow{font-size:11px;font-weight:900;letter-spacing:.14em;opacity:.85}.resident-alert h1{font-size:28px;line-height:1.05;margin:8px 0 13px}.resident-alert p{line-height:1.5;margin:0 auto;max-width:390px;font-size:14px}.resident-event-time{margin-top:15px;font-size:11px;opacity:.8}
.resident-identity{margin:14px;background:#fff;border:1px solid #dfe6ed;border-radius:16px;padding:15px 16px;display:flex;justify-content:space-between;gap:15px;box-shadow:0 6px 24px #1720330b}.resident-identity span{display:block;color:#64748b;font-size:10px;margin-bottom:4px}.resident-identity strong{font-size:14px}.resident-unit{text-align:right}.resident-status-section,.resident-location-card{margin:14px;background:#fff;border:1px solid #dfe6ed;border-radius:16px;padding:16px;box-shadow:0 6px 24px #1720330b}.resident-section-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:13px}.resident-section-head>div{display:flex;align-items:center;gap:8px}.resident-section-head small{color:#64748b;font-size:10px}.resident-step{width:24px;height:24px;border-radius:50%;background:#0f766e;color:#fff;display:grid;place-items:center;font-size:11px;font-weight:900}.resident-status-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.resident-status{min-height:112px;border:0;border-radius:14px;color:#fff;padding:13px 10px;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:inset 0 -2px #0002;transition:transform .1s,filter .1s}.resident-status:active{transform:scale(.98)}.resident-status:disabled{filter:grayscale(.35);opacity:.65;cursor:wait}.resident-status>span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#ffffff22;font-size:20px;font-weight:900;margin-bottom:6px}.resident-status strong{font-size:14px}.resident-status small{font-size:10px;margin-top:3px;opacity:.86}.resident-ok{background:#16a34a}.resident-evacuated{background:#2563eb}.resident-outside{background:#0891b2}.resident-help{background:#dc2626}.resident-status.is-current{outline:4px solid #0f172a;outline-offset:2px}
.resident-location-card p{color:#64748b;font-size:12px;line-height:1.45}.resident-location-state{font-size:10px;padding:5px 8px;border-radius:999px;background:#e2e8f0;color:#475569}.resident-location-state.ok{background:#dcfce7;color:#166534}.resident-location-state.warn{background:#fef3c7;color:#92400e}.resident-location-detail{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:10px;font-size:11px;color:#475569;margin:10px 0}.resident-location-button{width:100%;border:1px solid #cbd5e1;background:#fff;border-radius:10px;padding:11px;font-weight:800;color:#334155;cursor:pointer}.resident-result{margin:14px;border-radius:14px;padding:15px;text-align:center;font-size:13px;font-weight:700}.resident-result.ok{display:block!important;background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.resident-result.err{display:block!important;background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.resident-footer{text-align:center;padding:14px 20px 28px;color:#64748b}.resident-footer strong,.resident-footer span,.resident-footer small{display:block}.resident-footer strong{font-size:11px}.resident-footer span{font-size:11px;margin:5px 0}.resident-footer small{font-size:10px}
@media(max-width:380px){.resident-status-grid{grid-template-columns:1fr}.resident-status{min-height:85px}.resident-identity{display:block}.resident-unit{text-align:left;margin-top:10px}}
/* RC2.3 - fotos y localización operacional */
.person-avatar{width:38px;height:38px;border-radius:50%;object-fit:cover;border:2px solid #fff;box-shadow:0 0 0 1px #dbe4ed}.person-avatar-empty{display:grid;place-items:center;background:#dbe4ed;color:#64748b;font-weight:800}.photo-field{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.person-photo-preview,.person-photo-placeholder{width:82px;height:82px;border-radius:14px;object-fit:cover;border:1px solid #d8e0e8}.person-photo-placeholder{display:grid;place-items:center;background:#eef2f6;color:#64748b;font-size:12px}
.emergency-layout-grid{display:grid;grid-template-columns:260px 1fr;gap:16px;margin-top:16px}.building-stack{display:flex;flex-direction:column;gap:7px}.building-floor{border:1px solid #dce5ee;border-radius:10px;padding:9px 11px;background:#f8fafc;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.building-floor.active{border-color:#0f766e;background:#ecfdf5}.floor-counts{display:flex;gap:5px;align-items:center}.floor-count-dot{width:9px;height:9px;border-radius:50%}.floor-count-dot.help{background:#dc2626}.floor-count-dot.warn{background:#f59e0b}.floor-count-dot.ok{background:#16a34a}.floor-plan-stage{position:relative;min-height:460px;border:1px solid #dce5ee;border-radius:14px;overflow:hidden;background:#e9eff5 center/contain no-repeat}.floor-plan-grid{position:absolute;inset:0;display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:120px;gap:10px;padding:18px}.floor-unit{position:relative;border:1px solid #8294a8;background:#ffffffdc;border-radius:10px;min-width:80px;min-height:70px;padding:7px;box-shadow:0 4px 14px #33415518}.floor-unit.manual{position:absolute}.floor-unit-title{font-weight:800;font-size:12px}.unit-occupants{display:flex;flex-wrap:wrap;gap:4px;margin-top:7px}.occupant-marker{width:34px;height:34px;border-radius:50%;border:3px solid #94a3b8;background:#cbd5e1;object-fit:cover;display:grid;place-items:center;font-size:11px;font-weight:800;color:#0f172a;cursor:pointer}.occupant-marker.NEED_HELP{border-color:#dc2626;box-shadow:0 0 0 3px #fee2e2}.occupant-marker.NO_REPORT{border-color:#f59e0b}.occupant-marker.OK{border-color:#16a34a}.occupant-marker.EVACUATED{border-color:#2563eb}.occupant-marker.OUTSIDE{border-color:#0891b2}.occupant-marker.PRESENT{border-color:#7c3aed}.location-chip{display:inline-flex;gap:5px;align-items:center;font-size:11px;background:#e0f2fe;color:#075985;padding:4px 7px;border-radius:999px}.occupant-popover{position:absolute;z-index:5;width:260px;background:#081827;color:#fff;border-radius:12px;padding:12px;box-shadow:0 14px 40px #0006;display:none}.occupant-popover.open{display:block}.occupant-popover .muted{color:#a8b9c9}.gps-coords{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:11px}.resident-photo-mobile{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid #fff;box-shadow:0 0 0 1px #cad5df;margin-right:9px}
@media(max-width:1000px){.emergency-layout-grid{grid-template-columns:1fr}.building-stack{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.floor-plan-stage{min-height:400px}}


/* RC2.3.1 - Dashboard de rescate visual */
.emergency-kpis .kpi{position:relative;overflow:hidden;border:1px solid #dbe4ee}.emergency-kpis .kpi:before{content:"";position:absolute;left:0;right:0;top:0;height:5px}.kpi-total:before{background:#334155}.kpi-no-report:before{background:#f59e0b}.kpi-ok:before{background:#16a34a}.kpi-evacuated:before{background:#2563eb}.kpi-outside:before{background:#0891b2}.kpi-help{background:#fff1f2!important;border-color:#fecdd3!important}.kpi-help:before{background:#dc2626}.kpi-help .value{color:#b91c1c}.kpi-no-report .value{color:#b45309}.kpi-ok .value{color:#15803d}.kpi-evacuated .value{color:#1d4ed8}.kpi-outside .value{color:#0e7490}
.floor-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.floor-toolbar>div:first-child>span,.rescue-section-head>div>span{font-size:10px;font-weight:800;letter-spacing:.11em;color:#64748b}.floor-toolbar h3,.rescue-section-head h3{margin:2px 0 0}.floor-toolbar-count{display:flex;gap:7px;align-items:baseline;color:#64748b}.floor-toolbar-count b{font-size:22px;color:#0f172a}.floor-toolbar-count span{font-size:11px}
.floor-plan-grid{grid-template-columns:repeat(3,minmax(230px,1fr));grid-auto-rows:minmax(190px,auto);gap:14px}.floor-unit{padding:0;border:2px solid #cbd5e1;overflow:hidden;background:#fff;min-height:180px}.floor-unit-head{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.floor-unit-head>div{display:flex;gap:6px;align-items:baseline}.floor-unit-head span{font-size:10px;color:#64748b}.floor-unit-head b{font-size:15px}.unit-count{background:#e2e8f0;border-radius:999px;padding:3px 7px}.unit-state-NEED_HELP{border-color:#dc2626;box-shadow:0 0 0 3px #fee2e2}.unit-state-NEED_HELP .floor-unit-head{background:#fee2e2}.unit-state-NO_REPORT{border-color:#f59e0b}.unit-state-NO_REPORT .floor-unit-head{background:#fef3c7}.unit-state-OK{border-color:#16a34a}.unit-state-OK .floor-unit-head{background:#dcfce7}.unit-state-EVACUATED{border-color:#2563eb}.unit-state-EVACUATED .floor-unit-head{background:#dbeafe}.unit-state-OUTSIDE{border-color:#0891b2}.unit-state-OUTSIDE .floor-unit-head{background:#cffafe}.unit-occupants{display:flex;flex-direction:column;gap:8px;padding:10px;margin:0}.unit-empty{padding:20px;text-align:center;color:#94a3b8;font-size:11px}
.occupant-card{width:100%;border:0;border-radius:12px;padding:8px;display:grid;grid-template-columns:58px 1fr auto;gap:9px;align-items:center;text-align:left;cursor:pointer;color:#0f172a}.occupant-card-photo{width:58px;height:58px;border-radius:12px;object-fit:cover;border:2px solid #fff;box-shadow:0 0 0 1px #cbd5e1}.occupant-card-initials{display:grid;place-items:center;background:#e2e8f0;font-weight:900}.occupant-card-data{min-width:0;display:flex;flex-direction:column}.occupant-card-data b{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.occupant-card-data small{font-size:10px;color:#475569;line-height:1.45}.occupant-gps{font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.occupant-card-status{font-size:10px;font-weight:900;border-radius:999px;padding:5px 7px;white-space:nowrap}.occupant-card.state-NEED_HELP{background:#fee2e2}.occupant-card.state-NEED_HELP .occupant-card-status{background:#dc2626;color:#fff}.occupant-card.state-NO_REPORT{background:#fef3c7}.occupant-card.state-NO_REPORT .occupant-card-status{background:#f59e0b;color:#fff}.occupant-card.state-OK{background:#dcfce7}.occupant-card.state-OK .occupant-card-status{background:#16a34a;color:#fff}.occupant-card.state-EVACUATED{background:#dbeafe}.occupant-card.state-EVACUATED .occupant-card-status{background:#2563eb;color:#fff}.occupant-card.state-OUTSIDE{background:#cffafe}.occupant-card.state-OUTSIDE .occupant-card-status{background:#0891b2;color:#fff}.occupant-card.state-PRESENT{background:#ede9fe}.occupant-card.state-PRESENT .occupant-card-status{background:#7c3aed;color:#fff}
.rescue-section{padding:16px}.rescue-section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:14px}.rescue-person-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:14px}.rescue-person-card{border:2px solid #cbd5e1;border-radius:16px;overflow:hidden;background:#fff}.rescue-card-top{display:grid;grid-template-columns:84px 1fr auto;gap:14px;padding:15px;align-items:center}.rescue-card-photo{width:84px;height:84px;border-radius:16px;object-fit:cover;border:3px solid #fff;box-shadow:0 0 0 1px #cbd5e1}.rescue-card-initials{display:grid;place-items:center;background:#e2e8f0;font-size:24px;font-weight:900}.rescue-kind{font-size:9px;font-weight:900;letter-spacing:.12em;color:#64748b}.rescue-card-main h3{font-size:16px;margin:4px 0 8px}.rescue-location{display:flex;gap:7px}.rescue-location b{font-size:11px;background:#f1f5f9;padding:4px 7px;border-radius:7px}.rescue-state{min-width:105px;border-radius:12px;padding:10px;text-align:center}.rescue-state span{display:block;font-size:26px;font-weight:900}.rescue-state b{display:block;font-size:10px;margin-top:2px}.rescue-card-bottom{display:grid;grid-template-columns:1.4fr 1fr auto;gap:10px;border-top:1px solid #e2e8f0;padding:10px 14px;background:#f8fafc;align-items:center}.rescue-card-bottom>div{min-width:0}.rescue-card-bottom span{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:#64748b}.rescue-card-bottom b{display:block;font-size:11px;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rescue-qr{white-space:nowrap}.rescue-person-card.state-NEED_HELP{border-color:#dc2626;box-shadow:0 0 0 3px #fee2e2}.rescue-person-card.state-NEED_HELP .rescue-card-top{background:#fff1f2}.rescue-person-card.state-NEED_HELP .rescue-state{background:#dc2626;color:#fff}.rescue-person-card.state-NO_REPORT{border-color:#f59e0b}.rescue-person-card.state-NO_REPORT .rescue-card-top{background:#fffbeb}.rescue-person-card.state-NO_REPORT .rescue-state{background:#f59e0b;color:#fff}.rescue-person-card.state-OK{border-color:#16a34a}.rescue-person-card.state-OK .rescue-card-top{background:#f0fdf4}.rescue-person-card.state-OK .rescue-state{background:#16a34a;color:#fff}.rescue-person-card.state-EVACUATED{border-color:#2563eb}.rescue-person-card.state-EVACUATED .rescue-card-top{background:#eff6ff}.rescue-person-card.state-EVACUATED .rescue-state{background:#2563eb;color:#fff}.rescue-person-card.state-OUTSIDE{border-color:#0891b2}.rescue-person-card.state-OUTSIDE .rescue-card-top{background:#ecfeff}.rescue-person-card.state-OUTSIDE .rescue-state{background:#0891b2;color:#fff}
.occupant-popover{width:330px}.rescue-pop-head{display:grid;grid-template-columns:72px 1fr;gap:12px;align-items:center}.rescue-pop-photo{width:72px;height:72px;border-radius:14px;object-fit:cover}.rescue-pop-initials{display:grid;place-items:center;background:#334155;font-weight:900}.rescue-pop-head small{font-size:9px;color:#94a3b8;letter-spacing:.1em}.rescue-pop-head h3{margin:3px 0;font-size:17px}.rescue-pop-status{display:inline-flex;margin-top:12px;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:900}.rescue-pop-status.state-NEED_HELP{background:#dc2626}.rescue-pop-status.state-NO_REPORT{background:#f59e0b}.rescue-pop-status.state-OK{background:#16a34a}.rescue-pop-status.state-EVACUATED{background:#2563eb}.rescue-pop-status.state-OUTSIDE{background:#0891b2}.rescue-pop-status.state-PRESENT{background:#7c3aed}.rescue-pop-grid{display:grid;grid-template-columns:1fr;gap:8px;margin-top:10px}.rescue-pop-grid span{display:block;font-size:9px;color:#94a3b8;text-transform:uppercase}.rescue-pop-grid b{display:block;font-size:11px;margin-top:2px}
@media(max-width:1200px){.floor-plan-grid{grid-template-columns:repeat(2,minmax(220px,1fr))}.rescue-person-grid{grid-template-columns:1fr}}@media(max-width:700px){.rescue-card-top{grid-template-columns:72px 1fr}.rescue-card-photo{width:72px;height:72px}.rescue-state{grid-column:1/-1}.rescue-card-bottom{grid-template-columns:1fr}.floor-plan-grid{grid-template-columns:1fr}.occupant-card{grid-template-columns:52px 1fr}.occupant-card-photo{width:52px;height:52px}.occupant-card-status{grid-column:1/-1;text-align:center}}


.rescue-actions{display:flex;gap:7px;align-items:center;justify-content:flex-end;flex-wrap:wrap}.rescue-message{position:relative;white-space:nowrap}
.message-unread{display:inline-grid;place-items:center;min-width:18px;height:18px;padding:0 5px;margin-left:3px;border-radius:999px;background:#dc2626;color:#fff;font-size:9px}
.message-template-row{display:flex;gap:7px;flex-wrap:wrap;margin:14px 0}.message-template{border:1px solid #cbd5e1;background:#f8fafc;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:700;color:#334155;cursor:pointer}.message-template:hover{border-color:#0f766e;background:#ecfdf5;color:#065f46}
.message-channel-note{font-size:11px;color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px;margin-top:12px}
.message-send-ok,.message-send-error{padding:10px 12px;border-radius:10px;font-size:12px;font-weight:700;margin-top:10px}.message-send-ok{background:#dcfce7;color:#166534;border:1px solid #86efac}.message-send-error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}
.message-history{margin-top:18px;border-top:1px solid #e2e8f0;padding-top:14px}.message-history h3{font-size:13px;margin:0 0 9px}.message-history-item{display:grid;grid-template-columns:1fr auto;gap:10px;border-left:4px solid #0f766e;background:#f8fafc;padding:9px 10px;border-radius:9px;margin-bottom:7px}.message-history-item.priority-IMPORTANT{border-left-color:#f59e0b;background:#fffbeb}.message-history-item.priority-URGENT{border-left-color:#dc2626;background:#fff1f2}.message-history-item b,.message-history-item span{display:block;font-size:11px}.message-history-item span{color:#475569;margin-top:3px}.message-history-item small,.message-history-item em{display:block;text-align:right;font-size:9px;color:#64748b}.message-history-item em{font-style:normal;font-weight:800;margin-top:4px}
.empty-state.compact{padding:10px;font-size:11px}
@media(max-width:700px){.rescue-actions{justify-content:stretch}.rescue-actions .btn{flex:1}.message-history-item{grid-template-columns:1fr}.message-history-item small,.message-history-item em{text-align:left}}
