.rc-training-modal {
    --rc-canvas: var(--mud-palette-background-grey, var(--mud-palette-background));
    --rc-panel: var(--mud-palette-surface, var(--mud-palette-background));
    --rc-panel-muted: var(--mud-palette-background);
    --rc-border: var(--mud-palette-divider);
    --rc-text: var(--mud-palette-text-primary);
    --rc-text-soft: var(--mud-palette-text-secondary);
    --rc-primary: var(--mud-palette-primary);
    --rc-primary-soft: rgba(37, 99, 235, 0.10);
    --rc-purple: #7c3aed;
    --rc-purple-dark: #6d28d9;
    --rc-purple-soft: rgba(124, 58, 237, 0.10);
    --rc-success: #16a36a;
    --rc-shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.04), 0 8px 22px rgba(15, 23, 42, 0.05);
    --rc-shadow-md: 0 18px 44px rgba(15, 23, 42, 0.11);
    width: min(96vw, 82rem);
    max-width: 82rem !important;
}

.rc-training-modal,
.rc-training-modal *,
.rc-training-modal *::before,
.rc-training-modal *::after {
    box-sizing: border-box;
}

.rc-training-modal .mud-dialog-content {
    padding: 0 !important;
    background: var(--rc-canvas);
}

.rc-training-modal .show-scroll {
    overflow-x: hidden;
}

