.home{width:100%;display:grid;gap:1.5rem}.home-hero,.home-section,.home-info-card{border:1px solid var(--line-clr);border-radius:1.4rem;background:var(--surface);box-shadow:0 18px 50px #0f274e14}.home-hero{width:100%;display:grid;gap:1.2rem;padding:1.4rem;background:radial-gradient(circle at top right,rgba(10,102,209,.16),transparent 28%),linear-gradient(145deg,#fff,#eef4ff)}.home-hero__content{display:grid;gap:1rem}.home-eyebrow{color:var(--accent-strong);font-weight:700;letter-spacing:.06em;text-transform:uppercase;font-size:.82rem}.home-hero h1{font-size:clamp(2rem,4vw,3.5rem);line-height:1.05;max-width:12ch}.home-lead{max-width:62ch;color:var(--muted-text);font-size:1.05rem}.home-search{display:grid;gap:.7rem}.home-search__label{font-weight:700}.home-search__controls{display:grid;grid-template-columns:1fr;gap:.7rem}.home-search input,.home-search button{min-height:54px;border-radius:.95rem;border:1px solid var(--line-clr);font:inherit}.home-search input{padding:.9rem 1rem;background:#ffffffe0}.home-search input:focus-visible{outline:2px solid color-mix(in srgb,var(--accent) 55%,white);outline-offset:2px}.home-search button{padding:.8rem 1rem;background:var(--accent);color:#fff;font-weight:700;cursor:pointer}.home-search button:hover,.home-search button:focus-visible{background:var(--accent-strong)}.home-search-results{display:grid;gap:.7rem;padding:1rem;border:1px solid var(--line-clr);border-radius:1rem;background:#ffffffc7}.home-search-results__status{color:var(--muted-text);font-weight:600}.home-search-results__list{display:grid;gap:.65rem}.home-result{display:grid;gap:.12rem;padding:.85rem .95rem;border:1px solid var(--line-clr);border-radius:.95rem;text-decoration:none;color:var(--text-clr);background:#fff}.home-result:hover,.home-result:focus-visible{transform:translateY(-1px);border-color:color-mix(in srgb,var(--accent) 55%,white)}.home-result__type{color:var(--accent-strong);font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.home-quicklinks{display:flex;flex-wrap:wrap;gap:.6rem}.home-chip{display:inline-flex;align-items:center;justify-content:center;padding:.55rem .9rem;border-radius:999px;background:#ffffffd1;border:1px solid color-mix(in srgb,var(--accent) 18%,var(--line-clr));text-decoration:none;font-weight:600}.home-hero__panel{display:grid;gap:.8rem;align-content:start;padding:1rem;border-radius:1.2rem;background:#094ea00f;border:1px solid rgba(9,78,160,.14)}.home-stat{display:flex;align-items:baseline;gap:.6rem}.home-stat strong{font-size:clamp(1.6rem,3vw,2.4rem);color:var(--accent-strong)}.home-panel-text{color:var(--muted-text)}.home-section{width:100%;padding:1.25rem;display:grid;gap:1rem}.home-section__head{display:grid;gap:.35rem}.home-section__head p{color:var(--muted-text);max-width:60ch}.home-category-grid,.home-link-grid,.home-unit-grid,.home-section--split{display:grid;gap:1rem}.home-card,.home-link-card,.home-unit-card{display:grid;gap:.45rem;padding:1rem;border-radius:1.1rem;border:1px solid var(--line-clr);background:linear-gradient(180deg,#fff,#f7faff);text-decoration:none;color:var(--text-clr);transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease}.home-card:hover,.home-card:focus-visible,.home-link-card:hover,.home-link-card:focus-visible,.home-unit-card:hover,.home-unit-card:focus-visible{transform:translateY(-2px);border-color:color-mix(in srgb,var(--accent) 55%,white);box-shadow:0 14px 30px #0a66d11a}.home-card__kicker,.home-card__meta,.home-link-card span,.home-link-card small,.home-unit-card span,.home-unit-card small{color:var(--muted-text)}.home-card__kicker{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.home-card p{color:var(--muted-text)}.home-unit-card small{font-size:1rem;font-weight:700;color:var(--accent-strong)}.home-info-card{padding:1.25rem;display:grid;gap:.9rem}.home-info-card p{color:var(--muted-text)}.home-steps{list-style:none;display:grid;gap:.75rem}.home-steps li{padding:.85rem .95rem;border-radius:1rem;background:var(--surface-soft);border:1px solid var(--line-clr)}@media(min-width:760px){.home-hero{grid-template-columns:minmax(0,1.7fr) minmax(260px,.9fr);align-items:start;padding:1.6rem}.home-search__controls{grid-template-columns:minmax(0,1fr) auto}.home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-link-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-unit-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.home-section--split{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:759px){.home-hero h1{max-width:16ch}}
