/* /Components/Layout/MainLayout.razor.rz.scp.css */
.ame-shell[b-fe1yan1uk1] {
    min-height: 100vh;
    color: var(--ame-text);
    background:
        radial-gradient(circle at top left, rgba(59, 130, 246, .14), transparent 34rem),
        linear-gradient(180deg, var(--ame-bg), var(--ame-bg-soft));
}

.ame-topbar[b-fe1yan1uk1] {
    position: sticky;
    top: 0;
    z-index: 1000;
    display: grid;
    grid-template-columns: minmax(260px, 1fr) auto;
    align-items: center;
    gap: 18px;
    min-height: 76px;
    padding: 12px 28px;
    border-bottom: 1px solid var(--ame-border);
    background: rgba(15, 23, 42, .92);
    backdrop-filter: blur(18px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .28);
}

.ame-brand[b-fe1yan1uk1] {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.ame-brand-logo[b-fe1yan1uk1] {
    width: 112px;
    max-height: 42px;
    object-fit: contain;
}

.ame-brand-text[b-fe1yan1uk1] {
    display: flex;
    min-width: 0;
    flex-direction: column;
    line-height: 1.1;
}

.ame-brand-text strong[b-fe1yan1uk1] {
    color: var(--ame-text);
    font-size: 15px;
    font-weight: 800;
    white-space: nowrap;
}

.ame-brand-text span[b-fe1yan1uk1] {
    color: var(--ame-text-muted);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.ame-topbar-actions[b-fe1yan1uk1] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.ame-icon-button[b-fe1yan1uk1] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid var(--ame-border);
    border-radius: 10px;
    color: var(--ame-text);
    background: var(--ame-surface);
    font-weight: 800;
    transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.ame-icon-button:hover[b-fe1yan1uk1] {
    border-color: var(--ame-primary);
    background: rgba(59, 130, 246, .16);
    transform: translateY(-1px);
}

.ame-user-card[b-fe1yan1uk1] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 6px 10px;
    border: 1px solid var(--ame-border);
    border-radius: 12px;
    background: var(--ame-surface);
}

.ame-avatar[b-fe1yan1uk1] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    color: white;
    background: linear-gradient(135deg, var(--ame-primary), #2563eb);
    font-size: 13px;
    font-weight: 900;
}

.ame-user-meta[b-fe1yan1uk1] {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.ame-user-meta strong[b-fe1yan1uk1] {
    color: var(--ame-text);
    font-size: 13px;
}

.ame-user-meta span[b-fe1yan1uk1] {
    color: var(--ame-text-muted);
    font-size: 11px;
}

.ame-main[b-fe1yan1uk1] {
    min-height: calc(100vh - 76px);
}

.ame-content[b-fe1yan1uk1] {
    width: min(100%, 1480px);
    margin: 0 auto;
    padding: 28px;
}

@media (max-width: 860px) {
    .ame-topbar[b-fe1yan1uk1] {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 8px 12px;
        min-height: 0;
        padding: 8px 10px;
    }

    .ame-topbar-actions[b-fe1yan1uk1] {
        justify-content: flex-end;
        gap: 6px;
    }

    .ame-content[b-fe1yan1uk1] {
        padding: 18px 14px;
    }
}

@media (max-width: 560px) {
    .ame-brand-logo[b-fe1yan1uk1] {
        width: 54px;
        max-height: 34px;
    }

    .ame-brand[b-fe1yan1uk1] {
        gap: 8px;
    }

    .ame-brand-text strong[b-fe1yan1uk1] {
        max-width: 165px;
        overflow: hidden;
        font-size: 12px;
        text-overflow: ellipsis;
    }

    .ame-brand-text span[b-fe1yan1uk1] {
        font-size: 10px;
    }

    .ame-user-meta[b-fe1yan1uk1] {
        display: none;
    }

    .ame-user-card[b-fe1yan1uk1] {
        min-height: 36px;
        padding: 2px;
        border: 0;
        background: transparent;
    }

    .ame-icon-button[b-fe1yan1uk1],
    .ame-avatar[b-fe1yan1uk1] {
        width: 34px;
        height: 34px;
    }

    .ame-content[b-fe1yan1uk1] {
        padding: 12px 10px 24px;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.ame-nav[b-70emiyh7dw] {
    display: flex;
    grid-column: 1 / -1;
    order: 3;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 6px;
    min-width: 0;
    overflow-x: visible;
    padding: 6px;
    border: 1px solid var(--ame-border);
    border-radius: 10px;
    background: rgba(15, 23, 42, .72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 10px 30px rgba(2, 6, 23, .16);
    scrollbar-width: none;
}

.ame-nav[b-70emiyh7dw]::-webkit-scrollbar {
    display: none;
}

[b-70emiyh7dw] .ame-nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 34px;
    padding: 7px 10px;
    border: 1px solid transparent;
    border-radius: 8px;
    color: var(--ame-text-muted);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1;
    background: transparent;
    transition: color .16s ease, background .16s ease, border-color .16s ease, box-shadow .16s ease;
}

[b-70emiyh7dw] .ame-nav-link:hover {
    color: var(--ame-text);
    border-color: rgba(148, 163, 184, .24);
    background: rgba(30, 41, 59, .78);
    text-decoration: none;
}

[b-70emiyh7dw] .ame-nav-link.active {
    color: white;
    border-color: rgba(96, 165, 250, .48);
    background: linear-gradient(180deg, rgba(37, 99, 235, .98), rgba(29, 78, 216, .94));
    box-shadow: 0 8px 20px rgba(37, 99, 235, .24), inset 0 1px 0 rgba(255, 255, 255, .16);
    text-decoration: none;
}

[b-70emiyh7dw] .ame-nav-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    color: #93c5fd;
}

[b-70emiyh7dw] .ame-nav-link.active .ame-nav-icon {
    color: white;
}

[b-70emiyh7dw] .ame-nav-icon::before,
[b-70emiyh7dw] .ame-nav-icon::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
}

[b-70emiyh7dw] .ame-nav-icon-dashboard::before {
    inset: 2px;
    border: 2px solid currentColor;
    border-radius: 4px;
    background:
        linear-gradient(currentColor, currentColor) 50% 0 / 2px 100% no-repeat,
        linear-gradient(currentColor, currentColor) 0 50% / 100% 2px no-repeat;
    opacity: .95;
}

[b-70emiyh7dw] .ame-nav-icon-building::before {
    left: 4px;
    right: 4px;
    bottom: 2px;
    height: 14px;
    border: 2px solid currentColor;
    border-radius: 3px 3px 2px 2px;
}

[b-70emiyh7dw] .ame-nav-icon-building::after {
    left: 7px;
    top: 6px;
    width: 2px;
    height: 2px;
    background: currentColor;
    box-shadow: 4px 0 currentColor, 0 4px currentColor, 4px 4px currentColor;
}

[b-70emiyh7dw] .ame-nav-icon-machine::before {
    inset: 3px;
    border: 3px solid currentColor;
    border-radius: 50%;
}

[b-70emiyh7dw] .ame-nav-icon-machine::after {
    inset: 7px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 -8px 0 -1px currentColor, 0 8px 0 -1px currentColor, 8px 0 0 -1px currentColor, -8px 0 0 -1px currentColor;
}

[b-70emiyh7dw] .ame-nav-icon-maintenance::before {
    width: 13px;
    height: 4px;
    border-radius: 999px;
    background: currentColor;
    transform: rotate(-42deg);
}

[b-70emiyh7dw] .ame-nav-icon-maintenance::after {
    width: 6px;
    height: 6px;
    right: 2px;
    top: 2px;
    border: 2px solid currentColor;
    border-radius: 50%;
}

[b-70emiyh7dw] .ame-nav-icon-interventions::before {
    left: 4px;
    top: 3px;
    width: 10px;
    height: 13px;
    border: 2px solid currentColor;
    border-radius: 3px;
}

[b-70emiyh7dw] .ame-nav-icon-interventions::after {
    left: 7px;
    top: 7px;
    width: 6px;
    height: 2px;
    background: currentColor;
    box-shadow: 0 4px 0 currentColor;
}

[b-70emiyh7dw] .ame-nav-icon-planning::before {
    inset: 3px 2px 2px;
    border: 2px solid currentColor;
    border-radius: 3px;
}

[b-70emiyh7dw] .ame-nav-icon-planning::after {
    left: 5px;
    top: 7px;
    width: 8px;
    height: 2px;
    background: currentColor;
    box-shadow: 0 4px 0 currentColor;
}

[b-70emiyh7dw] .ame-nav-icon-history::before {
    inset: 3px;
    border: 2px solid currentColor;
    border-radius: 50%;
}

[b-70emiyh7dw] .ame-nav-icon-history::after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 6px;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
}

[b-70emiyh7dw] .ame-nav-icon-inventory::before {
    left: 3px;
    top: 4px;
    width: 12px;
    height: 11px;
    border: 2px solid currentColor;
    border-radius: 3px;
}

[b-70emiyh7dw] .ame-nav-icon-inventory::after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 4px;
    border: 2px solid currentColor;
    border-bottom: 0;
    border-radius: 3px 3px 0 0;
}

