@font-face {
    font-family: "chrome-theme-iconfont";
    src: url("../iconfont/iconfont.woff2") format("woff2"),
         url("../iconfont/iconfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.chrome-theme-iconfont {
    display: inline-block;
    font-family: "chrome-theme-iconfont" !important;
    font-size: 16px;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.chrome-theme-icon-gift:before {
    content: "\e771";
}

.chrome-theme-icon-vip:before {
    content: "\e619";
}

.chrome-theme-icon-feedback:before {
    content: "\e6d7";
}

:root {
    --chrome-theme-bg: #f5f7fb;
    --chrome-theme-panel: #ffffff;
    --chrome-theme-border: #e8edf4;
    --chrome-theme-text: #263445;
    --chrome-theme-muted: #7c8898;
    --chrome-theme-blue: #3167ff;
    --chrome-theme-green: #18a058;
    --chrome-theme-orange: #f59f00;
    --chrome-theme-shadow: 0 12px 30px rgba(39, 56, 77, .08);
}

html {
    background: var(--chrome-theme-bg);
}

body {
    color: var(--chrome-theme-text);
    background: var(--chrome-theme-bg);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

a {
    color: #25364d;
}

a:hover {
    color: var(--chrome-theme-blue);
    text-decoration: none;
}

#header {
    position: sticky;
    top: 0;
    z-index: 1020;
    min-height: 66px;
    background: rgba(255, 255, 255, .94) !important;
    border-bottom: 1px solid rgba(232, 237, 244, .9);
    box-shadow: 0 8px 24px rgba(50, 69, 99, .05);
    backdrop-filter: saturate(160%) blur(12px);
}

#header .container,
#body > .container {
    max-width: 1180px;
}

#header .navbar-brand {
    max-width: 220px;
    font-weight: 700;
    color: #1f2f46;
}

#header .logo-2 {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    margin-right: 8px;
    box-shadow: 0 4px 12px rgba(49, 103, 255, .16);
}

#header .navbar-nav .nav-link {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    margin: 0 3px;
    padding: 8px 14px;
    color: #5e6c7d;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
}

#header .navbar-nav .nav-item.active .nav-link,
#header .navbar-nav .nav-link:hover {
    color: var(--chrome-theme-blue);
    background: #eef4ff;
}

#header .navbar-toggler {
    border: 0;
    padding: 6px 8px;
}

#body {
    padding-top: 26px;
}

.chrome-theme-hero {
    margin-bottom: 22px;
}

