@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--primary: #016ff4;--brand-dark: #001035;--primary-2: #0b82f9;--bg-light: #f4f7fb;--text-main: #001035;--text-muted: #536382;--bg: #f4f6f9;--panel: #ffffff;--text: #0c0d0e;--muted: #6b7280;--border: #e5e7eb;--shadow: 0 8px 24px rgba(0, 0, 0, .06);--brand-gradient: linear-gradient( 90deg, #38bcff 0%, #20a4fe 25%, #1991fa 50%, #0b82f9 75%, #016ff4 100% )}*{box-sizing:border-box}body{margin:0;font-family:Inter,Segoe UI,Helvetica Neue,Arial,sans-serif;min-height:100vh}#root{min-height:100vh}.card-screen{min-height:100vh;background:var(--bg);color:var(--text-main);display:flex;flex-direction:column}.card-logo-wrap{min-height:48vh;display:flex;align-items:center;justify-content:center;padding:2rem 1.2rem 1rem}.logo-container{width:min(92vw,520px);max-height:240px;object-fit:contain}.logo-fallback{display:flex;align-items:center;justify-content:center;background:var(--panel);border:1px solid #dae3f0}.logo-container.logo-fallback{width:min(92vw,520px);height:210px;border-radius:14px;padding:.65rem}.logo-fallback svg{width:100%;height:100%;object-fit:contain}.card-body{width:100%;max-width:600px;margin:auto auto 0;text-align:center;padding:0 .95rem 1rem}.start-btn svg{width:18px;height:18px}.start-btn{width:100%;height:56px;border:0;border-radius:13px;background:var(--primary);color:#fff;font-size:1.95rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;cursor:pointer;box-shadow:var(--shadow)}.start-btn:disabled{opacity:.75;cursor:not-allowed}.card-error{margin:.75rem 0 0;color:#b51d1d;font-size:.92rem}.call-screen{min-height:100vh;color:#fff;background:linear-gradient(#001035cc,#001035cc),var(--brand-gradient);display:flex;flex-direction:column}.call-header{padding-top:2.75rem;text-align:center}.call-header h1{margin:0;font-size:clamp(1.9rem,6vw,2.45rem);font-weight:500;letter-spacing:.02em}.call-hero{text-align:center;margin-top:2rem;display:flex;flex-direction:column;align-items:center}.call-avatar{width:min(40vw,168px);aspect-ratio:1;border-radius:999px;background:var(--panel);display:grid;place-items:center;overflow:hidden}.call-avatar .logo-container{width:100%;height:100%;object-fit:contain}.call-avatar .logo-container.logo-fallback{width:100%;height:100%;border-radius:999px;padding:.55rem}.call-limit{margin:2rem 0 0;font-size:1.95rem;color:var(--muted)}.call-error{margin:.75rem 0 0;font-size:.95rem;color:#ffb8b8}.call-controls{margin-top:auto;padding:0 1.3rem 2.35rem;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.round-btn{width:64px;height:64px;border-radius:999px;border:0;color:#fff;display:inline-flex;align-items:center;justify-content:center;justify-self:center}.round-btn svg{width:30px;height:30px}.mic-btn{background:#adbcd952}.mic-btn.muted{background:#ef4444b8}.end-btn{background:#dce2eac7}.call-status{display:flex;flex-direction:column;align-items:center;gap:.35rem;min-width:108px;color:#ffffffd1;font-size:1.2rem}.typing-dots{display:inline-flex;gap:.3rem}.typing-dots span{width:8px;height:8px;border-radius:50%;background:#ffffffe6;animation:bounce 1.2s infinite ease-in-out}.typing-dots span:nth-child(2){animation-delay:.15s}.typing-dots span:nth-child(3){animation-delay:.3s}@keyframes bounce{0%,80%,to{transform:scale(.7);opacity:.35}40%{transform:scale(1);opacity:1}}@media (min-width: 768px){.card-screen{justify-content:center;padding:2rem}.card-logo-wrap{min-height:unset;padding-top:1rem}.card-body{margin-top:1rem}.call-screen{max-width:460px;margin:0 auto;box-shadow:0 30px 90px #00000073}}
