/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-n3osm8t2nz] {
    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-n3osm8t2nz] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-mc13hxj0vb],
.components-reconnect-repeated-attempt-visible[b-mc13hxj0vb],
.components-reconnect-failed-visible[b-mc13hxj0vb],
.components-pause-visible[b-mc13hxj0vb],
.components-resume-failed-visible[b-mc13hxj0vb],
.components-rejoining-animation[b-mc13hxj0vb] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-mc13hxj0vb {
    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/InvestigationDetail.razor.rz.scp.css */
/* Investigation output: the markdown is converted to HTML and injected via MarkupString,
   so its descendants carry no scope attribute - style them through ::deep. Fallback colours
   keep it readable even if a design token is absent. */
.md-output[b-92f2i2klcn] {
    font-size: 14px;
    line-height: 1.6;
}

.md-output[b-92f2i2klcn]  h2 { font-size: 18px; font-weight: 650; margin: 22px 0 8px; }
.md-output[b-92f2i2klcn]  h3 { font-size: 15px; font-weight: 600; margin: 18px 0 6px; }
.md-output[b-92f2i2klcn]  h4 { font-size: 13px; font-weight: 600; margin: 14px 0 6px; }
.md-output[b-92f2i2klcn]  h2:first-child,
.md-output[b-92f2i2klcn]  h3:first-child { margin-top: 0; }

.md-output[b-92f2i2klcn]  p { margin: 8px 0; }
.md-output[b-92f2i2klcn]  ul { margin: 8px 0; padding-left: 22px; }
.md-output[b-92f2i2klcn]  li { margin: 3px 0; }

.md-output[b-92f2i2klcn]  table.data-table {
    border-collapse: collapse;
    width: 100%;
    margin: 14px 0;
    font-size: 13px;
}
.md-output[b-92f2i2klcn]  table.data-table th,
.md-output[b-92f2i2klcn]  table.data-table td {
    border: 1px solid var(--gray-200, #e5e7eb);
    padding: 6px 10px;
    text-align: left;
    vertical-align: top;
}
.md-output[b-92f2i2klcn]  table.data-table th {
    background: var(--gray-100, #f3f4f6);
    font-weight: 600;
}

.md-output[b-92f2i2klcn]  blockquote {
    margin: 12px 0;
    padding: 4px 14px;
    border-left: 3px solid var(--gray-200, #e5e7eb);
    color: var(--gray-500, #6b7280);
}
.md-output[b-92f2i2klcn]  code {
    background: var(--gray-100, #f3f4f6);
    padding: 1px 5px;
    border-radius: 4px;
    font-size: 12px;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}
.md-output[b-92f2i2klcn]  hr {
    border: none;
    border-top: 1px solid var(--gray-200, #e5e7eb);
    margin: 18px 0;
}
.md-output[b-92f2i2klcn]  a { color: var(--blue, #2563eb); }
.md-output[b-92f2i2klcn]  .policy-ref {
    background: var(--gray-100, #f3f4f6);
    border-radius: 4px;
    padding: 0 5px;
    font-size: 12px;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}
/* /Components/Pages/Planner/SubmitWizard/CoverageModal.razor.rz.scp.css */
/* Coverage dead-end modal. Deliberately its own class set rather than the global
   .modal / .modal-backdrop in app.css: this one is wider, has a grouped scrolling
   list and a footer call to action, and must not inherit the admin modal's sizing. */

.coverage-backdrop[b-4to7t8eu05] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 24px;
    outline: none;
    animation: coverage-fade-b-4to7t8eu05 120ms ease-out;
}

@keyframes coverage-fade-b-4to7t8eu05 {
    from { opacity: 0; }
    to { opacity: 1; }
}

.coverage-modal[b-4to7t8eu05] {
    background: white;
    border-radius: 12px;
    width: 100%;
    /* Wide enough for two columns of "Epsom and Ewell Borough Council" plus its
       jurisdiction chip without either ellipsing at the ~25 LPAs we now carry. */
    max-width: 780px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
    display: flex;
    flex-direction: column;
    max-height: min(88vh, 720px);
    overflow: hidden;
    animation: coverage-rise-b-4to7t8eu05 160ms cubic-bezier(.2, .7, .3, 1);
}

@keyframes coverage-rise-b-4to7t8eu05 {
    from { opacity: 0; transform: translateY(8px) scale(.99); }
    to { opacity: 1; transform: none; }
}

.coverage-modal-header[b-4to7t8eu05] {
    padding: 22px 24px 16px;
    border-bottom: 1px solid var(--gray-200);
    position: relative;
}

.coverage-modal-eyebrow[b-4to7t8eu05] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--amber);
    margin-bottom: 8px;
}

.coverage-modal-header h2[b-4to7t8eu05] {
    font-size: 19px;
    font-weight: 650;
    letter-spacing: -0.015em;
    color: var(--gray-900);
}

.coverage-modal-header p[b-4to7t8eu05] {
    margin-top: 6px;
    font-size: 13.5px;
    color: var(--gray-600);
    max-width: 52ch;
}

.coverage-modal-close[b-4to7t8eu05] {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    border: none;
    background: none;
    color: var(--gray-400);
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
}

.coverage-modal-close:hover[b-4to7t8eu05] {
    background: var(--gray-100);
    color: var(--gray-700);
}

.coverage-modal-body[b-4to7t8eu05] {
    padding: 18px 24px;
    overflow-y: auto;
}

.coverage-search[b-4to7t8eu05] {
    width: 100%;
    padding: 9px 12px 9px 34px;
    border: 1px solid var(--gray-300);
    border-radius: 6px;
    font: inherit;
    font-size: 13.5px;
    color: var(--gray-800);
    background: white url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-3.5-3.5'/%3E%3C/svg%3E") no-repeat 10px center;
}

.coverage-search:focus[b-4to7t8eu05] {
    outline: none;
    border-color: var(--navy);
    box-shadow: 0 0 0 3px rgba(26, 54, 93, .1);
}

.coverage-group-label[b-4to7t8eu05] {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 18px 0 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--gray-500);
}

.coverage-count[b-4to7t8eu05] {
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    color: var(--gray-400);
    font-size: 12px;
}

.coverage-list[b-4to7t8eu05] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px 16px;
}

.coverage-item[b-4to7t8eu05] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    border-radius: 6px;
    font-size: 13.5px;
    color: var(--gray-800);
    /* Grid children default to min-width: auto, so a long LPA name pushes the
       column wider than its 1fr track and the whole modal body gains a
       horizontal scrollbar - the inner ellipsis never gets a chance to apply. */
    min-width: 0;
}

.coverage-item:hover[b-4to7t8eu05] { background: var(--gray-50); }

.coverage-tick[b-4to7t8eu05] { flex: none; color: var(--green); }
.coverage-clock[b-4to7t8eu05] { flex: none; color: var(--amber); }

.coverage-name[b-4to7t8eu05] {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.coverage-item-soon .coverage-name[b-4to7t8eu05] { color: var(--gray-600); }

.coverage-chip[b-4to7t8eu05] {
    flex: none;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: .02em;
    color: var(--gray-500);
    background: var(--gray-100);
    border-radius: 4px;
    padding: 1px 5px;
}

.coverage-empty[b-4to7t8eu05] {
    padding: 14px 8px;
    color: var(--gray-500);
    font-size: 13.5px;
}

.coverage-modal-footer[b-4to7t8eu05] {
    padding: 16px 24px 20px;
    border-top: 1px solid var(--gray-200);
    background: var(--gray-50);
}

.coverage-ask[b-4to7t8eu05] {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
}

.coverage-ask-copy[b-4to7t8eu05] {
    flex: 1 1 260px;
    min-width: 0;
}

.coverage-ask-copy strong[b-4to7t8eu05] {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--gray-900);
}

.coverage-ask-copy span[b-4to7t8eu05] {
    display: block;
    font-size: 13px;
    color: var(--gray-600);
    margin-top: 2px;
}

.coverage-ask-copy a[b-4to7t8eu05] {
    color: var(--navy);
    font-weight: 500;
}

@media (max-width: 560px) {
    .coverage-list[b-4to7t8eu05] { grid-template-columns: 1fr; }
    .coverage-ask[b-4to7t8eu05] { flex-direction: column; align-items: stretch; }
    .coverage-ask .btn[b-4to7t8eu05] { justify-content: center; }
}
/* /Components/Pages/Planner/SubmitWizard/FieldError.razor.rz.scp.css */
.field-error[b-n9anxfvai2] {
    display: none;
}

.field-error.is-shown[b-n9anxfvai2] {
    display: block;
    margin-top: 4px;
    color: var(--red, #b91c1c);
    font-size: 13px;
}
/* /Components/Pages/Planner/SubmitWizard/Step2Screening.razor.rz.scp.css */
/* Coverage-miss banner. Amber rather than the red .login-error box: the submit did not
   fail, we simply do not hold this LPA's policy pack yet, and the planner has somewhere
   to go from here (the LPA list + the priority request). */

.coverage-banner[b-cr69pu5omg] {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-left: 3px solid var(--amber);
    border-radius: var(--radius);
    padding: 12px 14px;
    margin-bottom: 18px;
    outline: none;
}

.coverage-banner svg[b-cr69pu5omg] {
    flex: none;
    margin-top: 1px;
    color: var(--amber);
}

.coverage-banner-title[b-cr69pu5omg] {
    font-weight: 600;
    color: #7c2d12;
    font-size: 14px;
}

.coverage-banner-body[b-cr69pu5omg] {
    color: #9a3412;
    font-size: 13px;
    margin-top: 2px;
}

.coverage-banner-link[b-cr69pu5omg] {
    background: none;
    border: none;
    padding: 0;
    margin-top: 6px;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 600;
    color: var(--navy);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.coverage-banner-link:hover[b-cr69pu5omg] { color: var(--navy-light); }
