.board-advisor.svelte-zw7gjh{min-height:100vh;padding:1.5rem;max-width:1600px;margin:0 auto}.app-header.svelte-zw7gjh{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--shade6)}.title-section.svelte-zw7gjh{display:flex;flex-direction:column;gap:.25rem}.app-header.svelte-zw7gjh h1:where(.svelte-zw7gjh){margin:0;font-size:1.75rem;font-weight:800;text-transform:uppercase;letter-spacing:1px}.patch.svelte-zw7gjh{font-size:.875rem;color:var(--shade3);font-weight:500}.main-content.svelte-zw7gjh{display:grid;grid-template-columns:400px 1fr;gap:2rem}.section-header.svelte-zw7gjh{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:.75rem}.section-header.svelte-zw7gjh h2:where(.svelte-zw7gjh){margin:0;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--shade2);display:flex;align-items:center;gap:1rem}.board-stats.svelte-zw7gjh{font-size:.875rem;font-weight:400;text-transform:none;color:var(--shade3)}.board-stats.svelte-zw7gjh strong:where(.svelte-zw7gjh){color:var(--shade0)}.cost-filters.svelte-zw7gjh{display:flex;gap:.375rem}.cost-btn.svelte-zw7gjh{padding:.375rem .75rem;border:none;border-radius:var(--br-sm);background:var(--shade7);color:var(--shade2);font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s ease}.cost-btn.svelte-zw7gjh:hover{background:var(--shade6)}.cost-btn.active.svelte-zw7gjh{background:var(--cost-color, var(--shade5));color:#fff}.unit-selector.svelte-zw7gjh{background:var(--shade8);border-radius:var(--br);padding:1rem;height:fit-content;position:sticky;top:1rem}.units-grid.svelte-zw7gjh{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;max-height:calc(100vh - 200px);overflow-y:auto;padding-right:.5rem}.unit-card.svelte-zw7gjh{position:relative;display:flex;flex-direction:column;align-items:center;padding:.5rem;border:2px solid transparent;border-radius:var(--br-sm);background:var(--shade7);cursor:pointer;transition:all .15s ease;border-bottom:3px solid var(--cost-color)}.unit-card.svelte-zw7gjh:hover{background:var(--shade6);transform:translateY(-2px)}.unit-card.selected.svelte-zw7gjh{border-color:var(--primary);background:var(--shade6)}.unit-card.svelte-zw7gjh img:where(.svelte-zw7gjh){width:48px;height:48px;border-radius:var(--br-sm)}.unit-card.svelte-zw7gjh .unit-name:where(.svelte-zw7gjh){font-size:.625rem;font-weight:600;text-align:center;margin-top:.25rem;color:var(--shade1);line-height:1.2}.unit-card.svelte-zw7gjh .unit-cost:where(.svelte-zw7gjh){position:absolute;top:4px;right:4px;font-size:.625rem;font-weight:700;color:var(--cost-color);background:var(--shade9);padding:.125rem .25rem;border-radius:2px}.right-panel.svelte-zw7gjh{display:flex;flex-direction:column;gap:1.5rem}.current-board.svelte-zw7gjh{background:var(--shade8);border-radius:var(--br);padding:1rem}.board-actions.svelte-zw7gjh{display:flex;gap:.5rem}.btn.svelte-zw7gjh{padding:.5rem 1rem;border:none;border-radius:var(--br-sm);font-size:.875rem;font-weight:600;cursor:pointer;transition:all .15s ease}.btn.primary.svelte-zw7gjh{background:var(--primary);color:#fff}.btn.primary.svelte-zw7gjh:hover:not(:disabled){filter:brightness(1.1)}.btn.primary.svelte-zw7gjh:disabled{opacity:.5;cursor:not-allowed}.btn.secondary.svelte-zw7gjh{background:var(--shade6);color:var(--shade1)}.btn.secondary.svelte-zw7gjh:hover{background:var(--shade5)}.board-units.svelte-zw7gjh{display:flex;flex-wrap:wrap;gap:.5rem;min-height:80px;padding:.75rem;background:var(--shade9);border-radius:var(--br-sm);border:2px dashed var(--shade6)}.board-unit.svelte-zw7gjh{position:relative;display:flex;align-items:center;gap:.5rem;padding:.375rem .5rem;background:var(--shade7);border-radius:var(--br-sm);border-left:3px solid var(--cost-color)}.board-unit.svelte-zw7gjh img:where(.svelte-zw7gjh){width:32px;height:32px;border-radius:var(--br-sm)}.board-unit.svelte-zw7gjh .unit-name:where(.svelte-zw7gjh){font-size:.75rem;font-weight:600;color:var(--shade1)}.remove-btn.svelte-zw7gjh{margin-left:.25rem;padding:0 .375rem;background:transparent;border:none;color:var(--shade4);font-size:1rem;cursor:pointer;transition:color .15s}.remove-btn.svelte-zw7gjh:hover{color:var(--red)}.empty-state.svelte-zw7gjh{color:var(--shade4);font-size:.875rem;text-align:center;padding:1rem;margin:0}.recommendations.svelte-zw7gjh{background:var(--shade8);border-radius:var(--br);padding:1rem;flex:1}.recommendations-header.svelte-zw7gjh{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:1rem;flex-wrap:wrap}.recommendations.svelte-zw7gjh h2:where(.svelte-zw7gjh){margin:0;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--shade2)}.comp-filter.svelte-zw7gjh{padding:.5rem .75rem;border-radius:var(--br-sm);background:var(--shade7);border:1px solid var(--shade5);color:var(--shade1);font-size:.875rem;min-width:200px;cursor:pointer}.filter-controls.svelte-zw7gjh{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.comp-filter.svelte-zw7gjh:hover{border-color:var(--shade4)}.comp-filter.svelte-zw7gjh:focus{outline:none;border-color:var(--primary)}.starters-section.svelte-zw7gjh{background:var(--shade7);border-radius:var(--br-sm);padding:1rem;margin-bottom:1rem}.starters-section.collapsed.svelte-zw7gjh{padding:0}.starters-header.svelte-zw7gjh{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.75rem 1rem;background:transparent;border:none;cursor:pointer;text-align:left;transition:background .15s ease;border-radius:var(--br-sm)}.starters-section.svelte-zw7gjh:not(.collapsed) .starters-header:where(.svelte-zw7gjh){padding:0 0 .5rem}.starters-header.svelte-zw7gjh:hover{background:var(--shade6)}.starters-section.svelte-zw7gjh:not(.collapsed) .starters-header:where(.svelte-zw7gjh):hover{background:transparent}.starters-title.svelte-zw7gjh{display:flex;align-items:center;gap:.5rem}.collapse-icon.svelte-zw7gjh{font-size:.625rem;color:var(--shade3)}.starters-section.svelte-zw7gjh h3:where(.svelte-zw7gjh){margin:0;font-size:.875rem;font-weight:700;color:var(--shade1)}.starters-count.svelte-zw7gjh{font-size:.75rem;color:var(--shade4);font-weight:400}.collapsed-hint.svelte-zw7gjh{font-size:.75rem;color:var(--shade4)}.starters-hint.svelte-zw7gjh{margin:0 0 .75rem;font-size:.75rem;color:var(--shade4)}.starters-grid.svelte-zw7gjh{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.5rem}.starter-card.svelte-zw7gjh{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:var(--shade8);border:1px solid var(--shade6);border-radius:var(--br-sm);cursor:pointer;transition:all .15s ease}.starter-card.svelte-zw7gjh:hover{border-color:var(--primary);background:var(--shade6)}.starter-units.svelte-zw7gjh{display:flex;gap:.25rem}.starter-units.svelte-zw7gjh img:where(.svelte-zw7gjh){width:32px;height:32px;border-radius:4px}.starter-stats.svelte-zw7gjh{display:flex;flex-direction:column;align-items:flex-end;gap:.125rem;font-size:.75rem}.starter-stats.svelte-zw7gjh .samples:where(.svelte-zw7gjh){color:var(--shade4)}.loading.svelte-zw7gjh{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem;color:var(--shade3)}.spinner.svelte-zw7gjh{width:32px;height:32px;border:3px solid var(--shade6);border-top-color:var(--primary);border-radius:50%;animation:svelte-zw7gjh-spin .8s linear infinite}@keyframes svelte-zw7gjh-spin{to{transform:rotate(360deg)}}.error.svelte-zw7gjh{color:var(--red);text-align:center;padding:1rem}.no-results.svelte-zw7gjh{text-align:center;padding:2rem;color:var(--shade2)}.no-results.svelte-zw7gjh .hint:where(.svelte-zw7gjh){font-size:.875rem;color:var(--shade4);margin-top:.5rem}.comps-list.svelte-zw7gjh{display:flex;flex-direction:column;gap:1rem}.comp-card.svelte-zw7gjh{background:var(--shade7);border-radius:var(--br-sm);padding:1rem}.comp-name.svelte-zw7gjh{margin:0 0 .75rem;font-size:1rem;font-weight:700;color:var(--shade0)}.action-section.svelte-zw7gjh{margin-bottom:1rem}.action-section.svelte-zw7gjh:last-child{margin-bottom:0}.action-section.svelte-zw7gjh h4:where(.svelte-zw7gjh){margin:0 0 .5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;color:var(--shade3);letter-spacing:.5px}.actions-list.svelte-zw7gjh{display:flex;flex-direction:column;gap:.5rem}.action-row.svelte-zw7gjh{display:flex;align-items:center;gap:1rem;padding:.5rem;background:var(--shade8);border-radius:var(--br-sm)}.action-units.svelte-zw7gjh{display:flex;align-items:center;gap:.5rem;flex:1;flex-wrap:wrap}.action-unit.svelte-zw7gjh{display:flex;align-items:center;gap:.375rem;padding:.25rem .5rem;border-radius:var(--br-sm);font-size:.75rem;font-weight:600}.action-unit.add.svelte-zw7gjh{background:#27cb0b26;color:#27cb0b}.action-unit.remove.svelte-zw7gjh{background:#ff4d4d26;color:#ff4d4d}.action-unit.svelte-zw7gjh img:where(.svelte-zw7gjh){width:24px;height:24px;border-radius:4px}.arrow.svelte-zw7gjh{color:var(--shade4);font-weight:700}.action-stats.svelte-zw7gjh{display:flex;align-items:center;gap:1rem;font-size:.75rem;min-width:100px}.avp.svelte-zw7gjh{font-weight:700;padding:.25rem .5rem;border-radius:4px;background:var(--shade6)}.avp.good.svelte-zw7gjh{color:#27cb0b;background:#27cb0b26}.avp.bad.svelte-zw7gjh{color:#ff4d4d;background:#ff4d4d26}.samples.svelte-zw7gjh{color:var(--shade4)}.select-btn.svelte-zw7gjh{padding:.375rem .75rem;background:var(--shade5);border:none;border-radius:var(--br-sm);color:var(--shade1);font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s ease}.select-btn.svelte-zw7gjh:hover{background:var(--primary);color:#fff}@media (max-width: 1024px){.main-content.svelte-zw7gjh{grid-template-columns:1fr}.unit-selector.svelte-zw7gjh{position:static}.units-grid.svelte-zw7gjh{max-height:300px}}
