@import '_content/CodeEditor/CodeEditor.bundle.scp.css';

/* /Views/Components/AutoFocusInput/AutoFocusInput.razor.rz.scp.css */
.auto-focus-input[b-v1mv75tarj] {
    outline: none;
    box-shadow: none;
}

.auto-focus-input:focus[b-v1mv75tarj] {
    outline: none;
    box-shadow: none;
}
/* /Views/Components/Button/Button.razor.rz.scp.css */
/* /Views/Components/DataList/DataList.razor.rz.scp.css */
.data-list[b-1j64apvkaq] {
    width: 100%;
    padding: 0;
    margin: 0;
}

.data-list-item[b-1j64apvkaq] {
    width: 100%;
    padding: 0;
    margin: 0 0 0.75rem 0;
    background: transparent;
}

.data-list-item:last-child[b-1j64apvkaq] {
    margin-bottom: 0;
}
/* /Views/Components/DropDown/DropDown.razor.rz.scp.css */
.drop-down-select[b-w2kzleucrg] {
    padding: 0.4rem 1.8rem 0.4rem 0.1rem;
    border-radius: 4px;
    font-size: 0.95rem;
    outline: none;
}

.drop-down-select-light[b-w2kzleucrg] {
    border: 1px solid #ccc;
    background: #f1f3f5;
    color: #333;
}

.drop-down-select-dark[b-w2kzleucrg] {
    border: 1px solid #444;
    background: #161616;
    color: #e6e0d4;
}
/* /Views/Components/ErrorModal/ErrorModal.razor.rz.scp.css */
.error-modal-backdrop.hidden[b-enc10qumyh] {
    display: none;
}

.error-modal-backdrop.visible[b-enc10qumyh] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.62);
}

.error-modal[b-enc10qumyh] {
    position: relative;
    background-color: #1d1f23;
    border: 1px solid #3a3f47;
    border-radius: 10px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
    width: min(460px, 90vw);
    min-height: 220px;
    padding: 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    animation: fadeIn-b-enc10qumyh 0.2s ease-in-out;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.error-modal-close[b-enc10qumyh] {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #8f949b;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
}

.error-modal-close:hover[b-enc10qumyh] {
    color: #f0f0f0;
}

.error-modal-header[b-enc10qumyh] {
    font-weight: 500;
    font-size: 1.5rem;
    color: #f4e9d4;
    margin: 0 2rem 1.25rem 0;
    text-align: left;
}

.error-modal-body[b-enc10qumyh] {
    font-size: 0.95rem;
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    text-align: left;
}

.error-modal-body p[b-enc10qumyh] {
    margin: 0;
}

.error-modal-details-toggle[b-enc10qumyh] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: transparent;
    border: none;
    color: #ffffff;
    cursor: pointer;
    padding: 0;
    margin-bottom: 0.9rem;
    font-size: 0.9rem;
}

.error-modal-details-label[b-enc10qumyh] {
    font-weight: 500;
}

.error-modal-details-caret[b-enc10qumyh] {
    display: inline-block;
    transition: transform 0.18s ease-in-out;
    color: #ffffff;
    font-size: 0.78rem;
}

.error-modal-details-caret.expanded[b-enc10qumyh] {
    transform: rotate(90deg);
}

.error-modal-details-box[b-enc10qumyh] {
    max-height: 180px;
    overflow: auto;
    margin-bottom: 1rem;
    padding: 0.85rem 0.95rem;
    border: 1px solid #343941;
    border-radius: 8px;
    background: #17191d;
    color: #ffffff;
    font-size: 0.83rem;
    line-height: 1.45;
    box-sizing: border-box;
}

.error-modal-details-json[b-enc10qumyh] {
    margin: 0;
    color: inherit;
    font: inherit;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', monospace;
    white-space: pre-wrap;
    word-break: break-word;
}

.error-modal-actions[b-enc10qumyh] {
    display: flex;
    justify-content: center;
    margin-top: auto;
    padding-top: 1.5rem;
}

@keyframes fadeIn-b-enc10qumyh {
    from { opacity: 0; transform: scale(0.98); }
    to   { opacity: 1; transform: scale(1); }
}
/* /Views/Components/FileTree/FileTree.razor.rz.scp.css */
.tree-container[b-aypsp7oy8o] {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: white;
    background-color: #1e1e1e;
}

.tree-scrollable-container[b-aypsp7oy8o] {
    flex: 1 1 0;
    overflow: auto;
    padding: 0.5rem;
}

.tree-add-buttons[b-aypsp7oy8o] {
    flex-shrink: 0;
    padding-left: 0.5rem;
    gap: 0.5rem;
    display: flex;
    justify-content: flex-start;
    height: 30px;
    border-top: 1px solid #444;
    background-color: #1e1e1e;
}
/* /Views/Components/HideableContainer/HideableContainer.razor.rz.scp.css */
.hideable-div.hidden[b-h0g4b1bggt] {
    display: none;
}

.hideable-div.visible[b-h0g4b1bggt] {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 0;
}
/* /Views/Components/InfoModal/InfoModal.razor.rz.scp.css */
.info-modal-backdrop.hidden[b-1x7il31yt9] {
    display: none;
}

.info-modal-backdrop.visible[b-1x7il31yt9] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.62);
}

.info-modal[b-1x7il31yt9] {
    position: relative;
    background-color: #1d1f23;
    border: 1px solid #3a3f47;
    border-radius: 10px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
    width: fit-content;
    min-width: 460px;
    max-width: 90vw;
    min-height: 220px;
    padding: 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    animation: fadeIn-b-1x7il31yt9 0.2s ease-in-out;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    transition: background-color 120ms ease, border-color 120ms ease, box-shadow 120ms ease;
}

.info-modal-disabled[b-1x7il31yt9] {
    background-color: #212429;
    border-color: #343941;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
}

.info-modal-close[b-1x7il31yt9] {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #8f949b;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
}

.info-modal-close:hover[b-1x7il31yt9] {
    color: #f0f0f0;
}