.chrome-theme-hero-main {
    padding: 34px 34px 26px;
    background: linear-gradient(135deg, #ffffff 0%, #f6f9ff 56%, #eef6f2 100%);
    border: 1px solid var(--chrome-theme-border);
    border-radius: 8px;
    box-shadow: var(--chrome-theme-shadow);
}

.chrome-theme-kicker {
    margin-bottom: 8px;
    color: var(--chrome-theme-blue);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.chrome-theme-hero h1 {
    margin: 0;
    color: #17243a;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 800;
}

.chrome-theme-hero p {
    max-width: 720px;
    margin: 10px 0 22px;
    color: var(--chrome-theme-muted);
    line-height: 1.8;
}

.chrome-theme-search {
    display: flex;
    align-items: center;
    max-width: 620px;
    height: 50px;
    padding: 0 14px;
    background: #fff;
    border: 1px solid #dfe7f2;
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(49, 103, 255, .09);
}

.chrome-theme-search i {
    color: #91a0b4;
    font-size: 16px;
}

.chrome-theme-search input {
    flex: 1;
    min-width: 0;
    height: 48px;
    padding: 0 12px;
    color: #25364d;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 15px;
}

.chrome-theme-search button {
    width: 32px;
    height: 32px;
    padding: 0;
    color: #9aa8b8;
    background: transparent;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
}

.chrome-theme-search button:hover {
    color: #59687a;
    background: #f1f4f8;
}

.chrome-theme-categories {
    display: flex;
    gap: 10px;
    margin-top: 14px;
    padding-bottom: 2px;
    overflow-x: auto;
    scrollbar-width: none;
}

.chrome-theme-categories::-webkit-scrollbar {
    display: none;
}

.chrome-theme-category {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    flex: 0 0 auto;
    height: 40px;
    padding: 0 15px;
    color: #536174;
    background: #fff;
    border: 1px solid var(--chrome-theme-border);
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(39, 56, 77, .05);
}

.chrome-theme-category.active,
.chrome-theme-category:hover {
    color: var(--chrome-theme-blue);
    border-color: #cfe0ff;
    background: #f5f8ff;
}

.main > .card,
.aside > .card,
.card-threadlist,
.card-site-info {
    border: 1px solid var(--chrome-theme-border);
    border-radius: 8px;
    box-shadow: var(--chrome-theme-shadow);
}

.card-header {
    background: #fff;
    border-bottom: 1px solid var(--chrome-theme-border);
}

.card-threadlist > .card-header {
    padding: 0 16px;
}

.card-threadlist .nav-tabs {
    border-bottom: 0;
}

.card-threadlist .nav-tabs .nav-link {
    padding: 16px 2px 13px;
    margin-right: 22px;
    color: #7b8797;
    border: 0;
    border-bottom: 3px solid transparent;
    font-weight: 700;
}

.card-threadlist .nav-tabs .nav-link.active,
.card-threadlist .nav-tabs .nav-link:hover {
    color: var(--chrome-theme-blue);
    background: transparent;
    border-bottom-color: var(--chrome-theme-blue);
}

.card-threadlist .card-body {
    padding: 16px;
}

.threadlist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.threadlist > li.thread {
    position: relative;
    min-height: 118px;
    padding: 16px;
    background: #fff;
    border: 1px solid #edf1f6;
    border-radius: 8px;
    box-shadow: 0 5px 16px rgba(39, 56, 77, .04);
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.threadlist > li.thread:hover {
    border-color: #cddcff;
    box-shadow: 0 14px 28px rgba(49, 103, 255, .11);
    transform: translateY(-2px);
}

.threadlist > li.thread .avatar-3 {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    object-fit: cover;
    background: #f3f6fa;
}

.threadlist > li.thread .subject {
    display: -webkit-box;
    min-height: 44px;
    overflow: hidden;
    color: #1f2f46;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 700;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.threadlist > li.thread .subject a {
    color: inherit;
}

.threadlist > li.thread .subject a:hover {
    color: var(--chrome-theme-blue);
}

.threadlist > li.thread .media-body > .d-flex {
    align-items: flex-end;
    gap: 10px;
    margin-top: 12px !important;
}

.threadlist > li.thread .text-grey,
.threadlist > li.thread .text-muted {
    color: var(--chrome-theme-muted) !important;
}

.threadlist > li.thread .username {
    font-weight: 600;
}

.threadlist > li.thread .icon-comment-o {
    color: var(--chrome-theme-green);
}

.threadlist > li.thread.top,
.threadlist > li.thread.top_1,
.threadlist > li.thread.top_2,
.threadlist > li.thread.top_3 {
    border-color: #ffe4ad;
    background: #fffaf1;
}

.threadlist > li.thread.top:before,
.threadlist > li.thread.top_1:before,
.threadlist > li.thread.top_2:before,
.threadlist > li.thread.top_3:before {
    content: "推荐";
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 3px 8px;
    color: #9a6700;
    background: #fff0c2;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
}

.chrome-theme-empty {
    grid-column: 1 / -1;
    padding: 28px;
    color: var(--chrome-theme-muted);
    text-align: center;
    background: #fff;
    border: 1px dashed #dbe4f0;
    border-radius: 8px;
}

.aside .btn-primary {
    height: 44px;
    border: 0;
    border-radius: 8px;
    background: var(--chrome-theme-blue);
    box-shadow: 0 8px 18px rgba(49, 103, 255, .22);
    font-weight: 700;
}

.aside .btn-primary:hover {
    background: #1f55e8;
}

.card-site-info h5 {
    margin-bottom: 14px;
    color: #17243a;
    font-weight: 800;
}

.card-site-info .card-footer {
    background: #f8fafc;
    border-top: 1px solid var(--chrome-theme-border);
}

.pagination .page-link {
    margin: 0 4px 8px;
    color: #5d6b7c;
    border: 1px solid var(--chrome-theme-border);
    border-radius: 8px;
}

.pagination .active .page-link,
.pagination .page-link:hover {
    color: #fff;
    background: var(--chrome-theme-blue);
    border-color: var(--chrome-theme-blue);
}

#footer,
footer {
    color: #8792a1;
    background: transparent !important;
}

@media (max-width: 991.98px) {
    #header {
        position: static;
    }

    #header .navbar-collapse {
        padding-top: 12px;
    }

    #header .navbar-nav .nav-link {
        display: flex;
        width: 100%;
        margin: 2px 0;
    }

    .threadlist {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    #body {
        padding-top: 14px;
    }

    .chrome-theme-hero-main {
        padding: 24px 18px 20px;
    }

    .chrome-theme-hero h1 {
        font-size: 24px;
    }

    .chrome-theme-search {
        height: 46px;
    }

    .chrome-theme-search input {
        height: 44px;
        font-size: 14px;
    }

    .card-threadlist .card-body {
        padding: 12px;
    }

    .threadlist > li.thread {
        min-height: auto;
        padding: 14px;
    }

    .threadlist > li.thread .avatar-3 {
        width: 44px;
        height: 44px;
    }

    .threadlist > li.thread .subject {
        min-height: auto;
        font-size: 15px;
    }
}

