@import"https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&display=swap";:root{--bg: #ffffff;--text: #000000;--text-muted: #666666;--primary: #006045;--font-main: "Manrope", sans-serif;--border: #eeeeee}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg);color:var(--text);font-family:var(--font-main);min-height:100vh;display:flex;flex-direction:column;justify-content:center}.app-container{display:flex;width:100%;max-width:1152px;margin:0 auto;padding:4rem 2rem;gap:4rem;align-items:center}.content-side{flex:1.2;display:flex;flex-direction:column}.eyebrow{font-size:.85rem;font-weight:600;color:var(--text);margin-bottom:2rem;display:flex;align-items:center;gap:.5rem;opacity:.7}.headline{font-size:clamp(2.5rem,3vw,3rem);font-weight:600;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.01em}.highlight{position:relative;z-index:1;display:inline;padding:0 2px}.highlight:before{content:"";position:absolute;top:15%;left:-5%;width:110%;height:80%;background:color-mix(in srgb,var(--primary),transparent 60%);z-index:-1;transform:rotate(-1.5deg);border-radius:20% 10% 25% 15%/15% 20% 15% 25%}.description{font-size:1rem;color:var(--text-muted);line-height:1.6;max-width:520px;margin-bottom:1.5rem}.btn-green{background:var(--primary);color:#fff;border:1px solid var(--bg);padding:.75rem 1.5rem;border-radius:20px;font-size:1rem;font-weight:300;cursor:pointer}.error-message{margin-top:1rem;font-size:.85rem;color:#ef4444;background:#fef2f2;border:1px solid #fee2e2;padding:.75rem 1rem;border-radius:8px;max-width:520px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.agent-side{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;margin-top:-3.5rem}.orb-display{width:100%;height:400px;display:flex;align-items:center;justify-content:center}@media (max-width: 900px){.app-container{flex-direction:column;padding:4rem 1.5rem;text-align:center}.content-side{align-items:center}.description{margin-left:auto;margin-right:auto}}.status-pill{background:#fff;border:1px solid #e5e5e5;border-radius:40px;padding:9px 18px 9px 12px;box-shadow:0 4px 12px #0000000d;display:flex;align-items:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none;z-index:10;margin-top:-45px}.status-pill:hover{box-shadow:0 8px 20px #00000014;transform:translateY(-2px)}.pill-inner{display:flex;align-items:center;gap:12px}.pill-button{width:34px;height:34px;background:#0d4a35;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background-color .3s ease}.pill-button.end-call{background:#ef4444}.pill-content{display:flex;flex-direction:column;gap:1px}.pill-label{font-size:13px;font-weight:500;color:#000;line-height:1.2}.pill-status-line{font-size:11px;color:var(--text-muted);display:flex;align-items:center;gap:6px;line-height:1.2}.status-dot{width:6px;height:6px;border-radius:50%;transition:background-color .3s ease}.status-dot.default{background:#888}.status-dot.calling{background:#f0a500}.status-dot.live{background:#22c55e;animation:pulseOpacity 1.5s infinite}.status-dot.error{background:#ef4444}.side-disclaimer{font-size:.75rem;color:var(--text-muted);font-style:italic;text-align:center;margin-top:1.5rem;max-width:300px;line-height:1.4}@keyframes pulseOpacity{0%{opacity:.4}50%{opacity:1}to{opacity:.4}}
