@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.84wtju4z0n.bundle.scp.css';

/* /Components/Journal/JournalNode.razor.rz.scp.css */
.node-wrapper[b-5n9hmpb3wr] {
    margin-bottom: 12px;
}

.node-item[b-5n9hmpb3wr] {
    background: rgba(12, 12, 12, 0.8);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid var(--obj-border);
    border-radius: 12px;
    padding: 20px 24px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    overflow: hidden;
}

.node-item[b-5n9hmpb3wr]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: var(--type-color, var(--obj-teal));
    opacity: 0.6;
}

.node-item:hover[b-5n9hmpb3wr] {
    border-color: rgba(74, 179, 162, 0.3);
    background: rgba(12, 12, 12, 0.9);
}

.node-item:focus-within[b-5n9hmpb3wr] {
    background: rgba(12, 12, 12, 1);
    border-color: var(--obj-teal);
}

/* Color Variables per Type (Subtle color flair) */
.type-strategy[b-5n9hmpb3wr] { --type-color: #4AB3A2; }
.type-engineering[b-5n9hmpb3wr] { --type-color: #5bb2ff; }
.type-personnel[b-5n9hmpb3wr] { --type-color: #ff9d4a; }
.type-diplomacy[b-5n9hmpb3wr] { --type-color: #ff4a61; }

.node-header[b-5n9hmpb3wr] {
    display: flex;
    gap: 12px;
    align-items: center;
    width: 100%;
}

.node-top-row[b-5n9hmpb3wr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.node-title-container[b-5n9hmpb3wr] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    min-width: 0;
}

.node-title-input[b-5n9hmpb3wr] {
    flex: 1;
    background: transparent;
    border: none;
    border-bottom: 1px solid transparent;
    color: var(--obj-text-main);
    font-size: 20px;
    font-weight: 600;
    padding: 4px 0;
    transition: border-color 0.2s;
    min-width: 0;
    width: 100%;
    outline: none;
}

.node-title-input:focus[b-5n9hmpb3wr] {
    border-color: var(--obj-teal);
}

.node-bottom-row[b-5n9hmpb3wr] {
    display: flex; 
    gap: 20px; 
    align-items: flex-start; 
    margin-top: 4px; 
    margin-left: 32px;
}

.node-comment-container[b-5n9hmpb3wr] {
    flex: 1; 
    display: flex; 
    flex-direction: column; 
    gap: 10px; 
    min-width: 0;
}

.node-comment-area[b-5n9hmpb3wr] {
    width: 100%;
    background: transparent;
    border: 1px solid var(--obj-border);
    border-radius: 8px;
    padding: 10px;
    color: var(--obj-text-muted);
    font-family: inherit;
    font-size: 17px;
    resize: none;
    min-height: 48px;
    outline: none;
    transition: border-color 0.2s;
}

.node-comment-area:focus[b-5n9hmpb3wr] {
    border-color: var(--obj-teal);
    color: var(--obj-text-main);
}

.node-meta-container[b-5n9hmpb3wr] {
    display: flex; 
    flex-direction: column; 
    align-items: flex-end; 
    gap: 6px; 
    flex-shrink: 0;
}

.node-meta-inputs[b-5n9hmpb3wr] {
    display: flex; 
    gap: 10px; 
    align-items: center;
}

.node-hours-wrapper[b-5n9hmpb3wr] {
    display: flex; 
    gap: 6px; 
    align-items: center;
}

.node-hours-input[b-5n9hmpb3wr] {
    width: 60px;
    background: var(--obj-bg-accent);
    border: 1px solid var(--obj-border);
    color: var(--obj-teal);
    font-weight: 700;
    text-align: center;
    padding: 6px;
    border-radius: 6px;
    font-size: 17px;
    outline: none;
}

.node-hours-unit[b-5n9hmpb3wr] {
    font-size: 14px; 
    font-weight: 700; 
    color: var(--obj-text-muted);
}

.node-risk-select[b-5n9hmpb3wr] {
    background: var(--obj-bg-accent);
    border: 1px solid var(--obj-border);
    color: var(--obj-text-main);
    padding: 6px;
    border-radius: 6px;
    font-size: 15px;
    outline: none;
}

.node-id-display[b-5n9hmpb3wr] {
    font-size: 10px; 
    font-family: monospace; 
    color: rgba(255,255,255,0.2); 
    letter-spacing: 0.05em; 
    text-transform: uppercase;
}

/* --- Hierarchy --- */
.children-wrapper[b-5n9hmpb3wr] {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-left: 20px;
    border-left: 2px dashed var(--obj-text-muted);
}

.children-wrapper.expanded[b-5n9hmpb3wr] {
    grid-template-rows: 1fr;
}

.children-content[b-5n9hmpb3wr] {
    overflow: hidden;
}

.children-inner[b-5n9hmpb3wr] {
    padding-left: 20px;
    padding-top: 12px;
}

/* --- Buttons --- */
.icon-btn[b-5n9hmpb3wr] {
    background: transparent;
    border: none;
    color: var(--obj-text-muted);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 6px;
    transition: all 0.2s;
    flex-shrink: 0;
}

.icon-btn:hover[b-5n9hmpb3wr] {
    color: var(--obj-text-main);
    background: var(--obj-bg-accent);
}

.icon-btn.primary:hover[b-5n9hmpb3wr] {
    color: var(--obj-teal);
    background: rgba(74, 179, 162, 0.1);
}

.icon-btn.danger:hover[b-5n9hmpb3wr] {
    color: #ff4d4d;
    background: rgba(255, 77, 77, 0.1);
}

.node-order-controls[b-5n9hmpb3wr] {
    display: flex; 
    flex-direction: column; 
    gap: 2px; 
    margin-left: 10px;
}

.node-order-btn[b-5n9hmpb3wr] {
    width: 18px; 
    height: 12px;
}

.node-action-group[b-5n9hmpb3wr] {
    display: flex; 
    gap: 4px; 
    margin-left: 10px;
}

.custom-checkbox[b-5n9hmpb3wr] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    background-color: var(--obj-bg-accent);
    border: 2px solid var(--obj-border);
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
    margin: 0;
    flex-shrink: 0;
}

.custom-checkbox:checked[b-5n9hmpb3wr] {
    background-color: var(--obj-teal);
    border-color: var(--obj-teal);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
}

.chevron-icon[b-5n9hmpb3wr] {
    transition: transform 0.3s ease;
}

.chevron-icon.expanded[b-5n9hmpb3wr] {
    transform: rotate(180deg);
}
/* /Components/Layout/EditorLayout.razor.rz.scp.css */
.page[b-kczwptl1ys] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.sidebar[b-kczwptl1ys] {
    background-color: var(--surface-white);
    border-right: 1px solid var(--border-slate);
}

.editor-main[b-kczwptl1ys] {
    height: 100vh;
    overflow: hidden;
    width: 100%;
}

#blazor-error-ui[b-kczwptl1ys] {
    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-kczwptl1ys] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-wgjprqhdq8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wgjprqhdq8] {
    flex: 1;
}

.sidebar[b-wgjprqhdq8] {
    background-color: var(--surface-white);
    border-right: 1px solid var(--border-slate);
}

.top-row[b-wgjprqhdq8] {
    background-color: var(--surface-white);
    border-bottom: none !important;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wgjprqhdq8]  a, .top-row[b-wgjprqhdq8]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-wgjprqhdq8]  a:hover, .top-row[b-wgjprqhdq8]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-wgjprqhdq8]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-wgjprqhdq8] {
        justify-content: space-between;
    }

    .top-row[b-wgjprqhdq8]  a, .top-row[b-wgjprqhdq8]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {

    .sidebar[b-wgjprqhdq8] {
        height: 100%;
    }

    .top-row[b-wgjprqhdq8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-wgjprqhdq8]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-wgjprqhdq8], article[b-wgjprqhdq8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-wgjprqhdq8] {
    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-wgjprqhdq8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-lcb3zh4mdz] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid var(--border-gray);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' 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.05);
}

