body .yu-guide {
    position: fixed;
    right: clamp(16px, 4vw, 64px);
    bottom: 24px;
    z-index: 80;
    font-family: var(--app-font, "TeX Gyre Heros", Arial, sans-serif);
}
.yu-guide__launcher {
    display: flex;
    min-height: 52px;
    align-items: center;
    gap: 10px;
    margin-left: auto;
    border: 1px solid rgba(148,163,184,.48);
    border-radius: 14px;
    background: rgba(255,255,255,.97);
    padding: 6px 14px 6px 7px;
    color: #10233f;
    box-shadow: 0 16px 38px -20px rgba(2,6,23,.72);
    backdrop-filter: blur(12px);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.yu-guide__launcher:hover,
.yu-guide__launcher:focus-visible {
    border-color: #8da6c2;
    box-shadow: 0 18px 42px -20px rgba(2,6,23,.8);
    transform: translateY(-1px);
}
.yu-guide__launcher:focus-visible,
.yu-guide__close:focus-visible,
.yu-guide__suggestion:focus-visible,
.yu-guide__send:focus-visible,
.yu-guide__dictation:focus-visible,
.yu-guide__voice-trigger:focus-visible,
.yu-guide__voice-text-fallback:focus-visible {
    outline: 3px solid rgba(37,99,235,.28);
    outline-offset: 2px;
}
.yu-guide__mark {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid #dbe5f0;
    border-radius: 10px;
    background: #f4f8fc;
}
.yu-guide__mark img { width: 25px; height: 25px; object-fit: contain; }
.yu-guide__header .yu-guide__mark { width: 36px; height: 36px; }
.yu-guide__launcher-copy { text-align: left; }
.yu-guide__launcher-copy strong { display: block; font-size: 13px; font-weight: 800; line-height: 1.2; }
.yu-guide__launcher-copy span { display: block; margin-top: 2px; color: #64748b; font-size: 11px; line-height: 1.2; }
body .yu-guide__panel {
    position: absolute;
    right: 0;
    bottom: calc(100% + 14px);
    display: flex;
    width: min(460px, calc(100vw - 32px));
    height: min(680px, calc(100svh - 110px));
    max-height: min(680px, calc(100svh - 110px));
    overflow: hidden;
    flex-direction: column;
    border: 1px solid #d8e1eb;
    border-radius: 18px;
    background: #fff;
    color: #1e293b;
    box-shadow: 0 26px 70px -26px rgba(2,6,23,.65);
    animation: yu-guide-in .18s ease-out both;
}
.yu-guide__panel[hidden] { display: none; }
body .yu-guide__header { display: flex; align-items: center; gap: 11px; border-bottom: 1px solid #e5ebf2; background: #fff; padding: 15px 16px; color: #10233f; }
.yu-guide__header-copy { min-width: 0; flex: 1; }
.yu-guide__header-copy strong { display: block; font-size: 14px; font-weight: 800; line-height: 1.25; }
body .yu-guide__header-copy span { display: block; margin-top: 3px; color: #64748b; font-size: 11px; line-height: 1.35; }
.yu-guide__close { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; border: 0; border-radius: 9px; color: #64748b; transition: background .2s ease, color .2s ease; }
.yu-guide__close:hover { background: #f1f5f9; color: #0f172a; }
.yu-guide__voice-languages button:focus-visible,
.yu-guide__voice-stop:focus-visible,
.yu-guide__message-actions button:focus-visible { outline: 3px solid rgba(37,99,235,.28); outline-offset: 2px; }
body .yu-guide__messages { min-height: 0; flex: 1; overflow-y: auto; padding: 18px 16px 12px; scrollbar-color: #b7c5d5 transparent; }
body .yu-guide__message { width: fit-content; max-width: 94%; margin-bottom: 12px; white-space: pre-wrap; border-radius: 13px 13px 13px 4px; background: #f1f5f9; padding: 12px 13px; color: #334155; font-size: 14px; line-height: 1.55; }
body .yu-guide__message[hidden] { display: none; }
body .yu-guide__message--user { margin-left: auto; border-radius: 12px 12px 4px 12px; background: #164e82; color: #fff; }
body .yu-guide__message--intro { display: grid; width: 100%; max-width: 100%; gap: 7px; background: #edf3f9; }
.yu-guide__message-title { display: block; color: #173b5f; font-size: 14px; font-weight: 800; }
.yu-guide__message--intro ul { display: grid; gap: 4px; margin: 0; padding-left: 19px; list-style: disc; }
.yu-guide__message--intro li::marker { color: #2873ad; }
.yu-guide__message--thinking { display: flex; align-items: center; gap: 8px; color: #64748b; }
.yu-guide__thinking-label { font-weight: 650; }
.yu-guide__thinking-dots { display: inline-flex; align-items: center; gap: 3px; }
.yu-guide__thinking-dot { width: 5px; height: 5px; border-radius: 50%; background: #64748b; animation: yu-guide-thinking 1.15s ease-in-out infinite; }
.yu-guide__thinking-dot:nth-child(2) { animation-delay: .14s; }
.yu-guide__thinking-dot:nth-child(3) { animation-delay: .28s; }
.yu-guide__message-actions { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 9px; }
.yu-guide__message-actions a,
.yu-guide__message-actions button { display: inline-flex; min-height: 34px; align-items: center; border: 1px solid #cbd9e7; border-radius: 9px; background: #fff; padding: 7px 11px; color: #124f85; font-size: 12px; font-weight: 800; }
.yu-guide__message-actions a:hover,
.yu-guide__message-actions button:hover { border-color: #6b9bc5; background: #eef6ff; }
.yu-guide__message-actions .yu-guide__action--primary { border-color: #164e82; background: #164e82; color: #fff; }
.yu-guide__message-actions .yu-guide__action--primary:hover { border-color: #0f3d67; background: #0f3d67; }
.yu-guide__message--ticket { display: grid; width: 100%; max-width: 100%; gap: 8px; border-left: 3px solid #3976aa; }
.yu-guide__ticket-status { justify-self: start; border-radius: 999px; background: #dbeafe; padding: 3px 7px; color: #1e40af; font-size: 9px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.yu-guide__ticket-status--resolved,
.yu-guide__ticket-status--closed { background: #dcfce7; color: #166534; }
.yu-guide__ticket-status--waiting_user { background: #fef3c7; color: #92400e; }
.yu-guide__suggestions-block { border-top: 1px solid #edf1f5; padding: 9px 16px 14px; }
.yu-guide__suggestions-title { margin: 0 0 7px; color: #708196; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
body .yu-guide__suggestions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
body .yu-guide__suggestion { width: 100%; border: 1px solid #d6e0ea; border-radius: 9px; background: #fff; padding: 9px 10px; color: #36516d; font-size: 12px; font-weight: 750; text-align: left; transition: border-color .2s ease, background .2s ease; }
.yu-guide__suggestion:hover { border-color: #8ca8c3; background: #f4f8fc; color: #123f69; }
.yu-guide__voice-console {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 9px 12px;
    border-top: 1px solid #dce9f4;
    background: linear-gradient(100deg, #edf7ff 0%, #f8fbff 54%, #f1f8ff 100%);
    padding: 11px 14px 12px;
}
.yu-guide__voice-console[hidden] { display: none; }
.yu-guide__voice-console.is-active { background: linear-gradient(100deg, #e8f5ff 0%, #f8fbff 54%, #ebf7ff 100%); }
.yu-guide__voice-heading { display: flex; grid-column: 1 / -1; align-items: center; justify-content: space-between; gap: 10px; }
.yu-guide__voice-badge { display: inline-flex; align-items: center; gap: 6px; color: #315f80; font-size: 9px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.yu-guide__voice-badge > span { width: 7px; height: 7px; border-radius: 50%; background: #16a085; box-shadow: 0 0 0 3px rgba(22,160,133,.12); }
.yu-guide__voice-duration { border-radius: 999px; background: rgba(255,255,255,.82); padding: 3px 7px; color: #315f80; font-variant-numeric: tabular-nums; font-size: 10px; font-weight: 850; }
.yu-guide__voice-stage { display: none; }
.yu-guide__voice-state { min-width: 0; }
.yu-guide__voice-state strong { display: block; color: #174c78; font-size: 13px; font-weight: 850; line-height: 1.2; }
.yu-guide__voice-state span { display: block; margin-top: 3px; color: #60758a; font-size: 10px; line-height: 1.35; }
.yu-guide__voice-controls { display: contents; }
.yu-guide__voice-trigger {
    display: flex;
    min-width: 148px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #164e82;
    border-radius: 11px;
    background: #164e82;
    padding: 8px 13px;
    color: #fff;
    font-size: 11px;
    font-weight: 850;
    text-align: center;
    transition: background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.yu-guide__voice-trigger:hover {
    border-color: #0f3d67;
    background: #0f3d67;
    box-shadow: 0 7px 18px rgba(22,78,130,.2);
}
.yu-guide__voice-trigger[hidden] { display: none; }
.yu-guide__voice-trigger:disabled { cursor: wait; opacity: .58; box-shadow: none; }
.yu-guide__voice-control-icon { display: grid; width: 22px; height: 22px; place-items: center; }
.yu-guide__voice-control-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.yu-guide__voice-mic-icon { display: none; }
.yu-guide__voice-languages { display: inline-flex; gap: 2px; border: 1px solid #c9dbea; border-radius: 8px; background: rgba(255,255,255,.8); padding: 2px; }
.yu-guide__voice-languages button { min-width: 36px; min-height: 36px; border-radius: 6px; padding: 6px 8px; color: #62798f; font-size: 9px; font-weight: 900; letter-spacing: .03em; }
.yu-guide__voice-languages button.is-active { background: #164e82; color: #fff; box-shadow: 0 2px 7px rgba(22,78,130,.2); }
.yu-guide__voice-privacy { grid-column: 1 / -1; margin: 0; color: #6d8092; font-size: 9px; line-height: 1.4; }
.yu-guide__voice-stop { display: none; }
.yu-guide__voice-text-fallback { grid-column: 1 / -1; justify-self: start; color: #315f80; font-size: 10px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.yu-guide__voice-text-fallback:hover { color: #164e82; }

.yu-guide__panel.is-voice-call .yu-guide__messages,
.yu-guide__panel.is-voice-call .yu-guide__suggestions-block,
.yu-guide__panel.is-voice-call .yu-guide__form,
.yu-guide__panel.is-voice-call .yu-guide__note { display: none; }
.yu-guide__panel.is-voice-call .yu-guide__header { border-bottom-color: rgba(255,255,255,.1); background: #0b355b; color: #fff; }
.yu-guide__panel.is-voice-call .yu-guide__header-copy span { color: #c5dced; }
.yu-guide__panel.is-voice-call .yu-guide__close { color: #d8e9f6; }
.yu-guide__panel.is-voice-call .yu-guide__close:hover { background: rgba(255,255,255,.1); color: #fff; }
.yu-guide__panel.is-voice-call .yu-guide__voice-console {
    display: flex;
    min-height: 0;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    gap: 18px;
    border: 0;
    background:
        radial-gradient(circle at 50% 35%, rgba(64,178,255,.24), transparent 36%),
        linear-gradient(165deg, #0d436f 0%, #082f51 52%, #061f38 100%);
    padding: 22px 26px 24px;
    color: #fff;
}
.yu-guide__panel.is-voice-call .yu-guide__voice-heading { width: 100%; }
.yu-guide__panel.is-voice-call .yu-guide__voice-badge { color: #cce9fb; }
.yu-guide__panel.is-voice-call .yu-guide__voice-badge > span { background: #43d4a5; box-shadow: 0 0 0 4px rgba(67,212,165,.14); }
.yu-guide__panel.is-voice-call .yu-guide__voice-duration { background: rgba(255,255,255,.1); color: #fff; font-size: 12px; }
.yu-guide__panel.is-voice-call .yu-guide__voice-stage {
    position: relative;
    display: grid;
    width: 190px;
    height: 190px;
    flex: 0 0 auto;
    place-items: center;
    align-self: center;
}
.yu-guide__voice-ring { position: absolute; border: 1px solid rgba(126,203,255,.24); border-radius: 50%; }
.yu-guide__voice-ring--outer { inset: 3px; }
.yu-guide__voice-ring--inner { inset: 25px; border-color: rgba(126,203,255,.34); }
.yu-guide__panel.is-voice-call .yu-guide__voice-console.is-active .yu-guide__voice-ring--outer { animation: yu-call-ring 1.8s ease-out infinite; }
.yu-guide__panel.is-voice-call .yu-guide__voice-console.is-active .yu-guide__voice-ring--inner { animation: yu-call-ring 1.8s .45s ease-out infinite; }
.yu-guide__voice-avatar { position: relative; z-index: 1; display: grid; width: 94px; height: 94px; place-items: center; border: 1px solid rgba(255,255,255,.58); border-radius: 30px; background: rgba(255,255,255,.96); box-shadow: 0 20px 44px rgba(0,14,31,.3), 0 0 0 12px rgba(255,255,255,.07); }
.yu-guide__voice-avatar img { width: 58px; height: 58px; object-fit: contain; }
.yu-guide__voice-equalizer { position: absolute; z-index: 2; bottom: 19px; display: flex; height: 22px; align-items: center; gap: 3px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(4,27,48,.78); padding: 4px 9px; box-shadow: 0 8px 20px rgba(0,0,0,.18); }
.yu-guide__voice-equalizer i { width: 2px; height: 7px; border-radius: 2px; background: #69d7ff; transform-origin: center; }
.yu-guide__voice-equalizer i:nth-child(2),
.yu-guide__voice-equalizer i:nth-child(4) { height: 12px; }
.yu-guide__voice-equalizer i:nth-child(3) { height: 16px; }
.yu-guide__voice-console.is-active .yu-guide__voice-equalizer i { animation: yu-voice-wave .72s ease-in-out infinite alternate; }
.yu-guide__voice-console.is-active .yu-guide__voice-equalizer i:nth-child(2) { animation-delay: -.3s; }
.yu-guide__voice-console.is-active .yu-guide__voice-equalizer i:nth-child(3) { animation-delay: -.52s; }
.yu-guide__voice-console.is-active .yu-guide__voice-equalizer i:nth-child(4) { animation-delay: -.18s; }
.yu-guide__voice-console.is-active .yu-guide__voice-equalizer i:nth-child(5) { animation-delay: -.42s; }
.yu-guide__panel.is-voice-call .yu-guide__voice-state { text-align: center; }
.yu-guide__panel.is-voice-call .yu-guide__voice-state strong { color: #fff; font-size: 22px; letter-spacing: -.02em; }
.yu-guide__panel.is-voice-call .yu-guide__voice-state span { max-width: 290px; margin: 7px auto 0; color: #c5dced; font-size: 13px; line-height: 1.45; }
.yu-guide__panel.is-voice-call .yu-guide__voice-trigger,
.yu-guide__panel.is-voice-call .yu-guide__voice-stop {
    display: flex;
    width: 72px;
    height: 72px;
    min-width: 72px;
    min-height: 72px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    align-self: center;
    border-radius: 50%;
    padding: 0;
}
.yu-guide__panel.is-voice-call .yu-guide__voice-trigger { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.12); color: #fff; box-shadow: none; }
.yu-guide__panel.is-voice-call .yu-guide__voice-trigger:hover { border-color: rgba(255,255,255,.48); background: rgba(255,255,255,.2); }
.yu-guide__panel.is-voice-call .yu-guide__voice-trigger.is-listening { border-color: #fff; background: #fff; color: #0d4977; box-shadow: 0 0 0 9px rgba(255,255,255,.1); }
.yu-guide__panel.is-voice-call .yu-guide__voice-control-icon { width: 30px; height: 30px; }
.yu-guide__panel.is-voice-call .yu-guide__voice-control-icon svg { width: 29px; height: 29px; }
.yu-guide__panel.is-voice-call .yu-guide__voice-phone-icon { display: none; }
.yu-guide__panel.is-voice-call .yu-guide__voice-mic-icon { display: block; }
.yu-guide__panel.is-voice-call .yu-guide__voice-trigger-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.yu-guide__panel.is-voice-call .yu-guide__voice-languages { position: absolute; top: 82px; right: 18px; border-color: rgba(255,255,255,.16); background: rgba(5,33,57,.54); }
.yu-guide__panel.is-voice-call .yu-guide__voice-languages button { color: #c5dced; }
.yu-guide__panel.is-voice-call .yu-guide__voice-languages button.is-active { background: #fff; color: #0b416d; box-shadow: none; }
.yu-guide__panel.is-voice-call .yu-guide__voice-stop { border: 0; background: #d93d48; color: #fff; box-shadow: 0 12px 30px rgba(120,11,22,.3); }
.yu-guide__panel.is-voice-call .yu-guide__voice-stop:hover { background: #bf2f3a; }
.yu-guide__panel.is-voice-call .yu-guide__voice-stop svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.yu-guide__panel.is-voice-call .yu-guide__voice-stop span { position: absolute; top: calc(100% + 7px); color: #d9eaf6; font-size: 10px; font-weight: 750; white-space: nowrap; }
.yu-guide__panel.is-voice-call .yu-guide__voice-controls { position: absolute; right: 0; bottom: 72px; left: 0; display: flex; align-items: center; justify-content: center; gap: 40px; }
.yu-guide__panel.is-voice-call .yu-guide__voice-stop,
.yu-guide__panel.is-voice-call .yu-guide__voice-trigger { position: relative; right: auto; bottom: auto; left: auto; }
.yu-guide__panel.is-voice-call .yu-guide__voice-text-fallback { align-self: center; margin-top: 76px; color: #c5dced; text-decoration-color: rgba(197,220,237,.5); }
.yu-guide__panel.is-voice-call .yu-guide__voice-text-fallback:hover { color: #fff; }
.yu-guide__panel.is-voice-call .yu-guide__voice-privacy { max-width: 320px; align-self: center; color: #91b4cc; text-align: center; }
body .yu-guide__form { display: flex; gap: 9px; border-top: 1px solid #e5ebf2; padding: 12px 14px; }
body .yu-guide__form[hidden] { display: none; }
body #yu-guide-input { width: auto; min-width: 0; min-height: 46px; flex: 1; border: 1px solid #ccd7e3; border-radius: 11px; background: #fff; padding: 10px 13px; color: #172033; font-size: 14px; outline: none; }
#yu-guide-input:focus { border-color: #3976aa; box-shadow: 0 0 0 3px rgba(37,99,235,.1); }
.yu-guide__dictation {
    display: grid;
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid #c8d8e7;
    border-radius: 50%;
    background: #fff;
    color: #1d5d91;
    box-shadow: 0 4px 13px rgba(24,72,112,.08);
    transition: border-color .18s ease, background .18s ease, color .18s ease, transform .18s ease;
}
.yu-guide__dictation[hidden] { display: none; }
.yu-guide__dictation:hover { border-color: #6f9dc3; background: #f2f8fd; transform: translateY(-1px); }
.yu-guide__dictation.is-listening {
    border-color: #d66b6b;
    background: #fff1f1;
    color: #a61f1f;
    box-shadow: 0 0 0 5px rgba(185,28,28,.1);
    animation: yu-dictation-pulse 1.25s ease-in-out infinite;
}
.yu-guide__dictation.is-busy { cursor: wait; color: #3976aa; opacity: .72; }
.yu-guide__dictation:disabled { cursor: wait; opacity: .58; transform: none; }
body .yu-guide__send { display: grid; width: 46px; height: 46px; flex: 0 0 auto; place-items: center; border-radius: 11px; background: #164e82; color: #fff; transition: background .2s ease, transform .2s ease; }
.yu-guide__send:hover { background: #0f3d67; transform: translateY(-1px); }
.yu-guide__send:disabled { cursor: wait; opacity: .65; }
.yu-guide__note { padding: 0 16px 12px; color: #7a899b; font-size: 10px; line-height: 1.35; text-align: center; }
html[data-theme="dark"] .yu-guide__launcher,
html[data-theme="dark"] .yu-guide__panel,
html[data-theme="dark"] .yu-guide__header { border-color: #303753; background: #11152a; color: #f5f3ff; }
html[data-theme="dark"] .yu-guide__launcher-copy span,
html[data-theme="dark"] .yu-guide__header-copy span,
html[data-theme="dark"] .yu-guide__note { color: #a7b0c4; }
html[data-theme="dark"] .yu-guide__message { background: #1a2038; color: #d9e2f0; }
html[data-theme="dark"] .yu-guide__message--user { background: #0877dd; color: #fff; }
html[data-theme="dark"] .yu-guide__message-title { color: #edf5ff; }
html[data-theme="dark"] .yu-guide__suggestions-block { border-color: #303753; }
html[data-theme="dark"] .yu-guide__voice-console { border-color: #303753; background: linear-gradient(100deg, #111b32, #151c31); }
html[data-theme="dark"] .yu-guide__voice-state strong { color: #d9efff; }
html[data-theme="dark"] .yu-guide__voice-state span { color: #a7b7c8; }
html[data-theme="dark"] .yu-guide__voice-badge,
html[data-theme="dark"] .yu-guide__voice-duration { color: #b9d9ee; }
html[data-theme="dark"] .yu-guide__voice-duration { background: rgba(17,21,42,.72); }
html[data-theme="dark"] .yu-guide__voice-privacy { color: #8fa5b9; }
html[data-theme="dark"] .yu-guide__voice-trigger:hover { border-color: #34466b; background: rgba(26,32,56,.78); }
html[data-theme="dark"] .yu-guide__voice-languages { border-color: #34405b; background: #11152a; }
html[data-theme="dark"] .yu-guide__voice-languages button { color: #a7b7c8; }
html[data-theme="dark"] .yu-guide__voice-languages button.is-active { background: #0877dd; color: #fff; }
html[data-theme="dark"] .yu-guide__voice-text-fallback { color: #b9d9ee; }
html[data-theme="dark"] .yu-guide__suggestion,
html[data-theme="dark"] #yu-guide-input,
html[data-theme="dark"] .yu-guide__dictation,
html[data-theme="dark"] .yu-guide__message-actions a,
html[data-theme="dark"] .yu-guide__message-actions button { border-color: #303753; background: #171b33; color: #d9e2f0; }
html[data-theme="dark"] .yu-guide__mark { border-color: #39415d; background: #f4f8fc; }
@keyframes yu-guide-thinking { 0%, 60%, 100% { opacity: .3; transform: translateY(0); } 30% { opacity: 1; transform: translateY(-3px); } }
@keyframes yu-guide-in { from { opacity: 0; transform: translateY(12px) scale(.97); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes yu-support-listening { 50% { box-shadow: 0 0 0 4px rgba(220,38,38,.12); } }
@keyframes yu-voice-wave { from { transform: scaleY(.45); opacity: .55; } to { transform: scaleY(1.15); opacity: 1; } }
@keyframes yu-call-ring { from { opacity: .7; transform: scale(.76); } to { opacity: 0; transform: scale(1.08); } }
@keyframes yu-dictation-pulse { 50% { box-shadow: 0 0 0 8px rgba(185,28,28,.05); } }
@media (max-width: 767px) {
    body .yu-guide { right: 16px; bottom: 5.5rem; }
    .auth-page .yu-guide { bottom: 16px; }
    body .yu-guide__panel {
        position: fixed;
        inset: max(8px, env(safe-area-inset-top)) 8px max(8px, env(safe-area-inset-bottom));
        width: auto;
        height: auto;
        max-height: none;
        border-radius: 16px;
    }
    body .yu-guide__panel:not([hidden]) + .yu-guide__launcher {
        visibility: hidden;
        pointer-events: none;
    }
    body .yu-guide__suggestions-block { padding: 7px 12px 10px; }
    body .yu-guide__suggestions-title { margin-bottom: 5px; }
    body .yu-guide__suggestions { gap: 6px; }
    body .yu-guide__suggestion {
        min-height: 34px;
        padding: 7px 8px;
        font-size: 11px;
        line-height: 1.25;
    }
    body .yu-guide__form { padding: 10px 12px; }
    body .yu-guide__voice-console { padding: 8px 12px; }
    body .yu-guide__voice-languages button { min-width: 44px; min-height: 44px; }
    body .yu-guide__panel.is-voice-call .yu-guide__voice-console { padding: 20px 22px 24px; }
    body .yu-guide__note { padding-bottom: 8px; }
}
@media (max-width: 479px) {
    body .yu-guide { right: 12px; }
    body .yu-guide__panel { width: auto; }
    .yu-guide__launcher { min-height: 48px; padding-right: 11px; }
    .yu-guide__mark { width: 34px; height: 34px; }
    .yu-guide__mark img { width: 22px; height: 22px; }
    .yu-guide__launcher-copy span { display: none; }
    .yu-guide__messages { padding-right: 12px; padding-left: 12px; }
    .yu-guide__suggestions-block { padding-right: 12px; padding-left: 12px; }
}
@media (max-height: 560px) and (orientation: landscape) {
    body .yu-guide__panel.is-voice-call .yu-guide__voice-console { gap: 8px; padding: 12px 18px; }
    .yu-guide__panel.is-voice-call .yu-guide__voice-stage { width: 112px; height: 112px; }
    .yu-guide__voice-avatar { width: 68px; height: 68px; border-radius: 22px; }
    .yu-guide__voice-avatar img { width: 42px; height: 42px; }
    .yu-guide__voice-equalizer { bottom: 1px; }
    .yu-guide__panel.is-voice-call .yu-guide__voice-state strong { font-size: 18px; }
    .yu-guide__panel.is-voice-call .yu-guide__voice-state span { margin-top: 3px; font-size: 11px; }
    .yu-guide__panel.is-voice-call .yu-guide__voice-controls { bottom: 26px; }
    .yu-guide__panel.is-voice-call .yu-guide__voice-trigger,
    .yu-guide__panel.is-voice-call .yu-guide__voice-stop { width: 58px; height: 58px; min-width: 58px; min-height: 58px; }
    .yu-guide__panel.is-voice-call .yu-guide__voice-text-fallback { margin-top: 60px; }
    .yu-guide__panel.is-voice-call .yu-guide__voice-privacy { display: none; }
}
@media (prefers-reduced-motion: reduce) {
    .yu-guide__panel { animation: none; }
    .yu-guide__thinking-dot { animation: none; opacity: .65; transform: none; }
    .yu-guide__voice-console.is-active .yu-guide__voice-ring,
    .yu-guide__voice-console.is-active .yu-guide__voice-equalizer i { animation: none; }
    .yu-guide__dictation.is-listening { animation: none; }
}
