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

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

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

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

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

.icon-svg {
    display: inline-block;
    flex: 0 0 auto;
    width: 1em;
    height: 1em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    line-height: 1;
    vertical-align: -0.125em;
}

.icon-svg::before {
    content: none !important;
}

.icon-svg-chrome {
    background-image: url("../img/svg/chrome.svg");
}

.icon-svg-edge {
    background-image: url("../img/svg/edge.svg");
}

.icon-svg-firefox {
    background-image: url("../img/svg/firefox.svg");
}

.icon-svg-microsoft {
    background-image: url("../img/svg/microsoft.svg");
}

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

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

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

html.crx-disable-ad-plugin .ad-banner,
html.crx-disable-ad-plugin .adsbygoogle,
html.crx-disable-ad-plugin [id^="ad_"],
html.crx-disable-ad-plugin [id^="ads_"],
html.crx-disable-ad-plugin [id$="_ad"],
html.crx-disable-ad-plugin [data-ad],
html.crx-disable-ad-plugin [data-ads],
html.crx-disable-ad-plugin iframe[src*="googlesyndication"],
html.crx-disable-ad-plugin iframe[src*="doubleclick"],
html.crx-disable-ad-plugin iframe[src*="alimama"],
html.crx-disable-ad-plugin iframe[src*="taobao"] {
    display: none !important;
    visibility: hidden !important;
}

html.crx-adblock-locked,
body.crx-adblock-locked {
    overflow: hidden !important;
}

.crx-adblock-lock {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(17, 27, 42, .82);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.crx-adblock-lock-panel {
    width: min(460px, 100%);
    padding: 30px 28px;
    border: 1px solid var(--crx-theme-border);
    border-radius: 8px;
    background: #fff;
    color: var(--crx-theme-text);
    text-align: center;
    box-shadow: 0 22px 70px rgba(0, 0, 0, .28);
}

.crx-adblock-lock-panel h3 {
    margin: 0 0 14px;
    color: #233248;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

.crx-adblock-lock-panel p {
    margin: 0 0 22px;
    color: var(--crx-theme-muted);
    font-size: 14px;
    line-height: 1.8;
}

.crx-adblock-lock-panel button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    height: 38px;
    padding: 0 24px;
    border: 0;
    border-radius: 8px;
    background: var(--crx-theme-blue);
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}

.crx-adblock-lock-panel button:hover {
    background: #2457e6;
}

a {
    color: #25364d;
}

a:hover {
    color: var(--crx-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(--crx-theme-blue);
    background: #eef4ff;
}

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

#body {
    padding-top: 26px;
}

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

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

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

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

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

.crx-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);
}

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

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

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

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

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

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

.crx-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(--crx-theme-border);
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(39, 56, 77, .05);
}

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

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

.card-header {
    background: #fff;
    border-bottom: 1px solid var(--crx-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(--crx-theme-blue);
    background: transparent;
    border-bottom-color: var(--crx-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(--crx-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(--crx-theme-muted) !important;
}

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

.threadlist > li.thread .icon-comment-o {
    color: var(--crx-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;
}

.crx-theme-empty {
    grid-column: 1 / -1;
    padding: 28px;
    color: var(--crx-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(--crx-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(--crx-theme-border);
}

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

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

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

.crx-soso-footer {
    margin-top: 32px;
    padding: 0 0 28px;
    color: #667085;
    background: #fff !important;
    border-top: 1px solid #e6ebf2;
}

.crx-soso-footer-shell {
    max-width: 1180px;
}

.crx-soso-footer-topline {
    height: 3px;
    margin-bottom: 28px;
    background: linear-gradient(90deg, #2563eb 0%, #0f9f6e 42%, #f59e0b 78%, rgba(245, 158, 11, 0) 100%);
}

.crx-soso-footer-main {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.4fr);
    gap: 42px;
    align-items: start;
}

.crx-soso-footer-brand {
    min-width: 0;
}

.crx-soso-footer-logo {
    display: inline-grid;
    gap: 4px;
    color: #172033;
}

.crx-soso-footer-logo:hover {
    color: #2563eb;
}

.crx-soso-footer-logo span {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 900;
}

.crx-soso-footer-logo em {
    color: #8a96a8;
    font-size: 12px;
    font-style: normal;
    letter-spacing: 0;
}

.crx-soso-footer-brand p {
    max-width: 420px;
    margin: 14px 0 18px;
    color: #667085;
    font-size: 14px;
    line-height: 1.75;
}

.crx-soso-footer-stores {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.crx-soso-footer-stores a {
    display: inline-grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    min-width: 0;
    min-height: 42px;
    padding: 8px 11px;
    color: #344054;
    background: #f8fafc;
    border: 1px solid #e6ebf2;
    border-radius: 8px;
}

.crx-soso-footer-stores a:hover {
    color: #2563eb;
    background: #eef4ff;
    border-color: #c9d8ff;
}

.crx-soso-footer-stores i {
    grid-row: 1;
    color: #2563eb;
    font-size: 18px;
    text-align: center;
}

.crx-soso-footer-stores a:nth-child(2n) i {
    color: #0f9f6e;
}

.crx-soso-footer-stores a:nth-child(3n) i {
    color: #b7791f;
}

.crx-soso-footer-stores span {
    min-width: 0;
    overflow: hidden;
    color: inherit;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 900;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.crx-soso-footer-nav {
    display: grid;
    grid-template-columns: .75fr 1.4fr .75fr;
    gap: 28px;
}

.crx-soso-footer-nav h3 {
    margin: 0 0 13px;
    color: #172033;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 900;
}

.crx-soso-footer-nav ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.crx-soso-footer-nav a {
    color: #667085;
    font-size: 13px;
    line-height: 1.55;
}

.crx-soso-footer-nav a:hover {
    color: #2563eb;
}

.crx-soso-footer-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 14px !important;
}

.crx-soso-footer-link-grid a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.crx-soso-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-top: 30px;
    padding-top: 18px;
    border-top: 1px solid #edf1f6;
    color: #8a96a8;
    font-size: 12px;
    line-height: 1.6;
}

.crx-soso-footer-bottom p {
    margin: 0;
}

.crx-soso-footer-bottom div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 14px;
}

.crx-soso-footer-bottom span,
.crx-soso-footer-bottom b {
    color: inherit;
}

@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;
    }

    .crx-soso-footer-main,
    .crx-soso-footer-nav {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .crx-soso-footer-bottom {
        display: grid;
        gap: 10px;
    }

    .crx-soso-footer-bottom div {
        justify-content: flex-start;
    }
}

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

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

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

    .crx-soso-footer {
        margin-top: 24px;
        padding-bottom: 22px;
    }

    .crx-soso-footer-topline {
        margin-bottom: 22px;
    }

    .crx-soso-footer-stores,
    .crx-soso-footer-link-grid {
        display: grid;
        grid-template-columns: 1fr;
    }

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

    .crx-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 */
.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;
}

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

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

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

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

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

.crx-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.crx-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;
}

.crx-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);
}

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

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

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

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

.crx-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));
}

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

.crx-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;
}

.crx-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;
}

.crx-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;
}

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

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

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

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

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

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

.crx-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;
}

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

.crx-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;
}

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

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

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

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

.crx-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;
}

.crx-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;
}

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

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

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

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

.crx-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;
}

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

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

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

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

.crx-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;
}

.crx-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;
}

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

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

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

.crx-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;
}

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

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

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

.crx-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;
}

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

.crx-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%);
}

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

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

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

.crx-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;
}

.crx-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);
}

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

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

.crx-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);
}

.crx-theme-lightbox-close,
.crx-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;
}

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

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

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

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

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

.crx-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%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.crx-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) {
    .crx-theme-detail-grid {
        grid-template-columns: 1fr;
    }

    .crx-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;
    }

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

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

    .crx-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;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .crx-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;
    }

    .crx-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;
    }

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

/* CRX Soso-like homepage */
.crx-soso-home {
    display: grid;
    gap: 18px;
}

.crx-soso-toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 16px;
    align-items: stretch;
}

.crx-soso-search-wrap,
.crx-soso-userbox,
.crx-soso-store-card,
.crx-soso-main,
.crx-soso-panel,
.crx-soso-category-footer {
    background: #fff;
    border: 1px solid #e6ebf2;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(31, 44, 66, .06);
}

.crx-soso-search-wrap {
    display: flex;
    align-items: center;
    min-height: 96px;
    padding: 20px;
}

.crx-soso-search {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr) 82px;
    gap: 10px;
    align-items: center;
    width: 100%;
    min-height: 48px;
    padding: 0 8px 0 14px;
    background: #f7f9fc;
    border: 1px solid #dfe6ef;
    border-radius: 8px;
}

