.fz-stage {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 30px;
    user-select: none;
}

.fz-line {
    font-family: "Georgia", "Palatino", "Times New Roman", serif;
    font-weight: 400;
    font-size: clamp(28px, 5.5vw, 56px);
    line-height: 1.3;
    text-align: center;
    color: rgba(230, 232, 238, 0.92);
    letter-spacing: 0.02em;
    max-width: 600px;
    transition: opacity 0.4s ease;
}

.fz-time {
    font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 200;
    font-size: clamp(14px, 2vw, 20px);
    letter-spacing: 0.08em;
    color: var(--muted);
}

.fz-date {
    font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 300;
    font-size: clamp(12px, 1.6vw, 16px);
    letter-spacing: 0.06em;
    color: rgba(107, 114, 128, 0.6);
}
