/* /Components/Categories/CategoryEditorModal.razor.rz.scp.css */
.category-modal-backdrop[b-qs8e1hnkpo] {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: max(0.75rem, env(safe-area-inset-top)) 1rem max(0.75rem, env(safe-area-inset-bottom));
    overflow-y: auto;
    background: rgba(15, 23, 42, 0.5);
}

.category-modal[b-qs8e1hnkpo] {
    width: min(640px, 100%);
    max-height: calc(100dvh - 1.5rem - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    overflow: hidden;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.24);
    display: flex;
    flex-direction: column;
    margin: auto 0;
}

.category-modal form[b-qs8e1hnkpo] {
    display: flex;
    flex: 1;
    min-height: 0;
    flex-direction: column;
}

.category-modal-header[b-qs8e1hnkpo] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.5rem 1rem;
    border-bottom: 1px solid #e5edf5;
    flex-shrink: 0;
}

.category-modal-heading[b-qs8e1hnkpo] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.category-modal-icon[b-qs8e1hnkpo] {
    width: 2rem;
    height: 2rem;
    border-radius: 10px;
    background: #15324b;
    position: relative;
    flex: 0 0 auto;
}

.category-modal-icon[b-qs8e1hnkpo]::before,
.category-modal-icon[b-qs8e1hnkpo]::after {
    content: "";
    position: absolute;
    background: #ffffff;
}

.category-modal-icon[b-qs8e1hnkpo]::before {
    inset: 0.42rem;
    border: 0.14rem solid #ffffff;
    border-radius: 6px;
    background: transparent;
}

.category-modal-icon[b-qs8e1hnkpo]::after {
    top: 0.78rem;
    left: 0.6rem;
    width: 0.8rem;
    height: 0.14rem;
    border-radius: 999px;
}

.category-modal-header h3[b-qs8e1hnkpo] {
    margin: 0;
    color: #15324b;
    font-size: 1.15rem;
    font-weight: 700;
}

.category-modal-subtitle[b-qs8e1hnkpo] {
    margin-top: 0.3rem;
    color: #60758a;
    font-size: 0.9rem;
}

.category-modal-close[b-qs8e1hnkpo] {
    border: none;
    background: none;
    color: #7b8ea3;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    padding: 0.25rem 0.35rem;
    border-radius: 8px;
}

.category-modal-close:hover[b-qs8e1hnkpo] {
    background: #eef4f9;
    color: #15324b;
}

.category-modal-body[b-qs8e1hnkpo] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 1.5rem;
}

.category-form-grid[b-qs8e1hnkpo] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.category-form-field-full[b-qs8e1hnkpo] {
    grid-column: 1 / -1;
}

.category-color-input[b-qs8e1hnkpo] {
    min-width: 100%;
    height: 2.75rem;
    padding: 0.35rem;
}

.category-modal-footer[b-qs8e1hnkpo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem 1.25rem;
    border-top: 1px solid #e5edf5;
    background: #f8fbfe;
    flex-shrink: 0;
    position: sticky;
    bottom: 0;
}

.category-modal-actions[b-qs8e1hnkpo] {
    display: flex;
    gap: 0.75rem;
}

@media (max-width: 640px) {
    .category-modal-backdrop[b-qs8e1hnkpo] {
        padding: 0.75rem;
    }

    .category-modal[b-qs8e1hnkpo] {
        max-height: calc(100dvh - 1.5rem);
    }

    .category-form-grid[b-qs8e1hnkpo] {
        grid-template-columns: 1fr;
    }

    .category-form-field-full[b-qs8e1hnkpo] {
        grid-column: auto;
    }

    .category-modal-footer[b-qs8e1hnkpo] {
        flex-direction: column;
        align-items: stretch;
    }

    .category-modal-actions[b-qs8e1hnkpo] {
        flex-direction: column;
    }
}
/* /Components/Customers/CustomerEditorModal.razor.rz.scp.css */
.customer-modal-backdrop[b-t70pf59117] {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: max(0.75rem, env(safe-area-inset-top)) 1rem max(0.75rem, env(safe-area-inset-bottom));
    overflow-y: auto;
    background: rgba(15, 23, 42, 0.5);
}

.customer-modal[b-t70pf59117] {
    width: min(640px, 100%);
    max-height: calc(100dvh - 1.5rem - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    overflow: hidden;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.24);
    display: flex;
    flex-direction: column;
    margin: auto 0;
}

.customer-modal form[b-t70pf59117] {
    display: flex;
    flex: 1;
    min-height: 0;
    flex-direction: column;
}

.customer-modal-header[b-t70pf59117] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.5rem 1rem;
    border-bottom: 1px solid #e5edf5;
    flex-shrink: 0;
}

.customer-modal-heading[b-t70pf59117] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.customer-modal-icon[b-t70pf59117] {
    width: 2rem;
    height: 2rem;
    border-radius: 10px;
    background: #15324b;
    position: relative;
    flex: 0 0 auto;
}