.crx-soso-search i {
    color: #8b98aa;
    text-align: center;
}

.crx-soso-search input {
    min-width: 0;
    height: 46px;
    color: #1f2d3d;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 15px;
}

.crx-soso-search button {
    height: 36px;
    color: #fff;
    background: #2563eb;
    border: 0;
    border-radius: 8px;
    font-weight: 800;
    cursor: pointer;
}

.crx-soso-search button:hover {
    background: #1d4ed8;
}

.crx-soso-userbox {
    display: grid;
    gap: 8px;
    align-content: center;
    min-height: 96px;
    padding: 16px;
}

.crx-soso-userbox strong {
    color: #172033;
    font-size: 16px;
    line-height: 1.35;
}

.crx-soso-userbox span {
    color: #697789;
    font-size: 13px;
    line-height: 1.55;
}

.crx-soso-userbox div {
    display: flex;
    gap: 8px;
}

.crx-soso-userbox a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    height: 30px;
    padding: 0 10px;
    color: #2563eb;
    background: #eef4ff;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
}

.crx-soso-userbox a:hover {
    color: #fff;
    background: #2563eb;
}

.crx-soso-store-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.crx-soso-store-card {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 10px 12px;
    align-items: center;
    min-height: 92px;
    padding: 16px;
    color: #1f2d3d;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.crx-soso-store-card:hover {
    color: #1f2d3d;
    border-color: #c9d8ff;
    box-shadow: 0 14px 30px rgba(37, 99, 235, .12);
    transform: translateY(-2px);
}

.crx-soso-store-card i {
    grid-row: span 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: #2563eb;
    background: #eef4ff;
    border-radius: 8px;
    font-size: 20px;
}

.crx-soso-store-card:nth-child(2n) i {
    color: #0f9f6e;
    background: #e9f8f2;
}

.crx-soso-store-card:nth-child(3n) i {
    color: #b7791f;
    background: #fff5df;
}

.crx-soso-store-card strong {
    overflow: hidden;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 900;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.crx-soso-store-card span {
    display: -webkit-box;
    overflow: hidden;
    color: #718096;
    font-size: 12px;
    line-height: 1.45;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.crx-soso-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 18px;
    align-items: start;
}

.crx-soso-main {
    min-width: 0;
    padding: 18px;
}

.crx-soso-section-head,
.crx-soso-panel-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.crx-soso-section-head h2,
.crx-soso-panel-title span {
    margin: 0;
    color: #172033;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 900;
}

.crx-soso-section-head p {
    margin: 4px 0 0;
    color: #7a8798;
    font-size: 13px;
}

.crx-soso-section-head > a {
    flex: 0 0 auto;
    color: #2563eb;
    font-size: 13px;
    font-weight: 800;
}

.crx-soso-download-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.crx-soso-download-item {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-height: 78px;
    padding: 12px;
    color: #1f2d3d;
    background: #fbfcfe;
    border: 1px solid #edf1f6;
    border-radius: 8px;
}

.crx-soso-download-item:hover {
    color: #1f2d3d;
    border-color: #c9d8ff;
    background: #f7faff;
}

.crx-soso-download-item img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    background: #fff;
    border: 1px solid #e6ebf2;
    border-radius: 8px;
}

.crx-soso-download-item strong,
.crx-soso-rank-list span,
.crx-soso-update-list span {
    overflow: hidden;
    color: #1f2d3d;
    font-weight: 900;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.crx-soso-download-item span {
    display: -webkit-box;
    margin-top: 5px;
    overflow: hidden;
    color: #718096;
    font-size: 12px;
    line-height: 1.45;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.crx-soso-download-item em,
.crx-soso-rank-list em,
.crx-soso-update-list em,
.crx-soso-comment-list em {
    color: #8a96a8;
    font-size: 12px;
    font-style: normal;
    white-space: nowrap;
}

.crx-soso-side {
    display: grid;
    gap: 14px;
    min-width: 0;
}

@media (min-width: 1200px) {
    .crx-soso-home-v2 .crx-soso-side {
        position: sticky;
        top: 88px;
        align-self: start;
        max-height: calc(100vh - 104px);
        overflow-y: auto;
        overscroll-behavior: contain;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .crx-soso-home-v2 .crx-soso-side::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }
}

.crx-soso-panel {
    padding: 16px;
}

.crx-soso-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.crx-soso-tag-panel {
    padding: 18px;
}

.crx-soso-tag-title {
    align-items: center;
    margin-bottom: 12px;
}

.crx-soso-tag-tabs {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 36px;
    padding: 4px 7px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(15, 23, 42, .06);
}

.crx-soso-tag-tabs button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    padding: 0;
    color: #64748b;
    background: transparent;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    line-height: 1;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.crx-soso-tag-tabs button:focus,
.crx-soso-tag-tabs button:focus-visible {
    outline: 0;
    box-shadow: none;
}

.crx-soso-tag-tabs button:hover,
.crx-soso-tag-tabs button.active {
    background: #eef7ff;
    transform: translateY(-1px);
}

.crx-soso-tag-tabs .icon-svg-chrome {
    color: #1a73e8;
}

.crx-soso-tag-tabs .icon-svg-edge {
    color: #0aa4d3;
}

.crx-soso-tag-tabs .icon-svg-firefox {
    color: #f97316;
}

.crx-soso-tag-tabs .icon-svg-microsoft {
    color: #2563eb;
}

.crx-soso-tag-groups {
    position: relative;
    min-height: 318px;
    overflow: hidden;
}

.crx-soso-search-tags {
    position: absolute;
    inset: 0;
    display: flex;
    gap: 10px 8px;
    align-content: flex-start;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.crx-soso-search-tags.active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.crx-soso-tags a,
.crx-soso-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    color: #2563eb;
    background: #eef4ff;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 800;
}

.crx-soso-search-tags a,
.crx-soso-search-tags span {
    min-height: 32px;
    padding: 0 12px;
    color: #284c8a;
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
    border: 1px solid #d8e3f0;
    border-radius: 999px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .9) inset, 0 4px 10px rgba(15, 23, 42, .04);
    white-space: nowrap;
    transition: color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease, background .2s ease;
}

.crx-soso-search-tags a:hover {
    color: #0f9f6e;
    background: #f6fffb;
    border-color: #b7e6d6;
    box-shadow: 0 8px 16px rgba(15, 23, 42, .08);
    transform: translateY(-1px);
}

.crx-soso-tags a:nth-child(3n + 2) {
    color: #0f9f6e;
    background: #e9f8f2;
}

.crx-soso-tags a:nth-child(3n) {
    color: #b7791f;
    background: #fff5df;
}

.crx-soso-search-tags a:nth-child(3n + 2) {
    color: #0f9f6e;
    background: linear-gradient(180deg, #fff 0%, #f5fffb 100%);
}

.crx-soso-search-tags a:nth-child(3n) {
    color: #c26b12;
    background: linear-gradient(180deg, #fff 0%, #fff9f1 100%);
}

.crx-soso-rank-list,
.crx-soso-update-list {
    display: grid;
    gap: 8px;
}

.crx-soso-rank-list a,
.crx-soso-update-list a {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr) auto;
    gap: 9px;
    align-items: center;
    min-height: 34px;
    color: #1f2d3d;
}

.crx-soso-update-list a {
    grid-template-columns: minmax(0, 1fr) auto;
}

.crx-soso-rank-list b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #637083;
    background: #f1f4f8;
    border-radius: 8px;
    font-size: 12px;
}

.crx-soso-rank-list a:nth-child(-n + 3) b {
    color: #fff;
    background: #2563eb;
}

.crx-soso-comment-panel {
    padding: 18px;
}

.crx-soso-comment-title {
    margin-bottom: 14px;
    padding-bottom: 13px;
    border-bottom: 1px solid #edf1f6;
}

.crx-soso-comment-title span {
    position: relative;
    padding-left: 13px;
    color: #172033;
    font-size: 18px;
}

.crx-soso-comment-title span::before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 4px;
    height: 16px;
    content: "";
    background: #0f9f6e;
    border-radius: 4px;
}

.crx-soso-comment-pager {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #8a96a8;
    font-size: 12px;
    font-weight: 800;
}

.crx-soso-comment-pager i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: #b0bac8;
    background: #fff;
    border: 1px solid #e6ebf2;
    border-radius: 50%;
    font-size: 14px;
}

.crx-soso-comment-pager em {
    color: #7f8fa5;
    font-style: normal;
}

.crx-soso-panel.is-loading .crx-soso-comment-pager,
.crx-soso-panel.is-loading [data-crx-panel-content] {
    opacity: .58;
    pointer-events: none;
}

