:root{--ink:#062f38;--muted:#59747a;--aqua:#08b8d3;--line:#d9ecef}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top left,#dffaff,#f5fbfc 44%,#edf5f7);color:var(--ink);font-family:Inter,Arial,sans-serif}main{width:min(1080px,calc(100% - 32px));margin:auto;padding:36px 0 80px}header{display:flex;align-items:center;gap:16px;margin-bottom:36px}.mark{display:grid;place-items:center;width:52px;height:52px;border-radius:17px;background:linear-gradient(135deg,#18cee5,#0389a4);color:white;font-size:27px;font-weight:900;box-shadow:0 14px 30px #0aa6c036}h1,h2,h3,p{margin-top:0}h1{margin-bottom:0;font-size:34px}.eyebrow{margin-bottom:5px;color:#078fa6;font-size:11px;font-weight:900;letter-spacing:.17em}.card{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px;border:1px solid #ffffffb8;border-radius:26px;background:#ffffffc7;box-shadow:0 20px 60px #174f5916;backdrop-filter:blur(20px)}.card h2{margin-bottom:8px;font-size:28px}.card p{margin-bottom:0;color:var(--muted)}a{border-radius:14px;background:var(--aqua);color:white;padding:13px 17px;text-decoration:none;font-weight:800}.section-head{display:flex;justify-content:space-between;align-items:end;margin:42px 0 18px}.section-head h2{margin-bottom:0}.section-head span{font-size:28px;font-weight:900}.stories{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.stories article,.empty{border:1px solid var(--line);border-radius:20px;background:#ffffffbf;padding:21px}.stories article span{color:#0699b1;font-size:12px;font-weight:900;text-transform:uppercase}.stories h3{margin:12px 0 9px;line-height:1.25}.stories p{color:var(--muted);line-height:1.55}@media(max-width:760px){.stories{grid-template-columns:1fr}.card{align-items:flex-start;flex-direction:column}}
