:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.phone-viewport-container{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:2rem;box-sizing:border-box}.phone-frame{width:375px;min-height:667px;max-height:90vh;border-radius:40px;padding:12px;position:relative;flex-shrink:0}.phone-notch{position:absolute;top:12px;left:50%;transform:translate(-50%);width:120px;height:30px;background:#000;border-radius:20px;z-index:10;display:none}.phone-screen{width:100%;height:100%;min-height:643px;max-height:calc(90vh - 24px);background:#fff;border-radius:32px;overflow:hidden;display:flex;flex-direction:column;position:relative}.phone-screen>*{flex:1;max-width:100%;box-sizing:border-box;min-height:0}@media(max-height:720px){.phone-frame{max-height:85vh}.phone-screen{min-height:500px}}@media(max-width:1024px){.phone-viewport-container{padding:0;align-items:stretch;justify-content:stretch;height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;max-height:100vh;max-height:100dvh;overflow:hidden}.phone-frame{width:100%;max-width:100%;height:100%;min-height:0;max-height:100%;border-radius:0;padding:0;flex:1;display:flex;flex-direction:column;overflow:hidden}.phone-screen{height:100%;min-height:0;max-height:100%;border-radius:0;flex:1;display:flex;flex-direction:column;overflow:hidden;padding-top:env(safe-area-inset-top,0);padding-left:env(safe-area-inset-left,0);padding-right:env(safe-area-inset-right,0)}.phone-screen>*{min-height:0}}.onboarding{min-height:100%;display:flex;flex-direction:column;background:#fff;color:#1a1a1a;position:relative}.onboarding-status-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 24px 8px;font-size:15px;font-weight:600;color:#000}.status-right{display:flex;align-items:center;gap:6px}.status-signal,.status-battery{width:18px;height:18px}.onboarding-language-btn{position:absolute;top:44px;right:20px;padding:6px 14px;font-size:13px;font-weight:500;color:#4a5568;background:#f1f5f9;border:none;border-radius:20px;cursor:pointer}.onboarding-content{flex:1;display:flex;flex-direction:column;align-items:center;padding:24px 28px 20px;text-align:center}.onboarding-icon-circle{width:120px;height:120px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:28px}.onboarding-icon-circle:has(.onboarding-icon--smiley){background:linear-gradient(135deg,#e0e7ff,#c7d2fe,#a5b4fc)}.onboarding-icon-circle:has(.onboarding-icon--shield){background:linear-gradient(135deg,#dbeafe,#93c5fd)}.onboarding-icon-circle:has(.onboarding-icon--search){background:linear-gradient(135deg,#ede9fe,#c4b5fd)}.onboarding-icon-circle:has(.onboarding-icon--clipboard){background:linear-gradient(135deg,#e0e7ff,#a5b4fc)}.onboarding-icon-circle:has(.onboarding-icon--globe){background:linear-gradient(135deg,#ede9fe,#c4b5fd)}.onboarding-icon{width:56px;height:56px;color:#4f46e5}.onboarding-icon--smiley{color:#6366f1}.onboarding-icon--shield{color:#2563eb}.onboarding-icon--search{color:#7c3aed}.onboarding-icon--clipboard{color:#4f46e5}.onboarding-icon--globe{color:#7c3aed}.onboarding-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 12px;line-height:1.3}.onboarding-description{font-size:.95rem;line-height:1.5;color:#64748b;margin:0;max-width:320px}.onboarding-language-options{width:100%;max-width:300px;margin-top:20px;display:flex;flex-direction:column;gap:12px}.language-option{display:flex;flex-direction:column;align-items:flex-start;padding:16px 20px;font-family:inherit;font-size:1rem;font-weight:500;text-align:left;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .2s}.language-option:hover{border-color:#c7d2fe;background:#f1f5f9}.language-option.active{border-color:#6366f1;background:#eef2ff}.language-primary{font-size:1rem;font-weight:600;color:#1a1a1a}.language-secondary{font-size:.85rem;color:#64748b;margin-top:2px}.onboarding-pagination{display:flex;justify-content:center;gap:8px;padding:16px 0}.pagination-dot{width:8px;height:8px;border-radius:50%;background:#cbd5e1;transition:all .2s}.pagination-dot.active{width:24px;border-radius:4px;background:#6366f1}.onboarding-nav{display:flex;align-items:center;justify-content:space-between;padding:0 20px 28px;gap:12px}.nav-btn{display:flex;align-items:center;justify-content:center;font-family:inherit;border:none;cursor:pointer;transition:opacity .2s}.nav-btn:disabled{opacity:.3;cursor:not-allowed}.nav-prev,.nav-next{width:44px;height:44px;background:#f1f5f9;border-radius:50%;color:#4a5568}.nav-prev svg,.nav-next svg{width:24px;height:24px}.nav-prev:hover:not(:disabled),.nav-next:hover:not(:disabled){background:#e2e8f0}.nav-action{flex:1;padding:12px 24px;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#6366f1,#4f46e5);border-radius:12px}.nav-action:hover{opacity:.95}.app-header{display:flex;align-items:center;justify-content:space-between;padding:16px;background:#fff;border-bottom:1px solid #e5e7eb}.app-header-logo{display:flex;align-items:center;gap:12px}.app-header-logo-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e3a5f,#0f2744);border-radius:12px}.app-header-logo-icon svg{width:24px;height:24px;color:#fff}.app-header-logo-text{display:flex;flex-direction:column;gap:0}.app-header-tagline{font-size:.65rem;font-weight:600;letter-spacing:.08em;color:#6b7280;margin:0}.app-header-name{font-size:1.25rem;font-weight:700;color:#1f2937}.app-header-actions{display:flex;align-items:center;gap:10px}.app-header-quick-exit{padding:8px 14px;font-size:.75rem;font-weight:700;font-family:inherit;letter-spacing:.02em;color:#fff;background:#dc2626;border:none;border-radius:6px;cursor:pointer}.home-screen{min-height:100%;padding-bottom:80px}.home-content{padding:20px 16px}.find-support{margin-bottom:20px}.find-support-title{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0 0 4px}.find-support-subtitle{font-size:.95rem;color:#6b7280;margin:0}.location-search{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:8px}.location-balloon-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;padding:0;background:#eff6ff;border:1px solid #bfdbfe;border-radius:50%;cursor:pointer;flex-shrink:0;transition:background .2s,border-color .2s}.location-balloon-btn:hover:not(:disabled){background:#dbeafe;border-color:#93c5fd}.location-balloon-btn:disabled{cursor:not-allowed;opacity:.8}.location-balloon-icon{width:22px;height:22px;color:#1e3a5f}.location-balloon-spinner{width:20px;height:20px;border:2px solid #bfdbfe;border-top-color:#1e3a5f;border-radius:50%;animation:location-spin .8s linear infinite}@keyframes location-spin{to{transform:rotate(360deg)}}.location-error{font-size:.85rem;color:#dc2626;margin:0 0 12px;padding:0 4px}.location-text,.location-input{flex:1;font-size:.95rem;color:#1f2937;border:none;background:none;outline:none;font-family:inherit}.location-input::placeholder{color:#9ca3af}.location-search-btn{display:flex;align-items:center;justify-content:center;padding:8px;background:none;border:none;cursor:pointer;flex-shrink:0;border-radius:8px}.location-search-btn:hover:not(:disabled){background:#f3f4f6}.location-search-btn:disabled{opacity:.6;cursor:not-allowed}.search-icon{width:20px;height:20px;color:#1e3a5f;flex-shrink:0}.filter-pills-wrap{display:flex;align-items:center;gap:8px;margin-bottom:20px}.filter-pills{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.filter-pills::-webkit-scrollbar{display:none}.filter-pill{flex-shrink:0;padding:8px 16px;font-size:.85rem;font-weight:500;font-family:inherit;color:#4b5563;background:#fff;border:1px solid #e5e7eb;border-radius:20px;cursor:pointer;transition:all .2s}.filter-pill:hover{border-color:#c7d2fe}.filter-pill.active{color:#fff;background:#1e3a5f;border-color:#1e3a5f}.scroll-hint{font-size:1.25rem;color:#9ca3af;flex-shrink:0}.map-section{margin-bottom:24px}.map-header{display:flex;align-items:center;gap:6px;margin-bottom:4px}.map-header h3{font-size:1rem;font-weight:600;color:#1f2937;margin:0}.chevron{width:18px;height:18px;color:#6b7280}.location-count{font-size:.85rem;color:#6b7280;margin:0 0 12px}.map-container{position:relative;width:100%;aspect-ratio:4 / 3;border-radius:12px;overflow:hidden}.map-placeholder{position:relative;width:100%;height:100%;min-height:220px;background:linear-gradient(135deg,#e8eef5,#d1dbe8);border-radius:12px;overflow:hidden}.map-placeholder.map-google{background:#e8eef5;min-height:220px}.map-placeholder:not(.map-google):before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(0,0,0,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.03) 1px,transparent 1px);background-size:24px 24px}.map-markers{position:absolute;inset:0;pointer-events:none}.map-marker{position:absolute;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;box-shadow:0 2px 8px #0003}.map-marker svg{width:18px;height:18px;color:#fff}.marker-emergency{background:#dc2626;top:25%;left:30%}.marker-shelter{background:#2563eb;top:45%;left:55%}.marker-medical{background:#059669;top:60%;left:25%}.map-controls{position:absolute;top:12px;right:12px;display:flex;flex-direction:column;gap:4px}.map-ctrl{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:500;color:#4b5563;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;box-shadow:0 1px 3px #00000014}.map-ctrl svg{width:18px;height:18px}.map-container .map-legend{position:absolute;bottom:12px;left:12px;padding:10px 14px;background:#fffffff2;border-radius:8px;box-shadow:0 1px 4px #0000001a}.legend-title{display:block;font-size:.7rem;font-weight:600;color:#6b7280;margin-bottom:6px}.legend-item{font-size:.75rem;color:#374151;display:flex;align-items:center;gap:6px;margin-bottom:2px}.legend-item:last-child{margin-bottom:0}.legend-dot{width:10px;height:10px;border-radius:2px}.legend-dot.emergency{background:#dc2626}.legend-dot.shelter{background:#2563eb}.legend-dot.medical{background:#059669}.search-radius{position:absolute;bottom:12px;right:12px;padding:6px 12px;font-size:.75rem;font-weight:500;color:#6b7280;background:#fffffff2;border-radius:20px;box-shadow:0 1px 4px #0000001a}.address-cards{display:flex;flex-direction:column;gap:16px}.address-cards-empty{padding:24px 16px;text-align:center;font-size:1rem;color:#6b7280;margin:0;background:#f9fafb;border-radius:12px;border:1px dashed #e5e7eb}.address-cards-error{border-color:#fecaca;background:#fef2f2;color:#991b1b}.address-cards-error .retry-button{margin-top:12px;padding:8px 16px;font-size:.9rem;background:#1e3a5f;color:#fff;border:none;border-radius:8px;cursor:pointer}.address-cards-error .retry-button:hover{background:#2d4a6f}.address-card{display:flex;gap:14px;padding:16px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;transition:border-color .2s,box-shadow .2s}.address-card-selected{border-color:#1e3a5f;box-shadow:0 0 0 2px #1e3a5f33}.address-card-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:10px}.address-card-icon svg{width:24px;height:24px;color:#fff}.address-card-icon.icon-blue{background:#93c5fd}.address-card-icon.icon-green{background:#6ee7b7}.address-card-body{flex:1;min-width:0}.address-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:6px}.address-card-header h4{font-size:1rem;font-weight:600;color:#1f2937;margin:0}.address-distance{font-size:.9rem;font-weight:600;color:#059669;flex-shrink:0}.address-description{font-size:.9rem;color:#6b7280;line-height:1.4;margin:0 0 6px}.address-meta{font-size:.8rem;color:#6b7280;margin:0 0 10px}.address-meta a{color:#1e3a5f;text-decoration:none}.address-location{display:flex;align-items:center;gap:6px;font-size:.85rem;color:#6b7280;margin-bottom:12px}.address-location svg{width:14px;height:14px;color:#9ca3af;flex-shrink:0}.address-extra{color:#059669}.address-actions{display:flex;align-items:center;gap:8px}.btn-directions{flex:1;display:inline-block;text-align:center;padding:10px 16px;font-size:.85rem;font-weight:600;font-family:inherit;color:#fff;background:#1e3a5f;border:none;border-radius:8px;cursor:pointer;text-decoration:none}.btn-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;padding:0;background:#dbeafe;border:none;border-radius:8px;cursor:pointer}.address-card:has(.icon-green) .btn-icon{background:#d1fae5}.address-card:has(.icon-green) .btn-icon svg{color:#047857}.address-pagination{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:20px;padding:12px 0;flex-wrap:wrap}.pagination-btn{padding:10px 18px;font-size:.9rem;font-weight:600;font-family:inherit;color:#1e3a5f;background:#fff;border:1px solid #1e3a5f;border-radius:8px;cursor:pointer;transition:background .2s,color .2s}.pagination-btn:hover:not(:disabled){background:#1e3a5f;color:#fff}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-info{font-size:.9rem;color:#6b7280}.btn-icon svg{width:18px;height:18px;color:#1e3a5f}.services-screen{min-height:100%;padding-bottom:80px;position:relative}.search-wrap{display:flex;align-items:center;gap:10px;margin:0 16px 16px;padding:12px 16px;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb}.search-icon{width:20px;height:20px;color:#9ca3af;flex-shrink:0}.search-input{flex:1;font-size:.95rem;border:none;background:none;outline:none}.search-input::placeholder{color:#9ca3af}.filter-pills{display:flex;gap:10px;padding:0 16px 16px}.filter-pill{padding:8px 16px;font-size:.9rem;font-weight:500;font-family:inherit;color:#6b7280;background:#f3f4f6;border:none;border-radius:20px;cursor:pointer;transition:all .2s}.filter-pill:hover{background:#e5e7eb}.filter-pill.active{color:#fff;background:#1e3a5f}.services-content{padding:0 16px}.crisis-card{padding:20px;background:linear-gradient(135deg,#1e3a5f,#0f2744);border-radius:16px;margin-bottom:20px;color:#fff}.crisis-card h3{font-size:.75rem;font-weight:600;letter-spacing:.05em;color:#fffc;margin:0 0 4px}.crisis-card h4{font-size:1.1rem;font-weight:700;margin:0 0 8px}.crisis-card p{font-size:.9rem;opacity:.9;margin:0 0 16px;line-height:1.4}.start-chat-btn{width:100%;padding:12px 20px;font-size:1rem;font-weight:600;font-family:inherit;color:#1e3a5f;background:#fff;border:none;border-radius:12px;cursor:pointer}.support-services h3{font-size:.9rem;font-weight:600;color:#6b7280;margin:0 0 12px}.service-cards{display:flex;flex-direction:column;gap:12px}.service-card{display:flex;align-items:flex-start;gap:14px;width:100%;padding:16px;text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s}.service-card:hover{border-color:#c7d2fe;box-shadow:0 2px 8px #4f46e514}.service-icon-wrap{width:44px;height:44px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#f3f4f6;border-radius:10px}.service-icon-wrap svg{width:22px;height:22px;color:#4f46e5}.service-icon-wrap .icon-red,.service-icon-wrap .icon-red path{color:#dc2626;stroke:#dc2626}.service-icon-wrap .icon-green,.service-icon-wrap .icon-green path{color:#059669;stroke:#059669}.service-icon-wrap .icon-purple,.service-icon-wrap .icon-purple path{color:#7c3aed;stroke:#7c3aed}.service-info{display:flex;flex-direction:column;gap:2px}.service-title{font-size:1rem;font-weight:600;color:#1f2937}.service-desc{font-size:.85rem;color:#6b7280;line-height:1.4}.service-subtext{font-size:.85rem;color:#6b7280;margin-top:4px}.service-subtext.subtext-red{font-weight:600;color:#dc2626}.service-subtext.subtext-green{font-weight:600;color:#059669}.sos-btn{position:fixed;bottom:90px;right:24px;width:56px;height:56px;font-size:12px;font-weight:700;color:#fff;background:#dc2626;border:none;border-radius:50%;cursor:pointer;box-shadow:0 4px 12px #dc262666;z-index:20}.learn-screen{min-height:100%;padding-bottom:100px;position:relative}.learn-content{padding:0 16px}.learn-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 4px}.learn-subtitle{font-size:.95rem;color:#6b7280;margin:0 0 20px}.filter-tabs{display:flex;gap:8px;margin-bottom:20px}.filter-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 12px;font-family:inherit;font-size:.9rem;font-weight:500;color:#4b5563;background:#fff;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:all .2s}.filter-tab svg{width:18px;height:18px}.filter-tab:hover{border-color:#c7d2fe;background:#f9fafb}.filter-tab.active{color:#fff;background:#1e3a5f;border-color:#1e3a5f}.filter-tab.active svg{color:#fff}.video-placeholder{position:relative;width:100%;aspect-ratio:16 / 9;background:linear-gradient(135deg,#1e3a5f,#0f2744);border-radius:12px;margin-bottom:16px;display:flex;align-items:center;justify-content:center}.play-btn{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#ffffffe6;border:none;border-radius:50%;cursor:pointer}.play-btn svg{width:28px;height:28px;color:#1e3a5f;margin-left:4px}.video-duration{position:absolute;top:12px;right:12px;font-size:.8rem;font-weight:500;color:#ffffffe6;background:#0000004d;padding:4px 8px;border-radius:4px}.video-card{margin-bottom:16px}.content-card{padding:16px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;text-align:left}.content-card h4{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 6px}.content-card p{font-size:.9rem;color:#6b7280;margin:0 0 8px;line-height:1.4}.card-stats{font-size:.8rem;color:#9ca3af}.mini-cards-row{display:flex;gap:12px;margin-bottom:20px}.mini-card{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:14px;font-family:inherit;text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer}.mini-card svg{width:24px;height:24px;color:#4f46e5}.mini-card span{font-size:.9rem;font-weight:600;color:#1f2937}.articles-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.article-card{display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:16px;font-family:inherit;text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s}.article-card:hover{border-color:#c7d2fe;box-shadow:0 2px 8px #4f46e514}.article-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border-radius:10px;margin-bottom:4px}.article-icon svg{width:20px;height:20px;color:#4f46e5}.article-card h4{font-size:.95rem;font-weight:600;color:#1f2937;margin:0}.article-card p{font-size:.8rem;color:#6b7280;margin:0;line-height:1.3}.read-time{font-size:.75rem;color:#9ca3af;margin-top:2px}.learn-fab{position:fixed;bottom:90px;right:24px;width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:#4f46e5;border:none;border-radius:50%;color:#fff;cursor:pointer;box-shadow:0 4px 12px #4f46e566;z-index:20}.learn-fab svg{width:24px;height:24px}.live-chat-overlay{position:absolute;inset:0;background:#0006;display:flex;align-items:stretch;justify-content:center;z-index:100;padding:0}.live-chat-window{width:100%;max-width:100%;height:100%;max-height:100%;background:#fff;border-radius:0;display:flex;flex-direction:column;box-shadow:none}.live-chat-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:#1e3a5f;color:#fff;border-radius:0;flex-shrink:0}.live-chat-header-left{display:flex;align-items:center;gap:10px}.live-chat-icon{width:24px;height:24px;flex-shrink:0}.live-chat-title{font-size:1rem;font-weight:600;margin:0;line-height:1.3}.live-chat-status{display:flex;align-items:center;gap:6px;font-size:.8rem;color:#ffffffe6;margin:2px 0 0}.live-chat-dot{width:8px;height:8px;background:#22c55e;border-radius:50%;flex-shrink:0}.live-chat-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;padding:0;background:transparent;border:none;color:#fff;cursor:pointer;border-radius:8px}.live-chat-close:hover{background:#ffffff26}.live-chat-close svg{width:20px;height:20px}.live-chat-messages{flex:1;overflow-y:auto;padding:16px;min-height:200px;background:#fff}.live-chat-msg{display:flex;gap:10px;margin-bottom:14px;align-items:flex-start}.live-chat-msg-user{flex-direction:row-reverse}.live-chat-msg-user .live-chat-msg-content{align-items:flex-end}.live-chat-msg-user .live-chat-msg-text{background:#1e3a5f;color:#fff;border-radius:14px 14px 4px}.live-chat-avatar{width:36px;height:36px;border-radius:50%;background:#1e3a5f;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:600;flex-shrink:0}.live-chat-msg-user .live-chat-avatar{display:none}.live-chat-msg-content{display:flex;flex-direction:column;gap:4px;max-width:80%}.live-chat-msg-sender{font-size:.75rem;font-weight:600;color:#1e3a5f}.live-chat-msg-text{margin:0;font-size:.95rem;line-height:1.45;padding:10px 14px;background:#f3f4f6;border-radius:14px 14px 14px 4px;color:#1f2937}.live-chat-msg-text.live-chat-typing{color:#6b7280;font-style:italic}.live-chat-msg-time{font-size:.7rem;color:#9ca3af}.live-chat-risk-actions{margin-top:10px;margin-bottom:14px;margin-left:46px;display:flex;flex-direction:column;gap:10px;max-width:85%}.live-chat-action-card{display:flex;align-items:center;gap:14px;width:100%;padding:14px 16px;text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;font-family:inherit;box-shadow:0 1px 3px #0000000f;transition:border-color .2s,box-shadow .2s}.live-chat-action-card:hover{border-color:#93c5fd;box-shadow:0 2px 8px #1e3a5f1f}.live-chat-action-icon{width:44px;height:44px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border-radius:10px;color:#4f46e5}.live-chat-action-icon svg{width:22px;height:22px}.live-chat-action-text{display:flex;flex-direction:column;gap:2px;min-width:0}.live-chat-action-title{font-size:1rem;font-weight:700;color:#1f2937;line-height:1.3}.live-chat-action-desc{font-size:.85rem;color:#6b7280;line-height:1.35}.live-chat-confidential{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#fef9c3;color:#854d0e;font-size:.8rem;border-top:1px solid #fde047}.live-chat-lock{width:16px;height:16px;flex-shrink:0}.live-chat-form{display:flex;align-items:center;gap:10px;padding:12px 16px 16px;background:#fff;border-top:1px solid #e5e7eb}.live-chat-input{flex:1;padding:12px 16px;font-size:.95rem;font-family:inherit;border:1px solid #e5e7eb;border-radius:24px;outline:none;transition:border-color .2s}.live-chat-input:focus{border-color:#1e3a5f}.live-chat-input::placeholder{color:#9ca3af}.live-chat-input:disabled{background:#f9fafb;cursor:not-allowed}.live-chat-send{width:44px;height:44px;display:flex;align-items:center;justify-content:center;padding:0;background:#1e3a5f;color:#fff;border:none;border-radius:12px;cursor:pointer;flex-shrink:0}.live-chat-send:hover:not(:disabled){background:#0f2744}.live-chat-send:disabled{opacity:.5;cursor:not-allowed}.live-chat-send svg{width:20px;height:20px}.app-layout{flex:1;min-height:0;display:flex;flex-direction:column;background:#fff;position:relative}.chat-fab{position:absolute;bottom:calc(64px + max(20px,env(safe-area-inset-bottom,20px)));right:20px;width:56px;height:56px;border-radius:50%;background:#1e3a8a;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #1e3a8a73;z-index:50;transition:transform .2s,box-shadow .2s}.chat-fab:hover{transform:scale(1.05);box-shadow:0 6px 18px #1e3a8a80}.chat-fab:active{transform:scale(.98)}.chat-fab svg{width:28px;height:28px}.app-content-area{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.bottom-nav{flex-shrink:0;display:flex;justify-content:space-around;align-items:stretch;padding:8px 0 20px;padding-bottom:max(20px,env(safe-area-inset-bottom,20px));background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 -2px 10px #0000000a;position:relative;z-index:10}.nav-tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:6px 8px 4px;min-height:52px;font-family:inherit;font-size:.7rem;font-weight:500;color:#9ca3af;background:none;border:none;cursor:pointer;transition:color .2s,background .2s}.nav-tab:active{background:#4f46e50f}.nav-tab svg{width:24px;height:24px;flex-shrink:0}.nav-tab:hover{color:#6b7280}.nav-tab.active{color:#4f46e5}.nav-tab.active svg{color:#4f46e5}#root{width:100%;min-height:100vh}.app-content{min-height:100%;padding:3rem 1.5rem 2rem;text-align:center;color:#1a1a1a}.app-home{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff}.app-home h1{font-size:1.5rem;margin-bottom:.5rem}.app-home p{color:#64748b;font-size:.95rem}
