/* /Components/Layout/DashboardLayout.razor.rz.scp.css */
/* Dashboard layout component-scoped overrides (theme in btros-theme.css) */
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Main layout uses global auth-layout from btros-theme.css */
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-32blrwnkn7],
.components-reconnect-repeated-attempt-visible[b-32blrwnkn7],
.components-reconnect-failed-visible[b-32blrwnkn7],
.components-pause-visible[b-32blrwnkn7],
.components-resume-failed-visible[b-32blrwnkn7],
.components-rejoining-animation[b-32blrwnkn7] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-32blrwnkn7],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-32blrwnkn7],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-32blrwnkn7],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-32blrwnkn7],
#components-reconnect-modal.components-reconnect-retrying[b-32blrwnkn7],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-32blrwnkn7],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-32blrwnkn7],
#components-reconnect-modal.components-reconnect-failed[b-32blrwnkn7],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-32blrwnkn7] {
    display: block;
}


#components-reconnect-modal[b-32blrwnkn7] {
    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-32blrwnkn7 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-32blrwnkn7 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-32blrwnkn7 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-32blrwnkn7]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-32blrwnkn7 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-32blrwnkn7 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-32blrwnkn7 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-32blrwnkn7 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-32blrwnkn7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-32blrwnkn7] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-32blrwnkn7] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-32blrwnkn7] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-32blrwnkn7] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-32blrwnkn7] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-32blrwnkn7] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-32blrwnkn7 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-32blrwnkn7] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-32blrwnkn7 {
    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/Analytics.razor.rz.scp.css */
/* Analytics page styles (SPEC-0067): replaces the former inline styles on the date
   inputs and the access-trend bar chart. Only the per-bar height stays inline, as a
   data-driven --bar-h custom property that this rule consumes. */

.analytics-date-input[b-ess7z1fzjh] {
    width: auto;
}

.ark-bar-chart[b-ess7z1fzjh] {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    height: 160px;
}

.ark-bar-chart__bar[b-ess7z1fzjh] {
    flex: 1 1 0;
    min-width: 4px;
    height: var(--bar-h, 2%);
    background: var(--ark-teal-500);
    border-top-left-radius: var(--ark-radius-xs);
    border-top-right-radius: var(--ark-radius-xs);
}
/* /Components/Pages/BrandGuide.razor.rz.scp.css */
/* BTROS brand guide (SPEC-0073) — page-scoped styling. Layout and document
   chrome only; colour, type, and component looks come from the ark360 token layer
   and the Ark*/BTROS* primitives.[b-fh142u2bit]  is used to colour child-component SVGs. */

.brand-guide {
    max-width: 1120px;
}

/* ---- Contents sidebar ---- */
.brand-guide__toc[b-fh142u2bit] {
    position: sticky;
    top: 6rem;
}

.brand-guide__toc-label[b-fh142u2bit] {
    font-family: var(--ark-font-mono);
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--ark-teal-700);
    margin-bottom: 0.75rem;
}

.brand-guide__toc-nav[b-fh142u2bit] {
    display: flex;
    flex-direction: column;
}

.brand-guide__toc-nav a[b-fh142u2bit] {
    display: flex;
    align-items: baseline;
    gap: 0.625rem;
    padding: 0.35rem 0;
    font-size: 13.5px;
    color: var(--ark-ink-500);
    text-decoration: none;
    transition: color 0.15s ease;
}

.brand-guide__toc-nav a:hover[b-fh142u2bit] {
    color: var(--ark-teal-700);
}

.brand-guide__toc-idx[b-fh142u2bit] {
    font-family: var(--ark-font-mono);
    font-size: 11px;
    color: var(--ark-ink-400);
}

.brand-guide__toc-foot[b-fh142u2bit] {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid var(--ark-line);
    font-family: var(--ark-font-mono);
    font-size: 11px;
    line-height: 1.6;
    color: var(--ark-ink-400);
}

.brand-guide__toc-back[b-fh142u2bit] {
    display: inline-block;
    margin-top: 1rem;
    font-family: var(--ark-font-mono);
    font-size: 12px;
    color: var(--ark-teal-700);
    text-decoration: none;
}

