@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/3Users/AccountsPage.razor.rz.scp.css */
.ItemContainer[b-p7actgbhb6] {
    display: grid;
    grid-template-columns: .5fr 3fr 1fr;
    gap: 5px;
    grid-auto-flow: row;
    grid-template-areas:
        "Icon ComDetails ApiLoginStd";
}

@media screen and (max-width: 900px) {
    .ItemContainer[b-p7actgbhb6] {
        display: grid;
        grid-template-columns: .5fr 1fr;
        grid-template-rows: 1fr .1fr;
        gap: 5px;
        grid-auto-flow: row;
        grid-template-areas:
            "Icon ComDetails"
            "ApiLoginStd ApiLoginStd";
    }
}

.Icon[b-p7actgbhb6] {
    grid-area: Icon;
}

.ComDetails[b-p7actgbhb6] {
    grid-area: ComDetails;
}

.ApiLoginStd[b-p7actgbhb6] {
    grid-area: ApiLoginStd;
    justify-self: stretch;
    align-self: center;
}
/* /Components/Layout/CommonLayout.razor.rz.scp.css */
.page[b-ueuh4rs0i6] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ueuh4rs0i6] {
    flex: 1;
}

.sidebar[b-ueuh4rs0i6] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ueuh4rs0i6] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ueuh4rs0i6]  a, .top-row[b-ueuh4rs0i6]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ueuh4rs0i6]  a:hover, .top-row[b-ueuh4rs0i6]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ueuh4rs0i6]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ueuh4rs0i6] {
        justify-content: space-between;
    }

    .top-row[b-ueuh4rs0i6]  a, .top-row[b-ueuh4rs0i6]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ueuh4rs0i6] {
        flex-direction: row;
    }

    .sidebar[b-ueuh4rs0i6] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ueuh4rs0i6] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ueuh4rs0i6]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ueuh4rs0i6], article[b-ueuh4rs0i6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ueuh4rs0i6] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 20000;
}

    #blazor-error-ui .dismiss[b-ueuh4rs0i6] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */

.page[b-5hct0fz9om] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-5hct0fz9om] {
    flex: 1;
}

.sidebar[b-5hct0fz9om] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-5hct0fz9om] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-5hct0fz9om]  a, .top-row[b-5hct0fz9om]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-5hct0fz9om]  a:hover, .top-row[b-5hct0fz9om]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-5hct0fz9om]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-5hct0fz9om] {
        justify-content: space-between;
    }

    .top-row[b-5hct0fz9om]  a, .top-row[b-5hct0fz9om]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-5hct0fz9om] {
        flex-direction: row;
    }

    .sidebar[b-5hct0fz9om] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-5hct0fz9om] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-5hct0fz9om]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-5hct0fz9om], article[b-5hct0fz9om] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-5hct0fz9om] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-5hct0fz9om] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }



/*    //////////////////////*/


body[b-5hct0fz9om] {
    background-image: url(../img/bodyBack.jpg);
    background-repeat: repeat-x;
    background-color: #CEE9FF;
}


/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-zwnbcbiujv] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-zwnbcbiujv] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-zwnbcbiujv] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-zwnbcbiujv] {
    font-size: 1.1rem;
}

.bi[b-zwnbcbiujv] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-zwnbcbiujv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-zwnbcbiujv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-zwnbcbiujv] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-zwnbcbiujv] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-zwnbcbiujv] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-zwnbcbiujv] {
        padding-bottom: 1rem;
    }

    .nav-item[b-zwnbcbiujv]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-zwnbcbiujv]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-zwnbcbiujv]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-zwnbcbiujv] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-zwnbcbiujv] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-zwnbcbiujv] {
        display: none;
    }

    .nav-scrollable[b-zwnbcbiujv] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Ch1.razor.rz.scp.css */