.info-modal-header[b-1x7il31yt9] {
    font-weight: 500;
    font-size: 1.5rem;
    color: #f4e9d4;
    margin: 0 2rem 1.25rem 0;
    text-align: left;
    white-space: nowrap;
}

.info-modal-body[b-1x7il31yt9] {
    font-size: 0.95rem;
    color: #d7d0c4;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    text-align: left;
}

.info-modal-body p[b-1x7il31yt9] {
    margin: 0;
}

.info-modal-help[b-1x7il31yt9] {
    margin-top: 0.65rem;
    font-size: 0.9rem;
    color: #b9b2a7;
    line-height: 1.5;
}

.info-modal-disabled .info-modal-header[b-1x7il31yt9],
.info-modal-disabled .info-modal-body[b-1x7il31yt9],
.info-modal-disabled .info-modal-help[b-1x7il31yt9] {
    color: #beb6aa;
}

.info-modal-actions[b-1x7il31yt9] {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin-top: auto;
    padding-top: 1.5rem;
}

.info-modal-actions[b-1x7il31yt9]  .hideable-div.visible {
    display: contents;
    flex: 0 0 auto;
}

@keyframes fadeIn-b-1x7il31yt9 {
    from { opacity: 0; transform: scale(0.98); }
    to   { opacity: 1; transform: scale(1); }
}
/* /Views/Components/LoadingModal/LoadingModal.razor.rz.scp.css */
.loading-modal-backdrop.hidden[b-rveuf0vpcv] {
    display: none;
}

.loading-modal-backdrop.visible[b-rveuf0vpcv] {
    position: absolute;
    inset: 0;
    z-index: 90;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(14, 16, 20, 0.22);
    backdrop-filter: blur(1.5px);
    pointer-events: all;
}

.loading-modal-card[b-rveuf0vpcv] {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 16rem;
    min-height: 5.25rem;
}

.loading-modal-card-no-message[b-rveuf0vpcv] {
    min-width: 0;
    min-height: 0;
}

.loading-modal-content[b-rveuf0vpcv] {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 1rem 1.4rem 0.95rem;
    isolation: isolate;
}

.loading-modal-content[b-rveuf0vpcv]::before {
    content: "";
    position: absolute;
    inset: -0.4rem -0.9rem -0.45rem;
    border-radius: 999px;
    background: rgba(14, 16, 20, 0.5);
    backdrop-filter: blur(12px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.loading-modal-content-no-message[b-rveuf0vpcv] {
    padding: 0.8rem 1rem;
}

.loading-modal-message[b-rveuf0vpcv] {
    color: #f0eadf;
    font-size: 0.9rem;
    font-weight: 560;
    text-align: center;
    line-height: 1.3;
    letter-spacing: -0.01em;
    white-space: nowrap;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.loading-modal-message-hidden[b-rveuf0vpcv] {
    display: none;
}

.loading-modal-dots[b-rveuf0vpcv] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    margin-top: 0.15rem;
}

.loading-modal-dots span[b-rveuf0vpcv] {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #f0eadf;
    opacity: 0.24;
    animation: loading-modal-dot-pulse-b-rveuf0vpcv 1.2s ease-in-out infinite;
    box-shadow: 0 0 10px rgba(240, 234, 223, 0.1);
}

.loading-modal-dots span:nth-child(2)[b-rveuf0vpcv] {
    animation-delay: 0.16s;
}

.loading-modal-dots span:nth-child(3)[b-rveuf0vpcv] {
    animation-delay: 0.32s;
}

@keyframes loading-modal-dot-pulse-b-rveuf0vpcv {
    0%, 80%, 100% {
        opacity: 0.28;
        transform: scale(0.92);
    }

    40% {
        opacity: 1;
        transform: scale(1);
    }
}
/* /Views/Components/LoadingSpinner/LoadingSpinner.razor.rz.scp.css */
.loading-overlay.hidden[b-4pd7harb0p] {
    display: none;
}

.loading-overlay.visible[b-4pd7harb0p] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    pointer-events: all;
}

.loading-spinner[b-4pd7harb0p] {
    width: 40px;
    height: 40px;
    border: 6px solid #ccc;
    border-top-color: #666;
    border-radius: 50%;
    animation: spin-b-4pd7harb0p 0.8s linear infinite;
}

@keyframes spin-b-4pd7harb0p {
    to {
        transform: rotate(360deg);
    }
}
/* /Views/Components/ModalContainer/ModalContainer.razor.rz.scp.css */
.hideable-div.hidden[b-cg4cxbtzoi] {
    display: none;
}

.hideable-div.visible[b-cg4cxbtzoi] {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    background-color: rgba(0,0,0,0.1);
}
/* /Views/Components/NavigationLink/NavigationLink.razor.rz.scp.css */
.nav-link[b-k21z9fur6p] {
    cursor: pointer;
    padding: 0.5rem 1rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: #f0f0f0;
    background: none;
    border: none;
}

.nav-link.active[b-k21z9fur6p] {
    font-weight: 700;
}
/* /Views/Components/TabContainer/TabContainer.razor.rz.scp.css */
.tab-container[b-6r7clsed9e] {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
}

.tab-headers[b-6r7clsed9e] {
    display: flex;
}

.tab-header[b-6r7clsed9e] {
    padding: 12px 20px;
    cursor: pointer;
    color: #f0f0f0;
    font-weight: 400;
    border-right: 1px solid #444;
    border-top: 1px solid #444;
    transition: all 0.2s ease-in-out;
    background-color: black;
}

.tab-header:first-child[b-6r7clsed9e] {
    border-left: 1px solid #444;
}

.tab-header:last-child[b-6r7clsed9e] {
    border-right: 1px solid #444;
}

.tab-header:hover[b-6r7clsed9e] {
    color: #f4efe4;
    background-color: #2b3138;
}

.tab-header.active[b-6r7clsed9e] {
    color: #666;
    border-bottom: none;
    background-color: #eee;
}

.tab-body[b-6r7clsed9e] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: auto;
    margin-top: -1px;
    padding: 0;
    border-left: 1px solid #444;
    border-bottom: 1px solid #444;
    border-right: 1px solid #444;
    border-top: 1px solid #444;
}

