*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--uft-dark:#1C1C1C;--uft-yellow:#FFF000;--uft-blue:#7DF9FF;--uft-gray:#708090;--uft-text:#e0e0e0;--uft-container:1200px}
body.uft-body{font-family:'Exo 2','Poppins',sans-serif;background:var(--uft-dark);color:var(--uft-text);line-height:1.6;overflow-x:hidden}
.uft-container{max-width:var(--uft-container);margin:0 auto;padding:0 1rem}
/* Lightning Animation */
.uft-lightning{position:absolute;top:0;left:50%;width:2px;height:100%;background:linear-gradient(180deg,transparent,var(--uft-yellow),transparent);opacity:0;animation:uft-flash 4s infinite;pointer-events:none}
@keyframes uft-flash{0%,95%{opacity:0}96%{opacity:1}97%{opacity:0}98%{opacity:.8}100%{opacity:0}}
.uft-header{background:rgba(28,28,28,.98);padding:1rem 0;position:sticky;top:0;z-index:1000;border-bottom:2px solid var(--uft-yellow);box-shadow:0 0 15px rgba(255,240,0,.2)}
.uft-header-inner{display:flex;align-items:center;justify-content:space-between}
.uft-logo-text{font-family:'Russo One',sans-serif;font-size:1.5rem;color:var(--uft-yellow)}
.uft-logo{text-decoration:none}
.uft-nav-list{display:flex;list-style:none;gap:1.5rem}
.uft-nav-list a{color:var(--uft-text);text-decoration:none;font-weight:600;transition:color .3s}
.uft-nav-list a:hover{color:var(--uft-yellow);text-shadow:0 0 10px var(--uft-yellow)}
.uft-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem}
.uft-menu-toggle span{display:block;width:25px;height:3px;background:var(--uft-yellow);margin:5px 0}
.uft-hero{position:relative;padding:6rem 0;text-align:center;background:linear-gradient(135deg,#1C1C1C,#0a0a0a,#1a1a1a);overflow:hidden;color:#fff}
.uft-hero-title{font-family:'Russo One',sans-serif;font-size:clamp(2rem,5vw,3.2rem);margin-bottom:1rem;color:var(--uft-yellow);text-shadow:0 0 20px rgba(255,240,0,.3)}
.uft-hero-desc{font-size:1.1rem;max-width:600px;margin:0 auto 2rem;font-family:'Poppins',sans-serif}
.uft-cta-btn{display:inline-block;padding:.9rem 2.5rem;background:var(--uft-yellow);color:var(--uft-dark);text-decoration:none;font-family:'Russo One',sans-serif;font-size:1.1rem;border-radius:0;clip-path:polygon(5% 0,100% 0,95% 100%,0 100%);transition:box-shadow .3s}
.uft-cta-btn:hover{box-shadow:0 0 30px rgba(255,240,0,.5)}
.uft-trust-bar{padding:2rem 0;background:rgba(255,240,0,.03);border-bottom:1px solid rgba(255,240,0,.1)}
.uft-trust-items{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;text-align:center}
.uft-trust-item strong{display:block;font-size:1.3rem;color:var(--uft-yellow);font-family:'Russo One',sans-serif}
.uft-trust-item span{font-size:.8rem;color:var(--uft-gray)}
.uft-games,.uft-advantages,.uft-faq,.uft-latest{padding:4rem 0}
.uft-section-title{font-family:'Russo One',sans-serif;font-size:clamp(1.5rem,3vw,2.2rem);text-align:center;margin-bottom:2rem;color:var(--uft-yellow)}
.uft-game-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}
.uft-game-card{background:rgba(28,28,28,.8);border:1px solid rgba(255,240,0,.2);overflow:hidden;transition:border-color .3s,box-shadow .3s;clip-path:polygon(0 0,95% 0,100% 5%,100% 100%,5% 100%,0 95%)}
.uft-game-card:hover{border-color:var(--uft-yellow);box-shadow:0 0 15px rgba(255,240,0,.2)}
.uft-game-thumb img{width:100%;height:180px;object-fit:cover}
.uft-game-info{padding:1rem}
.uft-game-info h3 a{color:#fff;text-decoration:none;font-family:'Russo One',sans-serif;font-size:.9rem}
.uft-adv-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}
.uft-adv-item{background:rgba(0,0,0,.4);border:1px solid rgba(125,249,255,.2);padding:2rem;text-align:center;transition:border-color .3s}
.uft-adv-item:hover{border-color:var(--uft-blue)}
.uft-adv-item h3{font-family:'Russo One',sans-serif;color:var(--uft-blue);margin-bottom:.5rem;font-size:.95rem}
.uft-adv-item p{font-size:.9rem;font-family:'Poppins',sans-serif;color:var(--uft-text)}
.uft-faq-list{max-width:800px;margin:0 auto}
.uft-faq-item{border:1px solid rgba(255,240,0,.2);margin-bottom:.5rem;overflow:hidden}
.uft-faq-q{padding:1rem 1.5rem;cursor:pointer;font-family:'Poppins',sans-serif;font-weight:600;color:#fff;background:rgba(0,0,0,.3);position:relative;padding-right:2.5rem}
.uft-faq-q::after{content:'+';position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);font-size:1.5rem;color:var(--uft-yellow)}
.uft-faq-item.active .uft-faq-q::after{content:'-'}
.uft-faq-a{max-height:0;overflow:hidden;transition:max-height .3s;padding:0 1.5rem;font-family:'Poppins',sans-serif}
.uft-faq-item.active .uft-faq-a{max-height:200px;padding:0 1.5rem 1rem}
.uft-posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}
.uft-post-card{background:rgba(28,28,28,.8);border:1px solid rgba(255,240,0,.1);overflow:hidden}
.uft-post-card img{width:100%;height:180px;object-fit:cover}
.uft-post-card h3{padding:1rem;font-family:'Russo One',sans-serif;font-size:.9rem}
.uft-post-card h3 a{color:#fff;text-decoration:none}
.uft-post-card time{padding:0 1rem 1rem;display:block;font-size:.8rem;color:var(--uft-blue)}
.uft-cta-section{padding:4rem 0;text-align:center;background:linear-gradient(135deg,rgba(255,240,0,.05),rgba(125,249,255,.05))}
.uft-cta-section h2{font-family:'Russo One',sans-serif;color:var(--uft-yellow);font-size:1.8rem;margin-bottom:.5rem}
.uft-cta-section p{margin-bottom:1.5rem;font-family:'Poppins',sans-serif}
.uft-page-layout,.uft-single-layout{display:grid;grid-template-columns:1fr 300px;gap:2rem;padding:3rem 0}
.uft-breadcrumb{margin-bottom:1.5rem;font-size:.85rem}
.uft-breadcrumb ol{display:flex;flex-wrap:wrap;list-style:none;gap:.5rem}
.uft-breadcrumb a{color:var(--uft-blue);text-decoration:none}
.uft-breadcrumb li:not(:last-child)::after{content:'/';margin-left:.5rem;color:var(--uft-gray)}
.uft-page-content h1,.uft-article h1{font-family:'Russo One',sans-serif;font-size:1.8rem;color:var(--uft-yellow);margin-bottom:1rem}
.uft-entry-content{line-height:1.8;font-family:'Poppins','Exo 2',sans-serif}
.uft-entry-content p{margin-bottom:1rem}
.uft-author-card{display:flex;gap:1rem;padding:1.5rem;background:rgba(125,249,255,.05);border:1px solid rgba(125,249,255,.2);margin-top:2rem}
.uft-author-avatar img{border-radius:50%;width:80px;height:80px;border:2px solid var(--uft-yellow)}
.uft-author-info h3{color:var(--uft-blue);font-family:'Russo One',sans-serif;font-size:.9rem}
.uft-article-meta{display:flex;gap:1rem;font-size:.85rem;color:var(--uft-blue);margin-bottom:1.5rem}
.uft-featured-img{margin-bottom:1.5rem;overflow:hidden}
.uft-featured-img img{width:100%;height:auto}
.uft-related{margin-top:3rem}
.uft-related h2{font-family:'Russo One',sans-serif;color:var(--uft-yellow);margin-bottom:1rem;font-size:1.1rem}
.uft-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.uft-related-card{text-decoration:none;background:rgba(0,0,0,.4);border:1px solid rgba(255,240,0,.1);overflow:hidden;transition:border-color .3s}
.uft-related-card:hover{border-color:var(--uft-yellow)}
.uft-related-card img{width:100%;height:100px;object-fit:cover}
.uft-related-card h4{padding:.5rem;color:#fff;font-size:.8rem}
.uft-post-nav{display:flex;justify-content:space-between;margin-top:2rem;padding-top:1rem;border-top:1px solid rgba(255,240,0,.1)}
.uft-post-nav a{color:var(--uft-blue);text-decoration:none}
.uft-sidebar{background:rgba(28,28,28,.8);border:1px solid rgba(255,240,0,.1);padding:1.5rem;height:fit-content}
.uft-widget{margin-bottom:1.5rem}
.uft-widget-title{color:var(--uft-yellow);font-family:'Russo One',sans-serif;margin-bottom:.5rem;font-size:.9rem}
.uft-footer{background:#0a0a0a;padding:3rem 0 1rem;border-top:2px solid var(--uft-yellow)}
.uft-footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:2rem}
.uft-footer-col h4{color:var(--uft-yellow);margin-bottom:.5rem;font-family:'Russo One',sans-serif;font-size:.9rem}
.uft-footer-trust{text-align:center;padding:1.5rem 0;border-top:1px solid rgba(255,240,0,.1)}
.uft-trust-badges{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}
.uft-badge{border:1px solid var(--uft-yellow);padding:.4rem .8rem;font-size:.8rem;color:var(--uft-yellow)}
.uft-payment-icons{display:flex;justify-content:center;gap:1rem;font-size:.8rem;color:var(--uft-gray)}
.uft-footer-bottom{text-align:center;padding-top:1.5rem;font-size:.8rem;color:var(--uft-gray)}
.uft-footer-bottom a{color:var(--uft-blue)}
@media(max-width:768px){
.uft-menu-toggle{display:block}
.uft-nav{position:fixed;top:0;right:-100%;width:70%;height:100vh;background:#0a0a0a;padding:4rem 2rem;transition:right .3s;z-index:999}
.uft-nav.active{right:0}
.uft-nav-list{flex-direction:column;gap:1.5rem}
.uft-trust-items{grid-template-columns:repeat(2,1fr)}
.uft-page-layout,.uft-single-layout{grid-template-columns:1fr}
.uft-footer-grid{grid-template-columns:repeat(2,1fr)}
.uft-related-grid{grid-template-columns:1fr}
}

/* Extra nav items - added by deploy script */
.extra-nav-item {
    display: inline-block !important;
    padding: 6px 14px !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    font-weight: 600 !important;
    vertical-align: middle !important;
}
.extra-nav-item:hover {
    opacity: 0.85 !important;
    text-decoration: underline !important;
}
