@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;600;700;900&family=Exo+2:wght@400;500;600;700;800&family=Rajdhani:wght@500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Rajdhani', sans-serif;
    background: linear-gradient(135deg, #0a0e27 0%, #1a1625 50%, #2d1b3d 100%);
    background-attachment: fixed;
    color: #e1e5f0;
    line-height: 1.65;
    min-height: 100vh;
    position: relative;
}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    background: radial-gradient(circle at 30% 40%, rgba(138, 43, 226, 0.15) 0%, transparent 60%),
                radial-gradient(circle at 70% 60%, rgba(0, 191, 255, 0.12) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}

body::after {
    content: '';
    position: fixed;
    width: 2px;
    height: 2px;
    background: #8a2be2;
    box-shadow:
        100px 140px #8a2be2, 200px 110px #00bfff, 300px 220px #8a2be2,
        400px 130px #00bfff, 150px 330px #8a2be2, 500px 200px #8a2be2,
        250px 420px #00bfff, 350px 370px #8a2be2, 450px 300px #00bfff,
        550px 110px #8a2be2, 130px 520px #00bfff, 630px 200px #8a2be2,
        210px 630px #8a2be2, 730px 300px #00bfff, 310px 730px #8a2be2,
        80px 170px #00bfff, 170px 80px #8a2be2, 570px 470px #00bfff,
        470px 570px #8a2be2, 770px 170px #8a2be2, 170px 770px #00bfff;
    animation: starPulse 5s infinite ease-in-out alternate;
    z-index: 0;
    inset: 0;
    pointer-events: none;
}

@keyframes starPulse {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

.sl-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 22px;
    position: relative;
    z-index: 1;
}

header {
    background: rgba(10, 14, 39, 0.96);
    border-bottom: 3px solid #8a2be2;
    padding: 16px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 0 35px rgba(138, 43, 226, 0.7), 0 0 60px rgba(0, 191, 255, 0.3);
    backdrop-filter: blur(10px);
}

.sl-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sl-logo {
    font-family: 'Orbitron', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #8a2be2;
    letter-spacing: 2.5px;
    text-shadow: 0 0 18px #8a2be2, 0 0 35px #8a2be2, 0 0 50px rgba(138, 43, 226, 0.6);
    display: flex;
    align-items: center;
    gap: 10px;
}

.sl-icon {
    font-size: 30px;
    filter: drop-shadow(0 0 18px #8a2be2);
    animation: iconFloat 2.2s ease-in-out infinite;
}

@keyframes iconFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-7px); }
}

.sl-nav {
    display: flex;
    gap: 26px;
}

.sl-nav a {
    color: #93a5cf;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s;
    letter-spacing: 0.8px;
}

.sl-nav a:hover {
    color: #8a2be2;
    text-shadow: 0 0 12px rgba(138, 43, 226, 0.8);
}