.ch1-page[b-4i86e3jcxb] {
    --bg: #0a0e17;
    --surface: #111827;
    --border: #1e293b;
    --accent: #00d4aa;
    --accent2: #f59e0b;
    --red: #ef4444;
    --green: #22c55e;
    --text: #e2e8f0;
    --muted: #64748b;
    background: var(--bg);
    color: var(--text);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

[b-4i86e3jcxb] .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
/* --- HEADER --- */
header[b-4i86e3jcxb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 28px;
    background: var(--surface);
    border-bottom: 1px solid var(--border);
    flex-shrink: 0;
}

.logo[b-4i86e3jcxb] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-dot[b-4i86e3jcxb] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 10px var(--accent);
    animation: pulse-b-4i86e3jcxb 2s ease-in-out infinite;
}

@keyframes pulse-b-4i86e3jcxb {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(0.7);
    }
}

.logo h1[b-4i86e3jcxb] {
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--accent);
    text-transform: uppercase;
}

.ticker-info[b-4i86e3jcxb] {
    display: flex;
    gap: 20px;
    align-items: center;
}

.ticker-symbol[b-4i86e3jcxb] {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.ticker-price[b-4i86e3jcxb] {
    font-family: 'Share Tech Mono', monospace;
    font-size: 1.5rem;
    color: var(--green);
}

.ticker-change[b-4i86e3jcxb] {
    font-family: 'Share Tech Mono', monospace;
    font-size: 0.85rem;
    padding: 3px 10px;
    border-radius: 4px;
    background: rgba(34,197,94,0.12);
    color: var(--green);
}

.header-meta[b-4i86e3jcxb] {
    font-size: 0.8rem;
    color: var(--muted);
    font-family: 'Share Tech Mono', monospace;
    text-align: right;
    line-height: 1.6;
}

/* --- OHLCV BAR --- */
.ohlcv-bar[b-4i86e3jcxb] {
    display: flex;
    gap: 24px;
    padding: 8px 28px;
    background: rgba(17,24,39,0.7);
    border-bottom: 1px solid var(--border);
    font-family: 'Share Tech Mono', monospace;
    font-size: 0.78rem;
    color: var(--muted);
    flex-shrink: 0;
}

    .ohlcv-bar span b[b-4i86e3jcxb] {
        color: var(--text);
    }

/* --- CHART CONTAINER --- */
.chart-wrapper[b-4i86e3jcxb] {
    flex: 1;
    padding: 20px 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
}

#LoadingDiv[b-4i86e3jcxb] {
    position: absolute;
    inset: 20px 28px 24px;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(10, 14, 23, 0.55);
    border: 1px solid var(--border);
    border-radius: 10px;
    backdrop-filter: blur(3px);
}

#chart-container[b-4i86e3jcxb] {
    width: 100%;
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--border);
    position: relative;
    min-height: 500px;
}

/* crosshair tooltip */
#tooltip[b-4i86e3jcxb] {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(17,24,39,0.92);
    border: 1px solid var(--border);
    padding: 8px 14px;
    border-radius: 6px;
    font-family: 'Share Tech Mono', monospace;
    font-size: 0.75rem;
    line-height: 1.7;
    pointer-events: none;
    z-index: 10;
    backdrop-filter: blur(4px);
    min-width: 160px;
    display: none;
}

.tt-o[b-4i86e3jcxb] {
    color: #94a3b8;
}

.tt-h[b-4i86e3jcxb] {
    color: var(--green);
}

.tt-l[b-4i86e3jcxb] {
    color: var(--red);
}

.tt-c[b-4i86e3jcxb] {
    color: var(--accent2);
}

.tt-v[b-4i86e3jcxb] {
    color: var(--accent);
}

/* --- LEGEND LABELS --- */
.chart-labels[b-4i86e3jcxb] {
    display: flex;
    gap: 16px;
    padding: 10px 0 0;
    font-size: 0.78rem;
    color: var(--muted);
    font-family: 'Share Tech Mono', monospace;
}

.label-dot[b-4i86e3jcxb] {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    margin-right: 5px;
}