.crx-soso-comment-list {
    display: grid;
    gap: 10px;
}

.crx-soso-comment-card {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    min-width: 0;
    padding: 12px;
    color: #1f2d3d;
    background: #fff;
    border: 1px solid #edf1f6;
    border-radius: 8px;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.crx-soso-comment-card:hover {
    color: #1f2d3d;
    border-color: #c9d8ff;
    box-shadow: 0 12px 24px rgba(37, 99, 235, .1);
    transform: translateY(-1px);
}

.crx-soso-comment-card img {
    width: 34px;
    height: 34px;
    object-fit: cover;
    background: #f1f4f8;
    border-radius: 50%;
}

.crx-soso-comment-body {
    min-width: 0;
}

.crx-soso-comment-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.crx-soso-comment-meta strong {
    overflow: hidden;
    color: #1f2d3d;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 900;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.crx-soso-comment-meta time {
    flex: 0 0 auto;
    color: #8a96a8;
    font-size: 12px;
    line-height: 1.35;
}

.crx-soso-comment-card p {
    display: -webkit-box;
    margin: 8px 0 10px;
    overflow: hidden;
    color: #4b5a6c;
    font-size: 13px;
    line-height: 1.55;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.crx-soso-comment-card span {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    min-height: 24px;
    padding: 0 9px;
    overflow: hidden;
    color: #607088;
    background: #eef3f8;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.crx-soso-comment-card span i {
    flex: 0 0 auto;
    margin-right: 5px;
    color: #4285f4;
    font-size: 13px;
}

.crx-soso-empty {
    padding: 18px 12px;
    color: #8a96a8;
    text-align: center;
    background: #f7f9fc;
    border: 1px dashed #dfe6ef;
    border-radius: 8px;
}

.crx-soso-category-footer {
    display: grid;
    gap: 12px;
    padding: 16px;
}

.crx-soso-category-footer strong {
    color: #172033;
    font-size: 16px;
}

.crx-soso-category-footer div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.crx-soso-category-footer a {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    color: #4b5a6c;
    background: #f7f9fc;
    border: 1px solid #e6ebf2;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
}

.crx-soso-category-footer a:hover {
    color: #2563eb;
    background: #eef4ff;
    border-color: #c9d8ff;
}

@media (max-width: 1199.98px) {
    .crx-soso-toolbar,
    .crx-soso-layout {
        grid-template-columns: 1fr;
    }

    .crx-soso-side {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .crx-soso-store-grid,
    .crx-soso-download-list,
    .crx-soso-side {
        grid-template-columns: 1fr;
    }

    .crx-soso-search {
        grid-template-columns: 22px minmax(0, 1fr);
        padding-right: 12px;
    }

    .crx-soso-search button {
        grid-column: 1 / -1;
        width: 100%;
    }

    .crx-soso-download-item {
        grid-template-columns: 48px minmax(0, 1fr);
    }

    .crx-soso-download-item img {
        width: 48px;
        height: 48px;
    }

    .crx-soso-download-item em {
        grid-column: 2;
    }
}

/* CRX Soso v2 refinement */
.crx-soso-header {
    min-height: 68px;
}

.crx-soso-header-panel {
    min-height: 68px;
}

.crx-soso-brand {
    gap: 10px;
}

.crx-soso-brand img {
    width: 42px;
    height: 42px;
    margin-right: 0;
    border-radius: 50%;
}

.crx-soso-brand span {
    display: inline-grid;
    grid-template-columns: max-content max-content;
    column-gap: 3px;
    row-gap: 2px;
    align-items: center;
    justify-content: start;
    color: #0f172a;
    font-size: 22px;
    line-height: 1;
}

.crx-soso-brand em {
    display: inline-flex;
    width: max-content;
    margin-left: 0;
    padding: 3px 5px;
    color: #fff;
    background: #0f8b83;
    border-radius: 6px;
    font-size: 16px;
    font-style: normal;
}

.crx-soso-brand small {
    grid-column: 1 / -1;
    color: #50617a;
    font-size: 12px;
    font-weight: 500;
}

.crx-soso-header-actions {
    gap: 8px;
}

.crx-soso-header-actions > a {
    height: 34px;
    padding: 0 12px;
    color: #334155;
    border-radius: 8px;
}

.crx-soso-header-actions > a.active,
.crx-soso-header-actions > a:hover {
    color: #008276;
    background: #eef9f7;
}

.crx-soso-store-entry {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    max-width: 112px;
    height: 34px;
    overflow: hidden;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    transition: max-width .22s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.crx-soso-store-entry:hover,
.crx-soso-store-entry:focus-within {
    max-width: 276px;
    background: #fff;
    border-color: #cfe0ef;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
}

.crx-soso-store-entry .crx-soso-store-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    gap: 6px;
    width: 110px;
    height: 32px;
    padding: 0 10px;
    color: #007a70;
    background: transparent;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}

.crx-soso-store-entry .crx-soso-store-trigger:hover,
.crx-soso-store-entry .crx-soso-store-trigger:focus,
.crx-soso-store-entry .crx-soso-store-trigger:active {
    color: #007a70;
    background: transparent;
    outline: 0;
    box-shadow: none;
}

.crx-soso-store-entry .crx-soso-store-trigger i {
    color: #007a70;
    font-size: 12px;
    transition: transform .18s ease;
}

.crx-soso-store-entry:hover .crx-soso-store-trigger i,
.crx-soso-store-entry:focus-within .crx-soso-store-trigger i {
    transform: rotate(180deg);
}

.crx-soso-store-flyout {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    max-width: 0;
    margin-left: 0;
    padding-left: 0;
    overflow: hidden;
    border-left: 0 solid transparent;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-10px);
    transition: max-width .22s ease, margin-left .18s ease, padding-left .18s ease, border-color .18s ease, opacity .16s ease, transform .2s ease;
}

.crx-soso-store-entry:hover .crx-soso-store-flyout,
.crx-soso-store-entry:focus-within .crx-soso-store-flyout {
    max-width: 152px;
    margin-left: 2px;
    padding-left: 10px;
    border-left-width: 1px;
    border-left-color: #dbe5ee;
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}

.crx-soso-store-flyout a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    padding: 0;
    color: #64748b;
    background: #f8fafc;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1;
    opacity: 0;
    transform: translateX(-8px);
    transition: opacity .18s ease, transform .2s ease, background .16s ease, color .16s ease;
}

.crx-soso-store-entry:hover .crx-soso-store-flyout a,
.crx-soso-store-entry:focus-within .crx-soso-store-flyout a {
    opacity: 1;
    transform: translateX(0);
}

.crx-soso-store-flyout a:hover,
.crx-soso-store-flyout a:focus {
    background: #eef9f7;
    outline: 0;
}

.crx-soso-store-flyout a span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.crx-soso-store-flyout a.is-chrome i {
    color: #0f9d58;
}

.crx-soso-store-flyout a.is-edge i {
    color: #0ea5e9;
}

.crx-soso-store-flyout a.is-firefox i {
    color: #ff7139;
}

.crx-soso-store-flyout a.is-microsoft i {
    color: #2563eb;
}

.crx-soso-header-search {
    display: grid;
    grid-template-columns: minmax(110px, 1fr) 28px;
    align-items: center;
    width: 150px;
    height: 34px;
    padding: 0 4px 0 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .05);
}

.crx-soso-header-search input {
    min-width: 0;
    height: 30px;
    color: #0f172a;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 12px;
}

.crx-soso-header-search button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    color: #64748b;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 50%;
    cursor: pointer;
}

.crx-soso-login-pill {
    color: #fff !important;
    background: #008276 !important;
    border-radius: 999px !important;
    font-weight: 900;
}