.tab-panel[b-6r7clsed9e] {
    flex: 1;
    min-height: 0;
}

.tab-panel.hidden[b-6r7clsed9e] {
    display: none;
}

.tab-panel.active[b-6r7clsed9e] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}
/* /Views/Components/Table/Table.razor.rz.scp.css */
.table-shell[b-04i0csze3c] {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.table-scroll[b-04i0csze3c] {
    flex: 1;
    display: block;
    overflow-y: scroll;
    min-height: 0;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    scrollbar-color: #5a616c #1b1e22;
}

.table-scroll[b-04i0csze3c]::-webkit-scrollbar {
    width: 12px;
}

.table-scroll[b-04i0csze3c]::-webkit-scrollbar-track {
    background: #1b1e22;
    border-radius: 999px;
}

.table-scroll[b-04i0csze3c]::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #6a7280 0%, #515864 100%);
    border: 2px solid #1b1e22;
    border-radius: 999px;
}

.table-scroll[b-04i0csze3c]::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #7a8391 0%, #5c6471 100%);
}

.table-component[b-04i0csze3c] {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.table-head-row[b-04i0csze3c] {
    border-bottom: 1px solid #343941;
}
/* /Views/Components/VerticalSplitContainer/VerticalSplitContainer.razor.rz.scp.css */
.split-container[b-70v52d41rx] {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #444;
    --vertical-splitter-width: 4px;
    --vertical-splitter-color: #444;
}

.split-container-fixed[b-70v52d41rx]  .rz-splitter-bar,
.split-container-fixed[b-70v52d41rx]  .rz-splitter-bar * {
    cursor: default !important;
}

.split-container-fixed[b-70v52d41rx]  .rz-splitter-bar {
    width: var(--vertical-splitter-width) !important;
    min-width: var(--vertical-splitter-width) !important;
    flex: 0 0 var(--vertical-splitter-width) !important;
    padding: 0 !important;
    background-color: var(--vertical-splitter-color) !important;
}
/* /Views/Layout/MainLayout.razor.rz.scp.css */
.main-content[b-b5azw4819l] {
    display: flex;
    flex: 1;
    flex-direction: column;
    overflow: hidden;
    min-width: 1024px;
    background-color: black;
}

.account-menu-layer[b-b5azw4819l] {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.account-menu-layer > .hideable-div.visible[b-b5azw4819l] {
    display: block;
    flex: 0 0 auto;
}

.main-header[b-b5azw4819l] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    color: #f0f0f0;
    background-color: transparent;
    border-bottom: 1px solid #444;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 2;
}

.logo-container[b-b5azw4819l] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 400px;
}

.logo-container.clickable[b-b5azw4819l] {
    cursor: pointer;
}

.account-icon-button[b-b5azw4819l] {
    width: var(--account-icon-size, 48px);
    height: var(--account-icon-size, 48px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    cursor: pointer;
}

.account-icon-glyph[b-b5azw4819l],
.account-icon-button[b-b5azw4819l]  .rz-icon,
.account-icon-button[b-b5azw4819l]  .rzi {
    font-variation-settings: "FILL" 0;
    transition: font-variation-settings 0.15s ease-in-out;
}

.account-icon-button:hover .account-icon-glyph[b-b5azw4819l],
.account-icon-button.active .account-icon-glyph[b-b5azw4819l],
.account-icon-button:hover[b-b5azw4819l]  .rz-icon,
.account-icon-button:hover[b-b5azw4819l]  .rzi,
.account-icon-button.active[b-b5azw4819l]  .rz-icon,
.account-icon-button.active[b-b5azw4819l]  .rzi {
    font-variation-settings: "FILL" 1;
}

.account-menu-anchor[b-b5azw4819l] {
    --account-icon-size: 48px;
    --account-menu-caret-size: 14px;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 3;
}

.account-menu-anchor > .hideable-div.visible[b-b5azw4819l] {
    display: block;
    flex: 0 0 auto;
}

.account-menu-backdrop[b-b5azw4819l] {
    position: fixed;
    inset: 0;
    background: transparent;
    pointer-events: auto;
    z-index: 1;
}

.account-popout-menu[b-b5azw4819l] {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 260px;
    padding: 12px 0 0;
    border: 1px solid #555;
    background: #090909;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.48);
    overflow: visible;
    z-index: 9;
}

.account-popout-menu[b-b5azw4819l]::before {
    content: "";
    position: absolute;
    top: calc(-1 * (var(--account-menu-caret-size) / 2) - 1px);
    left: calc(100% - (var(--account-icon-size) / 2));
    transform: translateX(-50%);
    width: var(--account-menu-caret-size);
    height: var(--account-menu-caret-size);
    background: #090909;
    border-top: 1.5px solid #666;
    border-left: 1.5px solid #666;
    transform-origin: center;
    transform: translateX(-50%) rotate(45deg);
    z-index: -1;
}

.account-popout-menu[b-b5azw4819l]::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(100% - (var(--account-icon-size) / 2));
    transform: translateX(-50%);
    width: calc(var(--account-menu-caret-size) + 10px);
    height: calc((var(--account-menu-caret-size) / 2) + 4px);
    background: #090909;
    pointer-events: none;
}

.account-popout-email[b-b5azw4819l] {
    padding: 0 18px 14px;
    color: #d8d8d8;
    font-size: 0.82rem;
    line-height: 1.3;
    white-space: nowrap;
    text-align: left;
}

.account-popout-item[b-b5azw4819l] {
    padding: 14px 18px;
    color: #f0f0f0;
    cursor: pointer;
    text-align: left;
    transition: background-color 0.15s ease-in-out;
}

.account-popout-item:hover[b-b5azw4819l] {
    background-color: #171717;
}

.account-popout-item-logout[b-b5azw4819l] {
    background-color: #141414;
    border-top: 1px solid #1f1f1f;
}

.account-popout-item-logout:hover[b-b5azw4819l] {
    background-color: #202020;
}

