: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,.grid,.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}.links{display:flex;gap:10px}.links a,.author a{padding:10px 14px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--accent);font-weight:850}.links .primary{background:var(--accent);color:#fff}.intro{padding:76px 0 90px}.intro p:first-child,.author p{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,5rem);line-height:1;letter-spacing:0}.intro p:last-child{max-width:660px;color:var(--muted);line-height:1.7;font-size:1.08rem}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;padding:42px 0 72px}.grid article{min-height:260px;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)}article span{width:max-content;padding:6px 10px;border-radius:999px;background:#eef2ff;color:#1d4ed8;font-size:.78rem;font-weight:950}article h2{margin:20px 0 10px;font-size:1.18rem}article p{margin:0;color:var(--muted);line-height:1.6}article a{width:max-content;margin-top:auto;padding:12px 16px;border-radius:8px;background:var(--accent);color:#fff;font-weight:900}article a:hover{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 nav{display:flex;flex-wrap:wrap;gap:10px;align-content:start}@media(max-width:900px){.grid{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:48px 0 60px}.grid{grid-template-columns:1fr}.links{flex-wrap:wrap}}