/* Store-like layout, closer to chrome.zzzmh.cn */
.chrome-store-header {
    position: sticky;
    top: 0;
    z-index: 1020;
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid #edf0f5;
    box-shadow: 0 6px 20px rgba(20, 32, 50, .04);
    backdrop-filter: saturate(160%) blur(12px);
}

.chrome-store-header-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
}

.chrome-store-brand {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    color: #1c2430;
    font-size: 20px;
    font-weight: 800;
}

.chrome-store-brand img {
    width: 42px;
    height: 42px;
    margin-right: 12px;
    border-radius: 8px;
    object-fit: cover;
}

.chrome-store-brand.has-custom-logo img {
    width: auto;
    max-width: 180px;
    height: 42px;
    margin-right: 0;
    border-radius: 0;
    object-fit: contain;
}

.chrome-store-brand span {
    max-width: 260px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.chrome-store-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.chrome-store-header-actions a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    height: 38px;
    padding: 0 12px;
    color: #566273;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
}

.chrome-store-header-actions a:hover {
    color: #1d5eff;
    background: #f0f5ff;
}

.chrome-store-header-actions .chrome-store-text-link {
    color: #536174;
    font-weight: 800;
}

.chrome-store-header-actions .chrome-store-submit {
    color: #fff;
    background: #1d5eff;
}

.chrome-store-header-actions .chrome-store-submit:hover {
    color: #fff;
    background: #124de0;
}

.chrome-theme-modal .modal-content {
    border: 0;
    border-radius: 8px;
    box-shadow: 0 22px 58px rgba(25, 39, 66, .18);
}

.chrome-theme-modal .modal-header {
    border-bottom: 1px solid #e8edf4;
}

.chrome-theme-modal .modal-title {
    color: #18263c;
    font-weight: 900;
}

.chrome-theme-modal .modal-body {
    color: #657286;
    line-height: 1.75;
}

.chrome-theme-donate-tabs {
    display: inline-flex;
    margin: 18px 0 24px;
    overflow: hidden;
    border: 1px solid #8e99a6;
    border-radius: 4px;
}

.chrome-theme-donate-tabs a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    height: 30px;
    color: #687789;
    background: #fff;
    border-right: 1px solid #8e99a6;
    font-size: 14px;
    font-weight: 700;
}

.chrome-theme-donate-tabs a:last-child {
    border-right: 0;
}

.chrome-theme-donate-tabs a.active,
.chrome-theme-donate-tabs a:hover {
    color: #fff;
    background: #6f7a86;
}

.chrome-theme-donate-qrs {
    display: flex;
    justify-content: center;
    gap: 58px;
    flex-wrap: wrap;
    min-height: 132px;
}

.chrome-theme-donate-qrs img {
    width: 132px;
    height: 132px;
    object-fit: contain;
}

.chrome-theme-donate-empty {
    min-height: 92px;
    padding: 24px 12px;
    color: #8a98aa;
    text-align: center;
    background: #f7f9fc;
    border-radius: 8px;
    font-size: 13px;
}

.chrome-theme-cooperate-text {
    color: #5f6875;
    font-size: 15px;
    line-height: 2;
}

.chrome-theme-cooperate-contact {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-top: 48px;
}

.chrome-theme-cooperate-contact p {
    margin: 0 0 12px;
    color: #657286;
    line-height: 1.7;
}

.chrome-theme-cooperate-qr {
    flex: 0 0 auto;
    text-align: center;
}

.chrome-theme-cooperate-qr img {
    width: 112px;
    height: 112px;
    object-fit: contain;
}

.chrome-theme-cooperate-qr span {
    display: block;
    margin-top: 7px;
    color: #657286;
    font-size: 13px;
}

.chrome-theme-feedback-form {
    padding: 8px 26px 12px;
}

.chrome-theme-feedback-types {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 18px 0 28px;
}

.chrome-theme-feedback-types label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    color: #4f5c6e;
    font-size: 14px;
    font-weight: 600;
}

.chrome-theme-feedback-field {
    margin-bottom: 20px;
}

.chrome-theme-feedback-field label {
    display: block;
    margin-bottom: 12px;
    color: #4f5c6e;
    font-size: 14px;
    font-weight: 700;
}

.chrome-theme-feedback-field textarea,
.chrome-theme-feedback-field input {
    width: 100%;
    color: #263445;
    background: #fff;
    border: 1px solid #d9e1eb;
    border-radius: 6px;
    outline: 0;
    font-size: 14px;
}

