
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;
}/* =============================================
   WORLD TOUR PAGE
   ============================================= */

html {
    scroll-behavior: smooth;
}

/* --- Section base (same as landing) --- */
.section-container {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.section-title {
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 12px;
    color: #FFFFFF;
    letter-spacing: 1px;
}

.section-subtitle {
    text-align: center;
    font-size: 16px;
    color: #aaa;
    margin-bottom: 24px;
}

/* =============================================
   PAGE HEADER
   ============================================= */
.wt-header {
    padding: 40px 0 20px;
    background: #25292A;
    text-align: center;
}

.wt-header-logo {
    max-width: 200px;
    width: 50%;
    height: auto;
    margin-bottom: 16px;
}

.wt-header h1 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 6px;
}

.wt-header .wt-season-label {
    font-size: 16px;
    color: #aaa;
    margin: 0;
}

.wt-intro {
    font-size: 15px;
    line-height: 1.7;
    color: #ccc;
    max-width: 700px;
    margin: 16px auto 0;
}

.wt-event-description {
    font-size: 15px;
    line-height: 1.7;
    color: #ccc;
    max-width: 700px;
    margin: 12px auto 0;
}

/* =============================================
   CONTROLS BAR
   ============================================= */
.wt-controls {
    background: #1a1d1e;
    padding: 16px 0;
    border-bottom: 1px solid #333;
    position: sticky;
    top: 0;
    z-index: 100;
}

.wt-controls-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.wt-select {
    padding: 8px 14px;
    border: 1px solid #444;
    background: #2a2e2f;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
}

.wt-select:focus {
    outline: none;
    border-color: #00BBFC;
}

/* Sport tabs */
.wt-sport-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
}

.wt-sport-tab {
    padding: 8px 20px;
    border: 1px solid #444;
    background: transparent;
    color: #aaa;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    border-radius: 4px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.wt-sport-tab:hover {
    border-color: #00BBFC;
    color: #fff;
}

.wt-sport-tab.active {
    background: #00BBFC;
    border-color: #00BBFC;
    color: #fff;
}

/* =============================================
   VIEW TABS (Rankings / Events)
   ============================================= */
.wt-view-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
    background: #1e2122;
    padding-top: 24px;
}

.wt-view-tab {
    padding: 12px 32px;
    border: none;
    background: transparent;
    color: #888;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.wt-view-tab:hover {
    color: #ccc;
}

.wt-view-tab.active {
    color: #00BBFC;
    border-bottom-color: #00BBFC;
}

/* =============================================
   RANKINGS SECTION
   ============================================= */
.wt-rankings {
    padding: 24px 0 60px;
    background: #1e2122;
}

.wt-events-section {
    padding: 24px 0 60px;
    background: #1e2122;
    display: none;
}

/* Leaderboard table (reused from landing) */
.leaderboard-table-wrap {
    overflow-x: auto;
}

.leaderboard-table {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    border-collapse: collapse;
    font-size: 15px;
}

.leaderboard-table thead th {
    text-align: left;
    padding: 10px 12px;
    border-bottom: 2px solid #00BBFC;
    color: #888;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

.leaderboard-table tbody tr {
    border-bottom: 1px solid #333;
    -webkit-transition: background-color 0.15s;
    transition: background-color 0.15s;
}

.leaderboard-table tbody tr:hover {
    background: rgba(0, 187, 252, 0.06);
}

.leaderboard-table tbody td {
    padding: 12px;
    vertical-align: middle;
}

.col-rank {
    width: 50px;
    text-align: center;
}

.col-rider {
    text-align: left;
}

.col-score {
    width: 80px;
    text-align: right;
    font-weight: 700;
}

.col-change {
    width: 40px;
    text-align: center;
}

.rank-badge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 13px;
    background: #333;
    color: #ccc;
}