.top-row[b-lcb3zh4mdz] {
    min-height: 5rem;
    background-color: transparent;
    display: flex;
    align-items: center;
    padding-left: 1rem;
}

.navbar-brand[b-lcb3zh4mdz] {
    font-size: 1.1rem;
}

.nav.flex-column[b-lcb3zh4mdz] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-top: 1.5rem;
}

.nav-item[b-lcb3zh4mdz] {
    font-size: 0.9rem;
    padding: 0 1rem;
}

.nav-item[b-lcb3zh4mdz]  .nav-link {
    color: var(--text-gray);
    background: none;
    border: none;
    border-radius: 0;
    height: 3.5rem;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    text-align: center;
    padding: 0 1.5rem;
    width: 100%;
    transition: all 0.2s ease;
}

.nav-item[b-lcb3zh4mdz]  .nav-link fluent-icon, 
.nav-item[b-lcb3zh4mdz]  .nav-link svg, 
.nav-item[b-lcb3zh4mdz]  .fluent-icon {
    fill: currentColor !important;
    color: currentColor !important;
}

.nav-item[b-lcb3zh4mdz]  a.active {
    background-color: var(--teal) !important;
    color: white !important;
}

.nav-item[b-lcb3zh4mdz]  .nav-link:hover:not(.active) {
    background-color: rgba(255, 255, 255, 0.05);
    color: var(--text-white);
}

