/* /Components/Appointments/Pages/Calendar.razor.rz.scp.css */
.calendar-navigation[b-o2u34dgjy2] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: flex-end;
}

.calendar-layout[b-o2u34dgjy2] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 1.1rem;
}

.calendar-main[b-o2u34dgjy2],
.calendar-form-card[b-o2u34dgjy2],
.calendar-google-card[b-o2u34dgjy2] {
    padding: 1.2rem;
    background: var(--app-surface);
    border: 1px solid var(--app-border);
    border-radius: 8px;
    box-shadow: var(--app-shadow-soft);
}

.calendar-week-header[b-o2u34dgjy2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.1rem;
}

.calendar-week-header span[b-o2u34dgjy2],
.calendar-google-card span[b-o2u34dgjy2] {
    display: block;
    color: var(--app-muted);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.calendar-week-header strong[b-o2u34dgjy2],
.calendar-google-card strong[b-o2u34dgjy2] {
    display: block;
    margin-top: 0.25rem;
    color: var(--app-text);
}

.calendar-week-header small[b-o2u34dgjy2] {
    display: inline-flex;
    align-items: center;
    min-height: 1.8rem;
    padding: 0.28rem 0.62rem;
    color: var(--app-primary);
    background: var(--app-primary-soft);
    border: 1px solid #c9e7da;
    border-radius: 999px;
    font-weight: 750;
}

.calendar-week-grid[b-o2u34dgjy2] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.7rem;
}

.calendar-day[b-o2u34dgjy2] {
    min-height: 300px;
    padding: 0.72rem;
    background: #fbfcfb;
    border: 1px solid var(--app-border);
    border-radius: 8px;
}

.calendar-day header[b-o2u34dgjy2] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.8rem;
    padding-bottom: 0.65rem;
    border-bottom: 1px solid var(--app-border);
}

.calendar-day header span[b-o2u34dgjy2] {
    color: var(--app-muted);
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: capitalize;
}

.calendar-empty[b-o2u34dgjy2] {
    margin: 0;
    padding: 0.75rem;
    color: #8a9690;
    background: #ffffff;
    border: 1px dashed #d8e0db;
    border-radius: 8px;
    font-size: 0.86rem;
    text-align: center;
}

.appointment-card[b-o2u34dgjy2] {
    display: grid;
    gap: 0.25rem;
    margin-bottom: 0.6rem;
    padding: 0.72rem;
    background: #ffffff;
    border: 1px solid var(--app-border);
    border-left: 4px solid var(--app-primary);
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(21, 32, 27, 0.05);
}

.appointment-card strong[b-o2u34dgjy2],
.appointment-card span[b-o2u34dgjy2],
.appointment-card small[b-o2u34dgjy2] {
    min-width: 0;
    overflow-wrap: anywhere;
}

.appointment-time[b-o2u34dgjy2] {
    color: var(--app-primary);
    font-size: 0.78rem;
    font-weight: 800;
}

.appointment-card span[b-o2u34dgjy2],
.appointment-card small[b-o2u34dgjy2] {
    color: var(--app-muted);
}

.appointment-done[b-o2u34dgjy2] {
    border-left-color: var(--app-success);
    opacity: 0.82;
}

.appointment-cancelled[b-o2u34dgjy2] {
    border-left-color: var(--app-danger);
    opacity: 0.72;
}

.appointment-actions[b-o2u34dgjy2] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.4rem;
}

.calendar-side[b-o2u34dgjy2] {
    display: grid;
    align-content: start;
    gap: 1rem;
}

.calendar-form-card h4[b-o2u34dgjy2] {
    margin: 0 0 1rem;
    font-size: 1.05rem;
}

.calendar-time-grid[b-o2u34dgjy2] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.calendar-google-card p[b-o2u34dgjy2] {
    margin: 0.75rem 0 0;
    color: var(--app-muted);
}

@media (max-width: 1100px) {
    .calendar-layout[b-o2u34dgjy2],
    .calendar-week-grid[b-o2u34dgjy2] {
        grid-template-columns: 1fr;
    }

    .calendar-day[b-o2u34dgjy2] {
        min-height: auto;
    }
}
/* /Components/Invoices/Pages/CreditNotes.razor.rz.scp.css */
.credit-note-metric[b-pwissa5xm0] {
    height: 100%;
    padding: 1rem;
    background: #ffffff;
    border: 1px solid rgba(18, 53, 43, 0.12);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(18, 53, 43, 0.06);
}

.credit-note-metric span[b-pwissa5xm0],
.credit-note-metric strong[b-pwissa5xm0] {
    display: block;
}

.credit-note-metric span[b-pwissa5xm0] {
    color: #5c6f67;
    font-size: 0.82rem;
    font-weight: 700;
}

.credit-note-metric strong[b-pwissa5xm0] {
    margin-top: 0.35rem;
    color: #12352b;
    font-size: 1.28rem;
}
/* /Components/Invoices/Pages/Payments.razor.rz.scp.css */
.payment-metric[b-3g63evgsmx] {
    height: 100%;
    padding: 1rem;
    background: #ffffff;
    border: 1px solid rgba(18, 53, 43, 0.12);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(18, 53, 43, 0.06);
}

