/*
Theme Name: T6 Slot Modern Casino Premium
Author: Simon
Description: Modern casino premium WordPress theme with neon effects, proper CSS loading, and SEO optimized structure.
Version: 2.0
*/

body {
    margin: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: radial-gradient(circle at top, #1a1a2e, #0f0f1a 60%);
    color: #ffffff;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

header {
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(8px);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

nav a {
    color: #fff;
    margin-right: 20px;
    text-decoration: none;
    font-weight: 500;
}

nav a:hover {
    color: #00f7ff;
}

.hero {
    text-align: center;
    padding: 120px 20px;
}

.hero h1 {
    font-size: 48px;
    background: linear-gradient(90deg,#00f7ff,#ff00cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero p {
    font-size: 18px;
    color: #cccccc;
}

.btn {
    display: inline-block;
    padding: 15px 35px;
    margin: 15px 10px;
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s ease;
}

.btn-login {
    background: #00f7ff;
    color: #000;
    box-shadow: 0 0 15px #00f7ff;
}

.btn-login:hover {
    transform: scale(1.05);
}

.btn-register {
    background: #ff00cc;
    color: #fff;
    box-shadow: 0 0 15px #ff00cc;
}

.section {
    padding: 60px 0;
}

.section h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #ff00cc;
}

.card {
    background: rgba(255,255,255,0.05);
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

footer {
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
    padding: 30px 0;
    font-size: 14px;
    color: #aaa;
}