.nav-item[b-lcb3zh4mdz]  .signout-button {
    border: 0;
    font: inherit;
    cursor: pointer;
}

@media (min-width: 641px) {
    .navbar-toggler[b-lcb3zh4mdz] {
        display: none;
    }

    .nav-scrollable[b-lcb3zh4mdz] {
        display: block;
        height: calc(100vh - 5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-79u0b5xolx],
.components-reconnect-repeated-attempt-visible[b-79u0b5xolx],
.components-reconnect-failed-visible[b-79u0b5xolx],
.components-pause-visible[b-79u0b5xolx],
.components-resume-failed-visible[b-79u0b5xolx],
.components-rejoining-animation[b-79u0b5xolx] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-79u0b5xolx],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-79u0b5xolx],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-79u0b5xolx],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-79u0b5xolx],
#components-reconnect-modal.components-reconnect-retrying[b-79u0b5xolx],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-79u0b5xolx],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-79u0b5xolx],
#components-reconnect-modal.components-reconnect-failed[b-79u0b5xolx],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-79u0b5xolx] {
    display: block;
}


#components-reconnect-modal[b-79u0b5xolx] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-79u0b5xolx 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-79u0b5xolx 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-79u0b5xolx 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-79u0b5xolx]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-79u0b5xolx 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-79u0b5xolx {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-79u0b5xolx {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-79u0b5xolx {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-79u0b5xolx] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-79u0b5xolx] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-79u0b5xolx] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-79u0b5xolx] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-79u0b5xolx] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-79u0b5xolx] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-79u0b5xolx] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-79u0b5xolx 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-79u0b5xolx] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-79u0b5xolx {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/HomePage.razor.rz.scp.css */
/* --- Total-Commander style dashboard (ported from object-fraxin UX) --- */
.tc-dashboard[b-4qr5553297] {
    max-width: 1320px;
    margin: 0 auto;
    padding: 28px;
}

/* Top half: greeting + contextual detail card */
.tc-top-half[b-4qr5553297] {
    display: flex;
    align-items: stretch;
    gap: 32px;
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom: 1px solid var(--obj-border);
}

.tc-top-greeting[b-4qr5553297] {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 24px;
}

.tc-avatar[b-4qr5553297] {
    width: 93px;
    height: 93px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--obj-font-mono);
    font-size: 30px;
    font-weight: 700;
    color: var(--obj-text-on-accent);
    background: linear-gradient(135deg, var(--obj-teal) 0%, var(--obj-teal-dark) 100%);
}

.tc-greeting-title[b-4qr5553297] {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -1px;
    margin: 0;
    background: linear-gradient(135deg, var(--obj-white) 0%, var(--obj-teal) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tc-top-detail[b-4qr5553297] {
    width: 50%;
    padding: 20px 24px;
    background: var(--obj-bg-card);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--obj-border);
}

.tc-detail-empty[b-4qr5553297] {
    color: var(--obj-text-muted);
    font-size: 14px;
    margin-top: 12px;
}

.tc-detail-head[b-4qr5553297] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 14px 0 6px;
}

[b-4qr5553297] .tc-detail-icon {
    color: var(--obj-teal);
}

.tc-detail-name[b-4qr5553297] {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin: 0;
}

.tc-detail-desc[b-4qr5553297] {
    color: var(--obj-text-muted);
    font-size: 14px;
    margin: 0 0 14px;
}

.tc-detail-meta[b-4qr5553297] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 4px 16px;
    margin-bottom: 16px;
}

.tc-meta-label[b-4qr5553297] {
    font-family: var(--obj-font-mono);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--obj-text-muted);
    align-self: center;
}

.tc-meta-value[b-4qr5553297] {
    font-family: var(--obj-font-mono);
    font-size: 12px;
    color: var(--obj-text-main);
}

