.stage-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;display:flex;align-items:center;justify-content:center;pointer-events:none;overflow:hidden}.stage-visuals{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.abstract-orb{width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,#ffffff26,#fff0 70%);box-shadow:0 0 100px #ffffff0d;position:relative}.abstract-orb.thinking{background:radial-gradient(circle,#fff3,#fff0 60%);animation:pulse 2s infinite ease-in-out}.abstract-orb.active{background:radial-gradient(circle,#ffffff40,#fff0 80%);box-shadow:0 0 150px #ffffff1a}.ambient-glow{position:absolute;width:150%;height:150%;background:radial-gradient(circle,#ffffff08,#0000 70%);pointer-events:none}@keyframes pulse{0%{transform:scale(1);opacity:.5}50%{transform:scale(1.05);opacity:.8}to{transform:scale(1);opacity:.5}}@media (max-width: 768px){.abstract-orb{width:250px;height:250px}}.control-panel-wrapper{position:absolute;bottom:80px;width:100%;max-width:800px;z-index:10;padding:0 20px;display:flex;justify-content:center;align-items:center}.command-bar-glow{position:absolute;width:120%;height:250%;background:radial-gradient(circle,#4299e126,#0000 70%);pointer-events:none;z-index:-1;filter:blur(50px);animation:pulse-glow 4s infinite ease-in-out}@keyframes pulse-glow{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.dynamic-border-container{position:relative;width:100%;padding:1.5px;border-radius:100px;background:linear-gradient(90deg,#1e3a8a,#3b82f6,#60a5fa,#3b82f6,#1e3a8a);background-size:200% auto;animation:flow 3s linear infinite;box-shadow:0 0 20px #4299e133;transition:all .4s ease}.dynamic-border-container:focus-within{box-shadow:0 0 35px #4299e166;transform:scale(1.02)}@keyframes flow{0%{background-position:0% center}to{background-position:200% center}}.input-container{width:100%;display:flex;align-items:center;background-color:#050505f2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:18px 32px;border-radius:98px;transition:all .4s ease}input{flex:1;font-size:1.2rem;font-weight:300;letter-spacing:.02em;color:#fffffff2}input::placeholder{color:#ffffff40}.action-button{display:flex;align-items:center;justify-content:center;padding-left:16px;color:#fff6;transition:all .3s ease}.input-container:focus-within .action-button{color:#60a5fa;transform:scale(1.1)}@media (max-width: 768px){.control-panel-wrapper{bottom:40px;max-width:95%}.input-container{padding:14px 24px}input{font-size:1.1rem}}.hud-overlay{position:fixed;top:5vh;left:22.5%;width:55%;height:60vh;pointer-events:none;z-index:8;color:#f6f7fb;--hud-accent: #60a5fa;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.hud-panel-text{position:absolute;padding:18px 20px;display:flex;flex-direction:column;gap:8px;animation:hud-panel-enter .42s ease-out both;cursor:grab;pointer-events:auto;-webkit-user-select:none;user-select:none;overflow:hidden;min-height:0}.hud-panel-text:active{cursor:grabbing}.hud-title{font-size:1rem;letter-spacing:.08em;text-transform:uppercase;color:var(--hud-accent)}.hud-subtitle{font-size:.95rem;color:#ffffffb3}.hud-value{font-size:2rem;font-weight:600;letter-spacing:.02em}.hud-lines{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px;font-size:.95rem;overflow:hidden;min-height:0}.hud-lines li:before{content:"■";color:var(--hud-accent);margin-right:8px}.hud-lines li{cursor:pointer;overflow:hidden;text-overflow:ellipsis}.hud-lines li:hover{color:var(--hud-accent)}.hud-body{font-size:1rem;line-height:1.5;color:#ffffffeb;overflow:hidden;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical}@keyframes hud-panel-enter{0%{opacity:0;transform:translateY(8px) scale(.98);filter:blur(4px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@media (max-width: 768px){.hud-overlay{left:10%;width:80%;top:5vh;height:60vh;padding:0}.hud-panel-text{padding:14px 16px}.hud-value{font-size:1.6rem}}.tool-stream-container{position:absolute;top:15vh;left:40px;width:200px;height:70vh;display:flex;flex-direction:column;gap:8px;z-index:20;pointer-events:none;-webkit-mask-image:linear-gradient(to bottom,transparent,black 10%,black 90%,transparent);mask-image:linear-gradient(to bottom,transparent,black 10%,black 90%,transparent)}.tool-label{display:flex;align-items:center;background:#ffffff0d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:6px 12px;border-radius:4px;border-left:2px solid rgba(66,153,225,.5);font-family:Courier New,Courier,monospace;font-size:.75rem;color:#ffffffb3;box-shadow:0 4px 12px #0000004d;white-space:nowrap}.tool-label .dot{width:6px;height:6px;background:#60a5fa;border-radius:50%;margin-right:8px;box-shadow:0 0 8px #60a5fa}.tool-label .name{letter-spacing:.05em}@media (max-width: 768px){.tool-stream-container{left:10px;width:120px;top:5vh}.tool-label{font-size:.65rem;padding:4px 8px}}.auth-container{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:100;background-color:#050505}.auth-card-border{padding:1.5px;border-radius:24px;background:linear-gradient(90deg,#1e3a8a,#3b82f6,#60a5fa,#3b82f6,#1e3a8a);background-size:200% auto;animation:auth-flow 4s linear infinite;box-shadow:0 0 40px #4299e126}@keyframes auth-flow{0%{background-position:0% center}to{background-position:200% center}}.auth-card{background-color:#0a0a0af2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:48px;border-radius:22.5px;width:400px;display:flex;flex-direction:column;align-items:center}h1{font-size:1.8rem;font-weight:300;color:#fff;margin-bottom:32px;letter-spacing:.05em}form{width:100%}.input-group{width:100%;margin-bottom:20px}.input-group input{width:100%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:14px 20px;border-radius:12px;color:#fff;font-size:1rem;outline:none;transition:all .3s ease}.input-group input:focus{border-color:#3b82f6;background:#ffffff14}.auth-button{width:100%;padding:14px;border-radius:12px;background:#3b82f6;color:#fff;font-weight:600;border:none;cursor:pointer;margin-top:12px;transition:background .3s ease}.auth-button:hover{background:#2563eb}.auth-toggle{margin-top:24px;color:#ffffff80;font-size:.9rem}.auth-toggle span{color:#3b82f6;cursor:pointer;margin-left:4px}.auth-toggle span:hover{text-decoration:underline}.auth-divider{width:100%;display:flex;align-items:center;margin:24px 0;gap:12px}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#ffffff1a}.auth-divider span{font-size:.75rem;color:#ffffff4d;text-transform:uppercase;letter-spacing:.1em}.oauth-grid{display:flex;gap:16px;width:100%;justify-content:center}.oauth-button{flex:1;height:48px;border-radius:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#fff}.oauth-button:hover{background:#ffffff1a;border-color:#3b82f680;box-shadow:0 0 15px #3b82f633}.user-profile{position:absolute;top:24px;right:24px;display:flex;align-items:center;gap:12px;padding:8px 16px;background:#ffffff0d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:100px;border:1px solid rgba(255,255,255,.1);z-index:50;cursor:pointer;transition:all .3s ease}.user-profile:hover{background:#ffffff14;border-color:#4299e14d;transform:translateY(-2px)}.profile-info{display:flex;flex-direction:column;align-items:flex-end}.username{font-size:.85rem;font-weight:500;color:#fff;letter-spacing:.02em}.status{font-size:.65rem;color:#3b82f6;text-transform:uppercase;font-weight:800;letter-spacing:.1em}.profile-avatar{width:32px;height:32px;border-radius:50%;background:#4299e11a;display:flex;align-items:center;justify-content:center;border:1px solid rgba(66,153,225,.2)}.context-panel{position:fixed;top:78px;right:18px;width:240px;background:#080a0ed9;border:1px solid rgba(96,165,250,.5);border-radius:14px;padding:12px 12px 14px;z-index:12;color:#f6f7fb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.context-header{display:flex;align-items:center;justify-content:space-between;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:#60a5fae6;margin-bottom:10px}.context-header button{font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:#fff9}.context-header button:disabled{opacity:.4;cursor:default}.context-empty{font-size:.85rem;color:#ffffff80;line-height:1.4}.context-items{display:flex;flex-direction:column;gap:8px}.context-chip{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 10px;border-radius:10px;background:#60a5fa1f;border:1px solid rgba(96,165,250,.4);color:#ffffffe6;font-size:.85rem}.context-text{flex:1;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.context-remove{width:18px;height:18px;border-radius:50%;background:#60a5fa33;color:#60a5faf2;font-size:.9rem;line-height:1;display:flex;align-items:center;justify-content:center}.app-container{position:relative;width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--bg-color)}:root{--bg-color: #050505;--text-color: #ffffff;--accent-color: #ffffff;--secondary-text: #888888;--glass-bg: rgba(20, 20, 20, .6);--glass-border: rgba(255, 255, 255, .1);--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;overflow:hidden;background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{cursor:pointer;background:none;border:none;font-family:inherit;color:inherit}input{font-family:inherit;background:none;border:none;outline:none;color:inherit}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--glass-border);border-radius:10px}
