@import '_content/BioRambam.Ui/BioRambam.Ui.34rku7v9ew.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Layout chrome (header/footer/hero/cards) lives in wwwroot/css/portal-theme.css so it can be
   shared and reasoned about as one theme. Only the framework error strip is scoped here. */

#blazor-error-ui[b-gtbpcphj8n] {
    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-gtbpcphj8n] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ie0pd18w3c],
.components-reconnect-repeated-attempt-visible[b-ie0pd18w3c],
.components-reconnect-failed-visible[b-ie0pd18w3c],
.components-pause-visible[b-ie0pd18w3c],
.components-resume-failed-visible[b-ie0pd18w3c],
.components-rejoining-animation[b-ie0pd18w3c] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ie0pd18w3c],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ie0pd18w3c],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ie0pd18w3c],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ie0pd18w3c],
#components-reconnect-modal.components-reconnect-retrying[b-ie0pd18w3c],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ie0pd18w3c],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ie0pd18w3c],
#components-reconnect-modal.components-reconnect-failed[b-ie0pd18w3c],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ie0pd18w3c] {
    display: block;
}


#components-reconnect-modal[b-ie0pd18w3c] {
    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-ie0pd18w3c 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ie0pd18w3c 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ie0pd18w3c 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ie0pd18w3c]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ie0pd18w3c 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ie0pd18w3c {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ie0pd18w3c {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ie0pd18w3c {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ie0pd18w3c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ie0pd18w3c] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ie0pd18w3c] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ie0pd18w3c] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ie0pd18w3c] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ie0pd18w3c] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ie0pd18w3c] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ie0pd18w3c 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ie0pd18w3c] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ie0pd18w3c {
    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/Design/BodyMapPreview.razor.rz.scp.css */
.preview-shell[b-gff7bobk3f] {
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(1rem, 3vw, 2rem) clamp(0.75rem, 3vw, 1.5rem) 3rem;
}

.preview-bar[b-gff7bobk3f] {
    padding-bottom: 0.9rem;
    margin-bottom: clamp(0.9rem, 2.5vw, 1.4rem);
    border-bottom: 1px solid #dfe3ef;
}

.preview-tag[b-gff7bobk3f] {
    font-family: ui-monospace, "JetBrains Mono", "Cascadia Mono", Consolas, monospace;
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #d1344b;
}

.preview-bar h1[b-gff7bobk3f] {
    margin: 0.2rem 0 0;
    font-size: clamp(1.3rem, 3vw, 1.8rem);
    font-weight: 800;
    letter-spacing: -0.015em;
    color: #0b1f3f;
}

.preview-bar p[b-gff7bobk3f] {
    margin: 0.35rem 0 0;
    max-width: 60ch;
    font-size: 0.88rem;
    color: #5a6485;
}
/* /Components/Pages/Me/CompareBodyMaps.razor.rz.scp.css */
.compare-shell[b-2o4oyr8cag] {
    max-width: 1600px;
    margin: 0 auto;
    padding: clamp(1rem, 3vw, 2rem) clamp(0.75rem, 3vw, 1.5rem) 3rem;
}

.compare-bar[b-2o4oyr8cag] {
    padding-bottom: 0.9rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #dfe3ef;
}

.report-back[b-2o4oyr8cag] {
    font-size: 0.8rem;
    text-decoration: none;
    color: #5a6485;
}

.compare-bar h1[b-2o4oyr8cag] {
    margin: 0.2rem 0 0;
    font-size: clamp(1.3rem, 3vw, 1.8rem);
    font-weight: 800;
    letter-spacing: -0.015em;
    color: #0b1f3f;
}

.compare-bar .lead[b-2o4oyr8cag] {
    margin: 0.3rem 0 0;
    max-width: 62ch;
    font-size: 0.88rem;
    color: #5a6485;
}

/* ---- Picker -------------------------------------------------------------------------------------- */
.compare-picker[b-2o4oyr8cag] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 1.1rem;
}

.pick[b-2o4oyr8cag] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.1rem;
    background: #fff;
    border: 1px solid #dfe3ef;
    border-radius: 0.55rem;
    padding: 0.4rem 0.7rem;
    cursor: pointer;
    text-align: start;
}

.pick:hover[b-2o4oyr8cag] { background: #eef1fb; }

.pick.is-on[b-2o4oyr8cag] {
    border-color: #d1344b;
    background: #fdf2f4;
}

.pick-date[b-2o4oyr8cag] {
    font-family: ui-monospace, "JetBrains Mono", "Cascadia Mono", Consolas, monospace;
    font-size: 0.74rem;
    font-weight: 700;
    color: #0b1f3f;
}

.pick-name[b-2o4oyr8cag] {
    font-size: 0.72rem;
    color: #5a6485;
    max-width: 18ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ---- Maps side by side ---------------------------------------------------------------------------- */
/* Each map keeps its own lines; the columns shrink, never the structure. Below the floor the row
   scrolls sideways rather than stacking, so the maps stay comparable at a glance. */
.compare-grid[b-2o4oyr8cag] {
    display: grid;
    grid-template-columns: repeat(var(--maps, 1), minmax(320px, 1fr));
    gap: 0.9rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
}

@media (max-width: 900px) {
    .compare-grid[b-2o4oyr8cag] {
        grid-template-columns: 1fr;
        overflow-x: visible;
    }
}
/* /Components/Pages/Me/ReportBodyMap.razor.rz.scp.css */
/* Report 8 shell. The page gives the map room and stays out of its way — a thin identity bar,
   then the instrument, then the sections that used to be trapped in the floating window. */

.report-shell[b-o9te59za7u] {
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(1rem, 3vw, 2rem) clamp(0.75rem, 3vw, 1.5rem) 3rem;
}

.report-bar[b-o9te59za7u] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 0.9rem;
    margin-bottom: clamp(0.9rem, 2.5vw, 1.5rem);
    border-bottom: 1px solid #dfe3ef;
}

.report-back[b-o9te59za7u] {
    font-size: 0.8rem;
    text-decoration: none;
    color: #5a6485;
}

.report-back:hover[b-o9te59za7u] { color: #0b1f3f; }

.report-bar h1[b-o9te59za7u] {
    margin: 0.25rem 0 0;
    font-size: clamp(1.3rem, 3vw, 1.8rem);
    font-weight: 800;
    letter-spacing: -0.015em;
    color: #0b1f3f;
}

.report-facts[b-o9te59za7u] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.9rem;
    margin-top: 0.35rem;
    font-size: 0.82rem;
    color: #5a6485;
}

.report-num[b-o9te59za7u] {
    font-family: ui-monospace, "JetBrains Mono", "Cascadia Mono", Consolas, monospace;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #d1344b;
}

/* ---- Sections under the map -------------------------------------------------------------------- */
.report-sections[b-o9te59za7u] {
    margin-top: clamp(1.25rem, 3vw, 2rem);
}

.report-sections h2[b-o9te59za7u] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 800;
    color: #0b1f3f;
}

