@import '_content/BaseClasses/BaseClasses.2drb12zdzo.bundle.scp.css';

/* _content/projectBuilder/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-qo16f24lzo] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-qo16f24lzo] {
    flex: 1;
    background-color: var(--theme-bg);
}

.sidebar[b-qo16f24lzo] {
    background: var(--theme-sidebar-bg);
    border-right: 1px solid var(--theme-sidebar-border);
    box-shadow: var(--theme-sidebar-shadow);
}

.top-row[b-qo16f24lzo] {
    background: var(--theme-toprow-bg);
    backdrop-filter: var(--theme-toprow-backdrop);
    -webkit-backdrop-filter: var(--theme-toprow-backdrop);
    border-bottom: 1px solid var(--theme-sidebar-border);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    color: var(--theme-primary);
    font-family: var(--font-display);
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    position: relative;
/*    opacity: 0.7;*/
}

.top-row[b-qo16f24lzo]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--theme-toprow-line);
}

    .top-row[b-qo16f24lzo]  a, .top-row[b-qo16f24lzo]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color: var(--theme-primary);
        opacity: 0.5;
    }

    .top-row[b-qo16f24lzo]  a:hover, .top-row[b-qo16f24lzo]  .btn-link:hover {
        text-decoration: underline;
        color: var(--theme-primary);
        opacity: 1;
    }

    .top-row[b-qo16f24lzo]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-qo16f24lzo] {
        justify-content: space-between;
    }

    .top-row[b-qo16f24lzo]  a, .top-row[b-qo16f24lzo]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-qo16f24lzo] {
        flex-direction: row;
    }

    .sidebar[b-qo16f24lzo] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        overflow: visible;
        transition: width 0.25s ease;
        flex-shrink: 0;
    }

    .top-row[b-qo16f24lzo] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-qo16f24lzo]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-qo16f24lzo], article[b-qo16f24lzo] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    /* Collapsed: sidebar shrinks in the flex layout, pushing main to take space */
    .page.sidebar-collapsed .sidebar[b-qo16f24lzo] {
        width: 56px;
    }
}
/* _content/projectBuilder/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-rwvokamxim] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: var(--theme-primary);
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid var(--theme-border);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 229, 255, 0.6%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(0, 229, 255, 0.03);
    border-radius: 3px;
}

.navbar-toggler:checked[b-rwvokamxim] {
    background-color: rgba(0, 229, 255, 0.1);
}

.top-row[b-rwvokamxim] {
    min-height: 3.5rem;
    background: var(--theme-bg-panel, rgba(10, 18, 32, 0.92));
    backdrop-filter: blur(16px) saturate(1.4);
    -webkit-backdrop-filter: blur(16px) saturate(1.4);
    border-bottom: 1px solid var(--theme-border);
}

.navbar-brand[b-rwvokamxim] {
    font-family: var(--font-display) !important;
    font-size: 0.9rem;
    color: var(--theme-primary) !important;
    text-shadow: var(--theme-heading-shadow);
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.bi[b-rwvokamxim] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
    opacity: 0.7;
    transition: opacity 0.2s ease;
    flex-shrink: 0;
}

.bi-house-door-fill-nav-menu[b-rwvokamxim] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2300e5ff' 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-speedometer2-nav-menu[b-rwvokamxim] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2300e5ff' class='bi bi-speedometer2' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5V6a.5.5 0 0 1-1 0V4.5A.5.5 0 0 1 8 4zM3.732 5.732a.5.5 0 0 1 .707 0l.915.914a.5.5 0 1 1-.708.708l-.914-.915a.5.5 0 0 1 0-.707zM2 10a.5.5 0 0 1 .5-.5h1.586a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 10zm9.5 0a.5.5 0 0 1 .5-.5h1.5a.5.5 0 0 1 0 1H12a.5.5 0 0 1-.5-.5zm.754-4.246a.5.5 0 0 0-.708 0L8.17 9.129a1.5 1.5 0 1 0 .707.707l3.378-3.374a.5.5 0 0 0 0-.708zM8 11a1 1 0 1 1 0-2 1 1 0 0 1 0 2z'/%3E%3Cpath d='M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zM1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-rwvokamxim] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2300e5ff' 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-rwvokamxim] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2300e5ff' 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-collapse-icon[b-rwvokamxim] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2300e5ff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}

.bi-gear-nav-menu[b-rwvokamxim] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2300e5ff' viewBox='0 0 16 16'%3E%3Cpath d='M8 4.754a3.246 3.246 0 1 0 0 6.492 3.246 3.246 0 0 0 0-6.492zM5.754 8a2.246 2.246 0 1 1 4.492 0 2.246 2.246 0 0 1-4.492 0z'/%3E%3Cpath d='M9.796 1.343c-.527-1.79-3.065-1.79-3.592 0l-.094.319a.873.873 0 0 1-1.255.52l-.292-.16c-1.64-.892-3.433.902-2.54 2.541l.159.292a.873.873 0 0 1-.52 1.255l-.319.094c-1.79.527-1.79 3.065 0 3.592l.319.094a.873.873 0 0 1 .52 1.255l-.16.292c-.892 1.64.901 3.434 2.541 2.54l.292-.159a.873.873 0 0 1 1.255.52l.094.319c.527 1.79 3.065 1.79 3.592 0l.094-.319a.873.873 0 0 1 1.255-.52l.292.16c1.64.893 3.434-.902 2.54-2.541l-.159-.292a.873.873 0 0 1 .52-1.255l.319-.094c1.79-.527 1.79-3.065 0-3.592l-.319-.094a.873.873 0 0 1-.52-1.255l.16-.292c.893-1.64-.902-3.433-2.541-2.54l-.292.159a.873.873 0 0 1-1.255-.52l-.094-.319zm-2.633.283c.246-.835 1.428-.835 1.674 0l.094.319a1.873 1.873 0 0 0 2.693 1.115l.291-.16c.764-.415 1.6.42 1.184 1.185l-.159.292a1.873 1.873 0 0 0 1.116 2.692l.318.094c.835.246.835 1.428 0 1.674l-.319.094a1.873 1.873 0 0 0-1.115 2.693l.16.291c.415.764-.42 1.6-1.185 1.184l-.291-.159a1.873 1.873 0 0 0-2.693 1.116l-.094.318c-.246.835-1.428.835-1.674 0l-.094-.319a1.873 1.873 0 0 0-2.692-1.115l-.292.16c-.764.415-1.6-.42-1.184-1.185l.159-.291A1.873 1.873 0 0 0 1.945 8.93l-.319-.094c-.835-.246-.835-1.428 0-1.674l.319-.094A1.873 1.873 0 0 0 3.06 4.377l-.16-.292c-.415-.764.42-1.6 1.185-1.184l.292.159a1.873 1.873 0 0 0 2.692-1.115l.094-.319z'/%3E%3C/svg%3E");
}

.nav-separator[b-rwvokamxim] {
    padding-top: 0.5rem !important;
    padding-bottom: 0 !important;
}

.nav-section-label[b-rwvokamxim] {
    display: block;
    font-family: var(--font-display);
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--theme-text-muted);
    opacity: 0.6;
    padding: 0.5rem 0;
    border-top: 1px solid var(--theme-border);
}

.sidebar-toggle-btn[b-rwvokamxim] {
    cursor: pointer;
}

.nav-label[b-rwvokamxim] {
    transition: opacity 0.2s ease;
    white-space: nowrap;
}

.nav-item[b-rwvokamxim] {
    font-size: 0.85rem;
    padding-bottom: 0.3rem;
}

    .nav-item:first-of-type[b-rwvokamxim] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-rwvokamxim] {
        padding-bottom: 1rem;
    }

    .nav-item[b-rwvokamxim]  .nav-link {
        color: var(--theme-text-muted);
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        font-family: var(--font-body);
        font-weight: 500;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        transition: all 0.2s ease;
        border-left: 2px solid transparent;
    }

.nav-item[b-rwvokamxim]  a.active {
    background: var(--theme-nav-active-bg);
    color: var(--theme-primary);
    text-shadow: var(--theme-heading-shadow);
    border-left: 2px solid var(--theme-primary);
}

.nav-item[b-rwvokamxim]  a.active .bi {
    opacity: 1;
}

.nav-item[b-rwvokamxim]  .nav-link:hover {
    background: var(--theme-nav-hover-bg);
    color: var(--theme-primary-dim);
    border-left: 2px solid var(--theme-border-strong);
}

.nav-item[b-rwvokamxim]  .nav-link:hover .bi {
    opacity: 1;
}

.nav-scrollable[b-rwvokamxim] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-rwvokamxim] {
    display: block;
    background: var(--theme-bg-panel, rgba(10, 18, 32, 0.82));
    backdrop-filter: blur(10px) saturate(1.4);
    -webkit-backdrop-filter: blur(10px) saturate(1.4);
    border-bottom: 1px solid var(--theme-border);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

@media (min-width: 641px) {
    .navbar-toggler[b-rwvokamxim] {
        display: none;
    }

    .nav-scrollable[b-rwvokamxim] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/projectBuilder/Components/Shared/NotificationCenter.razor.rz.scp.css */