.sl-badge {
    background: linear-gradient(145deg, #1a1625 0%, #0a0e27 100%);
    color: #8a2be2;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    box-shadow: 0 0 22px rgba(138, 43, 226, 0.8);
    border: 2px solid #8a2be2;
    font-family: 'Exo 2', sans-serif;
}

.sl-hero-section {
    padding: 40px 0;
}

.sl-hero-inner {
    border: 3px solid #8a2be2;
    border-radius: 16px;
    padding: 38px;
    background: linear-gradient(135deg, rgba(138, 43, 226, 0.12) 0%, rgba(0, 191, 255, 0.08) 100%);
    box-shadow: 0 0 45px rgba(138, 43, 226, 0.5), inset 0 0 45px rgba(0, 191, 255, 0.12);
}

.sl-hero-tag {
    display: inline-block;
    background: rgba(138, 43, 226, 0.2);
    color: #8a2be2;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.2px;
    margin-bottom: 18px;
    border: 2px solid rgba(138, 43, 226, 0.5);
    text-transform: uppercase;
}

.sl-hero-heading {
    font-family: 'Orbitron', sans-serif;
    font-size: 42px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 16px;
    line-height: 1.15;
    color: #fff;
    letter-spacing: 1px;
}

.sl-accent {
    color: #8a2be2;
    text-shadow: 0 0 22px #8a2be2, 0 0 45px #8a2be2, 0 0 65px rgba(138, 43, 226, 0.7);
}

.sl-hero-description {
    text-align: center;
    font-size: 17px;
    color: #93a5cf;
    margin-bottom: 26px;
    font-weight: 500;
    line-height: 1.7;
}

.sl-alert-box {
    border: 2px solid #8a2be2;
    border-radius: 12px;
    padding: 20px;
    background: rgba(138, 43, 226, 0.14);
    margin-bottom: 26px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    box-shadow: 0 0 28px rgba(138, 43, 226, 0.5);
}

.sl-alert-icon {
    font-size: 26px;
    flex-shrink: 0;
}

.sl-alert-content {
    color: #e1e5f0;
    font-size: 15px;
    line-height: 1.7;
}

.sl-alert-content strong {
    color: #8a2be2;
    font-weight: 700;
    text-shadow: 0 0 14px rgba(138, 43, 226, 0.8);
}

.sl-cta-group {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.sl-btn {
    padding: 15px 32px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
    cursor: pointer;
    border: 2px solid;
    background: transparent;
    font-family: 'Exo 2', sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.sl-btn:hover {
    transform: translateY(-3px);
}

.sl-btn-primary {
    background: linear-gradient(145deg, #1a1625 0%, #2d1b3d 100%);
    color: #8a2be2;
    border-color: #8a2be2;
    box-shadow: 0 0 28px rgba(138, 43, 226, 0.7);
}

.sl-btn-primary:hover {
    background: linear-gradient(145deg, #2d1b3d 0%, #1a1625 100%);
    box-shadow: 0 0 40px rgba(138, 43, 226, 1);
}

.sl-btn-outline {
    background: transparent;
    color: #8a2be2;
    border-color: #8a2be2;
    box-shadow: 0 0 20px rgba(138, 43, 226, 0.5);
}

.sl-btn-outline:hover {
    background: rgba(138, 43, 226, 0.2);
    box-shadow: 0 0 32px rgba(138, 43, 226, 0.7);
}

.sl-btn-xl {
    padding: 20px 55px;
    font-size: 18px;
    letter-spacing: 2px;
}

.sl-stats-section {
    padding: 40px 0;
}

.sl-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 20px;
}

.sl-stat-card {
    border: 2px solid #1a1625;
    border-radius: 12px;
    padding: 26px 20px;
    background: rgba(26, 22, 37, 0.12);
    display: flex;
    align-items: center;
    gap: 18px;
    transition: all 0.3s;
}

.sl-stat-card:hover {
    border-color: #8a2be2;
    box-shadow: 0 0 32px rgba(138, 43, 226, 0.6);
    transform: translateY(-5px);
}

.sl-stat-icon {
    font-size: 48px;
    flex-shrink: 0;
}

.sl-stat-content h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #8a2be2;
    text-shadow: 0 0 14px rgba(138, 43, 226, 0.7);
    font-family: 'Exo 2', sans-serif;
}

.sl-stat-content p {
    font-size: 14px;
    color: #93a5cf;
    line-height: 1.6;
}

.sl-game-section {
    padding: 40px 0;
}

.sl-section-header {
    text-align: center;
    margin-bottom: 32px;
}

.sl-section-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 36px;
    font-weight: 900;
    color: #8a2be2;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 22px #8a2be2, 0 0 45px #8a2be2, 0 0 65px rgba(138, 43, 226, 0.6);
}

.sl-section-subtitle {
    font-size: 16px;
    color: #93a5cf;
}

.sl-featured-game {
    border: 3px solid #8a2be2;
    border-radius: 16px;
    padding: 38px;
    background: linear-gradient(135deg, rgba(138, 43, 226, 0.12) 0%, rgba(0, 191, 255, 0.08) 100%);
    display: flex;
    gap: 32px;
    align-items: center;
    max-width: 950px;
    margin: 0 auto;
    box-shadow: 0 0 45px rgba(138, 43, 226, 0.5), inset 0 0 45px rgba(0, 191, 255, 0.12);
}

.sl-game-visual {
    text-align: center;
    position: relative;
}

.sl-game-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #8a2be2;
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    box-shadow: 0 0 20px rgba(138, 43, 226, 0.9);
}

.sl-game-symbol {
    font-size: 80px;
    margin-bottom: 16px;
    animation: gamePulse 2.8s ease-in-out infinite;
}

@keyframes gamePulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.15); opacity: 0.8; }
}