.report-sections .lead[b-o9te59za7u] {
    margin: 0.25rem 0 1rem;
    font-size: 0.88rem;
    color: #5a6485;
}

.section-grid[b-o9te59za7u] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.9rem;
}

.section-card[b-o9te59za7u] {
    background: #fff;
    border: 1px solid #dfe3ef;
    border-left: 3px solid #c9cee0;
    border-radius: 0.6rem;
    padding: 0.9rem 1rem;
}

.section-card h3[b-o9te59za7u] {
    margin: 0 0 0.3rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: #0b1f3f;
}

.section-card p[b-o9te59za7u] {
    margin: 0;
    font-size: 0.83rem;
    color: #5a6485;
}
/* /Components/Pages/Why.razor.rz.scp.css */
/* Landing page. Long-form reading, so the constraints are line length and rhythm rather than
   density — every text block is capped near 62 characters and the sections are separated by space
   instead of rules. */

.why-hero[b-vgmyf63ufj] { text-align: start; }
.why-hero p[b-vgmyf63ufj] { max-width: 60ch; }

.why-section[b-vgmyf63ufj] {
    max-width: 62rem;
    margin: 0 auto 4rem;
}

.why-section > h2[b-vgmyf63ufj] {
    font-size: clamp(1.5rem, 1.1rem + 1.4vw, 2.1rem);
    font-weight: 700;
    letter-spacing: -0.015em;
    margin-bottom: 0.75rem;
}

.why-section > p[b-vgmyf63ufj],
.why-section > .lead[b-vgmyf63ufj] {
    max-width: 62ch;
    color: var(--br-muted);
    font-size: 1.05rem;
    line-height: 1.65;
}

/* The line the reader should leave with — larger, inked, and given room on both sides. */
.why-punch[b-vgmyf63ufj] {
    max-width: 54ch;
    margin-top: 1.75rem;
    padding-inline-start: 1rem;
    border-inline-start: 3px solid var(--br-navy);
    font-size: 1.15rem;
    line-height: 1.55;
    font-weight: 600;
    color: var(--br-ink) !important;
}

/* ---- the loop ---- */

.why-loop[b-vgmyf63ufj] {
    list-style: none;
    margin: 2rem 0 0;
    padding: 0;
    display: grid;
    gap: 1.25rem;
}

.why-loop > li[b-vgmyf63ufj] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.1rem 1.25rem;
    background: #fff;
    border: 1px solid var(--br-border);
    border-radius: 0.8rem;
}

.why-step[b-vgmyf63ufj] {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--br-grad);
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
}

.why-loop h3[b-vgmyf63ufj] {
    font-size: 1.02rem;
    font-weight: 700;
    margin: 0 0 0.2rem;
}
.why-loop p[b-vgmyf63ufj] {
    margin: 0;
    color: var(--br-muted);
    font-size: 0.97rem;
    line-height: 1.6;
    max-width: 60ch;
}

/* ---- quiet band ---- */

.why-quiet[b-vgmyf63ufj] {
    padding: 2rem 2.25rem;
    background: #fff;
    border: 1px solid var(--br-border);
    border-radius: 0.9rem;
}
.why-quiet > h2[b-vgmyf63ufj] { margin-bottom: 0.5rem; }

/* ---- differentiators ---- */

.why-cards[b-vgmyf63ufj] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    gap: 1rem;
    margin-top: 1.75rem;
}

.why-card[b-vgmyf63ufj] {
    padding: 1.25rem 1.35rem;
    background: #fff;
    border: 1px solid var(--br-border);
    border-radius: 0.8rem;
}
.why-card h3[b-vgmyf63ufj] {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 0.4rem;
}
.why-card p[b-vgmyf63ufj] {
    margin: 0;
    color: var(--br-muted);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* ---- limits ----
   Deliberately plain and not visually minimised. A disclaimer styled to be skipped is a disclaimer
   written in bad faith. */

.why-limits[b-vgmyf63ufj] {
    padding: 1.5rem 1.75rem;
    background: #f8f9fd;
    border: 1px solid var(--br-border);
    border-radius: 0.8rem;
}
.why-limits > h2[b-vgmyf63ufj] { font-size: 1.15rem; }
.why-limits > p[b-vgmyf63ufj] { font-size: 0.97rem; }
.why-limits > p + p[b-vgmyf63ufj] { margin-top: 0.85rem; }

/* ---- close ---- */

.why-close[b-vgmyf63ufj] {
    max-width: 62rem;
    margin: 0 auto 4rem;
    padding: 2.25rem;
    background: var(--br-grad);
    color: #fff;
    border-radius: 0.9rem;
}
.why-close h2[b-vgmyf63ufj] {
    font-size: clamp(1.4rem, 1.1rem + 1.2vw, 1.9rem);
    font-weight: 700;
    margin-bottom: 0.6rem;
}
.why-close p[b-vgmyf63ufj] {
    max-width: 58ch;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.65;
    margin-bottom: 1.5rem;
}
.why-close .btn-ghost[b-vgmyf63ufj] {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.45);
}
.why-close .btn-ghost:hover[b-vgmyf63ufj] { background: rgba(255, 255, 255, 0.12); }
/* /Components/Reports/BodyMapGrid.razor.rz.scp.css */
/* Body map — an instrument grid, not a page section. The tile FRAME carries the reading (that is
   how the legacy map encodes it too), so the tiles themselves stay quiet and the borders speak. */

