
body {
    background: #25292A;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #ffffff;
    font-family: 'Roboto', Arial, Helvetica, sans-serif, Georgia, serif;
    font-size: 14px;
    margin: 0;
}

section {
    display: block;
}

p {
    display: block;
    margin-top: 0px;
}

.btn-main {
    max-width: 500px;
    width: 100%;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(0, 187, 252, 0.5);
    white-space: normal;
    margin: 0px;
    border: 2px solid #00BBFC;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    outline: none;
    margin: auto;
}

.btn-main:hover {
    background-color: #00BBFC;
    border: 2px solid transparent;
}

.btn-main-icon {
    height: 30px;
    width: auto;
    vertical-align: middle;
}

.btn-main-text {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 100%;
    font-weight: bold;
    vertical-align: middle;
    color: #FFFFFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px;
}

.loader {
    border: 5px solid rgba(0, 187, 252, 0.5);
    border-top: 5px solid #00BBFC;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin: auto;
    -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

a {
    color: #FEFEFE;
    font-size: 16px;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.link_text {
    color: #FEFEFE;
    font-size: 16px;
    margin: 30px 0 20px 0;
}

.link_text a {
    line-height: 20px;
    text-decoration: underline;
    cursor: pointer;
}

.link_text a:hover {
    color: #B0B3C5;
}

.content_area {
    max-width: 500px;
    width: 100%;
    margin: auto;
}

.intro {
    padding: 50px 0px 20px;
    text-align: center;
}

.intro {
    max-width: 700px;
    width: 90%;
    margin: auto;
}

.intro-logo {
    max-width: 500px;
    width: 100%;
    height: auto;
}

.intro-title {
    font-size: 28px;
    line-height: 145%;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 20px;
}

.intro-subtitle {
    margin-bottom: 36px;
}

.intro-subtitle p, .register-subtitle p {
    font-size: 18px;
    line-height: 145%;
    margin-bottom: 0px;
}



.followus {
    max-width: 500px;
    width: 90%;
    padding: 50px 0px 80px;
    margin: auto;
    text-align: center;
}

.followus-title {
    font-size: 24px;
    line-height: 145%;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 20px;
}

.followus-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.followus-list-item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
}

.followus-list-item-icon {
    width: 50px;
    cursor: pointer;
}

.content {
    width: 75%;
    margin: auto;
}

.separator {
    margin-top: 60px;
    border-bottom: 2px solid #3aa8d9;
}

.download_img {
    border-radius: 5px;
    cursor: pointer;
}

.os-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    margin: auto;
}

.os-list-item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
}

.os-list-item-icon {
    width: 25px;
}

.image-item {

}

.image-item-left {
	float: left;
}

.image-item-left img {
	width: 300px;
	border: 1px solid #FFFFFF;
}

.image-item-right {
	padding-top: 10px;
	font-size: 18px;
}

.image-item-right a {
	width: 200px;
}

/* =============================================
   SECTION CONTAINER
   ============================================= */
.section-container {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

@media (min-width: 1200px) {
    .section-container {
        width: 85%;
    }
}

/* =============================================
   SITE NAVBAR
   ============================================= */
.site-navbar {
    background: #1a1d1e;
    border-bottom: 1px solid #333;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.site-navbar-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 56px;
}

.site-navbar-logo img {
    height: 28px;
    width: auto;
}

.site-navbar-logo:hover {
    text-decoration: none;
}

.site-navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 28px;
}

.site-navbar-nav a {
    color: #aaa;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.site-navbar-nav a:hover {
    color: #00BBFC;
    text-decoration: none;
}

.site-navbar-nav a.active {
    color: #00BBFC;
}

.site-navbar-toggle {
    display: none;
    background: none;
    border: none;
    color: #aaa;
    font-size: 24px;
    cursor: pointer;
    padding: 4px 8px;
}

@media (max-width: 768px) {
    .site-navbar-toggle {
        display: block;
    }

    .site-navbar-nav {
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        position: absolute;
        top: 56px;
        left: 0;
        right: 0;
        background: #1a1d1e;
        border-bottom: 1px solid #333;
        padding: 16px 0;
        gap: 0;
    }

    .site-navbar-nav.open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .site-navbar-nav a {
        padding: 12px 24px;
        font-size: 14px;
    }
}

/* =============================================
   SITE FOOTER
   ============================================= */
.site-footer {
    padding: 50px 0 30px;
    background: #1a1d1e;
    text-align: center;
}

.site-footer .followus {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 24px;
    padding: 0;
}

.site-footer .followus-title {
    font-size: 18px;
    margin-bottom: 16px;
}

.site-footer .followus-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
}

.site-footer .followus-list-item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
}

.site-footer .followus-list-item-icon {
    width: 40px;
    height: 40px;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.site-footer .followus-list-item-icon:hover {
    opacity: 0.75;
}

.footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
    margin-bottom: 24px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.footer-nav a {
    color: #ccc;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.footer-nav a:hover {
    color: #00BBFC;
    text-decoration: none;
}

.footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
    margin-bottom: 16px;
}

.footer-links a {
    color: #888;
    font-size: 14px;
    text-decoration: none;
}

.footer-links a:hover {
    color: #00BBFC;
    text-decoration: underline;
}