/* --- CHART TYPE DROPDOWN --- */
.chart-type-selector[b-4i86e3jcxb] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Share Tech Mono', monospace;
    font-size: 0.78rem;
    color: var(--muted);
}

    .chart-type-selector label[b-4i86e3jcxb] {
        letter-spacing: 1px;
        text-transform: uppercase;
        font-size: 0.7rem;
    }

[b-4i86e3jcxb] .chart-type-select {
    appearance: none;
    -webkit-appearance: none;
    background: #0f172a;
    border: 1px solid var(--accent);
    color: var(--accent);
    font-family: 'Share Tech Mono', monospace;
    font-size: 0.82rem;
    padding: 5px 32px 5px 12px;
    border-radius: 6px;
    cursor: pointer;
    outline: none;
    letter-spacing: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2300d4aa' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    transition: border-color 0.2s, box-shadow 0.2s;
}

    [b-4i86e3jcxb] .chart-type-select:hover,
    [b-4i86e3jcxb] .chart-type-select:focus {
        border-color: var(--accent);
        box-shadow: 0 0 8px rgba(0,212,170,0.25);
    }

    [b-4i86e3jcxb] .chart-type-select option {
        background: #0f172a;
        color: var(--text);
    }

/* active chart type badge */
.chart-badge[b-4i86e3jcxb] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 0.7rem;
    letter-spacing: 1px;
    font-family: 'Share Tech Mono', monospace;
    background: rgba(0,212,170,0.1);
    border: 1px solid rgba(0,212,170,0.3);
    color: var(--accent);
    transition: all 0.3s ease;
}

    .chart-badge.ha[b-4i86e3jcxb] {
        background: rgba(245,158,11,0.1);
        border-color: rgba(245,158,11,0.3);
        color: var(--accent2);
    }

.badge-icon[b-4i86e3jcxb] {
    font-size: 0.85rem;
}


