:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark}body{margin:0;min-width:320px;min-height:100vh}.header{padding:2rem;text-align:center;background:#ffffff05;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.05);position:relative;z-index:1}.header-content{max-width:1200px;margin:0 auto}.logo{font-size:2.5rem;font-weight:800;margin:0;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;transition:transform .3s ease}.logo:hover{transform:scale(1.02)}.logo-icon{width:48px;height:48px}.logo-text{background:linear-gradient(90deg,#667eea,#764ba2,#f093fb,#764ba2,#667eea);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shine 3s linear infinite}@keyframes shine{0%{background-position:0% center}to{background-position:200% center}}.tagline{color:#fff9;margin-top:.5rem;font-size:1.1rem}@media(max-width:768px){.logo{font-size:2rem}.logo-icon{width:36px;height:36px}}.canvas-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;transition:opacity .5s ease}.canvas-bg.hidden{opacity:0;pointer-events:none}.video-bg{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;transition:opacity .5s ease}.video-bg.hidden{opacity:0}.video-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0f0f1a99;z-index:0}.home{min-height:100vh;position:relative}.main,.footer{position:relative;z-index:1}.main{max-width:1200px;margin:0 auto;padding:2rem}.hero{text-align:center;margin-bottom:3rem}.hero h2{font-size:2rem;color:#fff;margin-bottom:.5rem}.hero p{color:#ffffff80;font-size:1.1rem}.games-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}.game-card{background:#ffffff08;border-radius:20px;overflow:hidden;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:1px solid rgba(255,255,255,.05)}.game-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 20px 40px #667eea33;border-color:#667eea4d}.card-image{position:relative;height:200px;overflow:hidden}.carousel-track{display:flex;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}.carousel-track img{min-width:100%;width:100%;height:100%;object-fit:cover;flex-shrink:0}.card-dots{position:absolute;bottom:.8rem;left:50%;transform:translate(-50%);display:flex;gap:.4rem;z-index:2}.card-dot{width:6px;height:6px;border-radius:50%;background:#fff6;transition:all .3s ease}.card-dot.active{background:#fff;transform:scale(1.3)}.game-card:hover .card-image img{transform:scale(1.1)}.overlay{position:absolute;inset:0;background:#667eeacc;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.game-card:hover .overlay{opacity:1}.view-btn{color:#fff;font-size:1.2rem;font-weight:600;padding:.8rem 2rem;border:2px solid #fff;border-radius:30px;text-transform:uppercase;letter-spacing:2px;transform:translateY(20px);transition:all .3s ease}.game-card:hover .view-btn{transform:translateY(0)}.card-info{padding:1.5rem}.card-info h3{color:#fff;font-size:1.3rem;margin:0 0 .8rem}.card-meta{display:flex;justify-content:space-between;align-items:center}.category{color:#ffffff80;font-size:.9rem;background:#ffffff0d;padding:.3rem .8rem;border-radius:20px}.rating{color:gold;font-size:.95rem}.footer{text-align:center;padding:2rem;color:#ffffff4d;border-top:1px solid rgba(255,255,255,.05);margin-top:3rem}@media(max-width:768px){.games-grid{grid-template-columns:1fr;gap:1.5rem}.main{padding:1rem}}.detail-page{min-height:100vh;position:relative}.detail-container,.not-found{position:relative;z-index:1}.detail-container{max-width:1200px;margin:0 auto;padding:0 2rem 3rem}.detail-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.image-section{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #0006}.carousel{position:relative;width:100%;height:400px;overflow:hidden}.carousel .carousel-track{display:flex;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}.carousel .carousel-track img{min-width:100%;width:100%;height:100%;object-fit:cover;flex-shrink:0}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;color:#fff;border:none;width:44px;height:44px;border-radius:50%;font-size:1.8rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.carousel-btn:hover{background:#667eeacc}.carousel-btn.prev{left:1rem}.carousel-btn.next{right:1rem}.carousel-dots{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem}.dot{width:10px;height:10px;border-radius:50%;background:#fff6;cursor:pointer;transition:all .3s ease}.dot.active{background:#fff;transform:scale(1.2)}.image-badge{position:absolute;top:1rem;left:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600}.info-section{color:#fff}.game-title{font-size:2.8rem;font-weight:800;margin:0 0 1rem;background:linear-gradient(135deg,#fff,#e0e0e0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.game-stats{display:flex;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.stat{display:flex;flex-direction:column;gap:.3rem}.stat-value{font-size:1.5rem;font-weight:700;color:#667eea}.stat-label{font-size:.85rem;color:#ffffff80;text-transform:uppercase;letter-spacing:1px}.game-description{font-size:1.15rem;line-height:1.8;color:#fffc;margin-bottom:2.5rem;padding:1.5rem;background:#ffffff08;border-radius:16px;border:1px solid rgba(255,255,255,.05)}.download-section{display:flex;flex-direction:column;gap:1rem}.download-label{font-size:.9rem;color:#ffffff80;text-transform:uppercase;letter-spacing:1px}.play-store-btn{display:inline-block;transition:all .3s ease}.play-store-btn:hover{transform:translateY(-3px)}.play-store-badge{height:60px;width:auto}.features{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.features h3{color:#fff;font-size:1.3rem;margin-bottom:1.5rem}.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.feature-item{display:flex;align-items:center;gap:.8rem;color:#ffffffb3;font-size:1rem}.feature-icon{width:36px;height:36px;background:#667eea33;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.1rem}.not-found{text-align:center;padding:4rem 2rem;color:#fff}.not-found h2{font-size:2rem;margin-bottom:1rem}.not-found a{color:#667eea}@media(max-width:900px){.detail-content{grid-template-columns:1fr;gap:2rem}.game-title{font-size:2rem}.image-section img{height:280px}.feature-list{grid-template-columns:1fr}}.privacy-policy-page{min-height:100vh;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);padding:40px 20px;color:#e0e0e0}.privacy-container{max-width:800px;margin:0 auto;background:#ffffff0d;border-radius:16px;padding:40px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.privacy-container h1{font-size:2.5rem;color:#ff6b35;margin-bottom:10px;text-align:center}.last-updated{text-align:center;color:#888;font-size:.9rem;margin-bottom:40px}.privacy-container section{margin-bottom:30px}.privacy-container h2{font-size:1.5rem;color:#ff8c5a;margin-bottom:15px;padding-bottom:8px;border-bottom:1px solid rgba(255,107,53,.3)}.privacy-container h3{font-size:1.1rem;color:#ffb088;margin:15px 0 10px}.privacy-container p{line-height:1.8;margin-bottom:15px}.privacy-container ul{list-style:none;padding-left:0}.privacy-container ul li{position:relative;padding-left:25px;margin-bottom:10px;line-height:1.6}.privacy-container ul li:before{content:"•";color:#ff6b35;font-size:1.2rem;position:absolute;left:5px;top:0}.contact-email{color:#ff6b35;font-weight:600;font-size:1.1rem}@media(max-width:768px){.privacy-container{padding:25px}.privacy-container h1{font-size:2rem}.privacy-container h2{font-size:1.3rem}}.gunfight-privacy-policy{min-height:100vh;background:linear-gradient(135deg,#1a1a2e,#16213e);padding:2rem 1rem}.privacy-container{max-width:900px;margin:0 auto;background:#fffffff2;padding:3rem;border-radius:12px;box-shadow:0 8px 32px #0000004d}.back-button{background:#e74c3c;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:1rem;cursor:pointer;margin-bottom:2rem;transition:all .3s ease}.back-button:hover{background:#c0392b;transform:translate(-5px)}.privacy-container h1{color:#2c3e50;font-size:2.5rem;margin-bottom:.5rem;text-align:center}.last-updated{text-align:center;color:#7f8c8d;font-style:italic;margin-bottom:2rem}.privacy-container section{margin-bottom:2rem}.privacy-container h2{color:#34495e;font-size:1.75rem;margin-top:2rem;margin-bottom:1rem;border-bottom:2px solid #e74c3c;padding-bottom:.5rem}.privacy-container h3{color:#34495e;font-size:1.25rem;margin-top:1.5rem;margin-bottom:.75rem}.privacy-container p{color:#555;line-height:1.8;margin-bottom:1rem}.privacy-container ul{margin-left:2rem;margin-bottom:1rem}.privacy-container li{color:#555;line-height:1.8;margin-bottom:.5rem}.privacy-container strong{color:#2c3e50;font-weight:600}@media(max-width:768px){.privacy-container{padding:2rem 1.5rem}.privacy-container h1{font-size:2rem}.privacy-container h2{font-size:1.5rem}.privacy-container h3{font-size:1.1rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1a1a2e}::-webkit-scrollbar-thumb{background:#667eea;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#764ba2}
