/*
 * FPSGuru Frontend CSS Package — Content
 * Bundle: semantic editorial/product descriptions and shared data components.
 * Owns prose, FAQ, benchmarks, tables, charts, GPU Premium compatibility and content UI.
 */

.fpsg-faq{box-sizing:border-box;display:grid;gap:8px;min-width:0}
.fpsg-faq > details{box-sizing:border-box;border:1px solid var(--fpsg-line);border-radius:6px;background:var(--fpsg-surface)}
.fpsg-faq > details > summary{box-sizing:border-box;min-height:48px;padding:12px 16px;color:var(--fpsg-text);font-size:.9375rem;line-height:1.6;font-weight:600;cursor:pointer}
.fpsg-faq > details > summary::marker{color:var(--fpsg-accent)}
.fpsg-faq > details[open]{border-color:var(--fpsg-accent)}
.fpsg-faq > details > .fpsg-faq__answer{padding:0 16px 16px;color:var(--fpsg-muted);font-size:1rem;line-height:1.7}
.fpsg-faq > details > .fpsg-faq__answer p + p{margin-top:12px}

.fpsg-benchmark{box-sizing:border-box;display:grid;gap:14px;min-width:0}
.fpsg-benchmark .fpsg-benchmark__legend{display:flex;flex-wrap:wrap;gap:8px 16px;font-size:.8125rem;line-height:1.5;color:var(--fpsg-muted)}
.fpsg-benchmark .fpsg-benchmark__row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px 12px;min-width:0;padding:10px 0;border-bottom:1px solid var(--fpsg-line)}
@media (min-width:768px){.fpsg-benchmark .fpsg-benchmark__row{grid-template-columns:minmax(140px,.8fr) minmax(0,1.6fr) auto}}
.fpsg-benchmark .fpsg-benchmark__label{grid-column:1 / -1;color:var(--fpsg-text);font-size:.875rem;line-height:1.5;font-weight:600}
@media (min-width:768px){.fpsg-benchmark .fpsg-benchmark__label{grid-column:auto}}
.fpsg-benchmark meter{appearance:none;width:100%;height:12px;border:0;background:var(--fpsg-line);border-radius:2px}
.fpsg-benchmark meter::-webkit-meter-bar{height:12px;background:var(--fpsg-line);border:0;border-radius:2px}
.fpsg-benchmark meter::-webkit-meter-optimum-value{background:var(--fpsg-data);border-radius:2px}
.fpsg-benchmark meter::-moz-meter-bar{background:var(--fpsg-data);border-radius:2px}
.fpsg-benchmark meter[data-series="nvidia"]::-webkit-meter-optimum-value{background:var(--fpsg-site)}
.fpsg-benchmark meter[data-series="nvidia"]::-moz-meter-bar{background:var(--fpsg-site)}
.fpsg-benchmark meter[data-series="amd"]::-webkit-meter-optimum-value{background:var(--fpsg-amd)}
.fpsg-benchmark meter[data-series="amd"]::-moz-meter-bar{background:var(--fpsg-amd)}
.fpsg-benchmark .fpsg-benchmark__value{font-size:.875rem;line-height:1.5;font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap}

.fpsg-editorial-card{box-sizing:border-box;display:flex;flex-direction:column;min-width:0;border:1px solid var(--fpsg-line);border-radius:var(--fpsg-radius);background:var(--fpsg-surface);overflow:hidden;transition:border-color var(--fpsg-motion) ease}
.fpsg-editorial-card:hover{border-color:var(--fpsg-accent)}
.fpsg-editorial-card > .fpsg-editorial-card__media{display:block;aspect-ratio:16 / 9;overflow:hidden;background:var(--fpsg-raised)}
.fpsg-editorial-card > .fpsg-editorial-card__media img{display:block;width:100%;height:100%;object-fit:cover}
.fpsg-editorial-card > .fpsg-editorial-card__body{display:flex;flex:1 1 auto;flex-direction:column;gap:10px;padding:16px;min-width:0}
.fpsg-editorial-card :where(h2,h3){margin:0;color:var(--fpsg-text);font-size:1.0625rem;line-height:1.45;font-weight:700}
.fpsg-editorial-card :where(h2,h3) a{display:inline-flex;align-items:center;min-height:44px;color:inherit;text-decoration:none}
.fpsg-editorial-card p{margin:0;color:var(--fpsg-muted);font-size:.875rem;line-height:1.65}
.fpsg-editorial-card time{font-size:.75rem;line-height:1.5;color:var(--fpsg-dim)}

