@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap";:root,[data-theme=light]{--bg-dark: #f8fafc;--bg-card: #ffffff;--bg-subcard: #f1f5f9;--text-main: #0f172a;--text-muted: #64748b;--accent-purple: #6366f1;--accent-purple-light: #e0e7ff;--accent-purple-hover: #4f46e5;--accent-gold: #f59e0b;--accent-gem: #a855f7;--accent-green: #10b981;--accent-red: #ef4444;--grid-bg: #e2e8f0;--tile-bg-empty: #cbd5e1;--tile-radius: 12px;--border-light: 1px solid #e2e8f0;--shadow-sm: 0 4px 12px rgba(0, 0, 0, .05);--shadow-md: 0 8px 24px rgba(0, 0, 0, .08);--header-bg: rgba(255, 255, 255, .95);--header-border: 1px solid #e2e8f0;--nav-active-bg: #e0e7ff;--nav-active-text: #4f46e5;--nav-text: #64748b;--nav-hover-bg: #f1f5f9;--nav-hover-text: #0f172a;--bg-dropdown: #ffffff;--dropdown-border: 1px solid #e2e8f0;--dropdown-shadow: 0 16px 40px rgba(0, 0, 0, .12)}[data-theme=dark]{--bg-dark: #0B0F19;--bg-card: rgba(30, 41, 59, .85);--bg-subcard: rgba(15, 23, 42, .7);--text-main: #F8FAFC;--text-muted: #94A3B8;--accent-purple: #6366f1;--accent-purple-light: rgba(99, 102, 241, .25);--accent-purple-hover: #4f46e5;--accent-gold: #fbbf24;--accent-gem: #c084fc;--accent-green: #22c55e;--accent-red: #ef4444;--grid-bg: #0f172a;--tile-bg-empty: #1e293b;--tile-radius: 12px;--border-light: 1px solid rgba(255, 255, 255, .12);--shadow-sm: 0 4px 12px rgba(0, 0, 0, .3);--shadow-md: 0 8px 24px rgba(0, 0, 0, .4);--header-bg: rgba(18, 24, 38, .95);--header-border: 1px solid rgba(255, 255, 255, .1);--nav-active-bg: rgba(99, 102, 241, .25);--nav-active-text: #ffffff;--nav-text: #94a3b8;--nav-hover-bg: rgba(255, 255, 255, .08);--nav-hover-text: #F8FAFC;--bg-dropdown: #131c2e;--dropdown-border: 1px solid rgba(255, 255, 255, .14);--dropdown-shadow: 0 16px 40px rgba(0, 0, 0, .5)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-theme=dark]){--bg-dark: #0B0F19;--bg-card: rgba(30, 41, 59, .85);--bg-subcard: rgba(15, 23, 42, .7);--text-main: #F8FAFC;--text-muted: #94A3B8;--border-light: 1px solid rgba(255, 255, 255, .12);--shadow-sm: 0 4px 12px rgba(0, 0, 0, .3);--shadow-md: 0 8px 24px rgba(0, 0, 0, .4);--header-bg: rgba(18, 24, 38, .95);--header-border: 1px solid rgba(255, 255, 255, .1);--nav-active-bg: rgba(99, 102, 241, .25);--nav-active-text: #ffffff;--nav-text: #94a3b8;--nav-hover-bg: rgba(255, 255, 255, .08);--nav-hover-text: #F8FAFC;--bg-dropdown: #131c2e;--dropdown-border: 1px solid rgba(255, 255, 255, .14);--dropdown-shadow: 0 16px 40px rgba(0, 0, 0, .5)}}*{box-sizing:border-box;margin:0;padding:0;font-family:Outfit,sans-serif;user-select:none;-webkit-tap-highlight-color:transparent}body{background-color:var(--bg-dark);color:var(--text-main);min-height:100vh;display:flex;flex-direction:column}#root{display:flex;flex-direction:column;min-height:100vh;width:100%;max-width:1440px;margin:0 auto;position:relative}.glass{background:var(--bg-card);border:var(--border-light);box-shadow:var(--shadow-sm);border-radius:16px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.glass-interactive{background:var(--bg-card);border:var(--border-light);box-shadow:var(--shadow-sm);border-radius:16px;cursor:pointer;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s ease,border-color .2s ease}.glass-interactive:hover{transform:translateY(-3px);box-shadow:0 12px 30px -6px #6366f159;border-color:#6366f180}.hover-lift{transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s ease}.hover-lift:hover{transform:translateY(-2px);box-shadow:0 8px 16px -4px #6366f126}.app-root-layout{min-height:100vh;display:flex;flex-direction:column;padding:0 20px;box-sizing:border-box;width:100%}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.text-gradient-gold{background:linear-gradient(135deg,#eab308,#ca8a04);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.text-gradient-gem{background:linear-gradient(135deg,#a855f7,#7e22ce);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.text-gradient-purple{background:linear-gradient(135deg,#6366f1,#4f46e5);-webkit-background-clip:text;-webkit-text-fill-color:transparent}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--text-muted);opacity:.4;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--accent-purple)}.btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 18px;border-radius:12px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);background:var(--bg-subcard);color:var(--text-main);border:var(--border-light);box-shadow:var(--shadow-sm)}.btn:hover{background:var(--bg-card);border-color:#6366f166}.btn:active{transform:scale(.97)}.btn-primary{background:var(--accent-purple);color:#fff;border:none;box-shadow:0 4px 12px #6366f126}.btn-primary:hover{background:var(--accent-purple-hover)}.tile-inner{width:100%;height:100%;display:flex;justify-content:center;align-items:center;border-radius:var(--tile-radius);font-weight:900;box-shadow:var(--shadow-sm);animation:popIn .15s cubic-bezier(.175,.885,.32,1.275) forwards}.tile-new{animation:popIn .15s cubic-bezier(.175,.885,.32,1.275) forwards}.tile-merge{animation:popMerge .15s ease-in-out forwards}@keyframes popIn{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}@keyframes popMerge{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}.tile-2{background:linear-gradient(135deg,#1e293b,#334155);color:#f8fafc;border:1px solid rgba(255,255,255,.12)}.tile-4{background:linear-gradient(135deg,#334155,#475569);color:#f8fafc;border:1px solid rgba(255,255,255,.18)}.tile-8{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;box-shadow:0 0 12px #f9731680}.tile-16{background:linear-gradient(135deg,#fb923c,#d97706);color:#fff;box-shadow:0 0 14px #fb923c80}.tile-32{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 0 16px #ef444499}.tile-64{background:linear-gradient(135deg,#f43f5e,#e11d48);color:#fff;box-shadow:0 0 18px #f43f5e99}.tile-128{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 0 20px #10b98199}.tile-256{background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff;box-shadow:0 0 22px #06b6d4b3}.tile-512{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 0 25px #3b82f6bf}.tile-1024{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;box-shadow:0 0 28px #8b5cf6cc}.tile-2048{background:linear-gradient(135deg,#fbbf24,#d97706);color:#fff;box-shadow:0 0 32px #fbbf24f2}.tile-super{background:linear-gradient(135deg,#ec4899,#a855f7);color:#fff;box-shadow:0 0 36px #ec4899f2}html,body{overflow-x:hidden;max-width:100vw}#root{padding:0 16px}.app-container{display:flex;gap:20px;flex:1;align-items:flex-start;width:100%}@media(max-width:991px){#root{padding:0 12px}.app-container{flex-direction:column;align-items:stretch;gap:16px}.row-1-grid,.row-2-grid,.row-3-grid,.row-4-grid{grid-template-columns:1fr!important}.featured-banners-grid{grid-template-columns:repeat(2,1fr)!important}}.app-sidebar{width:240px;display:flex;flex-direction:column;gap:16px;flex-shrink:0;background:transparent;padding-right:15px;border-right:1px solid #f1f5f9;position:sticky;top:15px;max-height:calc(100vh - 30px);overflow-y:auto;padding-bottom:60px;scrollbar-width:none}.app-sidebar::-webkit-scrollbar{display:none}.sidebar-nav-section{display:flex;flex-direction:column;gap:4px}.mobile-menu-btn{display:none!important}.desktop-sidebar-btn{display:flex!important}.mobile-bottom-bar{display:none}@keyframes slideRight{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@media(max-width:991px){.app-sidebar{display:none!important}.mobile-menu-btn{display:flex!important}.desktop-sidebar-btn{display:none!important}}.hub-page-container{display:flex;flex-direction:column;gap:24px;width:100%}.hub-top-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.hub-middle-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:20px}.hub-bottom-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}.app-header{justify-content:space-between}@media(min-width:769px){.header-search-group{flex:1 1 240px!important;max-width:420px!important}}@media(max-width:768px){#root{padding:0 8px 70px}.app-header{display:flex!important;flex-direction:column!important;height:auto!important;min-height:auto!important;max-height:none!important;align-items:stretch!important;justify-content:flex-start!important;gap:8px!important;padding:10px 12px!important;border-radius:16px!important}.header-logo-group{width:100%!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;flex:0 0 auto!important}.logo-container h1{font-size:1.25rem!important;white-space:nowrap!important}.logo-container p{display:none!important}.header-search-group{position:relative!important;display:flex!important;align-items:center!important;width:100%!important;max-width:100%!important;margin:0!important;flex:0 0 auto!important;height:auto!important}.header-search-group input{width:100%!important;height:40px!important;padding:8px 36px 8px 40px!important;font-size:16px!important;box-sizing:border-box!important}.app-root-layout{padding:0!important}.header-action-tray{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:6px!important;width:100%!important;padding-top:6px!important;border-top:1px solid var(--border-light)!important;flex-wrap:nowrap!important;box-sizing:border-box!important;flex:0 0 auto!important}.header-remove-ads-btn,.header-user-info,.header-profile-chevron{display:none!important}.header-profile-pill{padding:2px 4px!important;gap:0!important}.header-currency-tray{gap:4px!important}.header-currency-item{padding:6px 8px!important;gap:4px!important;border-radius:14px!important}.header-currency-item span{font-size:.74rem!important}.minesweeper-card{padding:14px 8px!important;gap:12px!important;border-radius:14px!important}.table-responsive{width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.games-catalog-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))!important;gap:12px!important}.daily-rewards-card{padding:24px 14px!important;gap:14px!important;border-radius:18px!important}.daily-rewards-grid{gap:6px!important}.app-footer{padding:16px 14px 12px!important;margin-top:20px!important;gap:14px!important;border-radius:12px!important}.footer-top-row{flex-direction:column!important;gap:12px!important}.footer-description{display:none!important}.footer-columns-group{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:8px!important;width:100%!important}.footer-column h4{font-size:.72rem!important;margin-bottom:2px!important}.footer-column a{font-size:.72rem!important;line-height:1.4!important}.footer-bottom-row{flex-direction:column!important;gap:6px!important;font-size:.68rem!important;text-align:center!important}.homepage-grid{gap:16px!important}.row-1-grid,.row-2-grid,.row-3-grid,.row-4-grid{display:flex!important;flex-direction:column!important;gap:16px!important;width:100%!important}.user-progress-card{flex-direction:column!important;align-items:stretch!important;gap:16px!important}.user-progress-reward-section{border-left:none!important;border-top:1.5px solid var(--border-light)!important;padding-left:0!important;padding-top:14px!important;min-width:unset!important}.featured-banners-grid{grid-template-columns:1fr!important}.challenge-layout-grid{display:flex!important;flex-direction:column!important;gap:16px!important;width:100%!important}.challenges-left-column,.challenges-right-column{width:100%!important;gap:16px!important}.challenge-banner-card{padding:18px 16px!important;height:auto!important;min-height:105px!important}.challenge-banner-card h2{font-size:1.35rem!important}.challenge-banner-card p{font-size:.76rem!important;max-width:100%!important}.challenge-banner-svg{opacity:.15!important;right:-30px!important;bottom:-15px!important;transform:scale(.8)!important}.today-challenge-card{padding:16px 14px!important}.today-challenge-card>div:last-child{flex-direction:column!important;align-items:stretch!important;gap:12px!important}.today-challenge-card button,.today-challenge-card span[style*="Completed Today"]{width:100%!important;justify-content:center!important}.tournaments-row-grid{display:flex!important;flex-direction:column!important;gap:12px!important}.events-row-grid{display:flex!important;flex-direction:column!important;gap:10px!important}.leaderboard-layout-grid{display:flex!important;flex-direction:column!important;gap:18px!important;width:100%!important}.leaderboard-left-column{width:100%!important;gap:18px!important}.leaderboard-rank-card{padding:16px 14px!important;gap:14px!important}.rank-card-stats-row{flex-direction:column!important;align-items:stretch!important;gap:12px!important}.rank-card-wings-badge{display:none!important}.leaderboard-table-container{padding:12px 8px!important;border-radius:12px!important;width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.leaderboard-table th,.leaderboard-table td{padding:10px 8px!important;font-size:.78rem!important}.hub-page-container{padding-bottom:90px!important;gap:16px!important;width:100%!important;overflow-x:hidden!important}.hub-profile-banner{padding:18px 16px!important;flex-direction:column!important;align-items:stretch!important;gap:16px!important;border-radius:16px!important}.hub-profile-main-info{gap:16px!important;width:100%!important}.hub-profile-main-info h2{font-size:1.4rem!important}.hub-profile-stats-tray{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:8px!important;width:100%!important}.hub-profile-stats-tray>div{padding:8px 10px!important;min-width:unset!important;justify-content:center!important;border-radius:10px!important}.hub-profile-shield-badge{display:none!important}.hub-tabs-bar{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;padding-bottom:4px!important;gap:4px!important;width:100%!important}.hub-tabs-bar button{padding:8px 12px!important;font-size:.76rem!important}.hub-top-grid,.hub-middle-grid,.hub-bottom-grid{display:flex!important;flex-direction:column!important;gap:14px!important;width:100%!important}.hub-page-container{width:100%!important;max-width:100%!important;overflow-x:hidden!important;box-sizing:border-box!important;padding:0!important}.hub-profile-banner{flex-direction:column!important;align-items:stretch!important;padding:16px 14px!important;gap:14px!important;width:100%!important;box-sizing:border-box!important}.hub-profile-main-info{flex-direction:row!important;align-items:center!important;gap:14px!important;width:100%!important}.hub-profile-stats-tray{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:6px!important;width:100%!important;box-sizing:border-box!important}.hub-profile-stats-tray>div{min-width:0!important;padding:8px 6px!important;justify-content:center!important;display:flex!important;align-items:center!important}.hub-profile-shield-badge{border-left:none!important;border-top:1px solid rgba(255,255,255,.1)!important;padding-left:0!important;padding-top:12px!important;margin-left:0!important;width:100%!important;justify-content:space-between!important;box-sizing:border-box!important;display:flex!important;align-items:center!important}.hub-tabs-bar{display:flex!important;width:100%!important;max-width:100vw!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;padding-bottom:6px!important;box-sizing:border-box!important;gap:6px!important;flex-wrap:nowrap!important}.hub-tabs-bar button{padding:8px 14px!important;font-size:.8rem!important;flex-shrink:0!important}.hub-top-grid,.hub-middle-grid,.hub-bottom-grid{display:flex!important;flex-direction:column!important;width:100%!important;gap:14px!important;box-sizing:border-box!important}.hub-top-grid>div,.hub-middle-grid>div,.hub-bottom-grid>div{width:100%!important;max-width:100%!important;box-sizing:border-box!important;padding:16px 14px!important}.hub-activity-item{display:flex!important;align-items:center!important;justify-content:space-between!important;font-size:.76rem!important;gap:8px!important}.hub-achievements-grid{grid-template-columns:1fr!important;gap:12px!important;width:100%!important}.hub-history-row{flex-direction:column!important;align-items:stretch!important;gap:10px!important;padding:12px 14px!important}.hub-history-row>div:first-child{width:100%!important}.hub-history-row>div:last-child{width:100%!important;display:flex!important;justify-content:space-between!important;align-items:center!important;border-top:var(--border-light)!important;padding-top:8px!important}.hub-stats-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:10px!important;width:100%!important}.hub-top-achievements-tray{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:6px!important;width:100%!important;overflow:hidden!important}.hub-profile-frames-tray{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:8px!important;width:100%!important}.hub-category-breakdown-grid{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;width:100%!important}.hub-shop-grid{grid-template-columns:1fr!important;gap:12px!important;width:100%!important}.hub-titles-shop-grid,.hub-frames-shop-grid{grid-template-columns:1fr!important;gap:10px!important;width:100%!important}.hub-editors-grid{grid-template-columns:1fr!important;gap:14px!important;width:100%!important}.mobile-bottom-bar{display:flex!important;position:fixed;bottom:0;left:0;right:0;height:64px;background:var(--header-bg);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:var(--border-light);box-shadow:0 -4px 20px #00000026;z-index:9999;justify-content:space-around;align-items:center;padding:0 4px}.mobile-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;background:transparent;border:none;color:var(--text-muted);font-size:.64rem;font-weight:700;cursor:pointer;flex:1;height:100%;transition:color .15s ease}.mobile-nav-item.active{color:#6366f1;font-weight:900}.mobile-nav-item.active span{color:#6366f1}canvas{max-width:100%!important;height:auto!important;touch-action:manipulation}h1,h2,h3,h4{word-break:break-word}}@media(max-width:480px){.btn{padding:8px 12px;font-size:.8rem}.user-progress-card{padding:14px!important}}@media(orientation:portrait)and (max-width:768px){#root{padding:0 8px 74px!important}.app-header{display:flex!important;flex-direction:column!important;height:auto!important;min-height:auto!important;max-height:none!important;align-items:stretch!important;justify-content:flex-start!important;gap:8px!important;padding:10px 12px!important;border-radius:16px!important}.header-logo-group{width:100%!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;flex:0 0 auto!important}.logo-container h1{font-size:1.25rem!important}.logo-container p{display:none!important}.header-search-group{display:flex!important;align-items:center!important;position:relative!important;width:100%!important;max-width:100%!important;margin:0!important;flex:0 0 auto!important;height:auto!important}.header-search-group input{width:100%!important;height:40px!important;padding:8px 36px 8px 40px!important;font-size:16px!important;box-sizing:border-box!important}.header-action-tray{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:4px!important;width:100%!important;padding-top:6px!important;border-top:1px solid var(--border-light)!important;flex-wrap:nowrap!important;box-sizing:border-box!important;flex:0 0 auto!important}.header-user-info,.header-profile-chevron{display:none!important}.header-profile-pill{padding:2px 4px!important;gap:0!important}.header-currency-tray{gap:4px!important}.header-currency-item{padding:6px 8px!important;gap:4px!important;border-radius:14px!important}.header-currency-item span{font-size:.74rem!important}.mobile-bottom-bar{display:flex!important;height:64px!important;padding:0 4px!important}.mobile-nav-item{font-size:.64rem!important;gap:3px!important}.mobile-nav-item svg{width:18px!important;height:18px!important}canvas{max-width:100%!important;width:100%!important;height:auto!important;max-height:none!important}.hub-stats-grid{grid-template-columns:repeat(2,1fr)!important}.hub-middle-grid,.hub-bottom-grid,.hub-top-grid{grid-template-columns:1fr!important}}@media(orientation:landscape)and (max-height:600px){#root{padding:0 12px 50px!important}.app-header{display:flex!important;flex-direction:row!important;height:48px!important;padding:4px 14px!important;align-items:center!important;justify-content:space-between!important;gap:10px!important}.header-logo-group{width:auto!important;display:flex!important;align-items:center!important}.logo-container h1{font-size:1.15rem!important}.header-search-group{display:none!important}.header-action-tray{width:auto!important;border-top:none!important;padding-top:0!important;gap:6px!important;display:flex!important;align-items:center!important}.mobile-bottom-bar{display:flex!important;height:44px!important;padding:0 16px!important}.mobile-nav-item{font-size:.56rem!important;gap:2px!important}.mobile-nav-item svg{width:14px!important;height:14px!important}canvas{max-height:calc(100vh - 105px)!important;max-width:100%!important;width:auto!important;height:auto!important;margin:0 auto!important;object-fit:contain!important}.game-container,.arcade-stage,.canvas-container{max-height:calc(100vh - 105px)!important;display:flex!important;align-items:center!important;justify-content:center!important}div[style*="position: fixed"]>.glass,.modal-overlay>.glass,.modal-content{max-height:90vh!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;padding:14px 16px!important;gap:8px!important}.row-1-grid,.row-2-grid,.row-3-grid,.row-4-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important}.featured-banners-grid{grid-template-columns:1fr 1fr!important}.hub-top-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:10px!important}.hub-middle-grid{display:grid!important;grid-template-columns:1.2fr 1fr!important;flex-direction:row!important;gap:10px!important}.hub-bottom-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;flex-direction:row!important;gap:10px!important}.tournaments-row-grid,.events-row-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}.leaderboard-layout-grid,.challenge-layout-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px!important}.challenge-banner-card{min-height:85px!important;padding:14px!important}}.no-ads .google-auto-placed,.no-ads ins.adsbygoogle,.no-ads [id^=google_ads_]{display:none!important;visibility:hidden!important;height:0!important;width:0!important;overflow:hidden!important}