/* --- MAIN BODY LAYOUT (sidebar + chart) --- */
.main-layout[b-4i86e3jcxb] {
    flex: 1;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

/* --- SIGNAL SIDEBAR --- */
.signal-sidebar[b-4i86e3jcxb] {
    width: 20%;
    min-width: 180px;
    max-width: 280px;
    background: var(--surface);
    border-right: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    flex-shrink: 0;
}

    .signal-sidebar[b-4i86e3jcxb]::-webkit-scrollbar {
        width: 4px;
    }

    .signal-sidebar[b-4i86e3jcxb]::-webkit-scrollbar-track {
        background: transparent;
    }

    .signal-sidebar[b-4i86e3jcxb]::-webkit-scrollbar-thumb {
        background: #1e293b;
        border-radius: 4px;
    }

.sidebar-title[b-4i86e3jcxb] {
    padding: 12px 14px 8px;
    font-size: 0.7rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--accent);
    font-family: 'Share Tech Mono', monospace;
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

    .sidebar-title .live-dot[b-4i86e3jcxb] {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: var(--accent);
        box-shadow: 0 0 6px var(--accent);
        animation: pulse-b-4i86e3jcxb 1.5s ease-in-out infinite;
        flex-shrink: 0;
    }

/* --- MAIN SIGNAL BOX --- */
.main-signal-box[b-4i86e3jcxb] {
    margin: 12px 10px 8px;
    border-radius: 10px;
    padding: 16px 12px;
    text-align: center;
    border: 2px solid transparent;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

    .main-signal-box[b-4i86e3jcxb]::before {
        content: '';
        position: absolute;
        inset: 0;
        opacity: 0.08;
        border-radius: 8px;
        transition: opacity 0.4s;
    }

    .main-signal-box.buy[b-4i86e3jcxb] {
        border-color: var(--green);
        background: rgba(34,197,94,0.06);
    }

        .main-signal-box.buy[b-4i86e3jcxb]::before {
            background: var(--green);
        }

    .main-signal-box.sell[b-4i86e3jcxb] {
        border-color: var(--red);
        background: rgba(239,68,68,0.06);
    }

        .main-signal-box.sell[b-4i86e3jcxb]::before {
            background: var(--red);
        }

    .main-signal-box.neutral[b-4i86e3jcxb] {
        border-color: var(--muted);
        background: rgba(100,116,139,0.06);
    }

.signal-arrow[b-4i86e3jcxb] {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 6px;
    display: block;
    filter: drop-shadow(0 0 8px currentColor);
}

.signal-label[b-4i86e3jcxb] {
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 3px;
    font-family: 'Share Tech Mono', monospace;
    display: block;
    margin-bottom: 4px;
}

    .signal-label.buy[b-4i86e3jcxb] {
        color: var(--green);
    }

    .signal-label.sell[b-4i86e3jcxb] {
        color: var(--red);
    }

    .signal-label.neutral[b-4i86e3jcxb] {
        color: var(--muted);
    }

.signal-strength[b-4i86e3jcxb] {
    font-size: 0.65rem;
    letter-spacing: 1px;
    color: var(--muted);
    font-family: 'Share Tech Mono', monospace;
}

/* strength bar */
.strength-bar-wrap[b-4i86e3jcxb] {
    margin: 8px 0 4px;
    height: 4px;
    background: #1e293b;
    border-radius: 2px;
    overflow: hidden;
}

.strength-bar-fill[b-4i86e3jcxb] {
    height: 100%;
    border-radius: 2px;
    transition: width 0.5s ease, background 0.4s;
}

/* --- SIGNAL DIVIDER --- */
.sig-divider[b-4i86e3jcxb] {
    font-size: 0.6rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--muted);
    font-family: 'Share Tech Mono', monospace;
    padding: 6px 14px 4px;
    border-top: 1px solid var(--border);
    margin-top: 4px;
    flex-shrink: 0;
}

/* --- INDICATOR ROWS --- */
.indicator-list[b-4i86e3jcxb] {
    padding: 4px 0 8px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ind-row[b-4i86e3jcxb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 14px;
    font-family: 'Share Tech Mono', monospace;
    font-size: 0.68rem;
    transition: background 0.2s;
    border-radius: 4px;
    margin: 0 4px;
}

    .ind-row:hover[b-4i86e3jcxb] {
        background: rgba(255,255,255,0.03);
    }

.ind-name[b-4i86e3jcxb] {
    color: var(--muted);
}

.ind-val[b-4i86e3jcxb] {
    color: var(--text);
    font-weight: 600;
}

.ind-signal[b-4i86e3jcxb] {
    font-size: 0.6rem;
    padding: 2px 7px;
    border-radius: 10px;
    letter-spacing: 0.5px;
    font-weight: 700;
}

    .ind-signal.buy[b-4i86e3jcxb] {
        background: rgba(34,197,94,0.15);
        color: var(--green);
    }

    .ind-signal.sell[b-4i86e3jcxb] {
        background: rgba(239,68,68,0.15);
        color: var(--red);
    }

    .ind-signal.neutral[b-4i86e3jcxb] {
        background: rgba(100,116,139,0.15);
        color: var(--muted);
    }

/* --- SIGNAL HISTORY --- */
.sig-history[b-4i86e3jcxb] {
    padding: 4px 0 10px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.hist-row[b-4i86e3jcxb] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 14px;
    font-family: 'Share Tech Mono', monospace;
    font-size: 0.63rem;
    color: var(--muted);
    border-radius: 4px;
    margin: 0 4px;
    transition: background 0.2s;
}

    .hist-row:hover[b-4i86e3jcxb] {
        background: rgba(255,255,255,0.03);
    }

.hist-pill[b-4i86e3jcxb] {
    font-size: 0.58rem;
    font-weight: 700;
    padding: 1px 6px;
    border-radius: 8px;
    flex-shrink: 0;
}

    .hist-pill.buy[b-4i86e3jcxb] {
        background: rgba(34,197,94,0.2);
        color: var(--green);
    }

    .hist-pill.sell[b-4i86e3jcxb] {
        background: rgba(239,68,68,0.2);
        color: var(--red);
    }

.hist-price[b-4i86e3jcxb] {
    color: var(--text);
    margin-left: auto;
}
/* /Components/Pages/Login.razor.rz.scp.css */
/* /Components/SYSPage/PageNotFound.razor.rz.scp.css */
.page_1404[b-q7hdo8w5wb]{
    margin-top:50px;
}
.four_zero_four_bg h1[b-q7hdo8w5wb] {
    font-size: 80px;
}

.four_zero_four_bg h3[b-q7hdo8w5wb] {
    font-size: 80px;
}
/* /Components/UI/PlaceOrderUI.razor.rz.scp.css */
/* /Components/UI/StockSearchBar.razor.rz.scp.css */
.stockItem[b-32217m717i] {
    width: 10rem;
}

.autocomplete[b-32217m717i] {
    position: relative;
}

    .autocomplete .options[b-32217m717i] {
        position: absolute;
        top: 40px;
        left: 0;
        background: white;
        width: 100%;
        padding: 0;
        z-index: 10;
        border: 1px solid #ced4da;
        border-radius: 0.5rem;
        box-shadow: 0 30px 25px 8px rgba(0, 0, 0, 0.1);
    }

    .autocomplete .option[b-32217m717i] {
        display: block;
        padding: 0.25rem;
    }

        .autocomplete .option .option-text[b-32217m717i] {
            padding: 0.25rem 0.5rem;
        }

        .autocomplete .option:hover[b-32217m717i] {
            background: #1E90FF;
            color: #fff;
        }

        .autocomplete .option.disabled[b-32217m717i] {
            background-color: lightgrey;
            cursor: not-allowed;
        }

            .autocomplete .option.disabled:hover[b-32217m717i] {
                background: lightgrey;
                color: var(--bs-body);
            }
/* /Components/UI/SwitchR.razor.rz.scp.css */
.swbtn[b-9lgfvssjpw] {
    padding-left: 0.475rem;
    padding-right: 0.475rem;
    cursor: pointer;
    border-radius: 0.25rem;
}

.ClassOn[b-9lgfvssjpw] {
    background-color: #e9ecef;
    color: #000000;
}
.ClassOff[b-9lgfvssjpw] {
    background-color: #565e64;
    color: #ffffff;
}


/* /Shared/GenericList.razor.rz.scp.css */
.paginator[b-poxued0ku4] {
    display: flex;
    border: 1px solid #ccc;
    margin-top: 0.5rem;
    padding: 0.25rem;
    align-items: center;
    background-color: #dedede;
    border-radius: 0.5rem;
}

.pagination-numbers dl[b-poxued0ku4], ol[b-poxued0ku4], ul[b-poxued0ku4] {
    margin-top: 0;
    margin-bottom: 0!important;
}
.page-link[b-poxued0ku4] {
    border: 1px solid transparent;
    border-color: #dee2e6;
}

.page-item:last-child .page-link[b-poxued0ku4] {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;

    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination-text[b-poxued0ku4] {
    margin: 0 0.5rem;
}

nav[b-poxued0ku4] {
    display: flex;
    margin-left: auto;
    gap: 0.5rem;
    align-items: center;
}





.icon button[b-poxued0ku4] {
    border: 0;
    width: 2rem;
    height: 2.37rem;
    background-color: #ffffff;
    background-position-x: center;
    background-position-y: center;
    background-size: 1rem;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
}

    .icon button[disabled][b-poxued0ku4] {
        opacity: 0.4;
    }

    .icon button:not([disabled]):hover[b-poxued0ku4] {
        background-color: #eee;
    }

    .icon button:not([disabled]):active[b-poxued0ku4] {
        background-color: #aaa;
    }

.go-first[b-poxued0ku4], .go-last[b-poxued0ku4] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g transform="rotate(90) scale(0.8)" transform-origin="12 12"><path d="m 2,1.5 l 10,17.5 l 10,-17.5 l -10,7.75 l -10,-7.75 z"/><rect height="2" width="20" y="20.5" x="2"/></g></svg>');
}

.go-previous[b-poxued0ku4], .go-next[b-poxued0ku4] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g transform="rotate(90)" transform-origin="12 12"><path d="M 2 3.25 L 12 20.75 L 22 3.25 L 12 11 z" /></g></svg>');
}

.go-next[b-poxued0ku4], .go-last[b-poxued0ku4] {
    transform: scaleX(-1);
}
/* /Shared/MessageDialog.razor.rz.scp.css */
.confim-dialog-container[b-yi7gxkus7i] {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    min-width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(0,0,0,0.5);
    z-index: 20000;
    justify-content: center;
}

.confim-dialog[b-yi7gxkus7i] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 20rem;
    border-radius: .5rem;
    position: fixed;
    align-items: center;
}

