@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.84wtju4z0n.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-9zldfd4yzx] {
    display: flex;
    min-height: 100vh;
}

.app-shell__sidebar[b-9zldfd4yzx] {
    width: 240px;
    flex-shrink: 0;
}

.app-shell__main[b-9zldfd4yzx] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.app-shell__header[b-9zldfd4yzx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1.5rem;
    border-bottom: 1px solid #d0d7de;
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 10;
}

.app-shell__header-primary[b-9zldfd4yzx] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.app-shell__header-actions[b-9zldfd4yzx] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.brand-link[b-9zldfd4yzx] {
    text-decoration: none;
    color: inherit;
}

.brand-link__content[b-9zldfd4yzx] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    font-size: 1rem;
}

.debug-api-label[b-9zldfd4yzx] {
    font-size: 0.75rem;
    color: #656d76;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shell-user[b-9zldfd4yzx] {
    font-size: 0.85rem;
    color: #656d76;
}

.shell-button-content[b-9zldfd4yzx] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.shell-link[b-9zldfd4yzx] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    text-decoration: none;
    color: #24292f;
    font-size: 0.85rem;
}

.app-shell__content[b-9zldfd4yzx] {
    flex: 1;
    padding: 0 0 2rem;
}

.startup-warning[b-9zldfd4yzx] {
    margin: 0.75rem 1.5rem;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    background: #fff8c5;
    border: 1px solid #d4a72c;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .app-shell[b-9zldfd4yzx] {
        flex-direction: column;
    }

    .app-shell__sidebar[b-9zldfd4yzx] {
        width: 100%;
    }

    .debug-api-label[b-9zldfd4yzx] {
        display: none;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.nav-shell[b-tw2vwc1erm] {
    background: #1b1f23;
    color: #e6edf3;
    display: flex;
    flex-direction: column;
    height: 100vh;
    position: sticky;
    top: 0;
}

.nav-shell__header[b-tw2vwc1erm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-shell__title[b-tw2vwc1erm] {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}

.nav-shell__toggle[b-tw2vwc1erm] {
    display: none;
}

.nav-shell__links[b-tw2vwc1erm] {
    flex: 1;
    overflow-y: auto;
    padding: 0.5rem 0.75rem;
}

.nav-section-label[b-tw2vwc1erm] {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #8b949e;
    padding: 0.75rem 0.5rem 0.25rem;
    margin: 0;
}

.nav-shell__link[b-tw2vwc1erm] {
    display: block;
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    color: #c9d1d9;
    text-decoration: none;
    font-size: 0.875rem;
    transition: background 0.15s;
}

.nav-shell__link:hover[b-tw2vwc1erm] {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.nav-shell__link.active[b-tw2vwc1erm] {
    background: rgba(56, 139, 253, 0.15);
    color: #58a6ff;
}

.nav-shell__link-content[b-tw2vwc1erm] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

@media (max-width: 768px) {
    .nav-shell[b-tw2vwc1erm] {
        height: auto;
        position: relative;
    }

    .nav-shell__toggle[b-tw2vwc1erm] {
        display: block;
        color: #e6edf3;
    }

    .nav-shell__links--collapsed[b-tw2vwc1erm] {
        display: none;
    }
}
/* /Pages/Feedback.razor.rz.scp.css */
.feedback-filters[b-hsmzg2h0zc] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.feedback-filter-label[b-hsmzg2h0zc] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #656d76;
    margin-right: 0.25rem;
}

.filter-btn[b-hsmzg2h0zc] {
    font-size: 0.8rem;
    padding: 0.3rem 0.7rem;
    border-radius: 1rem;
    border: 1px solid #d0d7de;
    background: #ffffff;
    color: #24292f;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
}

.filter-btn:hover[b-hsmzg2h0zc] {
    background: #f0f4f9;
    border-color: #0969da;
}

.filter-btn--active[b-hsmzg2h0zc] {
    background: #ddf4ff;
    border-color: #0969da;
    color: #0969da;
    font-weight: 600;
}

.feedback-list[b-hsmzg2h0zc] {
    display: grid;
    gap: 0.75rem;
}

.feedback-item__header[b-hsmzg2h0zc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.feedback-item__header > div[b-hsmzg2h0zc] {
    display: flex;
    gap: 0.4rem;
}

.feedback-item__description[b-hsmzg2h0zc] {
    margin: 0.5rem 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

.feedback-item__meta[b-hsmzg2h0zc] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
}