.fpsg-prose{box-sizing:border-box;min-width:0;color:var(--fpsg-muted);font-size:1.0625rem;line-height:1.75}
.fpsg-prose > :where(p,ul,ol,table,figure,dl){margin-top:0;margin-bottom:18px}
.fpsg-prose :where(h2,h3,h4){color:var(--fpsg-text);font-weight:700;margin-top:32px;margin-bottom:14px;line-height:1.3;letter-spacing:-.02em}
.fpsg-prose h2{font-size:clamp(1.5rem,2.4vw,2rem)}
.fpsg-prose h3{font-size:1.25rem}
.fpsg-prose h4{font-size:1.125rem}
.fpsg-prose :where(ul,ol){padding-left:24px}
.fpsg-prose li + li{margin-top:8px}
.fpsg-prose li::marker{color:var(--fpsg-accent)}
.fpsg-prose :where(strong,th){color:var(--fpsg-text);font-weight:700}
.fpsg-prose a:not(.fpsg-button){color:var(--fpsg-data);text-decoration:underline;text-underline-offset:3px}
.fpsg-prose a:not(.fpsg-button):hover{color:var(--fpsg-accent)}

/* GPU Premium compatibility — content-owned, no independent token island. */
.fpsgpu-premium{max-width:1120px;width:100%;min-width:0;margin:0 auto;color:var(--fpsg-text);font-size:17px;line-height:1.75;}
.fpsgpu-premium *{box-sizing:border-box;}
.fpsgpu-premium > *{max-width:none;}
.fpsgpu-premium p{color:var(--fpsg-muted);margin:0 0 18px;}
.fpsgpu-premium h2,.fpsgpu-premium h3{color:var(--fpsg-text);}
.fpsgpu-premium ul,.fpsgpu-premium ol{padding-inline-start:1.5em;list-style-position:outside;color:var(--fpsg-muted);}
.fpsgpu-premium ul{list-style-type:disc;}
.fpsgpu-premium ol{list-style-type:decimal;}
.fpsgpu-premium li{display:list-item;margin:0 0 12px;padding-inline-start:5px;}
.fpsgpu-premium ul li::marker,.fpsgpu-premium ol li::marker{color:var(--fpsg-editorial);font-weight:800;}
.fpsgpu-premium .fpsgpu-section{margin:44px 0 0;padding:34px 0 0;border-top:1px solid var(--fpsg-line);}
.fpsgpu-premium .fpsgpu-section-title{font-size:clamp(25px,3vw,34px);line-height:1.2;margin:0 0 20px;letter-spacing:-.025em;}
.fpsgpu-premium .fpsgpu-section-intro{font-size:18px;line-height:1.75;color:var(--fpsg-muted);max-width:82ch;}
.fpsgpu-premium .fpsgpu-hero{border:1px solid var(--fpsg-line);border-top:2px solid var(--fpsg-editorial);border-radius:var(--fpsg-radius);box-shadow:none;padding:clamp(22px,4vw,38px);margin:0 0 34px;background:linear-gradient(135deg,var(--fpsg-raised),var(--fpsg-surface));}
.fpsgpu-premium .fpsgpu-hero h2{font-size:clamp(29px,3.4vw,42px);line-height:1.16;}
.fpsgpu-premium .fpsgpu-hero p:last-child{font-size:19px;line-height:1.7;color:var(--fpsg-muted);}
.fpsgpu-premium .fpsgpu-resolution{padding:16px 0;border-bottom:1px solid var(--fpsg-line);}
.fpsgpu-premium .fpsgpu-resolution h3{margin:0 0 12px;color:var(--fpsg-editorial);font-size:22px;}
.fpsgpu-premium .fpsgpu-callout{border-left:2px solid var(--fpsg-editorial);padding:22px 24px;background:color-mix(in srgb,var(--fpsg-editorial) 7%,var(--fpsg-surface));border-radius:0 var(--fpsg-radius) var(--fpsg-radius) 0;margin:26px 0;}
.fpsgpu-premium .fpsgpu-callout p:last-child{margin-bottom:0;}
.fpsgpu-premium .fpsgpu-panel{padding:26px;border:1px solid var(--fpsg-line);border-radius:var(--fpsg-radius);background:var(--fpsg-surface);min-width:0;}
.fpsgpu-premium .fpsgpu-buy{border-top:2px solid var(--fpsg-positive);}
.fpsgpu-premium .fpsgpu-skip{border-top:2px solid var(--fpsg-editorial);}
.fpsgpu-premium .fpsgpu-decision-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin:38px 0;}
.fpsgpu-premium .fpsgpu-decision-grid > *{margin:0;max-width:none;}
.fpsgpu-premium .fpsgpu-decision-grid h2{font-size:25px;margin:0 0 20px;}
.fpsgpu-premium .fpsgpu-faq{display:grid;grid-template-columns:1fr;gap:20px;margin:24px 0;}
.fpsgpu-premium .fpsgpu-faq-item{border:1px solid var(--fpsg-line);border-radius:var(--fpsg-radius);background:var(--fpsg-surface);padding:26px 28px;margin:0;max-width:none;}
.fpsgpu-premium .fpsgpu-faq-question{font-size:21px;line-height:1.4;color:var(--fpsg-text);margin:0 0 15px;padding:0;}
.fpsgpu-premium .fpsgpu-faq-answer{font-size:17px;line-height:1.8;color:var(--fpsg-muted);margin:0;max-width:85ch;}
.fpsgpu-premium a:focus-visible,.fpsgpu-premium summary:focus-visible,.fpsgpu-premium [tabindex]:focus-visible{outline:3px solid var(--fpsg-accent);outline-offset:4px;}
.fpsgpu-premium .fpsgpu-kicker{color:var(--fpsg-editorial);font-size:13px;letter-spacing:.10em;font-weight:800;text-transform:uppercase;}
.fpsgpu-premium strong{color:var(--fpsg-text);}
.fpsgpu-premium{@media(max-width:680px){font-size:16px;& .fpsgpu-decision-grid{grid-template-columns:1fr;}& .fpsgpu-faq-item{padding:21px 19px;}& .fpsgpu-table th,& .fpsgpu-table td{padding:14px 12px;font-size:14px;}& .fpsgpu-section-intro{font-size:17px;}& .fpsgpu-section{margin-top:32px;padding-top:26px;}& .fpsgpu-panel{padding:20px;}& .fpsgpu-faq-question{font-size:20px;}& .fpsgpu-faq-answer{font-size:16px;}& .fpsgpu-table{min-width:600px;}}}
.fpsgpu-copy{color:var(--fpsg-text);font-size:17px;line-height:1.76;max-width:1120px;margin:0 auto;padding:4px 0 28px;}
.fpsgpu-copy > *{box-sizing:border-box;}
.fpsgpu-copy p{color:var(--fpsg-muted);margin:0 0 18px;}
.fpsgpu-copy strong{color:var(--fpsg-text);font-weight:800;}
.fpsgpu-copy a{color:var(--fpsg-data);text-decoration:underline;text-underline-offset:3px;}
.fpsgpu-copy a:hover{color:var(--fpsg-editorial);text-decoration:underline;}
.fpsgpu-copy{@media(max-width:720px){font-size:16px;line-height:1.7;padding-bottom:18px;}}
.fpsgpu-copy ul li::marker,.fpsgpu-copy ol li::marker{color:var(--fpsg-editorial);font-weight:800;}