.account-popout-divider[b-b5azw4819l] {
    height: 1px;
    background-color: #303030;
}

.logo[b-b5azw4819l] {
    height: 32px;
    width: 32px;
    object-fit: contain;
    border-radius: 6px;
}

.app-title[b-b5azw4819l] {
    font-size: 1.5rem;
    font-weight: 400;
    color: #f0f0f0;
}

.main-body[b-b5azw4819l] {
    display: flex;
    flex: 1;
    flex-direction: column;
    overflow: hidden;
    padding: 2rem;
    background-color: transparent;
}
/* /Views/Pages/Auth/LoginPage.razor.rz.scp.css */
.login-page[b-r9fz0qoeem] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.065), transparent 30%),
        radial-gradient(circle at 80% 20%, rgba(133, 148, 168, 0.18), transparent 36%),
        linear-gradient(180deg, #1a2028 0%, #131922 100%);
    color: #f0f0f0;
}

.login-layout[b-r9fz0qoeem] {
    flex: 1;
    display: grid;
    grid-template-columns: minmax(480px, 0.92fr) minmax(560px, 1.08fr);
}

.login-panel[b-r9fz0qoeem] {
    min-height: 0;
    min-width: 0;
}

.login-panel-content[b-r9fz0qoeem] {
    display: flex;
    flex-direction: column;
    background: transparent;
}

.login-header[b-r9fz0qoeem] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    color: #f0f0f0;
    background-color: transparent;
    border-bottom: 1px solid #444;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 1;
}

.logo-container[b-r9fz0qoeem] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.logo[b-r9fz0qoeem] {
    height: 32px;
    width: 32px;
    object-fit: contain;
    border-radius: 6px;
}

.app-title[b-r9fz0qoeem] {
    font-size: 1.5rem;
    font-weight: 400;
    color: #f0f0f0;
}

.login-content[b-r9fz0qoeem] {
    flex: 1;
    display: flex;
    align-items: center;
    padding: clamp(3rem, 8vw, 6rem) clamp(2rem, 6vw, 5.5rem);
}

.login-copy[b-r9fz0qoeem] {
    width: min(100%, 620px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.8rem;
}

.login-title[b-r9fz0qoeem] {
    margin: 0;
    color: #f3ede3;
    font-size: clamp(2.4rem, 4.3vw, 4.6rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.045em;
    white-space: nowrap;
}

.login-actions[b-r9fz0qoeem] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0.9rem;
}

.login-panel-visual[b-r9fz0qoeem] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: clamp(1rem, 2vw, 1.75rem);
    background: transparent;
}

.login-visual-stage[b-r9fz0qoeem] {
    position: relative;
    z-index: 1;
    width: min(100%, 988px);
    padding: clamp(0.85rem, 1.8vw, 1.5rem);
    overflow: hidden;
    border-radius: 36px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: #000000;
}

.login-thumbnail[b-r9fz0qoeem] {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 1080px) {
    .login-layout[b-r9fz0qoeem] {
        grid-template-columns: 1fr;
    }

    .login-panel-content[b-r9fz0qoeem],
    .login-panel-visual[b-r9fz0qoeem] {
        min-height: auto;
    }

    .login-panel-visual[b-r9fz0qoeem] {
        min-height: 42vh;
    }
}

@media (max-width: 640px) {
    .login-header[b-r9fz0qoeem] {
        padding: 1rem 1.25rem;
    }

    .app-title[b-r9fz0qoeem] {
        font-size: 1.1rem;
    }

    .login-content[b-r9fz0qoeem] {
        padding: 2.5rem 1.25rem 3rem;
    }

    .login-title[b-r9fz0qoeem] {
        font-size: clamp(2.4rem, 14vw, 3.4rem);
        white-space: normal;
    }

    .login-actions[b-r9fz0qoeem] {
        width: 100%;
        flex-direction: column;
    }

    .login-panel-visual[b-r9fz0qoeem] {
        padding: 1.25rem;
        min-height: 36vh;
    }
}
/* /Views/Pages/Auth/OAuthCallbackPage.razor.rz.scp.css */
.oauth-callback-page[b-ou6v3oft13] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.065), transparent 30%),
        radial-gradient(circle at 80% 20%, rgba(133, 148, 168, 0.18), transparent 36%),
        linear-gradient(180deg, #1a2028 0%, #131922 100%);
    color: #f0f0f0;
}
/* /Views/Pages/Strategies/StrategiesPage.razor.rz.scp.css */
/* Prevent top left label from wrapping */
.app-title[b-65wwa5n14l], .axiom-trader-console-label[b-65wwa5n14l] {
    white-space: nowrap;
}
.strategies-page[b-65wwa5n14l] {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 0;
}

.strategies-header[b-65wwa5n14l] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
    padding: 16px 16px 20px;
    flex-wrap: nowrap;
}

.strategies-code-tab-content[b-65wwa5n14l] {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 0;
}

.strategies-code-view-region[b-65wwa5n14l] {
    position: relative;
    display: flex;
    flex: 1;
    min-height: 0;
}

.active-strategy-name-container[b-65wwa5n14l] {
    flex: 0 0 300px;
    display: flex;
    align-items: center;
    height: 40px;
    min-width: 0;
    width: 320px;
}

.active-strategy-name[b-65wwa5n14l] {
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    font-size: 1.2rem;
    color: #f4e9d4;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.strategy-controls-container[b-65wwa5n14l] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 0 0 auto;
}

.backtest-button-container[b-65wwa5n14l] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.strategy-controls-divider[b-65wwa5n14l] {
    width: 1px;
    height: 36px;
    margin: 0 auto;
    background-color: #444;
    flex: 0 0 auto;
}

.strategies-standard-actions[b-65wwa5n14l],
.strategies-first-actions[b-65wwa5n14l] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-shrink: 0;
}

.strategy-controls-container button[b-65wwa5n14l],
.strategies-standard-actions button[b-65wwa5n14l],
.strategies-first-actions button[b-65wwa5n14l] {
    height: 40px;
}

.strategies-empty-center[b-65wwa5n14l] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    gap: 24px;
}

.strategies-code-load-retry-host[b-65wwa5n14l] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 80;
}

.strategies-code-load-retry-host > .hideable-div.visible[b-65wwa5n14l] {
    position: absolute;
    inset: 0;
    display: flex;
    min-height: 0;
}

.strategies-code-load-retry-layer[b-65wwa5n14l] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(14, 16, 20, 0.22);
    backdrop-filter: blur(1.5px);
    pointer-events: all;
}

.strategies-code-load-retry-pill[b-65wwa5n14l] {
    padding: 0.55rem 1rem;
    border: 1px solid #3b4047;
    border-radius: 999px;
    background: rgba(23, 25, 29, 0.95);
    color: #ece4d8;
    font-size: 0.83rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    cursor: pointer;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.26);
    user-select: none;
    pointer-events: auto;
}

.strategies-code-load-retry-pill:hover[b-65wwa5n14l] {
    background: rgba(32, 36, 42, 0.98);
}

p[b-65wwa5n14l] {
    color: #f0f0f0;
}
/* /Views/Sections/Account/Purchases.razor.rz.scp.css */
.purchases-modal[b-n6ysdk6nym] {
    position: relative;
    width: min(720px, calc(100vw - 64px));
    max-height: min(760px, calc(100vh - 80px));
    display: flex;
    flex-direction: column;
    padding: 28px 28px 24px;
    border: 1px solid #3a3f47;
    border-radius: 10px;
    background-color: #1d1f23;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
    color: #f0f0f0;
}

.purchases-modal-close[b-n6ysdk6nym] {
    position: absolute;
    top: 12px;
    right: 12px;
    border: 0;
    background: transparent;
    color: #d8d8d8;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
}

.purchases-modal-title[b-n6ysdk6nym] {
    margin-bottom: 18px;
    font-size: 1.2rem;
    font-weight: 600;
}

.purchases-summary[b-n6ysdk6nym] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 18px;
    padding: 16px 18px;
    border: 1px solid #343941;
    background: #212429;
}

.purchases-summary-row[b-n6ysdk6nym] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    align-items: start;
    gap: 16px;
}

.purchases-summary-label[b-n6ysdk6nym] {
    color: #cfcfcf;
}

.purchases-summary-value[b-n6ysdk6nym] {
    color: #ffffff;
    font-weight: 600;
    text-align: right;
}

.purchases-list-container[b-n6ysdk6nym] {
    flex: 1;
    min-height: 0;
    margin-top: 6px;
    border-top: 1px solid #343941;
}

.purchases-list-container[b-n6ysdk6nym]  .table-shell {
    border: 1px solid #343941;
    background: #212429;
}

.purchases-list-container[b-n6ysdk6nym]  .table-head-row {
    border-bottom: 1px solid #343941;
}

.purchases-table-head-cell[b-n6ysdk6nym] {
    color: #b6bdc7;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 14px 18px;
    background: linear-gradient(180deg, #272b31 0%, #23272d 100%);
    position: sticky;
    top: 0;
    z-index: 1;
    text-align: left;
}

.purchases-list-container[b-n6ysdk6nym]  .table-component th:nth-child(1),
.purchases-list-container[b-n6ysdk6nym]  .table-component td:nth-child(1) {
    width: 150px;
}

.purchases-list-container[b-n6ysdk6nym]  .table-component th:nth-child(2),
.purchases-list-container[b-n6ysdk6nym]  .table-component td:nth-child(2) {
    width: 150px;
}

.purchases-table-row[b-n6ysdk6nym] {
    border-bottom: 1px solid #2f343c;
    height: 58px;
}

.purchases-table-row:last-child[b-n6ysdk6nym] {
    border-bottom: 0;
}

.purchases-table-empty-row .purchases-table-cell[b-n6ysdk6nym] {
    color: transparent;
}

.purchases-table-cell[b-n6ysdk6nym] {
    padding: 14px 18px;
    color: #f0f0f0;
    font-size: 0.88rem;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.purchases-table-cell-date[b-n6ysdk6nym],
.purchases-table-cell-hours[b-n6ysdk6nym] {
    color: #dfe4ea;
}

.purchases-modal-actions[b-n6ysdk6nym] {
    display: flex;
    justify-content: flex-end;
    margin-top: 18px;
}
/* /Views/Sections/Strategies/BacktestModal.razor.rz.scp.css */
.backtest-modal-overlay[b-vibz6prvbq] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.62);
    display: flex;
    justify-content: center;
    align-items: center;
}

.backtest-config-dialog-container[b-vibz6prvbq] {
    background-color: #1d1f23;
    border: 1px solid #3a3f47;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
    border-radius: 10px;
    width: min(520px, 92vw);
    padding: 1.5rem;
    max-height: min(90vh, 820px);
    overflow-y: auto;
    transition: background-color 120ms ease, border-color 120ms ease, box-shadow 120ms ease;
}

.backtest-config-dialog-container-disabled[b-vibz6prvbq] {
    background-color: #212429;
    border-color: #343941;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
}

.backtest-dialog-title[b-vibz6prvbq] {
    margin: 0 0 1.5rem;
    color: #f4e9d4;
    font-size: 1.3rem;
    font-weight: 500;
}

.backtest-dialog-input-label[b-vibz6prvbq] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.35rem;
    color: #d7d0c4;
    font-size: 0.8rem;
    font-weight: 400;
}

.backtest-config-grid[b-vibz6prvbq] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1rem;
    row-gap: 0.75rem;
}

.backtest-config-section-title[b-vibz6prvbq] {
    grid-column: 1 / -1;
    margin-top: 0.35rem;
    padding-top: 0.5rem;
    border-top: 1px solid #353a42;
    color: #f4e9d4;
    font-size: 0.95rem;
    font-weight: 500;
}

.backtest-config-subtitle[b-vibz6prvbq] {
    grid-column: 1 / -1;
    color: #f4e9d4;
    font-size: 0.88rem;
    font-weight: 500;
}