.map-card[b-ovz9jdy490] {
    --ink: #0b1f3f;
    --paper: #fbfbfd;
    --rule: #c9cee0;
    --rule-soft: #e6e9f2;
    --state-neutral: #1c2331;
    --state-low: #2563c9;
    --state-high: #7b4bd1;
    --state-index: #d1344b;
    --gutter: clamp(1.5rem, 3vw, 2.2rem);
    --tile-gap: clamp(3px, 0.5vw, 8px);
    --mono: ui-monospace, "JetBrains Mono", "Cascadia Mono", Consolas, monospace;

    background: var(--paper);
    border: 1px solid var(--rule);
    border-radius: 0.9rem;
    box-shadow: 0 1px 2px rgba(5, 39, 103, 0.05), 0 18px 36px -30px rgba(5, 39, 103, 0.4);
    padding: clamp(0.75rem, 2vw, 1.4rem);
    color: var(--ink);
}

/* ---- Head + legend ---------------------------------------------------------------------------- */
.map-head[b-ovz9jdy490] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: clamp(0.75rem, 2vw, 1.25rem);
}

.map-eyebrow[b-ovz9jdy490] {
    font-family: var(--mono);
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #5a6485;
}

.map-title[b-ovz9jdy490] {
    margin: 0.15rem 0 0;
    font-size: clamp(1.1rem, 2.4vw, 1.45rem);
    font-weight: 800;
    letter-spacing: -0.01em;
}

.map-legend[b-ovz9jdy490] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.78rem;
    color: #43506f;
}

.map-legend li[b-ovz9jdy490] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.swatch[b-ovz9jdy490] {
    width: 0.85rem;
    height: 0.85rem;
    border-radius: 3px;
    border: 2px solid var(--state-neutral);
}

.s-low[b-ovz9jdy490] { border-color: var(--state-low); }
.s-high[b-ovz9jdy490] { border-color: var(--state-high); }
.s-index[b-ovz9jdy490] { border-color: var(--state-index); }

.map-facts[b-ovz9jdy490] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem 0.8rem;
    margin-top: 0.3rem;
    font-family: var(--mono);
    font-size: 0.7rem;
    letter-spacing: 0.04em;
    color: #5a6485;
}

.map-warn[b-ovz9jdy490] { color: #a9741f; }

/* ---- The grid --------------------------------------------------------------------------------- */
.map-frame[b-ovz9jdy490] {
    position: relative;
}

/* Below the floor the map scrolls sideways — it never wraps a line. The right-edge fade is the
   only cue that there is more map; it disappears once the grid fits. */
.map-scroll[b-ovz9jdy490] {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.25rem;
    scroll-snap-type: x proximity;
    background:
        linear-gradient(to right, var(--paper) 40%, rgba(251, 251, 253, 0)) left / 24px 100% no-repeat,
        linear-gradient(to left, var(--paper) 40%, rgba(251, 251, 253, 0)) right / 24px 100% no-repeat,
        radial-gradient(farthest-side at 0 50%, rgba(11, 31, 63, 0.14), transparent) left / 12px 100% no-repeat,
        radial-gradient(farthest-side at 100% 50%, rgba(11, 31, 63, 0.14), transparent) right / 12px 100% no-repeat;
    background-attachment: local, local, scroll, scroll;
}

.map-grid[b-ovz9jdy490] {
    display: grid;
    grid-template-columns: var(--gutter) repeat(6, minmax(34px, 1fr)) minmax(42px, 1.15fr);
    gap: var(--tile-gap);
    min-width: 292px;
}

.cell-gutter[b-ovz9jdy490] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.line-num[b-ovz9jdy490] {
    font-family: var(--mono);
    font-size: clamp(0.7rem, 1.4vw, 0.95rem);
    font-weight: 700;
    color: #6b74a0;
}

/* The bottom band is two lines tall: the gutter spans both, so the detail column's A8 and A9 land
   in the last column instead of being pushed into the gutter. */
.line-num-tall[b-ovz9jdy490] {
    grid-row: span 2;
    flex-direction: column;
    justify-content: space-around;
    padding: 12% 0;
}

/* ---- Column heads ----------------------------------------------------------------------------- */
.col-head[b-ovz9jdy490] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
    padding: 0.35rem 0.2rem;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.5rem;
    color: var(--ink);
    cursor: pointer;
}