/* Data Components V1. */
.fpsg-table-wrap,.fpsg-data-table,.fpsgpu-premium .fpsgpu-table-wrap{box-sizing:border-box;width:100%;max-width:100%;overflow-x:auto;overscroll-behavior-x:contain;border:1px solid var(--fpsg-line);border-radius:6px;background:var(--fpsg-surface)}
.fpsg-table,.fpsg-data-table > table,.fpsg-catalog__footer-description table,.fpsgpu-premium .fpsgpu-table{width:100%;max-width:100%;border-collapse:collapse;border:0;table-layout:auto;font-size:.875rem;line-height:1.55;font-variant-numeric:tabular-nums}
.fpsg-table caption,.fpsg-data-table caption,.fpsgpu-premium .fpsgpu-table caption{padding:11px 12px;border-bottom:1px solid var(--fpsg-line);color:var(--fpsg-muted);text-align:left;font-size:.75rem;line-height:1.5}
.fpsg-table :where(th,td),.fpsg-data-table :where(th,td),.fpsg-catalog__footer-description table :where(th,td),.fpsgpu-premium .fpsgpu-table th,.fpsgpu-premium .fpsgpu-table td{box-sizing:border-box;padding:11px 12px;border:0;border-bottom:1px solid var(--fpsg-line);vertical-align:top;text-align:left;overflow-wrap:anywhere}
.fpsg-table thead th,.fpsg-data-table thead th,.fpsg-catalog__footer-description table thead th,.fpsgpu-premium .fpsgpu-table thead th{background:var(--fpsg-raised);color:var(--fpsg-text);font-weight:750}
.fpsg-table tbody th,.fpsg-data-table tbody th,.fpsg-catalog__footer-description table tbody th,.fpsgpu-premium .fpsgpu-table tbody th{background:color-mix(in srgb,var(--fpsg-surface) 86%,var(--fpsg-bg));color:var(--fpsg-text);font-weight:700}
.fpsg-table tbody td,.fpsg-data-table tbody td,.fpsg-catalog__footer-description table tbody td,.fpsgpu-premium .fpsgpu-table tbody td{background:var(--fpsg-surface);color:var(--fpsg-muted)}
.fpsg-table tr:last-child > :where(th,td),.fpsg-data-table tr:last-child > :where(th,td),.fpsg-catalog__footer-description table tr:last-child > :where(th,td),.fpsgpu-premium .fpsgpu-table tr:last-child > :where(th,td){border-bottom:0}
.fpsg-table :where([data-numeric]),.fpsg-data-table :where([data-numeric]){text-align:right;white-space:nowrap}
.fpsg-data-table{min-width:0}
.fpsg-data-table > table{text-align:left}
.fpsg-data-table :where(th,td){color:var(--fpsg-text)}
.fpsg-data-table:where([data-wide]) > table{min-width:44rem}
.fpsg-data-table tbody tr:last-child > :where(th,td){border-bottom:0}
.fpsg-catalog__footer-description table :where(thead,tbody) th{text-align:left}
.fpsgpu-premium .fpsgpu-table-wrap{margin:26px 0}
.fpsgpu-premium .fpsgpu-table{min-width:0}
.fpsgpu-premium .fpsgpu-table th,.fpsgpu-premium .fpsgpu-table td{padding:20px 22px}
.fpsgpu-premium .fpsgpu-table thead th{font-size:14px}