.brand-guide__toc-back:hover[b-fh142u2bit] {
    text-decoration: underline;
}

/* ---- Document ---- */
.brand-guide__doc[b-fh142u2bit] {
    max-width: 820px;
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.brand-guide__sec[b-fh142u2bit] {
    scroll-margin-top: 6rem;
}

.brand-guide__sec-title[b-fh142u2bit] {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.15;
    color: var(--ark-ink-900);
    margin: 0.5rem 0 0.75rem;
}

.brand-guide__lead[b-fh142u2bit] {
    max-width: 62ch;
    font-size: 17px;
    line-height: 1.6;
    color: var(--ark-ink-500);
    margin-bottom: 1.5rem;
}

.brand-guide__body[b-fh142u2bit] {
    font-size: 15px;
    line-height: 1.6;
    color: var(--ark-ink-700);
}

.brand-guide__h3[b-fh142u2bit] {
    margin: 2.25rem 0 0.75rem;
    font-size: 18px;
    font-weight: 600;
    color: var(--ark-ink-900);
}

.brand-guide__caption[b-fh142u2bit] {
    margin-top: 0.5rem;
    font-family: var(--ark-font-mono);
    font-size: 11px;
    color: var(--ark-ink-400);
}

/* ---- Cover ---- */
.brand-guide__cover[b-fh142u2bit] {
    position: relative;
    overflow: hidden;
    border-radius: var(--ark-radius-lg);
    background: var(--ark-navy-800);
    color: var(--ark-on-dark);
    padding: 3.5rem 2rem;
}

.brand-guide__cover-tag[b-fh142u2bit] {
    display: inline-block;
    margin-bottom: 1.5rem;
    padding: 0.4rem 0.9rem;
    border: 1px solid var(--ark-navy-600);
    border-radius: var(--ark-radius-pill);
    font-family: var(--ark-font-mono);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--ark-teal-300);
}

.brand-guide__cover-tagline[b-fh142u2bit] {
    max-width: 20ch;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.035em;
    color: var(--ark-on-dark);
    margin: 0;
}

.brand-guide__accent[b-fh142u2bit] {
    color: var(--ark-teal-300);
}

.brand-guide__cover-lead[b-fh142u2bit] {
    max-width: 54ch;
    margin-top: 1.25rem;
    color: #a9bac6;
}

.brand-guide__cover-mark[b-fh142u2bit] {
    margin-top: 2rem;
}

.brand-guide__cover-meta[b-fh142u2bit] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 2rem;
    font-family: var(--ark-font-mono);
    font-size: 12px;
    color: #7b8c99;
}

.brand-guide__cover-meta b[b-fh142u2bit] {
    font-weight: 500;
    color: #c7d2da;
}

/* ---- Cards ---- */
.brand-guide__card-eyebrow[b-fh142u2bit] {
    font-family: var(--ark-font-mono);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--ark-teal-700);
    margin-bottom: 0.5rem;
}

.brand-guide__card-lead[b-fh142u2bit] {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.01em;
    color: var(--ark-ink-900);
    margin: 0;
}

.brand-guide__card-body[b-fh142u2bit] {
    font-size: 15px;
    line-height: 1.6;
    color: var(--ark-ink-700);
    margin: 0;
}

/* ---- Logo stages ---- */
.brand-guide__logo-stage[b-fh142u2bit] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    padding: 2.5rem;
    border-radius: var(--ark-radius-md);
}

.brand-guide__logo-stage--light[b-fh142u2bit] {
    background: var(--ark-surface);
    border: 1px solid var(--ark-line);
}

.brand-guide__logo-stage--navy[b-fh142u2bit] {
    background: var(--ark-navy-800);
    border: 1px solid var(--ark-navy-700);
}