.col-head:hover[b-ovz9jdy490] { background: #eef1fb; }

.col-head.is-active[b-ovz9jdy490] {
    border-color: var(--state-index);
    background: #fdf2f4;
}

.col-letter[b-ovz9jdy490] {
    font-family: var(--mono);
    font-size: clamp(0.85rem, 1.9vw, 1.15rem);
    font-weight: 700;
    line-height: 1;
}

/* The system name is a courtesy, not the label — it disappears before the letter does. */
.col-name[b-ovz9jdy490] {
    font-size: 0.62rem;
    letter-spacing: 0.02em;
    color: #5a6485;
    white-space: nowrap;
}

.col-head-aux[b-ovz9jdy490] {
    cursor: default;
    font-size: 0.62rem;
    color: #5a6485;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* ---- Tiles ------------------------------------------------------------------------------------ */
.tile[b-ovz9jdy490] {
    position: relative;
    aspect-ratio: 100 / 65;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
    padding: 0.2rem;
    background: #fff;
    border: 2px solid var(--state-neutral);
    border-radius: 0.35rem;
    color: var(--ink);
    cursor: pointer;
    overflow: hidden;
    transition: transform 120ms ease, box-shadow 120ms ease;
}

.tile:hover[b-ovz9jdy490] {
    transform: translateY(-1px);
    box-shadow: 0 6px 14px -8px rgba(11, 31, 63, 0.6);
}

.tile.is-open[b-ovz9jdy490] {
    border-color: var(--state-index);
    box-shadow: 0 0 0 3px rgba(209, 52, 75, 0.18);
}

/* State lives on the frame — the tile itself stays quiet. */
.tile.s-low[b-ovz9jdy490] { border-color: var(--state-low); }
.tile.s-high[b-ovz9jdy490] { border-color: var(--state-high); }
.tile.s-index[b-ovz9jdy490] { border-color: var(--state-index); }
.tile.s-neutral[b-ovz9jdy490] { border-color: var(--state-neutral); }

.tile:disabled[b-ovz9jdy490] {
    cursor: default;
    opacity: 0.75;
}

.tile:disabled:hover[b-ovz9jdy490] {
    transform: none;
    box-shadow: none;
}

.tile-code[b-ovz9jdy490] {
    font-family: var(--mono);
    font-size: clamp(0.62rem, 1.5vw, 0.9rem);
    font-weight: 700;
    line-height: 1;
}

.tile-percent[b-ovz9jdy490] {
    font-family: var(--mono);
    font-size: clamp(0.5rem, 1.1vw, 0.72rem);
    color: #43506f;
}

/* ---- Artwork ------------------------------------------------------------------------------------ */
/* A tile carries its picture only when it has something to say — that is the legacy rule. The code
   and percentage sit on top of it in a legible chip. */
.tile[b-ovz9jdy490] {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.tile.has-art .tile-code[b-ovz9jdy490],
.tile.has-art .tile-percent[b-ovz9jdy490] {
    background: rgba(255, 255, 255, 0.82);
    border-radius: 0.2rem;
    padding: 0 0.2rem;
}

/* The systems row and the panels are pictures first — no code chip over them. */
.tile-system .tile-code[b-ovz9jdy490],
.tile-panel .tile-code[b-ovz9jdy490] {
    background: rgba(255, 255, 255, 0.82);
    border-radius: 0.2rem;
    padding: 0 0.2rem;
    font-size: clamp(0.55rem, 1.2vw, 0.75rem);
}

/* ---- Functional buttons (detail column + the two panels) ---------------------------------------- */
/* A chevron that opens the panel, beside a face that flips through the slides, over a value strip.
   Three targets in one cell, so the container is a div and each part is its own button. */
.tile-fn[b-ovz9jdy490] {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 2px;
    padding: 2px;
    cursor: default;
    background: #fff;
}

.tile-fn:hover[b-ovz9jdy490] {
    transform: none;
    box-shadow: none;
}

.fn-arrows[b-ovz9jdy490] {
    flex: none;
    width: clamp(12px, 1.6vw, 20px);
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.fn-arrows svg[b-ovz9jdy490] {
    width: 100%;
    height: auto;
    max-height: 28px;
}

.fn-arrows:hover svg[b-ovz9jdy490] { opacity: 0.7; }

.fn-body[b-ovz9jdy490] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.fn-face[b-ovz9jdy490] {
    flex: 1;
    min-height: 0;
    border: 0;
    padding: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}

.fn-value[b-ovz9jdy490] {
    flex: none;
    border: 0;
    border-top: 1px solid var(--rule-soft);
    background: transparent;
    padding: 0;
    font-family: var(--mono);
    font-size: clamp(0.45rem, 1vw, 0.66rem);
    font-weight: 700;
    color: #2b3559;
    cursor: pointer;
}

.fn-value:hover[b-ovz9jdy490] { background: #eef1fb; }

.tile-caption[b-ovz9jdy490] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: clamp(0.45rem, 0.95vw, 0.6rem);
    line-height: 1.1;
    text-align: center;
    color: #2b3559;
    background: rgba(255, 255, 255, 0.86);
    padding: 0.05rem 0.1rem;
}

/* The systems row occupies both line 8 and line 9. */
.tile-tall[b-ovz9jdy490] {
    grid-row: span 2;
    aspect-ratio: 100 / 130;
}

.col-head.is-forced[b-ovz9jdy490] {
    border-color: var(--state-index);
    background: #fdf2f4;
}

.tile-label[b-ovz9jdy490] {
    font-size: clamp(0.5rem, 1.05vw, 0.68rem);
    line-height: 1.15;
    text-align: center;
    color: #4b5675;
    padding: 0 0.15rem;
}

/* Panels and the detail column are structure, not readings — dashed frame, no state colour. */
.tile-panel[b-ovz9jdy490],
.tile-aux[b-ovz9jdy490] {
    border-style: dashed;
    border-color: var(--rule);
    background: #f5f7fc;
}

.tile-aux[b-ovz9jdy490] {
    /* NOT aspect-ratio. The detail column is wider than the reading columns (1.15fr vs 1fr), so a
       shared ratio makes these cells ~15% taller and the whole row grows to fit them — the tiles
       stop lining up with the readings beside them. In the legacy table these are ordinary <td>s in
       the same 60px <tr>: same height as their row, just wider. Stretching does that. */
    aspect-ratio: auto;
    height: 100%;
    align-self: stretch;
    border-style: solid;
    border-color: var(--rule);
    background-color: #fff;
}

/* The systems cell spans lines 8–9, so its detail neighbours must span their own row fully too. */
.tile-aux.tile-fn[b-ovz9jdy490] { justify-content: stretch; }

/* A picture that advances says so on hover; the last one in a chain does not pretend to. */
.slide-body img.is-advancable[b-ovz9jdy490] { cursor: pointer; }
.slide-body img.is-advancable:hover[b-ovz9jdy490] { filter: brightness(1.03); }

.tile-system[b-ovz9jdy490] {
    border-color: var(--state-neutral);
}

/* ---- Drill-in sheet ---------------------------------------------------------------------------- */
/* Covers the map from the trailing edge and stays until closed. Column heads and line numbers
   remain visible on the left, so you never lose your place. */
.tile-sheet[b-ovz9jdy490] {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: min(420px, 58%);
    background: #fff;
    border: 1px solid var(--rule);
    border-radius: 0.6rem;
    box-shadow: -18px 0 40px -24px rgba(11, 31, 63, 0.55);
    padding: clamp(0.75rem, 2vw, 1.1rem);
    overflow-y: auto;
    animation: sheet-in-b-ovz9jdy490 140ms ease-out;
}

@keyframes sheet-in-b-ovz9jdy490 {
    from { opacity: 0; transform: translateX(8px); }
    to { opacity: 1; transform: none; }
}

.sheet-head[b-ovz9jdy490] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
    border-bottom: 1px solid var(--rule-soft);
    padding-bottom: 0.6rem;
}

.sheet-code[b-ovz9jdy490] {
    font-family: var(--mono);
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    color: var(--state-index);
    font-weight: 700;
}

.sheet-title[b-ovz9jdy490] {
    margin: 0.1rem 0 0;
    font-size: 1.05rem;
    font-weight: 700;
}

.sheet-close[b-ovz9jdy490] {
    background: transparent;
    border: 1px solid var(--rule);
    border-radius: 0.4rem;
    width: 1.9rem;
    height: 1.9rem;
    font-size: 1.1rem;
    line-height: 1;
    color: var(--ink);
    cursor: pointer;
    flex: none;
}

.sheet-close:hover[b-ovz9jdy490] { background: #eef1fb; }

.sheet-meta[b-ovz9jdy490] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 0.9rem;
    margin-top: 0.6rem;
    font-family: var(--mono);
    font-size: 0.7rem;
    letter-spacing: 0.04em;
    color: #5a6485;
}

.sheet-actions[b-ovz9jdy490] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex: none;
}

.sheet-btn[b-ovz9jdy490] {
    background: #fff;
    border: 1px solid var(--rule);
    border-radius: 0.4rem;
    padding: 0.25rem 0.6rem;
    font-size: 0.78rem;
    color: var(--ink);
    cursor: pointer;
}

.sheet-btn:hover[b-ovz9jdy490] { background: #eef1fb; }
.sheet-btn:disabled[b-ovz9jdy490] { opacity: 0.6; cursor: default; }

.state-chip[b-ovz9jdy490] {
    display: inline-block;
    border: 2px solid var(--state-neutral);
    border-radius: 0.35rem;
    padding: 0.05rem 0.45rem;
    font-family: var(--mono);
    font-size: 0.68rem;
    letter-spacing: 0.03em;
}

.state-chip.s-low[b-ovz9jdy490] { border-color: var(--state-low); color: var(--state-low); }
.state-chip.s-high[b-ovz9jdy490] { border-color: var(--state-high); color: var(--state-high); }
.state-chip.s-index[b-ovz9jdy490] { border-color: var(--state-index); color: var(--state-index); }

/* ---- Sheet content ----------------------------------------------------------------------------- */
.sheet-table[b-ovz9jdy490] {
    width: 100%;
    margin-top: 0.8rem;
    border-collapse: collapse;
    font-size: 0.8rem;
}

.sheet-table th[b-ovz9jdy490] {
    text-align: left;
    font-size: 0.66rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #5a6485;
    border-bottom: 1px solid var(--rule);
    padding: 0.25rem 0.3rem;
}

.sheet-table td[b-ovz9jdy490] {
    padding: 0.4rem 0.3rem;
    border-bottom: 1px dashed var(--rule-soft);
    vertical-align: top;
}

.sheet-table td:not(:first-child)[b-ovz9jdy490] {
    font-family: var(--mono);
    font-size: 0.72rem;
    white-space: nowrap;
}

.greens[b-ovz9jdy490] { color: #6b74a0; }

.dot[b-ovz9jdy490] {
    display: inline-block;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 2px;
    border: 2px solid var(--state-neutral);
    margin-inline-end: 0.35rem;
}

.dot.s-low[b-ovz9jdy490] { border-color: var(--state-low); }
.dot.s-high[b-ovz9jdy490] { border-color: var(--state-high); }
.dot.s-index[b-ovz9jdy490] { border-color: var(--state-index); }

.mat-tag[b-ovz9jdy490] {
    margin-inline-start: 0.35rem;
    font-size: 0.62rem;
    color: var(--state-index);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.sheet-note[b-ovz9jdy490] {
    margin-top: 0.9rem;
    font-size: 0.84rem;
    color: #43506f;
}

/* ---- Note editor -------------------------------------------------------------------------------- */
.sheet-note-editor[b-ovz9jdy490] {
    margin-top: 1rem;
    border-top: 1px solid var(--rule-soft);
    padding-top: 0.7rem;
}

.sheet-note-editor label[b-ovz9jdy490] {
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #5a6485;
    margin-bottom: 0.3rem;
}

.sheet-note-editor textarea[b-ovz9jdy490] {
    width: 100%;
    border: 1px solid var(--rule);
    border-radius: 0.4rem;
    padding: 0.45rem 0.55rem;
    font-size: 0.83rem;
    font-family: inherit;
    resize: vertical;
}

.note-row[b-ovz9jdy490] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-top: 0.45rem;
}

.note-status[b-ovz9jdy490] {
    font-size: 0.76rem;
    color: #5a6485;
}

/* ---- Overlays: enlarged tile and the map menu ---------------------------------------------------- */
/* Both temporarily replace the middle of the map, the way the legacy pop-outs did. */
.map-overlay[b-ovz9jdy490] {
    position: absolute;
    inset: 6% 8%;
    z-index: 3;
    background: #fff;
    border: 1px solid var(--rule);
    border-radius: 0.7rem;
    box-shadow: 0 30px 60px -30px rgba(11, 31, 63, 0.6);
    padding: clamp(0.7rem, 2vw, 1.1rem);
    display: flex;
    flex-direction: column;
    animation: sheet-in-b-ovz9jdy490 140ms ease-out;
    overflow-y: auto;
}

.col-head-menu[b-ovz9jdy490] {
    font-family: var(--mono);
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border: 1px solid var(--rule);
    background: #fff;
}

.col-head-menu.is-active[b-ovz9jdy490] {
    border-color: var(--state-index);
    background: #fdf2f4;
}

.menu-tile header[b-ovz9jdy490],
.tile-blowup header[b-ovz9jdy490] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
    border-bottom: 1px solid var(--rule-soft);
    padding-bottom: 0.5rem;
}

.menu-tile h3[b-ovz9jdy490],
.tile-blowup h3[b-ovz9jdy490] {
    margin: 0.1rem 0 0;
    font-size: 1rem;
    font-weight: 700;
}

/* ---- Slide viewer -------------------------------------------------------------------------------- */
.slide-viewer header[b-ovz9jdy490] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
    border-bottom: 1px solid var(--rule-soft);
    padding-bottom: 0.5rem;
}

.slide-viewer h3[b-ovz9jdy490] {
    margin: 0.1rem 0 0;
    font-size: 1rem;
    font-weight: 700;
}

.slide-body[b-ovz9jdy490] {
    flex: 1;
    min-height: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-top: 0.6rem;
}

.slide-body img[b-ovz9jdy490] {
    flex: 1;
    min-width: 0;
    max-height: 100%;
    object-fit: contain;
}

.slide-nav[b-ovz9jdy490] {
    flex: none;
    width: 2rem;
    height: 2rem;
    border: 1px solid var(--rule);
    border-radius: 999px;
    background: #fff;
    font-size: 1.2rem;
    line-height: 1;
    color: var(--ink);
    cursor: pointer;
}

.slide-nav:hover[b-ovz9jdy490] { background: #eef1fb; }
.slide-nav:disabled[b-ovz9jdy490] { opacity: 0.35; cursor: default; }

/* ---- Map menu ------------------------------------------------------------------------------------ */
.menu-grid[b-ovz9jdy490] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(84px, 1fr));
    gap: 0.5rem;
    margin-top: 0.8rem;
}

.menu-item[b-ovz9jdy490] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    padding: 0.5rem 0.3rem;
    background: #fff;
    border: 1px solid var(--rule);
    border-radius: 0.55rem;
    color: var(--ink);
    text-decoration: none;
    font-size: 0.68rem;
    text-align: center;
    cursor: pointer;
}