[b-70emiyh7dw] .ame-nav-icon-admin::before {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 6px;
    border: 2px solid currentColor;
    border-radius: 50%;
}

[b-70emiyh7dw] .ame-nav-icon-admin::after {
    left: 3px;
    bottom: 2px;
    width: 12px;
    height: 7px;
    border: 2px solid currentColor;
    border-radius: 8px 8px 3px 3px;
}

[b-70emiyh7dw] .ame-nav-icon-files::before {
    width: 15px;
    height: 12px;
    border: 2px solid currentColor;
    border-radius: 2px;
    transform: translate(-50%, -35%);
}

[b-70emiyh7dw] .ame-nav-icon-files::after {
    width: 8px;
    height: 4px;
    border: 2px solid currentColor;
    border-bottom: 0;
    border-radius: 2px 2px 0 0;
    transform: translate(-70%, -215%);
}

[b-70emiyh7dw] .ame-nav-icon-legio::before {
    width: 12px;
    height: 16px;
    border: 2px solid currentColor;
    border-radius: 7px 7px 9px 9px;
    transform: translate(-50%, -50%);
}

[b-70emiyh7dw] .ame-nav-icon-legio::after {
    width: 4px;
    height: 7px;
    border-radius: 999px;
    background: currentColor;
    transform: translate(-50%, -20%);
}