.backtest-config-subsubtitle[b-vibz6prvbq] {
    grid-column: 1 / -1;
    color: #d7d0c4;
    font-size: 0.8rem;
    font-weight: 400;
}

.backtest-config-helper-text[b-vibz6prvbq] {
    grid-column: 1 / -1;
    color: #bfb7aa;
    font-size: 0.78rem;
    line-height: 1.45;
}

.backtest-config-input[b-vibz6prvbq] {
    width: 100%;
    box-sizing: border-box;
    padding: 0.5rem;
    border: 1px solid #4a4f57;
    border-radius: 4px;
    background: #262a30;
    color: #e7e0d3;
    outline: none;
    font-size: 0.95rem;
}

.backtest-config-input:focus[b-vibz6prvbq] {
    border-color: #6c737d;
    background: #2d3239;
}

.backtest-config-dialog-container-disabled .backtest-dialog-title[b-vibz6prvbq],
.backtest-config-dialog-container-disabled .backtest-dialog-input-label[b-vibz6prvbq],
.backtest-config-dialog-container-disabled .backtest-config-section-title[b-vibz6prvbq],
.backtest-config-dialog-container-disabled .backtest-config-subtitle[b-vibz6prvbq],
.backtest-config-dialog-container-disabled .backtest-config-subsubtitle[b-vibz6prvbq],
.backtest-config-dialog-container-disabled .backtest-config-helper-text[b-vibz6prvbq] {
    color: #beb6aa;
}

.backtest-config-dialog-container-disabled .backtest-config-input[b-vibz6prvbq] {
    background: #2a2e35;
    border-color: #434952;
    color: #bfb8ad;
}

.backtest-config-dialog-container-disabled .backtest-config-section-title[b-vibz6prvbq] {
    border-top-color: #3a4048;
}

.backtest-dialog-button-container[b-vibz6prvbq] {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1.5rem;
}
/* /Views/Sections/Strategies/BacktestSummary.razor.rz.scp.css */
.detail-label[b-056cm87u92] {
    color: #f0f0f0;
    font-weight: 600;
}

.detail-summary[b-056cm87u92] {
    position: relative;
    border: 1px solid #444;
    border-radius: 8px;
    padding: 22px 20px;
    background-color: transparent;
}

.summary-action[b-056cm87u92] {
    position: absolute;
    top: 22px;
    right: 20px;
}

.detail-grid[b-056cm87u92] {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    gap: 18px 24px;
    min-width: 0;
    margin-right: 150px;
}

.detail-value[b-056cm87u92] {
    width: 100%;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.optional-parameters-section[b-056cm87u92] {
    margin-top: 1rem;
    padding-top: 0.75rem;
    border-top: 1px solid #353a42;
}

.optional-parameters-summary[b-056cm87u92] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: #f4e9d4;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
}

.optional-parameters-chevron[b-056cm87u92] {
    color: #bcb5aa;
    font-size: 0.8rem;
    line-height: 1;
}

.optional-parameters-grid[b-056cm87u92] {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    gap: 18px 24px;
    min-width: 0;
    margin-top: 0.9rem;
}
/* /Views/Sections/Strategies/CodeView.razor.rz.scp.css */
.code-view-container[b-ak4i1015ne] {
    position: relative;
    flex: 1;
    min-width: 750px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    border: none;
}

.code-view-content[b-ak4i1015ne] {
    display: flex;
    flex: 1;
    min-height: 0;
}

.new-child-dialog-container[b-ak4i1015ne] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    border: 1px solid #3b4047;
    padding: 2rem;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.45);
    width: 320px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    background: #1d1f23;
    color: #e7e0d3;
}

.new-child-dialog-title[b-ak4i1015ne] {
    font-weight: 500;
    margin-bottom: 0.75rem;
    color: #f0eadf;
}

.new-child-dialog-error-label[b-ak4i1015ne] {
    color: #d9534f;
    height: 2.5rem;
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
}

.new-child-dialog-warning-label[b-ak4i1015ne] {
    color: #b8b0a3;
    margin-bottom: 1.25rem;
    font-size: 0.95rem;
    line-height: 1.4;
}

.new-child-dialog-button-container[b-ak4i1015ne] {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
}

.right-side-container[b-ak4i1015ne] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #1e1e1e;
}

.active-file-header[b-ak4i1015ne] {
    flex-shrink: 0;
    height: 36px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    color: #e7e0d3;
    border-bottom: 1px solid #444;
    margin-bottom: 4px;
    font-size: 0.95rem;
    font-weight: 500;
}

.code-container[b-ak4i1015ne] {
    position: relative;
    height: 0;
    flex-grow: 1;
}

.status-bar[b-ak4i1015ne] {
    flex-shrink: 0;
    padding: 0.5rem;
    gap: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 30px;
    margin-top: 4px;
    border-top: 1px solid #444;
    background-color: #1e1e1e;
    color: #ffffff;
    font-size: 0.78rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
    font-weight: 500;
    letter-spacing: 0.01em;
}
/* /Views/Sections/Strategies/ExecutionProgress.razor.rz.scp.css */
.execution-progress[b-kwhlknm1ew] {
    position: relative;
    margin-top: 16px;
    padding: 18px 20px;
    background-color: transparent;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.execution-progress-executing[b-kwhlknm1ew]::after {
    content: "";
    position: absolute;
    inset: -12% 0;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 42%,
        rgba(255, 255, 255, 0.08) 47%,
        rgba(255, 255, 255, 0.34) 50%,
        rgba(255, 255, 255, 0.08) 53%,
        rgba(255, 255, 255, 0) 58%,
        rgba(255, 255, 255, 0) 100%
    );
    background-repeat: no-repeat;
    background-size: 240px 100%;
    background-position: -240px 0;
    filter: blur(16px);
    animation: execution-progress-sweep-b-kwhlknm1ew 4s linear infinite;
    pointer-events: none;
}