.payment-metric span[b-3g63evgsmx],
.payment-metric strong[b-3g63evgsmx] {
    display: block;
}

.payment-metric span[b-3g63evgsmx] {
    color: #5c6f67;
    font-size: 0.82rem;
    font-weight: 700;
}

.payment-metric strong[b-3g63evgsmx] {
    margin-top: 0.35rem;
    color: #12352b;
    font-size: 1.28rem;
}

.payment-metric-danger[b-3g63evgsmx] {
    border-color: rgba(183, 52, 47, 0.18);
}

.payment-metric-danger strong[b-3g63evgsmx] {
    color: #9f2e2a;
}

.payment-metric-success[b-3g63evgsmx] {
    border-color: rgba(18, 120, 91, 0.18);
}

.payment-metric-success strong[b-3g63evgsmx] {
    color: #12785b;
}

.payment-history-row td[b-3g63evgsmx] {
    padding-top: 0;
    background: #fbfcfb;
}

.payment-history-list[b-3g63evgsmx] {
    display: grid;
    gap: 0.45rem;
    padding: 0.45rem;
}

.payment-history-item[b-3g63evgsmx] {
    display: grid;
    grid-template-columns: 110px 110px minmax(120px, 1fr) minmax(120px, 1fr) auto;
    gap: 0.75rem;
    align-items: center;
    padding: 0.55rem 0.65rem;
    background: #ffffff;
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius);
}

.payment-history-item span[b-3g63evgsmx] {
    min-width: 0;
    overflow-wrap: anywhere;
}

@media (max-width: 760px) {
    .payment-history-item[b-3g63evgsmx] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Invoices/Pages/Reminders.razor.rz.scp.css */
.metric-card[b-hvr133h43a] {
    height: 100%;
    padding: 1rem;
    background: #ffffff;
    border: 1px solid rgba(18, 53, 43, 0.12);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(18, 53, 43, 0.06);
}

.metric-card span[b-hvr133h43a],
.metric-card strong[b-hvr133h43a] {
    display: block;
}

.metric-card span[b-hvr133h43a] {
    color: #5c6f67;
    font-size: 0.82rem;
    font-weight: 700;
}

.metric-card strong[b-hvr133h43a] {
    margin-top: 0.35rem;
    color: #12352b;
    font-size: 1.4rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-uotn45voae] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: var(--app-bg);
}

main[b-uotn45voae] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-uotn45voae] {
    background:
        radial-gradient(circle at top left, rgba(191, 232, 212, 0.12), transparent 34rem),
        linear-gradient(180deg, #13231f 0%, #0d1916 100%);
    color: #f7fbf8;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 14px 0 36px rgba(21, 32, 27, 0.1);
}

.top-row[b-uotn45voae] {
    background: rgba(247, 248, 246, 0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--app-border);
    justify-content: space-between;
    height: 3.75rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

    .top-row-actions[b-uotn45voae] {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 0.45rem;
        min-width: 0;
    }

    .top-row-actions[b-uotn45voae]  a,
    .top-row-menu summary[b-uotn45voae],
    .top-row-menu-button[b-uotn45voae] {
        display: inline-flex;
        align-items: center;
        min-height: 2rem;
        padding: 0.35rem 0.65rem;
        color: #56645d;
        background: transparent;
        border: 1px solid transparent;
        border-radius: 8px;
        font-size: 0.88rem;
        font-weight: 680;
        line-height: 1.1;
        text-decoration: none;
        white-space: nowrap;
    }

    .top-row-actions[b-uotn45voae]  a:hover,
    .top-row-menu summary:hover[b-uotn45voae],
    .top-row-menu[open] summary[b-uotn45voae],
    .top-row-menu-button:hover[b-uotn45voae] {
        color: var(--app-primary);
        background: rgba(18, 120, 91, 0.08);
        border-color: rgba(18, 120, 91, 0.12);
    }

    .top-row-actions form[b-uotn45voae] {
        margin: 0;
    }

    .top-row-menu[b-uotn45voae] {
        position: relative;
    }

    .top-row-menu summary[b-uotn45voae] {
        cursor: pointer;
        list-style: none;
    }

    .top-row-menu summary[b-uotn45voae]::-webkit-details-marker {
        display: none;
    }

    .top-row-menu summary[b-uotn45voae]::after {
        content: "";
        width: 0.42rem;
        height: 0.42rem;
        margin-left: 0.45rem;
        border-bottom: 2px solid currentColor;
        border-right: 2px solid currentColor;
        transform: translateY(-0.12rem) rotate(45deg);
    }

    .top-row-menu[open] summary[b-uotn45voae]::after {
        transform: translateY(0.12rem) rotate(225deg);
    }

    .top-row-menu-panel[b-uotn45voae] {
        position: absolute;
        top: calc(100% + 0.45rem);
        left: 0;
        z-index: 40;
        display: grid;
        min-width: 12rem;
        padding: 0.35rem;
        background: rgba(255, 255, 255, 0.98);
        border: 1px solid var(--app-border);
        border-radius: 8px;
        box-shadow: 0 20px 48px rgba(18, 53, 43, 0.13);
    }

    .top-row-menu-panel-right[b-uotn45voae] {
        right: 0;
        left: auto;
    }

    .top-row-menu-panel[b-uotn45voae]  a,
    .top-row-menu-button[b-uotn45voae] {
        justify-content: flex-start;
        width: 100%;
        min-height: 2.25rem;
        padding: 0.48rem 0.65rem;
        text-align: left;
    }

    .top-row-menu-button[b-uotn45voae] {
        cursor: pointer;
    }

    .top-row-title[b-uotn45voae] {
        color: #65736d;
        font-size: 0.9rem;
        font-weight: 650;
    }

    .top-row[b-uotn45voae]  a, .top-row[b-uotn45voae]  .btn-link {
        white-space: nowrap;
        text-decoration: none;
        font-weight: 650;
    }

    .top-row[b-uotn45voae]  a:hover, .top-row[b-uotn45voae]  .btn-link:hover {
        color: var(--app-primary-hover);
    }

    .top-row[b-uotn45voae]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-uotn45voae] {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        height: auto;
        min-height: 3rem;
        padding-bottom: 0.6rem;
        padding-top: 0.6rem;
    }

    .top-row-actions[b-uotn45voae] {
        justify-content: flex-start;
        overflow-x: auto;
        width: 100%;
    }

    .top-row-menu[b-uotn45voae] {
        position: static;
    }

    .top-row-menu-panel[b-uotn45voae],
    .top-row-menu-panel-right[b-uotn45voae] {
        right: 1rem;
        left: 1rem;
        min-width: 0;
        width: auto;
    }

    .top-row[b-uotn45voae]  a, .top-row[b-uotn45voae]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-uotn45voae] {
        flex-direction: row;
    }

    .sidebar[b-uotn45voae] {
        width: 292px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-uotn45voae] {
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .top-row.auth[b-uotn45voae]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-uotn45voae], article[b-uotn45voae] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