.chrome-theme-feedback-field textarea {
    min-height: 136px;
    padding: 12px;
    resize: vertical;
}

.chrome-theme-feedback-field input {
    height: 34px;
    padding: 0 12px;
}

.chrome-theme-feedback-field textarea::placeholder,
.chrome-theme-feedback-field input::placeholder {
    color: #b7c0cd;
}

.chrome-theme-feedback-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 66px;
    margin-top: 30px;
}

.chrome-theme-feedback-actions .btn {
    min-width: 100px;
    height: 34px;
    border-radius: 6px;
    font-weight: 800;
}

.chrome-store-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.chrome-store-sidebar {
    position: sticky;
    top: 92px;
}

.chrome-store-menu,
.chrome-store-side-block,
.chrome-store-banner,
.chrome-extension-card,
.chrome-store-mobile-menu {
    background: #fff;
    border: 1px solid #e8edf4;
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(39, 56, 77, .06);
}

.chrome-store-menu {
    padding: 10px;
    margin-bottom: 16px;
}

.chrome-store-menu .nav-link {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 46px;
    padding: 0 14px;
    color: #596879;
    border-radius: 8px;
    font-weight: 700;
}

.chrome-store-menu .nav-link i {
    width: 20px;
    color: #8d9aad;
    text-align: center;
}

.chrome-store-menu .nav-link.active,
.chrome-store-menu .nav-link:hover {
    color: #1d5eff;
    background: #f0f5ff;
}

.chrome-store-menu .nav-link.active i,
.chrome-store-menu .nav-link:hover i {
    color: #1d5eff;
}

.chrome-store-side-block {
    padding: 14px;
    margin-bottom: 16px;
}

.chrome-store-side-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: #1e2a3a;
    font-weight: 800;
}

.chrome-store-side-title i {
    color: #f59f00;
}

.chrome-store-side-list {
    display: grid;
    gap: 10px;
}

.chrome-store-side-empty {
    padding: 14px 8px;
    color: #8a98aa;
    text-align: center;
    background: #f7f9fc;
    border-radius: 8px;
    font-size: 13px;
}

.chrome-store-side-plugin {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-height: 58px;
    padding: 8px;
    border-radius: 8px;
}

.chrome-store-side-plugin:hover {
    background: #f7f9fc;
}

.chrome-store-side-plugin img {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    object-fit: cover;
    background: #f1f4f8;
}

.chrome-store-side-plugin-title {
    overflow: hidden;
    color: #283648;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.chrome-store-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 7px;
}

.chrome-store-tags span {
    display: inline-flex;
    align-items: center;
    height: 21px;
    padding: 0 7px;
    color: #59708f;
    background: #edf4ff;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
}

.chrome-store-tags span:nth-child(2n) {
    color: #357a46;
    background: #eaf8ee;
}

.chrome-store-tags span:nth-child(3n) {
    color: #946200;
    background: #fff4d8;
}

.chrome-store-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.chrome-store-stats-grid div {
    padding: 12px 8px;
    text-align: center;
    background: #f7f9fc;
    border-radius: 8px;
}

.chrome-store-stats-grid b {
    display: block;
    color: #1d5eff;
    font-size: 18px;
    line-height: 1.2;
}

.chrome-store-stats-grid span {
    color: #7c8898;
    font-size: 12px;
}

.chrome-store-main {
    min-width: 0;
}

.chrome-theme-slider {
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
    background: #f4f7fb;
    border: 1px solid #e8edf4;
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(39, 56, 77, .08);
}

.chrome-theme-slider-track {
    position: relative;
    aspect-ratio: 11 / 6;
}

.chrome-theme-slide {
    position: absolute;
    inset: 0;
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: opacity .28s ease;
}

.chrome-theme-slide.active {
    opacity: 1;
    pointer-events: auto;
}

.chrome-theme-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #eef3f8;
}

.chrome-theme-slide:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 44%;
    background: linear-gradient(180deg, rgba(10, 18, 32, 0), rgba(10, 18, 32, .62));
}

.chrome-theme-slide-caption {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 20px;
    z-index: 1;
    color: #fff;
}

.chrome-theme-slide-caption strong {
    display: -webkit-box;
    max-width: 720px;
    overflow: hidden;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 900;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .32);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.chrome-theme-slide-caption span {
    display: inline-flex;
    margin-top: 8px;
    padding: 4px 9px;
    color: #eaf1ff;
    background: rgba(0, 0, 0, .32);
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
}

.chrome-theme-slider-btn {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 38px;
    height: 48px;
    padding: 0;
    color: #fff;
    background: rgba(10, 18, 32, .28);
    border: 0;
    border-radius: 8px;
    transform: translateY(-50%);
    cursor: pointer;
}