.crx-soso-account {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.crx-soso-avatar-button {
    -webkit-appearance: none;
    appearance: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 40px;
    max-width: 176px;
    padding: 4px 10px 4px 5px;
    color: #223047;
    background: #f4f8f8;
    border: 0 !important;
    border-radius: 8px;
    outline: 0 !important;
    box-shadow: none !important;
    cursor: pointer;
}

.crx-soso-avatar-button img {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    object-fit: cover;
}

.crx-soso-avatar-button span {
    overflow: hidden;
    max-width: 86px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.crx-soso-avatar-button i {
    color: #8a97a8;
    font-size: 12px;
}

.crx-soso-avatar-button:hover,
.crx-soso-avatar-button:focus,
.crx-soso-avatar-button:active,
.crx-soso-avatar-button:focus-visible,
.crx-soso-account.is-open .crx-soso-avatar-button {
    background: #edf6f5;
    border-color: transparent;
    outline: 0 !important;
    box-shadow: none !important;
}

.crx-soso-account-menu {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    z-index: 1060;
    width: 132px;
    padding: 8px;
    background: #fff;
    border: 1px solid #edf1f5;
    border-radius: 8px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}

.crx-soso-account-menu::before {
    position: absolute;
    top: -6px;
    right: 24px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-top: 1px solid #edf1f5;
    border-left: 1px solid #edf1f5;
    content: "";
    transform: rotate(45deg);
}

.crx-soso-account.is-open .crx-soso-account-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.crx-soso-account-menu a {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: auto;
    height: 36px;
    padding: 0 10px;
    color: #53637a;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1;
}

.crx-soso-account-menu a span {
    display: inline;
}

.crx-soso-account-menu a i {
    width: 16px;
    color: #9aa9c2;
    text-align: center;
    font-size: 14px;
}

.crx-soso-account-menu a:hover {
    color: #008276;
    background: #eef9f7;
}

.crx-soso-account-menu a:hover i {
    color: #008276;
}

.crx-soso-home-v2 {
    gap: 18px;
}

.crx-soso-home-v2 .crx-soso-layout {
    grid-template-columns: minmax(0, 1fr) 308px;
}

.crx-soso-main-stack {
    display: grid;
    gap: 18px;
    min-width: 0;
}

.crx-soso-store-grid-v2 {
    padding: 28px 24px;
    background: #fff;
    border: 1px solid #e6ebf2;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(31, 44, 66, .06);
}

.crx-soso-store-card-v2 {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 202px;
    padding: 16px;
    background: #f4f7ff;
    border-color: #c9d8ff;
}

.crx-soso-store-card-v2:nth-child(2) {
    background: #eff8fc;
    border-color: #c7e7f5;
}

.crx-soso-store-card-v2:nth-child(3) {
    background: #fff5ef;
    border-color: #ffd8c6;
}

.crx-soso-store-card-v2:nth-child(4) {
    background: #eff8f5;
    border-color: #c9e9df;
}

.crx-soso-store-top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: #1e293b;
    font-size: 12px;
    letter-spacing: 1px;
}

.crx-soso-store-card-v2 > b {
    color: #2563eb;
    font-size: 34px;
    line-height: 1.05;
    font-weight: 900;
}

.crx-soso-store-card-v2:nth-child(2) > b {
    color: #0284c7;
}

.crx-soso-store-card-v2:nth-child(3) > b {
    color: #ea580c;
}

.crx-soso-store-card-v2:nth-child(4) > b {
    color: #0f766e;
}

.crx-soso-store-card-v2 p {
    display: -webkit-box;
    min-height: 40px;
    margin: 0;
    overflow: hidden;
    color: #51627a;
    font-size: 13px;
    line-height: 1.55;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.crx-soso-store-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.crx-soso-store-bottom em {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    color: #2563eb;
    background: #fff;
    border: 1px solid #dbe7ff;
    border-radius: 999px;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
}

.crx-soso-store-card-v2 i {
    width: 34px;
    height: 34px;
    font-size: 18px;
    border-radius: 50%;
}

.crx-soso-download-panel {
    padding: 24px;
}

.crx-soso-section-head-v2 {
    padding-bottom: 12px;
    border-bottom: 1px solid #edf1f6;
}

.crx-soso-section-head-v2 h2,
.crx-soso-panel-title span {
    position: relative;
    padding-left: 14px;
    font-size: 20px;
}

.crx-soso-section-head-v2 h2:before,
.crx-soso-panel-title span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 4px;
    height: 18px;
    background: #008276;
    border-radius: 999px;
}

.crx-soso-browser-tabs {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    min-height: 36px;
    padding: 4px 8px;
    background: #fff;
    border: 1px solid #e6ebf2;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .05);
}

.crx-soso-browser-tabs a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 26px;
    height: 26px;
    padding: 0 9px;
    color: #008276;
    border-radius: 6px;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
}

.crx-soso-browser-tabs a i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    font-size: 13px;
    line-height: 1;
    text-align: center;
}

.crx-soso-browser-tabs a span {
    line-height: 1;
    white-space: nowrap;
}

.crx-soso-browser-tabs a.active,
.crx-soso-browser-tabs a:hover {
    background: #eef9f7;
}

.crx-soso-download-timeline {
    display: grid;
}

.crx-soso-download-row {
    position: relative;
    display: grid;
    grid-template-columns: 112px 48px minmax(0, 1fr) 72px;
    gap: 14px;
    align-items: center;
    min-height: 86px;
    color: #0f172a;
    border-bottom: 1px solid #edf1f6;
}

.crx-soso-download-row:before {
    content: "";
    position: absolute;
    left: 16px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #d8e0ea;
}

.crx-soso-download-row:first-child:before {
    top: 34px;
}

.crx-soso-download-row:last-child {
    border-bottom: 0;
}

.crx-soso-download-row.is-hidden {
    display: none;
}

.crx-soso-download-row.is-visible-first:before {
    top: 34px;
}

.crx-soso-download-row.is-visible-last {
    border-bottom: 0;
}

.crx-soso-download-filter-empty {
    display: none;
    padding: 22px 0;
    text-align: center;
}

.crx-soso-download-pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding-top: 10px;
    color: #8a96a8;
    border-top: 1px solid #edf1f6;
    font-size: 12px;
    font-weight: 800;
}

.crx-soso-download-pager button {
    -webkit-appearance: none;
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    color: #94a3b8;
    background: #fff;
    border: 1px solid #e6ebf2;
    border-radius: 50%;
    outline: 0;
    box-shadow: none;
    cursor: pointer;
}

.crx-soso-download-pager button:hover,
.crx-soso-download-pager button:focus {
    color: #008276;
    border-color: #cfe8e4;
    background: #f8fffd;
    outline: 0;
    box-shadow: none;
}

.crx-soso-download-pager button:disabled {
    color: #cbd5e1;
    background: #f8fafc;
    cursor: default;
    opacity: .72;
}

.crx-soso-download-pager em {
    color: #7f8fa5;
    font-style: normal;
    white-space: nowrap;
}

.crx-soso-download-time {
    position: relative;
    z-index: 1;
    color: #94a3b8;
    font-size: 12px;
    white-space: nowrap;
}

.crx-soso-download-time:before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 10px;
    vertical-align: -2px;
    background: #cbd5e1;
    border: 4px solid #f1f5f9;
    border-radius: 50%;
}

.crx-soso-download-row:first-child .crx-soso-download-time {
    color: #ea580c;
    font-weight: 900;
}

.crx-soso-download-row:first-child .crx-soso-download-time:before {
    background: #f59e0b;
}

.crx-soso-download-row > img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

.crx-soso-download-info {
    min-width: 0;
}

.crx-soso-download-info strong {
    display: block;
    overflow: hidden;
    color: #0f172a;
    font-size: 15px;
    font-weight: 900;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.crx-soso-meta-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 7px;
}

.crx-soso-meta-pills em {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-height: 20px;
    padding: 0 7px;
    color: #55708e;
    background: #f1f5f9;
    border-radius: 999px;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
}

.crx-soso-meta-pills em.is-store {
    color: #43617e;
}

.crx-soso-meta-pills em.is-version {
    color: #60758f;
    background: #eef3f8;
}

.crx-soso-meta-pills em.is-favorite {
    color: #d97706;
    background: #fff4e5;
}

.crx-soso-meta-pills em.is-download {
    color: #0284c7;
    background: #e8f7ff;
}

.crx-soso-meta-pills em i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    flex-basis: 12px;
    font-size: 12px;
    line-height: 1;
}

.crx-soso-meta-pills em span {
    line-height: 1;
    white-space: nowrap;
}

.crx-soso-view-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 30px;
    color: #64748b;
    background: #f5f7fb;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
}

.crx-soso-download-row:hover .crx-soso-view-btn {
    color: #fff;
    background: #008276;
}

.crx-soso-tag-panel {
    padding-bottom: 20px;
}

.crx-soso-pager-title em {
    color: #94a3b8;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}

.crx-soso-rank-cards,
.crx-soso-update-cards {
    display: grid;
    gap: 8px;
}

.crx-soso-rank-cards a,
.crx-soso-update-cards a {
    position: relative;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-height: 60px;
    padding: 8px 10px;
    color: #0f172a;
    background: #fff;
    border: 1px solid #edf1f6;
    border-radius: 8px;
}

.crx-soso-rank-cards a:hover,
.crx-soso-update-cards a:hover {
    border-color: #cfe8e4;
    background: #fbfefd;
}

.crx-soso-rank-cards img,
.crx-soso-update-cards img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    background: #f8fafc;
    border-radius: 8px;
}