#blazor-error-ui[b-uotn45voae] {
    background: #fff0ee;
    border-top: 1px solid #efb8b2;
    bottom: 0;
    box-shadow: 0 -10px 30px rgba(25, 40, 34, 0.12);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    color: var(--app-danger);
}

    #blazor-error-ui .dismiss[b-uotn45voae] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar-brand[b-ya1imvw61n] {
    min-height: 4.75rem;
    padding: 1rem 1rem 0.95rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar-brand[b-ya1imvw61n] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: #f7fbf8;
    text-decoration: none;
}

.navbar-brand:hover[b-ya1imvw61n] {
    color: #f7fbf8;
}

.navbar-brand strong[b-ya1imvw61n],
.navbar-brand small[b-ya1imvw61n] {
    display: block;
    line-height: 1.05;
}

.navbar-brand strong[b-ya1imvw61n] {
    font-size: 1.02rem;
    font-weight: 800;
}

.navbar-brand small[b-ya1imvw61n] {
    margin-top: 0.18rem;
    color: rgba(247, 251, 248, 0.58);
    font-size: 0.76rem;
    font-weight: 650;
}

.brand-mark[b-ya1imvw61n] {
    display: inline-grid;
    place-items: center;
    width: 2.35rem;
    height: 2.35rem;
    color: #0f2e25;
    background: linear-gradient(180deg, #d9f4e6 0%, #aee1c9 100%);
    border-radius: 8px;
    font-weight: 850;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.navbar-toggler[b-ya1imvw61n] {
    appearance: none;
    cursor: pointer;
    width: 2.75rem;
    height: 2.35rem;
    position: absolute;
    top: 0.95rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28247, 251, 248, 0.78%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M5 8h20M5 15h20M5 22h20'/%3e%3c/svg%3e") no-repeat center/1.45rem rgba(255, 255, 255, 0.08);
}

.navbar-toggler:checked[b-ya1imvw61n] {
    background-color: rgba(255, 255, 255, 0.18);
}

.nav-scrollable[b-ya1imvw61n] {
    display: none;
    padding: 0.85rem;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ya1imvw61n] {
    display: block;
}

.app-nav[b-ya1imvw61n] {
    min-height: calc(100vh - 6.25rem);
}

.nav-section[b-ya1imvw61n] {
    padding: 1.1rem 0.7rem 0.38rem;
}

.nav-section:first-child[b-ya1imvw61n] {
    padding-top: 0.25rem;
}

.nav-section-title[b-ya1imvw61n] {
    color: rgba(247, 251, 248, 0.46);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nav-item[b-ya1imvw61n] {
    padding: 0.14rem 0;
    font-size: 0.92rem;
}

.nav-item[b-ya1imvw61n]  .nav-link {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    width: 100%;
    min-height: 2.58rem;
    padding: 0.62rem 0.75rem;
    color: rgba(247, 251, 248, 0.74);
    background: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 670;
    line-height: 1.2;
    text-align: left;
    text-decoration: none;
}

.nav-item[b-ya1imvw61n]  .nav-link:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.09);
}

.nav-item[b-ya1imvw61n]  a.active {
    color: #ffffff;
    background: rgba(191, 232, 212, 0.16);
    border-color: rgba(191, 232, 212, 0.22);
    box-shadow: inset 3px 0 0 #bfe8d4, 0 10px 24px rgba(0, 0, 0, 0.08);
}

.nav-icon[b-ya1imvw61n] {
    flex: 0 0 auto;
    width: 1.15rem;
    height: 1.15rem;
    opacity: 0.88;
    background-color: currentColor;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
}

.nav-icon-dashboard[b-ya1imvw61n] {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 13h8V3H3v10Zm0 8h8v-6H3v6Zm10 0h8V11h-8v10Zm0-18v6h8V3h-8Z'/%3E%3C/svg%3E");
}

.nav-icon-calendar[b-ya1imvw61n] {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 2h2v2h6V2h2v2h4v18H3V4h4V2Zm12 8H5v10h14V10ZM5 8h14V6H5v2Zm3 4h3v3H8v-3Zm5 0h3v3h-3v-3Z'/%3E%3C/svg%3E");
}

.nav-icon-quotes[b-ya1imvw61n],
.nav-icon-invoices[b-ya1imvw61n] {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 2h9l5 5v15H6V2Zm8 1.5V8h4.5L14 3.5ZM8 11v1.5h8V11H8Zm0 4v1.5h8V15H8Z'/%3E%3C/svg%3E");
}

.nav-icon-customers[b-ya1imvw61n],
.nav-icon-prospects[b-ya1imvw61n],
.nav-icon-users[b-ya1imvw61n],
.nav-icon-account[b-ya1imvw61n] {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 12a5 5 0 1 0-5-5 5 5 0 0 0 5 5Zm0 2c-4.42 0-8 2.24-8 5v1h16v-1c0-2.76-3.58-5-8-5Z'/%3E%3C/svg%3E");
}

.nav-icon-catalog[b-ya1imvw61n] {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 6h-8.18A3 3 0 0 0 6.18 6H4v14h16V6ZM9 5a1 1 0 1 1-1 1 1 1 0 0 1 1-1Zm3 5h5v2h-5v-2Zm-5 0h3v2H7v-2Zm0 4h10v2H7v-2Z'/%3E%3C/svg%3E");
}

.nav-icon-company[b-ya1imvw61n] {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 21V3h12v18h-2v-4H5v4H3Zm2-6h8V5H5v10Zm12 6V9h4v12h-4ZM7 7h2v2H7V7Zm0 4h2v2H7v-2Zm4-4h2v2h-2V7Zm0 4h2v2h-2v-2Z'/%3E%3C/svg%3E");
}

.nav-icon-audits[b-ya1imvw61n] {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 3h16v2H4V3Zm0 4h16v2H4V7Zm0 4h10v2H4v-2Zm0 4h10v2H4v-2Zm12.5 5-3.5-3.5 1.4-1.4 2.1 2.1 4.1-4.1 1.4 1.4L16.5 20Z'/%3E%3C/svg%3E");
}

.nav-icon-export[b-ya1imvw61n] {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 3h14v4h-2V5H7v14h10v-2h2v4H5V3Zm8 4 5 5-5 5v-3H9v-4h4V7Z'/%3E%3C/svg%3E");
}

.nav-icon-reminders[b-ya1imvw61n] {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 22a2.5 2.5 0 0 0 2.45-2h-4.9A2.5 2.5 0 0 0 12 22Zm7-6v-5a7 7 0 0 0-14 0v5l-2 2v1h18v-1l-2-2Zm-2 1H7v-6a5 5 0 0 1 10 0v6Z'/%3E%3C/svg%3E");
}

.nav-icon-payments[b-ya1imvw61n] {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 5h18v14H3V5Zm2 3v2h14V8H5Zm0 5v4h14v-4H5Zm2 1h5v2H7v-2Z'/%3E%3C/svg%3E");
}

.nav-icon-credit-notes[b-ya1imvw61n] {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 2h9l5 5v15H6V2Zm8 1.5V8h4.5L14 3.5ZM8 11h8v2H8v-2Zm0 4h6v2H8v-2Zm10-1.5 3 3-3 3v-2h-4v-2h4v-2Z'/%3E%3C/svg%3E");
}

.nav-spacer[b-ya1imvw61n] {
    flex: 1 1 auto;
    min-height: 1rem;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ya1imvw61n] {
        display: none;
    }

    .nav-scrollable[b-ya1imvw61n] {
        display: block;
        overflow: visible;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-csb8bkvl3z],
.components-reconnect-repeated-attempt-visible[b-csb8bkvl3z],
.components-reconnect-failed-visible[b-csb8bkvl3z],
.components-pause-visible[b-csb8bkvl3z],
.components-resume-failed-visible[b-csb8bkvl3z],
.components-rejoining-animation[b-csb8bkvl3z] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-csb8bkvl3z],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-csb8bkvl3z],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-csb8bkvl3z],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-csb8bkvl3z],
#components-reconnect-modal.components-reconnect-retrying[b-csb8bkvl3z],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-csb8bkvl3z],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-csb8bkvl3z],
#components-reconnect-modal.components-reconnect-failed[b-csb8bkvl3z],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-csb8bkvl3z] {
    display: block;
}


#components-reconnect-modal[b-csb8bkvl3z] {
    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-csb8bkvl3z 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-csb8bkvl3z 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-csb8bkvl3z 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-csb8bkvl3z]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-csb8bkvl3z 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-csb8bkvl3z {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-csb8bkvl3z {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-csb8bkvl3z {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-csb8bkvl3z] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-csb8bkvl3z] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-csb8bkvl3z] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-csb8bkvl3z] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-csb8bkvl3z] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-csb8bkvl3z] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-csb8bkvl3z] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-csb8bkvl3z 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-csb8bkvl3z] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-csb8bkvl3z {
    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/Help.razor.rz.scp.css */
.help-hero[b-zkodpkk2ds] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.38fr);
    gap: 1rem;
    align-items: stretch;
    padding: 1.35rem;
    background: #ffffff;
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius);
    box-shadow: var(--app-shadow-soft);
}

.help-hero h1[b-zkodpkk2ds] {
    margin: 0;
    color: var(--app-text);
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height: 1.05;
}

.help-hero p:not(.eyebrow)[b-zkodpkk2ds] {
    max-width: 760px;
    margin: 0.85rem 0 0;
    color: var(--app-muted);
}

.help-hero-note[b-zkodpkk2ds] {
    padding: 1rem;
    background: #f8fbf9;
    border: 1px solid #cfe1d8;
    border-radius: var(--app-radius);
}

.help-hero-note strong[b-zkodpkk2ds] {
    display: block;
    color: var(--app-primary);
}

.help-section[b-zkodpkk2ds] {
    margin-top: 1rem;
    padding: 1.25rem;
    background: #ffffff;
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius);
    box-shadow: var(--app-shadow-soft);
}

.help-section h2[b-zkodpkk2ds] {
    margin: 0 0 1rem;
    color: var(--app-text);
    font-size: 1.15rem;
}

.help-step-grid[b-zkodpkk2ds],
.help-card-grid[b-zkodpkk2ds],
.help-rule-list[b-zkodpkk2ds] {
    display: grid;
    gap: 0.85rem;
}

.help-step-grid[b-zkodpkk2ds] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.help-step-grid article[b-zkodpkk2ds],
.help-card[b-zkodpkk2ds],
.help-rule-list > div[b-zkodpkk2ds] {
    padding: 1rem;
    background: #fbfcfb;
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius);
}

.help-step-grid span[b-zkodpkk2ds] {
    display: inline-grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    color: #ffffff;
    background: var(--app-primary);
    border-radius: 999px;
    font-weight: 850;
}

.help-step-grid h3[b-zkodpkk2ds],
.help-card h3[b-zkodpkk2ds] {
    margin: 0.85rem 0 0;
    color: var(--app-text);
    font-size: 1rem;
}

.help-step-grid p[b-zkodpkk2ds],
.help-card p[b-zkodpkk2ds],
.help-rule-list p[b-zkodpkk2ds] {
    margin: 0.45rem 0 0;
    color: var(--app-muted);
}

.help-card-grid[b-zkodpkk2ds] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.help-card a[b-zkodpkk2ds] {
    display: inline-flex;
    margin-top: 0.75rem;
    color: var(--app-primary);
    font-weight: 800;
    text-decoration: none;
}

.help-card a:hover[b-zkodpkk2ds] {
    text-decoration: underline;
}

.help-rule-list[b-zkodpkk2ds] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.help-rule-list strong[b-zkodpkk2ds] {
    color: var(--app-text);
}

.help-list[b-zkodpkk2ds] {
    display: grid;
    gap: 0.55rem;
    margin: 0;
    padding-left: 1.2rem;
    color: var(--app-muted);
}

@media (max-width: 980px) {
    .help-hero[b-zkodpkk2ds],
    .help-step-grid[b-zkodpkk2ds],
    .help-card-grid[b-zkodpkk2ds],
    .help-rule-list[b-zkodpkk2ds] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-hero[b-74bx0ybgt3] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    padding: 2rem 0 1.35rem;
    background: transparent;
    border: 1px solid var(--app-border);
    border-width: 0 0 1px;
    border-radius: 0;
    box-shadow: none;
}

.public-home[b-74bx0ybgt3] {
    display: none;
}

.public-landing[b-74bx0ybgt3] {
    display: grid;
    gap: 1rem;
    padding: 1rem 0 2rem;
}

.public-landing-hero[b-74bx0ybgt3] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
    gap: 2rem;
    align-items: center;
    min-height: min(620px, calc(100vh - 9rem));
    padding: clamp(1.5rem, 4vw, 3.25rem);
    background: #ffffff;
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius);
    box-shadow: var(--app-shadow);
}

.public-home-copy[b-74bx0ybgt3] {
    max-width: 720px;
}

.public-home h1[b-74bx0ybgt3] {
    margin: 0;
    max-width: 760px;
    font-size: clamp(2.15rem, 5vw, 4.45rem);
    line-height: 1.1;
}

.public-home p:not(.eyebrow)[b-74bx0ybgt3] {
    max-width: 620px;
    margin: 1rem 0 0;
    color: var(--app-muted);
    font-size: 1.05rem;
}

.public-landing h1[b-74bx0ybgt3] {
    margin: 0;
    max-width: 860px;
    color: var(--app-text);
    font-size: clamp(2.05rem, 5vw, 4.2rem);
    line-height: 1.02;
}