.menu-item:hover[b-ovz9jdy490] { background: #eef1fb; }

.menu-item img[b-ovz9jdy490] {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.menu-item.is-pending[b-ovz9jdy490] {
    opacity: 0.45;
    cursor: default;
}

.menu-item.is-pending:hover[b-ovz9jdy490] { background: #fff; }

.blowup-body[b-ovz9jdy490] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
}

.blowup-tile[b-ovz9jdy490] {
    width: min(420px, 80%);
    aspect-ratio: 100 / 65;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    border: 4px solid var(--state-neutral);
    border-radius: 0.5rem;
    background: #fff;
}

.blowup-tile.s-low[b-ovz9jdy490] { border-color: var(--state-low); }
.blowup-tile.s-high[b-ovz9jdy490] { border-color: var(--state-high); }
.blowup-tile.s-index[b-ovz9jdy490] { border-color: var(--state-index); }

.blowup-tile .tile-code[b-ovz9jdy490] { font-size: 1.6rem; }
.blowup-tile .tile-percent[b-ovz9jdy490] { font-size: 1rem; }

.blowup-state[b-ovz9jdy490] {
    margin: 0;
    font-size: 0.85rem;
    color: #43506f;
}

.sheet-empty[b-ovz9jdy490] {
    margin-top: 0.9rem;
    font-size: 0.85rem;
    color: #43506f;
}

.sheet-empty p[b-ovz9jdy490] { margin: 0 0 0.5rem; }

.sheet-empty ul[b-ovz9jdy490] {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px dashed var(--rule);
}

.sheet-empty li[b-ovz9jdy490] {
    border-bottom: 1px dashed var(--rule);
    padding: 0.5rem 0 0.5rem 1.1rem;
    position: relative;
    color: #6b74a0;
}

.sheet-empty li[b-ovz9jdy490]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.95rem;
    width: 0.5rem;
    height: 0.5rem;
    border: 1px solid var(--rule);
    border-radius: 2px;
}

/* ---- Narrow screens ---------------------------------------------------------------------------- */
/* The map keeps every line; only the tiles get smaller. The sheet moves to the bottom so it still
   covers part of the map rather than replacing it. */
@media (max-width: 720px) {
    .col-name[b-ovz9jdy490] { display: none; }

    .map-card[b-ovz9jdy490] {
        --gutter: 1.1rem;
        --tile-gap: 3px;
    }

    .tile-sheet[b-ovz9jdy490] {
        top: auto;
        left: 0;
        right: 0;
        height: 58%;
        width: auto;
        box-shadow: 0 -18px 40px -24px rgba(11, 31, 63, 0.55);
        animation: sheet-up-b-ovz9jdy490 140ms ease-out;
    }

    @keyframes sheet-up-b-ovz9jdy490 {
        from { opacity: 0; transform: translateY(10px); }
        to { opacity: 1; transform: none; }
    }
}

/* ---- Quality floor ------------------------------------------------------------------------------ */
.tile:focus-visible[b-ovz9jdy490],
.col-head:focus-visible[b-ovz9jdy490],
.sheet-close:focus-visible[b-ovz9jdy490] {
    outline: 3px solid #2563c9;
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    .tile[b-ovz9jdy490],
    .tile-sheet[b-ovz9jdy490] {
        transition: none;
        animation: none;
    }
}
/* /Components/Sections/MethodPresentation.razor.rz.scp.css */
/* BioRaMBaM method presentation — public marketing section.
   Sits inside the existing portal theme (navy → plum). The accent set is not invented: it is the
   method's own six system colours, passed in per-card as --sys.
   Written with logical properties throughout so the Hebrew (dir="rtl") rendering mirrors correctly. */

.method[b-v8xmxoe44f] {
    --m-display: "Segoe UI Variable Display", "Assistant", "Heebo", "Arial Hebrew", system-ui, -apple-system, "Segoe UI", sans-serif;
    --m-body: "Segoe UI Variable Text", "Assistant", "Heebo", "Arial Hebrew", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    --m-mono: ui-monospace, "SFMono-Regular", "Cascadia Mono", Menlo, Consolas, monospace;

    --m-navy: #052767;
    --m-plum: #3a0647;
    --m-grad: linear-gradient(135deg, #052767 0%, #3a0647 100%);
    --m-ink: #20233c;
    --m-muted: #6b7092;
    --m-border: #e7e8f2;
    --m-gold: #a9741f;

    font-family: var(--m-body);
    color: var(--m-ink);
    margin-block: 4rem 1rem;
}

/* ---- Section head ------------------------------------------------------------------------------ */
.method-head[b-v8xmxoe44f] { max-width: 46rem; }

.method .eyebrow[b-v8xmxoe44f] {
    font-family: var(--m-mono);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--m-gold);
    margin: 0 0 0.85rem;
}

/* Six bars, always six, always in the method's order — the recurring structural motif. */
.spectrum[b-v8xmxoe44f] {
    display: flex;
    gap: 3px;
    margin-block-end: 1.4rem;
}
.spectrum span[b-v8xmxoe44f] {
    display: block;
    inline-size: 2.4rem;
    block-size: 4px;
    border-radius: 2px;
}

.method-head h2[b-v8xmxoe44f] {
    font-family: var(--m-display);
    font-size: clamp(1.75rem, 3.6vw, 2.6rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.12;
    margin: 0;
    color: var(--m-navy);
    text-wrap: balance;
}

.method-lead[b-v8xmxoe44f] {
    margin: 1.05rem 0 0;
    font-size: 1.06rem;
    line-height: 1.65;
    color: var(--m-muted);
}

/* ---- Signature: the three phases --------------------------------------------------------------- */
.phases[b-v8xmxoe44f] {
    list-style: none;
    margin: 2.5rem 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    align-items: stretch;
}

.phase[b-v8xmxoe44f] {
    position: relative;
    background: #fff;
    border: 1px solid var(--m-border);
    border-radius: 0.9rem;
    padding: 1.5rem 1.5rem 1.35rem;
    display: flex;
    flex-direction: column;
}

.phase-num[b-v8xmxoe44f] {
    font-family: var(--m-mono);
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--m-muted);
    letter-spacing: 0.1em;
}

.phase h3[b-v8xmxoe44f] {
    font-family: var(--m-display);
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: -0.012em;
    margin: 0.35rem 0 0;
    color: var(--m-navy);
}

.phase-body[b-v8xmxoe44f] {
    margin: 0.6rem 0 1.1rem;
    font-size: 0.92rem;
    line-height: 1.55;
    color: var(--m-muted);
}

.phase-facts[b-v8xmxoe44f] {
    margin: auto 0 0;
    display: grid;
    gap: 0.7rem;
    border-block-start: 1px solid var(--m-border);
    padding-block-start: 0.95rem;
}
.phase-facts > div[b-v8xmxoe44f] { display: grid; gap: 0.15rem; }
.phase-facts dt[b-v8xmxoe44f] {
    font-family: var(--m-mono);
    font-size: 0.66rem;
    text-transform: uppercase;
    letter-spacing: 0.11em;
    color: var(--m-muted);
}
.phase-facts dd[b-v8xmxoe44f] {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.45;
    color: var(--m-ink);
}

/* The lit band — the whole thesis of the method in one card. */
.phase-ours[b-v8xmxoe44f] {
    background: var(--m-grad);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 24px 50px -26px rgba(5, 39, 103, 0.75);
    overflow: hidden;
}
.phase-ours .phase-num[b-v8xmxoe44f] { color: rgba(255, 255, 255, 0.66); }
.phase-ours h3[b-v8xmxoe44f] { color: #fff; }
.phase-ours .phase-body[b-v8xmxoe44f] { color: rgba(255, 255, 255, 0.84); }
.phase-ours .phase-facts[b-v8xmxoe44f] { border-block-start-color: rgba(255, 255, 255, 0.22); }
.phase-ours .phase-facts dt[b-v8xmxoe44f] { color: rgba(255, 255, 255, 0.62); }
.phase-ours .phase-facts dd[b-v8xmxoe44f] { color: #fff; }

/* A slow sweep across the lit band — one motion moment on the page, nowhere else. */
.phase-ours[b-v8xmxoe44f]::after {
    content: "";
    position: absolute;
    inset-block: 0;
    inset-inline-start: -40%;
    inline-size: 40%;
    background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.13), transparent);
    animation: m-sweep-b-v8xmxoe44f 7s ease-in-out infinite;
    pointer-events: none;
}
@keyframes m-sweep-b-v8xmxoe44f {
    0%, 55% { transform: translateX(0); opacity: 0; }
    60% { opacity: 1; }
    100% { transform: translateX(350%); opacity: 0; }
}

.phase-flag[b-v8xmxoe44f] {
    margin: 1.05rem 0 0;
    font-family: var(--m-mono);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fff;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    padding: 0.32rem 0.75rem;
    align-self: flex-start;
    position: relative;
    z-index: 1;
}

/* ---- Why the numbers stay normal ---------------------------------------------------------------- */
.explain[b-v8xmxoe44f] {
    margin-block-start: 1rem;
    padding: 1.6rem 1.75rem;
    background: #fff;
    border: 1px solid var(--m-border);
    border-start-start-radius: 0.9rem;
    border-start-end-radius: 0.9rem;
    border-end-start-radius: 0.9rem;
    border-end-end-radius: 0.9rem;
    border-inline-start: 4px solid var(--m-gold);
    max-width: 52rem;
}
.explain h3[b-v8xmxoe44f] {
    font-family: var(--m-display);
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 0.7rem;
    color: var(--m-navy);
}
.explain p[b-v8xmxoe44f] {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;
    color: var(--m-muted);
}
.explain-punch[b-v8xmxoe44f] {
    margin-block-start: 0.9rem !important;
    font-weight: 600;
    color: var(--m-ink) !important;
}

/* ---- Shared block scaffolding ------------------------------------------------------------------- */
.block[b-v8xmxoe44f] { margin-block-start: 3.25rem; }

.block-title[b-v8xmxoe44f] {
    font-family: var(--m-display);
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    margin: 0;
    color: var(--m-navy);
}
.block-lead[b-v8xmxoe44f] {
    margin: 0.5rem 0 0;
    max-width: 46rem;
    font-size: 0.98rem;
    line-height: 1.6;
    color: var(--m-muted);
}

/* ---- Six systems --------------------------------------------------------------------------------- */
.systems[b-v8xmxoe44f] {
    list-style: none;
    margin: 1.5rem 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    gap: 0.9rem;
}
.sys[b-v8xmxoe44f] {
    background: #fff;
    border: 1px solid var(--m-border);
    border-radius: 0.8rem;
    border-inline-start: 4px solid var(--sys);
    padding: 1.15rem 1.25rem;
}
.sys-code[b-v8xmxoe44f] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    inline-size: 1.9rem;
    block-size: 1.9rem;
    border-radius: 0.5rem;
    background: color-mix(in srgb, var(--sys) 12%, #fff);
    color: var(--sys);
    font-family: var(--m-mono);
    font-size: 0.95rem;
    font-weight: 700;
}
.sys h4[b-v8xmxoe44f] {
    font-family: var(--m-display);
    font-size: 1rem;
    font-weight: 700;
    margin: 0.7rem 0 0;
    color: var(--m-ink);
}
.sys p[b-v8xmxoe44f] {
    margin: 0.3rem 0 0;
    font-size: 0.86rem;
    line-height: 1.5;
    color: var(--m-muted);
}

/* ---- The session — a genuine sequence ----------------------------------------------------------- */
.steps[b-v8xmxoe44f] {
    list-style: none;
    margin: 1.5rem 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
    gap: 0.9rem;
    counter-reset: m-step;
}
.step[b-v8xmxoe44f] {
    position: relative;
    background: #fff;
    border: 1px solid var(--m-border);
    border-radius: 0.8rem;
    padding: 1.2rem 1.3rem 1.25rem;
    counter-increment: m-step;
}
.step[b-v8xmxoe44f]::before {
    content: counter(m-step);
    font-family: var(--m-mono);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--m-navy);
    background: #eef1fb;
    border-radius: 0.35rem;
    padding: 0.1rem 0.42rem;
}
.step-time[b-v8xmxoe44f] {
    font-family: var(--m-mono);
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    color: var(--m-muted);
    margin-inline-start: 0.5rem;
}
.step h4[b-v8xmxoe44f] {
    font-family: var(--m-display);
    font-size: 1.02rem;
    font-weight: 700;
    margin: 0.65rem 0 0;
    color: var(--m-ink);
}
.step p[b-v8xmxoe44f] {
    margin: 0.35rem 0 0;
    font-size: 0.88rem;
    line-height: 1.55;
    color: var(--m-muted);
}
.step-note[b-v8xmxoe44f] {
    margin: 1rem 0 0;
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--m-muted);
    max-width: 46rem;
}