.customer-modal-icon[b-t70pf59117]::before,
.customer-modal-icon[b-t70pf59117]::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
}

.customer-modal-icon[b-t70pf59117]::before {
    top: 0.45rem;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
}

.customer-modal-icon[b-t70pf59117]::after {
    bottom: 0.42rem;
    width: 0.95rem;
    height: 0.55rem;
    border-radius: 999px 999px 0.35rem 0.35rem;
}

.customer-modal-header h3[b-t70pf59117] {
    margin: 0;
    color: #15324b;
    font-size: 1.15rem;
    font-weight: 700;
}

.customer-modal-subtitle[b-t70pf59117] {
    margin-top: 0.3rem;
    color: #60758a;
    font-size: 0.9rem;
}

.customer-modal-close[b-t70pf59117] {
    border: none;
    background: none;
    color: #7b8ea3;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    padding: 0.25rem 0.35rem;
    border-radius: 8px;
}

.customer-modal-close:hover[b-t70pf59117] {
    background: #eef4f9;
    color: #15324b;
}

.customer-modal-body[b-t70pf59117] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 1.5rem;
}

.customer-form-grid[b-t70pf59117] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.customer-form-field-full[b-t70pf59117] {
    grid-column: 1 / -1;
}

.customer-modal-footer[b-t70pf59117] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem 1.25rem;
    border-top: 1px solid #e5edf5;
    background: #f8fbfe;
    flex-shrink: 0;
    position: sticky;
    bottom: 0;
}

.customer-modal-actions[b-t70pf59117] {
    display: flex;
    gap: 0.75rem;
}

@media (max-width: 640px) {
    .customer-modal-backdrop[b-t70pf59117] {
        padding: 0.75rem;
    }

    .customer-modal[b-t70pf59117] {
        max-height: calc(100dvh - 1.5rem);
    }

    .customer-form-grid[b-t70pf59117] {
        grid-template-columns: 1fr;
    }

    .customer-form-field-full[b-t70pf59117] {
        grid-column: auto;
    }

    .customer-modal-footer[b-t70pf59117] {
        flex-direction: column;
        align-items: stretch;
    }

    .customer-modal-actions[b-t70pf59117] {
        flex-direction: column;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-31s5vi9ny7] {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #f8fafc;
}

main[b-31s5vi9ny7] {
    flex: 1;
}

.sidebar-toggle-input[b-31s5vi9ny7] {
    display: none;
}

.sidebar[b-31s5vi9ny7] {
    background: linear-gradient(180deg, #0f4c81 0%, #1b5f9b 60%, #2b74b3 100%);
}

.top-row[b-31s5vi9ny7] {
    background-color: #ffffff;
    border-bottom: 1px solid #e5eaf0;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.sidebar-toggle-btn[b-31s5vi9ny7] {
    display: none;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 8px;
    border: 1px solid #d6dee8;
    color: #2d3e50;
    cursor: pointer;
    user-select: none;
    margin-right: auto;
    transition: background-color 0.2s, border-color 0.2s;
}

.sidebar-toggle-btn:hover[b-31s5vi9ny7] {
    background: #f1f5f9;
    border-color: #c2cedb;
}

.toggle-icon-open[b-31s5vi9ny7] {
    display: none;
}

.toggle-icon-close[b-31s5vi9ny7] {
    display: inline;
}

.top-row[b-31s5vi9ny7]  a,
.top-row[b-31s5vi9ny7]  .btn-link,
.top-row-user[b-31s5vi9ny7] {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
    color: #3c4f63;
}

.top-row[b-31s5vi9ny7]  a:hover,
.top-row[b-31s5vi9ny7]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-31s5vi9ny7]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-row-user[b-31s5vi9ny7] {
    font-weight: 600;
}

@media (max-width: 640.98px) {
    .top-row[b-31s5vi9ny7] {
        justify-content: space-between;
    }

    .top-row[b-31s5vi9ny7]  a,
    .top-row[b-31s5vi9ny7]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-31s5vi9ny7] {
        display: flex;
        flex-direction: row;
        min-height: 100vh;
    }

    .sidebar[b-31s5vi9ny7] {
        width: 250px;
        flex-shrink: 0;
        height: 100vh;
        position: sticky;
        top: 0;
        overflow: hidden;
        transition: width 0.22s ease, opacity 0.22s ease;
    }

    main[b-31s5vi9ny7] {
        flex: 1;
        min-width: 0;
    }

    .top-row[b-31s5vi9ny7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .sidebar-toggle-btn[b-31s5vi9ny7] {
        display: inline-flex;
    }

    .sidebar-toggle-input:checked ~ .sidebar[b-31s5vi9ny7] {
        width: 0;
        opacity: 0;
        pointer-events: none;
    }

    .sidebar-toggle-input:checked ~ main[b-31s5vi9ny7] {
        flex: 1;
    }

    .sidebar-toggle-input:checked ~ main .toggle-icon-open[b-31s5vi9ny7] {
        display: inline;
    }

    .sidebar-toggle-input:checked ~ main .toggle-icon-close[b-31s5vi9ny7] {
        display: none;
    }

    .top-row.auth[b-31s5vi9ny7]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-31s5vi9ny7],
    article[b-31s5vi9ny7] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-31s5vi9ny7] {
    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-31s5vi9ny7] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-9n668rii5g] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    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%28255, 255, 255, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.08);
}

