[x-cloak] {
    display: none !important;
}

.gradient-bg {
    background: linear-gradient(135deg, #5c4524 0%, #9d7a44 60%, #ccb17f 100%);
}

.sidebar-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.625rem 0.75rem;
    border-radius: 0.75rem;
    color: #94a3b8;
    transition: all 0.15s;
    font-weight: 500;
    font-size: 0.875rem;
    text-decoration: none;
    width: 100%;
}

.sidebar-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

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

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #334155;
    border-radius: 99px;
}
