/* FAQ styles are isolated inside the public robot's shadow root. */
.faq-panel{position:fixed;left:14px;bottom:206px;width:360px;max-width:calc(100vw - 28px);max-height:calc(100vh - 226px);max-height:calc(100dvh - 226px);display:flex;flex-direction:column;z-index:30;background:#102c35;color:#eef9f4;border:1px solid #639888;border-radius:18px;box-shadow:0 18px 55px #0005;overflow:hidden;font:14px/1.55 system-ui,sans-serif;filter:none}
.faq-panel[hidden],.faq-panel [hidden]{display:none!important}
.faq-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:17px 18px 14px;border-bottom:1px solid #91c8b629;flex-shrink:0}
.faq-eyebrow{color:#a9cdbf;font-size:10px;letter-spacing:1.8px;font-weight:600}
.faq-header h2{font-size:21px;line-height:1.3;letter-spacing:-.4px;margin:3px 0 0;font-weight:600;color:#f1fff7}
.faq-panel button,.faq-panel a,.faq-panel select,.faq-panel summary{font:inherit;touch-action:manipulation}
.faq-header button{width:40px;height:40px;flex-shrink:0;border:1px solid #91c8b649;border-radius:50%;background:#21424b;color:#e7fff4;font-size:26px;line-height:1;padding:0}
.faq-content{padding:16px 18px;overflow-y:auto;overscroll-behavior:contain;min-height:0;scrollbar-width:thin}
.faq-intro{margin:0 0 13px;color:#c2d9d1;font-size:13px}
.faq-questions{display:grid;gap:7px}
.faq-questions button{display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left;width:100%;min-height:44px;padding:10px 12px;border:1px solid #83baa447;border-radius:9px;background:#193b43;color:#f0fff7;font-size:13px;line-height:1.4}
.faq-questions button::after{content:'›';color:#a6f1d2;font-size:20px;line-height:1}
.faq-questions button:hover,.faq-panel a:hover,.faq-back:hover{background:#29544f;border-color:#9ff3d6}
.faq-panel :focus-visible{outline:3px solid #9ff3d6;outline-offset:2px}
.faq-panel h3{font-size:19px;line-height:1.4;font-weight:600;letter-spacing:-.2px;margin:18px 0 12px;color:#f0fff7}
#faq-response{font-size:14px;line-height:1.75;margin:0 0 20px;white-space:pre-line;color:#d4e8df}
.faq-back{background:none;border:0;border-radius:5px;color:#aff5d8;padding:7px 3px;min-height:40px;font-size:12px!important}
.faq-links{display:grid;gap:9px;padding-bottom:3px}
.faq-links a{display:block;text-align:center;min-height:44px;padding:11px 13px;border:1px solid #7ab6a258;border-radius:8px;background:#21444b;color:#effff7;font-size:13px;font-weight:600;text-decoration:none}
.faq-links a:first-child{background:#a6efd1;color:#102f2d;border-color:#a6efd1}
.faq-links a:first-child:hover{background:#c4ffe6}
.faq-footer{flex-shrink:0;padding:12px 18px;border-top:1px solid #91c8b629;color:#abc9bf;font-size:11px;line-height:1.6}
.faq-footer a{color:#bef9df;text-decoration:underline;text-underline-offset:3px;display:inline-block;padding:3px 0}
.faq-play{margin-top:15px;border-top:1px solid #91c8b629;padding-top:12px}
.faq-play summary{cursor:pointer;color:#accbbf;font-size:11px;min-height:32px;padding:5px 0}
.faq-play label{display:block;font-size:12px;color:#d4e8df;margin:6px 0}
.faq-play select{width:100%;padding:9px;border:1px solid #679c8e;border-radius:6px;background:#173c43;color:#f1fff7;font-size:13px;margin-top:5px}
.faq-play button{display:block;width:100%;text-align:left;padding:9px 5px;min-height:40px;background:none;color:#bff6dd;border:0;font-size:12px}
@media(max-width:760px){.faq-panel{left:10px;bottom:164px;max-width:calc(100vw - 20px);max-height:calc(100vh - 186px);max-height:calc(100dvh - 186px)}.faq-header{padding:13px 15px 11px}.faq-content{padding:13px 15px}.faq-header h2{font-size:20px}.faq-footer{padding:10px 15px}}
@media(max-height:480px){.faq-panel{bottom:max(10px,env(safe-area-inset-bottom));max-height:calc(100vh - 25px);max-height:calc(100dvh - 25px)}}