/* Mark colour helpers (passed to child components → coloured via ::deep) */
.brand-guide[b-fh142u2bit]  .brand-guide__mark-navy { color: var(--ark-navy-800); }
.brand-guide[b-fh142u2bit]  .brand-guide__mark-cyan { color: var(--ark-teal-300); }
.brand-guide[b-fh142u2bit]  .brand-guide__mark-teal { color: var(--ark-teal-600); }
.brand-guide[b-fh142u2bit]  .brand-guide__mark-white { color: #ffffff; }
.brand-guide[b-fh142u2bit]  .brand-guide__mark-tint { color: var(--ark-line-strong); }

/* ---- App-icon badges (rounded-square lockup) ---- */
.brand-guide__appicon[b-fh142u2bit] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 16px;
}

.brand-guide__appicon--navy[b-fh142u2bit] { background: var(--ark-navy-800); }
.brand-guide__appicon--paper[b-fh142u2bit] { background: var(--ark-paper); border: 1px solid var(--ark-line); }

/* ---- Clear space ---- */
.brand-guide__clearspace[b-fh142u2bit] {
    border: 1px solid var(--ark-line);
    border-radius: var(--ark-radius-md);
    background: var(--ark-surface);
    padding: 1rem;
}

.brand-guide__clearspace-pad[b-fh142u2bit] {
    display: inline-flex;
    padding: 2.5rem;
    outline: 1px dashed var(--ark-teal-500);
    outline-offset: -1px;
    background: var(--ark-paper);
    border-radius: var(--ark-radius-sm);
}

/* ---- Misuse ---- */
.brand-guide__misuse[b-fh142u2bit] {
    overflow: hidden;
    border: 1px solid var(--ark-line);
    border-radius: var(--ark-radius-md);
    background: var(--ark-paper);
}

.brand-guide__misuse-stage[b-fh142u2bit] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 96px;
    border-bottom: 1px solid var(--ark-line);
}

.brand-guide__misuse-stage--light[b-fh142u2bit] { background: var(--ark-surface); }
.brand-guide__misuse-stage--offbrand[b-fh142u2bit] { background: #7a4bd0; }
.brand-guide__misuse-stage--cyan[b-fh142u2bit] { background: var(--ark-teal-300); }

.brand-guide__skew[b-fh142u2bit] {
    transform: skewX(-12deg) scaleY(0.86);
}

.brand-guide__misuse-label[b-fh142u2bit] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 0.875rem;
    font-size: 13px;
    color: var(--ark-ink-700);
}

.brand-guide__misuse-label span[b-fh142u2bit] {
    font-weight: 700;
    color: var(--ark-error);
}

/* ---- Swatches ---- */
.brand-guide__swatches[b-fh142u2bit] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

@media (min-width: 576px) {
    .brand-guide__swatches[b-fh142u2bit] { grid-template-columns: repeat(3, 1fr); }
    .brand-guide__swatches--four[b-fh142u2bit] { grid-template-columns: repeat(4, 1fr); }
}

@media (min-width: 768px) {
    .brand-guide__swatches[b-fh142u2bit] { grid-template-columns: repeat(6, 1fr); }
    .brand-guide__swatches--four[b-fh142u2bit] { grid-template-columns: repeat(4, 1fr); }
}

/* ---- Typography ---- */
.brand-guide__type-name[b-fh142u2bit] {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--ark-ink-900);
}

.brand-guide__type-name--mono[b-fh142u2bit] {
    font-family: var(--ark-font-mono);
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0;
}

.brand-guide__type-row[b-fh142u2bit] {
    border: 1px solid var(--ark-line);
    border-radius: var(--ark-radius-md);
    background: var(--ark-paper);
    padding: 1.25rem;
}

.brand-guide__type-sample[b-fh142u2bit] { color: var(--ark-ink-900); }
.brand-guide__type-sample--display[b-fh142u2bit] { font-size: 46px; font-weight: 800; letter-spacing: -0.035em; }
.brand-guide__type-sample--h1[b-fh142u2bit] { font-size: 30px; font-weight: 700; letter-spacing: -0.02em; }
.brand-guide__type-sample--h2[b-fh142u2bit] { font-size: 22px; font-weight: 600; letter-spacing: -0.015em; }
.brand-guide__type-sample--body[b-fh142u2bit] { font-size: 16px; }
.brand-guide__type-sample--mono[b-fh142u2bit] {
    font-family: var(--ark-font-mono);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--ark-teal-700);
}

