/* /Components/Layout/MainLayout.razor.rz.scp.css */
.shell[b-3fui5sari9] { display: flex; min-height: 100vh; }

.sidebar[b-3fui5sari9] {
    width: 240px;
    flex-shrink: 0;
    background: #fff;
    border-right: 1px solid #ececf0;
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 18px 14px;
}

.brand[b-3fui5sari9] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    font-size: 17px;
    color: #17181c;
    text-decoration: none;
    padding: 4px 8px 18px;
    letter-spacing: -0.02em;
}
.brand:hover[b-3fui5sari9] { text-decoration: none; color: #17181c; }
.brand span b[b-3fui5sari9] { color: #2b7a9e; font-weight: 800; }   /* teal "BOD" to match the logo */
.brand .brand-mark[b-3fui5sari9] {
    width: 32px; height: 32px; object-fit: contain; display: block;
}

.side-nav[b-3fui5sari9] { display: flex; flex-direction: column; gap: 2px; flex: 1; }
.side-nav a[b-3fui5sari9] {
    display: flex; align-items: center; gap: 11px;
    padding: 9px 11px; border-radius: 10px;
    color: #4b5563; font-size: 14px; font-weight: 500; text-decoration: none;
}
.side-nav a:hover[b-3fui5sari9] { background: #f3f4f6; color: #17181c; text-decoration: none; }
.side-nav a.active[b-3fui5sari9] { background: #fdeee9; color: #e0532f; }
.side-nav .ic[b-3fui5sari9] { width: 18px; text-align: center; opacity: .8; font-size: 13px; }

/* Org switcher (portfolio quick-jump) */
.side-nav[b-3fui5sari9]  .org-switch { margin: 0; }
.side-nav[b-3fui5sari9]  .org-switch > summary {
    list-style: none; cursor: pointer;
    display: flex; align-items: center; gap: 10px;
    padding: 8px 10px; border-radius: 9px; font-size: 13.5px; color: #3a3d46;
}
.side-nav[b-3fui5sari9]  .org-switch > summary::-webkit-details-marker { display: none; }
.side-nav[b-3fui5sari9]  .org-switch > summary:hover { background: #f3f4f6; color: #17181c; }
.side-nav[b-3fui5sari9]  .org-switch[open] > summary { color: #17181c; font-weight: 600; }
.side-nav[b-3fui5sari9]  .org-switch__list { display: flex; flex-direction: column; padding: 2px 0 4px 26px; }
.side-nav[b-3fui5sari9]  .org-switch__list a {
    padding: 6px 10px; border-radius: 8px; font-size: 13px; color: #6b7280; text-decoration: none;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.side-nav[b-3fui5sari9]  .org-switch__list a:hover { background: #f3f4f6; color: #17181c; }

.side-foot[b-3fui5sari9] { border-top: 1px solid #ececf0; padding-top: 10px; margin-top: 8px; }

.content[b-3fui5sari9] { flex: 1; min-width: 0; }

@media (max-width: 720px) {
    .shell[b-3fui5sari9] { flex-direction: column; }
    .sidebar[b-3fui5sari9] { width: auto; height: auto; position: static; flex-direction: row; align-items: center; flex-wrap: wrap; gap: 8px; padding: 10px 12px; }
    .brand[b-3fui5sari9] { padding: 0 8px 0 0; }
    .side-nav[b-3fui5sari9] { flex-direction: row; flex: 1; gap: 4px; }
    .side-foot[b-3fui5sari9] { border-top: none; padding-top: 0; margin-top: 0; }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-dp9tzr9kzd],
.components-reconnect-repeated-attempt-visible[b-dp9tzr9kzd],
.components-reconnect-failed-visible[b-dp9tzr9kzd],
.components-pause-visible[b-dp9tzr9kzd],
.components-resume-failed-visible[b-dp9tzr9kzd],
.components-rejoining-animation[b-dp9tzr9kzd] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-dp9tzr9kzd],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-dp9tzr9kzd],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-dp9tzr9kzd],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-dp9tzr9kzd],
#components-reconnect-modal.components-reconnect-retrying[b-dp9tzr9kzd],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-dp9tzr9kzd],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-dp9tzr9kzd],
#components-reconnect-modal.components-reconnect-failed[b-dp9tzr9kzd],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-dp9tzr9kzd] {
    display: block;
}


#components-reconnect-modal[b-dp9tzr9kzd] {
    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-dp9tzr9kzd 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-dp9tzr9kzd 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-dp9tzr9kzd 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-dp9tzr9kzd]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-dp9tzr9kzd 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-dp9tzr9kzd {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-dp9tzr9kzd {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-dp9tzr9kzd {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-dp9tzr9kzd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-dp9tzr9kzd] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-dp9tzr9kzd] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-dp9tzr9kzd] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-dp9tzr9kzd] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-dp9tzr9kzd] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-dp9tzr9kzd] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-dp9tzr9kzd 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-dp9tzr9kzd] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-dp9tzr9kzd {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Layout/UserMenu.razor.rz.scp.css */
/* Bottom-left sticky profile button + pop-up menu (native <details> popover). */
.usermenu[b-uekvx44pkk] { position: relative; }
.usermenu[open][b-uekvx44pkk] { z-index: 40; }

/* Trigger: avatar + name/email + chevron */
.usermenu__trigger[b-uekvx44pkk] {
    list-style: none;
    display: flex; align-items: center; gap: 10px;
    padding: 8px; border-radius: 12px; cursor: pointer;
    border: 1px solid transparent;
    transition: background .12s ease, border-color .12s ease;
}
.usermenu__trigger[b-uekvx44pkk]::-webkit-details-marker { display: none; }
.usermenu__trigger:hover[b-uekvx44pkk] { background: #f3f4f6; }
.usermenu[open] .usermenu__trigger[b-uekvx44pkk] { background: #f3f4f6; border-color: var(--line, #ececf0); }

.usermenu__id[b-uekvx44pkk] { display: flex; flex-direction: column; min-width: 0; flex: 1; line-height: 1.25; }
.usermenu__name[b-uekvx44pkk] {
    font-size: 13.5px; font-weight: 600; color: var(--ink, #17181c);
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.usermenu__email[b-uekvx44pkk] {
    font-size: 12px; color: var(--muted, #6b7280);
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.usermenu__chev[b-uekvx44pkk] {
    font-size: 15px; color: var(--muted, #6b7280); flex-shrink: 0;
    transition: transform .15s ease;
}
.usermenu[open] .usermenu__chev[b-uekvx44pkk] { transform: rotate(180deg); }

/* Pop-up, opens upward from the bottom-left */
.usermenu__pop[b-uekvx44pkk] {
    position: absolute;
    left: 0; right: 0; bottom: calc(100% + 8px);
    background: #fff;
    border: 1px solid var(--line, #ececf0);
    border-radius: 14px;
    box-shadow: 0 12px 32px rgba(17,24,39,.14), 0 2px 6px rgba(17,24,39,.06);
    padding: 6px;
    animation: usermenu-pop-b-uekvx44pkk .12s ease;
}
@keyframes usermenu-pop-b-uekvx44pkk {
    from { opacity: 0; transform: translateY(4px); }
    to   { opacity: 1; transform: translateY(0); }
}

.usermenu__item[b-uekvx44pkk] {
    display: flex; align-items: center; gap: 11px; width: 100%;
    box-sizing: border-box;
    padding: 9px 11px; border-radius: 10px;
    font-size: 13.5px; font-weight: 500; color: #4b5563;
    text-decoration: none; text-align: left;
    background: transparent; border: none; cursor: pointer; font-family: inherit;
}
.usermenu__item:hover[b-uekvx44pkk] { background: #f3f4f6; color: var(--ink, #17181c); text-decoration: none; }
.usermenu__ic[b-uekvx44pkk] { width: 18px; text-align: center; font-size: 14px; opacity: .85; }

.usermenu__sep[b-uekvx44pkk] { height: 1px; background: var(--line, #ececf0); margin: 6px 4px; }
.usermenu__logout[b-uekvx44pkk] { margin: 0; }

.usermenu__signin[b-uekvx44pkk] {
    display: block; background: var(--brand, #ff6a45); color: #fff;
    border-radius: 10px; padding: 9px 11px; font-size: 14px; font-weight: 600;
    text-align: center; text-decoration: none;
}
.usermenu__signin:hover[b-uekvx44pkk] { text-decoration: none; }

@media (max-width: 720px) {
    .usermenu__id[b-uekvx44pkk] { display: none; }
    .usermenu__chev[b-uekvx44pkk] { display: none; }
    .usermenu__pop[b-uekvx44pkk] { left: auto; right: 0; width: 220px; }
}
/* /Components/Pages/Admin/AdminDashboard.razor.rz.scp.css */
/* Styling now comes from the global design system (wwwroot/ui.css). */
/* /Components/Pages/Admin/EmailSettings.razor.rz.scp.css */
/* Styling now comes from the global design system (wwwroot/ui.css). */
/* /Components/Pages/Auth/Account.razor.rz.scp.css */
/* Most styling comes from the global design system (wwwroot/ui.css). */

.photo-row[b-9zgoiote74] { display: flex; gap: 20px; align-items: flex-start; }
.photo-upload[b-9zgoiote74] { flex: 1; min-width: 0; }

@media (max-width: 560px) {
    .photo-row[b-9zgoiote74] { flex-direction: column; align-items: center; text-align: center; }
}
/* /Components/Pages/Auth/LinkSent.razor.rz.scp.css */
/* Styling now comes from the global design system (wwwroot/ui.css). */
/* /Components/Pages/Auth/Login.razor.rz.scp.css */
/* Styling now comes from the global design system (wwwroot/ui.css). */
/* /Components/Pages/Boards/Ballots.razor.rz.scp.css */
/* Styling now comes from the global design system (wwwroot/ui.css). */
/* /Components/Pages/Boards/BoardHome.razor.rz.scp.css */
/* Board home uses the global design system (ui.css); no page-specific overrides. */
/* /Components/Pages/Boards/Cockpit.razor.rz.scp.css */
/* Styling now comes from the global design system (wwwroot/ui.css). */
/* /Components/Pages/Boards/Documents.razor.rz.scp.css */
/* Most styling comes from the global design system (wwwroot/ui.css). */

.doc-ext[b-n4ms956is8] {
    flex-shrink: 0;
    width: 44px; height: 44px;
    border-radius: 10px;
    background: var(--brand-050);
    color: var(--brand-ink);
    display: grid; place-items: center;
    font-size: 11px; font-weight: 700; letter-spacing: .02em;
}
/* /Components/Pages/Boards/InviteForm.razor.rz.scp.css */
/* Styling now comes from the global design system (wwwroot/ui.css). */
/* /Components/Pages/Boards/ManageBoard.razor.rz.scp.css */
/* Styling now comes from the global design system (wwwroot/ui.css). */
/* /Components/Pages/Boards/Welcome.razor.rz.scp.css */
/* Styling now comes from the global design system (wwwroot/ui.css). */
/* /Components/Pages/Meetings/AgendaBuilder.razor.rz.scp.css */
/* Most styling comes from the global design system (wwwroot/ui.css).
   Only the agenda-builder's two-column layout and per-item rows are kept here. */

.ab-grid[b-mj6zvx2u1p] { display: grid; grid-template-columns: 1.7fr 1fr; gap: 20px; align-items: start; }

.item[b-mj6zvx2u1p] { border: 1px solid var(--line); border-left-width: 4px; border-radius: 10px; padding: 12px; margin-bottom: 10px; background: #fff; }
.item.s-action[b-mj6zvx2u1p] { border-left-color: var(--brand); }
.item.s-strategy[b-mj6zvx2u1p] { border-left-color: var(--brand); }
.item.s-consent[b-mj6zvx2u1p] { border-left-color: var(--amber); }
.item.s-info[b-mj6zvx2u1p] { border-left-color: var(--line); }

.item[b-mj6zvx2u1p] { transition: box-shadow .12s ease, opacity .12s ease, border-color .12s ease; }
.item.dragging[b-mj6zvx2u1p] { opacity: .45; }
.item.drag-over[b-mj6zvx2u1p] { border-color: var(--brand); box-shadow: 0 0 0 3px var(--brand-050); }

.grip[b-mj6zvx2u1p] {
    cursor: grab; -webkit-user-select: none; user-select: none; color: var(--muted);
    font-size: 16px; line-height: 1; padding: 4px 2px; flex-shrink: 0;
    border-radius: 6px;
}
.grip:hover[b-mj6zvx2u1p] { color: var(--ink); background: #f3f4f6; }
.grip:active[b-mj6zvx2u1p] { cursor: grabbing; }

.item-top[b-mj6zvx2u1p] { display: flex; gap: 8px; align-items: center; }
.item-top .input[b-mj6zvx2u1p] { flex: 1; }
.item .input[b-mj6zvx2u1p] { margin: 6px 0 0; }
.item-meta[b-mj6zvx2u1p] { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; margin-top: 8px; }
.item-meta .select[b-mj6zvx2u1p] { width: auto; min-width: 130px; }
.item-meta .mins[b-mj6zvx2u1p] { display: flex; align-items: center; gap: 4px; font-size: 12px; color: var(--muted); }
.item-meta .mins .input[b-mj6zvx2u1p] { width: 66px; margin: 0; }
.item-meta .check[b-mj6zvx2u1p] { margin: 0; }

.move[b-mj6zvx2u1p] { display: flex; gap: 4px; }

.kv b.good[b-mj6zvx2u1p] { color: var(--green); }
.kv b.bad[b-mj6zvx2u1p] { color: var(--red); }

@media (max-width: 820px) { .ab-grid[b-mj6zvx2u1p] { grid-template-columns: 1fr; } }
/* /Components/Pages/Meetings/MeetingsList.razor.rz.scp.css */
/* Styling now comes from the global design system (wwwroot/ui.css). */
/* /Components/Pages/Meetings/MinutesPage.razor.rz.scp.css */
/* Most styling comes from the global design system (wwwroot/ui.css). */

.add-motion[b-ezzjnn2bxn] { margin-top: 8px; }

/* Action items */
.action-row[b-ezzjnn2bxn] { display: flex; gap: 12px; align-items: flex-start; padding: 12px 0; border-top: 1px solid #f2f3f5; }
.action-row:first-of-type[b-ezzjnn2bxn] { border-top: none; }
.action-check[b-ezzjnn2bxn] { margin-top: 12px; width: 16px; height: 16px; flex-shrink: 0; }
.action-main[b-ezzjnn2bxn] { flex: 1; min-width: 0; }
.action-meta[b-ezzjnn2bxn] { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; margin-top: 8px; }
.action-meta .select[b-ezzjnn2bxn] { width: auto; min-width: 150px; }
.action-due[b-ezzjnn2bxn] { width: auto; max-width: 170px; }
.action-row.done .action-main .input[b-ezzjnn2bxn] { text-decoration: line-through; color: var(--muted); }

/* AI analyzing indicator */
.ai-analyzing[b-ezzjnn2bxn] { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; color: var(--brand-ink); padding: 8px 0; }
.dz-spin[b-ezzjnn2bxn] {
    width: 20px; height: 20px; border-radius: 50%;
    border: 3px solid var(--brand-050); border-top-color: var(--brand);
    animation: dz-spin .7s linear infinite; flex-shrink: 0;
}
/* /Components/Pages/Meetings/MinutesPrint.razor.rz.scp.css */
/* Print document — kept minimal & document-like on purpose (not over-carded).
   @media print rules preserved. */
.toolbar[b-b3800avqpo] { max-width: 720px; margin: 24px auto 0; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; }

.doc[b-b3800avqpo] { max-width: 720px; margin: 16px auto 60px; padding: 32px 40px; background: #fff; border: 1px solid #e3e8ef; border-radius: 8px; color: #1a2230; line-height: 1.5; }
.d-head[b-b3800avqpo] { text-align: center; border-bottom: 2px solid #1a2230; padding-bottom: 14px; margin-bottom: 20px; }
.d-head .org[b-b3800avqpo] { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: #5b6b7c; }
.d-head .title[b-b3800avqpo] { font-size: 22px; font-weight: 700; margin: 4px 0; }
.d-head .sub[b-b3800avqpo] { font-size: 13px; color: #33465a; }
.d-head .status[b-b3800avqpo] { margin-top: 8px; font-size: 12px; letter-spacing: .05em; }

.doc h2[b-b3800avqpo] { font-size: 13px; text-transform: uppercase; letter-spacing: .05em; color: #ff6a45; border-bottom: 1px solid #e3e8ef; padding-bottom: 4px; margin: 22px 0 8px; }
.doc p[b-b3800avqpo] { font-size: 14px; margin: 6px 0; }
.doc ol[b-b3800avqpo] { padding-left: 20px; }
.doc li[b-b3800avqpo] { margin-bottom: 12px; }
.motion[b-b3800avqpo] { font-weight: 600; }
.detail[b-b3800avqpo] { font-size: 13px; color: #33465a; }
.d-foot[b-b3800avqpo] { margin-top: 26px; border-top: 1px solid #e3e8ef; padding-top: 10px; font-size: 12px; color: #5b6b7c; }

@media print {
  .no-print[b-b3800avqpo] { display: none !important; }
  body[b-b3800avqpo] { background: #fff; }
  .doc[b-b3800avqpo] { border: none; border-radius: 0; margin: 0; max-width: none; padding: 0; }
}
/* /Components/Pages/Member/BallotVotePage.razor.rz.scp.css */
/* Styling now comes from the global design system (wwwroot/ui.css). */
/* /Components/Pages/Member/Coi.razor.rz.scp.css */
/* Styling now comes from the global design system (wwwroot/ui.css). */
/* /Components/Pages/Member/Packet.razor.rz.scp.css */
/* Styling now comes from the global design system (wwwroot/ui.css). */
/* /Components/Pages/MyBoards.razor.rz.scp.css */
/* Styling now comes from the global design system (wwwroot/ui.css). */
/* /Components/Pages/Setup/Wizard.razor.rz.scp.css */
/* Styling now comes from the global design system (wwwroot/ui.css).
   Only the step indicator is page-specific. */
.steps[b-h06czub2c8] { display: flex; gap: 10px; margin-bottom: 20px; }
.step-dot[b-h06czub2c8] {
  width: 30px; height: 30px; border-radius: 50%;
  display: grid; place-items: center;
  font-size: 13px; font-weight: 700;
  background: #f1f2f4; color: var(--muted); border: 1px solid var(--line);
}
.step-dot.current[b-h06czub2c8] { background: var(--brand); color: #fff; border-color: var(--brand); }
.step-dot.done[b-h06czub2c8] { background: var(--brand-050); color: var(--brand-ink); border-color: var(--brand-050); }