.navbar-toggler:checked[b-9n668rii5g] {
    background-color: rgba(255, 255, 255, 0.28);
}

.top-row[b-9n668rii5g] {
    min-height: 3.5rem;
    background-color: rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.navbar-brand[b-9n668rii5g] {
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.bi[b-9n668rii5g] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-9n668rii5g] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-9n668rii5g] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-9n668rii5g] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-calendar-event-nav-menu[b-9n668rii5g] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-calendar-event' viewBox='0 0 16 16'%3E%3Cpath d='M11 6.5a.5.5 0 0 1 .5-.5h.5V5a1 1 0 0 0-1-1h-1V2.5a.5.5 0 0 0-1 0V4H7V2.5a.5.5 0 0 0-1 0V4H5a1 1 0 0 0-1 1v1h8v.5z'/%3E%3Cpath d='M3 14V7h10v7a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1zm7.646-4.354a.5.5 0 0 0-.708 0L9 10.586l-.646-.647a.5.5 0 0 0-.708.708l1 1a.5.5 0 0 0 .708 0l1.292-1.293a.5.5 0 0 0 0-.708z'/%3E%3C/svg%3E");
}

.bi-people-nav-menu[b-9n668rii5g] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-people' viewBox='0 0 16 16'%3E%3Cpath d='M15 14s-1 0-1-1 1-4 1-4 1 0 1 4-1 1-1 1ZM5 14s-1 0-1-1 1-4 1-4 1 0 1 4-1 1-1 1Zm5-6a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM4 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm6 1c-1.33 0-4 .67-4 2v1h8v-1c0-1.33-2.67-2-4-2ZM4 9c-.29 0-.62.02-.97.08C1.92 9.27 1 9.76 1 11v1h4v-1c0-.73.25-1.36.7-1.88A6.97 6.97 0 0 0 4 9Zm8 0c-.62 0-1.22.08-1.7.22.45.52.7 1.15.7 1.78v1h4v-1c0-1.24-.92-1.73-2.03-1.92A8.82 8.82 0 0 0 12 9Z'/%3E%3C/svg%3E");
}

.bi-tag-nav-menu[b-9n668rii5g] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-tag' viewBox='0 0 16 16'%3E%3Cpath d='M6 0a1 1 0 0 0-.707.293l-5 5A1 1 0 0 0 0 6v4a1 1 0 0 0 .293.707l5 5A1 1 0 0 0 6 16h4a1 1 0 0 0 .707-.293l5-5A1 1 0 0 0 16 10V6a1 1 0 0 0-.293-.707l-5-5A1 1 0 0 0 10 0H6Zm0 1h4l5 5v4l-5 5H6l-5-5V6l5-5Zm2 2.5A1.5 1.5 0 1 0 8 6.5a1.5 1.5 0 0 0 0-3Z'/%3E%3C/svg%3E");
}

.bi-box-arrow-in-right-nav-menu[b-9n668rii5g] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-box-arrow-in-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M6 3.5a.5.5 0 0 1 .5-.5h4A1.5 1.5 0 0 1 12 4.5v7A1.5 1.5 0 0 1 10.5 13h-4a.5.5 0 0 1 0-1h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-4A.5.5 0 0 1 6 3.5Z'/%3E%3Cpath fill-rule='evenodd' d='M11.854 8.354a.5.5 0 0 0 0-.708L9.707 5.5a.5.5 0 0 0-.707.708L10.293 7.5H1.5a.5.5 0 0 0 0 1h8.793L9 9.793a.5.5 0 0 0 .707.707l2.147-2.146Z'/%3E%3C/svg%3E");
}

.bi-grid-3x3-gap-nav-menu[b-9n668rii5g] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-grid-3x3-gap' viewBox='0 0 16 16'%3E%3Cpath d='M1 2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2Zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V2Zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V2ZM1 7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V7Zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V7Zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V7ZM1 12a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-2Zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1v-2Zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2Z'/%3E%3C/svg%3E");
}

.nav-item[b-9n668rii5g] {
    font-size: 0.95rem;
    padding-bottom: 0.35rem;
}

.nav-item:first-of-type[b-9n668rii5g] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-9n668rii5g] {
    padding-bottom: 1rem;
}

.nav-item[b-9n668rii5g]  .nav-link {
    color: rgba(255, 255, 255, 0.92);
    background: none;
    border: none;
    border-radius: 10px;
    height: 2.75rem;
    display: flex;
    align-items: center;
    line-height: 2.75rem;
    width: 100%;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.nav-item[b-9n668rii5g]  a.active {
    background-color: rgba(255, 255, 255, 0.26);
    color: #ffffff;
}

.nav-item[b-9n668rii5g]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.nav-scrollable[b-9n668rii5g] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-9n668rii5g] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-9n668rii5g] {
        display: none;
    }

    .nav-scrollable[b-9n668rii5g] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        padding-top: 0.25rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-fysf3mdwtz],
.components-reconnect-repeated-attempt-visible[b-fysf3mdwtz],
.components-reconnect-failed-visible[b-fysf3mdwtz],
.components-pause-visible[b-fysf3mdwtz],
.components-resume-failed-visible[b-fysf3mdwtz],
.components-rejoining-animation[b-fysf3mdwtz] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-fysf3mdwtz {
    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/Categories.razor.rz.scp.css */
.categories-page[b-z50ddghdla] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1rem 0 2rem;
}

.categories-header[b-z50ddghdla] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.categories-header h1[b-z50ddghdla] {
    margin: 0;
    color: #15324b;
    font-size: 1.85rem;
    font-weight: 700;
}

.categories-subtitle[b-z50ddghdla] {
    margin: 0.4rem 0 0;
    color: #60758a;
    max-width: 42rem;
}

.categories-grid[b-z50ddghdla] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
}

.categories-card[b-z50ddghdla] {
    background: #ffffff;
    border: 1px solid #dbe5ef;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(15, 76, 129, 0.06);
    padding: 1.35rem 1.35rem 1.25rem;
}

.categories-card-header[b-z50ddghdla] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.categories-card-header h2[b-z50ddghdla] {
    margin: 0;
    color: #18354f;
    font-size: 1.1rem;
    font-weight: 700;
}

.categories-card-kicker[b-z50ddghdla] {
    color: #60758a;
    font-size: 0.8rem;
    font-weight: 600;
}

.categories-empty[b-z50ddghdla] {
    color: #60758a;
    background: #f8fbfe;
    border: 1px dashed #c9d8e6;
    border-radius: 12px;
    padding: 1rem;
}

.categories-list[b-z50ddghdla] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.category-list-item[b-z50ddghdla] {
    width: 100%;
    border: 1px solid #dbe5ef;
    border-radius: 14px;
    background: #fbfdff;
    padding: 1rem;
    text-align: left;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.category-list-item:hover[b-z50ddghdla] {
    border-color: #9ebddd;
    box-shadow: 0 8px 22px rgba(27, 95, 155, 0.08);
    transform: translateY(-1px);
}

.category-list-item.active[b-z50ddghdla] {
    border-color: #2b74b3;
    background: #f0f7ff;
    box-shadow: 0 10px 28px rgba(43, 116, 179, 0.14);
}

.category-list-main[b-z50ddghdla] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.category-list-title-row[b-z50ddghdla] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.category-list-title-group[b-z50ddghdla] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.category-color-dot[b-z50ddghdla] {
    width: 0.95rem;
    height: 0.95rem;
    border-radius: 999px;
    border: 2px solid rgba(21, 50, 75, 0.14);
    flex-shrink: 0;
}

.category-list-title[b-z50ddghdla] {
    color: #15324b;
    font-weight: 700;
}

.category-list-price[b-z50ddghdla] {
    color: #1f5f95;
    font-size: 0.9rem;
    font-weight: 700;
    white-space: nowrap;
}

.category-list-meta[b-z50ddghdla] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    margin-top: 0.75rem;
    color: #60758a;
    font-size: 0.85rem;
}

@media (max-width: 640px) {
    .categories-header[b-z50ddghdla] {
        flex-direction: column;
        align-items: stretch;
    }

    .category-list-title-row[b-z50ddghdla] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.35rem;
    }
}
/* /Components/Pages/Customers.razor.rz.scp.css */
.customers-page[b-bexc5q3uov] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1rem 0 2rem;
}

.customers-header[b-bexc5q3uov] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.customers-header h1[b-bexc5q3uov] {
    margin: 0;
    color: #15324b;
    font-size: 1.85rem;
    font-weight: 700;
}

.customers-subtitle[b-bexc5q3uov] {
    margin: 0.4rem 0 0;
    color: #60758a;
    max-width: 42rem;
}

.customers-grid[b-bexc5q3uov] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
}

.customers-card[b-bexc5q3uov] {
    background: #ffffff;
    border: 1px solid #dbe5ef;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(15, 76, 129, 0.06);
    padding: 1.35rem 1.35rem 1.25rem;
}