.execution-progress-title[b-kwhlknm1ew] {
    color: #f4e9d4;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.execution-progress-content[b-kwhlknm1ew] {
    color: #c8c8c8;
    word-break: break-word;
    flex: 1;
    min-height: 0;
}

@keyframes execution-progress-sweep-b-kwhlknm1ew {
    0% {
        background-position: -240px 0;
    }

    40% {
        background-position: 2400px 0;
    }

    100% {
        background-position: 2400px 0;
    }
}
/* /Views/Sections/Strategies/Executions.razor.rz.scp.css */
.executions-page[b-wptautnlhn] {
    display: flex;
    flex: 1;
    min-height: 0;
    flex-direction: column;
}

.executions-empty-state[b-wptautnlhn] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
}

.executions-empty-title[b-wptautnlhn] {
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
}

.executions-empty-help[b-wptautnlhn] {
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
}

.filter-row[b-wptautnlhn] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    padding: 12px;
    box-sizing: border-box;
}

.filter-row-disabled[b-wptautnlhn] {
    opacity: 0.55;
}

.filter-row input[b-wptautnlhn] {
    width: 326px;
    height: 40px;
    padding: 0 12px;
    background-color: #161616;
    color: #e6e0d4;
    border: 1px solid #444;
    outline: none;
    box-shadow: none;
}

.filter-row select[b-wptautnlhn] {
    height: 40px;
    min-width: 180px;
    padding: 0 36px 0 12px;
    background-color: #161616;
    color: #e6e0d4;
    border: 1px solid #444;
    outline: none;
    box-shadow: none;
}

.filter-row[b-wptautnlhn]  .status-filter-dropdown {
    height: 40px;
    min-width: 180px;
    background-color: #161616;
    color: #e6e0d4;
    border: 1px solid #444;
}

.filter-row input:focus[b-wptautnlhn],
.filter-row select:focus[b-wptautnlhn],
.filter-row[b-wptautnlhn]  .status-filter-dropdown:focus {
    outline: none;
    box-shadow: none;
    border-color: #6c737d;
    background-color: #2d3239;
}

.status-label[b-wptautnlhn] {
    color: #f0f0f0;
    font-weight: 600;
    margin-left: 60px;
}

.executions-content[b-wptautnlhn] {
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 0;
    min-height: 0;
}

.executions-content[b-wptautnlhn]  .rz-splitter,
.executions-content[b-wptautnlhn]  .rz-splitter-pane {
    min-height: 0;
}

.executions-content[b-wptautnlhn]  .rz-splitter-pane {
    overflow: hidden;
}

.detail-scroll-pane[b-wptautnlhn] {
    flex: 1;
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-gutter: stable;
}

.detail-scroll-pane > .hideable-div.visible[b-wptautnlhn] {
    flex: 0 0 auto;
    min-height: 100%;
}

.list-pane[b-wptautnlhn] {
    height: 100%;
    padding: 12px;
    overflow: auto;
}

.execution-row[b-wptautnlhn] {
    border: 1px solid #444;
    border-radius: 8px;
    padding: 16px 18px;
    cursor: pointer;
    background-color: #161616;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.execution-row:hover[b-wptautnlhn] {
    background-color: #2a3038;
    border-color: #727985;
}

.execution-row.selected[b-wptautnlhn] {
    border-color: #6a6f78;
    background-color: #252b33;
    box-shadow: inset 0 0 0 1px rgba(140, 150, 168, 0.18);
}

.execution-row-top[b-wptautnlhn] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.execution-title[b-wptautnlhn] {
    color: #ddd7cb;
    font-weight: 600;
    font-size: 1rem;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.execution-status[b-wptautnlhn] {
    color: #aeb5bf;
    font-weight: 500;
    font-size: 0.92rem;
}

.execution-id[b-wptautnlhn] {
    color: #6c757d;
    font-size: 0.92rem;
}

.detail-pane[b-wptautnlhn] {
    color: #c8c8c8;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 100%;
    box-sizing: border-box;
}

.detail-header[b-wptautnlhn] {
    flex-shrink: 0;
}

.detail-title[b-wptautnlhn] {
    min-width: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    font-size: 1.2rem;
    color: #f4e9d4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Views/Sections/Strategies/NewStrategyModal.razor.rz.scp.css */
.new-strategy-modal-overlay[b-9rmoqf9krs] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.62);
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-strategy-dialog-container[b-9rmoqf9krs] {
    background-color: #1d1f23;
    border: 1px solid #3a3f47;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
    border-radius: 10px;
    width: min(460px, 90vw);
    padding: 1.5rem;
    transition: background-color 120ms ease, border-color 120ms ease, box-shadow 120ms ease;
}

.new-strategy-dialog-container-disabled[b-9rmoqf9krs] {
    background-color: #212429;
    border-color: #343941;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
}

.new-strategy-dialog-welcome-title[b-9rmoqf9krs] {
    margin: 0 0 0.5rem;
    color: #f4e9d4;
    font-size: 1.5rem;
    font-weight: 500;
}

.new-strategy-dialog-title[b-9rmoqf9krs] {
    margin: 0 0 1.5rem;
    color: #f4e9d4;
    font-size: 1.3rem;
    font-weight: 500;
}

.new-strategy-dialog-input-label[b-9rmoqf9krs] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.35rem;
    color: #d7d0c4;
    font-size: 0.8rem;
    font-weight: 400;
}

.new-strategy-dialog-input-error[b-9rmoqf9krs] {
    color: #d35d5d;
    font-size: 0.75rem;
    font-weight: 500;
}

.new-strategy-dialog-help-label[b-9rmoqf9krs] {
    margin-top: 0.05rem;
    color: #a9a29a;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: 300;
}

