:root{--bg:#f6f8fc;--ink:#111827;--muted:#667085;--card:#fff;--line:#dde5ef;--accent:#285cff}*{box-sizing:border-box}html,body{margin:0;min-height:100%;overflow-x:hidden}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink)}a{text-decoration:none;color:inherit}.hero{background:linear-gradient(135deg,#fff,#eaf0ff);border-bottom:1px solid var(--line)}.topbar,.intro,.gallery,.author{width:min(1180px,calc(100% - 32px));margin:auto}.topbar{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{font-weight:950}.top-links{display:flex;gap:10px;align-items:center}.top-links a{padding:10px 14px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--accent);font-weight:850}.top-links .github{background:var(--accent);color:#fff}.intro{padding:72px 0 82px}.eyebrow{margin:0 0 12px;color:var(--accent);font-size:.78rem;font-weight:950;text-transform:uppercase}.intro h1{max-width:900px;margin:0;font-size:clamp(2.25rem,6vw,5rem);line-height:1;letter-spacing:0}.intro>p:last-of-type{max-width:670px;color:var(--muted);line-height:1.7;font-size:1.08rem}.toolbar{display:grid;grid-template-columns:1fr 260px;gap:14px;max-width:760px;margin-top:30px}.toolbar label{display:grid;gap:8px;color:var(--muted);font-weight:800}.toolbar input,.toolbar select{min-height:48px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:0 14px;font:inherit;color:var(--ink);outline-color:var(--accent)}.gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;padding:42px 0 72px}.card{min-height:285px;display:flex;flex-direction:column;padding:23px;border:1px solid var(--line);border-radius:8px;background:var(--card);box-shadow:0 22px 58px rgba(17,24,39,.09)}.card[hidden]{display:none}.card span{width:max-content;padding:6px 10px;border-radius:999px;background:#eef2ff;color:#1d4ed8;font-size:.78rem;font-weight:950}.card h2{margin:20px 0 10px;font-size:1.18rem}.card p{margin:0;color:var(--muted);line-height:1.6}.card b{width:max-content;margin-top:18px;padding:6px 10px;border-radius:999px;background:#f3f5f9;color:#505b6f;font-size:.78rem}.card a{width:max-content;margin-top:auto;padding:12px 16px;border-radius:8px;background:var(--accent);color:#fff;font-weight:900}.card a:hover,.card a:focus-visible{background:#173fb4;transform:translateY(-2px)}.author{display:grid;grid-template-columns:1fr 1fr;gap:24px;padding:46px 0 76px;border-top:1px solid var(--line)}.author h2{margin:0;font-size:clamp(1.8rem,4vw,3rem);line-height:1.05}.author p:last-child{color:var(--muted);line-height:1.7}.socials{display:flex;flex-wrap:wrap;gap:10px;align-content:start}.socials a{padding:10px 13px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--accent);font-weight:850}@media(max-width:920px){.gallery{grid-template-columns:repeat(2,1fr)}.author{grid-template-columns:1fr}}@media(max-width:640px){.topbar{align-items:flex-start;flex-direction:column;padding:18px 0}.intro{padding:46px 0 58px}.toolbar{grid-template-columns:1fr}.gallery{grid-template-columns:1fr}}
