/* ── Card ── */
.adp-3b422522 {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px 24px;
    font-family: inherit;
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* ── Status ── */
.adp-status-3b422522 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
}
.adp-dot-3b422522 {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #00c2ff;
    flex-shrink: 0;
    position: relative;
}
.adp-dot-active-3b422522::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background-color: #00c2ff;
    opacity: 0.25;
    animation: adp-pulse-3b422522 2s ease infinite;
}
@keyframes adp-pulse-3b422522 {
    0%   { transform: scale(1);   opacity: 0.35; }
    50%  { transform: scale(1.9); opacity: 0; }
    100% { transform: scale(1);   opacity: 0.35; }
}
.adp-status-text-3b422522 {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #00c2ff;
    text-transform: uppercase;
}

/* ── Countdown ── */
.adp-countdown-wrap-3b422522 {
    margin-bottom: 20px;
}
.adp-countdown-label-3b422522 {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #94a3b8;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.adp-timer-3b422522 {
    font-size: 36px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.1;
    margin-bottom: 10px;
    letter-spacing: -0.02em;
}
.adp-progress-track-3b422522 {
    width: 100%;
    height: 4px;
    background-color: #e2e8f0;
    border-radius: 99px;
    overflow: hidden;
}
.adp-progress-fill-3b422522 {
    height: 100%;
    background-color: #3b5bdb;
    border-radius: 99px;
    transition: width 0.6s ease;
}

/* ── Meta rows ── */
.adp-meta-3b422522 {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}
.adp-row-3b422522 {
    padding: 14px 0;
    border-bottom: 1px solid #e2e8f0;
}
.adp-row-3b422522:first-child {
    border-top: 1px solid #e2e8f0;
}
.adp-meta-label-3b422522 {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #94a3b8;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.adp-meta-value-3b422522 {
    font-size: 15px;
    font-weight: 500;
    color: #0f172a;
    line-height: 1.5;
}

/* ── CTA ── */
.adp-cta-wrap-3b422522 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}
.adp-cta-3b422522 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 16px 24px;
    background-color: #0f172a;
    color: #ffffff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.25s ease, transform 0.2s ease;
}
.adp-cta-3b422522:hover {
    background-color: #1e293b;
    transform: translateY(-1px);
    color: #ffffff;
}
.adp-cta-icon-3b422522 {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #00c2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-style: normal;
    flex-shrink: 0;
    color: #0f172a;
    font-weight: 700;
}
.adp-back-3b422522 {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #64748b;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.2s ease;
}
.adp-back-3b422522:hover {
    color: #0f172a;
}