.sl-game-info {
    flex: 1;
}

.sl-game-name {
    font-family: 'Orbitron', sans-serif;
    font-size: 30px;
    font-weight: 900;
    color: #8a2be2;
    margin-bottom: 16px;
    text-shadow: 0 0 20px rgba(138, 43, 226, 0.9);
    letter-spacing: 1px;
}

.sl-game-text {
    font-size: 15px;
    color: #93a5cf;
    margin-bottom: 18px;
    line-height: 1.75;
}

.sl-game-features {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 22px;
}

.sl-feature-badge {
    background: rgba(138, 43, 226, 0.18);
    color: #8a2be2;
    padding: 8px 18px;
    border-radius: 24px;
    font-size: 13px;
    font-weight: 600;
    border: 2px solid rgba(138, 43, 226, 0.5);
}

.sl-features-section {
    padding: 40px 0;
}

.sl-features-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.sl-feature-block {
    border: 2px solid #1a1625;
    border-radius: 12px;
    padding: 28px 22px;
    background: rgba(138, 43, 226, 0.08);
    transition: all 0.3s;
}

.sl-feature-block:hover {
    border-color: #8a2be2;
    box-shadow: 0 0 32px rgba(138, 43, 226, 0.6);
    transform: translateY(-5px);
}

.sl-feature-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 14px;
}

.sl-feature-icon {
    font-size: 44px;
}

.sl-feature-header h3 {
    font-size: 18px;
    font-weight: 700;
    color: #8a2be2;
    text-shadow: 0 0 14px rgba(138, 43, 226, 0.7);
    font-family: 'Exo 2', sans-serif;
}

.sl-feature-block p {
    font-size: 14px;
    color: #93a5cf;
    line-height: 1.7;
}

.sl-info-section {
    padding: 40px 0;
}

.sl-info-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
}

.sl-info-card {
    border: 2px solid #1a1625;
    border-radius: 12px;
    padding: 28px;
    background: rgba(26, 22, 37, 0.12);
}

.sl-info-primary {
    border-color: #8a2be2;
    background: rgba(138, 43, 226, 0.1);
}

.sl-info-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #8a2be2;
    margin-bottom: 14px;
    text-shadow: 0 0 14px rgba(138, 43, 226, 0.7);
    font-family: 'Exo 2', sans-serif;
}

.sl-info-card p {
    font-size: 15px;
    color: #cbd0e1;
    line-height: 1.8;
}

.sl-rules-list {
    list-style: none;
    padding: 0;
}

.sl-rules-list li {
    padding: 12px 0;
    padding-left: 30px;
    position: relative;
    color: #cbd0e1;
    font-size: 14px;
    line-height: 1.7;
}

.sl-rules-list li::before {
    content: '⚔️';
    position: absolute;
    left: 0;
    font-size: 18px;
}

.sl-support-section {
    padding: 40px 0;
}

.sl-support-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.sl-support-item {
    border: 2px solid #1a1625;
    border-radius: 12px;
    padding: 28px 22px;
    background: rgba(138, 43, 226, 0.08);
    text-align: center;
    transition: all 0.3s;
}

.sl-support-item:hover {
    border-color: #8a2be2;
    box-shadow: 0 0 32px rgba(138, 43, 226, 0.6);
}

.sl-support-logo {
    font-size: 56px;
    margin-bottom: 16px;
}

.sl-support-item h3 {
    font-size: 19px;
    font-weight: 700;
    color: #8a2be2;
    margin-bottom: 10px;
    text-shadow: 0 0 14px rgba(138, 43, 226, 0.7);
    font-family: 'Exo 2', sans-serif;
}