/* ---- Bell wrapper ---- */
.nc[b-oi9r7e3j5v] {
    position: relative;
}

.nc-bell-btn[b-oi9r7e3j5v] {
    background: none;
    border: 1px solid var(--theme-border);
    color: var(--theme-text);
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 1rem;
    position: relative;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
}

.nc-bell-btn:hover[b-oi9r7e3j5v] {
    border-color: var(--theme-primary);
    color: var(--theme-primary);
}

.notification-badge[b-oi9r7e3j5v] {
    position: absolute;
    top: -4px;
    right: -4px;
    background: var(--theme-danger);
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 8px;
    padding: 0 4px;
}

/* ---- Click-away overlay ---- */
.nc-overlay[b-oi9r7e3j5v] {
    position: fixed;
    inset: 0;
    z-index: 999;
}

/* ---- Dropdown panel (opaque) ---- */
.nc-panel[b-oi9r7e3j5v] {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: 380px;
    max-height: 480px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    animation: nc-slide-down-b-oi9r7e3j5v .2s ease;
    background: var(--theme-dialog-bg) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

@keyframes nc-slide-down-b-oi9r7e3j5v {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}

.nc-panel-header[b-oi9r7e3j5v] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.85rem 1rem;
    border-bottom: 1px solid var(--theme-border);
    font-weight: 600;
    font-size: .95rem;
    font-family: var(--font-display);
    letter-spacing: 0.06em;
    color: var(--theme-text-bright);
}

.nc-panel-actions[b-oi9r7e3j5v] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.nc-panel-body[b-oi9r7e3j5v] {
    overflow-y: auto;
    flex: 1;
}

.nc-empty[b-oi9r7e3j5v] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    color: var(--theme-text-muted);
}

.nc-empty i[b-oi9r7e3j5v] {
    font-size: 2rem;
    margin-bottom: 8px;
    opacity: .5;
}

.nc-empty p[b-oi9r7e3j5v] {
    margin: 0;
    font-size: .9rem;
}

/* ---- Notification Item ---- */
.nc-item[b-oi9r7e3j5v] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 16px;
    cursor: pointer;
    transition: background 0.2s ease;
    position: relative;
    border-bottom: 1px solid var(--theme-border);
    color: var(--theme-text);
}

.nc-item:hover[b-oi9r7e3j5v] {
    background: var(--theme-glass);
}

.nc-item.unread[b-oi9r7e3j5v] {
    background: color-mix(in srgb, var(--theme-primary) 6%, transparent);
}

.nc-item.unread[b-oi9r7e3j5v]::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--theme-primary);
}

.nc-item-icon[b-oi9r7e3j5v] {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: .95rem;
}

.nc-type-success[b-oi9r7e3j5v] { background: color-mix(in srgb, var(--theme-success) 15%, transparent); color: var(--theme-success); }
.nc-type-danger[b-oi9r7e3j5v]  { background: color-mix(in srgb, var(--theme-danger) 15%, transparent);  color: var(--theme-danger); }
.nc-type-warning[b-oi9r7e3j5v] { background: color-mix(in srgb, var(--theme-warning) 15%, transparent); color: var(--theme-warning); }
.nc-type-info[b-oi9r7e3j5v]    { background: color-mix(in srgb, var(--theme-primary) 15%, transparent);  color: var(--theme-primary); }