@media (max-width: 640px) {
    .ame-nav[b-70emiyh7dw] {
        grid-column: 1 / -1;
        gap: 5px;
        flex-wrap: wrap;
        overflow-x: visible;
        padding: 5px;
    }

    [b-70emiyh7dw] .ame-nav-link {
        min-width: 42px;
        min-height: 36px;
        padding: 7px;
        gap: 0;
        scroll-snap-align: start;
    }

    [b-70emiyh7dw] .ame-nav-link span:not(.ame-nav-icon) {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-mpgjciv49z],
.components-reconnect-repeated-attempt-visible[b-mpgjciv49z],
.components-reconnect-failed-visible[b-mpgjciv49z],
.components-pause-visible[b-mpgjciv49z],
.components-resume-failed-visible[b-mpgjciv49z],
.components-rejoining-animation[b-mpgjciv49z] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-mpgjciv49z {
    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/Maintenance/FilterContractTracking.razor.rz.scp.css */
.filter-contract[b-kqhyyror80] { margin: 1.5rem 0; }
.filter-contract-heading[b-kqhyyror80], .filter-contract-card-heading[b-kqhyyror80], .filter-contract-pages[b-kqhyyror80] { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.filter-contract h2[b-kqhyyror80] { font-size: 1.6rem; margin-bottom: .5rem; }
.filter-contract-search[b-kqhyyror80] { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; margin: 1.5rem 0; }
.filter-contract-search > label:first-child[b-kqhyyror80] { grid-column: 1 / -1; }
.filter-contract-search label[b-kqhyyror80] { font-weight: 600; font-size: .9rem; }
.filter-contract-search input[b-kqhyyror80], .filter-contract-search select[b-kqhyyror80] { min-height: 48px; margin-top: .4rem; font-size: 1rem; }
.filter-contract-grid[b-kqhyyror80] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.filter-contract-card[b-kqhyyror80] { --ame-text: #172b4d; --ame-text-muted: #475569; --bs-secondary-color: #475569; color-scheme: light; border: 1px solid #cbd5e1; border-radius: 14px; padding: 1.2rem; background: white; color: #172b4d; min-width: 0; font-size: 1rem; }
.filter-contract-card.is-done[b-kqhyyror80] { border-color: #268557; background: #f2fbf5; }
.filter-contract-card-heading strong[b-kqhyyror80] { font-size: 1.3rem; color: #164e83; }
.filter-contract-card-heading span[b-kqhyyror80] { font-size: .95rem; color: #475569; }
.filter-contract-card h3[b-kqhyyror80] { color: #172b4d; font-size: 1.25rem; font-weight: 750; margin: .65rem 0; line-height: 1.4; overflow-wrap: anywhere; }
.filter-contract-location[b-kqhyyror80] { color: #475569; font-size: 1rem; }
.filter-contract-card .text-muted[b-kqhyyror80] { color: #475569 !important; }
.filter-contract-details[b-kqhyyror80] { white-space: pre-line; margin-top: .5rem; overflow-wrap: anywhere; }
.filter-contract-dates[b-kqhyyror80] { display: flex; flex-wrap: wrap; gap: .8rem 1.5rem; margin: 1rem 0; }
.filter-contract-dates dt[b-kqhyyror80] { font-size: .95rem; color: #475569; font-weight: 600; }
.filter-contract-dates dd[b-kqhyyror80] { font-weight: 600; margin: .2rem 0 0; }
.filter-contract-check[b-kqhyyror80] { display: flex; align-items: center; gap: 1rem; min-height: 64px; padding: .8rem 1rem; border: 2px solid #197247; border-radius: 10px; background: #e9f5ed; color: #12452c; font-size: 1.15rem; font-weight: 750; cursor: pointer; touch-action: manipulation; }
.filter-contract-check span[b-kqhyyror80] { color: #12452c; }
.filter-contract-check input[b-kqhyyror80] { width: 32px; height: 32px; accent-color: #197247; flex-shrink: 0; }
.filter-contract-check:focus-within[b-kqhyyror80] { outline: 3px solid #1965bd; outline-offset: 3px; }
.filter-contract-check.is-disabled[b-kqhyyror80] { cursor: default; opacity: 1; }
.filter-contract-check-today[b-kqhyyror80] { margin-top: .75rem; background: #edf4ff; border-color: #245d9b; color: #163d6a; }
.filter-contract-check-today span[b-kqhyyror80] { color: #163d6a; }
.filter-contract-check-today input[b-kqhyyror80] { accent-color: #245d9b; }
.filter-contract-check-correction[b-kqhyyror80] { margin-top: .75rem; background: #fff5df; border-color: #91620a; color: #684300; }
.filter-contract-check-correction span[b-kqhyyror80] { color: #684300; }
.filter-contract-check-correction input[b-kqhyyror80] { accent-color: #91620a; }
.filter-contract-anticipation[b-kqhyyror80] { color: #475569; font-size: .95rem; margin: .6rem 0 0; }
.filter-contract-issue-form[b-kqhyyror80] { padding: 1rem; margin-top: .75rem; border: 1px solid #91620a; border-radius: 10px; background: #fff5df; }
.filter-contract-issue-form textarea[b-kqhyyror80], .filter-contract-issue-form textarea:focus[b-kqhyyror80] { color: #172b4d; background: #fff; border-color: #64748b; margin-top: .5rem; }
.filter-contract-history summary[b-kqhyyror80] { padding: .9rem 0; min-height: 48px; cursor: pointer; }
.filter-contract-history li[b-kqhyyror80] { padding: .3rem 0; overflow-wrap: anywhere; }
.filter-contract-pages[b-kqhyyror80] { justify-content: center; margin: 1.5rem 0; }
.filter-contract-pages button[b-kqhyyror80], .filter-contract-heading button[b-kqhyyror80] { min-height: 48px; }
@media(max-width: 1100px) { .filter-contract-search[b-kqhyyror80] { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media(max-width: 700px) { .filter-contract-grid[b-kqhyyror80], .filter-contract-search[b-kqhyyror80] { grid-template-columns: minmax(0, 1fr); } .filter-contract-card[b-kqhyyror80] { padding: 1rem; } }
/* /Components/Pages/SuiviChloration.razor.rz.scp.css */
.chlor-page[b-lw8dk9908m]{max-width:1450px;margin:auto;padding:24px;color:#edf3fa}.chlor-page header[b-lw8dk9908m]{display:flex;align-items:center;justify-content:space-between;gap:20px}.kicker[b-lw8dk9908m]{color:#8dbfeb;font-size:.8rem;letter-spacing:.09em}.chlor-page h1[b-lw8dk9908m]{font-size:1.9rem}.chlor-page h2[b-lw8dk9908m]{font-size:1.2rem;line-height:1.45}.chlor-page button[b-lw8dk9908m],.chlor-page input[b-lw8dk9908m],.chlor-page select[b-lw8dk9908m],.chlor-page textarea[b-lw8dk9908m]{min-height:48px;font-size:1rem;border-radius:9px;border:1px solid #61758c;padding:12px}.chlor-page button[b-lw8dk9908m]{background:#263b52;color:white;font-weight:650}.chlor-page button:disabled[b-lw8dk9908m]{opacity:.5}.chlor-page button.primary[b-lw8dk9908m]{background:#1264bd;border-color:#1264bd;color:white;width:100%;margin:12px 0}.chlor-page input[b-lw8dk9908m],.chlor-page select[b-lw8dk9908m],.chlor-page textarea[b-lw8dk9908m]{width:100%;background:white;color:#102c48}.chlor-page label[b-lw8dk9908m]{display:block;font-weight:650}.week-panel[b-lw8dk9908m]{background:#1c3047;border:1px solid #425b77;border-radius:14px;padding:20px;margin:24px 0}.week-buttons[b-lw8dk9908m]{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.week-panel progress[b-lw8dk9908m]{width:100%;height:16px;accent-color:#42caac}.hint[b-lw8dk9908m]{font-size:.9rem;line-height:1.5}.filters[b-lw8dk9908m]{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:14px;margin-bottom:20px}.filters input[b-lw8dk9908m],.filters select[b-lw8dk9908m]{margin-top:8px}.point-grid[b-lw8dk9908m]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;align-items:start}.point-card[b-lw8dk9908m]{background:#fff;color:#17334d;border:1px solid #c6d4e0;border-radius:14px;padding:22px;overflow-wrap:anywhere}.point-card h2[b-lw8dk9908m]{margin:18px 0 10px;color:#102a43;font-weight:750}.card-top[b-lw8dk9908m]{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.circuit[b-lw8dk9908m]{background:#e0edfa;color:#124d88;padding:6px 10px;border-radius:6px;font-weight:750}.state[b-lw8dk9908m]{margin-left:auto;border-radius:20px;padding:6px 10px;font-size:.85rem;font-weight:700}.pending[b-lw8dk9908m]{background:#fff1cd;color:#775300}.saved[b-lw8dk9908m]{background:#dbf4e6;color:#165d3c}.target[b-lw8dk9908m]{color:#405c73}.reading[b-lw8dk9908m]{border-radius:10px;padding:14px;display:flex;flex-direction:column;gap:6px}.reading strong[b-lw8dk9908m]{font-size:1.7rem}.reading small[b-lw8dk9908m]{font-size:1rem}.inside[b-lw8dk9908m]{background:#e5f5eb;color:#155534}.outside[b-lw8dk9908m]{background:#fff0dd;color:#803e00}.entry[b-lw8dk9908m]{background:#edf4fa;padding:16px;border-radius:10px;margin-top:16px}.entry label[b-lw8dk9908m]{margin-top:14px}.entry input[b-lw8dk9908m],.entry textarea[b-lw8dk9908m]{margin-top:7px}.history[b-lw8dk9908m]{border-top:1px solid #cad7e3;margin-top:20px;padding-top:8px}.history summary[b-lw8dk9908m],.source summary[b-lw8dk9908m]{padding:14px 0;cursor:pointer;font-weight:650;min-height:48px}.history>div[b-lw8dk9908m]{border-top:1px solid #dce4eb;padding:12px 0}.history p[b-lw8dk9908m]{margin:6px 0}.remark[b-lw8dk9908m]{white-space:pre-wrap}.notice[b-lw8dk9908m]{padding:15px;border-radius:10px;background:#263b52;color:#fff}.notice.error[b-lw8dk9908m]{background:#7b2730}.notice.success[b-lw8dk9908m]{background:#185b40}.notice.warning[b-lw8dk9908m]{background:#fff0dd;color:#803e00;border:1px solid #d29b50}.preview-warning[b-lw8dk9908m]{color:#813f00;font-weight:650}.source[b-lw8dk9908m]{border:1px solid #52667a;border-radius:10px;padding:0 16px}.chlor-page :focus-visible[b-lw8dk9908m]{outline:3px solid #ffb923;outline-offset:3px}@media(max-width:850px){.filters[b-lw8dk9908m]{grid-template-columns:1fr 1fr}.chlor-page[b-lw8dk9908m]{padding:14px}.point-card[b-lw8dk9908m]{padding:18px}}@media(max-width:620px){.point-grid[b-lw8dk9908m],.filters[b-lw8dk9908m]{grid-template-columns:1fr}.chlor-page header[b-lw8dk9908m]{align-items:start;flex-direction:column}.week-buttons button[b-lw8dk9908m]{flex:1}.chlor-page h1[b-lw8dk9908m]{font-size:1.55rem}}
