:root{--bg:#fff;--surface-1:#f7f7f8;--fg:#14181f;--muted:#5b6472;--text-secondary:var(--muted);--border:#dfe3e8;--radius:12px;--border-w:.5px;--max-width:1080px;--font-mono:ui-monospace, "SF Mono", "SFMono-Regular", Menlo, Consolas, "Liberation Mono", monospace;--cmyk-c:#0088c2;--cmyk-m:#c6007e;--cmyk-y:#a37f00;--cmyk-k:#14181f;--cmyk-y-strip:#ffd400;--cmyk-lc:#5cb3dd;--cmyk-lm:#dd6bad;--cmyk-grey:#7a828c;--cmyk-red:#d0342c;--action:var(--cmyk-m);--action-fg:#fff;--badge-bg:var(--surface-1);--badge-fg:var(--text-secondary);--bg-accent:#e6f4fb;--text-accent:#006c99;--bg-success:#e6f7ee;--text-success:#1f7a4d}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--fg);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5}a{color:var(--cmyk-c);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}.mono{font-family:var(--font-mono);font-variant-numeric:tabular-nums}.container{max-width:var(--max-width);margin:0 auto;padding:0 20px}main.container:has(.comparison){max-width:1340px}.cmyk-strip{height:4px;display:flex}.cmyk-strip span{flex:1}.cmyk-strip .c{background:var(--cmyk-c)}.cmyk-strip .m{background:var(--cmyk-m)}.cmyk-strip .y{background:var(--cmyk-y-strip)}.cmyk-strip .k{background:var(--cmyk-k)}.site-header{border-bottom:var(--border-w) solid var(--border);padding:20px 0}.site-header .container{flex-wrap:wrap;align-items:center;gap:12px 32px;display:flex}.site-header .brand{align-items:center;display:inline-flex}.site-header .brand:hover{text-decoration:none}.brand-logo-img{width:auto;height:34px;display:block}.site-nav{margin-left:auto;position:relative}.site-nav-list{align-items:center;gap:4px;margin:0;padding:0;list-style:none;display:flex}.site-nav-item{position:relative}.site-nav-trigger{cursor:pointer;font:inherit;color:var(--text-accent);white-space:nowrap;background:0 0;border:0;border-radius:8px;align-items:center;gap:4px;padding:8px 12px;display:inline-flex}.site-nav-trigger:hover,.site-nav-item.is-open .site-nav-trigger{background:var(--surface-1)}.site-nav-trigger:focus-visible{outline:2px solid var(--text-accent);outline-offset:1px}.site-nav-caret{font-size:.7em;transition:transform .15s}.site-nav-item.is-open .site-nav-caret{transform:rotate(180deg)}.site-nav-dropdown{background:var(--bg);border:var(--border-w) solid var(--border);border-radius:var(--radius);z-index:40;min-width:220px;max-width:320px;margin:6px 0 0;padding:6px;list-style:none;display:none;position:absolute;top:100%;right:0;box-shadow:0 8px 28px #14181f1f}.site-nav-item.is-open .site-nav-dropdown{display:block}@media (hover:hover){.site-nav-item:hover>.site-nav-dropdown,.site-nav-item:focus-within>.site-nav-dropdown{display:block}.site-nav-item:hover>.site-nav-trigger,.site-nav-item:focus-within>.site-nav-trigger{background:var(--surface-1)}.site-nav-item:hover>.site-nav-trigger .site-nav-caret,.site-nav-item:focus-within>.site-nav-trigger .site-nav-caret{transform:rotate(180deg)}}.site-nav-link{color:var(--fg);white-space:nowrap;text-overflow:ellipsis;border-radius:8px;padding:8px 10px;text-decoration:none;display:block;overflow:hidden}.site-nav-link:hover,.site-nav-link:focus-visible{background:var(--surface-1);outline:none}.site-nav-burger{border:var(--border-w) solid var(--border);cursor:pointer;background:0 0;border-radius:8px;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:0 9px;display:none}.site-nav-burger-bar{background:var(--fg);border-radius:2px;height:2px;display:block}@media (max-width:760px){.site-nav-burger{display:flex}.site-nav-list{background:var(--bg);border:var(--border-w) solid var(--border);border-radius:var(--radius);z-index:40;flex-direction:column;align-items:stretch;gap:2px;width:min(320px,90vw);padding:8px;display:none;position:absolute;top:calc(100% + 10px);left:auto;right:0;box-shadow:0 10px 30px #14181f24}.site-nav-list.is-mobile-open{display:flex}.site-nav-item{position:static}.site-nav-trigger{justify-content:space-between;width:100%}.site-nav-dropdown{box-shadow:none;border:0;border-radius:0;min-width:0;max-width:none;margin:0;padding:0 0 6px 10px;position:static}}.site-footer{border-top:var(--border-w) solid var(--border);color:var(--muted);margin-top:48px;padding:24px 0;font-size:.9rem}.breadcrumbs{color:var(--muted);margin:20px 0 8px;font-size:.85rem}.breadcrumbs a{color:var(--muted)}.breadcrumbs .sep{margin:0 6px}h1{letter-spacing:-.01em;margin:8px 0 4px;font-size:1.9rem}h2{border-top:var(--border-w) solid var(--border);margin:40px 0 16px;padding-top:28px;font-size:1.3rem}h3{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;margin:24px 0 10px;font-size:1.02rem;font-weight:600}.subtitle{color:var(--muted);margin-bottom:24px}.hero-grid{grid-template-columns:minmax(220px,320px) 1fr;align-items:start;gap:24px;margin:20px 0;display:grid}.hero-media{flex-direction:column;gap:16px;display:flex}.hero-photo{aspect-ratio:1;border:var(--border-w) solid var(--border);border-radius:var(--radius);background:#fff;width:100%;display:block;overflow:hidden}.hero-photo img{object-fit:contain;width:100%;height:100%}.hero-info{flex-direction:column;min-width:0;display:flex}.hero-info .stat-grid{margin-top:0}@media (max-width:760px){.hero-grid{grid-template-columns:1fr}}.stat-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0;display:grid}.stat-card{background:var(--surface-1);border:var(--border-w) solid var(--border);border-radius:var(--radius);flex-direction:column;justify-content:center;gap:4px;min-width:0;min-height:84px;padding:12px 14px 12px 18px;display:flex;position:relative}@media (max-width:480px){.stat-grid{grid-template-columns:repeat(2,1fr)}}.stat-card:before,.accent-panel:before{content:"";border-radius:var(--radius) 0 0 var(--radius);background:var(--accent-color,var(--cmyk-k));width:3px;position:absolute;top:0;bottom:0;left:0}.accent-panel{margin:16px 0;padding-left:16px;position:relative}.stat-label{color:var(--muted);font-size:.78rem}.stat-value{flex-wrap:wrap;align-items:center;gap:6px;min-width:0;font-size:1.05rem;font-weight:600;display:flex}.accent-c{--accent-color:var(--cmyk-c)}.accent-m{--accent-color:var(--cmyk-m)}.accent-y{--accent-color:var(--cmyk-y)}.accent-k{--accent-color:var(--cmyk-k)}.accent-lc{--accent-color:var(--cmyk-lc)}.accent-lm{--accent-color:var(--cmyk-lm)}.accent-grey{--accent-color:var(--cmyk-grey)}.accent-red{--accent-color:var(--cmyk-red)}.accent-tricolor:before{background:linear-gradient(180deg, var(--cmyk-c), var(--cmyk-m), var(--cmyk-y))}.chip-row{flex-wrap:wrap;gap:8px;margin:12px 0;display:flex}.chip{border:var(--border-w) solid var(--border);color:var(--fg);background:var(--bg);border-radius:999px;align-items:center;gap:6px;padding:4px 12px;font-size:.82rem;display:inline-flex}.chip svg{color:var(--muted);flex-shrink:0}.badge-neutral{background:var(--badge-bg);border:var(--border-w) solid var(--border);color:var(--badge-fg);border-radius:4px;padding:1px 6px;font-size:.7rem;font-style:normal;display:inline-block}.unconfirmed{color:var(--muted)}.spec-grid{grid-template-columns:repeat(2,1fr);column-gap:28px;display:grid}.spec-item{border-bottom:var(--border-w) solid var(--border);justify-content:space-between;align-items:baseline;gap:12px;padding:9px 0;font-size:.95rem;display:flex}.spec-label{color:var(--muted)}.spec-value{text-align:right;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;display:inline-flex}.spec-value.unconfirmed{color:var(--muted)}@media (max-width:640px){.spec-grid{grid-template-columns:1fr}}.card{background:var(--surface-1);border:var(--border-w) solid var(--border);border-radius:var(--radius);padding:16px}.offer-card{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.offer-card img{object-fit:contain;background:#fff;border-radius:8px;width:120px;height:120px}.offer-card .price{font-size:1.4rem;font-weight:700;font-family:var(--font-mono)}.offer-card .availability{color:var(--muted);font-size:.85rem}.offer-card-unmatched{justify-content:flex-start}.offer-card-unmatched .btn{text-align:center;width:100%;margin-top:0}.offer-inline{border-top:var(--border-w) solid var(--border);justify-content:space-between;align-items:center;gap:16px;margin-top:14px;padding-top:14px;display:flex}.offer-inline-icon{color:var(--muted);flex-shrink:0}.offer-inline-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.offer-inline .price{font-size:1.15rem;font-weight:700;font-family:var(--font-mono)}.offer-inline .availability{color:var(--muted);font-size:.82rem}.offer-inline .btn{flex-shrink:0;margin-top:0}.btn{background:var(--action);color:var(--action-fg);border-radius:8px;margin-top:8px;padding:8px 16px;font-size:.9rem;font-weight:600;display:inline-block}.btn:hover{opacity:.9;text-decoration:none}.tier-heading{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin:20px 0 12px;font-size:.85rem;font-weight:600}.cartridge-grid{grid-template-columns:repeat(2,1fr);gap:14px;margin:16px 0;display:grid}.cartridge-card{background:var(--surface-1);border:var(--border-w) solid var(--border);border-radius:var(--radius);flex-direction:column;gap:10px;padding:14px;display:flex}.cartridge-main{align-items:flex-start;gap:14px;display:flex}.cartridge-photo{border:var(--border-w) solid var(--border);background:#fff;border-radius:8px;flex-shrink:0;width:140px;height:140px;display:block;overflow:hidden}.cartridge-photo img{object-fit:contain;width:100%;height:100%}.cartridge-photo-empty{background:var(--surface-1)}.cartridge-body{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.cartridge-name-row{align-items:center;gap:8px;display:flex}.cmyk-dot{background:var(--accent-color,var(--cmyk-k));border-radius:3px;flex-shrink:0;width:10px;height:10px}.cmyk-dot.accent-tricolor{background:linear-gradient(135deg, var(--cmyk-c), var(--cmyk-m), var(--cmyk-y))}.cartridge-name{color:var(--fg);font-weight:600}.cartridge-meta{color:var(--muted);align-items:center;gap:6px;font-size:.82rem;display:flex}.cartridge-bottom-row{justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding-top:6px;display:flex}.cartridge-bottom-row .btn{flex-shrink:0;margin-top:0}.cartridge-price-stack{flex-direction:column;gap:2px;min-width:0;display:flex}.cartridge-price{font-size:1rem;font-weight:700}.cartridge-cpp{color:var(--muted);flex-wrap:wrap;align-items:center;gap:6px;font-size:.85rem;display:flex}.tag-success{background:var(--bg-success);color:var(--text-success);border-radius:4px;padding:1px 6px;font-size:.7rem;font-weight:600;display:inline-block}.third-party-label{color:var(--muted);border:var(--border-w) solid var(--border);border-radius:4px;margin-bottom:2px;padding:1px 6px;font-size:.72rem;display:inline-block}@media (max-width:560px){.cartridge-grid{grid-template-columns:1fr}}.compat-disclaimer{color:var(--muted);max-width:70ch;margin:4px 0 12px;font-size:.8rem;line-height:1.45}.compat-card-name{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.92rem;line-height:1.3;display:-webkit-box;overflow:hidden}.compat-ea{color:var(--muted);margin-left:2px;font-size:.75rem;font-weight:400}.compat-noprice{color:var(--muted)}.table-scroll{border:var(--border-w) solid var(--border);border-radius:var(--radius);width:100%;margin:16px 0;overflow-x:auto}.comparison-table{border-collapse:collapse;width:100%;font-size:.9rem}.comparison-table th,.comparison-table td{text-align:left;border-bottom:var(--border-w) solid var(--border);padding:10px 14px}.comparison-table thead th,.comparison-table td.mono,.comparison-table td.buy-cell{white-space:nowrap}.comparison-table thead th{background:var(--surface-1);color:var(--muted);z-index:1;font-weight:500;position:sticky;top:0}.comparison-table tbody tr:nth-child(2n){background:var(--surface-1)}.comparison-table tbody tr:hover{background:var(--accent-hover,#0088c20f)}.comparison-table td.mono,.comparison-table .cell-sub{font-family:var(--font-mono);font-variant-numeric:tabular-nums}.comparison-table .cell-sub{color:var(--muted);font-size:.8rem;display:block}.sort-btn{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;margin:0;padding:0;display:inline-flex}.sort-btn:hover{color:var(--fg)}.sort-btn.active{color:var(--fg);font-weight:600}.sort-arrow{font-size:.65rem}.buy-btn{background:var(--action);color:var(--action-fg);border:var(--border-w) solid transparent;font-family:var(--font-mono);white-space:nowrap;border-radius:8px;justify-content:center;align-items:baseline;font-weight:700;text-decoration:none;display:inline-flex}.buy-btn:hover{opacity:.92;text-decoration:none}.buy-btn-unconfirmed{background:var(--badge-bg);color:var(--badge-fg);border-color:var(--border);font-family:inherit;font-weight:600}.buy-btn-compact{padding:6px 12px;font-size:.82rem}.buy-btn-compact .buy-btn-label{display:none}.buy-btn-block{width:100%;margin-top:4px;padding:11px 14px;font-size:.95rem}.buy-btn-label{font-family:system-ui,sans-serif;font-weight:600}.comparison-table td.buy-cell{text-align:right}.comparison-mobile{display:none}@media (max-width:860px){.comparison-desktop{display:none}.comparison-mobile{display:block}}.cmp-sort{color:var(--muted);align-items:center;gap:8px;margin:8px 0 14px;font-size:.9rem;display:flex}.cmp-sort select{font:inherit;border:var(--border-w) solid var(--border);background:var(--surface-1);color:var(--fg);border-radius:8px;flex:1;min-width:0;padding:8px 10px}.cmp-card{border:var(--border-w) solid var(--border);border-radius:var(--radius);background:var(--bg);margin:12px 0;padding:14px 16px 16px}.cmp-card-name{color:var(--fg);font-size:1.02rem;font-weight:700;line-height:1.3;display:block}.cmp-card-name:hover{color:var(--cmyk-c)}.cmp-card-metrics{grid-template-columns:1fr 1fr;gap:10px 14px;margin:12px 0;display:grid}.cmp-metric{flex-direction:column;gap:1px;display:flex}.cmp-metric-label{text-transform:uppercase;letter-spacing:.03em;color:var(--muted);font-size:.72rem}.cmp-metric-value{font-size:.95rem;font-weight:600}.cmp-card-details{border-top:var(--border-w) solid var(--border);margin-top:10px;padding-top:8px}.cmp-card-details summary{cursor:pointer;color:var(--text-accent);font-size:.85rem;font-weight:600;list-style-position:inside}.cmp-detail-list{margin:10px 0 2px}.cmp-detail-list>div{border-bottom:var(--border-w) solid var(--border);justify-content:space-between;gap:12px;padding:5px 0;font-size:.9rem;display:flex}.cmp-detail-list dt{color:var(--muted)}.cmp-detail-list dd{text-align:right;margin:0}.grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;margin:16px 0;display:grid}.model-card{border:var(--border-w) solid var(--border);border-radius:var(--radius);padding:14px}.model-card .model-name{margin-bottom:4px;font-weight:600;display:block}.model-card .model-meta{color:var(--muted);font-size:.85rem}.pill-list{flex-wrap:wrap;gap:8px;margin:8px 0;display:flex}.pill{border:var(--border-w) solid var(--border);color:var(--muted);border-radius:999px;padding:4px 12px;font-size:.85rem}.pill.active{background:var(--surface-1);border-color:var(--cmyk-c);color:var(--cmyk-c)}.category-chip-list{flex-wrap:wrap;gap:8px;margin:8px 0;display:flex}.category-chip{background:var(--bg-accent);color:var(--text-accent);border-radius:999px;align-items:center;gap:6px;padding:6px 14px;font-size:.85rem;font-weight:600;display:inline-flex}.category-chip:hover{opacity:.85;text-decoration:none}.highlights-strip{flex-wrap:wrap;gap:10px;margin:16px 0;display:flex}.highlight-chip{border-radius:var(--radius);flex:1;align-items:center;gap:8px;min-width:180px;padding:8px 14px;display:flex}.highlight-chip.tone-accent{background:var(--bg-accent);color:var(--text-accent)}.highlight-chip.tone-success{background:var(--bg-success);color:var(--text-success)}.highlight-icon{flex-shrink:0}.highlight-text{flex-direction:column;line-height:1.25;display:flex}.highlight-label{font-size:.88rem;font-weight:700}.highlight-sublabel{opacity:.85;font-size:.78rem}.sticky-cta{z-index:20;background:var(--bg);border-bottom:0 solid var(--border);max-height:0;transition:max-height .18s,border-bottom-width .18s;position:sticky;top:0;overflow:hidden}.sticky-cta.visible{border-bottom-width:var(--border-w);max-height:72px}.sticky-cta-inner{align-items:center;gap:16px;padding:12px 0;display:flex}.sticky-cta-name{text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.sticky-cta-price{color:var(--muted);font-weight:700}.sticky-cta .btn{flex-shrink:0;margin-top:0;margin-left:auto}.faq-item{margin-bottom:16px}.faq-item dt{margin-bottom:4px;font-weight:600}.faq-item dd{color:var(--muted);margin:0}.section-list{margin:0;padding:0;list-style:none}.section-list li{border-bottom:var(--border-w) solid var(--border);padding:10px 0}.filters{flex-wrap:wrap;gap:8px;margin:16px 0;display:flex}.home section{margin-top:8px}.hero-band{background:var(--surface-1);border:var(--border-w) solid var(--border);border-radius:16px;margin:24px 0 8px;position:relative;overflow:hidden}.hero-band-strip{height:5px}.hero-band-inner{grid-template-columns:1.15fr .85fr;align-items:center;gap:32px;padding:36px 32px;display:grid}.hero-band-copy{min-width:0}.hero-headline{letter-spacing:-.02em;border:0;margin:0;padding:0;font-size:clamp(2rem,4.4vw,2.9rem);font-weight:800;line-height:1.08}.hero-tagline{color:var(--muted);max-width:460px;margin:14px 0 24px;font-size:1.08rem}.hero-band-media{min-width:0}.hero-collage{aspect-ratio:1;grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.hero-collage-tile{border:var(--border-w) solid var(--border);border-radius:var(--radius);background:#fff;justify-content:center;align-items:center;display:flex;overflow:hidden}.hero-collage-tile img{object-fit:contain;width:100%;height:100%;padding:8px}.hero-collage-tile-1{grid-row:1/span 2}.hero-collage-empty{background:var(--surface-1);color:var(--muted)}@media (max-width:760px){.hero-band-inner{grid-template-columns:1fr;gap:24px;padding:28px 22px}.hero-band-media{max-width:360px}}.value-strip{grid-template-columns:repeat(3,1fr);gap:14px;margin:20px 0 8px;display:grid}.value-prop{align-items:flex-start;gap:12px;padding:4px 2px;display:flex}.value-prop-icon{background:var(--bg-accent);width:38px;height:38px;color:var(--text-accent);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.value-prop-text{flex-direction:column;gap:2px;min-width:0;display:flex}.value-prop-title{font-size:.95rem;font-weight:700}.value-prop-body{color:var(--muted);font-size:.85rem;line-height:1.4}@media (max-width:720px){.value-strip{grid-template-columns:1fr;gap:12px}}.feat-row{grid-template-columns:repeat(3,1fr);gap:16px;margin:16px 0;display:grid}.feat-card{border:var(--border-w) solid var(--border);border-radius:var(--radius);background:var(--bg);flex-direction:column;display:flex;overflow:hidden}.feat-photo{aspect-ratio:4/3;border-bottom:var(--border-w) solid var(--border);background:#fff;justify-content:center;align-items:center;display:flex}.feat-photo img{object-fit:contain;width:100%;height:100%;padding:14px}.feat-photo-empty{background:var(--surface-1);color:var(--muted)}.feat-body{flex-direction:column;flex:1;gap:8px;padding:14px 16px 16px;display:flex}.feat-badge{text-transform:uppercase;letter-spacing:.03em;color:var(--muted);border-left:3px solid var(--accent-color,var(--cmyk-k));align-self:flex-start;padding-left:8px;font-size:.72rem;font-weight:600}.feat-name{color:var(--fg);font-weight:600;line-height:1.3}.feat-figures{justify-content:space-between;align-items:baseline;gap:10px;margin-top:auto;padding-top:4px;display:flex}.feat-cpp{color:var(--text-success);font-size:1.05rem;font-weight:700}.feat-cpp-unit{color:var(--muted);margin-left:4px;font-size:.72rem;font-weight:500}.feat-price{color:var(--fg);font-size:.95rem;font-weight:700}.alt-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin:16px 0;display:grid}.alt-grid .buy-btn-block{margin-top:4px}@media (max-width:900px){.alt-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.alt-grid{grid-template-columns:1fr}}@media (max-width:720px){.feat-row{scroll-snap-type:x mandatory;grid-template-columns:none;grid-auto-columns:78%;grid-auto-flow:column;margin-inline:-20px;padding:4px 20px 12px;overflow-x:auto}.feat-card{scroll-snap-align:start}.budget-band .feat-row{scroll-snap-type:none;grid-template-columns:1fr;grid-auto-columns:auto;grid-auto-flow:row;margin-inline:0;padding:0;overflow-x:visible}}.home-search{gap:8px;max-width:480px;display:flex}.home-search-hint{color:var(--muted);margin:10px 0 0;font-size:.85rem}.home-search-hint .mono{color:var(--fg);font-size:.82rem}.home-search-input{min-width:0;font:inherit;border:var(--border-w) solid var(--border);background:var(--surface-1);color:var(--fg);border-radius:10px;flex:1;padding:12px 16px}.home-search-input:focus{outline:2px solid var(--cmyk-c);outline-offset:1px}.home-search-input::placeholder{color:var(--muted)}.home-search-btn{flex-shrink:0;margin-top:0;padding:12px 20px}.search-page-form{margin:8px 0 4px}.type-tiles{grid-template-columns:repeat(4,1fr);gap:14px;margin:16px 0;display:grid}.type-tile{border:var(--border-w) solid var(--border);border-top:3px solid var(--accent-color,var(--cmyk-k));border-radius:var(--radius);background:var(--surface-1);color:var(--fg);flex-direction:column;gap:6px;padding:18px 16px;display:flex}.type-tile:hover{border-color:var(--accent-color,var(--cmyk-k));text-decoration:none}.type-tile-icon{color:var(--accent-color,var(--cmyk-k));display:flex}.type-tile-label{font-size:1.05rem;font-weight:700}.type-tile-count{color:var(--muted);font-size:.85rem;font-family:var(--font-mono)}@media (max-width:640px){.type-tiles{grid-template-columns:repeat(2,1fr)}}.cost-ranking .rank-col{width:1%;color:var(--muted);text-align:right}.cost-ranking .cpp-value{color:var(--text-success);font-weight:600}.section-link-row{margin:14px 0 4px;font-size:.92rem}.budget-band{margin:22px 0 6px}.budget-band-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:12px;display:flex}.budget-band-title{margin:0;font-size:1.05rem}.budget-band-cta{white-space:nowrap;font-size:.9rem}.collections-strip-section{margin:4px 0 8px}.collections-strip{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;display:grid}.collection-tile{color:#fff;border-radius:10px;align-items:center;min-height:46px;padding:8px 14px;font-size:.92rem;font-weight:600;line-height:1.2;transition:transform .12s,box-shadow .12s;display:flex;box-shadow:0 1px 2px #14181f24}.collection-tile:hover,.collection-tile:focus-visible{color:#fff;outline:none;text-decoration:none;transform:translateY(-1px);box-shadow:0 3px 8px #14181f38}.collection-tile-label{text-shadow:0 1px 1px #00000047}.collection-tile--run{background:linear-gradient(135deg,#d61a90 0%,#a30063 100%)}.collection-tile--budget-1{background:linear-gradient(135deg,#2ba7d6 0%,#0088c2 100%)}.collection-tile--budget-2{background:linear-gradient(135deg,#0e93c8 0%,#0a6f9c 100%)}.collection-tile--budget-3{background:linear-gradient(135deg,#0a6f9c 0%,#0a4a70 100%)}.collection-tile--aio{background:linear-gradient(135deg,#00a6c2 0%,#0083b4 100%)}.collection-tile--laser{background:linear-gradient(135deg,#4257a3 0%,#2a3574 100%)}.collection-tile--tank{background:linear-gradient(135deg,#12a39c 0%,#0a7a80 100%)}.collection-tile--office{background:linear-gradient(135deg,#4d6da8 0%,#33507e 100%)}.brand-intro{max-width:720px;color:var(--fg);margin:0 0 20px;line-height:1.6}.series-guide{background:var(--surface-1);border:var(--border-w) solid var(--border);border-radius:var(--radius);margin:8px 0 18px;padding:16px 18px}.series-guide-title{margin:0 0 10px;font-size:1rem}.series-guide-list{gap:2px;margin:0;display:grid}.series-guide-item{border-top:var(--border-w) solid var(--border);grid-template-columns:minmax(130px,190px) 1fr;gap:4px 16px;padding:5px 0;display:grid}.series-guide-item:first-child{border-top:none}.series-guide-item dt{color:var(--fg);font-weight:700}.series-guide-item dd{color:var(--muted);margin:0;font-size:.92rem}@media (max-width:640px){.series-guide-item{grid-template-columns:1fr;gap:1px}}.comparison-hint{background:var(--bg-accent);color:var(--text-accent);border-radius:8px;margin:16px 0 0;padding:10px 14px;font-size:.9rem}.how-we-rate{background:var(--surface-1);border-left:3px solid var(--text-accent);max-width:760px;color:var(--fg);border-radius:8px;margin:6px 0 2px;padding:12px 16px;font-size:.95rem;line-height:1.6}.category-faq,.category-links{margin-top:28px}.category-links h2{margin-bottom:8px}.brand-type-links{margin:0 0 8px}.section-list .result-meta{color:var(--muted);text-transform:capitalize;margin-top:2px;font-size:.82rem;display:block}.back-link{margin:20px 0 4px;font-size:.92rem}@media (prefers-color-scheme:dark){:root{--bg:#12151a;--surface-1:#191d24;--fg:#edf0f5;--muted:#98a2b3;--border:#2a2f3a;--cmyk-c:#5dd3ff;--cmyk-m:#ff6fc0;--cmyk-y:#ffd54d;--cmyk-k:#edf0f5;--cmyk-y-strip:#ffd400;--action:var(--cmyk-m);--action-fg:#14181f;--bg-accent:#12303d;--text-accent:#5dd3ff;--bg-success:#123726;--text-success:#4ade80}.offer-card img,.cartridge-photo,.hero-photo{background:#fff}.comparison-table tbody tr:hover{background:#5dd3ff14}}.vs-page h1 .vs-sep{color:var(--muted);font-size:.7em;font-weight:400}.vs-verdict{margin:0 0 20px;font-size:1.15rem;line-height:1.5}.vs-hero{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:28px;display:grid}.vs-hero-card{border:var(--border-w) solid var(--border);border-radius:var(--radius);flex-direction:column;gap:12px;padding:16px;display:flex;position:relative}.vs-badge{text-transform:uppercase;letter-spacing:.03em;border-radius:999px;align-self:flex-start;padding:3px 9px;font-size:.72rem;font-weight:700}.vs-badge--win,.vs-badge--run{background:var(--bg-success);color:var(--text-success)}.vs-badge--buy{background:var(--bg-accent);color:var(--text-accent)}.vs-hero-media{justify-content:center;align-items:center;display:flex}.vs-hero-media .hero-photo{aspect-ratio:auto;background:0 0;border:none;border-radius:0;width:auto;max-width:100%;max-height:200px;overflow:visible}.vs-hero-media .hero-photo img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:200px}.vs-hero-name{margin:0;font-size:1.05rem;line-height:1.35}.vs-hero-metrics{grid-template-columns:1fr 1fr;gap:10px;margin:0;display:grid}.vs-hero-metrics dt{color:var(--muted);margin-bottom:2px;font-size:.78rem}.vs-hero-metrics dd{margin:0}.vs-num{font-family:var(--font-mono);font-size:1.15rem;font-weight:700}.vs-costrun{background:var(--bg-success);border-radius:var(--radius);margin:28px 0;padding:16px 18px}.vs-costrun h2{margin-top:0}.vs-spec-controls{margin-bottom:10px}.vs-diff-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-size:.9rem;display:inline-flex}.vs-spec-scroll{overflow-x:auto}.vs-spec-table{border-collapse:collapse;width:100%}.vs-spec-table th,.vs-spec-table td{text-align:left;border-bottom:var(--border-w) solid var(--border);vertical-align:top;padding:9px 12px}.vs-spec-table thead th{font-size:.9rem}.vs-spec-table th[scope=row]{color:var(--muted);white-space:nowrap;font-weight:500}.vs-spec-table .vs-val{font-family:var(--font-mono);font-size:.9rem}.vs-spec-table .vs-row-diff .vs-val{font-weight:700}.vs-cartridges,.vs-buy-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.vs-cartridge-col h3{margin-bottom:6px;font-size:1rem}.vs-muted{color:var(--muted)}.vs-buy-col{border:var(--border-w) solid var(--border);border-radius:var(--radius);align-items:center;gap:12px;padding:10px 12px;display:flex}.vs-buy-thumb{flex:none;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.vs-buy-thumb img{object-fit:contain;max-width:48px;max-height:48px}.vs-buy-name{flex:auto;min-width:0;font-size:.92rem;line-height:1.35}.vs-buy-col .vs-buy-btn{flex:none;width:auto}.vs-buy-btn{align-items:center;gap:10px;display:inline-flex}.vs-buy-btn-label{font-family:var(--font-mono);white-space:nowrap;font-weight:700}.amazon-logo{flex-direction:column;align-items:center;line-height:1;display:inline-flex}.amazon-logo-word{letter-spacing:-.03em;font-family:system-ui,sans-serif;font-size:.9em;font-weight:700}.amazon-logo-smile{width:2.8em;height:auto;margin-top:1px}@media (max-width:640px){.vs-hero,.vs-cartridges,.vs-buy-row{grid-template-columns:1fr}}.vs-calc-control{margin-bottom:14px}.vs-calc-control label{margin-bottom:8px;font-size:.95rem;display:block}.vs-calc-control input[type=range]{width:100%;max-width:420px;accent-color:var(--action)}.vs-calc-scroll{overflow-x:auto}.vs-calc-table{border-collapse:collapse;background:var(--bg);border-radius:var(--radius);width:100%;overflow:hidden}.vs-calc-table th,.vs-calc-table td{text-align:left;border-bottom:var(--border-w) solid var(--border);padding:9px 12px}.vs-calc-table thead th{font-size:.88rem}.vs-calc-table th[scope=row]{color:var(--muted);white-space:nowrap;font-weight:500}.vs-calc-table td.vs-num{text-align:right}.vs-calc-table .vs-cell-win{color:var(--text-success);font-weight:700}.vs-calc-note{margin:12px 0 0;font-size:.95rem;line-height:1.5}.vs-guidance{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.vs-guidance li{border-left:3px solid var(--border);padding-left:16px;line-height:1.5}.vs-guidance-audience{color:var(--muted)}.vs-popular{letter-spacing:.04em;text-transform:uppercase;color:var(--text-accent);background:var(--bg-accent);border-radius:999px;margin:0 0 8px;padding:3px 10px;font-size:.75rem;font-weight:700;display:inline-block}.vs-guide-prose{max-width:68ch;margin:0 0 12px;line-height:1.6}.header-nav-link{color:var(--text-accent);white-space:nowrap;font-weight:600;text-decoration:none}.header-nav-link:hover,.header-nav-link:focus-visible{text-decoration:underline}.vs-index-intro{color:var(--muted);max-width:68ch;margin:0 0 24px}.vs-index-list{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:6px 24px;margin:0 0 8px;padding:0;list-style:none;display:grid}.vs-index-list li{line-height:1.45}.cost-tabs-bar{flex-wrap:wrap;gap:6px;margin-bottom:12px;display:flex}.cost-tab{background:var(--surface-1);border:var(--border-w) solid var(--border);font:inherit;color:var(--muted);cursor:pointer;border-radius:999px;padding:6px 16px}.cost-tab:hover{color:var(--fg)}.cost-tab--active{background:var(--fg);color:var(--bg);border-color:var(--fg)}.cost-tab:focus-visible{outline:2px solid var(--text-accent);outline-offset:1px}.vs-cards{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px;margin:4px 0 8px;display:grid}.vs-card{border:var(--border-w) solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--fg);flex-direction:column;gap:6px;padding:14px 16px;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:flex}.vs-card:hover{border-color:var(--text-accent);box-shadow:0 4px 16px #14181f14}.vs-card-title{font-weight:600;line-height:1.3}.vs-card-metric{color:var(--muted);font-size:.9em}.vs-card-cta{color:var(--text-accent);margin-top:auto;font-size:.9em}.brand-strip-section{margin-top:8px}.brand-strip{flex-wrap:wrap;align-items:center;gap:20px 32px;display:flex}.brand-strip-link{color:var(--muted);align-items:center;transition:color .15s;display:inline-flex}.brand-strip-link:hover,.brand-strip-link:focus-visible{color:var(--brand-color);outline:none}.brand-strip-logo{height:26px;-webkit-mask:var(--logo) left center / contain no-repeat;-webkit-mask:var(--logo) left center / contain no-repeat;mask:var(--logo) left center / contain no-repeat;background-color:currentColor;display:inline-block}.brand-strip-logo--mark{height:21px}.tools-page{max-width:760px}.cost-calc{grid-template-columns:1fr 1fr;align-items:start;gap:24px;margin-top:12px;display:grid}.cost-calc-controls{flex-direction:column;gap:16px;display:flex}.cost-calc-field{color:var(--muted);flex-direction:column;gap:6px;font-size:.92em;display:flex}.cost-calc-field>span{font-weight:600}.cost-calc-field select,.cost-calc-field input[type=number],.cost-calc-field input[type=text]{font:inherit;border:var(--border-w) solid var(--border);background:var(--bg);color:var(--fg);border-radius:8px;width:100%;padding:8px 10px}.cost-calc-field input[type=range]{width:100%}.cost-calc-combo{position:relative}.cost-calc-options{z-index:20;background:var(--bg);border:var(--border-w) solid var(--border);border-radius:8px;max-height:280px;margin:0;padding:4px;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0000001f}.cost-calc-option{cursor:pointer;color:var(--fg);border-radius:6px;justify-content:space-between;align-items:baseline;gap:10px;padding:7px 9px;display:flex}.cost-calc-option:hover,.cost-calc-option.is-active{background:var(--surface-1)}.cost-calc-option.is-empty{color:var(--muted);cursor:default}.cost-calc-option-cpp{color:var(--muted);white-space:nowrap;font-size:.85em}.cost-calc-presets,.cost-calc-modes{flex-wrap:wrap;gap:6px;display:flex}.cost-calc-preset,.cost-calc-mode{font:inherit;border:var(--border-w) solid var(--border);background:var(--bg);color:var(--fg);cursor:pointer;border-radius:999px;padding:6px 12px;font-size:.9em}.cost-calc-mode{border-radius:8px;flex:1}.cost-calc-preset.is-active,.cost-calc-mode.is-active{background:var(--fg);color:var(--bg);border-color:var(--fg)}.cost-calc-result{background:var(--surface-1);border:var(--border-w) solid var(--border);border-radius:var(--radius);padding:16px 18px}.cost-calc-empty{color:var(--muted);margin:0}.cost-calc-cpp{flex-wrap:wrap;align-items:baseline;gap:8px;margin-bottom:10px;display:flex}.cost-calc-cpp-num{font-size:1.9em;font-weight:700;line-height:1}.cost-calc-cpp-lbl{color:var(--muted);font-size:.9em}.cost-calc-headline{margin:0 0 12px;font-size:1.05em}.cost-calc-flag{background:var(--surface-2,#0000000a);color:var(--muted);border-radius:8px;margin:0 0 12px;padding:8px 10px;font-size:.85em}.cost-calc-softerror{background:var(--surface-1);border:var(--border-w) solid var(--border);color:var(--muted);border-radius:8px;padding:10px 12px;font-size:.9em}.cost-calc-table{border-collapse:collapse;width:100%}.cost-calc-table th,.cost-calc-table td{text-align:left;border-bottom:var(--border-w) solid var(--border);padding:6px 4px}.cost-calc-table td{text-align:right}.cost-calc-table thead th{color:var(--muted);font-size:.82em}.cost-calc-table td.cost-calc-total{font-weight:700}.cost-calc-table tr.is-highlight{background:var(--surface-2,#0000000d)}.cost-calc-note{color:var(--muted);margin:12px 0 0;font-size:.82em}.cost-calc-neighbours{border-top:var(--border-w) solid var(--border);margin-top:14px;padding-top:12px}.cost-calc-neighbours-h{color:var(--muted);margin:0 0 6px;font-size:.85em;font-weight:600}.cost-calc-neighbours ul{margin:0;padding-left:18px;font-size:.9em}.cost-calc-neighbours li{margin-bottom:3px}.cost-calc-neighbours .mono{color:var(--muted);font-size:.85em}.cost-calc-copy{font:inherit;border:var(--border-w) solid var(--border);background:var(--bg);color:var(--fg);cursor:pointer;border-radius:8px;margin-top:14px;padding:7px 14px;font-size:.88em}.cost-calc-copy:hover{background:var(--surface-1)}.cost-calc-share{flex-wrap:wrap;align-items:flex-start;gap:8px;display:flex}.cost-calc-embed-body{flex-direction:column;gap:8px;width:100%;margin-top:8px;display:flex}.cost-calc-embed-body textarea{width:100%;font-family:var(--mono,monospace);border:var(--border-w) solid var(--border);background:var(--bg);color:var(--fg);resize:vertical;border-radius:8px;padding:8px 10px;font-size:.78em}.embed-body{background:var(--bg);color:var(--fg);margin:0;padding:14px}.embed-wrap{max-width:760px;margin:0 auto}.embed-attribution{color:var(--muted);margin-top:12px;font-size:.82em;text-decoration:none;display:inline-block}.embed-attribution:hover{text-decoration:underline}@media (max-width:640px){.cost-calc{grid-template-columns:1fr}}.cost-hub{margin-top:8px}.cost-hub-result,.cost-hub .price-history{max-width:760px}.cost-hub-customize{color:var(--nav-accent,var(--cmyk-c));margin-top:14px;font-size:.9em;font-weight:600;text-decoration:none;display:inline-block}.cost-hub-customize:hover{text-decoration:underline}.cost-hub-grid--two{grid-template-columns:1fr 1fr;align-items:stretch;gap:16px;display:grid}.cost-hub-grid--two .cost-hub-col{background:var(--surface-1);border:var(--border-w) solid var(--border);border-radius:var(--radius);min-width:0;padding:16px 18px}.cost-hub-grid--two .cost-hub-col>h2{margin:0 0 10px;font-size:.95rem;font-weight:650}.cost-hub-grid--two .cost-hub-result,.cost-hub-grid--two .price-history{max-width:none}.cost-hub-grid--two .price-history{background:0 0;border:none;border-radius:0;margin-top:0;padding:0}@media (max-width:760px){.cost-hub-grid--two{grid-template-columns:1fr}}.price-history{background:var(--surface-1);border:var(--border-w) solid var(--border);border-radius:var(--radius);margin-top:20px;padding:16px}.price-history-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:8px;display:flex}.price-history-title{margin:0;font-size:.95rem;font-weight:650}.price-history-sub{color:var(--muted);font-size:.8rem}.price-history-note{color:var(--text-secondary);margin:4px 0 0;font-size:.88rem}.price-history-svg{width:100%;height:auto;display:block;overflow:visible}.ph-grid{stroke:var(--border);stroke-width:1px}.ph-axis{fill:var(--muted);font-size:11px}.ph-area{fill:var(--cmyk-c);opacity:.08}.ph-line{stroke:var(--cmyk-c);stroke-width:2px;stroke-linejoin:round;stroke-linecap:round}.ph-dot{fill:var(--cmyk-c);opacity:.45}.ph-dot--now{fill:var(--cmyk-c);opacity:1}.ph-dot--low{fill:var(--cmyk-m);opacity:1}.ph-now-label{fill:var(--fg);font-size:12px;font-weight:700}.price-history-insight{color:var(--text-secondary);margin:10px 0 0;font-size:.86rem}.cartridge-finder-search{width:100%;max-width:520px;color:var(--fg);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);margin:4px 0 8px;padding:10px 14px;font-size:1rem}.cartridge-finder-search:focus{border-color:var(--nav-accent,var(--cmyk-c));outline:none}.cartridge-finder-group{margin-top:20px}.cartridge-finder-group h2{margin-bottom:8px}.cartridge-finder-name{color:var(--text-secondary);font-size:.9rem}.cost-index-section{margin-top:32px}.cost-index-section h2{margin:0 0 6px}.cost-index-lede{color:var(--muted);max-width:62ch;margin:0 0 14px}.cost-index-table-wrap{overflow-x:auto}.cost-index-table{border-collapse:collapse;font-variant-numeric:tabular-nums;width:100%}.cost-index-table th,.cost-index-table td{border-bottom:var(--border-w) solid var(--border);white-space:nowrap;padding:8px 10px}.cost-index-table thead th{text-align:left;color:var(--muted);font-size:.82em;font-weight:600}.cost-index-table tbody th[scope=row]{text-align:left;font-weight:600}.cost-index-num{text-align:right}.cost-index-table td.cost-index-median{font-weight:700}.cost-index-note{color:var(--muted);margin:10px 0 0;font-size:.82em}.cost-index-method{border-top:var(--border-w) solid var(--border);padding-top:16px}.cost-index-method p{color:var(--muted);max-width:70ch}
