:root {
    --navy-950: #071231;
    --navy-900: #0b1840;
    --navy-800: #132557;
    --navy-700: #1b3576;
    --cyan: #24d5e8;
    --cyan-dark: #0aa8c2;
    --violet: #7c6cff;
    --ink: #152044;
    --muted: #6d7894;
    --line: #e4e9f3;
    --soft: #f5f7fb;
    --white: #fff;
    --shadow: 0 15px 40px rgba(14, 34, 83, .09);
    --radius: 18px;
    --sidebar: 192px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: #f7f9fd;
    font-family: "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.screen-reader-text {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.ui-icon { display: inline-block; flex: 0 0 auto; object-fit: contain; vertical-align: middle; }
.site-shell { min-height: 100vh; }
.site-main { min-width: 0; margin-left: var(--sidebar); }

.site-sidebar {
    position: fixed; z-index: 50; inset: 0 auto 0 0; width: var(--sidebar); overflow-y: auto;
    padding: 28px 22px 220px;
    color: rgba(255, 255, 255, .78);
    background: linear-gradient(180deg, #071130 0%, #0a1941 64%, #0b1d4e 100%);
    scrollbar-width: thin;
}
.brand { display: flex; align-items: center; gap: 11px; margin-bottom: 27px; color: #fff; }
.brand > img { width: 66px; height: 66px; object-fit: contain; filter: drop-shadow(0 8px 20px rgba(29, 218, 230, .23)); }
.brand-copy { min-width: 0; display: block; }
.brand-copy strong { display: block; font-size: 23px; line-height: 1.25; letter-spacing: .08em; white-space: nowrap; }
.brand-copy small { display: block; margin-top: 4px; color: rgba(255, 255, 255, .54); font-size: 10px; white-space: nowrap; }
.primary-nav, .sidebar-group { display: grid; gap: 5px; }
.primary-nav { padding-bottom: 20px; border-bottom: 1px solid rgba(255, 255, 255, .09); }
.primary-nav a, .sidebar-group a {
    display: flex; align-items: center; gap: 13px; min-height: 43px; padding: 9px 13px;
    border-radius: 11px; color: rgba(255, 255, 255, .69); transition: .2s ease;
}
.primary-nav a:hover, .sidebar-group a:hover, .primary-nav a.is-active, .sidebar-group a.is-active {
    color: #fff; background: linear-gradient(90deg, rgba(37, 207, 231, .22), rgba(124, 108, 255, .11));
}
.primary-nav a.is-active, .sidebar-group a.is-active { box-shadow: inset 3px 0 var(--cyan); }
.primary-nav .ui-icon, .sidebar-group .ui-icon { width: 18px; height: 18px; filter: brightness(0) invert(1); opacity: .82; }
.sidebar-group { padding-top: 18px; }
.sidebar-group h2 {
    margin: 0 13px 7px; color: rgba(255, 255, 255, .33); font-size: 11px;
    font-weight: 600; letter-spacing: .17em;
}
.category-links a { min-height: 36px; padding-top: 5px; padding-bottom: 5px; font-size: 13px; }
.category-dot {
    width: 7px; height: 7px; border: 1px solid rgba(49, 217, 232, .8); border-radius: 50%;
    box-shadow: 0 0 8px rgba(49, 217, 232, .25);
}
.sidebar-art {
    position: absolute; right: 0; bottom: 0; left: 0; height: 220px; opacity: .78;
    background: linear-gradient(180deg, transparent, rgba(5, 15, 42, .1)), url("../images/sidebar-stars.webp") center bottom / cover no-repeat;
    pointer-events: none;
}
.mobile-header { display: none; }
.mobile-home-title, .mobile-category-grid, .mobile-filter-groups, .card-category-badge, .card-version,
.archive-cell-platforms, .archive-cell-category, .archive-cell-version, .archive-cell-verified,
.archive-table-head, .detail-summary-info, .hot-searches { display: none; }

.home-top { margin-bottom: 14px; padding: 26px 42px 18px; background: #fff; }
.site-search {
    position: relative; display: flex; align-items: center; width: min(720px, 100%); height: 48px;
    margin: 0 auto; padding-left: 18px; background: #f5f7fb; border: 1px solid transparent; border-radius: 13px;
    transition: .2s ease;
}
.site-search:focus-within { border-color: rgba(36, 213, 232, .58); background: #fff; box-shadow: 0 0 0 4px rgba(36, 213, 232, .1); }
.site-search .ui-icon { width: 19px; opacity: .47; }
.site-search input { flex: 1; min-width: 0; height: 100%; border: 0; outline: 0; padding: 0 14px; color: var(--ink); background: transparent; }
.site-search button {
    align-self: stretch; min-width: 88px; border: 0; border-radius: 0 12px 12px 0;
    color: #fff; background: linear-gradient(135deg, var(--navy-700), var(--violet)); cursor: pointer;
}

.hero-slider { position: relative; margin: 24px 42px 20px; overflow: hidden; border-radius: 22px; background: #071a44; box-shadow: 0 20px 55px rgba(8, 26, 68, .2); }
.hero-slides {
    position: relative; min-height: 330px;
    background: linear-gradient(90deg, rgba(5, 16, 48, .96), rgba(12, 29, 75, .72)), url("../images/hero-cosmic.webp") center / cover no-repeat;
}
.hero-slide {
    position: absolute; inset: 0; display: grid; grid-template-columns: 1fr 240px; align-items: center;
    min-height: 100%; padding: 52px 62px; visibility: hidden; opacity: 0; pointer-events: none;
    transform: none; transition: opacity .24s ease, visibility 0s linear .24s;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(5, 16, 48, .95) 0%, rgba(12, 29, 75, .87) 54%, rgba(15, 32, 78, .3) 100%),
        var(--slide-image, url("../images/hero-cosmic.webp")) center / cover no-repeat;
}
.hero-slide::after {
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background: radial-gradient(circle at 80% 20%, rgba(40, 215, 232, .25), transparent 28%), linear-gradient(115deg, transparent 65%, rgba(124, 108, 255, .18));
}
.hero-slide.is-active { position: absolute; min-height: 100%; visibility: visible; opacity: 1; pointer-events: auto; transform: none; transition-delay: 0s; }
.hero-slide.is-leaving { pointer-events: none; animation: xingang-hero-out .22s cubic-bezier(.4, 0, 1, 1) forwards; }
.hero-slide.is-active.is-entering { animation: xingang-hero-in .28s cubic-bezier(0, 0, .2, 1) forwards; }
@keyframes xingang-hero-out {
    from { opacity: 1; transform: translateX(0); }
    to { opacity: 0; transform: translateX(-8px); }
}
@keyframes xingang-hero-in {
    from { opacity: 0; transform: translateX(8px); }
    to { opacity: 1; transform: translateX(0); }
}
.hero-content { position: relative; z-index: 2; max-width: 680px; }
.eyebrow, .section-kicker {
    display: inline-block; color: var(--cyan); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
}
.hero-content h2 { margin: 8px 0 10px; max-width: 620px; font-size: clamp(34px, 4.2vw, 52px); line-height: 1.18; letter-spacing: -.03em; }
.hero-content p { max-width: 620px; margin: 0 0 25px; color: rgba(255, 255, 255, .72); font-size: 15px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 18px; }
.button {
    display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 42px; padding: 9px 18px;
    border: 0; border-radius: 10px; cursor: pointer; font-weight: 600; transition: .2s ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary { color: #071438; background: linear-gradient(135deg, #66eff2, #61dce8); box-shadow: 0 9px 22px rgba(39, 210, 229, .22); }
.button-primary .ui-icon { width: 17px; }
.hero-platforms { display: inline-flex; gap: 8px; }
.hero-platforms .ui-icon { width: 21px; height: 21px; filter: brightness(0) invert(1); opacity: .72; }
.hero-app-icon { position: relative; z-index: 2; display: grid; place-items: center; }
.hero-app-icon .software-icon-placeholder, .hero-app-icon .software-icon-image {
    width: 150px; height: 150px; border-radius: 34px;
}
.hero-app-icon .software-icon-placeholder {
    display: grid; place-items: center; background: rgba(255, 255, 255, .9);
    box-shadow: 0 28px 70px rgba(5, 16, 48, .44); backdrop-filter: blur(18px);
}
.hero-app-icon img { width: 92px; height: 92px; object-fit: contain; }
.hero-app-icon .software-icon-image { object-fit: cover; box-shadow: 0 28px 70px rgba(5, 16, 48, .44); }
.hero-dots { position: absolute; z-index: 4; right: 28px; bottom: 20px; display: flex; gap: 7px; }
.hero-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: rgba(255, 255, 255, .38); cursor: pointer; transition: .2s ease; }
.hero-dots button.is-active { width: 24px; border-radius: 8px; background: var(--cyan); }

.quick-platforms { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 0 42px 28px; }
.quick-platforms > a {
    display: flex; align-items: center; gap: 13px; min-width: 0; padding: 15px 18px; border: 1px solid var(--line);
    border-radius: 14px; background: #fff; box-shadow: 0 7px 25px rgba(18, 40, 89, .04); transition: .2s ease;
}
.quick-platforms > a:hover { border-color: rgba(36, 213, 232, .55); transform: translateY(-2px); box-shadow: var(--shadow); }
.quick-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: #f0f5ff; }
.quick-icon .ui-icon { width: 22px; height: 22px; }
.quick-platforms > a > span:nth-child(2) { display: block; flex: 1; min-width: 0; }
.quick-platforms strong, .quick-platforms small { display: block; }
.quick-platforms strong { color: var(--ink); font-size: 15px; }
.quick-platforms small { color: var(--muted); font-size: 11px; }
.quick-platforms > a > .ui-icon { width: 16px; opacity: .35; }

.home-grid { display: grid; grid-template-columns: minmax(0, 1fr) 288px; gap: 24px; padding: 0 42px 42px; }
.content-section, .rank-card, .category-card { margin-bottom: 28px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.section-heading h2, .rank-card h2, .category-card h2 { margin: 2px 0 0; color: var(--ink); font-size: 23px; line-height: 1.3; }
.section-heading > a { display: inline-flex; align-items: center; gap: 4px; color: var(--muted); font-size: 13px; font-weight: 600; }
.section-heading > a:hover { color: var(--cyan-dark); }
.section-heading > a .ui-icon { width: 14px; }
.software-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.software-card {
    display: grid; grid-template-columns: 78px minmax(0, 1fr); gap: 15px; min-height: 144px; padding: 18px;
    border: 1px solid var(--line); border-radius: 16px; background: #fff; transition: .22s ease;
}
.software-card:hover { border-color: rgba(36, 213, 232, .48); box-shadow: var(--shadow); transform: translateY(-2px); }
.software-card-icon { display: block; }
.software-card-icon .software-icon-placeholder, .software-card-icon .software-icon-image {
    width: 74px; height: 74px; border-radius: 17px;
}
.software-icon-placeholder { display: grid; place-items: center; overflow: hidden; background: #f3f6fb; }
.software-icon-placeholder img { width: 52px; height: 52px; object-fit: contain; }
.software-card-icon .software-icon-image { object-fit: cover; }
.software-card-body { min-width: 0; }
.software-card-heading { display: flex; align-items: center; gap: 8px; min-width: 0; }
.software-card h3 { min-width: 0; margin: 0; font-size: 16px; line-height: 1.4; }
.software-card h3 a { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.software-card h3 a:hover, .latest-list h3 a:hover { color: var(--cyan-dark); }
.status-badge, .soft-badge {
    flex: 0 0 auto; padding: 2px 7px; color: #6d7894; background: #eef1f6; border-radius: 6px; font-size: 11px; font-weight: 500; line-height: 1.6;
}
.status-badge.open { color: #138f82; background: #e4f8f2; }
.soft-badge { color: #6554cb; background: #f0edff; }
.home .software-card-heading { align-items: flex-start; flex-wrap: wrap; gap: 4px 6px; }
.home .software-card-heading h3 { flex: 1 0 100%; }
.home .software-card .card-category-badge {
    display: inline-flex; flex: 0 0 auto; padding: 2px 7px; color: #1767ed; border-radius: 6px;
    background: #edf3ff; font-size: 11px; font-weight: 500; line-height: 1.6;
}
.software-card p { display: -webkit-box; overflow: hidden; margin: 7px 0 11px; color: var(--muted); font-size: 13px; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.software-card-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #76819b; font-size: 12px; }
.software-card-meta > span { display: inline-flex; align-items: center; gap: 5px; }
.software-card-meta .ui-icon { width: 15px; height: 15px; opacity: .55; }
.platform-icons { display: inline-flex; align-items: center; gap: 7px; }
.platform-icons .ui-icon { width: 16px; height: 16px; opacity: .6; }

.latest-list { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.latest-list article { border-bottom: 1px solid var(--line); }
.latest-list article:last-child { border-bottom: 0; }
.latest-list article:hover { background: #f8fbff; }
.latest-row-link { display: grid; grid-template-columns: 48px minmax(0, 1fr) auto auto; align-items: center; gap: 14px; padding: 14px 18px; color: inherit; }
.latest-row-link:focus-visible { outline: 2px solid var(--blue); outline-offset: -3px; }
.latest-icon .software-icon-placeholder, .latest-icon .software-icon-image { width: 44px; height: 44px; border-radius: 11px; }
.latest-icon .software-icon-placeholder img { width: 31px; height: 31px; }
.latest-icon .software-icon-image { object-fit: cover; }
.latest-heading { display: flex; align-items: center; gap: 6px; }
.latest-list h3 { margin: 0; font-size: 15px; }
.latest-list p { margin: 1px 0 0; overflow: hidden; color: var(--muted); font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.latest-category { padding: 2px 7px; color: #1767ed; border-radius: 6px; background: #edf3ff; font-size: 11px; font-weight: 500; line-height: 1.6; white-space: nowrap; }
.latest-version { color: var(--muted); font-size: 13px; }

.home-rail { min-width: 0; }
.rank-card, .category-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 30px rgba(18, 40, 89, .04); }
.rank-card header { padding: 20px 20px 14px; color: #fff; background: linear-gradient(135deg, #112d68, #283c83 62%, #604ec1); }
.rank-card header span { color: rgba(255, 255, 255, .55); font-size: 10px; letter-spacing: .15em; }
.rank-card h2 { color: #fff; }
.rank-card ol { margin: 0; padding: 5px 16px 13px; list-style: none; }
.rank-card li { display: grid; grid-template-columns: 24px 1fr; align-items: center; gap: 6px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.rank-card li:last-child { border-bottom: 0; }
.rank-number { color: #a3aab9; font-family: Georgia, serif; font-size: 14px; font-style: italic; text-align: center; }
.rank-card li:nth-child(-n+3) .rank-number { color: var(--violet); font-size: 18px; font-weight: 700; }
.rank-card li > a { display: flex; align-items: center; min-width: 0; gap: 10px; }
.rank-card .software-icon-placeholder, .rank-card .software-icon-image { width: 36px; height: 36px; border-radius: 9px; }
.rank-card .software-icon-placeholder img { width: 26px; height: 26px; }
.rank-card .software-icon-image { object-fit: cover; }
.rank-card li > a > span { display: block; min-width: 0; }
.rank-card strong, .rank-card small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.rank-card strong { font-size: 13px; }
.rank-card small { color: var(--muted); font-size: 12px; }
.category-card { padding: 21px; background: linear-gradient(155deg, #fff, #f6f5ff); }
.category-card > div { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 15px; }
.category-card a { display: flex; align-items: center; justify-content: space-between; padding: 8px 10px; color: #5e6882; background: #fff; border: 1px solid #ececf6; border-radius: 8px; font-size: 11px; }
.category-card a:hover { color: var(--cyan-dark); border-color: rgba(36, 213, 232, .45); }

.site-footer { padding: 30px 42px 38px; color: #aab3c8; background: #071330; font-size: 12px; }
.site-footer > div { display: flex; align-items: baseline; gap: 12px; }
.site-footer strong { color: #fff; font-size: 18px; }
.site-footer span { color: rgba(255, 255, 255, .45); }
.site-footer p { max-width: 900px; margin: 10px 0; line-height: 1.8; }
.footer-resources { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px; margin: 12px 0; }
.footer-resources > span { color: rgba(255, 255, 255, .62); font-weight: 600; }
.footer-resources a { color: #c7d3eb; font-weight: 500; }
.footer-resources a:hover { color: var(--cyan); }
.site-footer small { color: rgba(255, 255, 255, .34); }

.archive-hero {
    padding: 46px 48px 38px; color: #fff;
    background: linear-gradient(90deg, rgba(5, 16, 48, .94), rgba(20, 39, 91, .75)), url("../images/hero-cosmic.webp") center / cover no-repeat;
}
.archive-hero.compact { padding-bottom: 42px; }
.archive-hero h1 { margin: 4px 0 4px; font-size: 38px; line-height: 1.25; }
.archive-hero p { margin: 0 0 24px; color: rgba(255, 255, 255, .66); }
.archive-hero .site-search { margin: 22px 0 0; background: rgba(255, 255, 255, .96); }
.filter-bar {
    display: flex; align-items: end; gap: 14px; padding: 20px 48px; border-bottom: 1px solid var(--line); background: #fff;
}
.filter-bar label { color: var(--muted); font-size: 11px; }
.filter-bar select { display: block; min-width: 180px; height: 42px; margin-top: 5px; padding: 0 34px 0 12px; color: var(--ink); border: 1px solid var(--line); border-radius: 9px; background: #fff; }
.filter-bar .button-primary { min-height: 42px; }
.filter-reset { align-self: center; margin-top: 16px; color: var(--muted); font-size: 12px; }
.archive-content { padding: 28px 48px 50px; min-height: 430px; }
.archive-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.archive-heading h2 { margin: 0; font-size: 20px; }
.archive-heading span { color: var(--muted); font-size: 11px; }
.archive-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.archive-grid .software-card { grid-template-columns: 70px minmax(0, 1fr); }
.archive-grid .software-card-icon .software-icon-placeholder, .archive-grid .software-card-icon .software-icon-image { width: 66px; height: 66px; }
.pagination { margin-top: 28px; }
.pagination .nav-links { display: flex; justify-content: center; gap: 7px; }
.pagination .page-numbers { display: grid; place-items: center; min-width: 38px; height: 38px; padding: 0 10px; border: 1px solid var(--line); border-radius: 8px; background: #fff; font-size: 12px; }
.pagination .current { color: #fff; border-color: var(--navy-700); background: var(--navy-700); }
.empty-state { grid-column: 1 / -1; padding: 55px 20px; color: var(--muted); text-align: center; border: 1px dashed #d8deea; border-radius: 16px; background: #fff; }
.empty-state h2 { margin: 0 0 5px; color: var(--ink); }
.standard-page { max-width: 900px; margin: 36px auto; padding: 34px 42px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.standard-page h1 { margin: 0 0 22px; color: var(--ink); font-size: 34px; }
.standard-page-content { color: #506080; font-size: 15px; line-height: 1.9; }
.standard-page-content > :first-child { margin-top: 0; }
.standard-page-content > :last-child { margin-bottom: 0; }
.taxonomy-landing-hero p { display: block; max-width: 760px; margin-bottom: 22px; }
.taxonomy-cluster-links {
    display: flex; flex-wrap: wrap; align-items: center; gap: 9px 14px; padding: 16px 48px;
    color: var(--muted); border-bottom: 1px solid var(--line); background: #fff; font-size: 13px;
}
.taxonomy-cluster-links strong { color: var(--ink); }
.taxonomy-cluster-links a { padding: 5px 9px; color: #405277; border-radius: 7px; background: #f1f4f9; }
.taxonomy-cluster-links a:hover { color: #1767ed; background: #edf3ff; }
.taxonomy-result-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; }
.taxonomy-result-heading h2 { margin: 0; font-size: 22px; }
.taxonomy-result-heading span { color: var(--muted); font-size: 13px; }

.breadcrumbs { display: flex; align-items: center; gap: 8px; padding: 18px 44px; color: #64718d; background: #fff; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 600; }
.breadcrumbs a:hover { color: var(--cyan-dark); }
.software-detail { padding-bottom: 50px; }
.software-detail-hero {
    display: grid; grid-template-columns: 128px minmax(0, 1fr) 150px; align-items: center; gap: 26px; padding: 36px 48px;
    color: #fff; background: linear-gradient(110deg, #091a45, #162d6a 64%, #3d3a90);
}
.detail-icon .software-icon-placeholder, .detail-icon .software-icon-image {
    width: 120px; height: 120px; border-radius: 26px; box-shadow: 0 18px 40px rgba(0, 0, 0, .25);
}
.detail-icon .software-icon-placeholder { background: rgba(255, 255, 255, .95); }
.detail-icon .software-icon-placeholder img { width: 78px; height: 78px; }
.detail-icon .software-icon-image { object-fit: cover; }
.detail-badges { display: flex; gap: 7px; }
.detail-badges .status-badge, .detail-badges .soft-badge { padding: 3px 8px; font-size: 12px; font-weight: 600; }
.detail-title h1 { margin: 8px 0 5px; font-size: 34px; line-height: 1.3; }
.detail-title > p { max-width: 720px; margin: 0; color: rgba(255, 255, 255, .67); }
.detail-platforms { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 15px; }
.detail-platforms > span, .detail-platforms > a { display: inline-flex; align-items: center; gap: 6px; padding: 5px 9px; color: rgba(255, 255, 255, .7); border: 1px solid rgba(255, 255, 255, .12); border-radius: 7px; background: rgba(255, 255, 255, .06); font-size: 12px; }
.detail-platforms .ui-icon { width: 14px; height: 14px; filter: brightness(0) invert(1); }
.detail-stats { padding-left: 22px; border-left: 1px solid rgba(255, 255, 255, .12); text-align: center; }
.detail-stats strong, .detail-stats span { display: block; }
.detail-stats strong { color: var(--cyan); font-size: 29px; }
.detail-stats span { color: rgba(255, 255, 255, .48); font-size: 10px; }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 24px; padding: 30px 48px 0; }
.detail-section, .info-card, .trust-card { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.detail-section { margin-bottom: 22px; padding: 27px 30px; }
.detail-section-title { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.title-line { width: 3px; height: 20px; border-radius: 3px; background: linear-gradient(var(--cyan), var(--violet)); }
.detail-section h2, .info-card h2, .trust-card h2 { margin: 0; font-size: 19px; }
.entry-content { color: #4d5875; font-size: 14px; line-height: 2; }
.entry-content h2, .entry-content h3 { margin: 1.7em 0 .6em; color: var(--ink); line-height: 1.45; }
.entry-content h2 { font-size: 19px; }
.entry-content h3 { font-size: 16px; }
.entry-content a { color: var(--cyan-dark); text-decoration: underline; text-underline-offset: 3px; }
.entry-content img { border-radius: 12px; }
.software-screenshot { margin: 0; overflow: hidden; border-radius: 13px; background: var(--soft); }
.software-screenshot img { display: block; width: 100%; }
.download-note { display: flex; gap: 8px; align-items: center; margin: 0 0 15px; padding: 10px 12px; color: #63708d; border-radius: 8px; background: #f2f8fa; font-size: 12px; }
.download-note .ui-icon { width: 16px; }
.download-list { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; }
.download-row { display: grid; grid-template-columns: 128px minmax(110px, 1fr) 90px auto auto; align-items: center; gap: 12px; padding: 14px 16px; border-bottom: 1px solid var(--line); }
.download-row:last-child { border-bottom: 0; }
.download-platform { display: flex; align-items: center; gap: 8px; }
.download-platform .ui-icon { width: 19px; height: 19px; }
.download-meta { color: var(--muted); font-size: 13px; }
.provider-badge { justify-self: start; padding: 3px 8px; color: #6554cb; background: #f0edff; border-radius: 6px; font-size: 11px; }
.copy-code { display: inline-flex; align-items: center; gap: 5px; padding: 5px 8px; color: #65708c; border: 1px dashed #cbd3e3; border-radius: 6px; background: transparent; font-size: 12px; cursor: pointer; }
.copy-code .ui-icon { width: 13px; }
.button-download { min-height: 38px; color: #fff; background: linear-gradient(135deg, #1a3d85, #6452d2); font-size: 13px; white-space: nowrap; }
.button-download .ui-icon { width: 14px; filter: brightness(0) invert(1); }
.info-card, .trust-card { margin-bottom: 18px; padding: 22px; }
.info-card h2, .trust-card h2 { margin-bottom: 15px; }
.info-card dl { margin: 0; }
.info-card dl > div { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.info-card dt { color: var(--muted); }
.info-card dd { margin: 0; color: var(--ink); text-align: right; }
.info-links { display: grid; gap: 8px; margin-top: 16px; }
.info-links a { display: flex; align-items: center; justify-content: center; gap: 6px; min-height: 38px; color: #455274; border: 1px solid var(--line); border-radius: 8px; font-size: 13px; }
.info-links a:hover { color: var(--cyan-dark); border-color: var(--cyan); }
.info-links .ui-icon { width: 14px; }
.trust-card { color: #fff; background: linear-gradient(145deg, #11285d, #292b6f); border: 0; }
.trust-card > .ui-icon { width: 28px; height: 28px; filter: brightness(0) invert(1); }
.trust-card h2 { margin: 10px 0 6px; font-size: 16px; }
.trust-card p { margin: 0; color: rgba(255, 255, 255, .58); font-size: 11px; }
.not-found { min-height: calc(100vh - 120px); padding: 120px 40px; text-align: center; background: radial-gradient(circle at 50% 15%, rgba(36, 213, 232, .12), transparent 36%); }
.not-found h1 { margin: 9px 0; font-size: 36px; }
.not-found p { margin: 0 0 22px; color: var(--muted); }

/* Confirmed desktop layout */
@media (min-width: 1024px) {
    .site-sidebar { padding: 34px 15px 190px; }
    .brand { flex-direction: column; justify-content: center; gap: 4px; margin-bottom: 32px; text-align: center; }
    .brand > img { width: 84px; height: 84px; }
    .brand-copy strong { font-size: 22px; }
    .brand-copy small { display: none; }
    .primary-nav, .sidebar-group { gap: 9px; }
    .primary-nav { padding-bottom: 14px; border-bottom: 0; }
    .primary-nav a, .sidebar-group a { min-height: 48px; padding: 11px 18px; }
    .sidebar-group { padding: 0; }
    .sidebar-group h2 { display: none; }
    .library-nav { margin-top: 6px; }

    .home-top { padding: 28px 42px 17px; }
    .mobile-home-title { display: block; margin: 0 0 14px; font-size: 31px; line-height: 1.35; text-align: center; }
    .mobile-home-title span { color: #1667ed; }
    .mobile-home-title strong { color: #7655e9; }
    .hot-searches { display: flex; align-items: center; justify-content: center; gap: 7px; width: min(720px,100%); margin: 9px auto 0; color: #6d7890; font-size: 13px; font-weight: 400; }
    .hot-searches a { padding: 2px 8px; border-radius: 9px; background: #f0f3f9; font-weight: 500; }

    .desktop-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 318px; gap: 18px; margin: 0 42px 16px; }
    .desktop-hero-grid .hero-slider { margin: 0; }
    .desktop-hero-grid .hero-slides { min-height: 300px; }
    .desktop-hero-grid .hero-slide { grid-template-columns: 170px minmax(0,1fr); padding: 38px 44px; }
    .desktop-hero-grid .hero-app-icon { grid-column: 1; grid-row: 1; }
    .desktop-hero-grid .hero-content { grid-column: 2; grid-row: 1; }
    .desktop-hero-grid .hero-content h2 { font-size: 40px; }
    .desktop-hero-grid .hero-app-icon .software-icon-placeholder,
    .desktop-hero-grid .hero-app-icon .software-icon-image { width: 145px; height: 145px; }
    .desktop-hero-grid .desktop-rank-card { height: 300px; margin: 0; }
    .desktop-rank-card header { display: flex; align-items: center; justify-content: space-between; padding: 15px 16px 9px; color: var(--ink); background: #fff; }
    .desktop-rank-card header span { order: 2; color: #65708a; font-size: 13px; font-weight: 600; letter-spacing: 0; }
    .desktop-rank-card h2 { color: var(--ink); font-size: 16px; }
    .desktop-rank-card ol { padding: 0 13px 7px; }
    .desktop-rank-card li { padding: 3px 0; }
    .desktop-rank-card li:nth-child(5) { border-bottom: 0; }
    .desktop-rank-card li:nth-child(n+6) { display: none; }
    .desktop-rank-card .software-icon-placeholder, .desktop-rank-card .software-icon-image { width: 27px; height: 27px; border-radius: 6px; }
    .desktop-rank-card .software-icon-placeholder img { width: 20px; height: 20px; }

    .quick-platforms { display: none; }
    .mobile-category-grid {
        display: grid; grid-template-columns: repeat(8, 1fr); margin: 0 42px 24px; overflow: hidden;
        border: 1px solid var(--line); border-radius: 12px; background: #fff;
    }
    .mobile-category-grid a { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 8px; color: #425170; border-right: 1px solid var(--line); font-size: 13px; font-weight: 600; }
    .mobile-category-grid a:last-child { border-right: 0; }
    .mobile-category-grid .ui-icon { width: 20px; height: 20px; }

    .home-grid { display: block; padding-top: 0; }
    .home-rail { display: none; }
    .home-primary .software-card-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
    .home-primary .software-card { display: block; min-height: 220px; padding: 15px; }
    .home-primary .software-card-icon .software-icon-placeholder,
    .home-primary .software-card-icon .software-icon-image { width: 62px; height: 62px; margin-bottom: 10px; }
    .home-primary .software-card p { min-height: 56px; -webkit-line-clamp: 3; }
    .home-primary .software-card-meta { margin-top: 8px; }
    .latest-row-link { grid-template-columns: 44px minmax(0, 1fr) 90px 90px; }

    .archive-hero { padding: 36px 64px 20px; color: var(--ink); background: radial-gradient(circle at 85% 8%, rgba(124,108,255,.1), transparent 23%), #fff; }
    .archive-hero .section-kicker, .archive-hero p { display: none; }
    .taxonomy-landing-hero p { display: block; margin-bottom: 18px; color: #61708e; line-height: 1.8; }
    .archive-hero h1 { margin: 0 0 14px; font-size: 34px; }
    .archive-hero .site-search { margin: 0; border-color: #cbd5e8; box-shadow: 0 8px 28px rgba(20,40,88,.06); }
    .archive-hero .site-search button { display: none; }
    .filter-bar { display: none; }
    .mobile-filter-groups { display: block; padding: 0 64px 7px; background: #fff; }
    .mobile-filter-groups > div { display: flex; align-items: center; gap: 13px; padding: 7px 0; }
    .mobile-filter-groups strong { flex: 0 0 62px; font-size: 12px; }
    .mobile-filter-groups span { display: flex; flex-wrap: wrap; gap: 7px; }
    .mobile-filter-groups a { display: inline-flex; align-items: center; gap: 5px; padding: 5px 11px; color: #4f5e80; border-radius: 7px; background: #f4f6fa; font-size: 12px; }
    .mobile-filter-groups a.is-active { color: #fff; background: linear-gradient(135deg, #1767ed, #654ef0); }
    .mobile-filter-groups .ui-icon { width: 15px; height: 15px; }
    .mobile-filter-groups .is-active .ui-icon { filter: brightness(0) invert(1); }
    .mobile-filter-groups .mobile-sort { margin-top: 4px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
    .mobile-filter-groups .mobile-sort a { border-radius: 0; background: transparent; }
    .mobile-filter-groups .mobile-sort a.is-active { color: #1767ed; border-bottom: 2px solid #1767ed; }
    .archive-content { padding: 18px 64px 50px; background: #fff; }
    .archive-heading { display: none; }
    .archive-table-head {
        display: grid; grid-template-columns: minmax(0,1fr) 150px 110px 90px 100px; gap: 12px;
        padding: 8px 20px; color: #4f5e7e; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 700;
    }
    .archive-grid { display: block; }
    .archive-grid .software-card {
        display: grid; grid-template-columns: 74px minmax(0,1fr) 150px 110px 90px 100px; align-items: center; gap: 12px;
        min-height: 98px; padding: 13px 20px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0;
    }
    .archive-grid .software-card:hover { transform: none; box-shadow: none; background: #fbfcff; }
    .archive-grid .software-card-icon .software-icon-placeholder,
    .archive-grid .software-card-icon .software-icon-image { width: 62px; height: 62px; border-radius: 13px; }
    .archive-grid .software-card p { margin-bottom: 0; -webkit-line-clamp: 1; }
    .archive-grid .software-card-meta { display: none; }
    .archive-grid .status-badge { display: none; }
    .archive-grid .archive-cell-platforms, .archive-grid .archive-cell-category,
    .archive-grid .archive-cell-version, .archive-grid .archive-cell-verified { display: flex; align-items: center; gap: 8px; color: #52607f; font-size: 13px; }
    .archive-grid .archive-cell-platforms .ui-icon { width: 17px; height: 17px; }
    .related-software { padding: 0 48px 12px; }
    .related-software .software-card-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

    .software-detail { background: #fff; }
    .software-detail-hero {
        grid-template-columns: 190px minmax(0,1fr) 320px; gap: 28px; align-items: center; padding: 34px 44px 42px;
        color: var(--ink); background: radial-gradient(circle at 82% 8%, rgba(124,108,255,.08), transparent 22%), #fff;
    }
    .detail-icon .software-icon-placeholder, .detail-icon .software-icon-image { width: 166px; height: 166px; border-radius: 50%; border: 1px solid var(--line); box-shadow: 0 10px 30px rgba(20,40,88,.1); }
    .detail-icon .software-icon-placeholder img { width: 114px; height: 114px; }
    .detail-title h1 { color: var(--ink); }
    .detail-title > p { color: #445171; font-size: 16px; }
    .detail-platforms > span, .detail-platforms > a { color: #4f5d7b; border-color: var(--line); background: #f6f8fc; }
    .detail-platforms .ui-icon { filter: none; }
    .detail-stats { display: none; }
    .detail-summary-info { display: block; }
    .detail-summary-info dl { margin: 0; }
    .detail-summary-info dl > div { display: flex; gap: 28px; padding: 7px 0; font-size: 14px; }
    .detail-summary-info dt { width: 68px; color: #66718b; font-weight: 600; }
    .detail-summary-info dd { margin: 0; font-weight: 500; }
    .detail-summary-info > div { display: flex; gap: 25px; margin-top: 12px; }
    .detail-summary-info a { display: inline-flex; align-items: center; gap: 5px; color: #1767ed; font-size: 13px; font-weight: 600; }
    .detail-summary-info .ui-icon { width: 15px; height: 15px; }
    .detail-layout { display: block; padding: 0 44px; }
    .detail-primary { display: grid; grid-template-columns: minmax(0,1fr) minmax(440px,.9fr); gap: 24px; align-items: start; }
    .detail-primary .detail-section:first-child { border: 0; border-top: 1px solid var(--line); border-radius: 0; padding-left: 0; }
    .detail-primary .download-section { grid-column: 2; grid-row: 1; }
    .detail-primary .software-screenshot { grid-column: 1 / -1; }
    .detail-rail { display: none; }
    .download-row { grid-template-columns: 110px minmax(90px,1fr) auto auto; }
    .download-row .provider-badge { display: none; }
}

@media (max-width: 1220px) {
    .archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hero-slide { padding: 46px; }
    .home-grid { grid-template-columns: minmax(0, 1fr) 260px; }
    .download-row { grid-template-columns: 105px 1fr auto; }
    .download-row .provider-badge { display: none; }
}

@media (max-width: 1023px) {
    :root { --sidebar: 0px; }
    body { padding-top: 66px; }
    .mobile-header {
        position: fixed; z-index: 90; inset: 0 0 auto 0; display: flex; align-items: center; justify-content: space-between;
        height: 66px; padding: 8px 18px; color: #fff; background: #081638; box-shadow: 0 8px 25px rgba(6, 18, 48, .16);
    }
    .mobile-brand { display: flex; align-items: center; gap: 8px; font-size: 18px; font-weight: 700; letter-spacing: .07em; }
    .mobile-brand img { width: 45px; height: 45px; }
    .mobile-menu-toggle { display: grid; place-items: center; width: 42px; height: 42px; padding: 0; color: #fff; border: 1px solid rgba(255, 255, 255, .12); border-radius: 10px; background: rgba(255, 255, 255, .05); }
    .mobile-menu-toggle .ui-icon { filter: brightness(0) invert(1); }
    .site-sidebar { z-index: 80; width: 282px; padding-top: 22px; transform: translateX(-102%); transition: transform .28s ease; }
    body.menu-open .site-sidebar { transform: translateX(0); }
    body.menu-open .mobile-header { background: transparent; box-shadow: none; pointer-events: none; }
    body.menu-open .mobile-brand { visibility: hidden; }
    body.menu-open .mobile-menu-toggle { pointer-events: auto; }
    .sidebar-backdrop { position: fixed; z-index: 75; inset: 0; visibility: hidden; opacity: 0; background: rgba(3, 10, 30, .6); transition: .25s ease; }
    body.menu-open .sidebar-backdrop { visibility: visible; opacity: 1; }
    .site-main { margin-left: 0; }
    .desktop-rank-card { display: none; }
    .desktop-hero-grid { display: block; }
    .home-grid { grid-template-columns: 1fr; }
    .home-rail { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
    .software-detail-hero { grid-template-columns: 110px minmax(0, 1fr); }
    .detail-stats { display: none; }
}

@media (max-width: 767px) {
    body { font-size: 15px; }
    .home-top { padding: 42px 18px 17px; background: radial-gradient(circle at 82% 15%, rgba(124,108,255,.1), transparent 28%), #fff; }
    .mobile-home-title {
        display: block; margin: 0 auto 24px; color: #0b173b; font-size: 27px; line-height: 1.4; letter-spacing: .02em; text-align: center;
    }
    .mobile-home-title span { color: #1569e8; }
    .mobile-home-title strong { color: #7655e9; }
    .site-search { height: 44px; }
    .site-search button { display: none; }
    .hero-slider { margin: 14px 16px 15px; border-radius: 16px; }
    .hero-slides { min-height: 382px; }
    .hero-slide { grid-template-columns: 1fr; align-content: end; padding: 30px 24px 46px; }
    .hero-content h2 { margin-top: 6px; font-size: 30px; }
    .hero-content p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; font-size: 13px; }
    .hero-app-icon { position: absolute; top: 27px; right: 25px; opacity: .25; }
    .hero-app-icon .software-icon-placeholder, .hero-app-icon .software-icon-image { width: 100px; height: 100px; border-radius: 24px; }
    .hero-app-icon img { width: 62px; height: 62px; }
    .hero-actions { flex-wrap: wrap; }
    .quick-platforms { grid-template-columns: repeat(3, 1fr); gap: 0; margin: 0 16px 13px; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: #fff; box-shadow: var(--shadow); }
    .quick-platforms > a { justify-content: center; gap: 7px; padding: 12px 7px; border: 0; border-right: 1px solid var(--line); border-radius: 0; box-shadow: none; }
    .quick-platforms > a:last-child { border-right: 0; }
    .quick-platforms > a:hover { transform: none; box-shadow: none; }
    .quick-icon { width: 30px; height: 30px; background: transparent; }
    .quick-icon .ui-icon { width: 21px; }
    .quick-platforms strong { font-size: 13px; }
    .quick-platforms small, .quick-platforms > a > .ui-icon { display: none; }
    .mobile-category-grid {
        display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 16px 26px; padding: 13px 6px;
        border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow);
    }
    .mobile-category-grid a { display: flex; flex-direction: column; align-items: center; gap: 5px; padding: 9px 2px; color: #27385f; font-size: 11px; font-weight: 600; }
    .mobile-category-grid .ui-icon { width: 22px; height: 22px; }
    .home-grid { padding: 0 16px 26px; }
    .section-heading { align-items: center; }
    .section-heading h2 { font-size: 20px; }
    .software-card-grid { display: block; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
    .software-card {
        grid-template-columns: 58px minmax(0, 1fr); min-height: 90px; padding: 13px 14px;
        border: 0; border-bottom: 1px solid var(--line); border-radius: 0;
    }
    .software-card:last-child { border-bottom: 0; }
    .software-card:hover { transform: none; box-shadow: none; }
    .software-card-icon .software-icon-placeholder, .software-card-icon .software-icon-image { width: 64px; height: 64px; border-radius: 15px; }
    .software-card-icon .software-icon-placeholder, .software-card-icon .software-icon-image { width: 54px; height: 54px; border-radius: 12px; }
    .software-card-icon .software-icon-placeholder img { width: 39px; height: 39px; }
    .software-card p { margin: 4px 0 5px; -webkit-line-clamp: 1; }
    .software-card-meta > span:last-child, .software-card .status-badge { display: none; }
    .latest-row-link { grid-template-columns: 42px minmax(0, 1fr) auto; gap: 11px; padding: 12px 14px; }
    .latest-list .platform-icons { display: none; }
    .latest-icon .software-icon-placeholder, .latest-icon .software-icon-image { width: 40px; height: 40px; }
    .home-rail { grid-template-columns: 1fr; }
    .site-footer { padding: 25px 18px 30px; }
    .site-footer > div { display: block; }

    .archive-hero { padding: 42px 22px 30px; color: var(--ink); background: radial-gradient(circle at 82% 20%, rgba(124,108,255,.13), transparent 30%), #fff; }
    .archive-hero .section-kicker, .archive-hero p { display: none; }
    .taxonomy-landing-hero p { display: block; margin: 0 0 20px; color: #61708e; font-size: 14px; line-height: 1.8; }
    .archive-hero h1 { margin-bottom: 24px; font-size: 34px; }
    .archive-hero h1::first-letter { color: #1667ed; }
    .archive-hero .site-search { margin-top: 0; border-color: #bac9e9; box-shadow: 0 10px 30px rgba(30,57,112,.08); }
    .filter-bar { display: none; }
    .mobile-filter-groups { display: block; padding: 15px 17px 0; background: #fff; }
    .mobile-filter-groups > div { display: flex; align-items: center; gap: 8px; padding: 8px 0; overflow: hidden; }
    .mobile-filter-groups strong { flex: 0 0 auto; font-size: 12px; }
    .mobile-filter-groups span { display: flex; min-width: 0; gap: 7px; overflow-x: auto; scrollbar-width: none; }
    .mobile-filter-groups a { display: inline-flex; align-items: center; gap: 5px; flex: 0 0 auto; padding: 6px 10px; color: #4f5e80; border: 1px solid var(--line); border-radius: 8px; background: #fff; font-size: 12px; }
    .mobile-filter-groups a.is-active { color: #fff; border-color: #1967ee; background: linear-gradient(135deg, #1667ed, #654ef0); }
    .mobile-filter-groups .ui-icon { width: 15px; height: 15px; }
    .mobile-filter-groups .is-active .ui-icon { filter: brightness(0) invert(1); }
    .mobile-filter-groups .mobile-sort { margin-top: 5px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
    .mobile-filter-groups .mobile-sort a { border: 0; border-radius: 0; background: transparent; }
    .mobile-filter-groups .mobile-sort a.is-active { color: #1767ed; border-bottom: 2px solid #1767ed; }
    .archive-content { padding: 22px 16px 36px; }
    .archive-heading { display: none; }
    .archive-grid { grid-template-columns: 1fr; }
    .archive-grid {
        display: block; overflow: visible; border: 0; border-radius: 0; background: transparent;
    }
    .archive-grid .software-card { position: relative; grid-template-columns: 74px minmax(0, 1fr); min-height: 114px; padding: 15px 7px; background: transparent; border-bottom: 1px solid var(--line); }
    .archive-grid .software-card-icon .software-icon-placeholder, .archive-grid .software-card-icon .software-icon-image { width: 68px; height: 68px; border-radius: 15px; }
    .archive-grid .software-card p { padding-right: 60px; -webkit-line-clamp: 2; font-size: 12px; }
    .archive-grid .status-badge { display: none; }
    .archive-grid .card-category-badge { display: block; position: absolute; right: 3px; top: 14px; padding: 3px 7px; color: #1767ed; border-radius: 6px; background: #edf3ff; font-size: 10px; }
    .archive-grid .card-version { display: block; position: absolute; right: 4px; bottom: 17px; color: #7180a1; font-size: 12px; }
    .archive-grid .software-card-meta > span:last-child { display: none; }
    .taxonomy-cluster-links { flex-wrap: nowrap; padding: 12px 17px; overflow-x: auto; white-space: nowrap; }
    .taxonomy-cluster-links strong, .taxonomy-cluster-links a { flex: 0 0 auto; }
    .taxonomy-result-heading { margin-bottom: 12px; }
    .related-software { padding: 0 16px 8px; }
    .standard-page { margin: 20px 16px; padding: 25px 20px; }
    .standard-page h1 { font-size: 28px; }

    .breadcrumbs { padding: 13px 18px; overflow: hidden; white-space: nowrap; }
    .breadcrumbs > * { flex: 0 0 auto; }
    .breadcrumbs > span:last-child { overflow: hidden; text-overflow: ellipsis; }
    .software-detail { background: radial-gradient(circle at 88% 5%, rgba(124,108,255,.1), transparent 18%), #f9fbff; }
    .software-detail-hero { grid-template-columns: 92px minmax(0, 1fr); gap: 17px; padding: 22px 18px 27px; color: var(--ink); background: transparent; }
    .detail-icon .software-icon-placeholder, .detail-icon .software-icon-image { width: 88px; height: 88px; border-radius: 50%; border: 1px solid var(--line); box-shadow: 0 10px 28px rgba(20,40,88,.1); }
    .detail-icon .software-icon-placeholder img { width: 61px; height: 61px; }
    .detail-title { display: flex; flex-direction: column; }
    .detail-badges { order: 2; margin: 5px 0; }
    .detail-title h1 { order: 1; margin: 0; font-size: 25px; }
    .detail-title > p { order: 3; display: -webkit-box; overflow: hidden; color: #405074; font-size: 13px; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
    .detail-platforms { order: 4; grid-column: 1 / -1; margin-top: 8px; justify-content: flex-start; }
    .detail-platforms > span, .detail-platforms > a { color: #455477; border-color: var(--line); background: #fff; }
    .detail-platforms .ui-icon { filter: none; }
    .detail-layout { display: flex; flex-direction: column; gap: 0; padding: 0 16px; }
    .detail-rail { display: contents; }
    .info-card { order: 1; }
    .detail-primary { order: 2; }
    .trust-card { order: 3; }
    .detail-section { padding: 21px 18px; border-radius: 14px; }
    .entry-content { font-size: 13px; line-height: 1.9; }
    .download-row { grid-template-columns: 1fr auto; gap: 8px; padding: 13px; }
    .download-meta { grid-column: 1; }
    .copy-code { grid-column: 1; justify-self: start; }
    .button-download { grid-column: 2; grid-row: 1 / span 3; }
    .info-card, .trust-card { margin: 0 0 18px; }
    .info-card dl > div { padding: 11px 0; font-size: 13px; }
    .info-links { grid-template-columns: 1fr 1fr; }
    .download-row { min-height: 92px; }
    .download-platform { align-self: start; }
    .button-download { min-width: 104px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
