:root {
  color: #3f3b35;
  font-family: "Trebuchet MS", "Arial Rounded MT Bold", Arial, sans-serif;
  font-synthesis: none;
  --cream: #fff8e8;
  --paper: #fffdf7;
  --ink: #3f3b35;
  --muted: #766f64;
  --coral: #ea725d;
  --green: #559a68;
  --blue: #4e9bc8;
  --yellow: #e9a82d;
  --plum: #8872b4;
  --line: #e2d7bd;
}

* { box-sizing: border-box; }
html { min-width: 0; scroll-behavior: smooth; background: #fbf3dd; }
body {
  min-width: 0;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 14% 11%, #ffffff78 0 1px, transparent 2px) 0 0 / 17px 17px,
    radial-gradient(circle at 82% 34%, #e9d7ad31 0 1px, transparent 2px) 0 0 / 23px 23px,
    linear-gradient(115deg, #fffaf0, #f8efd9 58%, #fff9eb);
  color: var(--ink);
}

body::before {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(4deg, transparent 0 9px, #a37b4224 10px, transparent 11px 18px);
  content: "";
  opacity: .17;
  z-index: -1;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { color: inherit; font: inherit; }
button:not(:disabled), a { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, summary:focus-visible { outline: 4px solid #f0bd3f; outline-offset: 3px; }
[hidden] { display: none !important; }
.site-shell { width: min(1120px, calc(100% - 32px)); margin-inline: auto; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; left: 12px; top: -80px; padding: 12px 16px; border-radius: 12px; background: #fff; font-weight: 900; z-index: 1000; }
.skip-link:focus { top: 12px; }

.site-header { position: relative; z-index: 20; }
.header-inner { display: flex; min-height: 91px; align-items: center; justify-content: space-between; gap: 24px; }
.site-brand { display: flex; flex: 0 0 auto; align-items: center; gap: 8px; text-decoration: none; }
.site-brand img { width: 71px; height: 71px; border-radius: 50%; filter: drop-shadow(0 6px 5px #6b532027); object-fit: cover; }
.site-brand b, .site-brand small { display: block; }
.site-brand b { color: #4c463e; font-size: 23px; letter-spacing: -.7px; }
.site-brand small { margin-top: 1px; color: #8a7860; font-size: 9px; font-weight: 900; letter-spacing: .8px; text-transform: uppercase; }
.main-nav { display: flex; min-height: 65px; align-items: stretch; overflow: hidden; border: 2px solid #e0d3b7; border-top: 0; border-radius: 0 0 26px 26px; background: #fffdf7ed; box-shadow: 0 10px 22px #6f54231c, inset 0 -3px 0 #eadfc9; }
.main-nav a { position: relative; display: flex; min-width: 162px; align-items: center; justify-content: center; gap: 8px; padding: 16px 20px; border-right: 2px dashed #ded0b4; font-size: 15px; font-weight: 900; text-decoration: none; transition: .16s background, .16s transform; }
.main-nav a:last-child { border-right: 0; }
.main-nav a:hover { background: #fff4d8; }
.main-nav a span { font-size: 22px; filter: saturate(.75); }
.main-nav a small { display: grid; min-width: 21px; height: 21px; place-items: center; margin-left: 2px; border-radius: 50%; background: #ef7967; color: #fff; font-size: 9px; }
.menu-toggle { display: none; width: 50px; height: 46px; padding: 9px; border: 2px solid var(--line); border-radius: 14px; background: var(--paper); }
.menu-toggle span { display: block; width: 25px; height: 3px; margin: 3px auto; border-radius: 4px; background: #4a4740; }
.menu-toggle i { font-size: 0; }

.age-nav { display: flex; justify-content: center; gap: 13px; margin-top: -4px; margin-bottom: 14px; }
.age-nav a { min-width: 92px; padding: 8px 20px 9px; border: 4px solid #fffaf0; border-radius: 22px; background: var(--age); box-shadow: 0 4px 0 color-mix(in srgb, var(--age) 72%, #6f5423), 0 8px 15px #6f54231a; color: #fff; font-size: 18px; font-weight: 900; text-align: center; text-decoration: none; text-shadow: 0 1px 0 #0002; transition: .15s transform; }
.age-nav a:hover, .age-nav a.active { transform: translateY(-3px) rotate(-1deg); }

.hero { position: relative; min-height: 410px; overflow: hidden; border: 2px solid #dfd0b2; border-radius: 35px; background: #fff6df; box-shadow: 0 16px 32px #6b512522, inset 0 0 0 7px #ffffff70; }
.hero::after { position: absolute; inset: 8px; border: 2px dashed #d4b98886; border-radius: 26px; pointer-events: none; content: ""; z-index: 2; }
.hero-image { position: absolute; width: 100%; height: 100%; inset: 0; object-fit: cover; object-position: center; }
.hero-copy { position: relative; width: 560px; margin: 0 auto; padding: 58px 30px 42px; text-align: center; z-index: 3; }
.hero-copy > span, .section-kicker { display: block; color: #7b8954; font: 900 10px Georgia, serif; letter-spacing: 1.45px; }
.hero h1 { margin: 10px 0 12px; color: #3d3934; font-size: clamp(46px, 5.5vw, 68px); line-height: .95; letter-spacing: -2.7px; text-shadow: 0 3px 0 #fff9ea; }
.hero h1 strong { color: var(--coral); font-weight: 900; }
.hero-copy > p { max-width: 500px; margin: 0 auto; color: #5e5a53; font-size: 15px; font-weight: 800; line-height: 1.5; }
.hero-copy > div { display: flex; align-items: center; justify-content: center; gap: 17px; margin-top: 23px; }
.primary-button, .secondary-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 9px; padding: 13px 21px; border-radius: 17px; font-weight: 900; text-decoration: none; transition: .16s transform, .16s box-shadow; }
.primary-button { border: 4px solid #fff6e5; outline: 2px dashed #f2b19f; outline-offset: -8px; background: linear-gradient(#ef7d66, #e76350); box-shadow: 0 7px 0 #b84d3d, 0 14px 23px #75402b2c; color: #fff; }
.primary-button:hover { transform: translateY(-2px); box-shadow: 0 9px 0 #b84d3d, 0 17px 27px #75402b32; }
.primary-button:active { transform: translateY(5px); box-shadow: 0 2px 0 #b84d3d; }
.primary-button i { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; background: #fff; color: var(--coral); font-size: 10px; font-style: normal; }
.quiet-link { padding: 10px; color: #6c6050; font-size: 12px; font-weight: 900; text-underline-offset: 4px; }
.secondary-button { border: 2px solid #d9c8a9; background: #fffdf7; box-shadow: 0 5px 0 #d8c9ad, 0 9px 15px #6f542317; color: #514b42; }
.secondary-button:hover { transform: translateY(-2px); box-shadow: 0 7px 0 #d8c9ad, 0 12px 19px #6f54231c; }

.trust-strip { display: flex; min-height: 54px; align-items: center; justify-content: center; gap: 27px; margin-top: 13px; padding: 11px 22px; border: 2px dashed #d6c49f; border-radius: 19px; background: #fffaf0d9; box-shadow: 0 6px 14px #6f542311; color: #6e675d; font-size: 10px; }
.trust-strip span { white-space: nowrap; }
.trust-strip b { color: #554f46; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; }
.section-heading h2 { margin: 6px 0 0; font-size: 34px; line-height: 1.04; letter-spacing: -1.2px; }
.section-heading > p { max-width: 410px; margin: 0; color: var(--muted); font-size: 12px; font-weight: 700; line-height: 1.5; text-align: right; }
.categories-section, .games-section { margin-top: 43px; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 17px; }
.category-card { position: relative; display: flex; min-height: 171px; flex-direction: column; align-items: center; justify-content: flex-end; padding: 16px 12px 14px; overflow: hidden; border: 2px solid color-mix(in srgb, var(--accent) 25%, #d4c8ae); border-radius: 23px; background: color-mix(in srgb, var(--accent) 14%, #fffaf0); box-shadow: 0 8px 0 color-mix(in srgb, var(--accent) 18%, #d3c2a1), 0 14px 23px #6f542314; text-align: center; text-decoration: none; transition: .16s transform, .16s box-shadow; }
.category-card::before { position: absolute; width: 77px; height: 22px; left: calc(50% - 38px); top: -7px; border: 1px solid #d3bb8a; background: #f7e2a6b8; box-shadow: 0 3px 5px #5e42151c; content: ""; transform: rotate(-2deg); }
.category-card:hover { transform: translateY(-4px) rotate(-.4deg); box-shadow: 0 12px 0 color-mix(in srgb, var(--accent) 18%, #d3c2a1), 0 18px 28px #6f54231b; }
.category-card > strong { position: relative; margin-top: 9px; font-size: 16px; z-index: 2; }
.category-card > span:last-child { margin-top: 3px; color: #786f63; font-size: 9px; font-weight: 900; }
.letters-art, .early-art, .russian-art, .logic-art, .book-art, .creative-art { position: relative; display: block; width: 115px; height: 78px; }
.letters-art i, .early-art i, .early-art b, .early-art em, .russian-art i, .russian-art b, .russian-art em { position: absolute; display: grid; width: 49px; height: 58px; place-items: center; border: 3px solid #fff5e2; border-radius: 9px; box-shadow: 0 5px 8px #61482328; color: #fff; font: 900 28px Georgia, serif; font-style: normal; }
.letters-art i:nth-child(1), .early-art i, .russian-art i { left: 5px; top: 13px; background: #4e9bc8; transform: rotate(-7deg); }
.letters-art i:nth-child(2), .early-art b, .russian-art b { left: 36px; top: 4px; background: #e8aa34; transform: rotate(3deg); }
.letters-art i:nth-child(3), .early-art em, .russian-art em { right: 2px; top: 16px; background: #e96f61; transform: rotate(7deg); }
.early-art i { background: #4e9bc8; }.early-art b { background: #e8aa34; }.early-art em { background: #e96f61; }
.russian-art i { background: #8872b4; }.russian-art b { background: #e96f61; }.russian-art em { width: 43px; height: 43px; top: 26px; border-radius: 50%; background: #5a9b6c; font-size: 21px; }
.book-art::before, .book-art::after { position: absolute; width: 54px; height: 68px; top: 7px; border: 4px solid #fff8e9; background: #f6e5bd; box-shadow: 0 6px 9px #61482324; content: ""; }
.book-art::before { left: 3px; border-radius: 12px 3px 7px 12px; transform: rotate(-4deg); }.book-art::after { right: 3px; border-radius: 3px 12px 12px 7px; transform: rotate(4deg); }
.book-art b { position: absolute; left: 27px; top: 18px; color: #4e9bc8; font: 900 29px Georgia, serif; z-index: 2; }.book-art i { position: absolute; width: 37px; left: 63px; top: 27px; border-top: 4px solid #4e9bc8; border-bottom: 4px solid #4e9bc8; height: 18px; z-index: 2; }
.logic-art i, .logic-art b, .logic-art em { position: absolute; display: block; width: 54px; height: 54px; border: 4px solid #fff6e5; border-radius: 12px; box-shadow: 0 6px 9px #61482324; }
.logic-art i { left: 7px; top: 8px; background: #5a9b6c; transform: rotate(-4deg); }.logic-art b { right: 5px; top: 18px; background: #e8aa34; transform: rotate(5deg); }.logic-art em { width: 18px; height: 18px; left: 49px; top: 8px; border-width: 3px; border-radius: 50%; background: #e8aa34; }
.creative-art::before { position: absolute; width: 83px; height: 61px; left: 3px; top: 10px; border: 4px solid #fff6e5; border-radius: 48% 55% 46% 52%; background: #f3c66f; box-shadow: 0 6px 9px #6148232e; content: ""; transform: rotate(-7deg); }
.creative-art::after { position: absolute; width: 18px; height: 18px; left: 15px; bottom: 8px; border: 4px solid #fff6e5; border-radius: 50%; background: #f8e7cb; box-shadow: 0 2px 4px #61482322; content: ""; z-index: 2; }
.creative-art i { position: absolute; width: 14px; height: 14px; left: 30px; top: 18px; border: 3px solid #fff6e5; border-radius: 50%; background: #e96f61; box-shadow: 22px 1px 0 -1px #df78a8, 39px 17px 0 -1px #65a56e, 20px 32px 0 -1px #4e9bc8, -3px 25px 0 -1px #8872b4; z-index: 3; }
.creative-art b, .creative-art em { position: absolute; width: 17px; height: 74px; right: 13px; top: -2px; border: 3px solid #fff6e5; border-radius: 8px 8px 6px 6px; background: linear-gradient(#4e9bc8 0 24%, #7a5238 24% 34%, #edb24a 34%); box-shadow: 0 5px 8px #6148232e; transform: rotate(29deg); z-index: 4; }
.creative-art em { width: 14px; height: 68px; right: 32px; top: 8px; background: linear-gradient(#e96f61 0 23%, #7a5238 23% 34%, #65a56e 34%); transform: rotate(43deg); z-index: 3; }
.creative-art small { position: absolute; width: 18px; height: 18px; right: 2px; top: 2px; border-radius: 50%; background: #df78a8; box-shadow: 0 3px 6px #61482324; z-index: 5; }

.games-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 18px; }
.game-card { display: flex; min-width: 0; min-height: 360px; flex-direction: column; overflow: hidden; border: 2px solid #dfd1b6; border-radius: 24px; background: #fffdf7; box-shadow: 0 8px 0 #e1d4ba, 0 15px 25px #6f542313; transition: .16s transform, .16s box-shadow; }
.game-card:hover { transform: translateY(-4px); box-shadow: 0 12px 0 #e1d4ba, 0 21px 31px #6f54231c; }
.game-cover { position: relative; display: block; aspect-ratio: 3 / 2; overflow: hidden; border-bottom: 2px solid #e3d6bd; background: color-mix(in srgb, var(--accent) 17%, #fff); }
.game-cover::after { position: absolute; inset: 9px; border: 2px dashed #fff9; border-radius: 14px; content: ""; pointer-events: none; }
.game-cover img { width: 100%; height: 100%; object-fit: cover; transition: .25s transform; }
.game-card:hover .game-cover img { transform: scale(1.025); }
.play-badge { position: absolute; display: grid; width: 48px; height: 48px; right: 15px; bottom: 13px; place-items: center; border: 5px solid #fff8e7; border-radius: 50%; background: var(--coral); box-shadow: 0 6px 12px #4d321f34; color: #fff; font-size: 14px; text-indent: 2px; z-index: 2; }
.new-ribbon { position: absolute; left: 13px; top: 12px; padding: 6px 9px; border: 3px solid #fff9ea; border-radius: 10px; background: #e8aa34; box-shadow: 0 4px 8px #4d321f2a; color: #fff; font-size: 8px; font-weight: 900; letter-spacing: .7px; transform: rotate(-3deg); z-index: 2; }
.game-card-body { display: flex; flex: 1; flex-direction: column; padding: 15px 16px 14px; }
.game-meta { display: flex; flex-wrap: wrap; gap: 6px; }
.game-meta span { padding: 4px 7px; border-radius: 12px; background: color-mix(in srgb, var(--accent) 10%, #fff); color: color-mix(in srgb, var(--accent) 72%, #4b443b); font-size: 8px; font-weight: 900; }
.game-card h3 { margin: 9px 0 5px; font-size: 20px; line-height: 1.08; letter-spacing: -.45px; }
.game-card h3 a { text-decoration: none; }
.game-card h3 a::after { position: absolute; }
.game-card-body > p { margin: 0; color: var(--muted); font-size: 11px; font-weight: 700; line-height: 1.4; }
.game-card-actions { display: flex; align-items: end; justify-content: space-between; gap: 8px; margin-top: auto; padding-top: 13px; }
.card-play { color: color-mix(in srgb, var(--accent) 78%, #3f3b35); font-size: 11px; font-weight: 900; text-decoration: none; }
.card-play span { margin-left: 3px; }
.favorite-toggle { display: grid; width: 41px; height: 41px; flex: 0 0 auto; place-items: center; border: 2px solid #dfd3bc; border-radius: 13px; background: #fffaf0; color: #9d8d78; font-size: 24px; line-height: 1; transition: .15s transform, .15s background; }
.favorite-toggle:hover { transform: rotate(-6deg) scale(1.07); }
.favorite-toggle.active { border-color: #d9a8c4; background: #f9e4ef; color: #a75480; }

.age-section { margin-top: 48px; padding: 39px 0 43px; border-block: 2px solid #dacbae; background: linear-gradient(108deg, #e9f2dfb8, #fff5d9d1); box-shadow: inset 0 8px 21px #72531e0b; }
.age-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 18px; }
.age-cards > a { position: relative; display: grid; min-height: 146px; grid-template-columns: 98px 1fr; gap: 15px; align-items: center; padding: 18px 19px; overflow: hidden; border: 2px solid color-mix(in srgb, var(--accent) 30%, #d7c9ac); border-radius: 23px; background: #fffdf7e8; box-shadow: 0 7px 0 color-mix(in srgb, var(--accent) 16%, #d8c7a7), 0 13px 21px #6f542311; text-decoration: none; }
.age-cards > a::after { position: absolute; width: 85px; height: 85px; right: -39px; top: -41px; border-radius: 50%; background: color-mix(in srgb, var(--accent) 16%, #fff); content: ""; }
.age-cards > a > span { display: grid; width: 87px; height: 72px; place-items: center; border: 5px solid #fff5e4; border-radius: 21px; background: var(--accent); box-shadow: 0 7px 12px #63471824; color: #fff; font: 900 27px Georgia, serif; transform: rotate(-3deg); }
.age-cards strong { font-size: 20px; }.age-cards p { margin: 5px 0; color: var(--muted); font-size: 10px; font-weight: 700; line-height: 1.4; }.age-cards b { color: var(--accent); font-size: 10px; }

.parent-banner { display: grid; grid-template-columns: 260px 1fr; gap: 30px; align-items: center; margin-top: 48px; padding: 25px 45px 25px 25px; border: 2px solid #d9c9aa; border-radius: 31px; background: linear-gradient(110deg, #e5f0df, #fff8e4); box-shadow: 0 10px 0 #dfd1b7, 0 18px 29px #6f542314; }
.parent-art { position: relative; display: grid; height: 210px; place-items: center; overflow: hidden; border: 5px solid #fff6e4; border-radius: 27px; background: #f5dfad; transform: rotate(-2deg); }
.parent-art::before { position: absolute; width: 115px; height: 24px; left: calc(50% - 57px); top: -6px; border: 1px solid #d0b878; background: #efd79ad4; content: ""; z-index: 2; }
.parent-art img { width: 210px; height: 210px; object-fit: cover; }
.parent-banner h2 { margin: 7px 0 8px; font-size: 31px; line-height: 1.05; }.parent-banner p { max-width: 680px; margin: 0 0 16px; color: var(--muted); font-size: 13px; font-weight: 700; line-height: 1.55; }

.seo-section { display: grid; grid-template-columns: 1.15fr .85fr; gap: 30px; align-items: start; margin-top: 48px; padding: 31px; border: 2px solid #dfd1b6; border-radius: 29px; background: #fffdf7d9; box-shadow: 0 10px 22px #6f54230f; }
.seo-section h2 { margin: 7px 0 12px; font-size: 29px; line-height: 1.08; }.seo-section p { color: var(--muted); font-size: 12px; font-weight: 700; line-height: 1.6; }.seo-faq { display: grid; gap: 8px; }.seo-faq details { overflow: hidden; border: 2px solid #dfd2b9; border-radius: 15px; background: #fffaf0; }.seo-faq summary { padding: 13px 14px; font-size: 11px; font-weight: 900; cursor: pointer; }.seo-faq details p { margin: 0; padding: 0 14px 13px; font-size: 10px; }

.site-footer { margin-top: 58px; border-top: 2px solid #d8c8a9; background: #ece3cbcc; box-shadow: inset 0 8px 21px #6347180c; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .8fr 1.25fr; gap: 26px; padding: 37px 0 29px; }
.footer-brand { display: flex; align-items: center; gap: 10px; }.footer-brand img { width: 61px; height: 61px; border-radius: 50%; object-fit: cover; }.footer-brand b { font-size: 21px; }.footer-brand p { margin: 3px 0 0; color: #7d7263; font-size: 10px; font-weight: 700; }
.footer-grid h2 { margin: 3px 0 8px; font-size: 12px; }.footer-grid > div > a { display: block; margin-top: 6px; color: #6e6457; font-size: 10px; font-weight: 800; text-decoration: none; }.footer-grid > div > a:hover { text-decoration: underline; }
.footer-note { display: flex; align-items: center; gap: 10px; padding: 13px; border: 2px dashed #cbb994; border-radius: 17px; background: #fff8e7a8; }.footer-note > span { display: grid; width: 39px; height: 39px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: #5b9c6a; color: #fff; font-weight: 900; }.footer-note p { margin: 0; color: #6d6457; font-size: 9px; line-height: 1.4; }
.footer-bottom { display: flex; min-height: 47px; align-items: center; justify-content: space-between; border-top: 1px solid #d4c5aa; color: #857968; font-size: 8px; font-weight: 800; }

.breadcrumbs { display: flex; align-items: center; gap: 8px; margin-top: 8px; color: #817564; font-size: 10px; }.breadcrumbs a { font-weight: 800; text-decoration: underline dotted; text-underline-offset: 4px; }.breadcrumbs b { color: #554d43; }
.listing-hero { position: relative; display: grid; min-height: 250px; grid-template-columns: 1fr 190px; gap: 30px; align-items: center; margin-top: 17px; padding: 39px 43px; overflow: hidden; border: 2px solid #dfd0b2; border-radius: 32px; background: linear-gradient(116deg, #fff4da, #e9f1df); box-shadow: 0 11px 0 #e2d5bc, 0 18px 29px #6f542314; }
.listing-hero::after { position: absolute; width: 190px; height: 190px; right: -74px; bottom: -92px; border: 27px solid #ffffff67; border-radius: 50%; content: ""; }.themed-listing { background: linear-gradient(116deg, color-mix(in srgb, var(--accent) 13%, #fff8e8), #fffaf0); }
.listing-hero h1 { margin: 7px 0 11px; font-size: 43px; line-height: 1.02; letter-spacing: -1.7px; }.listing-hero p { max-width: 720px; margin: 0; color: var(--muted); font-size: 14px; font-weight: 700; line-height: 1.5; }
.listing-stamp { position: relative; display: grid; width: 160px; height: 140px; place-items: center; align-content: center; justify-self: end; border: 7px solid #fff7e6; border-radius: 30px; background: #f1d99c; box-shadow: 0 10px 18px #62491f23; text-align: center; transform: rotate(3deg); z-index: 2; }.listing-stamp::before { position: absolute; width: 80px; height: 21px; left: 34px; top: -11px; border: 1px solid #c9ac69; background: #f2dca0b5; content: ""; transform: rotate(-4deg); }.listing-stamp b { display: block; font: 900 49px/.86 Georgia, serif; }.listing-stamp span { display: block; margin-top: 8px; color: #796943; font-size: 9px; font-weight: 900; line-height: 1.1; text-transform: uppercase; }
.catalog-tools { position: sticky; top: 7px; margin-top: 31px; padding: 21px; border: 2px solid #ded0b4; border-radius: 24px; background: #fffdf7f2; box-shadow: 0 10px 21px #6f542313; backdrop-filter: blur(10px); z-index: 10; }
.search-box { display: grid; min-height: 66px; grid-template-columns: 58px 1fr; align-items: center; border: 2px solid #d8caaf; border-radius: 19px; background: #fffaf0; }.search-box > span { text-align: center; font: 900 32px Georgia, serif; transform: rotate(-14deg); }.search-box input { width: 100%; height: 100%; padding: 0 18px 0 0; border: 0; outline: 0; background: transparent; font-size: 17px; font-weight: 800; }.search-box input::placeholder { color: #978b79; }
.filter-toggle { display: none; }.filters { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 16px; }.filters > div { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }.filters b { margin-right: 4px; color: #6e6457; font-size: 12px; text-transform: uppercase; }.filters button { min-height: 44px; padding: 10px 15px; border: 2px solid #e0d5bf; border-radius: 14px; background: #fff; color: #655d52; font-size: 13px; font-weight: 900; }.filters button[data-age-filter] { min-width: 58px; font-size: 14px; font-variant-numeric: tabular-nums; }.filters button:hover, .filters button.active { border-color: #e5a99c; background: #fff0eb; color: #ad5949; }
.catalog-summary { display: flex; align-items: center; gap: 5px; margin-top: 15px; padding-top: 13px; border-top: 1px dashed #d7c7a7; color: #6d6458; font-size: 14px; }.catalog-summary b { color: #403b35; font-size: 20px; }.catalog-summary button { margin-left: auto; padding: 8px; border: 0; background: transparent; color: #8c6554; font-size: 12px; font-weight: 900; text-decoration: underline dotted; text-underline-offset: 3px; }
.catalog-section { margin-top: 22px; }.empty-results { margin-top: 20px; padding: 45px; border: 2px dashed #d5c5a5; border-radius: 25px; background: #fffaf0; text-align: center; }.empty-results > span { font-size: 43px; }.empty-results h2 { margin: 9px 0 5px; }.empty-results p { color: var(--muted); }.empty-results button { min-height: 44px; padding: 10px 15px; border: 2px solid #d4c3a4; border-radius: 13px; background: #fff; font-weight: 900; }
.topic-copy { display: grid; grid-template-columns: 1fr auto; gap: 35px; align-items: center; margin-top: 38px; padding: 28px 31px; border: 2px solid #d8cbae; border-radius: 25px; background: #fffaf0; }.topic-copy h2 { margin: 6px 0 9px; font-size: 25px; }.topic-copy p { max-width: 820px; margin: 7px 0 0; color: var(--muted); font-size: 11px; font-weight: 700; line-height: 1.55; }

.info-hero { display: grid; min-height: 310px; grid-template-columns: 270px 1fr; gap: 36px; align-items: center; margin-top: 17px; padding: 30px 46px; border: 2px solid #dbccb0; border-radius: 32px; background: linear-gradient(112deg, #e7f0df, #fff5dc); box-shadow: 0 10px 0 #e1d3b9, 0 18px 29px #6f542314; }.info-hero img { width: 245px; height: 245px; border: 7px solid #fff7e6; border-radius: 50%; box-shadow: 0 11px 19px #684a1e22; object-fit: cover; transform: rotate(-3deg); }.info-hero h1 { margin: 8px 0 11px; font-size: 42px; line-height: 1.03; letter-spacing: -1.6px; }.info-hero p { max-width: 680px; margin: 0; color: var(--muted); font-size: 14px; font-weight: 700; line-height: 1.55; }
.info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 28px; }.info-grid article { position: relative; min-height: 190px; padding: 25px 24px; overflow: hidden; border: 2px solid #ddd0b5; border-radius: 24px; background: #fffdf7; box-shadow: 0 8px 0 #e4d6bc, 0 14px 23px #6f542311; }.info-grid article > span { position: absolute; right: 20px; top: 13px; color: #ead7b4; font: 900 45px Georgia, serif; }.info-grid h2 { position: relative; margin: 0 0 9px; font-size: 21px; }.info-grid p { position: relative; max-width: 470px; margin: 0; color: var(--muted); font-size: 12px; font-weight: 700; line-height: 1.55; }
.not-found { margin-top: 40px; padding: 45px 25px; border: 2px solid #d9c9a9; border-radius: 34px; background: #fffaf0; box-shadow: 0 12px 0 #e1d3b8, 0 19px 29px #6f542314; text-align: center; }.not-found img { width: 240px; height: 240px; margin: 0 auto 10px; border-radius: 50%; object-fit: cover; }.not-found h1 { margin: 8px 0; font-size: 43px; }.not-found p { margin: 0 auto 20px; color: var(--muted); }

@media (max-width: 1000px) {
  .main-nav a { min-width: 130px; padding-inline: 14px; font-size: 13px; }
  .hero-copy { width: 520px; }.hero h1 { font-size: 54px; }
  .category-grid { grid-template-columns: repeat(3, 1fr); }.category-card:nth-last-child(-n+2) { grid-column: span 1; }
  .games-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1.3fr .7fr .8fr; }.footer-note { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .site-shell { width: min(1120px, calc(100% - 20px)); }
  .header-inner { min-height: 75px; gap: 10px; }
  .site-brand img { width: 57px; height: 57px; }.site-brand b { font-size: 19px; }.site-brand small { font-size: 7px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; display: none; width: calc(100% - 20px); right: 10px; top: 69px; align-items: stretch; flex-direction: column; border: 2px solid #decfae; border-radius: 20px; box-shadow: 0 15px 28px #56401e35; }
  .main-nav.open { display: flex; }.main-nav a { min-height: 49px; justify-content: flex-start; border-right: 0; border-bottom: 1px dashed #d8c8a8; }.main-nav a:last-child { border-bottom: 0; }
  .age-nav { gap: 6px; margin-top: 0; margin-bottom: 11px; }.age-nav a { min-width: 0; flex: 1; padding: 7px 5px 8px; border-width: 3px; font-size: 14px; }
  .hero { display: flex; min-height: 0; flex-direction: column; border-radius: 27px; }.hero::after { inset: 6px; border-radius: 20px; }
  .hero-copy { width: auto; order: 1; padding: 29px 20px 23px; }.hero h1 { font-size: 40px; letter-spacing: -1.7px; }.hero-copy > p { font-size: 13px; }.hero-copy > div { align-items: stretch; flex-direction: column; gap: 7px; margin-top: 18px; }.quiet-link { display: none; }
  .hero-image { position: relative; width: 100%; height: auto; order: 2; aspect-ratio: 2 / 1; object-fit: cover; }
  .trust-strip { justify-content: flex-start; gap: 8px; overflow-x: auto; padding: 9px 10px; border-radius: 15px; scrollbar-width: none; }.trust-strip::-webkit-scrollbar { display: none; }.trust-strip span { padding: 6px 8px; border-radius: 10px; background: #fff; }
  .section-heading { display: block; }.section-heading h2 { font-size: 29px; }.section-heading > p { max-width: none; margin-top: 7px; text-align: left; }
  .categories-section, .games-section { margin-top: 33px; }.category-grid { grid-template-columns: repeat(2, 1fr); gap: 9px; }.category-card { min-height: 154px; padding-inline: 7px; }.category-card > strong { font-size: 14px; }
  .games-grid { grid-template-columns: 1fr; gap: 11px; }.game-card { min-height: 0; border-radius: 21px; }.game-cover { aspect-ratio: 16 / 9; }.game-card-body { min-height: 154px; }
  .age-section { margin-top: 38px; padding: 30px 0; }.age-cards { grid-template-columns: 1fr; gap: 9px; }.age-cards > a { min-height: 126px; grid-template-columns: 79px 1fr; padding: 14px; }.age-cards > a > span { width: 72px; height: 62px; border-width: 4px; font-size: 22px; }.age-cards strong { font-size: 17px; }
  .parent-banner { display: block; margin-top: 38px; padding: 18px; border-radius: 25px; }.parent-art { width: 170px; height: 155px; margin: 0 auto 19px; }.parent-art img { width: 155px; height: 155px; }.parent-banner h2 { font-size: 25px; }.parent-banner p { font-size: 11px; }.parent-banner .secondary-button { width: 100%; }
  .seo-section { grid-template-columns: 1fr; gap: 16px; margin-top: 38px; padding: 20px; border-radius: 23px; }.seo-section h2 { font-size: 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 22px 15px; padding: 28px 0 22px; }.footer-brand, .footer-note { grid-column: 1 / -1; }.footer-bottom { display: block; padding: 13px 0; line-height: 1.7; }
  .breadcrumbs { overflow: hidden; white-space: nowrap; }.breadcrumbs b { overflow: hidden; text-overflow: ellipsis; }
  .listing-hero { display: block; min-height: 0; padding: 28px 21px; border-radius: 25px; }.listing-hero h1 { font-size: 34px; }.listing-hero p { font-size: 12px; }.listing-stamp { display: none; }
  .catalog-tools { position: static; margin-top: 22px; padding: 12px; border-radius: 20px; }.search-box { min-height: 58px; grid-template-columns: 50px 1fr; border-radius: 15px; }.search-box > span { font-size: 29px; }.search-box input { padding-right: 12px; font-size: 16px; }.filter-toggle { display: flex; width: 100%; min-height: 48px; align-items: center; justify-content: space-between; margin-top: 9px; padding: 10px 13px; border: 2px solid #d8caaf; border-radius: 13px; background: #fffaf0; font-size: 14px; font-weight: 900; }.filters { display: none; grid-template-columns: 1fr; gap: 14px; }.filters.open { display: grid; }.filters > div { align-items: flex-start; }.filters b { width: 100%; font-size: 12px; }.filters button { min-height: 44px; padding: 10px 13px; font-size: 13px; }.filters button[data-age-filter] { min-width: 58px; font-size: 14px; }.catalog-summary { font-size: 13px; }.catalog-summary b { font-size: 19px; }.catalog-summary button { font-size: 11px; }
  .topic-copy { display: block; margin-top: 28px; padding: 20px; }.topic-copy .secondary-button { width: 100%; margin-top: 16px; }
  .info-hero { display: block; min-height: 0; padding: 25px 21px; border-radius: 25px; text-align: center; }.info-hero img { width: 160px; height: 160px; margin: 0 auto 17px; }.info-hero h1 { font-size: 32px; }.info-hero p { font-size: 12px; }.info-grid { grid-template-columns: 1fr; gap: 10px; }.info-grid article { min-height: 0; padding: 21px; }
  .not-found { margin-top: 22px; padding: 31px 17px; }.not-found img { width: 180px; height: 180px; }.not-found h1 { font-size: 32px; }
}

@media (max-width: 390px) {
  .site-brand b { max-width: 145px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .category-grid { grid-template-columns: 1fr 1fr; }.category-card { min-height: 145px; }.letters-art, .early-art, .russian-art, .logic-art, .book-art, .creative-art { transform: scale(.88); }
  .hero h1 { font-size: 36px; }
}

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }
