.app{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#667eea,#764ba2)}.header{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.2)}.logo{display:flex;align-items:center;gap:1rem;color:#fff}.logo-icon{font-size:2rem}.logo h1{font-size:1.5rem;font-weight:600;margin:0}.status{display:flex;gap:1rem;align-items:center}.voice-controls{display:flex;gap:.5rem;align-items:center}.tts-select{height:34px;border-radius:12px;border:1px solid rgba(255,255,255,.25);background:#ffffff1f;color:#fff;padding:0 10px;font-size:.8rem;line-height:1;outline:none}.tts-select option{color:#111}.voice-button{border:1px solid rgba(255,255,255,.25);background:#ffffff1f;color:#fff;border-radius:12px;padding:.5rem .6rem;cursor:pointer;font-size:.9rem;line-height:1;transition:transform .1s,background .2s,border-color .2s}.voice-button:hover:not(:disabled){transform:translateY(-1px);background:#ffffff2e}.voice-button:disabled{opacity:.6;cursor:not-allowed}.voice-button.active{border-color:#fff9;background:#0000002e}.hyperbit-indicator{padding:.5rem 1rem;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3)}.hyperbit-stats{display:flex;gap:.75rem;font-size:.875rem;color:#fff;font-weight:500}.mood{color:#fff;font-size:.875rem;padding:.5rem 1rem;background:#ffffff1a;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mood span{font-weight:600}.chat-container{flex:1;display:flex;flex-direction:column;max-width:1200px;width:100%;margin:0 auto;padding:2rem}.messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem}.welcome{text-align:center;color:#fff;padding:4rem 2rem}.welcome h2{font-size:2.5rem;margin-bottom:1rem}.welcome p{font-size:1.25rem;opacity:.9}.welcome .hint{margin-top:2rem;font-size:1rem;opacity:.7}.message{display:flex;gap:1rem;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message.user{flex-direction:row-reverse}.message-avatar{width:40px;height:40px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.message:not(.user) .message-content{background:#fff;color:#1a1a1a;border:1px solid rgba(0,0,0,.1);box-shadow:0 4px 6px #00000026}.message.user .message-content{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 6px #677eea4d}.message-content{max-width:70%;padding:1rem;border-radius:16px}.message-text{white-space:pre-wrap;word-wrap:break-word;line-height:1.5;font-size:.95rem}.message-hyperbit{margin-top:.75rem;padding:.75rem;background:#0000000d;border-radius:8px;display:flex;align-items:center;gap:.5rem}.message.user .message-hyperbit{background:#fff3}.hyperbit-color{width:24px;height:24px;border-radius:50%;flex-shrink:0;border:2px solid rgba(255,255,255,.3)}.message-hyperbit small{font-size:.75rem;opacity:.7;font-weight:500}.message.user .message-hyperbit small{opacity:.9;color:#fff}.message-time{font-size:.75rem;opacity:.5;margin-top:.5rem}.message.user .message-time{opacity:.7;color:#ffffffe6}.message.loading{opacity:.7}.typing-indicator{display:flex;gap:.25rem}.typing-indicator span{width:8px;height:8px;border-radius:50%;background:#667eea;animation:typing 1.4s infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-10px)}}.input-container{display:flex;gap:1rem;background:#fffffff2;padding:1rem;border-radius:16px;box-shadow:0 4px 6px #0000001a;border:1px solid rgba(255,255,255,.3)}.input-container textarea{flex:1;border:none;outline:none;background:transparent;font-size:1rem;font-family:inherit;resize:none;max-height:120px;color:#1a1a1a}.input-container textarea::placeholder{color:#1a1a1a80}.send-button{width:48px;height:48px;border-radius:50%;border:none;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1.5rem;cursor:pointer;transition:all .2s;flex-shrink:0}.send-button:hover:not(:disabled){transform:scale(1.1);box-shadow:0 4px 12px #677eea66}.send-button:active:not(:disabled){transform:scale(.95)}.send-button:disabled{opacity:.5;cursor:not-allowed}.messages::-webkit-scrollbar{width:8px}.messages::-webkit-scrollbar-track{background:#ffffff1a;border-radius:4px}.messages::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}.messages::-webkit-scrollbar-thumb:hover{background:#ffffff80}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}