.rc-hero {
    padding: 0.8rem clamp(1rem, 2.5vw, 1.5rem);
    background: linear-gradient(125deg, rgba(8, 24, 36, 0.96), rgba(19, 47, 68, 0.92));
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.rc-hero-row,
.rc-hero-copy,
.rc-hero-title-row {
    display: flex;
    align-items: center;
}

.rc-hero-row {
    gap: 0.8rem;
}

.rc-hero-copy {
    min-width: 0;
    gap: 0.75rem;
}

.rc-icon-shell {
    width: 2.4rem;
    height: 2.4rem;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0.8rem;
    background: rgba(255, 255, 255, 0.07);
}

.rc-icon {
    color: #fff;
    font-size: 1.4rem;
}

.rc-hero-text {
    min-width: 0;
}

.rc-hero-title-row {
    gap: 0.5rem;
}

.rc-hero-title {
    overflow: hidden;
    color: #fff;
    font-size: 1rem;
    font-weight: 750;
    line-height: 1.25;
    letter-spacing: -0.012em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rc-hero-beta {
    display: inline-flex;
    align-items: center;
    min-height: 1.25rem;
    padding: 0.1rem 0.45rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.65rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
}

.rc-hero-subtitle {
    margin-top: 0.12rem;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.82rem;
    line-height: 1.3;
}

.rc-shell {
    min-height: min(84dvh, 900px);
    padding: clamp(1rem, 2.6vw, 1.75rem);
    overflow-x: clip;
    color: var(--rc-text);
    background:
        radial-gradient(circle at 8% 0%, rgba(124, 58, 237, 0.055), transparent 27rem),
        var(--rc-canvas);
    container: rc-training-shell / inline-size;
}

.rc-loading-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.rc-loading-title {
    margin: 1rem 0 0;
    color: var(--rc-text);
    font-size: 1.2rem;
    font-weight: 750;
}

.rc-loading-copy {
    margin: 0.35rem 0 0;
    color: var(--rc-text-soft);
}

.rc-panel {
    border: 1px solid var(--rc-border);
    border-radius: 1.15rem;
    background: var(--rc-panel);
    box-shadow: var(--rc-shadow-sm);
}

.rc-panel {
    padding: clamp(1rem, 2.2vw, 1.35rem);
}

.rc-section-header,
.rc-roadmap-header,
.rc-result-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.rc-section-header {
    margin-bottom: 1rem;
}

.rc-section-copy-wrap {
    min-width: 0;
}

.rc-section-eyebrow,
.rc-detail-label,
.rc-preview-label,
.rc-live-phase-label,
.rc-live-focus-meta {
    color: var(--rc-text-soft);
    font-size: 0.7rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.105em;
    text-transform: uppercase;
}

.rc-section-title {
    margin: 0.25rem 0 0;
    color: var(--rc-text);
    font-size: clamp(1.12rem, 1.03rem + 0.35vw, 1.4rem);
    font-weight: 780;
    line-height: 1.18;
    letter-spacing: -0.025em;
}

.rc-section-copy {
    margin: 0.4rem 0 0;
    color: var(--rc-text-soft);
    font-size: 0.92rem;
    line-height: 1.5;
}

/* Setup */

.rc-setup-shell {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.rc-setup-intro {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 0.75rem;
    max-width: 78rem;
    width: 100%;
    margin: 0 auto;
}

.rc-setup-intro > :first-child {
    min-width: 0;
}

.rc-setup-title {
    margin: 0.3rem 0 0;
    color: var(--rc-text);
    font-size: clamp(1.55rem, 1.25rem + 1vw, 2.15rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.rc-setup-copy {
    max-width: 45rem;
    margin: 0.55rem 0 0;
    color: var(--rc-text-soft);
    font-size: 0.97rem;
    line-height: 1.55;
}

.rc-voice-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    flex: 0 0 auto;
    min-height: 2.25rem;
    padding: 0.45rem 0.75rem;
    color: var(--rc-primary);
    font-size: 0.78rem;
    font-weight: 750;
    white-space: nowrap;
    border: 1px solid var(--rc-border);
    border-radius: 999px;
    background: var(--rc-panel);
}

.rc-setup-shell .rc-section-header {
    align-items: flex-start;
    flex-direction: column;
}

.rc-voice-badge .mud-icon-root {
    font-size: 1rem;
}

.rc-setup-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
        "scenario"
        "preferences"
        "history";
    align-items: start;
    gap: 0.9rem;
    width: 100%;
    max-width: 78rem;
    margin: 0 auto;
}

.rc-setup-main {
    display: contents;
}

.rc-scenario-panel {
    grid-area: scenario;
}

.rc-preferences-panel {
    grid-area: preferences;
}

.rc-history-panel {
    grid-area: history;
}

.rc-scenario-panel,
.rc-preferences-panel,
.rc-history-panel {
    min-width: 0;
}

.rc-scenario-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
}

.rc-scenario-grid.is-assigned {
    grid-template-columns: minmax(0, 1fr);
}

.rc-scenario {
    position: relative;
    display: flex;
    overflow: hidden;
    min-width: 0;
    min-height: 0;
    flex-direction: column;
    justify-content: space-between;
    align-self: start;
    width: 100%;
    color: inherit;
    text-align: left;
    border: 1px solid var(--rc-border);
    border-radius: 1rem;
    background: var(--rc-panel-muted);
    box-shadow: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background 160ms ease;
}

.rc-scenario-select {
    display: flex;
    min-width: 0;
    min-height: 0;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    gap: 0.9rem;
    width: 100%;
    padding: 1rem;
    color: inherit;
    font: inherit;
    text-align: left;
    cursor: pointer;
    appearance: none;
    border: 0;
    background: transparent;
}

.rc-scenario:hover {
    border-color: rgba(124, 58, 237, 0.42);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
    transform: translateY(-1px);
}

.rc-scenario-select:focus-visible,
.rc-setting-toggle:focus-visible,
.rc-mic-chip:focus-visible,
.rc-help-chip:focus-visible,
.rc-end-chip:focus-visible {
    outline: 3px solid rgba(124, 58, 237, 0.25);
    outline-offset: 2px;
}

.rc-scenario.active {
    border-color: var(--rc-purple);
    background: linear-gradient(180deg, var(--rc-panel), var(--rc-purple-soft));
    box-shadow: 0 0 0 2px rgba(124, 58, 237, 0.12), 0 12px 28px rgba(76, 29, 149, 0.09);
}

.rc-scenario-topline {
    display: flex;
    align-items: center;
    min-height: 1.65rem;
    gap: 0.45rem;
}

.rc-scenario-selected-icon {
    margin-left: auto;
    color: var(--rc-purple);
    font-size: 1.15rem;
}

.rc-scenario-title {
    color: var(--rc-text);
    font-size: 1rem;
    font-weight: 780;
    line-height: 1.3;
    letter-spacing: -0.012em;
}

.rc-scenario-copy {
    display: -webkit-box;
    overflow: hidden;
    margin: 0.4rem 0 0;
    color: var(--rc-text-soft);
    font-size: 0.86rem;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.rc-scenario-core-summary {
    display: block;
    min-width: 0;
    width: 100%;
    align-self: stretch;
    padding: 0;
    box-sizing: border-box;
}

.rc-scenario-core-cards {
    width: 100%;
    margin: 0 !important;
}

.rc-scenario-core-cards > .mud-grid-item {
    padding: 0.25rem !important;
}

.rc-scenario-footer {
    display: flex;
    align-items: center;
}

.rc-scenario-footer {
    flex-wrap: wrap;
    gap: 0.4rem;
}

.rc-pill,
.rc-best-grade-badge,
.rc-optional-pill,
.rc-roadmap-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.55rem;
    padding: 0.18rem 0.52rem;
    font-size: 0.66rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    border: 1px solid var(--rc-border);
    border-radius: 999px;
}

.rc-pill {
    color: var(--rc-text-soft);
    background: var(--rc-panel);
}

.rc-pill-outline {
    flex: 0 0 auto;
}

.rc-pill-tone-beginner {
    color: #118451;
    border-color: rgba(17, 132, 81, 0.28);
    background: rgba(17, 132, 81, 0.09);
}

.rc-pill-tone-intermediate {
    color: #2563eb;
    border-color: rgba(37, 99, 235, 0.27);
    background: rgba(37, 99, 235, 0.08);
}

.rc-pill-tone-advanced {
    color: #7c3aed;
    border-color: rgba(124, 58, 237, 0.27);
    background: rgba(124, 58, 237, 0.09);
}

.rc-pill-muted {
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

.rc-best-grade-badge {
    color: var(--rc-purple);
    border-color: rgba(124, 58, 237, 0.22);
    background: var(--rc-purple-soft);
}

.rc-optional-pill {
    flex: 0 0 auto;
    color: var(--rc-purple);
    border-color: rgba(124, 58, 237, 0.2);
    background: var(--rc-purple-soft);
}

.rc-settings-list {
    overflow: hidden;
    border: 1px solid var(--rc-border);
    border-radius: 1rem;
}

.rc-setting-group + .rc-setting-group {
    border-top: 1px solid var(--rc-border);
}

.rc-setting-toggle {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.8rem;
    width: 100%;
    padding: 0.85rem 0.95rem;
    color: inherit;
    text-align: left;
    cursor: pointer;
    border: 0;
    background: var(--rc-panel-muted);
    transition: background 150ms ease;
}

.rc-setting-toggle:hover,
.rc-setting-group.is-expanded .rc-setting-toggle {
    background: var(--rc-purple-soft);
}

.rc-setting-icon,
.rc-history-icon {
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    color: var(--rc-purple);
    border-radius: 0.65rem;
    background: var(--rc-purple-soft);
}

.rc-setting-icon .mud-icon-root,
.rc-history-icon .mud-icon-root {
    font-size: 1.05rem;
}

.rc-setting-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 0.15rem;
}

.rc-setting-copy strong {
    color: var(--rc-text);
    font-size: 0.9rem;
    font-weight: 750;
}

.rc-setting-copy small {
    overflow: hidden;
    color: var(--rc-text-soft);
    font-size: 0.78rem;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rc-setting-chevron {
    color: var(--rc-text-soft);
    font-size: 1.15rem;
}

.rc-setting-body {
    padding: 1rem;
    border-top: 1px solid var(--rc-border);
    background: var(--rc-panel);
}

.rc-field-stack {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.rc-field-grid,
.rc-preview-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.rc-inline-note {
    padding: 0.75rem 0.85rem;
    color: var(--rc-text-soft);
    font-size: 0.84rem;
    line-height: 1.45;
    border: 1px solid var(--rc-border);
    border-radius: 0.75rem;
    background: var(--rc-panel-muted);
}

.rc-persona-mode .mud-radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.rc-persona-mode .mud-radio {
    min-width: 0;
    margin: 0;
    padding: 0.25rem 0.6rem;
    border: 1px solid var(--rc-border);
    border-radius: 999px;
    background: var(--rc-panel-muted);
}

.rc-persona-mode .mud-radio:has(input:checked) {
    border-color: rgba(124, 58, 237, 0.45);
    background: var(--rc-purple-soft);
}

.rc-persona-mode .mud-radio,
.rc-persona-mode .mud-radio label,
.rc-persona-mode .mud-radio span,
.rc-persona-mode .mud-radio .mud-typography {
    color: var(--rc-text) !important;
    opacity: 1 !important;
}

.rc-persona-mode .mud-radio .mud-typography {
    font-size: 0.8rem;
}

.rc-persona-preview {
    padding: 0.85rem;
    border: 1px solid var(--rc-border);
    border-radius: 0.85rem;
    background: var(--rc-panel-muted);
}

.rc-preview-item {
    min-width: 0;
}

.rc-preview-value {
    overflow: hidden;
    margin-top: 0.18rem;
    color: var(--rc-text);
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rc-history-panel,
.rc-history-copy,
.rc-history-actions {
    display: flex;
    align-items: center;
}

.rc-history-panel {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 1rem;
}

.rc-history-copy {
    min-width: 0;
    gap: 0.75rem;
}

.rc-history-title {
    margin: 0.15rem 0 0;
    color: var(--rc-text);
    font-size: 0.95rem;
    font-weight: 750;
}

.rc-history-empty {
    color: var(--rc-text-soft);
    font-size: 0.82rem;
    text-align: left;
}

.rc-history-actions {
    width: 100%;
    min-width: 0;
    gap: 0.6rem;
}

.rc-history-select {
    min-width: 0;
    flex: 1 1 auto;
}

.rc-context-objective,
.rc-practice-line {
    margin-top: 1rem;
    padding: 0.8rem;
    color: var(--rc-text);
    font-size: 0.82rem;
    line-height: 1.45;
    border: 1px solid var(--rc-border);
    border-radius: 0.75rem;
    background: var(--rc-panel-muted);
}

.rc-context-objective .rc-detail-label,
.rc-practice-line .rc-detail-label {
    margin-bottom: 0.32rem;
}

.rc-scenario-start {
    padding: 0 1rem 1rem;
    animation: rc-scenario-start-reveal 180ms ease-out;
}

.rc-scenario-start::before {
    display: block;
    height: 1px;
    margin-bottom: 0.8rem;
    content: "";
    background: var(--rc-border);
}

.rc-scenario-error {
    margin-bottom: 0.75rem;
}

.rc-scenario-start .rc-start-session-button {
    margin-top: 0 !important;
}

.rc-saved-attempt {
    display: grid;
    gap: 0.75rem;
    padding: 0.9rem;
    border: 1px solid color-mix(in srgb, var(--rc-purple) 34%, var(--rc-border));
    border-radius: 0.9rem;
    background: linear-gradient(
        145deg,
        color-mix(in srgb, var(--rc-purple) 9%, var(--rc-panel)) 0%,
        var(--rc-panel) 72%);
}

.rc-saved-attempt-header,
.rc-saved-attempt-loading {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 0.7rem;
}

.rc-saved-attempt-loading {
    min-height: 3.15rem;
    justify-content: center;
    color: var(--rc-text-soft);
    font-size: 0.82rem;
}

.rc-saved-attempt-icon {
    display: inline-flex;
    width: 2.35rem;
    height: 2.35rem;
    flex: 0 0 2.35rem;
    align-items: center;
    justify-content: center;
    color: var(--rc-purple-dark);
    border-radius: 0.72rem;
    background: color-mix(in srgb, var(--rc-purple) 15%, var(--rc-panel));
}

.rc-saved-attempt-icon .mud-icon-root {
    font-size: 1.28rem;
}

.rc-saved-attempt-title {
    color: var(--rc-text);
    font-size: 0.92rem;
    font-weight: 780;
    line-height: 1.25;
}

.rc-saved-attempt-meta {
    margin-top: 0.18rem;
    color: var(--rc-text-soft);
    font-size: 0.75rem;
    line-height: 1.35;
}

.rc-saved-attempt-note,
.rc-saved-attempt-unavailable {
    margin: 0;
    color: var(--rc-text-soft);
    font-size: 0.76rem;
    line-height: 1.42;
}

.rc-saved-attempt-unavailable {
    padding: 0.62rem 0.7rem;
    border-radius: 0.65rem;
    background: var(--rc-panel-muted);
}

.rc-saved-attempt-actions {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding-top: 0.1rem;
}

.rc-start-over-button {
    width: 100%;
    min-height: 2.65rem;
    color: var(--rc-text-soft) !important;
    border-radius: 0.75rem !important;
    transition: color 150ms ease, background 150ms ease, transform 150ms ease;
}

.rc-start-over-button:not(.mud-disabled):hover {
    color: var(--rc-text) !important;
    background: color-mix(in srgb, var(--rc-purple) 9%, transparent);
    transform: translateY(-1px);
}

.rc-start-over-button .mud-button-label {
    justify-content: center;
    gap: 0.4rem;
    font-weight: 720;
    white-space: nowrap;
}

@keyframes rc-scenario-start-reveal {
    from {
        opacity: 0;
        transform: translateY(-0.35rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.rc-start-session-button {
    width: 100%;
    min-height: 3.15rem;
    margin-top: 0.75rem !important;
    color: #fff !important;
    border: 1px solid var(--rc-purple-dark) !important;
    border-radius: 0.85rem !important;
    background: linear-gradient(135deg, #8b5cf6, var(--rc-purple-dark)) !important;
    box-shadow: 0 12px 24px rgba(91, 33, 182, 0.23);
    transition: filter 150ms ease, transform 150ms ease, box-shadow 150ms ease;
}

.rc-start-session-button:hover {
    filter: brightness(1.04);
    transform: translateY(-1px);
    box-shadow: 0 15px 28px rgba(91, 33, 182, 0.28);
}

.rc-start-session-button:disabled,
.rc-start-session-button.mud-disabled {
    color: var(--rc-text-soft) !important;
    border-color: var(--rc-border) !important;
    background: var(--rc-panel-muted) !important;
    box-shadow: none;
}

.rc-start-session-button .mud-button-label {
    justify-content: center;
    gap: 0.45rem;
    font-weight: 750;
}

.rc-microphone-note {
    margin: 0.65rem 0 0;
    color: var(--rc-text-soft);
    font-size: 0.74rem;
    line-height: 1.4;
    text-align: center;
}

/* Live session */

.rc-live-shell {
    min-height: auto;
    padding: clamp(0.55rem, 1.35vw, 0.95rem);
}

.rc-live-layout {
    --rc-live-card-height: 26rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
        "live"
        "result"
        "roadmap"
        "scenario";
    align-items: start;
    gap: 0.75rem;
    width: 100%;
    max-width: 78rem;
    margin: 0 auto;
}

.rc-live-primary {
    grid-area: live;
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 0.75rem;
}

.rc-live-persona-core {
    display: grid;
    min-width: 0;
    gap: 0.8rem;
    padding: 1rem;
    border: 1px solid var(--rc-border);
    border-radius: 1rem;
    background: var(--rc-panel);
    box-shadow: var(--rc-shadow-sm);
}

.rc-live-persona-core-heading {
    display: grid;
    min-width: 0;
    gap: 0.25rem;
}

.rc-live-persona-core-heading .rc-section-copy {
    margin-top: 0;
}

.rc-live-persona-core-card {
    display: flex;
    min-width: 0;
    justify-content: center;
}

.rc-live-persona-core-card .core-card-base {
    width: 100%;
}

.rc-live-persona-core-card.is-reduce-conflict {
    display: block;
    overflow: hidden;
    border-radius: var(--connect-border-radius);
}

.rc-live-persona-core-card .rc-guide {
    width: 100%;
    min-width: 0;
}

.rc-live-sidebar {
    display: contents;
}

.rc-roadmap-panel {
    grid-area: roadmap;
    display: flex;
    min-width: 0;
    min-height: 0;
    max-height: 13.25rem;
    flex-direction: column;
    overflow: hidden;
}

.rc-context-panel {
    grid-area: scenario;
}

.rc-result-panel {
    grid-area: result;
}

.rc-setup-intro-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.rc-assignments-link {
    padding: 0.6rem 0.8rem;
    color: #315f76;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 800;
    cursor: pointer;
    border: 1px solid rgba(35, 91, 119, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
}

.rc-assignments-link:hover {
    color: #153f55;
    border-color: rgba(35, 91, 119, 0.32);
    background: #fff;
}

.rc-result-score {
    margin-top: -0.25rem;
    color: #356078;
    font-size: 0.82rem;
    font-weight: 800;
}

.rc-assignment-standard {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.55rem;
    padding: 0.42rem 0.65rem;
    color: #17465e;
    font-size: 0.76rem;
    font-weight: 750;
    border-radius: 999px;
    background: #e8f5fb;
}

.rc-phase-retry-list {
    display: grid;
    gap: 0.5rem;
    margin-top: 0.85rem;
    padding-top: 0.8rem;
    border-top: 1px solid rgba(19, 75, 102, 0.12);
}

.rc-phase-retry-button {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.58rem 0.7rem;
    color: #123f56;
    font: inherit;
    font-size: 0.8rem;
    font-weight: 800;
    text-align: left;
    cursor: pointer;
    border: 1px solid rgba(20, 97, 132, 0.2);
    border-radius: 0.7rem;
    background: #f7fbfd;
}

.rc-phase-retry-button:hover:not(:disabled) {
    border-color: rgba(20, 97, 132, 0.42);
    background: #eef8fc;
}

.rc-phase-retry-button:disabled {
    cursor: wait;
    opacity: 0.58;
}

.rc-phase-retry-button small {
    color: #687f8c;
    font-size: 0.68rem;
    font-weight: 750;
}

.rc-phase-retry-note {
    color: #667b87;
    font-size: 0.7rem;
    line-height: 1.4;
}

.rc-live-stage {
    --rc-voice-level: 0;
    position: relative;
    display: flex;
    overflow: hidden;
    min-height: 0;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0.7rem;
    padding: 3.65rem clamp(1rem, 3vw, 1.75rem) 1rem;
    color: #fff;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.35rem;
    background:
        radial-gradient(circle at 50% 32%, rgba(103, 232, 249, 0.13), transparent 19rem),
        linear-gradient(145deg, #071c2b, #12374b 62%, #172554);
    box-shadow: 0 25px 55px rgba(8, 24, 36, 0.24);
}

.rc-live-stage::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.025), transparent 35%);
}

.rc-live-stage-header {
    position: absolute;
    z-index: 2;
    top: 1.15rem;
    right: 1.25rem;
    left: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.rc-live-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.34rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.76rem;
    font-weight: 700;
}

.rc-live-status-badge strong {
    color: #fff;
    font-weight: 750;
}

.rc-live-status-dot {
    width: 0.48rem;
    height: 0.48rem;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #55f0c2;
    box-shadow: 0 0 0 0.2rem rgba(85, 240, 194, 0.14);
}

.rc-live-stage-progress {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.rc-control-connection-status {
    position: relative;
    z-index: 2;
    display: inline-flex;
    max-width: min(100%, 34rem);
    align-items: center;
    gap: 0.55rem;
    padding: 0.55rem 0.8rem;
    color: #dff8ff;
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
    border: 1px solid rgba(165, 243, 252, 0.22);
    border-radius: 0.8rem;
    background: rgba(6, 35, 52, 0.72);
}

.rc-headphone-notice {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    max-width: 100%;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.35;
    text-align: left;
}

.rc-headphone-notice .mud-icon-root {
    flex: 0 0 auto;
    color: #67e8f9;
}

.rc-live-presence {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: clamp(0.85rem, 2.4vw, 1.25rem);
    width: min(100%, 39rem);
    text-align: left;
}

.rc-live-voice-visualizer {
    position: relative;
    display: grid;
    overflow: hidden;
    width: 5.35rem;
    height: 5.35rem;
    place-items: center;
    isolation: isolate;
    border: 1px solid rgba(185, 239, 255, 0.2);
    border-radius: 1.55rem;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.025)),
        rgba(3, 18, 31, 0.48);
    box-shadow: 0 16px 38px rgba(1, 12, 24, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.12);
    transform: scale(calc(1 + (var(--rc-voice-level) * 0.025)));
    transition: border-color 120ms ease, box-shadow 120ms ease, transform 90ms linear;
}

.rc-live-voice-visualizer::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(125deg, rgba(255, 255, 255, 0.09), transparent 42%);
}

.rc-live-voice-glow {
    position: absolute;
    inset: 0.65rem;
    z-index: -1;
    opacity: calc(0.3 + (var(--rc-voice-level) * 0.7));
    border-radius: 1.1rem;
    background: conic-gradient(from 210deg, #38bdf8, #8b5cf6, #2dd4bf, #38bdf8);
    filter: blur(calc(0.7rem + (var(--rc-voice-level) * 0.45rem)));
    transform: scale(calc(0.84 + (var(--rc-voice-level) * 0.18)));
    transition: filter 90ms linear, opacity 90ms linear, transform 90ms linear;
}

.rc-live-waveform {
    display: flex;
    height: 2.7rem;
    align-items: center;
    justify-content: center;
    gap: 0.24rem;
}

.rc-live-wave-bar {
    width: 0.24rem;
    height: calc(var(--rc-bar-base) + (var(--rc-voice-level) * 0.75rem));
    max-height: 2.65rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #e0f7ff 0%, #7dd3fc 45%, #c4b5fd 100%);
    box-shadow: 0 0 calc(0.25rem + (var(--rc-voice-level) * 0.45rem)) rgba(125, 211, 252, 0.48);
    transition: height 80ms linear, box-shadow 90ms linear, opacity 90ms linear;
}

.rc-live-stage[data-voice-active="true"] .rc-live-voice-visualizer {
    border-color: rgba(186, 230, 253, 0.52);
    box-shadow: 0 18px 42px rgba(1, 12, 24, 0.32), 0 0 2rem rgba(56, 189, 248, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.rc-live-stage[data-voice-active="true"] .rc-live-wave-bar {
    animation: rc-live-wave-shimmer 680ms ease-in-out infinite alternate;
    animation-delay: var(--rc-bar-delay);
}

@keyframes rc-live-wave-shimmer {
    from {
        opacity: 0.78;
        filter: brightness(0.94);
    }
    to {
        opacity: 1;
        filter: brightness(1.16);
    }
}

.rc-live-copy {
    position: relative;
    z-index: 1;
    min-width: 0;
    max-width: 35rem;
}

.rc-live-phase-label,
.rc-live-focus-meta {
    color: rgba(255, 255, 255, 0.58);
}

.rc-live-title {
    margin: 0.32rem 0 0;
    color: #fff;
    font-size: clamp(1.45rem, 1.2rem + 0.8vw, 2rem);
    font-weight: 780;
    line-height: 1.13;
    letter-spacing: -0.035em;
}

.rc-live-description {
    margin: 0.55rem 0 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    line-height: 1.5;
}

.rc-scene-transition {
    position: relative;
    z-index: 1;
    width: min(100%, 39rem);
    padding: 0.85rem 1rem 0.9rem;
    text-align: center;
    border: 1px solid rgba(196, 181, 253, 0.24);
    border-radius: 0.9rem;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.14), rgba(56, 189, 248, 0.07));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
    backdrop-filter: blur(8px);
}

.rc-scene-transition-marker {
    display: grid;
    grid-template-columns: minmax(1.5rem, 1fr) auto minmax(1.5rem, 1fr);
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 0.55rem;
}

.rc-scene-transition-line {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(196, 181, 253, 0.42));
}

.rc-scene-transition-line:last-child {
    background: linear-gradient(90deg, rgba(196, 181, 253, 0.42), transparent);
}

.rc-scene-transition-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.9rem;
    height: 1.9rem;
    color: #ddd6fe;
    border: 1px solid rgba(196, 181, 253, 0.32);
    border-radius: 999px;
    background: rgba(76, 29, 149, 0.28);
}

.rc-scene-transition-label {
    color: #ede9fe;
    font-size: 0.74rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.rc-scene-transition-copy {
    max-width: 34rem;
    margin: 0.38rem auto 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.82rem;
    line-height: 1.5;
}

.rc-live-focus-card {
    position: relative;
    z-index: 1;
    width: min(100%, 39rem);
    padding: 0.85rem 1rem;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.065);
    backdrop-filter: blur(8px);
}

.rc-live-focus-card.is-contextual {
    border-color: rgba(125, 211, 252, 0.23);
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.09), rgba(255, 255, 255, 0.055));
}

.rc-live-focus-card.is-contextual::before {
    content: "";
    position: absolute;
    top: 0.75rem;
    bottom: 0.75rem;
    left: 0;
    width: 0.18rem;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, #38bdf8, #a78bfa);
}

.rc-live-focus-title {
    margin-top: 0.2rem;
    color: #fff;
    font-size: 0.92rem;
    font-weight: 750;
    line-height: 1.35;
}

.rc-live-focus-copy {
    margin-top: 0.25rem;
    color: rgba(255, 255, 255, 0.67);
    font-size: 0.79rem;
    line-height: 1.45;
}

.rc-live-stage-actions {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
    width: min(100%, 26rem);
}

.rc-live-stage-actions > :only-child {
    grid-column: 1 / -1;
}

.rc-mic-chip,
.rc-help-chip,
.rc-end-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    min-width: 0;
    min-height: 2.55rem;
    padding: 0.5rem 0.75rem;
    color: #fff;
    font-size: 0.77rem;
    font-weight: 750;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    transition: background 150ms ease, border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.rc-mic-chip:not([disabled]):hover,
.rc-help-chip:not([disabled]):hover,
.rc-end-chip:not([disabled]):hover {
    border-color: rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.14);
    transform: translateY(-1px);
}

.rc-help-chip {
    border-color: rgba(103, 232, 249, 0.22);
    background: rgba(34, 211, 238, 0.1);
}

.rc-help-chip.is-hint-highlighted {
    border-color: rgba(103, 232, 249, 0.72);
    background: rgba(34, 211, 238, 0.18);
    box-shadow: 0 0 0 2px rgba(103, 232, 249, 0.2), 0 0 18px rgba(34, 211, 238, 0.62);
    animation: rc-hint-highlight-glow 1.8s ease-in-out infinite;
}

.rc-help-chip.is-skip-forward {
    border-color: var(--rc-purple);
    background: var(--rc-purple);
    box-shadow: 0 8px 20px rgba(76, 29, 149, 0.32);
}

.rc-help-chip.is-skip-forward:not([disabled]):hover {
    border-color: var(--rc-purple-dark);
    background: var(--rc-purple-dark);
    box-shadow: 0 10px 24px rgba(76, 29, 149, 0.4);
}

@keyframes rc-hint-highlight-glow {
    0%,
    100% {
        box-shadow: 0 0 0 2px rgba(103, 232, 249, 0.16), 0 0 14px rgba(34, 211, 238, 0.46);
    }

    50% {
        box-shadow: 0 0 0 3px rgba(103, 232, 249, 0.3), 0 0 24px rgba(34, 211, 238, 0.78);
    }
}

.rc-mic-chip.is-muted {
    border-color: rgba(252, 165, 165, 0.25);
    background: rgba(185, 28, 28, 0.16);
}

.rc-mic-chip[disabled],
.rc-help-chip[disabled],
.rc-end-chip[disabled] {
    opacity: 0.55;
    cursor: not-allowed;
}

.rc-mic-chip .mud-icon-root,
.rc-help-chip .mud-icon-root,
.rc-end-chip .mud-icon-root {
    color: currentColor;
    font-size: 0.95rem;
}

.rc-roadmap-header {
    flex: 0 0 auto;
    align-items: center;
    margin-bottom: 0.65rem;
}

.rc-roadmap-count {
    flex: 0 0 auto;
    color: var(--rc-purple);
    border-color: rgba(124, 58, 237, 0.2);
    background: var(--rc-purple-soft);
}

.rc-roadmap {
    display: flex;
    min-height: 0;
    padding-right: 0.25rem;
    flex: 1 1 auto;
    flex-direction: column;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    scroll-padding-block: 0.5rem;
}

.rc-roadmap::-webkit-scrollbar {
    width: 0.38rem;
}

.rc-roadmap::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: color-mix(in srgb, var(--rc-text-soft) 32%, transparent);
}

.rc-roadmap-step {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.7rem;
    min-height: 2.8rem;
    padding: 0.35rem 0;
}

.rc-roadmap-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 1.28rem;
    bottom: -0.45rem;
    left: 0.35rem;
    width: 1px;
    background: var(--rc-border);
}