.sl-support-item p {
    font-size: 14px;
    color: #93a5cf;
}

footer {
    background: rgba(10, 14, 39, 0.96);
    border-top: 3px solid #1a1625;
    padding: 40px 0 20px;
    margin-top: 55px;
    box-shadow: 0 0 35px rgba(26, 22, 37, 0.7);
}

.sl-footer-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}

.sl-footer-section h3 {
    color: #8a2be2;
    font-size: 17px;
    margin-bottom: 16px;
    font-weight: 700;
    text-shadow: 0 0 14px rgba(138, 43, 226, 0.7);
    font-family: 'Exo 2', sans-serif;
}

.sl-footer-section ul {
    list-style: none;
}

.sl-footer-section li {
    margin-bottom: 12px;
}

.sl-footer-section a {
    color: #93a5cf;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s;
}

.sl-footer-section a:hover {
    color: #8a2be2;
    text-shadow: 0 0 14px rgba(138, 43, 226, 0.7);
}

.sl-footer-highlight {
    color: #e1e5f0;
    font-size: 14px;
    line-height: 1.7;
}

.sl-footer-highlight strong {
    color: #8a2be2;
    text-shadow: 0 0 12px rgba(138, 43, 226, 0.7);
}

.sl-legal-section {
    border: 2px solid #1a1625;
    border-radius: 12px;
    padding: 28px;
    background: rgba(26, 22, 37, 0.12);
    margin-bottom: 26px;
}

.sl-legal-heading {
    font-size: 20px;
    font-weight: 700;
    color: #8a2be2;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-shadow: 0 0 16px rgba(138, 43, 226, 0.8);
    font-family: 'Exo 2', sans-serif;
}

.sl-legal-blocks {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 16px;
}

.sl-legal-block {
    padding: 14px;
    font-size: 13px;
    line-height: 1.7;
    color: #93a5cf;
    background: rgba(138, 43, 226, 0.06);
    border-radius: 8px;
}

.sl-legal-block strong {
    color: #8a2be2;
    text-shadow: 0 0 12px rgba(138, 43, 226, 0.7);
}

.sl-footer-final {
    text-align: center;
    padding-top: 26px;
    border-top: 2px solid #1a1625;
}

.sl-footer-final p {
    color: #5d6d8e;
    font-size: 13px;
    margin-bottom: 12px;
}

.sl-footer-brand {
    font-size: 14px;
    color: #cbd0e1;
    margin: 16px 0;
    font-weight: 600;
}

.sl-footer-disclaimer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 13px;
    color: #93a5cf;
    flex-wrap: wrap;
    line-height: 1.8;
}

.sl-footer-disclaimer strong {
    color: #8a2be2;
    text-shadow: 0 0 12px rgba(138, 43, 226, 0.7);
}

.sl-overlay {
    display: none;
    position: fixed;
    z-index: 10000;
    inset: 0;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.98);
    align-items: center;
    justify-content: center;
    animation: overlayFade 0.3s ease;
}

@keyframes overlayFade {
    from { opacity: 0; }
    to { opacity: 1; }
}

