:root{--fps-green:#22c55e;--fps-yellow:#eab308;--fps-red:#ef4444;--fps-track:#1e1e2e;--fps-surface:#13131f;--fps-border:rgba(255,255,255,.07);--fps-text:#f1f1f5;--fps-muted:#6b7280;--fps-accent:#e11d48;--fps-radius:10px;--fps-bar-radius:3px}.pcpraha-fps-badge{display:inline-flex;flex-direction:column;align-items:center;justify-content:flex-end;position:absolute;top:0;left:6px;width:28px;height:100%;z-index:2;pointer-events:none;padding-bottom:6px;gap:2px}.pcpraha-fps-badge__bar{position:absolute;bottom:0;left:0;width:100%;border-radius:2px 2px 0 0;transition:height .6s cubic-bezier(.22,1,.36,1);opacity:.85}.pcpraha-fps-badge.fps-green .pcpraha-fps-badge__bar{background:linear-gradient(to top,#16a34a,#4ade80)}.pcpraha-fps-badge.fps-yellow .pcpraha-fps-badge__bar{background:linear-gradient(to top,#ca8a04,#fde047)}.pcpraha-fps-badge.fps-red .pcpraha-fps-badge__bar{background:linear-gradient(to top,#b91c1c,#f87171)}.pcpraha-fps-badge__label{position:relative;z-index:1;font-size:9px;font-weight:800;line-height:1;color:#fff;text-shadow:0 1px 3px rgb(0 0 0 / .7);letter-spacing:-.3px}.pcpraha-fps-badge__unit{position:relative;z-index:1;font-size:7px;font-weight:600;line-height:1;color:rgb(255 255 255 / .7);text-transform:uppercase;letter-spacing:.5px}.pcpraha-fps-meter{background:var(--fps-surface);border:1px solid var(--fps-border);border-radius:var(--fps-radius);padding:32px 36px;margin:0 0 40px;color:var(--fps-text);font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;box-sizing:border-box;width:100%}.woocommerce-tabs.wc-tabs-wrapper~* .pcpraha-fps-meter,.woocommerce div.product .pcpraha-fps-meter{max-width:100%}.pcpraha-fps-meter__gauges{display:flex;flex-wrap:wrap;gap:8px 4px;justify-content:center;margin-bottom:36px;padding-bottom:28px;border-bottom:1px solid var(--fps-border)}.pcpraha-fps-gauge{display:flex;flex-direction:column;align-items:center;width:108px;text-decoration:none;color:inherit;border-radius:8px;padding:6px 4px 8px;transition:background .2s}.pcpraha-fps-gauge:hover{background:rgb(255 255 255 / .05)}.pcpraha-fps-gauge:hover .pcpraha-fps-gauge__label{color:#a5b4fc}.pcpraha-fps-gauge__arc-wrap{width:108px;height:60px;position:relative}.pcpraha-fps-gauge__svg{width:100%;height:100%;overflow:visible}.pcpraha-fps-gauge__track{stroke:#2a2a3e}.pcpraha-fps-gauge__fill{stroke:var(--fps-accent);stroke-dasharray:calc(var(--gauge-pct, 0) * 1.382) 200;transition:stroke-dasharray .8s cubic-bezier(.22,1,.36,1)}.pcpraha-fps-gauge[data-gauge="gpu"] .pcpraha-fps-gauge__fill{stroke:#a855f7}.pcpraha-fps-gauge[data-gauge="cpu"] .pcpraha-fps-gauge__fill{stroke:#3b82f6}.pcpraha-fps-gauge[data-gauge="psu"] .pcpraha-fps-gauge__fill{stroke:#f59e0b}.pcpraha-fps-gauge[data-gauge="ssd"] .pcpraha-fps-gauge__fill{stroke:#10b981}.pcpraha-fps-gauge[data-gauge="ddr"] .pcpraha-fps-gauge__fill{stroke:#06b6d4}.pcpraha-fps-gauge__dot{fill:#fff}.pcpraha-fps-gauge__value{font-size:15px;font-weight:700;line-height:1;margin-top:4px;color:var(--fps-text);letter-spacing:-.4px}.pcpraha-fps-gauge__label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:1.2px;color:var(--fps-muted);margin-top:3px}.pcpraha-fps-meter__title{font-size:20px!important;font-weight:700!important;margin:0 0 20px!important;color:var(--fps-text)!important;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.pcpraha-fps-meter__avg-badge{font-size:13px;font-weight:700;padding:3px 10px;border-radius:20px;background:rgb(255 255 255 / .08);line-height:1.4}.pcpraha-fps-meter__avg-badge.fps-green{color:var(--fps-green);background:rgb(34 197 94 / .12)}.pcpraha-fps-meter__avg-badge.fps-yellow{color:var(--fps-yellow);background:rgb(234 179 8 / .12)}.pcpraha-fps-meter__avg-badge.fps-red{color:var(--fps-red);background:rgb(239 68 68 / .12)}.pcpraha-fps-meter__resolutions{display:grid;grid-template-columns:160px 1fr;gap:0;margin-bottom:6px;padding-left:160px;box-sizing:border-box}.pcpraha-fps-meter__resolutions{display:none}.pcpraha-fps-meter__table{display:flex;flex-direction:column;gap:14px}.pcpraha-fps-meter__row{display:grid;grid-template-columns:168px 1fr;gap:0 16px;align-items:center}.pcpraha-fps-meter__game{font-size:13px;font-weight:600;color:var(--fps-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:8px}.pcpraha-fps-meter__bars{display:flex;flex-direction:column;gap:5px}.pcpraha-fps-meter__bar-row{display:grid;grid-template-columns:90px 1fr 72px;align-items:center;gap:8px}.pcpraha-fps-meter__res-label{font-size:10px;font-weight:600;color:var(--fps-muted);white-space:nowrap;letter-spacing:-.2px}.pcpraha-fps-meter__bar-track{flex:1;height:10px;background:var(--fps-track);border-radius:var(--fps-bar-radius);overflow:hidden;position:relative}.pcpraha-fps-meter__bar-fill{height:100%;border-radius:var(--fps-bar-radius);width:var(--bar-width,0%);transition:width .7s cubic-bezier(.22,1,.36,1)}.pcpraha-fps-meter__bar-fill.fps-green{background:linear-gradient(to right,#16a34a,#4ade80)}.pcpraha-fps-meter__bar-fill.fps-yellow{background:linear-gradient(to right,#ca8a04,#fde047)}.pcpraha-fps-meter__bar-fill.fps-red{background:linear-gradient(to right,#991b1b,#f87171)}.pcpraha-fps-meter__fps-val{font-size:12px;font-weight:700;white-space:nowrap;text-align:right;letter-spacing:-.2px}.pcpraha-fps-meter__fps-val.fps-green{color:var(--fps-green)}.pcpraha-fps-meter__fps-val.fps-yellow{color:var(--fps-yellow)}.pcpraha-fps-meter__fps-val.fps-red{color:var(--fps-red)}.pcpraha-fps-meter__note{font-size:11px;color:var(--fps-muted);margin:20px 0 0;line-height:1.5}.pcpraha-fps-meter__toggle{display:block;margin:12px auto 0;background:rgb(255 255 255 / .06);border:1px solid rgb(255 255 255 / .12);border-radius:6px;color:var(--fps-text);font-size:13px;font-weight:600;padding:8px 20px;cursor:pointer;transition:background .2s,border-color .2s;letter-spacing:.2px}.pcpraha-fps-meter__toggle::before{content:'▾ ';font-size:11px;opacity:.7}.pcpraha-fps-meter__toggle[data-expanded]::before{content:'▴ '}.pcpraha-fps-meter__toggle:hover{background:rgb(255 255 255 / .1);border-color:rgb(255 255 255 / .22)}@media (max-width:640px){.pcpraha-fps-meter{padding:20px 16px}.pcpraha-fps-meter__row{grid-template-columns:1fr;gap:4px}.pcpraha-fps-meter__game{font-size:12px}.pcpraha-fps-meter__bar-row{grid-template-columns:72px 1fr 60px;gap:6px}.pcpraha-fps-meter__res-label{font-size:9px}.pcpraha-fps-gauge{width:84px}.pcpraha-fps-gauge__arc-wrap{width:84px;height:47px}}