.public-landing p:not(.eyebrow)[b-74bx0ybgt3] {
    max-width: 720px;
    margin: 1.1rem 0 0;
    color: var(--app-muted);
    font-size: 1.06rem;
}

.public-product-preview[b-74bx0ybgt3] {
    display: grid;
    gap: 0.85rem;
    padding: 1rem;
    background: #f8fbf9;
    border: 1px solid #cfe1d8;
    border-radius: var(--app-radius);
    box-shadow: 0 26px 70px rgba(20, 43, 34, 0.14);
}

.preview-topbar[b-74bx0ybgt3] {
    display: flex;
    gap: 0.35rem;
    padding: 0.25rem 0 0.35rem;
}

.preview-topbar span[b-74bx0ybgt3] {
    width: 0.62rem;
    height: 0.62rem;
    background: #bfd4ca;
    border-radius: 999px;
}

.preview-panel[b-74bx0ybgt3] {
    display: grid;
    gap: 0.35rem;
    min-height: 6rem;
    padding: 1rem;
    background: #ffffff;
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius);
}

.preview-panel span[b-74bx0ybgt3],
.preview-list span[b-74bx0ybgt3] {
    color: var(--app-muted);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.preview-panel strong[b-74bx0ybgt3] {
    align-self: end;
    color: var(--app-text);
    font-size: 1.55rem;
    line-height: 1;
}

.preview-panel small[b-74bx0ybgt3] {
    color: var(--app-muted);
}

.preview-panel-hero[b-74bx0ybgt3] {
    min-height: 8.4rem;
    border-color: #b7dcca;
    background: #f8fffb;
}

.preview-grid[b-74bx0ybgt3] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.preview-list[b-74bx0ybgt3] {
    display: grid;
    gap: 0.45rem;
    padding: 0.85rem;
    background: #ffffff;
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius);
}

.preview-list div[b-74bx0ybgt3] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.35rem 0;
    border-bottom: 1px solid #edf2ef;
}

.preview-list div:last-child[b-74bx0ybgt3] {
    border-bottom: 0;
}

.preview-list strong[b-74bx0ybgt3] {
    color: var(--app-text);
    text-align: right;
}

.public-trust-strip[b-74bx0ybgt3] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    padding: 0.85rem 0;
}

.public-trust-strip span[b-74bx0ybgt3] {
    padding: 0.5rem 0.7rem;
    color: var(--app-primary);
    background: var(--app-primary-soft);
    border: 1px solid #cce7db;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
}

.public-feature-grid[b-74bx0ybgt3] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.public-feature-card[b-74bx0ybgt3],
.public-positioning[b-74bx0ybgt3],
.public-workflow > div[b-74bx0ybgt3] {
    background: #ffffff;
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius);
    box-shadow: var(--app-shadow-soft);
}

.public-feature-card[b-74bx0ybgt3] {
    padding: 1.15rem;
}

.public-feature-card .ui-icon[b-74bx0ybgt3] {
    color: var(--app-primary);
    background: var(--app-primary-soft);
    border-color: #c9e7da;
}

.public-feature-card h2[b-74bx0ybgt3] {
    margin: 0.85rem 0 0;
    color: var(--app-text);
    font-size: 1rem;
}

.public-feature-card p[b-74bx0ybgt3] {
    margin-top: 0.45rem;
    font-size: 0.93rem;
}

.public-positioning[b-74bx0ybgt3] {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
    padding: 1.35rem;
}

.public-positioning h2[b-74bx0ybgt3] {
    margin: 0;
    font-size: clamp(1.4rem, 3vw, 2.05rem);
}

.public-positioning p:not(.eyebrow)[b-74bx0ybgt3] {
    margin: 0;
}

.public-workflow[b-74bx0ybgt3] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.public-workflow > div[b-74bx0ybgt3] {
    padding: 1.15rem;
}

.public-workflow span[b-74bx0ybgt3] {
    display: inline-grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    color: #ffffff;
    background: var(--app-primary);
    border-radius: 999px;
    font-weight: 850;
}

.public-workflow strong[b-74bx0ybgt3] {
    display: block;
    margin-top: 0.85rem;
    color: var(--app-text);
    font-size: 1rem;
}

.public-workflow p[b-74bx0ybgt3] {
    margin-top: 0.45rem;
    font-size: 0.93rem;
}

.eyebrow[b-74bx0ybgt3] {
    margin: 0 0 0.45rem;
    color: var(--app-primary);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-hero h1[b-74bx0ybgt3] {
    max-width: 760px;
    margin: 0;
    font-size: 2.1rem;
    line-height: 1.12;
}

.home-subtitle[b-74bx0ybgt3] {
    max-width: 680px;
    margin: 1rem 0 0;
    color: var(--app-muted);
    font-size: 1rem;
}

.home-actions[b-74bx0ybgt3] {
    display: flex;
    gap: 0.75rem;
    white-space: nowrap;
}

.home-grid[b-74bx0ybgt3] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.dashboard-grid[b-74bx0ybgt3] {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.25rem;
}

.next-actions-panel[b-74bx0ybgt3] {
    margin-top: 1rem;
    padding: 1.15rem;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbf8 100%);
    border: 1px solid #cfe7dc;
    border-radius: var(--app-radius);
    box-shadow: var(--app-shadow-soft);
}