.chrome-theme-slider-btn:hover {
    background: rgba(10, 18, 32, .48);
}

.chrome-theme-slider-btn.prev {
    left: 12px;
}

.chrome-theme-slider-btn.next {
    right: 12px;
}

.chrome-theme-slider-dots {
    position: absolute;
    right: 18px;
    bottom: 18px;
    z-index: 2;
    display: flex;
    gap: 7px;
}

.chrome-theme-slider-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    background: rgba(255, 255, 255, .58);
    border: 0;
    border-radius: 999px;
    cursor: pointer;
}

.chrome-theme-slider-dots button.active {
    width: 22px;
    background: #fff;
}

.chrome-theme-toolbar {
    display: flex;
    margin-bottom: 18px;
}

.chrome-store-banner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 22px;
    align-items: stretch;
    min-height: 230px;
    padding: 28px;
    margin-bottom: 18px;
    background:
        radial-gradient(circle at 88% 12%, rgba(29, 94, 255, .16), transparent 28%),
        linear-gradient(135deg, #ffffff 0%, #f6f9ff 58%, #eef8f2 100%);
}

.chrome-store-kicker {
    margin-bottom: 9px;
    color: #1d5eff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.chrome-store-banner h1 {
    margin: 0;
    color: #162033;
    font-size: 34px;
    line-height: 1.22;
    font-weight: 900;
}

.chrome-store-banner p {
    max-width: 680px;
    min-height: 28px;
    margin: 12px 0 22px;
    color: #687789;
    font-size: 15px;
    line-height: 1.8;
}

.chrome-store-banner-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 18px;
    color: #25364d;
    background: rgba(255, 255, 255, .75);
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 8px;
    text-align: center;
}

.chrome-store-banner-card img {
    width: 86px;
    height: 86px;
    margin-bottom: 14px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 10px 22px rgba(29, 94, 255, .16);
}

.chrome-store-banner-card strong {
    font-size: 16px;
}

.chrome-store-banner-card span {
    margin-top: 6px;
    color: #7c8898;
    font-size: 13px;
}

.chrome-store-mobile-menu {
    display: none;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    padding: 10px;
    margin-bottom: 18px;
}

.chrome-store-mobile-menu a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 66px;
    color: #657286;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
}

.chrome-store-mobile-menu a.active,
.chrome-store-mobile-menu a:hover {
    color: #1d5eff;
    background: #f0f5ff;
}

.chrome-store-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin: 2px 0 14px;
}

.chrome-store-section-head h2 {
    margin: 0;
    color: #1c2635;
    font-size: 22px;
    font-weight: 900;
}

.chrome-store-section-head p {
    margin: 5px 0 0;
    color: #8290a1;
    font-size: 13px;
}

.chrome-store-section-head > a {
    display: inline-flex;
    align-items: center;
    height: 36px;
    padding: 0 13px;
    color: #fff;
    background: #1d5eff;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
}

.chrome-store-section-head-compact {
    margin-top: 4px;
}

.chrome-store-page-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    padding: 24px;
    margin-bottom: 18px;
    background: #fff;
    border: 1px solid #e8edf4;
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(39, 56, 77, .06);
}

.chrome-store-page-head h1 {
    margin: 0;
    color: #162033;
    font-size: 28px;
    line-height: 1.24;
    font-weight: 900;
}

.chrome-store-page-head p {
    max-width: 680px;
    margin: 9px 0 0;
    color: #687789;
    font-size: 14px;
    line-height: 1.7;
}

.chrome-store-order {
    display: inline-flex;
    gap: 8px;
    flex: 0 0 auto;
}

.chrome-store-order a {
    display: inline-flex;
    align-items: center;
    height: 34px;
    padding: 0 12px;
    color: #647286;
    background: #f5f7fb;
    border: 1px solid #e1e8f2;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
}

.chrome-store-order a.active,
.chrome-store-order a:hover {
    color: #1d5eff;
    background: #f0f5ff;
    border-color: #cddcff;
}

.chrome-store-filter-panel {
    padding: 14px 18px;
    margin-bottom: 18px;
    background: #fff;
    border: 1px solid #e8edf4;
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(39, 56, 77, .06);
}

.chrome-store-filter-row {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    overflow-x: auto;
    scrollbar-width: none;
}

.chrome-store-filter-row::-webkit-scrollbar {
    display: none;
}

.chrome-store-filter-row + .chrome-store-filter-row {
    margin-top: 4px;
}

.chrome-store-filter-row > span {
    flex: 0 0 36px;
    color: #25364d;
    font-size: 14px;
    font-weight: 800;
}

.chrome-store-filter-row a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    height: 28px;
    padding: 0 10px;
    color: #6f7f94;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.chrome-store-filter-row a.active,