.footer-seo {
    max-width: 700px;
    margin: 0 auto 16px;
    font-size: 13px;
    line-height: 1.6;
    color: #666;
}

.footer-copyright {
    color: #555;
    font-size: 13px;
    margin: 0;
}/* =============================================
   NEWS DETAIL PAGE
   ============================================= */

html {
    scroll-behavior: smooth;
}

/* --- Breadcrumb --- */
.nd-breadcrumb {
    padding: 12px 0;
    border-bottom: 1px solid #2a2e2f;
}

.nd-breadcrumb-inner {
    color: #666;
    font-size: 13px;
}

.nd-breadcrumb-inner a {
    color: #888;
    text-decoration: none;
    font-size: 13px;
}

.nd-breadcrumb-inner a:hover {
    color: #00BBFC;
}

/* --- Hero Image --- */
.nd-hero {
    width: 100%;
    max-height: 480px;
    overflow: hidden;
    background: #1A1D1E;
}

.nd-hero img {
    width: 100%;
    max-height: 480px;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
}

/* --- Article --- */
.nd-article {
    padding: 40px 0 60px;
}

.nd-article-inner {
    max-width: 760px;
    margin: 0 auto;
}

/* Badges */
.news-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.news-badge-category {
    background: rgba(0, 187, 252, 0.15);
    color: #00BBFC;
    border: 1px solid rgba(0, 187, 252, 0.3);
}

.news-badge-sport {
    background: rgba(255, 255, 255, 0.08);
    color: #aaa;
    border: 1px solid #333;
}

/* Title */
.nd-title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 12px;
    line-height: 1.25;
}

/* Meta */
.nd-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 16px;
    margin-bottom: 28px;
    color: #666;
    font-size: 13px;
    border-bottom: 1px solid #2a2e2f;
    padding-bottom: 16px;
}

.nd-meta-author {
    color: #aaa;
}

.nd-meta-date {
    color: #666;
}

/* Short description / lead */
.nd-short-desc {
    font-size: 17px;
    color: #aaa;
    line-height: 1.65;
    margin-bottom: 28px;
    font-style: italic;
}

/* Content (Quill output) */
.nd-content {
    font-size: 15px;
    line-height: 1.75;
    color: #D0D0D0;
}

.nd-content h1,
.nd-content h2,
.nd-content h3,
.nd-content h4 {
    color: #fff;
    margin: 28px 0 12px;
    line-height: 1.3;
}

.nd-content h1 { font-size: 26px; }
.nd-content h2 { font-size: 22px; }
.nd-content h3 { font-size: 18px; }
.nd-content h4 { font-size: 15px; }

.nd-content p {
    margin: 0 0 16px;
}

.nd-content a {
    color: #00BBFC;
    text-decoration: none;
}

.nd-content a:hover {
    text-decoration: underline;
}

.nd-content ul,
.nd-content ol {
    margin: 0 0 16px;
    padding-left: 24px;
}

.nd-content li {
    margin-bottom: 6px;
    line-height: 1.65;
}

.nd-content blockquote {
    border-left: 3px solid #00BBFC;
    margin: 20px 0;
    padding: 8px 0 8px 20px;
    color: #aaa;
    font-style: italic;
}

.nd-content img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 16px 0;
    display: block;
}

/* Embedded videos (YouTube) — centered and responsive 16:9 */
.nd-content iframe {
    display: block;
    width: 560px;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    margin: 24px auto;
    border-radius: 6px;
}

.nd-content pre,
.nd-content code {
    background: #1A1D1E;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 13px;
}

.nd-content pre {
    padding: 16px;
    overflow-x: auto;
    margin: 16px 0;
}

.nd-content code {
    padding: 2px 5px;
}

/* --- Share --- */
.nd-share {
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid #2a2e2f;
}

.nd-share-title {
    color: #888;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.nd-share-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.nd-share-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7px;
    padding: 9px 16px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    font-family: inherit;
    text-decoration: none;
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s;
}

.nd-share-btn:hover {
    opacity: 0.85;
    text-decoration: none;
}

.nd-share-btn-steam {
    background: #1b2838;
    color: #c6d4df;
    border: 1px solid #3d5064;
}

.nd-share-btn-twitter {
    background: #000;
    color: #fff;
}

.nd-share-btn-facebook {
    background: #1877f2;
    color: #fff;
}

.nd-share-btn-copy {
    background: #2a2e2f;
    color: #aaa;
    border: 1px solid #444;
}

.nd-share-btn-copy.copied {
    color: #00BBFC;
    border-color: #00BBFC;
}

.nd-share-btn svg {
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

/* --- Back link --- */
.nd-back {
    margin-top: 40px;
}

.nd-back a {
    color: #666;
    font-size: 13px;
    text-decoration: none;
}

.nd-back a:hover {
    color: #00BBFC;
}

/* =============================================
   RESPONSIVE
   ============================================= */

@media (max-width: 768px) {
    .nd-title {
        font-size: 24px;
    }

    .nd-short-desc {
        font-size: 15px;
    }

    .nd-hero {
        max-height: 260px;
    }

    .nd-hero img {
        max-height: 260px;
    }

    .nd-article {
        padding: 24px 0 40px;
    }

    .nd-meta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 4px;
    }
}

@media (max-width: 480px) {
    .nd-title {
        font-size: 20px;
    }

    .nd-share-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .nd-share-btn {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