.tc-open-btn[b-4qr5553297] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 38px;
    padding: 0 22px;
    background: var(--obj-teal);
    border: 1px solid var(--obj-teal);
    color: var(--obj-text-on-accent);
    font-family: var(--obj-font-mono);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: var(--obj-transition-fast);
}

.tc-open-btn:hover[b-4qr5553297] {
    background: var(--obj-teal-hover);
    color: var(--obj-white);
}

/* Bottom half: Miller columns */
.tc-columns[b-4qr5553297] {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 24px;
    min-height: 320px;
}

.tc-col[b-4qr5553297] {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--obj-border);
    background: var(--obj-bg-card);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.tc-col-head[b-4qr5553297] {
    font-family: var(--obj-font-mono);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--obj-teal);
    padding: 12px 14px;
    border-bottom: 1px solid var(--obj-border);
}

.tc-col-body[b-4qr5553297] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px;
    flex: 1;
}

.tc-row[b-4qr5553297] {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 12px 14px;
    background: transparent;
    border: 1px solid var(--obj-border);
    color: var(--obj-text-main);
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    transition: var(--obj-transition-fast);
}

.tc-row:hover[b-4qr5553297] {
    border-color: var(--obj-border-focus);
    background: rgba(255, 255, 255, 0.03);
}

.tc-row.selected[b-4qr5553297] {
    box-shadow: inset 6px 0 0 var(--obj-teal);
    border-color: var(--obj-border-focus);
}

[b-4qr5553297] .tc-row-icon {
    color: var(--obj-teal);
    flex-shrink: 0;
}

.tc-row-name[b-4qr5553297] {
    flex: 1;
}

.tc-col-empty[b-4qr5553297] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    color: var(--obj-text-muted);
    font-size: 13px;
    font-family: var(--obj-font-mono);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    padding: 24px;
}

@media (max-width: 900px) {
    .tc-top-half[b-4qr5553297] {
        flex-direction: column;
    }
    .tc-top-detail[b-4qr5553297] {
        width: 100%;
    }
    .tc-columns[b-4qr5553297] {
        grid-template-columns: 1fr;
    }
}