.customers-card-header[b-bexc5q3uov] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.customers-card-header h2[b-bexc5q3uov] {
    margin: 0;
    color: #18354f;
    font-size: 1.1rem;
    font-weight: 700;
}

.customers-card-kicker[b-bexc5q3uov] {
    color: #60758a;
    font-size: 0.8rem;
    font-weight: 600;
}

.customers-empty[b-bexc5q3uov] {
    color: #60758a;
    background: #f8fbfe;
    border: 1px dashed #c9d8e6;
    border-radius: 12px;
    padding: 1rem;
}

.customers-list[b-bexc5q3uov] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.customer-list-item[b-bexc5q3uov] {
    width: 100%;
    border: 1px solid #dbe5ef;
    border-radius: 14px;
    background: #fbfdff;
    padding: 1rem;
    text-align: left;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.customer-list-item:hover[b-bexc5q3uov] {
    border-color: #9ebddd;
    box-shadow: 0 8px 22px rgba(27, 95, 155, 0.08);
    transform: translateY(-1px);
}

.customer-list-item.active[b-bexc5q3uov] {
    border-color: #2b74b3;
    background: #f0f7ff;
    box-shadow: 0 10px 28px rgba(43, 116, 179, 0.14);
}

.customer-list-main[b-bexc5q3uov] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.customer-list-title-row[b-bexc5q3uov] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.customer-list-title[b-bexc5q3uov] {
    color: #15324b;
    font-weight: 700;
}

.customer-list-count[b-bexc5q3uov] {
    color: #4c6a85;
    font-size: 0.82rem;
    white-space: nowrap;
}

.customer-list-meta[b-bexc5q3uov] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    margin-top: 0.75rem;
    color: #60758a;
    font-size: 0.85rem;
}

