@media(max-width:480px){.header__logo{font-size:1rem}.header__profile{padding:.3rem .6rem;font-size:.75rem}.fps-slider__presets{gap:.2rem}.fps-preset{padding:.15rem .4rem;font-size:.65rem}.results__stats{flex-direction:column;align-items:flex-start;gap:.75rem}.tier-badge{width:100%}.chart-row{grid-template-columns:100px 1fr 50px;gap:.5rem}.chart-row__label{font-size:.7rem}}@media(min-width:769px)and (max-width:1024px){:root{--sidebar-width: 280px}.settings-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.tweaks-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media(min-width:1600px){:root{--sidebar-width: 360px}.settings-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.main{padding:2rem 3rem}}@media(min-width:2000px){.main{max-width:1600px}.settings-grid{grid-template-columns:repeat(4,1fr)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:root{--bg: #08080f;--bg2: #0d0d17;--bg3: #13131f;--bg4: #1a1a28;--card: #12121c;--card2: #1c1c2c;--cyan: #00d4ff;--purple: #9b59ff;--green: #00ff88;--orange: #ff7043;--red: #ff4757;--yellow: #ffd32a;--txt: #ddddf5;--txt2: #8888aa;--txt3: #444466;--bdr: rgba(255, 255, 255, .07);--bdr2: rgba(0, 212, 255, .3);--glow: 0 0 28px rgba(0, 212, 255, .2);--sidebar-width: 320px;--header-height: 60px;--footer-height: auto}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4}body{min-height:100vh;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit;color:inherit}a{color:var(--cyan);text-decoration:none}a:hover{text-decoration:underline}ul,ol{list-style:none}body{font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;font-size:15px;color:var(--txt);background:var(--bg)}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700;color:var(--txt)}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.1rem}#app{display:flex;flex-direction:column;min-height:100vh}.header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;height:var(--header-height);padding:0 1.5rem;background:var(--bg2);border-bottom:1px solid var(--bdr);box-shadow:var(--glow)}.header__logo{font-size:1.25rem;font-weight:800;letter-spacing:.5px;background:linear-gradient(135deg,var(--cyan),var(--purple));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header__profile{display:flex;align-items:center;gap:.5rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;color:var(--txt);background:var(--bg3);border:1px solid var(--bdr2);border-radius:6px;cursor:pointer;transition:background .2s,box-shadow .2s}.header__profile:hover{background:var(--bg4);box-shadow:var(--glow)}.header__hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;background:none;border:none;cursor:pointer;padding:4px}.header__hamburger span{display:block;width:100%;height:2px;background:var(--txt);border-radius:2px;transition:transform .25s,opacity .25s}.header__hamburger--active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__hamburger--active span:nth-child(2){opacity:0}.header__hamburger--active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.layout{display:grid;grid-template-columns:var(--sidebar-width) 1fr;flex:1}.sidebar{position:sticky;top:var(--header-height);height:calc(100vh - var(--header-height));overflow-y:auto;padding:1.5rem;background:var(--bg2);border-right:1px solid var(--bdr)}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-track{background:transparent}.sidebar::-webkit-scrollbar-thumb{background:var(--txt3);border-radius:3px}.main{padding:1.5rem 2rem;background:var(--bg);min-width:0}.tab-strip{display:flex;gap:0;margin-bottom:1.5rem;border-bottom:2px solid var(--bdr)}.tab-strip__tab{padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;color:var(--txt2);background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer;transition:color .2s,border-color .2s}.tab-strip__tab:hover{color:var(--txt)}.tab-strip__tab--active{color:var(--cyan);border-bottom-color:var(--cyan)}.content-area{min-height:400px}.card{background:var(--card);border:1px solid var(--bdr);border-radius:10px;padding:1.25rem;transition:border-color .2s,box-shadow .2s}.card:hover{border-color:var(--bdr2);box-shadow:var(--glow)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:background .2s,box-shadow .2s,transform .1s}.btn:active{transform:scale(.97)}.btn--primary{color:var(--bg);background:linear-gradient(135deg,var(--cyan),var(--purple));box-shadow:0 0 20px #00d4ff40}.btn--primary:hover{box-shadow:0 0 32px #00d4ff66}.btn--secondary{color:var(--txt);background:var(--bg3);border:1px solid var(--bdr)}.btn--secondary:hover{background:var(--bg4);border-color:var(--bdr2)}.input,.select{width:100%;padding:.6rem .9rem;font-size:.9rem;color:var(--txt);background:var(--bg3);border:1px solid var(--bdr);border-radius:8px;outline:none;transition:border-color .2s,box-shadow .2s}.input:focus,.select:focus{border-color:var(--bdr2);box-shadow:0 0 12px #00d4ff26}.select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%238888aa' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2rem}.footer{padding:1.5rem 2rem;background:var(--bg2);border-top:1px solid var(--bdr);text-align:center}.footer__links{display:flex;justify-content:center;gap:1.5rem;margin-bottom:.75rem;font-size:.85rem}.footer__links a{color:var(--txt2);transition:color .2s}.footer__links a:hover{color:var(--cyan)}.footer__link-btn{font:inherit;color:var(--txt2);background:none;border:none;padding:0;cursor:pointer;transition:color .2s}.footer__link-btn:hover{color:var(--cyan)}.footer__disclaimer{font-size:.75rem;color:var(--txt3);max-width:600px;margin:0 auto;line-height:1.5}@media(max-width:768px){.header__hamburger{display:flex}.layout{grid-template-columns:1fr}.sidebar{position:fixed;top:var(--header-height);left:0;width:100%;height:calc(100vh - var(--header-height));z-index:90;transform:translate(-100%);transition:transform .3s ease;border-right:none;border-bottom:none}.sidebar--open{transform:translate(0)}.main{padding:1rem}.header{padding:0 1rem}.footer{padding:1rem}}.sidebar__section{margin-bottom:1.25rem}.sidebar__title{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--txt2);margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--bdr)}.sidebar__generate{width:100%;margin-bottom:1.25rem;padding:.75rem;font-size:1rem}.field{display:block;margin-bottom:.75rem}.field__label{display:block;font-size:.8rem;font-weight:600;color:var(--txt2);margin-bottom:.3rem}.summary-card{text-align:center;padding:1rem}.summary-card__tier{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.75rem}.summary-card__tier-num{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;font-size:1.1rem;font-weight:800;color:var(--bg);background:var(--tier-color);box-shadow:0 0 16px color-mix(in srgb,var(--tier-color) 40%,transparent)}.summary-card__tier-label{font-size:1rem;font-weight:700;color:var(--tier-color)}.summary-card__hw{display:flex;flex-direction:column;gap:.2rem;font-size:.8rem;color:var(--txt2)}.summary-card__bottleneck{margin-top:.5rem;font-size:.8rem;color:var(--orange)}.summary-card__hw-row{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem}.summary-card__hw-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.amazon-link{flex:0 0 auto;font-size:.7rem;color:var(--cyan);text-decoration:none;padding:.1rem .4rem;border:1px solid rgba(0,212,255,.25);border-radius:4px;opacity:.85;transition:opacity .15s,background .15s}.amazon-link:hover{opacity:1;background:#00d4ff14}.affiliate-disclosure{margin:.6rem 0 0;font-size:.65rem;color:var(--txt3, #777);line-height:1.4;font-style:italic}.donation-link{text-decoration:none;transition:opacity .15s,background .15s}.donation-link--footer{font-size:.85rem;color:var(--purple);padding:.2rem .6rem;border:1px solid rgba(155,89,255,.3);border-radius:999px;opacity:.9}.donation-link--footer:hover{opacity:1;background:#9b59ff14}.donation-link--inline{display:inline-block;margin-top:.4rem;font-size:.85rem;color:var(--purple);opacity:.85}.donation-link--inline:hover{opacity:1;text-decoration:underline}.empty-state__support{margin:.5rem 0 0;min-height:0}.empty-state__support:empty{display:none}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:350px;text-align:center;color:var(--txt2)}.empty-state__icon{font-size:3rem;margin-bottom:1rem;opacity:.4}.empty-state h2{margin-bottom:.5rem;color:var(--txt)}.empty-state p{max-width:420px;line-height:1.6}.results__header{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--bdr)}.results__game h2{margin-bottom:.25rem}.results__engine{font-size:.85rem;color:var(--txt2)}.results__stats{display:flex;align-items:center;gap:1.5rem}.tier-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--card);border:1px solid var(--bdr);border-radius:8px}.tier-badge__number{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;font-size:1rem;font-weight:800;color:var(--bg);background:var(--tier-color);box-shadow:0 0 12px color-mix(in srgb,var(--tier-color) 40%,transparent)}.tier-badge__label{font-weight:700;color:var(--tier-color)}.tier-badge__bottleneck{font-size:.75rem;color:var(--orange);margin-left:.25rem}.fps-estimate{display:flex;flex-direction:column;align-items:center}.fps-estimate__number{font-size:2rem;font-weight:800;line-height:1;background:linear-gradient(135deg,var(--green),var(--cyan));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.fps-estimate__label{font-size:.7rem;font-weight:600;color:var(--txt2);text-transform:uppercase;letter-spacing:.5px}.fps-source-badge{font-size:.55rem;font-weight:700;padding:1px 5px;border-radius:3px;text-transform:uppercase;letter-spacing:.5px;margin-top:2px}.fps-source-badge--verified{background:#00ff8826;color:var(--green)}.fps-source-badge--estimated{background:#8888aa1a;color:var(--txt3)}.fps-target{display:flex;flex-direction:column;align-items:center}.fps-target__number{font-size:1.4rem;font-weight:800;line-height:1;color:var(--purple)}.fps-target__label{font-size:.7rem;font-weight:600;color:var(--txt2);text-transform:uppercase;letter-spacing:.5px}.fps-target__status{font-size:.55rem;font-weight:700;padding:1px 5px;border-radius:3px;text-transform:uppercase;letter-spacing:.5px;margin-top:2px}.fps-target__status--met{background:#00ff8826;color:var(--green)}.fps-target__status--near{background:#ffd12a26;color:var(--yellow)}.fps-target__status--below{background:#ff475726;color:var(--red)}.fps-metric{display:flex;flex-direction:column;align-items:center}.fps-metric__number{font-size:1.4rem;font-weight:800;line-height:1;color:var(--txt)}.fps-metric__number small{font-size:.75rem;font-weight:600;color:var(--txt2)}.fps-metric__label{font-size:.65rem;font-weight:600;color:var(--txt3);text-transform:uppercase;letter-spacing:.5px}.perf-summary{display:flex;align-items:center;gap:2rem;margin-bottom:1.5rem;padding:1rem;background:var(--card);border:1px solid var(--bdr);border-radius:10px;overflow:hidden}.perf-summary__rating{font-size:1.3rem;font-weight:800;white-space:nowrap;min-width:130px;text-shadow:0 0 16px currentColor}.perf-summary__loads{flex:1;display:flex;flex-direction:column;gap:.5rem;width:100%}.load-bar{display:grid;grid-template-columns:68px minmax(60px,1fr) 42px;align-items:center;gap:.5rem}.load-bar__label{font-size:.75rem;font-weight:600;color:var(--txt2);white-space:nowrap}.load-bar__track{height:10px;background:var(--bg3);border-radius:5px;overflow:hidden}.load-bar__fill{height:100%;border-radius:5px;transition:width .4s ease}.load-bar__value{font-size:.75rem;font-weight:700;color:var(--txt2);text-align:right}.bottleneck-warning{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.8rem;font-weight:600;color:var(--red);background:#ff475714;border:1px solid rgba(255,71,87,.25);border-radius:8px;line-height:1.5}.bottleneck-warning--mild{color:var(--orange);background:#ff704314;border-color:#ff704340}.bottleneck-warning__icon{font-size:1rem}.quick-ref{margin-bottom:1.5rem}.quick-ref__title{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--txt2);margin-bottom:.75rem;padding-bottom:.4rem;border-bottom:1px solid var(--bdr)}.quick-ref__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.25rem 1rem}.quick-ref__row{display:flex;justify-content:space-between;align-items:center;padding:.3rem 0;border-bottom:1px solid var(--bdr)}.quick-ref__name{font-size:.78rem;color:var(--txt2)}.quick-ref__val{font-size:.78rem;font-weight:700;color:var(--cyan)}.settings-section{margin-bottom:1.5rem}.settings-section__title{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--txt2);margin-bottom:.75rem;padding-bottom:.4rem;border-bottom:1px solid var(--bdr)}.settings-section--rt{margin-top:2rem;border:1px solid rgba(155,89,255,.2);border-radius:10px;padding:1.2rem;background:linear-gradient(135deg,#9b59ff0a,#00d4ff05);box-shadow:0 0 20px #9b59ff0f}.settings-section--rt .settings-section__title{color:var(--purple);border-bottom-color:#9b59ff40}.impact-pct{display:inline-block;font-size:.7rem;font-weight:700;padding:2px 6px;border-radius:4px;white-space:nowrap}.impact-pct--cost{background:#ff704326;color:var(--orange)}.impact-pct--boost{background:#00ff8826;color:var(--green)}.impact-pct--off{background:#8888aa1a;color:var(--txt3)}.settings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.75rem}.setting-card{padding:1rem}.setting-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.setting-card__name{font-size:.95rem;font-weight:600}.setting-card__value{font-size:1.2rem;font-weight:800;color:var(--cyan);margin-bottom:.5rem}.setting-card__levels{display:flex;flex-wrap:wrap;gap:.3rem;margin-bottom:.5rem}.level{padding:.15rem .5rem;font-size:.7rem;font-weight:600;color:var(--txt3);background:var(--bg3);border-radius:4px}.level--selected{color:var(--bg);background:var(--cyan);box-shadow:0 0 8px #00d4ff4d}.setting-card__rationale{font-size:.78rem;color:var(--txt2);line-height:1.4}.setting-card__compare{display:inline-block;margin-top:.4rem;font-size:.7rem;font-weight:600;color:var(--cyan);text-decoration:none}.setting-card__compare:hover{text-decoration:underline}.impact{display:flex;align-items:center;gap:2px}.pip{width:6px;height:6px;border-radius:50%;background:var(--bg4)}.pip--active{background:var(--orange);box-shadow:0 0 4px var(--orange)}.impact--boost .pip--active{background:var(--green);box-shadow:0 0 4px var(--green)}.impact__label{font-size:.6rem;font-weight:700;color:var(--txt3);margin-left:4px;text-transform:uppercase}.impact-chart{margin-top:1.5rem;padding:1.25rem;background:var(--card);border:1px solid var(--bdr);border-radius:10px}.impact-chart__title{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--txt2);margin-bottom:1rem}.impact-chart__bars{display:flex;flex-direction:column;gap:.5rem}.chart-row{display:grid;grid-template-columns:180px 1fr 80px;align-items:center;gap:.75rem}.chart-row__label{font-size:.8rem;font-weight:600;color:var(--txt);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chart-row__track{height:20px;background:var(--bg3);border-radius:4px;overflow:hidden}.chart-bar{height:100%;border-radius:4px;display:flex;align-items:center;justify-content:flex-end;padding-right:6px;min-width:24px;transition:width .3s ease}.chart-bar--cost{background:linear-gradient(90deg,var(--orange),var(--red))}.chart-bar--boost{background:linear-gradient(90deg,var(--cyan),var(--green))}.chart-bar__value{font-size:.65rem;font-weight:700;color:var(--bg)}.chart-row__level{font-size:.75rem;font-weight:600;color:var(--txt2);text-align:right}.impact-chart__legend{display:flex;gap:1rem;margin-top:.75rem;font-size:.65rem;color:var(--txt3)}.chart-legend--cost{color:var(--orange)}.chart-legend--boost{color:var(--green)}.chart-legend--source{color:var(--txt2)}.copy-bar[hidden]{display:none!important}.copy-bar{display:flex;align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--bdr)}.copy-bar__status{font-size:.85rem;font-weight:600;color:var(--green)}.tweaks__intro{margin-bottom:1.5rem}.tweaks__intro h2{margin-bottom:.5rem}.tweaks__intro p{color:var(--txt2);max-width:600px;margin-bottom:.75rem}.tweaks__legend{display:flex;gap:1.5rem;font-size:.8rem;font-weight:600}.tweaks-section{margin-bottom:1.5rem}.tweaks-section__title{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--txt2);margin-bottom:.75rem;padding-bottom:.4rem;border-bottom:1px solid var(--bdr)}.tweaks-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:.75rem}.tweak-card{padding:1rem}.tweak-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.tweak-card__title{font-size:.95rem;font-weight:600}.tweak-card__meta{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.tweak-card__risk{font-size:.7rem;font-weight:700;text-transform:uppercase}.tweak-card__desc{font-size:.8rem;color:var(--txt2);line-height:1.5;margin-bottom:.5rem}.tweak-card__tags{display:flex;gap:.4rem;margin-bottom:.5rem}.tweak-tag{font-size:.65rem;font-weight:600;padding:.15rem .5rem;border-radius:4px}.tweak-tag--reboot{background:#ff475726;color:var(--red)}.tweak-tag--reversible{background:#00ff881a;color:var(--green)}.tweak-card__toggle{font-size:.8rem;padding:.35rem .75rem}.tweak-card__steps{margin-top:.75rem;padding-left:1.25rem;list-style:decimal}.tweak-card__steps li{font-size:.8rem;color:var(--txt2);line-height:1.6;margin-bottom:.3rem}.fps-slider{padding:0}.fps-slider__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.fps-slider__label{font-size:.8rem;font-weight:600;color:var(--txt2)}.fps-slider__input-box{width:4ch;font-size:1.2rem;font-weight:800;font-family:inherit;color:var(--cyan);background:var(--bg3);border:1px solid var(--bdr);border-radius:4px;padding:2px 4px;text-align:center;-moz-appearance:textfield}.fps-slider__input-box::-webkit-inner-spin-button,.fps-slider__input-box::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.fps-slider__input-box:focus{outline:none;border-color:var(--cyan);box-shadow:0 0 8px #00d4ff4d}.fps-slider__input{width:100%;height:6px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--bg4);border-radius:3px;outline:none;margin-bottom:.5rem}.fps-slider__input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:var(--cyan);cursor:pointer;box-shadow:0 0 8px #00d4ff66}.fps-slider__input::-moz-range-thumb{width:18px;height:18px;border:none;border-radius:50%;background:var(--cyan);cursor:pointer}.fps-slider__presets{display:flex;gap:.3rem;flex-wrap:wrap}.fps-preset{padding:.2rem .5rem;font-size:.7rem;font-weight:600;color:var(--txt3);background:var(--bg3);border:1px solid var(--bdr);border-radius:4px;cursor:pointer;transition:all .15s}.fps-preset:hover{color:var(--txt);border-color:var(--bdr2)}.fps-preset--active{color:var(--bg);background:var(--cyan);border-color:var(--cyan)}.modal-overlay[hidden]{display:none!important}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{position:relative;width:min(520px,90vw);max-height:80vh;overflow-y:auto;background:var(--card);border:1px solid var(--bdr2);border-radius:12px;padding:1.5rem;box-shadow:0 0 40px #00d4ff26}.modal__close{position:absolute;top:.75rem;right:.75rem;background:none;border:none;color:var(--txt2);font-size:1.5rem;cursor:pointer;line-height:1}.modal__close:hover{color:var(--txt)}.modal__title{font-size:1.25rem;margin-bottom:.25rem}.modal__category{font-size:.75rem;font-weight:600;text-transform:uppercase;color:var(--txt3);letter-spacing:.5px}.modal__desc{margin-top:.75rem;font-size:.85rem;color:var(--txt2);line-height:1.5}.modal__game-note{margin-top:.6rem;padding:.6rem .75rem;font-size:.82rem;color:var(--cyan);background:#00d4ff0f;border-left:3px solid var(--cyan);border-radius:0 6px 6px 0;line-height:1.5}.modal__game-note strong{color:var(--txt)}.modal__stats{display:flex;gap:1.5rem;margin-top:1rem}.modal__stat{flex:1;display:flex;flex-direction:column;gap:.3rem}.modal__stat-label{font-size:.75rem;font-weight:600;color:var(--txt3);text-transform:uppercase}.modal__stat-value{font-size:.85rem;font-weight:700;color:var(--txt)}.modal__bar-track{height:8px;background:var(--bg3);border-radius:4px;overflow:hidden}.modal__bar{height:100%;border-radius:4px;transition:width .3s}.modal__levels{margin-top:1rem}.modal__level-list{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.4rem}.modal__recommendation{display:flex;align-items:center;gap:.75rem;margin-top:1rem;padding:.75rem;background:var(--bg3);border-radius:8px}.modal__rec-label{font-size:.75rem;font-weight:600;color:var(--txt2);text-transform:uppercase}.modal__rec-value{font-size:1.1rem;font-weight:800;color:var(--cyan)}.modal__rationale{margin-top:.5rem;font-size:.8rem;color:var(--txt2)}.modal__bound{margin-top:.5rem;font-size:.75rem;color:var(--txt3);font-style:italic}.profile-overlay[hidden]{display:none!important}.profile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:150;display:flex;align-items:flex-start;justify-content:flex-end;background:#00000080}.profile-overlay__panel{width:min(380px,90vw);height:100vh;overflow-y:auto;background:var(--bg2);border-left:1px solid var(--bdr2);padding:1.5rem;box-shadow:-8px 0 32px #00000080}.profile-panel__title{font-size:1.1rem;margin-bottom:1rem}.profile-panel__save{display:flex;gap:.5rem;margin-bottom:1rem}.profile-panel__save .input{flex:1}.profile-panel__empty{color:var(--txt3);font-size:.85rem;text-align:center;padding:2rem 0}.profile-panel__list{display:flex;flex-direction:column;gap:.5rem}.profile-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem}.profile-item__info{display:flex;flex-direction:column;gap:.15rem;min-width:0}.profile-item__info strong{font-size:.9rem}.profile-item__hw{font-size:.7rem;color:var(--txt2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-item__actions{display:flex;gap:.3rem;flex-shrink:0}.profile-item__actions .btn{padding:.3rem .6rem;font-size:.75rem}.comments-section{margin-top:1.5rem}.comments-section__title{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--txt2);margin-bottom:.75rem}.comments-list{display:flex;flex-direction:column;gap:.5rem}.comment{padding:.75rem 1rem}.comment__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.4rem}.comment__author{font-size:.85rem;color:var(--cyan)}.comment__date{font-size:.7rem;color:var(--txt3)}.comment__text{font-size:.8rem;color:var(--txt2);line-height:1.5}.comment__footer{margin-top:.4rem}.comment__helpful{font-size:.7rem;color:var(--txt3)}@keyframes cardIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.card--animate-in{animation:cardIn .35s ease both}@keyframes pulseGlow{0%,to{box-shadow:0 0 20px #00d4ff40}50%{box-shadow:0 0 32px #00d4ff80}}.sidebar__generate:hover{animation:pulseGlow 1.5s ease infinite}.setting-card{transition:border-color .2s,box-shadow .2s,transform .15s}.setting-card:hover{transform:translateY(-2px)}.tweak-card{transition:border-color .2s,box-shadow .2s,transform .15s}.tweak-card:hover{transform:translateY(-2px)}@media(max-width:768px){.results__header{flex-direction:column}.results__stats{width:100%;justify-content:space-between}.perf-summary{flex-direction:column;gap:1rem;align-items:flex-start}.perf-summary__loads{width:100%;min-width:0}.settings-grid,.tweaks-grid{grid-template-columns:1fr}.chart-row{grid-template-columns:120px 1fr 60px}.modal{width:95vw;max-height:90vh}.profile-overlay__panel{width:100vw}}.upscaler-badge{display:inline-block;padding:.15rem .55rem;font-size:.65rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase;border-radius:4px;vertical-align:middle}.upscaler-badge--dlss{color:var(--green);background:#00ff881f;border:1px solid rgba(0,255,136,.25)}.upscaler-badge--fsr{color:var(--red);background:#ff47571f;border:1px solid rgba(255,71,87,.25)}.upscaler-badge--xess{color:var(--cyan);background:#00d4ff1f;border:1px solid rgba(0,212,255,.25)}.optimization-badge{display:inline-block;padding:.15rem .55rem;font-size:.65rem;font-weight:600;letter-spacing:.3px;border-radius:4px;vertical-align:middle;background:color-mix(in srgb,currentColor 10%,transparent);border:1px solid color-mix(in srgb,currentColor 25%,transparent)}.frame-gen-badge{display:inline-block;padding:.15rem .55rem;font-size:.65rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase;border-radius:4px;vertical-align:middle;color:var(--purple);background:#9b59ff1f;border:1px solid rgba(155,89,255,.25)}.results__badges{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:.25rem}.rt-fps .fps-metric__number,.rt-fps__number{color:var(--orange)!important}.rt-fps .fps-metric__label{color:var(--txt2)}.rt-fps .fps-metric__label small{color:var(--orange);opacity:.8}.frame-gen-fps .fps-metric__number,.frame-gen-fps__number{color:var(--purple)!important}.frame-gen-fps .fps-metric__label{color:var(--txt2)}.cpu-factor{font-size:.75rem;color:var(--orange);padding:.4rem .75rem;margin-top:.5rem;background:#ffa5000f;border:1px solid rgba(255,165,0,.15);border-radius:6px}.consent-banner{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:1000;display:flex;align-items:center;gap:1rem;padding:.9rem 1.1rem;background:var(--bg2);border:1px solid rgba(0,212,255,.18);border-radius:10px;box-shadow:0 8px 24px #00000080;font-size:.85rem;line-height:1.5;color:var(--txt2)}.consent-banner__text{flex:1 1 auto;min-width:0}.consent-banner__text strong{color:var(--cyan);margin-right:.25rem}.consent-banner__text a{color:var(--cyan);text-decoration:underline}.consent-banner__actions{display:flex;gap:.5rem;flex:0 0 auto}.consent-banner__btn{font-family:inherit;font-size:.85rem;font-weight:600;padding:.45rem .85rem;border-radius:6px;border:1px solid transparent;cursor:pointer;white-space:nowrap;transition:background .15s,border-color .15s}.consent-banner__btn--secondary{background:transparent;border-color:#ffffff2e;color:var(--txt2)}.consent-banner__btn--secondary:hover{border-color:var(--cyan);color:var(--cyan)}.consent-banner__btn--primary{background:var(--cyan);color:var(--bg)}.consent-banner__btn--primary:hover{background:#00b8d4}@media(max-width:640px){.consent-banner{flex-direction:column;align-items:stretch}.consent-banner__actions{justify-content:flex-end}}
