.bw-bq-wrap,
.bw-bq-wrap * {
    box-sizing: border-box;
    font-weight: 400 !important;
}
.bw-bq-wrap {
    --bq-burgundy: #6b0904;
    --bq-burgundy-2: #8d1608;
    --bq-amber: #f4a900;
    --bq-cream: #fff8e8;
    --bq-ink: #211a18;
    --bq-muted: #675b56;
    --bq-line: #e3d6cc;
    --bq-green: #166534;
    --bq-green-bg: #ecfdf3;
    --bq-red: #a11616;
    --bq-red-bg: #fff0f0;
    --bq-live-accent: #8b1b0b;
    width: 100%;
    max-width: 100%;
    margin: 24px 0;
    transform: none;
    color: var(--bq-ink);
    font-family: inherit;
    line-height: 1.55;
}
/* Das Plugin greift bewusst nicht in die Theme-Spalten ein. Die vorhandene
   linke/rechte Sidebar und die normale Inhaltsbreite bleiben vollständig erhalten. */
.bw-bq-wrap h2,
.bw-bq-wrap h3,
.bw-bq-wrap h4,
.bw-bq-wrap p { margin-top: 0; }
.bw-bq-wrap button,
.bw-bq-wrap input { font: inherit; }
.bw-bq-wrap button { cursor: pointer; }
.bw-bq-wrap button:focus-visible,
.bw-bq-wrap input:focus-visible,
.bw-bq-wrap a:focus-visible { outline: 3px solid #1b65d8; outline-offset: 3px; }
.bw-bq-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.bw-bq-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(28px, 4vw, 58px);
    border: 1px solid #5c0703;
    border-radius: 24px;
    color: #fff;
    background:
        radial-gradient(circle at 88% 14%, rgba(244,169,0,.34), transparent 26%),
        linear-gradient(135deg, #570502 0%, #7d1007 56%, #a1260d 100%);
    box-shadow: 0 18px 50px rgba(54, 8, 3, .18);
}
.bw-bq-hero::after {
    content: "";
    position: absolute;
    right: -45px;
    bottom: -78px;
    width: 250px;
    height: 250px;
    border: 35px solid rgba(255,255,255,.07);
    border-radius: 50%;
}
.bw-bq-hero__eyebrow,
.bw-bq-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 11px;
    border-radius: 999px;
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.bw-bq-hero__eyebrow { background: #f4a900; color: #2c1900; }
.bw-bq-hero h2 {
    max-width: 840px;
    margin: 16px 0 12px;
    color: #fff !important;
    font-size: clamp(30px, 4.5vw, 55px);
    line-height: 1.08;
}
.bw-bq-hero > p { max-width: 900px; margin-bottom: 22px; color: #fff6ef; font-size: clamp(16px, 1.5vw, 19px); }
.bw-bq-hero__facts { display: flex; flex-wrap: wrap; gap: 10px; }
.bw-bq-hero__facts span { padding: 8px 13px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(255,255,255,.10); color: #fff; font-size: 14px; }
.bw-bq-switcher {
    position: relative;
    display: block;
    padding: 15px 16px 16px;
    overflow: hidden;
    border: 1px solid #d5b36f;
    border-radius: 16px;
    background:
        radial-gradient(circle at 10% -25%, rgba(255,255,255,.92), transparent 38%),
        linear-gradient(120deg, #fff9e9 0%, #f8e2ad 52%, #f2c96e 100%);
    box-shadow: 0 10px 28px rgba(88, 52, 11, .12);
}
.bw-bq-switcher::after {
    content: "";
    position: absolute;
    right: -42px;
    top: -70px;
    width: 150px;
    height: 150px;
    border: 24px solid rgba(107,9,4,.06);
    border-radius: 50%;
    pointer-events: none;
}
.bw-bq-switcher__lead {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 4px 18px;
    margin-bottom: 11px;
}
.bw-bq-switcher__eyebrow { color: #7b4800; font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.bw-bq-switcher__title { color: #341a10; font-size: 14px; line-height: 1.25; }
.bw-bq-switcher__track {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 8px;
    width: 100%;
    min-width: 0;
    padding: 0;
    overflow: visible;
}
.bw-bq-switcher__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    width: 100%;
    min-width: 0;
    min-height: 46px;
    height: 100%;
    max-width: none;
    padding: 8px 10px;
    border: 1px solid rgba(91,47,8,.24);
    border-radius: 12px;
    color: #3d2417 !important;
    background: rgba(255,255,255,.84);
    box-shadow: 0 3px 10px rgba(68,34,5,.06);
    text-decoration: none !important;
    white-space: normal;
    line-height: 1.22;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
.bw-bq-switcher__item span:first-child { flex: 0 0 auto; font-size: 17px; line-height: 1; }
.bw-bq-switcher__item span:last-child { min-width: 0; overflow: visible; text-overflow: clip; overflow-wrap: anywhere; }
.bw-bq-switcher__item:hover,
.bw-bq-switcher__item:focus-visible {
    border-color: #6b0904;
    color: #2a140e !important;
    background: #fff;
    box-shadow: 0 6px 15px rgba(68,34,5,.12);
    transform: translateY(-1px);
}
.bw-bq-switcher__item.is-active,
.bw-bq-switcher__item.is-active:hover,
.bw-bq-switcher__item.is-active:focus-visible {
    border-color: #5a0703;
    color: #fff !important;
    background: linear-gradient(135deg, #6b0904, #9b220d);
    box-shadow: 0 5px 14px rgba(91,7,3,.22);
}
.bw-bq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 24px; }
.bw-bq-card {
    position: relative;
    display: grid;
    grid-template-columns: 72px minmax(0,1fr);
    gap: 18px;
    min-height: 250px;
    padding: 24px;
    overflow: hidden;
    border: 1px solid var(--bq-line);
    border-top: 5px solid var(--bq-accent);
    border-radius: 19px;
    background:
        radial-gradient(circle at 92% 8%, rgba(255,255,255,.82) 0 10%, transparent 10.5%),
        linear-gradient(135deg, #fffdf7 0%, #fff3cf 52%, #f4d98f 100%);
    box-shadow: 0 10px 28px rgba(55, 28, 15, .08);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.bw-bq-card:hover { transform: translateY(-3px); border-color: #c5a994; box-shadow: 0 17px 38px rgba(55, 28, 15, .13); }
.bw-bq-card:nth-child(4n+2) {
    background:
        radial-gradient(circle at 88% 12%, rgba(255,255,255,.78) 0 9%, transparent 9.5%),
        linear-gradient(140deg, #fffaf0 0%, #fbe9b9 50%, #efcf79 100%);
}
.bw-bq-card:nth-child(4n+3) {
    background:
        radial-gradient(circle at 8% 92%, rgba(244,169,0,.10) 0 14%, transparent 14.5%),
        linear-gradient(130deg, #fffef9 0%, #fff1c5 48%, #f7dda0 100%);
}
.bw-bq-card:nth-child(4n+4) {
    background:
        radial-gradient(circle at 94% 88%, rgba(255,255,255,.70) 0 12%, transparent 12.5%),
        linear-gradient(145deg, #fff9e8 0%, #f8e4ae 52%, #f1d286 100%);
}
.bw-bq-card__icon { display: grid; place-items: center; width: 72px; height: 72px; border-radius: 18px; background: color-mix(in srgb, var(--bq-accent) 12%, white); font-size: 34px; }
.bw-bq-card__body { min-width: 0; padding-bottom: 55px; }
.bw-bq-card h3 { margin: 2px 0 10px; color: #2b1711 !important; font-size: clamp(21px, 2vw, 27px); line-height: 1.22; }
.bw-bq-card p { color: var(--bq-muted); font-size: 16px; }
.bw-bq-card__meta { display: flex; flex-wrap: wrap; gap: 7px; }
.bw-bq-card__meta span { padding: 5px 9px; border-radius: 8px; background: #f5f1ee; color: #443a35; font-size: 13px; }
.bw-bq-card__button {
    position: absolute;
    right: 22px;
    bottom: 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 43px;
    padding: 10px 16px;
    border: 0 !important;
    border-radius: 10px;
    color: #fff !important;
    background: var(--bq-accent) !important;
    text-decoration: none !important;
}
.bw-bq-card__button:hover,
.bw-bq-card__button:focus-visible { color: #fff !important; background: var(--bq-accent) !important; filter: brightness(.82); }
.bw-bq-app { margin-top: 14px; }
.bw-bq-app[hidden], .bw-bq-grid[hidden] { display: none !important; }
.bw-bq-app__topbar { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 12px; }
.bw-bq-app__label { display: inline-flex; align-items: center; gap: 8px; min-width: 0; color: #4b352b; font-size: 15px; }
.bw-bq-app__label span:first-child { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid #e0cba8; border-radius: 9px; background: #fff6dd; font-size: 18px; }
.bw-bq-linkbutton { padding: 6px 8px; border: 0 !important; border-radius: 7px; color: #6b0904 !important; background: transparent !important; text-decoration: underline; text-underline-offset: 3px; }
.bw-bq-linkbutton:hover,
.bw-bq-linkbutton:focus-visible { color: #4f0502 !important; background: #fff0d7 !important; }
.bw-bq-app__counter { min-width: 86px; padding: 7px 12px; border-radius: 999px; color: #fff; background: var(--bq-burgundy); text-align: center; font-size: 14px; }
.bw-bq-stage {
    min-height: 420px;
    padding: clamp(22px, 4vw, 50px);
    border: 1px solid var(--bq-line);
    border-radius: 22px;
    background:
        radial-gradient(circle at 88% 8%, rgba(255,255,255,.84) 0 8%, transparent 8.4%),
        radial-gradient(circle at 8% 92%, rgba(244,169,0,.12) 0 13%, transparent 13.5%),
        linear-gradient(135deg, #fffdf7 0%, #fff5d8 47%, #f7dfad 100%);
    box-shadow: 0 18px 48px rgba(58, 30, 15, .13);
}
.bw-bq-loading { display: grid; place-items: center; min-height: 330px; color: var(--bq-muted); }
.bw-bq-spinner { width: 48px; height: 48px; border: 4px solid #e9ddd4; border-top-color: var(--bq-burgundy); border-radius: 50%; animation: bwBqSpin .8s linear infinite; }
@keyframes bwBqSpin { to { transform: rotate(360deg); } }
.bw-bq-intro { display: grid; grid-template-columns: 120px minmax(0,1fr); gap: 34px; align-items: start; }
.bw-bq-intro__icon { display: grid; place-items: center; width: 120px; height: 120px; border: 1px solid #ead7ca; border-radius: 26px; background: linear-gradient(145deg, #fff7e4, #f4e6d8); font-size: 58px; }
.bw-bq-kicker { background: #f7e4bc; color: #5a3900; }
.bw-bq-intro h3,
.bw-bq-result h3,
.bw-bq-namebox h3,
.bw-bq-section-head h3 { margin: 10px 0 12px; color: #2b1711 !important; font-size: clamp(27px, 3vw, 42px); line-height: 1.15; }
.bw-bq-intro__text { max-width: 900px; color: var(--bq-muted); font-size: 17px; }
.bw-bq-intro__meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 24px; }
.bw-bq-intro__meta span { padding: 7px 11px; border: 1px solid #e2d4ca; border-radius: 9px; background: #fbf8f5; color: #4a3e38; font-size: 14px; }
.bw-bq-intro__hint { margin: 14px 0 0; color: #70635d; font-size: 14px; }
.bw-bq-primary,
.bw-bq-secondary {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    min-height: 46px;
    padding: 11px 18px;
    border-radius: 10px;
    text-decoration: none;
}
.bw-bq-primary { border: 1px solid #5a0703 !important; color: #fff !important; background: var(--bq-burgundy) !important; }
.bw-bq-primary:hover,
.bw-bq-primary:focus-visible { border-color: #350300 !important; color: #fff !important; background: #4f0502 !important; }
.bw-bq-primary--large { min-height: 54px; padding: 13px 24px; font-size: 17px; }
.bw-bq-secondary { border: 1px solid #8d6f60 !important; color: #3c261e !important; background: #fff !important; }
.bw-bq-secondary:hover,
.bw-bq-secondary:focus-visible { border-color: #6b0904 !important; color: #3c261e !important; background: #fff0d7 !important; }
.bw-bq-secondary:disabled { opacity: .45; cursor: not-allowed; }
.bw-bq-progress { height: 10px; overflow: hidden; border-radius: 999px; background: #eadfd7; }
.bw-bq-progress span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--bq-amber), var(--bq-live-accent)); transition: width .25s ease; }
.bw-bq-question-view { max-width: 1040px; margin: 0 auto; }
.bw-bq-question-view__meta { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin: 15px 0 18px; color: var(--bq-muted); font-size: 14px; }
.bw-bq-question-view h3 { margin: 0 0 24px; color: #23130e !important; font-size: clamp(24px, 3vw, 38px); line-height: 1.25; text-align: center; }
.bw-bq-difficulty { padding: 5px 9px; border-radius: 999px; text-transform: capitalize; }
.bw-bq-difficulty--leicht { background: #e8f7ed; color: #155c2c; }
.bw-bq-difficulty--mittel { background: #fff3d5; color: #704600; }
.bw-bq-difficulty--schwer { background: #fde6e6; color: #891b1b; }
.bw-bq-answers { display: grid; gap: 12px; }
.bw-bq-answer {
    -webkit-appearance: none;
    appearance: none;
    display: grid;
    grid-template-columns: 42px minmax(0,1fr);
    align-items: center;
    gap: 13px;
    width: 100%;
    min-height: 64px;
    padding: 10px 15px;
    border: 1px solid #ad9b91 !important;
    border-radius: 12px;
    color: #251711 !important;
    background: #fff !important;
    box-shadow: none;
    text-align: left;
    text-decoration: none !important;
    transition: border-color .15s ease, background-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.bw-bq-answer:hover,
.bw-bq-answer:focus-visible {
    border-color: var(--bq-burgundy) !important;
    color: #251711 !important;
    background: #fff0d7 !important;
    box-shadow: 0 0 0 2px rgba(107, 9, 4, .12);
    transform: translateX(2px);
}
.bw-bq-answer.is-selected,
.bw-bq-answer.is-selected:hover,
.bw-bq-answer.is-selected:focus-visible,
.bw-bq-answer[aria-pressed="true"] {
    border: 2px solid var(--bq-live-accent) !important;
    color: #fff !important;
    background: var(--bq-live-accent) !important;
    box-shadow: 0 0 0 3px rgba(139, 27, 11, .14);
}
.bw-bq-answer__mark {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #efe7e1 !important;
    color: #4a3127 !important;
}
.bw-bq-answer:hover .bw-bq-answer__mark,
.bw-bq-answer:focus-visible .bw-bq-answer__mark {
    background: #f6dfbd !important;
    color: #4a2600 !important;
}
.bw-bq-answer.is-selected .bw-bq-answer__mark,
.bw-bq-answer[aria-pressed="true"] .bw-bq-answer__mark {
    color: #351d00 !important;
    background: var(--bq-amber) !important;
}
.bw-bq-answer__text {
    color: inherit !important;
    font-size: 17px;
}
.bw-bq-inline-message { margin-top: 12px; padding: 10px 12px; border: 1px solid #e3b0a9; border-radius: 9px; color: #7d170f; background: #fff1ee; }
.bw-bq-navigation { display: flex; justify-content: space-between; gap: 14px; margin-top: 25px; }
.bw-bq-dotnav { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; margin-top: 26px; padding-top: 20px; border-top: 1px solid #eee3db; }
.bw-bq-dotnav button { width: 34px; height: 34px; padding: 0; border: 1px solid #c7b8ae !important; border-radius: 50%; color: #594940 !important; background: #fff !important; font-size: 13px; }
.bw-bq-dotnav button:hover,
.bw-bq-dotnav button:focus-visible { border-color: var(--bq-burgundy) !important; color: #3c261e !important; background: #fff0d7 !important; }
.bw-bq-dotnav button.is-answered { border-color: #6c8d73 !important; color: #24492e !important; background: #eef8f0 !important; }
.bw-bq-dotnav button.is-current,
.bw-bq-dotnav button.is-current:hover,
.bw-bq-dotnav button.is-current:focus-visible { border-color: var(--bq-burgundy) !important; color: #fff !important; background: var(--bq-burgundy) !important; }
.bw-bq-result__summary { display: grid; grid-template-columns: 220px minmax(0,1fr); gap: 42px; align-items: center; padding: 10px 0 32px; }
.bw-bq-score-ring { position: relative; width: 210px; height: 210px; }
.bw-bq-score-ring svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.bw-bq-score-ring circle { fill: none; stroke: #eadfd7; stroke-width: 10; }
.bw-bq-score-ring .bw-bq-score-ring__value { stroke: var(--bq-live-accent); stroke-linecap: round; stroke-dasharray: 326.73; transition: stroke-dashoffset .8s ease; }
.bw-bq-score-ring > div { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; }
.bw-bq-score-ring span { color: #3d1d14; font-size: 42px; line-height: 1; }
.bw-bq-score-ring small { margin-top: 8px; color: var(--bq-muted); font-size: 15px; }
.bw-bq-result__copy p { max-width: 700px; color: var(--bq-muted); font-size: 17px; }
.bw-bq-result__facts { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0; }
.bw-bq-result__facts span { padding: 7px 11px; border-radius: 9px; background: #f5efeb; color: #4b3930; }
.bw-bq-result__buttons { display: flex; flex-wrap: wrap; gap: 10px; }
.bw-bq-namebox { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px, .8fr); gap: 30px; margin: 25px 0; padding: 25px; border: 1px solid #d8c7b9; border-radius: 17px; background: #fff9ee; }
.bw-bq-namebox h3 { font-size: 25px; }
.bw-bq-namebox p { color: var(--bq-muted); }
.bw-bq-namebox form { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 10px; align-items: end; }
.bw-bq-namebox label span { display: block; margin-bottom: 5px; color: #47342a; font-size: 14px; }
.bw-bq-namebox input { width: 100%; min-height: 46px; padding: 9px 12px; border: 1px solid #8d776b; border-radius: 9px; color: #211a18; background: #fff; }
.bw-bq-form-message { grid-column: 1 / -1; margin: 0; color: #175b2c; font-size: 14px; }
.bw-bq-namebox form.is-saved input,
.bw-bq-namebox form.is-saved button { opacity: .55; pointer-events: none; }
.bw-bq-leaderboard,
.bw-bq-review-list { margin-top: 28px; padding-top: 26px; border-top: 1px solid #eadfd7; }
.bw-bq-section-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 16px; }
.bw-bq-section-head h3 { margin-bottom: 0; font-size: 28px; }
.bw-bq-leaderboard__head,
.bw-bq-leaderboard__row { display: grid; grid-template-columns: 70px minmax(0,1fr) 90px 110px; gap: 10px; align-items: center; }
.bw-bq-leaderboard__head { padding: 8px 13px; color: #76645b; font-size: 13px; }
.bw-bq-leaderboard__row { margin-top: 7px; padding: 12px 13px; border: 1px solid #e2d6ce; border-radius: 10px; background: #fff; }
.bw-bq-leaderboard__rank { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: #fff; background: var(--bq-burgundy); }
.bw-bq-leaderboard__name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bw-bq-empty { padding: 16px; border-radius: 10px; color: var(--bq-muted); background: #f7f3f0; }
.bw-bq-review { margin-top: 15px; overflow: hidden; border: 1px solid #ddd0c6; border-left-width: 6px; border-radius: 13px; background: #fff; }
.bw-bq-review--correct { border-left-color: var(--bq-green); }
.bw-bq-review--wrong { border-left-color: var(--bq-red); }
.bw-bq-review__head { display: flex; justify-content: space-between; gap: 10px; padding: 12px 16px; background: #f8f4f1; color: #5d4a40; font-size: 14px; }
.bw-bq-review__status { padding: 3px 9px; border-radius: 999px; }
.bw-bq-review--correct .bw-bq-review__status { color: var(--bq-green); background: var(--bq-green-bg); }
.bw-bq-review--wrong .bw-bq-review__status { color: var(--bq-red); background: var(--bq-red-bg); }
.bw-bq-review h4 { margin: 0; padding: 17px 17px 10px; color: #2b1711 !important; font-size: 20px; line-height: 1.35; }
.bw-bq-review ul { display: grid; gap: 7px; margin: 0; padding: 0 17px 15px; list-style: none; }
.bw-bq-review li { display: grid; grid-template-columns: 28px minmax(0,1fr) auto; gap: 9px; align-items: center; padding: 9px 10px; border: 1px solid #e5dad2; border-radius: 8px; }
.bw-bq-review li b { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: #eee6e1; font-style: normal; }
.bw-bq-review li em { font-style: normal; }
.bw-bq-review li span { color: #67564d; font-size: 12px; }
.bw-bq-review li.is-correct { border-color: #78a787; background: var(--bq-green-bg); }
.bw-bq-review li.is-selected-wrong { border-color: #d99191; background: var(--bq-red-bg); }
.bw-bq-review__explanation { display: grid; grid-template-columns: 30px minmax(0,1fr); gap: 10px; padding: 14px 17px; border-top: 1px solid #e8ddd5; background: #fffaf2; }
.bw-bq-review__explanation > span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: #fff; background: #7d4c00; }
.bw-bq-review__explanation p { margin: 0; color: #54443b; }
.bw-bq-result__footer { display: flex; justify-content: center; margin-top: 28px; }
.bw-bq-message { display: grid; grid-template-columns: 50px minmax(0,1fr); gap: 16px; max-width: 760px; margin: 40px auto 20px; padding: 20px; border-radius: 13px; }
.bw-bq-message > span { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 50%; color: #fff; background: var(--bq-red); font-size: 24px; }
.bw-bq-message--error { border: 1px solid #e7a8a8; background: var(--bq-red-bg); }
.bw-bq-noscript { padding: 14px; border: 1px solid #d7a1a1; border-radius: 8px; background: #fff2f2; }
.bw-bq-wrap.is-busy button { pointer-events: none; }
@media (max-width: 850px) {
    .bw-bq-switcher__track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .bw-bq-grid { grid-template-columns: 1fr; }
    .bw-bq-result__summary { grid-template-columns: 1fr; }
    .bw-bq-score-ring { margin: 0 auto; }
    .bw-bq-namebox { grid-template-columns: 1fr; }
}
@media (max-width: 650px) {
    .bw-bq-wrap { width: 100%; margin-top: 14px; margin-bottom: 20px; }
    .bw-bq-hero { padding: 25px 20px; border-radius: 17px; }
    .bw-bq-switcher { padding: 12px; border-radius: 14px; }
    .bw-bq-switcher__lead { display: grid; justify-content: stretch; gap: 1px; margin-bottom: 9px; }
    .bw-bq-switcher__title { font-size: 13px; }
    .bw-bq-switcher__track { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
    .bw-bq-switcher__item { min-height: 44px; padding: 7px 9px; font-size: 13px; }
    .bw-bq-grid { gap: 14px; margin-top: 15px; }
    .bw-bq-card { grid-template-columns: 56px minmax(0,1fr); gap: 13px; min-height: 270px; padding: 18px; border-radius: 15px; }
    .bw-bq-card__icon { width: 56px; height: 56px; border-radius: 14px; font-size: 28px; }
    .bw-bq-card__button { left: 18px; right: 18px; justify-content: center; }
    .bw-bq-app__topbar { align-items: flex-start; }
    .bw-bq-app__label { max-width: calc(100% - 78px); font-size: 13px; }
    .bw-bq-stage { min-height: 360px; padding: 20px 14px; border-radius: 16px; }
    .bw-bq-intro { grid-template-columns: 1fr; gap: 19px; }
    .bw-bq-intro__icon { width: 88px; height: 88px; border-radius: 20px; font-size: 43px; }
    .bw-bq-question-view h3 { text-align: left; }
    .bw-bq-answer { grid-template-columns: 36px minmax(0,1fr); min-height: 60px; padding: 9px 10px; }
    .bw-bq-answer__mark { width: 32px; height: 32px; }
    .bw-bq-navigation { display: grid; grid-template-columns: 1fr 1fr; }
    .bw-bq-dotnav { gap: 5px; }
    .bw-bq-dotnav button { width: 31px; height: 31px; }
    .bw-bq-namebox form { grid-template-columns: 1fr; }
    .bw-bq-leaderboard__head { display: none; }
    .bw-bq-leaderboard__row { grid-template-columns: 42px minmax(0,1fr) auto; }
    .bw-bq-leaderboard__row > span:last-child { grid-column: 2 / -1; color: var(--bq-muted); font-size: 13px; }
    .bw-bq-section-head { align-items: start; flex-direction: column; }
    .bw-bq-review li { grid-template-columns: 28px minmax(0,1fr); }
    .bw-bq-review li span { grid-column: 2; }
}
@media (prefers-reduced-motion: reduce) {
    .bw-bq-wrap *, .bw-bq-wrap *::before, .bw-bq-wrap *::after { scroll-behavior: auto !important; transition: none !important; animation-duration: .01ms !important; }
}

@media (max-width: 430px) {
    .bw-bq-switcher__track { grid-template-columns: 1fr; }
    .bw-bq-switcher__item { min-height: 42px; }
}
