.daily-date {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 12px;
}
.daily-status-banner {
    margin: 4px 0 14px;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid #fde68a;
    background: #fffbeb;
    color: #92400e;
    font-size: 0.95em;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}
.daily-status-banner::before {
    content: "✓";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #22c55e;
    color: #fff;
    font-size: 0.78em;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
}
.daily-signin-prompt {
    font-size: 0.95em;
    color: #666;
    margin: 8px 0 16px;
}
.daily-timer {
    font-size: 1.1em;
    font-weight: 600;
    color: #333;
}
.daily-one-attempt-pill {
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid #f59e0b;
    background: #fffbeb;
    color: #92400e;
    font-size: 0.78em;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.daily-time {
    font-size: 1.2em;
    margin: 12px 0;
}
.daily-leaderboard {
    margin: 24px 0;
    padding: 20px;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}
.daily-leaderboard h3 {
    margin-bottom: 12px;
    font-size: 1.2em;
}
.daily-records-wrap {
    overflow-x: auto;
}
.daily-records-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    min-width: 440px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}
.daily-records-table th,
.daily-records-table td {
    padding: 11px 12px;
    border-bottom: 1px solid #e5e7eb;
    text-align: left;
    font-size: 0.93em;
}
.daily-records-table th {
    font-weight: 700;
    color: #0f172a;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 0.75em;
}
.daily-records-table tbody tr:last-child td {
    border-bottom: none;
}
.daily-records-table tbody tr:hover td {
    background: #f8fafc;
}
.daily-records-table td:first-child {
    width: 72px;
    font-weight: 700;
}
.daily-records-table tr.rank-1 td {
    background: linear-gradient(90deg, #fff8db 0%, #fffdf2 100%);
}
.daily-records-table tr.rank-2 td {
    background: linear-gradient(90deg, #f4f6f8 0%, #fcfcfd 100%);
}
.daily-records-table tr.rank-3 td {
    background: linear-gradient(90deg, #fff1e8 0%, #fffaf7 100%);
}
.daily-records-table .rank-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.daily-records-table .medal {
    width: 18px;
    text-align: center;
}

.daily-login-required-actions {
    margin: 24px 0;
}
.daily-login-required-actions .btn {
    display: inline-block;
    text-decoration: none;
    text-align: center;
}
#alreadyCompletedScreen .daily-time,
#alreadyCompletedScreen .daily-leaderboard {
    margin-top: 16px;
}
.admin-reset-controls {
    margin-top: 10px;
}
.admin-reset-status {
    margin-top: 8px;
    font-size: 0.9em;
    color: #475569;
}
#completeToSeeLeaderboardScreen .btn-back-home-inline {
    display: inline-block;
    margin-top: 16px;
}
