.home-container {
    display: flex;
    gap: 30px;
    padding: 40px;
}

.updates-panel {
    width: 280px;
    background: var(--panel);
    padding: 20px;
    border-radius: 12px;
}

.main-actions {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.home-button {
    width: 280px;
    padding: 18px;
    text-align: center;
    text-decoration: none;

    color: white;
    font-weight: bold;

    border-radius: 12px;
    background: linear-gradient(135deg, #6d28d9, #1e3a8a);
}