.new-strategy-dialog-button-container[b-9rmoqf9krs] {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.new-strategy-dialog-button-container[b-9rmoqf9krs]  .hideable-div.visible {
    display: contents;
    flex: 0 0 auto;
}

.new-strategy-dialog-container-disabled .new-strategy-dialog-welcome-title[b-9rmoqf9krs],
.new-strategy-dialog-container-disabled .new-strategy-dialog-title[b-9rmoqf9krs],
.new-strategy-dialog-container-disabled .new-strategy-dialog-input-label[b-9rmoqf9krs] {
    color: #beb6aa;
}

.new-strategy-dialog-container-disabled .new-strategy-dialog-help-label[b-9rmoqf9krs] {
    color: #989188;
}
/* /Views/Sections/Strategies/StrategySelector.razor.rz.scp.css */
.strategy-selector[b-7j4pc2yy1g] {
    position: fixed;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.62);
    display: flex;
    justify-content: center;
    align-items: center;
}

.dialog[b-7j4pc2yy1g] {
    background: #1d1f23;
    color: #e7e0d3;
    padding: 2rem;
    border-radius: 10px;
    border: 1px solid #3a3f47;
    width: 900px;
    max-width: 90vw;
    height: clamp(420px, 70vh, 760px);
    max-height: calc(100vh - 4rem);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    transition: background-color 120ms ease, border-color 120ms ease, box-shadow 120ms ease;
}

.dialog-disabled[b-7j4pc2yy1g] {
    background-color: #212429;
    border-color: #343941;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
}

.dialog-disabled .strategy-list-container[b-7j4pc2yy1g],
.dialog-disabled .filter-row[b-7j4pc2yy1g],
.dialog-disabled .close-button[b-7j4pc2yy1g] {
    pointer-events: none;
}

.dialog-disabled .dialog-header h3[b-7j4pc2yy1g] {
    color: #beb6aa;
}

.dialog-disabled .close-button[b-7j4pc2yy1g] {
    color: #beb6aa;
}

.dialog-disabled .filter-row input[type="text"][b-7j4pc2yy1g],
.dialog-disabled .filter-row[b-7j4pc2yy1g]  .status-filter-dropdown {
    background: #2a2e35;
    border-color: #434952;
    color: #bfb8ad;
}

.dialog-disabled .strategy-row[b-7j4pc2yy1g] {
    background-color: #2a2e35;
    border-color: #434952;
}

.dialog-disabled .strategy-row > div:nth-child(1)[b-7j4pc2yy1g],
.dialog-disabled .strategy-row > div:nth-child(2)[b-7j4pc2yy1g],
.dialog-disabled .strategy-row > div:nth-child(3)[b-7j4pc2yy1g],
.dialog-disabled .strategy-current-label[b-7j4pc2yy1g] {
    color: #bfb8ad;
}

.dialog-header[b-7j4pc2yy1g] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.dialog-header h3[b-7j4pc2yy1g] {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 600;
}

.close-button[b-7j4pc2yy1g] {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #8f949b;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    transition: color 0.2s ease-in-out;
}

.close-button:hover[b-7j4pc2yy1g] {
    color: #f0f0f0;
}

.filter-row[b-7j4pc2yy1g] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.filter-row select[b-7j4pc2yy1g] {
    padding-left: 0.1rem;
    padding-top: 0.4rem;
    padding-right: 1.8rem;
    padding-bottom: 0.4rem;
    border-radius: 4px;
    border: 1px solid #4a4f57;
    background: #262a30;
    color: #e7e0d3;
    font-size: 0.95rem;
    outline: none;
    background-position: right 0.6rem center;
    background-repeat: no-repeat;
}

.filter-row[b-7j4pc2yy1g]  .status-filter-dropdown {
    height: 40px;
    min-width: 180px;
    border-color: #4a4f57;
    background: #262a30;
    color: #e7e0d3;
}

.filter-row select:focus[b-7j4pc2yy1g] {
    border-color: #6c737d;
    background: #2d3239;
}

.filter-row input[type="text"][b-7j4pc2yy1g] {
    flex: 1;
    min-width: 400px;
    padding-left: 0.1rem;
    padding-top: 0.4rem;
    padding-right: 0.5rem;
    padding-bottom: 0.4rem;
    border-radius: 4px;
    border: 1px solid #4a4f57;
    background: #262a30;
    color: #e7e0d3;
    font-size: 0.95rem;
    outline: none;
}

.filter-row input[type="text"]:focus[b-7j4pc2yy1g] {
    border-color: #6c737d;
    background: #2d3239;
}

.strategy-list-container[b-7j4pc2yy1g] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding-right: 0.75rem;
}

.strategy-row[b-7j4pc2yy1g] {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    column-gap: 1.5rem;
    row-gap: 0.15rem;
    align-items: start;
    padding: 0.9rem 1rem;
    border: 1px solid #454b53;
    border-radius: 0.5rem;
    background-color: #262a30;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.strategy-row:hover[b-7j4pc2yy1g] {
    background-color: #2d3239;
    border-color: #616872;
}

.strategy-row-current:hover[b-7j4pc2yy1g] {
    background-color: #313842;
    border-color: #727b87;
}

.strategy-row-current[b-7j4pc2yy1g] {
    background-color: #313842;
    border-color: #727b87;
    box-shadow: inset 0 0 0 1px rgba(185, 196, 210, 0.14);
    cursor: default;
}

.strategy-row > div:nth-child(2)[b-7j4pc2yy1g] {
    grid-column: 1;
    grid-row: 1;
    font-size: 1rem;
    color: #f0eadf;
    min-width: 0;
}

.strategy-name-cell[b-7j4pc2yy1g] {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    min-width: 0;
}

.strategy-name-cell[b-7j4pc2yy1g]  .hideable-div.visible {
    display: contents;
    flex: 0 0 auto;
}

.strategy-name-text[b-7j4pc2yy1g] {
    min-width: 0;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.strategy-current-label[b-7j4pc2yy1g] {
    color: #c4ccd6;
    font-size: 0.82rem;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
}

.strategy-row > div:nth-child(1)[b-7j4pc2yy1g] {
    grid-column: 1;
    grid-row: 2;
    font-size: 0.92rem;
    color: #9ba3ad;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.strategy-row > div:nth-child(3)[b-7j4pc2yy1g] {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    align-self: start;
    font-size: 0.92rem;
    font-weight: 500;
    color: #b6bec8;
    white-space: nowrap;
}
