:root{color-scheme:light;--text: #1a1a1a;--muted: #686868;--surface: #fff;--surface-subtle: #f5f5f4;--surface-raised: #fff;--border: #dededb;--border-strong: #aaa9a5;--accent: #242424;--accent-hover: #000;--accent-soft: #ececea;--accent-contrast: #fff;--focus: #111;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--shadow: 0 1px 2px rgb(0 0 0 / 8%);--font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace}:root[data-theme=dark]{color-scheme:dark;--text: #f2f2f2;--muted: #ababab;--surface: #111;--surface-subtle: #181818;--surface-raised: #202020;--border: #383838;--border-strong: #666;--accent: #f0f0f0;--accent-hover: #fff;--accent-soft: #2a2a2a;--accent-contrast: #111;--focus: #fff;--shadow: 0 1px 2px rgb(0 0 0 / 28%)}*{box-sizing:border-box}html{min-width:320px;min-height:100%;scroll-behavior:smooth}body{min-height:100vh;margin:0;background:var(--surface-subtle);color:var(--text);font:14px/1.5 var(--font-sans)}a{color:inherit}button,select{font:inherit}a:focus-visible,select:focus-visible{outline:2px solid var(--focus);outline-offset:3px}h1,h2,h3,p{margin-top:0}h2{margin-bottom:0;font-size:clamp(25px,3vw,38px);letter-spacing:-.04em}h3{margin-bottom:8px;font-size:18px;letter-spacing:-.025em}p{color:var(--muted)}.skip-link{position:fixed;top:-80px;left:12px;z-index:100;padding:10px 14px;background:var(--accent);color:var(--accent-contrast)}.skip-link:focus{top:12px}.app{min-height:100vh}.topbar{min-height:64px;display:grid;grid-template-columns:minmax(200px,1fr) auto minmax(200px,1fr);align-items:center;gap:20px;padding:10px 22px;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--surface) 92%,transparent);backdrop-filter:blur(12px);position:sticky;top:0;z-index:10}.brand,.global-actions,.theme-control,.family-nav{display:flex;align-items:center}.brand{width:fit-content;gap:10px;min-width:0;text-decoration:none}.hub-mark{width:40px;height:40px;display:grid;grid-template-columns:repeat(2,5px);place-content:center;gap:4px;border:1px solid var(--border);border-radius:9px;background:var(--surface)}.hub-mark i{width:5px;height:5px;border-radius:1px;background:var(--muted)}.brand-divider{width:1px;height:28px;background:var(--border)}.brand-copy strong,.brand-copy span{display:block;line-height:1.25}.brand-copy span{color:var(--muted);font-size:11px}.family-nav{gap:3px;padding:3px;border:1px solid var(--border);border-radius:9px;background:var(--surface-subtle)}.family-nav a{padding:8px 12px;border-radius:6px;color:var(--muted);font-size:12px;font-weight:650;text-decoration:none}.family-nav a:hover{background:var(--surface);color:var(--text);box-shadow:var(--shadow)}.global-actions{justify-content:flex-end;gap:8px}.theme-control{gap:7px;color:var(--muted);font-size:11px}.theme-control select{min-height:40px;padding:7px 34px 7px 9px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text)}.button{min-height:40px;display:inline-flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 13px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);font-size:12px;font-weight:650;text-decoration:none}.button:hover{border-color:var(--border-strong);background:var(--surface-subtle)}.button.primary{border-color:var(--accent);background:var(--accent);color:var(--accent-contrast)}.button.primary:hover{background:var(--accent-hover)}main{max-width:1240px;margin:0 auto;padding:0 28px}.eyebrow,.column-label,.project-label{color:var(--muted);font:600 11px/1.2 var(--font-mono);letter-spacing:.08em;text-transform:uppercase}.eyebrow{display:block;margin-bottom:16px}.families{padding-top:18px}.family{padding:86px 0;border-bottom:1px solid var(--border);scroll-margin-top:64px}.family-header{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(280px,1.2fr);gap:60px;align-items:end;margin-bottom:32px}.family-header .eyebrow{margin-bottom:8px}.family-header p{max-width:580px;margin:0;font-size:16px}.relationship{display:grid;grid-template-columns:minmax(260px,.8fr) 72px minmax(0,1.7fr);align-items:center}.column-label{display:block;margin:0 0 8px 2px}.project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.standalone-grid{max-width:520px}.collection-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.project-card{min-height:230px;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface)}.source-card{min-height:290px;border-color:var(--border-strong)}.project-card-header{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px;border-bottom:1px solid var(--border);background:var(--surface-subtle)}.source-card .project-card-header{min-height:104px}.project-card-preview{position:relative;overflow:hidden;aspect-ratio:1200 / 630;border-bottom:1px solid var(--border);background:var(--surface-subtle)}.project-card-preview img{width:100%;height:100%;display:block;object-fit:cover}.project-card-preview .project-label{position:absolute;top:10px;right:10px;padding:5px 7px;border:1px solid rgb(255 255 255 / 25%);border-radius:var(--radius-sm);background:#000000b8;color:#fff;backdrop-filter:blur(6px)}.project-mark{width:36px;height:36px;display:grid;place-items:center;border-radius:9px;background:var(--accent);color:var(--accent-contrast);font:700 10px var(--font-mono)}.project-card-body{flex:1;display:flex;flex-direction:column;padding:16px}.project-card-body p{flex:1;margin-bottom:20px}.version-list{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 16px}.version-list div{display:flex;align-items:center;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-sm);font:10px/1.2 var(--font-mono)}.version-list dt,.version-list dd{margin:0;padding:5px 7px}.version-list dt{background:var(--surface-subtle);color:var(--muted)}.version-list dd{border-left:1px solid var(--border);color:var(--text)}.repository-stats{display:grid;grid-template-columns:minmax(105px,1fr) auto auto;gap:16px;margin:0 0 16px;padding:12px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.repository-stats div{min-width:0}.repository-stats dt{margin-bottom:2px;color:var(--muted);font:9px/1.2 var(--font-mono);letter-spacing:.06em;text-transform:uppercase}.repository-stats dd{margin:0;overflow:hidden;color:var(--text);font:600 11px/1.4 var(--font-mono);text-overflow:ellipsis;white-space:nowrap}.project-card-actions{display:flex;flex-wrap:wrap;gap:6px}.project-card-actions .button{flex:1}.relationship-arrow{display:flex;align-items:center;padding-top:22px}.relationship-arrow span{height:1px;flex:1;background:var(--border-strong)}.relationship-arrow strong{width:28px;height:28px;display:grid;place-items:center;border:1px solid var(--border-strong);border-radius:50%;background:var(--surface-subtle);font:600 11px var(--font-mono)}footer{max-width:1240px;display:flex;justify-content:space-between;gap:24px;margin:0 auto;padding:34px 28px 80px;font-size:12px}footer p{margin:0}.footer-links{display:flex;gap:18px}@media(max-width:900px){.topbar{grid-template-columns:1fr auto}.family-nav{display:none}.relationship{grid-template-columns:1fr;gap:16px}.relationship-arrow{height:36px;width:1px;padding:0;margin-left:24px;flex-direction:column}.relationship-arrow span{width:1px}.relationship-arrow strong{flex:none}.source-card{min-height:230px}}@media(max-width:620px){.topbar{padding-inline:14px}.theme-control span,.global-actions>.button{display:none}main{padding:0 18px}.family{padding:62px 0}.family-header{grid-template-columns:1fr;gap:18px}.project-grid,.collection-grid{grid-template-columns:1fr}footer{padding-inline:18px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
