/**handles:hgsen**/
.hgsen{--ink:#17212b;--muted:#5d6873;--paper:#fff;--red:#d8493f;--soft:#f5f2eb;max-width:860px;margin:2rem auto;padding:clamp(1rem,4vw,2.25rem);background:var(--soft);border-radius:18px;color:var(--ink);box-shadow:0 12px 35px rgba(23,33,43,.08)}.hgsen *{box-sizing:border-box}.hgsen__eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.76rem;font-weight:800;color:var(--red);margin:0}.hgsen h2{font-size:clamp(1.65rem,5vw,2.7rem);line-height:1.08;margin:.4rem 0 1rem}.hgsen__intro>p:last-child{color:var(--muted);max-width:64ch}.hgsen__form{display:grid;gap:.45rem;margin-top:1.5rem}.hgsen label{font-weight:750;margin-top:.55rem}.hgsen input,.hgsen select,.hgsen textarea{width:100%;font:inherit;color:var(--ink);background:#fff;border:1px solid #cbd1d5;border-radius:10px;padding:.85rem;min-height:48px}.hgsen button:focus,.hgsen input:focus,.hgsen select:focus,.hgsen textarea:focus{outline:3px solid rgba(216,73,63,.3);outline-offset:2px}.hgsen__search-wrap{position:relative}.hgsen__suggestions{position:absolute;z-index:20;left:0;right:0;margin:.25rem 0 0;padding:.35rem;list-style:none;background:#fff;border:1px solid #cbd1d5;border-radius:10px;box-shadow:0 8px 22px rgba(0,0,0,.14);max-height:320px;overflow:auto}.hgsen__suggestions li{display:flex;justify-content:space-between;gap:1rem;padding:.75rem;border-radius:7px;cursor:pointer}.hgsen__suggestions li:hover,.hgsen__suggestions li[aria-selected=true]{background:#f4e8e5}.hgsen__suggestions span{color:var(--muted);text-align:right}.hgsen__status{min-height:1.5em;color:var(--muted)}.hgsen__result{background:var(--paper);border-radius:14px;padding:clamp(1rem,4vw,1.75rem);border-top:5px solid var(--red)}.hgsen__result-head{display:flex;justify-content:space-between;align-items:start;gap:1rem}.hgsen__result h3{font-size:clamp(1.5rem,5vw,2.2rem);margin:.15rem 0}.hgsen__time{display:flex;flex-direction:column;align-items:center;min-width:68px;background:var(--soft);padding:.5rem;border-radius:10px}.hgsen__time b{font-size:1.55rem}.hgsen__time span{font-size:.7rem}.hgsen__directions{font-size:1.08rem;line-height:1.55}.hgsen__details{display:grid;gap:.7rem}.hgsen__details div{background:#f7f8f8;padding:.8rem;border-radius:8px}.hgsen__details p{margin:.2rem 0 0}.hgsen__trust{font-size:.8rem;margin:1rem 0}.hgsen__verified{color:#147446}.hgsen__check{color:#8a5a00}.hgsen__feedback{border-top:1px solid #e1e4e5;padding-top:1rem;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.hgsen button{font:inherit;font-weight:750;border:1px solid var(--red);background:#fff;color:var(--red);padding:.55rem .85rem;border-radius:8px;cursor:pointer}.hgsen button:hover{background:var(--red);color:#fff}.hgsen__issues{flex-basis:100%;display:grid;gap:.4rem}.hgsen__issues[hidden]{display:none}.hgsen__hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important}.hgsen-cta{margin:1.5rem 0;padding:1rem;border-left:4px solid #d8493f;background:#f5f2eb}.hgsen-cta a{white-space:nowrap}@media(min-width:680px){.hgsen__form{grid-template-columns:1fr 1.5fr;column-gap:1rem}.hgsen__form label{grid-row:1}.hgsen__form .hgsen__search-wrap,.hgsen__form select{grid-row:2}.hgsen__details{grid-template-columns:1fr 1fr}}@media(prefers-reduced-motion:reduce){.hgsen *{scroll-behavior:auto!important}}