/* /Components/Layout/MainLayout.razor.rz.scp.css */
.server-shell[b-47413fc9ud] {
    --mud-appbar-height: 0px;
    min-height: 100vh;
    background:
            radial-gradient(circle at top right, rgba(124,77,255,0.10), transparent 24%),
            radial-gradient(circle at left, rgba(0,194,168,0.08), transparent 24%),
            linear-gradient(180deg, #0b1120 0%, #0f172a 100%);
}

.server-drawer[b-47413fc9ud] {
    width: 290px !important;
    border-right: 1px solid rgba(148, 163, 184, 0.10) !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    box-shadow: 24px 0 60px rgba(2, 6, 23, 0.25);
}

.server-drawer .mud-drawer-content[b-47413fc9ud],
.server-drawer .mud-paper[b-47413fc9ud] {
    margin-top: 0 !important;
    padding-top: 0 !important;
    background: transparent !important;
}

.mud-main-content.server-main[b-47413fc9ud] {
    min-height: 100vh;
    margin-top: 0 !important;
    padding-top: 0 !important;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.server-nav-root[b-93ijmob49t] {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 1rem 1rem 1rem;
    background: linear-gradient(180deg, rgba(11,17,32,0.98) 0%, rgba(15,23,42,0.98) 100%);
    color: #cbd5e1;
}

.server-brand[b-93ijmob49t] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.5rem 0.5rem 1.25rem 0.5rem;
}

.server-brand-icon[b-93ijmob49t] {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.95rem;
    display: grid;
    place-items: center;
    font-weight: 800;
    color: white;
    background: linear-gradient(135deg, #7c4dff 0%, #00c2a8 100%);
    box-shadow: 0 12px 30px rgba(124, 77, 255, 0.30);
}

.server-brand-title[b-93ijmob49t] {
    font-size: 1rem;
    font-weight: 800;
    color: #f8fafc;
}

.server-brand-subtitle[b-93ijmob49t] {
    font-size: 0.78rem;
    color: #94a3b8;
}

.server-nav-section[b-93ijmob49t] {
    margin-top: 0.75rem;
}

.server-nav-section-title[b-93ijmob49t] {
    padding: 0.5rem 0.75rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}

.server-nav-button[b-93ijmob49t] {
    margin: 0.35rem 0 !important;
    border-radius: 1rem !important;
    min-height: 3.15rem;
    padding: 0.75rem 0.9rem !important;
    transition: transform 0.16s ease !important;
}

.server-nav-button:hover[b-93ijmob49t] {
    transform: translateY(-1px);
}

.server-nav-button-rich[b-93ijmob49t] {
    align-items: flex-start !important;
}

.server-nav-button-content[b-93ijmob49t] {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    padding-right: 0.25rem;
}

.server-nav-button-title[b-93ijmob49t] {
    font-weight: 500;
    color: inherit;
    line-height: 1.2;
}

.server-nav-button-subtitle[b-93ijmob49t] {
    margin-top: 0.28rem;
    margin-bottom: 0.38rem;
    font-size: 0.72rem;
    line-height: 1.2;
    color: #94a3b8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.server-nav-progress-inside[b-93ijmob49t] {
    height: 6px !important;
    margin-right: 0.15rem;
}

.server-nav-spacer[b-93ijmob49t] {
    flex: 1;
}

.server-user-card[b-93ijmob49t] {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 1rem;
    background: rgba(148, 163, 184, 0.06);
    border: 1px solid rgba(148, 163, 184, 0.10);
}

.server-user-name[b-93ijmob49t] {
    font-weight: 700;
    color: #f8fafc;
}

.server-user-subtitle[b-93ijmob49t] {
    margin-top: 0.2rem;
    margin-bottom: 0.85rem;
    font-size: 0.78rem;
    color: #94a3b8;
}

.server-logout-form[b-93ijmob49t] {
    margin: 0;
}

.server-logout-button[b-93ijmob49t] {
    width: 100%;
    border: 0;
    border-radius: 0.95rem;
    padding: 0.82rem 0.95rem;
    font-weight: 700;
    color: #e2e8f0;
    background: linear-gradient(180deg, rgba(239,68,68,0.18) 0%, rgba(239,68,68,0.12) 100%);
    transition: all 0.18s ease;
}

.server-logout-button:hover[b-93ijmob49t] {
    background: linear-gradient(180deg, rgba(239,68,68,0.28) 0%, rgba(239,68,68,0.18) 100%);
    color: #fff;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-wuuck72x4f],
.components-reconnect-repeated-attempt-visible[b-wuuck72x4f],
.components-reconnect-failed-visible[b-wuuck72x4f],
.components-pause-visible[b-wuuck72x4f],
.components-resume-failed-visible[b-wuuck72x4f] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-wuuck72x4f],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-wuuck72x4f],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-wuuck72x4f],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-wuuck72x4f],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-wuuck72x4f] {
    display: block;
}

#components-reconnect-modal[b-wuuck72x4f] {
    width: min(420px, calc(100vw - 2rem));
    margin: 18vh auto;
    padding: 0;
    border: 0;
    border-radius: 1.25rem;
    background: linear-gradient(180deg, rgba(17,28,52,0.98) 0%, rgba(15,23,42,0.98) 100%);
    color: #e2e8f0;
    box-shadow: 0 24px 60px rgba(2, 6, 23, 0.38);
    opacity: 0;
    overflow: hidden;
    transition: display 0.35s allow-discrete, overlay 0.35s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-wuuck72x4f 0.35s both;
}

#components-reconnect-modal[open][b-wuuck72x4f] {
    animation:
            components-reconnect-modal-slideUp-b-wuuck72x4f 0.45s cubic-bezier(.05, .89, .25, 1.02),
            components-reconnect-modal-fadeInOpacity-b-wuuck72x4f 0.35s ease-in-out;
    animation-fill-mode: both;
}

#components-reconnect-modal[b-wuuck72x4f]::backdrop {
    background: rgba(2, 6, 23, 0.72);
    backdrop-filter: blur(10px);
    animation: components-reconnect-modal-fadeInOpacity-b-wuuck72x4f 0.35s ease-in-out;
}

.components-reconnect-container[b-wuuck72x4f] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.95rem;
    padding: 1.75rem;
    text-align: center;
}

.components-reconnect-title[b-wuuck72x4f] {
    font-size: 1.2rem;
    font-weight: 800;
    color: #f8fafc;
}

#components-reconnect-modal p[b-wuuck72x4f] {
    margin: 0;
    color: #94a3b8;
    line-height: 1.45;
}

#components-reconnect-modal button[b-wuuck72x4f] {
    border: 0;
    padding: 0.72rem 1.1rem;
    border-radius: 0.9rem;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(135deg, #7c4dff 0%, #00c2a8 100%);
    box-shadow: 0 12px 28px rgba(124, 77, 255, 0.28);
}

#components-reconnect-modal button:hover[b-wuuck72x4f] {
    filter: brightness(1.05);
}

#components-reconnect-modal button:active[b-wuuck72x4f] {
    transform: translateY(1px);
}

.components-reconnect-gif[b-wuuck72x4f] {
    width: 88px;
    height: 88px;
    object-fit: contain;
}

@keyframes components-reconnect-modal-slideUp-b-wuuck72x4f {
    0% {
        transform: translateY(20px) scale(0.96);
    }

    100% {
        transform: translateY(0) scale(1);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-wuuck72x4f {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-wuuck72x4f {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/* /Components/Pages/Database.razor.rz.scp.css */
/* /Components/Pages/IndexAltHunterGroup.razor.rz.scp.css */
.alt-pair-drawer[b-kuucpsricp] {
    background: linear-gradient(180deg, rgba(17,28,52,0.98) 0%, rgba(15,23,42,0.98) 100%);
    border-left: 1px solid rgba(148, 163, 184, 0.10);
    border-right: 1px solid rgba(148, 163, 184, 0.10);
}
/* /Components/Pages/IndexImageReview.razor.rz.scp.css */
.image-review-grid-wrap[b-bb7az7peid] {
    margin-top: 1.25rem;
    padding-top: 0.5rem;
}

.image-review-grid[b-bb7az7peid] {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1rem;
}

.image-review-card[b-bb7az7peid] {
    height: auto;
}

.image-review-card-compact[b-bb7az7peid] {
    min-height: 0;
}

.image-review-card-standard[b-bb7az7peid] {
    grid-column: span 1;
}

.image-review-card-modification[b-bb7az7peid] {
    grid-column: span 2;
}

.image-review-title[b-bb7az7peid] {
    color: #f8fafc;
    font-weight: 800;
}

.image-review-preview[b-bb7az7peid] {
    width: 100%;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.10);
    background:
            linear-gradient(180deg, rgba(17,28,52,0.96) 0%, rgba(15,23,42,0.96) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-review-preview img[b-bb7az7peid] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.image-review-preview-small[b-bb7az7peid] {
    width: 110px;
    max-width: 100%;
    aspect-ratio: 225 / 350;
    margin: 0 auto;
}

.image-review-preview-button[b-bb7az7peid] {
    background: transparent;
    border: 0;
    padding: 0;
    display: block;
    width: 100%;
    cursor: zoom-in;
}

.image-review-preview-button-single[b-bb7az7peid] {
    width: 100%;
    display: flex;
    justify-content: center;
}

.image-review-compare[b-bb7az7peid] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.image-review-compare-compact[b-bb7az7peid] {
    align-items: start;
}

.image-review-compare-pane[b-bb7az7peid] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
}

.image-review-compare-label[b-bb7az7peid] {
    font-size: 0.76rem;
    font-weight: 700;
    color: #94a3b8;
    text-align: center;
}

@media (max-width: 1800px) {
    .image-review-grid[b-bb7az7peid] {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (max-width: 1500px) {
    .image-review-grid[b-bb7az7peid] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 1200px) {
    .image-review-grid[b-bb7az7peid] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .image-review-grid[b-bb7az7peid] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .image-review-card-modification[b-bb7az7peid] {
        grid-column: span 2;
    }
}

@media (max-width: 700px) {
    .image-review-grid[b-bb7az7peid] {
        grid-template-columns: 1fr;
    }

    .image-review-card-standard[b-bb7az7peid],
    .image-review-card-modification[b-bb7az7peid] {
        grid-column: span 1;
    }
}

.upcoming-variants-grid[b-bb7az7peid] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.upcoming-variant-card[b-bb7az7peid] {
    min-height: 120px;
}

.upcoming-variant-title[b-bb7az7peid] {
    color: #f8fafc;
    font-weight: 700;
}

@media (max-width: 1100px) {
    .upcoming-variants-grid[b-bb7az7peid] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .upcoming-variants-grid[b-bb7az7peid] {
        grid-template-columns: 1fr;
    }
}

.image-review-dropzone[b-bb7az7peid] {
    position: relative;
}

.image-review-drop-overlay[b-bb7az7peid] {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-radius: 1.25rem;
    background: rgba(2, 6, 23, 0.70);
    backdrop-filter: blur(8px);
}

.image-review-drop-overlay-card[b-bb7az7peid] {
    min-width: 320px;
    max-width: 480px;
    padding: 1.5rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(124, 77, 255, 0.24);
    background:
            radial-gradient(circle at top right, rgba(124,77,255,0.18), transparent 28%),
            radial-gradient(circle at left, rgba(0,194,168,0.12), transparent 24%),
            linear-gradient(180deg, rgba(17,28,52,0.98) 0%, rgba(15,23,42,0.98) 100%);
    text-align: center;
    color: #f8fafc;
    box-shadow: 0 24px 60px rgba(2, 6, 23, 0.38);
}

.image-review-grid-wrap[b-bb7az7peid] {
    margin-top: 1.5rem;
    padding-top: 0.75rem;
}

.image-review-dropzone[b-bb7az7peid] {
    position: relative;
}

.image-review-drop-overlay[b-bb7az7peid] {
    position: absolute;
    inset: 0;
    z-index: 20;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-radius: 1.25rem;
    background: rgba(2, 6, 23, 0.70);
    backdrop-filter: blur(8px);
}

.image-review-dropzone.drag-active .image-review-drop-overlay[b-bb7az7peid] {
    display: flex;
}

.image-review-drop-overlay-card[b-bb7az7peid] {
    min-width: 320px;
    max-width: 480px;
    padding: 1.5rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(124, 77, 255, 0.24);
    background:
            radial-gradient(circle at top right, rgba(124,77,255,0.18), transparent 28%),
            radial-gradient(circle at left, rgba(0,194,168,0.12), transparent 24%),
            linear-gradient(180deg, rgba(17,28,52,0.98) 0%, rgba(15,23,42,0.98) 100%);
    text-align: center;
    color: #f8fafc;
    box-shadow: 0 24px 60px rgba(2, 6, 23, 0.38);
}
/* /Components/Pages/IndexLootPools.razor.rz.scp.css */
.lootpool-editor-surface[b-sx3im145tz] {
    min-height: 900px;
}

.loot-tier-dropzone[b-sx3im145tz] {
    border: 1px dashed rgba(148, 163, 184, 0.18);
}

.loot-tier-card-grid[b-sx3im145tz] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 0.75rem;
}

.loot-card[b-sx3im145tz] {
    border: 1px solid rgba(148, 163, 184, 0.10);
    border-radius: 1rem;
    background: rgba(255,255,255,0.02);
}

.loot-card-image[b-sx3im145tz] {
    width: 96px;
    height: 96px;
    margin: 0 auto 0.75rem auto;
    border-radius: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.10);
    background:
            linear-gradient(180deg, rgba(124,77,255,0.12) 0%, rgba(0,194,168,0.08) 100%),
            rgba(255,255,255,0.03);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cbd5e1;
    font-size: 0.78rem;
    font-weight: 700;
}

.loot-card-image-small[b-sx3im145tz] {
    width: 48px;
    height: 48px;
    margin: 0;
    border-radius: 0.8rem;
    font-size: 0.68rem;
}

.loot-card-title[b-sx3im145tz] {
    text-align: center;
    color: #f8fafc;
    font-weight: 700;
}

.loot-item-palette-scroll[b-sx3im145tz] {
    max-height: 480px;
    overflow-y: auto;
    padding-right: 0.35rem;
}

.loot-item-palette-card[b-sx3im145tz] {
    margin-bottom: 0.5rem;
    border: 1px solid rgba(148, 163, 184, 0.08);
    border-radius: 0.9rem;
    cursor: grab;
    background: rgba(255,255,255,0.02);
    transition: transform 0.14s ease, border-color 0.14s ease;
}

.loot-item-palette-card:hover[b-sx3im145tz] {
    transform: translateY(-1px);
    border-color: rgba(124, 77, 255, 0.18);
}

.loot-test-roll-scroll[b-sx3im145tz] {
    max-height: 420px;
    overflow-y: auto;
    padding-right: 0.35rem;
}

.loot-card-deleted[b-sx3im145tz] {
    opacity: 0.45;
    filter: grayscale(0.35);
    border-style: dashed;
}

.loot-card-drag-host[b-sx3im145tz] {
    display: block;
}

.loot-card-drag-handle[b-sx3im145tz] {
    width: 2rem;
    height: 2rem;
    border-radius: 0.65rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
    color: #94a3b8;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(148, 163, 184, 0.10);
    user-select: none;
    -webkit-user-select: none;
}

.loot-card-drag-handle:hover[b-sx3im145tz] {
    color: #ffffff;
    border-color: rgba(124, 77, 255, 0.22);
    background: rgba(124, 77, 255, 0.08);
}

.loot-card-drag-handle:active[b-sx3im145tz] {
    cursor: grabbing;
}
/* /Components/Pages/IndexMetrics.razor.rz.scp.css */
/* /Components/Pages/IndexRollEditor.razor.rz.scp.css */
/* /Components/Pages/TradeReview.razor.rz.scp.css */
.trade-review-main-card[b-bmqgq7l138] {
    overflow: hidden;
}

.trade-review-board-shell[b-bmqgq7l138] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 200px;
    gap: 1rem;
    align-items: start;
}

.trade-review-board-viewport[b-bmqgq7l138] {
    position: relative;
    height: 980px;
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.10);
    background:
            radial-gradient(circle at top right, rgba(124,77,255,0.08), transparent 24%),
            radial-gradient(circle at left, rgba(0,194,168,0.06), transparent 20%),
            linear-gradient(180deg, rgba(17,28,52,0.96) 0%, rgba(15,23,42,0.96) 100%);
    cursor: grab;
}

.trade-review-board-viewport:active[b-bmqgq7l138] {
    cursor: grabbing;
}

.trade-review-board[b-bmqgq7l138] {
    position: relative;
    width: 5600px;
    height: 3200px;
    transform-origin: top left;
}

.trade-review-edges[b-bmqgq7l138] {
    position: absolute;
    inset: 0;
    width: 5600px;
    height: 3200px;
    pointer-events: none;
    overflow: visible;
}

.trade-review-edge-line[b-bmqgq7l138] {
    fill: none;
    stroke: rgba(148, 163, 184, 0.35);
    stroke-width: 2.5;
    stroke-linecap: round;
    transition: stroke 0.14s ease, opacity 0.14s ease, stroke-width 0.14s ease;
}

.trade-review-edge-line-selected[b-bmqgq7l138] {
    stroke: rgba(125, 211, 252, 0.9);
    stroke-width: 3.5;
}

.trade-review-edge-line-dimmed[b-bmqgq7l138] {
    opacity: 0.14;
}

.trade-node[b-bmqgq7l138] {
    position: absolute;
    border-radius: 1.1rem;
    border: 1px solid rgba(148, 163, 184, 0.10);
    background:
            linear-gradient(180deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.012) 100%),
            linear-gradient(180deg, rgba(17,28,52,0.98) 0%, rgba(15,23,42,0.98) 100%);
    box-shadow:
            0 18px 36px rgba(2, 6, 23, 0.28),
            inset 0 0 0 1px rgba(255,255,255,0.015);
    padding: 1rem;
    color: #e2e8f0;
    user-select: none;
    cursor: move;
    transition: border-color 0.14s ease, box-shadow 0.14s ease, transform 0.14s ease, opacity 0.14s ease;
}

.trade-node:hover[b-bmqgq7l138] {
    border-color: rgba(124, 77, 255, 0.22);
    box-shadow:
            0 24px 40px rgba(2, 6, 23, 0.34),
            inset 0 0 0 1px rgba(124, 77, 255, 0.08);
}

.trade-node-user[b-bmqgq7l138] {
    min-height: 92px;
    background:
            linear-gradient(180deg, rgba(56,189,248,0.08) 0%, rgba(255,255,255,0.012) 100%),
            linear-gradient(180deg, rgba(17,28,52,0.98) 0%, rgba(15,23,42,0.98) 100%);
}

.trade-node-trade[b-bmqgq7l138] {
    min-height: 240px;
    background:
            linear-gradient(180deg, rgba(124,77,255,0.06) 0%, rgba(255,255,255,0.012) 100%),
            linear-gradient(180deg, rgba(17,28,52,0.98) 0%, rgba(15,23,42,0.98) 100%);
}

.trade-node-selected-user[b-bmqgq7l138],
.trade-node-selected-pair[b-bmqgq7l138] {
    border-color: rgba(125, 211, 252, 0.45);
    box-shadow:
            0 24px 48px rgba(2, 6, 23, 0.34),
            inset 0 0 0 1px rgba(125, 211, 252, 0.16);
}

.trade-node-dimmed[b-bmqgq7l138] {
    opacity: 0.22;
}

.trade-node-header[b-bmqgq7l138] {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: flex-start;
    margin-bottom: 0.8rem;
}

.trade-node-title[b-bmqgq7l138] {
    color: #f8fafc;
    font-weight: 800;
    line-height: 1.2;
}

.trade-node-subtitle[b-bmqgq7l138] {
    margin-top: 0.18rem;
    color: #94a3b8;
    font-size: 0.78rem;
}

.trade-node-users[b-bmqgq7l138] {
    margin-bottom: 0.7rem;
    padding: 0.55rem 0.7rem;
    border-radius: 0.8rem;
    background: rgba(255,255,255,0.03);
    color: #dbe4f0;
    font-weight: 700;
}

.trade-node-entries[b-bmqgq7l138] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.trade-node-entry[b-bmqgq7l138] {
    padding: 0.42rem 0.55rem;
    border-radius: 0.7rem;
    background: rgba(255,255,255,0.02);
    font-size: 0.84rem;
    line-height: 1.35;
    color: #dbe4f0;
}

.trade-node-entry-icon[b-bmqgq7l138] {
    display: inline-block;
    width: 1.1rem;
    margin-right: 0.2rem;
}

.trade-node-entry-user[b-bmqgq7l138] {
    color: #7dd3fc;
    font-weight: 700;
    margin-right: 0.35rem;
}

.trade-node-entry-muted[b-bmqgq7l138] {
    color: #94a3b8;
    font-style: italic;
}

.trade-review-minimap[b-bmqgq7l138] {
    border-radius: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.08);
    background: rgba(255,255,255,0.02);
    padding: 0.85rem;
}

