/* /Components/Account/SignedOut.razor.rz.scp.css */
.signed-out-content[b-hta19sj3ek] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 420px;
    margin: 4rem auto;
    padding: 2rem;
    font-family: 'Lato', sans-serif;
}

.signed-out-icon[b-hta19sj3ek] {
    margin-bottom: 1.5rem;
}

.signed-out-heading[b-hta19sj3ek] {
    font-size: 1.5rem;
    font-weight: 300;
    color: #ffffff;
    margin: 0 0 0.75rem;
}

.signed-out-text[b-hta19sj3ek] {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 2rem;
    line-height: 1.6;
}

.signed-out-actions[b-hta19sj3ek] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
}

.signed-out-link[b-hta19sj3ek] {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.95rem;
    padding: 0.5rem;
    transition: color 0.15s;
}

.signed-out-link:hover[b-hta19sj3ek] {
    color: #ffffff;
    text-decoration: none;
}

.signed-out-link-muted[b-hta19sj3ek] {
    color: rgba(255, 255, 255, 0.6);
}

.signed-out-link-muted:hover[b-hta19sj3ek] {
    color: rgba(255, 255, 255, 0.85);
}
/* /Components/Ai/AiChat.razor.rz.scp.css */
.ai-chat[b-5ip337jhvl] {
    display: flex;
    flex-direction: column;
    max-width: 56rem;
    margin: 0 auto;
    padding: 1.5rem 1rem 1rem;
    /* Bound the height so the message list scrolls under a pinned composer within .app-main. */
    min-height: calc(100vh - 12rem);
    max-height: calc(100vh - 6rem);
    box-sizing: border-box;
}

.ai-chat-head[b-5ip337jhvl] {
    margin-bottom: 1rem;
}

.ai-messages[b-5ip337jhvl] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0.5rem 0;
}

.ai-bubble[b-5ip337jhvl] {
    padding: 0.7rem 0.95rem;
    border-radius: 0.9rem;
    max-width: 85%;
    line-height: 1.5;
    word-wrap: break-word;
}

.ai-user[b-5ip337jhvl] {
    align-self: flex-end;
    background: var(--immutabl-blue);
    color: #fff;
    border-bottom-right-radius: 0.25rem;
}

.ai-assistant[b-5ip337jhvl] {
    align-self: flex-start;
    background: #f1f5f9;
    color: #0f172a;
    border-bottom-left-radius: 0.25rem;
}

.ai-assistant[b-5ip337jhvl]  p { margin: 0 0 0.6rem; }
.ai-assistant[b-5ip337jhvl]  p:last-child { margin-bottom: 0; }
.ai-assistant[b-5ip337jhvl]  ul,
.ai-assistant[b-5ip337jhvl]  ol { margin: 0.3rem 0 0.6rem 1.2rem; }
.ai-assistant[b-5ip337jhvl]  h1,
.ai-assistant[b-5ip337jhvl]  h2,
.ai-assistant[b-5ip337jhvl]  h3 { margin: 0.4rem 0 0.4rem; font-size: 1.02rem; }
.ai-assistant[b-5ip337jhvl]  a { color: var(--immutabl-accent); text-decoration: underline; }
.ai-assistant[b-5ip337jhvl]  code {
    background: #e2e8f0;
    padding: 0.05rem 0.3rem;
    border-radius: 0.25rem;
    font-size: 0.9em;
}
.ai-assistant[b-5ip337jhvl]  pre {
    background: #0f172a;
    color: #e2e8f0;
    padding: 0.7rem;
    border-radius: 0.5rem;
    overflow-x: auto;
}
.ai-assistant[b-5ip337jhvl]  pre code { background: transparent; padding: 0; }

.ai-status[b-5ip337jhvl] {
    color: #64748b;
    font-size: 0.85rem;
    font-style: italic;
    margin-top: 0.25rem;
}

.ai-empty[b-5ip337jhvl] {
    color: #475569;
    padding: 1rem 0;
}

.ai-suggestions[b-5ip337jhvl] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.6rem;
}

.ai-suggestion[b-5ip337jhvl] {
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 0.45rem 0.8rem;
    cursor: pointer;
    font-size: 0.9rem;
    color: #0f172a;
}

.ai-suggestion:hover[b-5ip337jhvl] { background: #e2e8f0; }

.ai-composer[b-5ip337jhvl] {
    display: flex;
    gap: 0.5rem;
    align-items: flex-end;
    padding-top: 0.75rem;
    border-top: 1px solid #e2e8f0;
}

.ai-input[b-5ip337jhvl] {
    flex: 1 1 auto;
    resize: vertical;
    min-height: 2.6rem;
    padding: 0.6rem 0.8rem;
    border: 1px solid #cbd5e1;
    border-radius: 0.6rem;
    font: inherit;
}

.ai-send[b-5ip337jhvl] { white-space: nowrap; }
/* /Components/Layout/CompanySiteLayout.razor.rz.scp.css */
/* Company marketing site chrome. Brand: Immutabl Blue #104862 / dark #061b27, Immutabl Orange #ff841f, Lato. */

.company-site[b-rzirwwzmzn] {
    font-family: 'Lato', sans-serif;
    background: #ffffff;
    color: #1e293b;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Accessibility: keyboard users can jump the fixed bar. */
.company-skip[b-rzirwwzmzn] {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 200;
    background: #ff841f;
    color: #fff;
    padding: 0.6rem 1rem;
    border-radius: 0 0 8px 0;
    text-decoration: none;
}

.company-skip:focus[b-rzirwwzmzn] {
    left: 0;
}

/* ── Sticky translucent top bar; company-site.js adds .is-solid after a small scroll ── */
.company-topbar[b-rzirwwzmzn] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(6, 27, 39, 0.28);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: background 0.25s ease, box-shadow 0.25s ease;
}

.company-topbar.is-solid[b-rzirwwzmzn] {
    background: rgba(6, 27, 39, 0.94);
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

.company-topbar-inner[b-rzirwwzmzn] {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0.9rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.company-brand[b-rzirwwzmzn] {
    font-size: 1.7rem;
    font-weight: 300;
    letter-spacing: 0.04em;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
}

.company-brand:hover[b-rzirwwzmzn] {
    color: #ffffff;
}

.company-brand-dot[b-rzirwwzmzn] {
    color: #ff841f;
}

.company-nav[b-rzirwwzmzn] {
    display: flex;
    align-items: center;
    gap: 1.75rem;
    flex-wrap: wrap;
}

.company-nav-link[b-rzirwwzmzn] {
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 300;
    transition: color 0.15s;
}

.company-nav-link:hover[b-rzirwwzmzn] {
    color: #ff841f;
}

.company-nav-signin[b-rzirwwzmzn] {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 300;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 999px;
    padding: 0.35rem 1.1rem;
    transition: border-color 0.15s, color 0.15s;
    white-space: nowrap;
}

.company-nav-signin:hover[b-rzirwwzmzn] {
    border-color: #ff841f;
    color: #ff841f;
}

.company-main[b-rzirwwzmzn] {
    flex: 1;
}

/* ── Footer ── */
.company-footer[b-rzirwwzmzn] {
    background: #061b27;
    color: rgba(255, 255, 255, 0.55);
    text-align: center;
    padding: 3rem 2rem 2.5rem;
}

.company-footer-brand[b-rzirwwzmzn] {
    font-size: 1.5rem;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: 0.04em;
}

.company-footer-line[b-rzirwwzmzn] {
    margin: 0.75rem 0 0;
    font-size: 0.95rem;
    font-weight: 300;
}

.company-footer-line a[b-rzirwwzmzn] {
    color: #ff841f;
    text-decoration: none;
}

.company-footer-line a:hover[b-rzirwwzmzn] {
    text-decoration: underline;
}

.company-footer-legal[b-rzirwwzmzn] {
    margin: 1.5rem 0 0;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 720px) {
    .company-topbar-inner[b-rzirwwzmzn] {
        padding: 0.75rem 1rem;
    }

    .company-brand[b-rzirwwzmzn] {
        font-size: 1.4rem;
    }

    .company-nav[b-rzirwwzmzn] {
        gap: 1rem;
    }

    .company-nav-link[b-rzirwwzmzn] {
        font-size: 0.9rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .company-topbar[b-rzirwwzmzn] {
        transition: none;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Search bar: the magnifying-glass submit sits left of the input; the sparkle to its right is the
   working "ask the AI" control (submits to /ai) — see brand.css for the rest. */
.app-ask[b-ljiuonle41] { display: flex; align-items: center; }
.app-ask-search[b-ljiuonle41] {
    position: absolute;
    left: 0.6rem;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    padding: 0.2rem;
    margin: 0;
    cursor: pointer;
    color: #64748b;
    z-index: 1;
}
.app-ask-search:hover[b-ljiuonle41] { color: var(--immutabl-accent); }
[b-ljiuonle41] .app-ask-input { padding-left: 2.5rem; }

#blazor-error-ui[b-ljiuonle41] {
    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-ljiuonle41] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/OnboardingLayout.razor.rz.scp.css */
.onboarding-layout[b-k4nym2aqt5] {
    display: flex;
    min-height: 100vh;
    font-family: 'Lato', sans-serif;
    color: #1e293b;
}

/* Left branded panel */
.onboarding-brand-panel[b-k4nym2aqt5] {
    width: 45%;
    background: linear-gradient(135deg, #104862 0%, #0a2d3e 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    position: relative;
    overflow: hidden;
}

.onboarding-brand-panel[b-k4nym2aqt5]::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -30%;
    width: 80%;
    height: 200%;
    background: radial-gradient(ellipse, rgba(59, 130, 246, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.brand-content[b-k4nym2aqt5] {
    position: relative;
    z-index: 1;
    max-width: 420px;
    color: white;
}

.brand-logo-text[b-k4nym2aqt5] {
    display: inline-block;
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #ff841f;
    margin-bottom: 2.5rem;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
}

.brand-title[b-k4nym2aqt5] {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 2rem;
    color: rgba(255, 255, 255, 0.9);
}

.brand-features[b-k4nym2aqt5] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.brand-features li[b-k4nym2aqt5] {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 1.5rem;
    position: relative;
}

.brand-features li[b-k4nym2aqt5]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3b82f6;
}

/* Subtle marketing prompt under the feature list. */
.brand-features-link[b-k4nym2aqt5] {
    display: inline-block;
    margin-top: 2.25rem;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: color 0.15s ease;
}
.brand-features-link:hover[b-k4nym2aqt5] {
    color: #ff841f;
}

/* Right form panel */
.onboarding-form-panel[b-k4nym2aqt5] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    background: #ffffff;
    color: #1e293b;
}

.form-panel-content[b-k4nym2aqt5] {
    width: 100%;
    max-width: 420px;
}

@media (max-width: 768px) {
    .onboarding-layout[b-k4nym2aqt5] { flex-direction: column; }
    .onboarding-brand-panel[b-k4nym2aqt5] { width: 100%; padding: 2rem; min-height: auto; }
    .brand-title[b-k4nym2aqt5] { font-size: 1.2rem; }
    .onboarding-form-panel[b-k4nym2aqt5] { padding: 2rem; }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ivadui15wb],
.components-reconnect-repeated-attempt-visible[b-ivadui15wb],
.components-reconnect-failed-visible[b-ivadui15wb],
.components-pause-visible[b-ivadui15wb],
.components-resume-failed-visible[b-ivadui15wb],
.components-rejoining-animation[b-ivadui15wb] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ivadui15wb],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ivadui15wb],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ivadui15wb],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ivadui15wb],
#components-reconnect-modal.components-reconnect-retrying[b-ivadui15wb],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ivadui15wb],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ivadui15wb],
#components-reconnect-modal.components-reconnect-failed[b-ivadui15wb],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ivadui15wb] {
    display: block;
}


#components-reconnect-modal[b-ivadui15wb] {
    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-ivadui15wb 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ivadui15wb 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ivadui15wb 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ivadui15wb]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ivadui15wb 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ivadui15wb {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ivadui15wb {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ivadui15wb {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ivadui15wb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ivadui15wb] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ivadui15wb] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ivadui15wb] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ivadui15wb] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ivadui15wb] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ivadui15wb] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ivadui15wb 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ivadui15wb] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ivadui15wb {
    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/Layout/WebsiteLayout.razor.rz.scp.css */
.website-layout[b-q0d35jr3xh] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: linear-gradient(135deg, #104862 0%, #0a2d3e 50%, #061b27 100%);
    font-family: 'Lato', sans-serif;
    color: #ffffff;
}

.website-header[b-q0d35jr3xh] {
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.1);
}

