@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";:root{--bg-color:#06080f;--panel-bg:#ffffff08;--border-color:#ffffff14;--accent-teal:#10b981;--accent-glow:#10b98180;--text-primary:#fff;--text-secondary:#9ca3af;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:var(--text-primary);background-color:var(--bg-color);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);min-width:320px;min-height:100vh;margin:0;padding:0;overflow:hidden}.trend-up{color:var(--accent-teal)!important}#root{width:100%;height:100vh;margin:0;padding:0;display:flex}.app-container{width:100dvw;height:100dvh;box-shadow:none;background-color:#0a0f13;background-image:radial-gradient(circle at 85% 15%,#00e5ff2e,#0000 45%),radial-gradient(circle at 15% 85%,#00e5ff1f,#0000 45%),radial-gradient(circle,#00e5ff0f,#0000 70%),linear-gradient(#0a0f1300 0%,#06080ffa 100%);background-position:0 0;background-repeat:repeat;background-size:auto;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;border:none;border-radius:0;flex-direction:column;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;transition:filter .7s cubic-bezier(.2,.8,.2,1),transform .7s cubic-bezier(.2,.8,.2,1),opacity .4s;display:flex;position:relative;overflow-x:hidden}.app-container-voice{filter:blur(16px)brightness(.4);transform:scale(.97)}.mode-transitioning{will-change:filter, transform, opacity}.sidebar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:40;background:#0a0f13d9;border-right:1px solid #ffffff0a;flex-direction:column;flex-shrink:0;width:280px;height:100vh;display:flex}.sidebar-header{justify-content:space-between;align-items:center;padding:24px;display:flex}.new-chat-btn{color:#00e5ff;cursor:pointer;background:#00e5ff14;border:1px solid #00e5ff33;border-radius:12px;align-items:center;gap:8px;width:calc(100% - 32px);margin:0 16px 16px;padding:12px;font-size:14px;font-weight:500;transition:all .3s;display:flex}.new-chat-btn:hover{background:#00e5ff26;box-shadow:0 0 15px #00e5ff26}.history-list{flex-direction:column;flex:1;gap:4px;padding:0 16px;display:flex;overflow-y:auto}.history-list::-webkit-scrollbar{width:2px}.history-list::-webkit-scrollbar-thumb{background:#ffffff1a}.history-item{color:#fff9;cursor:pointer;border-radius:10px;align-items:center;gap:12px;padding:12px;font-size:13px;transition:all .2s;display:flex}.history-item:hover,.history-item.active{color:#fff;background:#ffffff0a}.history-item.active{background:linear-gradient(90deg,#00e5ff14,#0000);border-left:2px solid #00e5ff}.chat-view{z-index:10;flex-direction:column;flex:1;height:100vh;display:flex;position:relative;overflow:hidden}.header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:50;background:#0a0f13a6;border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;padding:16px 20px;transition:all .6s cubic-bezier(.4,0,.2,1);display:flex;position:sticky;top:0;left:0;right:0}@media (width>=768px){.header{padding:20px 48px}}.header-left{align-items:center;gap:16px;display:flex}.toggle-sidebar-btn{color:#ffffff80;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex}.toggle-sidebar-btn:hover{color:#fff;background:#ffffff0d}.logo-icon{color:#00e5ff;filter:drop-shadow(0 0 8px #00e5ff66);justify-content:center;align-items:center;width:32px;height:32px;display:flex}.header-title h1{color:#fff;letter-spacing:.8px;margin:0;font-size:16px;font-weight:500}@media (width>=768px){.header-title h1{font-size:19px}}.header-subtitle{color:#fff6;text-transform:uppercase;letter-spacing:1.5px;margin-top:2px;font-size:10px}.header-right{align-items:center;gap:16px;display:flex}.dev-reset-btn{color:#8ba3b5;text-transform:uppercase;letter-spacing:.8px;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:999px;padding:8px 12px;font-size:11px;transition:all .2s}.dev-reset-btn:hover{color:#f8fafc;background:#00e5ff14;border-color:#00e5ff4d}.user-avatar{color:#e2e8f0;background:linear-gradient(135deg,#ffffff1a,#ffffff05);border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:14px;font-weight:500;display:flex;box-shadow:inset 0 0 10px #00e5ff1a}.user-info{flex-direction:column;display:flex}.user-name{color:#f8fafc;font-size:14px;font-weight:400}.user-status{color:#8ba3b5;text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:6px;margin-top:2px;font-size:11px;display:flex}.status-dot{background-color:#00e5ff;border-radius:50%;width:6px;height:6px;animation:2s infinite pulse;box-shadow:0 0 8px #00e5ff80}.chat-area{scroll-behavior:smooth;flex-direction:column;flex:1;gap:24px;width:100%;max-width:100%;margin:0 auto;padding:20px 16px;display:flex;overflow-y:auto}@media (width>=768px){.chat-area{gap:32px;max-width:860px;padding:40px 60px}}.chat-area::-webkit-scrollbar{width:4px}.chat-area::-webkit-scrollbar-thumb{background-color:#ffffff0d;border-radius:4px}.msg-row-user{flex-direction:column;align-items:flex-end;width:100%;animation:.6s cubic-bezier(.2,.8,.2,1) forwards fadeInSlideRight;display:flex}.msg-bubble-user{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#f8fafc;letter-spacing:.2px;background:linear-gradient(135deg,#00e5ff2e,#00e5ff0a);border:1px solid #00e5ff4d;border-radius:20px 20px 4px;max-width:90%;padding:12px 18px;font-size:14px;font-weight:300;line-height:1.5;box-shadow:0 12px 32px #00000059}@media (width>=768px){.msg-bubble-user{border-radius:24px 24px 6px;max-width:75%;padding:16px 24px;font-size:15px}}.msg-time{color:#fff3;text-transform:uppercase;letter-spacing:1px;margin-top:10px;font-size:10px}.msg-row-ai{justify-content:flex-start;align-items:flex-start;gap:20px;width:100%;max-width:90%;animation:.6s cubic-bezier(.2,.8,.2,1) forwards fadeInSlideLeft;display:flex}.ai-avatar{color:#00e5ff;background:#00e5ff1f;border:1px solid #00e5ff33;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;box-shadow:0 0 15px #00e5ff1a}.system-avatar{color:#f59e0b;background:#f59e0b1f;border-color:#f59e0b4d}.ai-content{flex-direction:column;flex:0 auto;gap:8px;max-width:85%;display:flex}.user-content{flex:1;align-items:flex-end}.ai-name{color:#00e5ff80;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:2px;font-size:11px;font-weight:600}.system-name{color:#f59e0b99}.ai-bubble{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:#e2e8f0;background:#ffffff0a;border:1px solid #ffffff14;border-radius:4px 20px 20px;width:fit-content;max-width:100%;padding:14px 20px;font-size:14px;font-weight:300;line-height:1.6;box-shadow:0 12px 48px #0000004d}@media (width>=768px){.ai-bubble{border-radius:6px 24px 24px;padding:18px 26px;font-size:15px;line-height:1.7}}.system-bubble{background:#f59e0b14;border-color:#f59e0b4d}.insight-block{background:linear-gradient(90deg,#00e5ff0d,#0000);border-left:3px solid #00e5ff}.table-container{border:1px solid #ffffff14;border-radius:20px;max-width:100%;margin-top:8px;overflow:visible}.table-shell{background:#0a0f134d;padding:0}.table-desktop-view{display:none}.table-mobile-view{background:#ffffff0d;flex-direction:column;gap:1px;display:flex}.table-row-card{background:#0a0f1366;flex-direction:column;gap:10px;padding:16px;display:flex}.table-row-card-field{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.field-label{color:#8ba3b5;text-transform:uppercase;letter-spacing:1px;flex-shrink:0;font-size:10px;font-weight:600}.field-value{color:#fff;text-align:right;word-break:break-word;font-size:13px}@media (width>=768px){.table-desktop-view{display:block}.table-mobile-view{display:none}.table-container{overflow-x:auto}}.block-table{border-collapse:collapse;color:#e2e8f0;width:100%;font-size:14px}.block-table thead tr{background:#ffffff0a;border-bottom:1px solid #ffffff1a}.block-table th{text-align:left;color:#8ba3b5;text-transform:uppercase;letter-spacing:1px;padding:16px 20px;font-size:11px;font-weight:600}.block-table td{border-bottom:1px solid #ffffff0a;padding:16px 20px}.block-table tbody tr{transition:background .2s}.block-table tbody tr:hover{background:#00e5ff0a}.block-table tbody tr:last-child td{border-bottom:none}.chart-card{background:linear-gradient(#ffffff0a,#ffffff03),radial-gradient(circle at top,#00e5ff0d,#0000 60%);border:1px solid #ffffff0f;border-radius:20px;width:100%;max-width:640px;padding:16px 18px 14px;position:relative;overflow:hidden;box-shadow:0 8px 28px #0000002e,inset 0 1px #ffffff0d}.chart-card--line{max-width:780px;padding-bottom:24px}.chart-card--compact{max-width:620px}.chart-card--dense{max-width:680px}.chart-header{justify-content:space-between;align-items:flex-end;gap:12px;margin-bottom:14px;display:flex}.chart-header h3{color:#fff;letter-spacing:.1px;margin:0;font-size:14px;font-weight:550;line-height:1.25}.chart-header p{color:#8ba3b5;text-transform:uppercase;letter-spacing:.9px;margin:0;font-size:10px}.chart-grid{grid-template-columns:repeat(auto-fit,minmax(54px,1fr));align-items:end;gap:8px;min-height:148px;display:grid}.line-chart-shell{-webkit-user-select:none;user-select:none;flex-direction:column;gap:10px;margin-top:10px;display:flex;position:relative;overflow:visible}.line-chart-svg{width:100%;height:240px;overflow:visible}.line-chart-gridline{stroke:#ffffff14;stroke-width:1px}.line-chart-area{opacity:.85}.line-chart-path{fill:none;stroke:#00e5ff;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 12px #00e5ff66);transition:all .3s}.line-chart-point{fill:#0a0f13;stroke:#00e5ff;stroke-width:2.5px;cursor:pointer;transition:all .2s}.line-chart-point--active{fill:#00e5ff;filter:drop-shadow(0 0 12px #00e5ffcc);stroke:#fff!important;stroke-width:2px!important}.line-chart-point--peak{fill:#00e5ff;stroke:#fff;stroke-width:2px;filter:drop-shadow(0 0 10px #00e5ff)}.y-axis-label{fill:#ffffff85;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-family:inherit;font-size:10px;font-weight:300;text-shadow:none!important;filter:none!important}.line-chart-tick-svg{fill:#ffffff85;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-size:10px;font-weight:300;text-shadow:none!important;filter:none!important}.axis-title-y,.axis-title-x{fill:#fff6;text-transform:uppercase;letter-spacing:1.5px;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-size:9px;font-weight:400;text-shadow:none!important;filter:none!important}.line-chart-tooltip{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);pointer-events:none;z-index:100;background:#0a0f13e6;border:1px solid #00e5ff66;border-radius:12px;flex-direction:column;gap:2px;min-width:120px;padding:10px 14px;transition:left .1s,top .1s;display:flex;position:absolute;transform:translate(-50%,-115%);box-shadow:0 12px 32px #000c,0 0 20px #00e5ff26}.tooltip-year{text-transform:uppercase;letter-spacing:1px;color:#fff6;font-size:10px;font-weight:400}.tooltip-value{color:#00e5ff;font-size:17px;font-weight:500}.tooltip-metric{color:#fff6;white-space:nowrap;font-size:10px}.hover-line{stroke:#00e5ff59;stroke-width:1.5px;stroke-dasharray:4 4}.line-chart-axis{justify-content:space-between;align-items:center;padding-top:10px;display:flex}.line-chart-tick{color:#e2e8f0bd;text-align:center;letter-spacing:.02em;flex:1;font-size:11px;line-height:1.2}.chart-column{flex-direction:column;align-items:center;gap:8px;display:flex}.chart-value{color:#e0ffff;text-align:center;min-height:20px;font-size:10px;font-weight:500;line-height:1.1}.chart-bar-track{background:#0000002e;border:1px solid #ffffff08;border-radius:10px;align-items:flex-end;width:100%;height:98px;padding:4px;display:flex;box-shadow:inset 0 4px 8px #00000042}.chart-bar-fill{background:linear-gradient(#00e5ff,#00b4d8cc);border-radius:7px;width:100%;min-height:6px;transition:height .6s cubic-bezier(.2,.8,.2,1);box-shadow:0 0 10px #00e5ff3d}.chart-label{color:#8ba3b5;text-align:center;max-width:70px;font-size:10px;line-height:1.2}.comparison-summary{grid-template-columns:1fr;gap:12px;width:100%;margin-bottom:20px;display:grid}@media (width>=768px){.comparison-summary{grid-template-columns:repeat(3,1fr)}}.comparison-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;gap:4px;padding:16px;transition:all .3s;display:flex}.comparison-card:hover{background:#ffffff0d;border-color:#00e5ff33;transform:translateY(-2px)}.comparison-card-metric{color:#8ba3b5;text-transform:uppercase;letter-spacing:1px;font-size:10px;font-weight:600}.comparison-card-value{color:#fff;margin-top:4px;font-size:15px;font-weight:500}.comparison-card-vs{color:#fff6;margin-top:2px;font-size:11px}.comparison-winner{color:#00e5ff;font-weight:600}.ai-cta{color:#fff;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:100px;align-self:flex-start;padding:12px 24px;font-size:14px;font-weight:300;transition:all .3s;display:inline-flex;box-shadow:0 4px 12px #0000001a}.ai-cta:hover{background:#00e5ff0f;border-color:#00e5ff4d;transform:translateY(-1px);box-shadow:0 4px 20px #00e5ff26}.chat-main{z-index:10;flex-direction:column;flex:1;height:100%;min-height:0;display:flex;position:relative}.composer-container{z-index:20;flex-direction:column;align-items:center;width:100%;display:flex}.composer-hero{flex:1;justify-content:center}.composer-docked{flex:0;justify-content:flex-end}.hero-greeting{text-align:center;flex-direction:column;align-items:center;gap:4px;margin-bottom:48px;display:flex}.hero-logo{color:#00e5ff;filter:drop-shadow(0 0 24px #00e5ff99);margin-bottom:24px}.hero-greeting h2{color:#fff;letter-spacing:-1px;background:linear-gradient(#fff 0%,#ffffffb3 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:28px;font-weight:400}@media (width>=768px){.hero-greeting h2{font-size:42px}}.hero-greeting p{color:#fff6;letter-spacing:-.2px;margin:0;font-size:16px;font-weight:300}@media (width>=768px){.hero-greeting p{font-size:20px}}.input-area-shell{width:100%;max-width:900px;padding:0 16px 24px;padding-bottom:calc(24px + env(safe-area-inset-bottom))}@media (width>=768px){.input-area-shell{padding:0 40px 40px}}.composer-hero .input-area-shell{max-width:760px;padding-bottom:0}.composer-hero .input-area{transform:scale(1.03);box-shadow:0 30px 60px #00000080,inset 0 1px #ffffff1a,0 0 30px #00e5ff1a}.error-banner{color:#fde68a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f59e0b14;border:1px solid #f59e0b33;border-radius:14px;margin-bottom:14px;padding:12px 16px;font-size:13px;line-height:1.5;animation:.3s forwards fadeIn}.input-area{z-index:5;-webkit-backdrop-filter:blur(32px);backdrop-filter:blur(32px);background:linear-gradient(#ffffff14 0%,#ffffff05 100%);border:1px solid #ffffff1f;border-radius:36px;align-items:center;width:100%;padding:10px 14px 10px 24px;transition:all .4s cubic-bezier(.2,.8,.2,1);display:flex;position:relative;box-shadow:0 20px 60px #00000080,inset 0 1px #ffffff1a}.input-area:focus-within{border-color:#00e5ff80;transform:translateY(-2px);box-shadow:0 0 40px #00e5ff26,0 20px 60px #00000080}.pill-input{flex:1;align-items:center;height:44px;display:flex}.pill-input input{color:#fff;background:0 0;border:none;outline:none;flex:1;font-size:16px;font-weight:300}.pill-input input::placeholder{color:#fff6}.composer-controls{align-items:center;gap:12px;display:flex}.mic-wrapper{color:#fff9;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff0d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.mic-wrapper:hover{color:#00e5ff;background:#00e5ff1a;border-color:#00e5ff33;box-shadow:0 0 20px #00e5ff33}.send-wrapper{color:#0a0f13;cursor:pointer;background:linear-gradient(135deg,#00e5ff,#00a6cc);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s cubic-bezier(.2,.8,.2,1);display:flex;box-shadow:0 4px 15px #00e5ff4d}.send-wrapper:hover{transform:scale(1.05)translateY(-1px);box-shadow:0 8px 25px #00e5ff66}.send-wrapper:disabled{opacity:.3;cursor:not-allowed;color:#fff6;box-shadow:none;background:#ffffff14;border:1px solid #ffffff0d;transform:none}.loading-avatar{animation:1.4s infinite pulse}.loading-bubble{min-width:280px}.loading-line{background:linear-gradient(90deg,#ffffff0a,#ffffff1f,#ffffff0a) 0 0/200% 100%;border-radius:999px;height:10px;margin-bottom:10px;animation:1.4s linear infinite shimmer}.loading-line:last-child{margin-bottom:0}.loading-line-strong{width:92%}.loading-line-short{width:58%}@keyframes fadeInSlideRight{0%{opacity:0;transform:translate(20px)translateY(10px)}to{opacity:1;transform:translate(0)translateY(0)}}@keyframes fadeInSlideLeft{0%{opacity:0;transform:translate(-20px)translateY(10px)}to{opacity:1;transform:translate(0)translateY(0)}}@keyframes pulse{0%{opacity:1;filter:brightness()}50%{opacity:.7;filter:brightness(1.2)}to{opacity:1;filter:brightness()}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.voice-view-overlay{pointer-events:none;z-index:99;background:#06080f00;transition:background .5s;position:fixed;inset:0}.app-container-voice~.voice-view-overlay{background:#06080f99}.voice-view{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);z-index:100;opacity:0;pointer-events:none;background:linear-gradient(#0a0f13b3 0%,#0a0f1366 100%);border:1px solid #ffffff1a;border-radius:40px;flex-direction:column;justify-content:space-between;max-width:800px;height:calc(100vh - 80px);max-height:800px;margin:auto;transition:opacity .5s,transform .6s cubic-bezier(.2,.8,.2,1);display:flex;position:fixed;inset:40px;overflow:hidden;transform:translateY(30px)scale(.95);box-shadow:0 40px 100px #0009,inset 0 1px #ffffff26}.voice-view.active{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.voice-transitioning{will-change:opacity, transform}.voice-top{z-index:30;justify-content:space-between;width:100%;padding:32px 40px;display:flex;position:relative}.close-btn{color:#fff9;cursor:pointer;background:#ffffff08;border:1px solid #ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:24px;font-weight:300;transition:all .3s;display:flex}.close-btn:hover{color:#fff;background:#ffffff1a;transform:scale(1.05)}.voice-text{z-index:30;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:0 40px;display:flex;position:relative}.transcript-container{text-align:center;width:100%}.voice-text p{color:#fff;text-align:center;text-shadow:0 2px 10px #00000080;letter-spacing:-.2px;max-width:600px;margin:0 auto;font-size:28px;font-weight:300;line-height:1.5}.voice-turn-label{text-transform:uppercase;letter-spacing:4px;color:#00e5ffcc;text-shadow:0 0 10px #00e5ff66;margin-bottom:20px;font-size:12px;font-weight:600;transition:opacity .4s}.voice-turn-label.you{color:#fff6;text-shadow:none}.final-text{opacity:1;margin-right:4px;transition:opacity .5s}.interim-text{opacity:.42;color:#e0ffff;transition:all .2s}.user-transcript{margin:0}.voice-placeholder{color:#ffffff26;font-size:24px;font-style:normal;font-weight:300;animation:3s ease-in-out infinite placeholderPulse}.response-text{color:#fff!important;font-weight:300!important}.continuity-text{opacity:.35!important;font-size:20px!important;transition:opacity .6s!important}.voice-thinking{justify-content:center;align-items:center;gap:10px;margin-top:16px;display:flex}.voice-thinking span{opacity:.3;background:#00e5ff;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite thinkPulse;box-shadow:0 0 10px #00e5ff80}.voice-thinking span:nth-child(2){animation-delay:.2s}.voice-thinking span:nth-child(3){animation-delay:.4s}.typewriter{animation:.4s cubic-bezier(.2,.8,.2,1) forwards phraseIn}@keyframes phraseIn{0%{opacity:0;filter:blur(4px);transform:translateY(8px)}to{opacity:1;filter:blur();transform:translateY(0)}}.voice-error-state{flex-direction:column;align-items:center;gap:24px;display:flex}.voice-retry-btn{color:#00e5ff;letter-spacing:1px;cursor:pointer;background:#00e5ff1a;border:1px solid #00e5ff4d;border-radius:999px;padding:12px 32px;font-size:13px;font-weight:500;transition:all .3s}.voice-retry-btn:hover{background:#00e5ff33;transform:scale(1.03);box-shadow:0 0 20px #00e5ff33}.voice-state{text-transform:uppercase;letter-spacing:5px;color:#00e5ff;opacity:.7;text-shadow:0 0 10px #00e5ff4d;margin-top:40px;font-size:11px;font-weight:600;transition:opacity .4s}.wave-container{z-index:20;pointer-events:none;border-radius:40px;position:absolute;inset:0;overflow:hidden}.wave-container:before{content:"";filter:blur(20px);background:radial-gradient(circle,#00e5ff26 0%,#00e5ff00 70%);border-radius:50%;width:300px;height:300px;transition:all 1s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.wave-intensity-listening.wave-container:before{opacity:1;background:radial-gradient(circle,#00e5ff33 0%,#00e5ff00 70%);transform:translate(-50%,-50%)scale(1.2)}.wave-intensity-processing.wave-container:before{opacity:.5;background:radial-gradient(circle,#10b9811a 0%,#0000 70%);transform:translate(-50%,-50%)scale(.8)}.wave-intensity-responding.wave-container:before{opacity:.8;background:radial-gradient(circle,#00e5ff4d 0%,#0000 70%);animation:2s ease-in-out infinite alternate pulseOrb;transform:translate(-50%,-50%)scale(1.5)}@keyframes pulseOrb{0%{opacity:.6;transform:translate(-50%,-50%)scale(1.3)}to{opacity:.9;transform:translate(-50%,-50%)scale(1.6)}}.svg-wave{opacity:.6;width:200%;height:70%;transition:all 1.2s cubic-bezier(.2,.8,.2,1);position:absolute;bottom:-10%;left:0}.layer-back{filter:blur(40px);opacity:.3;animation:20s linear infinite waveFlow}.layer-mid{filter:blur(20px);opacity:.5;animation:15s linear infinite reverse waveFlow}.layer-front{filter:blur(8px);opacity:.7;animation:12s linear infinite waveFlow}#wave-grad1 stop:first-child{stop-color:#00e5ffcc}#wave-grad2 stop:first-child{stop-color:#00b4d899}#wave-grad3 stop:first-child{stop-color:#0077b6e6}.wave-intensity-listening .svg-wave{opacity:.8;transform:scaleY(1.3)}.wave-intensity-listening .layer-front{filter:drop-shadow(0 -10px 20px #00e5ff66)}.wave-intensity-processing .svg-wave{opacity:.3;transform:scaleY(.6)}.wave-intensity-processing .layer-back,.wave-intensity-processing .layer-mid,.wave-intensity-processing .layer-front{filter:blur(50px);animation-duration:30s}.wave-intensity-responding .svg-wave{opacity:1;transform:scaleY(1.5)}.wave-intensity-responding .layer-front{filter:drop-shadow(0 -15px 30px #00e5ff99);animation-duration:7s}.wave-intensity-responding .layer-mid{animation-duration:9s}.wave-intensity-error .svg-wave{filter:hue-rotate(180deg)saturate(.2);opacity:.2}@keyframes waveFlow{0%{transform:translate(0)}to{transform:translate(-50%)}}svg{fill:none;stroke:currentColor;stroke-width:2px;width:20px;height:20px}.logo-icon svg{stroke-width:2.5px;width:24px;height:24px}.voice-bottom{z-index:35;pointer-events:none;justify-content:center;align-items:center;width:100%;padding-bottom:40px;display:flex;position:absolute;bottom:0}.pill-btn{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;cursor:pointer;pointer-events:auto;background:#0a0f1366;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:all .4s cubic-bezier(.2,.8,.2,1);display:flex;box-shadow:0 10px 30px #0000004d}.pill-btn:hover{color:#ff3b30;background:#ff3b3026;border-color:#ff3b3066;transform:scale(1.08);box-shadow:0 10px 40px #ff3b3033}@media (width<=900px){.header,.chat-area,.input-area-shell,.voice-top{padding-left:20px;padding-right:20px}.voice-view{border-radius:32px;height:calc(100vh - 32px);inset:16px}}.kpi-grid{grid-template-columns:1fr;gap:12px;width:100%;margin:12px 0;display:grid}@media (width>=768px){.kpi-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}}.kpi-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;gap:6px;padding:20px;transition:all .3s cubic-bezier(.2,.8,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0003}.kpi-card:hover{background:#ffffff0d;border-color:#00e5ff4d;transform:translateY(-2px);box-shadow:0 8px 32px #00e5ff1a}.kpi-card:after{content:"";background:linear-gradient(90deg,#0000,#00e5ff33,#0000);height:1px;position:absolute;top:0;left:0;right:0}.kpi-label{color:#8ba3b5;text-transform:uppercase;letter-spacing:1.5px;font-size:10px;font-weight:600}.kpi-value{color:#fff;letter-spacing:-.5px;background:linear-gradient(135deg,#fff,#8ba3b5);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:20px;font-weight:500}@media (width>=768px){.kpi-value{font-size:24px}}.filter-chips{flex-wrap:wrap;gap:8px;margin-bottom:8px;margin-left:2px;display:flex}.filter-chip{color:#00e5ffcc;letter-spacing:.2px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:default;background:#00e5ff0f;border:1px solid #00e5ff26;border-radius:100px;padding:4px 12px;font-size:11px;font-weight:500;transition:all .2s}.filter-chip:hover{color:#00e5ff;background:#00e5ff1a;border-color:#00e5ff66}.suggestion-chips{flex-wrap:wrap;gap:8px;margin-top:12px;padding-left:2px;display:flex}.suggestion-chip{color:#ffffff80;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff08;border:1px solid #ffffff14;border-radius:100px;padding:6px 14px;font-size:13px;transition:all .3s}.suggestion-chip:hover{color:#00e5ff;background:#00e5ff14;border-color:#00e5ff4d;transform:translateY(-1px);box-shadow:0 0 15px #00e5ff1a}.analytical-context-row{flex-wrap:wrap;gap:6px;margin-bottom:12px;padding-left:2px;display:flex}.context-chip{color:#fff6;text-transform:uppercase;letter-spacing:.8px;background:#ffffff08;border:1px solid #ffffff14;border-radius:4px;padding:2px 10px;font-size:10px;font-weight:500}@media (width<=768px){.msg-row-ai{gap:12px}.ai-avatar{width:32px;height:32px}.composer-controls{gap:8px}.mic-wrapper,.send-wrapper{width:40px;height:40px}.pill-input input{font-size:14px}.sidebar{transition:left .3s cubic-bezier(.4,0,.2,1);position:fixed;left:-280px}.sidebar.open{left:0}}