.nc-item-body[b-oi9r7e3j5v] {
    flex: 1;
    min-width: 0;
}

.nc-item-title[b-oi9r7e3j5v] {
    font-weight: 600;
    font-size: .85rem;
    line-height: 1.3;
    color: var(--theme-text-bright);
}

.nc-item-msg[b-oi9r7e3j5v] {
    font-size: .8rem;
    color: var(--theme-text-muted);
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.nc-item-time[b-oi9r7e3j5v] {
    font-size: .72rem;
    color: var(--theme-text-muted);
    margin-top: 4px;
}

.nc-item-dismiss[b-oi9r7e3j5v] {
    background: none;
    border: none;
    color: var(--theme-text-muted);
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.2s ease, background 0.2s ease;
    flex-shrink: 0;
}

.nc-item:hover .nc-item-dismiss[b-oi9r7e3j5v] {
    opacity: 1;
}

.nc-item-dismiss:hover[b-oi9r7e3j5v] {
    background: color-mix(in srgb, var(--theme-danger) 12%, transparent);
    color: var(--theme-danger);
}

/* ---- Growl Toasts ---- */
.growl-container[b-oi9r7e3j5v] {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    gap: 10px;
    pointer-events: none;
    max-width: 400px;
}

.growl-toast[b-oi9r7e3j5v] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    background: var(--theme-dialog-bg);
    border: 1px solid var(--theme-border);
    border-radius: 6px;
    box-shadow: var(--theme-card-shadow);
    pointer-events: auto;
    position: relative;
    overflow: hidden;
    border-left: 4px solid transparent;
    color: var(--theme-text);
}

.growl-success[b-oi9r7e3j5v] { border-left-color: var(--theme-success); }
.growl-danger[b-oi9r7e3j5v]  { border-left-color: var(--theme-danger); }
.growl-warning[b-oi9r7e3j5v] { border-left-color: var(--theme-warning); }
.growl-info[b-oi9r7e3j5v]    { border-left-color: var(--theme-primary); }

.growl-enter[b-oi9r7e3j5v] {
    animation: growl-in-b-oi9r7e3j5v .35s ease forwards;
}

.growl-leave[b-oi9r7e3j5v] {
    animation: growl-out-b-oi9r7e3j5v .35s ease forwards;
}

@keyframes growl-in-b-oi9r7e3j5v {
    from { opacity: 0; transform: translateX(100%); }
    to   { opacity: 1; transform: translateX(0); }
}

@keyframes growl-out-b-oi9r7e3j5v {
    from { opacity: 1; transform: translateX(0); }
    to   { opacity: 0; transform: translateX(100%); }
}

.growl-icon[b-oi9r7e3j5v] {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: .95rem;
}

.growl-success .growl-icon[b-oi9r7e3j5v] { background: color-mix(in srgb, var(--theme-success) 15%, transparent); color: var(--theme-success); }
.growl-danger  .growl-icon[b-oi9r7e3j5v] { background: color-mix(in srgb, var(--theme-danger) 15%, transparent);  color: var(--theme-danger); }
.growl-warning .growl-icon[b-oi9r7e3j5v] { background: color-mix(in srgb, var(--theme-warning) 15%, transparent); color: var(--theme-warning); }
.growl-info    .growl-icon[b-oi9r7e3j5v] { background: color-mix(in srgb, var(--theme-primary) 15%, transparent);  color: var(--theme-primary); }

.growl-body[b-oi9r7e3j5v] {
    flex: 1;
    min-width: 0;
}

.growl-body strong[b-oi9r7e3j5v] {
    display: block;
    font-size: .88rem;
    line-height: 1.3;
    color: var(--theme-text-bright);
}

