:root{--navy:#153b61;--ink:#17344d;--blue:#0875ac;--sky:#35a8df;--gold:#f9b934;--red:#bd3c38;--green:#467627;--purple:#725098;--paper:#fff;--soft:#f2f7fa;--muted:#526578;--line:#dbe5eb;--radius:18px;--max:1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:white;font:17px/1.6 Arial,Helvetica,sans-serif}img{max-width:100%;display:block}a{color:var(--navy);text-underline-offset:4px}button,input,select{font:inherit}button,a{touch-action:manipulation}a:hover{text-decoration-thickness:2px}button{cursor:pointer}h1,h2,h3,p{margin:0}h1,h2{font-family:Georgia,'Times New Roman',serif;font-weight:500;letter-spacing:-.035em;line-height:1.08}h1{font-size:clamp(42px,5.1vw,74px)}h2{font-size:clamp(32px,3.3vw,48px)}h3{font-size:23px;line-height:1.22;letter-spacing:-.025em}p+p{margin-top:16px}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--blue);outline-offset:4px}.wrap{width:min(var(--max),calc(100% - 72px));margin:auto}.eyebrow{font-size:13px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--blue);margin-bottom:19px}.lede{font-size:20px;line-height:1.6;color:var(--muted);max-width:620px}.muted{color:var(--muted)}.small{font-size:14px}.tag{font-size:13px;font-weight:700;padding:5px 10px;border-radius:6px;background:#e8f1f8;display:inline-block;color:var(--navy)}.pill{display:inline-block;border:1px solid var(--line);border-radius:30px;padding:6px 13px;background:#fff;font-size:14px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:14px 22px;min-height:50px;border:1px solid transparent;border-radius:8px;font-size:16px;line-height:1.3;font-weight:700;text-decoration:none;background:var(--gold);color:var(--navy)}.btn:hover{background:#ffc956;text-decoration:none}.btn.blue{background:var(--navy);color:#fff}.btn.blue:hover{background:#23537e}.btn.outline{border-color:#b4c8d8;background:transparent}.btn.outline:hover{background:#eaf3f9}.btn.white{background:#fff;color:var(--navy)}.actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:27px}.textlink{font-weight:700;font-size:16px}.skip{position:absolute;left:12px;top:-100px;z-index:100;background:#fff;padding:12px}.skip:focus{top:12px}.site-header{border-top:5px solid var(--gold);background:#fff;border-bottom:1px solid var(--line)}.header-row{height:96px;display:flex;align-items:center;justify-content:space-between;gap:32px}.logo{width:220px;flex:none}.nav{display:flex;align-items:center;gap:28px}.nav>a{font-size:16px;font-weight:600;text-decoration:none;padding:10px 0;white-space:nowrap}.nav>a[aria-current=page]{border-bottom:3px solid var(--blue)}.nav>a.btn{padding:13px 18px}.menu-button{display:none;border:1px solid var(--line);border-radius:7px;background:#fff;padding:10px 15px;color:var(--navy);font-weight:700}.hero{background:linear-gradient(105deg,#f6fafc 0%,#eef6fb 65%,#f8fbfd 100%);overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:52px;min-height:660px;padding-top:58px;padding-bottom:58px}.hero h1{max-width:600px;margin-bottom:24px}.hero h1 em{font-style:normal;color:var(--blue)}.hero-note{margin-top:22px;font-size:14px;color:var(--muted)}.hero-art{position:relative;height:530px}.hero-art .sheet{position:absolute;box-shadow:0 12px 36px #153b6126;border:1px solid #d2dde4;background:#fff;border-radius:3px}.hero-art .main-sheet{width:63%;left:2%;top:28px;transform:rotate(-7deg)}.hero-art .second-sheet{width:43%;right:-1%;top:110px;transform:rotate(7deg)}.hero-art .game-sheet{position:absolute;bottom:6px;left:18%;width:77%;border:8px solid white;border-radius:12px;box-shadow:0 14px 30px #153b6130;transform:rotate(-2deg)}.hero-art .art-note{position:absolute;top:0;right:0;display:inline-block;background:var(--gold);font-size:14px;font-weight:700;padding:9px 16px;border-radius:22px;transform:rotate(4deg)}.path-accent{position:absolute;inset:40px 0 0 0;width:100%;height:88%;pointer-events:none}.promise-strip{background:var(--navy);color:white}.promise-strip .wrap{padding:19px 0;display:flex;justify-content:space-between;gap:24px;font-size:15px}.promise-strip span{display:flex;gap:9px;align-items:center}.promise-strip b{color:var(--gold);font-size:21px}.section{padding:88px 0}.section.soft{background:var(--soft)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:34px}.section-head p{max-width:540px;margin-top:17px;color:var(--muted)}.grid4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.grid5{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.family-card:nth-child(5) .visual{background:#fbeee0}.grid3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:27px}.grid4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}@media (max-width:980px){.grid4{grid-template-columns:repeat(2,minmax(0,1fr))}}.grid2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:44px}.family-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;display:flex;flex-direction:column}.family-card .visual{height:235px;background:#e8f1f8;position:relative;overflow:hidden;display:flex;justify-content:center;align-items:flex-start;padding:27px 25px 0}.family-card .visual img{width:100%;max-width:205px;box-shadow:0 5px 18px #17344d26;transform:rotate(-4deg);border-radius:2px}.family-card:nth-child(2) .visual{background:#edf3e3}.family-card:nth-child(3) .visual{background:#fff0e2}.family-card:nth-child(4) .visual{background:#e8f2f0}.family-card .body{padding:23px;display:flex;flex-direction:column;flex:1}.family-card h3{font-size:22px;margin:9px 0 12px}.family-card p{font-size:15px;color:var(--muted);margin-bottom:21px}.family-card a.textlink{margin-top:auto}.family-card .family-label{font-size:12px;text-transform:uppercase;letter-spacing:.09em;font-weight:700;color:var(--muted)}.game-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.game-card>a{display:block;overflow:hidden}.game-card img{width:100%;aspect-ratio:1.6;object-fit:cover}.game-card .body{padding:25px}.game-card h3{margin:13px 0 9px}.game-card p{color:var(--muted);font-size:16px;margin-bottom:23px}.article-card{border-top:3px solid var(--blue);padding-top:25px}.article-card:nth-child(2){border-color:var(--green)}.article-card:nth-child(3){border-color:var(--purple)}.article-card .number{color:#b2c5d3;font-family:Georgia,serif;font-size:52px;line-height:1;margin:20px 0}.article-card h3{font-family:Georgia,serif;font-size:27px;font-weight:500;line-height:1.24}.article-card p{color:var(--muted);font-size:16px;margin:17px 0 22px}.signup-band{background:#fff6db;border:1px solid #f2dfad;border-radius:24px;padding:47px 50px;display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:55px}.signup-band h2{font-size:39px;margin-bottom:15px}.signup-band p{color:var(--muted);max-width:620px}.signup-band .eyebrow{color:#80530e}.signup-band .btn{margin-bottom:12px}.signup-side{border-left:1px solid #ddc891;padding-left:45px}.signup-side strong{display:block;margin-bottom:12px}.about-short{display:grid;grid-template-columns:220px 1fr;align-items:center;gap:65px;max-width:1000px;margin:auto}.about-short .logo-orbit{width:180px;height:180px;padding:16px;border:1px solid var(--line);border-radius:50%}.about-short h2{font-size:38px;margin-bottom:18px}.about-short p{color:var(--muted);margin-bottom:20px}.footer{background:var(--navy);color:#fff;padding:55px 0 24px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:60px}.footer-logo{font-size:30px;font-weight:700;color:white;text-decoration:none}.footer p{font-size:15px;color:#d1deea;max-width:380px;margin-top:15px}.footer h3{font-size:16px;margin-bottom:17px}.footer a{color:white}.footer ul{list-style:none;margin:0;padding:0}.footer li{margin:8px 0;font-size:15px}.footer-bottom{border-top:1px solid #456078;margin-top:38px;padding-top:24px;display:flex;justify-content:space-between;gap:25px;font-size:13px;color:#cfdfec}.footer-bottom p{font-size:13px;margin:0}.breadcrumbs{padding-top:28px;font-size:14px;color:var(--muted)}.breadcrumbs a{color:var(--muted)}.family-hero{padding:58px 0 75px;display:grid;grid-template-columns:1.1fr 1fr;gap:80px;align-items:center}.family-hero h1{font-size:61px;margin-bottom:23px}.family-hero .preview{background:#edf3f8;border-radius:24px;padding:38px;max-height:520px;overflow:hidden;text-align:center}.family-hero .preview img{margin:auto;max-height:460px;object-fit:contain;box-shadow:0 9px 22px #153b6129}.family-hero .tags{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:24px}.intro-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.intro-facts>div{border-top:2px solid var(--line);padding-top:25px}.intro-facts h3{margin:12px 0}.intro-facts p{color:var(--muted);font-size:16px}.feature-number{font-family:Georgia,serif;color:var(--blue);font-size:29px}.sample-panel{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px}.sample-display{display:flex;justify-content:center;gap:18px;align-items:start;padding:35px;background:#eaf1f6;border-radius:20px;max-height:545px;overflow:hidden}.sample-display img{width:47%;box-shadow:0 6px 18px #17344d26}.sample-display img+img{margin-top:55px}.checklist{list-style:none;padding:0;margin:23px 0}.checklist li{padding:12px 0;border-bottom:1px solid var(--line);font-size:17px}.checklist li::before{content:'✓';color:var(--green);font-weight:bold;margin-right:12px}.callout{padding:25px 29px;background:#eaf4fa;border-left:4px solid var(--sky);border-radius:0 10px 10px 0;color:var(--navy)}.grade-choices{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.grade-choices a{padding:13px 18px;border:1px solid var(--line);border-radius:8px;text-decoration:none;background:white}.faq{max-width:840px;margin:0 auto}.faq h2{margin-bottom:30px}.faq details{border-bottom:1px solid var(--line);padding:22px 0}.faq summary{font-weight:700;cursor:pointer;font-size:18px}.faq details p{margin-top:15px;color:var(--muted)}.page-intro{padding:62px 0 44px;max-width:800px}.page-intro h1{margin-bottom:24px}.library-toolbar{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:20px 0 28px}.library-toolbar .filters{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.library-toolbar select{padding:10px 14px;border:1px solid #bacbd7;border-radius:7px;background:white;color:var(--navy)}.game-top{padding:30px 0 22px;display:flex;align-items:center;justify-content:space-between;gap:30px}.game-top h1{font-size:43px;margin:8px 0}.game-top p{font-size:15px;color:var(--muted)}.game-stage{background:#0a1730;border-radius:15px;padding:8px;box-shadow:0 6px 28px #153b6126}.game-stage iframe{display:block;width:100%;height:650px;border:0;border-radius:10px}.game-details{display:grid;grid-template-columns:1.3fr 1fr;gap:55px;padding:35px 0 65px}.game-details h2{font-size:30px;margin-bottom:17px}.game-details p{font-size:16px;color:var(--muted)}.article-layout{display:grid;grid-template-columns:minmax(0,740px) 280px;gap:100px;padding-bottom:88px}.article-main h1{font-size:57px;margin:20px 0}.article-main .article-meta{font-size:14px;color:var(--muted);margin:22px 0 36px}.article-main .article-lede{font-size:22px;line-height:1.6;color:var(--navy)}.article-main h2{font-size:33px;margin:40px 0 18px}.article-main p,.article-main li{font-size:18px;line-height:1.85}.article-main li{margin:10px 0}.article-aside{padding-top:90px}.article-aside .aside-card{background:var(--soft);border-radius:16px;padding:28px;margin-bottom:24px}.article-aside h3{font-size:22px;margin-bottom:15px}.article-aside p{font-size:15px;margin-bottom:22px}.article-aside img{margin-bottom:22px;border:1px solid var(--line)}.article-aside a{font-size:15px}.story{max-width:760px;padding-bottom:65px}.story h2{font-size:36px;margin:38px 0 20px}.story p{font-size:19px;color:var(--muted)}.contact-box{padding:35px;background:var(--soft);border-radius:18px}.contact-box h2{margin-top:0}.contact-box a{overflow-wrap:anywhere}.email-form{padding:30px;background:#fff;border:1px solid var(--line);border-radius:16px}.email-form label{display:block;font-size:15px;font-weight:700;margin-bottom:8px}.email-form input{width:100%;padding:13px;border:1px solid #a4b8c7;border-radius:6px;margin-bottom:15px}.email-form .btn{width:100%}.email-form .disclosure{font-size:13px;line-height:1.5;color:var(--muted);margin-top:14px}.email-form .pending{font-size:14px;color:#7c5200;background:#fff6db;padding:12px;border-radius:6px;margin:14px 0 0}.btn:disabled{cursor:not-allowed;opacity:.7}.legal{max-width:760px;padding-bottom:70px}.legal h2{font-size:29px;margin:30px 0 15px}.legal p{color:var(--muted)}[hidden]{display:none!important}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}@media(max-width:1050px){.grid5{grid-template-columns:repeat(2,minmax(0,1fr))}.wrap{width:calc(100% - 48px)}.nav{gap:18px}.logo{width:190px}.header-row{gap:20px}.hero-grid{gap:30px;min-height:590px}.hero-art{height:460px}.grid4{grid-template-columns:repeat(2,minmax(0,1fr))}.family-card .visual{height:260px}.family-card .visual img{max-width:220px}.family-hero{gap:40px}.family-hero h1{font-size:50px}.article-layout{gap:40px;grid-template-columns:minmax(0,1fr) 250px}.article-main h1{font-size:48px}.sample-panel{gap:35px}}
@media(max-width:760px){.grid5{grid-template-columns:1fr;gap:24px}.wrap{width:calc(100% - 40px)}.header-row{height:80px}.logo{width:184px}.menu-button{display:block}.nav{display:none;position:absolute;top:85px;left:0;right:0;z-index:30;background:white;padding:22px;box-shadow:0 15px 25px #153b611c;align-items:stretch;gap:7px;flex-direction:column}.nav.open{display:flex}.nav>a{padding:12px 8px}.nav>a.btn{margin-top:8px}.hero-grid{grid-template-columns:1fr;padding:43px 0 42px;gap:23px}.hero h1{font-size:48px;line-height:1.06;max-width:440px}.lede{font-size:18px}.hero .eyebrow{font-size:12px;margin-bottom:17px}.hero .actions{gap:10px}.hero .btn{font-size:15px;padding:13px 17px}.hero-note{font-size:13px;max-width:310px}.hero-art{height:390px;max-width:420px;width:100%;margin:auto}.hero-art .main-sheet{width:59%;left:5%;top:25px}.hero-art .second-sheet{width:41%;right:3%;top:80px}.hero-art .game-sheet{bottom:0;left:14%;width:79%}.hero-art .art-note{font-size:12px;right:8px;top:4px}.promise-strip .wrap{flex-direction:column;gap:10px;padding:22px 0;font-size:15px}.section{padding:55px 0}.section-head{display:block;margin-bottom:26px}.section-head>.textlink{display:inline-block;margin-top:20px}.section-head p{font-size:16px}.grid4,.grid3,.grid2,.grid4{grid-template-columns:1fr;gap:24px}.family-card{display:grid;grid-template-columns:125px minmax(0,1fr)}.family-card .visual{height:100%;min-height:220px;padding:27px 12px 0;align-items:center}.family-card .visual img{width:100%;transform:rotate(-5deg)}.family-card .body{padding:22px 18px}.family-card h3{font-size:22px;margin:9px 0}.family-card p{font-size:14px;margin-bottom:18px}.family-card .textlink{font-size:14px}.family-label{font-size:11px!important}.game-card .body{padding:24px}.article-card{padding:24px 0 15px}.article-card .number{font-size:38px;float:right;margin:5px 0}.article-card h3{font-size:28px;margin-top:17px}.signup-band{grid-template-columns:1fr;padding:30px 25px;gap:25px;border-radius:18px}.signup-band h2{font-size:34px}.signup-side{border-left:0;border-top:1px solid #ddc891;padding:23px 0 0}.about-short{grid-template-columns:1fr;gap:24px}.about-short .logo-orbit{width:100px;height:100px;padding:8px}.about-short h2{font-size:35px}.footer{padding-top:40px}.footer-grid{grid-template-columns:1fr 1fr;gap:32px 22px}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{display:block}.footer-bottom p+p{margin-top:15px}.family-hero{grid-template-columns:1fr;padding:38px 0 50px;gap:35px}.family-hero h1{font-size:45px}.family-hero .preview{max-height:400px;padding:26px}.family-hero .preview img{max-height:370px}.intro-facts{grid-template-columns:1fr;gap:26px}.sample-panel{grid-template-columns:1fr;gap:32px}.sample-display{max-height:370px;padding:23px}.sample-panel h2{font-size:36px}.sample-panel .lede{font-size:17px}.page-intro{padding:40px 0 25px}.page-intro h1{font-size:45px}.library-toolbar{align-items:start;flex-direction:column;gap:14px}.library-toolbar select{max-width:100%}.game-top{align-items:start;flex-direction:column;gap:16px}.game-top h1{font-size:36px}.game-stage{padding:4px;margin-left:-10px;margin-right:-10px}.game-stage iframe{height:520px}.game-details{grid-template-columns:1fr;gap:30px}.article-layout{grid-template-columns:1fr;gap:15px;padding-bottom:55px}.article-main h1{font-size:44px}.article-main h2{font-size:30px}.article-main p,.article-main li{font-size:17px}.article-main .article-lede{font-size:20px}.article-aside{padding-top:20px}.article-aside img{max-height:300px;margin:auto auto 24px}.article-main .article-meta{margin-bottom:25px}.story p{font-size:18px}.contact-box{padding:25px}.btn{max-width:100%}.article-aside .btn{font-size:16px}}

.textlink span,.btn span{white-space:nowrap}

.hero-sample{padding:16px;gap:14px;margin-top:26px;max-height:none;background:#eaf1f6}.hero-sample img{width:46%}.hero-sample img+img{margin-top:28px}.family-hero.compact{padding-top:34px;padding-bottom:40px}.sample-panel.text-only{grid-template-columns:1fr;max-width:820px}

.choice-label{font-size:12px;letter-spacing:.11em;text-transform:uppercase;font-weight:700;color:var(--blue);margin:6px 0 12px}.choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.choice{background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px;display:flex;flex-direction:column}.choice img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:8px;box-shadow:0 4px 14px #17344d1f}.choice h3{font-size:17px;margin:12px 0 4px;line-height:1.2}.choice p{font-size:13px;color:var(--muted);line-height:1.45;margin:0 0 12px;flex:1}.choice .btn{font-size:13px;padding:10px 12px;justify-content:center;text-align:center;white-space:nowrap}.family-hero.compact .lede{margin-bottom:18px}
@media(max-width:1050px){.choice-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.choice .btn{white-space:normal}}
@media(max-width:760px){.choice-grid{grid-template-columns:1fr 1fr}.choice:first-child{grid-column:1/-1}}

.family-hero.compact{padding-top:26px}.family-hero.compact h1{font-size:48px;margin-bottom:14px}.family-hero.compact .lede{font-size:18px;margin-bottom:14px}.choice{padding:10px}.choice img{aspect-ratio:1/1}.choice h3{font-size:16px;margin:10px 0 3px}.choice p{font-size:12.5px;margin-bottom:10px}.choice .btn{padding:9px 10px;font-size:12.5px}
@media(max-width:760px){.choice-grid{grid-template-columns:1fr;gap:10px}.choice:first-child{grid-column:auto}.choice{flex-direction:row;flex-wrap:wrap;align-items:center;gap:0 14px}.choice img{width:88px;aspect-ratio:1/1}.choice h3{margin:0 0 2px;flex:1 1 60%}.choice p{flex:1 1 60%;margin:0 0 8px}.choice .btn{flex:1 1 100%;margin-top:4px}}

/* Games page, 2026-09-16: three reading games + samplers */
.tag.role{background:var(--gold);color:var(--navy);margin-left:4px}.tag.free{background:#e3f4e8;color:#1e6b3a;margin-left:4px}
.games-grid .game-card{display:flex;flex-direction:column}.games-grid .game-card .body{display:flex;flex-direction:column;flex:1}.games-grid .card-actions{margin-top:auto}.game-card .card-actions{display:flex;flex-direction:column;gap:10px}.game-card .card-actions .btn{width:100%;font-size:15px;padding:12px 14px;min-height:44px}.game-card .card-actions .small{text-align:center}
.copy-row{display:flex;gap:8px;margin-top:8px}.copy-row input{flex:1;min-width:0;padding:10px 12px;border:1px solid #a4b8c7;border-radius:6px;font-size:13px;background:#fff}.copy-row .btn{padding:8px 14px;min-height:0;font-size:14px}
@media(max-width:760px){.copy-row{flex-direction:column}}

/* 2026-09-18 conversion review: paid-product panels (teacher pages + library), free-page game pairs, library filters */
.buy-panel{margin:28px 0 8px;padding:22px 22px 16px;border:2px solid #f9b934;border-radius:14px;background:#fffaf0}
.buy-panel.compact{padding:18px 18px 12px;margin:22px 0 0}
.buy-head h2{font-size:24px;margin:0 0 6px}.buy-panel.compact .buy-head h2{font-size:21px}
.buy-head p{margin:0 0 14px;max-width:760px}
.buy-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px}
.buy-card{display:grid;grid-template-columns:96px 1fr;gap:12px;background:#fff;border:1px solid #efe3c9;border-radius:10px;padding:10px;align-items:start}
.buy-card img{width:96px;height:96px;object-fit:cover;border-radius:6px;border:1px solid #e8dcc4;display:block}
.buy-card h4{font-size:15px;line-height:1.25;margin:0 0 4px}
.buy-card p{margin:0 0 8px}
.buy-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.buy-row .price{font-weight:800;font-size:16px;color:#153b61}
.buy-row .btn{padding:7px 12px;font-size:14px}
.buy-more{margin:12px 0 0}
.choice-pair{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:8px}
.choice-pair img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:6px}
.lib-grade[hidden],.lib-subject[hidden]{display:none}
@media (max-width:560px){.buy-card{grid-template-columns:72px 1fr}.buy-card img{width:72px;height:72px}}

.compare{width:100%;border-collapse:collapse;font-size:15px}.compare th,.compare td{border:1px solid #e3dccf;padding:8px 10px;text-align:left;vertical-align:top}.compare th{background:#fff4dc}.compare td:first-child{font-weight:600}

.announce{background:var(--navy);color:#fff;font-size:15px}.announce .wrap{padding:12px 0;display:flex;flex-wrap:wrap;gap:8px 14px;align-items:center}.announce a{color:#ffd66b;font-weight:700}.announce .sep{color:#8fa9c2}.featured-grid .game-card{border-color:#f2dfad;box-shadow:0 6px 18px #153b6114}
