:root{color-scheme:light dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--background: #f6f8fc;--surface: #ffffff;--foreground: #14213a;--muted: #64748b;--border: #cbd5e1;--brand: #376fc9;--brand-soft: #e8f1ff;--on-brand: #ffffff;background:var(--background);color:var(--foreground);font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0;background:var(--background)}a{color:inherit}.site-header,main,footer{width:min(1180px,calc(100% - 40px));margin-inline:auto}.site-header{display:flex;align-items:center;justify-content:space-between;padding-block:28px}.brandmark,.github-link{text-decoration:none;font-size:14px;font-weight:700}.site-header .github-link{color:var(--muted)}.hero{display:grid;min-height:520px;align-content:center;border-block:1px solid var(--border);padding-block:88px}.eyebrow{margin:0;color:var(--brand);font:700 12px/1.4 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.18em}.hero h1{max-width:850px;margin:24px 0 0;font-size:clamp(54px,9vw,112px);line-height:.92;letter-spacing:-.065em}.hero h1 span{color:var(--brand)}.hero__summary{max-width:650px;margin:36px 0 0;color:var(--muted);font-size:18px;line-height:1.75}.catalog{padding-block:96px 120px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}.section-heading h2{margin:10px 0 0;font-size:34px;letter-spacing:-.035em}.section-heading>p{margin:0;color:var(--muted);font-size:14px}.tool-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,340px),1fr));gap:18px}.tool-card{display:flex;min-height:360px;flex-direction:column;border:1px solid var(--border);border-radius:6px;padding:28px;background:var(--surface);box-shadow:0 16px 45px #19305812}.tool-card__topline{display:flex;align-items:center;justify-content:space-between}.tool-card__number{color:var(--brand);font:700 12px ui-monospace,monospace}.tool-card__status{border-radius:999px;padding:5px 10px;background:var(--brand-soft);color:var(--brand);font-size:11px;font-weight:700}.tool-card h2{margin:54px 0 0;font-size:30px;letter-spacing:-.035em}.tool-card>p{margin:16px 0 0;color:var(--muted);line-height:1.7}.tag-list{display:flex;flex-wrap:wrap;gap:8px;margin:22px 0 0;padding:0;list-style:none}.tag-list li{border:1px solid var(--border);border-radius:4px;padding:5px 9px;color:var(--muted);font-size:11px}.tool-card__actions{display:flex;align-items:center;gap:18px;margin-top:auto;padding-top:34px}.primary-link{border-radius:4px;padding:11px 16px;background:var(--brand);color:var(--on-brand);font-size:13px;font-weight:700;text-decoration:none}.source-link{color:var(--muted);font-size:13px;font-weight:700;text-underline-offset:4px}.empty-state{grid-column:1 / -1;border:1px dashed var(--border);padding:40px;color:var(--muted);text-align:center}footer{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--border);padding-block:28px 42px;color:var(--muted);font-size:12px}@media(prefers-color-scheme:dark){:root{--background: #0b1120;--surface: #111a2c;--foreground: #eef4ff;--muted: #9aa9bd;--border: #2a3952;--brand: #8ab4f8;--brand-soft: #162d50;--on-brand: #0b1b33}.tool-card{box-shadow:none}}@media(max-width:640px){.site-header,main,footer{width:min(100% - 28px,1180px)}.hero{min-height:440px;padding-block:64px}.hero h1{font-size:clamp(48px,17vw,72px)}.catalog{padding-block:72px 88px}.section-heading,footer{align-items:flex-start;flex-direction:column}.tool-card{min-height:330px;padding:22px}}
