.explore{position:relative;max-width:1200px;margin:0 auto;padding:clamp(32px,6vw,72px) clamp(20px,4vw,40px) 96px;display:flex;flex-direction:column;gap:40px;color:var(--text-primary)}.explore:before{content:"";position:absolute;inset:0 0 auto 0;height:360px;background:radial-gradient(60% 100% at 50% 0,var(--accent-soft) 0,transparent 70%);pointer-events:none;z-index:0}.explore>*{position:relative;z-index:1}.explore__header{display:flex;flex-direction:column;gap:14px;max-width:720px}.explore__title{font-size:clamp(32px,4.5vw,48px);font-weight:700;line-height:1.1;letter-spacing:-.02em;margin:0;color:var(--text-primary)}.explore__lede{margin:0;font-size:15px;line-height:1.55;color:var(--text-secondary);max-width:60ch}.explore__lede a{color:var(--text-link);text-decoration:none;border-bottom:1px solid transparent;transition:border-color var(--dur-fast) var(--ease-out)}.explore__lede a:focus-visible,.explore__lede a:hover{border-bottom-color:currentColor}.explore__searchWrap{position:relative;flex:1 1 auto;max-width:520px}.explore__toolbar{position:-webkit-sticky;position:sticky;top:0;z-index:2;display:flex;align-items:center;gap:16px;margin:0 calc(-1 * clamp(20px, 4vw, 40px));padding:14px clamp(20px,4vw,40px);background:var(--bg-app,var(--bg-elev-0,#fff));border-bottom:1px solid var(--border-subtle,var(--border-default))}.explore__searchIcon{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:var(--text-muted);pointer-events:none}.explore__search{width:100%;padding:12px 14px 12px 40px;border:1px solid var(--border-default);border-radius:var(--radius-lg);font-size:14px;font-family:inherit;background:var(--bg-elev-1);color:var(--text-primary);box-shadow:var(--shadow-sm);transition:border-color var(--dur-fast) var(--ease-out),box-shadow var(--dur-fast) var(--ease-out)}.explore__search::placeholder{color:var(--text-muted)}.explore__search:hover{border-color:var(--border-strong)}.explore__search:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px var(--accent-ring)}.explore__status{margin:0;font-size:14px;color:var(--text-secondary)}.explore__status--error{color:var(--danger)}.explore__empty{display:flex;flex-direction:column;align-items:center;gap:16px;padding:56px 24px;text-align:center;border:1px dashed var(--border-default);border-radius:var(--radius-xl);background:var(--bg-elev-1);color:var(--text-secondary)}.explore__emptyIcon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:999px;background:var(--accent-soft);color:var(--accent)}.explore__emptyTitle{margin:0;font-size:16px;font-weight:600;color:var(--text-primary)}.explore__emptyBody{margin:0;font-size:14px;max-width:44ch}.explore__summary{font-size:13px;color:var(--text-muted);margin:0}.explore__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:20px;gap:20px}.explore__cell{display:contents}.explore__card{position:relative;display:flex;flex-direction:column;border:1px solid var(--border-subtle);border-radius:var(--radius-lg);overflow:hidden;background:var(--bg-elev-1);text-decoration:none;color:inherit;box-shadow:var(--shadow-sm);transition:border-color var(--dur-med) var(--ease-out),transform var(--dur-med) var(--ease-out),box-shadow var(--dur-med) var(--ease-out)}.explore__card:focus-visible,.explore__card:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:var(--shadow-md);outline:none}.explore__card:focus-visible{box-shadow:0 0 0 3px var(--accent-ring),var(--shadow-md)}.explore__thumb{aspect-ratio:1/1;background:linear-gradient(135deg,var(--bg-elev-2) 0,var(--bg-elev-3) 100%);display:flex;align-items:center;justify-content:center;overflow:hidden;border-bottom:1px solid var(--border-subtle)}.explore__thumb img{width:100%;height:100%;object-fit:contain;transition:transform .4s var(--ease-out)}.explore__card:focus-visible .explore__thumb img,.explore__card:hover .explore__thumb img{transform:scale(1.04)}.explore__cardBody{padding:14px 16px 16px;display:flex;flex-direction:column;gap:6px}.explore__cardTitle{font-size:14px;font-weight:600;margin:0;color:var(--text-primary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.explore__cardMeta{font-size:12px;color:var(--text-muted);margin:0;display:flex;align-items:center;gap:6px}.explore__cardMeta time{color:var(--text-secondary)}