:root{--green:#29a83f;--deep:#16872d;--ink:#111b18;--muted:#66716b;--line:#e2e7e3;--soft:#f7faf7;--mint:#eaf8ec;--red:#e55555;--gold:#f3b51b;--shadow:0 6px 20px rgba(22,75,35,.08)}*{box-sizing:border-box}html{background:#eef2ef}body{margin:0;overflow:hidden;background:#eef2ef;color:var(--ink);font-family:Inter,Arial,Helvetica,sans-serif}.page{position:relative;width:864px;height:1821px;margin:0 auto;overflow:hidden;background:#fff;transform-origin:top left}.ui-icon{width:23px;height:23px;display:inline-block;vertical-align:middle}.site-header{height:76px;padding:0 31px;display:grid;grid-template-columns:48px 1fr 48px;align-items:center;border-bottom:1px solid var(--line);background:#fff}.site-header>button{width:44px;height:44px;padding:10px;border:0;background:none}.brand{justify-self:start;display:flex;align-items:center;gap:9px;color:var(--ink);text-decoration:none}.brand>.ui-icon{width:34px;height:34px}.brand span>*{display:block}.brand b{font-size:26px}.brand em{color:var(--green);font-style:normal}.brand small{color:#67706b;font-size:9px}.crumb{height:39px;padding:12px 34px 0;color:#68736d;font-size:11px}.crumb .ui-icon{width:12px;height:12px;margin:0 5px}.crumb span{color:var(--green)}button{cursor:pointer;font:inherit}.block{margin:0 32px}.section-head{height:45px;display:flex;align-items:center;justify-content:space-between}.section-head h2{margin:0;font-size:21px}.section-head button{border:0;background:none;color:var(--deep);font-size:11px;font-weight:800}.section-head .ui-icon{width:14px;height:14px}.primary,.outline{height:38px;padding:0 18px;border:0;border-radius:6px;background:var(--green);color:#fff;font-size:11px;font-weight:800}.primary .ui-icon,.outline .ui-icon{width:14px;height:14px;margin-left:5px;filter:brightness(0) invert(1)}.outline{border:1px solid var(--green);background:#fff;color:var(--green)}.stars{display:inline-flex;gap:2px}.stars .ui-icon{width:13px;height:13px;filter:brightness(0) saturate(100%) invert(76%) sepia(73%) saturate(1181%) hue-rotate(349deg)}.brand-logo{height:52px;display:grid;place-items:center;border-radius:6px;background:#071222;color:#fff}.brand-logo b{font-size:17px;font-style:italic}.bottom-nav{position:absolute;z-index:30;left:0;bottom:0;width:100%;height:79px;padding:4px 62px;display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line);background:#fff}.bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#687269;font-size:11px;text-decoration:none}.bottom-nav a.active{color:var(--green);font-weight:800}.bottom-nav a.active .ui-icon{filter:brightness(0) saturate(100%) invert(54%) sepia(54%) saturate(853%) hue-rotate(75deg)}.toast{position:absolute;z-index:80;left:50%;bottom:96px;padding:12px 20px;border-radius:23px;background:#17231d;color:#fff;transform:translateX(-50%);box-shadow:var(--shadow)}[hidden],.toast[hidden],.drawer[hidden],.modal[hidden]{display:none!important}.drawer{position:absolute;z-index:70;left:0;top:0;width:320px;height:100%;padding:32px;background:#fff;box-shadow:16px 0 44px rgba(0,0,0,.2)}.drawer-close{float:right;border:0;background:none}.drawer h2{margin:60px 0 25px;font-size:31px}.drawer h2 span{color:var(--green)}.drawer a{height:57px;display:flex;align-items:center;gap:15px;border-bottom:1px solid var(--line);color:var(--ink);text-decoration:none;font-weight:700}.modal{position:absolute;z-index:75;inset:0;display:grid;place-items:center;background:rgba(12,23,17,.52)}.modal section{position:relative;width:540px;padding:30px;border-radius:13px;background:#fff}.modal-close{position:absolute;right:13px;top:13px;border:0;background:none}.modal form{height:45px;display:grid;grid-template-columns:1fr 95px}.modal label{display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid var(--line);border-radius:6px 0 0 6px}.modal input{width:100%;border:0;outline:0}.modal form>button{border:0;border-radius:0 6px 6px 0;background:var(--green);color:#fff}

/* home */
.home-hero{position:relative;height:320px;margin:15px 27px 0;overflow:hidden;border-radius:12px;background:#071b20;color:#fff}.home-hero>div{position:relative;z-index:2;width:470px;padding:32px}.home-hero h1{margin:0;font-size:42px;line-height:1.03}.home-hero h1 em{color:#51c45f;font-style:normal}.home-hero p{width:390px;font-size:13px;line-height:1.45}.home-hero>img{position:absolute;right:0;top:0;width:430px;height:320px;object-fit:cover}.home-hero form{width:445px;height:45px;display:grid;grid-template-columns:1fr 90px;margin-top:17px;border-radius:6px;background:#fff;overflow:hidden}.home-hero label{display:flex;align-items:center;gap:8px;padding:0 10px}.home-hero label .ui-icon{filter:none}.home-hero input{width:100%;border:0;outline:0;font-size:11px}.home-hero form>button{border:0;background:var(--green);color:#fff}.home-hero footer{display:flex;gap:10px;align-items:center;margin-top:14px}.home-hero footer span,.home-hero footer button{font-size:8px}.home-hero footer button{border:0;background:none;color:#fff}.home-cats{height:88px;margin:10px 28px;display:grid;grid-template-columns:repeat(8,1fr);border:1px solid var(--line);border-radius:8px}.home-cats button{border:0;border-right:1px solid var(--line);background:#fff}.home-cats .ui-icon{display:block;margin:0 auto 5px;filter:brightness(0) saturate(100%) invert(54%) sepia(54%) saturate(853%) hue-rotate(75deg)}.home-cats b{font-size:9px}.rating-list{border:1px solid var(--line);border-radius:8px;overflow:hidden}.rating-list article{height:57px;padding:5px 10px;display:grid;grid-template-columns:25px 95px 1fr 90px 35px 105px;gap:10px;align-items:center;border-bottom:1px solid var(--line)}.rating-list article:last-child{border:0}.rating-list article>span:first-child{font-size:12px;font-weight:800}.rating-list .brand-logo{height:45px}.rating-list article>div:nth-of-type(2) b,.rating-list article>div:nth-of-type(2) small{display:block;font-size:10px}.rating-list article>div:nth-of-type(2) small{color:var(--muted);font-size:8px}.rating-list article>strong{font-size:11px}.rating-list .primary{height:31px}.trust-grid{height:83px;margin:12px 32px;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:8px}.trust-grid article{display:grid;grid-template-columns:35px 1fr;align-content:center;padding:12px;border-right:1px solid var(--line)}.trust-grid article:last-child{border:0}.trust-grid .ui-icon{grid-row:1/3;width:29px;height:29px;filter:brightness(0) saturate(100%) invert(54%) sepia(54%) saturate(853%) hue-rotate(75deg)}.trust-grid b,.trust-grid small{display:block;font-size:10px}.trust-grid small{color:var(--muted);font-size:8px}.article-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.article-cards article{height:183px;padding:9px;border:1px solid var(--line);border-radius:8px}.article-cards .art{height:78px;display:grid;place-items:center;border-radius:5px;background:linear-gradient(140deg,#0e3520,#28a33f)}.article-cards .art .ui-icon{width:38px;height:38px;filter:brightness(0) invert(1)}.article-cards small{display:inline-block;margin-top:7px;padding:3px 6px;border-radius:4px;background:var(--mint);color:var(--green);font-size:7px}.article-cards h3{margin:5px 0 2px;font-size:10px;line-height:1.25}.article-cards p{margin:0;color:var(--muted);font-size:8px}.article-cards button{margin-top:5px;border:0;background:none;color:var(--green);font-size:8px}.article-cards button .ui-icon{width:11px;height:11px}.faq-wrap{margin:9px 32px}.faq{display:grid;grid-template-columns:1fr 1fr;gap:5px 20px}.faq article{border:1px solid var(--line);border-radius:6px;overflow:hidden}.faq article>button{width:100%;height:32px;padding:0 10px;display:flex;align-items:center;justify-content:space-between;border:0;background:#fff;text-align:left;font-size:9px;font-weight:650}.faq article>button .ui-icon{width:13px;height:13px}.faq p{margin:0;padding:7px 10px;background:var(--soft);font-size:8px}

/* review */
.review-top{height:195px;margin:0 32px 10px;padding:18px;display:grid;grid-template-columns:120px 1fr 210px;gap:18px;align-items:center;border:1px solid var(--line);border-radius:9px}.review-brand .brand-logo{height:110px}.review-top h1{margin:0 0 6px;font-size:26px}.review-top p{margin:0 0 10px;font-size:12px}.review-top strong{margin-left:8px}.review-top>div>span{display:block;margin-top:12px;color:var(--muted);font-size:9px}.review-top aside{height:145px;padding:17px;display:flex;flex-direction:column;align-items:center;border-radius:8px;background:linear-gradient(135deg,#f5fff4,#edf9ef)}.review-top aside small,.review-top aside strong{display:block}.review-top aside strong{margin:5px 0 12px;font-size:23px}.review-top aside>button:last-child{border:0;background:none;color:var(--green);font-size:9px}.review-tabs{height:52px;margin:0 32px 10px;display:grid;grid-template-columns:repeat(8,1fr);border-bottom:1px solid var(--line)}.review-tabs button{border:0;background:#fff;font-size:9px}.review-tabs button.active{border-bottom:3px solid var(--green);color:var(--green);font-weight:800}.review-overview{height:232px;margin:0 32px 11px;display:grid;grid-template-columns:1.35fr .65fr;gap:14px}.review-overview>div,.review-overview>aside{padding:17px;border:1px solid var(--line);border-radius:8px}.review-overview h2{margin:0;font-size:18px}.review-overview p{font-size:10px;line-height:1.45}.review-stats{display:grid;grid-template-columns:repeat(5,1fr);margin-top:20px}.review-stats article{display:flex;flex-direction:column;align-items:center}.review-stats .ui-icon{filter:brightness(0) saturate(100%) invert(54%) sepia(54%) saturate(853%) hue-rotate(75deg)}.review-stats b,.review-stats small{font-size:8px}.review-overview aside>strong{font-size:38px}.review-overview aside>small{display:block;font-size:8px}.review-overview aside p{display:grid;grid-template-columns:82px 1fr 22px;align-items:center;gap:6px;margin:7px 0;font-size:8px}.review-overview aside i{height:5px;border-radius:4px;background:#e9eee9;overflow:hidden}.review-overview aside i b{display:block;height:100%;background:var(--green)}.pros-cons{height:188px;margin:0 32px 9px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.pros-cons article{padding:15px;border:1px solid var(--line);border-radius:8px}.pros-cons h2{margin:0 0 10px;font-size:15px;color:var(--green)}.pros-cons article:last-child h2{color:var(--red)}.pros-cons h2 .ui-icon{filter:brightness(0) saturate(100%) invert(54%) sepia(54%) saturate(853%) hue-rotate(75deg)}.pros-cons article:last-child h2 .ui-icon{filter:brightness(0) saturate(100%) invert(54%) sepia(42%) saturate(1878%) hue-rotate(317deg)}.pros-cons ul{margin:0;padding:0;list-style:none}.pros-cons li{margin:7px 0;font-size:9px}.pros-cons li .ui-icon{width:12px;height:12px;margin-right:6px}.mini-bonuses{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.mini-bonuses article{height:108px;padding:12px;display:grid;grid-template-columns:34px 1fr;align-items:center;border:1px solid var(--line);border-radius:7px}.mini-bonuses article>.ui-icon{width:29px;height:29px;filter:brightness(0) saturate(100%) invert(54%) sepia(54%) saturate(853%) hue-rotate(75deg)}.mini-bonuses b,.mini-bonuses strong{display:block;font-size:10px}.mini-bonuses button{grid-column:1/3;height:26px;border:1px solid var(--green);border-radius:5px;background:#fff;color:var(--green);font-size:8px}.features,.user-reviews{margin:9px 32px}.features>div{height:72px;display:grid;grid-template-columns:repeat(6,1fr);border:1px solid var(--line);border-radius:7px}.features article{display:flex;flex-direction:column;align-items:center;justify-content:center}.features .ui-icon{filter:brightness(0) saturate(100%) invert(54%) sepia(54%) saturate(853%) hue-rotate(75deg)}.features b,.features small{font-size:8px}.user-reviews>div{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.user-reviews article{height:98px;padding:10px;display:grid;grid-template-columns:30px 1fr 25px;border:1px solid var(--line);border-radius:7px}.user-reviews article>span{width:27px;height:27px;display:grid;place-items:center;border-radius:50%;background:var(--mint);font-size:8px}.user-reviews b{font-size:9px}.user-reviews .stars .ui-icon{width:9px;height:9px}.user-reviews p{margin:4px 0;color:var(--muted);font-size:7px}

/* bonus */
.bonus-intro{height:160px;margin:0 32px 9px;padding:25px;display:grid;grid-template-columns:1fr 280px;overflow:hidden;background:linear-gradient(90deg,#fff,#f7fbf7)}.bonus-intro h1{margin:0;font-size:31px}.bonus-intro p{font-size:12px}.bonus-intro img{width:280px;height:150px;object-fit:cover;mix-blend-mode:multiply}.bonus-nav{height:74px;margin:0 32px 10px;display:grid;grid-template-columns:repeat(7,1fr);border:1px solid var(--line);border-radius:7px}.bonus-nav button{border:0;border-right:1px solid var(--line);background:#fff;font-size:8px}.bonus-nav button.active{color:var(--green);background:var(--mint)}.bonus-nav .ui-icon{display:block;margin:0 auto 5px;filter:brightness(0) saturate(100%) invert(54%) sepia(54%) saturate(853%) hue-rotate(75deg)}.offers>div>article{height:88px;padding:7px 12px;display:grid;grid-template-columns:28px 92px 1fr 150px 105px;gap:12px;align-items:center;border-bottom:1px solid var(--line)}.offers>div{border:1px solid var(--line);border-radius:8px;overflow:hidden}.offers .rank{font-weight:800}.offers .brand-logo{height:58px}.offers article>div:nth-of-type(2) b,.offers article>div:nth-of-type(2) small{display:block;font-size:10px}.offers article>div:nth-of-type(2) small{color:var(--muted);font-size:8px}.offers article>p{margin:0}.offers article>p>*{display:block}.offers article>p small,.offers article>p span{font-size:8px}.offers article>p strong{font-size:20px}.find-bonus{margin:12px 32px}.find-bonus h2{font-size:18px}.find-bonus>div{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:8px}.find-bonus button{height:103px;padding:12px;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.find-bonus button>.ui-icon{filter:brightness(0) saturate(100%) invert(54%) sepia(54%) saturate(853%) hue-rotate(75deg)}.find-bonus b,.find-bonus small,.find-bonus span{display:block;margin-top:5px;font-size:8px}.find-bonus span{color:var(--green)}.find-bonus span .ui-icon{width:10px;height:10px}.bonus-guides .article-cards article{height:168px}.bonus-guides .article-cards .art{height:65px}

/* categories */
.category-intro{height:145px;margin:0 32px 12px;padding:25px;display:grid;grid-template-columns:1fr 300px;background:linear-gradient(90deg,#fff,#f7fbf7)}.category-intro h1{margin:0;font-size:30px}.category-intro p{width:420px;font-size:11px}.category-scene{display:flex;align-items:center;justify-content:center;gap:8px}.category-scene .ui-icon{width:58px;height:58px;filter:brightness(0) saturate(100%) invert(54%) sepia(54%) saturate(853%) hue-rotate(75deg)}.category-grid{margin:0 32px 12px;display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:8px;overflow:hidden}.category-grid button{height:68px;padding:0 15px;display:grid;grid-template-columns:35px 1fr 18px;align-items:center;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;text-align:left}.category-grid button>.ui-icon:first-child{filter:brightness(0) saturate(100%) invert(54%) sepia(54%) saturate(853%) hue-rotate(75deg)}.category-grid b,.category-grid small,.category-grid em{display:block;font-style:normal;font-size:9px}.category-grid small{color:var(--muted)}.category-grid em{color:var(--green);font-size:7px}.popular-category nav{height:36px;display:grid;grid-template-columns:repeat(7,1fr);border-bottom:1px solid var(--line)}.popular-category nav button{border:0;background:#fff;font-size:8px}.popular-category nav button.active{border-bottom:2px solid var(--green);color:var(--green)}.compact-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:9px;margin-top:10px}.compact-cards article{position:relative;height:175px;padding:10px;border:1px solid var(--line);border-radius:7px;text-align:center}.compact-cards article>span{position:absolute;left:6px;top:6px}.compact-cards .brand-logo{height:48px}.compact-cards article>b,.compact-cards article>strong,.compact-cards article>small{display:block;margin:5px 0;font-size:9px}.compact-cards article button{height:25px;border:0;border-radius:4px;background:var(--green);color:#fff;font-size:8px}.choose-right{height:128px;margin:12px 32px;padding:13px;border:1px solid var(--line);border-radius:8px;text-align:center}.choose-right h2{margin:0;font-size:15px}.choose-right>div{display:grid;grid-template-columns:repeat(4,1fr);margin-top:9px}.choose-right article{display:grid;grid-template-columns:30px 1fr;text-align:left}.choose-right .ui-icon{grid-row:1/3;filter:brightness(0) saturate(100%) invert(54%) sepia(54%) saturate(853%) hue-rotate(75deg)}.choose-right b,.choose-right small{font-size:8px}.choose-right>button{width:100%;height:26px;margin-top:9px;border:1px solid var(--green);background:#fff;color:var(--green);font-size:8px}.category-guides .article-cards article{height:167px}.category-guides .article-cards .art{height:65px}

/* more */
.more-intro{height:145px;margin:0 32px 12px;padding:26px;display:grid;grid-template-columns:1fr 300px;background:linear-gradient(90deg,#fff,#f5fbf5)}.more-intro h1{margin:0;font-size:32px}.more-intro p{font-size:11px}.more-intro>div:last-child{display:flex;align-items:center;justify-content:center;gap:8px}.more-intro>div:last-child .ui-icon{width:55px;height:55px;filter:brightness(0) saturate(100%) invert(54%) sepia(54%) saturate(853%) hue-rotate(75deg)}.quick-links,.popular-pages{margin:0 32px 12px}.quick-links h2,.popular-pages h2{font-size:18px}.quick-links>div{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:8px;overflow:hidden}.quick-links button{height:74px;padding:0 12px;display:grid;grid-template-columns:32px 1fr 16px;align-items:center;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;text-align:left}.quick-links button>.ui-icon:first-child{filter:brightness(0) saturate(100%) invert(54%) sepia(54%) saturate(853%) hue-rotate(75deg)}.quick-links b,.quick-links small{display:block;font-size:8px}.quick-links small{color:var(--muted)}.popular-pages>div{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:8px;overflow:hidden}.popular-pages button{height:48px;padding:0 14px;display:grid;grid-template-columns:28px 1fr 15px;align-items:center;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;text-align:left;font-size:9px}.popular-pages button>.ui-icon:first-child{filter:brightness(0) saturate(100%) invert(54%) sepia(54%) saturate(853%) hue-rotate(75deg)}.more-guides .article-cards article{height:158px}.more-guides .article-cards .art{height:58px}.follow{height:76px;margin:10px 32px;display:grid;grid-template-columns:180px 1fr 420px;align-items:center}.follow h2{margin:0}.follow p{font-size:9px}.follow nav{display:flex;justify-content:space-between}.follow nav button{border:0;background:none;font-size:8px}.follow nav .ui-icon{display:block;margin:0 auto 4px;filter:brightness(0) saturate(100%) invert(54%) sepia(54%) saturate(853%) hue-rotate(75deg)}.newsletter{height:130px;margin:0 32px;padding:18px;display:grid;grid-template-columns:1fr 220px;border-radius:8px;background:#f4faf4}.newsletter h2{margin:0;font-size:16px}.newsletter p{font-size:9px}.newsletter form{width:480px;height:34px;display:grid;grid-template-columns:1fr 100px}.newsletter input{padding:0 10px;border:1px solid var(--line)}.newsletter form button{border:0;background:var(--green);color:#fff}.newsletter small{display:block;margin-top:7px;font-size:8px}.newsletter small .ui-icon{width:12px;height:12px}.newsletter>div:last-child{display:flex;align-items:center;justify-content:center}.newsletter>div:last-child .ui-icon{width:70px;height:70px;filter:brightness(0) saturate(100%) invert(54%) sepia(54%) saturate(853%) hue-rotate(75deg)}

/* Reference-alignment pass: restore the source boards' type scale and vertical rhythm. */
.site-header{height:86px;padding:0 36px}.site-header>button{width:48px;height:48px}.brand>.ui-icon{width:40px;height:40px}.brand b{font-size:31px}.brand small{font-size:11px}.crumb{height:48px;padding:15px 40px 0;font-size:14px}.block{margin-left:40px;margin-right:40px}.section-head{height:56px}.section-head h2{font-size:25px}.section-head button{font-size:13px}.ui-icon{width:28px;height:28px}.primary,.outline{height:48px;padding:0 23px;font-size:14px}.bottom-nav{height:88px;padding:5px 66px}.bottom-nav a{gap:5px;font-size:14px}.bottom-nav .ui-icon{width:30px;height:30px}.faq-wrap{margin:14px 40px}.faq{gap:8px 22px}.faq article>button{height:46px;padding:0 16px;font-size:12px}.faq p{padding:10px 16px;font-size:11px}.brand-logo b{font-size:20px}

/* Home */
.home-hero{height:370px;margin:18px 28px 0;border-radius:16px}.home-hero>div{width:510px;padding:38px}.home-hero h1{font-size:50px}.home-hero p{width:440px;font-size:17px;line-height:1.5}.home-hero>img{width:470px;height:370px}.home-hero form{width:470px;height:58px;margin-top:20px}.home-hero input{font-size:14px}.home-hero footer{margin-top:18px}.home-hero footer span,.home-hero footer button{font-size:11px}.home-cats{height:112px;margin:18px 28px}.home-cats .ui-icon{width:34px;height:34px}.home-cats b{font-size:12px}.rating-list article{height:72px;padding:8px 14px;grid-template-columns:30px 110px 1fr 104px 42px 120px;gap:12px}.rating-list .brand-logo{height:56px}.rating-list article>div:nth-of-type(2) b{font-size:14px}.rating-list article>div:nth-of-type(2) small{font-size:11px}.rating-list article>strong{font-size:14px}.rating-list .primary{height:40px}.trust-grid{height:118px;margin:18px 40px}.trust-grid article{grid-template-columns:48px 1fr;padding:18px}.trust-grid .ui-icon{width:38px;height:38px}.trust-grid b{font-size:14px}.trust-grid small{font-size:11px}.article-cards{gap:14px}.article-cards article{height:236px;padding:10px}.article-cards .art{height:118px;background-size:cover;background-position:center}.article-cards .art-1{background-image:linear-gradient(90deg,rgba(3,21,30,.15),rgba(3,21,30,.05)),url('./assets/extracted/feature-sports-bg.png')}.article-cards .art-2{background-image:url('./assets/extracted/feature-wallet-bg.png')}.article-cards .art-3{background-image:url('./assets/extracted/feature-casino-bg.png')}.article-cards .art-4{background-image:linear-gradient(135deg,#082918,#1f9d43)}.article-cards small{font-size:9px}.article-cards h3{font-size:13px;line-height:1.35}.article-cards p,.article-cards button{font-size:10px}.home-page .faq-wrap{margin-top:16px}

/* Review */
.review-top{height:248px;margin:0 40px 14px;padding:25px;grid-template-columns:145px 1fr 250px;gap:26px}.review-brand .brand-logo{height:145px}.review-top h1{font-size:34px}.review-top p{font-size:16px}.review-top>div>span{font-size:12px}.review-top aside{height:190px;padding:23px}.review-top aside small{font-size:13px}.review-top aside strong{font-size:29px}.review-top aside>button:last-child{font-size:12px}.review-tabs{height:64px;margin:0 40px 14px}.review-tabs button{font-size:12px}.review-overview{height:290px;margin:0 40px 16px;gap:18px}.review-overview>div,.review-overview>aside{padding:22px}.review-overview h2{font-size:23px}.review-overview p{font-size:13px}.review-stats{margin-top:27px}.review-stats .ui-icon{width:33px;height:33px}.review-stats b{font-size:11px}.review-stats small{font-size:10px}.review-overview aside>strong{font-size:48px}.review-overview aside>small{font-size:10px}.review-overview aside p{grid-template-columns:96px 1fr 26px;margin:10px 0;font-size:10px}.pros-cons{height:236px;margin:0 40px 14px;gap:16px}.pros-cons article{padding:20px}.pros-cons h2{font-size:20px}.pros-cons li{margin:10px 0;font-size:12px}.mini-bonuses{gap:12px}.mini-bonuses article{height:150px;padding:16px;grid-template-columns:42px 1fr}.mini-bonuses article>.ui-icon{width:38px;height:38px}.mini-bonuses b,.mini-bonuses strong{font-size:13px}.mini-bonuses button{height:36px;font-size:11px}.features,.user-reviews{margin:14px 40px}.features>div{height:108px}.features .ui-icon{width:34px;height:34px}.features b{font-size:11px}.features small{font-size:10px}.user-reviews>div{gap:14px}.user-reviews article{height:130px;padding:14px;grid-template-columns:38px 1fr 34px}.user-reviews article>span{width:34px;height:34px;font-size:10px}.user-reviews b{font-size:12px}.user-reviews p{font-size:10px;line-height:1.35}.review-page .faq-wrap{margin-top:14px}

/* Bonuses */
.bonus-intro{height:220px;margin:0 40px 14px;padding:32px;grid-template-columns:1fr 350px}.bonus-intro h1{font-size:42px}.bonus-intro p{font-size:16px;line-height:1.5}.bonus-intro img{width:350px;height:205px}.bonus-nav{height:112px;margin:0 40px 14px}.bonus-nav button{font-size:11px}.bonus-nav .ui-icon{width:34px;height:34px}.offers>div>article{height:104px;padding:10px 16px;grid-template-columns:34px 105px 1fr 165px 125px;gap:14px}.offers .brand-logo{height:72px}.offers article>div:nth-of-type(2) b{font-size:13px}.offers article>div:nth-of-type(2) small{font-size:10px}.offers article>p small,.offers article>p span{font-size:10px}.offers article>p strong{font-size:25px}.find-bonus{margin:18px 40px}.find-bonus h2{font-size:23px}.find-bonus button{height:132px;padding:16px}.find-bonus button>.ui-icon{width:38px;height:38px}.find-bonus b{font-size:12px}.find-bonus small,.find-bonus span{font-size:10px}.bonus-guides .article-cards article{height:220px}.bonus-guides .article-cards .art{height:105px}

/* Categories */
.category-intro{height:220px;margin:0 40px 18px;padding:34px;grid-template-columns:1fr 360px}.category-intro h1{font-size:42px}.category-intro h1 em{color:var(--green);font-style:normal}.category-intro p{width:430px;font-size:16px;line-height:1.55}.category-scene{gap:0;align-items:flex-end}.category-scene img{width:135px;height:100px;object-fit:contain;margin-left:-24px}.category-grid{margin:0 40px 18px}.category-grid button{height:84px;padding:0 18px;grid-template-columns:50px 1fr 22px}.category-grid button>.ui-icon:first-child{width:34px;height:34px}.category-grid b{font-size:13px}.category-grid small{font-size:11px}.category-grid em{font-size:9px}.popular-category nav{height:48px}.popular-category nav button{font-size:10px}.compact-cards{gap:12px;margin-top:14px}.compact-cards article{height:215px;padding:12px}.compact-cards .brand-logo{height:62px}.compact-cards article>b,.compact-cards article>strong,.compact-cards article>small{font-size:11px}.compact-cards article button{height:34px;font-size:10px}.choose-right{height:170px;margin:18px 40px;padding:18px}.choose-right h2{font-size:20px}.choose-right>div{margin-top:14px}.choose-right article{grid-template-columns:38px 1fr}.choose-right .ui-icon{width:32px;height:32px}.choose-right b{font-size:11px}.choose-right small{font-size:10px}.choose-right>button{height:34px;margin-top:14px;font-size:10px}.category-guides .article-cards article{height:210px}.category-guides .article-cards .art{height:100px}

/* More */
.more-intro{height:220px;margin:0 40px 18px;padding:34px;grid-template-columns:1fr 360px}.more-intro h1{font-size:44px}.more-intro h1:after{content:'';display:block;width:62px;height:4px;margin-top:8px;border-radius:4px;background:var(--green)}.more-intro p{font-size:16px}.more-scene{display:flex;align-items:flex-end;justify-content:center}.more-scene img{width:135px;height:100px;object-fit:contain;margin-left:-25px}.quick-links,.popular-pages{margin:0 40px 18px}.quick-links h2,.popular-pages h2{font-size:23px}.quick-links button{height:100px;padding:0 18px;grid-template-columns:46px 1fr 20px}.quick-links button>.ui-icon:first-child{width:34px;height:34px}.quick-links b{font-size:13px}.quick-links small{font-size:11px;line-height:1.35}.popular-pages button{height:64px;padding:0 18px;grid-template-columns:38px 1fr 18px;font-size:12px}.popular-pages button>.ui-icon:first-child{width:28px;height:28px}.more-guides .article-cards article{height:215px}.more-guides .article-cards .art{height:100px}.follow{height:118px;margin:16px 40px;grid-template-columns:160px 240px 1fr}.follow h2{font-size:25px}.follow p{font-size:12px}.follow nav button{font-size:10px}.follow nav .ui-icon{width:32px;height:32px}.newsletter{height:180px;margin:0 40px;padding:24px;grid-template-columns:1fr 260px}.newsletter h2{font-size:23px}.newsletter p{font-size:12px}.newsletter form{width:500px;height:46px}.newsletter small{font-size:10px}.newsletter>div:last-child .ui-icon{width:90px;height:90px}

/* Page-specific closeout: keep the larger type while leaving every section above the fixed nav. */
.categories-page .category-intro{height:190px}.categories-page .category-grid button{height:72px}.categories-page .compact-cards article{height:190px}.categories-page .choose-right{height:145px;margin-top:14px;margin-bottom:14px;padding:12px}.categories-page .choose-right>div{margin-top:9px}.categories-page .choose-right>button{height:30px;margin-top:9px}.categories-page .category-guides .article-cards article{height:180px}.categories-page .category-guides .article-cards .art{height:78px}.categories-page .faq-wrap{margin-top:6px}.categories-page .faq article>button{height:36px}
.bonus-page .bonus-nav{height:90px}.bonus-page .offers>div>article{height:90px}.bonus-page .find-bonus{margin-top:12px;margin-bottom:12px}.bonus-page .find-bonus button{height:110px;padding:10px}.bonus-page .bonus-guides .article-cards article{height:190px}.bonus-page .bonus-guides .article-cards .art{height:82px}.bonus-page .faq-wrap{margin-top:6px}.bonus-page .faq article>button{height:36px}
.more-page .more-intro{height:200px}.more-page .quick-links button{height:88px}.more-page .popular-pages button{height:56px}.more-page .more-guides .article-cards article{height:185px}.more-page .more-guides .article-cards .art{height:78px}.more-page .follow{height:90px;margin-top:10px;margin-bottom:10px}.more-page .newsletter{height:150px;padding:18px}.more-page .faq-wrap{margin-top:8px}.more-page .faq article>button{height:36px}

/* Browser-comment detail pass. */
.home-page .home-hero>img{top:-18px;right:-1px;height:388px;object-fit:cover;object-position:center top}.home-page .home-hero footer{position:absolute;left:38px;bottom:9px;margin:0;z-index:4}.home-page .article-cards .art-1{background-image:url('./assets/art/home-hero.png');background-position:58% 22%}.home-page .article-cards .art-2{background-image:url('./assets/art/bonus-gift.png');background-position:center}.home-page .article-cards .art-4{background-image:linear-gradient(90deg,rgba(2,25,20,.05),rgba(2,25,20,.05)),url('./assets/extracted/feature-wallet-bg.png');background-position:center}.review-page .review-top aside{justify-content:center;gap:10px}.review-page .review-top aside small,.review-page .review-top aside strong,.review-page .review-top aside button{margin:0}.review-page .review-top aside strong{line-height:1.05;white-space:nowrap}.review-page .review-stats .ui-icon{width:36px;height:36px;padding:0;background:transparent}.review-page .features .ui-icon{width:38px;height:38px;padding:0;background:transparent}.review-page .review-stats{margin-top:22px}.review-page .review-stats article{gap:5px}.review-page .features>div{height:116px}.review-page .features article{gap:4px}.review-page .features b{margin-top:3px}

.article-cards .art-4{background-image:url('./assets/art/safety-guide-v2.png');background-position:center;background-size:cover}.category-scene,.more-scene{height:100%;overflow:hidden}.category-scene img,.more-scene img{width:100%;height:100%;margin:0;object-fit:cover;object-position:center}.category-intro,.more-intro{overflow:hidden}.categories-page .category-intro{grid-template-columns:1fr 380px}.more-page .more-intro{grid-template-columns:1fr 380px}.categories-page .popular-category nav{height:52px}.categories-page .popular-category nav button{font-size:12px;font-weight:650}.newsletter-art{width:220px;height:128px;display:block;object-fit:contain;mix-blend-mode:multiply}.more-page .newsletter>div:last-child{overflow:hidden}
.home-page .article-cards .art-4{background-image:url('./assets/art/safety-guide-v2.png');background-position:center;background-size:cover}
.bonus-page .bonus-nav button{position:relative;padding:8px 4px 6px}.bonus-page .bonus-nav button:before{content:'';position:absolute;top:7px;left:50%;width:44px;height:44px;transform:translateX(-50%);border-radius:11px;background:#f5f7f8}.bonus-page .bonus-nav button>.ui-icon{position:relative;z-index:1;display:block;width:34px;height:34px;margin:0 auto 7px;padding:0;background:transparent}.bonus-page .bonus-nav button:nth-child(1):before{background:#e8f7e8}.bonus-page .bonus-nav button:nth-child(2):before{background:#f2f4f7}.bonus-page .bonus-nav button:nth-child(3):before{background:#eaf2ff}.bonus-page .bonus-nav button:nth-child(4):before{background:#fff0f2}.bonus-page .bonus-nav button:nth-child(5):before{background:#fff8df}.bonus-page .bonus-nav button:nth-child(6):before,.bonus-page .bonus-nav button:nth-child(7):before{background:#f3f5f8}.bonus-page .bonus-nav button:nth-child(1)>.ui-icon{filter:brightness(0) saturate(100%) invert(45%) sepia(92%) saturate(491%) hue-rotate(72deg)}.bonus-page .bonus-nav button:nth-child(2)>.ui-icon{filter:brightness(0) saturate(100%) invert(23%) sepia(18%) saturate(1120%) hue-rotate(184deg)}.bonus-page .bonus-nav button:nth-child(3)>.ui-icon{filter:brightness(0) saturate(100%) invert(54%) sepia(80%) saturate(2925%) hue-rotate(199deg)}.bonus-page .bonus-nav button:nth-child(4)>.ui-icon{filter:brightness(0) saturate(100%) invert(42%) sepia(95%) saturate(3288%) hue-rotate(338deg)}.bonus-page .bonus-nav button:nth-child(5)>.ui-icon{filter:brightness(0) saturate(100%) invert(59%) sepia(94%) saturate(566%) hue-rotate(5deg)}.bonus-page .bonus-nav button:nth-child(6)>.ui-icon,.bonus-page .bonus-nav button:nth-child(7)>.ui-icon{filter:brightness(0) saturate(100%) invert(17%) sepia(19%) saturate(1097%) hue-rotate(181deg)}
.bonus-page .offers .rank{position:relative;width:34px;height:44px;display:grid;place-items:center;border-radius:8px;background:#f3f5f8;color:#172033;font-size:13px}.bonus-page .offers article:nth-child(-n+3) .rank{padding-top:8px}.bonus-page .offers article:nth-child(-n+3) .rank:before{content:'';position:absolute;top:5px;left:7px;width:20px;height:24px;border-radius:7px 7px 10px 10px;background:#ffcf4f;clip-path:polygon(18% 0,82% 0,100% 72%,50% 100%,0 72%)}.bonus-page .offers article:nth-child(2) .rank:before{background:#dce1e8}.bonus-page .offers article:nth-child(3) .rank:before{background:#ff9b73}.bonus-page .offers article:nth-child(-n+3) .rank{z-index:0}.bonus-page .offers article:nth-child(-n+3) .rank::after{content:attr(data-rank);position:absolute;top:11px;left:0;width:100%;color:#172033;font-weight:900;z-index:1}.bonus-page .offers article:nth-child(-n+3) .rank{font-size:0}
.bonus-page .find-bonus button>.ui-icon{width:42px;height:42px;padding:3px;filter:none}.bonus-page .find-bonus button:nth-child(1)>.ui-icon{color:#25a52b;filter:brightness(0) saturate(100%) invert(46%) sepia(88%) saturate(628%) hue-rotate(72deg)}.bonus-page .find-bonus button:nth-child(2)>.ui-icon{filter:brightness(0) saturate(100%) invert(51%) sepia(92%) saturate(1610%) hue-rotate(198deg)}.bonus-page .find-bonus button:nth-child(3)>.ui-icon{filter:brightness(0) saturate(100%) invert(43%) sepia(93%) saturate(1755%) hue-rotate(259deg)}.bonus-page .find-bonus button:nth-child(4)>.ui-icon{filter:brightness(0) saturate(100%) invert(54%) sepia(96%) saturate(2674%) hue-rotate(353deg)}.bonus-page .find-bonus button:nth-child(5)>.ui-icon{filter:brightness(0) saturate(100%) invert(15%) sepia(25%) saturate(1012%) hue-rotate(181deg)}.bonus-page .find-bonus button:nth-child(6)>.ui-icon{filter:brightness(0) saturate(100%) invert(20%) sepia(96%) saturate(6966%) hue-rotate(350deg)}.bonus-page .find-bonus button:nth-child(7)>.ui-icon{filter:brightness(0) saturate(100%) invert(72%) sepia(97%) saturate(852%) hue-rotate(359deg)}.bonus-page .find-bonus button:nth-child(8)>.ui-icon{filter:brightness(0) saturate(100%) invert(43%) sepia(80%) saturate(1536%) hue-rotate(253deg)}

/* Template 33 Categories source re-alignment. */
.categories-page{--cat-source:url('./assets/source-art/categories.png')}
.categories-page .category-intro{height:236px;margin:0 40px 20px;padding:34px 0 0;grid-template-columns:1fr 350px;background:#fff}
.categories-page .category-intro h1{margin-top:18px;font-size:38px;line-height:1.08;letter-spacing:0}
.categories-page .category-intro p{width:420px;margin-top:20px;font-size:15px;line-height:1.55;color:#1f2937}
.category-source-hero{width:320px;height:200px;background-image:var(--cat-source);background-size:864px 1821px;background-position:-520px -112px;background-repeat:no-repeat}
.categories-page .category-grid{margin:0 40px 23px;display:grid;grid-template-columns:1fr 1fr;gap:4px 10px;border:0;border-radius:0;overflow:visible}
.categories-page .category-grid button{height:92px;padding:0 15px;grid-template-columns:74px 1fr 22px;border:1px solid #edf1ee;border-radius:11px;background:#fff;box-shadow:0 5px 16px rgba(13,43,24,.045)}
.categories-page .category-grid button>.ui-icon:last-child{width:20px;height:20px;filter:brightness(0) saturate(100%) invert(16%) sepia(11%) saturate(955%) hue-rotate(179deg)}
.cat-art{width:64px;height:64px;display:block;border-radius:12px;background-image:var(--cat-source);background-size:864px 1821px;background-repeat:no-repeat}
.cat-sport{background-position:-54px -284px}.cat-casino{background-position:-442px -284px}.cat-live{background-position:-54px -380px}.cat-slots{background-position:-442px -380px}.cat-bingo{background-position:-54px -477px}.cat-poker{background-position:-442px -477px}.cat-gift{background-position:-54px -574px}.cat-money{background-position:-442px -574px}.cat-bolt{background-position:-54px -671px}.cat-mobile{background-position:-442px -671px}.cat-crypto{background-position:-54px -768px}.cat-safe{background-position:-442px -768px}
.categories-page .category-grid b{font-size:16px;line-height:1.1;color:#111827}.categories-page .category-grid small{margin-top:8px;font-size:13px;line-height:1.1;color:#4b5563}.categories-page .category-grid em{margin-top:6px;font-size:13px;line-height:1;color:#111827}
.categories-page .popular-category .section-head{height:55px}.categories-page .popular-category .section-head h2{font-size:22px}.categories-page .popular-category nav{height:52px;grid-template-columns:1.05fr 1fr 1.2fr 1fr 1fr 1fr 1.7fr;border-bottom:1px solid #dfe7e0}.categories-page .popular-category nav button{font-size:13px;font-weight:500;color:#111827}.categories-page .popular-category nav button.active{border-bottom:2px solid var(--green);color:var(--green);font-weight:750}
.categories-page .compact-cards{gap:13px;margin-top:17px}.categories-page .compact-cards article{height:257px;padding:13px 13px 16px;border-radius:10px;box-shadow:0 4px 14px rgba(21,38,27,.06)}.categories-page .compact-cards article>span{left:10px;top:8px;width:28px;height:35px;display:grid;place-items:center;border-radius:8px;background:#eef2f7;font-size:13px;font-weight:800;color:#111827}.categories-page .compact-cards article:nth-child(1)>span{background:linear-gradient(#ffeaa5,#ffc234);color:#fff}.categories-page .compact-cards article:nth-child(2)>span{background:#e9edf3}.categories-page .compact-cards article:nth-child(3)>span{background:#ffb079;color:#fff}.categories-page .compact-cards .brand-logo{height:62px;margin:0 0 15px;border-radius:7px}.categories-page .compact-cards .brand-logo b{font-size:18px}.categories-page .compact-cards article>b{margin:0 0 6px;font-size:13px}.categories-page .compact-cards article>em{display:inline-flex;align-items:center;gap:3px;margin-bottom:12px;padding:2px 6px;border-radius:5px;background:#eaf3ff;color:#1674e8;font-style:normal;font-size:10px;font-weight:700}.categories-page .compact-cards article>em .ui-icon{width:11px;height:11px;filter:brightness(0) saturate(100%) invert(46%) sepia(97%) saturate(1724%) hue-rotate(194deg)}.categories-page .compact-cards article>strong{display:flex;align-items:center;justify-content:center;gap:5px;margin:0 0 10px;font-size:18px}.categories-page .compact-cards .stars .ui-icon{width:13px;height:13px}.categories-page .compact-cards article>small{margin:0 0 14px;font-size:13px;line-height:1.25;color:#4b5563}.categories-page .compact-cards article button{width:128px;height:34px;border-radius:7px;font-size:13px;font-weight:800}
.categories-page .choose-right{height:199px;margin:22px 40px 23px;padding:20px;border-radius:10px}.categories-page .choose-right h2{font-size:21px}.categories-page .choose-right>div{margin-top:21px}.categories-page .choose-right article{display:flex;flex-direction:column;align-items:center;text-align:center}.categories-page .choose-right .ui-icon{width:38px;height:38px;margin-bottom:9px}.categories-page .choose-right b{font-size:13px}.categories-page .choose-right small{font-size:12px;line-height:1.35}.categories-page .choose-right>button{height:38px;margin-top:18px;border-radius:6px;font-size:13px;font-weight:800}
.categories-page .category-guides .section-head{height:57px}.categories-page .category-guides .section-head h2{font-size:23px}.categories-page .category-guides .article-cards article{height:202px;padding:9px;border-radius:9px}.categories-page .category-guides .article-cards .art{height:90px;border-radius:7px}.categories-page .category-article-cards .art-1{background-image:url('./assets/extracted/feature-sports-bg.png')}.categories-page .category-article-cards .art-2{background-image:url('./assets/art/bonus-gift.png')}.categories-page .category-article-cards .art-3{background-image:url('./assets/art/home-hero.png');background-position:60% 45%}.categories-page .category-article-cards .art-4{background-image:url('./assets/art/safety-guide-v2.png')}.categories-page .category-guides .article-cards h3{font-size:13px;line-height:1.24}.categories-page .category-guides .article-cards p{font-size:11px;color:#4b5563}.categories-page .faq-wrap{margin-top:3px}.categories-page .faq article>button{height:39px;font-size:11px}

/* Categories vertical fit correction: keep latest cards above the bottom nav. */
.categories-page .category-intro{height:220px;margin-bottom:12px;padding-top:28px}
.categories-page .category-source-hero{height:184px;background-position:-520px -118px}
.categories-page .category-grid{margin-bottom:16px;gap:3px 9px}
.categories-page .category-grid button{height:80px;grid-template-columns:65px 1fr 20px}
.categories-page .cat-art{width:54px;height:54px;background-size:760px 1602px}
.categories-page .cat-sport{background-position:-48px -250px}.categories-page .cat-casino{background-position:-389px -250px}.categories-page .cat-live{background-position:-48px -335px}.categories-page .cat-slots{background-position:-389px -335px}.categories-page .cat-bingo{background-position:-48px -420px}.categories-page .cat-poker{background-position:-389px -420px}.categories-page .cat-gift{background-position:-48px -505px}.categories-page .cat-money{background-position:-389px -505px}.categories-page .cat-bolt{background-position:-48px -590px}.categories-page .cat-mobile{background-position:-389px -590px}.categories-page .cat-crypto{background-position:-48px -676px}.categories-page .cat-safe{background-position:-389px -676px}
.categories-page .category-grid b{font-size:15px}.categories-page .category-grid small{margin-top:5px;font-size:12px}.categories-page .category-grid em{margin-top:4px;font-size:12px}
.categories-page .popular-category .section-head{height:44px}.categories-page .popular-category nav{height:43px}.categories-page .compact-cards{margin-top:10px}.categories-page .compact-cards article{height:212px;padding:11px 10px 12px}.categories-page .compact-cards .brand-logo{height:54px;margin-bottom:10px}.categories-page .compact-cards article>em{margin-bottom:8px}.categories-page .compact-cards article>strong{margin-bottom:7px}.categories-page .compact-cards article>small{margin-bottom:9px}
.categories-page .choose-right{height:156px;margin-top:14px;margin-bottom:13px;padding:16px}.categories-page .choose-right>div{margin-top:14px}.categories-page .choose-right .ui-icon{width:34px;height:34px;margin-bottom:6px}.categories-page .choose-right>button{height:32px;margin-top:10px}
.categories-page .category-guides .section-head{height:46px}.categories-page .category-guides .article-cards article{height:174px}.categories-page .category-guides .article-cards .art{height:72px}

@media(prefers-reduced-motion:reduce){*{transition:none!important}}

/* Manual review corrections: keep copy clear of the hero art and expose registration in the header. */
.site-header{grid-template-columns:48px 1fr 138px 48px}
.header-register{justify-self:end;width:118px;height:42px;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:7px;background:var(--green);color:#fff;text-decoration:none;font-size:15px;font-weight:800}
.header-register .ui-icon{width:20px;height:20px;filter:brightness(0) invert(1)}
.home-page .home-hero>div{width:410px;padding:32px}
.home-page .home-hero h1{width:370px;font-size:44px}
.home-page .home-hero p{width:360px;margin:14px 0 12px;font-size:15px}
.home-page .home-hero form{width:370px;height:52px;margin-top:0}
.home-page .home-hero footer{position:static;left:auto;bottom:auto;margin-top:8px;gap:8px}
.home-page .home-hero>img{width:470px;object-position:right top;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 34%,#000 100%);mask-image:linear-gradient(90deg,transparent 0,#000 34%,#000 100%)}
.home-page .home-hero:after{display:none}
.bottom-nav .ui-icon{width:40px;height:40px}
.register-close{position:absolute;right:13px;top:13px;border:0;background:none}
.register-modal p{color:var(--muted)}
.register-modal form{height:auto;display:grid;grid-template-columns:1fr;gap:10px}
.register-modal form label{height:45px;border-radius:6px}
.register-modal form>button{height:45px;border:0;border-radius:6px;background:var(--green);color:#fff;font-weight:800}

/* Scroll-flow repair: the reference is a page, not a fixed screenshot canvas. */
html{min-height:100%}
body{min-height:100dvh;height:auto!important;overflow-x:hidden;overflow-y:auto}
.page{height:auto;min-height:100dvh;padding-bottom:88px;overflow:visible}
.bottom-nav{position:fixed;left:50%;bottom:0;width:864px;transform:translateX(-50%)}
.toast{position:fixed}
.drawer,.modal{position:fixed}
.drawer{height:100dvh}