.sl-overlay-container {
    background: linear-gradient(185deg, #0a0e27 0%, #000 100%);
    margin: 20px auto;
    padding: 26px 20px 20px;
    border: 3px solid #8a2be2;
    border-radius: 16px;
    width: 96%;
    max-width: 1320px;
    position: relative;
    box-shadow: 0 0 55px rgba(138, 43, 226, 0.8);
    max-height: 96vh;
    overflow-y: auto;
}

.sl-game-frame {
    width: 100%;
    height: 80vh;
    min-height: 540px;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
}

.sl-game-frame iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.sl-close-btn {
    color: #93a5cf;
    position: absolute;
    top: 14px;
    right: 20px;
    font-size: 36px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s;
    line-height: 1;
}

.sl-close-btn:hover {
    color: #8a2be2;
    text-shadow: 0 0 20px rgba(138, 43, 226, 0.9);
}

.sl-home-btn {
    position: absolute;
    top: 18px;
    left: 20px;
    background: linear-gradient(145deg, #1a1625 0%, #0a0e27 100%);
    color: #8a2be2;
    border: 2px solid #8a2be2;
    padding: 12px 22px;
    border-radius: 26px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    box-shadow: 0 0 28px rgba(138, 43, 226, 0.8);
    font-family: 'Exo 2', sans-serif;
}

.sl-home-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 40px rgba(138, 43, 226, 1);
    background: linear-gradient(145deg, #2d1b3d 0%, #1a1625 100%);
}

.sl-home-btn:active {
    transform: translateY(-1px);
}

.sl-overlay-heading {
    font-family: 'Orbitron', sans-serif;
    font-size: 25px;
    font-weight: 900;
    color: #8a2be2;
    text-align: center;
    margin-bottom: 16px;
    text-transform: uppercase;
    padding: 0 110px;
    text-shadow: 0 0 20px rgba(138, 43, 226, 0.9);
    letter-spacing: 1.5px;
}

.sl-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.97);
    overflow: auto;
    padding: 30px;
}

.sl-modal-wrapper {
    background: linear-gradient(185deg, #0a0e27 0%, #000 100%);
    max-width: 860px;
    margin: 0 auto;
    border: 3px solid #8a2be2;
    border-radius: 16px;
    box-shadow: 0 0 55px rgba(138, 43, 226, 0.8);
}

.sl-modal-top {
    background: rgba(138, 43, 226, 0.14);
    padding: 22px 28px;
    border-bottom: 2px solid #8a2be2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sl-modal-top h2 {
    color: #8a2be2;
    font-size: 25px;
    margin: 0;
    font-weight: 700;
    text-shadow: 0 0 20px rgba(138, 43, 226, 0.9);
    font-family: 'Exo 2', sans-serif;
}

.sl-modal-exit {
    color: #93a5cf;
    font-size: 38px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s;
    line-height: 1;
}

.sl-modal-exit:hover {
    color: #8a2be2;
    text-shadow: 0 0 20px rgba(138, 43, 226, 0.9);
}

.sl-modal-main {
    padding: 30px;
    max-height: 70vh;
    overflow-y: auto;
    color: #cbd0e1;
    line-height: 1.85;
}

.sl-modal-main h3 {
    color: #8a2be2;
    font-size: 21px;
    margin: 26px 0 16px;
    font-weight: 700;
    text-shadow: 0 0 14px rgba(138, 43, 226, 0.7);
    font-family: 'Exo 2', sans-serif;
}

.sl-modal-main h3:first-child {
    margin-top: 0;
}

.sl-modal-main p {
    margin-bottom: 18px;
    font-size: 15px;
}

.sl-modal-main ul {
    margin: 16px 0 18px 28px;
    list-style: disc;
}

.sl-modal-main li {
    margin-bottom: 12px;
    font-size: 14px;
}

.sl-modal-main strong {
    color: #8a2be2;
    font-weight: 700;
    text-shadow: 0 0 12px rgba(138, 43, 226, 0.7);
}

.sl-modal-main a {
    color: #8a2be2;
    text-decoration: underline;
    text-shadow: 0 0 12px rgba(138, 43, 226, 0.7);
}

.sl-modal-main a:hover {
    color: #9d4edd;
    text-shadow: 0 0 14px rgba(157, 78, 221, 0.8);
}

@media (max-width: 768px) {
    .sl-nav {
        display: none;
    }

    .sl-hero-heading {
        font-size: 32px;
    }

    .sl-hero-description {
        font-size: 15px;
    }

    .sl-section-title {
        font-size: 28px;
    }

    .sl-featured-game {
        flex-direction: column;
        text-align: center;
    }

    .sl-stats-grid,
    .sl-features-layout,
    .sl-support-cards,
    .sl-info-layout,
    .sl-legal-blocks {
        grid-template-columns: 1fr;
    }

    .sl-overlay-heading {
        font-size: 20px;
        padding: 0 90px;
    }

    .sl-home-btn {
        font-size: 11px;
        padding: 10px 16px;
    }
}
