.uasm-buk-app {
  --navy: #193c69;
  --blue: #2774cf;
  --sky: #eaf8ff;
  --green: #3fbd7b;
  --yellow: #ffd052;
  --purple: #7559d6;
  --coral: #ff7469;
  --muted: #6f829a;
  color: var(--navy);
  font-family: "Nunito", "Arial Rounded MT Bold", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.35;
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}
.uasm-buk-app *, .uasm-buk-app *::before, .uasm-buk-app *::after { box-sizing: border-box; }
.uasm-buk-app button, .uasm-buk-app a { font-family: inherit; touch-action: manipulation; }
.uasm-buk-shell { background: linear-gradient(180deg, #effaff 0, #fffdf2 100%); border: 1px solid #cce8f5; border-radius: 30px; box-shadow: 0 18px 45px rgba(41, 93, 130, .13); min-height: 620px; overflow: hidden; position: relative; }
.uasm-buk-header { align-items: center; background: rgba(255,255,255,.94); border-bottom: 2px solid #d9edf7; display: flex; justify-content: space-between; min-height: 72px; padding: 10px 22px; position: relative; z-index: 5; }
.uasm-buk-brand { align-items: center; display: flex; gap: 11px; }
.uasm-buk-brand > span:last-child { display: flex; flex-direction: column; }
.uasm-buk-brand strong { font-size: 21px; font-weight: 600; line-height: 1.05; }
.uasm-buk-brand small { color: var(--muted); font-size: 12px; margin-top: 3px; }
.uasm-buk-mascot { align-items: center; background: #fff3b7; border-radius: 18px; display: flex; font-size: 34px; height: 52px; justify-content: center; width: 54px; }
.uasm-buk-tabs { background: #eaf2fb; border-radius: 16px; display: flex; gap: 3px; padding: 4px; }
.uasm-buk-tabs a { border-radius: 12px; color: var(--muted); font-size: 15px; font-weight: 600; min-width: 58px; padding: 9px 10px; text-align: center; text-decoration: none; }
.uasm-buk-tabs a.is-active { background: #fff; box-shadow: 0 3px 8px rgba(30, 71, 111, .13); color: var(--blue); }

.uasm-buk-levels { min-height: 600px; padding: 28px 38px 42px; position: relative; }
.uasm-buk-levels > h1 { font-size: clamp(29px, 5vw, 43px); font-weight: 600; margin: 0 0 24px; position: relative; text-align: center; z-index: 2; }
.uasm-buk-cloud { background: rgba(255,255,255,.8); border-radius: 99px; height: 36px; position: absolute; width: 115px; }
.uasm-buk-cloud::before, .uasm-buk-cloud::after { background: inherit; border-radius: 50%; content: ""; position: absolute; }
.uasm-buk-cloud::before { height: 54px; left: 18px; top: -20px; width: 54px; }
.uasm-buk-cloud::after { height: 45px; right: 18px; top: -13px; width: 45px; }
.uasm-buk-cloud.cloud-one { left: 7%; top: 63px; }
.uasm-buk-cloud.cloud-two { right: 6%; top: 116px; transform: scale(.78); }
.uasm-buk-achievement-summary { align-items: center; background: linear-gradient(90deg, #fff9d9, #fffdf2); border: 2px solid #f4cf5c; border-radius: 20px; box-shadow: 0 6px 0 #e5c04c; color: var(--navy); cursor: pointer; display: grid; gap: 12px; grid-template-columns: 52px 1fr 22px; margin: 0 auto 26px; max-width: 900px; min-height: 70px; padding: 9px 16px; text-align: left; width: 100%; }
.uasm-buk-achievement-summary > span:first-child { align-items: center; background: #fff; border-radius: 14px; display: flex; font-size: 28px; height: 48px; justify-content: center; }
.uasm-buk-achievement-summary strong, .uasm-buk-achievement-summary small { display: block; }
.uasm-buk-achievement-summary strong { font-size: 17px; font-weight: 600; }
.uasm-buk-achievement-summary small { color: var(--muted); font-size: 12px; margin-top: 2px; }
.uasm-buk-achievement-summary i { color: #b28500; font-size: 28px; font-style: normal; }
.uasm-buk-course { background: rgba(245,241,255,.86); border: 1px solid #ddd4fb; border-radius: 26px; margin: 0 auto; max-width: 900px; padding: 16px; position: relative; }
.uasm-buk-course > header { align-items: center; display: grid; gap: 12px; grid-template-columns: 50px 1fr auto; margin-bottom: 14px; padding: 2px 3px; }
.uasm-buk-course > header > span { align-items: center; background: #fff; border-radius: 15px; display: flex; font-size: 26px; height: 48px; justify-content: center; }
.uasm-buk-course h2 { font-size: 22px; font-weight: 600; line-height: 1.1; margin: 0; }
.uasm-buk-course p { color: var(--muted); font-size: 13px; margin: 4px 0 0; }
.uasm-buk-course header em { background: #fff; border-radius: 99px; color: var(--blue); font-size: 12px; font-style: normal; font-weight: 600; padding: 6px 9px; }
.uasm-buk-level-grid { display: grid; gap: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.uasm-buk-level { align-items: center; background: #fff; border: 0; border-radius: 21px; box-shadow: 0 6px 0 #d5e9f2; color: var(--navy); cursor: pointer; display: grid; gap: 13px; grid-template-columns: 58px 1fr 24px; min-height: 104px; padding: 13px 15px; text-align: left; }
.uasm-buk-level__number { align-items: center; background: linear-gradient(145deg, #9879ea, #6b51cf); border-radius: 17px; color: #fff; display: flex; font-size: 21px; font-weight: 600; height: 58px; justify-content: center; width: 58px; }
.uasm-buk-level__copy strong, .uasm-buk-level__copy small, .uasm-buk-level__copy em { display: block; }
.uasm-buk-level__copy strong { font-size: 18px; font-weight: 600; line-height: 1.13; }
.uasm-buk-level__copy small { color: var(--muted); font-size: 12px; margin-top: 4px; }
.uasm-buk-level__copy em { color: var(--blue); font-size: 11px; font-style: normal; font-weight: 600; margin-top: 4px; }
.uasm-buk-level__arrow { color: var(--blue); font-size: 31px; font-weight: 600; }
.uasm-buk-level.is-complete .uasm-buk-level__number { background: linear-gradient(145deg, #64d99a, #39b875); }
.uasm-buk-level.is-complete .uasm-buk-level__copy em { color: var(--green); }
.uasm-buk-level.is-locked { box-shadow: 0 5px 0 #dde2e7; cursor: not-allowed; filter: grayscale(.6); opacity: .62; }
.uasm-buk-level.is-locked .uasm-buk-level__number { background: #aeb8c4; font-size: 18px; }

.uasm-buk-loading { align-items: center; display: flex; flex-direction: column; justify-content: center; min-height: 530px; }
.uasm-buk-loading span { animation: uasm-buk-spin 1s linear infinite; border: 7px solid #d7eaf4; border-radius: 50%; border-top-color: var(--purple); height: 62px; width: 62px; }
.uasm-buk-loading p { color: var(--muted); font-size: 17px; }
.uasm-buk-game-screen { min-height: 570px; padding: 18px 22px 32px; }
.uasm-buk-game-top { align-items: center; display: grid; gap: 8px; grid-template-columns: minmax(100px, auto) 1fr 52px; margin: 0 auto 10px; max-width: 760px; text-align: center; }
.uasm-buk-game-top strong, .uasm-buk-game-top span { display: block; }
.uasm-buk-game-top strong { font-size: 18px; font-weight: 600; }
.uasm-buk-game-top > div > span { color: var(--muted); font-size: 12px; font-weight: 600; }
.uasm-buk-game-top em { background: #fff3bd; border-radius: 99px; color: #795b0b; display: inline-block; font-size: 10px; font-style: normal; margin-top: 3px; padding: 2px 7px; }
.uasm-buk-back, .uasm-buk-sound { align-items: center; background: #fff; border: 2px solid #d8ebf5; border-radius: 15px; box-shadow: 0 4px 0 #c6dfea; color: var(--navy); cursor: pointer; display: flex; height: 48px; justify-content: center; }
.uasm-buk-back { gap: 6px; min-width: 100px; padding: 0 12px; }
.uasm-buk-back span { font-size: 21px; }
.uasm-buk-back b { font-size: 14px; font-weight: 600; }
.uasm-buk-sound { font-size: 20px; width: 48px; }
.uasm-buk-progress { background: rgba(255,255,255,.95); border-radius: 99px; height: 11px; margin: 0 auto 18px; max-width: 760px; overflow: hidden; }
.uasm-buk-progress span { background: linear-gradient(90deg, var(--yellow), #ff9e43); border-radius: inherit; display: block; height: 100%; transition: width .3s ease; }

.uasm-buk-tutorial, .uasm-buk-letter-intro, .uasm-buk-question { align-items: center; display: flex; flex-direction: column; margin: 0 auto; max-width: 760px; text-align: center; }
.uasm-buk-tutorial { background: rgba(255,255,255,.91); border: 3px solid #fff; border-radius: 29px; box-shadow: 0 9px 24px rgba(50, 88, 119, .11); min-height: 420px; padding: 28px; }
.uasm-buk-tutorial__icon { align-items: center; background: #f1edff; border-radius: 28px; display: flex; font-size: 58px; height: 112px; justify-content: center; margin-bottom: 12px; min-width: 112px; padding: 10px; }
.uasm-buk-tutorial h1, .uasm-buk-question h1 { font-size: clamp(27px, 5vw, 40px); font-weight: 600; line-height: 1.12; margin: 5px 0 12px; }
.uasm-buk-tutorial p { color: var(--muted); font-size: 19px; margin: 0 auto 24px; max-width: 570px; }
.uasm-buk-letter-intro { display: grid; gap: 25px; grid-template-columns: 1fr 1fr; min-height: 430px; padding: 20px 30px; }
.uasm-buk-letter-intro .uasm-buk-primary { grid-column: 1 / -1; justify-self: center; }
.uasm-buk-letter-pair { align-items: baseline; background: linear-gradient(145deg, #fff, #f0ebff); border: 3px solid #fff; border-radius: 30px; box-shadow: 0 9px 22px rgba(75, 55, 150, .12); display: flex; justify-content: center; min-height: 250px; padding: 25px; }
.uasm-buk-letter-pair b { color: var(--purple); font-size: 150px; font-weight: 600; line-height: 1; }
.uasm-buk-letter-pair span { color: #ac95ef; font-size: 94px; line-height: 1; }
.uasm-buk-picture { align-items: center; background: #fff9d9; border: 3px solid #fff; border-radius: 30px; box-shadow: 0 9px 22px rgba(128, 95, 20, .11); display: flex; flex-direction: column; justify-content: center; min-height: 250px; padding: 22px; }
.uasm-buk-picture > span { font-size: 112px; line-height: 1.05; }
.uasm-buk-picture strong { font-size: 25px; font-weight: 600; margin-top: 12px; text-transform: capitalize; }
.uasm-buk-picture.is-question { min-height: 215px; min-width: min(100%, 420px); }
.uasm-buk-picture.is-question > span { font-size: 96px; }
.uasm-buk-case-letter { align-items: center; background: #fff; border: 4px solid #eee9ff; border-radius: 30px; box-shadow: 0 8px 20px rgba(59, 45, 122, .11); color: var(--purple); display: flex; font-size: 150px; font-weight: 600; height: 220px; justify-content: center; margin: 5px 0 12px; width: min(100%, 390px); }
.uasm-buk-big-listen { align-items: center; background: linear-gradient(145deg, #fff8d2, #ffe083); border: 4px solid #fff; border-radius: 50%; box-shadow: 0 9px 0 #e3b938; cursor: pointer; display: flex; font-size: 88px; height: 210px; justify-content: center; margin: 5px 0 18px; position: relative; width: 210px; }
.uasm-buk-big-listen span { align-items: center; background: var(--purple); border-radius: 50%; bottom: 8px; color: #fff; display: flex; font-size: 24px; height: 54px; justify-content: center; position: absolute; right: 2px; width: 54px; }
.uasm-buk-answers { display: grid; gap: 13px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 18px; width: min(100%, 650px); }
.uasm-buk-answer { background: linear-gradient(145deg, #8e70e4, #684ccb); border: 0; border-radius: 22px; box-shadow: 0 7px 0 #4f38a9; color: #fff; cursor: pointer; font-size: clamp(33px, 7vw, 58px); font-weight: 600; min-height: 104px; padding: 12px; }
.uasm-buk-answer.is-selected { transform: translateY(3px); }
.uasm-buk-answer.is-correct, .uasm-buk-interactive-done.is-correct { background: var(--green); box-shadow: 0 5px 0 #26955d; }
.uasm-buk-answer.is-wrong { animation: uasm-buk-shake .35s ease; background: var(--coral); box-shadow: 0 5px 0 #c94c43; }
.uasm-buk-answer.is-correct-answer { outline: 5px solid #72d99f; }
.uasm-buk-primary, .uasm-buk-next { background: linear-gradient(145deg, #62d89a, #39b976); border: 0; border-radius: 18px; box-shadow: 0 6px 0 #278e5b; color: #fff; cursor: pointer; font-size: 18px; font-weight: 600; min-height: 56px; padding: 11px 28px; }
.uasm-buk-primary:disabled, .uasm-buk-piece:disabled:not(.is-used) { cursor: not-allowed; filter: grayscale(.6); opacity: .55; }
.uasm-buk-secondary { background: #fff; border: 2px solid #d4e8f2; border-radius: 17px; color: var(--navy); cursor: pointer; font-size: 15px; font-weight: 600; min-height: 52px; padding: 10px 20px; }
.uasm-buk-feedback { min-height: 80px; padding-top: 17px; width: 100%; }
.uasm-buk-feedback strong { display: block; font-size: 22px; font-weight: 600; }
.uasm-buk-feedback .is-good { color: #238c59; }
.uasm-buk-feedback .is-try { color: #bd5b39; }
.uasm-buk-feedback p { color: var(--muted); margin: 5px 0 12px; }
.uasm-buk-next { margin-top: 12px; min-width: 155px; }

.uasm-buk-assembly { align-items: center; display: flex; flex-direction: column; width: 100%; }
.uasm-buk-assembly > p, .uasm-buk-trace-wrap > p { color: var(--muted); margin: 0 0 10px; }
.uasm-buk-assembly-slots, .uasm-buk-piece-bank { display: flex; justify-content: center; }
.uasm-buk-assembly-slots { background: #fff; border: 3px solid #eee9ff; border-radius: 22px; box-shadow: inset 0 -5px 0 #ece7fb; margin-bottom: 18px; overflow: hidden; padding: 10px; }
.uasm-buk-assembly-slots > span { background: #f4f2fa; border: 2px dashed #c7bbec; height: 132px; overflow: hidden; width: 72px; }
.uasm-buk-assembly-slots > span:first-child { border-radius: 12px 0 0 12px; }
.uasm-buk-assembly-slots > span:last-child { border-radius: 0 12px 12px 0; }
.uasm-buk-assembly-slots > span.is-filled { background: #f4f0ff; border-style: solid; }
.uasm-buk-piece-bank { gap: 12px; margin-bottom: 20px; }
.uasm-buk-piece { background: #fff; border: 2px solid #dcd2fa; border-radius: 15px; box-shadow: 0 5px 0 #c6b7ed; cursor: pointer; height: 142px; overflow: hidden; padding: 4px; width: 82px; }
.uasm-buk-piece.is-wrong { animation: uasm-buk-shake .35s ease; border-color: var(--coral); }
.uasm-buk-piece.is-used { opacity: .25; }
.uasm-buk-piece-window { display: block; height: 126px; overflow: hidden; position: relative; width: 72px; }
.uasm-buk-piece-window i { align-items: center; color: var(--purple); display: flex; font-size: 160px; font-style: normal; font-weight: 600; height: 160px; justify-content: center; left: calc(var(--piece) * -72px); line-height: 1; position: absolute; top: -17px; width: 216px; }
.uasm-buk-trace-wrap { align-items: center; display: flex; flex-direction: column; width: 100%; }
.uasm-buk-trace { background: #fff; border: 4px solid #e7e1fa; border-radius: 27px; box-shadow: 0 8px 22px rgba(61, 47, 126, .1); max-width: 320px; touch-action: none; width: 100%; }
.uasm-buk-trace.is-ready { border-color: #66ce96; box-shadow: 0 0 0 6px rgba(75, 194, 128, .14); }
.uasm-buk-trace-wrap > div { display: flex; gap: 12px; margin-top: 6px; }

.uasm-buk-result { align-items: center; display: flex; flex-direction: column; justify-content: center; min-height: 570px; padding: 28px; text-align: center; }
.uasm-buk-result__icon { animation: uasm-buk-pop .5s ease both; font-size: 86px; }
.uasm-buk-result h1 { font-size: clamp(31px, 6vw, 48px); font-weight: 600; margin: 13px 0 7px; }
.uasm-buk-result > p { color: var(--muted); font-size: 18px; margin: 0 auto 16px; max-width: 580px; }
.uasm-buk-score { align-items: center; background: #fff; border: 8px solid #e5f6ee; border-radius: 50%; display: flex; flex-direction: column; height: 132px; justify-content: center; margin: 7px 0 17px; width: 132px; }
.uasm-buk-score strong { font-size: 30px; font-weight: 600; line-height: 1; }
.uasm-buk-score span { color: var(--muted); font-size: 14px; font-weight: 600; margin-top: 5px; }
.uasm-buk-result-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.uasm-buk-new-titles { background: #fff8d9; border: 2px solid #f1cf64; border-radius: 20px; margin: 2px auto 20px; max-width: 580px; padding: 12px; width: 100%; }
.uasm-buk-new-titles > strong { color: #85620a; display: block; font-size: 13px; font-weight: 600; margin-bottom: 8px; text-transform: uppercase; }
.uasm-buk-new-titles button { align-items: center; background: #fff; border: 0; border-radius: 13px; color: var(--navy); cursor: pointer; display: grid; gap: 8px; grid-template-columns: 30px 1fr 28px; margin-top: 6px; min-height: 48px; padding: 6px 9px; text-align: left; width: 100%; }
.uasm-buk-new-titles button b { font-size: 22px; font-weight: 400; }
.uasm-buk-new-titles button span { font-size: 15px; font-weight: 600; }
.uasm-buk-new-titles button i { font-style: normal; }
.uasm-buk-error { color: #ad4038 !important; font-weight: 600; }

.uasm-buk-modal { align-items: center; background: rgba(15, 37, 60, .64); display: flex; inset: 0; justify-content: center; padding: 16px; position: fixed; z-index: 999999; }
.uasm-buk-dialog { background: #f5fbff; border-radius: 25px; box-shadow: 0 20px 70px rgba(0,0,0,.28); max-height: 92vh; max-width: 830px; overflow: hidden; width: 100%; }
.uasm-buk-dialog > header { align-items: center; background: #fff; border-bottom: 1px solid #dcecf4; display: flex; justify-content: space-between; padding: 16px 20px; }
.uasm-buk-dialog h2 { font-size: 26px; font-weight: 600; margin: 0; }
.uasm-buk-dialog header p { color: var(--muted); margin: 2px 0 0; }
.uasm-buk-modal-close { background: #eef4f8; border: 0; border-radius: 50%; color: var(--navy); cursor: pointer; font-size: 27px; height: 42px; width: 42px; }
.uasm-buk-title-grid { display: grid; gap: 9px; grid-template-columns: repeat(2, minmax(0, 1fr)); max-height: calc(92vh - 83px); overflow-y: auto; padding: 16px; }
.uasm-buk-title-row { display: grid; gap: 6px; grid-template-columns: 1fr 46px; }
.uasm-buk-title { align-items: center; background: #fff; border: 2px solid #e0edf3; border-radius: 16px; color: var(--navy); display: grid; gap: 9px; grid-template-columns: 42px 1fr auto; min-height: 72px; padding: 8px 10px; text-align: left; }
.uasm-buk-title.is-unlocked { cursor: pointer; }
.uasm-buk-title.is-active { border-color: #efc546; background: #fff9dc; }
.uasm-buk-title.is-locked { filter: grayscale(.8); opacity: .62; }
.uasm-buk-title > b { font-size: 27px; font-weight: 400; }
.uasm-buk-title strong, .uasm-buk-title small { display: block; }
.uasm-buk-title strong { font-size: 14px; font-weight: 600; }
.uasm-buk-title small { color: var(--muted); font-size: 11px; margin-top: 3px; }
.uasm-buk-title em { color: #a17100; font-size: 10px; font-style: normal; }
.uasm-buk-title-sound { background: #fff; border: 2px solid #dceaf1; border-radius: 14px; cursor: pointer; font-size: 18px; }
.uasm-buk-confetti { animation: uasm-buk-fall 2.2s ease-in forwards; height: 14px; position: absolute; top: -20px; transform: rotate(20deg); width: 9px; z-index: 10; }

@keyframes uasm-buk-spin { to { transform: rotate(360deg); } }
@keyframes uasm-buk-shake { 25% { transform: translateX(-7px); } 50% { transform: translateX(7px); } 75% { transform: translateX(-4px); } }
@keyframes uasm-buk-pop { 0% { opacity: 0; transform: scale(.55); } 70% { transform: scale(1.13); } 100% { opacity: 1; transform: scale(1); } }
@keyframes uasm-buk-fall { to { top: 105%; transform: rotate(520deg); } }

@media (max-width: 760px) {
  .uasm-buk-shell { border-radius: 20px; }
  .uasm-buk-header { min-height: 64px; padding: 8px 11px; }
  .uasm-buk-mascot { border-radius: 14px; font-size: 28px; height: 46px; width: 46px; }
  .uasm-buk-brand strong { font-size: 18px; }
  .uasm-buk-brand small { display: none; }
  .uasm-buk-tabs a { min-width: 50px; padding: 8px 7px; }
  .uasm-buk-levels { padding: 22px 12px 32px; }
  .uasm-buk-levels > h1 { margin-bottom: 18px; }
  .uasm-buk-achievement-summary { border-radius: 18px; min-height: 66px; }
  .uasm-buk-course { border-radius: 21px; padding: 11px; }
  .uasm-buk-course h2 { font-size: 19px; }
  .uasm-buk-course p { font-size: 11px; }
  .uasm-buk-level-grid { grid-template-columns: 1fr; }
  .uasm-buk-level { min-height: 94px; }
  .uasm-buk-game-screen { min-height: calc(100svh - 64px); padding: 12px 9px 25px; }
  .uasm-buk-game-top { grid-template-columns: minmax(82px, auto) 1fr 44px; }
  .uasm-buk-back, .uasm-buk-sound { border-radius: 13px; height: 43px; }
  .uasm-buk-back { min-width: 82px; padding: 0 7px; }
  .uasm-buk-back b { font-size: 12px; }
  .uasm-buk-sound { width: 43px; }
  .uasm-buk-game-top strong { font-size: 15px; }
  .uasm-buk-letter-intro { display: flex; gap: 15px; min-height: auto; padding: 10px; }
  .uasm-buk-letter-pair, .uasm-buk-picture { min-height: 185px; width: 100%; }
  .uasm-buk-letter-pair b { font-size: 115px; }
  .uasm-buk-letter-pair span { font-size: 72px; }
  .uasm-buk-picture > span { font-size: 85px; }
  .uasm-buk-tutorial { min-height: 390px; padding: 20px 15px; }
  .uasm-buk-tutorial p { font-size: 16px; }
  .uasm-buk-case-letter { font-size: 125px; height: 190px; }
  .uasm-buk-big-listen { font-size: 72px; height: 180px; width: 180px; }
  .uasm-buk-answers { gap: 9px; }
  .uasm-buk-answer { border-radius: 18px; min-height: 88px; }
  .uasm-buk-title-grid { grid-template-columns: 1fr; padding: 11px; }
  .uasm-buk-dialog { border-radius: 19px; max-height: 96vh; }
  .uasm-buk-dialog h2 { font-size: 22px; }
  .uasm-buk-title-grid { max-height: calc(96vh - 78px); }
  .uasm-buk-modal { padding: 7px; }
}

@media (max-width: 370px) {
  .uasm-buk-brand strong { max-width: 110px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .uasm-buk-level { gap: 9px; grid-template-columns: 52px 1fr 18px; padding: 10px; }
  .uasm-buk-level__number { height: 52px; width: 52px; }
  .uasm-buk-level__copy strong { font-size: 16px; }
  .uasm-buk-piece-bank { gap: 5px; }
  .uasm-buk-piece { width: 78px; }
  .uasm-buk-answer { font-size: 39px; min-height: 80px; }
}

@media (prefers-reduced-motion: reduce) {
  .uasm-buk-app *, .uasm-buk-app *::before, .uasm-buk-app *::after { animation-duration: .01ms !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
