/* /Components/RecipeTreeChildView.razor.rz.scp.css */
.sf-tree-row[b-616g0plwtt] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.5rem;
    font-size: 0.9rem;
    border-radius: calc(var(--radius) - 0.3rem);
}

.sf-tree-leaf[b-616g0plwtt] {
    color: var(--muted-foreground);
}

.sf-tree-leaf:hover[b-616g0plwtt] {
    background: var(--muted);
}

.sf-tree-trigger[b-616g0plwtt] {
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    color: var(--foreground);
    font-weight: 600;
}

.sf-tree-trigger:hover[b-616g0plwtt] {
    background: var(--muted);
}

.sf-tree-bullet[b-616g0plwtt] {
    color: var(--muted-foreground);
    flex-shrink: 0;
}

.sf-tree-chevron[b-616g0plwtt] {
    color: var(--muted-foreground);
    flex-shrink: 0;
    transition: transform 0.15s;
}

.sf-tree-branch[data-state="open"] .sf-tree-chevron[b-616g0plwtt],
.sf-tree-branch:has(> [data-state="open"]) .sf-tree-chevron[b-616g0plwtt] {
    transform: rotate(90deg);
}

.sf-tree-multiplier[b-616g0plwtt] {
    display: inline-flex;
    align-items: center;
    color: var(--accent-foreground);
    background: var(--accent);
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.1rem 0.5rem;
    border-radius: 999px;
    white-space: nowrap;
}

.sf-tree-children[b-616g0plwtt] {
    padding-left: 1.25rem;
    margin-left: 0.7rem;
    border-left: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
}

.sf-tree-branch[b-616g0plwtt] {
    display: block;
}

@media (max-width: 480px) {
    .sf-tree-children[b-616g0plwtt] {
        padding-left: 0.75rem;
        margin-left: 0.4rem;
    }

    .sf-tree-row[b-616g0plwtt] {
        font-size: 0.85rem;
        gap: 0.35rem;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.sf-shell[b-0t3jpnlxkd] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-0t3jpnlxkd] {
    flex: 1;
}

.sf-footer[b-0t3jpnlxkd] {
    border-top: 1px solid var(--border);
    color: var(--muted-foreground);
    font-size: 0.85rem;
}

.sf-footer-inner[b-0t3jpnlxkd] {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
    justify-content: space-between;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.sf-nav[b-bmqbkbq45f] {
    border-bottom: 1px solid var(--border);
    background-color: color-mix(in srgb, var(--background) 90%, transparent);
    backdrop-filter: blur(6px);
    position: sticky;
    top: 0;
    z-index: 40;
}

.sf-nav-inner[b-bmqbkbq45f] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
}

.sf-brand[b-bmqbkbq45f] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--foreground);
    text-decoration: none;
    margin-right: auto;
}

.sf-brand:hover[b-bmqbkbq45f] {
    text-decoration: none;
    color: var(--foreground);
}

.sf-brand-icon[b-bmqbkbq45f] {
    color: var(--accent);
}

.sf-nav-links[b-bmqbkbq45f] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.sf-nav-links[b-bmqbkbq45f]  a {
    color: var(--muted-foreground);
    font-size: 0.92rem;
    font-weight: 500;
    text-decoration: none;
    padding: 0.4rem 0;
}

.sf-nav-links[b-bmqbkbq45f]  a:hover {
    color: var(--foreground);
}

.sf-nav-links[b-bmqbkbq45f]  a.active {
    color: var(--foreground);
    border-bottom: 2px solid var(--accent);
}

.sf-nav-actions[b-bmqbkbq45f] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.sf-nav-player[b-bmqbkbq45f] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--muted-foreground);
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: none;
    padding: 0.3rem 0.6rem;
    border-radius: 999px;
    border: 1px solid var(--border);
    margin-right: 0.25rem;
}

.sf-nav-player:hover[b-bmqbkbq45f] {
    color: var(--foreground);
    border-color: var(--accent);
    text-decoration: none;
}

.sf-nav-burger[b-bmqbkbq45f] {
    display: none;
}

@media (max-width: 720px) {
    .sf-nav-links[b-bmqbkbq45f] {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
        padding: 0.75rem 1.5rem 1rem;
        background-color: var(--background);
        border-bottom: 1px solid var(--border);
    }

    .sf-nav-links-open[b-bmqbkbq45f] {
        display: flex;
    }

    .sf-nav-burger[b-bmqbkbq45f] {
        display: inline-flex;
    }
}
/* /Pages/Forge.razor.rz.scp.css */
.sf-catalog-controls[b-zrv0qukfyy] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.75rem;
}