.brand-guide__weights[b-fh142u2bit] {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 1.5rem;
}

.brand-guide__weights > span[b-fh142u2bit] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.brand-guide__weight[b-fh142u2bit] {
    font-size: 28px;
    color: var(--ark-ink-900);
    line-height: 1;
}

.brand-guide__weights .brand-guide__caption[b-fh142u2bit] { margin-top: 0; }

/* ---- Motif ---- */
.brand-guide__motif[b-fh142u2bit] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 2rem 0.5rem;
    border-radius: var(--ark-radius-md);
    text-align: center;
}

.brand-guide__motif--light[b-fh142u2bit] { background: var(--ark-surface); border: 1px solid var(--ark-line); }
.brand-guide__motif--navy[b-fh142u2bit] { background: var(--ark-navy-800); }
.brand-guide__motif--navy .brand-guide__caption[b-fh142u2bit] { color: #9fb0bc; }

.brand-guide__motif .brand-guide__caption[b-fh142u2bit] { margin-top: 0; }

/* ---- Icons ---- */
.brand-guide__icons[b-fh142u2bit] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.75rem;
}

.brand-guide__icons > span[b-fh142u2bit] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: var(--ark-navy-800);
}

.brand-guide__icons .brand-guide__caption[b-fh142u2bit] { margin-top: 0; }

/* ---- Voice ---- */
.brand-guide__voice-head[b-fh142u2bit] {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.brand-guide__voice-head--do[b-fh142u2bit] { color: var(--ark-success); }
.brand-guide__voice-head--dont[b-fh142u2bit] { color: var(--ark-error); }

.brand-guide__voice-list[b-fh142u2bit] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.brand-guide__voice-list li[b-fh142u2bit] {
    position: relative;
    padding-left: 1.25rem;
    font-size: 13.5px;
    line-height: 1.5;
    color: var(--ark-ink-700);
}

.brand-guide__voice-list li[b-fh142u2bit]::before {
    position: absolute;
    left: 0;
    font-weight: 700;
}

.brand-guide__voice-list--do li[b-fh142u2bit]::before { content: "+"; color: var(--ark-success); }
.brand-guide__voice-list--dont li[b-fh142u2bit]::before { content: "×"; color: var(--ark-error); }

/* ---- Tokens ---- */
.brand-guide__token-row[b-fh142u2bit] {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 13px;
}

.brand-guide__space-bar[b-fh142u2bit] {
    height: 16px;
    border-radius: var(--ark-radius-xs);
    background: var(--ark-teal-500);
    flex: none;
}

.brand-guide__radius-chip[b-fh142u2bit] {
    width: 36px;
    height: 36px;
    background: var(--ark-navy-800);
    flex: none;
}

.brand-guide__elev-chip[b-fh142u2bit] {
    width: 64px;
    height: 36px;
    border-radius: var(--ark-radius-sm);
    background: var(--ark-paper);
    flex: none;
}

.brand-guide__elev-chip--e1[b-fh142u2bit] { box-shadow: var(--ark-shadow-e1); }
.brand-guide__elev-chip--e2[b-fh142u2bit] { box-shadow: var(--ark-shadow-e2); }
.brand-guide__elev-chip--e3[b-fh142u2bit] { box-shadow: var(--ark-shadow-e3); }

.brand-guide__token[b-fh142u2bit] {
    font-family: var(--ark-font-mono);
    font-size: 12px;
    color: var(--ark-teal-700);
    background: var(--ark-teal-050);
    padding: 0.1rem 0.4rem;
    border-radius: var(--ark-radius-xs);
}

.brand-guide__token-use[b-fh142u2bit] { color: var(--ark-ink-500); }
.brand-guide__token-px[b-fh142u2bit] {
    margin-left: auto;
    font-family: var(--ark-font-mono);
    font-size: 12px;
    color: var(--ark-ink-500);
}

/* ---- Kit blocks ---- */
.brand-guide__kit[b-fh142u2bit] {
    margin-top: 1rem;
    border: 1px solid var(--ark-line);
    border-radius: var(--ark-radius-md);
    background: var(--ark-paper);
    padding: 1.5rem;
}

.brand-guide__kit-title[b-fh142u2bit] {
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--ark-line);
    font-family: var(--ark-font-mono);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--ark-ink-400);
}

