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