:root{--bg-main: #F5FAFC;--bg-secondary: #EEF8FB;--pure-white: #FFFFFF;--soft-ice: #EAF8FC;--light-cyan: #D8F4FB;--cyan: #BCECF8;--primary-teal: #075B70;--secondary-teal: #0B7085;--accent-blue: #3D9BE9;--soft-blue: #A9E4F5;--soft-purple: #B7A7FF;--text-primary: #16252B;--text-secondary: #718087;--text-muted: #95A5AB;--success: #16A58A;--warning: #F4B544;--danger: #EF5B62}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{margin:0;padding:0;background-color:#f5fafc;color:#16252b;font-family:DM Sans,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;overflow-x:hidden}#root{min-height:100vh;width:100%}.arena-card{background:#fff;border:1px solid rgba(7,91,112,.08);box-shadow:0 8px 24px #075b700f;border-radius:24px}.arena-card-subtle{background:#eef8fb;border:1px solid rgba(7,91,112,.08);border-radius:20px}.btn-primary-teal{background-color:#075b70;color:#fff;transition:all .2s ease}.btn-primary-teal:hover{background-color:#0b7085}.btn-secondary-white{background-color:#fff;color:#075b70;border:1px solid rgba(7,91,112,.2)}.btn-secondary-white:hover{background-color:#eaf8fc;border-color:#075b70}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f5fafc}::-webkit-scrollbar-thumb{background:#bcecf8;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#075b70}:root{--guru-bg: #F5FAFC;--guru-card: #FFFFFF;--guru-card2: #EAF8FC;--guru-teal: #075B70;--guru-teal-dark: #054150;--guru-cyan: #3D9BE9;--guru-ice: #BCECF8;--guru-text: #16252B;--guru-muted: #718087}.guru-floating{position:fixed;right:22px;bottom:96px;width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#075b70,#0b7085);border:3px solid #FFFFFF;box-shadow:0 10px 25px #075b7059,0 0 20px #3d9be940;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:1000;animation:guruFloat 3.5s ease-in-out infinite;transition:transform .2s ease,box-shadow .2s ease}.guru-floating:hover{transform:scale(1.08);box-shadow:0 14px 30px #075b7073,0 0 25px #3d9be966}.guru-floating img{width:44px;height:44px;object-fit:contain;filter:drop-shadow(0 2px 6px rgba(0,0,0,.15))}@keyframes guruFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.chat-panel{position:fixed;right:20px;bottom:92px;width:min(440px,calc(100% - 32px));height:min(740px,calc(100vh - 110px));border-radius:32px;background:#fffffff2;border:1px solid rgba(7,91,112,.12);box-shadow:0 25px 70px #075b7029,0 4px 20px #0000000a;-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px);overflow:hidden;display:flex;flex-direction:column;opacity:0;pointer-events:none;transform:translateY(24px) scale(.96);transition:all .3s cubic-bezier(.16,1,.3,1);z-index:9999}.chat-panel.active{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.guru-topbar{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid rgba(7,91,112,.1);background:linear-gradient(135deg,#eaf8fc,#d8f4fb);flex-shrink:0}.guru-info{display:flex;align-items:center;gap:12px}.mini-avatar{width:44px;height:44px;border-radius:50%;background:#fff;border:2px solid rgba(7,91,112,.15);box-shadow:0 4px 12px #075b701f;display:flex;align-items:center;justify-content:center;position:relative}.mini-avatar img{width:34px;height:34px;object-fit:contain}.guru-name{font-size:15px;font-weight:700;color:#16252b}.guru-status{font-size:11px;font-weight:600;color:#075b70;margin-top:1px}.top-actions{display:flex;align-items:center;gap:8px}.guru-icon-btn{width:36px;height:36px;border-radius:50%;border:1px solid rgba(7,91,112,.12);background:#fff;color:#16252b;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;transition:all .2s ease}.guru-icon-btn:hover{background:#eaf8fc;color:#075b70;transform:scale(1.06)}.guru-messages{flex:1;overflow-y:auto;padding:18px 16px;display:flex;flex-direction:column;gap:14px;background:#f5fafc}.guru-welcome{text-align:center;padding:10px 6px;margin-top:auto;margin-bottom:auto}.big-guru{width:96px;height:96px;margin:0 auto 14px;border-radius:50%;background:radial-gradient(circle,#eaf8fc,#fff 80%);border:2px solid #BCECF8;box-shadow:0 8px 24px #075b701f;display:flex;align-items:center;justify-content:center}.big-guru img{width:74px;height:74px;object-fit:contain}.guru-welcome h1{font-size:20px;font-weight:800;color:#16252b;margin-bottom:6px}.gradient-text{background:linear-gradient(135deg,#075b70,#3d9be9);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.guru-welcome p{font-size:12.5px;color:#718087;max-width:280px;margin:0 auto 20px;line-height:1.4}.quick-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;text-align:left}.quick{background:#fff;border:1px solid rgba(7,91,112,.12);border-radius:20px;padding:14px 12px;cursor:pointer;box-shadow:0 4px 15px #075b700a;transition:all .2s ease}.quick:hover{transform:translateY(-2px);border-color:#075b70;box-shadow:0 8px 20px #075b701a;background:#eaf8fc}.quick-icon{font-size:20px;margin-bottom:6px}.quick-title{font-size:13px;font-weight:700;color:#16252b}.quick-desc{font-size:11px;font-weight:500;color:#718087}.message{display:flex;width:100%;animation:msgPop .25s cubic-bezier(.16,1,.3,1)}@keyframes msgPop{0%{opacity:0;transform:translateY(8px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.message.guru{justify-content:flex-start}.message.user{justify-content:flex-end}.bubble{max-width:86%;padding:12px 16px;border-radius:20px;font-size:13.5px;line-height:1.55;word-break:break-word;white-space:pre-wrap}.message.guru .bubble{background:#fff;color:#16252b;border:1px solid #BCECF8;border-top-left-radius:4px;box-shadow:0 4px 15px #075b700d}.message.user .bubble{background:#075b70;color:#fff;border-top-right-radius:4px;box-shadow:0 4px 15px #075b7033}.guru-typing{display:inline-flex;align-items:center;gap:4px;padding:10px 14px;border-radius:18px;background:#fff;border:1px solid #BCECF8;width:fit-content}.guru-typing span{width:6px;height:6px;border-radius:50%;background:#075b70;animation:typingBounce 1.4s infinite ease-in-out both}.guru-typing span:nth-child(1){animation-delay:-.32s}.guru-typing span:nth-child(2){animation-delay:-.16s}@keyframes typingBounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.voice-mode{position:absolute;inset:0;background:linear-gradient(180deg,#eaf8fcfa,#fffffffa);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px;text-align:center;z-index:100;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.voice-avatar{width:105px;height:105px;border-radius:50%;background:#fff;border:3px solid #BCECF8;box-shadow:0 10px 30px #075b7026;display:flex;align-items:center;justify-content:center;margin-bottom:20px;animation:pulseVoice 2.5s infinite ease-in-out}.voice-avatar img{width:76px;height:76px;object-fit:contain}@keyframes pulseVoice{0%,to{transform:scale(1);box-shadow:0 10px 30px #075b7026}50%{transform:scale(1.06);box-shadow:0 14px 40px #3d9be94d}}.listening{font-size:19px;font-weight:700;color:#16252b;margin-bottom:6px}.voice-status{font-size:12.5px;font-weight:500;color:#075b70;margin-bottom:24px}.wave{display:flex;align-items:center;gap:4px;height:36px;margin-bottom:28px}.wave span{width:4px;height:14px;background:#075b70;border-radius:4px;animation:waveMotion 1.2s ease-in-out infinite}.wave span:nth-child(2){animation-delay:.1s}.wave span:nth-child(3){animation-delay:.2s}.wave span:nth-child(4){animation-delay:.3s}.wave span:nth-child(5){animation-delay:.4s}.wave span:nth-child(6){animation-delay:.5s}.wave span:nth-child(7){animation-delay:.6s}.wave span:nth-child(8){animation-delay:.7s}@keyframes waveMotion{0%,to{height:8px}50%{height:32px;background:#3d9be9}}.voice-main-btn{width:60px;height:60px;border-radius:50%;border:none;background:#075b70;color:#fff;font-size:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 20px #075b704d;margin-bottom:20px;transition:transform .2s ease}.voice-main-btn:hover{transform:scale(1.08)}.voice-close{padding:10px 24px;border-radius:24px;background:#fff;border:1px solid rgba(7,91,112,.15);color:#16252b;font-size:12.5px;font-weight:700;cursor:pointer;transition:all .2s ease}.voice-close:hover{background:#eaf8fc}.guru-input-area{padding:12px 16px;background:#fff;border-top:1px solid rgba(7,91,112,.1);display:flex;align-items:center;gap:10px;flex-shrink:0}.guru-input-box{flex:1;display:flex;align-items:center;background:#f5fafc;border:1px solid rgba(7,91,112,.15);border-radius:26px;padding:4px 10px 4px 16px;transition:border-color .2s ease,box-shadow .2s ease}.guru-input-box:focus-within{border-color:#075b70;box-shadow:0 0 0 3px #075b701a}.guru-text-input{flex:1;border:none;background:transparent;outline:none;color:#16252b;font-size:13.5px;padding:8px 0}.guru-text-input::placeholder{color:#9aa8ae}.guru-action-icon{border:none;background:transparent;color:#718087;cursor:pointer;padding:6px;font-size:16px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.guru-action-icon:hover{color:#075b70;background:#eaf8fc}.guru-send-btn{width:42px;height:42px;border-radius:50%;border:none;background:#075b70;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;transition:all .2s ease;box-shadow:0 4px 12px #075b7040;flex-shrink:0}.guru-send-btn:hover{background:#0b7085;transform:scale(1.06)}.guru-send-btn:disabled{opacity:.45;cursor:not-allowed;transform:none}