.rc-roadmap-marker {
    position: relative;
    z-index: 1;
    width: 0.72rem;
    height: 0.72rem;
    margin-top: 0.25rem;
    border: 2px solid var(--rc-border);
    border-radius: 50%;
    background: var(--rc-panel);
}

.rc-roadmap-step.complete .rc-roadmap-marker {
    border-color: var(--rc-success);
    background: var(--rc-success);
}

.rc-roadmap-step.active .rc-roadmap-marker {
    border-color: var(--rc-purple);
    background: var(--rc-panel);
    box-shadow: 0 0 0 4px var(--rc-purple-soft);
}

.rc-roadmap-copy {
    min-width: 0;
}

.rc-roadmap-title {
    overflow: hidden;
    color: var(--rc-text-soft);
    font-size: 0.82rem;
    font-weight: 680;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rc-roadmap-step.complete .rc-roadmap-title,
.rc-roadmap-step.active .rc-roadmap-title {
    color: var(--rc-text);
}

.rc-roadmap-state {
    margin-top: 0.08rem;
    color: var(--rc-text-soft);
    font-size: 0.66rem;
    line-height: 1.3;
}

.rc-roadmap-step.active .rc-roadmap-state {
    color: var(--rc-purple);
    font-weight: 750;
}

.rc-context-title {
    margin: 0.3rem 0 0;
    color: var(--rc-text);
    font-size: 0.95rem;
    font-weight: 750;
    line-height: 1.35;
}

.rc-context-copy {
    margin: 0.35rem 0 0;
    color: var(--rc-text-soft);
    font-size: 0.78rem;
    line-height: 1.45;
}

.rc-result-panel {
    border-color: rgba(124, 58, 237, 0.24);
    background:
        radial-gradient(circle at 100% 0%, rgba(124, 58, 237, 0.12), transparent 11rem),
        var(--rc-panel);
}

.rc-result-grade {
    display: grid;
    width: 3rem;
    height: 3rem;
    place-items: center;
    flex: 0 0 auto;
    color: #fff;
    font-size: 1.45rem;
    font-weight: 850;
    border-radius: 0.9rem;
    background: linear-gradient(145deg, #8b5cf6, var(--rc-purple-dark));
    box-shadow: 0 9px 18px rgba(91, 33, 182, 0.2);
}

.rc-practice-line {
    border-color: rgba(124, 58, 237, 0.18);
    background: var(--rc-purple-soft);
}

.rc-error {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.8rem 0.9rem;
    color: var(--rc-text);
    font-size: 0.82rem;
    line-height: 1.45;
    border: 1px solid rgba(220, 38, 38, 0.24);
    border-left: 3px solid var(--mud-palette-error);
    border-radius: 0.8rem;
    background: var(--rc-panel);
}

.rc-error .mud-icon-root {
    flex: 0 0 auto;
    color: var(--mud-palette-error);
    font-size: 1.05rem;
}

/* MudBlazor fields */

.rc-field .mud-input-control {
    margin-top: 0;
    --mud-palette-text-primary: var(--rc-text);
    --mud-palette-text-secondary: var(--rc-text-soft);
}

.rc-field .mud-input-control-input-container,
.rc-field .mud-input-outlined,
.rc-field .mud-input-slot,
.rc-field .mud-input-root {
    border-radius: 0.75rem !important;
    background: var(--rc-panel-muted) !important;
}

.rc-field .mud-input-slot,
.rc-field .mud-input > input,
.rc-field .mud-input > textarea,
.rc-field input,
.rc-field textarea,
.rc-field .mud-select-input,
.rc-field .mud-input-root *,
.rc-field .mud-select .mud-select-input {
    color: var(--rc-text) !important;
    opacity: 1 !important;
    -webkit-text-fill-color: var(--rc-text) !important;
}

.rc-field .mud-input-label {
    color: var(--rc-text-soft) !important;
    opacity: 1 !important;
    -webkit-text-fill-color: var(--rc-text-soft) !important;
}

.rc-field input::placeholder,
.rc-field textarea::placeholder {
    color: var(--rc-text-soft) !important;
    opacity: 0.72;
    -webkit-text-fill-color: var(--rc-text-soft) !important;
}

.rc-field .mud-input-adornment,
.rc-field .mud-input-adornment .mud-icon-root,
.rc-field .mud-select-icon {
    color: var(--rc-text-soft) !important;
}

.rc-field .mud-input-outlined-border {
    border-color: var(--rc-border) !important;
}

.rc-field .mud-input-root:hover .mud-input-outlined-border,
.rc-field .mud-input-root.mud-input-focused .mud-input-outlined-border {
    border-color: var(--rc-purple) !important;
}

@media (min-width: 651px) {
    .rc-setup-shell {
        gap: 1.25rem;
    }

    .rc-setup-intro {
        align-items: flex-end;
        flex-direction: row;
        gap: 1.25rem;
    }

    .rc-setup-shell .rc-section-header,
    .rc-history-panel {
        align-items: center;
        flex-direction: row;
    }

    .rc-history-empty {
        text-align: right;
    }

    .rc-history-actions {
        width: auto;
        min-width: min(100%, 22rem);
    }

    .rc-history-select {
        min-width: 13rem;
        flex: 1 1 13rem;
    }

    .rc-scenario {
        min-height: 13.25rem;
    }

}

@media (min-width: 881px) {
    .rc-setup-layout {
        gap: 1.25rem;
    }

    .rc-live-layout {
        grid-template-columns: minmax(0, 1fr) minmax(16.5rem, 18rem);
        grid-template-areas:
            "live sidebar"
            "scenario .";
    }

    .rc-live-sidebar {
        grid-area: sidebar;
        display: flex;
        min-width: 0;
        height: var(--rc-live-card-height);
        min-height: 0;
        flex-direction: column;
        gap: 0.75rem;
    }

    .rc-live-stage {
        /* Follow-Up adds an authored scene transition; retain the aligned desktop
           baseline without clipping dynamic guidance, zoomed text, or controls. */
        height: auto;
        min-height: var(--rc-live-card-height);
        justify-content: center;
    }

    .rc-roadmap-panel {
        height: auto;
        max-height: none;
        flex: 1 1 auto;
    }

    .rc-live-layout.has-debrief-result {
        grid-template-areas:
            "live result"
            "scenario roadmap";
    }

    .rc-live-layout.has-debrief-result .rc-live-sidebar {
        display: contents;
        height: auto;
    }

    .rc-live-layout.has-debrief-result .rc-roadmap-panel {
        height: var(--rc-live-card-height);
        min-height: var(--rc-live-card-height);
        max-height: none;
    }
}

@media (min-width: 1081px) {
    .rc-live-layout {
        grid-template-columns: minmax(0, 1fr) minmax(17.5rem, 20rem);
    }
}

@media (max-width: 650px) {
    .rc-training-modal {
        width: calc(100vw - 0.75rem);
    }

    .rc-hero {
        padding-inline: 0.75rem;
    }

    .rc-icon-shell {
        display: none;
    }

    .rc-hero-subtitle {
        display: none;
    }

    .rc-shell {
        min-height: 82dvh;
        padding: 0.85rem;
    }

    .rc-panel {
        padding: 0.9rem;
    }

    .rc-voice-badge {
        align-self: flex-start;
    }

    .rc-field-grid,
    .rc-preview-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .rc-setting-copy small {
        white-space: normal;
    }

    .rc-live-stage {
        height: auto;
        min-height: 0;
        padding: 3.85rem 0.85rem 1rem;
    }

    .rc-live-stage-header {
        top: 1rem;
        right: 1rem;
        left: 1rem;
        align-items: flex-start;
    }

    .rc-live-stage-actions {
        width: 100%;
    }

    .rc-live-persona-core {
        padding: 0.85rem;
    }

    .rc-live-persona-core-card {
        overflow: hidden;
    }

    .rc-live-presence {
        gap: 0.75rem;
    }

    .rc-live-voice-visualizer {
        width: 4.35rem;
        height: 4.35rem;
        border-radius: 1.25rem;
    }

    .rc-live-waveform {
        height: 2.25rem;
        gap: 0.18rem;
    }

    .rc-live-wave-bar {
        width: 0.2rem;
        max-height: 2.2rem;
    }

}

@container rc-training-shell (max-width: 64rem) {
    .rc-scenario-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@container rc-training-shell (max-width: 52rem) {
    .rc-setup-layout {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "scenario"
            "preferences"
            "history";
        gap: 0.9rem;
    }

    .rc-live-layout {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "live"
            "result"
            "roadmap"
            "scenario";
    }

    .rc-live-layout.has-debrief-result {
        grid-template-areas:
            "live"
            "result"
            "roadmap"
            "scenario";
    }

    .rc-live-sidebar {
        display: contents;
    }

    .rc-live-stage {
        height: auto;
        min-height: 0;
        justify-content: flex-start;
    }

    .rc-roadmap-panel {
        height: auto;
        max-height: 13.25rem;
    }

    .rc-live-layout.has-debrief-result .rc-roadmap-panel {
        height: auto;
        min-height: 0;
        max-height: 13.25rem;
    }
}

@container rc-training-shell (max-width: 40rem) {
    .rc-scenario-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (prefers-reduced-motion: reduce) {
    .rc-scenario,
    .rc-scenario-start,
    .rc-start-session-button,
    .rc-start-over-button,
    .rc-mic-chip,
    .rc-help-chip,
    .rc-end-chip,
    .rc-live-voice-visualizer,
    .rc-live-voice-glow,
    .rc-live-wave-bar {
        transition: none;
    }

    .rc-scenario-start {
        animation: none;
    }

    .rc-help-chip.is-hint-highlighted {
        animation: none;
    }

    .rc-live-stage[data-voice-active="true"] .rc-live-wave-bar {
        animation: none;
    }
}