.trade-review-minimap-title[b-bmqgq7l138] {
    font-size: 0.8rem;
    font-weight: 700;
    color: #94a3b8;
    margin-bottom: 0.6rem;
}

.trade-review-minimap-canvas[b-bmqgq7l138] {
    position: relative;
    width: 100%;
    height: 180px;
    border-radius: 0.8rem;
    background: rgba(15,23,42,0.8);
    overflow: hidden;
}

.trade-review-minimap-node[b-bmqgq7l138] {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    opacity: 0.9;
}

.trade-review-minimap-node-user[b-bmqgq7l138] {
    background: #38bdf8;
}

.trade-review-minimap-node-trade[b-bmqgq7l138] {
    background: #a855f7;
}

.trade-review-timeline-scroll[b-bmqgq7l138] {
    max-height: 480px;
    overflow-y: auto;
    padding-right: 0.35rem;
}

.trade-timeline-item[b-bmqgq7l138] {
    transition: transform 0.14s ease, border-color 0.14s ease, box-shadow 0.14s ease;
    cursor: pointer;
}

.trade-timeline-item:hover[b-bmqgq7l138] {
    transform: translateY(-1px);
}

@media (max-width: 1400px) {
    .trade-review-board-shell[b-bmqgq7l138] {
        grid-template-columns: minmax(0, 1fr);
    }

    .trade-review-minimap[b-bmqgq7l138] {
        order: -1;
    }
}
/* /Components/Shared/ApplyLootPoolChangesDialog.razor.rz.scp.css */
/* /Components/Shared/AuthWorldMap.razor.rz.scp.css */
.auth-world-map[b-lgj5i1k87d] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.auth-world-map-canvas[b-lgj5i1k87d] {
    position: relative;
    width: 100%;
    aspect-ratio: 1000 / 520;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.10);
    background:
            linear-gradient(180deg, rgba(17,28,52,0.94) 0%, rgba(15,23,42,0.94) 100%),
            url('/images/world-map.svg');
    background-image:
            url('/images/world-map.svg'),
            linear-gradient(180deg, rgba(17,28,52,0.94) 0%, rgba(15,23,42,0.94) 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: contain, cover;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02);
}

