/* Shared website support surface; does not restyle page sections. */
.support-panel,.support-entry,.support-text-link{--navy:#12335d;--ink:#13233b;--muted:#496079;--soft:#eaf3fa;--line:#c9d9e6}
.support-panel{font-family:Arial,Helvetica,sans-serif;text-align:left}
.support-entry{border:0}
.support-text-link{font-family:inherit;cursor:pointer}
.support-panel,.support-panel *{box-sizing:border-box}
.support-panel p,.support-panel h2,.support-panel h3{margin:0}
.support-panel :focus-visible{outline:3px solid #2c6653;outline-offset:3px}
.support-panel .button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.95rem 1.35rem;border-radius:4px;color:#fff;background:var(--navy);font-weight:700;line-height:1.3}
.support-panel .button:hover{background:#0b2545}
#contact .support-entry{display:inline-flex;align-items:center;border:0;border-radius:4px;min-height:56px;background:#12335d;color:#fff;max-width:100%}
#contact .support-entry:hover{background:#0b2545}
#contact .support-entry:focus-visible{outline:3px solid #2c6653;outline-offset:4px}
#contact .support-entry img{display:block}
.support-panel button,.support-entry{font:inherit;cursor:pointer}.support-panel .button{border:0}.support-entry{gap:.85rem;text-align:left;padding:.65rem 1rem}.support-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0;background:var(--soft)}.support-entry strong{display:block;font-size:.95rem}.support-entry small{display:flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:400;margin-top:.3rem}.chat-icon{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.support-text-link{border:0;background:none;color:var(--navy);padding:.5rem 0;min-height:44px;font-size:inherit;font-weight:700;text-align:left;text-decoration:underline;text-underline-offset:4px}.support-text-link:hover{color:#2c6653}.support-panel{position:fixed;inset:auto 24px 24px auto;margin:0;padding:0;width:410px;max-width:calc(100vw - 32px);max-height:calc(100dvh - 32px);overflow:auto;border:0;border-radius:12px;background:#fff;color:var(--ink);box-shadow:0 18px 65px rgba(10,31,54,.24)}.support-panel::backdrop{background:rgba(11,31,51,.28)}.support-heading{display:flex;align-items:center;gap:.8rem;padding:1.1rem;background:var(--navy);color:#fff}.support-heading h2{font-size:1.05rem;line-height:1.4}.support-heading p{font-size:.75rem;margin-top:.2rem;color:#dce8f3}.support-close{display:grid;place-items:center;flex-shrink:0;margin-left:auto;background:transparent;border:0;color:#fff;width:44px;height:44px;border-radius:4px}.support-close:hover{background:#26486f}.support-close:focus-visible{outline-color:#fff;outline-offset:0}.support-close svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.support-body{padding:1.5rem;line-height:1.65;font-size:.95rem}.support-body .support-status{font-size:1.15rem;font-weight:700;margin-bottom:.8rem}.support-body>.button{display:flex;margin-top:1.5rem}.support-address{font-size:.8rem;color:var(--muted);text-align:center;margin-top:.35rem}.support-body .support-privacy{border-top:1px solid var(--line);padding-top:1rem;margin-top:1.3rem;color:var(--muted);font-size:.78rem}.support-noscript{padding:1rem var(--page-x)}
@media(max-width:760px){.page-header nav{flex-wrap:wrap;justify-content:flex-start;column-gap:1.5rem}.page-header nav .support-entry{margin-left:auto}.page-header .support-avatar{width:42px;height:42px}.support-entry strong{font-size:.82rem}.support-entry small{font-size:.73rem}.support-panel{right:16px;bottom:16px}.support-heading{gap:.65rem;padding:1rem}.support-heading .support-avatar{width:44px;height:44px}.support-heading h2{font-size:.98rem}.support-body{padding:1.3rem}.closing .support-entry{width:auto;min-width:260px}}
@media(max-width:420px){.page-header nav .support-entry{margin-left:0;width:100%;justify-content:flex-start}.page-header nav{row-gap:.5rem}}
@media(prefers-reduced-motion:reduce){.support-panel .button{transition:none}}

/* Contact, conversation and confirmation remain within the approved support surface. */
.support-panel{width:600px;max-width:calc(100vw - 32px);max-height:calc(100vh - 32px);max-height:calc(100dvh - 32px);overflow:hidden}
.support-panel[open]{display:flex;flex-direction:column}
.support-panel [hidden]{display:none!important}
.support-panel .support-heading{flex-shrink:0}
.support-panel .support-heading>div{min-width:0}
.support-panel .support-heading p{font-size:.875rem;line-height:1.45}
.support-panel .support-body{min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:1.4rem;line-height:1.55;font-size:1rem;scrollbar-color:#879faf #edf3f7}
.support-panel .support-status{font-size:1.1rem;line-height:1.45;margin-bottom:1rem}
.support-panel .support-error{color:#922d23;background:#fff1eb;padding:.8rem;margin-bottom:1rem;border-radius:4px;overflow-wrap:anywhere}
.support-panel .support-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem 1rem;margin:1rem 0}
.support-panel label{display:block;font-weight:700;line-height:1.4}
.support-panel label span,.support-panel .support-help{font-weight:400}
.support-panel input:not([type=checkbox]),.support-panel textarea{display:block;width:100%;min-width:0;min-height:44px;margin-top:.4rem;padding:.7rem;border:1px solid #879faf;border-radius:4px;background:#fff;color:var(--ink);font:inherit;font-size:1rem;line-height:1.5;caret-color:var(--navy)}
.support-panel input::placeholder,.support-panel textarea::placeholder{color:var(--muted);opacity:1}
.support-panel textarea{resize:vertical;max-height:280px}
.support-panel .support-consent{display:grid;grid-template-columns:24px minmax(0,1fr);gap:.65rem;min-height:44px;align-items:start;margin:1rem 0 .5rem;cursor:pointer}
.support-panel input[type=checkbox]{width:20px;height:20px;margin:.2rem 0;accent-color:var(--navy)}
.support-panel .support-privacy{font-size:.875rem;line-height:1.55;color:var(--muted);margin:0;padding:0;border:0}
.support-panel .support-actions{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center;margin-top:1rem}
.support-panel .support-actions:empty{display:none}
.support-panel .support-secondary{min-height:44px;padding:.65rem .8rem;background:#fff;border:1px solid #879faf;border-radius:4px;color:var(--navy);font-weight:700;line-height:1.4}
.support-panel .support-secondary:hover{background:var(--soft)}
.support-panel button:disabled{opacity:.58;cursor:default}
.support-panel input:disabled,.support-panel textarea:disabled{background:#edf3f7;color:var(--muted);opacity:1}
.support-panel .support-log{max-height:250px;overflow-y:auto;overscroll-behavior:contain;margin-bottom:1.25rem;padding:.15rem .25rem .7rem;scrollbar-color:#879faf #edf3f7}
.support-panel .support-message{padding:.75rem 0;border-bottom:1px solid var(--line);overflow-wrap:anywhere}
.support-panel .support-message:first-child{padding-top:0}
.support-panel .support-message strong{display:block;font-size:.9rem;color:var(--navy);margin-bottom:.25rem}
.support-panel .support-message p{white-space:pre-wrap}
.support-panel .support-message small{display:block;color:var(--muted);font-size:.875rem;margin-top:.35rem}
.support-panel .support-help{font-size:.875rem;line-height:1.5;color:var(--muted);margin-top:.45rem}
.support-panel .support-inquiry{border-top:1px solid var(--line);margin-top:1.5rem;padding-top:1.25rem}
.support-panel h3{font-size:1.08rem;line-height:1.4}
.support-panel .support-inquiry label{margin-top:1rem}
.support-panel #support-confirm,.support-panel #support-inquiry-retry{margin-top:.9rem}
.support-panel .support-confirmation{margin-top:1rem;padding:1rem;background:var(--soft);overflow-wrap:anywhere}
.support-panel dl{display:grid;grid-template-columns:max-content minmax(0,1fr);gap:.35rem .8rem;margin:.8rem 0 1rem}
.support-panel dt{font-weight:700}
.support-panel dd{margin:0;overflow-wrap:anywhere}
.support-panel .support-receipt{padding:1rem;background:var(--soft);margin-top:1rem;overflow-wrap:anywhere}
.support-panel .support-fallback{border-top:1px solid var(--line);margin-top:1.3rem;padding-top:.7rem}
.support-panel .support-fallback a{display:inline-flex;align-items:center;min-height:44px;color:var(--navy);font-weight:700}
@media(max-width:600px){.support-panel{inset:auto 16px 16px;max-width:calc(100vw - 32px);width:auto}.support-panel .support-fields{grid-template-columns:1fr}.support-panel .support-body{padding:1rem}.support-panel .support-actions{align-items:stretch}.support-panel .support-actions>button{flex:1 1 180px}.support-panel .support-heading{gap:.5rem;padding:.85rem}.support-panel .support-heading p{font-size:.875rem}.support-panel .support-log{max-height:220px}.support-panel dl{grid-template-columns:1fr;gap:.15rem}.support-panel dd{margin-bottom:.5rem}}
@media(prefers-reduced-motion:reduce){.support-panel *{scroll-behavior:auto;transition:none;animation:none}}

@media(max-width:600px){.support-panel .support-inquiry-actions>#support-review,.support-panel .support-inquiry-actions>#support-check{flex:1 1 0;min-width:0;padding:.65rem .45rem;font-size:.9rem}}

/* Compact composer, with more space for the saved conversation. */
.support-panel #support-message{height:3rem;min-height:3rem}
.support-panel #support-summary{height:3.75rem;min-height:3.75rem}
.support-panel .support-log{max-height:min(48dvh,480px);margin-bottom:.85rem}
.support-panel .support-inquiry{margin-top:1rem;padding-top:.85rem}
.support-panel .support-inquiry>summary{cursor:pointer;font-weight:700;min-height:44px;line-height:1.4;padding:.45rem 0;list-style-position:inside}
.support-panel .support-inquiry>summary::marker{color:var(--navy)}
.support-panel .support-inquiry>form{padding-top:.45rem}
