:root{--red: #dc2626;--red-dark: #991b1b;--red-light: #fef2f2;--blue: #2563eb;--green: #16a34a;--orange: #ea580c;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--radius: .75rem;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;color-scheme:light}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;background:var(--gray-50);color:var(--gray-900)}.app-header{background:var(--red);color:#fff;padding:1rem 1.5rem;display:flex;align-items:center;gap:.75rem;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #00000026}.app-header h1{font-size:1.25rem;font-weight:700;letter-spacing:-.01em}.app-header .subtitle{font-size:.8rem;opacity:.85;margin-left:auto}.emergency-bar{background:var(--red-dark);color:#fff;display:flex;justify-content:center;gap:1.5rem;padding:.6rem 1rem;font-size:.85rem;font-weight:600}.emergency-bar a{color:#fff;text-decoration:none;display:flex;align-items:center;gap:.4rem;transition:opacity .15s}.emergency-bar a:hover{opacity:.8}.app-layout{display:flex;min-height:calc(100vh - 96px)}.sidebar{width:280px;min-width:280px;background:#fff;border-right:1px solid var(--gray-200);overflow-y:auto;padding:1rem 0}.sidebar-section-title{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--gray-400);padding:.75rem 1.25rem .25rem}.sidebar-item{display:flex;align-items:center;gap:.75rem;padding:.65rem 1.25rem;cursor:pointer;font-size:.9rem;color:var(--gray-700);border:none;background:none;width:100%;text-align:left;transition:background .1s,color .1s}.sidebar-item:hover{background:var(--gray-100);color:var(--gray-900)}.sidebar-item.active{background:var(--red-light);color:var(--red);font-weight:600;border-right:3px solid var(--red)}.sidebar-item .icon{font-size:1.2rem;width:1.5rem;text-align:center}.main-content{flex:1;padding:2rem;max-width:900px;overflow-y:auto}.guide-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.guide-header .icon-large{font-size:2.5rem;width:4rem;height:4rem;display:grid;place-items:center;background:var(--red-light);border-radius:var(--radius);flex-shrink:0}.guide-header h2{font-size:1.5rem;font-weight:700;letter-spacing:-.02em;color:var(--gray-900)}.guide-header .severity{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.2rem .6rem;border-radius:999px;margin-top:.3rem}.severity-critical{background:#fef2f2;color:#dc2626}.severity-high{background:#fff7ed;color:#ea580c}.severity-moderate{background:#fefce8;color:#ca8a04}.callout{background:#fef2f2;border:1px solid #fecaca;border-left:4px solid var(--red);padding:1rem 1.25rem;border-radius:.5rem;margin-bottom:1.5rem;font-size:.9rem;color:var(--red-dark);line-height:1.6}.callout strong{font-weight:700}.steps-container{counter-reset:step}.step{display:flex;gap:1rem;margin-bottom:1.25rem;position:relative}.step:not(:last-child):after{content:"";position:absolute;left:1.25rem;top:2.75rem;bottom:-.25rem;width:2px;background:var(--gray-200)}.step-number{width:2.5rem;height:2.5rem;border-radius:50%;background:var(--red);color:#fff;display:grid;place-items:center;font-weight:700;font-size:.85rem;flex-shrink:0;z-index:1}.step-content{flex:1;padding-top:.3rem}.step-content h4{font-size:.95rem;font-weight:600;color:var(--gray-900);margin-bottom:.25rem}.step-content p{font-size:.875rem;color:var(--gray-600);line-height:1.6}.warning-box{background:#fffbeb;border:1px solid #fde68a;border-left:4px solid #d97706;padding:.75rem 1rem;border-radius:.5rem;font-size:.85rem;color:#92400e;margin-top:.5rem}.locator-section{margin-top:1rem}.locator-section h2{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.locator-section>p{color:var(--gray-500);margin-bottom:1.5rem;font-size:.9rem}.locate-btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--blue);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .15s}.locate-btn:hover{background:#1d4ed8}.locate-btn:disabled{background:var(--gray-300);cursor:not-allowed}.facility-list{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}.facility-card{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius);padding:1rem 1.25rem;display:flex;justify-content:space-between;align-items:center;transition:box-shadow .15s}.facility-card:hover{box-shadow:0 2px 8px #00000014}.facility-info h4{font-size:.95rem;font-weight:600;color:var(--gray-900);margin-bottom:.2rem}.facility-info p{font-size:.8rem;color:var(--gray-500)}.facility-info .type-badge{display:inline-block;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.15rem .5rem;border-radius:999px;margin-right:.5rem}.type-hospital{background:#fef2f2;color:#dc2626}.type-clinic{background:#eff6ff;color:#2563eb}.type-pharmacy{background:#f0fdf4;color:#16a34a}.facility-distance{text-align:right;flex-shrink:0}.facility-distance .dist{font-size:1rem;font-weight:700;color:var(--gray-900)}.facility-distance a{font-size:.8rem;color:var(--blue);text-decoration:none;font-weight:500}.facility-distance a:hover{text-decoration:underline}.error-msg{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:1rem;border-radius:.5rem;font-size:.9rem;margin-top:1rem}.no-results{text-align:center;padding:2rem;color:var(--gray-400);font-size:.9rem}.mobile-toggle{display:none;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.25rem}.sidebar-overlay{display:none}@media(max-width:768px){.mobile-toggle{display:block}.sidebar{position:fixed;left:-280px;top:0;bottom:0;z-index:200;transition:left .25s ease}.sidebar.open{left:0}.sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:199;opacity:0;pointer-events:none;transition:opacity .25s}.sidebar-overlay.open{opacity:1;pointer-events:auto}.main-content{padding:1.25rem}.app-header .subtitle{display:none}}