.auth-world-dot-wrapper[b-lgj5i1k87d] {
    position: absolute;
    transform: translate(-50%, -50%);
    pointer-events: auto;
}

.auth-world-dot[b-lgj5i1k87d] {
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.25);
    opacity: 0.95;
    transition: box-shadow 0.15s ease, opacity 0.15s ease;
}

.auth-world-dot:hover[b-lgj5i1k87d] {
    opacity: 1;
    box-shadow: 0 0 0 4px rgba(255,255,255,0.08), 0 0 20px rgba(0,0,0,0.35);
}

.heat-low[b-lgj5i1k87d] {
    background: #38bdf8;
}

.heat-medium[b-lgj5i1k87d] {
    background: #00c2a8;
}

.heat-high[b-lgj5i1k87d] {
    background: #f59e0b;
}

.heat-critical[b-lgj5i1k87d] {
    background: #ef4444;
}

.auth-world-map-legend[b-lgj5i1k87d] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.legend-item[b-lgj5i1k87d] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #94a3b8;
    font-size: 0.82rem;
}

.legend-dot[b-lgj5i1k87d] {
    width: 10px;
    height: 10px;
    border-radius: 999px;
}
/* /Components/Shared/EconomyCountryCard.razor.rz.scp.css */
.metric-rank-card[b-x0a5mrge88] {
    height: 100%;
    min-height: 430px;
}

.metric-rank-highlight[b-x0a5mrge88] {
    border: 1px solid rgba(148, 163, 184, 0.10);
    border-radius: 1rem;
    background:
            linear-gradient(180deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.012) 100%),
            rgba(255,255,255,0.02);
    box-shadow:
            0 12px 28px rgba(2, 6, 23, 0.18),
            inset 0 0 0 1px rgba(255,255,255,0.015);
}

.metric-rank-highlight-label[b-x0a5mrge88] {
    color: #f8fafc;
    font-weight: 700;
}

.metric-rank-scroll[b-x0a5mrge88] {
    max-height: 320px;
    overflow-y: auto;
    padding-right: 0.35rem;
}

.metric-rank-row[b-x0a5mrge88] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    padding: 0.55rem 0.6rem;
    border-radius: 0.9rem;
    border: 1px solid rgba(148, 163, 184, 0.06);
    background: rgba(255, 255, 255, 0.02);
    transition: transform 0.14s ease, border-color 0.14s ease, background 0.14s ease;
}

.metric-rank-row:hover[b-x0a5mrge88] {
    transform: translateY(-1px);
    border-color: rgba(124, 77, 255, 0.18);
    background: rgba(124, 77, 255, 0.05);
}

