:root{--bg-primary:#2e1a2e;--bg-secondary:#3e1639;--accent-color:#600f60;--text-primary:#f0f0f0;--text-secondary:#a0a0a0;--highlight:#c645e9;--transition:all 0.1s ease}*{margin:0;padding:0;box-sizing:border-box;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif}body{background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6}main{display:flex;flex-direction:column;justify-content:center;align-items:center}section{padding:4rem 2rem;max-width:1200px;margin:0 auto}h1,h2,h3{margin-bottom:1.5rem;color:var(--highlight)}p{margin-bottom:1.5rem;color:var(--text-secondary)}.btn{display:inline-block;background-color:var(--highlight);color:white;padding:0.8rem 1.5rem;border-radius:30px;text-decoration:none;font-weight:600;transition:var(--transition);border:none;cursor:pointer}.btn:hover{background-color:#ff6b81;transform:translateY(-3px);box-shadow:0 5px 15px rgba(233,69,96,0.3)}.hero{background:linear-gradient(rgba(26,26,46,0.8),rgba(26,26,46,0.9)),url('../themes/jcuk/assets/img/1.webp') no-repeat center center/cover;min-height:80vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem;border-radius:10px}.hero h1{font-size:3rem;margin-bottom:1rem}.hero h2{font-size:1.5rem;font-weight:400;margin-bottom:2rem;max-width:800px}.registration-form{background:var(--bg-secondary);padding:2rem;border-radius:10px;width:100%;max-width:500px;box-shadow:0 10px 30px rgba(0,0,0,0.3)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:0.5rem;text-align:left}.form-group input{width:100%;padding:0.8rem;border:1px solid var(--accent-color);border-radius:5px;background:var(--bg-primary);color:var(--text-primary)}.about{background:var(--bg-secondary);border-radius:10px;padding:3rem;margin:2rem}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:3rem 0}.feature{background:var(--bg-primary);padding:2rem;border-radius:10px;transition:var(--transition)}.feature:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,0.3)}.feature i{font-size:2.5rem;color:var(--highlight);margin-bottom:1rem}.games{text-align:center}.games-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:3rem 0}.game-card{background:var(--bg-secondary);border-radius:10px;overflow:hidden;transition:var(--transition);cursor:pointer}.game-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px rgba(0,0,0,0.4)}.game-card img{width:100%;height:300px;object-fit:cover}.game-info{padding:1.5rem}.play-free{background:linear-gradient(rgba(26,26,46,0.8),rgba(26,26,46,0.9)),url('../themes/jcuk/assets/img/1.webp') no-repeat center center/cover;height:60vh;padding:4rem 2rem;border-radius:10px;margin:2rem;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}.leaderboard{background:var(--bg-secondary);border-radius:10px;width:80vh;padding-top:3rem;padding-bottom:3rem}table{width:100%;border-collapse:collapse;margin:2rem 0}th,td{padding:1rem;text-align:left;border-bottom:1px solid var(--accent-color)}th{background-color:var(--accent-color);color:var(--text-primary)}tr:hover{background-color:rgba(15,52,96,0.3)}.stars{color:gold}.leaderboard{background:var(--bg-secondary);border-radius:10px;max-width:100%;padding:2rem;margin:auto;box-sizing:border-box}.table-wrapper{width:100%;overflow-x:auto}table{width:100%;min-width:500px;border-collapse:collapse;margin:1.5rem 0}th,td{padding:0.75rem 1rem;text-align:left;border-bottom:1px solid var(--accent-color);white-space:nowrap}th{background-color:var(--accent-color);color:var(--text-primary)}tr:hover{background-color:rgba(15,52,96,0.3)}.stars{color:gold}@media (max-width:600px){th,td{padding:0.5rem;font-size:0.9rem}h2{font-size:1.2rem}p{font-size:0.9rem}}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.8);z-index:1000;justify-content:center;align-items:center}.modal-content{background-color:var(--bg-secondary);padding:2rem;border-radius:10px;width:90%;max-width:800px;max-height:80vh;position:relative}.close-modal{position:absolute;top:1rem;right:1rem;font-size:1.5rem;color:var(--text-primary);background:none;border:none;cursor:pointer}.game-frame{width:100%;height:600px;border:none;border-radius:5px}@media screen and (max-width:768px){.hero h1{font-size:2.2rem}.hero h2{font-size:1.2rem}section{padding:3rem 1rem}.about,.play-free{margin:1rem;padding:2rem}.features,.games-container{grid-template-columns:1fr}}.subtitle{color:var(--text-secondary);font-size:1.1rem;max-width:800px;margin:0 auto}.terms-content{background-color:var(--bg-secondary);padding:2rem;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,0.3)}.terms-section{margin-bottom:2.5rem}.terms-section:last-child{margin-bottom:0}.terms-section h2{font-size:1.5rem;color:var(--highlight);margin-bottom:1rem;padding-bottom:0.5rem;border-bottom:1px solid var(--accent-color)}.terms-section p{margin-bottom:1rem;color:var(--text-primary)}.terms-section ul{list-style-type:none;padding-left:1.5rem;margin-bottom:1rem}.terms-section li{margin-bottom:0.5rem;position:relative;padding-left:1.5rem}.terms-section li:before{content:"•";color:var(--highlight);font-weight:bold;position:absolute;left:0}.contact-info{background-color:var(--accent-color);padding:1.5rem;border-radius:8px;margin-top:2rem;text-align:center}.contact-info a{color:var(--highlight);text-decoration:none;font-weight:600;transition:var(--transition)}.contact-info a:hover{color:#ff2e4d;text-decoration:underline}footer{text-align:center;margin-top:3rem;padding:2rem 0;color:var(--text-secondary);border-top:1px solid var(--accent-color)}.back-to-top{position:fixed;bottom:20px;right:20px;background-color:var(--highlight);color:white;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:1.5rem;box-shadow:0 2px 10px rgba(0,0,0,0.3);transition:var(--transition);opacity:0;visibility:hidden;z-index:1000}.back-to-top.visible{opacity:1;visibility:visible}.back-to-top:hover{background-color:#ff2e4d;transform:translateY(-3px)}@media (max-width:768px){h1{font-size:2rem}.terms-content{padding:1.5rem}.container{width:95%}.logo{font-size:2rem}}@media (max-width:480px){h1{font-size:1.8rem}.terms-content{padding:1rem}.terms-section h2{font-size:1.3rem}}