body{line-height:1.6}.social-share{margin-top:20px;display:flex;gap:10px}.share-button{display:inline-flex;align-items:center;gap:5px;padding:8px 15px;border-radius:20px;color:white;text-decoration:none;font-size:14px;transition:opacity .3s}.share-button:hover{opacity:.9}.share-button.facebook{background:#1877f2}.share-button.twitter{background:#1da1f2}.share-button.whatsapp{background:#25d366}.game-detail-container{max-width:1400px;margin:10px auto 0;padding:0 20px 40px;display:grid;grid-template-columns:3fr 1fr;gap:20px}.game-cover{position:relative;display:none;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,0.1);height:600px;margin-bottom:15px}.game-cover iframe{width:100%;height:100%;border:0;display:block}.game-detail-info{background:white;padding:12px;border-radius:12px;box-shadow:0 4px 12px rgba(65,88,208,0.2);transition:all .3s ease}.game-detail-info:hover{box-shadow:0 8px 15px rgba(200,80,192,0.3);transform:translateY(-5px)}.game-detail-title{font-size:32px;font-weight:bold;color:#2c3e50}.game-detail-category{display:inline-block;background:#e74c3c;color:white;padding:3px 8px;border-radius:20px;font-size:10px}.game-detail-description{color:#34495e;margin-bottom:18px;line-height:1.6}.related-game-card{background:white;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px rgba(65,88,208,0.1);transition:all .3s ease}.related-game-card:hover{box-shadow:0 8px 15px rgba(200,80,192,0.2);transform:translateY(-5px)}.related-games{margin-top:5px}.related-games h2{font-size:24px}.related-games-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:5px}.related-game-card{background:white;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(65,88,208,0.2);transition:all .3s ease;position:relative}.related-game-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px rgba(200,80,192,0.3)}.related-game-card img{width:100%;height:200px;object-fit:cover}.related-game-info{position:absolute;bottom:0;left:0;right:0;padding:5px 15px;background-color:rgba(0,0,0,0.5);backdrop-filter:blur(3px);color:white}.related-game-title{font-weight:bold;color:white;font-size:16px;margin-bottom:0rem}@media(max-width:1024px){.game-detail-container{grid-template-columns:1fr}.hero{height:400px}.game-cover{height:400px}.related-games-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.related-games-grid{grid-template-columns:repeat(2,1fr)}}.favorite-fas1{color:red}.favorite-btn{position:absolute;right:40px;top:10px;background:rgba(0,0,0,0.5);border:0;color:white;padding:8px;border-radius:4px;cursor:pointer;z-index:900;transition:background .3s}.favorite-btn:hover{background:rgba(0,0,0,0.7)}.fullscreen-btn{position:absolute;right:10px;top:10px;background:rgba(0,0,0,0.5);border:0;color:white;padding:8px;border-radius:4px;cursor:pointer;z-index:900;transition:background .3s}.fullscreen-btn:hover{background:rgba(0,0,0,0.7)}:root{--primary-color:#3498db;--secondary-color:#2ecc71;--accent-color:#f39c12;--dark-color:#2c3e50;--light-color:#ecf0f1;--text-color:#333}h2{color:var(--dark-color);margin-bottom:1rem;font-size:1.5rem;border-bottom:2px solid var(--primary-color);padding-bottom:0rem}h3{color:var(--primary-color);margin-top:.5rem;margin-bottom:.3rem;font-size:1rem}section{margin-top:1.2rem}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background-color:white;padding:2rem;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,0.1);text-align:center}.feature-card i{font-size:3rem;color:var(--primary-color);margin-bottom:1rem}.screenshots{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.screenshot{border-radius:10px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,0.1)}.screenshot img{width:100%;height:auto;display:block}.how-to-play{background-color:white;padding:.5rem;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,0.1)}.how-to-play ol,.how-to-play ul{margin-left:2rem;margin-bottom:1rem}.testimonials{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.testimonial{background-color:white;padding:2rem;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,0.1)}.testimonial-text{font-style:italic;margin-bottom:1rem}.testimonial-author{font-weight:bold;color:var(--primary-color)}.faq-item{background-color:white;margin-bottom:1rem;border-radius:5px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,0.1)}.faq-question{padding:1rem;background-color:var(--primary-color);color:white;font-weight:bold;cursor:pointer}.faq-answer{padding:1rem;display:none}.hero h1{font-size:2rem}.hero p{font-size:1.2rem;max-width:800px;margin-bottom:2rem}.cta-button{background-color:var(--accent-color);color:white;font-size:1.2rem;padding:1rem 2rem;border:0;border-radius:5px;cursor:pointer;text-decoration:none;font-weight:bold;transition:background-color .3s}.cta-button:hover{background-color:#e68a00}.comments-section{background:white;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,0.1);padding:1rem}.comments-header{margin-bottom:1.5rem}.comment-form{margin-bottom:2rem}.comment-form input{width:50%;padding:1rem;border:1px solid #ddd;border-radius:5px;margin-bottom:.5rem;resize:vertical}.comment-form textarea{width:100%;padding:1rem;border:1px solid #ddd;border-radius:5px;margin-bottom:1rem;min-height:100px;resize:vertical}.submit-button{background:#007bff;color:white;border:0;padding:.75rem 1.5rem;border-radius:5px;cursor:pointer;font-size:1rem}.submit-button:hover{background:#0056b3}.comments-list{display:flex;flex-direction:column;gap:1.5rem}.comment{border-bottom:1px solid #eee;padding-bottom:1.5rem}.comment:last-child{border-bottom:0}.comment-header{display:flex;justify-content:space-between;margin-bottom:.5rem}.comment-author{font-weight:bold}.comment-date{color:#666;font-size:.9rem}.loading-container{position:absolute;top:50%;left:50%;width:100%;height:95%;transform:translate(-50%,-50%);text-align:center}.loading-text{margin-top:20px;font-family:Arial,sans-serif;color:white;font-size:18px;font-weight:bold}.loading-spinner{width:80px;height:80px;top:50%;left:50%;transform:translate(-50%,-50%);position:relative}.loading-spinner .spinner{width:100%;height:100%;border-radius:50%;border:8px solid transparent;border-top-color:#3498db;border-bottom-color:#3498db;animation:spin 1.5s linear infinite}.loading-key{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px}