.website-header-inner[b-q0d35jr3xh] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1.25rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.website-brand[b-q0d35jr3xh] {
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #ff841f;
    text-decoration: none;
}

.website-brand:hover[b-q0d35jr3xh] {
    color: #ffac5f;
}

.website-nav[b-q0d35jr3xh] {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.website-nav-link[b-q0d35jr3xh] {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.15rem;
    font-weight: 300;
    transition: color 0.15s;
}

.website-nav-link:hover[b-q0d35jr3xh] {
    color: rgba(255, 255, 255, 0.7);
}

.website-main[b-q0d35jr3xh] {
    flex: 1;
    display: flex;
}

.website-footer[b-q0d35jr3xh] {
    border-top: 0.5px solid rgba(255, 255, 255, 0.1);
    padding: 2rem;
    text-align: center;
}

.website-footer p[b-q0d35jr3xh] {
    margin: 0;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.3);
}
/* /Components/Modules/Milestone/MilestoneGantt.razor.rz.scp.css */
.gantt[b-iz6hzi38vv] { margin-top: 0.5rem; }

/* Toolbar: scale (zoom) segmented control + a zoom slider + legend. */
.gantt-bar[b-iz6hzi38vv] { display: flex; align-items: center; gap: 0.7rem; margin-bottom: 0.6rem; flex-wrap: wrap; }
.gantt-scale-label[b-iz6hzi38vv] { font-size: 0.78rem; color: #64748b; }
.gantt-zoom[b-iz6hzi38vv] { display: inline-flex; border: 1px solid #d5dde5; border-radius: 8px; overflow: hidden; }
.gantt-zoom-btn[b-iz6hzi38vv] { border: none; background: #fff; color: #475569; font-size: 0.82rem; padding: 0.3rem 0.7rem; cursor: pointer; border-right: 1px solid #e2e8f0; }
.gantt-zoom-btn:last-child[b-iz6hzi38vv] { border-right: none; }
.gantt-zoom-btn:hover[b-iz6hzi38vv] { background: #f1f5f9; }
.gantt-zoom-btn.is-active[b-iz6hzi38vv] { background: var(--immutabl-blue); color: #fff; }

.gantt-fy[b-iz6hzi38vv] { border: 1px solid #d5dde5; background: #fff; color: #475569; font-size: 0.8rem; font-weight: 700; padding: 0.3rem 0.6rem; border-radius: 8px; cursor: pointer; }
.gantt-fy:hover[b-iz6hzi38vv] { background: #f1f5f9; }
.gantt-fy.is-active[b-iz6hzi38vv] { background: var(--immutabl-blue); color: #fff; border-color: var(--immutabl-blue); }

.gantt-zoomer[b-iz6hzi38vv] { display: inline-flex; align-items: center; gap: 0.35rem; }
.gantt-zoom-step[b-iz6hzi38vv] { width: 1.6rem; height: 1.6rem; border: 1px solid #d5dde5; background: #fff; border-radius: 6px; color: var(--immutabl-blue); font-size: 1rem; line-height: 1; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; }
.gantt-zoom-step:hover[b-iz6hzi38vv] { background: #f1f5f9; }
.gantt-range[b-iz6hzi38vv] { width: 8rem; accent-color: var(--immutabl-blue); }

.gantt-spacer[b-iz6hzi38vv] { flex: 1 1 auto; }
.gantt-legend[b-iz6hzi38vv] { display: flex; gap: 0.9rem; }
.gantt-key[b-iz6hzi38vv] { display: inline-flex; align-items: center; gap: 0.35rem; font-size: 0.78rem; color: #64748b; }
.gantt-key-base[b-iz6hzi38vv] { width: 18px; height: 5px; border-radius: 2px; background: #94a3b8; display: inline-block; }
.gantt-key-current[b-iz6hzi38vv] { width: 18px; height: 12px; border-radius: 6px; background: var(--immutabl-blue); display: inline-block; }
.gantt-key-crit[b-iz6hzi38vv] { width: 18px; height: 12px; border-radius: 6px; border: 2px solid var(--immutabl-orange); background: transparent; display: inline-block; box-sizing: border-box; }

/* Scroll frame — scrolls both axes; the list column and the axis header pin. */
/* Grows to fit all rows — horizontal scroll for the timeline, never a vertical scroll. */
.gantt-scroll[b-iz6hzi38vv] { overflow-x: auto; overflow-y: hidden; border: 1px solid #e7edf3; border-radius: 10px; position: relative; background: #fff; }
.gantt-scroll:focus[b-iz6hzi38vv] { outline: none; } /* focus is programmatic (after clicking a connector) — the red selection is the cue */
.gantt-inner[b-iz6hzi38vv] { display: flex; position: relative; }

/* Left milestone list — pinned while the timeline scrolls sideways. */
.gantt-list[b-iz6hzi38vv] { position: sticky; left: 0; z-index: 2; background: #fff; border-right: 1px solid #e7edf3; flex: 0 0 auto; }
.gantt-list-head[b-iz6hzi38vv] { position: sticky; top: 0; z-index: 3; display: flex; align-items: center; gap: 0.5rem; padding: 0 0.85rem; background: #f8fafc; border-bottom: 1px solid #e7edf3; }
.glh-name[b-iz6hzi38vv] { flex: 1 1 auto; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: var(--immutabl-blue); }
.glh-date[b-iz6hzi38vv] { flex: 0 0 66px; text-align: right; font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; color: #94a3b8; }
/* The list body is absolutely-positioned so lane-header bands and rows line up exactly with the SVG's
   swimlane layout (which is driven by each row's computed Top). */
.gantt-list-body[b-iz6hzi38vv] { position: relative; }
.gantt-list-row[b-iz6hzi38vv] { position: absolute; left: 0; right: 0; display: flex; align-items: center; gap: 0.5rem; padding: 0 0.85rem; border-bottom: 1px solid #f1f5f9; overflow: hidden; box-sizing: border-box; }
/* Swimlane header band in the left list. */
.gantt-lane-head[b-iz6hzi38vv] { position: absolute; left: 0; right: 0; display: flex; align-items: center; padding: 0 0.85rem; box-sizing: border-box; background: #eef2f7; border-top: 1px solid #dbe3ec; border-bottom: 1px solid #dbe3ec; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: var(--immutabl-blue); white-space: nowrap; overflow: hidden; }
.gantt-list-clickable[b-iz6hzi38vv] { cursor: pointer; }
.gantt-list-clickable:hover[b-iz6hzi38vv] { background: rgba(16,72,98,0.05); }
.gantt-ref[b-iz6hzi38vv] { font-weight: 700; font-size: 0.8rem; color: #1e293b; flex: 0 0 auto; }
.gantt-name[b-iz6hzi38vv] { font-size: 0.85rem; color: #334155; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; flex: 1 1 auto; }
.gantt-date[b-iz6hzi38vv] { flex: 0 0 66px; text-align: right; font-size: 0.74rem; color: #94a3b8; font-variant-numeric: tabular-nums; }

/* Chart column — a multi-tier axis header (pinned top) + the SVG bar area. */
.gantt-chart[b-iz6hzi38vv] { position: relative; flex: 0 0 auto; }
.gantt-head[b-iz6hzi38vv] { position: sticky; top: 0; z-index: 1; background: #f8fafc; border-bottom: 1px solid #e7edf3; }
.gantt-axis[b-iz6hzi38vv] { position: relative; }
.gantt-tier[b-iz6hzi38vv] { position: relative; border-bottom: 1px solid #f1f5f9; }
.gantt-tier:last-child[b-iz6hzi38vv] { border-bottom: none; }
.gantt-acell[b-iz6hzi38vv] { position: absolute; top: 0; bottom: 0; padding-left: 5px; display: flex; align-items: center; font-size: 0.7rem; color: #64748b; border-left: 1px solid #eef2f7; white-space: nowrap; overflow: hidden; }
.gantt-tier:first-child .gantt-acell[b-iz6hzi38vv] { font-weight: 700; color: #334155; }
/* Dedicated strip below the tiers for the 'today' marker (and future markers) — clears the axis labels. */
.gantt-markers[b-iz6hzi38vv] { position: relative; border-top: 1px solid #eef2f7; background: #fbfdff; }
.gantt-today-label[b-iz6hzi38vv] { position: absolute; top: 0; bottom: 0; display: flex; align-items: center; padding-left: 3px; font-size: 0.68rem; font-weight: 700; color: var(--immutabl-orange-hover); white-space: nowrap; }

.gantt-svg[b-iz6hzi38vv] { display: block; }
.gantt-grid[b-iz6hzi38vv] { stroke: #f4f7fa; stroke-width: 1; }
.gantt-grid.major[b-iz6hzi38vv] { stroke: #e6ecf3; }
.gantt-rowline[b-iz6hzi38vv] { stroke: #f1f5f9; stroke-width: 1; }
/* Swimlane band background + boundary line in the chart, matching the left-list lane headers. */
.gantt-lane-band[b-iz6hzi38vv] { fill: #eef2f7; }
.gantt-laneline[b-iz6hzi38vv] { stroke: #dbe3ec; stroke-width: 1; }

/* Finish-to-start dependency connectors. */
.gantt-dep[b-iz6hzi38vv] { fill: none; stroke: #94a3b8; stroke-width: 1.4; }
.gantt-dep.is-critical[b-iz6hzi38vv] { stroke: var(--immutabl-orange); stroke-width: 2.2; }
.gantt-dep.is-selected[b-iz6hzi38vv] { stroke: var(--immutabl-red); stroke-width: 2.6; }
.gantt-dep-hit[b-iz6hzi38vv] { fill: none; stroke: transparent; stroke-width: 12; cursor: pointer; } /* fat invisible click target */
.gantt-dep-arrow[b-iz6hzi38vv] { fill: #94a3b8; }
.gantt-dep-arrow-crit[b-iz6hzi38vv] { fill: var(--immutabl-orange); }
.gantt-today[b-iz6hzi38vv] { stroke: var(--immutabl-orange); stroke-width: 1.5; stroke-dasharray: 3 3; }

/* Link type/lag label on a non-default connector (white halo so it reads over the line). */
.gantt-dep-label[b-iz6hzi38vv] { fill: #475569; font-size: 10px; font-weight: 700; stroke: #fff; stroke-width: 2.6px; paint-order: stroke; }
.gantt-dep-label.is-critical[b-iz6hzi38vv] { fill: var(--immutabl-orange-hover); }

/* Floating editor for the selected connector (type dropdown + lag + remove). */
.gantt-link-editor[b-iz6hzi38vv] { position: absolute; z-index: 5; transform: translate(-50%, -50%); display: inline-flex; align-items: center; gap: 3px; background: #fff; border: 1px solid #cbd5e1; border-radius: 7px; box-shadow: 0 4px 14px rgba(15,30,42,0.18); padding: 3px 5px; }
.gantt-le-type[b-iz6hzi38vv] { font-size: 0.72rem; padding: 1px 2px; border: 1px solid #e2e8f0; border-radius: 4px; color: #334155; background: #fff; }
.gantt-le-lag[b-iz6hzi38vv] { width: 3rem; font-size: 0.72rem; padding: 1px 4px; border: 1px solid #e2e8f0; border-radius: 4px; color: #334155; font-variant-numeric: tabular-nums; }
.gantt-le-unit[b-iz6hzi38vv] { font-size: 0.68rem; color: #94a3b8; }
.gantt-le-del[b-iz6hzi38vv] { border: none; background: none; color: var(--immutabl-red); cursor: pointer; font-size: 0.9rem; line-height: 1; padding: 0 2px; }
.gantt-le-del:hover[b-iz6hzi38vv] { color: var(--immutabl-red-hover, #b91c1c); }

/* Editable current bars (Stage 4) — grab to shift dates; edge handles resize; the dot draws a link. */
.gantt-editable[b-iz6hzi38vv] { cursor: grab; }
.gantt-editable:hover[b-iz6hzi38vv] { filter: brightness(1.08); }
.gantt-dragging[b-iz6hzi38vv] { cursor: grabbing; opacity: 0.8; }
.gantt-handle[b-iz6hzi38vv] { fill: var(--immutabl-blue); opacity: 0; cursor: ew-resize; }
.gantt-cur-g:hover .gantt-handle[b-iz6hzi38vv] { opacity: 0.32; }
.gantt-handle:hover[b-iz6hzi38vv] { opacity: 0.55 !important; }
.gantt-link[b-iz6hzi38vv] { fill: #fff; stroke: #94a3b8; stroke-width: 1.4; cursor: crosshair; opacity: 0; }
.gantt-cur-g:hover .gantt-link[b-iz6hzi38vv] { opacity: 1; }
.gantt-link:hover[b-iz6hzi38vv] { stroke: var(--immutabl-blue); stroke-width: 2; }

/* Inline add-milestone row. */
.gantt-add[b-iz6hzi38vv] { display: flex; align-items: center; gap: 0.5rem; margin-top: 0.6rem; padding: 0.5rem 0.65rem; border: 1px dashed #cbd5e1; border-radius: 8px; background: #fbfdff; flex-wrap: wrap; }
.gantt-add-label[b-iz6hzi38vv] { font-size: 0.78rem; font-weight: 700; color: var(--immutabl-blue); }
.gantt-add-title[b-iz6hzi38vv] { flex: 1 1 12rem; min-width: 9rem; padding: 0.35rem 0.55rem; border: 1px solid #e2e8f0; border-radius: 6px; font-size: 0.88rem; }
.gantt-add-date[b-iz6hzi38vv] { padding: 0.32rem 0.4rem; border: 1px solid #e2e8f0; border-radius: 6px; font-size: 0.82rem; color: #334155; }
.gantt-add-arrow[b-iz6hzi38vv] { color: #94a3b8; }

/* Rich hover tooltip (on left-list rows). */
.gantt-tip[b-iz6hzi38vv] { position: fixed; z-index: 9999; pointer-events: none; background: #fff; border: 1px solid #e2e8f0; border-radius: 8px; box-shadow: 0 6px 24px rgba(15,30,42,0.16); padding: 0.55rem 0.7rem; max-width: 24rem; }
.gantt-tip-title[b-iz6hzi38vv] { font-weight: 700; color: var(--immutabl-blue); margin-bottom: 0.4rem; font-size: 0.86rem; }
.gantt-tip-grid[b-iz6hzi38vv] { display: grid; grid-template-columns: auto 1fr; gap: 0.2rem 0.7rem; align-items: baseline; font-size: 0.8rem; color: #334155; }
.gantt-tip-k[b-iz6hzi38vv] { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.03em; color: #94a3b8; font-weight: 700; white-space: nowrap; }
.gantt-tip-slip[b-iz6hzi38vv] { margin-left: 0.35rem; font-weight: 700; }
.gantt-tip-slip.late[b-iz6hzi38vv] { color: var(--immutabl-red); }
.gantt-tip-slip.early[b-iz6hzi38vv] { color: var(--immutabl-green); }

/* Critical-path bars keep their blue/red fill but gain an Immutabl-orange outline. */
.gantt-cur.is-critical[b-iz6hzi38vv], .gantt-cur-pt.is-critical[b-iz6hzi38vv] { stroke: var(--immutabl-orange); stroke-width: 2; paint-order: stroke; }

/* Baseline: a thick muted line (or a small marker for a point). */
.gantt-base[b-iz6hzi38vv] { fill: #94a3b8; }
.gantt-base-pt[b-iz6hzi38vv] { fill: #94a3b8; }

/* Current: a rounded rect (or a diamond for a point), Immutabl blue; red when it slips past baseline finish. */
.gantt-cur[b-iz6hzi38vv] { fill: var(--immutabl-blue); }
.gantt-cur.is-late[b-iz6hzi38vv] { fill: var(--immutabl-red); }
.gantt-cur-pt[b-iz6hzi38vv] { fill: var(--immutabl-blue); }
.gantt-cur-pt.is-late[b-iz6hzi38vv] { fill: var(--immutabl-red); }
/* /Components/Modules/ModuleHome.razor.rz.scp.css */
/* Keep the Lifesaver icons and the settings cog together on the right of the page header. */
.page-header-actions[b-vc43n4x45v] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

/* Per-item tag strip above the open item's editor (label + the TagField control). */
.item-tag-strip[b-vc43n4x45v] {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    margin: 0.4rem 0 0.75rem;
}

.item-tag-label[b-vc43n4x45v] {
    flex: 0 0 auto;
    padding-top: 0.3rem;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #64748b;
}
/* /Components/Modules/WorkingCostPlan/WorkingCostPlanView.razor.rz.scp.css */
/* Scoped status/RAG colours for the Working Cost Plan view — replaces the inline hex that used to sit on
   the affordability/contingency/delta cells so they match the class-driven RAG used by sibling views. */

/* Cost-direction RAG: growth/shortfall (red) vs saving/headroom (green). */
.wcp-neg[b-5pbek73468] { color: #b23a3a; }
.wcp-pos[b-5pbek73468] { color: #2f5d34; }

/* The cost-plan baseline's approval lozenge (mirrors the .appr-state pill shape). */
.wcp-lozenge[b-5pbek73468] {
    font-weight: 600;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 0.1rem 0.5rem;
    border-radius: 1rem;
}
.wcp-lozenge-awaiting[b-5pbek73468] { background: #fff7ed; border: 1px solid #fed7aa; color: #b26a00; }
.wcp-lozenge-approved[b-5pbek73468] { background: #eef6ee; border: 1px solid #cfe6cf; color: #2f5d34; }
.wcp-lozenge-rejected[b-5pbek73468] { background: #fdecec; border: 1px solid #f5c2c2; color: #b23a3a; }
/* /Components/Pages/Company.razor.rz.scp.css */
/* Company marketing site — single-page parallax scroller.
   Bands alternate deep Immutabl Blue interstitials and light content sections; decorative depth comes
   from layered abstract SVG (.co-layer, translated at different rates by company-site.js). Everything
   collapses to a clean static page under prefers-reduced-motion / no JS. */

/* ── Shared band plumbing ── */
.co-band[b-gz25sl7btd] {
    position: relative;
    overflow: hidden;
    scroll-margin-top: 4.25rem; /* clear the fixed top bar on anchor jumps */
}

.co-layers[b-gz25sl7btd] {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.co-layer[b-gz25sl7btd] {
    position: absolute;
    inset: -18% 0; /* oversize vertically so parallax translation never exposes an edge */
    will-change: transform;
}

.co-layer svg[b-gz25sl7btd] {
    width: 100%;
    height: 100%;
}

/* ── Shared typography ── */
.co-eyebrow[b-gz25sl7btd] {
    color: #ff841f;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 0.8rem;
    font-weight: 400;
    margin: 0 0 0.75rem;
}

.co-section-title[b-gz25sl7btd] {
    font-weight: 300;
    font-size: clamp(1.9rem, 4vw, 2.6rem);
    color: #104862;
    margin: 0 0 1rem;
    line-height: 1.15;
}

.co-section-title.co-on-dark[b-gz25sl7btd] {
    color: #ffffff;
}

.co-section-sub[b-gz25sl7btd] {
    color: #64748b;
    font-size: 1.1rem;
    font-weight: 300;
    max-width: 640px;
    margin: 0;
}

.co-section-head[b-gz25sl7btd] {
    max-width: 1160px;
    margin: 0 auto 3.5rem;
    position: relative;
}

/* ── Buttons ── */
.co-btn[b-gz25sl7btd] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1.7rem;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s, color 0.15s, transform 0.15s;
}

.co-btn-primary[b-gz25sl7btd] {
    background: #ff841f;
    color: #fff;
}

.co-btn-primary:hover[b-gz25sl7btd] {
    background: #ed7616;
    color: #fff;
    transform: translateY(-1px);
}

.co-btn-ghost[b-gz25sl7btd] {
    border-color: rgba(255, 255, 255, 0.55);
    color: #ffffff;
}

.co-btn-ghost:hover[b-gz25sl7btd] {
    border-color: #ffffff;
    color: #ffffff;
}

/* ═══════════ HERO ═══════════ */
.co-hero[b-gz25sl7btd] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(160deg, #104862 0%, #0a2d3e 48%, #061b27 100%);
    color: #ffffff;
    padding: 7rem 2rem 5rem;
}

.co-hero-content[b-gz25sl7btd] {
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
    width: 100%;
}

.co-hero-brand[b-gz25sl7btd] {
    font-weight: 300;
    font-size: clamp(3.2rem, 9vw, 6rem);
    letter-spacing: 0.03em;
    color: #ffffff;
    margin: 0 0 0.5rem;
    line-height: 1;
}

.co-dot[b-gz25sl7btd] {
    color: #ff841f;
}

/* Rotating emphasis word — same monika pattern as the Invest landing page. */
.co-rotating[b-gz25sl7btd] {
    position: relative;
    overflow: hidden;
    height: 3rem;
    min-width: 320px;
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: 300;
    color: #ff841f;
    margin-bottom: 1.25rem;
}

.co-word[b-gz25sl7btd] {
    position: absolute;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    white-space: nowrap;
}

.co-word.active[b-gz25sl7btd] {
    opacity: 1;
    transform: translateY(0);
}

.co-word.exiting[b-gz25sl7btd] {
    opacity: 0;
    transform: translateY(-20px);
}

.co-strapline[b-gz25sl7btd] {
    font-size: clamp(1.15rem, 2.4vw, 1.45rem);
    font-weight: 300;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.55;
    max-width: 640px;
    margin: 0 0 2.25rem;
}

.co-cta-row[b-gz25sl7btd] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.co-signin-hint[b-gz25sl7btd] {
    margin: 1.75rem 0 0;
    font-size: 0.95rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.55);
}

.co-signin-hint a[b-gz25sl7btd] {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
}

.co-signin-hint a:hover[b-gz25sl7btd] {
    color: #ff841f;
}

.co-scroll-cue[b-gz25sl7btd] {
    position: absolute;
    left: 50%;
    bottom: 1.75rem;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.5);
    animation: co-cue-bob-b-gz25sl7btd 2.2s ease-in-out infinite;
}

.co-scroll-cue:hover[b-gz25sl7btd] {
    color: #ff841f;
}

@keyframes co-cue-bob-b-gz25sl7btd {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(8px); }
}

/* ═══════════ SERVICES ═══════════ */
.co-services[b-gz25sl7btd] {
    background: #f6f9fb;
    padding: 6.5rem 2rem;
}

.co-cards[b-gz25sl7btd] {
    max-width: 1160px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.co-card[b-gz25sl7btd] {
    background: #ffffff;
    border-radius: 16px;
    border-top: 4px solid #ff841f;
    padding: 2.5rem 2rem;
    box-shadow: 0 6px 24px rgba(16, 72, 98, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.co-card:hover[b-gz25sl7btd] {
    transform: translateY(-4px);
    box-shadow: 0 14px 34px rgba(16, 72, 98, 0.14);
}

.co-card-icon[b-gz25sl7btd] {
    width: 52px;
    height: 52px;
    color: #104862;
    margin-bottom: 1.25rem;
}

.co-card-icon svg[b-gz25sl7btd] {
    width: 100%;
    height: 100%;
}

.co-card h3[b-gz25sl7btd] {
    font-weight: 400;
    font-size: 1.25rem;
    color: #104862;
    margin: 0 0 0.75rem;
}

.co-card p[b-gz25sl7btd] {
    color: #475569;
    font-size: 1rem;
    line-height: 1.65;
    margin: 0;
}

/* ═══════════ ABOUT + STATS (dark parallax interstitial) ═══════════ */
.co-about[b-gz25sl7btd] {
    background: linear-gradient(140deg, #0d3a50 0%, #0a2d3e 55%, #061b27 100%);
    color: #ffffff;
    padding: 7rem 2rem;
}

.co-about-content[b-gz25sl7btd] {
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
}

.co-about-copy[b-gz25sl7btd] {
    font-size: 1.15rem;
    font-weight: 300;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    max-width: 720px;
    margin: 0 0 1.25rem;
}

.co-stats[b-gz25sl7btd] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 2.5rem 2rem;
    margin: 3.5rem 0 0;
}

.co-stat[b-gz25sl7btd] {
    display: flex;
    flex-direction: column-reverse; /* value visually above its label, dt/dd stays semantic */
    justify-content: flex-end; /* column-reverse packs to the bottom by default; pack to the top so every value shares a baseline */
}

.co-stat-value[b-gz25sl7btd] {
    font-size: clamp(2.1rem, 4vw, 2.8rem);
    font-weight: 300;
    color: #ff841f;
    margin: 0;
    line-height: 1.1;
    font-variant-numeric: tabular-nums;
}

.co-stat-label[b-gz25sl7btd] {
    font-size: 0.85rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 0.5rem;
}

/* ═══════════ PROJECTS ═══════════ */
.co-projects[b-gz25sl7btd] {
    background: #ffffff;
    padding: 6.5rem 2rem;
}

.co-project-grid[b-gz25sl7btd] {
    max-width: 1160px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.75rem;
}

/* Scheme photography cards: real photos from the schemes, dark scrim rising from the base so the
   caption stays legible over any image, gentle zoom on hover. */
.co-project-card[b-gz25sl7btd] {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #ffffff;
    background-size: cover;
    background-position: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.co-project-card[b-gz25sl7btd]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(6, 27, 39, 0.92) 0%, rgba(6, 27, 39, 0.45) 45%, rgba(6, 27, 39, 0.05) 75%);
    transition: background 0.2s ease;
}

.co-project-card:hover[b-gz25sl7btd] {
    transform: translateY(-4px);
    box-shadow: 0 14px 34px rgba(6, 27, 39, 0.35);
}

.co-project-caption[b-gz25sl7btd] {
    position: relative;
    z-index: 1;
    padding: 1.6rem 1.8rem;
}

.co-project-mark[b-gz25sl7btd] {
    position: absolute;
    top: -1.5rem;
    right: 0.5rem;
    font-size: 9rem;
    font-weight: 300;
    line-height: 1;
    color: rgba(255, 255, 255, 0.07);
    user-select: none;
}

.co-project-card h3[b-gz25sl7btd] {
    position: relative;
    font-weight: 400;
    font-size: 1.3rem;
    color: #ffffff;
    margin: 0 0 0.4rem;
}

.co-project-card p[b-gz25sl7btd] {
    position: relative;
    font-size: 0.95rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
}

/* ═══════════ CONTACT ═══════════ */
.co-contact[b-gz25sl7btd] {
    background: linear-gradient(160deg, #0a2d3e 0%, #061b27 100%);
    color: #ffffff;
    padding: 7rem 2rem;
}

.co-contact-inner[b-gz25sl7btd] {
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 3.5rem;
    align-items: start;
}

.co-contact-lede[b-gz25sl7btd] {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 2rem;
    max-width: 460px;
}

.co-contact-list[b-gz25sl7btd] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.co-contact-list li[b-gz25sl7btd] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.co-contact-list svg[b-gz25sl7btd] {
    width: 22px;
    height: 22px;
    color: #ff841f;
    flex-shrink: 0;
}

.co-contact-list a[b-gz25sl7btd] {
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 300;
}

.co-contact-list a:hover[b-gz25sl7btd] {
    color: #ff841f;
}

.co-contact-form-panel[b-gz25sl7btd] {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 2rem;
}

.co-form[b-gz25sl7btd] {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.co-form-field[b-gz25sl7btd] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.co-form-field span[b-gz25sl7btd] {
    font-size: 0.85rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.75);
}

.co-form-field input[b-gz25sl7btd],
.co-form-field textarea[b-gz25sl7btd] {
    width: 100%;
    box-sizing: border-box;
    padding: 0.75rem 1rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    resize: vertical;
}

.co-form-field input:focus[b-gz25sl7btd],
.co-form-field textarea:focus[b-gz25sl7btd] {
    outline: none;
    border-color: #ff841f;
    box-shadow: 0 0 0 3px rgba(255, 132, 31, 0.18);
}

.co-form-field input[b-gz25sl7btd]::placeholder,
.co-form-field textarea[b-gz25sl7btd]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.co-form .co-btn[b-gz25sl7btd] {
    align-self: flex-start;
}

/* Honeypot: parked far off-screen (not display:none, which some bots detect). */
.co-hp[b-gz25sl7btd] {
    position: absolute;
    left: -9999px;
    top: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.co-form-status[b-gz25sl7btd] {
    border-radius: 10px;
    padding: 0.85rem 1.1rem;
    font-size: 0.95rem;
    margin-bottom: 1.25rem;
}

.co-form-status-ok[b-gz25sl7btd] {
    background: rgba(78, 167, 46, 0.16);
    border: 1px solid rgba(78, 167, 46, 0.45);
    color: #c9ecbc;
}

.co-form-status-err[b-gz25sl7btd] {
    background: rgba(192, 0, 0, 0.14);
    border: 1px solid rgba(192, 0, 0, 0.4);
    color: #f3c1c1;
}

/* ── Responsive ── */
@media (max-width: 720px) {
    .co-hero[b-gz25sl7btd] {
        padding: 6rem 1.25rem 4.5rem;
    }

    .co-services[b-gz25sl7btd],
    .co-about[b-gz25sl7btd],
    .co-projects[b-gz25sl7btd],
    .co-contact[b-gz25sl7btd] {
        padding: 4.5rem 1.25rem;
    }

    .co-rotating[b-gz25sl7btd] {
        font-size: 1.5rem;
        height: 2.4rem;
        min-width: 0;
    }

    .co-stats[b-gz25sl7btd] {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem 1.25rem;
    }

    .co-contact-inner[b-gz25sl7btd] {
        gap: 2.5rem;
    }
}

/* ── Reduced motion: everything stands still, nothing is lost ── */
@media (prefers-reduced-motion: reduce) {
    .co-layer[b-gz25sl7btd] {
        will-change: auto;
    }

    .co-word[b-gz25sl7btd],
    .co-card[b-gz25sl7btd],
    .co-project-card[b-gz25sl7btd],
    .co-btn[b-gz25sl7btd] {
        transition: none;
    }

    .co-scroll-cue[b-gz25sl7btd] {
        animation: none;
    }
}
/* /Components/Pages/Features.razor.rz.scp.css */
.features-page[b-brpuz9pv8v] {
    flex: 1;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 4.5rem 2rem 3rem;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

/* Hero */
.features-hero[b-brpuz9pv8v] {
    max-width: 760px;
    margin-bottom: 4rem;
}

.features-title[b-brpuz9pv8v] {
    font-size: 3rem;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.15;
    margin: 0 0 1.25rem;
}

.features-title .accent[b-brpuz9pv8v] { color: #ff841f; }

.features-lead[b-brpuz9pv8v] {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    margin: 0;
}

/* Sections */
.feature-section[b-brpuz9pv8v] {
    margin-bottom: 3.5rem;
}

.feature-section-title[b-brpuz9pv8v] {
    font-size: 1.6rem;
    font-weight: 300;
    color: #ff841f;
    margin: 0 0 0.35rem;
}

.feature-section-sub[b-brpuz9pv8v] {
    font-size: 1.02rem;
    color: rgba(255, 255, 255, 0.5);
    margin: 0 0 1.5rem;
    max-width: 680px;
    line-height: 1.5;
}

/* Cards */
.feature-grid[b-brpuz9pv8v] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(15.5rem, 1fr));
    gap: 1rem;
}

.feature-card[b-brpuz9pv8v] {
    background: rgba(255, 255, 255, 0.04);
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 1.5rem 1.4rem;
    transition: transform 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.feature-card:hover[b-brpuz9pv8v] {
    transform: translateY(-3px);
    border-color: rgba(255, 132, 31, 0.5);
    background: rgba(255, 255, 255, 0.06);
}

.feature-icon[b-brpuz9pv8v] {
    display: inline-flex;
    color: #ff841f;
    margin-bottom: 0.9rem;
}

.feature-icon svg[b-brpuz9pv8v] { width: 26px; height: 26px; }

.feature-name[b-brpuz9pv8v] {
    font-size: 1.12rem;
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 0.4rem;
}

.feature-desc[b-brpuz9pv8v] {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.55;
    margin: 0;
}

/* CTA */
.features-cta[b-brpuz9pv8v] {
    margin-top: 1rem;
    padding: 3rem 2rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.03);
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
}

.features-cta-title[b-brpuz9pv8v] {
    font-size: 1.8rem;
    font-weight: 300;
    color: #ffffff;
    margin: 0 0 1.5rem;
}

.features-cta-actions[b-brpuz9pv8v] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.features-btn[b-brpuz9pv8v] {
    display: inline-block;
    padding: 0.7rem 1.8rem;
    border-radius: 10px;
    font-size: 1.05rem;
    font-weight: 300;
    text-decoration: none;
    color: #ffffff;
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    transition: all 0.15s ease;
}

.features-btn:hover[b-brpuz9pv8v] { border-color: #ffffff; }

.features-btn-primary[b-brpuz9pv8v] {
    background: #ff841f;
    border-color: #ff841f;
    color: #061b27;
    font-weight: 400;
}

.features-btn-primary:hover[b-brpuz9pv8v] { background: #ffac5f; border-color: #ffac5f; }

@media (max-width: 640px) {
    .features-title[b-brpuz9pv8v] { font-size: 2.2rem; }
    .features-page[b-brpuz9pv8v] { padding: 3rem 1.25rem 2rem; }
}
/* /Components/Pages/MarketingHome.razor.rz.scp.css */
.hero[b-ydtnki982y] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6rem 2rem 4rem;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.strapline[b-ydtnki982y] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.rotating-word[b-ydtnki982y] {
    font-size: 3rem;
    font-weight: 300;
    color: #ff841f;
    height: 4rem;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    min-width: 300px;
}

.word-slot[b-ydtnki982y] {
    position: absolute;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    white-space: nowrap;
}

.word-slot.active[b-ydtnki982y] { opacity: 1; transform: translateY(0); }
.word-slot.exiting[b-ydtnki982y] { opacity: 0; transform: translateY(-20px); }

.main-line[b-ydtnki982y] {
    display: flex;
    align-items: baseline;
    gap: 14px;
    font-size: 3rem;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.1;
}

.struck[b-ydtnki982y] {
    position: relative;
    color: rgba(255, 255, 255, 0.4);
}

.struck[b-ydtnki982y]::after {
    content: '';
    position: absolute;
    left: -2px;
    right: -2px;
    top: 50%;
    height: 3px;
    background: #E24B4A;
    transform: translateY(-50%) rotate(-4deg);
}

.sub[b-ydtnki982y] {
    margin-top: 2rem;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 300;
    line-height: 1.6;
    max-width: 600px;
}
/* /Components/Pages/Technology.razor.rz.scp.css */
/* Shared marketing layout (mirrors Features.razor.css — scoped CSS isn't shared across components). */
.features-page[b-i8jmjq36kh] {
    flex: 1;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 4.5rem 2rem 3rem;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.features-hero[b-i8jmjq36kh] { max-width: 820px; margin-bottom: 3.5rem; }

.features-title[b-i8jmjq36kh] { font-size: 3rem; font-weight: 300; color: #ffffff; line-height: 1.15; margin: 0 0 1.25rem; }
.features-title .accent[b-i8jmjq36kh], .accent[b-i8jmjq36kh] { color: #ff841f; }

.features-lead[b-i8jmjq36kh] { font-size: 1.2rem; color: rgba(255, 255, 255, 0.6); line-height: 1.6; margin: 0; }

/* Stack pills */
.tech-pills[b-i8jmjq36kh] { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.75rem; }
.tech-pill[b-i8jmjq36kh] {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.05);
    border: 0.5px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    padding: 0.3rem 0.85rem;
}

/* Sections + cards */
.feature-section[b-i8jmjq36kh] { margin-bottom: 3.5rem; }
.feature-section-title[b-i8jmjq36kh] { font-size: 1.6rem; font-weight: 300; color: #ff841f; margin: 0 0 0.35rem; }
.feature-section-sub[b-i8jmjq36kh] { font-size: 1.02rem; color: rgba(255, 255, 255, 0.5); margin: 0 0 1.5rem; max-width: 700px; line-height: 1.5; }

.feature-grid[b-i8jmjq36kh] { display: grid; grid-template-columns: repeat(auto-fill, minmax(15.5rem, 1fr)); gap: 1rem; }

.feature-card[b-i8jmjq36kh] {
    background: rgba(255, 255, 255, 0.04);
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 1.5rem 1.4rem;
    transition: transform 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.feature-card:hover[b-i8jmjq36kh] { transform: translateY(-3px); border-color: rgba(255, 132, 31, 0.5); background: rgba(255, 255, 255, 0.06); }

.feature-icon[b-i8jmjq36kh] { display: inline-flex; color: #ff841f; margin-bottom: 0.9rem; }
.feature-icon svg[b-i8jmjq36kh] { width: 26px; height: 26px; }

.feature-name[b-i8jmjq36kh] { font-size: 1.12rem; font-weight: 400; color: #ffffff; margin: 0 0 0.4rem; }
.feature-desc[b-i8jmjq36kh] { font-size: 0.95rem; color: rgba(255, 255, 255, 0.6); line-height: 1.55; margin: 0; }

/* Closing principle band */
.tech-principle[b-i8jmjq36kh] {
    margin-top: 1rem;
    padding: 3rem 2.5rem;
    background: rgba(255, 255, 255, 0.03);
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
}
.tech-principle-title[b-i8jmjq36kh] { font-size: 1.8rem; font-weight: 300; color: #ffffff; margin: 0 0 1rem; }
.tech-principle-body[b-i8jmjq36kh] { font-size: 1.1rem; color: rgba(255, 255, 255, 0.65); line-height: 1.65; margin: 0 0 1.75rem; max-width: 760px; }

.features-cta-actions[b-i8jmjq36kh] { display: flex; gap: 1rem; flex-wrap: wrap; }

.features-btn[b-i8jmjq36kh] {
    display: inline-block;
    padding: 0.7rem 1.8rem;
    border-radius: 10px;
    font-size: 1.05rem;
    font-weight: 300;
    text-decoration: none;
    color: #ffffff;
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    transition: all 0.15s ease;
}
.features-btn:hover[b-i8jmjq36kh] { border-color: #ffffff; }
.features-btn-primary[b-i8jmjq36kh] { background: #ff841f; border-color: #ff841f; color: #061b27; font-weight: 400; }
.features-btn-primary:hover[b-i8jmjq36kh] { background: #ffac5f; border-color: #ffac5f; }

@media (max-width: 640px) {
    .features-title[b-i8jmjq36kh] { font-size: 2.2rem; }
    .features-page[b-i8jmjq36kh] { padding: 3rem 1.25rem 2rem; }
}
/* /Components/Projects/ProjectHome.razor.rz.scp.css */
.breadcrumb-sep[b-ea60b8xlks] {
    color: #cbd5e1;
    margin: 0 0.4rem;
}
/* /Components/Shared/CommandPalette.razor.rz.scp.css */
/* Command palette — centered overlay, subtle backdrop, grouped list. */

.cmdk-backdrop[b-deu36tf3q6] {
    position: fixed;
    inset: 0;
    z-index: 200;
    background: rgba(6, 27, 39, 0.45);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 12vh 1rem 1rem;
    animation: cmdk-fade-b-deu36tf3q6 0.12s ease-out;
}

@keyframes cmdk-fade-b-deu36tf3q6 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.cmdk-card[b-deu36tf3q6] {
    width: 100%;
    max-width: 40rem;
    max-height: 70vh;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 24px 60px rgba(6, 27, 39, 0.35), 0 2px 8px rgba(6, 27, 39, 0.2);
    overflow: hidden;
    animation: cmdk-pop-b-deu36tf3q6 0.12s ease-out;
}

@keyframes cmdk-pop-b-deu36tf3q6 {
    from { transform: translateY(-8px) scale(0.98); opacity: 0; }
    to   { transform: translateY(0) scale(1); opacity: 1; }
}

/* ── Input row ─────────────────────────────────────────────── */
.cmdk-input-row[b-deu36tf3q6] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.85rem 1rem;
    border-bottom: 1px solid #eef2f6;
}

.cmdk-search-icon[b-deu36tf3q6] {
    color: #94a3b8;
    flex: 0 0 auto;
}

.cmdk-input[b-deu36tf3q6] {
    flex: 1 1 auto;
    border: none;
    outline: none;
    font-size: 1.05rem;
    color: #0f172a;
    background: transparent;
    padding: 0;
}

.cmdk-input[b-deu36tf3q6]::placeholder {
    color: #94a3b8;
}

.cmdk-esc[b-deu36tf3q6] {
    flex: 0 0 auto;
    font-size: 0.7rem;
    color: #94a3b8;
    background: #f1f5f9;
    border-radius: 5px;
    padding: 0.1rem 0.4rem;
    font-family: inherit;
}

/* ── Results ───────────────────────────────────────────────── */
.cmdk-results[b-deu36tf3q6] {
    overflow-y: auto;
    padding: 0.35rem 0.35rem 0.5rem;
    flex: 1 1 auto;
}

.cmdk-status[b-deu36tf3q6] {
    padding: 1.4rem 1rem;
    text-align: center;
    color: #94a3b8;
    font-size: 0.9rem;
}

.cmdk-group-label[b-deu36tf3q6] {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #94a3b8;
    padding: 0.6rem 0.75rem 0.25rem;
}

.cmdk-row[b-deu36tf3q6] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    width: 100%;
    text-align: left;
    border: none;
    background: transparent;
    border-radius: 8px;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    color: #0f172a;
    font: inherit;
}

.cmdk-row.is-active[b-deu36tf3q6] {
    background: var(--immutabl-accent, #3b82f6);
    color: #fff;
}

.cmdk-row-kind[b-deu36tf3q6] {
    flex: 0 0 auto;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    border-radius: 5px;
    padding: 0.18rem 0.4rem;
    color: #fff;
    min-width: 2.4rem;
    text-align: center;
}

.cmdk-kind-organisation[b-deu36tf3q6] { background: var(--immutabl-blue, #104862); }
.cmdk-kind-programme[b-deu36tf3q6]     { background: #7c3aed; }
.cmdk-kind-project[b-deu36tf3q6]       { background: var(--immutabl-accent, #3b82f6); }
.cmdk-kind-module[b-deu36tf3q6]        { background: var(--immutabl-orange, #ff841f); }

.cmdk-row.is-active .cmdk-row-kind[b-deu36tf3q6] {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.cmdk-row-body[b-deu36tf3q6] {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
}

.cmdk-row-title[b-deu36tf3q6] {
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cmdk-row-context[b-deu36tf3q6] {
    font-size: 0.78rem;
    color: #94a3b8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cmdk-row.is-active .cmdk-row-context[b-deu36tf3q6] {
    color: rgba(255, 255, 255, 0.85);
}

.cmdk-row-tag[b-deu36tf3q6] {
    flex: 0 0 auto;
    font-size: 0.66rem;
    color: #94a3b8;
    font-style: italic;
}

.cmdk-row.is-active .cmdk-row-tag[b-deu36tf3q6] {
    color: rgba(255, 255, 255, 0.85);
}

/* ── Footer ────────────────────────────────────────────────── */
.cmdk-foot[b-deu36tf3q6] {
    display: flex;
    gap: 1.1rem;
    padding: 0.55rem 1rem;
    border-top: 1px solid #eef2f6;
    font-size: 0.75rem;
    color: #94a3b8;
    background: #fbfcfd;
}

.cmdk-foot kbd[b-deu36tf3q6] {
    font-family: inherit;
    background: #eef2f6;
    border-radius: 4px;
    padding: 0.05rem 0.32rem;
    margin-right: 0.15rem;
    color: #64748b;
}

@media (max-width: 640px) {
    .cmdk-backdrop[b-deu36tf3q6] { padding: 6vh 0.5rem 0.5rem; }
    .cmdk-card[b-deu36tf3q6] { max-height: 80vh; }
    .cmdk-foot[b-deu36tf3q6] { display: none; }
}
/* /Components/Shared/EntityDetailsEditor.razor.rz.scp.css */
/* Inline pencil-edit form layout. Copied from brand.css's second ".inline-edit" block and renamed to
   ".inline-edit-pencil" so it no longer collides with the (block-layout) ".inline-edit" that NotesPanel /
   ConversationPanel rely on. Scoped to this component. */
.inline-edit-pencil[b-t9ccvctuma] { display: flex; gap: 0.5rem; align-items: center; margin: 0.25rem 0 1rem; flex-wrap: wrap; }
.inline-edit-pencil .e-input[b-t9ccvctuma] { width: auto; min-width: 18rem; padding: 0.5rem 0.7rem; }
/* /Components/Shared/ItemPresence.razor.rz.scp.css */
.presence-strip[b-z3jux752ut] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.4rem 0.7rem;
    margin-bottom: 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
    font-size: 0.85rem;
}

/* When someone else is editing, warm the strip to Immutabl amber so it reads as a caution, not just info. */
.presence-strip.is-editing[b-z3jux752ut] {
    border-color: var(--immutabl-orange);
    background: #fff7ed;
}

.presence-avatars[b-z3jux752ut] {
    display: inline-flex;
    align-items: center;
}

.presence-chip[b-z3jux752ut] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.7rem;
    height: 1.7rem;
    margin-left: -0.4rem;
    border-radius: 50%;
    background: var(--immutabl-blue);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    border: 2px solid #fff;
    box-shadow: 0 1px 2px rgba(15, 30, 42, 0.15);
}

.presence-chip:first-child[b-z3jux752ut] { margin-left: 0; }

/* An editing user's avatar picks up the amber ring so you can see WHO holds the (advisory) lock. */
.presence-chip.is-editing[b-z3jux752ut] { background: var(--immutabl-orange); }

.presence-msg[b-z3jux752ut] { color: #475569; }
.presence-msg strong[b-z3jux752ut] { color: #1e293b; }
.presence-msg-quiet[b-z3jux752ut] { color: #64748b; }
/* /Components/Shared/LifesaverActions.razor.rz.scp.css */
/* Lifesaver action cluster — quiet, grey, out of the way (matches the settings cog). */
.ls-actions[b-4drbyama0i] {
    display: inline-flex;
    align-items: center;
    gap: 0.15rem;
}

.ls-btn[b-4drbyama0i] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: none;
    background: transparent;
    color: var(--immutabl-green); /* immutabl green — a warm, friendly "phone a friend" */
    border-radius: 6px;
    cursor: pointer;
    transition: color 0.12s ease, background-color 0.12s ease;
}

.ls-btn:hover[b-4drbyama0i],
.ls-btn:focus-visible[b-4drbyama0i] {
    color: var(--immutabl-green-hover); /* deeper immutabl green on hover */
    background-color: rgba(0, 138, 62, 0.1);
    outline: none;
}

/* Compose modal bits */
.ls-people[b-4drbyama0i] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    align-items: center;
    margin-bottom: 0.4rem;
}

.ls-add[b-4drbyama0i] {
    max-width: 18rem;
}

.ls-link[b-4drbyama0i] {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.82rem;
    color: #6b7280;
}

.ls-check[b-4drbyama0i] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-weight: 400;
    cursor: pointer;
}

.ls-check input[b-4drbyama0i] {
    margin-top: 0.15rem;
}

.message-success[b-4drbyama0i] {
    padding: 0.6rem 0.8rem;
    border-radius: 6px;
    background-color: rgba(0, 138, 62, 0.1);
    color: var(--immutabl-green);
    margin-bottom: 0.8rem;
}
/* /Components/Shared/PersonMultiSelect.razor.rz.scp.css */
/* Scoped styling for the multi-person TYPEAHEAD picker (chips + typeahead + optional email affordance).
   Uses global var(--immutabl-*) tokens (defined in brand.css); no edits to brand.css. */

.person-typeahead[b-egpmrbk12i] {
    position: relative;
    margin-top: 0.4rem;
}

.pt-input[b-egpmrbk12i] {
    width: 100%;
}

/* The dropdown list of matches. */
.pt-list[b-egpmrbk12i] {
    position: absolute;
    z-index: 40;
    left: 0;
    right: 0;
    top: calc(100% + 2px);
    margin: 0;
    padding: 0.25rem 0;
    list-style: none;
    max-height: 16rem;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.12);
}

.pt-option[b-egpmrbk12i] {
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
    padding: 0.4rem 0.7rem;
    cursor: pointer;
}

.pt-option.is-active[b-egpmrbk12i],
.pt-option:hover[b-egpmrbk12i] {
    background: color-mix(in srgb, var(--immutabl-blue) 10%, transparent);
}

.pt-option-name[b-egpmrbk12i] {
    font-size: 0.9rem;
    color: #1e293b;
}

.pt-option-email[b-egpmrbk12i] {
    font-size: 0.75rem;
    color: #64748b;
}

.pt-empty[b-egpmrbk12i] {
    padding: 0.5rem 0.7rem;
    font-size: 0.85rem;
    color: #64748b;
    font-style: italic;
}
/* /Components/Shared/PersonSelect.razor.rz.scp.css */
/* Scoped styling for the single-person TYPEAHEAD combobox. Uses global var(--immutabl-*) tokens
   (defined in brand.css); no edits to brand.css. */

.person-typeahead[b-m7liox89d4] {
    position: relative;
}

.pt-input[b-m7liox89d4] {
    width: 100%;
}

/* The rendered selection (name chip + change/clear affordances). */
.pt-selected[b-m7liox89d4] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.5rem;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    background: #f8fafc;
}

.pt-selected-name[b-m7liox89d4] {
    font-size: 0.9rem;
    color: #1e293b;
}

/* When the name is clickable (to re-pick) it renders as a bare button. */
button.pt-change[b-m7liox89d4] {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    text-align: left;
    color: var(--immutabl-blue);
    font: inherit;
}

button.pt-change:hover[b-m7liox89d4] {
    color: var(--immutabl-blue-hover);
}

.pt-clear[b-m7liox89d4] {
    background: none;
    border: none;
    cursor: pointer;
    color: #64748b;
    font-size: 1rem;
    line-height: 1;
    padding: 0 0.15rem;
}

.pt-clear:hover[b-m7liox89d4] {
    color: var(--immutabl-orange);
}

/* The dropdown list of matches. */
.pt-list[b-m7liox89d4] {
    position: absolute;
    z-index: 40;
    left: 0;
    right: 0;
    top: calc(100% + 2px);
    margin: 0;
    padding: 0.25rem 0;
    list-style: none;
    max-height: 16rem;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.12);
}

.pt-option[b-m7liox89d4] {
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
    padding: 0.4rem 0.7rem;
    cursor: pointer;
}

.pt-option.is-active[b-m7liox89d4],
.pt-option:hover[b-m7liox89d4] {
    background: color-mix(in srgb, var(--immutabl-blue) 10%, transparent);
}

.pt-option-name[b-m7liox89d4] {
    font-size: 0.9rem;
    color: #1e293b;
}

.pt-option-email[b-m7liox89d4] {
    font-size: 0.75rem;
    color: #64748b;
}

.pt-empty[b-m7liox89d4] {
    padding: 0.5rem 0.7rem;
    font-size: 0.85rem;
    color: #64748b;
    font-style: italic;
}

.is-disabled[b-m7liox89d4] {
    opacity: 0.7;
}
/* /Components/Shared/RegisterDetail.razor.rz.scp.css */
/* The tag chip row under an expanded register row's detail fields (global tag-chip/tag-dot do the chips). */
.rd-tags[b-3pij9yzqcf] {
    display: flex;
    align-items: baseline;
    gap: 0.6rem;
    margin-top: 0.6rem;
    padding-top: 0.6rem;
    border-top: 1px solid #eef2f6;
}

.rd-tags-label[b-3pij9yzqcf] {
    flex: 0 0 auto;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #64748b;
}

.rd-tags-chips[b-3pij9yzqcf] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}
/* /Components/Shared/TagList.razor.rz.scp.css */
/* The read-only half of the tag pair. Deliberately quieter than TagPicker's chips: an editable tag needs
   a hit area and a remove control, a read-only one is metadata and should recede. */

.tag-row[b-aloq3bw29w] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    min-width: 0;
    font-size: 0.75rem;
    color: #64748b;
    white-space: nowrap;
    overflow: hidden;
}

/* Expanded by the +N control: the row is allowed to wrap and show everything. */
.tag-row[data-expanded="true"][b-aloq3bw29w] {
    flex-wrap: wrap;
    white-space: normal;
    overflow: visible;
    row-gap: 0.35rem;
}

.tag-row-dense[b-aloq3bw29w] {
    font-size: 0.72rem;
    gap: 0.65rem;
}

.tag-row-item[b-aloq3bw29w] {
    display: inline-flex;
    align-items: center;
    gap: 0.32rem;
    min-width: 0;
    flex-shrink: 0;
}

/* A single tag wider than the row is truncated rather than allowed to push the counter out of sight. */
.tag-row-name[b-aloq3bw29w] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tag-row-dot[b-aloq3bw29w] {
    width: 0.44rem;
    height: 0.44rem;
    border-radius: 50%;
    flex-shrink: 0;
}

.tag-row-more[b-aloq3bw29w] {
    flex-shrink: 0;
    background: none;
    border: none;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: inherit;
    font-weight: 700;
    color: #94a3b8;
    border-bottom: 1px dotted #cbd5e1;
    cursor: pointer;
    line-height: 1.2;
}

.tag-row-more:hover[b-aloq3bw29w] {
    color: var(--immutabl-blue);
    border-bottom-color: #94a3b8;
}
/* /Components/Shared/TagPicker.razor.rz.scp.css */
/* The editable half of the tag pair. Chips carry a hit area and a remove control because they are
   interactive; TagList's read-only tags are deliberately quieter. Reuses the global .tag-chip / .tag-dot
   / .tag-remove tokens from brand.css so a chip looks the same wherever tags are edited. */

.tag-picker[b-d7oz2qmedz] {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.tag-picker-chips[b-d7oz2qmedz] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
}

.tag-picker-empty[b-d7oz2qmedz] {
    font-size: 0.85rem;
    color: #64748b;
    font-style: italic;
}

/* The "+ Tag" affordance: dashed so it reads as a slot to fill rather than a tag that exists. */
.tag-add-chip[b-d7oz2qmedz] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    border: 1px dashed #cbd5e1;
    background: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 0.8rem;
    color: #64748b;
    cursor: pointer;
}

.tag-add-chip:hover:not(:disabled)[b-d7oz2qmedz],
.tag-add-chip.is-open[b-d7oz2qmedz] {
    border-color: var(--immutabl-accent);
    color: var(--immutabl-blue);
}

.tag-add-chip:disabled[b-d7oz2qmedz] { opacity: 0.5; cursor: default; }

/* Catches the click that closes the picker, without stealing it from the page beneath. */
.tag-picker-backdrop[b-d7oz2qmedz] {
    position: fixed;
    inset: 0;
    z-index: 90;
}

.tag-picker-panel[b-d7oz2qmedz] {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0.35rem;
    z-index: 100;
    width: max-content;
    min-width: 15rem;
    max-width: min(20rem, calc(100vw - 2rem));
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    padding: 0.3rem;
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
    max-height: 18rem;
    overflow-y: auto;
}

.tag-picker-filter[b-d7oz2qmedz] {
    width: 100%;
    box-sizing: border-box;
    padding: 0.45rem 0.65rem;
    margin-bottom: 0.25rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-family: 'Lato', sans-serif;
    font-size: 0.88rem;
    color: #1e293b;
    background: #fff;
}

.tag-picker-filter:focus[b-d7oz2qmedz] {
    outline: none;
    border-color: var(--immutabl-accent);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
}

.tag-picker-option[b-d7oz2qmedz] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    text-align: left;
    padding: 0.4rem 0.55rem;
    border-radius: 6px;
    border: none;
    background: none;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    font-size: 0.88rem;
    color: #1e293b;
}

.tag-picker-option:hover:not(:disabled)[b-d7oz2qmedz] { background: #f1f5f9; }
.tag-picker-option:disabled[b-d7oz2qmedz] { opacity: 0.6; cursor: default; }

/* Fixed width whether or not the tick is showing, so the labels stay in one column. */
.tag-picker-tick[b-d7oz2qmedz] {
    width: 0.95rem;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    color: var(--immutabl-orange);
}

.tag-picker-name[b-d7oz2qmedz] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tag-picker-none[b-d7oz2qmedz] {
    margin: 0;
    padding: 0.4rem 0.55rem;
    font-size: 0.85rem;
    color: #94a3b8;
}

.tag-picker-sep[b-d7oz2qmedz] {
    height: 1px;
    background: #e2e8f0;
    margin: 0.3rem 0;
}

.tag-picker-foot[b-d7oz2qmedz] {
    padding: 0.15rem 0.55rem 0.25rem;
    font-size: 0.72rem;
    color: #94a3b8;
    line-height: 1.35;
}

.tag-picker-error[b-d7oz2qmedz] {
    margin: 0;
    font-size: 0.8rem;
    color: var(--immutabl-red);
}
