.rosary-voice { position: fixed; z-index: 99980; inset: auto 26px calc(26px + env(safe-area-inset-bottom)) auto; font-family: inherit; color: var(--ink); }
.rosary-voice[dir="rtl"] { right: auto; left: 26px; }
.rosary-voice [hidden] { display: none !important; }
.rosary-voice-launcher { min-height: 62px; display: flex; align-items: center; gap: 12px; padding: 8px 16px 8px 9px; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; background: rgba(6,29,59,.94); color: #fff; box-shadow: 0 18px 60px rgba(4,23,48,.3); backdrop-filter: blur(18px); cursor: pointer; }
.rosary-voice[dir="rtl"] .rosary-voice-launcher { padding: 8px 9px 8px 16px; }
.rosary-voice-launcher-copy { display: grid; text-align: start; line-height: 1.15; }
.rosary-voice-launcher-copy strong { font-size: .86rem; letter-spacing: .02em; }
.rosary-voice-launcher-copy small { margin-top: 4px; color: rgba(255,255,255,.7); font-size: .7rem; }
.rosary-voice-orb { position: relative; width: 46px; height: 46px; flex: 0 0 46px; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #fff 0 4%, var(--gold-soft) 13%, var(--gold) 31%, #174b82 58%, #061d3b 78%); box-shadow: inset 0 0 20px rgba(255,255,255,.28), 0 0 0 1px rgba(234,213,173,.5), 0 0 28px rgba(200,154,72,.28); }
.rosary-voice-orb span { position: absolute; inset: -4px; border: 1px solid rgba(234,213,173,.38); border-radius: 50%; opacity: .5; }
.rosary-voice-orb span:nth-child(2) { inset: -8px; opacity: .22; }
.rosary-voice-orb span:nth-child(3) { inset: 9px; border-color: rgba(255,255,255,.32); }
.rosary-voice-panel { position: absolute; right: 0; bottom: 78px; width: min(420px, calc(100vw - 32px)); max-height: min(720px, 82dvh); display: flex; flex-direction: column; overflow: hidden; border: 1px solid rgba(255,255,255,.42); border-radius: 30px; background: rgba(250,247,240,.94); box-shadow: 0 34px 110px rgba(4,23,48,.34); backdrop-filter: blur(28px) saturate(120%); }
.rosary-voice[dir="rtl"] .rosary-voice-panel { right: auto; left: 0; }
.rosary-voice-header { display: flex; justify-content: space-between; gap: 18px; align-items: flex-start; padding: 22px 22px 15px; background: linear-gradient(145deg, #061d3b, #0b3769); color: #fff; }
.rosary-voice-header h2 { margin: 2px 0 4px; color: #fff; font-family: inherit; font-size: 1.15rem; letter-spacing: 0; }
.rosary-voice-header p { margin: 0; color: rgba(255,255,255,.65); font-size: .78rem; }
.rosary-voice-eyebrow { color: var(--gold-soft); font-size: .64rem; font-weight: 900; letter-spacing: .16em; }
.rosary-voice-icon-button { width: 44px; height: 44px; flex: 0 0 44px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(255,255,255,.08); color: inherit; cursor: pointer; }
.rosary-voice-stage { padding: 24px 22px 16px; display: grid; grid-template-columns: 88px 1fr; gap: 18px; align-items: center; background: linear-gradient(180deg, rgba(9,43,85,.06), transparent); }
.rosary-voice-orb-large { width: 78px; height: 78px; flex-basis: 78px; transition: transform .35s var(--ease-premium), filter .35s ease; }
.rosary-voice-status { display: grid; gap: 3px; min-width: 0; }
.rosary-voice-status strong { color: var(--navy); font-size: 1rem; }
.rosary-voice-status span { color: var(--muted); font-size: .78rem; line-height: 1.45; }
.rosary-voice-transcript { min-height: 116px; max-height: 245px; overflow: auto; padding: 2px 22px 16px; scroll-behavior: smooth; }
.rosary-voice-welcome { padding: 14px 16px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.74); }
.rosary-voice-welcome strong { color: var(--navy); font-size: .88rem; }
.rosary-voice-welcome p { margin: 5px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.55; }
.rosary-voice-turn { width: fit-content; max-width: 88%; margin: 8px 0; padding: 10px 13px; border-radius: 16px; font-size: .82rem; line-height: 1.5; white-space: pre-wrap; }
.rosary-voice-turn[data-role="user"] { margin-inline-start: auto; background: var(--navy); color: #fff; border-end-end-radius: 5px; }
.rosary-voice-turn[data-role="assistant"] { background: #fff; color: var(--ink); border: 1px solid var(--line); border-end-start-radius: 5px; }
.rosary-voice-privacy { margin: 0 22px 12px; padding: 10px 12px; border-radius: 14px; background: rgba(200,154,72,.12); color: #66522f; font-size: .68rem; line-height: 1.45; }
.rosary-voice-primary-actions { display: flex; align-items: center; gap: 8px; padding: 0 22px 12px; }
.rosary-voice-mic { min-height: 48px; flex: 1; display: inline-flex; justify-content: center; align-items: center; gap: 9px; border: 0; border-radius: 16px; background: var(--navy); color: #fff; font-weight: 850; cursor: pointer; box-shadow: 0 10px 30px rgba(9,43,85,.2); }
.rosary-voice-mic-icon { width: 13px; height: 13px; display: grid; place-items: center; color: var(--gold-soft); font-size: .7rem; }
.rosary-voice-primary-actions .rosary-voice-icon-button { border-color: var(--line); background: #fff; color: var(--navy); }
.rosary-voice-text-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 0 22px 12px; }
.rosary-voice-text-form input { min-width: 0; height: 46px; padding: 0 14px; border: 1px solid var(--line); border-radius: 14px; background: #fff; color: var(--ink); }
.rosary-voice-text-form button { min-height: 46px; padding: 0 16px; border: 0; border-radius: 14px; background: var(--gold); color: #071f3d; font-weight: 900; cursor: pointer; }
.rosary-voice-quick { display: flex; flex-wrap: wrap; gap: 6px; padding: 0 22px 12px; }
.rosary-voice-quick a { padding: 7px 10px; border-radius: 999px; background: rgba(9,43,85,.07); color: var(--navy); font-size: .7rem; font-weight: 800; text-decoration: none; }
.rosary-voice-ai-note { margin: 0; padding: 0 22px 18px; color: var(--muted); font-size: .64rem; }
.rosary-voice[data-state="connecting"] .rosary-voice-orb-large { animation: rosaryVoiceBreathe 1.4s ease-in-out infinite; }
.rosary-voice[data-state="listening"] .rosary-voice-orb-large { transform: scale(1.06); filter: saturate(1.16) brightness(1.06); }
.rosary-voice[data-state="listening"] .rosary-voice-orb-large span:first-child { animation: rosaryVoiceRing 1.2s ease-out infinite; }
.rosary-voice[data-state="thinking"] .rosary-voice-orb-large span:nth-child(2) { animation: rosaryVoiceSpin 1.7s linear infinite; border-style: dashed; opacity: .58; }
.rosary-voice[data-state="speaking"] .rosary-voice-orb-large { animation: rosaryVoiceSpeak .72s ease-in-out infinite alternate; }
.rosary-voice[data-state="muted"] .rosary-voice-orb-large { filter: grayscale(.35); opacity: .72; }
.rosary-voice[data-state="error"] .rosary-voice-orb-large { box-shadow: inset 0 0 20px rgba(255,255,255,.2), 0 0 0 2px rgba(160,49,58,.32); }
.rosary-voice[data-state="error"] .rosary-voice-status strong { color: #8e2e37; }
.rosary-voice button:focus-visible, .rosary-voice a:focus-visible, .rosary-voice input:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
@keyframes rosaryVoiceBreathe { 0%,100%{transform:scale(.98)} 50%{transform:scale(1.04)} }
@keyframes rosaryVoiceRing { 0%{transform:scale(.9);opacity:.65} 100%{transform:scale(1.28);opacity:0} }
@keyframes rosaryVoiceSpin { to{transform:rotate(360deg)} }
@keyframes rosaryVoiceSpeak { from{transform:scale(1)} to{transform:scale(1.07)} }

@media (max-width: 720px) {
  .rosary-voice { inset: auto 10px calc(78px + env(safe-area-inset-bottom)) 10px; }
  .rosary-voice[dir="rtl"] { left: 10px; right: 10px; }
  .rosary-voice-launcher { margin-inline-start: auto; width: max-content; max-width: calc(100vw - 20px); }
  .rosary-voice-panel, .rosary-voice[dir="rtl"] .rosary-voice-panel { position: fixed; left: 10px; right: 10px; bottom: calc(76px + env(safe-area-inset-bottom)); width: auto; max-height: min(78dvh, 680px); border-radius: 28px; }
  .rosary-voice-stage { grid-template-columns: 72px 1fr; padding: 19px 18px 13px; }
  .rosary-voice-orb-large { width: 66px; height: 66px; flex-basis: 66px; }
  .rosary-voice-header { padding: 18px 18px 13px; }
  .rosary-voice-transcript { padding-inline: 18px; max-height: 220px; }
  .rosary-voice-privacy, .rosary-voice-ai-note { margin-inline: 18px; padding-inline: 0; }
  .rosary-voice-primary-actions, .rosary-voice-text-form, .rosary-voice-quick { padding-inline: 18px; }
}

@media (max-width: 420px) {
  .rosary-voice-launcher-copy small { display: none; }
  .rosary-voice-launcher { min-height: 56px; }
  .rosary-voice-orb { width: 42px; height: 42px; flex-basis: 42px; }
  .rosary-voice-panel, .rosary-voice[dir="rtl"] .rosary-voice-panel { left: 6px; right: 6px; bottom: calc(72px + env(safe-area-inset-bottom)); max-height: 80dvh; }
  .rosary-voice-quick a { flex: 1 1 calc(50% - 6px); text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  .rosary-voice *, .rosary-voice *::before, .rosary-voice *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .rosary-voice[data-state="listening"] .rosary-voice-orb-large,
  .rosary-voice[data-state="speaking"] .rosary-voice-orb-large { transform: none; }
}

/* Rosary AI floating character — v2 */
.rosary-voice-launcher{position:relative;width:224px;min-height:126px;padding:0!important;border:0;background:transparent;box-shadow:none;backdrop-filter:none;overflow:visible;justify-content:flex-end;align-items:flex-end}
.rosary-voice-callout{position:absolute;right:64px;bottom:27px;width:158px;padding:12px 14px;border:1px solid rgba(9,43,85,.13);border-radius:18px 18px 5px 18px;background:rgba(250,247,240,.96);color:var(--navy);box-shadow:0 16px 46px rgba(4,23,48,.2);backdrop-filter:blur(18px);text-align:start;transform-origin:bottom right;transition:transform .25s ease,box-shadow .25s ease}
.rosary-voice[dir="rtl"] .rosary-voice-callout{right:auto;left:64px;border-radius:18px 18px 18px 5px;transform-origin:bottom left}
.rosary-voice-callout strong{display:block;font-size:.82rem;letter-spacing:.02em}.rosary-voice-callout em{display:block;margin-top:4px;font-style:normal;font-size:.7rem;line-height:1.35;color:var(--muted)}
.rosary-ai-character{position:relative;width:84px;height:96px;flex:0 0 84px;display:block;filter:drop-shadow(0 16px 18px rgba(4,23,48,.25));animation:rosaryMascotFloat 4.2s ease-in-out infinite;transition:transform .28s ease,filter .28s ease}
.rosary-ai-halo{position:absolute;left:3px;top:0;width:78px;height:78px;border-radius:50%;border:1px solid rgba(200,154,72,.52);background:conic-gradient(from 20deg,transparent 0 25%,rgba(200,154,72,.26) 38%,transparent 54% 78%,rgba(234,213,173,.38) 90%,transparent);box-shadow:0 0 26px rgba(200,154,72,.14)}
.rosary-ai-head{position:absolute;left:12px;top:13px;width:60px;height:50px;border-radius:20px 20px 18px 18px;background:linear-gradient(150deg,#123f73,#061d3b 72%);border:1px solid rgba(234,213,173,.7);box-shadow:inset 0 0 18px rgba(255,255,255,.1),0 8px 20px rgba(4,23,48,.25)}
.rosary-ai-face{position:absolute;inset:8px;border-radius:13px;background:rgba(2,16,35,.74);display:flex;align-items:center;justify-content:center;gap:12px}.rosary-ai-face i{width:7px;height:7px;border-radius:50%;background:var(--gold-soft);box-shadow:0 0 8px rgba(234,213,173,.9)}.rosary-ai-face b{position:absolute;left:50%;bottom:8px;width:16px;height:5px;border-bottom:2px solid rgba(255,255,255,.82);border-radius:0 0 12px 12px;transform:translateX(-50%)}
.rosary-ai-body{position:absolute;left:19px;top:60px;width:46px;height:30px;border-radius:14px 14px 18px 18px;background:linear-gradient(150deg,#0b3769,#061d3b);border:1px solid rgba(234,213,173,.5);box-shadow:inset 0 6px 12px rgba(255,255,255,.08)}.rosary-ai-badge{position:absolute;left:50%;top:6px;transform:translateX(-50%);width:19px;height:19px;display:grid;place-items:center;border-radius:50%;background:var(--gold);color:#061d3b;font-size:.68rem;font-weight:950}
.rosary-ai-voice-bars{position:absolute;right:-4px;top:35px;height:24px;display:flex;gap:2px;align-items:center;opacity:.28}.rosary-ai-voice-bars i{display:block;width:3px;height:8px;border-radius:999px;background:var(--gold)}.rosary-ai-voice-bars i:nth-child(2){height:15px}.rosary-ai-voice-bars i:nth-child(3){height:11px}
.rosary-voice-launcher:hover .rosary-voice-callout{transform:translateY(-3px);box-shadow:0 20px 54px rgba(4,23,48,.25)}.rosary-voice-launcher:hover .rosary-ai-character{transform:translateY(-3px) scale(1.03)}
.rosary-ai-character-large{width:112px;height:128px;flex-basis:112px;animation-duration:3.8s}.rosary-ai-character-large .rosary-ai-halo{width:106px;height:106px}.rosary-ai-character-large .rosary-ai-head{left:16px;top:18px;width:80px;height:66px;border-radius:26px}.rosary-ai-character-large .rosary-ai-face{inset:10px}.rosary-ai-character-large .rosary-ai-face i{width:9px;height:9px}.rosary-ai-character-large .rosary-ai-body{left:27px;top:82px;width:58px;height:38px}.rosary-ai-character-large .rosary-ai-badge{top:8px;width:23px;height:23px}.rosary-ai-character-large .rosary-ai-voice-bars{right:-2px;top:47px}
.rosary-voice-stage{grid-template-columns:120px 1fr}.rosary-voice-mic{min-height:58px;border-radius:18px;background:linear-gradient(135deg,#0b3769,#061d3b);font-size:.9rem;letter-spacing:.01em}.rosary-voice-mic-icon{width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.1);display:grid;place-items:center}.rosary-mic-svg{width:18px;height:18px;fill:var(--gold-soft)}
.rosary-voice[data-state="listening"] .rosary-ai-character{transform:scale(1.055);filter:drop-shadow(0 16px 22px rgba(200,154,72,.28))}.rosary-voice[data-state="listening"] .rosary-ai-halo{animation:rosaryMascotListen 1.25s ease-out infinite}.rosary-voice[data-state="listening"] .rosary-ai-face i{transform:scale(1.22)}
.rosary-voice[data-state="thinking"] .rosary-ai-halo{animation:rosaryMascotThink 1.7s linear infinite}.rosary-voice[data-state="thinking"] .rosary-ai-face b{width:8px;border-radius:50%}
.rosary-voice[data-state="speaking"] .rosary-ai-voice-bars{opacity:1}.rosary-voice[data-state="speaking"] .rosary-ai-voice-bars i{animation:rosaryMascotSpeak .65s ease-in-out infinite alternate}.rosary-voice[data-state="speaking"] .rosary-ai-voice-bars i:nth-child(2){animation-delay:.12s}.rosary-voice[data-state="speaking"] .rosary-ai-voice-bars i:nth-child(3){animation-delay:.24s}.rosary-voice[data-state="speaking"] .rosary-ai-face b{animation:rosaryMascotMouth .5s ease-in-out infinite alternate}
.rosary-voice[data-state="error"] .rosary-ai-character{filter:grayscale(.35) drop-shadow(0 12px 16px rgba(142,46,55,.2))}.rosary-voice[data-state="error"] .rosary-voice-callout{border-color:rgba(142,46,55,.24)}
@keyframes rosaryMascotFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
@keyframes rosaryMascotListen{0%{transform:scale(.92);opacity:.7}100%{transform:scale(1.16);opacity:.08}}
@keyframes rosaryMascotThink{to{transform:rotate(360deg)}}
@keyframes rosaryMascotSpeak{from{transform:scaleY(.55)}to{transform:scaleY(1.25)}}
@keyframes rosaryMascotMouth{from{height:5px}to{height:9px}}
@media (max-width:720px){.rosary-voice-launcher{width:184px;min-height:100px}.rosary-voice-callout{right:53px;bottom:22px;width:130px;padding:9px 11px}.rosary-voice[dir="rtl"] .rosary-voice-callout{right:auto;left:53px}.rosary-voice-callout strong{font-size:.76rem}.rosary-voice-callout em{font-size:.63rem}.rosary-ai-character{width:70px;height:80px;flex-basis:70px}.rosary-ai-halo{left:3px;width:64px;height:64px}.rosary-ai-head{left:10px;top:11px;width:50px;height:42px}.rosary-ai-face{inset:7px;gap:9px}.rosary-ai-face i{width:6px;height:6px}.rosary-ai-body{left:16px;top:51px;width:38px;height:25px}.rosary-ai-badge{top:5px;width:16px;height:16px;font-size:.58rem}.rosary-ai-voice-bars{right:-2px;top:29px}.rosary-voice-stage{grid-template-columns:92px 1fr}.rosary-ai-character-large{width:84px;height:96px;flex-basis:84px}.rosary-ai-character-large .rosary-ai-halo{width:80px;height:80px}.rosary-ai-character-large .rosary-ai-head{left:12px;top:14px;width:60px;height:50px}.rosary-ai-character-large .rosary-ai-body{left:20px;top:62px;width:44px;height:29px}}
@media (max-width:420px){.rosary-voice-callout{width:116px}.rosary-voice-callout em{display:block}.rosary-voice-launcher{width:170px}.rosary-voice-mic{min-height:56px}}
@media (prefers-reduced-motion:reduce){.rosary-ai-character{animation:none}.rosary-voice[data-state="listening"] .rosary-ai-halo,.rosary-voice[data-state="thinking"] .rosary-ai-halo,.rosary-voice[data-state="speaking"] .rosary-ai-voice-bars i,.rosary-voice[data-state="speaking"] .rosary-ai-face b{animation:none}}

/* Rosary AI personality v3 */
.rosary-voice{--voice-level:0}
.rosary-voice-launcher{width:248px;min-height:138px}
.rosary-voice-callout{right:76px;bottom:32px;width:170px;padding:14px 15px;border-radius:20px 20px 6px 20px;background:rgba(252,249,242,.97);box-shadow:0 20px 58px rgba(4,23,48,.24)}
.rosary-voice[dir="rtl"] .rosary-voice-callout{right:auto;left:76px;border-radius:20px 20px 20px 6px}
.rosary-ai-character{width:104px;height:118px;flex-basis:104px;filter:drop-shadow(0 20px 24px rgba(4,23,48,.27))}
.rosary-ai-halo{left:4px;width:96px;height:96px}
.rosary-ai-head{left:15px;top:16px;width:74px;height:61px;border-radius:25px}
.rosary-ai-face{inset:10px;gap:14px}.rosary-ai-face i{width:9px;height:9px}
.rosary-ai-body{left:25px;top:75px;width:54px;height:36px}.rosary-ai-badge{top:7px;width:23px;height:23px}
.rosary-ai-voice-bars{right:-2px;top:46px}
.rosary-voice-level{position:absolute;left:18px;right:18px;bottom:6px;height:3px;border-radius:999px;background:rgba(255,255,255,.16);overflow:hidden;transform-origin:left center}
.rosary-voice-level i{display:block;width:100%;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--gold),var(--gold-soft));box-shadow:0 0 12px rgba(234,213,173,.7)}
.rosary-voice[data-state="listening"] .rosary-voice-callout{box-shadow:0 22px 64px rgba(200,154,72,.22),0 18px 50px rgba(4,23,48,.18)}
.rosary-voice[data-state="speaking"] .rosary-voice-callout{transform:translateY(-2px)}
@media(max-width:720px){.rosary-voice-launcher{width:210px;min-height:116px}.rosary-voice-callout{right:64px;bottom:27px;width:144px}.rosary-voice[dir="rtl"] .rosary-voice-callout{right:auto;left:64px}.rosary-ai-character{width:86px;height:98px;flex-basis:86px}.rosary-ai-halo{width:80px;height:80px}.rosary-ai-head{left:12px;top:13px;width:62px;height:51px}.rosary-ai-body{left:21px;top:63px;width:45px;height:30px}}

/* Rosary AI floating companion v4 */
.rosary-voice-launcher{width:320px;min-height:180px;transition:opacity .22s ease,transform .22s ease,visibility .22s ease}
.rosary-voice-launcher[aria-expanded="true"]{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px) scale(.94)}
.rosary-voice-callout{right:104px;bottom:48px;width:212px;padding:17px 18px;border-radius:24px 24px 7px 24px;box-shadow:0 24px 72px rgba(4,23,48,.28)}
.rosary-voice[dir="rtl"] .rosary-voice-callout{right:auto;left:104px;border-radius:24px 24px 24px 7px}
.rosary-voice-callout strong{font-size:1rem}.rosary-voice-callout em{font-size:.79rem;line-height:1.45}
.rosary-ai-character{width:140px;height:160px;flex-basis:140px;filter:drop-shadow(0 24px 28px rgba(4,23,48,.3))}
.rosary-ai-halo{left:5px;width:130px;height:130px}.rosary-ai-head{left:20px;top:22px;width:100px;height:82px;border-radius:32px}.rosary-ai-face{inset:13px;gap:18px}.rosary-ai-face i{width:11px;height:11px}.rosary-ai-body{left:34px;top:102px;width:72px;height:48px}.rosary-ai-badge{top:10px;width:29px;height:29px;font-size:.82rem}.rosary-ai-voice-bars{right:-3px;top:61px}
.rosary-voice-panel{position:fixed;right:24px;bottom:24px;width:min(460px,calc(100vw - 48px));max-height:calc(100dvh - 48px);overflow-y:auto;overflow-x:hidden;border-radius:34px}
.rosary-voice[dir="rtl"] .rosary-voice-panel{right:auto;left:24px}
.rosary-voice-stage{grid-template-columns:164px 1fr;padding:28px 24px 18px}.rosary-ai-character-large{width:150px;height:170px;flex-basis:150px}.rosary-ai-character-large .rosary-ai-halo{width:142px;height:142px}.rosary-ai-character-large .rosary-ai-head{left:21px;top:24px;width:108px;height:88px}.rosary-ai-character-large .rosary-ai-body{left:39px;top:111px;width:76px;height:50px}
.rosary-voice-primary-actions{padding-bottom:16px}.rosary-voice-mic{min-height:62px;font-size:1rem}.rosary-voice-transcript{max-height:none}.rosary-voice-panel::-webkit-scrollbar{width:8px}.rosary-voice-panel::-webkit-scrollbar-thumb{background:rgba(9,43,85,.18);border-radius:999px}
@media(max-width:720px){.rosary-voice{inset:auto 8px calc(78px + env(safe-area-inset-bottom)) 8px}.rosary-voice-launcher{width:252px;min-height:138px}.rosary-voice-callout{right:82px;bottom:35px;width:166px;padding:12px 13px}.rosary-voice[dir="rtl"] .rosary-voice-callout{right:auto;left:82px}.rosary-ai-character{width:108px;height:122px;flex-basis:108px}.rosary-ai-halo{width:100px;height:100px}.rosary-ai-head{left:15px;top:17px;width:78px;height:64px}.rosary-ai-body{left:27px;top:80px;width:54px;height:36px}.rosary-voice-panel,.rosary-voice[dir="rtl"] .rosary-voice-panel{left:8px;right:8px;bottom:calc(82px + env(safe-area-inset-bottom));width:auto;max-height:calc(100dvh - 104px);border-radius:28px}.rosary-voice-stage{grid-template-columns:108px 1fr;padding:20px 18px 14px}.rosary-ai-character-large{width:100px;height:114px;flex-basis:100px}}
@media(max-width:420px){.rosary-voice-launcher{width:222px}.rosary-voice-callout{width:145px;right:70px}.rosary-voice[dir="rtl"] .rosary-voice-callout{left:70px}.rosary-ai-character{width:94px;height:108px;flex-basis:94px}}

/* Rosary AI responsive clearance v5 */
@media (min-width:721px) and (max-width:1080px) {
  .rosary-voice-launcher{width:98px;min-height:112px}
  .rosary-voice-callout{display:none}
  .rosary-ai-character{width:98px;height:112px;flex-basis:98px}
  .rosary-ai-halo{width:90px;height:90px}.rosary-ai-head{left:14px;top:15px;width:70px;height:58px}
  .rosary-ai-body{left:24px;top:71px;width:50px;height:34px}
}
@media (max-width:720px) {
  .rosary-voice{inset:auto 10px calc(76px + env(safe-area-inset-bottom)) auto;width:76px;height:88px}
  .rosary-voice[dir="rtl"]{left:10px;right:auto}
  .rosary-voice-launcher{width:76px;min-height:88px}
  .rosary-voice-callout{display:none}
  .rosary-ai-character{width:76px;height:88px;flex-basis:76px}
  .rosary-ai-halo{left:3px;width:70px;height:70px}
  .rosary-ai-head{left:11px;top:12px;width:54px;height:44px;border-radius:19px}
  .rosary-ai-face{inset:7px;gap:10px}.rosary-ai-face i{width:7px;height:7px}
  .rosary-ai-body{left:19px;top:55px;width:38px;height:26px}
  .rosary-ai-badge{top:5px;width:18px;height:18px;font-size:.6rem}
  .rosary-ai-voice-bars{right:-1px;top:32px}
}
