:root{color:#f7f7fb;background:#101014;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:radial-gradient(circle at 50% 42%,#b8a1ff24,#0000 28%),radial-gradient(circle at 50% 60%,#79e5df0f,#0000 35%),#101014;place-items:center;min-height:100vh;margin:0;display:grid;overflow:hidden}main{text-align:center;width:min(90vw,700px);transform:translateY(-3vh)}.eyebrow{color:#a5a5b5;letter-spacing:.24em;margin-bottom:26px;font-size:11px;font-weight:750}h1{letter-spacing:-.07em;margin:0 0 62px;font-size:clamp(38px,6vw,72px);font-weight:650;line-height:1}.agent-button{cursor:pointer;background:linear-gradient(145deg,#b8a1ff,#79e5df);border:1px solid #ffffff38;border-radius:46px;width:150px;height:150px;padding:0;transition:transform .3s,box-shadow .3s;box-shadow:0 0 0 14px #b8a1ff09,0 28px 90px #79e5df24,inset 0 1px 1px #ffffffbf,inset 0 -18px 30px #00000029}.agent-button:hover{transform:translateY(-5px)scale(1.025)}.agent-button.active{animation:2s ease-in-out infinite breathe;box-shadow:0 0 0 20px #b8a1ff0d,0 0 80px #79e5df52,inset 0 1px 1px #ffffffbf,inset 0 -18px 30px #00000029}.orb{background:radial-gradient(circle at 35% 28%,#ffffff2e,#0000 18%),#15151c;border-radius:50%;width:70px;height:70px;margin:auto;display:block;box-shadow:inset 0 2px 10px #ffffff1f,0 5px 18px #00000040}#status{color:#a5a5b5;margin:44px 0 0;font-size:13px}.end-button{color:#f7f7fb;cursor:pointer;background:#ffffff12;border:1px solid #ffffff26;border-radius:999px;margin-top:22px;padding:11px 18px}@keyframes breathe{0%,to{transform:scale(1)}50%{transform:scale(1.035)}}.mode-switch{justify-content:center;gap:8px;margin:28px 0;display:flex}.mode-button{color:#fff9;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff24;border-radius:999px;padding:10px 22px;transition:all .2s}.mode-button.active{color:#fff;background:#ffffff24;border-color:#ffffff59}#chatInterface{width:min(100%,520px);margin:0 auto}.chat-messages{text-align:left;background:#ffffff09;border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;gap:12px;height:360px;margin-bottom:16px;padding:20px;display:flex;overflow-y:auto}.message{border-radius:16px;max-width:82%;padding:12px 15px;font-size:14px;line-height:1.45}.agent-message{color:#ffffffe0;background:#ffffff17;align-self:flex-start}.user-message{color:#fff;background:#8264ff4d;align-self:flex-end}.chat-form{gap:8px;display:flex}.chat-form input{color:#fff;background:#ffffff0f;border:1px solid #ffffff24;border-radius:999px;outline:none;flex:1;min-width:0;padding:14px 16px}.chat-form input::placeholder{color:#fff6}.send-button{cursor:pointer;color:#111;background:#fff;border:none;border-radius:999px;padding:0 20px;font-weight:600}@media (width<=600px){body{padding:0}main{box-sizing:border-box;width:100%;min-height:100vh;padding:18px 12px 16px}.eyebrow{letter-spacing:1.8px;margin-bottom:14px;font-size:9px}h1{margin:0 0 18px;font-size:clamp(2.2rem,9vw,3rem)}.mode-switch{margin:16px 0 18px}#chatInterface{width:100%;max-width:none}.chat-messages{border-radius:20px;height:68vh;min-height:460px;max-height:none;padding:16px}.message{max-width:92%;padding:13px 15px;font-size:15px;line-height:1.5}.chat-form{gap:8px;width:100%;margin-top:14px}.chat-form input{width:100%;min-width:0;padding:16px;font-size:15px}.send-button{flex-shrink:0;min-height:50px;padding:0 20px}}.agent-button{cursor:pointer;background:linear-gradient(145deg,#303440f2,#101218fa);border:1px solid #d2dceb3d;border-radius:34%;place-items:center;width:190px;height:190px;transition:transform .22s,border-color .22s,box-shadow .22s;display:grid;position:relative;box-shadow:inset 0 1px 1px #ffffff1f,inset 0 -12px 24px #00000059,0 20px 55px #00000059}.agent-button:hover{border-color:#dce6f573;transform:translateY(-3px)}.agent-button:active{transform:scale(.97)}.core-ring{pointer-events:none;border:1px solid #becde133;border-radius:50%;position:absolute}.core-ring-outer{width:128px;height:128px}.core-ring-inner{border-color:#becde152;width:82px;height:82px}.core-light{background:#dcecff;border-radius:999px;width:13px;height:52px;transition:height .22s,box-shadow .22s,background .22s;box-shadow:0 0 12px #bedcffe6,0 0 35px #82beff73}.agent-button.active{border-color:#b4e1ffa6;box-shadow:inset 0 1px 1px #ffffff26,0 0 0 1px #96cdff14,0 0 55px #6eafff33,0 20px 55px #0006}.agent-button.active .core-light{background:#fff;height:70px;box-shadow:0 0 18px #dcf0ff,0 0 55px #82c8ffbf}.agent-button.active .core-ring-outer{animation:2.8s ease-in-out infinite corePulse}.agent-button.active .core-ring-inner{animation:2.8s ease-in-out infinite reverse corePulse}@keyframes corePulse{0%,to{opacity:.45;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}@media (width<=600px){.agent-button{border-radius:32%;width:160px;height:160px}.core-ring-outer{width:110px;height:110px}.core-ring-inner{width:70px;height:70px}}#voiceInterface{text-align:center;flex-direction:column;align-items:center;width:100%;display:flex}#voiceInterface .agent-button{margin:36px auto 28px}#voiceInterface #status{text-align:center;width:100%}[hidden]{display:none!important}@media (width<=600px){#chatInterface{width:100%;max-width:none;margin:0}.chat-messages{height:calc(100vh - 245px);min-height:420px;max-height:none;margin:0;padding:16px}.chat-form{margin-top:14px}}