@media (max-width: 640px) {
    .customers-header[b-bexc5q3uov] {
        flex-direction: column;
        align-items: stretch;
    }

    .customer-list-title-row[b-bexc5q3uov] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.35rem;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-hero[b-a0skonqi2d] {
    display: flex;
    justify-content: center;
    padding: 1.5rem 0 2rem;
}

.home-hero-card[b-a0skonqi2d] {
    width: min(760px, 100%);
    padding: 2rem;
    border: 1px solid #e6edf3;
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(226, 232, 240, 0.95), transparent 30%),
        linear-gradient(135deg, #fffdf9 0%, #f7fbff 100%);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.home-hero-badge[b-a0skonqi2d] {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.75rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: #15324b;
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.home-hero-card h1[b-a0skonqi2d] {
    margin: 0 0 0.85rem;
    color: #12283c;
    font-size: clamp(1.9rem, 4vw, 2.8rem);
    line-height: 1.1;
}

.home-hero-lead[b-a0skonqi2d] {
    max-width: 60ch;
    margin: 0;
    color: #4d6479;
    font-size: 1.05rem;
    line-height: 1.7;
}

.home-hero-highlights[b-a0skonqi2d] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.75rem;
}

.home-highlight[b-a0skonqi2d] {
    display: flex;
    gap: 0.85rem;
    padding: 1rem 1.05rem;
    border: 1px solid #e7eef5;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.78);
}

.home-highlight strong[b-a0skonqi2d] {
    display: block;
    margin-bottom: 0.2rem;
    color: #173650;
    font-size: 0.98rem;
}

.home-highlight span[b-a0skonqi2d] {
    color: #5f7589;
    font-size: 0.92rem;
    line-height: 1.5;
}

.home-highlight-icon[b-a0skonqi2d] {
    flex: 0 0 1rem;
    width: 1rem;
    height: 1rem;
    margin-top: 0.28rem;
    border-radius: 50%;
    background: #15324b;
    box-shadow: 0 0 0 6px rgba(21, 50, 75, 0.08);
}

@media (max-width: 700px) {
    .home-hero-card[b-a0skonqi2d] {
        padding: 1.4rem;
        border-radius: 20px;
    }

    .home-hero-highlights[b-a0skonqi2d] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-page[b-nkvj224dsv] {
    min-height: calc(100vh - 7rem);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
}

.login-card[b-nkvj224dsv] {
    width: min(440px, 100%);
    background: #ffffff;
    border: 1px solid #d9e5f0;
    border-radius: 20px;
    box-shadow: 0 20px 45px rgba(15, 76, 129, 0.1);
    padding: 2rem;
}

.login-badge[b-nkvj224dsv] {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    background: #e9f2fb;
    color: #1b5f9b;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 1rem;
}

.login-card h1[b-nkvj224dsv] {
    margin: 0;
    color: #15324b;
    font-size: 1.9rem;
    font-weight: 700;
}

.login-copy[b-nkvj224dsv] {
    margin: 0.85rem 0 1.25rem;
    color: #60758a;
}

.login-error[b-nkvj224dsv] {
    margin-bottom: 1rem;
    padding: 0.8rem 0.95rem;
    border: 1px solid #f5b3b3;
    border-radius: 12px;
    background: #fff1f1;
    color: #b42318;
}

.login-form[b-nkvj224dsv] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.login-label[b-nkvj224dsv] {
    color: #35546f;
    font-size: 0.9rem;
    font-weight: 600;
}

.login-input[b-nkvj224dsv] {
    width: 100%;
    border: 1px solid #c8d7e6;
    border-radius: 12px;
    padding: 0.8rem 0.95rem;
    font: inherit;
    color: #15324b;
    background: #ffffff;
}

.login-input:focus[b-nkvj224dsv] {
    outline: none;
    border-color: #2b74b3;
    box-shadow: 0 0 0 4px rgba(43, 116, 179, 0.12);
}

.login-submit[b-nkvj224dsv] {
    margin-top: 0.5rem;
}

.login-hint[b-nkvj224dsv] {
    margin: 1rem 0 0;
    color: #60758a;
    font-size: 0.9rem;
}
/* /Components/Planning/AppointmentEditorModal.razor.rz.scp.css */
.appointment-modal-backdrop[b-upbpc4vuqv] {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: max(0.75rem, env(safe-area-inset-top)) 1rem max(0.75rem, env(safe-area-inset-bottom));
    overflow-y: auto;
    background: rgba(15, 23, 42, 0.45);
}

.appointment-modal[b-upbpc4vuqv] {
    width: min(720px, 100%);
    max-height: calc(100dvh - 1.5rem - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
    display: flex;
    flex-direction: column;
    margin: auto 0;
}

.appointment-modal-header[b-upbpc4vuqv] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.25rem 1.5rem 1rem;
    border-bottom: 1px solid #e9ecef;
    flex-shrink: 0;
}

.appointment-modal-heading[b-upbpc4vuqv] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.appointment-modal-icon[b-upbpc4vuqv] {
    width: 2rem;
    height: 2rem;
    border-radius: 10px;
    background: #15324b;
    position: relative;
    flex: 0 0 auto;
}

.appointment-modal-icon[b-upbpc4vuqv]::before,
.appointment-modal-icon[b-upbpc4vuqv]::after {
    content: "";
    position: absolute;
    background: #ffffff;
    border-radius: 999px;
}

.appointment-modal-icon[b-upbpc4vuqv]::before {
    top: 0.45rem;
    left: 0.55rem;
    width: 0.9rem;
    height: 0.16rem;
}

.appointment-modal-icon[b-upbpc4vuqv]::after {
    top: 0.45rem;
    left: 0.92rem;
    width: 0.16rem;
    height: 1rem;
}

.appointment-modal-header h3[b-upbpc4vuqv] {
    margin: 0;
    color: #15324b;
    font-size: 1.1rem;
}

.appointment-modal-subtitle[b-upbpc4vuqv] {
    margin-top: 0.25rem;
    color: #64748b;
    font-size: 0.82rem;
}

.modal-close-btn[b-upbpc4vuqv] {
    border: none;
    background: transparent;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    color: #6b7280;
    padding: 0.25rem 0.35rem;
    border-radius: 8px;
}

.modal-close-btn:hover[b-upbpc4vuqv] {
    background: #eef4f9;
    color: #15324b;
}

.appointment-modal-form[b-upbpc4vuqv] {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.appointment-modal-body[b-upbpc4vuqv] {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 1.5rem;
}

.appointment-modal-error[b-upbpc4vuqv] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1rem;
    margin-bottom: 1.25rem;
    background: #fef2f2;
    border: 1px solid #fca5a5;
    border-radius: 8px;
    color: #b91c1c;
    font-size: 0.88rem;
}

.appointment-form-section[b-upbpc4vuqv] {
    margin-bottom: 1.25rem;
}

.appointment-modal-label[b-upbpc4vuqv] {
    display: block;
    margin-bottom: 0.4rem;
    color: #6b7280;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.appointment-modal-hint[b-upbpc4vuqv] {
    margin-top: 0.35rem;
    color: #64748b;
    font-size: 0.78rem;
}

.editor-form-grid[b-upbpc4vuqv] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
    margin-bottom: 1.25rem;
}

.editor-field-full[b-upbpc4vuqv] {
    grid-column: 1 / -1;
}

.appointment-modal-pills[b-upbpc4vuqv] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}

.appointment-modal-pill[b-upbpc4vuqv] {
    padding: 0.5rem 0.75rem;
    border-radius: 999px;
    background: #f5f9ff;
    color: #35546f;
    font-size: 0.82rem;
}

.appointment-modal-footer[b-upbpc4vuqv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.5rem 1rem;
    border-top: 1px solid #e9ecef;
    background: #f8fafc;
    flex-shrink: 0;
    position: sticky;
    bottom: 0;
}

.modal-footer-actions[b-upbpc4vuqv] {
    display: flex;
    gap: 0.5rem;
}

