.home-v5-page {
    background:
        radial-gradient(circle at top left, rgba(14, 165, 233, 0.1), transparent 24%),
        radial-gradient(circle at top right, rgba(16, 185, 129, 0.08), transparent 22%),
        linear-gradient(180deg, #f4f8f6 0%, #edf3f1 52%, #f8fbfa 100%);
}

.home-v5-shell {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    --home-v4-panel-gap: 1rem;
}

.home-v5-shell [x-cloak] {
    display: none !important;
}

.home-v5-favorite-toggle {
    width: 1.75rem;
    height: 1.75rem;
    min-width: 1.75rem;
    min-height: 1.75rem;
    padding: 0;
}

.home-v5-favorite-toggle i {
    font-size: 0.625rem;
    line-height: 1;
}

.home-v5-desktop-layout {
    display: none;
}

@media (min-width: 1100px) {

    .home-v5-desktop-layout {
        display: grid;
    }
}