.metric-rank-label[b-x0a5mrge88] {
    max-width: 78%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.metric-rank-track[b-x0a5mrge88] {
    height: 10px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(148, 163, 184, 0.10);
}

.metric-rank-fill[b-x0a5mrge88] {
    height: 100%;
    border-radius: 999px;
    transition: width 0.25s ease;
}

.economy-fill-amethyst[b-x0a5mrge88] {
    background: linear-gradient(90deg, #7e22ce 0%, #c084fc 100%);
}

.economy-fill-shards[b-x0a5mrge88] {
    background: linear-gradient(90deg, #2563eb 0%, #7dd3fc 100%);
}

.economy-fill-rubies[b-x0a5mrge88] {
    background: linear-gradient(90deg, #dc2626 0%, #f87171 100%);
}
/* /Components/Shared/ImageUploadDialog.razor.rz.scp.css */
.image-upload-preview[b-c58lzs9xdo] {
    width: 180px;
    aspect-ratio: 225 / 350;
    margin: 0 auto;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.10);
    background:
            linear-gradient(180deg, rgba(17,28,52,0.96) 0%, rgba(15,23,42,0.96) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-upload-preview img[b-c58lzs9xdo] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* /Components/Shared/ImageZoomDialog.razor.rz.scp.css */
.image-zoom-stage[b-u5c7e07a66] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 78vh;
    max-height: 82vh;
    overflow: auto;
    border-radius: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.10);
    background:
            linear-gradient(180deg, rgba(17,28,52,0.98) 0%, rgba(15,23,42,0.98) 100%);
    padding: 1rem;
}

.image-zoom-img[b-u5c7e07a66] {
    width: auto;
    max-width: min(96vw, 1600px);
    max-height: 78vh;
    object-fit: contain;
    display: block;
}

.image-zoom-compare-stage[b-u5c7e07a66] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.image-zoom-compare-pane[b-u5c7e07a66] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.image-zoom-compare-label[b-u5c7e07a66] {
    font-size: 0.8rem;
    font-weight: 700;
    color: #94a3b8;
    text-align: center;
}

@media (max-width: 1100px) {
    .image-zoom-compare-stage[b-u5c7e07a66] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Shared/ManagedAppPanel.razor.rz.scp.css */
.managed-app-page[b-ttfzphjx5m] {
    padding: 0;
}

.managed-hero[b-ttfzphjx5m] {
    position: relative;
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 1.35rem;
    background:
            radial-gradient(circle at top right, rgba(124,77,255,0.22), transparent 28%),
            radial-gradient(circle at left, rgba(0,194,168,0.14), transparent 22%),
            linear-gradient(180deg, rgba(17,28,52,0.98) 0%, rgba(15,23,42,0.98) 100%);
    box-shadow:
            0 24px 60px rgba(2, 6, 23, 0.34),
            inset 0 0 0 1px rgba(255,255,255,0.02);
    overflow: hidden;
}

.managed-hero[b-ttfzphjx5m]::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255,255,255,0.03), transparent 24%);
}

.managed-hero-title[b-ttfzphjx5m] {
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #f8fafc;
}

.managed-hero-subtitle[b-ttfzphjx5m],
.managed-muted[b-ttfzphjx5m],
.managed-stat-label[b-ttfzphjx5m] {
    color: #94a3b8;
}

.managed-card[b-ttfzphjx5m],
.managed-stat-card[b-ttfzphjx5m] {
    position: relative;
    height: 100%;
    border: 1px solid rgba(148, 163, 184, 0.10);
    border-radius: 1.25rem;
    background:
            linear-gradient(180deg, rgba(255,255,255,0.025) 0%, rgba(255,255,255,0.012) 100%),
            linear-gradient(180deg, rgba(17,28,52,0.96) 0%, rgba(15,23,42,0.96) 100%);
    box-shadow:
            0 20px 50px rgba(2, 6, 23, 0.28),
            inset 0 0 0 1px rgba(255,255,255,0.015);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.managed-card:hover[b-ttfzphjx5m],
.managed-stat-card:hover[b-ttfzphjx5m],
.overview-mini-stat:hover[b-ttfzphjx5m] {
    transform: translateY(-2px);
    border-color: rgba(124, 77, 255, 0.18);
    box-shadow:
            0 28px 56px rgba(2, 6, 23, 0.34),
            inset 0 0 0 1px rgba(124, 77, 255, 0.08);
}

.managed-stat-card[b-ttfzphjx5m] {
    overflow: hidden;
}

.managed-stat-card[b-ttfzphjx5m]::after {
    content: "";
    position: absolute;
    inset: auto -30px -30px auto;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(124,77,255,0.16) 0%, transparent 70%);
    pointer-events: none;
}

.managed-stat-value[b-ttfzphjx5m] {
    margin-top: 0.35rem;
    color: #f8fafc;
    font-weight: 800;
}

.managed-stat-card[b-ttfzphjx5m] {
    overflow: hidden;
}

.managed-stat-card[b-ttfzphjx5m]::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255,255,255,0.03), transparent 28%);
}

.managed-stat-card[b-ttfzphjx5m]::after {
    content: "";
    position: absolute;
    inset: auto -30px -30px auto;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(124,77,255,0.16) 0%, transparent 70%);
    pointer-events: none;
}

