@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg:#10131a;--surface-low:#191c22;--surface:#1d2026;--surface-high:#272a31;--surface-bright:#363940;--surface-lowest:#0b0e14;--primary:#c3f5ff;--accent:#00e5ff;--accent-dim:#00daf3;--secondary:#ecb2ff;--tertiary:#f2e9ff;--error:#ffb4ab;--text:#e1e2eb;--text-muted:#bac9cc;--outline:#8493961f;--glow-cyan:#00e5ff40;--glow-cyan-sm:#00e5ff1f}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Inter,sans-serif;overflow-x:hidden}h1,h2,h3,h4{font-family:Space Grotesk,sans-serif}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--surface-bright);border-radius:4px}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes pulse-soft{0%,to{opacity:1}50%{opacity:.4}}@keyframes floatOrb{0%{transform:translate(0)scale(1)}33%{transform:translate(4%,5%)scale(1.1)}66%{transform:translate(-4%,8%)scale(.95)}to{transform:translate(2%,-4%)scale(1.05)}}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@keyframes slideRight{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}.fade-up{opacity:0;animation:.5s ease-out forwards fadeUp}.d1{animation-delay:50ms}.d2{animation-delay:.12s}.d3{animation-delay:.2s}.d4{animation-delay:.28s}.glass{-webkit-backdrop-filter:blur(20px);border:1px solid var(--outline);background:#1d2026b3}.cyan-glow{box-shadow:0 0 20px var(--glow-cyan)}.accent-bar{background:var(--tertiary);border-radius:2px;flex-shrink:0;width:3px;height:1.25rem}.accent-bar.cyan{background:var(--accent)}.accent-bar.purple{background:var(--secondary)}.btn-primary{background:linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);color:#00363d;cursor:pointer;border:none;border-radius:999px;padding:.5rem 1.25rem;font-size:.75rem;font-weight:700;transition:transform .2s,box-shadow .2s}.btn-primary:hover{box-shadow:0 0 20px var(--glow-cyan);transform:scale(1.04)}.mono{font-family:Courier New,monospace;font-size:.75rem}.tag{letter-spacing:.05em;text-transform:uppercase;border-radius:4px;align-items:center;padding:.2rem .6rem;font-size:.65rem;font-weight:700;display:inline-flex}.tag.success{color:var(--accent);background:#00e5ff1f}.tag.error{color:var(--error);background:#ffb4ab1f}.tag.running{color:var(--text-muted);background:#8493961a}.tag.stable{color:var(--primary);background:#c3f5ff1a}.app-root{background:var(--bg);height:100vh;display:flex;position:relative;overflow:hidden}.bg-orbs{pointer-events:none;z-index:0;position:fixed;inset:0;overflow:hidden}.orb{filter:blur(120px);border-radius:50%;animation:25s ease-in-out infinite alternate floatOrb;position:absolute}.orb-1{background:radial-gradient(circle,#6d61f21f 0%,#0000 70%);width:45vw;height:45vw;animation-delay:0s;top:-10%;left:-5%}.orb-2{background:radial-gradient(circle,#00e5ff17 0%,#0000 70%);width:55vw;height:55vw;animation-delay:-10s;bottom:-15%;right:-8%}.orb-3{background:radial-gradient(circle,#ecb2ff0f 0%,#0000 70%);width:30vw;height:30vw;animation-delay:-6s;top:40%;left:35%}.sidebar{z-index:40;background:var(--surface-low);border-right:1px solid var(--outline);flex-direction:column;width:5rem;transition:width .3s;display:flex;position:fixed;top:0;bottom:0;left:0;overflow:hidden}.sidebar:hover{width:16rem}.sidebar-logo{white-space:nowrap;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1.5rem;display:flex}.logo-icon{background:linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:1rem;display:flex}.logo-text{opacity:0;transition:opacity .25s}.sidebar:hover .logo-text{opacity:1}.logo-title{color:var(--text);font-family:Space Grotesk,sans-serif;font-size:1.05rem;font-weight:700}.logo-sub{color:var(--text-muted);text-transform:uppercase;letter-spacing:.12em;font-size:.6rem}.sidebar-nav{flex-direction:column;flex:1;gap:.25rem;padding:0 .5rem;display:flex}.nav-item{height:3rem;color:var(--text-muted);cursor:pointer;white-space:nowrap;border-radius:10px;align-items:center;gap:1rem;padding:0 .75rem;text-decoration:none;transition:all .2s;display:flex}.nav-item:hover{background:var(--surface-high);color:var(--text)}.nav-item.active{background:var(--surface-bright);color:var(--accent)}.nav-item .nav-icon{flex-shrink:0;font-size:1.25rem}.nav-label{opacity:0;font-size:.875rem;font-weight:500;transition:opacity .25s}.sidebar:hover .nav-label{opacity:1}.sidebar-footer{border-top:1px solid var(--outline);white-space:nowrap;align-items:center;gap:.75rem;padding:1rem;display:flex}.avatar{background:linear-gradient(135deg, var(--accent) 0%, var(--secondary) 100%);color:#00363d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.75rem;font-weight:700;display:flex}.user-info{opacity:0;transition:opacity .25s}.sidebar:hover .user-info{opacity:1}.user-name{color:var(--text);font-size:.8rem;font-weight:700}.user-role{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.65rem}.topbar{z-index:30;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--outline);background:#10131acc;justify-content:space-between;align-items:center;height:4rem;padding:0 2rem;display:flex;position:fixed;top:0;left:5rem;right:0}.topbar-search{align-items:center;display:flex;position:relative}.topbar-search input{background:var(--surface-bright);color:var(--text);border:none;border-radius:8px;outline:none;width:22rem;padding:.5rem 1rem .5rem 2.25rem;font-size:.85rem;transition:all .2s}.topbar-search input::placeholder{color:var(--text-muted)}.topbar-search input:focus{box-shadow:0 0 0 1px var(--accent)}.search-icon{color:var(--text-muted);font-size:1rem;position:absolute;left:.7rem}.search-results{background:var(--surface-high);z-index:200;border:1px solid #00e5ff33;border-radius:10px;width:100%;animation:.15s ease-out fadeUp;position:absolute;top:calc(100% + .5rem);left:0;overflow:hidden;box-shadow:0 16px 40px #0006}.search-result-item{cursor:pointer;border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;gap:1rem;padding:.65rem 1rem;transition:background .15s;display:flex}.search-result-item:last-child{border-bottom:none}.search-result-item:hover{background:var(--surface-bright)}.sr-label{color:var(--text);flex:1;font-size:.82rem}.sr-type{text-transform:uppercase;letter-spacing:.08em;color:var(--accent);white-space:nowrap;background:#00e5ff14;border-radius:4px;padding:.15rem .5rem;font-size:.65rem;font-weight:700}.topbar-right{align-items:center;gap:1rem;display:flex}.topbar-btn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:8px;padding:.4rem;transition:all .2s;position:relative}.topbar-btn:hover{color:var(--accent);background:var(--surface)}.notif-dot{background:var(--accent);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse-soft;position:absolute;top:2px;right:2px}.topbar-divider{background:var(--outline);width:1px;height:1.5rem}.workspace-badge{color:var(--text);font-family:Space Grotesk,sans-serif;font-size:.875rem;font-weight:600}.notif-panel{background:var(--surface);z-index:200;border:1px solid #00e5ff26;border-radius:14px;width:22rem;animation:.2s ease-out fadeUp;position:absolute;top:calc(100% + .5rem);right:0;overflow:hidden;box-shadow:0 20px 60px #00000080}.notif-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:.85rem 1rem;display:flex}.notif-title{font-family:Space Grotesk,sans-serif;font-size:.9rem;font-weight:700}.notif-badge{color:var(--accent);background:#00e5ff1f;border-radius:4px;padding:.2rem .5rem;font-size:.65rem;font-weight:700}.notif-item{cursor:pointer;border-bottom:1px solid #ffffff0a;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;transition:background .15s;display:flex}.notif-item:hover{background:var(--surface-high)}.notif-icon{flex-shrink:0;margin-top:2px;font-size:1.1rem}.notif-body{flex:1}.notif-text{color:var(--text);margin-bottom:.2rem;font-size:.82rem}.notif-time{color:var(--text-muted);font-size:.68rem}.notif-footer{text-align:center;color:var(--accent);cursor:pointer;background:var(--surface-low);padding:.65rem 1rem;font-size:.75rem;font-weight:700;transition:background .15s}.notif-footer:hover{background:#00e5ff14}.main-canvas{z-index:10;height:100vh;margin-left:5rem;padding-top:4rem;display:flex;position:relative;overflow:hidden}.dashboard-section{flex:7;overflow-y:auto}.chatbot-section{flex:3;min-width:340px;max-width:420px;height:100%}.fab{z-index:100;display:none;position:fixed;bottom:2rem;right:2rem}.login-root{background:#000 url(/login-bg.png) 50%/contain no-repeat;justify-content:center;align-items:center;font-family:Inter,sans-serif;display:flex;position:fixed;inset:0;overflow:hidden}.login-panel{z-index:10;-webkit-backdrop-filter:blur(24px);background:#10131ad9;border:1px solid #00e5ff1f;border-radius:24px;width:100%;max-width:420px;padding:3rem 2.5rem;animation:.6s ease-out both fadeUp;position:relative;box-shadow:0 32px 80px #0009,inset 0 0 0 1px #00e5ff0d}.login-brand{align-items:center;gap:.75rem;margin-bottom:2rem;display:flex}.login-logo{color:#080b12;background:linear-gradient(135deg,#00e5ff,#c3f5ff);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.1rem;font-weight:900;display:flex}.login-brand-name{color:#f0f4ff;margin:0;font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:700;line-height:1.2}.login-brand-sub{color:#f0f4ff66;text-transform:uppercase;letter-spacing:.1em;margin:0;font-size:.65rem}.login-title{color:#f0f4ff;margin:0 0 .4rem;font-family:Space Grotesk,sans-serif;font-size:1.75rem;font-weight:700}.login-desc{color:#f0f4ff66;margin:0 0 1.75rem;font-size:.82rem;line-height:1.6}.login-form{flex-direction:column;gap:1rem;display:flex}.login-field{flex-direction:column;gap:.4rem;display:flex}.login-field label{color:#f0f4ff80;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;font-weight:600}.login-field input{color:#f0f4ff;background:#ffffff0a;border:1px solid #00e5ff1f;border-radius:10px;outline:none;padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:.9rem;transition:all .2s}.login-field input:focus{background:#00e5ff0a;border-color:#00e5ff73;box-shadow:0 0 0 3px #00e5ff14}.login-field input::placeholder{color:#f0f4ff33}.login-error{color:#ff6b6b;background:#ff6b6b14;border:1px solid #ff6b6b33;border-radius:8px;margin:0;padding:.5rem .75rem;font-size:.78rem}.login-btn{color:#080b12;cursor:pointer;background:linear-gradient(135deg,#00e5ff,#0d9fbf);border:none;border-radius:12px;justify-content:center;align-items:center;min-height:48px;margin-top:.5rem;padding:.85rem;font-family:Space Grotesk,sans-serif;font-size:.95rem;font-weight:700;transition:all .2s;display:flex}.login-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 24px #00e5ff59}.login-btn:disabled{opacity:.7;cursor:not-allowed}.login-spinner{border:2px solid #080b124d;border-top-color:#080b12;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite spin}.login-hint{color:#f0f4ff33;text-align:center;margin-top:1.25rem;font-size:.72rem}@keyframes spin{to{transform:rotate(360deg)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.home-root{color:#e8ecf4;opacity:0;background:#000 url(/home-bg.png) 50%/contain no-repeat;flex-direction:column;font-family:Inter,sans-serif;transition:opacity .6s;display:flex;position:fixed;inset:0;overflow:hidden}.home-root.home-visible{opacity:1}.home-header{z-index:100;justify-content:space-between;align-items:center;padding:1.5rem 3rem;display:flex;position:fixed;top:0;left:0;right:0}.home-logo{color:#e8ecf4;align-items:center;gap:.6rem;font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:700;display:flex}.home-logo-icon{color:#07090f;background:linear-gradient(135deg,#00e5ff,#c3f5ff);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;font-weight:900;display:flex}.home-user-pill{color:#e8ecf4b3;background:#00e5ff14;border:1px solid #00e5ff26;border-radius:30px;align-items:center;gap:.5rem;padding:.35rem .85rem;font-size:.78rem;display:flex}.home-user-dot{background:#00e5ff;border-radius:50%;width:6px;height:6px;animation:2s infinite pulse-soft}.home-hero{z-index:10;align-items:center;min-height:100vh;padding:0 10vw;display:flex;position:relative}.home-hero-inner{max-width:780px;transition:transform .1s ease-out}.home-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#00e5ff;margin:0 0 1.5rem;font-size:.72rem;font-weight:600;animation:.7s ease-out .2s both fadeUp}.home-headline{margin:0 0 1.5rem;font-family:Space Grotesk,sans-serif;font-size:clamp(3rem,7vw,6.5rem);font-weight:800;line-height:1.04;animation:.7s ease-out .35s both fadeUp}.home-hl-serif{color:#e8ecf4;font-family:Georgia,Times New Roman,serif;font-style:normal;font-weight:900}.home-hl-serif.italic{color:#00e5ff;font-style:italic}.home-hl-gap{color:#e8ecf459;font-family:Space Grotesk,sans-serif}.home-hl-sans{color:#e8ecf480;font-size:.75em;font-weight:300}.home-hl-outline{-webkit-text-stroke:1.5px #e8ecf440;color:#0000;font-family:Space Grotesk,sans-serif}.home-tagline{color:#e8ecf459;letter-spacing:.05em;margin:0 0 2.5rem;font-size:.82rem;animation:.7s ease-out .5s both fadeUp}.home-actions{flex-wrap:wrap;align-items:center;gap:2rem;animation:.7s ease-out .65s both fadeUp;display:flex}.home-cta{color:#07090f;cursor:pointer;background:linear-gradient(135deg,#00e5ff 0%,#0db3cc 100%);border:none;border-radius:50px;align-items:center;gap:.75rem;padding:1rem 2rem;font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:800;transition:all .25s;display:flex;position:relative;overflow:hidden}.home-cta:after{content:"";background:#fff0;transition:background .2s;position:absolute;inset:0}.home-cta:hover{transform:translateY(-3px)scale(1.03);box-shadow:0 12px 40px #00e5ff66,0 0 0 1px #00e5ff4d}.home-cta:hover:after{background:#ffffff14}.home-cta-arrow{font-size:1.15rem;transition:transform .2s}.home-cta:hover .home-cta-arrow{transform:translate(4px)}.home-scroll-hint{color:#e8ecf440;letter-spacing:.04em;align-items:center;gap:.5rem;font-size:.72rem;display:flex}.home-scroll-dot{background:#00e5ff;border-radius:50%;width:5px;height:5px;animation:2s infinite pulse-soft}.home-float-badge{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#10131acc;border:1px solid #00e5ff26;border-radius:16px;flex-direction:column;gap:.2rem;padding:.85rem 1.2rem;transition:transform .12s ease-out;animation:.7s ease-out both fadeUp;display:flex;position:absolute}.home-badge-1{animation-delay:.8s;top:22%;right:8vw}.home-badge-2{animation-delay:1s;top:55%;right:18vw}.home-badge-3{animation-delay:1.2s;top:68%;right:5vw}.hb-num{color:#00e5ff;font-family:Space Grotesk,sans-serif;font-size:1.6rem;font-weight:800;line-height:1}.hb-label{color:#e8ecf466;white-space:nowrap;font-size:.68rem}.home-quote-strip{z-index:10;background:#00e5ff05;border-top:1px solid #ffffff0a;border-bottom:1px solid #ffffff0a;flex-direction:column;justify-content:center;align-items:flex-start;gap:1rem;min-height:220px;padding:4rem 10vw;display:flex;position:relative}.home-quote-inner{max-width:760px}.home-quote-text{color:#e8ecf4bf;margin:0 0 .75rem;font-family:Georgia,serif;font-size:clamp(1rem,2vw,1.35rem);font-style:italic;line-height:1.7;animation:.5s ease-out both fadeUp}.home-quote-author{letter-spacing:.1em;text-transform:uppercase;color:#00e5ff;margin:0;font-size:.72rem}.home-quote-dots{gap:.5rem;margin-top:1.5rem;display:flex}.hqd{cursor:pointer;background:#00e5ff33;border:none;border-radius:50%;width:6px;height:6px;transition:all .2s}.hqd-active{background:#00e5ff;border-radius:3px;width:20px}.home-stack{z-index:10;padding:5rem 10vw;position:relative}.home-stack-label{letter-spacing:.15em;text-transform:uppercase;color:#e8ecf44d;margin:0 0 2rem;font-size:.72rem}.home-stack-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;display:grid}.home-stack-card{cursor:default;background:#ffffff08;border:1px solid #ffffff0f;border-radius:14px;flex-direction:column;gap:.35rem;padding:1.25rem;transition:all .2s;animation:.5s ease-out both fadeUp;display:flex}.home-stack-card:hover{background:#00e5ff0a;border-color:#00e5ff33;transform:translateY(-3px)}.hsc-icon{color:#00e5ff;margin-bottom:.25rem;font-size:1.4rem}.hsc-name{color:#e8ecf4;font-family:Space Grotesk,sans-serif;font-size:.9rem;font-weight:700}.hsc-desc{color:#e8ecf459;font-size:.7rem}.home-bottom-bar{z-index:10;background:#0000004d;border-top:1px solid #ffffff0a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:2rem 10vw;display:flex;position:relative}.home-bottom-copy{color:#e8ecf4b3;font-family:Space Grotesk,sans-serif;font-size:1.1rem;font-weight:600}.home-bottom-btn{color:#00e5ff;cursor:pointer;background:0 0;border:1px solid #00e5ff4d;border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Space Grotesk,sans-serif;font-size:.9rem;font-weight:700;transition:all .2s;display:flex}.home-bottom-btn:hover{background:#00e5ff1a;border-color:#00e5ff;transform:translate(4px)}.dash{flex-direction:column;gap:1.75rem;min-height:100%;padding:2rem;display:flex}.modal-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:500;background:#000000b3;justify-content:center;align-items:center;animation:.2s ease-out fadeUp;display:flex;position:fixed;inset:0}.modal-panel{background:var(--surface);border:1px solid #00e5ff26;border-radius:18px;flex-direction:column;width:90%;max-width:640px;max-height:80vh;display:flex;overflow:hidden;box-shadow:0 24px 80px #0009}.modal-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.modal-header h3{color:var(--text);font-size:1.1rem;font-weight:700}.modal-close{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:8px;padding:.3rem;transition:all .2s;display:flex}.modal-close:hover{color:var(--accent);background:#00e5ff1a}.modal-body{flex-direction:column;flex:1;gap:.85rem;padding:1rem 1.5rem;display:flex;overflow-y:auto}.glass-card{-webkit-backdrop-filter:blur(20px);background:#1d2026a6;border:1px solid #8493961a;border-radius:16px;padding:1.5rem;transition:background .25s,border-color .25s}.glass-card:hover{background:#272a31bf;border-color:#8493962e}.dash-hero{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.hero-sub{text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);margin-bottom:.3rem;font-size:.65rem}.hero-title{letter-spacing:-.04em;color:var(--text);margin-bottom:.4rem;font-size:2.5rem;font-weight:800;line-height:1}.hero-desc{color:var(--text-muted);max-width:36rem;font-size:.9rem}.hero-actions{align-items:center;gap:1rem;display:flex}.time-filter{background:var(--surface-low);border-radius:10px;padding:3px;display:flex}.tf-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:7px;padding:.35rem 1rem;font-size:.75rem;font-weight:700;transition:all .2s}.tf-btn.tf-active{background:var(--surface-bright);color:var(--accent)}.status-pill{background:var(--surface);letter-spacing:.04em;border:1px solid #8493961f;border-radius:999px;align-items:center;gap:.6rem;padding:.45rem 1rem;font-size:.75rem;font-weight:700;display:flex}.pulse-dot{background:var(--accent);border-radius:50%;width:8px;height:8px;animation:2s infinite pulse-soft}.stats-row{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}@media (width<=1100px){.stats-row{grid-template-columns:repeat(2,1fr)}}.stat-card{background:var(--surface-low);border:1px solid #84939614;border-left:4px solid var(--accent);border-radius:12px;padding:1.25rem;transition:transform .2s}.stat-card:hover{transform:translateY(-2px)}.stat-card:nth-child(2){border-left-color:var(--secondary)}.stat-card:nth-child(3){border-left-color:#2dd4bf}.stat-card:nth-child(4){border-left-color:var(--primary)}.stat-top{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.stat-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);font-size:.65rem;font-weight:700}.stat-icon .material-symbols-outlined{font-size:1.2rem}.stat-value{color:var(--text);margin-bottom:.4rem;font-size:2.25rem;font-weight:800;line-height:1}.stat-trend{align-items:center;gap:.3rem;font-size:.78rem;font-weight:600;display:flex}.stat-trend.up{color:#2dd4bf}.stat-trend.down{color:var(--error)}.charts-row{grid-template-columns:3fr 1.4fr;gap:1.25rem;display:grid}.chart-card-large,.chart-card-small{flex-direction:column;display:flex}.card-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.card-title-row{align-items:center;gap:.6rem;display:flex}.card-title{color:var(--text);font-size:1rem;font-weight:700}.card-sub{color:var(--text-muted);font-size:.78rem}.chart-legend{color:var(--text-muted);align-items:center;gap:1rem;font-size:.75rem;display:flex}.legend-dot{border-radius:50%;width:8px;height:8px;margin-right:4px;display:inline-block}.heatmap{flex:1;grid-template-rows:repeat(5,1fr);grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:.75rem;display:grid}.heat-cell{background:var(--accent);aspect-ratio:1;border-radius:3px;transition:opacity .2s}.heat-cell:hover{box-shadow:0 0 6px var(--accent);opacity:1!important}.heat-legend{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;justify-content:space-between;align-items:center;font-size:.65rem;display:flex}.heat-scale{gap:4px;display:flex}.heat-cell-sm{background:var(--accent);border-radius:2px;width:10px;height:10px}.chart-tooltip{background:var(--surface-high);border:1px solid var(--outline);border-radius:8px;padding:.6rem .9rem;font-size:.8rem}.tooltip-label{color:var(--text-muted);margin-bottom:.3rem;font-weight:600}.tooltip-val{font-size:.78rem}.flow-row{grid-template-columns:1fr 1.3fr 1fr;gap:1.25rem;display:grid}.flow-card,.pr-phases{flex-direction:column;gap:1rem;display:flex}.phase-row{flex-direction:column;gap:.3rem;display:flex}.phase-labels{justify-content:space-between;font-size:.78rem;display:flex}.phase-val{color:var(--text-muted)}.phase-track{background:var(--surface-low);border-radius:999px;height:6px;overflow:hidden}.phase-fill{border-radius:999px;height:100%;transition:width .8s}.flow-state-card{position:relative;overflow:hidden}.glow-blob{background:radial-gradient(circle,#00e5ff14,#0000);border-radius:50%;width:150px;height:150px;position:absolute;top:-40px;right:-40px}.flow-inner{align-items:center;gap:1.5rem;display:flex}.donut-wrap{flex-shrink:0;width:100px;height:100px;position:relative}.donut-svg{width:100%;height:100%}.donut-label{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.donut-pct{color:var(--text);font-size:1.4rem;font-weight:800;line-height:1}.donut-sub{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:.6rem}.flow-stats{flex-direction:column;flex:1;gap:.65rem;display:flex}.flow-stat{align-items:center;gap:.6rem;display:flex}.flow-stat .material-symbols-outlined{flex-shrink:0;font-size:1.1rem}.fs-label{color:var(--text);font-size:.78rem;font-weight:600}.fs-val{color:var(--text-muted);font-size:.7rem}.mb-6{margin-bottom:.5rem}.velocity-delta{color:#2dd4bf;font-size:1.5rem;font-weight:800}.bottom-row{grid-template-columns:1fr 1.6fr;gap:1.25rem;display:grid}.activity-card,.activity-list{flex-direction:column;gap:1rem;display:flex}.activity-item{align-items:flex-start;gap:.75rem;display:flex}.activity-icon{background:var(--surface-high);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.activity-icon .material-symbols-outlined{font-size:1rem}.activity-primary{color:var(--accent);background:#00e5ff1a}.activity-secondary{color:var(--secondary);background:#ecb2ff1a}.activity-error{color:var(--error);background:#ffb4ab1a}.activity-body{flex:1}.activity-main{color:var(--text);margin-bottom:.15rem;font-size:.82rem}.activity-user{font-weight:700}.color-primary{color:var(--accent)}.color-secondary{color:var(--secondary)}.color-error{color:var(--error)}.activity-branch{background:var(--surface-high);color:var(--text);border-radius:4px;padding:.1rem .4rem;font-family:monospace;font-size:.75rem}.activity-msg{color:var(--text-muted);margin-bottom:.2rem;font-size:.75rem;font-style:italic}.activity-time{color:#bac9cc80;font-size:.7rem}.link-btn{cursor:pointer;color:var(--accent);background:0 0;border:none;font-size:.78rem;font-weight:700;transition:opacity .2s}.link-btn:hover{opacity:.7}.deploy-card{overflow:hidden}.deploy-table{border-collapse:collapse;width:100%;font-size:.82rem}.deploy-table thead th{text-align:left;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);background:var(--surface-lowest);padding:.6rem .9rem;font-size:.65rem;font-weight:700}.deploy-table tbody tr{border-top:1px solid #ffffff0a;transition:background .15s}.deploy-table tbody tr:hover{background:var(--surface-high)}.deploy-table td{color:var(--text);padding:.7rem .9rem}.fw-600{font-weight:600}.dash-footer{border-top:1px solid var(--outline);color:#bac9cc59;letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;align-items:center;padding:1rem .5rem 0;font-family:monospace;font-size:.65rem;display:flex}.footer-right{align-items:center;gap:1.5rem;display:flex}.footer-node{align-items:center;gap:.5rem;display:flex}.chatbot-column{-webkit-backdrop-filter:blur(20px);background:#191c2299;border-left:1px solid #8493961a;flex-direction:column;height:100%;display:flex}.chat-header{background:#1b1c2280;border-bottom:1px solid #8493961a;align-items:center;gap:.85rem;padding:1.25rem 1.5rem;display:flex}.chat-avatar{background:linear-gradient(135deg, var(--accent) 0%, var(--secondary) 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.1rem;animation:3s infinite pulse-soft;display:flex;box-shadow:0 0 16px #00e5ff33}.chat-header-text{flex:1}.chat-name{color:var(--text);font-family:Space Grotesk,sans-serif;font-size:.9rem;font-weight:700}.chat-status{color:var(--text-muted);align-items:center;gap:.35rem;margin-top:.1rem;font-size:.7rem;display:flex}.status-green{background:#2dd4bf;border-radius:50%;width:6px;height:6px}.chat-r2{color:var(--accent);letter-spacing:.05em;background:#00e5ff1a;border:1px solid #00e5ff33;border-radius:999px;padding:.25rem .6rem;font-size:.65rem;font-weight:700}.chat-messages{flex-direction:column;flex:1;gap:1rem;padding:1.25rem;display:flex;overflow-y:auto}.chat-messages::-webkit-scrollbar{width:3px}.chat-messages::-webkit-scrollbar-thumb{background:var(--surface-bright);border-radius:3px}.chat-suggestions{border-top:1px solid #84939614;flex-wrap:wrap;gap:.5rem;padding:.75rem 1.25rem;display:flex}.chip{background:var(--surface-high);border:1px solid var(--outline);color:var(--text-muted);cursor:pointer;white-space:nowrap;border-radius:999px;padding:.3rem .75rem;font-size:.7rem;transition:all .2s}.chip:hover{border-color:var(--accent);color:var(--accent);background:#00e5ff1a}.message-wrap{align-items:flex-end;gap:.6rem;animation:.3s ease-out forwards fadeUp;display:flex}.message-wrap.user{flex-direction:row-reverse}.msg-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;font-size:.7rem;font-weight:700;display:flex}.msg-avatar.bot{background:linear-gradient(135deg, var(--accent), var(--secondary));color:#00363d}.msg-avatar.user{background:var(--surface-bright);color:var(--text)}.message{word-break:break-word;border-radius:16px;max-width:78%;padding:.75rem 1rem;font-size:.83rem;line-height:1.6}.message.bot{background:var(--surface);color:var(--text);border:1px solid #8493961a;border-bottom-left-radius:4px}.message.user{color:var(--text);background:linear-gradient(135deg,#00e5ff26,#00e5ff14);border:1px solid #00e5ff33;border-bottom-right-radius:4px}.msg-time{color:var(--text-muted);opacity:.6;text-align:right;margin-top:.3rem;font-size:.65rem}.message-wrap.user .msg-time{text-align:left}.typing-wrap{align-items:flex-end;gap:.6rem;display:flex}.typing-bubble{background:var(--surface);border:1px solid var(--outline);border-radius:16px 16px 16px 4px;align-items:center;gap:5px;padding:.75rem 1rem;display:flex}.typing-dot{background:var(--text-muted);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite bounce}.typing-dot:nth-child(2){animation-delay:.16s}.typing-dot:nth-child(3){animation-delay:.32s}.chat-input-row{background:#10121699;border-top:1px solid #84939614;border-bottom-right-radius:16px;align-items:center;gap:.8rem;padding:1.25rem 1.5rem;display:flex;position:relative}.chat-input-box{color:var(--text);background:#ffffff08;border:1px solid #ffffff1a;border-radius:24px;outline:none;flex:1;padding:1rem 1.5rem;font-family:inherit;font-size:.95rem;transition:all .3s;box-shadow:inset 0 2px 4px #0003}.chat-input-box:focus{background:#ffffff0f;border-color:#00e5ff80;box-shadow:0 0 15px #00e5ff26,inset 0 2px 4px #0003}.chat-input-box::placeholder{color:#e8ecf466}.chat-send-btn{cursor:pointer;color:#000;background:linear-gradient(135deg,#00e5ff 0%,#08f 100%);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;transition:all .2s cubic-bezier(.34,1.56,.64,1);display:flex;box-shadow:0 4px 15px #00e5ff4d}.chat-send-btn:hover:not(:disabled){transform:scale(1.1)translateY(-2px);box-shadow:0 8px 25px #00e5ff66}.chat-send-btn:disabled{color:#ffffff4d;box-shadow:none;cursor:not-allowed;background:#ffffff0d;transform:none}