.brand-guide__form[b-fh142u2bit] { max-width: 28rem; }

/* ---- Patterns ---- */
.brand-guide__pattern-eyebrow[b-fh142u2bit] {
    font-family: var(--ark-font-mono);
    font-size: 13px;
    color: var(--ark-ink-900);
    margin-bottom: 0.875rem;
}

.brand-guide__pattern-title[b-fh142u2bit] {
    font-size: 18px;
    font-weight: 600;
    color: var(--ark-ink-900);
    margin: 0;
}

.brand-guide__panel[b-fh142u2bit] {
    height: 100%;
    border-radius: var(--ark-radius-md);
    background: var(--ark-navy-800);
    color: var(--ark-on-dark);
    padding: 2rem;
}

.brand-guide__panel-eyebrow[b-fh142u2bit] {
    font-family: var(--ark-font-mono);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--ark-teal-300);
}

.brand-guide__panel-value[b-fh142u2bit] {
    margin: 0.625rem 0;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.brand-guide__panel-pill[b-fh142u2bit] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    border-radius: var(--ark-radius-pill);
    background: rgba(52, 199, 222, 0.15);
    padding: 3px 0.625rem;
    font-size: 12px;
    font-weight: 600;
    color: var(--ark-teal-300);
}

.brand-guide__panel-dot[b-fh142u2bit] {
    width: 6px;
    height: 6px;
    border-radius: var(--ark-radius-pill);
    background: currentColor;
}

.brand-guide__panel-tag[b-fh142u2bit] {
    border: 1px solid var(--ark-navy-600);
    border-radius: var(--ark-radius-xs);
    padding: 0.25rem 0.625rem;
    font-family: var(--ark-font-mono);
    font-size: 11px;
    color: #9fb0bc;
}

/* ---- Document footer ---- */
.brand-guide__footer[b-fh142u2bit] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--ark-line);
    font-family: var(--ark-font-mono);
    font-size: 12px;
    color: var(--ark-ink-400);
}

.brand-guide__footer-brand[b-fh142u2bit] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--ark-ink-700);
}

.brand-guide__footer-note[b-fh142u2bit] { color: var(--ark-teal-700); }
/* /Components/Pages/Profile.razor.rz.scp.css */
/* Profile page styles (SPEC-0067): replaces the former inline max-width on the
   verification-code inputs. */
.verify-code-input[b-bvqenzj3x7] {
    max-width: 10rem;
}
/* /Components/Shared/Swatch.razor.rz.scp.css */
/* Brand-guide colour swatch (SPEC-0073) — page-scoped styling for the Swatch helper. */

.bg-swatch[b-bozf57newo] {
    overflow: hidden;
    border: 1px solid var(--ark-line);
    border-radius: var(--ark-radius-sm);
    background: var(--ark-paper);
    box-shadow: var(--ark-shadow-e1);
}

.bg-swatch__chip[b-bozf57newo] {
    position: relative;
    height: 74px;
    border-bottom: 1px solid var(--ark-line);
}

.bg-swatch__note[b-bozf57newo] {
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    border-radius: var(--ark-radius-xs);
    padding: 2px 6px;
    font-family: var(--ark-font-mono);
    font-size: 9.5px;
    background: rgba(255, 255, 255, 0.85);
    color: var(--ark-navy-900);
}

.bg-swatch__note--on-dark[b-bozf57newo] {
    background: rgba(15, 24, 34, 0.65);
    color: #ffffff;
}

.bg-swatch__meta[b-bozf57newo] {
    padding: 0.5rem 0.625rem;
}

.bg-swatch__name[b-bozf57newo] {
    display: block;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--ark-ink-900);
}

.bg-swatch__hex[b-bozf57newo] {
    display: block;
    font-family: var(--ark-font-mono);
    font-size: 11px;
    color: var(--ark-ink-500);
}
