.vc{background:var(--c-bg);flex-direction:column;height:100dvh;display:flex}.vc-header{align-items:center;gap:var(--s-3);padding:var(--s-4) var(--s-5);background:var(--c-bg-card);border-bottom:1px solid var(--c-line);display:flex}.vc-name{font-family:var(--font-text);color:var(--c-ink);font-size:16px;font-weight:700}.vc-status{font-family:var(--font-text);color:var(--c-text-muted);margin-left:auto;font-size:13px}.vc-messages{padding:var(--s-5) var(--s-4);gap:var(--s-4);flex-direction:column;flex:1;display:flex;overflow-y:auto}.vc-connecting{justify-content:center;align-items:center;gap:var(--s-4);padding-bottom:var(--s-12);flex-direction:column;flex:1;display:flex}.vc-connecting-dots{gap:6px;display:flex}.vc-connecting-dots span{background:var(--c-ink);border-radius:50%;width:10px;height:10px;animation:1.4s ease-in-out infinite vcDotPulse}.vc-connecting-dots span:nth-child(2){animation-delay:.2s}.vc-connecting-dots span:nth-child(3){animation-delay:.4s}.vc-connecting-text{font-family:var(--font-text);font-size:var(--t-body-s-size);color:var(--c-text-muted);margin:0}@keyframes vcDotPulse{0%,80%,to{opacity:.2;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.vc-input-bar{gap:var(--s-2);padding:var(--s-3) var(--s-4) calc(var(--s-3) + env(safe-area-inset-bottom,0px));background:var(--c-bg-card);border-top:1px solid var(--c-line);display:flex}.vc-send{background:var(--c-ink);width:44px;height:44px;color:var(--c-inverse);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:20px;display:flex}.vc-send:disabled{opacity:.4;cursor:default}.vc-error{height:100dvh;padding:var(--s-8);text-align:center;color:#c44b59;font-family:var(--font-text);justify-content:center;align-items:center;font-size:16px;display:flex}.vc--checking{justify-content:center;align-items:center}.vc-checking-stage{align-items:center;gap:var(--s-6);padding:0 var(--s-8);text-align:center;flex-direction:column;display:flex}.vc-checking-orb{justify-content:center;align-items:center;width:96px;height:96px;display:flex;position:relative}.vc-checking-orb__pulse{background:radial-gradient(circle,#1111112e,#1110);border-radius:50%;animation:1.8s ease-in-out infinite vcCheckingPulse;position:absolute;inset:0}.vc-checking-orb__core{background:var(--c-ink);width:56px;height:56px;color:var(--c-inverse);font-family:var(--font-display);border-radius:50%;justify-content:center;align-items:center;padding-bottom:3px;font-size:28px;font-style:italic;font-weight:500;line-height:1;animation:1.8s ease-in-out infinite vcCheckingBob;display:flex;position:relative;box-shadow:0 8px 28px #1111114d}.vc-checking-title{font-family:var(--font-text);color:var(--c-ink);margin:0;font-size:18px;font-weight:600}.vc-checking-sub{font-family:var(--font-text);color:var(--c-text-2);max-width:280px;margin:0;font-size:14px;line-height:1.5}@keyframes vcCheckingPulse{0%,to{opacity:.55;transform:scale(.85)}50%{opacity:0;transform:scale(1.25)}}@keyframes vcCheckingBob{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}
