:root {
    --adminuiux-content-font: "Poppins", sans-serif;
    --adminuiux-title-font: "Poppins", sans-serif;
    --asc-critical: #dc3545;
    --asc-warning: #ffc107;
    --asc-good: #198754;
    --asc-excellent: #4f46e5;
}

body {
    font-family: "Poppins", sans-serif;
    letter-spacing: 0;
}

h1, h2, h3, h4, h5, h6,
.navbar-brand,
.btn,
.form-label,
.form-control,
.form-select {
    font-family: "Poppins", sans-serif;
}

.asc-main {
    padding-top: 5.25rem;
}

.asc-brand-mark {
    width: 2.25rem;
    height: 2.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: .75rem;
    background: var(--adminuiux-theme-1, #0d6efd);
    color: #fff;
    font-weight: 700;
}

.asc-nav .nav-link {
    border-radius: .75rem;
    color: inherit;
}

.asc-nav .nav-link.active,
.asc-nav .nav-link:hover {
    background: rgba(13, 110, 253, .1);
    color: var(--adminuiux-theme-1, #0d6efd);
}

.score-dot {
    width: .75rem;
    height: .75rem;
    display: inline-block;
    border-radius: 50%;
}

.score-critical { background: var(--asc-critical); }
.score-warning { background: var(--asc-warning); }
.score-good { background: var(--asc-good); }
.score-excellent { background: var(--asc-excellent); }

.transcript-box {
    min-height: 14rem;
    resize: vertical;
}

.empty-state {
    border: 1px dashed rgba(108, 117, 125, .35);
    border-radius: .75rem;
}
