:root{--bg:#f6f8fc;--ink:#111827;--muted:#667085;--card:#fff;--line:#dde5f0;--accent:#3157ff}*{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)}.top,.intro,.grid{width:min(1180px,calc(100% - 32px));margin:auto}.top{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{font-weight:950}.readme{padding:10px 16px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--accent);font-weight:850}.intro{padding:76px 0 88px}.intro p:first-child{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.3rem,6vw,5.1rem);line-height:1;letter-spacing:0}.intro p:last-child{max-width:680px;color:var(--muted);font-size:1.08rem;line-height:1.7}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;padding:40px 0 76px}.card{min-height:260px;display:flex;flex-direction:column;padding:22px;border:1px solid var(--line);border-radius:8px;background:var(--card);box-shadow:0 20px 54px rgba(18,27,46,.09)}.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 9px;font-size:1.08rem}.card p{margin:0;color:var(--muted);line-height:1.55}.card a{width:max-content;margin-top:auto;padding:11px 15px;border-radius:8px;background:var(--accent);color:#fff;font-weight:900}.card code{margin-top:12px;color:#697386}@media(max-width:1050px){.grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.grid{grid-template-columns:repeat(2,1fr)}.intro{padding:48px 0 60px}}@media(max-width:520px){.top{align-items:flex-start;flex-direction:column;padding:18px 0}.grid{grid-template-columns:1fr}}
