/* Shared feedback component. Scoped so it can be reused on other sites. */
.feedback-launcher{position:fixed;right:max(18px,env(safe-area-inset-right));bottom:max(18px,env(safe-area-inset-bottom));z-index:1000;display:inline-flex;align-items:center;gap:8px;min-height:48px;padding:10px 17px;border:1px solid #000;border-radius:999px;background:#92d050;color:#000;font:700 15px/1.3 system-ui,sans-serif;text-decoration:none;box-shadow:0 3px 15px #0003;cursor:pointer}
.feedback-launcher svg{width:22px;height:22px;flex:none}
.feedback-dialog{box-sizing:border-box;width:min(480px,calc(100% - 24px));max-height:calc(100dvh - 32px);padding:0;border:1px solid #bbb;border-radius:18px;background:#fff;color:#000;overflow:auto;box-shadow:0 20px 80px #0005}
.feedback-dialog::backdrop{background:#0009}
.feedback-panel{box-sizing:border-box;padding:24px;background:#fff;color:#000;font:16px/1.5 system-ui,sans-serif;text-align:left}
.feedback-panel *{box-sizing:border-box}
.feedback-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:-24px -24px 18px;padding:14px 18px;background:#e2efda}
.feedback-heading h1,.feedback-heading h2{margin:0;font:700 22px/1.3 system-ui,sans-serif;letter-spacing:normal;color:#000}
.feedback-close{min-width:44px;min-height:44px;background:#fff;border:1px solid #bbb;border-radius:9px;color:#000;font:24px/1 system-ui;cursor:pointer}
.feedback-panel p{margin:12px 0;overflow-wrap:anywhere}
.feedback-panel label{display:block;margin:14px 0 5px;font-weight:600}
.feedback-panel input,.feedback-panel select,.feedback-panel textarea{display:block;width:100%;min-height:46px;padding:10px;border:1px solid #777;border-radius:8px;background:#fff;color:#000;font:16px/1.4 system-ui,sans-serif}
.feedback-panel textarea{min-height:125px;resize:vertical}
.feedback-panel a{color:#174a17;text-decoration:underline}
.feedback-panel .feedback-send{width:100%;min-height:48px;margin-top:18px;padding:12px;border:1px solid #000;border-radius:9px;background:#92d050;color:#000;font:700 16px/1.3 system-ui;cursor:pointer}
.feedback-panel .feedback-send:disabled{opacity:.65;cursor:wait}
.feedback-panel .feedback-note{font-size:13px;color:#333}
.feedback-status{padding:12px;background:#e2efda;border-radius:8px}
.feedback-panel [hidden],.feedback-dialog [hidden]{display:none!important}
.feedback-panel .feedback-hp{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
.feedback-launcher:focus-visible,.feedback-panel :focus-visible{outline:3px solid #1756a9;outline-offset:3px}
.feedback-page{margin:32px auto;max-width:520px;padding:12px;background:#fff;color:#000;font-family:system-ui,sans-serif}
.feedback-page>.feedback-panel{border:1px solid #bbb;border-radius:16px;overflow:hidden}
@media(max-width:400px){.feedback-panel{padding:18px}.feedback-heading{margin:-18px -18px 16px}.feedback-launcher{right:12px;bottom:12px}}
@media print{.feedback-launcher,.feedback-dialog{display:none!important}.feedback-page{max-width:none;margin:0}}
