.support-banner{position:-webkit-sticky;position:sticky;top:0;z-index:9;min-height:56px;padding:8px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid}.support-banner-read{background:var(--accent-bg);color:var(--accent)}.support-banner-act{background:var(--warning-bg);color:var(--warning)}.support-banner-copy{min-width:0;display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;font-size:12px}.support-banner-copy strong{font-size:13px}.support-banner-reason{min-width:0;overflow-wrap:anywhere}.support-banner-exit{min-height:32px;padding:0 12px;white-space:nowrap;border:1px solid;border-radius:2px;background:var(--bg-panel);color:inherit;font:inherit;font-weight:600;cursor:pointer}.support-reason-input{min-height:88px;height:auto;padding:8px;resize:vertical}.support-admin-page{min-height:100vh;background:var(--bg-app)}.support-admin-header{height:48px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;background:var(--bg-panel);border-bottom:1px solid var(--border)}.support-admin-body{width:min(720px,100%);margin:0 auto;padding:24px 16px;display:grid;grid-gap:16px;gap:16px}.support-admin-panel{padding:16px}.support-admin-panel h2{font-size:14px;margin-bottom:8px}.support-bootstrap-copy{display:grid;grid-gap:8px;gap:8px;margin-bottom:12px}@media (max-width:767px){.support-banner{position:-webkit-sticky;position:sticky;align-items:stretch;flex-direction:column}.support-banner-copy{display:grid;grid-gap:4px;gap:4px}.support-banner-exit{width:100%;min-height:44px}.support-admin-body{padding:12px}}