* {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        body {
            background-color: #000;
            background-image: radial-gradient(circle at top center, #1a1a1a 0%, #000000 70%);
            color: #b0b0b0;
            font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
            font-size: 12px;
            line-height: 1.5;
        }

        a {
            color: #b0b0b0;
            text-decoration: none;
        }

        a:hover {
            color: #ffffff;
            text-decoration: underline;
        }

 h1,h2,h3,h4 {color: #cc0000;
    
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-bottom: 1px solid #1a1a1a;
    padding-bottom: 5px;
    padding-top: 5px;
}

ul,ol {padding: 15px}
  
  tr,td,th {border: 0.7px solid white}



        /* Page Wrapper */
        .wrapper {
            width: 980px;
            margin: 0 auto;
            background: #050505;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
            border-left: 1px solid #1a1a1a;
            border-right: 1px solid #1a1a1a;
        }

        /* Header Area */
        header {
            text-align: center;
            padding-top: 20px;
            background: linear-gradient(to bottom, #111, #050505);
            border-bottom: 1px solid #222;
            position: relative;
        }

        .header-title-box {
            padding: 30px 0 10px 0;
        }

        .logo {
            font-family: 'Impact', 'Arial Black', sans-serif;
            font-size: 42px;
            letter-spacing: 4px;
            color: #fff;
            text-transform: uppercase;
            text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
        }

        .logo span {
            color: #cc0000;
        }

        .sub-logo {
            font-size: 10px;
            color: #777;
            letter-spacing: 3px;
            text-transform: uppercase;
            margin-top: -5px;
        }

        /* Navigation */
        nav {
            margin-top: 25px;
            background-color: #0d0d0d;
            border-top: 1px solid #222;
            border-bottom: 1px solid #222;
        }

        nav ul {
            display: flex;
            justify-content: center;
            list-style: none;
        }

        nav li {
            border-right: 1px solid #222;
        }

        nav li:first-child {
            border-left: 1px solid #222;
        }

        nav a {
            display: block;
            padding: 8px 25px;
            color: #888;
            font-weight: bold;
            font-size: 11px;
            text-transform: uppercase;
        }

        nav a:hover {
            color: #fff;
            background-color: #1a1a1a;
            text-decoration: none;
        }

        /* Social bar right below nav */
        .social-bar {
            display: flex;
            justify-content: flex-end;
            padding: 10px 20px 0 0;
            font-size: 10px;
        }

        .social-bar a {
            color: #cc0000;
            margin-left: 10px;
            font-weight: bold;
        }

        /* Main Container */
        .container {
            display: flex;
            padding: 20px;
            gap: 25px;
        }

        /* Left Content Column */
        .main-content {
            flex: 1;
        }

        .page-title {
            color: #cc0000;
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 25px;
            text-transform: uppercase;
        }

        .section-title {
            color: #cc0000;
            font-size: 12px;
            font-weight: bold;
            margin-top: 20px;
            margin-bottom: 8px;
        }

        .spec-list {
            margin-bottom: 15px;
        }

        .spec-list p {
            margin-bottom: 4px;
        }

        .spec-list strong {
            color: #ddd;
        }

        .sub-section {
            margin-left: 15px;
            margin-bottom: 10px;
        }

        .sub-section-title {
            color: #fff;
            font-weight: bold;
            margin-top: 8px;
            margin-bottom: 4px;
        }

        .notice-text {
            margin-top: 30px;
            color: #aaa;
            font-weight: bold;
        }

        /* Right Sidebar Column */
        .sidebar {
            width: 280px;
        }

        .widget {
            background-color: #0a0a0a;
            border: 1px solid #1c1c1c;
            margin-bottom: 20px;
            padding: 12px;
        }

        .widget-header {
            color: #cc0000;
            font-size: 11px;
            font-weight: bold;
            text-transform: uppercase;
            margin-bottom: 10px;
            border-bottom: 1px solid #1a1a1a;
            padding-bottom: 5px;
        }

        .widget-banner {
            width: 100%;
            height: 110px;
            background: linear-gradient(135deg, #222, #050505);
            border: 1px solid #333;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #555;
            font-size: 10px;
            text-align: center;
            margin-bottom: 8px;
        }

        .news-list {
            list-style: none;
        }

        .news-list li {
            margin-bottom: 6px;
            position: relative;
            padding-left: 10px;
        }

        .news-list li::before {
            content: "•";
            color: #cc0000;
            position: absolute;
            left: 0;
        }

        .news-list a {
            color: #cc0000;
        }

        .news-list a:hover {
            color: #ff4d4d;
        }

        /* Footer */
        footer {
            border-top: 1px solid #1a1a1a;
            padding: 20px;
            text-align: center;
            background-color: #020202;
        }

        .partner-logos {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            gap: 15px;
            margin-bottom: 20px;
            padding: 10px;
            background: #080808;
            border: 1px solid #141414;
        }

        .logo-box {
            color: #aaa;
            font-weight: bold;
            font-size: 12px;
            border: 1px solid #333;
            padding: 4px 8px;
            border-radius: 2px;
        }

        .pegi-box {
            border: 2px solid #cc0000;
            color: #fff;
            font-weight: bold;
            font-size: 16px;
            padding: 2px 6px;
        }

        .copyright {
            font-size: 9px;
            color: #555;
            line-height: 1.4;
            max-width: 850px;
            margin: 0 auto;
        }