body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #020617;
    color: white;
}

:root {
    --tmt-bg: #020617;
    --tmt-surface: #0f172a;
    --tmt-surface-soft: rgba(255, 255, 255, 0.04);
    --tmt-border: rgba(255, 255, 255, 0.10);
    --tmt-text: #ffffff;
    --tmt-text-soft: #cbd5e1;
    --tmt-text-muted: #94a3b8;
    --tmt-accent: #ffffff;
    --tmt-radius-xl: 28px;
    --tmt-radius-lg: 22px;
    --tmt-radius-md: 18px;
    --tmt-container: 1120px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background:
        linear-gradient(to bottom, #020617, #0f172a 45%, #020617);
    color: var(--tmt-text);
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

.tmt-container {
    width: min(var(--tmt-container), calc(100% - 32px));
    margin: 0 auto;
}

.tmt-site {
    padding: 32px 0 72px;
}

.tmt-eyebrow {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #93c5fd;
}

.tmt-hero__inner {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 32px;
    align-items: stretch;
}

.tmt-hero__content,
.tmt-featured,
.tmt-videos {
    border: 1px solid var(--tmt-border);
    border-radius: var(--tmt-radius-xl);
    background: rgba(255, 255, 255, 0.04);
}

.tmt-hero__content {
    padding: 40px;
}

.tmt-hero__content h1 {
    margin: 0;
    font-size: clamp(2.2rem, 5vw, 4rem);
    line-height: 1.05;
}

.tmt-hero__text {
    max-width: 700px;
    margin: 20px 0 0;
    font-size: 18px;
    color: var(--tmt-text-soft);
}

.tmt-hero__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.tmt-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 16px;
    font-weight: 700;
    transition: 0.2s ease;
}

.tmt-button:hover {
    transform: translateY(-1px);
}

.tmt-button--primary {
    background: #ffffff;
    color: #020617;
}

.tmt-button--secondary {
    border: 1px solid var(--tmt-border);
    background: rgba(255, 255, 255, 0.04);
    color: #ffffff;
}

.tmt-featured {
    padding: 28px;
    background: rgba(15, 23, 42, 0.85);
}

.tmt-featured__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.tmt-featured__label {
    margin: 0 0 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #93c5fd;
}

.tmt-featured__header h2 {
    margin: 0;
    font-size: 30px;
    line-height: 1.1;
}

.tmt-badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid var(--tmt-border);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: var(--tmt-text-soft);
    font-size: 13px;
    white-space: nowrap;
}

.tmt-featured__thumbnail {
    min-height: 280px;
    border: 1px solid var(--tmt-border);
    border-radius: var(--tmt-radius-lg);
    background: linear-gradient(135deg, #0f172a, #1e293b);
    display: flex;
    align-items: end;
    padding: 24px;
}

.tmt-featured__overlay h3 {
    margin: 0;
    font-size: 30px;
    line-height: 1.1;
}

.tmt-featured__overlay p {
    margin: 14px 0 0;
    max-width: 500px;
    color: var(--tmt-text-soft);
}

.tmt-featured__meta {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 18px;
    padding: 14px 16px;
    border: 1px solid var(--tmt-border);
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.18);
    color: var(--tmt-text-soft);
    font-size: 14px;
}

.tmt-videos {
    margin-top: 42px;
    padding: 32px;
    background: rgba(15, 23, 42, 0.7);
}

.tmt-section-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.tmt-section-header h2 {
    margin: 0;
    font-size: 36px;
    line-height: 1.1;
}

.tmt-section-header__text {
    max-width: 520px;
    margin: 0;
    color: var(--tmt-text-muted);
    font-size: 14px;
}

.tmt-video-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.tmt-video-card {
    overflow: hidden;
    border: 1px solid var(--tmt-border);
    border-radius: var(--tmt-radius-lg);
    background: rgba(15, 23, 42, 0.85);
}

.tmt-video-card__thumb {
    min-height: 190px;
    padding: 20px;
    display: flex;
    align-items: end;
    background: linear-gradient(135deg, #0f172a, #334155);
}

.tmt-video-card__duration {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.22);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
}

.tmt-video-card__content {
    padding: 22px;
}

.tmt-video-card__date {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--tmt-text-muted);
}

.tmt-video-card__content h3 {
    margin: 0;
    font-size: 24px;
    line-height: 1.2;
}

.tmt-video-card__content p {
    margin: 12px 0 0;
    color: var(--tmt-text-soft);
}

.tmt-video-card__tag {
    display: inline-block;
    margin-top: 18px;
    color: var(--tmt-text-muted);
    font-size: 14px;
}

@media (max-width: 900px) {
    .tmt-hero__inner,
    .tmt-video-grid,
    .tmt-section-header {
        grid-template-columns: 1fr;
        display: grid;
    }

    .tmt-section-header {
        align-items: start;
    }

    .tmt-featured__meta {
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .tmt-site {
        padding-top: 20px;
    }

    .tmt-hero__content,
    .tmt-featured,
    .tmt-videos {
        padding: 22px;
    }

    .tmt-featured__thumbnail {
        min-height: 220px;
        padding: 18px;
    }

    .tmt-featured__overlay h3,
    .tmt-section-header h2 {
        font-size: 26px;
    }

    .tmt-video-card__content h3 {
        font-size: 21px;
    }
}

.tmt-single-video {
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 28px;
    background: rgba(255,255,255,0.04);
    padding: 32px;
}

.tmt-single-video__title {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3.5rem);
    line-height: 1.05;
}

.tmt-single-video__meta {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 16px;
    color: #94a3b8;
    font-size: 14px;
}

.tmt-single-video__player {
    margin-top: 28px;
    border-radius: 22px;
    overflow: hidden;
    background: #000;
}

.tmt-single-video__player iframe {
    display: block;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}

.tmt-single-video__description {
    margin-top: 28px;
    color: #cbd5e1;
}

.tmt-single-video__description h2 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 28px;
    color: #fff;
}

.tmt-featured__thumbnail,
.tmt-video-card__thumb {
    position: relative;
    overflow: hidden;
}

.tmt-featured__image,
.tmt-video-card__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tmt-featured__overlay,
.tmt-video-card__duration {
    position: relative;
    z-index: 2;
}

.tmt-featured__thumbnail::after,
.tmt-video-card__thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(2, 6, 23, 0.8), rgba(2, 6, 23, 0.15));
    z-index: 1;
}

.tmt-countdown-wrap {
    margin-bottom: 24px;
}

.tmt-countdown {
    border: 1px solid var(--tmt-border);
    border-radius: var(--tmt-radius-xl);
    background: rgba(15, 23, 42, 0.82);
    padding: 28px;
}

.tmt-countdown__intro {
    margin-bottom: 20px;
}

.tmt-countdown__eyebrow {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #93c5fd;
}

.tmt-countdown__intro h2 {
    margin: 0;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    line-height: 1.1;
}

.tmt-countdown__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.tmt-countdown__item {
    border: 1px solid var(--tmt-border);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
    padding: 18px 14px;
    text-align: center;
}

.tmt-countdown__number {
    display: block;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
    font-weight: 700;
    color: #ffffff;
}

.tmt-countdown__label {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    color: var(--tmt-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.tmt-countdown.is-loading {
    opacity: 0;
    transform: translateY(8px);
}

.tmt-countdown.is-ready {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

@media (max-width: 700px) {
    .tmt-countdown__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}