:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--bg:#f4f5f7;--surface:#fff;--surface-2:#f9fafb;--text:#14161a;--text-muted:#5b6270;--border:#e4e7eb;--border-strong:#d3d8de;--accent:#ee4d2d;--accent-hover:#d8431f;--accent-soft:#fff1ec;--accent-text:#fff;--radius:14px;--radius-sm:10px;--shadow-sm:0 1px 2px #1018280d;--shadow-md:0 8px 24px -8px #10182829;--maxw:1180px;--maxw-article:760px;--header-h:62px}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--bg:#0d0f13;--surface:#15181e;--surface-2:#1b1f26;--text:#e9ebef;--text-muted:#9aa2b1;--border:#262b34;--border-strong:#333a45;--accent-soft:#2a1610;--shadow-md:0 8px 24px -8px #0009}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:16px;line-height:1.65}a{color:inherit}img{max-width:100%;height:auto;display:block}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 20px}main.wrap{padding-top:28px;padding-bottom:8px}.muted{color:var(--text-muted);font-size:14px}.sr-only{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-header{z-index:20;background:color-mix(in srgb, var(--surface) 88%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);position:sticky;top:0}.header-top{height:var(--header-h);align-items:center;gap:20px;display:flex}.brand{letter-spacing:-.02em;white-space:nowrap;flex-shrink:0;font-size:19px;font-weight:800;text-decoration:none}.brand span{color:var(--accent)}.header-search{flex:1;max-width:420px;margin-inline:auto;position:relative}.header-search svg{width:17px;height:17px;color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:11px;transform:translateY(-50%)}.header-search input{border:1px solid var(--border-strong);background:var(--surface-2);width:100%;height:38px;color:var(--text);border-radius:999px;padding:0 14px 0 34px;font-family:inherit;font-size:14px}.header-search input:focus,.search-input:focus,.sort-field select:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:#0000}.header-nav{flex-shrink:0;gap:18px;display:flex}.header-nav a{color:var(--text-muted);font-size:14px;font-weight:600;text-decoration:none}.header-nav a:hover{color:var(--accent)}.header-categories{border-top:1px solid var(--border);scrollbar-width:none;overflow-x:auto}.header-categories::-webkit-scrollbar{display:none}.header-categories ul{white-space:nowrap;gap:4px;margin:0;padding:6px 0;list-style:none;display:flex}.header-categories a{color:var(--text-muted);border-radius:999px;padding:5px 11px;font-size:13.5px;font-weight:500;text-decoration:none;display:block}.header-categories a:hover{background:var(--accent-soft);color:var(--accent)}.home-hero{max-width:620px;margin:4px 0 30px}.home-hero h1{letter-spacing:-.02em;margin:0 0 10px;font-size:clamp(26px,4vw,34px);line-height:1.2}.home-hero p{color:var(--text-muted);margin:0;font-size:15.5px}.section-label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin:0 0 10px;font-size:12.5px;font-weight:700}.category-strip{margin-bottom:26px}.category-strip ul{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}.category-strip a{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:999px;align-items:center;gap:7px;padding:7px 14px;font-size:14px;font-weight:500;text-decoration:none;display:inline-flex}.category-strip a:hover{border-color:var(--accent);color:var(--accent)}.other-categories{border-top:1px solid var(--border);margin-top:48px;padding-top:26px}.toolbar{gap:12px;margin-bottom:14px;display:flex}.search-field{flex:1;position:relative}.search-icon{width:19px;height:19px;color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:15px;transform:translateY(-50%)}.search-input{border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);width:100%;height:46px;color:var(--text);padding:0 42px;font-family:inherit;font-size:15px}.search-clear{background:var(--surface-2);width:28px;height:28px;color:var(--text-muted);cursor:pointer;border:0;border-radius:50%;font-size:19px;line-height:1;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.search-clear:hover{background:var(--border);color:var(--text)}.sort-field select{border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);height:46px;color:var(--text);cursor:pointer;padding:0 14px;font-family:inherit;font-size:14px}.chips{flex-wrap:wrap;gap:8px;margin-bottom:18px;display:flex}.chip{border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;border-radius:999px;align-items:center;gap:6px;padding:6px 13px;font-family:inherit;font-size:13.5px;font-weight:500;transition:border-color .15s,background .15s;display:inline-flex}.chip:hover{border-color:var(--border-strong)}.chip-active{background:var(--accent-soft);border-color:var(--accent);color:var(--accent);font-weight:600}.chip-count{color:var(--text-muted);font-size:12px;font-weight:500}.chip-active .chip-count{color:inherit;opacity:.75}.result-count{color:var(--text-muted);margin:0 0 16px;font-size:14px}.link-button{color:var(--accent);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:underline}.grid{grid-template-columns:repeat(auto-fill,minmax(215px,1fr));gap:18px;margin:0;padding:0;list-style:none;display:grid}.card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm);transition:transform .16s,box-shadow .16s,border-color .16s;overflow:hidden}.card:hover{box-shadow:var(--shadow-md);border-color:var(--border-strong);transform:translateY(-3px)}.card-link{flex-direction:column;height:100%;text-decoration:none;display:flex}.card-media{background:var(--surface-2);position:relative;overflow:hidden}.card .thumb{aspect-ratio:1;object-fit:cover;width:100%;transition:transform .3s}.card:hover .thumb{transform:scale(1.04)}.thumb-empty{background:linear-gradient(135deg, var(--surface-2), var(--border))}.badge-discount{background:var(--accent);color:var(--accent-text);border-radius:6px;padding:3px 8px;font-size:12px;font-weight:700;position:absolute;top:9px;right:9px}.card-body{flex-direction:column;flex:1;gap:5px;padding:12px 14px 15px;display:flex}.card-category{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:11.5px;font-weight:600;overflow:hidden}.card-title{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:14.5px;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.price{color:var(--accent);margin-top:auto;padding-top:4px;font-weight:700}.breadcrumb{color:var(--text-muted);margin-bottom:14px;font-size:13.5px}.breadcrumb a{text-decoration:none}.breadcrumb a:hover{color:var(--accent)}.breadcrumb span[aria-hidden]{opacity:.5;margin:0 4px}.page-title{letter-spacing:-.02em;margin:0 0 6px;font-size:clamp(24px,3.4vw,30px)}.page-sub{margin:0 0 26px}.category-cards{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;margin:0;padding:0;list-style:none;display:grid}.category-cards a{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm);align-items:center;gap:14px;padding:14px;text-decoration:none;transition:border-color .16s,transform .16s;display:flex}.category-cards a:hover{border-color:var(--accent);transform:translateY(-2px)}.category-cards strong{font-size:15.5px;display:block}.category-previews{flex-shrink:0;display:flex}.category-previews img{object-fit:cover;border:2px solid var(--surface);background:var(--surface-2);border-radius:8px;width:42px;height:42px}.category-previews img+img{margin-left:-14px}.refresh-note{margin-top:44px;font-size:13px}.article{max-width:var(--maxw-article);margin-inline:auto}.article h1{letter-spacing:-.02em;margin:0 0 8px;font-size:clamp(26px,3.6vw,32px);line-height:1.25}.article-meta{color:var(--text-muted);margin-bottom:24px;font-size:14px}.hero{border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);width:100%;margin-bottom:28px}.prose h2{letter-spacing:-.01em;margin:34px 0 10px;font-size:22px}.prose h3{margin:26px 0 8px;font-size:18px}.prose ul,.prose ol{padding-left:22px}.prose li{margin:5px 0}.prose code{background:var(--surface-2);border:1px solid var(--border);border-radius:5px;padding:1px 5px;font-size:14px}.prose hr{border:0;border-top:1px solid var(--border);margin:32px 0}.prose img{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);max-width:100%;height:auto}.prose figure{margin:26px 0}.prose figure img{width:100%;display:block}.prose figcaption{color:var(--text-muted);text-align:center;margin-top:8px;font-size:13.5px}.buy-box{border:1px solid var(--border);background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-sm);flex-direction:column;gap:12px;margin:32px 0;padding:20px;display:flex}.buy-box .price{margin-top:0;padding-top:0;font-size:22px}.btn{background:var(--accent);color:var(--accent-text);text-align:center;border-radius:999px;padding:13px 22px;font-weight:700;text-decoration:none;transition:background .15s;display:inline-block}.btn:hover{background:var(--accent-hover)}.share-bar{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-sm);margin:32px 0;padding:16px 18px}.share-label{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);margin-bottom:12px;font-size:13px;font-weight:700;display:block}.share-actions{flex-wrap:wrap;gap:8px;display:flex}.share-btn{border:1px solid var(--border-strong);background:var(--surface-2);color:var(--text);font:inherit;cursor:pointer;border-radius:999px;align-items:center;gap:7px;padding:9px 14px;font-size:14px;font-weight:600;text-decoration:none;transition:border-color .15s,color .15s,background .15s;display:inline-flex}.share-btn svg{flex-shrink:0}.share-btn:hover{border-color:currentColor}.share-fb:hover{color:#1877f2}.share-tg:hover{color:#229ed9}.share-x:hover{color:var(--text)}.share-copy:hover,.share-native:hover{color:var(--accent)}@media (max-width:480px){.share-btn span{clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.share-btn{padding:11px 14px}.share-copy span,.share-native span{clip-path:none;width:auto;height:auto;position:static}}.verdict{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;margin:28px 0;display:grid}.verdict>div{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:14px 16px}.verdict strong{margin-bottom:4px;display:block}.disclosure{border-left:3px solid var(--accent);background:var(--surface);color:var(--text-muted);border-radius:0 var(--radius) var(--radius) 0;margin-top:40px;padding:14px 16px;font-size:14px}.empty{border:1px dashed var(--border-strong);border-radius:var(--radius);text-align:center;color:var(--text-muted);background:var(--surface);padding:44px 24px}.site-footer{border-top:1px solid var(--border);color:var(--text-muted);background:var(--surface);margin-top:64px;padding:28px 0 48px;font-size:14px}@media (max-width:640px){.header-top{flex-wrap:wrap;gap:10px 14px;height:auto;padding-top:10px;padding-bottom:10px}.header-search{flex-basis:100%;order:3;max-width:none;margin-inline:0}.header-nav{margin-left:auto}.toolbar{flex-direction:column}.sort-field select{width:100%}.grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}html{scroll-behavior:auto}}.related{border-top:1px solid var(--border);margin-top:48px;padding-top:28px}.related .grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px}