@media (max-width: 700px) {
    .editor-form-grid[b-upbpc4vuqv] {
        grid-template-columns: 1fr;
    }

    .editor-field-full[b-upbpc4vuqv] {
        grid-column: auto;
    }
}

@media (max-width: 600px) {
    .appointment-modal-backdrop[b-upbpc4vuqv] {
        padding: 0.75rem;
    }

    .appointment-modal[b-upbpc4vuqv] {
        max-height: calc(100dvh - 1.5rem);
    }

    .appointment-modal-footer[b-upbpc4vuqv] {
        flex-direction: column;
        align-items: stretch;
    }

    .modal-footer-actions[b-upbpc4vuqv] {
        justify-content: flex-end;
    }
}
/* /Components/Planning/DayView.razor.rz.scp.css */
.day-header[b-lucpmr0xza] {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #1e293b;
}

.day-grid[b-lucpmr0xza] {
    display: flex;
    flex-direction: column;
}

.day-row[b-lucpmr0xza] {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: stretch;
}

.hour[b-lucpmr0xza] {
    padding: 0.75rem 0.5rem 0.75rem 0;
    color: #475569;
    font-size: 0.9rem;
    text-align: right;
    border-right: 1px solid #c8d5e3;
    border-bottom: 1px solid #d8e4ef;
    background: #fff;
}

.time-slot[b-lucpmr0xza] {
    min-height: 56px;
    padding: 0.35rem;
    border-bottom: 1px solid #d8e4ef;
    background: #fff;
    cursor: pointer;
}

.time-slot:hover[b-lucpmr0xza] {
    background: #f5f9ff;
}

.appointment-entry[b-lucpmr0xza] {
    display: block;
    width: 100%;
    margin-bottom: 0.25rem;
    padding: 0.35rem 0.45rem;
    border: 1px solid #93c0f8;
    border-left-width: 4px;
    border-radius: 6px;
    text-align: left;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
}

.appointment-entry:last-child[b-lucpmr0xza] {
    margin-bottom: 0;
}

.appointment-entry:hover[b-lucpmr0xza] {
    filter: brightness(0.98);
}

.appointment-entry-title[b-lucpmr0xza] {
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.2;
}

.appointment-entry-customer[b-lucpmr0xza] {
    font-size: 0.75rem;
    margin-top: 0.15rem;
}

.appointment-entry-time[b-lucpmr0xza] {
    font-size: 0.75rem;
    opacity: 0.85;
    margin-top: 0.15rem;
}
/* /Components/Planning/MonthView.razor.rz.scp.css */
.month-header[b-96tyfp4q5d] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    margin-bottom: 2px;
}

.month-day-header[b-96tyfp4q5d] {
    text-align: center;
    font-weight: 500;
    padding: 0.3rem 0;
    color: #475569;
}

.month-grid[b-96tyfp4q5d] {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 1px;
    background: #d8e4ef;
}

.month-day[b-96tyfp4q5d] {
    min-height: 90px;
    padding: 0.35rem;
    background: #fff;
    position: relative;
    cursor: pointer;
}

.month-day.today[b-96tyfp4q5d] {
    background: #e3f2fd;
}

.month-day.other-month[b-96tyfp4q5d] {
    background: #fafafa;
    color: #94a3b8;
}

.day-number[b-96tyfp4q5d] {
    font-size: 0.95rem;
    font-weight: 600;
}

.month-appointments[b-96tyfp4q5d] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-top: 0.35rem;
}

.month-appointment-entry[b-96tyfp4q5d] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    width: 100%;
    padding: 0.22rem 0.35rem;
    border: none;
    border-radius: 6px;
    text-align: left;
    font-size: 0.72rem;
    line-height: 1.2;
    font-family: inherit;
    cursor: pointer;
}

.month-appointment-time[b-96tyfp4q5d] {
    font-weight: 700;
    white-space: nowrap;
}

.month-appointment-title[b-96tyfp4q5d] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.month-appointment-more[b-96tyfp4q5d] {
    font-size: 0.72rem;
    color: #60758a;
    padding-left: 0.15rem;
}
/* /Components/Planning/PlanningOverview.razor.rz.scp.css */
body[b-xflymwjc98] {
}

.planning-overview[b-xflymwjc98] {
    margin: 0 auto;
    max-width: 900px;
}

.planning-container[b-xflymwjc98] {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.planning-header[b-xflymwjc98] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #d8e4ef;
    flex-wrap: wrap;
    gap: 1rem;
}

.date-navigation[b-xflymwjc98] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.nav-btn[b-xflymwjc98] {
    background: none;
    border: none;
    font-size: 1rem;
    color: #0078d4;
    cursor: pointer;
    padding: 0.3rem 0.7rem;
    border-radius: 4px;
    transition: background 0.2s;
}