.chrome-store-filter-row a:hover {
    color: #1d5eff;
    background: #eef4ff;
}

.chrome-store-forum-card {
    text-align: center;
}

.chrome-store-forum-card img {
    width: 66px;
    height: 66px;
    margin-bottom: 10px;
    border-radius: 8px;
    object-fit: cover;
    background: #f1f4f8;
}

.chrome-store-forum-card strong {
    display: block;
    color: #223048;
    font-weight: 900;
}

.chrome-store-forum-card p,
.chrome-store-search-tip p {
    margin: 8px 0 0;
    color: #7d8a9c;
    font-size: 13px;
    line-height: 1.7;
}

.chrome-store-search-form {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 12px 0 16px;
    margin-bottom: 18px;
    background: #fff;
    border: 1px solid #e0e8f2;
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(39, 56, 77, .06);
}

.chrome-store-search-form i {
    color: #8d9aad;
}

.chrome-store-search-form input {
    flex: 1;
    min-width: 0;
    height: 52px;
    color: #223048;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 15px;
}

.chrome-store-search-form button {
    height: 36px;
    padding: 0 16px;
    color: #fff;
    background: #1d5eff;
    border: 0;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

.chrome-store-search-form button:hover {
    background: #124de0;
}

.chrome-theme-recommend-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 20px;
}

.chrome-theme-recommend-card {
    overflow: hidden;
    color: inherit;
    background: #fff;
    border: 1px solid #e8edf4;
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(39, 56, 77, .06);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.chrome-theme-recommend-card:hover {
    color: inherit;
    border-color: #cddcff;
    box-shadow: 0 16px 32px rgba(29, 94, 255, .12);
    transform: translateY(-2px);
}

.chrome-theme-recommend-cover {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 11 / 7;
    background: #f4f7fb;
}

.chrome-theme-recommend-cover img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.chrome-theme-recommend-body {
    padding: 12px;
}

.chrome-theme-recommend-body h3 {
    display: -webkit-box;
    min-height: 40px;
    margin: 0;
    overflow: hidden;
    color: #223048;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 900;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.chrome-theme-recommend-body p {
    margin: 7px 0 0;
    color: #7d8a9c;
    font-size: 12px;
}

.chrome-extension-grid {
    column-count: 3;
    column-gap: 16px;
}

.chrome-extension-card {
    display: inline-block;
    width: 100%;
    margin: 0 0 16px;
    break-inside: avoid;
    page-break-inside: avoid;
    overflow: hidden;
    color: inherit;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.chrome-extension-card:hover {
    color: inherit;
    border-color: #cddcff;
    box-shadow: 0 16px 32px rgba(29, 94, 255, .12);
    transform: translateY(-2px);
}

.chrome-extension-grid-icon {
    column-count: 4;
}

.chrome-extension-grid-icon .chrome-extension-card {
    text-align: center;
}

.chrome-extension-grid-icon .chrome-extension-cover {
    width: 96px;
    max-width: calc(100% - 28px);
    margin: 18px auto 0;
    aspect-ratio: 1 / 1;
    background: #f4f7fb;
    border-radius: 8px;
}

.chrome-extension-grid-icon .chrome-extension-body {
    padding: 12px 14px 16px;
}

.chrome-extension-grid-icon .chrome-extension-title {
    min-height: 40px;
    font-size: 14px;
}

.chrome-extension-grid-icon .chrome-extension-body p {
    display: none;
}

.chrome-extension-cover {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 11 / 7;
    background:
        linear-gradient(135deg, rgba(29, 94, 255, .08), rgba(24, 160, 88, .08)),
        #f4f7fb;
}

.chrome-extension-cover img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0;
    object-fit: contain;
    background: #fff;
    box-shadow: none;
}

.chrome-extension-body {
    padding: 14px;
}

.chrome-extension-title {
    display: -webkit-box;
    min-height: 44px;
    margin: 0;
    overflow: hidden;
    color: #223048;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 900;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.chrome-extension-body p {
    display: -webkit-box;
    height: 38px;
    margin: 8px 0 0;
    overflow: hidden;
    color: #7d8a9c;
    font-size: 13px;
    line-height: 1.45;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.chrome-theme-detail-main {
    min-width: 0;
}

.chrome-theme-detail-top,
.chrome-theme-detail-section,
.chrome-theme-comments,
.chrome-theme-info-box,
.chrome-theme-action-box {
    background: #fff;
    border: 1px solid #e8edf4;
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(39, 56, 77, .06);
}

.chrome-theme-detail-top {
    padding: 22px;
    margin-bottom: 16px;
}

.chrome-theme-detail-hero {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
}

.chrome-theme-detail-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    overflow: hidden;
    background: #f4f7fb;
    border: 1px solid #e8edf4;
    border-radius: 8px;
}

.chrome-theme-detail-icon img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.chrome-theme-breadcrumb {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 8px;
    color: #8a98aa;
    font-size: 13px;
    font-weight: 700;
}

.chrome-theme-breadcrumb a {
    color: #6f7f93;
}

.chrome-theme-detail-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-width: 0;
}

