:root {
    --community-orange: #ff6415;
    --community-ink: #0d1729;
    --community-muted: #667085;
    --community-line: #e4e7ec;
    --community-green: #08a66c;
    --community-purple: #7755dc;
}

.community-page { background: #fff; }
.community-page main { overflow: hidden; }
.community-page .home-shell { width: min(1240px, calc(100% - 40px)); }
.community-page .seo-primary-button { color: #fff; }
.community-page .seo-primary-button:hover { color: #fff; }

.community-hero {
    position: relative;
    overflow: hidden;
    padding: 132px 0 80px;
    background: linear-gradient(145deg, #fff 5%, #fff4ec 100%);
}
.community-orb { position: absolute; border-radius: 50%; pointer-events: none; }
.community-orb-a { top: -310px; right: -170px; width: 650px; height: 650px; background: radial-gradient(circle, rgba(255,100,21,.22), transparent 68%); }
.community-orb-b { bottom: -330px; left: -230px; width: 610px; height: 610px; background: radial-gradient(circle, rgba(119,85,220,.13), transparent 68%); }
.community-hero .seo-breadcrumb { margin-bottom: 42px; }
.community-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(430px,.82fr); gap: 78px; align-items: center; }
.community-kicker { display: inline-flex; align-items: center; gap: 10px; color: #c2410c; font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.community-kicker::before { width: 28px; height: 2px; border-radius: 2px; background: var(--community-orange); content: ""; }
.community-hero-copy h1 { max-width: 800px; margin: 16px 0 22px; font-size: clamp(48px,6vw,78px); line-height: .99; letter-spacing: -.065em; }
.community-hero-copy h1 em { color: var(--community-orange); font-style: normal; }
.community-hero-copy > p { max-width: 720px; margin: 0; color: #526077; font-size: 17px; line-height: 1.78; }
.community-trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 24px; color: #536074; font-size: 12px; font-weight: 750; }
.community-trust-row span { display: flex; align-items: center; gap: 7px; }
.community-trust-row i { color: var(--community-orange); font-style: normal; font-weight: 950; }

.reward-hero-board,
.affiliate-hero-dashboard { overflow: hidden; border: 1px solid rgba(255,255,255,.9); border-radius: 28px; background: rgba(255,255,255,.88); box-shadow: 0 35px 95px rgba(16,24,40,.16); backdrop-filter: blur(18px); }
.reward-hero-board > header,
.affiliate-hero-dashboard > header { display: flex; min-height: 58px; align-items: center; justify-content: space-between; padding: 0 22px; border-bottom: 1px solid #e8eaf0; background: #101828; color: #fff; }
.reward-hero-board > header > span { display: flex; gap: 5px; }
.reward-hero-board > header > span i { width: 7px; height: 7px; border-radius: 50%; background: #667085; }
.reward-hero-board > header > span i:first-child { background: var(--community-orange); }
.reward-hero-board > header strong,
.affiliate-hero-dashboard > header span { font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.reward-hero-board > header b,
.affiliate-hero-dashboard > header b { padding: 7px 9px; border-radius: 8px; color: #fff; background: var(--community-orange); font-size: 9px; }
.reward-board-top { display: grid; grid-template-columns: 150px 1fr; gap: 20px; align-items: center; padding: 25px; }
.reward-wheel { position: relative; display: grid; width: 140px; height: 140px; place-items: center; border: 8px solid #fff; border-radius: 50%; background: conic-gradient(#ff6415 0 45deg,#7755dc 45deg 90deg,#344054 90deg 135deg,#12b76a 135deg 180deg,#f79009 180deg 225deg,#2878ff 225deg 270deg,#e52a21 270deg 315deg,#101828 315deg); box-shadow: 0 0 0 4px #ccd2dc,0 15px 35px rgba(16,24,40,.18); }
.reward-wheel::before { position: absolute; top: -15px; width: 0; height: 0; border-top: 24px solid #101828; border-right: 13px solid transparent; border-left: 13px solid transparent; content: ""; }
.reward-wheel span { display: grid; width: 50px; height: 50px; place-items: center; border: 5px solid #fff; border-radius: 50%; color: #fff; background: var(--community-orange); box-shadow: 0 5px 20px rgba(16,24,40,.28); }
.reward-wheel b { font-size: 20px; }
.reward-board-top > div:last-child { display: grid; gap: 5px; }
.reward-board-top small { color: var(--community-orange); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.reward-board-top strong { font-size: 23px; letter-spacing: -.035em; }
.reward-board-top span { color: var(--community-muted); font-size: 13px; }
.reward-board-task { display: grid; grid-template-columns: 42px minmax(0,1fr) auto; gap: 12px; align-items: center; margin: 0 22px 12px; padding: 15px; border: 1px solid #e4e7ec; border-radius: 15px; }
.reward-board-task > i { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; color: #087451; background: #dcfae6; font-style: normal; font-weight: 900; }
.reward-board-task > span { display: grid; gap: 7px; }
.reward-board-task strong { font-size: 13px; }
.reward-board-task small { display: block; overflow: hidden; height: 5px; border-radius: 5px; background: #edf0f3; }
.reward-board-task small b { display: block; width: 100%; height: 100%; background: var(--community-green); }
.reward-board-task em { color: #087451; font-size: 12px; font-style: normal; font-weight: 900; }
.reward-board-badges { display: flex; align-items: center; gap: 8px; margin: 0 22px 22px; padding: 16px; border-radius: 15px; color: #fff; background: linear-gradient(135deg,#101828,#23314a); }
.reward-board-badges > span { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; color: #ff9a62; background: rgba(255,255,255,.08); }
.reward-board-badges > div { display: grid; gap: 3px; margin-left: 5px; }
.reward-board-badges strong { font-size: 12px; }
.reward-board-badges small { color: #9ca6b6; font-size: 10px; }

.community-stat-strip { border-top: 1px solid var(--community-line); border-bottom: 1px solid var(--community-line); background: #fff; }
.community-stat-strip .home-shell { display: grid; grid-template-columns: repeat(4,1fr); }
.community-stat-strip article { display: grid; min-width: 0; gap: 3px; padding: 27px 25px; border-right: 1px solid var(--community-line); }
.community-stat-strip article:last-child { border-right: 0; }
.community-stat-strip strong { color: var(--community-orange); font-size: 27px; line-height: 1; letter-spacing: -.04em; }
.community-stat-strip span { margin-top: 5px; color: var(--community-ink); font-size: 13px; font-weight: 850; }
.community-stat-strip small { color: var(--community-muted); font-size: 10px; line-height: 1.4; }
.community-detail-nav { top: 78px; }
.community-section { padding: 95px 0; }

.public-game-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.public-game-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--community-line); border-radius: 22px; background: #fff; box-shadow: 0 15px 42px rgba(16,24,40,.06); transition: .25s ease; }
.public-game-card:hover { border-color: #ffb081; box-shadow: 0 24px 60px rgba(16,24,40,.12); transform: translateY(-5px); }
.public-game-visual { position: relative; display: grid; min-height: 145px; place-items: center; overflow: hidden; color: #fff; background: linear-gradient(145deg,#101828,#27344a); }
.public-game-visual::before { position: absolute; inset: auto -35% -80% 15%; height: 150%; border-radius: 50%; background: radial-gradient(circle,rgba(255,100,21,.75),transparent 66%); content: ""; }
.public-game-visual > span { position: relative; z-index: 1; font-size: 46px; font-weight: 950; letter-spacing: -.15em; }
.public-game-visual > b { position: absolute; top: 14px; right: 14px; display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; background: rgba(255,255,255,.08); font-size: 9px; }
.public-game-card.game-tree .public-game-visual::before { background: radial-gradient(circle,rgba(18,183,106,.82),transparent 66%); }
.public-game-card.game-vault .public-game-visual::before { background: radial-gradient(circle,rgba(247,144,9,.78),transparent 66%); }
.public-game-card.game-swipe .public-game-visual::before { background: radial-gradient(circle,rgba(119,85,220,.85),transparent 66%); }
.public-game-card > div:last-child { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.public-game-card small { color: var(--community-orange); font-size: 9px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.public-game-card h3 { margin: 8px 0 9px; font-size: 20px; letter-spacing: -.035em; }
.public-game-card p { margin: 0 0 19px; color: var(--community-muted); font-size: 12px; line-height: 1.7; }
.public-game-card a { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 16px; border-top: 1px solid #edf0f3; color: #c2410c; font-size: 11px; font-weight: 850; }

.reward-loop-section,
.affiliate-tracking-section { color: #fff; background: #101828; }
.reward-loop-grid { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 18px; align-items: center; }
.reward-loop-grid > article { position: relative; min-height: 270px; padding: 30px; border: 1px solid #344054; border-radius: 22px; background: #182438; }
.reward-loop-grid > article > b { position: absolute; top: 24px; right: 24px; color: #667085; font-size: 12px; }
.reward-loop-grid > article > span { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 15px; color: #fff; background: var(--community-orange); font-size: 20px; }
.reward-loop-grid > article:nth-of-type(2) > span { background: var(--community-green); }
.reward-loop-grid > article:nth-of-type(3) > span { background: var(--community-purple); }
.reward-loop-grid h3 { margin: 30px 0 10px; font-size: 22px; letter-spacing: -.035em; }
.reward-loop-grid p { margin: 0; color: #a6afbe; font-size: 13px; line-height: 1.72; }
.reward-loop-grid > i { color: #ff9a62; font-size: 27px; font-style: normal; }

.tree-story-section { background: #f5f8f4; }
.tree-story-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 75px; align-items: center; }
.tree-scene { position: relative; min-height: 500px; overflow: hidden; border-radius: 28px; background: linear-gradient(#8fd4f2 0 63%,#74b663 63%); box-shadow: 0 30px 70px rgba(33,93,69,.16); }
.tree-scene::after { position: absolute; right: -10%; bottom: 18%; left: -10%; height: 23%; border-radius: 50% 50% 0 0; background: #529746; content: ""; }
.tree-sun { position: absolute; top: 52px; right: 70px; width: 76px; height: 76px; border-radius: 50%; background: #fff0a1; box-shadow: 0 0 0 18px rgba(255,255,255,.17); }
.tree-cloud { position: absolute; width: 90px; height: 25px; border-radius: 30px; background: rgba(255,255,255,.55); }
.tree-cloud::before,.tree-cloud::after { position: absolute; bottom: 0; border-radius: 50%; background: inherit; content: ""; }
.tree-cloud::before { left: 13px; width: 38px; height: 38px; }.tree-cloud::after { right: 12px; width: 45px; height: 45px; }
.cloud-a { top: 100px; left: 70px; }.cloud-b { top: 185px; right: 100px; transform: scale(.65); }
.tree-ground { position: absolute; z-index: 2; right: 24%; bottom: 23%; left: 24%; height: 70px; border-radius: 50%; background: #536b31; box-shadow: inset 0 0 0 3px rgba(255,255,255,.18); }
.tree-plant { position: absolute; z-index: 3; bottom: 29%; left: 50%; width: 200px; height: 240px; transform: translateX(-50%); transform-origin: bottom; animation: publicTreeSway 4.8s ease-in-out infinite; }
.tree-plant > i { position: absolute; bottom: 0; left: 93px; width: 18px; height: 130px; border-radius: 12px 12px 4px 4px; background: #70431f; }
.tree-plant > b { position: absolute; top: 5px; right: 3px; left: 3px; height: 165px; border-radius: 50%; background: #2f8b4c; box-shadow: 0 18px 0 #26743e; }
.tree-plant em { position: absolute; width: 23px; height: 23px; border-radius: 50%; background: #ff7a19; box-shadow: inset -4px -4px 0 rgba(178,62,0,.25); }
.tree-plant em:nth-child(1){top:30px;left:45px}.tree-plant em:nth-child(2){top:65px;right:35px}.tree-plant em:nth-child(3){top:95px;left:70px}.tree-plant em:nth-child(4){top:30px;right:70px}.tree-plant em:nth-child(5){top:105px;right:70px}
.tree-status { position: absolute; z-index: 5; right: 24px; bottom: 22px; left: 24px; display: grid; grid-template-columns: repeat(3,1fr); padding: 16px; border-radius: 16px; color: #fff; background: rgba(16,24,40,.68); backdrop-filter: blur(10px); }
.tree-status span { display: grid; gap: 2px; text-align: center; }.tree-status strong { font-size: 16px; }.tree-status small { color: #c9d1dc; font-size: 10px; }
.tree-story-copy h2,.badge-public-panel h2,.affiliate-audience-grid h2,.affiliate-payment-copy h2 { margin: 14px 0 18px; font-size: clamp(34px,4vw,52px); line-height: 1.07; letter-spacing: -.055em; }
.tree-story-copy > p,.badge-public-panel > p,.affiliate-audience-grid > div:first-child > p,.affiliate-payment-copy > p { margin: 0; color: var(--community-muted); font-size: 15px; line-height: 1.78; }
.tree-story-copy ul { display: grid; gap: 13px; margin: 28px 0 30px; padding: 0; list-style: none; }
.tree-story-copy li { display: grid; grid-template-columns: 42px 1fr; gap: 13px; align-items: center; padding: 15px; border: 1px solid #dfe7dd; border-radius: 15px; background: #fff; }
.tree-story-copy li > i { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; color: #087451; background: #e2f5eb; font-size: 10px; font-style: normal; font-weight: 900; }
.tree-story-copy li span { display: grid; gap: 3px; }.tree-story-copy li strong { font-size: 13px; }.tree-story-copy li small { color: var(--community-muted); font-size: 11px; line-height: 1.45; }
@keyframes publicTreeSway { 0%,100% { transform: translateX(-50%) rotate(-1deg); } 50% { transform: translateX(-50%) rotate(1.5deg); } }

.task-badge-section { background: #fff; }
.task-badge-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 28px; align-items: stretch; }
.task-public-panel,.badge-public-panel { padding: 38px; border: 1px solid var(--community-line); border-radius: 26px; }
.task-public-panel { background: #f8fafc; }
.panel-heading > span { color: var(--community-orange); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.panel-heading h2 { margin: 10px 0 8px; font-size: 34px; letter-spacing: -.045em; }.panel-heading p { margin: 0; color: var(--community-muted); font-size: 13px; line-height: 1.65; }
.task-public-tabs { display: flex; gap: 7px; margin: 26px 0 14px; }.task-public-tabs span { padding: 10px 13px; border: 1px solid #dfe3e8; border-radius: 10px; color: #667085; background: #fff; font-size: 10px; font-weight: 800; }.task-public-tabs span.active { border-color: #101828; color: #fff; background: #101828; }
.task-public-list { display: grid; gap: 9px; }.task-public-list article { display: grid; grid-template-columns: 44px minmax(0,1fr) auto; gap: 13px; align-items: center; padding: 15px; border: 1px solid #e4e7ec; border-radius: 14px; background: #fff; }.task-public-list article > i { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 12px; color: #c2410c; background: #fff0e8; font-style: normal; }.task-public-list article > div { display: grid; gap: 5px; }.task-public-list strong { font-size: 13px; }.task-public-list div > span { display: block; overflow: hidden; height: 5px; border-radius: 5px; background: #eef0f3; }.task-public-list div > span b { display: block; height: 100%; border-radius: inherit; background: var(--community-orange); }.task-public-list small { color: #98a2b3; font-size: 9px; }.task-public-list em { color: #087451; font-size: 11px; font-style: normal; font-weight: 900; }
.badge-public-panel { color: #fff; background: linear-gradient(145deg,#101828,#1d2b43); }.badge-public-panel .seo-section-tag { color: #ffac7d; }.badge-public-panel > p { color: #aab3c2; }.badge-medal-row { display: flex; gap: 11px; margin: 28px 0; }.badge-medal-row span { display: grid; width: 66px; height: 66px; place-items: center; border: 5px solid rgba(255,255,255,.12); border-radius: 50%; color: #fff; font-size: 23px; box-shadow: 0 12px 25px rgba(0,0,0,.2); }.medal-orange{background:#ff6415}.medal-blue{background:#2878ff}.medal-purple{background:#7755dc}.medal-green{background:#08a66c}.badge-features { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }.badge-features span { display: flex; gap: 8px; padding: 13px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; color: #d0d5dd; background: rgba(255,255,255,.04); font-size: 11px; }.badge-features i { color: #ff9a62; font-style: normal; }.badge-public-panel > a { display: flex; align-items: center; justify-content: space-between; margin-top: 26px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.12); color: #ff9a62; font-size: 12px; font-weight: 850; }

.community-transparency { padding: 27px 0; color: #fff; background: #087451; }.community-transparency .home-shell { display: grid; grid-template-columns: 62px minmax(0,1fr) auto; gap: 20px; align-items: center; }.community-transparency .home-shell > span { display: grid; width: 58px; height: 58px; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 17px; background: rgba(255,255,255,.12); font-size: 16px; font-weight: 950; }.community-transparency strong { font-size: 16px; }.community-transparency p { max-width: 740px; margin: 5px 0 0; color: #c7eadc; font-size: 11px; line-height: 1.55; }.community-transparency a { min-height: 46px; padding: 0 16px; border-radius: 11px; color: #087451; background: #fff; font-size: 11px; font-weight: 850; display:flex;align-items:center; }

/* Affiliate */
.affiliate-hero { background: linear-gradient(145deg,#fff 4%,#eef5ff 100%); }
.affiliate-hero .community-orb-a { background: radial-gradient(circle,rgba(40,120,255,.19),transparent 68%); }
.affiliate-hero .community-orb-b { background: radial-gradient(circle,rgba(255,100,21,.14),transparent 68%); }
.affiliate-hero .community-hero-copy h1 em { color: #2878ff; }
.affiliate-hero .community-kicker { color: #174ea6; }.affiliate-hero .community-kicker::before { background: #2878ff; }
.affiliate-hero-dashboard { padding-bottom: 22px; }.affiliate-hero-dashboard > header b { background: #12a474; }
.affiliate-link-preview { position: relative; display: grid; gap: 7px; margin: 22px; padding: 18px; border: 1px solid #dfe5ee; border-radius: 15px; background: #f8fafc; }.affiliate-link-preview small { color: #667085; font-size: 9px; font-weight: 900; letter-spacing: .1em; }.affiliate-link-preview strong { overflow: hidden; padding-right: 80px; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }.affiliate-link-preview span { position: absolute; top: 50%; right: 14px; padding: 8px 10px; border-radius: 8px; color: #174ea6; background: #eaf2ff; font-size: 9px; font-weight: 900; transform: translateY(-50%); }
.affiliate-metric-preview { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0 22px 10px; }.affiliate-metric-preview article { display: grid; gap: 5px; padding: 17px; border: 1px solid #e4e7ec; border-radius: 14px; }.affiliate-metric-preview small { color: #7a8496; font-size: 8px; font-weight: 850; }.affiliate-metric-preview strong { font-size: 27px; letter-spacing: -.04em; }.affiliate-metric-preview i { color: #087451; font-size: 9px; font-style: normal; font-weight: 800; }
.affiliate-wallet-preview { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin: 0 22px; padding: 18px; border-radius: 14px; color: #fff; background: linear-gradient(135deg,#101828,#24334c); }.affiliate-wallet-preview > span { display: grid; gap: 4px; }.affiliate-wallet-preview small { color: #98a2b3; font-size: 8px; font-weight: 900; }.affiliate-wallet-preview strong { font-size: 22px; }.affiliate-wallet-preview > b { padding: 10px; border-radius: 9px; color: #fff; background: #2878ff; font-size: 9px; }
.affiliate-stat-strip strong { color: #2878ff; }
.affiliate-process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }.affiliate-process-grid article { position: relative; min-height: 250px; padding: 27px; border: 1px solid var(--community-line); border-radius: 21px; background: #fff; box-shadow: 0 15px 40px rgba(16,24,40,.05); }.affiliate-process-grid article > b { position: absolute; top: 23px; right: 23px; color: #98a2b3; font-size: 11px; }.affiliate-process-grid article > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 14px; color: #174ea6; background: #eaf2ff; font-size: 18px; }.affiliate-process-grid h3 { margin: 30px 0 10px; font-size: 19px; letter-spacing: -.035em; }.affiliate-process-grid p { margin: 0; color: var(--community-muted); font-size: 12px; line-height: 1.7; }
.affiliate-audience-section { background: #f8fafc; }.affiliate-audience-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 75px; align-items: center; }.affiliate-audience-grid .seo-primary-button { margin-top: 27px; }.affiliate-audience-list { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }.affiliate-audience-list article { display: grid; grid-template-columns: 48px 1fr; gap: 13px; align-items: center; padding: 18px; border: 1px solid #e1e5eb; border-radius: 16px; background: #fff; }.affiliate-audience-list article > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 14px; color: #174ea6; background: #eaf2ff; font-size: 17px; }.affiliate-audience-list article > div { display: grid; gap: 4px; }.affiliate-audience-list strong { font-size: 13px; }.affiliate-audience-list small { color: var(--community-muted); font-size: 10px; line-height: 1.45; }
.affiliate-tracking-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }.affiliate-tracking-grid article { padding: 25px; border: 1px solid #344054; border-radius: 19px; background: #182438; }.affiliate-tracking-grid span { display: grid; width: 44px; height: 44px; place-items: center; margin-bottom: 22px; border-radius: 13px; color: #fff; background: #2878ff; font-size: 17px; }.affiliate-tracking-grid strong { display: block; font-size: 16px; }.affiliate-tracking-grid p { margin: 8px 0 0; color: #aab3c2; font-size: 12px; line-height: 1.65; }
.affiliate-payment-grid { display: grid; grid-template-columns: 1fr 430px; gap: 75px; align-items: center; }.affiliate-payment-methods { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }.affiliate-payment-methods article { display: grid; grid-template-columns: 48px 1fr; gap: 13px; align-items: center; padding: 18px; border: 1px solid #e4e7ec; border-radius: 15px; }.affiliate-payment-methods article > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 14px; color: #087451; background: #e5f8ee; font-size: 18px; font-weight: 900; }.affiliate-payment-methods article > div { display: grid; gap: 4px; }.affiliate-payment-methods strong { font-size: 13px; }.affiliate-payment-methods small { color: var(--community-muted); font-size: 10px; line-height: 1.4; }
.affiliate-terms-card { padding: 30px; border-radius: 24px; color: #fff; background: linear-gradient(145deg,#101828,#1e2c44); box-shadow: 0 30px 70px rgba(16,24,40,.16); }.affiliate-terms-card > span { color: #79aaff; font-size: 10px; font-weight: 900; letter-spacing: .14em; }.affiliate-terms-card dl { display: grid; gap: 0; margin: 20px 0; }.affiliate-terms-card dl > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.1); }.affiliate-terms-card dt { color: #aab3c2; font-size: 11px; }.affiliate-terms-card dd { margin: 0; font-size: 15px; font-weight: 900; }.affiliate-terms-card p { color: #98a2b3; font-size: 10px; line-height: 1.6; }.affiliate-terms-card a { display: flex; min-height: 46px; align-items: center; justify-content: space-between; margin-top: 20px; padding: 0 15px; border-radius: 11px; color: #fff; background: #2878ff; font-size: 11px; font-weight: 850; }
.affiliate-rules-band { padding: 35px 0; background: #edf4ff; }.affiliate-rules-band .home-shell { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; overflow: hidden; border: 1px solid #d8e6fa; border-radius: 20px; background: #d8e6fa; }.affiliate-rules-band .home-shell > div { padding: 23px; background: #f7faff; }.affiliate-rules-band span { display: grid; width: 38px; height: 38px; place-items: center; margin-bottom: 15px; border-radius: 11px; color: #174ea6; background: #dfeaff; font-size: 11px; font-weight: 900; }.affiliate-rules-band strong { display: block; font-size: 13px; }.affiliate-rules-band p { margin: 7px 0 0; color: var(--community-muted); font-size: 10px; line-height: 1.55; }

@media (max-width: 1120px) {
    .community-hero-grid { grid-template-columns: 1fr 400px; gap: 45px; }
    .public-game-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .affiliate-process-grid { grid-template-columns: repeat(2,1fr); }
    .affiliate-payment-grid { grid-template-columns: 1fr 390px; gap: 45px; }
}

@media (max-width: 860px) {
    .community-page { padding-bottom: calc(78px + env(safe-area-inset-bottom,0px)); }
    .community-page .home-shell { width: min(100% - 30px,1240px); }
    .community-hero { padding: 112px 0 55px; }
    .community-hero .seo-breadcrumb { margin-bottom: 28px; }
    .community-hero-grid,.tree-story-grid,.task-badge-grid,.affiliate-audience-grid,.affiliate-payment-grid { grid-template-columns: 1fr; }
    .community-hero-grid { gap: 42px; }
    .community-hero-copy h1 { font-size: clamp(43px,11.5vw,64px); }
    .community-hero-copy > p { font-size: 15px; }
    .community-stat-strip .home-shell { grid-template-columns: 1fr 1fr; }
    .community-stat-strip article:nth-child(2) { border-right: 0; }
    .community-stat-strip article:nth-child(-n+2) { border-bottom: 1px solid var(--community-line); }
    .community-section { padding: 70px 0; }
    .reward-loop-grid { grid-template-columns: 1fr; }
    .reward-loop-grid > i { transform: rotate(90deg); text-align: center; }
    .reward-loop-grid > article { min-height: 0; }
    .tree-story-grid,.affiliate-audience-grid,.affiliate-payment-grid { gap: 42px; }
    .tree-scene { min-height: 470px; }
    .affiliate-tracking-grid { grid-template-columns: 1fr 1fr; }
    .affiliate-rules-band .home-shell { grid-template-columns: 1fr 1fr; }
    .community-transparency .home-shell { grid-template-columns: 58px 1fr; }.community-transparency a { grid-column: 1/-1; justify-content: center; }
}

@media (max-width: 600px) {
    .community-page .home-shell { width: min(100% - 22px,1240px); }
    .community-hero { padding-top: 100px; }
    .community-kicker { font-size: 9px; }
    .community-hero-copy h1 { margin-top: 13px; font-size: 42px; line-height: 1.02; }
    .community-hero-copy > p { font-size: 14px; line-height: 1.72; }
    .community-hero-copy .seo-hero-actions { display: grid; }.community-hero-copy .seo-primary-button,.community-hero-copy .seo-secondary-button { width: 100%; }
    .community-trust-row { display: grid; gap: 9px; font-size: 11px; }
    .reward-hero-board,.affiliate-hero-dashboard { border-radius: 21px; }
    .reward-board-top { grid-template-columns: 115px 1fr; gap: 14px; padding: 18px; }.reward-wheel { width: 108px; height: 108px; }.reward-wheel span { width: 42px; height: 42px; }.reward-board-top strong { font-size: 18px; }.reward-board-task,.reward-board-badges { margin-right: 14px; margin-left: 14px; }.reward-board-badges > span:nth-child(3) { display: none; }
    .community-stat-strip article { padding: 20px 13px; }.community-stat-strip strong { font-size: 22px; }.community-stat-strip span { font-size: 11px; }.community-stat-strip small { font-size: 9px; }
    .community-detail-nav { top: 70px; }
    .seo-section-heading { display: grid; gap: 16px; }.seo-section-heading h2 { font-size: 34px; }.seo-section-heading > p { font-size: 12px; }
    .public-game-grid,.affiliate-process-grid,.affiliate-tracking-grid,.affiliate-audience-list,.affiliate-payment-methods,.affiliate-rules-band .home-shell { grid-template-columns: 1fr; }
    .public-game-visual { min-height: 125px; }.public-game-card > div:last-child { padding: 20px; }.public-game-card p { font-size: 12px; }
    .tree-scene { min-height: 400px; border-radius: 21px; }.tree-plant { bottom: 27%; transform: translateX(-50%) scale(.83); }.tree-status { right: 12px; bottom: 12px; left: 12px; }.tree-story-copy h2,.badge-public-panel h2,.affiliate-audience-grid h2,.affiliate-payment-copy h2 { font-size: 36px; }
    .task-public-panel,.badge-public-panel { padding: 24px 18px; border-radius: 20px; }.panel-heading h2 { font-size: 29px; }.task-public-tabs { overflow-x: auto; }.task-public-tabs span { flex: 0 0 auto; }.task-public-list article { grid-template-columns: 40px minmax(0,1fr); }.task-public-list article > i { width: 40px; height: 40px; }.task-public-list em { grid-column: 2; }.badge-medal-row span { width: 54px; height: 54px; }.badge-features { grid-template-columns: 1fr; }
    .community-transparency { padding: 22px 0; }.community-transparency .home-shell { gap: 13px; }.community-transparency p { font-size: 10px; }
    .affiliate-metric-preview { grid-template-columns: 1fr; }.affiliate-wallet-preview { align-items: flex-start; flex-direction: column; }.affiliate-wallet-preview > b { width: 100%; text-align: center; }
    .affiliate-process-grid article { min-height: 0; }.affiliate-audience-grid,.affiliate-payment-grid { gap: 35px; }.affiliate-terms-card { padding: 24px 20px; }
    .affiliate-rules-band .home-shell { gap: 0; }.affiliate-rules-band .home-shell > div { border-bottom: 1px solid #d8e6fa; }.affiliate-rules-band .home-shell > div:last-child { border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) { .tree-plant { animation: none; } }

/* Public readability pass: labels remain compact, explanatory copy stays readable. */
.community-page .reward-hero-board > header b,
.community-page .affiliate-hero-dashboard > header b,
.community-page .public-game-card small,
.community-page .affiliate-link-preview small,
.community-page .affiliate-link-preview span,
.community-page .affiliate-metric-preview small,
.community-page .affiliate-metric-preview i,
.community-page .affiliate-wallet-preview small,
.community-page .affiliate-wallet-preview > b { font-size: 10px; }
.community-page .reward-board-top small,
.community-page .reward-board-badges small,
.community-page .community-stat-strip small,
.community-page .tree-status small,
.community-page .tree-story-copy li small,
.community-page .task-public-list small,
.community-page .affiliate-audience-list small,
.community-page .affiliate-payment-methods small,
.community-page .affiliate-terms-card p,
.community-page .affiliate-rules-band p { font-size: 11px; }

@media (max-width: 600px) {
    .community-page .community-stat-strip small,
    .community-page .community-transparency p { font-size: 10px; }
}
