/* /Pages/Index.razor.rz.scp.css */
.cnshopper-home[b-i7td5rwecz] {
    position: relative;
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    min-height: 560px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #ece9e4;
    border-radius: 8px;
}

.cnshopper-api-rail[b-i7td5rwecz] {
    display: flex;
    align-items: flex-start;
    padding: 24px 16px;
    background: #faf9f7;
    border-right: 1px solid #ece9e4;
}

.cnshopper-api-link[b-i7td5rwecz] {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 44px;
    padding: 6px 10px;
    color: #111111;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
}

.cnshopper-api-link:hover[b-i7td5rwecz],
.cnshopper-api-link:focus[b-i7td5rwecz] {
    color: #111111;
    text-decoration: none;
    background: #fff1e8;
    outline: none;
}

.cnshopper-api-icon[b-i7td5rwecz] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    color: #f37021;
    border: 1px solid #f37021;
    border-radius: 8px;
}

.cnshopper-brand-stage[b-i7td5rwecz] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 48px 32px;
}

.cnshopper-brand[b-i7td5rwecz] {
    margin: 0;
    color: #111111;
    font-size: 64px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0;
    white-space: nowrap;
}

.cnshopper-brand-cn[b-i7td5rwecz] {
    color: #f37021;
}

.cnshopper-brand-name[b-i7td5rwecz] {
    color: #111111;
}

.cnshopper-system-label[b-i7td5rwecz] {
    position: absolute;
    right: 24px;
    bottom: 18px;
    color: #5f5f5f;
    font-size: 13px;
    line-height: 1;
}

@media (max-width: 767.98px) {
    .cnshopper-home[b-i7td5rwecz] {
        grid-template-columns: minmax(0, 1fr);
        min-height: 440px;
    }

    .cnshopper-api-rail[b-i7td5rwecz] {
        padding: 16px;
        border-right: 0;
        border-bottom: 1px solid #ece9e4;
    }

    .cnshopper-brand-stage[b-i7td5rwecz] {
        min-height: 320px;
        padding: 32px 20px;
    }

    .cnshopper-brand[b-i7td5rwecz] {
        font-size: 48px;
    }

    .cnshopper-system-label[b-i7td5rwecz] {
        right: 16px;
        bottom: 14px;
    }
}