.crx-soso-rank-cards b {
    position: absolute;
    left: 34px;
    bottom: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    color: #fff;
    background: #f59e0b;
    border-radius: 50%;
    font-size: 11px;
    line-height: 1;
}

.crx-soso-rank-cards strong,
.crx-soso-update-cards strong {
    display: -webkit-box;
    overflow: hidden;
    color: #0f172a;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 900;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.crx-soso-rank-cards span,
.crx-soso-update-cards span {
    display: inline-flex;
    align-items: center;
    width: max-content;
    max-width: 100%;
    margin-top: 5px;
    padding: 2px 7px;
    overflow: hidden;
    color: #55708e;
    background: #f1f5f9;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.crx-soso-update-cards span {
    color: #008276;
    background: #eaf8f5;
}

.crx-soso-rank-meta i,
.crx-soso-update-meta i {
    flex: 0 0 auto;
    margin-right: 4px;
    font-size: 11px;
    line-height: 1;
    transform: translateY(1px);
}

.crx-soso-rank-meta em,
.crx-soso-update-meta em {
    flex: 0 0 auto;
    color: inherit;
    font-style: normal;
    font-weight: 900;
}

.crx-soso-update-meta em {
    margin-right: 9px;
}

.crx-soso-update-meta time {
    flex: 0 0 auto;
    color: inherit;
    font-size: inherit;
    font-weight: 900;
}

@media (max-width: 1199.98px) {
    .crx-soso-home-v2 .crx-soso-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991.98px) {
    .crx-soso-header-panel {
        align-items: flex-start;
        flex-direction: column;
        padding: 12px 15px;
    }

    .crx-soso-header-actions {
        width: 100%;
        flex-wrap: wrap;
    }

    .crx-soso-store-entry {
        max-width: 38px;
    }

    .crx-soso-store-entry:hover,
    .crx-soso-store-entry:focus-within {
        max-width: 198px;
    }

    .crx-soso-store-entry .crx-soso-store-trigger {
        width: 38px;
        padding: 0;
    }

    .crx-soso-store-entry .crx-soso-store-trigger span {
        display: none;
    }

    .crx-soso-store-entry:hover .crx-soso-store-flyout,
    .crx-soso-store-entry:focus-within .crx-soso-store-flyout {
        max-width: 146px;
        padding-left: 8px;
    }

    .crx-soso-header-search {
        width: 100%;
        flex: 1 1 180px;
    }
}

@media (max-width: 767.98px) {
    .crx-soso-store-grid-v2 {
        padding: 14px;
    }

    .crx-soso-download-row {
        grid-template-columns: 98px 42px minmax(0, 1fr);
        gap: 10px;
        min-height: 82px;
    }

    .crx-soso-download-row > img {
        width: 42px;
        height: 42px;
    }

    .crx-soso-view-btn {
        grid-column: 3;
        justify-self: start;
    }
}

/* CRX Soso-like detail page */
.crx-soso-detail {
    display: grid;
    gap: 18px;
    min-width: 0;
}

.crx-soso-detail-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    color: #94a3b8;
    font-size: 13px;
    font-weight: 800;
}

.crx-soso-detail-breadcrumb a {
    color: #64748b;
}

.crx-soso-detail-breadcrumb a:hover {
    color: #008276;
}

.crx-soso-detail-breadcrumb em {
    min-width: 0;
    overflow: hidden;
    color: #0f172a;
    font-style: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.crx-soso-detail-hero,
.crx-soso-content-card {
    background: #fff;
    border: 1px solid #e6ebf2;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(31, 44, 66, .05);
}

.crx-soso-detail-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 22px;
    align-items: stretch;
    padding: 22px 24px;
}

.crx-soso-detail-app {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 16px;
    min-width: 0;
}

.crx-soso-detail-visual {
    display: grid;
    gap: 11px;
    align-content: start;
    justify-items: center;
    min-width: 0;
}

.crx-soso-detail-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    padding: 10px;
    overflow: hidden;
    background: #fbfcfd;
    border: 1px solid #eef2f6;
    border-radius: 50%;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .05);
}

.crx-soso-detail-icon img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

.crx-soso-favorite-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 82px;
    min-height: 30px;
    color: #008276;
    background: #fff;
    border: 1px solid #79d8cb;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.crx-soso-favorite-btn:hover {
    color: #fff;
    background: #008276;
    border-color: #008276;
}

.crx-soso-favorite-btn.is-active {
    color: #fff;
    background: #008276;
    border-color: #008276;
}

.crx-theme-user-page {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 18px;
    max-width: 1180px;
    margin: 0 auto 28px;
}

.crx-theme-user-side,
.crx-theme-user-main {
    background: #fff;
    border: 1px solid #e6ebf2;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(31, 44, 66, .06);
}

.crx-theme-user-side {
    align-self: start;
    overflow: hidden;
}

.crx-theme-user-profile {
    display: grid;
    justify-items: center;
    gap: 8px;
    padding: 24px 18px 18px;
    background: linear-gradient(180deg, #eef9f7 0%, #fff 82%);
    text-align: center;
}

.crx-theme-user-profile img {
    width: 72px;
    height: 72px;
    border: 4px solid #fff;
    border-radius: 18px;
    object-fit: cover;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .12);
}

.crx-theme-user-profile strong {
    max-width: 180px;
    overflow: hidden;
    color: #172033;
    font-size: 18px;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.crx-theme-user-profile span {
    color: #697789;
    font-size: 13px;
}

.crx-theme-user-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin: 0 16px 16px;
    overflow: hidden;
    border: 1px solid #edf1f5;
    border-radius: 8px;
    background: #edf1f5;
}

.crx-theme-user-stats div {
    display: grid;
    gap: 4px;
    padding: 10px 6px;
    background: #fff;
    text-align: center;
}

.crx-theme-user-stats span {
    color: #7b8899;
    font-size: 12px;
}

.crx-theme-user-stats strong {
    color: #1f2b3d;
    font-size: 16px;
}

.crx-theme-user-tabs {
    display: grid;
    gap: 4px;
    padding: 0 12px 14px;
}

.crx-theme-user-tabs a {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 40px;
    padding: 0 12px;
    color: #53637a;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
}

.crx-theme-user-tabs a i {
    width: 18px;
    color: #9aa9c2;
    text-align: center;
}

.crx-theme-user-tabs a.active,
.crx-theme-user-tabs a:hover {
    color: #008276;
    background: #eef9f7;
}

.crx-theme-user-tabs a.active i,
.crx-theme-user-tabs a:hover i {
    color: #008276;
}

.crx-theme-user-main {
    min-width: 0;
    padding: 18px;
}

.crx-theme-user-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf1f5;
}

.crx-theme-user-head h1 {
    margin: 0 0 4px;
    color: #172033;
    font-size: 22px;
    line-height: 1.25;
}

.crx-theme-user-head span {
    color: #7b8899;
    font-size: 13px;
}

.crx-theme-user-head.is-compact {
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 12px;
}

.crx-theme-page-title h1 {
    position: relative;
    margin: 0;
    padding-left: 13px;
    color: #0f172a;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 900;
}

.crx-theme-page-title h1::before {
    position: absolute;
    left: 0;
    top: 5px;
    width: 4px;
    height: 16px;
    background: #007a70;
    border-radius: 999px;
    content: "";
}

.crx-theme-page-title h1 em {
    margin-left: 10px;
    color: #0f172a;
    font-style: normal;
    font-weight: 900;
}

.crx-theme-favorite-panel {
    display: grid;
    gap: 20px;
}

.crx-theme-favorite-group {
    display: grid;
    gap: 18px;
}

.crx-theme-favorite-category {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 0 0 10px;
    color: #162033;
    border-bottom: 1px dashed #d8e2ef;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 900;
    white-space: nowrap;
}

.crx-theme-favorite-category strong {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    white-space: nowrap;
}

.crx-theme-favorite-category em {
    color: #8b9bb8;
    font-style: normal;
    font-weight: 800;
    white-space: nowrap;
}

.crx-theme-favorite-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(136px, 136px));
    gap: 18px;
    align-items: start;
}

.crx-theme-favorite-card {
    position: relative;
    display: grid;
    justify-items: center;
    width: 136px;
    min-height: 180px;
    padding: 18px 14px 14px;
    background: #fff;
    border: 1px solid #e8edf4;
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .04);
    transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease, padding .16s ease;
}

.crx-theme-favorite-card:hover {
    padding-bottom: 14px;
    border-color: #b6ebe2;
    box-shadow: 0 18px 38px rgba(0, 122, 112, .12);
    transform: translateY(-1px);
}

