/* Complete shared widget styling. Loaded last on every page. */
.web-support.web-support{position:fixed;inset:auto max(16px,env(safe-area-inset-right)) max(16px,env(safe-area-inset-bottom)) auto;z-index:10000;font-family:inherit;color:#f5f7f5;line-height:1.5;isolation:isolate}
.web-support *{box-sizing:border-box}
.web-support .web-support-launch{display:flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:11px 18px;border:1px solid #4d765b;border-radius:99px;background:#162c20;color:#fff;font-family:inherit;font-size:14px;font-weight:600;line-height:1.4;box-shadow:0 6px 25px #0003;cursor:pointer}
.web-support .web-support-launch span{display:grid;place-items:center;width:23px;height:23px;border-radius:50%;background:#a1e0b0;color:#132a1b}
.web-support .web-support-panel{position:absolute;inset:auto 0 64px auto;display:flex;flex-direction:column;width:min(390px,calc(100vw - 32px));max-height:calc(var(--support-viewport-height,100dvh) - 105px);height:auto;overflow:hidden;border:1px solid #42614a;border-radius:20px;background:#101b14;color:#f5f7f5;box-shadow:0 15px 60px #0005;text-align:left}
.web-support .web-support-panel[hidden]{display:none!important}
.web-support .web-support-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex:0 0 auto;padding:16px;border-bottom:1px solid #324536;background:#18291e}
.web-support .web-support-head strong{display:block;font-size:16px;line-height:1.4;font-weight:650;color:#fff}
.web-support .web-support-head small{display:block;font-size:12px;line-height:1.5;color:#bdcdc0;margin-top:5px}
.web-support .web-support-x{display:grid;place-items:center;flex:0 0 44px;min-width:44px;min-height:44px;padding:0;border:1px solid #526556;border-radius:12px;background:#243b2c;color:white;font-size:27px;line-height:1;cursor:pointer}
.web-support .web-support-body{min-height:0;max-height:none;flex:1 1 auto;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:16px;background:#101b14}
.web-support .web-support-form,.web-support .web-support-reply{display:grid;gap:13px;margin:0}
.web-support .web-support-form label{display:grid;gap:6px;color:#d8e4db;font-size:13px;font-weight:500}
.web-support .web-support-form input,.web-support .web-support-form textarea,.web-support .web-support-reply textarea{display:block;width:100%;max-width:100%;min-width:0;min-height:46px;border:1px solid #566a5a;border-radius:10px;padding:11px 12px;background:#1d3024;color:#fff;font-family:inherit;font-size:16px;line-height:1.5;outline:none;resize:vertical}
.web-support input:focus,.web-support textarea:focus{border-color:#a4e3b3;box-shadow:0 0 0 2px #a4e3b330}
.web-support textarea::placeholder{color:#b0c2b4}.web-support .button{display:flex;align-items:center;justify-content:center;width:100%;min-height:48px;padding:12px 16px;border-radius:12px;border:0;font-family:inherit;font-weight:600;font-size:14px;line-height:1.4;cursor:pointer}
.web-support .button.primary{background:#a1dfb1;color:#14291b}.web-support .button.ghost{background:#2a4433;color:#fff;border:1px solid #71957a}
.web-support .web-support-status,.web-support .web-support-closed,.web-support .web-support-body>p{color:#d0dfd4;font-size:13px;line-height:1.5;margin:0;overflow-wrap:anywhere}
.web-support .web-support-ticket-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;color:white}.web-support .web-support-ticket-meta strong{font-size:15px;overflow-wrap:anywhere}.web-support .web-support-ticket-meta span{font-size:11px;color:#b9e6c4}
.web-support .web-support-messages{display:grid;gap:10px;margin-bottom:18px}.web-support .web-support-msg{max-width:90%;padding:11px 12px;border-radius:12px;background:#273c2e}.web-support .web-support-msg.client{margin-left:auto;background:#294e35}.web-support .web-support-msg small{font-size:11px;color:#c1d2c6}.web-support .web-support-msg p{margin:5px 0 0;font-size:14px;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere;color:#fff}.web-support .web-support-loading{padding:30px;text-align:center;color:#b9e6c4}.web-support .web-support-new{margin-top:16px}.web-support :focus-visible{outline:2px solid #a4e3b3;outline-offset:3px}
@media(max-width:700px){.web-support.web-support{right:12px;bottom:max(12px,env(safe-area-inset-bottom))}.web-support .web-support-panel{position:fixed;left:10px;right:10px;top:calc(var(--support-viewport-top,0px) + 12px);bottom:auto;width:auto;height:calc(var(--support-viewport-height,100dvh) - 24px);max-height:680px;border-radius:18px}.web-support .web-support-head{padding:12px}.web-support .web-support-body{padding:14px 14px max(18px,env(safe-area-inset-bottom))}.web-support .web-support-launch{min-height:48px;padding:11px 15px}.web-support .web-support-form textarea{min-height:100px;max-height:180px}}

/* Programmatically focused heading is not an interactive control. */
.web-support .web-support-head strong:focus,.web-support .web-support-head strong:focus-visible{outline:none;box-shadow:none}
