.devx-attendance-box{

    text-align:center;

    background:#fff;

    border-radius:12px;

    padding:40px;

    box-shadow:0 5px 15px rgba(0,0,0,.08);

}

#liveClock{

    font-size:42px;

    color:#0d6efd;

    margin:20px 0;

}

.status-red{

    color:#dc3545;

    font-weight:bold;

    font-size:18px;

}

.status-green{

    color:#198754;

    font-weight:bold;

}

.status-blue{

    color:#0d6efd;

    font-weight:bold;

}

.devx-danger{

    background:#dc3545;

}

.devx-danger:hover{

    background:#bb2d3b;

}

.checkin-time{

    margin-top:15px;

    color:#666;

}

.working-timer{

    margin:25px 0;

}

#workingTimer{

    font-size:38px;

    color:#198754;

    margin-top:10px;

}

.status-box{
    padding:15px;
    border-radius:8px;
    font-size:18px;
    margin-bottom:25px;
}

.red{
    background:#fdeaea;
    color:#c62828;
}

.green{
    background:#e8f5e9;
    color:#2e7d32;
}

.blue{
    background:#e3f2fd;
    color:#1565c0;
}

.attendance-summary{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    margin:30px 0;
}

.summary-item{
    background:#fff;
    border:1px solid #ddd;
    border-radius:8px;
    padding:20px;
    text-align:center;
}

.summary-item label{
    display:block;
    margin-bottom:10px;
    font-weight:600;
}

.attendance-actions{
    margin-top:30px;
}