@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:1s linear infinite spin}:root{--primary:260 100% 70%;--secondary:190 100% 50%;--accent:330 100% 60%;--bg-space:240 20% 4%;--bg-card:240 10% 12%;--text-main:0 0% 98%;--text-dim:240 5% 70%;--success:150 100% 45%;--warning:45 100% 50%;--danger:0 100% 60%;--glass-bg:#1f1f2e66;--glass-border:#ffffff14;--glass-blur:16px;--glass-shadow:0 8px 32px 0 #0006;--sidebar-width:260px;--nav-height:70px;--radius-lg:16px;--radius-md:12px;--font-sans:"Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;outline:none;margin:0;padding:0}:focus,:focus-visible{outline:none}body{background-color:hsl(var(--bg-space));color:hsl(var(--text-main));font-family:var(--font-sans);-webkit-font-smoothing:antialiased;overflow-x:hidden}body:before{content:"";background:radial-gradient(circle at 0% 0%, hsla(var(--primary), .15) 0%, transparent 40%), radial-gradient(circle at 100% 100%, hsla(var(--secondary), .1) 0%, transparent 40%);pointer-events:none;z-index:-1;width:100%;height:100%;position:fixed;top:0;left:0}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:hsla(var(--primary), .5)}h1,h2,h3,h4{letter-spacing:-.02em;font-weight:700}.text-gradient{background:linear-gradient(90deg, hsl(var(--primary)), hsl(var(--secondary)));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.glass-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:var(--radius-lg);padding:24px;transition:all .3s cubic-bezier(.4,0,.2,1)}.search-item-hover:hover{transform:translate(4px);background:hsla(var(--primary), .1)!important}.search-item-hover:hover .item-action{opacity:1!important}.search-item-hover-purple:hover{transform:translate(4px);background:hsla(var(--secondary), .1)!important}.glass-card:hover{transform:translateY(-2px);box-shadow:0 12px 40px #00000080}.btn-primary{background:linear-gradient(135deg, hsl(var(--primary)), hsl(var(--accent)));color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;align-items:center;gap:8px;padding:10px 24px;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary:hover{filter:brightness(1.1);box-shadow:0 0 20px hsla(var(--primary), .4);transform:scale(1.02)}.btn-secondary{color:#fff;border:1px solid var(--glass-border);border-radius:var(--radius-md);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0d;align-items:center;gap:8px;padding:10px 24px;font-weight:600;transition:all .2s;display:inline-flex}.btn-secondary:hover{background:#ffffff1a;border-color:#fff3;transform:scale(1.02)}.btn-danger{background:hsla(var(--danger), .15);color:hsl(var(--danger));border:1px solid hsla(var(--danger), .3);border-radius:var(--radius-md);cursor:pointer;align-items:center;gap:8px;padding:10px 24px;font-weight:600;transition:all .2s;display:inline-flex}.btn-danger:hover{background:hsla(var(--danger), .25);box-shadow:0 0 15px hsla(var(--danger), .2);transform:scale(1.02)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:.5s forwards fadeIn}.app-container{min-height:100vh;display:flex}.sidebar{width:var(--sidebar-width);z-index:100;flex-direction:column;height:100vh;padding:24px;display:flex;position:sticky;top:0;overflow:hidden}.sidebar-nav{scrollbar-gutter:stable;flex-direction:column;flex:1;gap:2px;display:flex;overflow:hidden auto}.sidebar-nav::-webkit-scrollbar{width:4px}.sidebar-nav::-webkit-scrollbar-track{background:0 0}.sidebar-nav::-webkit-scrollbar-thumb{background:hsla(var(--primary), .2);border-radius:4px}.sidebar-nav::-webkit-scrollbar-thumb:hover{background:hsla(var(--primary), .4)}.sidebar-section-label{text-transform:uppercase;letter-spacing:.08em;color:hsl(var(--text-dim));opacity:.4;padding:14px 16px 4px;font-size:10px;font-weight:700}.main-content{flex-direction:column;flex:1;width:100%;min-width:0;padding-bottom:0;display:flex}.bottom-nav{-webkit-backdrop-filter:blur(22px);z-index:150;height:72px;padding:0 6px;padding-bottom:env(safe-area-inset-bottom,0);background:#0a0a12fa;border-top:1px solid #ffffff14;justify-content:space-around;align-items:center;display:none;position:fixed;bottom:0;left:0;right:0}.bottom-nav-item{color:#ffffff73;border-radius:14px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;min-width:56px;max-width:90px;padding:6px 10px;text-decoration:none;transition:all .2s;display:flex}.bottom-nav-item:hover{color:#ffffffbf}.bottom-nav-item.active,.bottom-nav-item.active .bottom-nav-label{color:hsl(var(--primary))}.bottom-nav-label{color:inherit;white-space:nowrap;font-size:12px;font-weight:600;line-height:1}.bottom-nav-item svg{width:24px;height:24px}.toast-container{z-index:10000;pointer-events:none;flex-direction:column;gap:12px;display:flex;position:fixed;top:32px;right:32px}.toast-item{pointer-events:auto;border:1px solid hsla(var(--primary), .1);border-left:4px solid var(--accent-color,hsl(var(--primary)));-webkit-backdrop-filter:blur(16px);color:#fff;background:linear-gradient(145deg,#1d1d2be6 0%,#14141ff2 100%);border-radius:12px;align-items:center;gap:16px;min-width:320px;max-width:420px;padding:16px 20px;animation:.4s cubic-bezier(.19,1,.22,1) slideInRight;display:flex;box-shadow:0 20px 50px -12px #000c,0 0 1px #ffffff1a}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)scale(.9)}to{opacity:1;transform:translate(0)scale(1)}}.notification-dropdown{border:1px solid hsla(var(--primary), .15);background:linear-gradient(#181825fa 0%,#101018fa 100%);border-radius:16px;overflow:hidden;box-shadow:0 30px 60px -12px #000000e6,inset 0 1px #ffffff0d}.notification-item{color:inherit;border-bottom:1px solid #ffffff08;gap:14px;padding:16px;text-decoration:none;transition:all .2s;display:flex}.notification-item:hover{background:hsla(var(--primary), .08);border-color:hsla(var(--primary), .2)}.notification-item:last-child{border-bottom:none}.top-nav{height:var(--nav-height);border-bottom:1px solid var(--glass-border);background:hsla(var(--bg-space), .98);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:90;justify-content:space-between;align-items:center;padding:0 32px;display:flex;position:sticky;top:0}.page-content{width:100%;padding:28px 20px 28px 0}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:28px;display:flex}.nav-link{border-radius:var(--radius-md);color:hsl(var(--text-dim));border:1px solid #0000;align-items:center;gap:12px;margin-bottom:4px;padding:12px 16px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.nav-link:hover{color:#fff;background:#ffffff0d}.nav-link.active{background:hsla(var(--primary), .15);color:#fff;border:1px solid hsla(var(--primary), .3);box-shadow:0 4px 20px -5px hsla(var(--primary), .5)}.nav-link.active span{font-weight:600}.monitored-url-item{align-items:center;gap:16px;display:flex}.monitored-url-body{flex:1;align-items:center;gap:16px;display:flex}.glass-select{box-sizing:border-box;-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);color:#fff;border-radius:var(--radius-md);appearance:none;cursor:pointer;background:#14141f99 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='rgba(255,255,255,0.5)' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") right 14px center no-repeat;outline:none;padding:10px 36px 10px 16px;font-family:inherit;font-size:14px}.glass-select:hover{border-color:hsla(var(--primary), .4);background-color:#1f1f2ed1;transform:translateY(-1px)}.glass-select:focus{border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsla(var(--primary), .2)}.glass-select option{color:#fff;background:#0a0a0f;padding:12px}.badge{text-transform:uppercase;letter-spacing:.05em;border:1px solid #0000;border-radius:20px;align-items:center;gap:6px;padding:4px 12px;font-size:11px;font-weight:700;display:inline-flex}.badge-high{color:#f66;background:#ff33331a;border-color:#ff33334d;box-shadow:0 0 15px #f333}.badge-medium{color:#fc3;background:#ffbf001a;border-color:#ffbf004d}.badge-low{color:#3df;background:#00d4ff1a;border-color:#00d4ff4d}.glow-primary{box-shadow:0 0 20px hsla(var(--primary), .2)}.glow-text-primary{text-shadow:0 0 10px hsla(var(--primary), .5)}.section-header{align-items:center;gap:12px;margin-bottom:20px;display:flex}.section-header h3{text-transform:uppercase;letter-spacing:.1em;color:hsl(var(--text-dim));font-size:14px}.section-icon{background:hsla(var(--primary), .1);width:36px;height:36px;color:hsl(var(--primary));border:1px solid hsla(var(--primary), .2);border-radius:10px;justify-content:center;align-items:center;display:flex}.data-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;display:grid}.item-list{flex-direction:column;gap:12px;list-style:none;display:flex}.item-list li{border:1px solid var(--glass-border);border-radius:var(--radius-md);background:#ffffff08;align-items:flex-start;gap:12px;padding:12px 16px;font-size:14px;display:flex}.item-list li:before{content:"→";color:hsl(var(--primary));font-weight:700}.kill-shot-card{background:linear-gradient(135deg, #ff333326 0%, hsla(var(--bg-card), .4) 100%);border:1px solid #ff33334d;position:relative;overflow:hidden}.kill-shot-card:after{content:"KILL SHOT";background:hsl(var(--danger));color:#fff;padding:4px 40px;font-size:10px;font-weight:900;position:absolute;top:10px;right:-30px;transform:rotate(45deg)}.win-theme-card{background:linear-gradient(135deg, hsla(var(--success), .1) 0%, hsla(var(--bg-card), .4) 100%);border:1px solid hsla(var(--success), .3)}.landing-page{color:#fff;background-color:#0a0a12;min-height:100vh;position:relative;overflow-x:hidden}.landing-nav{z-index:100;-webkit-backdrop-filter:blur(16px);background:#0a0a12d9;border-bottom:1px solid #ffffff0f;width:100%;position:fixed;top:0}.landing-nav-container{justify-content:space-between;align-items:center;max-width:1280px;height:72px;margin:0 auto;padding:0 24px;display:flex}.landing-logo{color:#fff;align-items:center;gap:12px;text-decoration:none;display:flex}.landing-logo-icon{background:linear-gradient(135deg,#a855f7,#2563eb);border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;font-weight:700;display:flex;box-shadow:0 0 20px #a855f740}.landing-logo-text{letter-spacing:-.02em;font-size:22px;font-weight:800}.landing-nav-right{align-items:center;gap:32px;display:flex}.landing-nav-links{gap:28px;display:flex}.landing-nav-link{color:#fff9;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.landing-nav-link:hover{color:#fff}.landing-nav-auth{align-items:center;gap:20px;display:flex}.landing-mobile-toggle{color:#fff;cursor:pointer;background:0 0;border:none;padding:8px;display:none}.nav-cta{padding:8px 20px!important;font-size:13px!important}.landing-hero{padding:140px 24px 100px;position:relative;overflow:hidden}.hero-grid-bg{pointer-events:none;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(60% 60% at 50% 40%,#000 30%,#0000 70%);mask-image:radial-gradient(60% 60% at 50% 40%,#000 30%,#0000 70%)}.hero-gradient-1{filter:blur(100px);pointer-events:none;background:radial-gradient(circle,#a855f71f 0%,#0000 70%);border-radius:50%;width:700px;height:700px;position:absolute;top:-10%;left:20%}.hero-gradient-2{filter:blur(100px);pointer-events:none;background:radial-gradient(circle,#06b6d414 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:5%;right:15%}.hero-content{z-index:10;grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1280px;margin:0 auto;display:grid;position:relative}.hero-badge{color:#a855f7;letter-spacing:.02em;text-transform:uppercase;background:#a855f71a;border:1px solid #a855f733;border-radius:100px;align-items:center;gap:6px;margin-bottom:28px;padding:6px 14px;font-size:12px;font-weight:600;display:inline-flex}.hero-title{letter-spacing:-.04em;margin-bottom:24px;font-size:clamp(2.5rem,5vw,3.8rem);font-weight:900;line-height:1.08}.hero-subtitle{color:#ffffff8c;max-width:520px;margin-bottom:36px;font-size:17px;line-height:1.7}.hero-actions{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.hero-cta{align-items:center;gap:8px;padding:14px 28px;font-size:15px;display:inline-flex}.hero-social-proof{align-items:center;gap:16px;margin-top:40px;display:flex}.hero-avatars{display:flex}.hero-avatar{background:linear-gradient(135deg, hsl(var(--primary)), hsl(var(--accent)));color:#fff;border:2px solid #0a0a12;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:11px;font-weight:700;display:flex}.hero-social-text{color:#ffffff80;font-size:14px}.hero-social-text strong{color:#fff}.hero-mockup{position:relative}.mockup-frame{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(145deg,#ffffff0f,#ffffff05);border:1px solid #ffffff14;border-radius:16px;overflow:hidden;box-shadow:0 30px 80px -20px #0009,inset 0 0 0 1px #ffffff0d}.mockup-header{background:#ffffff05;border-bottom:1px solid #ffffff0f;align-items:center;gap:16px;padding:14px 18px;display:flex}.mockup-dots{gap:6px;display:flex}.mockup-dots span{background:#ffffff26;border-radius:50%;width:10px;height:10px}.mockup-dots span:first-child{background:#ff5f57}.mockup-dots span:nth-child(2){background:#febc2e}.mockup-dots span:nth-child(3){background:#28c840}.mockup-tabs{gap:12px;display:flex}.mockup-tab{color:#ffffff4d;background:#ffffff08;border-radius:6px;padding:4px 12px;font-size:11px}.mockup-tab.active{color:#fff;background:#a855f726}.mockup-body{height:320px;display:flex}.mockup-sidebar{background:#ffffff03;border-right:1px solid #ffffff0f;flex-direction:column;gap:8px;width:50px;padding:12px 8px;display:flex}.mockup-sidebar-item{background:#ffffff0a;border-radius:6px;width:100%;height:28px}.mockup-sidebar-item.active{background:#a855f726}.mockup-main{flex-direction:column;flex:1;gap:12px;padding:16px;display:flex}.mockup-row{gap:12px;display:flex}.mockup-card{background:#ffffff08;border:1px solid #ffffff0d;border-radius:10px;padding:14px}.mockup-card-header{background:#ffffff14;border-radius:4px;width:60%;height:10px;margin-bottom:12px}.mockup-card-line{background:#ffffff0a;border-radius:3px;width:100%;height:6px;margin-bottom:6px}.mockup-card-line.short{width:50%}.mockup-card.wide{width:100%}.mockup-bar-chart{align-items:flex-end;gap:8px;height:100px;padding-top:8px;display:flex}.mockup-bar{background:linear-gradient(#06b6d433,#a855f766);border-radius:4px 4px 0 0;flex:1;min-height:20px;animation:1s ease-out forwards barRise}@keyframes barRise{0%{height:0!important}}.trusted-section{text-align:center;padding:60px 24px 80px}.trusted-label{text-transform:uppercase;letter-spacing:.15em;color:#ffffff40;margin-bottom:32px;font-size:12px;font-weight:600}.trusted-logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:48px;display:flex}.trusted-logo{color:#fff3;letter-spacing:-.01em;font-size:18px;font-weight:700;transition:color .3s}.trusted-logo:hover{color:#ffffff80}.stats-section{padding:0 24px 80px}.stats-section .stats-grid{grid-template-columns:repeat(4,1fr);gap:24px;max-width:1000px;margin:0 auto;display:grid}.stat-item{text-align:center;background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;padding:32px 16px;transition:all .3s}.stat-item:hover{background:#ffffff0a;border-color:#a855f726;transform:translateY(-2px)}.stat-value{background:linear-gradient(135deg,#a855f7,#06b6d4);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:4px;font-size:36px;font-weight:900}.stat-label{text-transform:uppercase;letter-spacing:.08em;color:#ffffffb3;margin-bottom:4px;font-size:13px;font-weight:700}.stat-desc{color:#ffffff4d;font-size:12px}.feature-deep-section{border-bottom:1px solid #ffffff0a;padding:80px 24px;scroll-margin-top:80px}.feature-deep-inner{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1100px;margin:0 auto;display:grid}.feature-deep-reversed .feature-deep-visual{order:-1}.feature-deep-icon{color:#a855f7;background:linear-gradient(135deg,#a855f726,#06b6d41a);border:1px solid #a855f726;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:20px;display:flex}.feature-deep-title{letter-spacing:-.02em;margin-bottom:16px;font-size:28px;font-weight:800}.feature-deep-desc{color:#ffffff80;margin-bottom:24px;font-size:15px;line-height:1.7}.feature-deep-list{flex-direction:column;gap:12px;list-style:none;display:flex}.feature-deep-list li{color:#ffffffa6;align-items:flex-start;gap:12px;font-size:14px;line-height:1.5;display:flex}.feature-deep-check{color:#22c55e;flex-shrink:0;margin-top:2px}.feature-deep-visual{justify-content:center;align-items:center;display:flex}.feature-deep-graphic{aspect-ratio:4/3;background:#ffffff05;border:1px solid #ffffff0f;border-radius:20px;justify-content:center;align-items:flex-end;width:100%;max-width:360px;padding:40px 30px 30px;display:flex}.graphic-grid{align-items:flex-end;gap:12px;width:100%;height:100%;display:flex}.graphic-bar{background:linear-gradient(#06b6d433,#a855f780);border-radius:6px 6px 0 0;flex:1;animation:1.2s ease-out forwards barRise}.pulsar-grid{grid-template-columns:repeat(3,1fr);align-content:center;justify-items:center;gap:16px;width:100%;height:100%;display:grid}.pulsar-dot{background:#a855f726;border:1px solid #a855f740;border-radius:50%;width:32px;height:32px;animation:2s ease-in-out infinite pulsarDot}.pulsar-dot:nth-child(odd){background:#06b6d426;border-color:#06b6d440}@keyframes pulsarDot{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.4)}}.ring-graphic{justify-content:center;align-items:center;padding:30px}.ring-container{justify-content:center;align-items:center;width:160px;height:160px;display:flex;position:relative}.ring{border:2px solid #0000;border-radius:50%;position:absolute}.ring-outer{border-top-color:#a855f799;border-right-color:#06b6d466;width:160px;height:160px;animation:3s linear infinite ringSpin}.ring-middle{border-bottom-color:#a855f766;border-left-color:#06b6d44d;width:110px;height:110px;animation:2.4s linear infinite reverse ringSpin}.ring-inner{border-top-color:#a855f780;border-left-color:#06b6d480;width:60px;height:60px;animation:1.8s linear infinite ringSpin}.ring-center-icon{color:#a855f799;justify-content:center;align-items:center;display:flex}@keyframes ringSpin{to{transform:rotate(360deg)}}.metric-grid{grid-template-columns:1fr 1fr;gap:12px;width:100%;display:grid}.metric-cell{opacity:0;background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;gap:4px;padding:16px;animation:.6s ease-out forwards metricFadeIn;display:flex}.metric-cell-value{background:linear-gradient(135deg,#a855f7e6,#06b6d4b3);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:22px;font-weight:800}.metric-cell-label{text-transform:uppercase;letter-spacing:.06em;color:#fff6;font-size:11px;font-weight:600}@keyframes metricFadeIn{to{opacity:1;transform:translateY(0)}}.wave-container{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.wave-svg{width:100%;height:80px}.wave-path{stroke-width:2.5px;fill:none;stroke-linecap:round}.wave-path-1{stroke:#a855f780;animation:3s ease-in-out infinite waveSlide}.wave-path-2{stroke:#06b6d459;animation:3.6s ease-in-out .3s infinite waveSlide}.wave-path-3{stroke:#a855f740;animation:4.2s ease-in-out .6s infinite waveSlide}@keyframes waveSlide{0%,to{d:path("M0,60 Q37.5,20 75,60 T150,60 T225,60 T300,60")}33%{d:path("M0,60 Q37.5,80 75,60 T150,60 T225,60 T300,60")}66%{d:path("M0,60 Q37.5,40 75,60 T150,60 T225,60 T300,60")}}.wave-dots{justify-content:space-around;width:90%;margin-top:-10px;display:flex}.wave-dot{background:#a855f780;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite waveDotPulse}.wave-dot:nth-child(odd){background:#06b6d466}@keyframes waveDotPulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.8)}}.nodes-container{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.nodes-svg{width:100%;height:100%;position:absolute}.nodes-line{stroke:#a855f726;stroke-width:1.5px;animation:3s ease-in-out infinite nodeLinePulse}.nodes-line:nth-child(2n){stroke:#06b6d41f;animation-delay:.5s}@keyframes nodeLinePulse{0%,to{opacity:.3}50%{opacity:.8}}.nodes-dots{width:140px;height:120px;position:relative}.nodes-dot{border-radius:50%;width:14px;height:14px;animation:2.4s ease-in-out infinite nodeDotBreathe;position:absolute}.nodes-dot-top{background:#a855f7b3;margin-left:-7px;top:0;left:50%}.nodes-dot-mid{background:#06b6d499;width:18px;height:18px;margin:-9px 0 0 -9px;animation-delay:.6s;top:50%;left:50%}.nodes-dot-bot{background:#a855f780;margin-left:-7px;animation-delay:1.2s;bottom:0;left:50%}.nodes-dot-left{background:#06b6d480;margin-top:-7px;animation-delay:.3s;top:50%;left:0}.nodes-dot-right{background:#a855f766;margin-top:-7px;animation-delay:.9s;top:50%;right:0}@keyframes nodeDotBreathe{0%,to{transform:scale(1);box-shadow:0 0 #a855f700}50%{transform:scale(1.3);box-shadow:0 0 12px #a855f74d}}.digest-container{flex-direction:column;justify-content:center;align-items:center;gap:16px;width:100%;height:100%;padding:20px;display:flex}.digest-envelope{color:#a855f780;width:48px;height:38px;animation:2.4s ease-in-out infinite envelopeFloat}@keyframes envelopeFloat{0%,to{opacity:.5;transform:translateY(0)}50%{opacity:1;transform:translateY(-6px)}}.digest-lines{flex-direction:column;align-items:center;gap:8px;width:80%;display:flex}.digest-line{opacity:0;background:linear-gradient(90deg,#a855f740,#06b6d426);border-radius:3px;height:6px;animation:.6s ease-out forwards digestLineIn}.digest-line:nth-child(odd){background:linear-gradient(90deg,#06b6d440,#a855f726)}@keyframes digestLineIn{to{opacity:.6;transform:translate(0)}}.docs-container{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.docs-page{background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;gap:10px;width:85%;padding:20px 18px;display:flex}.docs-header-line{background:linear-gradient(90deg,#a855f780,#06b6d44d);border-radius:4px;width:45%;height:8px;margin-bottom:4px;animation:.6s ease-out forwards docsLineIn}.docs-section{border-bottom:1px solid #ffffff0a;flex-direction:column;gap:6px;padding:8px 0;display:flex}.docs-line{opacity:0;background:#ffffff1f;border-radius:3px;height:5px;animation:.5s ease-out forwards docsLineIn}.docs-line-alt{background:#ffffff12}@keyframes docsLineIn{to{opacity:1}}.docs-highlight{background:linear-gradient(90deg,#a855f759,#06b6d433);border-radius:3px;width:70%;height:6px;animation:2s ease-in-out infinite docsPulse}@keyframes docsPulse{0%,to{opacity:.5}50%{opacity:1}}.docs-check-row{align-items:center;gap:8px;display:flex}.docs-check-dot{opacity:0;background:#06b6d480;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;animation:.4s ease-out forwards docsCheckPop;display:flex}.docs-check-row:nth-child(6) .docs-check-dot{animation-delay:.6s}.docs-check-row:nth-child(7) .docs-check-dot{animation-delay:.8s}@keyframes docsCheckPop{0%{opacity:0;transform:scale(0)}60%{transform:scale(1.3)}to{opacity:1;transform:scale(1)}}.docs-check-line{opacity:0;background:#ffffff1a;border-radius:3px;height:5px;animation:.5s ease-out forwards docsLineIn}.docs-check-row:nth-child(6) .docs-check-line{animation-delay:.7s}.docs-check-row:nth-child(7) .docs-check-line{animation-delay:.9s}.predict-bars{flex-direction:column;gap:12px;width:100%;display:flex}.predict-row{opacity:0;align-items:center;gap:8px;animation:.5s ease-out forwards predRowIn;display:flex}@keyframes predRowIn{to{opacity:1;transform:translate(0)}}.predict-label{text-transform:uppercase;letter-spacing:.05em;color:#ffffff80;flex-shrink:0;width:52px;font-size:10px;font-weight:700}.predict-track{background:#ffffff0d;border-radius:5px;flex:1;height:10px;overflow:hidden}.predict-fill{transform-origin:0;background:linear-gradient(90deg,#a855f780,#06b6d499);border-radius:5px;height:100%;animation:1s ease-out forwards predFill;transform:scaleX(0)}@keyframes predFill{to{transform:scaleX(1)}}.predict-pct{color:#06b6d4cc;text-align:right;flex-shrink:0;width:32px;font-size:12px;font-weight:800}.slack-chat{background:#0003;border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.slack-chat-header{background:#00000026;border-bottom:1px solid #ffffff0f;align-items:center;gap:10px;padding:10px 14px;display:flex}.slack-chat-hash{width:26px;height:26px;color:hsl(var(--primary));background:#ffffff0f;border-radius:6px;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex}.slack-chat-header-text{flex-direction:column;gap:1px;display:flex}.slack-chat-channel{color:hsl(var(--text-main));font-size:13px;font-weight:700}.slack-chat-typing{color:hsl(var(--text-dim));font-size:10px;animation:1.5s ease-in-out infinite slackTyping}@keyframes slackTyping{0%,to{opacity:.4}50%{opacity:1}}.slack-chat-messages{flex-direction:column;flex:1;gap:2px;padding:10px;display:flex;overflow:hidden}.slack-chat-msg{opacity:0;border-radius:8px;gap:10px;padding:8px 10px;transition:background .2s;animation:.4s ease-out forwards slackMsgIn;display:flex;transform:translateY(8px)}.slack-chat-msg:hover{background:#ffffff08}@keyframes slackMsgIn{to{opacity:1;transform:translateY(0)}}.slack-chat-msg-avatar{color:#fff;border-radius:6px;justify-content:center;align-items:center;width:28px;min-width:28px;height:28px;font-size:12px;font-weight:700;display:flex}.slack-chat-msg-body{flex:1;min-width:0}.slack-chat-msg-header{align-items:center;gap:8px;margin-bottom:3px;display:flex}.slack-chat-msg-bot{color:hsl(var(--text-main));font-size:12px;font-weight:700}.slack-chat-msg-badge{letter-spacing:.03em;border-radius:4px;padding:1px 6px;font-size:9px;font-weight:700}.slack-chat-msg-time{color:hsl(var(--text-dim));margin-left:auto;font-size:10px}.slack-chat-msg-text{color:hsl(var(--text-secondary));-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:11.5px;line-height:1.45;display:-webkit-box;overflow:hidden}.slack-chat-msg-reactions{gap:4px;margin-top:5px;display:flex}.slack-chat-reaction{cursor:default;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:4px;padding:1px 5px;font-size:10px;line-height:1.4}.slack-chat-reaction:hover{background:#ffffff14}.slack-chat-msg:first-child{animation-delay:.1s}.slack-chat-msg:nth-child(2){animation-delay:.35s}.slack-chat-msg:nth-child(3){animation-delay:.6s}.slack-chat-msg:nth-child(4){animation-delay:.85s}.platform-section{background:#ffffff03}.features-section{max-width:1280px;margin:0 auto;padding:100px 24px;scroll-margin-top:80px}.features-header{text-align:center;margin-bottom:60px}.features-header h2{letter-spacing:-.02em;margin-bottom:12px;font-size:36px;font-weight:800}.features-header p{color:#ffffff73;font-size:16px}.features-grid-wide{flex-wrap:wrap;justify-content:center;gap:24px;display:flex}.feature-card-wide{background:#ffffff05;border:1px solid #ffffff0f;border-radius:16px;flex-shrink:0;width:calc(33.3333% - 16px);min-width:280px;max-width:380px;padding:28px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.feature-card-wide:before{content:"";opacity:.6;border-radius:16px 16px 0 0;height:3px;position:absolute;top:0;left:0;right:0}.feature-card-wide:hover{background:#ffffff0a;border-color:#a855f733;transform:translateY(-4px);box-shadow:0 20px 40px -12px #0006}.feature-card-wide[data-index="0"]:before{background:linear-gradient(90deg,#a855f7,#d946ef)}.feature-card-wide[data-index="1"]:before{background:linear-gradient(90deg,#06b6d4,#22d3ee)}.feature-card-wide[data-index="2"]:before{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.feature-card-wide[data-index="3"]:before{background:linear-gradient(90deg,#10b981,#34d399)}.feature-card-wide[data-index="4"]:before{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.feature-card-wide[data-index="5"]:before{background:linear-gradient(90deg,#f43f5e,#fb7185)}.feature-card-wide[data-index="6"]:before{background:linear-gradient(90deg,#8b5cf6,#a78bfa)}.feature-card-wide[data-index="7"]:before{background:linear-gradient(90deg,#64748b,#94a3b8)}.feature-card-wide-icon{border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:16px;display:flex}.feature-card-wide[data-index="0"] .feature-card-wide-icon{color:#c084fc;background:linear-gradient(135deg,#a855f733,#d946ef14)}.feature-card-wide[data-index="1"] .feature-card-wide-icon{color:#22d3ee;background:linear-gradient(135deg,#06b6d433,#22d3ee14)}.feature-card-wide[data-index="2"] .feature-card-wide-icon{color:#fbbf24;background:linear-gradient(135deg,#f59e0b33,#fbbf2414)}.feature-card-wide[data-index="3"] .feature-card-wide-icon{color:#34d399;background:linear-gradient(135deg,#10b98133,#34d39914)}.feature-card-wide[data-index="4"] .feature-card-wide-icon{color:#60a5fa;background:linear-gradient(135deg,#3b82f633,#60a5fa14)}.feature-card-wide[data-index="5"] .feature-card-wide-icon{color:#fb7185;background:linear-gradient(135deg,#f43f5e33,#fb708514)}.feature-card-wide[data-index="6"] .feature-card-wide-icon{color:#a78bfa;background:linear-gradient(135deg,#8b5cf633,#a78bfa14)}.feature-card-wide[data-index="7"] .feature-card-wide-icon{color:#94a3b8;background:linear-gradient(135deg,#64748b33,#94a3b814)}.feature-card-wide h3{margin-bottom:8px;font-size:17px;font-weight:700}.feature-card-wide p{color:#ffffff73;font-size:13px;line-height:1.6}.testimonials-section{background:#ffffff03;padding:100px 24px;scroll-margin-top:80px}.testimonials-header{text-align:center;margin-bottom:60px}.testimonials-header h2{letter-spacing:-.02em;margin-bottom:12px;font-size:36px;font-weight:800}.testimonials-header p{color:#ffffff73;font-size:16px}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1100px;margin:0 auto;display:grid}.testimonial-card{background:#ffffff05;border:1px solid #ffffff0f;border-radius:16px;padding:28px;transition:all .3s}.testimonial-card:hover{border-color:#a855f733;transform:translateY(-2px)}.testimonial-stars{color:#f59e0b;gap:2px;margin-bottom:16px;display:flex}.testimonial-quote{color:#ffffffa6;margin-bottom:20px;font-size:14px;font-style:italic;line-height:1.7}.testimonial-author{align-items:center;gap:12px;display:flex}.testimonial-avatar{background:linear-gradient(135deg, hsl(var(--primary)), hsl(var(--secondary)));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:12px;font-weight:700;display:flex}.testimonial-name{color:#ffffffe6;font-size:13px;font-weight:600}.testimonial-role{color:#ffffff59;font-size:11px}.cta-section{text-align:center;padding:120px 24px;position:relative;overflow:hidden}.cta-gradient{filter:blur(100px);pointer-events:none;background:radial-gradient(circle,#a855f714 0%,#0000 70%);width:700px;height:700px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-content{z-index:10;max-width:600px;margin:0 auto;position:relative}.cta-content h2{letter-spacing:-.02em;margin-bottom:16px;font-size:38px;font-weight:800}.cta-content>p{color:#ffffff73;margin-bottom:36px;font-size:16px}.cta-btn{align-items:center;gap:8px;padding:16px 36px;font-size:16px;display:inline-flex}.cta-footnote{color:#fff3!important;margin-top:16px!important;margin-bottom:0!important;font-size:12px!important}.landing-footer{border-top:1px solid #ffffff0d;padding:0}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;max-width:1280px;margin:0 auto;padding:60px 24px 40px;display:grid}.footer-brand-desc{color:#ffffff59;max-width:260px;margin-top:12px;font-size:13px;line-height:1.6}.footer-social{gap:12px;margin-top:20px;display:flex}.footer-social a{color:#ffffff4d;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:all .2s;display:flex}.footer-social a:hover{color:#a855f7;background:#a855f71a;border-color:#a855f733}.footer-col h4{text-transform:uppercase;letter-spacing:.1em;color:#ffffff80;margin-bottom:20px;font-size:12px}.footer-col{flex-direction:column;gap:12px;display:flex}.footer-link{color:#ffffff59;font-size:13px;text-decoration:none;transition:color .2s}.footer-link:hover{color:#fff}.footer-bottom{text-align:center;border-top:1px solid #ffffff0a;padding:24px}.footer-bottom span{color:#ffffff26;font-size:12px}.btn-landing-cta{cursor:pointer;border:none;border-radius:100px;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 8px 30px #ffffff14;color:#0a0a12!important;background:#fff!important}.btn-landing-cta:hover{transform:translateY(-2px);box-shadow:0 12px 40px #ffffff26;background:#fffffff2!important}.btn-landing-demo{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;border-radius:100px;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;color:#fff!important;background:#ffffff0a!important;border:1px solid #ffffff1a!important}.btn-landing-demo:hover{background:#ffffff14!important;border-color:#fff3!important}@media (width<=1024px){.hero-content{text-align:center;grid-template-columns:1fr;gap:48px}.hero-subtitle{margin:0 auto 36px}.hero-actions,.hero-social-proof{justify-content:center}.hero-mockup{width:100%}.mockup-body{height:240px}.mockup-tabs{display:none}.feature-deep-inner{text-align:left;grid-template-columns:1fr;gap:32px}.feature-deep-list li{justify-content:flex-start}.feature-deep-visual{order:-1}.stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.features-grid-wide{grid-template-columns:repeat(2,1fr)}.testimonials-grid{grid-template-columns:1fr;max-width:500px}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}}@media (width<=768px){.page-content{padding:16px 6px}.landing-nav-right{opacity:0;pointer-events:none;background:#0a0a12fa;border-bottom:1px solid #ffffff0f;flex-direction:column;align-items:flex-start;gap:20px;padding:24px;transition:all .3s;position:fixed;top:72px;left:0;right:0;transform:translateY(-100%)}.landing-nav-right.landing-nav-open{opacity:1;pointer-events:auto;transform:translateY(0)}.landing-nav-open .landing-nav-links,.landing-nav-open .landing-nav-auth{flex-direction:column;gap:16px;width:100%;display:flex}.landing-nav-open .landing-nav-auth .nav-cta,.landing-nav-open .landing-nav-auth .btn-landing-cta{text-align:center;justify-content:center;width:100%}.landing-mobile-toggle{display:block}.stats-section .stats-grid{grid-template-columns:repeat(2,1fr);gap:12px}.stat-item{padding:24px 12px}.stat-value{font-size:28px}.features-grid-wide{grid-template-columns:1fr}.trusted-logos{gap:24px}.trusted-logo{font-size:15px}.footer-grid{grid-template-columns:1fr;gap:32px}.landing-hero{padding:120px 16px 60px}.hero-title{font-size:clamp(2rem,10vw,2.8rem)}.mockup-body{height:220px}.mockup-tabs{display:none}}@media (width<=480px){.landing-hero{padding:100px 16px 48px}.hero-title{font-size:clamp(1.75rem,8vw,2.2rem)}.hero-subtitle{margin-bottom:28px;font-size:14px}.hero-actions{flex-direction:column;align-items:stretch;gap:12px}.hero-cta,.btn-landing-demo{justify-content:center;width:100%;padding:12px 24px;font-size:14px}.hero-social-proof{flex-direction:column;gap:12px;margin-top:32px}.hero-mockup{display:none}.stats-section .stats-grid{grid-template-columns:1fr 1fr;gap:8px}.stat-item{padding:20px 12px}.stat-value{font-size:24px}.stat-label,.stat-desc{font-size:11px}.feature-deep-section{padding:60px 16px}.feature-deep-title{font-size:22px}.feature-deep-desc{font-size:14px}.feature-deep-list li{font-size:13px}.feature-deep-visual{display:none}.features-section{padding:60px 16px}.features-header h2{font-size:24px}.features-header p{font-size:14px}.feature-card-wide{padding:20px}.testimonials-section{padding:60px 16px}.testimonials-header h2{font-size:24px}.testimonial-card{padding:20px}.testimonial-quote{font-size:13px}.cta-section{padding:80px 16px}.cta-content h2{font-size:26px}.cta-content>p{font-size:14px}.cta-btn{justify-content:center;width:100%;padding:14px 28px;font-size:14px}.footer-grid{gap:24px;padding:40px 16px 24px}.footer-col h4{margin-bottom:12px}.trusted-section{padding:40px 16px 60px}.trusted-logos{gap:16px}.trusted-logo{font-size:13px}.landing-nav-container{height:64px;padding:0 16px}.landing-nav-right{padding:16px;top:64px}.btn-landing-cta{padding:10px 20px;font-size:13px}}.auth-page{justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex;position:relative;overflow:hidden}.auth-card{z-index:10;width:100%;max-width:480px;padding:48px;position:relative}.auth-header{text-align:center;margin-bottom:40px}.auth-header h2{margin-bottom:12px;font-size:32px}.auth-header p{color:hsl(var(--text-dim));font-size:15px}.auth-form{flex-direction:column;gap:24px;display:flex}.form-group{position:relative}.form-input{border:1px solid var(--glass-border);border-radius:var(--radius-md);color:#fff;background:#ffffff0d;outline:none;width:100%;padding:14px 16px 14px 44px;font-size:15px;transition:all .2s}.form-input:focus{border-color:hsla(var(--primary), .5);box-shadow:0 0 0 4px hsla(var(--primary), .1);background:#ffffff14}.form-icon{opacity:.4;pointer-events:none;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.input-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.auth-footer{text-align:center;color:hsl(var(--text-dim));margin-top:32px;font-size:14px}.auth-link{color:hsl(var(--primary));font-weight:600;text-decoration:none;transition:color .2s}.auth-link:hover{color:hsl(var(--primary) / .8)}.error-message{background:hsla(var(--danger), .1);border:1px solid hsla(var(--danger), .2);border-radius:var(--radius-md);color:hsl(var(--danger));text-align:center;padding:12px;font-size:13px}.analytics-period-bar{align-items:center;gap:8px;display:flex}.btn-analytics-period{color:#ffffff80;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;padding:6px 14px;font-size:12px;font-weight:600;transition:all .2s}.btn-analytics-period:hover{color:#fff;background:#ffffff0f}.btn-analytics-period.active{color:#a855f7;background:#a855f726;border-color:#a855f74d}.btn-analytics-refresh{color:#fff6;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.btn-analytics-refresh:hover{color:#fff;background:#ffffff0f}.analytics-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.analytics-card-title{color:hsl(var(--text-dim));align-items:center;gap:6px;margin-bottom:14px;font-size:13px;font-weight:600;display:flex}.analytics-empty{text-align:center;color:#ffffff4d;padding:40px 20px;font-size:13px}.winloss-grid{grid-template-columns:1fr 1fr;gap:20px;margin-top:24px;display:grid}.winloss-stats-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.winloss-stats-grid .glass-card{padding:18px 12px}.breakdown-competitor-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;display:grid}.status-modal-overlay{-webkit-backdrop-filter:blur(12px);z-index:10000;background:#000000d9;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.form-textarea{resize:vertical;min-height:60px}.form-select{appearance:none;border:1px solid var(--glass-border);border-radius:var(--radius-md);color:#fff;cursor:pointer;background:#ffffff0d;outline:none;width:100%;padding:14px 16px;font-size:15px;transition:all .2s}.form-select:focus{border-color:hsla(var(--primary), .5);box-shadow:0 0 0 4px hsla(var(--primary), .1);background:#ffffff14}.form-select option{color:#fff;background:#14141f}@keyframes logoPulse{0%,to{box-shadow:0 0 20px #a855f766}50%{box-shadow:0 0 35px #a855f799,0 0 60px #06b6d433}}.animate-spin{animation:1s linear infinite spin}.animate-pulse{animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.dashboard-stat-card,.dashboard-main .glass-card{padding:16px 18px}.sidebar-close-btn{color:#ffffff80;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:4px;transition:all .2s;display:none}.sidebar-close-btn:hover{color:#fff;background:#ffffff0d}.sidebar-overlay{display:none}.topnav-mobile-toggle{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px;transition:all .2s;display:none}.topnav-mobile-toggle:hover{color:#fff;background:#ffffff0d}@media (width<=1024px){.sidebar{z-index:200;width:var(--sidebar-width);transition:left .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;bottom:0;left:-280px}.sidebar-open .sidebar{left:0}.sidebar-close-btn{display:block}.sidebar-overlay{z-index:199;background:#0009;display:block;position:fixed;inset:0}.topnav-mobile-toggle{justify-content:center;align-items:center;display:flex}.search-bar{max-width:100%!important}.search-kbd-hint{display:none!important}.page-content{padding:20px 12px 20px 0}.dashboard-main{grid-template-columns:1fr!important}.stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important;margin-bottom:16px!important}.dashboard-stat-card{padding:10px 12px!important}.dashboard-main .glass-card{padding:16px!important}.signals-card{flex-direction:column!important;align-items:stretch!important;gap:12px!important}.signals-card-header{flex-wrap:wrap!important}.signals-card-header h4{white-space:normal!important;min-width:100%!important;margin-bottom:6px!important;overflow:visible!important}.signals-card-meta{flex-wrap:wrap!important;gap:8px!important}.signals-list .glass-card{padding:20px!important}.competitors-header{flex-direction:column!important;align-items:flex-start!important;gap:16px!important}.competitors-toggle{border-left:none!important;padding-left:0!important}.competitors-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))!important}.competitors-grid .glass-card{padding:16px!important}.competitor-detail-header{flex-direction:column!important;align-items:flex-start!important}.competitor-detail-actions{width:100%!important}.competitor-detail-stats{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))!important;gap:12px!important}.monitored-url-item{flex-direction:column!important;align-items:stretch!important;gap:12px!important}.monitored-url-body{flex-wrap:wrap!important;width:100%!important}.monitored-url-info{width:100%!important;min-width:0!important}.monitored-url-badges{flex-wrap:wrap!important;width:100%!important}.monitored-url-actions{flex-shrink:0!important}.ads-header-row{flex-direction:column!important;gap:16px!important}.ads-header-actions{flex-wrap:wrap!important;width:100%!important}.ads-header-actions button{flex:1!important;justify-content:center!important;min-width:100px!important}.ads-filters-row{flex-wrap:wrap!important}.ads-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))!important}.ad-group-section h3{font-size:16px!important}.ads-coming-soon{text-align:center!important;flex-direction:column!important;gap:16px!important;padding:24px!important}.ads-load-more{margin-top:24px!important;padding-bottom:40px!important}.battlecards-layout{grid-template-columns:1fr!important;gap:16px!important}.battlecards-sidebar{max-height:none!important;overflow-y:visible!important}.battlecards-tab-bar{-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;gap:0!important;padding:0 16px!important;overflow-x:auto!important}.battlecards-tab-bar::-webkit-scrollbar{display:none!important}.battlecards-tab-bar button{white-space:nowrap!important;padding:10px 14px!important;font-size:13px!important}.battlecards-detail-header{flex-direction:column!important;gap:12px!important;padding:20px!important}.battlecards-detail-header>div{flex-direction:column!important;align-items:flex-start!important}.battlecards-detail-header h2{font-size:22px!important}.battlecards-detail-actions{width:100%!important}.battlecards-detail-actions button{justify-content:center!important;width:100%!important}.feature-comparison-grid{grid-template-columns:1fr!important;gap:16px!important}.pricing-comparison{grid-template-columns:1fr!important}.objection-card{padding:16px!important}.page-battlecards{height:auto!important}.settings-tab-bar{-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;gap:0!important;overflow-x:auto!important}.settings-tab-bar::-webkit-scrollbar{display:none!important}.settings-tab-bar button{white-space:nowrap!important;padding:12px 14px!important;font-size:13px!important}.settings-content{gap:16px!important}.settings-content .glass-card{padding:20px!important}.settings-form-grid,.settings-usage-grid,.data-grid{grid-template-columns:1fr!important}.notification-dropdown{width:320px!important;right:-40px!important}.empty-state{padding:60px 20px!important}.bottom-nav{display:flex}.main-content{padding-bottom:64px}.analytics-grid{grid-template-columns:1fr!important;gap:14px!important}.analytics-grid>*{grid-column:1/-1!important}.winloss-grid{grid-template-columns:1fr!important}.winloss-stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}}@media (width<=768px){.page-content{padding:16px 6px}.top-nav{gap:8px!important;padding:0 10px!important}.search-bar{flex:1!important;max-width:100%!important}.search-kbd-hint{display:none!important}.stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px!important;margin-bottom:14px!important}.dashboard-stat-card{padding:8px 10px!important}.dashboard-stat-card h3{font-size:24px!important}.page-content h1{font-size:26px!important}.page-content h3{font-size:17px!important}.signals-card{gap:10px!important}.signals-card-header h4{font-size:15px!important}.signals-list .glass-card{padding:16px!important}.competitors-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))!important}.competitors-grid .glass-card{padding:20px!important}.ads-grid{grid-template-columns:1fr!important;gap:16px!important}.auth-card{padding:28px 20px!important}.auth-header h2{font-size:24px!important}.input-grid{grid-template-columns:1fr!important}.notification-dropdown{width:300px!important;right:0!important}.hero-mockup{width:100%!important}.mockup-body{height:200px!important}.mockup-tabs{display:none!important}.glass-select{box-sizing:border-box!important;width:100%!important;min-width:0!important}.battlecards-page-header{flex-direction:column!important;align-items:stretch!important;gap:12px!important}.battlecards-page-header h1{font-size:26px!important}.battlecards-page-header .btn-primary{justify-content:center!important;width:100%!important}.battlecards-sidebar button{padding:12px!important}.battlecards-sidebar h4{font-size:15px!important}.battlecards-detail-header{padding:16px 20px!important}.battlecards-detail-header h2{font-size:20px!important}.battlecards-detail-actions{width:100%!important}.battlecards-detail-actions button{justify-content:center!important;width:100%!important}.battlecards-tab-bar{-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;gap:0!important;overflow-x:auto!important}.battlecards-tab-bar::-webkit-scrollbar{display:none!important}.battlecards-tab-bar button{white-space:nowrap!important;padding:10px 12px!important;font-size:12px!important}.battlecards-tab-content{padding:20px!important}.battlecards-footer{flex-direction:column!important;align-items:flex-start!important;gap:8px!important;padding:12px 20px!important}.battlecards-footer div:first-child{flex-wrap:wrap!important;gap:6px!important}.page-battlecards{height:auto!important}.discovery-modal{padding:12px!important}.discovery-modal-inner{max-height:90vh!important}.discovery-modal-header{padding:16px 20px!important;position:relative!important}.discovery-modal-header>div:first-child{gap:12px!important}.discovery-modal-header h2{font-size:17px!important}.discovery-modal-content{padding:20px!important}.discovery-controls{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}.discovery-url-grid{grid-template-columns:1fr!important}.discovery-modal-footer{flex-direction:column!important;gap:12px!important;padding:16px 20px!important}.discovery-modal-footer>div:last-child{width:100%!important}.discovery-modal-footer button{flex:1!important;justify-content:center!important}.discovery-modal-footer p{font-size:12px!important}.competitor-detail-header h1{font-size:24px!important}.competitor-detail-actions{width:100%!important}.competitor-detail-actions button{flex:1!important;justify-content:center!important;font-size:13px!important}.competitor-detail-stats{gap:10px!important}.competitor-detail-stats .glass-card{padding:16px!important}.monitored-url-item{gap:10px!important;padding:16px!important}.analytics-grid,.winloss-grid{gap:12px!important}.winloss-stats-grid{gap:8px!important}}@media (width<=480px){.page-content{padding:12px 4px}.top-nav{gap:4px!important;padding:0 4px!important}.search-bar{flex:1!important;max-width:100%!important}.stats-grid{grid-template-columns:1fr 1fr!important;gap:6px!important;margin-bottom:12px!important}.dashboard-stat-card{padding:8px!important}.dashboard-stat-card h3{font-size:20px!important}.dashboard-stat-card p{font-size:9px!important}.page-content h1{font-size:22px!important}.page-content h3{font-size:15px!important}.competitors-grid,.data-grid{grid-template-columns:1fr!important}.signals-list .glass-card{padding:14px 12px!important}.ads-grid{gap:12px!important}.auth-card{padding:20px 12px!important}.auth-header h2{font-size:20px!important}.notification-dropdown{width:calc(100vw - 24px)!important;right:0!important}.nav-actions{gap:6px!important}.search-bar input{width:100%!important}.toast-item{min-width:auto!important;max-width:calc(100vw - 24px)!important;top:12px!important;right:8px!important}.glass-select{width:100%!important;min-width:0!important}.hero-mockup{width:100%!important}.mockup-body{height:180px!important}.mockup-sidebar{width:36px!important}.landing-nav-container{padding:0 16px!important}.landing-hero{padding:100px 16px 40px!important}.hero-title{font-size:clamp(1.8rem,8vw,2.2rem)!important}.cta-section{padding:60px 16px!important}.cta-content h2{font-size:24px!important}.stats-grid .stat-value{font-size:22px!important}.stat-label{font-size:10px!important}.battlecards-page-header{flex-direction:column!important;align-items:stretch!important;gap:10px!important}.battlecards-page-header h1{font-size:22px!important}.battlecards-page-header .btn-primary{justify-content:center!important;width:100%!important;font-size:13px!important}.battlecards-sidebar button{padding:10px!important}.battlecards-sidebar h4{font-size:14px!important}.battlecards-sidebar p{font-size:11px!important}.battlecards-detail-header{gap:10px!important;padding:14px 16px!important}.battlecards-detail-header h2{font-size:18px!important}.battlecards-detail-actions{width:100%!important}.battlecards-detail-actions button{justify-content:center!important;width:100%!important}.battlecards-tab-content{padding:16px!important}.battlecards-tab-bar button{padding:8px 10px!important;font-size:11px!important}.battlecards-footer{text-align:left!important;flex-direction:column!important;align-items:flex-start!important;gap:8px!important;padding:10px 16px!important}.battlecards-footer div:first-child{flex-direction:column!important;align-items:flex-start!important;gap:4px!important}.page-battlecards{height:auto!important}.kill-shot-card:after{padding:2px 30px!important;font-size:8px!important;right:-25px!important}.objection-card{padding:14px!important}.discovery-modal{padding:8px!important}.discovery-modal-header{text-align:left!important;flex-direction:row!important;align-items:flex-start!important;padding:12px 16px!important;display:flex!important;position:relative!important}.discovery-modal-header>div:first-child{flex-direction:row!important;flex:1!important;align-items:flex-start!important;gap:10px!important;padding-right:40px!important}.discovery-modal-header>div:first-child>div:first-child{width:32px!important;height:32px!important}.discovery-modal-header>div:first-child>div:first-child svg{width:16px!important;height:16px!important}.discovery-modal-header h2{font-size:15px!important}.discovery-modal-header p{font-size:11px!important}.discovery-modal-header>button{position:absolute!important;top:12px!important;right:16px!important}.discovery-modal-content{padding:16px!important}.discovery-controls h3{font-size:16px!important}.discovery-url-grid{gap:8px!important}.discovery-url-grid>div{gap:12px!important;padding:12px!important}.discovery-modal-footer{padding:14px 16px!important}.competitor-detail-header{gap:12px!important;margin-bottom:24px!important}.competitor-detail-header h1{font-size:20px!important}.competitor-detail-header>div:first-child{gap:10px!important}.competitor-detail-header>div:first-child>button{width:32px!important;height:32px!important}.competitor-detail-header>div:first-child>button svg{width:16px!important;height:16px!important}.competitor-detail-actions{flex-direction:column!important}.competitor-detail-actions button{justify-content:center!important;width:100%!important}.competitor-detail-stats{grid-template-columns:repeat(3,1fr)!important;gap:8px!important}.competitor-detail-stats .glass-card{gap:10px!important;padding:12px!important}.competitor-detail-stats .glass-card>div:first-child{width:32px!important;height:32px!important}.competitor-detail-stats .glass-card>div:first-child svg{width:16px!important;height:16px!important}.competitor-detail-stats .glass-card>div:last-child>div:first-child{font-size:18px!important}.competitor-detail-stats .glass-card>div:last-child>div:last-child{font-size:10px!important}.monitored-url-item{gap:10px!important;padding:14px!important}.monitored-url-body{gap:10px!important}.monitored-url-icon{width:32px!important;height:32px!important}.monitored-url-icon svg{width:15px!important;height:15px!important}.monitored-url-info{min-width:0!important}.monitored-url-info>div{font-size:14px!important}.monitored-url-info a{font-size:12px!important}.monitored-url-badges{gap:6px!important}.monitored-url-badges span{padding:3px 8px!important;font-size:10px!important}.monitored-url-actions button{width:32px!important;height:32px!important}.monitored-url-actions button svg{width:14px!important;height:14px!important}.analytics-grid{gap:10px!important}.winloss-grid{gap:10px!important;margin-top:12px!important}.winloss-stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:6px!important}.breakdown-competitor-grid{grid-template-columns:1fr!important}.analytics-period-bar{flex-wrap:wrap!important;justify-content:flex-end!important}.btn-analytics-period{padding:5px 10px!important;font-size:11px!important}}.chat-notifications{z-index:1000;pointer-events:none;flex-direction:column;gap:8px;max-width:420px;display:flex;position:fixed;top:16px;right:16px}.chat-notification{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);pointer-events:auto;border-radius:12px;align-items:center;gap:10px;padding:12px 16px;font-size:13px;line-height:1.5;display:flex;box-shadow:0 8px 32px #0006}.chat-notification--error{color:#f0a8a8;background:#661919d9;border:1px solid #c336}.chat-notification--warning{color:#f2c88c;background:#73480dd9;border:1px solid #e6911a66}.chat-notification--info{color:#a8c0f0;background:#193366d9;border:1px solid #36c6}.chat-notification span{flex:1}.chat-notification-dismiss{color:inherit;opacity:.6;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:2px;transition:opacity .2s}.chat-notification-dismiss:hover{opacity:1}.chat-container{flex-direction:column;height:calc(100vh - 118px);display:flex;position:relative}.chat-error-banner{color:#e87d7d;z-index:10;background:#d9262626;border:1px solid #d926264d;border-radius:12px;align-items:center;gap:10px;margin-bottom:12px;padding:12px 20px;font-size:14px;display:flex;position:absolute;top:0;left:0;right:0}.chat-error-banner button{color:inherit;cursor:pointer;background:0 0;border:none;margin-left:auto;padding:0 4px;font-size:20px}.chat-layout{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:16px;flex:1;gap:0;min-height:0;display:flex;position:relative;overflow:hidden}.chat-sidebar{border-right:1px solid var(--glass-border);background:#0d0d14;flex-direction:column;flex-shrink:0;width:300px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.chat-layout.sidebar-collapsed .chat-sidebar{opacity:0;border-right:none;width:0;min-width:0;padding:0}.chat-sidebar-header{border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;padding:20px;display:flex}.chat-sidebar-header-actions{align-items:center;gap:8px;display:flex}.chat-sidebar-close{width:30px;height:30px;color:hsl(var(--text-dim));cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:none}.chat-sidebar-close:hover{color:#e05252;background:#d9262626}.chat-sidebar-overlay{display:none}.chat-search-wrapper{border-bottom:1px solid var(--glass-border);padding:8px 12px;position:relative}.chat-search-input{border:1px solid var(--glass-border);width:100%;color:hsl(var(--text));box-sizing:border-box;background:#181d2599;border-radius:10px;outline:none;padding:8px 12px;font-size:13px;transition:border-color .2s}.chat-search-input:focus{border-color:hsla(var(--primary), .4)}.chat-search-input::placeholder{color:hsl(var(--text-dim));opacity:.5}.chat-search-clear{width:22px;height:22px;color:hsl(var(--text-dim));cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.chat-search-clear:hover{color:#e05252;background:#d9262633}.chat-new-btn{align-items:center;gap:6px;padding:8px 14px!important;font-size:13px!important;font-weight:600!important;display:flex!important}.chat-session-list{flex:1;padding:8px;overflow-y:auto}.chat-sidebar-brand{color:hsl(var(--primary));align-items:center;gap:8px;display:flex}.chat-brand-icon{color:#fff;background:linear-gradient(135deg,#a855f7,#06b6d4);border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.chat-sidebar-brand h3{background:linear-gradient(135deg,#a855f7,#06b6d4);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:17px;font-weight:700}.chat-loading-sessions{color:hsl(var(--text-dim));flex-direction:column;align-items:center;gap:12px;padding:60px 20px;display:flex}.chat-loading-sessions p{opacity:.6;font-size:13px}.chat-empty-hint{opacity:.4;font-size:12px}.chat-date-divider{color:hsl(var(--text-dim));opacity:.4;text-transform:uppercase;letter-spacing:.08em;padding:12px 12px 4px;font-size:11px;font-weight:600}.chat-empty-sessions{color:hsl(var(--text-dim));text-align:center;flex-direction:column;align-items:center;gap:12px;padding:60px 20px;display:flex}.chat-empty-icon{background:hsla(var(--primary), .06);opacity:.4;width:48px;height:48px;color:hsl(var(--primary));border-radius:12px;justify-content:center;align-items:center;display:flex}.chat-empty-sessions p{opacity:.6;font-size:14px}.chat-session-item{cursor:pointer;border-radius:12px;align-items:center;gap:10px;margin-bottom:4px;padding:12px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.chat-session-item:hover{background:hsla(var(--primary), .08)}.chat-session-item.active{background:hsla(var(--primary), .12);border:1px solid hsla(var(--primary), .2)}.chat-session-icon{background:hsla(var(--primary), .1);width:32px;height:32px;color:hsl(var(--primary));border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.chat-session-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.chat-session-title{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;overflow:hidden}.chat-session-meta{color:hsl(var(--text-dim));opacity:.6;font-size:11px}.chat-session-delete{color:#e0525266;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.chat-session-delete:hover{color:#e05252;background:#d9262626}.chat-session-delete:disabled{opacity:.5;cursor:not-allowed}.chat-main{flex-direction:column;flex:1;min-width:0;display:flex}.chat-welcome{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;padding:40px 20px;display:flex;position:relative;overflow:hidden}.chat-welcome-glow{background:radial-gradient(circle, hsla(var(--primary), .08) 0%, transparent 70%);pointer-events:none;border-radius:50%;width:400px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-60%)}.chat-welcome-icon{background:linear-gradient(135deg, hsla(var(--primary), .15), #1ac3e61a);width:90px;height:90px;color:hsl(var(--primary));z-index:1;border:1px solid hsla(var(--primary), .15);border-radius:50%;justify-content:center;align-items:center;margin-bottom:8px;display:flex;position:relative}.chat-welcome h2{z-index:1;font-size:26px;font-weight:700;position:relative}@media (width<=480px){.chat-message{max-width:92%}.chat-welcome h2{font-size:22px}}.chat-welcome p{color:hsl(var(--text-dim));z-index:1;max-width:420px;font-size:14px;line-height:1.7;position:relative}.chat-welcome-suggestions{flex-direction:column;align-items:center;gap:10px;margin-top:8px;display:flex}.chat-welcome-label{color:hsl(var(--text-dim));opacity:.5;text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:6px;font-size:12px;display:flex}.chat-welcome-chips{flex-direction:column;align-items:center;gap:6px;display:flex}.chat-chip{border:1px solid var(--glass-border);color:hsl(var(--text-dim));cursor:pointer;white-space:nowrap;background:#1f242e80;border-radius:20px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;transition:all .2s;display:inline-flex}.chat-chip:hover{border-color:hsla(var(--primary), .3);background:hsla(var(--primary), .08);color:hsl(var(--primary))}.chat-chip svg{opacity:.4;flex-shrink:0}.chat-messages-header{border-bottom:1px solid var(--glass-border);background:#1013184d;align-items:center;gap:12px;padding:16px 20px;display:flex}.chat-header-info{flex:1;min-width:0}.chat-header-title{white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:600;display:block;overflow:hidden}.chat-messages{flex-direction:column;flex:1;gap:16px;padding:20px;display:flex;overflow-y:auto}.chat-loading-msgs{color:hsl(var(--text-dim));flex:1;justify-content:center;align-items:center;display:flex}.chat-empty-msgs{color:hsl(var(--text-dim));opacity:.6;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;display:flex}.chat-empty-icon-sm{background:hsla(var(--primary), .08);width:48px;height:48px;color:hsl(var(--primary));opacity:.5;border-radius:12px;justify-content:center;align-items:center;display:flex}.chat-empty-msgs p{font-size:13px}.chat-stream-retry{color:#f0bd75;background:#73480d26;border:1px solid #b874144d;border-radius:10px;align-self:flex-start;align-items:center;gap:10px;padding:10px 16px;font-size:13px;display:flex}.chat-message{gap:12px;max-width:80%;display:flex}.chat-message.user{flex-direction:row-reverse;align-self:flex-end}.chat-message.assistant{align-self:flex-start}.chat-message-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-top:4px;transition:box-shadow .3s;display:flex}.chat-message-avatar.user-avatar{color:#fff;background:linear-gradient(135deg,#a855f7,#7c3aed);box-shadow:0 2px 8px #8026d940}.chat-message-avatar.assistant-avatar{color:#47cfeb;background:linear-gradient(135deg,#149cb833,#1ac3e61a);border:1px solid #1ac3e633}.chat-message-avatar.streaming-avatar{animation:1.5s ease-in-out infinite avatarPulse;box-shadow:0 0 12px #1ac3e64d}@keyframes avatarPulse{0%,to{box-shadow:0 0 8px #1ac3e633}50%{box-shadow:0 0 18px #1ac3e666}}.chat-message-content{flex-direction:column;gap:4px;min-width:0;display:flex}.chat-message-bubble{word-wrap:break-word;border-radius:16px;padding:12px 16px;font-size:14px;line-height:1.7}.chat-message-bubble.user-bubble{background:linear-gradient(135deg, hsla(var(--primary), .2), hsla(var(--primary), .1));border:1px solid hsla(var(--primary), .25);border-bottom-right-radius:4px}.chat-message-bubble.assistant-bubble{border:1px solid var(--glass-border);background:#1f242e99;border-bottom-left-radius:4px}.chat-message-bubble.streaming-bubble{border-color:hsla(var(--primary), .3);box-shadow:0 0 12px hsla(var(--primary), .05)}.chat-message-bubble.loading-bubble{color:hsl(var(--text-dim));align-items:center;gap:8px;font-size:14px;display:flex}.chat-cursor{color:hsl(var(--primary));margin-left:2px;font-weight:700;animation:1s step-end infinite blink;display:inline-block}@keyframes blink{50%{opacity:0}}.chat-message-time{color:hsl(var(--text-dim));opacity:.5;padding:0 4px;font-size:11px}.chat-message.user .chat-message-time,.chat-message.user .chat-message-footer{text-align:right;justify-content:flex-end}.chat-input-bar{border-top:1px solid var(--glass-border);background:#1013184d;align-items:center;gap:8px;padding:16px 20px;display:flex}.chat-input{border:1px solid var(--glass-border);color:#fff;resize:none;background:#181d2599;border-radius:14px;outline:none;flex:1;max-height:200px;padding:12px 16px;font-family:inherit;font-size:14px;line-height:1.5;transition:border-color .2s}.chat-input:focus{border-color:hsla(var(--primary), .4)}.chat-input::placeholder{color:hsl(var(--text-dim));opacity:.5}.chat-input:disabled{opacity:.5}.chat-input::-webkit-scrollbar{width:4px}.chat-input::-webkit-scrollbar-thumb{background:hsla(var(--primary), .2);border-radius:4px}.chat-send-btn{flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;border-radius:14px!important;padding:0!important;display:flex!important}.chat-send-btn:disabled{opacity:.4;cursor:not-allowed}.chat-main-toggle{border-bottom:1px solid var(--glass-border);background:#1013184d;align-items:center;gap:10px;padding:10px 16px;display:flex}.chat-toggle-sidebar{border:1px solid var(--glass-border);width:34px;height:34px;color:hsl(var(--text-dim));cursor:pointer;background:#181d25e6;border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:flex}.chat-toggle-sidebar:hover{background:hsla(var(--primary), .1);color:hsl(var(--primary))}@media (width<=1024px){.chat-sidebar{z-index:20;opacity:0;pointer-events:none;width:280px;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1);position:absolute;top:0;bottom:0;left:0;transform:translate(-100%)}.chat-layout.sidebar-collapsed .chat-sidebar{opacity:0;pointer-events:none;border-right:1px solid var(--glass-border);width:280px;padding:0;transform:translate(-100%)}.chat-layout.sidebar-visible .chat-sidebar{opacity:1;pointer-events:auto;transform:translate(0);box-shadow:4px 0 40px #0006}.chat-sidebar-close{display:flex}.chat-container{height:calc(100vh - 182px)}}@media (width<=768px){.chat-layout{border-left:none;border-right:none;border-radius:0}.chat-container{height:calc(100vh - 166px)}.chat-messages{gap:12px;padding:12px}.chat-message{max-width:92%}.chat-message-bubble{border-radius:14px;padding:10px 14px;font-size:13px}.chat-input-bar{padding:10px 12px}.chat-input{padding:10px 14px;font-size:14px}.chat-send-btn{width:40px;height:40px}.chat-messages-header{padding:12px 14px}.chat-header-title{font-size:14px}.chat-welcome{gap:12px;padding:24px 16px}.chat-welcome-icon{width:64px;height:64px}.chat-welcome-icon svg{width:28px;height:28px}.chat-welcome h2{font-size:20px}.chat-welcome p{padding:0 8px;font-size:13px}.chat-welcome-glow{width:280px;height:280px}.chat-welcome-chips{width:100%;max-width:320px}.chat-chip{white-space:normal;text-align:left;justify-content:flex-start;width:100%;font-size:12px}.chat-toggle-sidebar{width:30px;height:30px}.chat-sidebar{z-index:30}.chat-message-avatar{width:28px;height:28px}.chat-copy-btn{opacity:.5}.chat-stream-retry{padding:8px 12px;font-size:12px}.chat-sidebar-header{padding:14px}.chat-session-list{padding:6px}.chat-session-item{padding:10px}.chat-session-title{font-size:13px}.chat-notifications{max-width:none;left:8px;right:8px}.chat-notification{padding:10px 12px;font-size:12px}}@media (width<=480px){.chat-message{max-width:95%}.chat-message-bubble{padding:8px 12px;font-size:13px}.chat-welcome h2{font-size:18px}.chat-welcome p{font-size:12px}.chat-input{padding:8px 12px;font-size:13px}.chat-send-btn{width:36px;height:36px}.chat-send-btn svg{width:16px;height:16px}}.chat-message-bubble p{margin:0 0 8px}.chat-message-bubble p:last-child{margin-bottom:0}.chat-message-bubble ul,.chat-message-bubble ol{margin:8px 0;padding-left:20px}.chat-message-bubble li{margin-bottom:4px}.chat-message-bubble strong{color:hsl(var(--primary))}.chat-message-bubble a{color:#47cfeb;text-underline-offset:2px;text-decoration:underline}.chat-message-bubble a:hover{opacity:.8}.chat-inline-code{background:#29303dcc;border:1px solid #3d475c4d;border-radius:4px;padding:2px 6px;font-family:Cascadia Code,Fira Code,JetBrains Mono,monospace;font-size:13px}.chat-code-block{background:#14181fcc;border:1px solid #333c4d66;border-radius:10px;margin:8px 0;overflow:hidden}.chat-code-block pre{margin:0;padding:14px 16px;font-family:Cascadia Code,Fira Code,JetBrains Mono,monospace;font-size:13px;line-height:1.6;overflow-x:auto}.chat-code-block code{background:0 0;padding:0;font-family:inherit}.chat-message-bubble blockquote{border-left:3px solid hsl(var(--primary));background:hsla(var(--primary), .05);color:hsl(var(--text-dim));border-radius:0 8px 8px 0;margin:8px 0;padding:8px 12px}.chat-message-bubble hr{border:none;border-top:1px solid var(--glass-border);margin:12px 0}.chat-message-bubble table{border-collapse:collapse;width:100%;margin:8px 0;font-size:13px}.chat-message-bubble th,.chat-message-bubble td{text-align:left;border:1px solid #333c4d4d;padding:8px 12px}.chat-message-bubble th{background:#1f242e99;font-weight:600}.chat-message-bubble h1,.chat-message-bubble h2,.chat-message-bubble h3,.chat-message-bubble h4{color:#fff;margin:16px 0 8px;font-weight:600}.chat-message-bubble h1{font-size:18px}.chat-message-bubble h2{font-size:16px}.chat-message-bubble h3{font-size:15px}.chat-message-footer{align-items:center;gap:8px;padding:0 4px;display:flex}.chat-copy-btn{width:26px;height:26px;color:hsl(var(--text-dim));opacity:0;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.chat-message:hover .chat-copy-btn{opacity:.5}.chat-copy-btn:hover{background:hsla(var(--primary), .1);color:hsl(var(--primary));opacity:1!important}.chat-typing-dots{align-items:center;gap:4px;padding:4px 0;display:flex}.chat-dot{background:#47cfeb;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite chatBounce}@keyframes chatBounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.chat-scroll-bottom-btn{border:1px solid var(--glass-border);width:36px;height:36px;color:hsl(var(--text-dim));cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:5;background:#1f242ee6;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:sticky;bottom:8px;left:50%;transform:translate(-50%)}.chat-scroll-bottom-btn:hover{background:hsla(var(--primary), .15);color:hsl(var(--primary));border-color:hsla(var(--primary), .3)}.rfp-container{flex-direction:column;gap:24px;display:flex}.rfp-welcome{text-align:center;padding:40px 24px;position:relative}.rfp-welcome-glow{background:radial-gradient(circle, hsla(var(--primary), .06), transparent 70%);pointer-events:none;border-radius:50%;width:300px;height:300px;position:absolute;top:10%;left:50%;transform:translate(-50%)}.rfp-welcome-icon{background:linear-gradient(135deg, hsla(var(--primary), .15), #1ac3e614);width:64px;height:64px;color:hsl(var(--primary));border-radius:16px;justify-content:center;align-items:center;margin:0 auto 16px;display:flex;position:relative}.rfp-welcome h2{margin-bottom:8px;font-size:22px;font-weight:700;position:relative}.rfp-welcome>p{color:hsl(var(--text-dim));max-width:440px;margin:0 auto 28px;font-size:14px;line-height:1.6;position:relative}.rfp-welcome-upload{margin-bottom:20px;position:relative}.rfp-drop-zone{border:2px dashed var(--glass-border);cursor:pointer;background:#00000014;border-radius:14px;padding:32px 20px;transition:all .3s}.rfp-drop-zone:hover,.rfp-drop-zone.drag-over{border-color:hsla(var(--primary), .35);background:hsla(var(--primary), .04)}.rfp-drop-icon{color:hsl(var(--text-dim));opacity:.5;margin-bottom:8px}.rfp-drop-zone span:first-of-type{color:hsl(var(--text-dim));margin-bottom:4px;font-size:14px;display:block}.rfp-drop-hint{color:hsl(var(--text-dim));opacity:.5;font-size:11px}.rfp-divider{align-items:center;gap:12px;margin-bottom:16px;display:flex;position:relative}.rfp-divider:before,.rfp-divider:after{content:"";background:var(--glass-border);flex:1;height:1px}.rfp-divider span{color:hsl(var(--text-dim));opacity:.5;text-transform:uppercase;letter-spacing:.04em;font-size:11px}.rfp-textarea-wrapper{position:relative}.rfp-textarea{border:1px solid var(--glass-border);color:#fff;resize:vertical;background:#00000026;border-radius:12px;width:100%;min-height:100px;padding:14px 16px;font-size:14px;line-height:1.7;transition:border-color .2s}.rfp-textarea:focus{border-color:hsla(var(--primary), .35);outline:none}.rfp-suggestions{margin-top:20px;position:relative}.rfp-suggestions-label{color:hsl(var(--text-dim));text-transform:uppercase;letter-spacing:.04em;margin-bottom:10px;font-size:11px;font-weight:700;display:block}.rfp-suggestions-chips{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.rfp-chip{border:1px solid var(--glass-border);color:hsl(var(--text-dim));cursor:pointer;background:#00000014;border-radius:20px;align-items:center;gap:6px;padding:8px 16px;font-size:12px;transition:all .2s;display:inline-flex}.rfp-chip:hover{border-color:hsla(var(--primary), .2);background:hsla(var(--primary), .06);color:hsl(var(--primary))}.rfp-input-section{flex-direction:column;gap:12px;display:flex}.rfp-input-bar{background:hsla(var(--primary), .06);border:1px solid hsla(var(--primary), .12);border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;display:flex}.rfp-input-bar-info{color:hsl(var(--text-main));align-items:center;gap:8px;min-width:0;font-size:13px;display:flex}.rfp-input-bar-info svg{opacity:.6;flex-shrink:0}.rfp-input-bar-info strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.rfp-input-bar-info span{color:hsl(var(--text-dim));white-space:nowrap}.rfp-input-bar-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.rfp-bar-btn{border:1px solid var(--glass-border);color:hsl(var(--text-dim));cursor:pointer;background:0 0;border-radius:8px;padding:6px 14px;font-size:12px;transition:all .2s}.rfp-bar-btn:hover{color:hsl(var(--text-main));background:#ffffff0d}.rfp-analyze-btn{align-items:center;gap:6px;padding:7px 18px;font-size:13px;display:inline-flex}.rfp-file-upload{text-align:center;border:2px dashed var(--glass-border);cursor:pointer;border-radius:16px;padding:40px 24px;transition:all .2s;position:relative}.rfp-file-upload.drag-over{border-color:hsl(var(--primary));background:hsla(var(--primary), .05)}.rfp-upload-icon{opacity:.4;margin-bottom:12px}.rfp-file-upload p{color:hsl(var(--text-dim));margin-bottom:8px}.rfp-upload-or{color:hsl(var(--text-dim));opacity:.5;margin-bottom:16px;font-size:12px;display:block}.rfp-file-label{background:hsla(var(--primary), .1);color:hsl(var(--primary));cursor:pointer;border-radius:10px;align-items:center;gap:8px;padding:8px 20px;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex}.rfp-file-label:hover{background:hsla(var(--primary), .15)}.rfp-file-selected{border:1px solid var(--glass-border);background:#0000001f;border-radius:12px;align-items:center;gap:12px;padding:12px 16px;display:flex}.rfp-file-selected-info{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.rfp-file-selected-info strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;display:block;overflow:hidden}.rfp-file-selected-info span{color:hsl(var(--text-dim));font-size:12px}.rfp-file-remove{background:hsla(var(--danger), .08);width:28px;height:28px;color:hsla(var(--danger), .6);cursor:pointer;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.rfp-file-remove:hover{background:hsla(var(--danger), .15);color:hsl(var(--danger))}.rfp-upload-error{background:hsla(var(--danger), .1);border:1px solid hsla(var(--danger), .2);color:hsl(var(--danger));border-radius:8px;margin-bottom:16px;padding:8px 14px;font-size:13px}.rfp-file-card{border:1px solid var(--glass-border);background:#0000001f;border-radius:12px;align-items:center;gap:14px;padding:14px 18px;display:flex}.rfp-file-card-icon{background:hsla(var(--primary), .08);width:40px;height:40px;color:hsl(var(--primary));border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.rfp-file-card-info{flex:1;min-width:0}.rfp-file-card-info strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;display:block;overflow:hidden}.rfp-file-card-info span{color:hsl(var(--text-dim));margin-top:1px;font-size:12px;display:block}.rfp-file-card-remove{background:hsla(var(--danger), .08);width:28px;height:28px;color:hsla(var(--danger), .6);cursor:pointer;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.rfp-file-card-remove:hover{background:hsla(var(--danger), .15);color:hsl(var(--danger))}.rfp-loading{text-align:center;padding:40px 24px}.rfp-loading-animation{width:56px;height:56px;color:hsl(var(--primary));justify-content:center;align-items:center;margin:0 auto 16px;display:flex;position:relative}.rfp-loading-ring{border:2px solid hsla(var(--primary), .1);border-top-color:hsl(var(--primary));border-radius:50%;animation:.8s linear infinite spin;position:absolute;inset:0}.rfp-loading-text strong{margin-bottom:4px;font-size:15px;display:block}.rfp-loading-text span{color:hsl(var(--text-dim));font-size:13px}.rfp-loading-bars{justify-content:center;gap:6px;margin-top:20px;display:flex}.rfp-loading-bar{background:hsla(var(--primary), .15);border-radius:2px;width:36px;height:3px;position:relative;overflow:hidden}.rfp-loading-bar:after{content:"";background:hsl(var(--primary));border-radius:2px;width:100%;height:100%;animation:1.2s ease-in-out infinite rfpLoadBar;position:absolute;top:0;left:-100%}@keyframes rfpLoadBar{0%{left:-100%}50%{left:100%}to{left:100%}}.rfp-error{background:hsla(var(--danger), .08);border:1px solid hsla(var(--danger), .15);color:hsl(var(--danger));border-radius:10px;align-items:center;gap:8px;padding:12px 16px;font-size:13px;display:flex}.rfp-error-dismiss{color:hsla(var(--danger), .5);cursor:pointer;background:0 0;border:none;margin-left:auto;padding:2px}.rfp-error-dismiss:hover{color:hsl(var(--danger))}@media (width<=640px){.rfp-welcome{padding:24px 16px}.rfp-welcome h2{font-size:18px}.rfp-drop-zone{padding:24px 16px}.rfp-suggestions-chips{flex-direction:column;align-items:stretch}.rfp-chip{justify-content:center}.rfp-input-bar{flex-direction:column;align-items:stretch}.rfp-input-bar-actions{justify-content:flex-end}.rfp-loading{padding:32px 16px}}.rfp-result{animation:.3s fadeIn}.rfp-result-hero{background:hsla(var(--primary), .06);border:1px solid hsla(var(--primary), .1);border-radius:14px;align-items:center;gap:14px;margin-bottom:24px;padding:18px 20px;display:flex}.rfp-result-hero-icon{background:linear-gradient(135deg, hsla(var(--primary), .15), #1ac3e614);width:44px;height:44px;color:hsl(var(--primary));border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.rfp-result-hero h2{margin-bottom:2px;font-size:16px;font-weight:700}.rfp-result-hero p{color:hsl(var(--text-dim));font-size:13px;line-height:1.4}.rfp-recommendation{background:linear-gradient(135deg, hsla(var(--primary), .06), #1ac3e608);border:1px solid hsla(var(--primary), .1);border-radius:14px;margin-bottom:24px;padding:20px 24px;position:relative}.rfp-recommendation-badge{text-transform:uppercase;letter-spacing:.05em;background:hsla(var(--primary), .1);color:hsl(var(--primary));border-radius:6px;margin-bottom:10px;padding:3px 10px;font-size:10px;font-weight:700;display:inline-block}.rfp-recommendation h3{margin-bottom:8px;font-size:15px;font-weight:700}.rfp-recommendation p{color:hsl(var(--text-secondary));font-size:14px;line-height:1.65}.rfp-competitors-section{margin-bottom:24px}.rfp-competitors-section-header{align-items:center;gap:10px;margin-bottom:16px;display:flex}.rfp-competitors-section-header h3{font-size:16px;font-weight:700}.rfp-section-count{background:hsla(var(--primary), .1);color:hsl(var(--primary));border-radius:10px;padding:2px 10px;font-size:11px;font-weight:600}.rfp-competitors-grid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:16px;display:grid}@media (width<=640px){.rfp-competitors-grid{grid-template-columns:1fr}}.rfp-competitor-card{border:1px solid var(--glass-border);background:#00000026;border-radius:14px;padding:0;transition:all .2s;overflow:hidden}.rfp-competitor-card:hover{border-color:hsla(var(--primary), .15);background:#0003}.rfp-comp-header{align-items:center;gap:12px;padding:16px 18px 0;display:flex}.rfp-comp-avatar{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:15px;font-weight:700;display:flex}.rfp-comp-header-info{flex:1;min-width:0}.rfp-comp-header-info h3{font-size:16px;font-weight:700}.rfp-comp-badges{gap:6px;margin-top:3px;display:flex}.rfp-comp-badge{text-transform:uppercase;letter-spacing:.03em;border-radius:6px;align-items:center;gap:4px;padding:2px 8px;font-size:10px;font-weight:700;display:inline-flex}.rfp-comp-win-ring{border:2px solid;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.rfp-comp-win-ring span{font-size:13px;font-weight:700}.rfp-win-prob-bar{margin:10px 0 6px;padding:0 18px}.rfp-win-prob-track{background:#ffffff0f;border-radius:2px;height:4px;overflow:hidden}.rfp-win-prob-fill{border-radius:2px;height:100%}.rfp-comp-approach{color:hsl(var(--text-dim));border-bottom:1px solid #ffffff0a;padding:0 18px 14px;font-size:13px;line-height:1.55}.rfp-comp-section{border-bottom:1px solid #ffffff08;padding:12px 18px}.rfp-comp-section:last-child{border-bottom:none}.rfp-comp-section strong{color:hsl(var(--text-dim));text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:6px;margin-bottom:6px;font-size:11px;font-weight:700;display:flex}.rfp-comp-section ul{padding:0;list-style:none}.rfp-comp-section li{color:hsl(var(--text-main));padding:3px 0 3px 14px;font-size:13px;line-height:1.45;position:relative}.rfp-comp-section li:before{content:"";background:hsl(var(--primary));opacity:.4;border-radius:50%;width:5px;height:5px;position:absolute;top:10px;left:0}.rfp-risk li{color:hsla(var(--danger), .85)}.rfp-risk li:before{background:hsl(var(--danger))}.rfp-strategy-item{background:#0000001f;border:1px solid #ffffff08;border-radius:8px;margin-top:6px;padding:10px 12px;font-size:13px;line-height:1.5}.rfp-strategy-item em{color:hsl(var(--primary));margin-bottom:2px;font-size:12px;font-style:normal;font-weight:600;display:block}.rfp-insights-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;margin-bottom:24px;display:grid}@media (width<=640px){.rfp-insights-grid{grid-template-columns:1fr}}.rfp-insight-card{border:1px solid var(--glass-border);background:#0000001a;border-radius:12px;padding:16px 18px;transition:border-color .2s}.rfp-insight-card:hover{border-color:hsla(var(--primary), .12)}.rfp-insight-card-header{align-items:center;gap:10px;margin-bottom:12px;display:flex}.rfp-insight-card-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.rfp-insight-card h4{font-size:13px;font-weight:700}.rfp-insight-card ul{padding:0;list-style:none}.rfp-insight-card li{color:hsl(var(--text-secondary));padding:4px 0 4px 16px;font-size:13px;line-height:1.45;position:relative}.rfp-insight-card li:before{content:"→";color:hsl(var(--primary));opacity:.5;position:absolute;left:0}.rfp-sections{margin-top:8px}.rfp-sections-header{align-items:center;gap:8px;margin-bottom:14px;display:flex}.rfp-sections-header h3{font-size:15px;font-weight:700}.rfp-section-details{border:1px solid var(--glass-border);background:#00000014;border-radius:10px;margin-bottom:8px;padding:12px 16px;transition:border-color .2s}.rfp-section-details:hover{border-color:hsla(var(--primary), .1)}.rfp-section-details summary{cursor:pointer;color:hsl(var(--text-main));justify-content:space-between;align-items:center;font-size:13px;font-weight:600;display:flex}.rfp-section-chevron{color:hsl(var(--text-dim));flex-shrink:0;transition:transform .2s}details[open] .rfp-section-chevron{transform:rotate(180deg)}.rfp-section-details p{color:hsl(var(--text-dim));border-top:1px solid #ffffff0a;margin-top:10px;padding-top:10px;font-size:13px;line-height:1.6}.prediction-panel{animation:.3s fadeIn}.prediction-panel-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.prediction-panel-header h3{align-items:center;gap:8px;font-size:18px;display:flex}.prediction-panel-header h3:before{content:"🔮";font-size:20px}.prediction-count{color:hsl(var(--text-dim));border:1px solid var(--glass-border);background:#ffffff0d;border-radius:20px;padding:4px 12px;font-size:12px}.prediction-generate-btn{border:1px solid hsla(var(--primary), .2);background:hsla(var(--primary), .08);color:hsl(var(--primary));cursor:pointer;border-radius:8px;align-items:center;gap:6px;padding:6px 14px;font-size:12px;font-weight:600;transition:all .2s;display:inline-flex}.prediction-generate-btn:hover{background:hsla(var(--primary), .15)}.prediction-generate-btn:disabled{opacity:.6;cursor:not-allowed}.predictions-filters{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:20px;display:flex}.predictions-filter-btn{border:1px solid var(--glass-border);color:hsl(var(--text-dim));cursor:pointer;text-transform:capitalize;background:0 0;border-radius:8px;padding:6px 16px;font-size:13px;transition:all .2s}.predictions-filter-btn:hover{border-color:hsla(var(--primary), .2);color:hsl(var(--text-main))}.predictions-filter-btn.active{background:hsla(var(--primary), .1);border-color:hsla(var(--primary), .3);color:hsl(var(--primary))}.predictions-filter-clear{color:hsl(var(--text-dim));cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:6px 12px;font-size:12px;display:inline-flex}.predictions-filter-clear:hover{color:hsl(var(--danger))}.predictions-loading{color:hsl(var(--text-dim));flex-direction:column;align-items:center;gap:16px;padding:64px 24px;font-size:14px;display:flex}.predictions-empty{text-align:center;color:hsl(var(--text-dim));padding:64px 24px}.predictions-empty strong{color:hsl(var(--text-main));margin-bottom:8px;font-size:16px;display:block}.predictions-empty p{max-width:400px;margin:0 auto;font-size:14px;line-height:1.5}.predictions-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px;display:grid}.predictions-grid .prediction-card{break-inside:avoid}@media (width<=768px){.predictions-grid{grid-template-columns:1fr}.predictions-header{flex-direction:column;gap:12px;align-items:flex-start!important}.predictions-header>div:last-child{flex-direction:column;width:100%}.predictions-header .btn-primary,.predictions-header .btn-secondary,.predictions-gen-btn{justify-content:center;width:100%}.predictions-filters{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;padding-bottom:4px;overflow-x:auto}.predictions-filters::-webkit-scrollbar{display:none}.predictions-filter-btn{flex-shrink:0}}.prediction-card{border:1px solid var(--glass-border);background:#ffffff08;border-radius:14px;padding:20px;transition:all .2s;position:relative}.prediction-card:hover{border-color:hsla(var(--primary), .2)}.prediction-card-header{align-items:center;gap:8px;margin-bottom:8px;display:flex}.prediction-category-icon{font-size:18px}.prediction-category-label{text-transform:uppercase;letter-spacing:.05em;background:hsla(var(--primary), .1);color:hsl(var(--primary));border-radius:6px;padding:2px 8px;font-size:11px;font-weight:600}.prediction-action{margin-bottom:8px;font-size:15px;font-weight:600;line-height:1.4}.prediction-meta{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.prediction-timeframe{color:hsl(var(--text-dim));font-size:12px}.prediction-confidence{font-size:12px;font-weight:700}.prediction-confidence-bar{background:#ffffff1a;border-radius:2px;height:4px;margin-bottom:12px;overflow:hidden}.prediction-confidence-fill{border-radius:2px;height:100%;transition:width .5s}.prediction-reasoning{color:hsl(var(--text-dim));font-size:13px;line-height:1.5}.prediction-signals{margin-top:12px;font-size:12px}.prediction-signals summary{cursor:pointer;color:hsl(var(--text-dim));font-weight:600}.prediction-signals ul{margin-top:8px;padding:0;list-style:none}.prediction-signals li{padding:4px 0 4px 12px;position:relative}.prediction-signals li:before{content:"📡";font-size:10px;position:absolute;left:-4px}.prediction-dismiss{border:1px solid hsla(var(--danger), .2);color:hsl(var(--danger));cursor:pointer;background:0 0;border-radius:8px;margin-top:12px;padding:6px 16px;font-size:12px;transition:all .2s}.prediction-dismiss:hover{background:hsla(var(--danger), .1)}.prediction-panel-loading,.prediction-panel-empty{text-align:center;color:hsl(var(--text-dim));padding:32px;font-size:14px}.prediction-empty-icon{margin-bottom:12px;font-size:40px;display:block}.war-board{flex-direction:column;gap:24px;display:flex}.war-board-presence{justify-content:flex-end;align-items:center;display:flex}.war-board-presence-label{color:hsl(var(--success));background:hsla(var(--success), .1);border:1px solid hsla(var(--success), .2);border-radius:20px;padding:4px 12px;font-size:12px}.war-board-section-title{color:hsl(var(--text-dim));margin-bottom:12px;font-size:14px}.war-board-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:16px;display:grid}.war-board-empty{text-align:center;color:hsl(var(--text-dim));padding:60px 20px;font-size:14px}.slack-settings-container{flex-direction:column;gap:24px;max-width:720px;display:flex}.slack-loading{color:hsl(var(--text-dim));flex-direction:column;align-items:center;gap:16px;padding:64px 24px;font-size:14px;display:flex}.slack-loading-ring{border:2px solid hsla(var(--primary), .15);border-top-color:hsl(var(--primary));border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}.slack-toast{border-radius:10px;align-items:center;gap:10px;padding:12px 16px;font-size:13px;font-weight:500;display:flex}.slack-toast-success{background:hsla(var(--success), .1);border:1px solid hsla(var(--success), .2);color:hsl(var(--success))}.slack-toast-error{background:hsla(var(--danger), .1);border:1px solid hsla(var(--danger), .2);color:hsl(var(--danger))}.slack-toast-dismiss{color:inherit;opacity:.6;cursor:pointer;background:0 0;border:none;margin-left:auto;padding:2px}.slack-toast-dismiss:hover{opacity:1}.slack-integration-card{background:linear-gradient(135deg,#4d1f7a1a,#0f758a0f);border:1px solid #8033cc1f;border-radius:16px;padding:28px;position:relative;overflow:hidden}.slack-card-bg{pointer-events:none;background:radial-gradient(circle,#8033cc14,#0000 70%);border-radius:50%;width:280px;height:280px;position:absolute;top:-40%;right:-20%}.slack-card-header{z-index:1;align-items:center;gap:14px;margin-bottom:20px;display:flex;position:relative}.slack-card-icon{color:#fff;background:linear-gradient(135deg,#611f69,#7c3085);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.slack-card-header h3{font-size:17px;font-weight:700}.slack-card-header p{color:hsl(var(--text-dim));margin-top:2px;font-size:13px}.slack-body{z-index:1;position:relative}.slack-status-banner{border:1px solid var(--glass-border);background:#0003;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:20px;padding:14px 18px;display:flex}.slack-status-banner-left{align-items:center;gap:12px;display:flex}.slack-status-banner-left strong{font-size:14px;font-weight:600;display:block}.slack-status-banner-left span{color:hsl(var(--text-dim));font-size:12px}.slack-status-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.slack-status-dot.connected{background:hsl(var(--success));box-shadow:0 0 10px hsla(var(--success), .5);animation:2s ease-in-out infinite pulse-dot}@keyframes pulse-dot{0%,to{box-shadow:0 0 6px hsla(var(--success), .4)}50%{box-shadow:0 0 14px hsla(var(--success), .7)}}.slack-status-dot.disconnected{background:hsl(var(--danger));box-shadow:0 0 8px hsla(var(--danger), .4)}.slack-status-pill{letter-spacing:.02em;border-radius:20px;align-items:center;gap:5px;padding:4px 12px;font-size:11px;font-weight:700;display:inline-flex}.slack-status-pill.connected{background:hsla(var(--success), .12);border:1px solid hsla(var(--success), .2);color:hsl(var(--success))}.slack-status-pill.disconnected{background:hsla(var(--danger), .12);border:1px solid hsla(var(--danger), .2);color:hsl(var(--danger))}.slack-details-grid{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px;display:grid}.slack-detail-tile{border:1px solid var(--glass-border);background:#00000026;border-radius:10px;align-items:center;gap:12px;padding:12px 14px;display:flex}.slack-detail-tile-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.slack-detail-tile-label{color:hsl(var(--text-dim));text-transform:uppercase;letter-spacing:.04em;margin-bottom:2px;font-size:10px;font-weight:700}.slack-detail-tile-value{color:hsl(var(--text-main));word-break:break-all;font-size:13px;font-weight:600;line-height:1.3}.slack-disconnect-btn{border:1px solid hsla(var(--danger), .2);background:hsla(var(--danger), .04);width:100%;color:hsla(var(--danger), .8);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:10px;font-size:13px;font-weight:500;transition:all .2s;display:inline-flex}.slack-disconnect-btn:hover{background:hsla(var(--danger), .1);color:hsl(var(--danger))}.slack-disconnect-btn:disabled{opacity:.5;cursor:not-allowed}.slack-benefits{flex-direction:column;gap:10px;margin-bottom:20px;display:flex}.slack-benefit{background:#0000001f;border:1px solid #ffffff0a;border-radius:10px;align-items:center;gap:12px;padding:12px 14px;display:flex}.slack-benefit svg{color:hsl(var(--primary));flex-shrink:0}.slack-benefit strong{margin-bottom:1px;font-size:13px;display:block}.slack-benefit span{color:hsl(var(--text-dim));font-size:12px}.slack-install-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#611f69,#7c3085);border:none;border-radius:10px;align-items:center;gap:10px;padding:12px 28px;font-size:14px;font-weight:600;transition:all .25s;display:inline-flex;box-shadow:0 4px 16px #4d1f7a40}.slack-install-btn:hover{transform:translateY(-1px);box-shadow:0 6px 24px #4d1f7a59}.slack-install-btn:active{transform:translateY(0)}.slack-install-arrow{opacity:.6;transition:opacity .2s,transform .2s}.slack-install-btn:hover .slack-install-arrow{opacity:1;transform:translate(2px)}.slack-subs-card{border:1px solid var(--glass-border);background:#0000001f;border-radius:16px;padding:24px}.slack-subs-card-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.slack-subs-card-header-left{align-items:center;gap:12px;display:flex}.slack-subs-card-icon{background:hsla(var(--primary), .1);width:36px;height:36px;color:hsl(var(--primary));border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.slack-subs-card-header h3{font-size:16px;font-weight:700}.slack-subs-card-header p{color:hsl(var(--text-dim));margin-top:1px;font-size:12px}.slack-subs-count{background:hsla(var(--primary), .1);color:hsl(var(--primary));border-radius:10px;padding:2px 12px;font-size:13px;font-weight:700}.slack-subs-empty{text-align:center;background:#00000014;border-radius:10px;padding:36px 24px}.slack-subs-empty-icon{color:hsl(var(--text-dim));opacity:.3;margin-bottom:10px}.slack-subs-empty strong{margin-bottom:6px;font-size:14px;display:block}.slack-subs-empty p{color:hsl(var(--text-dim));max-width:360px;margin:0 auto;font-size:13px;line-height:1.5}.slack-subs-loading{color:hsl(var(--text-dim));justify-content:center;align-items:center;gap:12px;padding:32px;font-size:14px;display:flex}.slack-subs-list{flex-direction:column;gap:8px;margin-bottom:24px;display:flex}.slack-sub-item{background:#00000014;border:1px solid #ffffff0a;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;transition:all .2s;display:flex}.slack-sub-item:hover{border-color:hsla(var(--primary), .12);background:#00000024}.slack-sub-item-left{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.slack-sub-item-avatar{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.slack-sub-item-info{min-width:0}.slack-sub-item-name{align-items:center;gap:2px;font-size:14px;font-weight:600;display:flex}.slack-sub-item-hash{color:hsl(var(--text-dim));font-weight:400}.slack-sub-item-type{margin-top:1px;font-size:11px;font-weight:600}.slack-sub-item-right{flex-shrink:0;align-items:center;gap:10px;display:flex}.slack-toggle{flex-shrink:0;width:38px;height:22px;display:inline-block;position:relative}.slack-toggle input{opacity:0;width:0;height:0}.slack-toggle-slider{cursor:pointer;background:#ffffff1a;border-radius:11px;transition:all .3s;position:absolute;inset:0}.slack-toggle-slider:before{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:all .3s;position:absolute;bottom:3px;left:3px}.slack-toggle input:checked+.slack-toggle-slider{background:hsl(var(--primary));box-shadow:0 0 8px hsla(var(--primary), .3)}.slack-toggle input:checked+.slack-toggle-slider:before{transform:translate(16px)}.slack-sub-delete{width:28px;height:28px;color:hsla(var(--danger), .4);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex}.slack-sub-delete:hover{background:hsla(var(--danger), .1);color:hsl(var(--danger))}.slack-sub-types{border-top:1px solid var(--glass-border);padding-top:20px}.slack-sub-types-header h4{color:hsl(var(--text-dim));margin-bottom:14px;font-size:13px;font-weight:600}.slack-types-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px;display:grid}.slack-type-card{background:#00000014;border:1px solid #ffffff0a;border-radius:10px;padding:12px 14px;transition:all .2s}.slack-type-card:hover{background:#00000024}.slack-type-card-icon{border-radius:7px;justify-content:center;align-items:center;width:28px;height:28px;margin-bottom:8px;display:flex}.slack-type-card strong{margin-bottom:3px;font-size:13px;display:block}.slack-type-card p{color:hsl(var(--text-dim));font-size:11px;line-height:1.4}@media (width<=640px){.slack-settings-container{max-width:100%}.slack-integration-card{padding:20px 16px}.slack-workspace-details{grid-template-columns:1fr;gap:8px}.slack-detail-item{padding:10px 12px}.slack-status-row{flex-direction:column;align-items:flex-start;gap:8px}.slack-card-header{flex-wrap:wrap}.slack-subscriptions-card{padding:16px}.slack-sub-item{flex-direction:column;align-items:flex-start;gap:10px}.slack-sub-actions{justify-content:flex-end;width:100%}.slack-types-grid{grid-template-columns:1fr}.slack-sub-info strong{font-size:13px}.slack-install-btn{justify-content:center;width:100%;padding:12px 20px}.slack-chat-msg-text{-webkit-line-clamp:3;font-size:10.5px}.slack-chat-msg{padding:6px 8px}.slack-chat-msg-avatar{width:22px;min-width:22px;height:22px;font-size:10px}.slack-chat-messages{gap:1px;padding:6px}.slack-chat-header{padding:8px 10px}.slack-chat-channel{font-size:12px}}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
