/* Loader/Progress Bar Styles */
.loader-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 4px;
    background: transparent;
    z-index: 9999;
    transition: opacity 0.3s cubic-bezier(.4,0,.2,1);
}
.loader-progress {
    height: 100%;
    width: 0;
    background: #e8bf96;
    transition: width 0.5s cubic-bezier(.4,0,.2,1);
}
/* Timestamp Module Styles */
.timestamp-module {
    position: absolute;
    top: 1.5rem;
    left: 2.5rem;
    z-index: 20;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    pointer-events: none;
}
@media (max-width: 1024px) {
    .timestamp-module {
        position: static;
        margin-bottom: 1.2rem;
        left: 0;
        top: 0;
        pointer-events: auto;
    }
}
.timestamp-banner {
    background: linear-gradient(90deg, #23242a 0%, #35363c 100%);
    border-radius: 1.5rem;
    box-shadow: 0 4px 24px 0 rgba(0,0,0,0.12) inset, 0 4px 16px 0 rgba(0,0,0,0.10);
    padding: 1.2rem 3.5rem;
    min-width: 420px;
    max-width: 520px;
    margin: 0 auto 1.5rem auto;
    transition: box-shadow 0.2s, background 0.3s, opacity 0.3s;
    opacity: 0.99;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}
/* Logo Container for Header */
.logo-header-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 120px;
    margin-top: 64px;
}

.logo-header-img {
    max-width: 100%;
    height: 100px;
    object-fit: contain;
    display: block;
}
@media (max-width: 640px) {
    .timestamp-banner {
        padding: 0.7rem 0.7rem;
        min-width: 180px;
        max-width: 98vw;
        gap: 0.7rem;
    }
}
.timestamp-header {
    font-family: 'Orbitron', 'Poppins', 'Consolas', 'Menlo', 'monospace';
    font-size: 1.7rem;
    font-weight: 700;
    color: #e8bf96;
    letter-spacing: 0.15em;
    text-align: center;
    white-space: nowrap;
    min-width: 320px;
    max-width: 400px;
    min-height: 48px;
    background: none;
    box-shadow: none;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
}
.timestamp-header.updating {
    opacity: 0.6;
    transition: opacity 0.2s;
}
.timestamp-icon {
    display: flex;
    align-items: center;
}
.timestamp-svg {
    margin-right: 6px;
}
.timestamp-icon {
    display: flex;
    align-items: center;
}
.timestamp-svg {
    margin-right: 6px;
}
body {
    font-family: 'Poppins', sans-serif;
    background-color: #1c1d20;
    color: #ffffff;
}
.brand-accent { color: #e8bf96; }
.brand-accent-bg { background-color: #e8bf96; }
.brand-accent-bg-hover:hover { background-color: #d1ab87; }
.brand-dark-bg { background-color: #25262a; }
.brand-border { border-color: #52525b; }
.calendar-day.disabled {
    color: #52525b;
    pointer-events: none;
}
.calendar-day.selected {
    background-color: #e8bf96;
    color: #1c1d20;
    font-weight: 700;
}
.today-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #e8bf96;
    color: #1c1d20;
    border-radius: 0.75rem;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.05);
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
    width: 100%;
    max-width: 320px;
    font-weight: 600;
    font-size: 0.95rem;
    text-align: center;
    position: relative;
}
.today-label {
    display: inline-block;
    background: #f5e3c6;
    color: #1c1d20;
    font-weight: bold;
    border-radius: 0.5rem;
    padding: 0.15rem 0.75rem;
    font-size: 1rem;
    margin-bottom: 0.15rem;
    box-shadow: none;
}
.timestamp-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 320px;
    max-width: 90vw;
    min-height: 48px;
    margin: 0 auto 0.5rem auto;
    position: relative;
    box-sizing: border-box;
}
/* Timestamp Banner and Header Revamp */
.timestamp-banner {
    background: linear-gradient(90deg, #23242a 0%, #35363c 100%);
    border-radius: 1.5rem;
    box-shadow: 0 4px 24px 0 rgba(0,0,0,0.12) inset, 0 4px 16px 0 rgba(0,0,0,0.10);
    padding: 1.2rem 3.5rem;
    min-width: 420px;
    max-width: 520px;
    margin: 0 auto 1.5rem auto;
    transition: box-shadow 0.2s, background 0.3s;
    opacity: 0.99;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}
.timestamp-header {
    font-family: 'Orbitron', 'Poppins', 'Consolas', 'Menlo', 'monospace';
    font-size: 1.7rem;
    font-weight: 700;
    color: #e8bf96;
    letter-spacing: 0.15em;
    text-align: center;
    white-space: nowrap;
    min-width: 320px;
    max-width: 400px;
    min-height: 48px;
    background: none;
    box-shadow: none;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.timestamp-icon svg {
    filter: drop-shadow(0 0 2px #e8bf96);
    opacity: 0.92;
}
.timestamp-banner:focus, .timestamp-banner:hover {
    box-shadow: 0 6px 24px 0 rgba(0,0,0,0.18) inset, 0 4px 16px 0 rgba(0,0,0,0.12);
    background: linear-gradient(90deg, #35363c 0%, #23242a 100%);
}
@media (max-width: 640px) {
    .timestamp-container {
        width: 98vw;
        min-height: 40px;
    }
    .timestamp-header {
        font-size: 1.05rem;
        padding: 0.4rem 0.7rem;
        min-width: 180px;
        min-height: 28px;
    }
}
.today-note {
    font-size: 0.8rem;
    color: #52525b;
    margin-top: 0.1rem;
    font-style: italic;
    text-align: center;
}
.calendar-nav-btn {
    background-color: #25262a;
    color: #e8bf96;
    border: 2px solid #e8bf96;
    transition: background 0.2s, color 0.2s, border 0.2s, transform 0.1s;
}
.calendar-nav-btn:hover, .calendar-nav-btn:focus {
    background-color: #e8bf96;
    color: #1c1d20;
    border-color: #d1ab87;
    transform: scale(1.1);
}
.platform-option {
    transition: box-shadow 0.2s, border-color 0.2s, transform 0.1s;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.08);
}
.platform-option:hover, .platform-option:focus {
    border-color: #e8bf96;
    box-shadow: 0 0 0 2px #e8bf96;
    transform: scale(1.05);
}
.platform-option.selected {
    border-color: #e8bf96;
    box-shadow: 0 0 0 2px #e8bf96;
}
.brand-btn {
    background-color: #e8bf96;
    color: #1c1d20;
    font-weight: 700;
    border-radius: 0.75rem;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.08);
    transition: background 0.2s, color 0.2s, transform 0.1s;
}
.brand-btn:hover, .brand-btn:focus {
    background-color: #d1ab87;
    color: #25262a;
    transform: scale(1.04);
}
.brand-btn:active {
    background-color: #c49a6c;
    color: #25262a;
    transform: scale(0.98);
}
.brand-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.time-slot.selected {
    background-color: #e8bf96;
    color: #1c1d20;
    border-color: #e8bf96;
}
.time-slot.disabled {
    background-color: #25262a;
    color: #52525b;
    border-color: #52525b;
    pointer-events: none;
}
.vc-option.selected {
    border-color: #e8bf96;
    box-shadow: 0 0 0 2px #e8bf96;
}
.no-scrollbar::-webkit-scrollbar {
    display: none;
}
.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

select option {
    background: #25262a;
    color: #fff;
}
