.sbdp-root{min-height:320px;color:var(--foreground,#0d0f14);font-family:inherit}.sbdp-card,.sbdp-root{display:flex;flex-direction:column;width:100%;height:100%}.sbdp-card{position:relative;align-items:center;justify-content:center;gap:.75rem;padding:1.5rem;border-radius:var(--radius,1.125rem);background:var(--background-surface,#fdfcfa);border:1px solid var(--border,rgba(0,0,0,.07));text-align:center}.sbdp-card--idle{background:linear-gradient(180deg,var(--background-surface,#fdfcfa) 0,var(--background,#f4f2ee) 100%)}.sbdp-card--privacy{gap:.85rem;text-align:center}.sbdp-privacy-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;background:color-mix(in srgb,var(--accent-blue,#2563eb) 12%,transparent);color:var(--accent-blue,#2563eb)}.sbdp-privacy-list{list-style:none;margin:.25rem 0;padding:0;display:flex;flex-direction:column;gap:.4rem;font-size:.82rem;line-height:1.45;color:var(--muted-foreground,#6b7280);max-width:32ch}.sbdp-privacy-list li{position:relative;padding-left:1.1rem}.sbdp-privacy-list li:before{content:"";position:absolute;left:0;top:.55em;width:5px;height:5px;border-radius:999px;background:var(--accent-blue,#2563eb);opacity:.6}.sbdp-privacy-list strong{color:var(--foreground,#0d0f14);font-weight:600}.sbdp-card--active{gap:.5rem}.sbdp-card--done,.sbdp-card--error{gap:1rem}.sbdp-title{margin:0;font-size:1.05rem;font-weight:600;letter-spacing:-.01em}.sbdp-sub{margin:0;line-height:1.5;max-width:28ch}.sbdp-active-title,.sbdp-sub{font-size:.85rem;color:var(--muted-foreground,#6b7280)}.sbdp-active-title{font-weight:500;margin-top:.25rem}.sbdp-error{margin:0;font-size:.85rem;line-height:1.5;color:var(--foreground,#0d0f14);max-width:32ch}.sbdp-link{font-size:.75rem;color:var(--muted-foreground,#6b7280);text-decoration:underline;text-underline-offset:2px}.sbdp-link:hover{color:var(--foreground,#0d0f14)}.sbdp-row{display:flex;flex-wrap:wrap;gap:.5rem}.sbdp-btn,.sbdp-row{justify-content:center}.sbdp-btn{display:inline-flex;align-items:center;padding:.65rem 1.1rem;border-radius:999px;font-size:.85rem;font-weight:500;border:1px solid transparent;cursor:pointer;text-decoration:none;transition:background .12s ease,transform .12s ease,border-color .12s ease;user-select:none}.sbdp-btn--primary{background:var(--accent-blue,#2563eb);color:#fff}.sbdp-btn--primary:hover{filter:brightness(1.05)}.sbdp-btn--primary:active{transform:translateY(1px)}.sbdp-btn--ghost{background:transparent;border-color:var(--border,rgba(0,0,0,.12));color:var(--foreground,#0d0f14)}.sbdp-btn--ghost:hover{background:rgba(0,0,0,.04)}.sbdp-orb{position:relative;width:56px;height:56px;border-radius:50%;background:radial-gradient(circle at 30% 30%,var(--accent-blue,#51a2ff) 0,var(--accent-teal,#22c55e) 100%);opacity:.85;animation:sbdp-orb-pulse 2.6s ease-in-out infinite;box-shadow:0 0 30px rgba(81,162,255,.35)}.sbdp-orb-inner{position:absolute;inset:8px;border-radius:50%;background:rgba(255,255,255,.45);filter:blur(6px)}@keyframes sbdp-orb-pulse{0%,to{transform:scale(1);opacity:.85}50%{transform:scale(1.06);opacity:1}}.sbdp-spinner{width:28px;height:28px;border-radius:50%;border:2px solid var(--border,rgba(0,0,0,.15));border-top-color:var(--accent-blue,#2563eb);animation:sbdp-spin .8s linear infinite}@keyframes sbdp-spin{to{transform:rotate(1turn)}}.sbdp-anim-stack{position:relative;width:100%;height:80px}.sbdp-anim-stack>*{position:absolute;inset:0}.sbdp-voice-wrap{display:flex;align-items:center;justify-content:center}.sbdp-voice-svg,.sbdp-voice-wrap{width:100%;height:100%}.sbdp-timer{width:100%;max-width:280px;display:flex;flex-direction:column;gap:.35rem}.sbdp-timer-bar{width:100%;height:3px;background:var(--border,rgba(0,0,0,.1));border-radius:999px;overflow:hidden}.sbdp-timer-bar-fill{height:100%;background:var(--accent-blue,#2563eb);border-radius:999px;transition:width 1s linear}.sbdp-timer-row{display:flex;justify-content:space-between;font-size:.7rem;color:var(--muted-foreground,#6b7280)}.sbdp-connect-host{position:absolute;width:0;height:0;overflow:hidden}