.fpsg-chart{box-sizing:border-box;min-width:0;margin:0;color:var(--fpsg-text)}
.fpsg-chart__caption{margin:0 0 10px;color:var(--fpsg-muted);font-size:.75rem;line-height:1.5}
.fpsg-chart__track{display:block;position:relative;width:100%;height:16px;overflow:hidden;border-radius:2px;background:color-mix(in srgb,var(--fpsg-line) 82%,var(--fpsg-bg));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--fpsg-line) 80%,transparent)}
.fpsg-chart__track--empty::after{content:"Brak danych";position:absolute;inset:0;display:flex;align-items:center;padding-inline:6px;color:var(--fpsg-dim);font-size:.625rem;line-height:1}
.fpsg-chart [data-brand="nvidia"]{--fpsg-bar:var(--fpsg-nvidia)}
.fpsg-chart [data-brand="amd"]{--fpsg-bar:var(--fpsg-amd)}
.fpsg-chart [data-brand="intel"]{--fpsg-bar:var(--fpsg-intel)}
.fpsg-chart__ranking-list{list-style:none;padding:0;margin:0;display:grid;gap:0}
.fpsg-chart__ranking-row{display:grid;grid-template-columns:34px minmax(0,1fr) minmax(170px,42%);align-items:center;gap:10px;min-width:0;padding:0;border-bottom:1px solid var(--fpsg-line)}
.fpsg-chart__ranking-row:last-child{border-bottom:0}
.fpsg-chart__rank{color:var(--fpsg-accent);font-size:.8125rem;line-height:1.4;font-weight:800;font-variant-numeric:tabular-nums}
.fpsg-chart__label{display:flex;align-items:center;min-height:44px;min-width:44px;color:var(--fpsg-text);font-size:.875rem;line-height:1.4;font-weight:650;text-decoration:none;overflow-wrap:anywhere}
.fpsg-chart__label:hover,.fpsg-chart__label:focus-visible{color:var(--fpsg-accent)}
.fpsg-chart__metric{display:grid;gap:6px;min-width:0}
.fpsg-chart__metric-line{display:flex;align-items:baseline;justify-content:flex-end;gap:5px;color:var(--fpsg-muted);font-size:.6875rem;line-height:1.2}
.fpsg-chart__metric-line strong{color:var(--fpsg-bar,var(--fpsg-text));font-size:.9375rem;line-height:1.2;font-weight:800;font-variant-numeric:tabular-nums}