.modal-dialog[b-yi7gxkus7i] {
    margin: 0;
}
/* /Shared/ModalPopUp.razor.rz.scp.css */
.modal[b-ftuqx3ykqu] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog[b-ftuqx3ykqu] {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

@media (min-width: 576px) {
    .modal-dialog[b-ftuqx3ykqu] {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}

.modal-content[b-ftuqx3ykqu] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.modal-backdrop[b-ftuqx3ykqu] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .modal-backdrop.fade[b-ftuqx3ykqu] {
        opacity: 0;
    }

    .modal-backdrop.show[b-ftuqx3ykqu] {
        opacity: .5;
    }

.modal-header[b-ftuqx3ykqu] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-body[b-ftuqx3ykqu] {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer[b-ftuqx3ykqu] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}
/* /Shared/ProfileBox.razor.rz.scp.css */

.ProfileBox[b-iml0fdidnk] {
    display: flex;
}

.ProfileInerBox[b-iml0fdidnk] {
    display: flex;
    flex: none;
    align-items: center;
    padding: 0 15px 0 13px;
    margin-top: -1px;
}

.ProfileImgMask[b-iml0fdidnk] {
    position: relative;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.Image[b-iml0fdidnk] {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    object-fit: cover;
    object-position: center;
    transition: opacity .15s ease-out;
    opacity: 1;
}
/* /Shared/ProuctPhotoVideoGallery.razor.rz.scp.css */
.BigImage[b-wx27ha1fca] {
    cursor: pointer;
}
.preview[b-wx27ha1fca] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 996px) {
    .preview[b-wx27ha1fca] {
        margin-bottom: 20px;
    }
}

.preview-pic[b-wx27ha1fca] {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.preview-thumbnail.nav-tabs[b-wx27ha1fca] {
    border: none;
    margin-top: 15px;
}

    .preview-thumbnail.nav-tabs li[b-wx27ha1fca] {
        width: 18%;
        margin-right: 2.5%;
    }

    .preview-thumbnail.nav-tabs .active[b-wx27ha1fca] {
        padding: 3px;
        border-radius: 0.375rem;
        background-color: #f3c6fb;
    }

    .preview-thumbnail.nav-tabs li img[b-wx27ha1fca] {
        max-width: 100%;
        display: block;
    }

    .preview-thumbnail.nav-tabs li a[b-wx27ha1fca] {
        padding: 0;
        margin: 0;
    }

    .preview-thumbnail.nav-tabs li:last-of-type[b-wx27ha1fca] {
        margin-right: 0;
    }

.tab-content[b-wx27ha1fca] {
    overflow: hidden;
}
    .tab-content img[b-wx27ha1fca] {
        width: 100%;
        -webkit-animation-name: opacity;
        animation-name: opacity;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
    }

    .tab-content .img-thumbnail[b-wx27ha1fca] {
        padding: 15px
    }



.BtnThum[b-wx27ha1fca] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    min-height: 65px;
    min-width: 65px;
}
    .BtnThum img[b-wx27ha1fca] {
        border-radius: 0.375rem;
    }

.LogindDiv[b-wx27ha1fca] {
    position: relative;
    text-align: center;
}

    .LogindDiv .LogindText[b-wx27ha1fca] {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
/* /Shared/RichTextEditor.razor.rz.scp.css */