.managed-stat-top[b-ttfzphjx5m] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.managed-stat-icon[b-ttfzphjx5m] {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 0.95rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(135deg, rgba(124,77,255,0.9) 0%, rgba(0,194,168,0.85) 100%);
    box-shadow: 0 12px 28px rgba(124, 77, 255, 0.28);
    flex-shrink: 0;
}

.managed-stat-icon i[b-ttfzphjx5m],
.managed-stat-icon .mud-icon-root[b-ttfzphjx5m] {
    font-size: 1.2rem;
}

.managed-stat-meta[b-ttfzphjx5m] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.managed-stat-label[b-ttfzphjx5m] {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.72rem;
    font-weight: 800;
}

.managed-stat-value[b-ttfzphjx5m] {
    margin-top: 0.45rem;
    color: #f8fafc;
    font-weight: 800;
    line-height: 1.05;
}

.managed-stat-subtext[b-ttfzphjx5m] {
    margin-top: 0.35rem;
    font-size: 0.78rem;
    color: #94a3b8;
}

.managed-card-fixed[b-ttfzphjx5m] {
    height: 100%;
    min-height: 320px;
}

.managed-timeline-scroll[b-ttfzphjx5m] {
    max-height: 255px;
    overflow-y: auto;
    padding-right: 0.35rem;
}

.managed-timeline[b-ttfzphjx5m] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.managed-timeline-item[b-ttfzphjx5m] {
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
}

.managed-timeline-dot[b-ttfzphjx5m] {
    width: 0.85rem;
    height: 0.85rem;
    margin-top: 0.35rem;
    border-radius: 999px;
    box-shadow: 0 0 0 6px rgba(255,255,255,0.03);
}

.managed-timeline-dot-success[b-ttfzphjx5m] {
    background: #22c55e;
}

.managed-timeline-dot-error[b-ttfzphjx5m] {
    background: #ef4444;
}

.managed-timeline-dot-warning[b-ttfzphjx5m] {
    background: #f59e0b;
}

.managed-timeline-dot-info[b-ttfzphjx5m] {
    background: #38bdf8;
}

.managed-timeline-dot-default[b-ttfzphjx5m] {
    background: #94a3b8;
}

.managed-timeline-content[b-ttfzphjx5m] {
    flex: 1;
    padding: 0.2rem 0 0.5rem 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.08);
}

.managed-timeline-top[b-ttfzphjx5m] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.2rem;
    flex-wrap: wrap;
}

.managed-timeline-type[b-ttfzphjx5m] {
    color: #f8fafc;
    font-weight: 700;
}

.managed-timeline-time[b-ttfzphjx5m] {
    color: #94a3b8;
    font-size: 0.82rem;
}

.managed-timeline-message[b-ttfzphjx5m] {
    color: #cbd5e1;
    font-size: 0.94rem;
}

.managed-log-host[b-ttfzphjx5m] {
    overflow: auto;
    border-radius: 1rem;
}

.managed-log-table[b-ttfzphjx5m] {
    border-radius: 1rem;
    overflow: hidden;
}

.managed-log-message[b-ttfzphjx5m] {
    white-space: pre-wrap;
    color: #dbe4f0;
    font-family: "Cascadia Code", "JetBrains Mono", "Consolas", monospace;
    font-size: 0.92rem;
    line-height: 1.45;
}