.growl-body p[b-oi9r7e3j5v] {
    margin: 4px 0 0;
    font-size: .8rem;
    color: var(--theme-text-muted);
}

.growl-close[b-oi9r7e3j5v] {
    background: none;
    border: none;
    color: var(--theme-text-muted);
    cursor: pointer;
    padding: 2px;
    font-size: .75rem;
    border-radius: 4px;
    flex-shrink: 0;
    transition: background 0.2s ease;
}

.growl-close:hover[b-oi9r7e3j5v] {
    background: var(--theme-glass);
    color: var(--theme-text-bright);
}

.growl-progress[b-oi9r7e3j5v] {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    border-radius: 0 0 0 6px;
    animation: growl-timer-b-oi9r7e3j5v 5s linear forwards;
}

.growl-success .growl-progress[b-oi9r7e3j5v] { background: var(--theme-success); }
.growl-danger  .growl-progress[b-oi9r7e3j5v] { background: var(--theme-danger); }
.growl-warning .growl-progress[b-oi9r7e3j5v] { background: var(--theme-warning); }
.growl-info    .growl-progress[b-oi9r7e3j5v] { background: var(--theme-primary); }

@keyframes growl-timer-b-oi9r7e3j5v {
    from { width: 100%; }
    to   { width: 0%; }
}

/* ---- Responsive ---- */
@media (max-width: 480px) {
    .nc-panel[b-oi9r7e3j5v] {
        width: calc(100vw - 20px);
        right: -60px;
    }

    .growl-container[b-oi9r7e3j5v] {
        right: 8px;
        left: 8px;
        max-width: none;
    }
}
/* _content/projectBuilder/Components/Shared/VoiceChatAssistant.razor.rz.scp.css */
.voice-chat-panel[b-il8fwm12jo] {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    width: 380px;
    max-height: 420px;
    background: var(--theme-bg-card);
    border: 1px solid var(--theme-border);
    border-radius: 0.5rem;
    box-shadow: var(--theme-card-shadow);
    backdrop-filter: var(--theme-card-backdrop);
    display: flex;
    flex-direction: column;
    z-index: 1050;
    overflow: hidden;
    color: var(--theme-text);
}

.voice-waveform-canvas[b-il8fwm12jo] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    border-radius: 0.5rem;
}

.voice-chat-header[b-il8fwm12jo] {
    position: relative;
    z-index: 1;
    padding: 0.5rem 0.75rem;
    background: var(--theme-card-header-bg);
    border-bottom: 1px solid var(--theme-border);
    flex-shrink: 0;
    color: var(--theme-text-bright);
}

.voice-chat-transcript[b-il8fwm12jo] {
    position: relative;
    z-index: 1;
    flex: 1;
    overflow-y: auto;
    padding: 0.5rem 0.75rem;
    max-height: 260px;
    scrollbar-color: var(--theme-scrollbar-thumb) var(--theme-scrollbar-track);
}

.voice-chat-transcript[b-il8fwm12jo]::-webkit-scrollbar {
    width: 6px;
}

.voice-chat-transcript[b-il8fwm12jo]::-webkit-scrollbar-track {
    background: var(--theme-scrollbar-track);
}

.voice-chat-transcript[b-il8fwm12jo]::-webkit-scrollbar-thumb {
    background: var(--theme-scrollbar-thumb);
    border-radius: 3px;
}

.voice-chat-transcript[b-il8fwm12jo]::-webkit-scrollbar-thumb:hover {
    background: var(--theme-scrollbar-thumb-hover);
}

.voice-msg[b-il8fwm12jo] {
    margin-bottom: 0.5rem;
    padding: 0.4rem 0.6rem;
    border-radius: 0.4rem;
    font-size: 0.875rem;
}

.voice-msg-user[b-il8fwm12jo] {
    background: color-mix(in srgb, var(--theme-primary) 10%, transparent);
    border-left: 3px solid var(--theme-primary);
}

.voice-msg-ai[b-il8fwm12jo] {
    background: color-mix(in srgb, var(--theme-accent) 8%, transparent);
    border-left: 3px solid var(--theme-accent);
}

