.absen-body {
    min-height: 100vh;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.absen-wrapper {
    width: 100%;
    max-width: 460px;
}

.absen-card {
    background: #fff;
    border-radius: 20px;
    padding: 36px 30px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.absen-logo {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 8px;
}

.form-select-lg,
.btn-lg {
    border-radius: 12px;
}

#jam-sekarang {
    font-size: 14px;
}

/* ===== Admin panel ===== */
.sidebar {
    min-height: 100vh;
    background: #1e3c72;
    color: #fff;
}

.sidebar a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    display: block;
    padding: 12px 20px;
    border-radius: 8px;
    margin: 2px 10px;
}

.sidebar a:hover,
.sidebar a.active {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.sidebar-brand {
    padding: 20px;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.3;
    word-wrap: break-word;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 10px;
}

.absen-title {
    font-size: 1.25rem;
    line-height: 1.3;
}

.stat-card {
    border-radius: 16px;
    border: none;
    color: #fff;
}

.stat-card .stat-value {
    font-size: 28px;
    font-weight: 700;
}
