.site-header{background:transparent}.site-header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.5rem .25rem 1rem}.site-nav{display:flex;align-items:center;gap:1rem}.site-nav-link{color:var(--muted, #5f6b7c);text-decoration:none;font-size:.9rem;font-weight:500;line-height:1.2}.site-nav-link:hover,.site-nav-link[aria-current=page]{color:var(--text, #1a2233)}.site-logo{display:inline-block;line-height:0;text-decoration:none}.site-logo img{display:block;width:2.25rem;height:2.25rem;transition:opacity .15s ease}.site-logo:hover img{opacity:.85}.site-footer{max-width:1200px;margin:0 auto;padding:0 1rem 1.25rem;width:100%;font-size:.85rem;display:flex;flex-wrap:wrap;gap:.75rem 1.25rem}.site-footer a{color:var(--muted);text-decoration:none}.site-footer a:hover{color:var(--accent);text-decoration:underline}:root{color-scheme:light;--bg: #f4f6fa;--surface: #ffffff;--border: #d8dee9;--text: #1a2233;--muted: #5f6b7c;--accent: #3b6fd9;font-family:Inter,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top,rgba(59,111,217,.08),transparent 42%),var(--bg);color:var(--text)}.page-home{display:flex;flex-direction:column}.page-home .landing{flex:1}.landing{max-width:1200px;margin:0 auto;padding:2rem 1.5rem 1.25rem;width:100%}.page-home .site-logo img{width:2.925rem;height:2.925rem}.landing-header{max-width:42rem;margin-bottom:2.75rem}.landing-lede{margin:0;font-size:clamp(1.45rem,3.4vw,1.85rem);font-weight:550;line-height:1.35;color:var(--text)}.source-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;margin:0;padding:0;list-style:none}.source-grid-loading{grid-column:1 / -1;color:var(--muted);font-size:.95rem}.source-card{display:flex;flex-direction:column;height:100%;border:1px solid var(--border);border-radius:14px;background:var(--surface);color:inherit;text-decoration:none;overflow:hidden;box-shadow:0 1px 3px #1a22330f;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.source-card:hover{border-color:#3b6fd973;box-shadow:0 10px 28px #1a22331a;transform:translateY(-2px)}.source-card-cover{position:relative;aspect-ratio:16 / 9;overflow:hidden;background:#dfe5ef}.source-card-cover img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}.source-card:hover .source-card-cover img{transform:scale(1.03)}.source-card-kind{position:absolute;top:.55rem;left:.55rem;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:999px;background:#ffffffeb;border:1px solid rgba(255,255,255,.65);color:var(--accent);box-shadow:0 2px 8px #1a22331f;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.source-card-kind svg{width:1rem;height:1rem}.source-card-body{display:flex;flex-direction:column;gap:.2rem;flex:1;padding:.85rem 1rem 1rem}.source-card-title-row{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem}.source-card-count{font-size:.72rem;font-weight:500;font-variant-numeric:tabular-nums;color:var(--muted);opacity:.65;flex-shrink:0}.source-card-title{font-size:1.05rem;font-weight:650;line-height:1.35}
