:root{--font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--bg-primary:#0a0c10;--bg-secondary:#12161f;--bg-card:#181d28;--bg-card-hover:#222938;--bg-glass:#12161fd9;--text-primary:#f0f4f8;--text-secondary:#94a3b8;--text-muted:#64748b;--border-color:#ffffff14;--border-focus:#3b82f6;--accent-red:#ff4757;--accent-green:#10b981;--accent-blue:#3b82f6;--accent-purple:#8b5cf6;--accent-yellow:#f59e0b;--accent-epic:#0078f2;--accent-steam:#66c0f4;--accent-ps:#0070d1;--accent-xbox:#107c10;--shadow-sm:0 2px 4px #0003;--shadow-md:0 4px 12px #00000059;--shadow-lg:0 10px 25px #00000080;--shadow-glow:0 0 20px #3b82f640;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-full:9999px;--transition-fast:.15s ease;--transition-normal:.25s ease}[data-theme=light]{--bg-primary:#f8fafc;--bg-secondary:#fff;--bg-card:#fff;--bg-card-hover:#f1f5f9;--bg-glass:#ffffffe6;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--border-color:#00000014;--shadow-sm:0 1px 3px #0000000d;--shadow-md:0 4px 6px #00000012;--shadow-lg:0 10px 15px #0000001a;--shadow-glow:0 0 15px #3b82f626}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;flex-direction:column;min-height:100vh;line-height:1.5;display:flex;overflow-x:hidden}#root{flex-direction:column;min-height:100vh;display:flex}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;display:block}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.25rem}.site-header{z-index:100;background:var(--bg-glass);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);transition:background-color var(--transition-normal);position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:1.5rem;height:70px;display:flex}.site-logo{letter-spacing:-.5px;color:var(--text-primary);align-items:center;gap:.75rem;font-size:1.25rem;font-weight:800;display:flex}.logo-radar-icon{border-radius:var(--radius-md);color:#fff;background:linear-gradient(135deg,#ff4757,#ff6b81);justify-content:center;align-items:center;width:36px;height:36px;display:flex;box-shadow:0 0 15px #ff475766}.logo-text span{color:#ff4757}.nav-links{align-items:center;gap:.5rem;list-style:none;display:flex}.nav-link{border-radius:var(--radius-md);color:var(--text-secondary);transition:all var(--transition-fast);align-items:center;gap:.4rem;padding:.5rem .85rem;font-size:.9rem;font-weight:500;display:flex}.nav-link:hover,.nav-link.active{color:var(--text-primary);background:#ffffff0d}.nav-link.active{border-bottom:2px solid var(--accent-red);font-weight:600}.header-actions{align-items:center;gap:.75rem;display:flex}.btn-theme-toggle{border-radius:var(--radius-full);width:40px;height:40px;color:var(--text-secondary);border:1px solid var(--border-color);background:var(--bg-secondary);transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex}.btn-theme-toggle:hover{color:var(--text-primary);background:var(--bg-card-hover)}.btn-api-badge{color:#fff;border-radius:var(--radius-full);transition:transform var(--transition-fast), box-shadow var(--transition-fast);background:linear-gradient(135deg,#3b82f6,#6366f1);align-items:center;gap:.4rem;padding:.45rem .9rem;font-size:.85rem;font-weight:600;display:flex;box-shadow:0 0 15px #3b82f64d}.btn-api-badge:hover{transform:translateY(-1px);box-shadow:0 0 20px #3b82f680}.mobile-menu-btn{color:var(--text-primary);font-size:1.5rem;display:none}.hero-gaming{border-bottom:1px solid var(--border-color);padding:4rem 0 3rem;position:relative;overflow:hidden}.hero-sphere-bg{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.sphere{filter:blur(80px);opacity:.25;border-radius:50%;animation:12s ease-in-out infinite alternate floatSphere;position:absolute}.sphere-1{background:radial-gradient(circle,#ff4757,#ff6b81);width:380px;height:380px;top:-10%;left:15%}.sphere-2{background:radial-gradient(circle,#3b82f6,#0078f2);width:450px;height:450px;animation-duration:16s;animation-delay:-3s;bottom:0%;right:15%}.sphere-3{background:radial-gradient(circle,#8b5cf6,#ec4899);width:300px;height:300px;animation-duration:14s;animation-delay:-6s;top:30%;right:40%}@keyframes floatSphere{0%{transform:translateY(0)scale(1)}50%{transform:translateY(25px)scale(1.08)}to{transform:translateY(-25px)scale(.95)}}.hero-content{z-index:1;text-align:center;max-width:900px;margin:0 auto;position:relative}.hero-badge{color:#ff4757;border-radius:var(--radius-full);background:#ff47571f;border:1px solid #ff47574d;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.35rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.hero-title{letter-spacing:-1px;color:var(--text-primary);margin-bottom:1rem;font-size:2.75rem;font-weight:800;line-height:1.15}.hero-subtitle{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.15rem;line-height:1.6}.hero-stats-grid{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);grid-template-columns:repeat(4,1fr);gap:1rem;padding:1.25rem;display:grid}.stat-item{text-align:center;flex-direction:column;align-items:center;display:flex}.stat-number{color:#fff;font-size:1.75rem;font-weight:800;line-height:1.2}[data-theme=light] .stat-number{color:#0f172a}.stat-number.green{color:var(--accent-green)}.stat-number.blue{color:var(--accent-blue)}.stat-number.red{color:var(--accent-red)}.stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-top:.25rem;font-size:.8rem;font-weight:500}.stat-date{color:var(--text-secondary);font-size:.9rem;font-weight:600}.platform-chips-bar{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-top:2rem;display:flex}.platform-chip{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-full);color:var(--text-primary);transition:all var(--transition-fast);align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;display:flex}.platform-chip:hover{box-shadow:var(--shadow-sm);transform:translateY(-2px)}.platform-chip.epic:hover{border-color:var(--accent-epic);color:var(--accent-epic)}.platform-chip.steam:hover{border-color:var(--accent-steam);color:var(--accent-steam)}.platform-chip.ps:hover{border-color:var(--accent-ps);color:var(--accent-ps)}.platform-chip.xbox:hover{border-color:var(--accent-xbox);color:var(--accent-xbox)}.main-content{flex:1;padding:2.5rem 0 4rem}.section-gaming{margin-bottom:3.5rem}.section-header{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.5rem;display:flex}.section-header-left{align-items:center;gap:1rem;display:flex}.section-icon-box{border-radius:var(--radius-md);color:#fff;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.4rem;display:flex}.section-icon-box.epic{background:linear-gradient(135deg,#0078f2,#004fb0)}.section-icon-box.steam{color:#66c0f4;background:linear-gradient(135deg,#1b2838,#2a475e)}.section-icon-box.ps{background:linear-gradient(135deg,#003791,#0070d1)}.section-icon-box.xbox{background:linear-gradient(135deg,#107c10,#1b5e20)}.section-icon-box.fire{background:linear-gradient(135deg,#ff4757,#ff6b81)}.section-title{color:var(--text-primary);font-size:1.5rem;font-weight:700;line-height:1.2}.section-description{color:var(--text-secondary);margin-top:.2rem;font-size:.9rem}.btn-view-all{color:#3b82f6;border-radius:var(--radius-sm);transition:all var(--transition-fast);white-space:nowrap;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.9rem;font-weight:600;display:flex}.btn-view-all:hover{color:#60a5fa;background:#3b82f61a;transform:translate(2px)}.carousel-wrapper{position:relative}.carousel-track{scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:#ffffff26 transparent;gap:1.25rem;padding:.5rem .25rem 1rem;display:flex;overflow-x:auto}.carousel-track::-webkit-scrollbar{height:6px}.carousel-track::-webkit-scrollbar-thumb{border-radius:var(--radius-full);background:#ffffff26}.carousel-item{scroll-snap-align:start;flex:0 0 280px}@media (width>=768px){.carousel-item{flex:0 0 300px}}@media (width<=767px){.carousel-track{gap:.65rem;padding:.4rem .15rem .8rem}.carousel-item{flex:0 0 calc(50% - .35rem);min-width:145px;max-width:220px}.carousel-nav-btn{display:none}}.carousel-nav-btn{background:var(--bg-card);width:42px;height:42px;color:var(--text-primary);border:1px solid var(--border-color);box-shadow:var(--shadow-lg);z-index:10;transition:all var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:45%;transform:translateY(-50%)}.carousel-nav-btn:hover{background:var(--bg-card-hover);color:#3b82f6;border-color:#3b82f6}.carousel-nav-btn.prev{left:-16px}.carousel-nav-btn.next{right:-16px}.game-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);transition:all var(--transition-normal);flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}.game-card:hover{box-shadow:var(--shadow-lg);border-color:#fff3;transform:translateY(-4px)}[data-theme=light] .game-card:hover{border-color:#00000026}.game-card-media{aspect-ratio:16/9;background:#0d1117;justify-content:center;align-items:center;width:100%;height:auto;display:flex;position:relative;overflow:hidden}.game-card-img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .4s}.game-card:hover .game-card-img{transform:scale(1.04)}.game-card-placeholder{width:100%;height:100%;color:var(--text-muted);justify-content:center;align-items:center;font-size:2.5rem;display:flex}.badge-floating{z-index:2;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.5px;box-shadow:var(--shadow-sm);padding:.3rem .65rem;font-size:.75rem;font-weight:700;position:absolute;top:10px;right:10px}.badge-free{color:#fff;background:#10b981}.badge-discount{color:#fff;background:#ff4757}.badge-upcoming{color:#fff;background:#8b5cf6}.badge-f2p{color:#fff;background:#0070d1}.badge-expired{color:#fff;background:#64748b}.platform-badge-tag{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;border-radius:var(--radius-sm);background:#000000bf;align-items:center;gap:.35rem;padding:.25rem .6rem;font-size:.75rem;font-weight:600;display:flex;position:absolute;bottom:10px;left:10px}.game-card-body{flex-direction:column;flex:1;padding:1rem;display:flex}.game-card-title{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;height:2.7rem;margin-bottom:.5rem;font-size:1rem;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.game-card-desc{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.85rem;font-size:.825rem;line-height:1.4;display:-webkit-box;overflow:hidden}.game-card-footer{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;gap:.5rem;margin-top:auto;padding-top:.75rem;display:flex}.price-box{align-items:baseline;gap:.4rem;display:flex}.price-original{color:var(--text-muted);font-size:.8rem;text-decoration:line-through}.price-final{color:var(--accent-green);font-size:1.1rem;font-weight:800}.price-final.discount{color:#ff4757}.countdown-box{color:#f59e0b;border-radius:var(--radius-sm);background:#f59e0b1a;align-items:center;gap:.3rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600;display:flex}.btn-card-action{background:var(--bg-card-hover);color:var(--text-primary);border-radius:var(--radius-md);transition:all var(--transition-fast);align-items:center;gap:.35rem;padding:.45rem .85rem;font-size:.825rem;font-weight:600;display:flex}.btn-card-action:hover{color:#fff;background:#3b82f6}.page-hero{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);padding:3rem 0 2rem;position:relative}.page-hero-inner{align-items:center;gap:1.5rem;display:flex}.page-hero-icon{border-radius:var(--radius-lg);color:#fff;justify-content:center;align-items:center;width:64px;height:64px;font-size:2rem;display:flex}.page-hero-title{font-size:2.25rem;font-weight:800;line-height:1.2}.page-hero-subtitle{color:var(--text-secondary);margin-top:.35rem;font-size:1rem}.filter-bar{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);flex-direction:column;gap:1rem;margin:2rem 0;padding:1.25rem;display:flex}.filter-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.filter-pills{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.filter-pill{border-radius:var(--radius-full);color:var(--text-secondary);background:var(--bg-secondary);border:1px solid var(--border-color);transition:all var(--transition-fast);padding:.45rem 1rem;font-size:.85rem;font-weight:600}.filter-pill:hover,.filter-pill.active{color:#fff;background:#3b82f6;border-color:#3b82f6}.search-input-box{min-width:260px;position:relative}.search-icon{color:var(--text-muted);font-size:.9rem;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.search-input{border-radius:var(--radius-md);border:1px solid var(--border-color);background:var(--bg-secondary);width:100%;color:var(--text-primary);transition:border-color var(--transition-fast);outline:none;padding:.55rem .85rem .55rem 2.25rem;font-size:.9rem}.search-input:focus{border-color:#3b82f6}.alpha-filter-row{border-top:1px solid var(--border-color);flex-wrap:wrap;align-items:center;gap:.35rem;padding-top:.75rem;display:flex}.alpha-label{color:var(--text-muted);margin-right:.5rem;font-size:.8rem;font-weight:600}.alpha-btn{border-radius:var(--radius-sm);width:28px;height:28px;color:var(--text-secondary);transition:all var(--transition-fast);justify-content:center;align-items:center;font-size:.8rem;font-weight:600;display:flex}.alpha-btn:hover,.alpha-btn.active{color:#fff;background:#3b82f6}.games-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;display:grid}@media (width>=1024px){.games-grid{grid-template-columns:repeat(4,1fr)}}.history-section{border-top:1px solid var(--border-color);margin-top:4rem;padding-top:2rem}.table-wrapper{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-card);overflow-x:auto}.custom-table{border-collapse:collapse;text-align:left;width:100%;font-size:.9rem}.custom-table th{background:var(--bg-secondary);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--border-color);padding:1rem 1.25rem;font-size:.75rem;font-weight:600}.custom-table td{border-bottom:1px solid var(--border-color);color:var(--text-primary);vertical-align:middle;padding:.85rem 1.25rem}.table-game-info{align-items:center;gap:.85rem;display:flex}.table-game-img{object-fit:cover;border-radius:var(--radius-sm);width:48px;height:32px}.modal-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000000bf;justify-content:center;align-items:center;width:100%;height:100%;padding:1.25rem;animation:.2s fadeIn;display:flex;position:fixed;top:0;left:0}.modal-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);width:100%;max-width:680px;max-height:90vh;box-shadow:var(--shadow-lg);animation:.25s cubic-bezier(.16,1,.3,1) slideUp;position:relative;overflow-y:auto}.modal-close-btn{color:#fff;z-index:10;width:36px;height:36px;transition:all var(--transition-fast);background:#0009;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:15px;right:15px}.modal-close-btn:hover{background:#ff4757}.modal-header-img{object-fit:cover;width:100%;height:260px}.modal-body{padding:1.5rem}.modal-title{margin-bottom:.5rem;font-size:1.6rem;font-weight:800}.modal-meta-bar{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.modal-desc{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.modal-actions{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;gap:1rem;padding-top:1rem;display:flex}.btn-primary-claim{color:#fff;border-radius:var(--radius-md);transition:all var(--transition-fast);background:linear-gradient(135deg,#10b981,#059669);align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;display:flex;box-shadow:0 0 15px #10b9814d}.btn-primary-claim:hover{transform:translateY(-2px);box-shadow:0 0 20px #10b98180}.api-portal-box{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);margin-bottom:2.5rem;padding:2rem}.code-box{border-radius:var(--radius-md);color:#e6edf3;background:#0d1117;border:1px solid #ffffff1a;margin:1rem 0;padding:1rem;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.875rem;position:relative;overflow-x:auto}.btn-copy-code{color:#fff;border-radius:var(--radius-sm);transition:all var(--transition-fast);background:#ffffff1a;padding:.3rem .6rem;font-size:.75rem;font-weight:600;position:absolute;top:10px;right:10px}.btn-copy-code:hover{background:#3b82f6}.site-footer{background:var(--bg-secondary);border-top:1px solid var(--border-color);margin-top:auto;padding:3rem 0 2rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}.footer-col h4{color:var(--text-primary);margin-bottom:1rem;font-size:.95rem;font-weight:700}.footer-col ul{flex-direction:column;gap:.5rem;list-style:none;display:flex}.footer-col a{color:var(--text-secondary);transition:color var(--transition-fast);font-size:.875rem}.footer-col a:hover{color:#3b82f6}.footer-bottom{border-top:1px solid var(--border-color);text-align:center;color:var(--text-muted);padding-top:1.5rem;font-size:.8rem}@media (width<=868px){.hero-title{font-size:2rem}.hero-stats-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr}.nav-links{display:none}.mobile-menu-btn{display:block}}@media (width<=767px){.games-grid{grid-template-columns:repeat(2,1fr)!important;gap:.65rem!important}.game-card-media{aspect-ratio:16/9;height:auto}.game-card-body{padding:.6rem .5rem .65rem}.game-card-title{height:2.1rem;margin-bottom:.25rem;font-size:.825rem;line-height:1.25}.game-card-desc{display:none}.price-final{font-size:.85rem}.price-original{font-size:.7rem}.btn-card-action{gap:.25rem;padding:.3rem .5rem;font-size:.7rem}.btn-card-action span{display:none}.badge-floating{padding:.15rem .4rem;font-size:.65rem;top:6px;right:6px}.platform-badge-tag{padding:.15rem .35rem;font-size:.65rem;bottom:6px;left:6px}.countdown-box{padding:.2rem .35rem;font-size:.68rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.blog-card{transition:transform var(--transition-fast), box-shadow var(--transition-fast)}.blog-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.post-html-content{color:var(--text-secondary);font-size:1.05rem;line-height:1.8}.post-html-content h2{color:var(--text-primary);margin:2rem 0 1rem;font-size:1.6rem;font-weight:800;line-height:1.3}.post-html-content h3{color:var(--text-primary);margin:1.75rem 0 .75rem;font-size:1.25rem;font-weight:700}.post-html-content p{margin-bottom:1.25rem}.post-html-content ul,.post-html-content ol{flex-direction:column;gap:.5rem;margin:1rem 0 1.5rem 1.5rem;display:flex}.post-html-content li strong{color:var(--text-primary)}.post-html-content img,.post-html-content .game-img-ia{object-fit:cover;border-radius:var(--radius-lg);width:100%;max-height:480px;box-shadow:var(--shadow-md);margin:1.75rem 0;display:block}.post-html-content a{color:#3b82f6;text-underline-offset:3px;text-decoration:underline}.post-html-content blockquote{color:var(--text-muted);border-left:4px solid #3b82f6;margin:1.5rem 0;padding-left:1rem;font-style:italic}