.voice-msg-interim[b-il8fwm12jo] {
    opacity: 0.6;
    font-style: italic;
    color: var(--theme-text-muted);
}

.voice-msg-label[b-il8fwm12jo] {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 0.15rem;
    color: var(--theme-text-muted);
}

.voice-msg-text[b-il8fwm12jo] {
    white-space: pre-wrap;
    word-break: break-word;
    color: var(--theme-text);
}

.voice-chat-question[b-il8fwm12jo] {
    position: relative;
    z-index: 1;
    padding: 0.5rem 0.75rem;
    border-top: 1px solid var(--theme-warning, #ffc107);
    background: color-mix(in srgb, var(--theme-warning, #ffc107) 10%, transparent);
    color: var(--theme-text);
    flex-shrink: 0;
}
/* _content/projectBuilder/Components/Shared/VoiceFormAssistant.razor.rz.scp.css */
.voice-assistant-toggle[b-qokssxuz5f] {
    display: inline-block;
}

.voice-assistant-panel[b-qokssxuz5f] {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    width: 380px;
    max-height: 400px;
    background: var(--theme-bg-card);
    border: 1px solid var(--theme-border);
    border-radius: 0.5rem;
    box-shadow: var(--theme-card-shadow);
    backdrop-filter: var(--theme-card-backdrop);
    display: flex;
    flex-direction: column;
    z-index: 1050;
    overflow: hidden;
    color: var(--theme-text);
}

.voice-waveform-canvas[b-qokssxuz5f] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    border-radius: 0.5rem;
}

.voice-assistant-panel-header[b-qokssxuz5f] {
    position: relative;
    z-index: 1;
    padding: 0.5rem 0.75rem;
    background: var(--theme-card-header-bg);
    border-bottom: 1px solid var(--theme-border);
    flex-shrink: 0;
    color: var(--theme-text-bright);
}

.voice-assistant-transcript[b-qokssxuz5f] {
    position: relative;
    z-index: 1;
    flex: 1;
    overflow-y: auto;
    padding: 0.5rem 0.75rem;
    max-height: 300px;
    scrollbar-color: var(--theme-scrollbar-thumb) var(--theme-scrollbar-track);
}

.voice-assistant-transcript[b-qokssxuz5f]::-webkit-scrollbar {
    width: 6px;
}

.voice-assistant-transcript[b-qokssxuz5f]::-webkit-scrollbar-track {
    background: var(--theme-scrollbar-track);
}

.voice-assistant-transcript[b-qokssxuz5f]::-webkit-scrollbar-thumb {
    background: var(--theme-scrollbar-thumb);
    border-radius: 3px;
}

.voice-assistant-transcript[b-qokssxuz5f]::-webkit-scrollbar-thumb:hover {
    background: var(--theme-scrollbar-thumb-hover);
}

.voice-msg[b-qokssxuz5f] {
    margin-bottom: 0.5rem;
    padding: 0.4rem 0.6rem;
    border-radius: 0.4rem;
    font-size: 0.875rem;
}

.voice-msg-user[b-qokssxuz5f] {
    background: color-mix(in srgb, var(--theme-primary) 10%, transparent);
    border-left: 3px solid var(--theme-primary);
}

.voice-msg-ai[b-qokssxuz5f] {
    background: color-mix(in srgb, var(--theme-accent) 8%, transparent);
    border-left: 3px solid var(--theme-accent);
}

.voice-msg-interim[b-qokssxuz5f] {
    opacity: 0.6;
    font-style: italic;
    color: var(--theme-text-muted);
}

.voice-msg-label[b-qokssxuz5f] {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 0.15rem;
    color: var(--theme-text-muted);
}

.voice-msg-text[b-qokssxuz5f] {
    white-space: pre-wrap;
    word-break: break-word;
    color: var(--theme-text);
}

.voice-assistant-errors[b-qokssxuz5f] {
    border-top: 1px solid var(--theme-danger);
    background: color-mix(in srgb, var(--theme-danger) 8%, transparent);
    color: var(--theme-danger);
    max-height: 60px;
    overflow-y: auto;
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
}