.crx-theme-favorite-card::before {
    position: absolute;
    left: 50%;
    top: -26px;
    z-index: 3;
    height: 34px;
    padding: 0 12px;
    color: #fff;
    background: #2f343b;
    border-radius: 4px;
    content: "点击查看详情";
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(4px);
    transition: opacity .14s ease, transform .14s ease, visibility .14s ease;
    font-size: 12px;
    line-height: 34px;
    font-weight: 800;
    white-space: nowrap;
    pointer-events: none;
}

.crx-theme-favorite-card::after {
    position: absolute;
    left: 50%;
    top: 8px;
    z-index: 3;
    width: 0;
    height: 0;
    border-color: #2f343b transparent transparent;
    border-style: solid;
    border-width: 7px 7px 0;
    content: "";
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(4px);
    transition: opacity .14s ease, transform .14s ease, visibility .14s ease;
    pointer-events: none;
}

.crx-theme-favorite-card:hover::before,
.crx-theme-favorite-card:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.crx-theme-favorite-link {
    display: grid;
    justify-items: center;
    gap: 10px;
    width: 100%;
    color: #0f172a;
    text-align: center;
}

.crx-theme-favorite-card:hover .crx-theme-favorite-link {
    color: #007a70;
}

.crx-theme-favorite-cover {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
}

.crx-theme-favorite-cover img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 12px;
}

.crx-theme-favorite-link strong {
    display: -webkit-box;
    overflow: hidden;
    width: 100%;
    min-height: 40px;
    color: inherit;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 900;
    word-break: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.crx-theme-favorite-link time {
    color: #8da0c4;
    font-size: 12px;
    line-height: 1;
}

.crx-theme-favorite-badge {
    position: absolute;
    top: 11px;
    right: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #94a3b8;
    border-radius: 50%;
    font-size: 18px;
}

.crx-theme-favorite-badge.is-chrome {
    color: #0f9d58;
}

.crx-theme-favorite-badge.is-edge {
    color: #0ea5e9;
}

.crx-theme-favorite-badge.is-firefox {
    color: #ff7139;
}

.crx-theme-favorite-badge.is-microsoft {
    color: #2563eb;
}

.crx-theme-favorite-card .crx-theme-favorite-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 102px;
    height: 28px;
    margin-top: 4px;
    padding: 0 10px;
    color: #ef4444;
    background: #fff7f7;
    border: 1px solid #fecaca;
    border-radius: 6px;
    outline: 0;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-3px);
    transition: opacity .14s ease, transform .14s ease, visibility .14s ease;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
}

.crx-theme-favorite-card:hover .crx-theme-favorite-remove {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.crx-theme-favorite-card .crx-theme-favorite-remove:hover,
.crx-theme-favorite-card .crx-theme-favorite-remove:focus,
.crx-theme-favorite-card .crx-theme-favorite-remove:active {
    color: #dc2626;
    background: #fff1f2;
    border-color: #fca5a5;
    outline: 0;
    box-shadow: none;
}

.crx-theme-favorite-card .crx-theme-favorite-remove:disabled {
    cursor: default;
    opacity: .58;
}

.crx-theme-history-clear {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 32px;
    padding: 0 14px;
    color: #ef4444;
    background: #fff7f7;
    border: 1px solid #fecaca;
    border-radius: 6px;
    outline: 0;
    box-shadow: none;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
}

.crx-theme-history-clear:hover,
.crx-theme-history-clear:focus,
.crx-theme-history-clear:active {
    color: #dc2626;
    background: #fff1f2;
    border-color: #fca5a5;
    outline: 0;
    box-shadow: none;
}

.crx-theme-history-clear:disabled {
    cursor: default;
    opacity: .58;
}

.crx-theme-history-list {
    display: grid;
    gap: 18px;
}

.crx-theme-history-group {
    display: grid;
    gap: 16px;
}

.crx-theme-history-date {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: start;
    gap: 6px;
    height: 27px;
    padding: 0 13px;
    color: #2f6680;
    background: #edf8f8;
    border: 1px solid #cfe8e8;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
}

.crx-theme-history-date i {
    color: #168c94;
    font-size: 13px;
}

.crx-theme-history-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(124px, 136px));
    gap: 18px;
    align-items: start;
}

.crx-theme-history-card {
    position: relative;
    display: grid;
    justify-items: center;
    align-content: start;
    gap: 10px;
    width: 136px;
    min-height: 150px;
    padding: 20px 14px 16px;
    color: #0f172a;
    background: #fff;
    border: 1px solid #edf1f5;
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .04);
    text-align: center;
}

.crx-theme-history-card:hover {
    color: #007a70;
    border-color: #d3e8e6;
    box-shadow: 0 16px 34px rgba(15, 23, 42, .08);
    transform: translateY(-1px);
}

.crx-theme-history-cover {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
}

.crx-theme-history-cover img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 12px;
}

.crx-theme-history-card strong {
    display: -webkit-box;
    overflow: hidden;
    width: 100%;
    min-height: 40px;
    color: inherit;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 800;
    text-align: left;
    word-break: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.crx-theme-history-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #94a3b8;
    border-radius: 50%;
    font-size: 18px;
}

.crx-theme-history-badge.is-chrome {
    color: #0f9d58;
}

.crx-theme-history-badge.is-edge {
    color: #0ea5e9;
}

.crx-theme-history-badge.is-firefox {
    color: #ff7139;
}

.crx-theme-history-badge.is-microsoft {
    color: #2563eb;
}

.crx-theme-user-list {
    display: grid;
    gap: 12px;
}

.crx-theme-user-item {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 12px;
    border: 1px solid #edf1f5;
    border-radius: 8px;
    background: #fff;
}

.crx-theme-user-item:hover {
    border-color: #d8e7e5;
    box-shadow: 0 10px 24px rgba(31, 44, 66, .06);
}

.crx-theme-user-item-cover {
    display: block;
    width: 78px;
    height: 78px;
    padding: 8px;
    border: 1px solid #edf1f5;
    border-radius: 8px;
    background: #f8fafc;
}

.crx-theme-user-item-cover img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 6px;
}

.crx-theme-user-item-body {
    min-width: 0;
}

.crx-theme-user-item-title {
    display: block;
    overflow: hidden;
    color: #172033;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.crx-theme-user-item-title:hover {
    color: #008276;
}

.crx-theme-user-item p {
    display: -webkit-box;
    overflow: hidden;
    margin: 5px 0 8px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.crx-theme-user-item-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    color: #8491a3;
    font-size: 12px;
}

.crx-theme-user-item-meta span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.crx-theme-favorite-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 12px;
    color: #008276;
    background: #eef9f7;
    border: 1px solid #d7ece8;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    white-space: nowrap;
}

.crx-theme-favorite-remove:hover {
    color: #fff;
    background: #008276;
    border-color: #008276;
}

.crx-theme-favorite-remove:disabled {
    cursor: default;
    opacity: .58;
}

.crx-theme-user-pagination {
    margin-top: 16px;
}

.crx-theme-user-empty {
    display: grid;
    justify-items: center;
    gap: 10px;
    min-height: 260px;
    align-content: center;
    color: #7b8899;
    border: 1px dashed #dce4ee;
    border-radius: 8px;
    background: #fbfcfe;
    text-align: center;
}

.crx-theme-empty-illustration {
    position: relative;
    width: 148px;
    height: 118px;
    margin-bottom: 4px;
}

.crx-theme-empty-illustration::before {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 7px;
    height: 16px;
    background: rgba(226, 232, 240, .58);
    border-radius: 50%;
    content: "";
}

.crx-theme-empty-illustration span {
    position: absolute;
    left: 45px;
    bottom: 18px;
    width: 58px;
    height: 72px;
    background: #f8fafc;
    box-shadow: inset 0 -1px 0 #edf2f7;
}

.crx-theme-empty-illustration span::before,
.crx-theme-empty-illustration span::after {
    position: absolute;
    top: 0;
    width: 28px;
    height: 28px;
    background: #f1f5f9;
    content: "";
}

.crx-theme-empty-illustration span::before {
    left: -27px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.crx-theme-empty-illustration span::after {
    right: -27px;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.crx-theme-empty-illustration b,
.crx-theme-empty-illustration em,
.crx-theme-empty-illustration > i {
    position: absolute;
    display: block;
    background: #f8fafc;
    content: "";
}

.crx-theme-empty-illustration b {
    left: 54px;
    top: 0;
    width: 54px;
    height: 42px;
    transform: rotate(24deg);
}

.crx-theme-empty-illustration em {
    left: 23px;
    top: 44px;
    width: 36px;
    height: 28px;
    transform: skewY(-22deg);
}

.crx-theme-empty-illustration > i {
    right: 20px;
    top: 53px;
    width: 42px;
    height: 28px;
    transform: skewY(15deg);
}

.crx-theme-user-empty i {
    color: #9aa9c2;
    font-size: 30px;
}

.crx-theme-user-empty strong {
    color: #334155;
    font-size: 16px;
}

.crx-theme-user-empty a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 14px;
    color: #fff;
    background: #008276;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
}

.crx-theme-store-dropdown {
    position: relative;
    display: inline-flex;
    justify-content: center;
    margin-top: 6px;
}

.crx-theme-store-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 202px;
    height: 38px;
    padding: 0 18px;
    color: #fff;
    background: #007a70;
    border: 0;
    border-radius: 8px;
    outline: 0;
    box-shadow: none;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
}

