.hero--landing{flex:1;display:flex;align-items:center;justify-content:center;padding:0 0 .75rem;min-height:0;overflow-x:hidden;overflow-y:auto}.hero-stack{display:flex;flex-direction:column;align-items:center;gap:clamp(.65rem,2vh,1rem);width:100%;max-width:72rem;margin:0 auto;padding:0 1rem clamp(.5rem,2vh,1rem)}.hero-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(.75rem,3vw,1.5rem);width:100%;max-width:40rem}.hero-text{text-align:center}.hero-title{font-size:clamp(1.5rem,4vw,2rem);font-weight:600;line-height:1.25;letter-spacing:-.02em;color:var(--text-primary)}.hero-title-accent{color:var(--text-muted);font-weight:500}.hero-subtitle{font-size:.9375rem;color:var(--text-secondary);line-height:1.55;max-width:24rem;margin:0 auto;margin-top:.75rem}.home-search{width:100%}@media(max-height:560px){.hero-title{font-size:clamp(1.25rem,4vw,1.5rem)}.hero-subtitle{font-size:.8125rem;line-height:1.45;margin-top:.35rem}.hero-inner{gap:.5rem}.hero-stack{transform:translateY(0);gap:.45rem}}@media(max-height:420px){.hero-subtitle{display:none}}.home-category-grid{width:100%;max-width:44rem;margin:0 auto}.home-category-grid-inner{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}@media(min-width:480px){.home-category-grid-inner{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}}@media(min-width:680px){.home-category-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr));gap:.5rem}}@media(min-width:1024px){.home-category-grid-inner{grid-template-columns:repeat(5,minmax(0,1fr));gap:.625rem}}.home-category-card{position:relative;display:block;min-height:5.25rem;padding:.75rem .625rem 2.5rem;background:var(--gray-100);border-radius:14px;overflow:hidden;text-decoration:none;color:var(--text-primary);transition:background var(--transition-fast),transform var(--transition-fast),box-shadow var(--transition-fast);box-shadow:inset 0 1px color-mix(in srgb,var(--gray-0) 55%,transparent)}:root.dark .home-category-card{background:color-mix(in srgb,var(--gray-800) 88%,var(--gray-900));box-shadow:inset 0 1px color-mix(in srgb,var(--gray-50) 6%,transparent)}.home-category-card:hover{background:var(--gray-200);transform:translateY(-1px)}:root.dark .home-category-card:hover{background:color-mix(in srgb,var(--gray-700) 70%,var(--gray-800))}.home-category-card:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.home-category-label{position:relative;z-index:1;display:block;font-size:.8125rem;font-weight:600;line-height:1.25;letter-spacing:-.02em;max-width:85%}.home-category-deco{position:absolute;right:-.2rem;bottom:-.25rem;font-size:clamp(2.1rem,4.2vw,3rem);line-height:1;opacity:.94;pointer-events:none;-webkit-user-select:none;user-select:none;filter:drop-shadow(0 2px 6px color-mix(in srgb,var(--gray-900) 10%,transparent))}:root.dark .home-category-deco{filter:drop-shadow(0 2px 8px color-mix(in srgb,var(--gray-950) 35%,transparent))}