.chrome-theme-detail-title h1 {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    color: #1d2a3d;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: 0;
}

.chrome-theme-detail-meta {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 auto;
    gap: 14px;
    justify-content: flex-end;
    color: #708094;
    font-size: 14px;
    font-weight: 700;
}

.chrome-theme-detail-meta span {
    display: inline-flex;
    gap: 6px;
    align-items: center;
}

.chrome-theme-detail-meta i {
    color: #8d9aad;
}

.chrome-theme-detail-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.chrome-theme-detail-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 40px;
    padding: 8px 10px;
    border: 0;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 900;
    white-space: nowrap;
}

.chrome-theme-detail-actions .btn-warning,
.chrome-theme-detail-actions .btn-info {
    color: #fff;
}

.chrome-theme-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 16px;
    align-items: start;
}

.chrome-theme-gallery {
    margin-bottom: 16px;
}

.chrome-theme-gallery-stage {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 360px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e8edf4;
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(39, 56, 77, .06);
    cursor: zoom-in;
}

.chrome-theme-gallery-stage img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 520px;
    object-fit: contain;
}

.chrome-theme-gallery-btn {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 48px;
    padding: 0;
    color: #fff;
    background: rgba(10, 18, 32, .28);
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    transform: translateY(-50%);
}

.chrome-theme-gallery-btn:hover {
    background: rgba(10, 18, 32, .48);
}

.chrome-theme-gallery-btn.prev {
    left: 12px;
}

.chrome-theme-gallery-btn.next {
    right: 12px;
}

.chrome-theme-gallery-count {
    position: absolute;
    right: 12px;
    bottom: 12px;
    padding: 5px 10px;
    color: #fff;
    background: rgba(20, 31, 48, .62);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

.chrome-theme-lightbox {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 34px 72px;
    background: rgba(11, 18, 30, .86);
}

.chrome-theme-lightbox.active {
    display: flex;
}

body.chrome-theme-lightbox-open {
    overflow: hidden;
}

.chrome-theme-lightbox img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .34);
}

.chrome-theme-lightbox-close,
.chrome-theme-lightbox-nav {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: #fff;
    background: rgba(255, 255, 255, .14);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
}

.chrome-theme-lightbox-close:hover,
.chrome-theme-lightbox-nav:hover {
    background: rgba(255, 255, 255, .24);
}

.chrome-theme-lightbox-close {
    top: 22px;
    right: 24px;
    font-size: 30px;
    line-height: 1;
}

.chrome-theme-lightbox-nav {
    top: 50%;
    margin-top: -22px;
    font-size: 24px;
}

.chrome-theme-lightbox-nav.prev {
    left: 20px;
}

.chrome-theme-lightbox-nav.next {
    right: 20px;
}

.chrome-theme-lightbox-count {
    position: absolute;
    bottom: 22px;
    left: 50%;
    padding: 5px 12px;
    color: #fff;
    background: rgba(255, 255, 255, .14);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
    transform: translateX(-50%);
}

.chrome-theme-detail-section,
.chrome-theme-comments {
    padding: 20px;
    margin-bottom: 16px;
}

.chrome-theme-detail-section h2,
.chrome-theme-comments h2,
.chrome-theme-info-box h3 {
    margin: 0 0 14px;
    color: #1f2d42;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 900;
}

.chrome-theme-comments h2 span {
    color: #8a98aa;
    font-size: 14px;
}

.chrome-theme-detail-summary {
    margin: 0;
    color: #5d6d81;
    font-size: 15px;
    line-height: 1.8;
}

.chrome-theme-detail-message {
    color: #334258;
    font-size: 15px;
    line-height: 1.85;
}

.chrome-theme-detail-message p:last-child {
    margin-bottom: 0;
}

.chrome-theme-detail-message img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 14px 0;
    border-radius: 8px;
}

.chrome-theme-detail-aside {
    display: grid;
    gap: 16px;
}

.chrome-theme-action-box {
    padding: 16px;
}

.chrome-theme-info-box {
    padding: 16px;
}

.chrome-theme-info-box dl {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 10px 12px;
    margin: 0;
    color: #5f6f84;
    font-size: 14px;
}

.chrome-theme-info-box dt {
    color: #94a0b1;
    font-weight: 800;
}