.sf-catalog-search-row[b-zrv0qukfyy] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.sf-catalog-search[b-zrv0qukfyy] {
    max-width: 360px;
    flex: 1;
}

.sf-tab-section[b-zrv0qukfyy] {
    margin-bottom: 2.25rem;
}

.sf-tab-heading[b-zrv0qukfyy] {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 0.85rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--border);
}

.sf-catalog-grid[b-zrv0qukfyy] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
}

.sf-catalog-card-link[b-zrv0qukfyy] {
    text-decoration: none;
    color: inherit;
    display: block;
}

.sf-catalog-card-link:hover[b-zrv0qukfyy] {
    text-decoration: none;
}

.sf-catalog-card[b-zrv0qukfyy] {
    height: 100%;
    transition: border-color 0.15s, transform 0.1s;
}

.sf-catalog-card-link:hover .sf-catalog-card[b-zrv0qukfyy] {
    border-color: var(--accent);
    transform: translateY(-2px);
}

.sf-catalog-card-icon[b-zrv0qukfyy] {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
    color: var(--muted-foreground);
}

.sf-catalog-card-icon img[b-zrv0qukfyy] {
    max-width: 100%;
    max-height: 100%;
    image-rendering: pixelated;
}

@media (max-width: 480px) {
    .sf-catalog-grid[b-zrv0qukfyy] {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 0.65rem;
    }

    .sf-catalog-search-row[b-zrv0qukfyy] {
        flex-direction: column;
        align-items: stretch;
    }

    .sf-catalog-search[b-zrv0qukfyy] {
        max-width: none;
    }
}
/* /Pages/ForgeFlipper.razor.rz.scp.css */
.sf-flipper-controls[b-o1yy4jucg3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1.75rem;
}

.sf-catalog-search[b-o1yy4jucg3] {
    max-width: 320px;
    flex: 1;
}

.sf-flipper-disclaimer[b-o1yy4jucg3] {
    margin-bottom: 1.75rem;
}

.sf-flipper-table[b-o1yy4jucg3] {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    margin-bottom: 1rem;
}

.sf-flipper-row[b-o1yy4jucg3] {
    display: grid;
    grid-template-columns: 2.2rem minmax(0, 1fr) 5rem 8rem 9.5rem 8rem 8rem;
    align-items: center;
    gap: 1rem;
    padding: 0.65rem 0.9rem;
}

.sf-flipper-row-link[b-o1yy4jucg3] {
    display: block;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid var(--border);
}

.sf-flipper-row-link:last-child[b-o1yy4jucg3] {
    border-bottom: none;
}

.sf-flipper-row-link:hover[b-o1yy4jucg3] {
    text-decoration: none;
    background: var(--muted);
}

.sf-flipper-header[b-o1yy4jucg3] {
    background: var(--muted);
    color: var(--muted-foreground);
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.sf-flipper-rank[b-o1yy4jucg3] {
    color: var(--muted-foreground);
    font-variant-numeric: tabular-nums;
}

.sf-flipper-item[b-o1yy4jucg3] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
}

.sf-flipper-name[b-o1yy4jucg3] {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sf-flipper-tier[b-o1yy4jucg3] {
    color: var(--muted-foreground);
    font-size: 0.72rem;
}

.sf-flipper-num[b-o1yy4jucg3] {
    text-align: right;
    font-variant-numeric: tabular-nums;
    font-weight: 600;
}

.sf-flipper-muted[b-o1yy4jucg3] {
    color: var(--muted-foreground);
    font-weight: 400;
}

.sf-flipper-highlight-col[b-o1yy4jucg3] {
    background: var(--muted);
    border-radius: calc(var(--radius) - 0.3rem);
    padding: 0.3rem 0.6rem;
    border-left: 3px solid currentColor;
}

.sf-flipper-header .sf-flipper-highlight-col[b-o1yy4jucg3] {
    border-left: none;
    background: transparent;
    padding: 0.3rem 0.6rem;
}

.sf-flipper-profit-hour[b-o1yy4jucg3] {
    font-size: 1rem;
    font-weight: 700;
}

@media (max-width: 640px) {
    .sf-flipper-table[b-o1yy4jucg3] {
        overflow-x: auto;
    }

    .sf-flipper-row[b-o1yy4jucg3] {
        min-width: 680px;
    }
}
/* /Pages/ForgeItemDetail.razor.rz.scp.css */
.sf-back-link[b-hm1totw09s] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--muted-foreground);
    font-size: 0.85rem;
    margin-bottom: 1.25rem;
}