.overview-card[b-ttfzphjx5m] {
    transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.overview-card:hover[b-ttfzphjx5m] {
    transform: translateY(-2px);
    border-color: rgba(124, 77, 255, 0.18);
    box-shadow: 0 24px 54px rgba(2, 6, 23, 0.34);
}

.overview-mini-stat[b-ttfzphjx5m] {
    border: 1px solid rgba(148, 163, 184, 0.08);
    border-radius: 1rem;
    background:
            linear-gradient(180deg, rgba(255,255,255,0.025) 0%, rgba(255,255,255,0.01) 100%),
            rgba(255, 255, 255, 0.02);
    box-shadow:
            0 10px 26px rgba(2, 6, 23, 0.16),
            inset 0 0 0 1px rgba(255,255,255,0.015);
    transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.alt-hunter-drawer-host[b-ttfzphjx5m] {
    min-height: 100%;
}

.alt-pair-drawer[b-ttfzphjx5m] {
    background: linear-gradient(180deg, rgba(17,28,52,0.98) 0%, rgba(15,23,42,0.98) 100%);
    border-left: 1px solid rgba(148, 163, 184, 0.10);
    border-right: 1px solid rgba(148, 163, 184, 0.10);
}

.alt-pair-graph-row[b-ttfzphjx5m] {
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.alt-pair-graph-row:hover[b-ttfzphjx5m] {
    transform: translateY(-1px);
    border-color: rgba(124, 77, 255, 0.18);
    box-shadow: 0 16px 32px rgba(2, 6, 23, 0.24);
}

.mini-metric-chart[b-ttfzphjx5m] {
    height: 56px;
    display: flex;
    align-items: flex-end;
    gap: 3px;
}

.mini-metric-bar[b-ttfzphjx5m] {
    width: 8px;
    border-radius: 999px;
    min-height: 3px;
    transition: height 0.3s ease;
}

.cpu-bar[b-ttfzphjx5m] {
    background: linear-gradient(180deg, #7c4dff 0%, #38bdf8 100%);
}

.memory-bar[b-ttfzphjx5m] {
    background: linear-gradient(180deg, #00c2a8 0%, #7dd3fc 100%);
}

.section-title-row[b-ttfzphjx5m] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.section-title-block[b-ttfzphjx5m] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.section-title-icon[b-ttfzphjx5m] {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 0.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(135deg, rgba(124,77,255,0.88) 0%, rgba(0,194,168,0.82) 100%);
    box-shadow: 0 10px 24px rgba(124, 77, 255, 0.24);
    flex-shrink: 0;
}
/* /Components/Shared/MetricDualRankCard.razor.rz.scp.css */
.metric-rank-card[b-9vujoog37f] {
    height: 100%;
    min-height: 430px;
}

.metric-rank-highlight[b-9vujoog37f] {
    border: 1px solid rgba(148, 163, 184, 0.10);
    border-radius: 1rem;
    background:
            linear-gradient(180deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.012) 100%),
            rgba(255,255,255,0.02);
    box-shadow:
            0 12px 28px rgba(2, 6, 23, 0.18),
            inset 0 0 0 1px rgba(255,255,255,0.015);
}

.metric-rank-highlight-label[b-9vujoog37f] {
    color: #f8fafc;
    font-weight: 700;
}

.metric-rank-scroll[b-9vujoog37f] {
    max-height: 320px;
    overflow-y: auto;
    padding-right: 0.35rem;
}

.metric-rank-row[b-9vujoog37f] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    padding: 0.55rem 0.6rem;
    border-radius: 0.9rem;
    border: 1px solid rgba(148, 163, 184, 0.06);
    background: rgba(255, 255, 255, 0.02);
    transition: transform 0.14s ease, border-color 0.14s ease, background 0.14s ease;
}

.metric-rank-row:hover[b-9vujoog37f] {
    transform: translateY(-1px);
    border-color: rgba(124, 77, 255, 0.18);
    background: rgba(124, 77, 255, 0.05);
}

.metric-rank-label[b-9vujoog37f] {
    max-width: 78%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.metric-rank-track[b-9vujoog37f] {
    height: 10px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(148, 163, 184, 0.10);
}

.metric-rank-fill[b-9vujoog37f] {
    height: 100%;
    border-radius: 999px;
    transition: width 0.25s ease;
}

.metric-rank-fill-primary[b-9vujoog37f] {
    background: linear-gradient(90deg, #7c4dff 0%, #38bdf8 100%);
}

.metric-rank-fill-warning[b-9vujoog37f] {
    background: linear-gradient(90deg, #f59e0b 0%, #f97316 100%);
}
/* /Components/Shared/MetricRankCard.razor.rz.scp.css */
.metric-rank-card[b-dd6k82z6vg] {
    height: 100%;
    min-height: 430px;
}

.metric-rank-highlight[b-dd6k82z6vg] {
    border: 1px solid rgba(148, 163, 184, 0.10);
    border-radius: 1rem;
    background:
            linear-gradient(180deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.012) 100%),
            rgba(255,255,255,0.02);
    box-shadow:
            0 12px 28px rgba(2, 6, 23, 0.18),
            inset 0 0 0 1px rgba(255,255,255,0.015);
}

.metric-rank-highlight-label[b-dd6k82z6vg] {
    color: #f8fafc;
    font-weight: 700;
}

.metric-rank-scroll[b-dd6k82z6vg] {
    max-height: 320px;
    overflow-y: auto;
    padding-right: 0.35rem;
}

.metric-rank-row[b-dd6k82z6vg] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    padding: 0.55rem 0.6rem;
    border-radius: 0.9rem;
    border: 1px solid rgba(148, 163, 184, 0.06);
    background: rgba(255, 255, 255, 0.02);
    transition: transform 0.14s ease, border-color 0.14s ease, background 0.14s ease;
}

.metric-rank-row:hover[b-dd6k82z6vg] {
    transform: translateY(-1px);
    border-color: rgba(124, 77, 255, 0.18);
    background: rgba(124, 77, 255, 0.05);
}

.metric-rank-label[b-dd6k82z6vg] {
    max-width: 78%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.metric-rank-track[b-dd6k82z6vg] {
    height: 10px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(148, 163, 184, 0.10);
}

.metric-rank-fill[b-dd6k82z6vg] {
    height: 100%;
    border-radius: 999px;
    transition: width 0.25s ease;
}

.metric-rank-fill-primary[b-dd6k82z6vg] {
    background: linear-gradient(90deg, #7c4dff 0%, #38bdf8 100%);
}

.metric-rank-fill-secondary[b-dd6k82z6vg] {
    background: linear-gradient(90deg, #00c2a8 0%, #7dd3fc 100%);
}

.metric-rank-fill-warning[b-dd6k82z6vg] {
    background: linear-gradient(90deg, #f59e0b 0%, #f97316 100%);
}

.metric-rank-fill-danger[b-dd6k82z6vg] {
    background: linear-gradient(90deg, #ef4444 0%, #fb7185 100%);
}
/* /Components/Shared/MetricsCountTable.razor.rz.scp.css */
/* /Components/Shared/MoveLootDialog.razor.rz.scp.css */
.move-loot-tier-item[b-n8v78oib3g] {
    cursor: pointer;
    border-radius: 0.75rem;
}

.move-loot-tier-item:hover[b-n8v78oib3g] {
    background: rgba(124, 77, 255, 0.08);
}
