.glucody-search{padding:4.8rem calc(4.8rem + var(--side-extra)) 6.4rem;background:var(--g-white)}@media(max-width: 989px){.glucody-search{padding:3.2rem 1.6rem 4rem}}.glucody-search__head{display:flex;flex-direction:column;align-items:center;gap:1.6rem;padding-bottom:3.2rem;text-align:center}.glucody-search__title{color:#1d293d;font-size:clamp(2.4rem,2.2vw,3rem);font-weight:500;line-height:1.2}.glucody-search__form{display:flex;align-items:center;gap:.8rem;width:min(56rem,100%);padding:1rem 1.2rem 1rem 2rem;border:1px solid var(--g-border-blue);border-radius:999rem;background:var(--g-slate-50)}.glucody-search__form:focus-within{border-color:var(--g-blue)}.glucody-search__input{flex:1;min-width:0;border:0;background:rgba(0,0,0,0);color:var(--g-navy);font-size:1.5rem;outline:none}@media(max-width: 989px){.glucody-search__input{font-size:1.6rem}}.glucody-search__input::placeholder{color:var(--g-muted)}.glucody-search__input::-webkit-search-cancel-button{display:none}.glucody-search__submit{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:4rem;height:4rem;border-radius:50%;background:var(--g-blue);color:var(--g-white)}.glucody-search__submit svg{width:2rem;height:2rem}.glucody-search__count{color:var(--g-muted);font-size:1.4rem}.glucody-search__grid{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:2.4rem}@media(max-width: 989px){.glucody-search__grid{grid-template-columns:repeat(2, minmax(0, 1fr));gap:1.2rem}}.glucody-search__cell{display:flex}.glucody-search__article{display:flex;flex-direction:column;width:100%;border:1px solid var(--g-border-blue);border-radius:1.6rem;overflow:hidden;background:var(--g-white);transition:box-shadow .15s ease}.glucody-search__article:hover{box-shadow:0 .6rem 2rem rgba(29,41,61,.08)}.glucody-search__article-media{display:block;aspect-ratio:16/10;background:var(--g-slate-50)}.glucody-search__article-img{width:100%;height:100%;object-fit:cover}.glucody-search__article-body{display:flex;flex-direction:column;gap:.6rem;padding:1.6rem}.glucody-search__article-kind{color:var(--g-blue);font-size:1.1rem;font-weight:600;letter-spacing:.06rem;text-transform:uppercase}.glucody-search__article-title{color:var(--g-navy);font-size:1.5rem;font-weight:500;line-height:1.3}.glucody-search__empty{padding:4.8rem 0;color:var(--g-muted);font-size:1.6rem;text-align:center}