.nav-btn:hover[b-xflymwjc98] {
    background: #f0f6fc;
}

.current-period[b-xflymwjc98] {
    font-weight: 600;
    min-width: 180px;
    text-align: center;
}

.view-switcher[b-xflymwjc98] {
    display: flex;
    gap: 0.5rem;
}

.view-btn[b-xflymwjc98] {
    background: #f5f7fa;
    border: 1px solid #d8e0ea;
    border-radius: 4px;
    padding: 0.4rem 1rem;
    cursor: pointer;
    font-weight: 500;
    color: #334155;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.view-btn.active[b-xflymwjc98],
.view-btn:hover[b-xflymwjc98] {
    background: #0078d4;
    color: #fff;
    border-color: #0078d4;
}

.planning-content[b-xflymwjc98] {
    padding: 1rem;
}

@media (max-width: 900px) {
    .planning-overview[b-xflymwjc98] {
        max-width: 100%;
    }

    .hide-on-mobile[b-xflymwjc98] {
        display: none;
    }
}

@media (max-width: 700px) {
    [b-xflymwjc98] .editor-form-grid {
        grid-template-columns: 1fr;
    }

    [b-xflymwjc98] .editor-field-full {
        grid-column: auto;
    }
}

@media (max-width: 600px) {
    .planning-header[b-xflymwjc98] {
        flex-direction: column;
        align-items: flex-start;
    }

    .planning-content[b-xflymwjc98] {
        padding: 0.5rem;
    }

    .planning-content[b-xflymwjc98]  .month-day {
        min-height: 52px;
    }

    .hide-on-mobile[b-xflymwjc98] {
        display: none !important;
    }

    [b-xflymwjc98] .appointment-modal-footer {
        flex-direction: column;
        align-items: stretch;
    }

    [b-xflymwjc98] .modal-footer-actions {
        justify-content: flex-end;
    }
}
/* /Components/Planning/WeekView.razor.rz.scp.css */
.week-view[b-j8a7g15fjv] {
    overflow-x: auto;
}

/* Einziger Grid-Container für Header UND Datenzeilen */
.week-grid[b-j8a7g15fjv] {
    display: grid;
    grid-template-columns: 72px repeat(7, minmax(140px, 1fr));
    min-width: 1080px;
}

/* ── Header ─────────────────────────────────────── */

.week-header-spacer[b-j8a7g15fjv] {
    background: #f1f5f9;
    border-right: 2px solid #94a3b8;
    border-bottom: 2px solid #94a3b8;
}

.week-day-header[b-j8a7g15fjv] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.15rem;
    padding: 0.6rem 0.35rem;
    text-align: center;
    background: #f1f5f9;
    border-right: 1px solid #cbd5e1;
    border-bottom: 2px solid #94a3b8;
}

.week-day-header.today[b-j8a7g15fjv] {
    background: #eff6ff;
}

.week-day-name[b-j8a7g15fjv] {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #64748b;
}

.week-day-date[b-j8a7g15fjv] {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
}

.week-day-header.today .week-day-date[b-j8a7g15fjv] {
    color: #0078d4;
}

/* ── Datenzellen ─────────────────────────────────── */

.week-time-cell[b-j8a7g15fjv] {
    padding: 0.5rem 0.6rem 0.5rem 0;
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 500;
    text-align: right;
    border-right: 2px solid #94a3b8;
    border-bottom: 1px solid #cbd5e1;
    background: #f1f5f9;
    white-space: nowrap;
    align-content: start;
}

.week-slot[b-j8a7g15fjv] {
    min-height: 52px;
    padding: 0.2rem;
    border-right: 1px solid #cbd5e1;
    border-bottom: 1px solid #cbd5e1;
    background: #fff;
    cursor: pointer;
    transition: background 0.1s;
}

.week-slot:hover[b-j8a7g15fjv] {
    background: #f0f6ff;
}

/* ── Terminblöcke ────────────────────────────────── */

.appointment-entry[b-j8a7g15fjv] {
    appearance: none;
    -webkit-appearance: none;
    display: block;
    width: 100%;
    margin-bottom: 0.2rem;
    padding: 0.3rem 0.5rem;
    border: none;
    border-left: 3px solid #0078d4;
    border-radius: 4px;
    text-align: left;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    box-sizing: border-box;
    line-height: 1.3;
}

.appointment-entry:last-child[b-j8a7g15fjv] {
    margin-bottom: 0;
}

.appointment-entry:hover[b-j8a7g15fjv] {
    filter: brightness(0.98);
}

.appointment-entry-title[b-j8a7g15fjv] {
    font-size: 0.8rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.appointment-entry-customer[b-j8a7g15fjv] {
    font-size: 0.7rem;
    margin-top: 0.1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.appointment-entry-time[b-j8a7g15fjv] {
    font-size: 0.7rem;
    margin-top: 0.1rem;
}