/* ---- What you leave with ------------------------------------------------------------------------ */
.takeaways[b-v8xmxoe44f] {
    list-style: none;
    margin: 1.5rem 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    gap: 0.9rem;
}
.take[b-v8xmxoe44f] {
    background: #fff;
    border: 1px solid var(--m-border);
    border-radius: 0.8rem;
    padding: 1.3rem 1.35rem;
}
.take h4[b-v8xmxoe44f] {
    font-family: var(--m-display);
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0;
    color: var(--m-navy);
}
.take p[b-v8xmxoe44f] {
    margin: 0.45rem 0 0;
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--m-muted);
}

/* ---- Founder ------------------------------------------------------------------------------------ */
.quote[b-v8xmxoe44f] {
    margin: 3.25rem 0 0;
    padding: 0;
    max-width: 44rem;
}
.quote blockquote[b-v8xmxoe44f] {
    margin: 0;
    font-family: var(--m-display);
    font-size: clamp(1.2rem, 2.4vw, 1.65rem);
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.015em;
    color: var(--m-navy);
    border-inline-start: 3px solid var(--m-gold);
    padding-inline-start: 1.15rem;
    text-wrap: balance;
}
.quote figcaption[b-v8xmxoe44f] {
    margin-block-start: 0.85rem;
    padding-inline-start: 1.15rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.15rem 0.6rem;
    font-size: 0.85rem;
}
.q-name[b-v8xmxoe44f] { font-weight: 700; color: var(--m-ink); }
.q-role[b-v8xmxoe44f] { color: var(--m-muted); }

