body {
    background-color: #f4f6f9;
}

/* Sembunyikan honeypot dari manusia, tapi tetap ada di DOM untuk bot */
.honeypot-field {
    position: absolute;
    left: -9999px;
    top: -9999px;
    height: 0;
    width: 0;
    overflow: hidden;
}

.card {
    border: none;
}

code {
    font-size: 1.05em;
}

.sidebar {
    min-height: calc(100vh - 56px);
}

.sidebar .nav-link {
    color: #333;
}

.sidebar .nav-link.active {
    background-color: #0d6efd;
    color: #fff;
    border-radius: 6px;
}