/* --- Sign-in (anonymous) --- */
.home-container[b-4qr5553297] {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-card[b-4qr5553297] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
    padding: 50px 60px;
    border: 1px solid var(--obj-border);
    background: var(--obj-bg-card);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.home-logo[b-4qr5553297] {
    height: 56px;
    margin-bottom: 8px;
}

.home-subtitle[b-4qr5553297] {
    color: var(--obj-text-muted);
    font-size: 14px;
    max-width: 320px;
    margin: 0 0 16px;
}

.home-signin[b-4qr5553297] {
    display: inline-block;
    height: 44px;
    line-height: 42px;
    background-color: var(--obj-teal);
    border: 1px solid var(--obj-teal);
    color: var(--obj-text-on-accent);
    padding: 0 32px;
    font-family: var(--obj-font-mono);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: var(--obj-transition-fast);
}

.home-signin:hover[b-4qr5553297] {
    background-color: var(--obj-teal-hover);
    color: var(--obj-white);
}
/* /Components/Pages/Journal/JournalPage.razor.rz.scp.css */
/* --- Journal Theme Overrides --- */
.quotes-app[b-5q7bju2vfg] {
    height: 100vh;
    width: 100%;
}

.app-container[b-5q7bju2vfg] {
    height: 100%;
    width: 100%;
}

.main-content[b-5q7bju2vfg] {
    height: 100%;
    padding: 32px;
}

:root[b-5q7bju2vfg] {
    --pr-teal: #4AB3A2;
    --pr-teal-glow: rgba(74, 179, 162, 0.4);
    --pr-bg: #0c0c0c;
    --pr-card-bg: rgba(20, 20, 20, 0.8);
    --pr-border: rgba(74, 179, 162, 0.2);
}

.journal-container[b-5q7bju2vfg] {
    padding: 40px;
    max-width: 1400px;
    margin: 0 auto;
    min-height: 100vh;
    font-family: var(--obj-font-main);
    background: radial-gradient(circle at 50% -20%, rgba(74, 179, 162, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 0% 100%, rgba(74, 179, 162, 0.05) 0%, transparent 30%);
    background-attachment: fixed;
}

.top-navigation[b-5q7bju2vfg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px dashed var(--obj-text-muted);
}

.nav-left[b-5q7bju2vfg] {
    display: flex;
    align-items: center;
    gap: 25px;
}

.journal-logo-text[b-5q7bju2vfg] {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: var(--obj-teal);
    text-transform: uppercase;
}

.v-separator[b-5q7bju2vfg] {
    width: 1px;
    height: 24px;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 4px;
}

.header-actions[b-5q7bju2vfg] {
    display: flex;
    align-items: center;
    gap: 8px;
    align-items: center;
    background: rgba(74, 179, 162, 0.1);
    padding: 4px 12px;
    border-radius: 8px;
    border: 1px solid var(--obj-teal);
}

.selection-text[b-5q7bju2vfg] {
    font-size: 15px;
    color: var(--obj-teal);
    font-weight: bold;
}

.toolbar-btn[b-5q7bju2vfg] {
    background: transparent;
    border: none;
    color: var(--obj-text-muted);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    transition: all 0.2s;
}

.toolbar-btn:hover[b-5q7bju2vfg] {
    color: var(--obj-text-main);
    background: rgba(255, 255, 255, 0.05);
}

.selection-btn[b-5q7bju2vfg] {
    width: 28px;
    height: 28px;
    padding: 0;
}

/* --- Summary --- */
.total-summary[b-5q7bju2vfg] {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ffffff;
}

.summary-container[b-5q7bju2vfg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.summary-id-row[b-5q7bju2vfg] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.estimate-title-input[b-5q7bju2vfg] {
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    color: var(--obj-text-main);
    font-size: 25px;
    font-weight: 800;
    padding: 6px 0;
    width: 80%;
    transition: border-color 0.2s;
    outline: none;
}

.estimate-title-input:focus[b-5q7bju2vfg] {
    border-color: var(--obj-teal);
}

.estimate-id-input[b-5q7bju2vfg] {
    background: transparent;
    border: none;
    border-bottom: 1px solid transparent;
    color: var(--obj-text-muted);
    font-size: 16px;
    font-weight: 700;
    padding: 2px 0;
    width: 200px;
    outline: none;
    text-transform: uppercase;
}

.total-summary-block[b-5q7bju2vfg] {
    text-align: right;
    display: flex;
    flex-direction: column;
}

.total-label[b-5q7bju2vfg] {
    font-size: 14px;
    font-weight: 700;
    color: var(--obj-text-muted);
    text-transform: uppercase;
}

.total-value[b-5q7bju2vfg] {
    font-size: 31px;
    font-weight: 800;
    color: var(--obj-teal);
    text-shadow: 0 0 15px rgba(74, 179, 162, 0.4);
}

/* --- Trees --- */
.tree-container[b-5q7bju2vfg] {
    max-width: 1000px;
    margin: 0 auto;
}

/* --- Hierarchy Support --- */
[b-5q7bju2vfg] .children-inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
/* /Components/Pages/Quotes/QuotesPage.razor.rz.scp.css */
.quotes-app[b-l8uj563gph] {
    height: 100vh;
    width: 100%;
}

.app-container[b-l8uj563gph] {
    height: 100%;
    width: 100%;
}

.main-content[b-l8uj563gph] {
    height: 100%;
    padding: 32px;
}

.top-navigation[b-l8uj563gph] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px dashed var(--text-gray);
}

.nav-left[b-l8uj563gph] {
    display: flex;
    align-items: center;
    gap: 25px;
}

.nav-right[b-l8uj563gph] {
    display: flex;
    align-items: center;
}

.logo-container[b-l8uj563gph] {
    display: flex;
    align-items: center;
}

.toolbar-container[b-l8uj563gph] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.dropdown-container[b-l8uj563gph] {
    position: relative;
}

.dropdown-menu[b-l8uj563gph] {
    position: absolute;
    top: calc(100% + 8px);
    background: var(--card-bg);
    border: 1px solid var(--border-gray);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.6);
    min-width: 250px;
    display: flex;
    flex-direction: column;
    padding: 8px 0;
    z-index: 1000;
}

.templates-dropdown[b-l8uj563gph] {
    left: 0;
}

.exports-dropdown[b-l8uj563gph] {
    right: 0;
    min-width: 200px;
}

.dropdown-header[b-l8uj563gph] {
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 800;
    color: var(--text-gray);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
}

.dropdown-separator[b-l8uj563gph] {
    height: 1px;
    background: var(--border-gray);
    margin: 4px 0;
}

.template-action-btn[b-l8uj563gph] {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-actions[b-l8uj563gph] {
    margin-bottom: 0;
    gap: 12px;
    display: flex;
    align-items: center;
}

.selection-badge[b-l8uj563gph] {
    display: flex;
    gap: 8px;
    align-items: center;
    background: rgba(74, 179, 162, 0.1);
    padding: 4px 12px;
    border-radius: 8px;
    border: 1px solid var(--teal);
}

.selection-text[b-l8uj563gph] {
    font-size: 17px;
    color: var(--teal);
    font-weight: bold;
}

.selection-btn[b-l8uj563gph] {
    width: 28px;
    height: 28px;
    border: none;
    background: transparent;
}

.v-separator[b-l8uj563gph] {
    width: 1px;
    height: 24px;
    background: white;
    margin: 0 4px;
}

/* Modal Content Styling */
.import-modal-content[b-l8uj563gph] {
    max-width: 500px;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(30, 30, 40, 0.8) !important;
}

.modal-header-section[b-l8uj563gph] {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.modal-header-icon-container[b-l8uj563gph] {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: rgba(74, 179, 162, 0.2) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4AB3A2 !important;
}

.modal-title-text[b-l8uj563gph] {
    margin: 0;
    color: var(--text-white);
    font-size: 20px;
}

.modal-subtitle-text[b-l8uj563gph] {
    margin: 5px 0 0 0;
    color: var(--text-gray);
    font-size: 14px;
}

.choices-grid[b-l8uj563gph] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 25px;
}

.choice-card-custom[b-l8uj563gph] {
    text-align: left;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.05);
    background: rgba(255,255,255,0.03);
    color: white;
    cursor: pointer;
    transition: all 0.2s;
}

.choice-title-container[b-l8uj563gph] {
    font-weight: 700;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.choice-desc-text[b-l8uj563gph] {
    font-size: 12px;
    color: var(--text-gray);
}

/* Summary Section Refined */
.total-summary[b-l8uj563gph] {
    margin: 20px 0 40px 0;
    padding-bottom: 25px;
    border-bottom: 4px solid rgba(255, 255, 255, 0.4); /* Plain solid and thick */
}

.summary-container[b-l8uj563gph] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    gap: 40px; /* Ensure minimum space between title and total hours */
}

.summary-id-row[b-l8uj563gph] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
    min-width: 0; /* Allow shrinking if needed */
    padding-right: 10px;
}