.sf-back-link:hover[b-hm1totw09s] {
    color: var(--foreground);
}

.sf-item-header[b-hm1totw09s] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2rem;
}

.sf-item-icon[b-hm1totw09s] {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--muted);
    border-radius: var(--radius);
    color: var(--muted-foreground);
}

.sf-item-icon img[b-hm1totw09s] {
    max-width: 44px;
    max-height: 44px;
    image-rendering: pixelated;
}

.sf-item-meta[b-hm1totw09s] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.sf-item-duration[b-hm1totw09s] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    color: var(--muted-foreground);
    font-size: 0.85rem;
}

.sf-item-grid[b-hm1totw09s] {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 1.25rem;
    align-items: start;
}

.sf-tree-root[b-hm1totw09s] {
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
}

.sf-shopping-row-done .sf-tree-name[b-hm1totw09s],
.sf-shopping-row-done .sf-tree-count[b-hm1totw09s] {
    color: var(--muted-foreground);
}

.sf-shopping-row-done .sf-tree-count[b-hm1totw09s]::after {
    content: " ✓";
    color: hsl(142 71% 45%);
}

.sf-cost-summary[b-hm1totw09s] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border);
}

.sf-cost-total[b-hm1totw09s] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    font-size: 0.95rem;
}

.sf-cost-total strong[b-hm1totw09s] {
    font-size: 1.15rem;
    color: var(--accent);
}

.sf-savings-card[b-hm1totw09s] {
    margin-top: 2.25rem;
}

.sf-savings-grid[b-hm1totw09s] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 1rem;
}

.sf-savings-stat[b-hm1totw09s] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.85rem;
    background: var(--muted);
    border-radius: var(--radius);
}

.sf-savings-stat strong[b-hm1totw09s] {
    font-size: 1.2rem;
}

.sf-savings-result[b-hm1totw09s] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 0.9rem;
    border-radius: var(--radius);
    font-size: 0.9rem;
}

.sf-savings-positive[b-hm1totw09s] {
    background: hsl(142 71% 45% / 0.12);
    color: hsl(142 71% 45%);
}

.sf-savings-negative[b-hm1totw09s] {
    background: hsl(0 72% 51% / 0.12);
    color: hsl(0 72% 51%);
}

.sf-savings-result strong[b-hm1totw09s] {
    color: inherit;
}

@media (max-width: 860px) {
    .sf-item-grid[b-hm1totw09s] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .sf-item-header[b-hm1totw09s] {
        flex-wrap: wrap;
    }

    .sf-savings-grid[b-hm1totw09s] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.sf-hero[b-evf33x4ems] {
    padding-top: 4rem;
    padding-bottom: 3rem;
    max-width: 760px;
}

.sf-hero-badge[b-evf33x4ems] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 1.25rem;
}

.sf-hero-badge-icon[b-evf33x4ems] {
    color: var(--accent);
    width: 0.9rem;
    height: 0.9rem;
}

.sf-hero-title[b-evf33x4ems] {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin: 0 0 1rem;
}

.sf-hero-subtitle[b-evf33x4ems] {
    font-size: 1.05rem;
    color: var(--muted-foreground);
    line-height: 1.6;
    margin: 0 0 2rem;
}

.sf-hero-actions[b-evf33x4ems] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.sf-player-card[b-evf33x4ems] {
    max-width: 640px;
    margin-bottom: 1.5rem;
}

.sf-player-form[b-evf33x4ems] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.sf-player-input[b-evf33x4ems] {
    flex: 1;
    min-width: 220px;
}

.sf-player-error[b-evf33x4ems] {
    margin-top: 0.75rem;
}

.sf-player-loaded-info[b-evf33x4ems] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.sf-player-loaded-info strong[b-evf33x4ems] {
    font-weight: 700;
}

.sf-player-hint[b-evf33x4ems] {
    color: var(--muted-foreground);
    font-size: 0.85rem;
    margin: 0.85rem 0 0.5rem;
}

.sf-features[b-evf33x4ems] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    padding-top: 0;
    padding-bottom: 4rem;
}

.sf-feature-icon[b-evf33x4ems] {
    color: var(--accent);
    margin-bottom: 0.5rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
}

@media (max-width: 860px) {
    .sf-features[b-evf33x4ems] {
        grid-template-columns: 1fr;
    }
}