.chrome-theme-info-box dd {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    color: #263445;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chrome-theme-detail-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.chrome-theme-detail-tags span,
.chrome-theme-detail-tags a {
    padding: 4px 8px;
    color: #1d5eff;
    background: #eef4ff;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 900;
}

.chrome-theme-detail-tags a:hover {
    color: #124de0;
    background: #dce8ff;
}

.chrome-theme-comment-form {
    margin-bottom: 16px;
}

.chrome-theme-comment-form textarea {
    min-height: 112px;
    resize: vertical;
}

.chrome-theme-comment-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 10px;
}

.chrome-theme-login-tip {
    margin-bottom: 16px;
    padding: 14px;
    text-align: center;
    background: #f7f9fc;
    border-radius: 8px;
    font-weight: 800;
}

.chrome-theme-comment-list {
    display: grid;
    gap: 14px;
}

.chrome-theme-comment-card {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
}

.chrome-theme-comment-card > img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.chrome-theme-comment-title {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 6px;
}

.chrome-theme-comment-title strong {
    color: #243247;
}

.chrome-theme-comment-title span {
    color: #94a0b1;
    font-size: 12px;
    font-weight: 700;
}

.chrome-theme-comment-message {
    color: #4f5f73;
    line-height: 1.75;
}

.chrome-store-empty {
    display: block;
    padding: 36px;
    color: #7d8a9c;
    text-align: center;
    background: #fff;
    border: 1px dashed #dbe4f0;
    border-radius: 8px;
}

.chrome-store-layout + .row,
.chrome-store-layout .card-threadlist,
.chrome-store-layout .aside {
    display: none;
}

@media (max-width: 1199.98px) {
    .chrome-theme-detail-grid {
        grid-template-columns: 1fr;
    }

    .chrome-theme-recommend-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .chrome-extension-grid {
        column-count: 2;
    }

    .chrome-extension-grid-icon {
        column-count: 3;
    }
}

@media (max-width: 991.98px) {
    .chrome-store-header {
        position: static;
    }

    .chrome-store-header-panel {
        min-height: 64px;
    }

    .chrome-store-header-actions {
        gap: 4px;
    }

    .chrome-store-header-actions a {
        width: 38px;
        padding: 0;
        justify-content: center;
    }

    .chrome-store-header-actions a span {
        display: none;
    }

    .chrome-store-header-actions .chrome-store-text-link {
        display: none;
    }

    .chrome-store-layout {
        display: block;
    }

    .chrome-store-sidebar {
        display: none;
    }

    .chrome-store-mobile-menu {
        display: grid;
    }

    .chrome-store-banner {
        grid-template-columns: 1fr;
    }

    .chrome-theme-slider-track {
        aspect-ratio: 16 / 9;
    }

    .chrome-store-banner-card {
        display: none;
    }

    .chrome-theme-gallery-stage {
        min-height: 260px;
    }
}

@media (max-width: 575.98px) {
    .chrome-store-brand span {
        max-width: 150px;
    }

    .chrome-store-banner {
        min-height: auto;
        padding: 22px 16px;
    }

    .chrome-store-banner h1 {
        font-size: 25px;
    }

    .chrome-theme-slide-caption {
        left: 14px;
        right: 14px;
        bottom: 14px;
    }

    .chrome-theme-slide-caption strong {
        font-size: 18px;
    }

    .chrome-theme-slider-btn {
        display: none;
    }

    .chrome-theme-gallery-btn {
        width: 34px;
        height: 42px;
    }

    .chrome-theme-detail-top,
    .chrome-theme-detail-section,
    .chrome-theme-comments,
    .chrome-theme-info-box,
    .chrome-theme-action-box {
        padding: 16px;
    }

    .chrome-theme-detail-hero {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 12px;
    }

    .chrome-theme-detail-icon {
        width: 72px;
        height: 72px;
    }

    .chrome-theme-detail-title h1 {
        font-size: 22px;
    }

    .chrome-theme-detail-title-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .chrome-theme-detail-meta {
        justify-content: flex-start;
    }

    .chrome-theme-info-box dl {
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .chrome-theme-lightbox {
        padding: 52px 14px;
    }

    .chrome-theme-lightbox-nav {
        width: 38px;
        height: 38px;
    }

    .chrome-store-mobile-menu {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .chrome-store-section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .chrome-theme-cooperate-contact {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 28px;
    }

    .chrome-store-page-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .chrome-store-order {
        width: 100%;
    }

    .chrome-store-order a {
        flex: 1;
        justify-content: center;
    }

    .chrome-extension-grid {
        column-count: 1;
    }

    .chrome-extension-grid-icon {
        column-count: 2;
    }

    .chrome-theme-recommend-grid {
        grid-template-columns: 1fr;
    }
}
