:root { color-scheme: light; font-family: "Segoe UI", "Microsoft YaHei", sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; color: #172033; background: radial-gradient(circle at 10% 5%, #e8f1ff 0, transparent 38%), #f6f8fc; }
main { width: min(920px, calc(100% - 32px)); margin: 0 auto; padding: clamp(56px, 10vw, 120px) 0 36px; }
header { margin-bottom: 34px; }
.eyebrow { color: #3867d6; font-size: 12px; font-weight: 800; letter-spacing: .14em; }
h1 { margin: 8px 0 6px; font-size: clamp(36px, 7vw, 58px); letter-spacing: -.04em; }
p { margin: 0; color: #657085; font-size: 17px; }
.grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.card { min-height: 150px; display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; padding: 25px; border: 1px solid #e1e6ef; border-radius: 22px; color: inherit; background: rgba(255,255,255,.9); box-shadow: 0 14px 40px rgba(24,37,65,.07); text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.card:hover { transform: translateY(-3px); box-shadow: 0 18px 44px rgba(24,37,65,.12); }
.icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; font-size: 24px; }
.family .icon { background: #e7efff; color: #2f65df; }
.games .icon { background: #e8f7ef; color: #168a55; }
strong, small { display: block; }
strong { font-size: 21px; margin-bottom: 7px; }
small { color: #727d91; font-size: 14px; line-height: 1.5; }
.arrow { color: #93a0b5; font-size: 26px; }
footer { margin-top: 34px; color: #9aa4b6; font-size: 13px; }
@media (max-width: 680px) { .grid { grid-template-columns: 1fr; } .card { min-height: 126px; padding: 20px; } }
