:root{color-scheme:light;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #f7f7f5;--surface: #ffffff;--ink: #171717;--muted: #6b6b66;--subtle: #8a8a84;--line: #deded8;--line-soft: #ecece7;--accent: #1f5c45;--accent-hover: #174a37;--accent-soft: #e9f1ed;--danger: #8b3d32;--focus: #315a78;--radius-sm: 4px;--radius-md: 8px;--container: 1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button,a{color:inherit}:focus-visible{outline:3px solid color-mix(in srgb,var(--focus) 38%,transparent);outline-offset:2px}::selection{background:#cfe0d8}.app-shell{min-height:100vh}.page{width:min(calc(100% - 40px),var(--container));margin:0 auto}.eyebrow{margin:0 0 8px;color:var(--accent);font-size:12px;font-weight:750;letter-spacing:.12em;text-transform:uppercase}.primary-button,.secondary-button,.text-button,.select-button{border:0;border-radius:var(--radius-sm);cursor:pointer;text-decoration:none;white-space:nowrap}.primary-button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 17px;background:var(--accent);color:#fff;font-weight:700}.primary-button:hover{background:var(--accent-hover)}.secondary-button{min-height:38px;padding:0 13px;border:1px solid var(--line);background:var(--surface);font-weight:650}.secondary-button:hover{border-color:#bbbcb5;background:#fafaf8}.secondary-button span{margin-left:4px;color:var(--muted);font-variant-numeric:tabular-nums}.text-button{padding:3px;background:transparent;color:var(--accent);font-weight:650}.text-button:hover{text-decoration:underline;text-underline-offset:3px}button:disabled{cursor:not-allowed;opacity:.48}.site-header{position:sticky;z-index:50;top:0;height:64px;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--bg) 94%,transparent);backdrop-filter:blur(12px)}.site-header__inner{width:min(calc(100% - 40px),var(--container));height:100%;margin:0 auto;display:flex;align-items:center;gap:36px}.wordmark{min-width:0;display:flex;align-items:center;gap:10px;text-decoration:none}.wordmark>span{min-width:0}.wordmark__avatar{width:38px;height:38px;flex:0 0 auto;border:1px solid color-mix(in srgb,var(--line) 72%,transparent);border-radius:10px;object-fit:cover}.wordmark strong,.wordmark small{display:block}.wordmark strong{overflow:hidden;font-size:15px;letter-spacing:.01em;text-overflow:ellipsis;white-space:nowrap}.wordmark small{margin-top:2px;color:var(--muted);font-size:10px;letter-spacing:.04em}.site-header nav{flex:0 0 auto;align-self:stretch;display:flex;gap:22px}.nav-link{position:relative;display:grid;place-items:center;color:var(--muted);font-size:14px;font-weight:700;text-decoration:none}.nav-link:hover,.nav-link.is-active{color:var(--ink)}.nav-link.is-active:after{content:"";position:absolute;right:0;bottom:-1px;left:0;height:2px;background:var(--accent)}.catalog-page{padding:54px 0 120px}.catalog-heading{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:34px}.catalog-heading h1,.compare-heading h1{margin:0;font-size:clamp(32px,5vw,52px);line-height:1.08;letter-spacing:-.045em}.catalog-heading p:not(.eyebrow),.compare-heading p:not(.eyebrow){max-width:620px;margin:13px 0 0;color:var(--muted);font-size:15px;line-height:1.65}.catalog-heading dl{display:flex;gap:28px;margin:0 0 3px}.catalog-heading dl div{min-width:76px;border-left:1px solid var(--line);padding-left:14px}.catalog-heading dt{color:var(--muted);font-size:11px;letter-spacing:.08em}.catalog-heading dd{margin:6px 0 0;font:650 16px/1.2 ui-monospace,SFMono-Regular,Consolas,monospace}.notice{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 18px;padding:11px 13px;border:1px solid #c8d8d0;border-left:3px solid var(--accent);border-radius:var(--radius-sm);background:var(--accent-soft);color:#274638;font-size:13px;overflow-wrap:anywhere}.product-search{position:relative;z-index:20;margin-bottom:20px}.product-search>label{display:inline-block;margin-bottom:8px;font-size:12px;font-weight:700}.product-search__field{position:relative;display:flex;align-items:center;height:52px;border:1px solid #bcbdb7;border-radius:var(--radius-sm);background:var(--surface)}.product-search__field:focus-within{border-color:var(--focus);box-shadow:0 0 0 3px color-mix(in srgb,var(--focus) 14%,transparent)}.product-search__field>span{margin-left:17px;color:var(--muted);font:24px/1 Georgia,serif;transform:rotate(-18deg)}.product-search input{flex:1;width:100%;height:100%;border:0;outline:0;background:transparent;padding:0 46px 0 12px;color:var(--ink);font-size:16px}.product-search input::placeholder{color:#979792}.product-search input::-webkit-search-cancel-button{appearance:none}.clear-search{position:absolute;right:12px;width:30px;height:30px;border:0;border-radius:50%;background:transparent;color:var(--muted);cursor:pointer;font-size:20px}.clear-search:hover{background:var(--line-soft)}.search-suggestions{position:absolute;top:calc(100% + 6px);right:0;left:0;max-height:min(50dvh,360px);overflow-y:auto;overscroll-behavior:contain;margin:0;padding:6px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);box-shadow:0 12px 30px #19191421;list-style:none}.search-suggestions li button{width:100%;min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:18px;border:0;border-radius:var(--radius-sm);background:transparent;padding:8px 11px;text-align:left;cursor:pointer}.search-suggestions li[aria-selected=true] button,.search-suggestions li button:hover{background:var(--accent-soft)}.search-suggestions strong{font-size:14px}.search-suggestions span{color:var(--muted);font-size:12px}.catalog-toolbar{position:relative;z-index:15;min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.filter-group{display:flex;gap:10px}.filter-group label{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:12px}.filter-group select{height:34px;max-width:190px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);padding:0 28px 0 9px;color:var(--ink)}.toolbar-meta{display:flex;align-items:center;gap:18px;color:var(--muted);font-size:12px}.toolbar-meta strong{color:var(--ink);font-variant-numeric:tabular-nums}.column-menu{position:relative}.column-menu__panel{position:absolute;z-index:30;top:calc(100% + 8px);right:0;width:280px;max-height:min(460px,70vh);overflow:auto;overscroll-behavior:contain;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);padding:12px;box-shadow:0 14px 34px #19191424}.column-menu__panel>.column-menu__header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;padding:3px 4px 9px;border-bottom:1px solid var(--line-soft);font-size:13px}.column-menu__actions{display:flex;align-items:center;gap:10px}.column-menu__actions .text-button:disabled{text-decoration:none}.column-menu__panel label{display:flex;align-items:center;gap:9px;min-height:36px;border-radius:var(--radius-sm);padding:0 6px;cursor:pointer;font-size:13px}.column-menu__panel label:hover{background:var(--bg)}.column-menu__panel input{width:16px;height:16px;accent-color:var(--accent)}.scroll-hint{display:none;margin:10px 0 0;color:var(--muted);font-size:11px}.table-scroll{max-height:min(68vh,820px);overflow:auto;border-bottom:1px solid var(--line);background:var(--surface);scrollbar-color:#c5c5bf transparent;scrollbar-width:thin}.product-table,.compare-table{width:100%;border-collapse:separate;border-spacing:0;font-size:13px}.product-table th,.product-table td{height:49px;border-bottom:1px solid var(--line-soft);padding:7px 13px;text-align:right;white-space:nowrap}.product-table thead th{position:sticky;z-index:4;top:0;height:43px;border-bottom-color:var(--line);background:#f1f1ee;color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.02em}.product-table thead th button{border:0;background:transparent;color:inherit;cursor:pointer;font:inherit}.product-table thead th button:hover{color:var(--ink)}.product-table tbody tr:hover>*{background:#fafaf7}.product-table .product-column{position:sticky;z-index:3;left:0;width:228px;min-width:228px;max-width:228px;border-right:1px solid var(--line);background:var(--surface);text-align:left}.product-table thead .product-column{z-index:6;background:#f1f1ee}.product-table .product-column strong,.product-table .product-column span{display:block;overflow:hidden;text-overflow:ellipsis}.product-table .product-column strong{font-size:13px}.product-table .product-column span{margin-top:3px;color:var(--muted);font-size:10px;font-weight:500}.product-table .numeric{font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}.product-table .action-column{position:sticky;z-index:3;right:0;width:76px;min-width:76px;border-left:1px solid var(--line);background:var(--surface);text-align:center}.product-table thead .action-column{z-index:6;background:#f1f1ee}.select-button{min-width:52px;height:28px;border:1px solid var(--line);background:var(--surface);color:var(--accent);font-size:11px;font-weight:700}.select-button:hover{border-color:var(--accent)}.select-button.is-selected{border-color:var(--accent);background:var(--accent);color:#fff}.table-empty{min-height:320px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;border-bottom:1px solid var(--line);background:var(--surface);padding:40px;text-align:center}.table-empty strong{font-size:17px}.table-empty p{max-width:520px;margin:0;color:var(--muted);font-size:13px;line-height:1.7}.mobile-catalog{display:none}.compare-tray{position:fixed;z-index:40;right:0;bottom:18px;left:0;pointer-events:none}.compare-tray__inner{width:min(calc(100% - 40px),980px);min-height:64px;margin:auto;display:flex;align-items:center;gap:18px;border:1px solid #c9cac3;border-radius:var(--radius-md);background:#1c1d1b;color:#fff;padding:10px 12px 10px 18px;box-shadow:0 12px 35px #14141040;pointer-events:auto}.compare-tray__count{display:flex;align-items:baseline;gap:3px;white-space:nowrap}.compare-tray__count strong{font:720 24px/1 ui-monospace,SFMono-Regular,Consolas,monospace}.compare-tray__count span,.tray-hint{color:#bcbdb6;font-size:11px}.compare-tray__mobile{display:none}.compare-tray__items{flex:1;display:flex;gap:6px;overflow:auto}.compare-tray__items>span{display:inline-flex;align-items:center;gap:7px;flex:0 0 auto;min-height:31px;border:1px solid #4a4c47;border-radius:var(--radius-sm);padding-left:9px;font-size:11px}.compare-tray__items button{width:28px;align-self:stretch;border:0;border-left:1px solid #4a4c47;background:transparent;color:#ccc;cursor:pointer}.compare-tray__items button:hover{color:#fff;background:#343632}.compare-tray .text-button{color:#d5e6dd}.compare-tray .primary-button{background:#eff5f1;color:#173b2d}.compare-tray .primary-button:hover{background:#fff}.compare-page{padding:52px 0 88px}.compare-heading{display:flex;align-items:end;justify-content:space-between;gap:34px;margin-bottom:26px}.compare-actions{display:flex;align-items:center;gap:8px;padding-bottom:3px}.difference-toggle{min-height:38px;display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);padding:0 12px;font-size:12px;font-weight:650;cursor:pointer}.difference-toggle input{width:16px;height:16px;accent-color:var(--accent)}.compared-products{display:flex;align-items:stretch;gap:1px;overflow:auto;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--line);margin-bottom:20px}.compared-products>span{min-width:116px;display:grid;place-items:center start;background:#f1f1ee;padding:14px;color:var(--muted);font-size:11px;font-weight:700}.compared-products article{min-width:190px;flex:1;display:grid;grid-template-columns:1fr auto;background:var(--surface);padding:12px 13px}.compared-products article strong{font-size:13px}.compared-products article small{grid-column:1;max-width:155px;margin-top:4px;overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.compared-products article button{grid-column:2;grid-row:1 / span 2;font-size:11px}.compared-products>a{min-width:90px;display:grid;place-items:center;background:var(--surface);font-size:11px}.metric-groups{min-width:0;display:grid;gap:10px}.metric-group{min-width:0;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface)}.metric-group>summary{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 16px;cursor:pointer;list-style:none}.metric-group>summary::-webkit-details-marker{display:none}.metric-group>summary:after{content:"+";color:var(--muted);font-size:20px;font-weight:400}.metric-group[open]>summary:after{content:"−"}.metric-group>summary span{font-size:14px;font-weight:750}.metric-group>summary small{margin-left:auto;color:var(--muted);font-size:11px}.compare-scroll{width:100%;max-width:100%;overflow:auto;overscroll-behavior-x:contain;border-top:1px solid var(--line)}.compare-table{min-width:680px}.compare-table th,.compare-table td{min-width:152px;height:47px;border-bottom:1px solid var(--line-soft);border-right:1px solid var(--line-soft);padding:8px 13px;text-align:center}.compare-table thead th{background:#f5f5f2;color:var(--muted);font-size:11px}.compare-table th:first-child{position:sticky;z-index:2;left:0;min-width:168px;width:168px;background:var(--surface);text-align:left}.compare-table thead th:first-child{z-index:3;background:#f5f5f2}.compare-table tbody th{color:var(--muted);font-size:12px;font-weight:650}.compare-table tbody th small{display:block;margin-top:2px;color:var(--subtle);font-size:9px;font-weight:500}.compare-table tbody td{font-size:12px;font-variant-numeric:tabular-nums}.compare-table td.is-best{color:var(--accent);font-weight:800}.best-mark{margin-right:6px;font-size:7px;vertical-align:2px}.codec-section{min-width:0;margin-top:24px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface)}.metric-group__title{min-height:94px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px}.metric-group__title h2{margin:0;font-size:18px}.metric-group__title>p{max-width:440px;margin:0;color:var(--muted);font-size:11px;line-height:1.6;text-align:right}.codec-table td{padding:7px 10px}.codec-status{display:block;color:var(--muted);font-size:10px;line-height:1.7}.codec-status.yes{color:var(--accent)}.codec-status.no{color:var(--danger)}.codec-status.na{color:var(--subtle);text-decoration:line-through}.codec-status.unknown{color:#7b6335}.data-disclaimer{margin:18px 0 0;color:var(--muted);font-size:11px;line-height:1.7}.wechat-dialog{width:min(760px,calc(100% - 32px));max-height:calc(100dvh - 32px);border:0;border-radius:14px;background:transparent;padding:0;color:var(--ink);overflow:visible}.wechat-dialog::backdrop{background:#0c0e0d9e;backdrop-filter:blur(4px)}.wechat-dialog__card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,330px);align-items:center;gap:32px;max-height:calc(100dvh - 32px);overflow:auto;border:1px solid var(--line);border-radius:14px;background:var(--surface);padding:28px;box-shadow:0 22px 70px #00000042}.wechat-dialog__copy h2{margin:0;font-size:clamp(28px,4vw,42px);letter-spacing:-.04em}.wechat-dialog__copy>p:not(.eyebrow){margin:14px 0 0;color:var(--muted);font-size:14px;line-height:1.8}.wechat-dialog img{width:100%;max-height:min(68dvh,470px);border:1px solid var(--line-soft);border-radius:var(--radius-md);object-fit:contain}.wechat-dialog__hint{grid-column:2;display:grid;gap:3px;margin:-21px 0 0;color:var(--muted);font-size:11px;text-align:center}.dialog-close{position:absolute;z-index:2;top:12px;right:12px;width:44px;height:44px;border:0;border-radius:50%;background:#f7f7f5e6;color:var(--muted);cursor:pointer;font-size:24px;line-height:1}.dialog-close:hover{background:var(--line-soft);color:var(--ink)}.compare-empty,.not-found,.fatal-error{min-height:68vh;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.compare-empty h1,.not-found h1,.fatal-error h1{max-width:700px;margin:0;font-size:clamp(36px,7vw,72px);letter-spacing:-.055em;line-height:1}.compare-empty>p:not(.eyebrow),.not-found>p:not(.eyebrow),.fatal-error>p:not(.eyebrow){max-width:560px;margin:18px 0 26px;color:var(--muted);line-height:1.7}.fatal-error{width:min(calc(100% - 40px),780px);margin:auto}.fatal-error button{min-height:40px;border:0;border-radius:var(--radius-sm);background:var(--accent);color:#fff;padding:0 17px;cursor:pointer}.not-found a{color:var(--accent);font-weight:700}.site-footer{width:min(calc(100% - 40px),var(--container));display:flex;justify-content:space-between;gap:30px;margin:0 auto;border-top:1px solid var(--line);padding:28px 0 34px;color:var(--muted);font-size:11px;line-height:1.6}.site-footer strong{color:var(--ink);font-size:12px}.site-footer p{max-width:720px;margin:5px 0 0}.site-footer a{color:var(--accent);text-underline-offset:3px}.footer-links{display:flex;align-items:flex-start;justify-content:flex-end;gap:8px;flex-wrap:wrap}.footer-links a{min-height:36px;display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;background:var(--surface);padding:0 13px;font-weight:700;text-decoration:none}.footer-links a:hover{border-color:var(--accent);background:var(--accent-soft)}@media(max-width:800px){.page,.site-header__inner,.site-footer{width:min(calc(100% - 28px),var(--container))}.site-header__inner{gap:20px}.wordmark{flex:1 1 auto}.wordmark small{display:none}.site-header nav{margin-left:auto}.catalog-page,.compare-page{padding-top:34px}.catalog-heading,.compare-heading{align-items:flex-start;flex-direction:column}.catalog-heading{gap:22px;margin-bottom:26px}.catalog-heading dl{width:100%}.compare-actions{width:100%;flex-wrap:wrap}.compare-actions .primary-button{margin-left:auto}.catalog-toolbar{align-items:stretch;flex-direction:column;padding:12px 0}.filter-group{width:100%}.filter-group label{flex:1;align-items:stretch;flex-direction:column;gap:4px}.filter-group select{width:100%;max-width:none}.toolbar-meta{justify-content:space-between}.scroll-hint,.table-scroll{display:none}.mobile-catalog{display:block;margin-top:12px}.mobile-sort{position:sticky;z-index:12;top:64px;display:flex;align-items:flex-end;gap:8px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--bg) 96%,transparent);padding:10px 0;backdrop-filter:blur(10px)}.mobile-sort label{flex:1;display:grid;gap:4px;color:var(--muted);font-size:11px;font-weight:700}.mobile-sort select{width:100%;height:40px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);padding:0 30px 0 10px;color:var(--ink)}.mobile-sort__direction{min-height:40px}.mobile-product-list{display:grid;gap:10px;padding-top:10px}.mobile-product-card{content-visibility:auto;contain-intrinsic-size:auto 220px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);overflow:clip}.mobile-product-card>header{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid var(--line-soft);padding:11px 12px}.mobile-product-card>header>div{min-width:0}.mobile-product-card>header strong,.mobile-product-card>header span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-product-card>header strong{font-size:14px}.mobile-product-card>header span{margin-top:4px;color:var(--muted);font-size:10px}.mobile-product-card .select-button{min-width:72px;height:36px;flex:0 0 auto}.mobile-product-card__metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0}.mobile-product-card__metrics>div{min-width:0;border-right:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);padding:10px 12px}.mobile-product-card__metrics>div:nth-child(2n){border-right:0}.mobile-product-card__metrics dt{overflow:hidden;color:var(--muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.mobile-product-card__metrics dd{overflow:hidden;margin:5px 0 0;font-size:13px;font-variant-numeric:tabular-nums;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.mobile-product-card details>summary{min-height:42px;display:grid;place-items:center;color:var(--accent);cursor:pointer;font-size:11px;font-weight:700;list-style:none}.mobile-product-card details>summary::-webkit-details-marker{display:none}.mobile-product-card details[open]>summary{border-bottom:1px solid var(--line-soft)}.compare-tray{bottom:max(8px,env(safe-area-inset-bottom))}.compare-tray__inner{width:calc(100% - 16px);min-height:58px;gap:10px;padding:8px 9px 8px 12px}.compare-tray__items,.compare-tray__count{display:none}.compare-tray__mobile{position:relative;display:block;flex:1;min-width:0}.compare-tray__mobile>summary{min-height:38px;display:inline-flex;align-items:baseline;gap:3px;cursor:pointer;list-style:none}.compare-tray__mobile>summary::-webkit-details-marker{display:none}.compare-tray__mobile>summary strong{font:720 22px/1 ui-monospace,SFMono-Regular,Consolas,monospace}.compare-tray__mobile>summary span{color:#bcbdb6;font-size:11px}.compare-tray__mobile-panel{position:absolute;bottom:calc(100% + 16px);left:0;width:min(330px,calc(100vw - 32px));display:grid;gap:6px;border:1px solid #4a4c47;border-radius:var(--radius-md);background:#1c1d1b;padding:12px;box-shadow:0 -10px 30px #14141040}.compare-tray__mobile-panel>strong{margin-bottom:3px;color:#bcbdb6;font-size:11px}.compare-tray__mobile-panel>span{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #4a4c47;border-radius:var(--radius-sm);padding-left:10px;font-size:12px}.compare-tray__mobile-panel button{width:40px;align-self:stretch;border:0;border-left:1px solid #4a4c47;background:transparent;color:#ccc;cursor:pointer;font-size:18px}.tray-clear{font-size:11px}.compared-products>span{display:none}.compared-products article{min-width:168px}.compare-table{min-width:560px}.compare-table th:first-child{min-width:138px;width:138px}.metric-group__title{align-items:flex-start;flex-direction:column}.metric-group__title>p{text-align:left}.site-footer{flex-direction:column}.footer-links{justify-content:flex-start}}@media(max-width:480px){.site-header{height:58px}.site-header__inner{width:calc(100% - 20px);gap:9px}.wordmark{gap:8px}.wordmark__avatar{width:32px;height:32px;border-radius:8px}.wordmark strong{font-size:12px}.site-header nav{gap:12px}.nav-link{font-size:12px}.catalog-page{padding:28px 0 112px}.compare-page{padding:28px 0 76px}.catalog-heading h1,.compare-heading h1{font-size:36px}.catalog-heading p:not(.eyebrow),.compare-heading p:not(.eyebrow){font-size:14px}.catalog-heading dl{gap:12px}.catalog-heading dl div{min-width:0;flex:1}.product-search__field{height:48px}.filter-group{flex-direction:column}.filter-group select{height:42px}.search-suggestions li button{align-items:flex-start;flex-direction:column;gap:3px}.column-menu__panel{position:fixed;right:14px;bottom:calc(72px + env(safe-area-inset-bottom));left:14px;top:auto;width:auto;max-height:min(72dvh,540px)}.column-menu__panel label{min-height:42px}.column-menu__header{position:sticky;z-index:1;top:-12px;background:var(--surface);padding-top:12px!important}.column-menu__actions .text-button{min-height:40px}.mobile-sort{top:58px}.table-empty{min-height:280px;padding:30px 18px}.compare-actions{align-items:stretch}.compare-actions .secondary-button,.compare-actions .primary-button,.difference-toggle{min-height:44px}.difference-toggle{width:100%}.compare-actions .secondary-button{flex:1 1 calc(50% - 4px);margin:0}.compare-actions .primary-button{flex:1 1 100%;margin:0}.compare-tray .primary-button{min-height:38px;padding:0 12px;font-size:12px}.compare-tray__count strong{font-size:20px}.tray-clear{padding:3px 0}.metric-group>summary{min-height:50px;padding:0 12px}.metric-group>summary small{display:none}.compared-products article{min-width:154px}.wechat-dialog{width:calc(100% - 20px);max-height:calc(100dvh - 20px)}.wechat-dialog__card{display:flex;flex-direction:column;align-items:stretch;gap:18px;max-height:calc(100dvh - 20px);padding:24px 18px 18px}.wechat-dialog__copy{padding-right:28px}.wechat-dialog__copy h2{font-size:28px}.wechat-dialog__copy>p:not(.eyebrow){font-size:13px}.wechat-dialog img{width:min(100%,300px);max-height:54dvh;align-self:center}.wechat-dialog__hint{margin:-10px 0 0}.dialog-close{top:8px;right:8px}}.image-export-stage{position:fixed;z-index:-1000;top:0;left:-100000px;width:1200px;overflow:visible;background:var(--bg);color-scheme:light;pointer-events:none}.is-image-export.compare-page{width:1200px!important;max-width:none!important;margin:0!important;padding:54px 56px 64px!important;background:var(--bg)}.image-export-brand{display:flex;align-items:baseline;justify-content:space-between;gap:24px;margin-bottom:34px;border-bottom:1px solid var(--line);padding-bottom:16px}.image-export-brand strong{color:var(--accent);font-size:17px;letter-spacing:.02em}.image-export-brand span{color:var(--muted);font-size:11px;letter-spacing:.1em}.is-image-export .compare-heading{align-items:flex-end;flex-direction:row;gap:34px}.is-image-export .compare-heading h1{font-size:48px}.is-image-export .compare-heading p:not(.eyebrow){font-size:15px}.is-image-export .compare-actions,.is-image-export .notice{display:none!important}.is-image-export .compared-products>span{min-width:116px;display:grid}.is-image-export .compared-products article{min-width:0;grid-template-columns:1fr}.is-image-export .compared-products article small{max-width:none}.is-image-export .compared-products article button,.is-image-export .compared-products>a{display:none!important}.is-image-export .metric-group>summary{min-height:50px;cursor:default}.is-image-export .metric-group>summary small{display:inline}.is-image-export .metric-group>summary:after{display:none}.is-image-export .compare-scroll{overflow:visible}.is-image-export .compare-table{width:100%;min-width:0!important;table-layout:fixed}.is-image-export .compare-table th,.is-image-export .compare-table td{min-width:0;height:auto;min-height:42px;padding:9px 8px;overflow-wrap:anywhere;word-break:break-word}.is-image-export .compare-table th:first-child{position:static;width:150px;min-width:150px}.is-image-export .metric-group__title{min-height:82px;align-items:center;flex-direction:row}.is-image-export .metric-group__title>p{text-align:right}.is-image-export .codec-section{margin-top:18px}.is-image-export .data-disclaimer{display:block;margin-top:20px}@media print{@page{size:A4 landscape;margin:10mm}:root{--bg: #fff}.site-header,.site-footer,.compare-actions,.notice,.compared-products,.data-disclaimer{display:none!important}.page{width:100%}.compare-page{padding:0}.compare-heading{margin-bottom:12px}.compare-heading h1{font-size:25px}.compare-heading p{font-size:10px!important}.metric-groups{gap:6px}.metric-group,.codec-section{break-inside:avoid}.metric-group>summary{min-height:32px}.metric-group>summary:after{display:none}.metric-group:not([open])>.compare-scroll{display:block}.compare-scroll{overflow:visible}.compare-table{min-width:0;font-size:9px}.compare-table th,.compare-table td{min-width:0;height:25px;padding:3px 5px}.compare-table th:first-child{position:static;min-width:90px;width:90px}.codec-section{margin-top:8px}}
