/* Shared input-help link; scoped to pages that explicitly include it. */
a.form-line-help { position:fixed; left:16px; bottom:max(16px, env(safe-area-inset-bottom)); z-index:1600; display:inline-flex; align-items:center; gap:8px; padding:10px 16px; min-height:44px; box-sizing:border-box; border-radius:999px; background:#06c755; color:#fff; font:700 12px/1.2 sans-serif; text-decoration:none; box-shadow:0 6px 18px rgba(0,0,0,.25); }
a.form-line-help:hover { background:#05ae4b; color:#fff; }
a.form-line-help:focus-visible { outline:3px solid #123b29; outline-offset:3px; }
.form-line-help__mark { font-weight:800; border-right:1px solid rgba(255,255,255,.6); padding-right:8px; }
@media(max-width:600px) { a.form-line-help { left:12px; bottom:max(12px, env(safe-area-inset-bottom)); padding:9px 12px; font-size:11px; } body:has(.form-line-help) { padding-bottom:76px; } body:has(input:focus,textarea:focus,select:focus) .form-line-help { visibility:hidden; } }
@media print { a.form-line-help { display:none; } }
