body,html{margin:0;padding:0;background-color:#f6fbf6;color:#07251b;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%}.page-shell{display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;width:100%;max-width:520px;min-height:calc(100svh - 8rem);margin:4rem auto;padding:2.5rem 1.25rem 2rem;background:hsla(0,0%,100%,.98);border-radius:14px;box-shadow:0 12px 40px rgba(10,20,15,.06);border:1px solid rgba(10,20,15,.03)}.eyebrow{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:#6b7280;font-weight:700}.eyebrow,.page-shell h1{margin:0 0 6px;text-align:center}.page-shell h1{font-size:22px;font-weight:500;color:#111}.page-sub{font-size:14px;color:#4b5563;margin:0 0 2rem;text-align:center;max-width:340px}.orb-area{flex-direction:column;gap:1rem;margin-bottom:2rem}.orb-area,.orb-ring{display:flex;align-items:center}.orb-ring{width:120px;height:120px;border-radius:50%;border:1px solid #e5e5e5;justify-content:center;transition:border-color .3s,box-shadow .25s,transform .25s;box-shadow:0 6px 18px rgba(7,17,10,.03)}.orb-ring:not(.orb-ring--active) .orb-inner{animation:orb-idle 6s ease-in-out infinite}.orb-ring--active{border-color:#5dcaa5;border-width:1.5px;box-shadow:0 10px 30px rgba(29,158,117,.08)}.orb-inner{width:80px;height:80px;border-radius:50%;background:#f5f5f5;border:1px solid #e5e5e5;display:flex;align-items:center;justify-content:center;transition:background .3s,border-color .3s,transform .25s,box-shadow .25s}.orb-inner--active{background:#e1f5ee;border-color:#5dcaa5;animation:orb-pulse 1.6s ease-in-out infinite;box-shadow:inset 0 6px 14px rgba(29,158,117,.04),0 6px 18px rgba(29,158,117,.06);transform:scale(1.03)}@keyframes orb-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.06);box-shadow:0 10px 25px rgba(29,158,117,.12)}}@keyframes orb-idle{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.custom-voice-bars{display:flex;align-items:center;justify-content:center;gap:4px;height:30px}.v-bar{width:5px;height:10px;background-color:#1d9e75;border-radius:3px}.animate-bar-1{animation:jump-wave .6s ease-in-out infinite alternate}.animate-bar-2{animation:jump-wave .8s ease-in-out .15s infinite alternate}.animate-bar-3{animation:jump-wave .5s ease-in-out .3s infinite alternate}.animate-bar-4{animation:jump-wave .7s ease-in-out .05s infinite alternate}@keyframes jump-wave{0%{height:6px;background-color:#9fe1cb}to{height:26px;background-color:#1d9e75}}.phone-field{width:100%;max-width:320px;margin-bottom:1.25rem}.phone-field label{display:block;font-size:13px;color:#4b5563;margin-bottom:6px;font-weight:500}.phone-field input{width:100%;box-sizing:border-box;padding:11px 14px;font-size:15px;border:1px solid #e5e5e5;border-radius:10px;outline:none;background:#fff;color:#111;transition:border-color .15s,box-shadow .15s}.phone-field input:focus{border-color:#1d9e75;box-shadow:0 0 0 3px rgba(29,158,117,.15)}.field-error{font-size:12px;color:#e24b4a;margin:5px 0 0;font-weight:500}.page-shell .btn{display:inline-flex;align-items:center;gap:8px;padding:12px 32px;border-radius:99px;border:none;cursor:pointer;font-size:15px;font-weight:600;transition:background .15s,transform .1s}.page-shell .btn:active{transform:scale(.97)}.page-shell .btn--start{background:#1d9e75;color:#fff;width:100%;max-width:320px;justify-content:center}.page-shell .btn--start:hover{background:#0f6e56}.page-shell .btn--end{background:#e24b4a;color:#fff;flex:1 1;justify-content:center}.page-shell .btn--end:hover{background:#a32d2d}.controls-row{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;max-width:320px;margin-top:1.25rem}.page-shell .btn--mute{background:#f0fdf4;border:1px solid #1d9e75;color:#1d9e75;flex:1 1;justify-content:center}.page-shell .btn--mute:hover{background:#e1f5ee}.page-shell .btn--muted{background:#f3f4f6;border:1px solid #9ca3af;color:#4b5563;flex:1 1;justify-content:center}.page-shell .btn--muted:hover{background:#e5e7eb}.status-badge{display:inline-flex;align-items:center;gap:7px;padding:5px 14px;border-radius:99px;border:1px solid #e5e5e5;background:#fafafa;font-size:12px;color:#4b5563;font-weight:500}.dot{width:8px;height:8px;border-radius:50%;background:#cbd5e1;flex-shrink:0}.dot--listening,.dot--speaking{background:#1d9e75}.dot--speaking{animation:speak-pulse 1.2s ease-in-out infinite}.dot--thinking{background:#f59e0b;animation:think-blink .8s ease-in-out infinite}@keyframes speak-pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.4);opacity:.5}to{transform:scale(1);opacity:1}}@keyframes think-blink{0%,to{opacity:.3}50%{opacity:1}}.hints{width:100%;max-width:320px;margin-top:2rem;border-top:1px solid #efefef;padding-top:1rem;margin-bottom:1.5rem}.hints-label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#9ca3af;margin:0 0 8px;font-weight:700}.hints ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.hints li{font-size:13px;color:#4b5563;padding:8px 12px;border-radius:8px;border:1px solid #efefef;background:#fafafa;line-height:1.45}@media (max-width:520px){.page-shell{margin:1rem auto;min-height:calc(100svh - 2rem)}}