:root {
    --accent: #2b6cff;
    --accent-light: #5b9bff;
    --glass-bg: rgba(255, 255, 255, 0.10);
    --glass-border: rgba(255, 255, 255, 0.25);
}

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

html, body {
    height: 100%;
    font-family: 'Poppins', sans-serif;
}

body {
    min-height: 100vh;
    background-image:
        linear-gradient(180deg, rgba(10, 15, 30, 0.55) 0%, rgba(10, 15, 30, 0.75) 60%, rgba(5, 8, 18, 0.92) 100%),
        url('https://res.cloudinary.com/hubglobalcdn/image/upload/v1783487989/hub/hubworktech_team_id.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px 60px;
}

.container {
    width: 100%;
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.countdown-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 18px;
    margin-bottom: 48px;
    animation: fadeInUp 1s ease;
    width: 100%;
}

.countdown-box {
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    border-radius: 20px;
    padding: 26px 30px;
    min-width: 130px;
    flex: 1 1 0;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease;
}

.countdown-box:hover {
    transform: translateY(-4px);
}

.countdown-number {
    font-size: 46px;
    font-weight: 800;
    line-height: 1;
    background: linear-gradient(180deg, #ffffff, #cfe0ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.countdown-label {
    margin-top: 10px;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.85;
    font-weight: 500;
}

.info-card {
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    background: rgba(10, 15, 30, 0.45);
    border: 1px solid var(--glass-border);
    border-radius: 24px;
    padding: 40px clamp(20px, 5vw, 55px);
    max-width: 880px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
    animation: fadeIn 1.2s ease;
}

.info-card p {
    font-size: clamp(15px, 2.2vw, 18px);
    line-height: 1.75;
    margin-bottom: 22px;
    opacity: 0.95;
}

.info-card p:last-of-type {
    margin-bottom: 0;
}

.info-card strong {
    color: #ffffff;
    font-weight: 700;
}

.highlight {
    color: var(--accent-light);
    font-weight: 700;
}

.ticket-link {
    color: #ff9f43;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

.ticket-link:hover {
    color: #ffb976;
}

.warning-text {
    margin-top: 30px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,0.15);
    font-size: 13.5px !important;
    opacity: 0.75 !important;
    line-height: 1.6 !important;
}

footer {
    margin-top: 40px;
    font-size: 13px;
    opacity: 0.6;
    text-align: center;
}

@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

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

@media (max-width: 600px) {
    .countdown-wrap {
        gap: 8px;
    }
    .countdown-box {
        min-width: 0;
        width: 100%;
        padding: 12px 4px;
        border-radius: 14px;
    }
    .countdown-number {
        font-size: 26px;
    }
    .countdown-label {
        font-size: 9px;
        letter-spacing: 1px;
        margin-top: 4px;
    }
    .info-card {
        padding: 28px 20px;
    }
}

@media (max-width: 380px) {
    .countdown-wrap {
        gap: 6px;
    }
    .countdown-box {
        padding: 10px 2px;
    }
    .countdown-number {
        font-size: 20px;
    }
    .countdown-label {
        font-size: 8px;
    }
}

.greet-video-btn {
    position: fixed;
    left: 24px;
    bottom: 24px;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 500;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
    border: none;
    padding: 0;
    animation: greetPulse 2.4s infinite;
}

.greet-video-btn:hover {
    transform: scale(1.06);
}

.greet-video-btn .play-triangle {
    width: 0;
    height: 0;
    margin-left: 6px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 24px solid #e6212f;
}

@keyframes greetPulse {
    0% { box-shadow: 0 8px 28px rgba(0,0,0,0.35), 0 0 0 0 rgba(255,255,255,0.55); }
    70% { box-shadow: 0 8px 28px rgba(0,0,0,0.35), 0 0 0 16px rgba(255,255,255,0); }
    100% { box-shadow: 0 8px 28px rgba(0,0,0,0.35), 0 0 0 0 rgba(255,255,255,0); }
}

.greet-video-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(5, 8, 18, 0.82);
    z-index: 1000;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.greet-video-overlay.active {
    display: flex;
}

.greet-video-popup {
    position: relative;
    width: 100%;
    max-width: 720px;
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.greet-video-popup video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #000;
    display: block;
}

.greet-video-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ffffff;
    border: none;
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(0,0,0,0.3);
    z-index: 5;
}

@media (max-width: 600px) {
    .greet-video-btn {
        width: 62px;
        height: 62px;
        left: 16px;
        bottom: 16px;
    }
    .greet-video-btn .play-triangle {
        border-top: 11px solid transparent;
        border-bottom: 11px solid transparent;
        border-left: 18px solid #e6212f;
        margin-left: 4px;
    }
    .greet-video-popup {
        max-width: 96vw;
    }
    .greet-video-close {
        top: -14px;
        right: 0;
    }
}
