:root{color-scheme:dark;font-family:system-ui,sans-serif;background:#111216;color:#ededf0}*{box-sizing:border-box}body{margin:0}header,main,footer{max-width:940px;margin:auto;padding:28px}header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #34343a;gap:24px}a{color:#ffad9e;text-underline-offset:4px}nav{display:flex;gap:22px;flex-wrap:wrap}header>a{color:white;font-size:20px;font-weight:800;text-decoration:none}.tag{color:#ff9381;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:700;margin-top:40px}h1{font-size:clamp(32px,6vw,56px);line-height:1.12;letter-spacing:-.035em;margin:18px 0 20px}h2{font-size:23px;margin:36px 0 12px}.date,footer{color:#a9a9b6;font-size:14px}p,li{line-height:1.8}li{margin-bottom:12px}.intro{font-size:19px;color:#cacbd4}.cards{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:36px 0}.cards>a{display:block;text-decoration:none;background:#1d1e24;border:1px solid #393940;border-radius:16px;padding:25px;color:#ededf0}.cards span{font-size:12px;color:#ff9381}.cards h2{margin:18px 0}.cards p{color:#bdbdc7}footer{border-top:1px solid #34343a;margin-top:45px}a:focus-visible{outline:3px solid #ff9381;outline-offset:5px}@media(max-width:600px){header{align-items:flex-start;flex-direction:column}.cards{grid-template-columns:1fr}header,main,footer{padding:22px}}