@media screen and (min-width: 2560px) {

    html {
        font-size: 18px;
    }

    body {
        zoom: 1.05;
    }

    .container-xxl {
        max-width: 3600px;
        margin-top: 1;
    }

    .page-title {
        font-size: 3rem;
        font-weight: 800;
    }

    .shed-container {
        padding: 36px;
        border-radius: 24px;
    }

    .shed-header {
        font-size: 1.8rem;
        margin-bottom: 28px;
    }

    .component-item.p-2 {
        font-size: 1.3rem;
        font-weight: 700;
    }

    .component-name {
        font-size: 2.2rem;
    }

    .speed-number {
        font-size: 2.6rem;
    }

    .status-bar {
        width: 56px;
        height: 56px;
        border-radius: 12px;
    }

    .layout-navbar {
        min-height: 96px;
    }

    .avatar img {
        transform: scale(1.2);
    }

    .content-footer {
        font-size: 1.2rem;
        padding: 20px 0;
    }
}