.crx-theme-store-trigger:hover,
.crx-theme-store-trigger:focus,
.crx-theme-store-trigger:active,
.crx-theme-store-dropdown.is-open .crx-theme-store-trigger {
    color: #fff;
    background: #006e66;
    outline: 0;
    box-shadow: none;
}

.crx-theme-store-trigger i {
    color: #fff;
    font-size: 13px;
    transition: transform .16s ease;
}

.crx-theme-store-dropdown.is-open .crx-theme-store-trigger i {
    transform: rotate(180deg);
}

.crx-theme-store-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    z-index: 1080;
    display: grid;
    gap: 2px;
    width: 224px;
    max-width: calc(100vw - 48px);
    padding: 12px 10px;
    background: #fff;
    border: 1px solid #edf1f5;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .12);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -6px);
    transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}

.crx-theme-store-menu::before {
    position: absolute;
    top: -6px;
    left: 50%;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    background: #fff;
    border-top: 1px solid #edf1f5;
    border-left: 1px solid #edf1f5;
    content: "";
    transform: rotate(45deg);
}

.crx-theme-store-dropdown.is-open .crx-theme-store-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.crx-theme-store-menu a {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    height: 34px;
    padding: 0 9px;
    color: #334155;
    background: transparent;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
}

.crx-theme-store-menu a:hover {
    color: #007a70;
    background: #eef9f7;
}

.crx-theme-store-menu a i {
    width: 18px;
    color: #64748b;
    font-size: 17px;
    text-align: center;
}

.crx-theme-store-menu a.is-chrome i {
    color: #0f9d58;
}

.crx-theme-store-menu a.is-edge i {
    color: #0ea5e9;
}

.crx-theme-store-menu a.is-firefox i {
    color: #ff7139;
}

.crx-theme-store-menu a.is-microsoft i {
    color: #2563eb;
}

.crx-theme-setting-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.crx-theme-setting-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 116px;
    padding: 16px;
    border: 1px solid #edf1f5;
    border-radius: 8px;
    background: #fff;
}

.crx-theme-setting-item:hover {
    border-color: #d8e7e5;
    box-shadow: 0 10px 24px rgba(31, 44, 66, .06);
}

.crx-theme-setting-item > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #008276;
    background: #eef9f7;
    border-radius: 8px;
    font-size: 18px;
}

.crx-theme-setting-item strong {
    display: block;
    margin-bottom: 5px;
    color: #172033;
    font-size: 15px;
}

.crx-theme-setting-item span {
    display: block;
    color: #64748b;
    font-size: 13px;
    line-height: 1.55;
}

.crx-soso-detail-copy {
    min-width: 0;
}

.crx-soso-detail-kicker {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 8px;
}

.crx-soso-detail-kicker span,
.crx-soso-detail-kicker a {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

.crx-soso-detail-kicker span {
    color: #008276;
    background: #eaf8f5;
}

.crx-soso-detail-kicker a {
    color: #2563eb;
    background: #eef4ff;
}

.crx-soso-detail-copy h1 {
    margin: 0;
    color: #0f172a;
    font-size: 26px;
    line-height: 1.24;
    font-weight: 900;
    letter-spacing: 0;
}

.crx-soso-detail-author {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
    margin-top: 8px;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

.crx-soso-detail-author a,
.crx-soso-detail-author strong {
    color: #008276;
    font-weight: 900;
}

.crx-soso-detail-copy p {
    display: -webkit-box;
    margin: 10px 0 0;
    overflow: hidden;
    color: #475569;
    font-size: 14px;
    line-height: 1.7;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.crx-soso-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.crx-soso-detail-meta div {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 30px;
    max-width: 100%;
    padding: 0 10px;
    color: #475569;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

.crx-soso-detail-meta i {
    color: #008276;
}

.crx-soso-detail-meta div:nth-child(1) {
    color: #3f5f78;
    background: #f2f8fb;
    border-color: #d9edf4;
}

.crx-soso-detail-meta div:nth-child(2) {
    color: #b35c00;
    background: #fff4e8;
    border-color: #ffe1bd;
}

.crx-soso-detail-meta div:nth-child(3) {
    color: #0868a8;
    background: #edf8ff;
    border-color: #d8efff;
}

.crx-soso-detail-meta div:nth-child(4) {
    color: #005a94;
    background: #eaf7ff;
    border-color: #ccecff;
}

.crx-soso-detail-meta div:nth-child(5) {
    color: #4f46e5;
    background: #f0f0ff;
    border-color: #dedcff;
}

.crx-soso-detail-meta div:nth-child(2) i {
    color: #f59f00;
}

.crx-soso-detail-meta div:nth-child(3) i,
.crx-soso-detail-meta div:nth-child(4) i {
    color: #0284c7;
}

.crx-soso-detail-meta div:nth-child(5) i {
    color: #6366f1;
}

.crx-soso-action-box {
    display: grid;
    align-content: start;
    gap: 12px;
    min-width: 0;
    padding: 14px 0 0 20px;
    border-left: 1px solid #edf1f6;
}

.crx-soso-action-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
    gap: 10px;
    align-items: center;
}

.crx-soso-action-row.is-single {
    grid-template-columns: 1fr;
}

.crx-soso-action-row .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 900;
    white-space: nowrap;
}

.crx-soso-install-btn {
    border: 0;
}

.crx-soso-download-btn {
    width: 42px;
    min-width: 42px;
    padding: 0 !important;
    color: #0f172a;
    background: #fff;
    border: 1px solid #dbe3ee;
    border-radius: 8px;
    box-shadow: none;
}

.crx-soso-download-btn:hover {
    color: #008276;
    background: #f8fafc;
    border-color: #b8c7d9;
}

.crx-soso-action-buttons {
    display: grid;
    gap: 10px;
}

.crx-soso-action-buttons .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 8px 12px;
    border: 0;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 900;
    white-space: nowrap;
}

.crx-soso-action-row .btn-primary,
.crx-soso-action-buttons .btn-primary {
    color: #fff;
    background: #008276;
    box-shadow: 0 10px 22px rgba(0, 130, 118, .2);
}

.crx-soso-action-row .btn-primary:hover,
.crx-soso-action-buttons .btn-primary:hover {
    color: #fff;
    background: #006f65;
}

.crx-soso-action-buttons .btn-light {
    color: #334155;
    background: #f1f5f9;
}

.crx-soso-action-buttons .btn-light:hover {
    color: #008276;
    background: #eaf8f5;
}

.crx-soso-action-note {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 9px;
    padding: 12px 14px;
    color: #64748b;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

.crx-soso-action-note i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #008276;
    background: #eaf8f5;
    border-radius: 50%;
    font-size: 12px;
}

.crx-soso-action-note strong {
    display: block;
    color: #0f172a;
    font-size: 13px;
}

.crx-soso-action-note span {
    display: block;
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.5;
}

.crx-soso-action-tools {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.crx-soso-action-tools a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 30px;
    padding: 0 12px;
    color: #728097;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

.crx-soso-action-tools a:first-child {
    color: #64748b;
}

.crx-soso-action-tools a:hover {
    color: #008276;
    border-color: #cfe8e4;
    background: #fbfefd;
}

.crx-soso-install-steps {
    display: grid;
    gap: 10px;
    margin: 0;
    padding-left: 20px;
    color: #334155;
    font-size: 14px;
    line-height: 1.8;
}

.crx-soso-detail-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 18px;
    align-items: start;
}

.crx-soso-detail-main,
.crx-soso-detail-sidebar {
    display: grid;
    gap: 18px;
    min-width: 0;
}

.crx-soso-detail-sidebar {
    position: sticky;
    top: 88px;
}

.crx-soso-content-card {
    min-width: 0;
    padding: 20px;
}

.crx-soso-content-card h2 {
    position: relative;
    margin: 0 0 16px;
    padding-left: 14px;
    color: #0f172a;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 900;
}

.crx-soso-content-card h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 4px;
    height: 18px;
    background: #008276;
    border-radius: 999px;
}