@media(max-width:680px){
  .fpsg-chart__ranking-row{grid-template-columns:28px minmax(0,1fr);gap:8px}
  .fpsg-chart__metric{grid-column:2}
  .fpsg-chart__metric-line{justify-content:flex-start}
  .fpsg-table,.fpsg-data-table > table,.fpsg-catalog__footer-description table,.fpsgpu-premium .fpsgpu-table{font-size:.8125rem}
  .fpsg-table :where(th,td),.fpsg-data-table :where(th,td),.fpsg-catalog__footer-description table :where(th,td),.fpsgpu-premium .fpsgpu-table :where(th,td){padding:9px}
}

/* Shared tab UI — content-owned because rankings and editorial components reuse it outside comparator pages. */
.fpsg-tabs{box-sizing:border-box;min-width:0}
.fpsg-tabs .fpsg-tabs__list{display:flex;flex-wrap:wrap;gap:4px;border-bottom:1px solid var(--fpsg-line);margin-bottom:14px;min-width:0}
.fpsg-tabs .fpsg-tabs__tab{appearance:none;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--fpsg-muted);cursor:pointer;min-height:44px;padding:8px 10px;font:inherit;font-size:.8125rem;line-height:1.4;text-align:left}
.fpsg-tabs .fpsg-tabs__tab:hover,.fpsg-tabs .fpsg-tabs__tab:focus-visible{color:var(--fpsg-text);outline:2px solid var(--fpsg-accent);outline-offset:-2px}
.fpsg-tabs .fpsg-tabs__tab[aria-selected="true"]{border-bottom-color:var(--fpsg-accent);color:var(--fpsg-text);font-weight:700}
.fpsg-tabs .fpsg-tabs__panel{min-width:0}
.fpsg-tabs .fpsg-tabs__description,.fpsg-tabs .fpsg-tabs__empty{margin:0 0 12px;color:var(--fpsg-muted);font-size:.8125rem;line-height:1.6}
.fpsg-tabs .fpsg-tabs__empty a{color:var(--fpsg-accent);text-decoration:underline;text-underline-offset:3px}
.fpsg-tabs .fpsg-hardware-list__table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:.8125rem;line-height:1.45}
.fpsg-tabs .fpsg-tabs__caption{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.fpsg-tabs .fpsg-hardware-list__table th,.fpsg-tabs .fpsg-hardware-list__table td{padding:8px 0;border-bottom:1px solid var(--fpsg-line);vertical-align:middle;text-align:left}
.fpsg-tabs .fpsg-hardware-list__table thead{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.fpsg-tabs .fpsg-hardware-list__rank{width:3ch;color:var(--fpsg-accent);font-variant-numeric:tabular-nums;font-weight:700}
.fpsg-tabs .fpsg-hardware-list__name{width:48%;min-width:0;padding-right:8px}
.fpsg-tabs .fpsg-hardware-list__link{display:block;min-width:0;overflow-wrap:anywhere;text-decoration:none}
.fpsg-tabs .fpsg-hardware-list__link:hover,.fpsg-tabs .fpsg-hardware-list__link:focus-visible{color:var(--fpsg-accent)}
.fpsg-tabs .fpsg-hardware-list__metric{width:42%;text-align:right;color:var(--fpsg-muted);font-variant-numeric:tabular-nums;white-space:nowrap}
.fpsg-tabs .fpsg-hardware-list__metric strong{color:var(--fpsg-text);font-size:1rem}
.fpsg-tabs .fpsg-tabs__meter{display:block;width:100%;height:6px;margin-top:4px;accent-color:var(--fpsg-accent)}
.fpsg-tabs .fpsg-hardware-list__item[data-brand="nvidia"] .fpsg-hardware-list__metric strong{color:var(--fpsg-nvidia)}
.fpsg-tabs .fpsg-hardware-list__item[data-brand="amd"] .fpsg-hardware-list__metric strong{color:var(--fpsg-amd)}
.fpsg-tabs .fpsg-hardware-list__item[data-brand="intel"] .fpsg-hardware-list__metric strong{color:var(--fpsg-intel)}
@media(max-width:480px){.fpsg-hardware-list__name{width:auto}.fpsg-hardware-list__metric{width:34%}.fpsg-hardware-list__table{font-size:.8125rem}}

/* Shared validated product metrics. */
.fpsg-catalog-metrics{box-sizing:border-box;display:grid;gap:10px;margin-top:auto;padding-top:12px;border-top:1px solid var(--fpsg-line);min-width:0}
.fpsg-catalog-metrics__primary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;min-width:0}
.fpsg-catalog-metrics__metric{box-sizing:border-box;display:grid;gap:3px;min-width:0;padding:9px 10px;border:1px solid color-mix(in srgb,var(--fpsg-line) 85%,transparent);border-radius:5px;background:var(--fpsg-bg)}
.fpsg-catalog-metrics__label{color:var(--fpsg-muted);font-size:.6875rem;line-height:1.4;font-weight:650;text-transform:uppercase;letter-spacing:.045em}
.fpsg-catalog-metrics__value{color:var(--fpsg-text);font-size:1.125rem;line-height:1.25;font-weight:800;font-variant-numeric:tabular-nums;overflow-wrap:anywhere}
.fpsg-catalog-metrics__metric[data-kind="performance"] .fpsg-catalog-metrics__value{color:var(--fpsg-data)}
.fpsg-catalog-metrics__metric[data-kind="value"] .fpsg-catalog-metrics__value{color:var(--fpsg-positive)}
.fpsg-catalog-metrics__unit{color:var(--fpsg-dim);font-size:.625rem;line-height:1.35}
.fpsg-catalog-metrics__resolutions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin:0;min-width:0}
.fpsg-catalog-metrics__resolution{box-sizing:border-box;min-width:0;padding:8px;border-top:1px solid color-mix(in srgb,var(--fpsg-line) 80%,transparent)}
.fpsg-catalog-metrics__resolution dt{margin:0 0 4px;color:var(--fpsg-muted);font-size:.6875rem;line-height:1.35;font-weight:700}
.fpsg-catalog-metrics__resolution dd{display:grid;gap:2px;margin:0;min-width:0}
.fpsg-catalog-metrics__resolution dd strong{color:var(--fpsg-text);font-size:.75rem;line-height:1.35;font-weight:750;font-variant-numeric:tabular-nums;white-space:nowrap}
.fpsg-catalog-metrics__resolution dd span{color:var(--fpsg-site);font-size:.625rem;line-height:1.35;font-variant-numeric:tabular-nums;white-space:nowrap}
.fpsg-catalog-metrics--empty{padding:12px;border:1px solid var(--fpsg-line);border-radius:5px;background:var(--fpsg-bg)}
.fpsg-catalog-metrics--empty span{color:var(--fpsg-muted);font-size:.6875rem;text-transform:uppercase;letter-spacing:.045em}
.fpsg-catalog-metrics--empty strong{color:var(--fpsg-muted);font-size:.8125rem;line-height:1.45}