.rank-gold {
    background: linear-gradient(135deg, #FFD700, #DAA520);
    color: #1a1a1a;
}

.rank-silver {
    background: linear-gradient(135deg, #C0C0C0, #A8A8A8);
    color: #1a1a1a;
}

.rank-bronze {
    background: linear-gradient(135deg, #CD7F32, #A0522D);
    color: #fff;
}

.rider-flag {
    margin-right: 8px;
    font-size: 14px;
    text-transform: uppercase;
    color: #888;
    font-weight: 400;
}

.rider-name {
    font-weight: 700;
}

.rank-up {
    color: #4CAF50;
    font-size: 12px;
}

.rank-down {
    color: #F44336;
    font-size: 12px;
}

.rank-same {
    color: #666;
    font-size: 14px;
}

/* =============================================
   PAGINATION
   ============================================= */
.wt-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
    margin-top: 24px;
}

.wt-pagination-btn {
    padding: 8px 20px;
    border: 1px solid #444;
    background: transparent;
    color: #ccc;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.wt-pagination-btn:hover:not(:disabled) {
    border-color: #00BBFC;
    color: #fff;
}

.wt-pagination-btn:disabled {
    opacity: 0.3;
    cursor: default;
}

.wt-pagination-info {
    color: #888;
    font-size: 14px;
}

/* =============================================
   EVENTS LIST
   ============================================= */
.wt-events-list {
    max-width: 800px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
}

.wt-event-card {
    background: #2a2e2f;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 16px 20px;
    cursor: pointer;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

.wt-event-card:hover {
    border-color: #00BBFC;
}

.wt-event-card-header {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
}

.wt-event-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
}

.wt-event-stop {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #00BBFC;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.wt-event-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
}

.wt-event-name {
    font-weight: 700;
    color: #fff;
    font-size: 15px;
}

.wt-event-spot {
    font-size: 13px;
    color: #aaa;
}

.wt-event-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
}

.wt-event-dates {
    font-size: 12px;
    color: #666;
}

.wt-event-status {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.wt-event-status.finished {
    background: #333;
    color: #888;
}

.wt-event-status.live,
.wt-event-status.starting {
    background: #4CAF50;
    color: #fff;
}

.wt-event-status.upcoming {
    background: #2a2e2f;
    border: 1px solid #444;
    color: #aaa;
}

.wt-event-status.finishing {
    background: #FF9800;
    color: #fff;
}

/* =============================================
   EVENT PAGE HEADER
   ============================================= */
.wt-event-header {
    margin-top: 12px;
}

.wt-event-back {
    display: inline-block;
    color: #00BBFC;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 10px;
    cursor: pointer;
}

.wt-event-back:hover {
    text-decoration: underline;
}

.wt-event-title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 4px;
}

.wt-event-spot-info {
    font-size: 15px;
    color: #aaa;
    margin: 0 0 8px;
}

.wt-event-spot-info a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #555;
    -webkit-transition: border-color 0.2s, color 0.2s;
    transition: border-color 0.2s, color 0.2s;
}

.wt-event-spot-info a:hover {
    color: #00BBFC;
    border-bottom-color: #00BBFC;
}

.wt-event-header-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
}

/* Loading spinner */
.wt-loading {
    text-align: center;
    padding: 40px 0;
    color: #888;
    font-size: 14px;
}

/* Empty state */
.wt-empty {
    text-align: center;
    padding: 40px 0;
    color: #666;
    font-size: 15px;
}

/* =============================================
   FOOTER (same as landing)
   ============================================= */
.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-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-copyright {
    color: #555;
    font-size: 13px;
    margin: 0;
}

/* =============================================
   RESPONSIVE: 768px+
   ============================================= */
@media (min-width: 768px) {
    .wt-header h1 {
        font-size: 34px;
    }

    .section-title {
        font-size: 30px;
    }

    .leaderboard-table {
        font-size: 15px;
    }
}

/* =============================================
   RESPONSIVE: 1024px+
   ============================================= */
@media (min-width: 1024px) {
    .wt-header h1 {
        font-size: 38px;
    }

    .section-title {
        font-size: 34px;
    }
}

/* =============================================
   RESPONSIVE: 1200px+
   ============================================= */
@media (min-width: 1200px) {
    .section-container {
        width: 85%;
    }
}
