:root{--profiler-accent: #6366f1;--profiler-accent-hover: #4f46e5;--profiler-accent-soft: #6366f120;--profiler-success: #22c55e;--profiler-danger: #ef4444;--profiler-warning: #f59e0b;--profiler-text: #1e293b;--profiler-text-muted: #64748b;--profiler-bg: #f8fafc;--profiler-surface: #ffffff;--profiler-surface-2: #f1f5f9;--profiler-border: #e2e8f0;--profiler-border-focus: #6366f1;--profiler-shadow: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);--profiler-shadow-md: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -2px rgba(0,0,0,.1);--profiler-radius: .5rem;--profiler-radius-lg: .75rem;--profiler-transition: .15s ease}.dark[data-astro-cid-b53g6mbi]{--profiler-accent: #818cf8;--profiler-accent-hover: #6366f1;--profiler-accent-soft: #6366f130;--profiler-text: #e2e8f0;--profiler-text-muted: #94a3b8;--profiler-bg: #0f172a;--profiler-surface: #1e293b;--profiler-surface-2: #0f172a;--profiler-border: #334155;--profiler-border-focus: #818cf8;--profiler-shadow: 0 1px 3px rgba(0,0,0,.3);--profiler-shadow-md: 0 4px 6px -1px rgba(0,0,0,.4)}.profiler-layout[data-astro-cid-b53g6mbi]{display:flex;flex-direction:column;height:100dvh;overflow:hidden;background:var(--profiler-bg);color:var(--profiler-text);font-family:Inter,system-ui,sans-serif}.profiler-header[data-astro-cid-b53g6mbi]{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.625rem 1.25rem;flex-shrink:0;border-bottom:1px solid var(--profiler-border);background:var(--profiler-surface);z-index:20}.profiler-header-title[data-astro-cid-b53g6mbi] h1[data-astro-cid-b53g6mbi]{font-size:1.125rem;font-weight:700;letter-spacing:-.02em;background:linear-gradient(135deg,#6366f1,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.profiler-header-title[data-astro-cid-b53g6mbi] p[data-astro-cid-b53g6mbi]{font-size:.7rem;color:var(--profiler-text-muted);margin:.1rem 0 0}.profiler-header-actions[data-astro-cid-b53g6mbi]{display:flex;align-items:center;gap:.5rem}.mode-selector[data-astro-cid-b53g6mbi]{display:flex;gap:.375rem;padding:.5rem 1.25rem;flex-shrink:0;background:var(--profiler-surface);border-bottom:1px solid var(--profiler-border);overflow-x:auto}.mode-btn[data-astro-cid-b53g6mbi]{display:flex;align-items:center;gap:.375rem;padding:.375rem .875rem;border-radius:999px;border:1px solid var(--profiler-border);background:transparent;color:var(--profiler-text-muted);font-size:.8rem;font-weight:500;cursor:pointer;transition:all var(--profiler-transition);white-space:nowrap}.mode-btn[data-astro-cid-b53g6mbi]:hover{border-color:var(--profiler-accent);color:var(--profiler-accent);background:var(--profiler-accent-soft)}.mode-btn[data-astro-cid-b53g6mbi][data-active=true]{border-color:var(--profiler-accent);background:var(--profiler-accent);color:#fff}.profiler-main[data-astro-cid-b53g6mbi]{display:grid;grid-template-columns:420px 1fr;flex:1;min-height:0;overflow:hidden}@media(max-width:900px){.profiler-main[data-astro-cid-b53g6mbi]{grid-template-columns:1fr;grid-template-rows:auto 1fr}}.input-panel[data-astro-cid-b53g6mbi]{display:flex;flex-direction:column;border-right:1px solid var(--profiler-border);overflow-y:auto;background:var(--profiler-surface)}.input-panel-inner[data-astro-cid-b53g6mbi]{padding:1rem 1.25rem;display:flex;flex-direction:column;gap:1rem}.form-section[data-astro-cid-b53g6mbi]{border:1px solid var(--profiler-border);border-radius:var(--profiler-radius-lg);overflow:hidden}.form-section-header[data-astro-cid-b53g6mbi]{display:flex;align-items:center;gap:.5rem;padding:.5rem .875rem;background:var(--profiler-surface-2);border-bottom:1px solid var(--profiler-border);font-size:.75rem;font-weight:600;color:var(--profiler-text-muted);text-transform:uppercase;letter-spacing:.06em;cursor:pointer;user-select:none}.form-section-header[data-astro-cid-b53g6mbi] .section-icon[data-astro-cid-b53g6mbi]{width:.875rem;height:.875rem;color:var(--profiler-accent)}.form-section-body[data-astro-cid-b53g6mbi]{padding:.75rem;display:grid;grid-template-columns:1fr 1fr;gap:.625rem}.form-section-body[data-astro-cid-b53g6mbi].single-col{grid-template-columns:1fr}.form-field[data-astro-cid-b53g6mbi]{display:flex;flex-direction:column;gap:.25rem}.form-field[data-astro-cid-b53g6mbi].span-2{grid-column:span 2}.form-label[data-astro-cid-b53g6mbi]{font-size:.7rem;font-weight:500;color:var(--profiler-text-muted)}.form-input[data-astro-cid-b53g6mbi],.form-select[data-astro-cid-b53g6mbi]{width:100%;padding:.375rem .625rem;border:1px solid var(--profiler-border);border-radius:var(--profiler-radius);background:var(--profiler-bg);color:var(--profiler-text);font-size:.8rem;font-family:inherit;transition:border-color var(--profiler-transition),box-shadow var(--profiler-transition);box-sizing:border-box}.form-input[data-astro-cid-b53g6mbi]:focus,.form-select[data-astro-cid-b53g6mbi]:focus{outline:none;border-color:var(--profiler-border-focus);box-shadow:0 0 0 3px var(--profiler-accent-soft)}.form-input[data-astro-cid-b53g6mbi][readonly]{opacity:.6;cursor:default}.form-hint[data-astro-cid-b53g6mbi]{font-size:.65rem;color:var(--profiler-text-muted);font-style:italic}.toggle-item[data-astro-cid-b53g6mbi]{display:flex;align-items:center;gap:.5rem;padding:.4rem 0;cursor:pointer}.toggle-item[data-astro-cid-b53g6mbi] .toggle-label[data-astro-cid-b53g6mbi]{font-size:.75rem;font-weight:500;color:var(--profiler-text);flex:1}.toggle-switch[data-astro-cid-b53g6mbi]{position:relative;display:inline-block;width:2rem;height:1.125rem;flex-shrink:0}.toggle-switch[data-astro-cid-b53g6mbi] input[data-astro-cid-b53g6mbi]{opacity:0;width:0;height:0}.toggle-slider[data-astro-cid-b53g6mbi]{position:absolute;inset:0;background:var(--profiler-border);border-radius:999px;transition:background var(--profiler-transition);cursor:pointer}.toggle-slider[data-astro-cid-b53g6mbi]:before{content:"";position:absolute;width:.875rem;height:.875rem;left:.125rem;top:.125rem;background:#fff;border-radius:50%;transition:transform var(--profiler-transition);box-shadow:0 1px 2px #0000004d}.toggle-switch[data-astro-cid-b53g6mbi] input[data-astro-cid-b53g6mbi]:checked+.toggle-slider[data-astro-cid-b53g6mbi]{background:var(--profiler-accent)}.toggle-switch[data-astro-cid-b53g6mbi] input[data-astro-cid-b53g6mbi]:checked+.toggle-slider[data-astro-cid-b53g6mbi]:before{transform:translate(.875rem)}.sub-fields[data-astro-cid-b53g6mbi]{padding:.5rem .5rem .25rem;border-top:1px solid var(--profiler-border);display:grid;grid-template-columns:1fr 1fr;gap:.5rem;background:var(--profiler-surface-2)}.sub-fields[data-astro-cid-b53g6mbi].hidden{display:none}.btn-calculate[data-astro-cid-b53g6mbi]{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.625rem 1rem;border:none;border-radius:var(--profiler-radius);background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-size:.875rem;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity var(--profiler-transition),transform var(--profiler-transition);box-shadow:0 4px 14px #6366f166}.btn-calculate[data-astro-cid-b53g6mbi]:hover:not(:disabled){opacity:.92;transform:translateY(-1px)}.btn-calculate[data-astro-cid-b53g6mbi]:active:not(:disabled){transform:translateY(0)}.btn-calculate[data-astro-cid-b53g6mbi]:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.results-panel[data-astro-cid-b53g6mbi]{display:flex;flex-direction:column;overflow-y:auto;background:var(--profiler-bg)}.results-panel-inner[data-astro-cid-b53g6mbi]{padding:1rem 1.25rem;display:flex;flex-direction:column;gap:1rem}.result-card[data-astro-cid-b53g6mbi]{border:1px solid var(--profiler-border);border-radius:var(--profiler-radius-lg);background:var(--profiler-surface);overflow:hidden;box-shadow:var(--profiler-shadow)}.result-card-header[data-astro-cid-b53g6mbi]{display:flex;align-items:center;gap:.5rem;padding:.625rem .875rem;background:var(--profiler-surface-2);border-bottom:1px solid var(--profiler-border);font-size:.75rem;font-weight:600;color:var(--profiler-text-muted);text-transform:uppercase;letter-spacing:.06em}.result-card-body[data-astro-cid-b53g6mbi]{padding:.875rem}.vram-bar-wrapper[data-astro-cid-b53g6mbi]{margin-bottom:.75rem}.vram-bar[data-astro-cid-b53g6mbi]{display:flex;height:1.5rem;border-radius:999px;overflow:hidden;background:var(--profiler-border);position:relative}.vram-bar-segment[data-astro-cid-b53g6mbi]{height:100%;transition:width .4s ease}.vram-bar-segment[data-astro-cid-b53g6mbi].weights{background:#6366f1}.vram-bar-segment[data-astro-cid-b53g6mbi].kv{background:#8b5cf6}.vram-bar-segment[data-astro-cid-b53g6mbi].overhead{background:#a78bfa}.vram-bar-segment[data-astro-cid-b53g6mbi].free{background:transparent}.vram-bar-overflow[data-astro-cid-b53g6mbi]{position:absolute;right:0;top:0;height:100%;background:repeating-linear-gradient(45deg,#ef444440,#ef444440 4px,transparent 4px,transparent 8px)}.vram-legend[data-astro-cid-b53g6mbi]{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.vram-legend-item[data-astro-cid-b53g6mbi]{display:flex;align-items:center;gap:.25rem;font-size:.7rem;color:var(--profiler-text-muted)}.vram-legend-dot[data-astro-cid-b53g6mbi]{width:.5rem;height:.5rem;border-radius:50%;flex-shrink:0}.vram-legend-dot[data-astro-cid-b53g6mbi].weights{background:#6366f1}.vram-legend-dot[data-astro-cid-b53g6mbi].kv{background:#8b5cf6}.vram-legend-dot[data-astro-cid-b53g6mbi].overhead{background:#a78bfa}.vram-stats[data-astro-cid-b53g6mbi]{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:.75rem}.vram-stat[data-astro-cid-b53g6mbi]{text-align:center;padding:.5rem;background:var(--profiler-surface-2);border-radius:var(--profiler-radius);border:1px solid var(--profiler-border)}.vram-stat-value[data-astro-cid-b53g6mbi]{font-size:1.125rem;font-weight:700;color:var(--profiler-text);font-variant-numeric:tabular-nums}.vram-stat-label[data-astro-cid-b53g6mbi]{font-size:.65rem;color:var(--profiler-text-muted);margin-top:.125rem}.status-badge[data-astro-cid-b53g6mbi]{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600}.status-badge[data-astro-cid-b53g6mbi].fit{background:#22c55e20;color:#16a34a;border:1px solid #22c55e40}.status-badge[data-astro-cid-b53g6mbi].oom{background:#ef444420;color:#dc2626;border:1px solid #ef444440}.dark[data-astro-cid-b53g6mbi] .status-badge[data-astro-cid-b53g6mbi].fit{color:#4ade80}.dark[data-astro-cid-b53g6mbi] .status-badge[data-astro-cid-b53g6mbi].oom{color:#f87171}.speed-grid[data-astro-cid-b53g6mbi]{display:grid;grid-template-columns:repeat(3,1fr);gap:.625rem}.speed-card[data-astro-cid-b53g6mbi]{text-align:center;padding:.75rem .5rem;background:var(--profiler-surface-2);border-radius:var(--profiler-radius);border:1px solid var(--profiler-border)}.speed-card-value[data-astro-cid-b53g6mbi]{font-size:1.25rem;font-weight:700;color:var(--profiler-accent);font-variant-numeric:tabular-nums}.speed-card-unit[data-astro-cid-b53g6mbi]{font-size:.65rem;color:var(--profiler-text-muted);margin-left:.125rem}.speed-card-label[data-astro-cid-b53g6mbi]{font-size:.68rem;color:var(--profiler-text-muted);margin-top:.25rem}.results-empty[data-astro-cid-b53g6mbi]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:.75rem;color:var(--profiler-text-muted);text-align:center;padding:2rem}.results-empty-icon[data-astro-cid-b53g6mbi]{width:3rem;height:3rem;opacity:.4}.results-empty[data-astro-cid-b53g6mbi] p[data-astro-cid-b53g6mbi]{font-size:.875rem;max-width:22rem;line-height:1.5}.icon-btn[data-astro-cid-b53g6mbi]{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:var(--profiler-radius);border:1px solid var(--profiler-border);background:transparent;color:var(--profiler-text-muted);cursor:pointer;transition:all var(--profiler-transition);flex-shrink:0}.icon-btn[data-astro-cid-b53g6mbi]:hover{background:var(--profiler-surface-2);color:var(--profiler-text)}.lang-btn[data-astro-cid-b53g6mbi]{display:flex;align-items:center;gap:.375rem;height:2rem;padding:0 .75rem;border-radius:var(--profiler-radius);border:1px solid var(--profiler-border);background:transparent;color:var(--profiler-text-muted);cursor:pointer;font-size:.75rem;font-weight:600;font-family:inherit;transition:all var(--profiler-transition)}.lang-btn[data-astro-cid-b53g6mbi]:hover{background:var(--profiler-surface-2);color:var(--profiler-text)}.match-table[data-astro-cid-b53g6mbi]{width:100%;border-collapse:collapse;font-size:.78rem}.match-table[data-astro-cid-b53g6mbi] th[data-astro-cid-b53g6mbi]{text-align:left;padding:.5rem .625rem;background:var(--profiler-surface-2);color:var(--profiler-text-muted);font-weight:600;font-size:.68rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--profiler-border)}.match-table[data-astro-cid-b53g6mbi] td[data-astro-cid-b53g6mbi]{padding:.5rem .625rem;border-bottom:1px solid var(--profiler-border);color:var(--profiler-text);font-variant-numeric:tabular-nums}.match-table[data-astro-cid-b53g6mbi] tr[data-astro-cid-b53g6mbi]:last-child td[data-astro-cid-b53g6mbi]{border-bottom:none}.match-table[data-astro-cid-b53g6mbi] tr[data-astro-cid-b53g6mbi].best-roi{background:var(--profiler-accent-soft)}.match-table[data-astro-cid-b53g6mbi] .badge-roi[data-astro-cid-b53g6mbi]{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;border-radius:999px;font-size:.65rem;font-weight:600;background:var(--profiler-accent);color:#fff;white-space:nowrap}#profiler-toast[data-astro-cid-b53g6mbi]{position:fixed;bottom:2rem;left:50%;transform:translate(-50%) translateY(5rem);background:#1e293b;color:#fff;border-radius:1rem;padding:.5rem 1rem;display:flex;align-items:center;gap:.625rem;font-size:.8rem;box-shadow:0 8px 30px #00000040;z-index:999;transition:transform .3s ease,opacity .3s ease;opacity:0;pointer-events:none}#profiler-toast[data-astro-cid-b53g6mbi].show{transform:translate(-50%) translateY(0);opacity:1}.dark[data-astro-cid-b53g6mbi] #profiler-toast[data-astro-cid-b53g6mbi]{background:#334155}.hidden[data-astro-cid-b53g6mbi]{display:none!important}.text-accent[data-astro-cid-b53g6mbi]{color:var(--profiler-accent)}.text-muted[data-astro-cid-b53g6mbi]{color:var(--profiler-text-muted)}.text-danger[data-astro-cid-b53g6mbi]{color:var(--profiler-danger)}.text-success[data-astro-cid-b53g6mbi]{color:var(--profiler-success)}.divider[data-astro-cid-b53g6mbi]{border:none;border-top:1px solid var(--profiler-border);margin:.25rem 0}
