.urgent-help { position: fixed; right: max(20px, env(safe-area-inset-right)); bottom: max(20px, env(safe-area-inset-bottom)); z-index: 1000; }
.urgent-help-trigger { display: inline-flex; align-items: center; gap: 10px; padding: 13px 18px; border: 1px solid #6be4b1; border-radius: 8px; background: #0d382e; color: #f4fff9; font-size: 14px; font-weight: 500; text-decoration: none; box-shadow: 0 6px 24px #0005; }
.urgent-help-trigger:hover { background: #16513f; color: white; }
.urgent-help-trigger svg { flex-shrink: 0; color: #89eac2; }
.urgent-help-dialog { position: fixed; inset: auto max(20px, env(safe-area-inset-right)) max(86px, env(safe-area-inset-bottom)) auto; margin: 0; width: min(360px, calc(100vw - 32px)); max-height: calc(100dvh - 112px); overflow: auto; padding: 26px; background: #10272b; color: #f5fcfa; border: 1px solid #739b92; border-radius: 8px; box-shadow: 0 16px 50px #0006; text-align: left; }
.urgent-help-dialog::backdrop { background: #05151b66; }
.urgent-help-dialog h2 { margin: 14px 0 12px; padding: 0; font: 400 23px/1.3 "Segoe UI", sans-serif; color: #fff; }
.urgent-help-dialog p { margin: 0 0 22px; font-size: 15px; line-height: 1.6; color: #d2e7e2; }
.urgent-help-dialog small { display: block; margin-top: 16px; color: #afc7c0; font-size: 12px; line-height: 1.5; }
.urgent-help-label { color: #93e4c0; font-size: 12px; }
.urgent-help-dialog .urgent-help-close { position: absolute; right: 10px; top: 8px; display: grid; place-items: center; width: 36px; height: 36px; padding: 0; border: 0; border-radius: 4px; background: transparent; color: #fff; font-size: 28px; cursor: pointer; }
.urgent-help-chat { display: flex; justify-content: space-between; gap: 12px; padding: 13px 16px; background: #b9e3ce; color: #0e2a22; border-radius: 5px; font-size: 15px; text-decoration: none; }
.urgent-help-chat:hover { background: #d0efdf; color: #0e2a22; }
.urgent-help :focus-visible { outline: 2px solid #f7d68b; outline-offset: 4px; }
body:has(.urgent-help) .copyright-strip { padding-bottom: 100px; }
@media (max-width: 480px) { .urgent-help { right: 16px; bottom: max(16px, env(safe-area-inset-bottom)); } .urgent-help-dialog { right: 16px; padding: 22px; } }