/* ---- Boundary + next step ------------------------------------------------------------------------ */
.closing[b-v8xmxoe44f] {
    margin-block-start: 3.25rem;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 1rem;
    align-items: stretch;
}

.disclaimer[b-v8xmxoe44f] {
    background: #fff;
    border: 1px solid var(--m-border);
    border-inline-start: 4px solid var(--m-muted);
    border-radius: 0.8rem;
    padding: 1.3rem 1.4rem;
}
.disclaimer h3[b-v8xmxoe44f] {
    font-family: var(--m-display);
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    color: var(--m-ink);
}
.disclaimer p[b-v8xmxoe44f] {
    margin: 0;
    font-size: 0.87rem;
    line-height: 1.62;
    color: var(--m-muted);
}

.cta[b-v8xmxoe44f] {
    background: var(--m-grad);
    color: #fff;
    border-radius: 0.8rem;
    padding: 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cta h3[b-v8xmxoe44f] {
    font-family: var(--m-display);
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.012em;
}
.cta p[b-v8xmxoe44f] {
    margin: 0.5rem 0 1.1rem;
    font-size: 0.9rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.82);
}
.cta a[b-v8xmxoe44f] { align-self: flex-start; }

/* ---- Quality floor -------------------------------------------------------------------------------- */
.method a:focus-visible[b-v8xmxoe44f] {
    outline: 3px solid #fff;
    outline-offset: 3px;
    border-radius: 0.35rem;
}

@media (max-width: 900px) {
    .phases[b-v8xmxoe44f] { grid-template-columns: 1fr; }
    .closing[b-v8xmxoe44f] { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
    .method[b-v8xmxoe44f] { margin-block-start: 2.75rem; }
    .explain[b-v8xmxoe44f] { padding: 1.3rem 1.35rem; }
}

@media (prefers-reduced-motion: reduce) {
    .phase-ours[b-v8xmxoe44f]::after { animation: none; display: none; }
}