.next-actions-header[b-74bx0ybgt3] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.9rem;
}

.next-actions-header h2[b-74bx0ybgt3] {
    margin: 0;
    color: var(--app-text);
    font-size: 1.1rem;
}

.next-actions-header p[b-74bx0ybgt3] {
    margin: 0.25rem 0 0;
    color: var(--app-muted);
}

.next-actions-list[b-74bx0ybgt3] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.next-action-card[b-74bx0ybgt3] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) minmax(4.5rem, auto);
    align-items: center;
    gap: 0.75rem;
    min-height: 5.1rem;
    padding: 0.85rem;
    color: var(--app-text);
    text-decoration: none;
    background: #ffffff;
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius);
    box-shadow: 0 1px 2px rgba(21, 32, 27, 0.04);
}

.next-action-card:hover[b-74bx0ybgt3] {
    color: var(--app-text);
    background: #f8fcfa;
    border-color: #a9d6c2;
    box-shadow: 0 10px 24px rgba(21, 32, 27, 0.07);
}

.next-action-card .ui-icon[b-74bx0ybgt3] {
    color: var(--app-primary);
    background: var(--app-primary-soft);
    border-color: #c9e7da;
}

.next-action-card strong[b-74bx0ybgt3],
.next-action-card span[b-74bx0ybgt3] {
    display: block;
}

.next-action-card span[b-74bx0ybgt3] {
    margin-top: 0.2rem;
    color: var(--app-muted);
    font-size: 0.86rem;
}

.next-action-count[b-74bx0ybgt3] {
    display: grid;
    place-items: center;
    min-width: 4.5rem;
    height: auto;
    padding: 0.2rem 0.65rem;
    color: var(--app-primary);
    background: transparent;
    border-left: 1px solid var(--app-border);
    border-radius: 0;
    text-align: center;
}

.next-action-count strong[b-74bx0ybgt3] {
    color: currentColor;
    font-size: 1.65rem;
    line-height: 1;
}

.next-action-count small[b-74bx0ybgt3] {
    margin-top: 0.18rem;
    color: var(--app-muted);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.next-action-card.is-warning .ui-icon[b-74bx0ybgt3] {
    color: var(--app-warning);
    background: #fff4e2;
    border-color: #f1d19b;
}

.next-action-card.is-warning .next-action-count[b-74bx0ybgt3] {
    color: var(--app-warning);
}

.metric-card[b-74bx0ybgt3] {
    min-height: 124px;
    padding: 1.2rem;
    background: var(--app-surface);
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius);
    box-shadow: var(--app-shadow-soft);
}

.metric-card:first-child[b-74bx0ybgt3],
.metric-card:nth-child(2)[b-74bx0ybgt3],
.metric-card:nth-child(3)[b-74bx0ybgt3] {
    grid-column: span 2;
}

.metric-card span[b-74bx0ybgt3] {
    display: block;
    color: var(--app-muted);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.metric-card .metric-label[b-74bx0ybgt3] {
    display: inline-flex;
    align-items: center;
}

.metric-card .metric-label .ui-icon[b-74bx0ybgt3] {
    display: inline-grid;
    color: var(--app-primary);
    background: var(--app-primary-soft);
    border-color: #c9e7da;
}

.metric-card .metric-label .ui-icon-warning[b-74bx0ybgt3] {
    color: var(--app-warning);
    background: #fff4e2;
    border-color: #f1d19b;
}

.metric-card .metric-label .ui-icon-danger[b-74bx0ybgt3] {
    color: var(--app-danger);
    background: #fff0ee;
    border-color: #efc0bb;
}

.metric-card strong[b-74bx0ybgt3] {
    display: block;
    margin-top: 1.35rem;
    color: var(--app-text);
    font-size: clamp(1.45rem, 2vw, 1.85rem);
    line-height: 1;
}

.metric-card small[b-74bx0ybgt3] {
    display: block;
    margin-top: 0.55rem;
    color: var(--app-muted);
    font-weight: 700;
}

.metric-card-primary[b-74bx0ybgt3] {
    border-color: #b8dcca;
    background: linear-gradient(180deg, #ffffff 0%, #f3fbf7 100%);
}

.metric-card-warning[b-74bx0ybgt3] {
    border-color: #ecd69d;
    background: linear-gradient(180deg, #ffffff 0%, #fff9e9 100%);
}

.metric-card-danger[b-74bx0ybgt3] {
    border-color: #e7b1ab;
    background: linear-gradient(180deg, #ffffff 0%, #fff3f1 100%);
}

.dashboard-panel[b-74bx0ybgt3] {
    margin-top: 1rem;
    padding: 1.35rem;
    background: var(--app-surface);
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius);
    box-shadow: var(--app-shadow-soft);
}

.dashboard-chart-grid[b-74bx0ybgt3] {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
    gap: 1rem;
}

.dashboard-chart-panel[b-74bx0ybgt3] {
    min-height: 360px;
}

.dashboard-chart-shell[b-74bx0ybgt3] {
    position: relative;
    height: 280px;
}

.dashboard-chart-shell canvas[b-74bx0ybgt3] {
    display: block;
    width: 100%;
    height: 100%;
}

.dashboard-panel-header[b-74bx0ybgt3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.dashboard-panel-header h2[b-74bx0ybgt3] {
    margin: 0;
    font-size: 1.1rem;
}

.dashboard-panel-header .eyebrow[b-74bx0ybgt3] {
    margin-bottom: 0.25rem;
}

.audit-timeline[b-74bx0ybgt3] {
    display: grid;
    gap: 0.85rem;
}

.audit-event[b-74bx0ybgt3] {
    display: grid;
    grid-template-columns: 14px minmax(0, 1fr);
    gap: 0.85rem;
    padding: 0.85rem;
    background: var(--app-surface-muted);
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius);
}

.audit-event-marker[b-74bx0ybgt3] {
    width: 10px;
    height: 10px;
    margin-top: 0.42rem;
    background: var(--app-primary);
    border-radius: 999px;
    box-shadow: 0 0 0 4px var(--app-primary-soft);
}

.audit-event-title[b-74bx0ybgt3] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    align-items: center;
}

.audit-event-title strong[b-74bx0ybgt3] {
    color: var(--app-text);
}

.audit-event-title span[b-74bx0ybgt3] {
    color: var(--app-primary);
    font-size: 0.78rem;
    font-weight: 750;
    text-transform: uppercase;
}

.audit-event p[b-74bx0ybgt3] {
    margin: 0.2rem 0 0;
    color: var(--app-text);
    font-weight: 650;
}

.audit-event .audit-event-summary[b-74bx0ybgt3] {
    color: var(--app-muted);
    font-weight: 500;
}

.audit-event small[b-74bx0ybgt3] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.25rem;
    color: var(--app-muted);
}

.top-customer-list[b-74bx0ybgt3] {
    display: grid;
    gap: 0.65rem;
}

.appointment-preview-list[b-74bx0ybgt3] {
    display: grid;
    gap: 0.65rem;
}

.appointment-preview-item[b-74bx0ybgt3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 0.85rem;
    background: #fbfcfb;
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius);
}