.estimate-title-input[b-l8uj563gph] {
    background: transparent;
    border: none;
    color: var(--text-white);
    font-size: 32px;
    font-weight: 800;
    width: auto;
    min-width: 300px;
    outline: none;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
    transition: border-bottom-color 0.2s ease, background 0.2s ease;
}

.estimate-title-input:hover[b-l8uj563gph], .estimate-title-input:focus[b-l8uj563gph] {
    border-bottom-color: var(--teal);
    background: rgba(255, 255, 255, 0.03);
}

.estimate-id-input[b-l8uj563gph] {
    background: transparent;
    border: none;
    color: var(--text-gray);
    font-size: 16px;
    font-weight: 600;
    width: 150px;
    outline: none;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
    transition: border-bottom-color 0.2s ease, background 0.2s ease;
}

.estimate-id-input:hover[b-l8uj563gph], .estimate-id-input:focus[b-l8uj563gph] {
    border-bottom-color: var(--text-gray);
    background: rgba(255, 255, 255, 0.03);
}

.total-summary-block[b-l8uj563gph] {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.total-label[b-l8uj563gph] {
    font-size: 12px;
    color: var(--text-gray);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-bottom: 4px;
}

.total-value[b-l8uj563gph] {
    font-size: 36px;
    font-weight: 800;
    color: var(--teal);
    line-height: 1;
}

.copy-alert[b-l8uj563gph] {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: var(--teal);
    color: white;
    padding: 16px 28px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 800;
    display: flex;
    align-items: center;
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
    z-index: 9999;
    animation: slideInUp-b-l8uj563gph 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28), fadeOut-b-l8uj563gph 0.3s ease-in 1.7s forwards;
    pointer-events: none;
}

@keyframes slideInUp-b-l8uj563gph {
    from { transform: translateY(50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes fadeOut-b-l8uj563gph {
    from { opacity: 1; }
    to { opacity: 0; }
}