.fpsg-product-metrics{min-width:0;margin-block:24px}
.fpsg-product-metrics > p{color:var(--fpsg-muted)}
.fpsg-pc-analysis .fpsg-table{min-width:0}
.fpsg-pc-analysis .fpsg-table th,.fpsg-pc-analysis .fpsg-table td{overflow-wrap:anywhere}
@media(max-width:680px){.fpsg-product-metrics .fpsg-catalog-metrics__resolutions{grid-template-columns:1fr}}

.fpsg-tabs__tab{min-width:44px;min-height:44px}
.fpsg-product-shell .woocommerce-tabs [role="tab"]{box-sizing:border-box;display:inline-flex;align-items:center;min-height:44px;min-width:44px}
.fpsg-ui .cegg5-container .fpsg-offer-muted{color:var(--fpsg-muted)}
.fpsg-price-state{display:block;color:var(--fpsg-muted);font-size:.8125rem;line-height:1.5;margin-block:6px}
.fpsg-pc-analysis details > summary{cursor:pointer;min-height:44px;padding-block:10px}

/* Native value attributes carry chart geometry; the visible text remains authoritative. */
meter.fpsg-chart__bar{appearance:none;display:block;width:100%;height:100%;margin:0;padding:0;border:0;border-radius:2px;background:transparent;transition:none}
meter.fpsg-chart__bar::-webkit-meter-bar{height:100%;border:0;border-radius:2px;background:transparent;box-shadow:none}
meter.fpsg-chart__bar::-webkit-meter-optimum-value{background:var(--fpsg-bar,var(--fpsg-data));border-radius:2px}
meter.fpsg-chart__bar::-moz-meter-bar{background:var(--fpsg-bar,var(--fpsg-data));border-radius:2px}
/* The attributes provider supplies facts; these tables share the V4 palette. */
.fpsg-product-shell .fpsg-product-attributes{width:100%;border:0;border-collapse:collapse}
.fpsg-product-shell .fpsg-product-attributes .attribute_row > td{padding:0;border:0}
.fpsg-product-shell .fpsg-product-attributes .attribute_group_name{padding:16px 0 8px;border:0;color:var(--fpsg-text);font-size:1.1rem;text-align:left}
.fpsg-product-shell .shop_attributes{width:100%;border-collapse:collapse;margin:12px 0 20px;color:var(--fpsg-muted)}
.fpsg-product-shell .shop_attributes :is(th,td){border:0;border-bottom:1px solid var(--fpsg-line);padding:10px;overflow-wrap:anywhere;background:var(--fpsg-surface);font-style:normal;text-align:left}
.fpsg-product-shell .shop_attributes th{color:var(--fpsg-text)}
.fpsg-product-shell .shop_attributes td p{padding:0;margin:0}