.appointment-preview-item strong[b-74bx0ybgt3],
.appointment-preview-item span[b-74bx0ybgt3] {
    display: block;
}

.appointment-preview-item span[b-74bx0ybgt3] {
    color: var(--app-muted);
}

.appointment-preview-item time[b-74bx0ybgt3] {
    display: grid;
    color: var(--app-primary);
    font-weight: 850;
    text-align: right;
    white-space: nowrap;
}

.appointment-preview-item small[b-74bx0ybgt3] {
    color: var(--app-muted);
    font-weight: 750;
}

.top-customer-item[b-74bx0ybgt3] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 0.85rem;
    background: #fbfcfb;
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius);
}

.top-customer-item span[b-74bx0ybgt3] {
    color: var(--app-primary);
    font-weight: 800;
    white-space: nowrap;
}

.home-tile[b-74bx0ybgt3] {
    display: grid;
    gap: 0.35rem;
    min-height: 118px;
    padding: 1.25rem;
    color: var(--app-text);
    text-decoration: none;
    background: var(--app-surface);
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius);
}

.home-tile:hover[b-74bx0ybgt3] {
    color: var(--app-text);
    border-color: var(--app-border-strong);
    box-shadow: 0 10px 30px rgba(25, 40, 34, 0.08);
}

.home-tile span[b-74bx0ybgt3] {
    color: var(--app-muted);
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
}

.home-tile strong[b-74bx0ybgt3] {
    align-self: end;
    font-size: 1.05rem;
}

@media (max-width: 820px) {
    .home-hero[b-74bx0ybgt3],
    .public-home[b-74bx0ybgt3] {
        align-items: flex-start;
        flex-direction: column;
        padding: 1.4rem;
    }

    .public-landing-hero[b-74bx0ybgt3],
    .public-positioning[b-74bx0ybgt3],
    .public-workflow[b-74bx0ybgt3] {
        grid-template-columns: 1fr;
    }

    .public-landing-hero[b-74bx0ybgt3] {
        min-height: auto;
        padding: 1.4rem;
    }

    .public-feature-grid[b-74bx0ybgt3] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-actions[b-74bx0ybgt3] {
        flex-wrap: wrap;
        white-space: normal;
    }

    .home-grid[b-74bx0ybgt3] {
        grid-template-columns: 1fr;
    }

    .dashboard-grid[b-74bx0ybgt3] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .next-actions-list[b-74bx0ybgt3] {
        grid-template-columns: 1fr;
    }

    .metric-card:first-child[b-74bx0ybgt3],
    .metric-card:nth-child(2)[b-74bx0ybgt3],
    .metric-card:nth-child(3)[b-74bx0ybgt3] {
        grid-column: span 1;
    }

    .dashboard-chart-grid[b-74bx0ybgt3] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .public-feature-grid[b-74bx0ybgt3],
    .preview-grid[b-74bx0ybgt3] {
        grid-template-columns: 1fr;
    }

    .public-product-preview[b-74bx0ybgt3] {
        padding: 0.75rem;
    }

    .dashboard-grid[b-74bx0ybgt3] {
        grid-template-columns: 1fr;
    }

    .dashboard-panel[b-74bx0ybgt3] {
        padding: 1rem;
    }
}