.crx-soso-content-card h2 span {
    color: #94a3b8;
    font-size: 13px;
}

.crx-soso-screenshot-card .crx-theme-gallery {
    margin-bottom: 0;
}

.crx-soso-screenshot-card .crx-theme-gallery-stage {
    min-height: 350px;
    background: #f8fafc;
    box-shadow: none;
}

.crx-soso-screenshot-card .crx-theme-gallery-stage img {
    max-height: 500px;
}

.crx-soso-screenshot-thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(92px, 1fr));
    gap: 10px;
    margin-top: 12px;
}

.crx-soso-screenshot-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 16 / 9;
    min-width: 0;
    padding: 4px;
    overflow: hidden;
    background: #f8fafc;
    border: 2px solid transparent;
    border-radius: 8px;
    cursor: pointer;
}

.crx-soso-screenshot-thumb.active,
.crx-soso-screenshot-thumb:hover {
    border-color: #008276;
}

.crx-soso-screenshot-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.crx-soso-detail .crx-theme-detail-message {
    color: #334155;
    font-size: 15px;
    line-height: 1.9;
}

.crx-soso-detail .crx-theme-detail-message a {
    color: #008276;
    font-weight: 800;
}

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

.crx-soso-side-copy {
    margin: -4px 0 12px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.6;
}

.crx-soso-browser-card h2 {
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #edf1f6;
}

.crx-soso-browser-card .crx-soso-side-copy {
    margin: 0 0 14px;
}

.crx-soso-browser-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 10px;
    align-items: center;
}

.crx-soso-browser-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 19px;
    height: 19px;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    line-height: 1;
    box-shadow: 0 4px 10px rgba(15, 23, 42, .08);
}

.crx-soso-browser-icon i {
    line-height: 1;
}

.crx-soso-browser-icon b {
    color: inherit;
    font-size: 9px;
    line-height: 1;
    font-weight: 900;
}

.crx-soso-browser-icon.is-chrome {
    background: conic-gradient(#4285f4 0 34%, #34a853 0 60%, #fbbc05 0 80%, #ea4335 0 100%);
}

.crx-soso-browser-icon.is-edge {
    background: linear-gradient(135deg, #13b5b1, #2563eb);
}

.crx-soso-browser-icon.is-chromium {
    background: linear-gradient(135deg, #5aa9ff, #2f6be8);
}

.crx-soso-browser-icon.is-browser-360 {
    background: linear-gradient(135deg, #56d364, #1e9f4d);
}

.crx-soso-browser-icon.is-ie {
    background: #32a8e0;
}

.crx-soso-browser-icon.is-qq {
    background: #2d7ff9;
}

.crx-soso-browser-icon.is-sogou {
    background: conic-gradient(#fb4d4d 0 25%, #38bdf8 0 50%, #facc15 0 75%, #8b5cf6 0 100%);
}

.crx-soso-browser-icon.is-maxthon {
    background: #1d7cf2;
}

.crx-soso-browser-icon.is-twinkstar {
    color: #f5c542;
    background: #fff8cc;
    box-shadow: inset 0 0 0 1px #ffe78c;
}

.crx-soso-browser-icon.is-vivaldi {
    background: #e63746;
}

.crx-soso-browser-icon.is-yandex {
    background: #ef4444;
}

.crx-soso-browser-icon.is-opera {
    background: #ef2a2d;
}

.crx-soso-browser-icon.is-uc {
    background: #f97316;
}

.crx-soso-browser-icon.is-safari {
    background: linear-gradient(135deg, #73d3ff, #3b82f6);
}

.crx-soso-browser-icon.is-liebao {
    color: #0f172a;
    background: linear-gradient(135deg, #e2e8f0, #f8fafc);
    box-shadow: inset 0 0 0 1px #cbd5e1;
}

.crx-soso-detail-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.crx-soso-detail-tags a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

.crx-soso-detail-tags {
    margin-top: 14px;
}

.crx-soso-info-tags {
    padding-top: 14px;
    border-top: 1px solid #edf1f6;
}

.crx-soso-article-tags {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #edf1f6;
}

.crx-soso-article-tags > span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
    min-height: 30px;
    color: #64748b;
    font-size: 13px;
    font-weight: 900;
}

.crx-soso-article-tags > div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-width: 0;
}

.crx-soso-article-tags a {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    color: #2563eb;
    background: #eef4ff;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

.crx-soso-article-tags a:nth-child(3n + 2) {
    color: #0f9f6e;
    background: #e9f8f2;
}

.crx-soso-article-tags a:nth-child(3n) {
    color: #b7791f;
    background: #fff5df;
}

.crx-soso-article-tags a:hover {
    color: #124de0;
    background: #dce8ff;
}

.crx-soso-detail-tags a {
    color: #2563eb;
    background: #eef4ff;
}

.crx-soso-detail-tags a:nth-child(3n + 2) {
    color: #0f9f6e;
    background: #e9f8f2;
}

.crx-soso-detail-tags a:nth-child(3n) {
    color: #b7791f;
    background: #fff5df;
}

.crx-soso-info-list {
    display: grid;
    gap: 14px;
    margin: 0;
}

.crx-soso-info-list div {
    display: grid;
    gap: 6px;
}

.crx-soso-info-list dt {
    color: #64748b;
    font-size: 13px;
    font-weight: 800;
}

.crx-soso-info-list dd {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    color: #0f172a;
    font-size: 14px;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.crx-soso-info-list dd span {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    margin-left: 6px;
    padding: 0 7px;
    color: #008276;
    background: #eaf8f5;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    vertical-align: 1px;
}

.crx-soso-detail .chrome-store-side-list {
    gap: 8px;
}

.crx-soso-detail .chrome-store-side-plugin {
    background: #fff;
    border: 1px solid #edf1f6;
}

.crx-soso-detail .chrome-store-side-plugin:hover {
    border-color: #cfe8e4;
    background: #fbfefd;
}

@media (max-width: 1199.98px) {
    .crx-soso-detail-hero,
    .crx-soso-detail-body {
        grid-template-columns: 1fr;
    }

    .crx-soso-action-box {
        padding-top: 18px;
        padding-left: 0;
        border-top: 1px solid #edf1f6;
        border-left: 0;
    }

    .crx-soso-action-row {
        max-width: 320px;
    }

    .crx-soso-action-buttons {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .crx-soso-detail-sidebar {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .crx-soso-detail-hero,
    .crx-soso-content-card {
        padding: 16px;
    }

    .crx-soso-detail-app {
        grid-template-columns: 76px minmax(0, 1fr);
        gap: 12px;
    }

    .crx-soso-detail-icon {
        width: 72px;
        height: 72px;
        padding: 8px;
    }

    .crx-soso-favorite-btn {
        width: 76px;
        min-height: 28px;
        gap: 4px;
        font-size: 11px;
    }

    .crx-soso-detail-copy h1 {
        font-size: 22px;
    }

    .crx-soso-detail-copy p {
        -webkit-line-clamp: 4;
    }

    .crx-soso-detail-meta {
        grid-column: 1 / -1;
    }

    .crx-soso-detail-meta div {
        max-width: 100%;
    }

    .crx-soso-action-row,
    .crx-soso-action-buttons,
    .crx-soso-detail-sidebar {
        grid-template-columns: 1fr;
    }

    .crx-soso-download-btn {
        width: 100%;
    }

    .crx-soso-action-tools {
        justify-content: flex-start;
    }

    .crx-soso-screenshot-card .crx-theme-gallery-stage {
        min-height: 220px;
    }

    .crx-soso-screenshot-thumbs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .crx-soso-account {
        flex: 0 0 auto;
    }

    .crx-theme-user-page {
        grid-template-columns: 1fr;
        padding: 0 15px;
    }

    .crx-theme-setting-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .crx-soso-avatar-button {
        max-width: 146px;
    }

    .crx-soso-account-menu {
        right: auto;
        left: 0;
    }

    .crx-soso-account-menu::before {
        right: auto;
        left: 24px;
    }

    .crx-theme-user-main {
        padding: 14px;
    }

    .crx-theme-user-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .crx-theme-user-head.is-compact {
        gap: 12px;
    }

    .crx-theme-favorite-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .crx-theme-favorite-card {
        width: 100%;
    }

    .crx-theme-history-clear {
        align-self: flex-start;
    }

    .crx-theme-history-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .crx-theme-history-card {
        width: 100%;
    }

    .crx-theme-user-item {
        grid-template-columns: 64px minmax(0, 1fr);
        align-items: start;
    }

    .crx-theme-user-item-cover {
        width: 64px;
        height: 64px;
        padding: 6px;
    }

    .crx-theme-favorite-remove {
        grid-column: 2;
        justify-self: start;
    }
}
