@import "https://fonts.googleapis.com/css2?family=Outfit:wght@700;800;900&display=swap";
:root{--bg-primary:#09090b;--bg-secondary:#18181b;--bg-tertiary:#27272a;--pink:#fafafa;--pink-light:#e4e4e7;--blue:#3b82f6;--blue-light:#60a5fa;--gradient-main:linear-gradient(135deg,#fafafa 0%,#d4d4d8 100%);--text-primary:#fafafa;--text-secondary:#a1a1aa;--success:#10b981;--warning:#f59e0b;--danger:#ef4444}.floating-system{pointer-events:none;z-index:1;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.floating-task{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--text-primary);white-space:nowrap;will-change:transform,top,left,right;background:#1a1a1af2;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:12px;padding:14px 20px;font-size:.9rem;transition:top .8s cubic-bezier(.25,.46,.45,.94),left .8s cubic-bezier(.25,.46,.45,.94),right .8s cubic-bezier(.25,.46,.45,.94),opacity .6s;display:flex;position:absolute;box-shadow:0 10px 40px #00000080}.floating-task .priority-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px;transition:all .6s}.floating-task .priority-dot.danger{background:var(--danger);box-shadow:0 0 12px var(--danger)}.floating-task .priority-dot.success{background:var(--success);box-shadow:0 0 12px var(--success)}.floating-task .task-name{font-weight:600}.floating-task .status-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:4px;margin-left:auto;padding:4px 10px;font-size:.65rem;font-weight:700;transition:all .5s}.floating-task .status-badge.bad{color:var(--danger);background:#ef444440}.floating-task .status-badge.good{color:var(--success);background:#10b98140}.landing-nav{z-index:1000;-webkit-backdrop-filter:none;width:100%;box-shadow:none;background:0 0;border:1px solid #0000;border-radius:0;justify-content:space-between;align-items:center;padding:1.1rem 3.5rem;transition:width .5s cubic-bezier(.4,0,.2,1),top .5s cubic-bezier(.4,0,.2,1),padding .5s cubic-bezier(.4,0,.2,1),background .5s cubic-bezier(.4,0,.2,1),-webkit-backdrop-filter .5s cubic-bezier(.4,0,.2,1),backdrop-filter .5s cubic-bezier(.4,0,.2,1),border-radius .5s cubic-bezier(.4,0,.2,1),border-color .5s cubic-bezier(.4,0,.2,1),box-shadow .5s cubic-bezier(.4,0,.2,1),gap .5s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:50%;transform:translate(-50%)}.landing-nav.nav-scrolled{-webkit-backdrop-filter:blur(20px);background:#0f0f0f99;border:1px solid #ffffff0f;border-radius:50px;width:min(100% - 48px,1200px);padding:.8rem 2.5rem;top:12px;box-shadow:0 4px 30px #0000004d}.nav-logo{flex-shrink:0;height:38px;transition:all .3s}.nav-logo:hover{filter:brightness(1.1);transform:scale(1.03)}.nav-links{flex:1;justify-content:center;align-items:center;gap:2rem;transition:gap .5s cubic-bezier(.4,0,.2,1);display:flex}.landing-nav.nav-scrolled .nav-links{gap:1rem}.nav-link{color:var(--text-secondary);cursor:pointer;letter-spacing:.01em;white-space:nowrap;background:0 0;border:none;font-family:inherit;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.landing-nav.nav-scrolled .nav-link{font-size:.8rem}.nav-link:hover{color:var(--text-primary)}.nav-link:after{content:"";background:var(--gradient-main);border-radius:1px;width:0;height:2px;transition:width .3s;position:absolute;bottom:-6px;left:0}.nav-link:hover:after{width:100%}.nav-right{align-items:center;gap:.75rem;display:flex}.nav-btn{cursor:pointer;border-radius:8px;padding:.55rem 1.25rem;font-family:inherit;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .3s}.nav-btn-ghost{color:var(--text-secondary);background:0 0;border:1px solid #ffffff1f}.nav-btn-ghost:hover{color:var(--text-primary);background:#ffffff0d;border-color:#ffffff40}.nav-btn-primary{color:#09090b;background:#fafafa;border:none;font-weight:600;box-shadow:0 2px 12px #0000004d}.nav-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000080}.landing-page{background:var(--bg-primary);color:var(--text-primary);scrollbar-width:none;-ms-overflow-style:none;height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow:hidden auto}.landing-page::-webkit-scrollbar{display:none}.slides-container{z-index:10;position:relative}.slide{z-index:2;flex-direction:column;justify-content:center;align-items:center;min-height:auto;padding:8rem 4rem;display:flex;position:relative;overflow:hidden}.bg-gradient-orb{filter:blur(100px);opacity:.2;pointer-events:none;border-radius:50%;position:absolute}.orb-pink{background:var(--pink);width:500px;height:500px}.orb-blue{background:var(--blue);width:400px;height:400px}.grid-overlay{display:none}@media (max-width:768px){.grid-overlay{z-index:1;pointer-events:none;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:60px 60px;display:block;position:absolute;inset:0}}.slide-content{z-index:10;text-align:center;width:100%;max-width:1200px;margin:0 auto;position:relative}.hero-logo{filter:drop-shadow(0 20px 40px #0006);height:140px;margin:0 auto 2.5rem}@keyframes heroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes cursorBlink{0%,to{opacity:1}50%{opacity:0}}.hero-subtitle{color:var(--text-secondary);max-width:650px;min-height:5.1rem;margin:0 auto 3rem;font-size:1.5rem;font-weight:400;line-height:1.7}.hero-tagline{color:#a1a1aa;text-transform:uppercase;letter-spacing:.12em;cursor:pointer;background:#fafafa0f;border:1px solid #3f3f46;border-radius:50px;padding:.75rem 2rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .3s;display:inline-block}.hero-tagline:hover{color:#fafafa;background:#fafafa1a}.landing-page.d7-light-active .hero-tagline{color:#fff;background:#111;border-color:#111}.landing-page.d7-light-active .hero-tagline:hover{background:#000}.section-label{background:var(--gradient-main);text-transform:uppercase;letter-spacing:.15em;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.7rem;font-weight:700;display:inline-block}.slide-title{letter-spacing:-.03em;margin-bottom:1rem;font-size:3.5rem;font-weight:800;line-height:1.15}.slide-description{color:var(--text-secondary);max-width:700px;margin:0 auto 3rem;font-size:1.2rem;line-height:1.75}.features-grid{text-align:left;grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.feature-icon-wrapper{color:#ffffffd9;background:#ffffff08;border:.75px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:1.25rem;transition:border-color .3s,color .3s;display:flex}.glowing-card-wrapper:hover .feature-icon-wrapper{color:#ffffffb3;border-color:#ffffff26}.feature-title{margin-bottom:.6rem;font-size:1.15rem;font-weight:700}.feature-desc{color:var(--text-secondary);font-size:.9rem;line-height:1.65}.glowing-card-wrapper{z-index:10;cursor:pointer;padding:var(--glow-border-width,1.5px);background:0 0;border-radius:22px;transition:transform .4s cubic-bezier(.4,0,.2,1);position:relative}.glowing-card-wrapper:hover{transform:translateY(-4px)}.glowing-card-border{border-radius:inherit;pointer-events:none;z-index:0;transition:opacity .4s;position:absolute;inset:0}.glowing-card-border:before{content:"";border-radius:inherit;background:conic-gradient(from var(--glow-angle,0deg)at 50% 50%,transparent 0deg,#fafafa calc(var(--glow-spread,60deg)*.3),#a1a1aa calc(var(--glow-spread,60deg)*.5),#fafafa calc(var(--glow-spread,60deg)*.7),transparent var(--glow-spread,60deg),transparent 360deg);-webkit-mask-composite:xor;-webkit-mask-composite:xor;padding:2px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.glowing-card-border:after{content:"";border-radius:inherit;background:conic-gradient(from var(--glow-angle,0deg)at 50% 50%,transparent 0deg,#fafafa1f calc(var(--glow-spread,60deg)*.3),#a1a1aa1a calc(var(--glow-spread,60deg)*.5),#fafafa1f calc(var(--glow-spread,60deg)*.7),transparent var(--glow-spread,60deg),transparent 360deg);filter:blur(14px);z-index:-1;position:absolute;inset:-6px}.glowing-card-inner{z-index:1;-webkit-backdrop-filter:blur(24px);background:#1212148c;border-radius:20px;height:100%;padding:2.25rem;transition:background .4s;position:relative}.glowing-card-wrapper:hover .glowing-card-inner{background:#16161ab3}.feature-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);cursor:pointer;will-change:transform,box-shadow;z-index:10;background:#1a1a1a99;border:1px solid #ffffff0d;border-radius:20px;padding:2.25rem;transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1),border-color .4s cubic-bezier(.4,0,.2,1);position:relative}.feature-card:hover{border-color:#3f3f46;transform:translateY(-10px)scale(1.02);box-shadow:0 20px 40px #0006,0 0 0 1px #fafafa0f}.stats-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.stat-card{background:var(--bg-secondary);text-align:center;z-index:10;border:1px solid #ffffff0d;border-radius:20px;padding:2.5rem 1.5rem;position:relative}.stat-card:before{content:"";background:var(--gradient-main);height:3px;position:absolute;top:0;left:0;right:0}.stat-number{background:var(--gradient-main);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:3.25rem;font-weight:900;line-height:1}.stat-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;font-size:.85rem;font-weight:500}.pricing-cards{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.pricing-card{background:var(--bg-secondary);text-align:center;z-index:10;border:1px solid #ffffff0d;border-radius:24px;padding:2.5rem 2rem;position:relative}.pricing-card.featured{background:#fafafa0a;border-color:#3f3f46;transform:scale(1.03)}.pricing-card.featured:before{content:"MOST POPULAR";background:var(--gradient-main);border-radius:50px;padding:.4rem 1.25rem;font-size:.65rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing-tier{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.12em;margin-bottom:.75rem;font-size:.9rem;font-weight:600}.pricing-price{background:var(--gradient-main);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:900}.pricing-period{color:var(--text-secondary);margin-bottom:1.75rem;font-size:.85rem}.pricing-features{text-align:left;margin-bottom:1.75rem;padding:0;list-style:none}.pricing-features li{color:var(--text-secondary);border-bottom:1px solid #ffffff0a;align-items:center;gap:.6rem;padding:.6rem 0;font-size:.875rem;display:flex}.pricing-features li span{color:var(--success);font-weight:600}.pricing-btn{background:var(--gradient-main);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;padding:.9rem 1.75rem;font-family:inherit;font-size:.9rem;font-weight:700;transition:all .4s}.pricing-btn:hover{transform:translateY(-3px);box-shadow:0 15px 35px #00000080}.pricing-btn.secondary{background:var(--bg-tertiary);border:1px solid #ffffff14}.cta-title{margin-bottom:1.5rem;font-size:3.75rem;font-weight:900;line-height:1.1}.cta-gradient{background:var(--gradient-main);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.cta-buttons{justify-content:center;gap:1rem;margin-top:2.5rem;display:flex}.cta-btn{cursor:pointer;border:none;border-radius:14px;padding:1.15rem 2.75rem;font-family:inherit;font-size:1.05rem;font-weight:700;text-decoration:none;transition:all .4s}.cta-btn.primary{background:var(--gradient-main);color:#fff}.cta-btn.primary:hover{transform:translateY(-4px)scale(1.02);box-shadow:0 20px 50px #00000080}.cta-btn.secondary{color:#fff;background:0 0;border:2px solid #ffffff26}.contact-info{color:var(--text-secondary);margin-top:3.5rem}.contact-info a{color:var(--blue);text-decoration:none}.scroll-indicator{color:var(--text-secondary);letter-spacing:.1em;text-transform:uppercase;flex-direction:column;align-items:center;gap:.5rem;font-size:.75rem;animation:2.5s ease-in-out infinite scrollPulse;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}@keyframes scrollPulse{0%,to{opacity:.6;transform:translate(-50%)translateY(0)}50%{opacity:1;transform:translate(-50%)translateY(8px)}}.scroll-arrow{border:2px solid #fff3;border-radius:12px;width:24px;height:40px;position:relative}.scroll-arrow:after{content:"";background:var(--gradient-main);border-radius:2px;width:4px;height:8px;animation:2s ease-in-out infinite scrollDot;position:absolute;top:8px;left:50%;transform:translate(-50%)}@keyframes scrollDot{0%,to{opacity:1;top:8px}50%{opacity:.5;top:20px}}.reveal{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(40px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.reveal-delay-5{transition-delay:.5s}@media (max-width:1200px){.floating-system{opacity:.5}.floating-task{transform:scale(.85)}}@media (max-width:1024px){.features-grid,.stats-grid,.pricing-cards,.pricing-grid-new{grid-template-columns:repeat(2,1fr)!important}.pricing-pro-card{transform:scale(1)!important}.slide-title{font-size:2.75rem}.floating-system{display:none}.slide-content{max-width:90%}.nav-links{display:none}.animated-hero-static,.animated-hero-word{font-size:3.5rem}.animated-hero-text{height:70px}}@media (max-width:768px){.landing-page{scroll-snap-type:none;-webkit-overflow-scrolling:touch;height:auto}.slide{scroll-snap-align:none;scroll-snap-stop:normal;height:auto;min-height:auto;padding:4rem 1.5rem 3rem;overflow:visible}.slide:first-child,#slide-0{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding-top:5rem;display:flex}.bg-gradient-orb{display:none}.features-grid,.stats-grid,.pricing-cards,.pricing-grid-new{gap:1rem;grid-template-columns:1fr!important}.slide-title{font-size:1.85rem;line-height:1.2}.slide-description{font-size:.95rem}.cta-title{font-size:2rem}.landing-nav{padding:1rem 1.25rem}.landing-nav.nav-scrolled{border-radius:12px;width:calc(100% - 24px);padding:.7rem 1.25rem}.nav-links{display:none}.nav-right{gap:.5rem}.nav-btn-ghost{display:none}.nav-btn-primary{padding:.45rem .9rem;font-size:.7rem}.hero-logo{height:90px;margin-bottom:1.5rem;animation:none}.hero-subtitle{min-height:auto;margin-bottom:1.5rem;font-size:1.1rem}.hero-tagline{font-size:.85rem}.scroll-indicator,.floating-system{display:none}.feature-card,.stat-card,.pricing-card,.glowing-card-inner{padding:1.5rem}.section-label{font-size:.7rem}.stat-number{font-size:2.5rem}.cta-buttons{flex-direction:column;width:100%;padding:0}.cta-buttons .cta-btn,.cta-buttons .glow-btn-wrap{width:100%}.cta-btn{padding:1rem 1.5rem;font-size:.95rem}.animated-hero-static{font-size:1.85rem}.animated-hero-word{white-space:normal;text-align:center;width:100%;font-size:1.85rem}.animated-hero-text{height:80px;min-height:80px}.animated-hero-heading{padding-top:1rem}.feature-card,.glowing-card-inner,.waitlist-input-group{-webkit-backdrop-filter:none}.slide-content{max-width:100%}.contact-info{margin-top:2rem}#slide-4 .slide-title{font-size:2.25rem!important}}@media (max-width:480px){.slide{padding:4rem 1rem 2rem}.slide-title{font-size:1.75rem}.hero-logo{height:80px}.cta-title{font-size:1.75rem}.nav-logo{height:28px}.btn-primary,.btn-secondary{padding:.875rem 1.5rem;font-size:.9rem}.waitlist-input-group{flex-direction:column;gap:4px;padding:8px}.waitlist-input-wrapper{width:100%;min-width:auto;padding:8px 12px}.waitlist-input{font-size:13px}.waitlist-btn{width:100%;padding:14px 24px}.waitlist-badges{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:1.5rem}.animated-hero-static,.animated-hero-word{font-size:1.75rem}.animated-hero-text{min-height:50px}}.animated-hero-heading{text-align:center;margin-bottom:.75rem;padding-top:2rem;position:relative}.animated-hero-heading:before{content:"";filter:blur(18px);opacity:.7;clip-path:inset(-100px 0 50%);pointer-events:none;background:linear-gradient(90deg,#0000,#fafafa,#a1a1aa,#0000);height:15px;animation:3s ease-in-out infinite glowPulse;position:absolute;bottom:-.5rem;left:10%;right:10%}.animated-hero-heading:after{content:"";background:linear-gradient(90deg,#0000,#fafafa,#a1a1aa,#0000);height:1.5px;margin-top:.5rem;margin-left:10%;margin-right:10%;display:block}@keyframes glowPulse{0%,to{opacity:.7}50%{opacity:1}}.animated-hero-static{letter-spacing:.08em;text-transform:uppercase;color:#fff;margin-bottom:-.15em;font-family:Outfit,sans-serif;font-size:clamp(3rem,10vw,4.5rem);font-weight:900;line-height:1;display:block}.animated-hero-text{justify-content:center;width:100%;height:clamp(80px,12vw,85px);display:flex;position:relative;overflow:hidden}.animated-hero-word{text-transform:uppercase;background:linear-gradient(90deg,#0000,#fafafa,#a1a1aa,#0000);-webkit-text-fill-color:transparent;white-space:normal;text-align:center;-webkit-background-clip:text;background-clip:text;width:100%;font-family:Outfit,sans-serif;font-size:clamp(2.25rem,6vw,4.5rem);font-weight:900;line-height:1.2;transition:transform .6s cubic-bezier(.16,1,.3,1),opacity .6s cubic-bezier(.16,1,.3,1);position:absolute}.animated-hero-word.active{opacity:1;transform:translateY(0)}.animated-hero-word.exit{opacity:0;transform:translateY(-120%)}.animated-hero-word.waiting{opacity:0;transform:translateY(120%)}.animated-hero-word.hero-word-solo{font-size:clamp(4rem,14vw,4.5rem)}.glow-btn-wrap.glowing-card-wrapper{width:auto;display:inline-block}.glow-btn-wrap .glowing-card-inner{padding:0}.glow-btn-wrap .cta-btn{border:none;display:block}.waitlist-form{flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;max-width:520px;margin:40px auto 0;display:flex}.waitlist-input-group{-webkit-backdrop-filter:blur(20px);background:#ffffff0a;border:.75px solid #ffffff1a;border-radius:14px;align-items:center;gap:0;width:100%;padding:5px;transition:border-color .3s,box-shadow .3s;display:flex}.waitlist-input-group:focus-within{border-color:#fff3;box-shadow:0 0 0 1px #ffffff0d}.waitlist-input-wrapper{background:0 0;flex:1;align-items:center;gap:10px;min-width:0;padding:10px 16px;display:flex}.waitlist-mail-icon{color:#ffffff40;flex-shrink:0}.waitlist-input{color:#fff;letter-spacing:.03em;-webkit-text-fill-color:#fff;appearance:none;border:none;outline:none;flex:1;min-width:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Inter,sans-serif;font-size:15px;font-weight:300;background:0 0!important}.waitlist-input:-webkit-autofill{-webkit-text-fill-color:#fff;transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #0000;background-color:#0000!important}.waitlist-input:-webkit-autofill:hover{-webkit-text-fill-color:#fff;transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #0000;background-color:#0000!important}.waitlist-input:-webkit-autofill:focus{-webkit-text-fill-color:#fff;transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #0000;background-color:#0000!important}.waitlist-input::placeholder{color:#ffffff40;font-weight:300}.waitlist-btn{color:#0a0a0a;cursor:pointer;white-space:nowrap;letter-spacing:.01em;background:#ffffffe6;border:none;border-radius:10px;flex-shrink:0;padding:12px 24px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;transition:all .25s}.waitlist-btn:hover:not(:disabled){background:#fff;transform:translateY(-1px);box-shadow:0 4px 16px #ffffff26}.waitlist-btn:disabled{opacity:.6;cursor:wait}.waitlist-badges{flex-wrap:wrap;justify-content:center;align-items:center;gap:24px;display:flex}.waitlist-badge{color:#fff6;align-items:center;gap:6px;font-family:Inter,sans-serif;font-size:12px;font-weight:400;display:flex}.waitlist-success{color:#10b981;background:#10b98114;border:.75px solid #10b98126;border-radius:14px;align-items:center;gap:12px;padding:20px 32px;font-family:Inter,sans-serif;font-size:15px;font-weight:500;display:flex}.waitlist-error{color:#f87171;text-align:center;margin:8px 0 0;font-family:Inter,sans-serif;font-size:13px}.slide-fomo{background:0 0}.fomo-content{max-width:680px}.fomo-eyebrow{text-transform:uppercase;letter-spacing:.18em;color:#ffffff4d;background:0 0;border:none;border-radius:0;align-items:center;gap:6px;margin-bottom:1.75rem;padding:0;font-size:.65rem;font-weight:700;display:inline-flex}.fomo-eyebrow-icon{color:#fff6;animation:2s ease-in-out infinite fomoFlicker}@keyframes fomoFlicker{0%,to{opacity:1}50%{opacity:.4}}.fomo-headline{letter-spacing:-.04em;margin-bottom:1rem;font-size:3.75rem;font-weight:900;line-height:1.1}.fomo-gradient-text{background:linear-gradient(135deg,#fffffff2 0%,#ffffff80 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.fomo-sub{color:var(--text-secondary);max-width:520px;margin:0 auto 2.5rem;font-size:1.15rem;line-height:1.7}.fomo-capacity{background:0 0;border:1px solid #ffffff0f;border-left:none;border-right:none;border-radius:0;margin-bottom:2.25rem;padding:1.75rem 0}.fomo-capacity-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.fomo-capacity-label{text-transform:uppercase;letter-spacing:.12em;color:var(--text-secondary);font-size:.72rem;font-weight:700}.fomo-capacity-pct{text-transform:uppercase;letter-spacing:.1em;color:#fff9;font-size:.72rem;font-weight:700}.fomo-bar-track{background:#ffffff0a;border-radius:4px;width:100%;height:4px;margin-bottom:1.25rem;position:relative;overflow:hidden}.fomo-bar-fill{background:linear-gradient(90deg,#ffffff40 0%,#ffffff80 100%);border-radius:4px;height:100%;transition:width 1.5s cubic-bezier(.25,.46,.45,.94);animation:2s cubic-bezier(.16,1,.3,1) forwards fomoBarEnter;position:relative}@keyframes fomoBarEnter{0%{width:0}}.fomo-bar-glow{filter:blur(4px);background:radial-gradient(at 100%,#ffffff40 0%,#0000 70%);width:40px;animation:2s ease-in-out infinite fomoGlowPulse;position:absolute;top:-4px;bottom:-4px;right:0}@keyframes fomoGlowPulse{0%,to{opacity:.6;transform:scaleX(1)}50%{opacity:1;transform:scaleX(1.3)}}.fomo-bar-pulse{background:#ffffffb3;border-radius:50%;width:10px;height:10px;animation:1.5s ease-in-out infinite fomoPulse;position:absolute;top:50%;right:-1px;transform:translateY(-50%);box-shadow:0 0 8px #ffffff4d,0 0 16px #ffffff1a}@keyframes fomoPulse{0%,to{transform:translateY(-50%)scale(1);box-shadow:0 0 8px #ffffff4d}50%{transform:translateY(-50%)scale(1.2);box-shadow:0 0 14px #fff6,0 0 24px #ffffff1a}}.fomo-capacity-stats{justify-content:center;align-items:center;gap:2rem;display:flex}.fomo-stat{flex-direction:column;align-items:center;gap:2px;display:flex}.fomo-stat-number{color:var(--text-primary);letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:1.5rem;font-weight:800}.fomo-stat-remaining{color:#ffffffe6;text-shadow:none}.fomo-stat-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);font-size:.68rem;font-weight:600}.fomo-stat-divider{background:#ffffff14;width:1px;height:32px}.fomo-perks{margin-bottom:2.5rem}.fomo-perks-title{text-transform:uppercase;letter-spacing:.12em;color:var(--text-secondary);margin-bottom:1rem;font-size:.75rem;font-weight:700;display:block}.fomo-perks-grid{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.fomo-perk{color:#fff6;background:0 0;border:none;border-radius:0;align-items:center;gap:6px;padding:0;font-size:.8rem;font-weight:500;transition:color .3s;display:flex}.fomo-perk:hover{color:#ffffffb3;background:0 0;border-color:#0000;transform:none}.fomo-perk-icon{color:#ffffff73;flex-shrink:0}.fomo-cta{color:#ffffffd9;cursor:pointer;box-shadow:none;background:0 0;border:1px solid #ffffff26;border-radius:8px;align-items:center;gap:8px;padding:.75rem 2rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.fomo-cta:before{display:none}.fomo-cta:hover{color:#fff;box-shadow:none;background:#ffffff0d;border-color:#ffffff4d;transform:none}.fomo-cta:hover:before{opacity:0}.fomo-cta-arrow{transition:transform .3s}.fomo-cta:hover .fomo-cta-arrow{transform:translate(4px)}.fomo-micro{color:#ffffff4d;margin-top:1rem;font-size:.78rem;font-weight:500}@media (max-width:768px){.fomo-headline{font-size:2.5rem}.fomo-capacity{padding:1.25rem}.fomo-capacity-stats{gap:1rem}.fomo-stat-number{font-size:1.2rem}.fomo-perks-grid{flex-direction:column;align-items:center;gap:.75rem}.fomo-cta{padding:.85rem 2rem;font-size:.95rem}}
.landing-page.d7-light-active{background:#f8f9fa}.landing-page.d7-light-active .landing-nav.nav-scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fff9!important;border-color:#0000000f!important}.landing-page.d7-light-active .nav-link,.landing-page.d7-light-active .nav-btn-ghost{filter:invert()}.landing-page .d7-logo-light{display:none}.landing-page .d7-logo-dark{display:block}.landing-page.d7-light-active .d7-logo-dark{display:none}.landing-page.d7-light-active .d7-logo-light{display:block}.landing-page.d7-light-active canvas{filter:invert();opacity:1!important}.landing-page.d7-light-active .floating-task-cards{opacity:1}.landing-page.d7-light-active .floating-task{color:#1a1a2e;background:#fffffff2;border:1px solid #0000001f;box-shadow:0 4px 20px #00000014}.landing-page.d7-light-active .floating-task .task-name{color:#1a1a2e}.landing-page.d7-light-active .d7-glass{box-shadow:0 8px 40px #00000040,inset 0 1px #ffffff0a;opacity:1!important}.landing-page.d7-light-active .slide-title,.landing-page.d7-light-active .d7-hero-h1{color:#111!important}.landing-page.d7-light-active .slide-description{color:#0000008c!important}.landing-page.d7-light-active .d7-label{color:#00000059!important}.landing-page,.landing-page canvas,.nav-logo,.nav-link,.nav-btn-ghost{transition:background .6s,filter .6s,color .6s,opacity .6s,border-color .6s!important}.d7-theme-toggle{z-index:1000;cursor:pointer;color:#fff9;-webkit-backdrop-filter:blur(10px);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:fixed;bottom:24px;right:24px}.d7-theme-toggle:hover{color:#ffffffe6;background:#ffffff1f;border-color:#fff3;transform:scale(1.05)}.landing-page.d7-light-active .d7-theme-toggle{color:#00000080;background:#0000000a;border-color:#0000001a}.landing-page.d7-light-active .d7-theme-toggle:hover{color:#000c;background:#00000014;border-color:#0003}.landing-page.d7-light-active .d7-cmd-headline,.landing-page.d7-light-active .d7-intel-headline{color:#111!important}.landing-page.d7-light-active .d7-cmd-sub,.landing-page.d7-light-active .d7-intel-sub,.landing-page.d7-light-active .d7-cmd-proof{color:#00000080!important}.landing-page.d7-light-active .d7-cmd-cta,.landing-page.d7-light-active .d7-intel-cta{color:#0078c8cc}.landing-page.d7-light-active .d7-cmd-cta:hover,.landing-page.d7-light-active .d7-intel-cta:hover{color:#0078c8}.landing-page.d7-light-active .d7-trip-chaos{background:radial-gradient(at 70%,#ff3b5c14 0%,#0000 70%);border-color:#ff3b5c1f}.landing-page.d7-light-active .d7-trip-order{background:radial-gradient(at 30%,#10b98114 0%,#0000 70%);border-color:#10b9811f}.landing-page.d7-light-active .d7-trip-label,.landing-page.d7-light-active .d7-order-tagline{color:#0006!important}.landing-page.d7-light-active .d7-mini-board{background:#00000008;border-color:#0000001a}.landing-page.d7-light-active .d7-mini-header,.landing-page.d7-light-active .d7-mini-task{color:#000000b3}.landing-page.d7-light-active .d7-cinema-number{color:#111!important}.landing-page.d7-light-active .d7-cinema-label{color:#0006!important}.landing-page.d7-light-active .d7-cinema-desc{color:#00000073!important}.landing-page.d7-light-active .d7-cinema-plus,.landing-page.d7-light-active .d7-cinema-dollar,.landing-page.d7-light-active .d7-cinema-unit{color:#0006!important}.landing-page.d7-light-active .d7-cinema-divider{background:linear-gradient(#0000,#0000001a,#0000)!important}.landing-page.d7-light-active .d7-cmd-panel-3d{background:#ffffffe6;border-color:#0000001a;box-shadow:0 20px 60px #0000001f,0 0 0 1px #0000000f}.landing-page.d7-light-active .d7-cmd-panel-wrapper:before{background:radial-gradient(#0064c80f 0%,#6366f108 30%,#0000 70%)}.landing-page.d7-light-active .d7-cmd-metrics{border-bottom-color:#0000000f}.landing-page.d7-light-active .d7-cmd-metric-card{border-right-color:#0000000f}.landing-page.d7-light-active .d7-cmd-metric-value{color:#111}.landing-page.d7-light-active .d7-cmd-metric-unit,.landing-page.d7-light-active .d7-cmd-metric-label{color:#0006}.landing-page.d7-light-active .d7-cmd-board-header{background:#00000005;border-bottom-color:#0000000f}.landing-page.d7-light-active .d7-cmd-board-title{color:#000000b3}.landing-page.d7-light-active .d7-cmd-board-count{color:#00000059}.landing-page.d7-light-active .d7-cmd-col{border-right-color:#0000000d}.landing-page.d7-light-active .d7-cmd-col-head{color:#00000080;border-bottom-color:#0000000f}.landing-page.d7-light-active .d7-cmd-col-count{color:#0000004d}.landing-page.d7-light-active .d7-cmd-task{background:#00000005;border-color:#00000012}.landing-page.d7-light-active .d7-cmd-task:hover{box-shadow:0 3px 10px #0000000f}.landing-page.d7-light-active .d7-cmd-task-title{color:#000c}.landing-page.d7-light-active .d7-cmd-task-done .d7-cmd-task-title{color:#0000004d}.landing-page.d7-light-active .d7-cmd-due{color:#0006}.landing-page.d7-light-active .d7-cmd-assignee{color:#00000080;background:#0000000f}.landing-page.d7-light-active .d7-cmd-footer{border-top-color:#0000000f}.landing-page.d7-light-active .d7-cmd-integrations-row{border-bottom-color:#0000000d}.landing-page.d7-light-active .d7-cmd-integ-pill{color:#00000080;background:#00000008;border-color:#00000014}.landing-page.d7-light-active .d7-cmd-status-badge{color:#00000059;background:#0000000d}.landing-page.d7-light-active .d7-cmd-status-badge.connected{color:#059669;background:#10b9811a}.landing-page.d7-light-active .d7-cmd-latest-text{color:#00000073}.landing-page.d7-light-active .d7-cmd-latest-text strong{color:#000000b3}.landing-page.d7-light-active .d7-cmd-latest-avatar{color:#6366f1b3;background:#6366f11a}.landing-page.d7-light-active .d7-cmd-latest-time{color:#00000040}.landing-page.d7-light-active .d7-intel-stage{background:#00000005;border-color:#00000014}.landing-page.d7-light-active .d7-intel-stage:before{background:radial-gradient(at 30% 30%,#00c8ff0f 0%,#0000 60%),radial-gradient(at 80% 80%,#ff3b5c0a 0%,#0000 60%)}.landing-page.d7-light-active .d7-intel-chart line{stroke:#0000000f!important}.landing-page.d7-light-active .d7-intel-chart text{fill:#0000004d!important}.landing-page.d7-light-active .d7-intel-live{color:#10b981e6}.landing-page.d7-light-active .d7-intel-legend{color:#0006}.landing-page.d7-light-active .d7-intel-row{color:#0009}.landing-page.d7-light-active .d7-stepper-tab{color:#00000080}.landing-page.d7-light-active .d7-stepper-tab.active{color:#000000e6}.landing-page.d7-light-active .d7-stepper-panel .d7-chat{background:#00000008;border-color:#00000014}.landing-page.d7-light-active .d7-chat-name{color:#000c}.landing-page.d7-light-active .d7-stepper-info h3{color:#111}.landing-page.d7-light-active .d7-stepper-info p{color:#00000080}.landing-page.d7-light-active .d7-stepper-num{color:#0000004d}.landing-page.d7-light-active .d7-stepper-label{color:#00000080}.landing-page.d7-light-active .d7-stepper-tab.active .d7-stepper-label{color:#000000e6}.landing-page.d7-light-active .d7-stepper-tab.active .d7-stepper-num{color:#00000080}.landing-page.d7-light-active .d7-stepper-progress{background:#0000000f}.landing-page.d7-light-active .d7-stepper-mockup{background:#00000008;border:1px solid #00000014;border-radius:14px}.landing-page.d7-light-active .d7-chat{background:#00000005}.landing-page.d7-light-active .d7-chat-bubble{color:#000000b3;background:#0000000d;border-color:#0000001a}.landing-page.d7-light-active .d7-chat-text{color:#000000b3}.landing-page.d7-light-active .d7-chat-text strong{color:#000000e6}.landing-page.d7-light-active .d7-chat-task-embed{color:#0009;background:#0000000a;border-color:#0000001a}.landing-page.d7-light-active .d7-chat-task-embed strong{color:#000c}.landing-page.d7-light-active .d7-chat-name span{color:#00000059}.landing-page.d7-light-active .d7-chaos-bubble{color:#b41e3ccc;background:#ff3b5c14;border-color:#ff3b5c33}.landing-page.d7-light-active .d7-orbit-app{box-shadow:0 4px 16px #0000001a}.landing-page.d7-light-active .d7-connection-lines path{stroke-opacity:.7}.landing-page.d7-light-active .d7-trip-logo:before,.landing-page.d7-light-active .d7-trip-logo:after{opacity:.3}.landing-page.d7-light-active .grid-overlay{opacity:.08;filter:invert()}.landing-page.d7-light-active .bg-gradient-orb{opacity:.08}.landing-page.d7-light-active .animated-hero-static{background:linear-gradient(135deg,#111,#555)!important;-webkit-text-fill-color:transparent!important;-webkit-background-clip:text!important;background-clip:text!important}.landing-page.d7-light-active .animated-hero-word{background:linear-gradient(90deg,#888,#111,#555,#888)!important;-webkit-text-fill-color:transparent!important;-webkit-background-clip:text!important;background-clip:text!important}.landing-page.d7-light-active .animated-hero-heading:before,.landing-page.d7-light-active .animated-hero-heading:after{background:linear-gradient(90deg,#0000,#222,#888,#0000)!important}.landing-page.d7-light-active .contact-info p,.landing-page.d7-light-active .contact-info a{color:#00000080!important}.landing-page.d7-light-active .waitlist-input-group{background:#0000000a;border-color:#0000001f}.landing-page.d7-light-active .waitlist-input{color:#111!important;-webkit-text-fill-color:#111!important}.landing-page.d7-light-active .waitlist-input::placeholder{color:#00000059}.landing-page.d7-light-active .waitlist-btn{color:#fff;background:#000000d9}.landing-page.d7-light-active .waitlist-btn:hover:not(:disabled){background:#000}.landing-page.d7-light-active .waitlist-badge{color:#0006}.landing-page.d7-light-active .nav-btn-primary{color:#fff!important;box-shadow:none!important;background:#111!important}.landing-page.d7-light-active .nav-btn-primary:hover{box-shadow:none!important;background:#000!important}.landing-page.d7-light-active .waitlist-mail-icon{color:#0006}.landing-page.d7-light-active .cta-gradient{filter:brightness(.2)}.landing-page.d7-light-active .d7-grad-text{filter:none;background:linear-gradient(135deg,#111,#555)!important;-webkit-text-fill-color:transparent!important;-webkit-background-clip:text!important;background-clip:text!important}.d7-label{text-transform:uppercase;letter-spacing:.15em;color:#ffffff59;margin-bottom:1.5rem;font-size:.7rem;font-weight:700;display:inline-block;background:0 0!important;border-radius:0!important;padding:0!important}.d7-glass{-webkit-backdrop-filter:blur(24px);background:#12121cb3;border:1px solid #ffffff12;border-radius:20px;overflow:hidden;box-shadow:0 4px 32px #0000004d,inset 0 1px #ffffff0a}.d7-hero{gap:48px;text-align:left!important;flex-direction:row!important;justify-content:center!important;align-items:center!important;padding:7rem 4rem 4rem!important;display:flex!important}.d7-hero-left{flex:1;max-width:480px}.d7-hero-left .hero-logo{height:40px;margin-bottom:24px}.d7-hero-h1{letter-spacing:-.03em;color:#fff;margin-bottom:20px;font-family:Outfit,Inter,sans-serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:900;line-height:1.1}.d7-hero-bullets{flex-direction:column;gap:10px;margin:0 0 28px;padding:0;list-style:none;display:flex}.d7-hero-bullets li{color:#ffffff8c;align-items:center;gap:10px;font-size:14px;display:flex}.d7-hero-bullets li:before{content:"âœ“";color:#10b981;font-size:13px;font-weight:700}.d7-hero-right{flex:1;max-width:520px}.d7-chaos-visual{justify-content:center;align-items:center;gap:12px;max-width:900px;margin:40px auto;display:flex;position:relative}.d7-human-avatar{color:#fff;z-index:3;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;margin-top:-40px;margin-right:-30px;display:flex;box-shadow:0 4px 20px #6366f14d}.d7-tangle-area{flex:1;min-width:400px;height:160px;margin-right:-18px;position:relative;overflow:visible}.d7-tangle-svg{z-index:1;width:100%;height:100%;position:absolute;inset:0}.d7-icon-scatter{z-index:2;position:absolute;inset:0}.d7-icon-scatter .d7-app-icon{position:absolute}.d7-icon-scatter .d7-app-icon.slack{top:12%;left:18%;transform:rotate(-12deg)}.d7-icon-scatter .d7-app-icon.discord{margin-top:-40px;margin-left:20px;top:58%;left:25%;transform:rotate(8deg)}.d7-icon-scatter .d7-app-icon.email{top:8%;left:38%;transform:rotate(15deg)}.d7-icon-scatter .d7-app-icon.figma{margin-top:-40px;margin-left:20px;top:62%;left:42%;transform:rotate(-8deg)}.d7-icon-scatter .d7-app-icon.jira{top:10%;left:55%;transform:rotate(10deg)}.d7-icon-scatter .d7-app-icon.notion{margin-top:-40px;margin-left:20px;top:60%;left:62%;transform:rotate(-15deg)}.d7-icon-scatter .d7-app-icon.asana{top:8%;left:75%;transform:rotate(-6deg)}.d7-icon-scatter .d7-app-icon.sheets{margin-top:-40px;margin-left:20px;top:58%;left:82%;transform:rotate(18deg)}.d7-app-icon{border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;font-size:18px;transition:transform .3s,box-shadow .3s;display:flex;position:relative;box-shadow:0 4px 16px #0006}.d7-app-icon:hover{transform:translateY(-2px);box-shadow:0 6px 24px #00000080}.d7-app-icon.slack{background:#4a154b}.d7-app-icon.discord{background:#5865f2}.d7-app-icon.email{background:#ea4335}.d7-app-icon.figma{background:#1e1e1e}.d7-app-icon.jira{background:#0052cc}.d7-app-icon.notion{background:#191919;border:1px solid #ffffff1a}.d7-app-icon.asana{background:#1e1e1e}.d7-app-icon.sheets{background:#0f9d58}.d7-tangle-svg{z-index:1;flex:1;min-width:120px;height:120px}.d7-bubble-col{z-index:2;flex-direction:column;gap:10px;margin-left:8px;display:flex}.d7-bubble{color:#ffffff80;white-space:nowrap;background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;padding:10px 16px;font-size:12px;font-style:italic;position:relative}.d7-bubble:before{content:"";border-top:5px solid #0000;border-bottom:5px solid #0000;border-right:8px solid #ffffff14;width:0;height:0;position:absolute;top:50%;left:-8px;transform:translateY(-50%)}.d7-problems-row{text-align:left;grid-template-columns:repeat(3,1fr);gap:32px;max-width:780px;margin-top:48px;margin-left:auto;margin-right:auto;display:grid}.d7-problem-card.glowing-card-wrapper{cursor:default}.d7-problem-card .glowing-card-inner{padding:28px 24px}.d7-problem-label{letter-spacing:.15em;color:#a1a1aa;text-transform:uppercase;margin-bottom:14px;font-size:10px;font-weight:700;display:inline-block}.d7-problem-card h4{color:#fff;letter-spacing:-.02em;margin-bottom:16px;font-size:18px;font-weight:700;line-height:1.35}.d7-problem-stat{color:#fafafa;letter-spacing:-.04em;margin-bottom:12px;font-size:36px;font-weight:800;line-height:1}.d7-problem-card p{color:#fff6;font-size:13px;line-height:1.6}.d7-sync-content{z-index:1;position:relative}.d7-sync-visual{justify-content:center;align-items:center;gap:24px;width:100%;max-width:860px;margin-top:32px;margin-left:auto;margin-right:auto;display:flex}.d7-sync-half{flex:1;min-width:0}.d7-sync-bridge{flex-direction:column;flex-shrink:0;align-items:center;gap:2px;display:flex}.d7-bridge-lbl{text-transform:uppercase;letter-spacing:.08em;text-align:center;background:linear-gradient(135deg,#fafafa,#a1a1aa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:9px;font-weight:700;line-height:1.3}.d7-dash{animation:1.5s linear infinite d7D}.d7-dash-rev{animation:1.5s linear infinite reverse d7D}@keyframes d7D{to{stroke-dashoffset:-14px}}.d7-triptych{justify-content:center;align-items:center;gap:0;width:100%;max-width:1000px;margin:20px auto 15px;display:flex;position:relative}.d7-trip-side{flex:1;min-width:0;height:300px;position:relative}@media (max-height:900px) and (min-width:769px){.slide-problem .slide-content{zoom:.85}}.d7-trip-chaos{background:radial-gradient(at 70%,#ff3b5c1a 0%,#0000 70%);border:1px solid #ff3b5c14;border-radius:16px 0 0 16px}.d7-trip-label{letter-spacing:2px;text-transform:uppercase;z-index:5;font-size:10px;font-weight:700;position:absolute;top:12px}.chaos-label{color:#ff3b5c80;left:14px}.order-label{color:#10b98180;right:14px}.d7-float-icon{left:var(--x);top:var(--y);transform:rotate(var(--rot));animation-delay:var(--delay);position:absolute}@keyframes chaosFloat{0%,to{transform:rotate(var(--rot))translate(0,0)}25%{transform:rotate(var(--rot))translate(6px,-8px)}50%{transform:rotate(var(--rot))translate(-4px,5px)}75%{transform:rotate(var(--rot))translate(8px,3px)}}.d7-chaos-bubble{left:var(--bx);top:var(--by);color:#ffffff73;white-space:nowrap;animation:3s ease-in-out infinite bubblePulse;animation-delay:var(--bd);background:#ff3b5c14;border:1px solid #ff3b5c33;border-radius:16px;padding:6px 14px;font-size:11px;position:absolute}@keyframes bubblePulse{0%,to{opacity:.5;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}.d7-trip-center{z-index:3;flex-shrink:0;justify-content:center;align-items:center;width:180px;display:flex;position:relative}.d7-trip-logo{z-index:2;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:18px;justify-content:center;align-items:center;width:90px;height:90px;display:flex;position:relative;box-shadow:0 0 30px #6366f126,0 0 60px #6366f114}.d7-trip-logo img{-o-object-fit:contain;object-fit:contain;width:112px;height:112px}.d7-trip-logo:before{content:"";border:1px solid #6366f133;border-radius:24px;animation:3s ease-in-out infinite logoRingPulse;position:absolute;inset:-8px}.d7-trip-logo:after{content:"";border:1px solid #6366f114;border-radius:30px;animation:3s ease-in-out .5s infinite logoRingPulse;position:absolute;inset:-16px}@keyframes logoRingPulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.d7-connection-lines{z-index:1;width:70px;height:100%;position:absolute;top:0}.d7-lines-left{margin-right:-15px;right:100%}.d7-lines-right{margin-left:-15px;left:100%}.d7-connection-lines path{animation:2s linear infinite dashFlow}@keyframes dashFlow{to{stroke-dashoffset:-16px}}.d7-trip-order{background:radial-gradient(at 30%,#10b9811a 0%,#0000 70%);border:1px solid #10b98114;border-radius:0 16px 16px 0;flex-direction:column;justify-content:center;align-items:center;padding:24px 20px;display:flex}.d7-mini-board{background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;gap:8px;width:100%;max-width:220px;padding:14px;display:flex}.d7-mini-header{color:#ffffffb3;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #ffffff0f;align-items:center;gap:8px;padding-bottom:8px;font-size:11px;font-weight:600;display:flex}.d7-mini-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.d7-mini-task{color:#fff6;background:#ffffff05;border-radius:8px;align-items:center;gap:10px;padding:8px 10px;font-size:12px;transition:background .2s;display:flex}.d7-mini-task.done{color:#ffffff59;text-decoration:line-through}.d7-mini-task.active{color:#fffc;background:#6366f114;border:1px solid #6366f126}.d7-mini-check{color:#fff;background:#10b981;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;font-size:9px;font-weight:800;display:flex}.d7-mini-dot-status{background:#6366f1;border-radius:50%;flex-shrink:0;width:10px;height:10px;animation:2s ease-in-out infinite dotPulse}.d7-mini-dot-status.upcoming{background:#ffffff26;animation:none}@keyframes dotPulse{0%,to{box-shadow:0 0 #6366f166}50%{box-shadow:0 0 0 4px #6366f100}}.d7-order-tagline{color:#10b98199;letter-spacing:.3px;margin-top:14px;font-size:12px;font-weight:500}.d7-orbit-app{border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:relative;box-shadow:0 4px 20px #0006}.d7-orbit-app.slack{background:#611f69}.d7-orbit-app.discord{background:#5865f2}.d7-orbit-app.figma{background:linear-gradient(135deg,#f24e1e,#a259ff,#1abcfe)}.d7-orbit-app.sheets{background:#0f9d58}.d7-orbit-app.asana{background:#1e1e2e}.d7-orbit-app.email{background:#ea4335}.d7-orbit-app.notion{background:#191919;border:1px solid #ffffff26}.d7-orbit-app.jira{background:#0052cc}.d7-orbit-badge{color:#fff;white-space:nowrap;background:#ff3b5c;border-radius:10px;padding:2px 6px;font-size:10px;font-weight:800;line-height:1.2;position:absolute;top:-6px;right:-8px;box-shadow:0 2px 8px #ff3b5c80}.d7-orbit-bubble{color:#fff9;white-space:nowrap;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:20px;padding:8px 18px;font-size:13px}.d7-cinema-stats{justify-content:center;align-items:center;gap:40px;width:100%;max-width:900px;margin-top:50px;margin-left:auto;margin-right:auto;display:flex}.d7-cinema-stat{text-align:center;flex:1}.d7-cinema-label{letter-spacing:2.5px;color:#00c8ff99;text-transform:uppercase;margin-bottom:12px;font-size:11px;font-weight:700;display:block}.d7-cinema-number{color:#fff;margin-bottom:14px;font-size:72px;font-weight:800;line-height:1}.d7-cinema-plus,.d7-cinema-dollar,.d7-cinema-unit{color:#ffffffb3;font-size:42px;font-weight:600}.d7-cinema-desc{color:#ffffff73;max-width:240px;margin:0 auto;font-size:14px;line-height:1.6}.d7-cinema-divider{background:linear-gradient(#0000,#ffffff1a,#0000);flex-shrink:0;width:1px;height:80px}.d7-grad-text{background:linear-gradient(135deg,#fafafa,#a1a1aa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.d7-cmd-section{align-items:center;gap:50px;width:100%;max-width:1200px;margin:0 auto;padding:0 40px;display:flex}.d7-cmd-left{flex:0 0 36%;max-width:36%}.d7-cmd-headline{color:#fffffff2;letter-spacing:-.5px;margin:20px 0 18px;font-size:38px;font-weight:800;line-height:1.15}.d7-cmd-sub{color:#ffffff73;margin-bottom:16px;font-size:16px;line-height:1.7}.d7-cmd-proof{color:#ffffff8c;letter-spacing:.3px;margin-bottom:32px;font-size:14px;font-weight:600}.d7-cmd-cta{color:#00c8ffb3;letter-spacing:.2px;font-size:14px;font-weight:600;text-decoration:none;transition:color .3s}.d7-cmd-cta:hover{color:#00c8ff}.d7-cmd-right{flex:0 0 64%;max-width:64%}.d7-cmd-panel-wrapper{perspective:1200px;position:relative}.d7-cmd-panel-wrapper:before{content:"";filter:blur(40px);pointer-events:none;z-index:0;background:radial-gradient(#00c8ff14 0%,#6366f10d 30%,#0000 70%);border-radius:50%;position:absolute;inset:10% -5% 10% 5%}.d7-cmd-panel-3d{z-index:1;-webkit-backdrop-filter:blur(24px);transform-style:preserve-3d;background:#0f0f11d9;border:1px solid #ffffff14;border-radius:16px;transition:transform .6s cubic-bezier(.4,0,.2,1),box-shadow .6s cubic-bezier(.4,0,.2,1);animation:6s ease-in-out infinite cmdFloat;position:relative;overflow:hidden;transform:rotateY(-12deg)rotateX(4deg);box-shadow:0 20px 60px #00000080,0 0 0 1px #ffffff0a,inset 0 1px #ffffff0f}.d7-cmd-panel-3d:hover{transform:rotateY(-4deg)rotateX(1deg);box-shadow:0 30px 80px #0009,0 0 0 1px #ffffff0f,0 0 40px #00c8ff0f,inset 0 1px #ffffff14}@keyframes cmdFloat{0%,to{transform:rotateY(-12deg)rotateX(4deg)translateY(0)}50%{transform:rotateY(-12deg)rotateX(4deg)translateY(-8px)}}.d7-cmd-metrics{border-bottom:1px solid #ffffff0f;grid-template-columns:repeat(3,1fr);gap:0;display:grid}.d7-cmd-metric-card{border-right:1px solid #ffffff0a;flex-direction:column;gap:2px;padding:14px 16px;display:flex;position:relative}.d7-cmd-metric-card:last-child{border-right:none}.d7-cmd-metric-value{color:#fff;letter-spacing:-.5px;font-size:20px;font-weight:800;line-height:1.2}.d7-cmd-metric-unit{color:#ffffff59;font-size:13px;font-weight:500}.d7-cmd-metric-label{color:#ffffff4d;text-transform:uppercase;letter-spacing:.8px;font-size:10px;font-weight:600}.d7-cmd-metric-trend{letter-spacing:.3px;font-size:9px;font-weight:700}.d7-cmd-metric-trend.up{color:#10b981}.d7-cmd-metric-trend.neutral{color:#00c8ff99}.d7-cmd-board-header{background:#ffffff04;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:10px 16px;display:flex}.d7-cmd-board-header-left{color:#ffffff80;align-items:center;gap:8px;display:flex}.d7-cmd-board-title{color:#ffffffa6;letter-spacing:.2px;font-size:12px;font-weight:600}.d7-cmd-board-count{color:#ffffff40;font-size:10px}.d7-cmd-columns{grid-template-columns:repeat(4,1fr);gap:0;min-height:220px;padding:12px;display:grid}.d7-cmd-col{border-right:1px solid #ffffff08;padding:0 6px}.d7-cmd-col:last-child{border-right:none}.d7-cmd-col-head{color:#ffffff73;text-transform:uppercase;letter-spacing:.8px;border-bottom:1px solid #ffffff0a;align-items:center;gap:6px;margin-bottom:10px;padding-bottom:6px;font-size:10px;font-weight:600;display:flex}.d7-cmd-col-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.d7-cmd-col-count{color:#fff3;margin-left:auto;font-size:9px;font-weight:400}.d7-cmd-task{background:#ffffff06;border:1px solid #ffffff0d;border-radius:7px;margin-bottom:6px;padding:8px 10px;transition:transform .3s,box-shadow .3s}.d7-cmd-task:hover{transform:translateY(-1px);box-shadow:0 3px 10px #0003}.d7-cmd-task-title{color:#ffffffbf;margin-bottom:4px;font-size:11px;font-weight:600;line-height:1.3}.d7-cmd-task-meta{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.d7-cmd-pri{letter-spacing:.5px;border-radius:3px;padding:1px 4px;font-size:8px;font-weight:700}.d7-cmd-pri.high{color:#ff3b5c;background:#ff3b5c26}.d7-cmd-pri.med{color:#f59e0b;background:#f59e0b26}.d7-cmd-pri.low{color:#10b981;background:#10b98126}.d7-cmd-due{color:#ffffff4d;font-size:9px}.d7-cmd-assignee{color:#ffffff73;background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;margin-left:auto;font-size:8px;font-weight:700;display:flex}.d7-cmd-task-done .d7-cmd-task-title{color:#ffffff40;text-decoration:line-through}.d7-cmd-task-moving{animation:2s ease-in-out infinite taskGlow}@keyframes taskGlow{0%,to{border-color:#ffffff0d;box-shadow:0 0 #00c8ff00}50%{border-color:#00c8ff26;box-shadow:0 0 12px #00c8ff1a}}.d7-cmd-footer{border-top:1px solid #ffffff0f}.d7-cmd-integrations-row{border-bottom:1px solid #ffffff0a;align-items:center;gap:6px;padding:10px 16px;display:flex}.d7-cmd-integ-pill{color:#ffffff80;background:#ffffff08;border:1px solid #ffffff0f;border-radius:20px;align-items:center;gap:6px;padding:4px 10px 4px 8px;font-size:10px;font-weight:600;transition:border-color .3s,background .3s;display:flex}.d7-cmd-integ-pill:hover{background:#ffffff0d;border-color:#ffffff1a}.d7-cmd-status-badge{letter-spacing:.3px;color:#ffffff4d;background:#ffffff0f;border-radius:8px;padding:1px 5px;font-size:8px;font-weight:700}.d7-cmd-status-badge.connected{color:#10b981;background:#10b9811f}.d7-cmd-latest{color:#fff6;align-items:center;gap:8px;padding:8px 16px;font-size:10px;display:flex}.d7-cmd-live-dot{background:#10b981;border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2s ease-in-out infinite livePulseCmd}@keyframes livePulseCmd{0%,to{box-shadow:0 0 #10b98180}50%{box-shadow:0 0 0 4px #10b98100}}.d7-cmd-latest-avatar{color:#6366f1cc;background:#6366f126;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:7px;font-weight:800;display:flex}.d7-cmd-latest-text{text-overflow:ellipsis;white-space:nowrap;color:#fff6;flex:1;min-width:0;font-size:10px;overflow:hidden}.d7-cmd-latest-text strong{color:#ffffffa6;font-weight:600}.d7-cmd-latest-time{color:#fff3;flex-shrink:0;margin-left:auto;font-size:9px}.d7-intel-section{align-items:center;gap:60px;width:100%;max-width:1100px;margin:0 auto;padding:0 40px;display:flex}.d7-intel-left{flex:0 0 42%;max-width:42%}.d7-intel-headline{color:#fffffff2;letter-spacing:-.5px;margin:20px 0 18px;font-size:38px;font-weight:800;line-height:1.15}.d7-intel-sub{color:#ffffff73;margin-bottom:32px;font-size:16px;line-height:1.7}.d7-intel-rows{flex-direction:column;gap:14px;margin-bottom:40px;display:flex}.d7-intel-row{color:#ffffffb3;letter-spacing:.3px;align-items:center;gap:12px;font-size:15px;font-weight:600;display:flex}.d7-intel-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.d7-intel-dot.pink{background:#ff3b5c;box-shadow:0 0 8px #ff3b5c80}.d7-intel-dot.cyan{background:#00c8ff;box-shadow:0 0 8px #00c8ff80}.d7-intel-dot.amber{background:#f59e0b;box-shadow:0 0 8px #f59e0b80}.d7-intel-cta{color:#00c8ffb3;letter-spacing:.2px;font-size:14px;font-weight:600;text-decoration:none;transition:color .3s}.d7-intel-cta:hover{color:#00c8ff}.d7-intel-right{flex:0 0 58%;max-width:58%}.d7-intel-stage{background:#ffffff05;border:1px solid #ffffff0f;border-radius:16px;padding:28px 24px 20px;position:relative;overflow:hidden}.d7-intel-stage:before{content:"";pointer-events:none;background:radial-gradient(at 30% 30%,#00c8ff0a 0%,#0000 60%),radial-gradient(at 80% 80%,#ff3b5c08 0%,#0000 60%);position:absolute;inset:0}.d7-intel-live{letter-spacing:1.5px;color:#10b981cc;z-index:2;align-items:center;gap:6px;font-size:10px;font-weight:700;display:flex;position:absolute;top:16px;right:20px}.d7-live-dot{background:#10b981;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite livePulse}@keyframes livePulse{0%,to{box-shadow:0 0 #10b98180}50%{box-shadow:0 0 0 4px #10b98100}}.d7-intel-chart{width:100%;height:auto;display:block}.d7-chart-line{stroke-dasharray:800;stroke-dashoffset:800px;animation:1.5s ease-out .7s forwards chartDraw}.d7-chart-area{opacity:0;animation:.8s ease-out 1.2s forwards chartFadeIn}@keyframes chartDraw{to{stroke-dashoffset:0}}@keyframes chartFadeIn{to{opacity:1}}.d7-anomaly-ring{animation:2s ease-in-out infinite anomalyPulse}@keyframes anomalyPulse{0%,to{r:8;opacity:.3}50%{r:14;opacity:0}}.d7-intel-legend{color:#ffffff59;letter-spacing:.3px;justify-content:center;gap:24px;margin-top:16px;font-size:11px;font-weight:500;display:flex}.d7-intel-legend>span{align-items:center;gap:6px;display:flex}.d7-legend-line{border-radius:1px;width:16px;height:2px;display:inline-block}.d7-legend-line.cyan{background:#00c8ffb3}.d7-legend-line.pink{background:#ff3b5cb3}.d7-legend-line.dashed{background:0 0;border-top:2px dashed #ff3b5c4d}.d7-stepper{width:100%;max-width:900px;margin-top:40px;margin-left:auto;margin-right:auto}.d7-stepper-tabs{border-bottom:1px solid #ffffff0f;gap:0;display:flex}.d7-stepper-tab{cursor:pointer;text-align:left;opacity:.4;background:0 0;border:none;flex:1;padding:16px 12px 20px;transition:opacity .3s;position:relative}.d7-stepper-tab.active{opacity:1}.d7-stepper-tab:hover{opacity:.8}.d7-stepper-num{color:#ffffff40;letter-spacing:.05em;margin-bottom:4px;font-size:11px;font-weight:700;display:block}.d7-stepper-tab.active .d7-stepper-num{color:var(--step-color)}.d7-stepper-label{color:#fff;letter-spacing:.1em;text-transform:uppercase;font-size:13px;font-weight:800;display:block}.d7-stepper-progress{background:#ffffff0a;height:2px;position:absolute;bottom:0;left:0;right:0}.d7-stepper-bar{background:var(--step-color);border-radius:1px;width:0%;height:100%}.d7-stepper-tab.active .d7-stepper-bar{animation:linear forwards stepperFill;animation-duration:inherit}@keyframes stepperFill{0%{width:0%}to{width:100%}}.d7-stepper-showcase{height:200px;margin-top:40px;position:relative}.d7-stepper-panel{opacity:0;pointer-events:none;align-items:center;gap:48px;transition:opacity .5s;display:flex;position:absolute;inset:0}.d7-stepper-panel.active{opacity:1;pointer-events:auto}.d7-stepper-mockup{flex:1;min-width:0}.d7-stepper-mockup .d7-chat{background:#0000004d;border:1px solid #ffffff0f;border-radius:16px;padding:20px}.d7-stepper-info{text-align:center;flex:1;min-width:0}.d7-stepper-info h3{color:#fff;margin-bottom:14px;font-size:28px;font-weight:800;line-height:1.2}.d7-stepper-info p{color:#ffffff80;font-size:15px;line-height:1.7}.d7-chat-msg{align-items:flex-start;gap:8px;display:flex}.d7-chat-av{color:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:10px;font-weight:800;display:flex}.d7-chat-av.user{background:#6366f1}.d7-chat-av.bot{background:linear-gradient(135deg,#fafafa,#a1a1aa)}.d7-chat-av.green{background:#10b981}.d7-chat-bubble{flex:1}.d7-chat-name{color:#fff9;margin-bottom:2px;font-size:10px;font-weight:700}.d7-chat-name span{color:#ffffff40;margin-left:6px;font-size:9px;font-weight:400}.d7-chat-text{color:#ffffff80;font-size:11px;line-height:1.5}.d7-chat-text strong{color:#fff}.d7-chat-task-embed{color:#ffffff80;background:#ffffff0a;border-left:2px solid #fafafa;border-radius:4px;margin-top:4px;padding:6px 8px;font-size:10px}.d7-chat-task-embed strong{color:#fff;margin-bottom:1px;display:block}.d7-analytics-section{max-width:880px}.d7-analytics-showcase{width:100%;margin-top:28px}.d7-amock{font-size:11px}.d7-winbar{background:#ffffff08;border-bottom:1px solid #ffffff0f;align-items:center;gap:10px;padding:8px 14px;display:flex}.d7-dots{gap:5px;display:flex}.d7-dots span{background:#ffffff1f;border-radius:50%;width:8px;height:8px}.d7-dots span:first-child{background:#ff5f57}.d7-dots span:nth-child(2){background:#febc2e}.d7-dots span:last-child{background:#28c840}.d7-winbar-title{color:#ffffff59;font-size:10px;font-weight:500}.d7-amock-body{padding:16px}.d7-mrow{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px;display:grid}.d7-met{background:#ffffff08;border:1px solid #ffffff0a;border-radius:8px;padding:10px}.d7-met-v{color:#fff;font-family:Outfit,sans-serif;font-size:24px;font-weight:900}.d7-met-u{opacity:.5;font-size:13px}.d7-met-l{color:#ffffff4d;text-transform:uppercase;letter-spacing:.05em;margin-top:2px;font-size:9px;font-weight:600;display:block}.d7-met-t{margin-top:2px;font-size:10px;font-weight:700;display:block}.d7-met-t.up{color:#10b981}.d7-chart-sec{border-top:1px solid #ffffff0f;padding-top:12px}.d7-chart-h{justify-content:space-between;margin-bottom:10px;display:flex}.d7-chart-h span:first-child{color:#ffffff73;font-size:11px;font-weight:700}.d7-live{color:#10b981;font-size:9px;font-weight:800}.d7-chart{align-items:flex-end;gap:5px;height:70px;display:flex}.d7-bw{flex:1;align-items:flex-end;height:100%;display:flex}.d7-bar{opacity:.6;background:linear-gradient(#fafafa,#a1a1aa33);border-radius:3px 3px 0 0;width:100%;transition:opacity .2s;animation:1s cubic-bezier(.16,1,.3,1) both d7BG}.d7-bar:hover{opacity:1}@keyframes d7BG{0%{transform-origin:bottom;transform:scaleY(0)}to{transform-origin:bottom;transform:scaleY(1)}}.d7-chart-lbl{gap:5px;margin-top:4px;display:flex}.d7-chart-lbl span{color:#ffffff26;text-align:center;flex:1;font-size:7px}.d7-af-row{flex-wrap:wrap;justify-content:center;gap:24px;margin-top:20px;display:flex}.d7-af{align-items:flex-start;gap:8px;max-width:230px;display:flex}.d7-af-dot{background:#fafafa;border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:4px;box-shadow:0 0 10px #fafafa66}.d7-af-dot.cyan{background:#a1a1aa;box-shadow:0 0 10px #a1a1aa66}.d7-af-dot.amber{background:#f59e0b;box-shadow:0 0 10px #f59e0b66}.d7-af strong{color:#fff;margin-bottom:1px;font-size:12px;display:block}.d7-af span{color:#ffffff59;font-size:11px;line-height:1.4}.d7-board{font-size:11px}.d7-tabs{border-bottom:1px solid #ffffff0f;display:flex}.d7-tab{color:#ffffff4d;border-bottom:2px solid #0000;padding:6px 12px;font-size:10px;font-weight:600}.d7-tab.active{color:#fff;border-bottom-color:#fafafa}.d7-cols{grid-template-columns:1fr 1fr 1fr;gap:1px;min-height:100px;padding:8px;display:grid}.d7-col{flex-direction:column;gap:4px;display:flex}.d7-col-h{color:#ffffff73;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:5px;padding:4px;font-size:9px;font-weight:700;display:flex}.d7-cd{border-radius:50%;width:6px;height:6px}.d7-cd.todo{background:#6b7280}.d7-cd.prog{background:#f59e0b}.d7-cd.done{background:#10b981}.d7-cnt{color:#fff3;margin-left:auto}.d7-task{color:#ffffffa6;background:#ffffff0a;border:1px solid #ffffff08;border-radius:5px;align-items:center;gap:5px;padding:5px 6px;font-size:10px;display:flex}.d7-task.hl{background:#fafafa0d;border-color:#fafafa33}.d7-task.faded{opacity:.5}.d7-task.done-t{opacity:.35;text-decoration:line-through}.d7-pri{border-radius:50%;flex-shrink:0;width:5px;height:5px}.d7-pri.urg{background:#ef4444}.d7-pri.hi{background:#f59e0b}.d7-pri.med{background:#3b82f6}.d7-pri.dn{background:#10b981}.d7-due{color:#fff3;flex-shrink:0;margin-left:auto;font-size:8px}.d7-notif-stack{flex-direction:column;gap:12px;display:flex}.d7-slack,.d7-discord{font-size:11px}.d7-slack-hdr{border-bottom:1px solid #ffffff0f;align-items:center;gap:8px;padding:8px 12px;display:flex}.d7-slack-ch{color:#ffffff8c;font-size:11px;font-weight:700}.d7-slack-msg{gap:10px;padding:12px;display:flex}.d7-slack-av{color:#fff;background:linear-gradient(135deg,#fafafa,#a1a1aa);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:800;display:flex}.d7-slack-body{flex:1;min-width:0}.d7-slack-meta{align-items:center;gap:6px;margin-bottom:6px;display:flex}.d7-slack-name{color:#fff;font-size:11px;font-weight:800}.d7-slack-app{color:#a1a1aa;background:#a1a1aa33;border-radius:3px;padding:1px 4px;font-size:8px;font-weight:700}.d7-slack-time{color:#fff3;font-size:9px}.d7-slack-embed{background:#ffffff08;border:1px solid #ffffff0d;border-radius:6px;gap:8px;padding:8px 10px;display:flex}.d7-slack-bar{background:linear-gradient(#fafafa,#a1a1aa);border-radius:2px;flex-shrink:0;width:3px}.d7-slack-ec{color:#ffffff8c;font-size:10px;line-height:1.6}.d7-slack-ec strong{color:#fff;margin-bottom:2px;display:block}.d7-slack-ec p{margin:1px 0}.d7-sf{color:#ffffff4d}.d7-slack-rx{gap:4px;margin-top:8px;display:flex}.d7-rx{cursor:pointer;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:12px;align-items:center;gap:4px;padding:3px 8px;font-size:11px;transition:all .2s;display:inline-flex}.d7-rx:hover{background:#ffffff14;border-color:#ffffff1f}.d7-rx svg{flex-shrink:0}.d7-rx.on{background:#fafafa1a;border-color:#fafafa33}.d7-rx.on svg{color:#fafafa}.d7-discord-hdr{border-bottom:1px solid #ffffff0f;align-items:center;gap:8px;padding:8px 12px;display:flex}.d7-discord-icon{background:#5865f2;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.d7-discord-ch{color:#ffffff8c;font-size:11px;font-weight:700}.d7-discord-msg{gap:10px;padding:12px;display:flex}.d7-discord-av{color:#fff;background:linear-gradient(135deg,#fafafa,#a1a1aa);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:800;display:flex}.d7-discord-body{flex:1;min-width:0}.d7-discord-meta{align-items:center;gap:6px;margin-bottom:4px;display:flex}.d7-discord-name{color:#5865f2;font-size:11px;font-weight:800}.d7-discord-bot{color:#fff;background:#5865f2;border-radius:2px;padding:1px 3px;font-size:7px;font-weight:700}.d7-discord-time{color:#fff3;font-size:9px}.d7-discord-embed{color:#ffffff8c;background:#5865f214;border-left:3px solid #5865f2;border-radius:0 6px 6px 0;margin-top:4px;padding:8px 10px;font-size:10px;line-height:1.6}.d7-discord-embed strong{color:#fff;margin-bottom:2px;display:block}.d7-discord-embed p{margin:1px 0}.d7-discord-btns{gap:6px;margin-top:8px;display:flex}.d7-discord-btn{color:#fff9;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:4px;align-items:center;gap:4px;padding:4px 12px;font-size:10px;font-weight:600;transition:all .2s;display:inline-flex}.d7-discord-btn:hover{background:#ffffff14}.d7-discord-btn svg{flex-shrink:0}.d7-discord-btn.primary{color:#fff;background:#5865f2;border-color:#5865f2}.sync-slide{text-align:center;max-width:1200px;padding:0 2rem}.sync-trio{justify-content:center;align-items:center;gap:0;width:100%;max-width:1100px;margin:2rem auto 0;display:flex}.sync-platform{flex:1;min-width:0;max-width:320px}.sync-platform .d7-board,.sync-platform .d7-slack,.sync-platform .d7-discord{transform-origin:50%;transform:scale(.82)}.sync-connector-wrap{flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:2px;width:70px;display:flex;position:relative}.sync-line{width:100%;height:24px;display:block}.sync-dash{animation:1.8s linear infinite syncDashForward}.sync-dash-rev{animation:2.2s linear infinite syncDashBack}@keyframes syncDashForward{to{stroke-dashoffset:-18px}}@keyframes syncDashBack{to{stroke-dashoffset:14px}}.sync-connector-label{text-transform:uppercase;letter-spacing:.1em;color:#ffffff59;margin-top:2px;font-family:Inter,sans-serif;font-size:9px;font-weight:600}.sync-proof{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;margin-top:1.5rem;display:flex}.sync-proof-tag{color:#ffffff73;letter-spacing:.02em;background:#ffffff0a;border:1px solid #ffffff14;border-radius:50px;align-items:center;gap:4px;padding:6px 14px;font-family:Inter,sans-serif;font-size:11px;font-weight:500;display:inline-flex}.landing-page.d7-light-active .sync-connector-label{color:#00000040}.landing-page.d7-light-active .sync-proof-tag{color:#00000073;background:#0000000a;border-color:#00000014}@media (max-height:900px) and (min-width:769px){.sync-platform .d7-board,.sync-platform .d7-slack,.sync-platform .d7-discord{transform:scale(.7)}.sync-connector-wrap{width:50px}.sync-proof{margin-top:.8rem}}@media (max-width:768px){.slide{justify-content:flex-start;min-height:100vh;height:auto!important;padding:4rem 1.5rem 2rem!important;overflow:hidden auto!important}.d7-hero{gap:24px;text-align:center!important;flex-direction:column!important;padding:6rem 2rem 2rem!important}.d7-hero-left{max-width:100%}.d7-hero-bullets{align-items:center}.d7-hero-right{max-width:100%}.d7-arcs-visual{height:280px;margin:20px auto 16px}.d7-arc{width:200px;height:200px}.d7-arc-icon{margin:-18px 0 0 -18px}.d7-arc-icon[style*="--i: 0"]{transform:rotate(0)translateY(-100px)rotate(0)}.d7-arc-icon[style*="--i: 1"]{transform:rotate(90deg)translateY(-100px)rotate(-90deg)}.d7-arc-icon[style*="--i: 2"]{transform:rotate(180deg)translateY(-100px)rotate(-180deg)}.d7-arc-icon[style*="--i: 3"]{transform:rotate(270deg)translateY(-100px)rotate(-270deg)}@keyframes cL0{to{transform:rotate(-360deg)translateY(-100px)rotate(360deg)}}@keyframes cL1{to{transform:rotate(-270deg)translateY(-100px)rotate(270deg)}}@keyframes cL2{to{transform:rotate(-180deg)translateY(-100px)rotate(180deg)}}@keyframes cL3{to{transform:rotate(-90deg)translateY(-100px)rotate(90deg)}}@keyframes cR0{to{transform:rotate(360deg)translateY(-100px)rotate(-360deg)}}@keyframes cR1{to{transform:rotate(450deg)translateY(-100px)rotate(-450deg)}}@keyframes cR2{to{transform:rotate(540deg)translateY(-100px)rotate(-540deg)}}@keyframes cR3{to{transform:rotate(630deg)translateY(-100px)rotate(-630deg)}}.d7-orbit-bubble{padding:5px 10px;font-size:10px}.d7-problems-row{display:none}.d7-sync-visual{flex-direction:column;gap:12px}.d7-sync-bridge{flex-direction:row}.d7-notif-stack{gap:8px}.sync-trio{flex-direction:column;gap:0}.sync-platform{width:100%;max-width:100%}.sync-platform .d7-board,.sync-platform .d7-slack,.sync-platform .d7-discord{transform:scale(.9)}.sync-connector-wrap{flex-direction:row;gap:8px;width:100%;height:36px}.sync-line{width:60px;height:30px;transform:rotate(90deg)}.sync-proof{gap:.75rem;margin-top:1rem}.sync-proof-tag{padding:5px 10px;font-size:10px}.d7-stepper-tabs{grid-template-columns:1fr 1fr;gap:0;display:grid}.d7-stepper-tab{padding:12px 10px 16px}.d7-stepper-showcase{height:auto;min-height:320px}.d7-stepper-panel{text-align:center;flex-direction:column;gap:24px}.d7-stepper-info{text-align:center}.d7-stepper-info h3{font-size:22px}.d7-stepper-info p{font-size:13px}.d7-cols{grid-template-columns:1fr 1fr}.d7-cols .d7-col:last-child{display:none}.d7-mrow{grid-template-columns:1fr;gap:8px}.d7-af-row{flex-direction:column;align-items:center}.d7-triptych{flex-direction:column;gap:0;max-width:100%;margin:20px auto 16px}.d7-trip-side{width:100%;height:auto;min-height:320px}.d7-trip-chaos{background:radial-gradient(#ff3b5c3d 0%,#0000 70%);border:1px solid #ff3b5c1f;border-radius:16px}.d7-trip-order{background:radial-gradient(#10b9813d 0%,#0000 70%);border:1px solid #10b9811f;border-radius:16px;padding:20px 16px}.d7-trip-center{flex-direction:column;gap:6px;width:100%;padding:16px 0}.d7-trip-center:before{content:"?";color:#ff3b5c66;order:-1;font-size:18px}.d7-trip-center:after{content:"?";color:#10b98166;font-size:18px}.d7-connection-lines{display:none}.d7-orbit-app{border-radius:10px;width:38px;height:38px}.d7-orbit-app svg{width:15px;height:15px}.d7-orbit-badge{padding:1px 4px;font-size:8px}.d7-chaos-bubble{padding:5px 10px;font-size:10px}.chaos-label{left:50%;transform:translate(-50%)}.order-label{left:50%;right:auto;transform:translate(-50%)}.d7-cinema-stats{flex-direction:column;gap:24px;margin-top:30px}.d7-cinema-number{font-size:48px}.d7-cinema-plus,.d7-cinema-dollar,.d7-cinema-unit{font-size:30px}.d7-cinema-divider{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:60px;height:1px}.d7-cinema-desc{font-size:13px}.d7-intel-section{flex-direction:column;gap:30px;padding:0 20px}.d7-intel-left{text-align:center;flex:none;max-width:100%}.d7-intel-headline{font-size:26px}.d7-intel-sub{margin-bottom:20px;font-size:14px}.d7-intel-rows{align-items:center;margin-bottom:24px}.d7-intel-right{flex:none;width:100%;max-width:100%}.d7-intel-stage{padding:20px 16px 16px}.d7-intel-legend{gap:16px;font-size:10px}.d7-intel-cta{font-size:13px}.d7-cmd-section{flex-direction:column;gap:30px;padding:0 20px}.d7-cmd-left{text-align:center;flex:none;max-width:100%}.d7-cmd-headline{font-size:26px}.d7-cmd-sub{font-size:14px}.d7-cmd-right{flex:none;width:100%;max-width:100%}.d7-cmd-panel-3d{animation:none;transform:none}.d7-cmd-panel-3d:hover{transform:none}.d7-cmd-metrics{grid-template-columns:repeat(3,1fr)}.d7-cmd-metric-value{font-size:16px}.d7-cmd-columns{grid-template-columns:repeat(2,1fr);gap:8px;min-height:auto}.d7-cmd-col{border-right:none}.d7-cmd-task-title{font-size:10px}.d7-cmd-integrations-row{flex-wrap:wrap;gap:4px}.d7-cmd-integ-pill{padding:3px 8px 3px 6px;font-size:9px}.d7-cmd-latest{padding:6px 12px}.d7-cmd-cta{font-size:13px}}.landing-page.d7-light-active .hero-logo{filter:brightness(0)saturate()!important}.landing-page.d7-light-active .d7-hero-h1{color:#111!important}.landing-page.d7-light-active .hero-subtitle,.landing-page.d7-light-active .d7-hero-sub{color:#00000080!important}
.hero-playground-page .nav-link{opacity:.7;transition:opacity .2s}.hero-playground-page .nav-link:hover{opacity:1}.landing-page .nav-link:after{display:none!important}.landing-page .nav-btn-primary{color:#fffc;box-shadow:none;letter-spacing:.02em;background:0 0;border:1px solid #ffffff26;border-radius:999px;padding:.5rem 1.4rem;font-size:.78rem;font-weight:500;transition:all .25s}.landing-page .nav-btn-primary:hover{color:#fff;box-shadow:none;background:#ffffff0f;border-color:#ffffff4d;transform:none}.landing-page .nav-btn-ghost{border-radius:999px}.landing-page.d7-light-active .nav-btn-primary{color:#000000b3;border-color:#00000026}.landing-page.d7-light-active .nav-btn-primary:hover{color:#111;background:#0000000d;border-color:#0000004d}.hero-slide-playground{justify-content:flex-start;min-height:100vh;padding-top:12rem;padding-bottom:4rem;height:auto!important;overflow:visible!important}.hero-content-playground{max-width:1100px}.hero-logo-static{animation:none!important;transform:none!important}.hero-slide-playground .hero-logo{margin-bottom:.4rem}.hero-slide-playground .hero-subtitle{margin-top:1.5rem;margin-bottom:0}.hero-slide-playground .hero-tagline{margin-bottom:0}.hero-dash{perspective:1400px;width:100%;max-width:1050px;margin:3rem auto 0;position:relative}.hero-dash-glow{filter:blur(50px);z-index:0;pointer-events:none;background:radial-gradient(at 30% 0,#38bdf833 0%,#0000 45%),radial-gradient(at 70% 10%,#3b82f629 0%,#0000 40%),radial-gradient(at 50% 80%,#38bdf814 0%,#0000 50%);animation:4s ease-in-out infinite alternate glowPulse;position:absolute;inset:-60px}@keyframes glowPulse{0%{opacity:.7;transform:scale(1)}to{opacity:1;transform:scale(1.03)}}.hero-dash-frame{z-index:1;transform-origin:top;background:#0a0a0ee6;border:1px solid #ffffff14;border-radius:18px;transition:transform .6s cubic-bezier(.4,0,.2,1);animation:6s ease-in-out infinite dashFloat;display:flex;position:relative;overflow:hidden;transform:rotateX(12deg)scale(.92);box-shadow:0 30px 100px #000000b3,0 0 0 1px #ffffff08,0 0 60px #fafafa0d,0 0 120px #a1a1aa08,inset 0 1px #ffffff0f}.hero-dash-frame:hover{transform:rotateX(3deg)scale(.96)}@keyframes dashFloat{0%,to{transform:rotateX(12deg)scale(.92)translateY(0)}50%{transform:rotateX(12deg)scale(.92)translateY(-8px)}}.hero-dash-frame:before{content:"";z-index:10;background:linear-gradient(90deg,#0000 0%,#fafafa80 20%,#a1a1aacc 50%,#fafafa80 80%,#0000 100%);height:1px;animation:3s ease-in-out infinite holoShift;position:absolute;top:0;left:0;right:0}@keyframes holoShift{0%,to{opacity:.6}50%{opacity:1}}.hd-scanline{z-index:100;pointer-events:none;background:linear-gradient(90deg,#0000 0%,#a1a1aa4d 30%,#a1a1aa99 50%,#a1a1aa4d 70%,#0000 100%);height:3px;animation:4s ease-in-out infinite scanDown;position:absolute;top:0;left:0;right:0;box-shadow:0 0 20px #a1a1aa4d}@keyframes scanDown{0%{opacity:0;top:0}5%{opacity:1}95%{opacity:1}to{opacity:0;top:100%}}.hero-dash:after{display:none}.hd-sidebar{background:#08080efa;border-right:1px solid #ffffff0d;flex-direction:column;width:180px;min-width:180px;padding:16px 0;display:flex}.hd-sidebar-logo{border-bottom:1px solid #ffffff0a;justify-content:center;align-items:center;margin-bottom:12px;padding:12px 16px 16px;display:flex}.hd-sidebar-logo img{opacity:.9;width:70%;height:auto}.hd-sidebar-nav{flex-direction:column;gap:2px;padding:0 8px;display:flex}.hd-nav-item{color:#ffffff59;cursor:pointer;border-radius:8px;align-items:center;gap:10px;padding:8px 12px;font-size:.78rem;transition:all .25s;display:flex}.hd-nav-item:hover{color:#ffffffa6;background:#ffffff08}.hd-nav-item.active{color:#fff;background:linear-gradient(135deg,#fafafa26 0%,#a1a1aa14 100%);border:1px solid #fafafa33;box-shadow:0 0 20px #fafafa14}.hd-nav-badge{color:#ef4444;background:#ef444433;border-radius:6px;margin-left:auto;padding:1px 5px;font-size:.5rem;font-weight:800;line-height:1.3}.hd-sidebar-section{border-top:1px solid #ffffff0a;margin-top:auto;padding:10px 8px 0}.hd-sidebar-section-title{color:#ffffff4d;text-transform:uppercase;letter-spacing:.06em;padding:0 8px 6px;font-size:.58rem;font-weight:700}.hd-team-counts{flex-wrap:wrap;gap:6px;padding:0 8px 8px;display:flex}.hd-tc{letter-spacing:.02em;font-size:.52rem;font-weight:700}.hd-tc.online{color:#10b981}.hd-tc.ooo{color:#f59e0b}.hd-tc.offline{color:#fff3}.hd-team-members{flex-direction:column;gap:3px;display:flex}.hd-tm{border-radius:6px;align-items:center;gap:7px;padding:4px 8px;transition:background .2s;display:flex}.hd-tm:hover{background:#ffffff08}.hd-tm-av{color:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.5rem;font-weight:800;display:flex}.hd-tm-info{flex-direction:column;flex:1;min-width:0;display:flex}.hd-tm-name{color:#ffffffb3;white-space:nowrap;text-overflow:ellipsis;font-size:.62rem;font-weight:600;overflow:hidden}.hd-tm-status{color:#ffffff40;font-size:.48rem}.hd-tm-status.active{color:#10b981b3}.hd-tm-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.hd-tm-dot.online{background:#10b981;box-shadow:0 0 6px #10b98180}.hd-tm-dot.break{background:#f59e0b;box-shadow:0 0 6px #f59e0b80}.hd-tm-dot.ooo{background:#ef4444;box-shadow:0 0 6px #ef444466}.hd-sidebar-clock{background:#10b9810a;border:1px solid #10b9811f;border-radius:10px;margin:8px 8px 0;padding:10px}.hd-clock-status{color:#10b981;text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:6px;margin-bottom:4px;font-size:.55rem;font-weight:700;display:flex}.hd-clock-dot{background:#10b981;border-radius:50%;width:6px;height:6px;animation:1.5s ease-in-out infinite clockPulse;box-shadow:0 0 8px #10b98199}@keyframes clockPulse{0%,to{opacity:1;box-shadow:0 0 8px #10b98199}50%{opacity:.5;box-shadow:0 0 3px #10b9814d}}.hd-clock-timer{color:#fff;font-variant-numeric:tabular-nums;letter-spacing:.03em;margin-bottom:6px;font-size:1.15rem;font-weight:900}.hd-clock-actions{gap:4px;display:flex}.hd-clock-btn{cursor:pointer;border:none;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:3px;padding:4px 0;font-size:.52rem;font-weight:700;transition:all .2s;display:flex}.hd-clock-btn.pause{color:#f59e0b;background:#f59e0b1f;border:1px solid #f59e0b33}.hd-clock-btn.stop{color:#ef4444;background:#ef44441f;border:1px solid #ef444433}.hd-sidebar-user{border-top:1px solid #ffffff0a;align-items:center;gap:8px;margin:8px 8px 0;padding:10px;display:flex}.hd-user-av{color:#ffffffb3;background:linear-gradient(135deg,#fafafa1f,#a1a1aa14);border:1px solid #ffffff1a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.55rem;font-weight:800;display:flex}.hd-user-info{flex-direction:column;display:flex}.hd-user-name{color:#fffc;font-size:.65rem;font-weight:700}.hd-user-role{color:#ffffff4d;text-transform:uppercase;letter-spacing:.04em;font-size:.48rem;font-weight:600}.hd-main{flex-direction:column;flex:1;gap:14px;min-width:0;padding:14px 18px;display:flex;position:relative}.hd-main:before{content:"";pointer-events:none;z-index:0;background-image:linear-gradient(#ffffff04 1px,#0000 1px),linear-gradient(90deg,#ffffff04 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0}.hd-topbar{z-index:1;justify-content:space-between;align-items:center;margin-bottom:2px;display:flex;position:relative}.hd-search{color:#ffffff40;background:#ffffff08;border:1px solid #ffffff0d;border-radius:8px;align-items:center;gap:8px;width:260px;padding:7px 14px;font-size:.72rem;transition:border-color .3s;display:flex}.hd-topbar-right{align-items:center;gap:12px;display:flex}.hd-notif{color:#fff6;cursor:pointer;position:relative}.hd-notif-dot{background:#fafafa;border:1.5px solid #0a0a0e;border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite notifPulse;position:absolute;top:-2px;right:-2px}@keyframes notifPulse{0%,to{box-shadow:0 0 #fafafa66}50%{box-shadow:0 0 0 4px #fafafa00}}.hd-avatar{color:#fff9;background:#ffffff14;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.6rem;font-weight:800;display:flex}.hd-stats{z-index:1;grid-template-columns:repeat(4,1fr);gap:10px;display:grid;position:relative}.hd-stat-card{background:#ffffff06;border:1px solid #ffffff0d;border-radius:10px;flex-direction:column;gap:3px;padding:12px 14px;display:flex;position:relative;overflow:hidden}.hd-stat-card:before{content:"";background:linear-gradient(90deg,#0000,#ffffff08,#0000);width:100%;height:100%;animation:4s ease-in-out infinite shimmer;position:absolute;top:0;left:-100%}@keyframes shimmer{0%{left:-100%}50%,to{left:100%}}.hd-stat-card.accent{background:#fafafa0d;border-color:#fafafa1f;box-shadow:0 0 25px #fafafa0f}.hd-stat-label{color:#ffffff59;text-transform:uppercase;letter-spacing:.07em;font-size:.6rem;font-weight:600}.hd-stat-value{color:#fff;font-size:1.35rem;font-weight:800;line-height:1.2}.hd-stat-value small{opacity:.5;font-size:.7rem;font-weight:600}.hd-counter{font-variant-numeric:tabular-nums}.hd-stat-bar-track{background:#ffffff0d;border-radius:2px;width:100%;height:3px;margin:2px 0;overflow:hidden}.hd-stat-bar-fill{transform-origin:0;background:linear-gradient(90deg,#fafafa,#d4d4d8);border-radius:2px;height:100%;animation:1.5s ease-out forwards barGrow;transform:scaleX(0)}.hd-stat-bar-fill.green{background:linear-gradient(90deg,#10b981,#34d399)}.hd-stat-bar-fill.blue{background:linear-gradient(90deg,#3b82f6,#60a5fa)}@keyframes barGrow{to{transform:scaleX(1)}}.hd-stat-trend{font-size:.58rem;font-weight:700}.hd-stat-trend.up{color:#10b981}.hd-stat-trend.neutral{color:#ffffff40}.hd-content-grid{z-index:1;flex:1;grid-template-columns:1fr 1fr;gap:14px;min-height:0;display:grid;position:relative}.hd-section-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.hd-section-title{color:#fffc;font-size:.75rem;font-weight:700}.hd-section-badge{color:#d4d4d8;text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,#fafafa1f,#a1a1aa14);border:1px solid #fafafa2e;border-radius:6px;align-items:center;gap:5px;padding:3px 8px;font-size:.56rem;font-weight:700;display:flex}.hd-pulse-dot{background:#fafafa;border-radius:50%;width:5px;height:5px;animation:1.5s ease-in-out infinite pulseDot}@keyframes pulseDot{0%,to{opacity:1;box-shadow:0 0 #fafafa80}50%{opacity:.6;box-shadow:0 0 0 4px #fafafa00}}.hd-kanban{background:#ffffff04;border:1px solid #ffffff0d;border-radius:12px;padding:14px}.hd-kanban-cols{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.hd-kcol{flex-direction:column;gap:6px;display:flex}.hd-kcol-head{color:#ffffff80;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:6px;margin-bottom:4px;font-size:.62rem;font-weight:700;display:flex}.hd-kcol-dot{border-radius:50%;width:7px;height:7px;box-shadow:0 0 6px}.hd-kcol-count{color:#ffffff59;background:#ffffff0f;border-radius:4px;margin-left:auto;padding:1px 6px;font-size:.55rem}.hd-ktask{background:#ffffff06;border:1px solid #ffffff0d;border-radius:8px;padding:8px 10px;transition:all .3s}.hd-ktask.highlight{background:#3b82f60d;border-color:#3b82f64d;box-shadow:0 0 15px #3b82f60d}.hd-ktask.done{opacity:.45}.hd-ktask.faded{opacity:.35}.hd-ktask-title{color:#ffffffd9;align-items:center;gap:5px;margin-bottom:5px;font-size:.68rem;font-weight:600;display:flex}.hd-live-indicator{background:#3b82f6;border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:1s ease-in-out infinite liveBlink}@keyframes liveBlink{0%,to{opacity:1;box-shadow:0 0 4px #3b82f6}50%{opacity:.3;box-shadow:0 0 #3b82f6}}.hd-ktask-meta{align-items:center;gap:6px;display:flex}.hd-kpri{text-transform:uppercase;letter-spacing:.04em;border-radius:3px;padding:1px 5px;font-size:.5rem;font-weight:800}.hd-kpri.urgent{color:#ef4444;background:#ef444433;box-shadow:0 0 8px #ef44441a}.hd-kpri.medium{color:#f59e0b;background:#f59e0b26}.hd-kpri.low{color:#9ca3af;background:#6b72801f}.hd-kdue{color:#ffffff4d;font-size:.56rem}.hd-kassignee{color:#ffffff73;background:#ffffff0f;border-radius:6px;justify-content:center;align-items:center;width:20px;height:20px;margin-left:auto;font-size:.48rem;font-weight:700;display:flex}.hd-kassignee.glow{color:#60a5fa;background:#3b82f626;box-shadow:0 0 8px #3b82f626}.hd-ktask-progress{background:#ffffff0a;border-radius:1px;width:100%;height:2px;margin-top:6px;overflow:hidden}.hd-ktask-progress-fill{transform-origin:0;background:linear-gradient(90deg,#fafafa,#d4d4d8);border-radius:1px;height:100%;animation:2s ease-out forwards barGrow;transform:scaleX(0)}.hd-ktask-progress-fill.blue{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.hd-right-col{flex-direction:column;gap:14px;display:flex}.hd-mini-chart{background:#ffffff04;border:1px solid #ffffff0d;border-radius:12px;padding:14px}.hd-live-dot{color:#10b981;letter-spacing:.06em;text-shadow:0 0 6px #10b98166;font-size:.52rem;font-weight:700;animation:2s ease-in-out infinite livePulse}@keyframes livePulse{0%,to{opacity:1}50%{opacity:.4}}.hd-bars{align-items:flex-end;gap:6px;height:70px;padding-top:4px;display:flex}.hd-bar-wrap{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:4px;height:100%;display:flex}.hd-bar{transform-origin:bottom;background:linear-gradient(#fafafa 0%,#fafafa26 100%);border-radius:4px 4px 0 0;width:100%;animation:1s ease-out forwards barGrow;position:relative;transform:scaleY(0)}.hd-bar:after{content:"";background:#fafafa;border-radius:2px;height:2px;position:absolute;top:0;left:0;right:0;box-shadow:0 0 8px #fafafa99}.hd-bar-label{color:#ffffff40;font-size:.48rem;font-weight:600}.hd-activity{background:#ffffff04;border:1px solid #ffffff0d;border-radius:12px;flex:1;padding:14px}.hd-activity-list{flex-direction:column;gap:10px;display:flex}.hd-activity-item{align-items:center;gap:8px;display:flex}.hd-activity-av{color:#fff;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.55rem;font-weight:800;display:flex;box-shadow:0 0 10px #ffffff14}.hd-activity-text{color:#fff6;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:.63rem;overflow:hidden}.hd-activity-text strong{color:#ffffffd9;font-weight:700}.hd-activity-text em{color:#ffffff80;font-style:normal}.hd-activity-time{color:#fff3;flex-shrink:0;font-size:.52rem;font-weight:600}.trusted-carousel-section{z-index:2;text-align:center;border-top:1px solid #ffffff0a;border-bottom:1px solid #ffffff0a;padding:3rem 0;position:relative;overflow:hidden}.trusted-label{text-transform:uppercase;letter-spacing:.15em;color:#fff3;margin-bottom:1.5rem;font-size:.65rem;font-weight:700;display:block}.trusted-carousel{width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%)}.trusted-track{will-change:transform;width:max-content;animation:25s linear infinite marqueeScroll;display:flex}.trusted-carousel:hover .trusted-track{animation-play-state:paused}.trusted-set{flex-shrink:0;gap:5rem;padding:0 2.5rem;display:flex}.trusted-logo{color:#fff3;white-space:nowrap;cursor:default;align-items:center;gap:10px;font-size:.9rem;font-weight:600;transition:color .3s;display:flex}.trusted-logo:hover{color:#fff9}.trusted-logo span{letter-spacing:.02em}@keyframes marqueeScroll{0%{transform:translate(0,0)}to{transform:translate(-50%)}}.landing-page.d7-light-active .trusted-carousel-section{border-color:#0000000f}.landing-page.d7-light-active .trusted-label{color:#00000040}.landing-page.d7-light-active .trusted-logo{color:#0003}.landing-page.d7-light-active .trusted-logo:hover{color:#0009}.slide+.slide:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000 0%,#ffffff0f 30% 70%,#0000 100%);height:1px;position:absolute;top:0;left:10%;right:10%}.landing-page.d7-light-active .slide+.slide:before{background:linear-gradient(90deg,#0000 0%,#0000000f 30% 70%,#0000 100%)}.sync-testimonial{max-width:800px;margin-top:5rem;margin-left:auto;margin-right:auto}.testimonial-carousel{perspective:1000px;height:220px;position:relative}.testimonial-eyebrow{text-align:center;text-transform:uppercase;letter-spacing:.18em;color:#fff3;margin-bottom:1.5rem;font-size:.6rem;font-weight:800;display:block}.landing-page.d7-light-active .testimonial-eyebrow{color:#00000040}.sync-quote-av-img{-o-object-fit:cover;object-fit:cover;border-radius:10px;flex-shrink:0;width:36px;height:36px}.testimonial-card{text-align:left;cursor:pointer;background:#111113f2;border:1px solid #ffffff0f;border-radius:16px;width:480px;padding:1.75rem 2rem;transition:all .6s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:50%}.testimonial-card.tc-center{opacity:1;z-index:5;filter:none;transform:translate(-50%)scale(1)}.testimonial-card.tc-left-1{opacity:.55;z-index:3;filter:none;transform:translate(-105%)scale(.85)}.testimonial-card.tc-right-1{opacity:.55;z-index:3;filter:none;transform:translate(5%)scale(.85)}.testimonial-card.tc-left-2{opacity:.1;z-index:1;filter:blur(2px);pointer-events:none;transform:translate(-140%)scale(.7)}.testimonial-card.tc-right-2{opacity:.1;z-index:1;filter:blur(2px);pointer-events:none;transform:translate(40%)scale(.7)}.testimonial-dots{justify-content:center;gap:8px;margin-top:1.5rem;display:flex}.testimonial-dot{cursor:pointer;background:#ffffff26;border:none;border-radius:50%;width:6px;height:6px;padding:0;transition:all .3s}.testimonial-dot.active{background:#ffffffb3;transform:scale(1.3)}.landing-page.d7-light-active .testimonial-dot{background:#0000001f}.landing-page.d7-light-active .testimonial-dot.active{background:#0009}.testimonial-stars{gap:2px;margin-bottom:1rem;display:flex}.testimonial-star{color:#f59e0b;font-size:.85rem}.sync-quote{color:#fff9;border:none;margin:0 0 1.25rem;padding:0;font-size:.92rem;font-style:normal;line-height:1.75}.sync-quote-author{align-items:center;gap:10px;display:flex}.sync-quote-av{color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.65rem;font-weight:800;display:flex}.sync-quote-info{text-align:left;flex-direction:column;display:flex}.sync-quote-name{color:#fffc;font-size:.78rem;font-weight:700}.sync-quote-role{color:#ffffff4d;font-size:.62rem}.sync-quote-company{color:#ffffff73}.testimonial-verified{color:#10b981;letter-spacing:.02em;align-items:center;gap:4px;margin-left:auto;font-size:.58rem;font-weight:700;display:flex}.d7-intel-caps{z-index:2;flex-wrap:wrap;justify-content:center;gap:1rem;display:flex;position:relative}.d7-intel-cap{color:#ffffff8c;letter-spacing:.02em;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:5px;padding:6px 14px;font-size:.65rem;font-weight:700;display:inline-flex}.waitlist-social-proof{justify-content:center;align-items:center;gap:12px;margin-top:2rem;display:flex}.waitlist-avatars{display:flex}.waitlist-av{color:#fff;border:2px solid #09090b;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;margin-left:-8px;font-size:.55rem;font-weight:800;display:flex}.waitlist-av:first-child{margin-left:0}.waitlist-av.more{color:#ffffff80;background:#ffffff14;font-size:.5rem}.waitlist-social-text{color:#ffffff59;font-size:.75rem;font-weight:600}.waitlist-features{justify-content:center;gap:2rem;margin-top:1.5rem;display:flex}.waitlist-feat{color:#10b981b3;align-items:center;gap:6px;font-size:.72rem;font-weight:600;display:flex}.landing-footer{z-index:2;border-top:1px solid #ffffff0a;padding:2rem 4rem;position:relative}.footer-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.footer-left{align-items:center;gap:12px;display:flex}.footer-logo{opacity:.4;height:20px}.footer-copy{color:#fff3;font-size:.7rem}.footer-links{gap:1.5rem;display:flex}.footer-links a{color:#ffffff40;font-size:.72rem;font-weight:500;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#fff9}.landing-page.d7-light-active .testimonial-card{background:#00000005;border-color:#0000000f}.landing-page.d7-light-active .sync-quote{color:#0000008c}.landing-page.d7-light-active .sync-quote-name{color:#000c}.landing-page.d7-light-active .sync-quote-role{color:#00000059}.landing-page.d7-light-active .sync-quote-company{color:#00000080}.landing-page.d7-light-active .d7-intel-cap{color:#0000008c;background:#0000000a;border-color:#00000014}.landing-page.d7-light-active .waitlist-av{border-color:#f8f8fc}.landing-page.d7-light-active .waitlist-av.more{color:#0006;background:#0000000f}.landing-page.d7-light-active .waitlist-social-text{color:#00000059}.landing-page.d7-light-active .waitlist-feat{color:#10b981cc}.landing-page.d7-light-active .landing-footer{border-color:#0000000f}.landing-page.d7-light-active .footer-copy{color:#00000040}.landing-page.d7-light-active .footer-links a{color:#0000004d}.landing-page.d7-light-active .footer-links a:hover{color:#0009}@media (max-width:900px){.hd-sidebar{display:none}.hd-content-grid{grid-template-columns:1fr}.hd-right-col{display:none}.hd-stats{grid-template-columns:repeat(2,1fr)}.hero-dash-frame{transform:rotateX(6deg)scale(.96)}@keyframes dashFloat{0%,to{transform:rotateX(6deg)scale(.96)translateY(0)}50%{transform:rotateX(6deg)scale(.96)translateY(-4px)}}}@media (max-width:600px){.hd-kanban-cols{grid-template-columns:1fr}.hd-stats{grid-template-columns:1fr 1fr}}.landing-page.d7-light-active .hero-dash-glow{opacity:.3}.landing-page.d7-light-active .hero-dash-frame{background:#f8f8fcf2;border-color:#00000014;box-shadow:0 30px 100px #0000001f,0 0 0 1px #0000000a}.landing-page.d7-light-active .hero-dash:after{opacity:0}.landing-page.d7-light-active .hd-scanline{box-shadow:none;background:linear-gradient(90deg,#0000 0%,#a1a1aa26 30%,#a1a1aa4d 50%,#a1a1aa26 70%,#0000 100%)}.landing-page.d7-light-active .hd-sidebar{background:#f2f2f8fa;border-color:#0000000d}.landing-page.d7-light-active .hd-nav-item.active{color:#111;box-shadow:none;background:#0000000f;border-color:#0000001a}.landing-page.d7-light-active .hd-sidebar-section{border-color:#0000000f}.landing-page.d7-light-active .hd-sidebar-section-title{color:#00000059}.landing-page.d7-light-active .hd-tc.offline{color:#00000040}.landing-page.d7-light-active .hd-tm-name{color:#000000b3}.landing-page.d7-light-active .hd-tm-status{color:#00000059}.landing-page.d7-light-active .hd-clock-timer{color:#111}.landing-page.d7-light-active .hd-sidebar-clock{background:#10b9810f;border-color:#10b98126}.landing-page.d7-light-active .hd-sidebar-user{border-color:#0000000f}.landing-page.d7-light-active .hd-user-av{color:#0009;background:#0000000f;border-color:#00000014}.landing-page.d7-light-active .hd-main:before{background-image:linear-gradient(#00000005 1px,#0000 1px),linear-gradient(90deg,#00000005 1px,#0000 1px)}.landing-page.d7-light-active .hd-stat-card{background:#00000004;border-color:#0000000f}.landing-page.d7-light-active .hd-stat-card:before{background:linear-gradient(90deg,#0000,#00000004,#0000)}.landing-page.d7-light-active .hd-stat-value{color:#111}.landing-page.d7-light-active .hd-stat-label{color:#0006}.landing-page.d7-light-active .hd-ktask{background:#00000004;border-color:#0000000f}.landing-page.d7-light-active .hd-ktask.highlight{background:#3b82f60a;border-color:#3b82f626}.landing-page.d7-light-active .hd-ktask-title,.landing-page.d7-light-active .hd-section-title{color:#222}.landing-page.d7-light-active .hd-search{color:#0000004d;background:#00000005;border-color:#0000000f}.landing-page.d7-light-active .hd-kanban,.landing-page.d7-light-active .hd-mini-chart,.landing-page.d7-light-active .hd-activity{background:#00000003;border-color:#0000000d}.landing-page.d7-light-active .hd-activity-text{color:#00000073}.landing-page.d7-light-active .hd-activity-text strong{color:#222}.landing-page.d7-light-active .hd-kcol-head{color:#00000073}.hero-triple-screens{perspective:1800px;transform-origin:top;justify-content:center;align-items:flex-start;gap:0;width:100%;max-width:1300px;margin:3rem auto 0;display:flex;position:relative;transform:scale(.9)}.hero-triple-screens .hero-dash{z-index:3;flex:none;width:100%;max-width:1050px;position:relative}.hero-side-screen{z-index:0;opacity:.7;width:280px;transition:all .6s cubic-bezier(.4,0,.2,1);position:absolute;top:40px}.hero-side-left{transform-origin:100%;left:-260px;transform:rotateY(30deg)rotateX(8deg)scale(.78)}.hero-side-right{transform-origin:0;right:-260px;transform:rotateY(-30deg)rotateX(8deg)scale(.78)}.hero-side-left:hover{opacity:.85;transform:rotateY(22deg)rotateX(5deg)scale(.8)}.hero-side-right:hover{opacity:.85;transform:rotateY(-22deg)rotateX(5deg)scale(.8)}.hs-frame{background:#0a0a0eeb;border:1px solid #ffffff12;border-radius:14px;padding:14px;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000080,0 0 40px #fafafa08,inset 0 1px #ffffff0d}.hs-frame:before{content:"";z-index:10;background:linear-gradient(90deg,#0000 0%,#fafafa4d 30%,#a1a1aa80 50%,#fafafa4d 70%,#0000 100%);height:1px;position:absolute;top:0;left:0;right:0}.hero-side-screen:after{content:"";z-index:5;pointer-events:none;background:linear-gradient(#0000 0%,#0f0f0f 100%);border-radius:0 0 14px 14px;height:80px;position:absolute;bottom:-2px;left:0;right:0}.hs-header{border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;margin-bottom:10px;padding-bottom:8px;display:flex}.hs-header-title{color:#fffc;font-size:.72rem;font-weight:700}.hs-header-badge{color:#60a5fa;text-transform:uppercase;letter-spacing:.04em;background:#3b82f61f;border:1px solid #3b82f633;border-radius:4px;padding:2px 7px;font-size:.52rem;font-weight:700}.hs-task-detail{flex-direction:column;gap:10px;display:flex}.hs-task-name{color:#fff;font-size:.85rem;font-weight:800}.hs-task-assignee-row{align-items:center;gap:8px;display:flex}.hs-avatar-sm{color:#fff;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.52rem;font-weight:800;display:flex}.hs-assign-info{flex-direction:column;flex:1;display:flex}.hs-assign-name{color:#ffffffd9;font-size:.65rem;font-weight:700}.hs-assign-role{color:#ffffff59;font-size:.52rem;font-weight:600}.hs-task-desc{color:#fff6;font-size:.62rem;line-height:1.5}.hs-progress-section{flex-direction:column;gap:4px;display:flex}.hs-progress-header{color:#fff6;justify-content:space-between;align-items:center;font-size:.58rem;font-weight:600;display:flex}.hs-progress-pct{color:#fafafa;font-weight:800}.hs-subtasks{flex-direction:column;gap:5px;display:flex}.hs-subtask{color:#ffffff80;background:#ffffff05;border:1px solid #ffffff08;border-radius:6px;align-items:center;gap:6px;padding:4px 8px;font-size:.6rem;display:flex}.hs-subtask.done{color:#ffffff4d;text-decoration:line-through}.hs-subtask.active{color:#fffc;background:#3b82f60f;border-color:#3b82f626}.hs-subtask-circle{border:1.5px solid #ffffff26;border-radius:50%;flex-shrink:0;width:10px;height:10px}.hs-comments{border-top:1px solid #ffffff0a;flex-direction:column;gap:8px;padding-top:6px;display:flex}.hs-comment{align-items:flex-start;gap:6px;display:flex}.hs-avatar-xs{color:#fff;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:.45rem;font-weight:800;display:flex}.hs-comment-body{flex-direction:column;flex:1;gap:1px;display:flex}.hs-comment-body strong{color:#ffffffbf;font-size:.55rem;font-weight:700}.hs-comment-body span{color:#ffffff59;font-size:.52rem}.hs-comment-time{color:#fff3;flex-shrink:0;margin-top:2px;font-size:.48rem;font-weight:600}.hs-integrations{flex-direction:column;gap:8px;display:flex}.hs-integration-card{background:#ffffff06;border:1px solid #ffffff0d;border-radius:8px;align-items:center;gap:8px;padding:8px 10px;display:flex}.hs-integ-icon{border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.hs-integ-icon.discord{color:#5865f2;background:#5865f226}.hs-integ-icon.slack{color:#e01e5a;background:#4a154b26}.hs-integ-icon.email{color:#a1a1aa;background:#a1a1aa1a}.hs-integ-info{flex-direction:column;flex:1;gap:1px;display:flex}.hs-integ-name{color:#ffffffd9;font-size:.65rem;font-weight:700}.hs-integ-status{font-size:.5rem;font-weight:600}.hs-integ-status.connected{color:#10b981}.hs-integ-ping{background:#10b981;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s ease-in-out infinite pingPulse;box-shadow:0 0 6px #10b98166}@keyframes pingPulse{0%,to{opacity:1}50%{opacity:.4}}.hs-divider{background:#ffffff0a;height:1px;margin:6px 0}.hs-notif-count{color:#d4d4d8;background:#fafafa26;border:1px solid #fafafa33;border-radius:4px;padding:1px 6px;font-size:.52rem;font-weight:800}.hs-notifications{flex-direction:column;gap:8px;display:flex}.hs-notif-item{background:#ffffff05;border:1px solid #ffffff08;border-radius:6px;align-items:flex-start;gap:8px;padding:6px 8px;display:flex}.hs-notif-icon{flex-shrink:0;margin-top:1px}.hs-notif-text{flex-direction:column;gap:1px;display:flex}.hs-notif-text strong{color:#fffc;font-size:.58rem;font-weight:700}.hs-notif-text span{color:#ffffff59;font-size:.5rem}@media (max-width:1200px){.hero-side-screen{display:none}.hero-triple-screens{max-width:1050px}}.landing-page.d7-light-active .hero-side-screen:after{background:linear-gradient(#0000 0%,#fff 100%)}.landing-page.d7-light-active .hs-task-name{color:#111}.landing-page.d7-light-active .hs-task-desc{color:#00000080}.landing-page.d7-light-active .hs-subtask{color:#00000080;background:#00000005;border-color:#0000000a}.landing-page.d7-light-active .hs-subtask.active{color:#333;background:#3b82f60a}.landing-page.d7-light-active .hs-comment-body strong{color:#333}.landing-page.d7-light-active .hs-integration-card{background:#00000005;border-color:#0000000d}.landing-page.d7-light-active .hs-integ-name{color:#222}.landing-page.d7-light-active .hs-notif-item{background:#00000004;border-color:#0000000a}.landing-page.d7-light-active .hs-notif-text strong{color:#222}.landing-page.d7-light-active .hd-sidebar-logo{border-color:#0000000f}.landing-page.d7-light-active .hd-notif{color:#333}.landing-page.d7-light-active .hd-notif-dot{box-shadow:0 0 4px #fafafa66}.landing-page.d7-light-active .hd-avatar{color:#333;background:#00000014}.landing-page.d7-light-active .hd-topbar{border-color:#0000000f}.landing-page.d7-light-active .hd-stat-bar-track{background:#0000000f}.landing-page.d7-light-active .hd-stat-trend,.landing-page.d7-light-active .hd-ktask-meta{color:#0006}.landing-page.d7-light-active .hd-kdue{color:#00000059}.landing-page.d7-light-active .hd-kassignee{color:#333;background:#0000000f}.landing-page.d7-light-active .hd-section-badge{color:#00000073;background:#0000000a;border-color:#00000014}.landing-page.d7-light-active .hd-live-dot{color:#10b981}.landing-page.d7-light-active .hd-bar{background:linear-gradient(#3b82f626,#3b82f666)}.landing-page.d7-light-active .hd-bar-label{color:#00000059}.landing-page.d7-light-active .hd-activity-time{color:#0000004d}.landing-page.d7-light-active .hs-comment-body span{color:#00000080}.landing-page.d7-light-active .hs-comment-time{color:#0000004d}.landing-page.d7-light-active .hs-divider{background:#0000000f}.landing-page.d7-light-active .hs-integ-status{color:#00000059}.landing-page.d7-light-active .hs-integ-status.connected{color:#10b981}.landing-page.d7-light-active .hs-integ-icon{opacity:.9}.landing-page.d7-light-active .hs-notif-icon{color:#666}.landing-page.d7-light-active .hs-notif-text span{color:#0006}.landing-page.d7-light-active .hs-notif-count{color:#fafafa;background:#fafafa14;border-color:#fafafa26}.landing-page.d7-light-active .hs-integ-ping{background:#10b981}@media (max-width:768px){.hero-slide-playground{min-height:auto;padding-bottom:2rem;justify-content:flex-start!important;padding-top:6rem!important}.hero-slide-playground .hero-logo{margin-bottom:.8rem}.hero-slide-playground .hero-subtitle{margin-top:.8rem;margin-bottom:.5rem;font-size:1rem}.hero-slide-playground .hero-tagline{margin-bottom:1.5rem;padding:.6rem 1.5rem;font-size:.75rem}.hero-dash{margin-top:1rem}.hero-dash-frame{border-radius:12px;transform:rotateX(8deg)scale(.88)}.hd-sidebar{display:none}.hd-status-row{flex-direction:column;align-items:stretch;gap:6px}.hd-status-counters{grid-template-columns:1fr 1fr;gap:4px;display:grid}.hd-quick-actions{display:none}.hd-content-grid{grid-template-columns:1fr}.hd-content-grid+.hd-content-grid,.hero-side-screen{display:none}.d7-theme-toggle{top:auto;bottom:1rem;right:1rem}.hero-dash-glow{filter:blur(30px);opacity:.5}.sync-testimonial{max-width:100%;margin-top:3rem;padding:0 1rem}.testimonial-carousel{height:200px}.testimonial-card{width:calc(100vw - 4rem);max-width:360px;padding:1.25rem 1.5rem}.testimonial-card.tc-left-1{opacity:.2;transform:translate(-90%)scale(.82)}.testimonial-card.tc-right-1{opacity:.2;transform:translate(-10%)scale(.82)}.testimonial-card.tc-left-2,.testimonial-card.tc-right-2{opacity:0;pointer-events:none}.sync-quote{font-size:.82rem;line-height:1.6}.sync-quote-name{font-size:.72rem}.sync-quote-av-img{width:30px;height:30px}.testimonial-verified{display:none}.trusted-carousel-section{padding:2rem 0}.trusted-set{gap:3rem}.trusted-logo{font-size:.75rem}.landing-footer{padding:1.5rem}.footer-inner{text-align:center;flex-direction:column;gap:1rem}.footer-left{flex-direction:column;gap:8px}.waitlist-features{display:none}}.waitlist-av-img{-o-object-fit:cover;object-fit:cover;border:2px solid #09090b;border-radius:50%;width:30px;height:30px;margin-left:-8px}.waitlist-av-img:first-child{margin-left:0}.landing-page.d7-light-active .waitlist-av-img{border-color:#f8f8fc}.waitlist-av.team-logo{color:#fff;letter-spacing:.03em;background:#1a1a2e;font-size:.45rem;font-weight:900}.hd-nav-section-label{color:#fff3;letter-spacing:.12em;text-transform:uppercase;padding:8px 0 3px;font-size:.5rem;font-weight:700}.hd-nav-section-label:first-child{padding-top:0}.hd-greeting-bar{z-index:1;background:#ffffff05;border:1px solid #ffffff0d;border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:10px;padding:12px 16px;display:flex;position:relative}.hd-greeting-left{align-items:center;gap:10px;display:flex}.hd-greeting-avatar{border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;display:flex}.hd-greeting-text{flex-direction:column;gap:2px;display:flex}.hd-greeting-hello{color:#ffffffe6;font-size:.82rem;font-weight:700}.hd-greeting-date{color:#ffffff4d;font-size:.55rem}.hd-greeting-right{align-items:center;gap:14px;display:flex}.hd-greeting-time{color:#fffc;letter-spacing:.02em;font-size:.9rem;font-weight:700}.hd-greeting-weather{color:#ffffff59;font-size:.65rem}.hd-status-row{z-index:1;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex;position:relative}.hd-status-counters{gap:8px;display:flex}.hd-status-item{background:#ffffff05;border:1px solid #ffffff0a;border-radius:8px;align-items:center;gap:6px;padding:6px 10px;display:flex}.hd-status-icon{font-size:.65rem}.hd-status-data{flex-direction:column;gap:1px;display:flex}.hd-status-label{color:#ffffff40;letter-spacing:.08em;text-transform:uppercase;font-size:.42rem;font-weight:700}.hd-status-value{color:#ffffffd9;font-size:.85rem;font-weight:800}.hd-quick-actions{gap:6px;display:flex}.hd-quick-btn{color:#fff6;cursor:pointer;background:#ffffff08;border:1px solid #ffffff0f;border-radius:6px;padding:5px 10px;font-family:inherit;font-size:.55rem;font-weight:600;transition:all .2s}.hd-quick-btn.active{color:#ffffffb3;background:#ffffff0f;border-color:#ffffff1a}.hd-panel{background:#ffffff04;border:1px solid #ffffff0a;border-radius:10px;padding:10px 12px}.hd-section-meta{color:#ffffff40;font-size:.5rem}.hd-team-list{flex-direction:column;gap:6px;margin-top:6px;display:flex}.hd-team-member{align-items:center;gap:8px;padding:4px 0;display:flex}.hd-team-av{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.48rem;font-weight:800;display:flex}.hd-team-info{flex-direction:column;flex:1;gap:1px;display:flex}.hd-team-name{color:#ffffffb3;font-size:.6rem;font-weight:600}.hd-team-badges{gap:3px;display:flex}.hd-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:3px;padding:1px 4px;font-size:.4rem;font-weight:700}.hd-badge.designer{color:#a855f7cc;background:#a855f726}.hd-badge.dev{color:#3b82f6cc;background:#3b82f626}.hd-badge.pm{color:#10b981cc;background:#10b98126}.hd-team-tasks{color:#ffffff4d;font-size:.6rem;font-weight:700}.hd-deadline-list{flex-direction:column;gap:6px;margin-top:6px;display:flex}.hd-deadline-item{align-items:center;gap:8px;display:flex}.hd-deadline-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.hd-deadline-dot.urgent{background:#ef4444;box-shadow:0 0 6px #ef444466}.hd-deadline-dot.warning{background:#f59e0b}.hd-deadline-dot.normal{background:#ffffff26}.hd-deadline-info{flex-direction:column;gap:1px;display:flex}.hd-deadline-name{color:#ffffffb3;font-size:.6rem;font-weight:600}.hd-deadline-date{color:#ffffff4d;font-size:.45rem}.hd-review-list{flex-direction:column;gap:5px;margin-top:6px;display:flex}.hd-review-item{align-items:center;gap:6px;display:flex}.hd-review-dot{background:#3b82f6;border-radius:50%;flex-shrink:0;width:5px;height:5px}.hd-review-name{color:#ffffffa6;font-size:.6rem;font-weight:600}.hd-review-by{color:#ffffff40;margin-left:auto;font-size:.45rem}.hd-mini-cal{margin-top:4px}.hd-cal-row{text-align:center;grid-template-columns:repeat(7,1fr);gap:0;display:grid}.hd-cal-row span{color:#fff6;padding:3px 0;font-size:.48rem}.hd-cal-head span{color:#ffffff40;text-transform:uppercase;font-size:.42rem;font-weight:700}.hd-cal-dim{color:#ffffff26!important}.hd-cal-today{background:#ffffff14;border-radius:4px;font-weight:700;color:#ffffffe6!important}.hd-section-title{align-items:center;gap:5px;display:flex}.hd-greeting-weather{align-items:center;gap:4px;display:flex}.hd-status-icon{align-items:center;display:flex}.hd-team-status{margin-top:1px;font-size:.42rem}.hd-team-status.online{color:#10b981}.hd-team-status.offline{color:#ffffff40}.hd-team-status.ooo{color:#f59e0b}.hd-team-status.clocked{color:#3b82f6}.hd-content-grid{gap:10px!important}.hd-panel{padding:12px 14px!important}.hd-team-list,.hd-deadline-list{gap:8px!important}.hd-review-list{gap:7px!important}.hd-greeting-bar,.hd-status-row{margin-bottom:8px!important}.hd-main{gap:8px!important;padding:14px!important}.landing-page.d7-light-active .hd-nav-badge{color:#dc2626;background:#ef44441f}.landing-page.d7-light-active .hd-greeting-bar{background:#00000005;border-color:#0000000f}.landing-page.d7-light-active .hd-greeting-hello{color:#111}.landing-page.d7-light-active .hd-greeting-date{color:#0006}.landing-page.d7-light-active .hd-greeting-time{color:#111}.landing-page.d7-light-active .hd-greeting-weather{color:#0006}.landing-page.d7-light-active .hd-status-item{background:#00000005;border-color:#0000000f}.landing-page.d7-light-active .hd-status-label{color:#00000059}.landing-page.d7-light-active .hd-status-value{color:#111}.landing-page.d7-light-active .hd-status-icon{color:#00000073}.landing-page.d7-light-active .hd-quick-btn{color:#00000073;background:#00000005;border-color:#00000014}.landing-page.d7-light-active .hd-quick-btn.active{color:#111;background:#0000000f;border-color:#0000001f}.landing-page.d7-light-active .hd-panel{background:#00000004;border-color:#0000000f}.landing-page.d7-light-active .hd-section-meta{color:#0000004d}.landing-page.d7-light-active .hd-team-name{color:#222}.landing-page.d7-light-active .hd-team-tasks{color:#00000059}.landing-page.d7-light-active .hd-team-status.offline{color:#0000004d}.landing-page.d7-light-active .hd-team-status.ooo{color:#d97706}.landing-page.d7-light-active .hd-deadline-name{color:#222}.landing-page.d7-light-active .hd-deadline-date{color:#00000059}.landing-page.d7-light-active .hd-review-name{color:#222}.landing-page.d7-light-active .hd-review-by{color:#0000004d}.landing-page.d7-light-active .hd-cal-row span{color:#00000080}.landing-page.d7-light-active .hd-cal-head span{color:#0000004d}.landing-page.d7-light-active .hd-cal-dim{color:#00000026!important}.landing-page.d7-light-active .hd-cal-today{background:#00000014;color:#111!important}.landing-page.d7-light-active .hd-content-grid{gap:10px}.landing-page.d7-light-active .hd-sidebar-logo img{filter:invert()}.landing-page.d7-light-active .hs-frame{background:#f5f5faf2;border-color:#00000014;box-shadow:0 15px 50px #0000001a}.landing-page.d7-light-active .hs-header{border-color:#0000000f}.landing-page.d7-light-active .hs-header-title{color:#222}.landing-page.d7-light-active .hs-header-badge{color:#00000080;background:#0000000d}.landing-page.d7-light-active .hd-nav-section-label{color:#0006!important}.landing-page.d7-light-active .hd-nav-item{color:#0000008c!important}.landing-page.d7-light-active .hd-nav-item.active{color:#111!important;background:#00000012!important}.landing-page.d7-light-active .hd-user-name{color:#222!important}.landing-page.d7-light-active .hd-user-role{color:#0006!important}.landing-page.d7-light-active .hd-greeting-weather svg{color:#0006}.landing-page.d7-light-active .hd-status-icon.backlog{color:#6366f1}.landing-page.d7-light-active .hd-status-icon.progress{color:#f59e0b}.landing-page.d7-light-active .hd-status-icon.review{color:#3b82f6}.landing-page.d7-light-active .hd-status-icon.done{color:#10b981}.landing-page.d7-light-active .hs-avatar-sm,.landing-page.d7-light-active .hs-avatar-xs{color:#fff!important;background:#000000b3!important}.landing-page.d7-light-active .hs-assign-role{color:#00000073!important}.landing-page.d7-light-active .hs-assign-name{color:#222!important}.landing-page.d7-light-active .testimonial-card{background:#ffffffe6!important;border-color:#00000014!important;box-shadow:0 8px 32px #00000014,0 1px 2px #0000000a!important}.landing-page.d7-light-active .testimonial-card.tc-center{box-shadow:0 12px 48px #0000001f,0 2px 4px #0000000f!important}.landing-page.d7-light-active .fomo-gradient-text{background:linear-gradient(135deg,#111,#555)!important;-webkit-text-fill-color:transparent!important;filter:none!important;-webkit-background-clip:text!important;background-clip:text!important}.landing-page.d7-light-active .fomo-eyebrow,.landing-page.d7-light-active .fomo-eyebrow-icon{color:#00000080!important}.landing-page.d7-light-active .fomo-capacity-label{color:#111!important}.landing-page.d7-light-active .fomo-capacity-pct{color:#00000080!important}.landing-page.d7-light-active .fomo-bar-track{background:#00000014!important}.landing-page.d7-light-active .fomo-bar-fill{background:linear-gradient(90deg,#111,#555)!important}.landing-page.d7-light-active .fomo-stat-number{color:#111!important}.landing-page.d7-light-active .fomo-stat-label{color:#0006!important}.landing-page.d7-light-active .fomo-stat-divider{background:#0000001a!important}.landing-page.d7-light-active .fomo-perks-title{color:#00000080!important}.landing-page.d7-light-active .fomo-perk{color:#0009!important}.landing-page.d7-light-active .fomo-perk-icon{color:#00000073!important}.landing-page.d7-light-active .fomo-cta{color:#fff!important;background:#111!important;border-color:#111!important}.landing-page.d7-light-active .fomo-cta:hover{background:#222!important}.landing-page.d7-light-active .fomo-micro{color:#00000059!important}.hiw-section{overflow:visible}.hiw-pills{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:100px;justify-content:center;gap:4px;width:fit-content;margin:2.5rem auto 3rem;padding:4px;display:flex}.hiw-pill{color:#fff6;letter-spacing:.03em;cursor:pointer;background:0 0;border:none;border-radius:100px;align-items:center;gap:6px;padding:10px 22px;font-family:inherit;font-size:.8rem;font-weight:600;transition:all .3s;display:flex}.hiw-pill:hover{color:#ffffffb3;background:#ffffff0a}.hiw-pill.active{color:#fff;background:#ffffff1a;box-shadow:0 2px 12px #0003}.hiw-carousel{justify-content:center;align-items:center;width:100%;height:480px;margin:0 auto;display:flex;position:relative;overflow:visible}.hiw-ring{width:280px;height:400px;transition:transform .9s cubic-bezier(.4,0,.2,1);position:relative}.hiw-card{-webkit-backdrop-filter:blur(16px);text-align:center;background:#ffffff1a;border:1px solid #ffffff14;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;width:280px;height:100%;padding:2.5rem 1.8rem;display:flex;position:absolute;top:0;left:0;box-shadow:0 15px 40px #00000040}.hiw-card-icon{color:#fffc;background:#ffffff14;border:1px solid #ffffff1a;border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.2rem;display:flex}.hiw-card-title{color:#fafafa;letter-spacing:-.02em;margin:0 0 .6rem;font-size:1.35rem;font-weight:800}.hiw-card-desc{color:#fff6;margin:0 0 1.2rem;font-size:.82rem;line-height:1.6}.hiw-card-step{letter-spacing:.12em;text-transform:uppercase;color:#ffffff2e;font-size:.65rem;font-weight:700}.landing-page.d7-light-active .hiw-pills{background:#00000008;border-color:#0000000f}.landing-page.d7-light-active .hiw-pill{color:#0006}.landing-page.d7-light-active .hiw-pill:hover{color:#000000b3;background:#0000000a}.landing-page.d7-light-active .hiw-pill.active{color:#fff;background:#111}.landing-page.d7-light-active .hiw-card{background:#ffffffe6;border-color:#0000000f;box-shadow:0 15px 40px #00000012}.landing-page.d7-light-active .hiw-card-icon{color:#0000008c;background:#0000000d;border-color:#00000014}.landing-page.d7-light-active .hiw-card-title{color:#111}.landing-page.d7-light-active .hiw-card-desc{color:#00000080}.landing-page.d7-light-active .hiw-card-step{color:#00000026}@media (max-width:768px){.hiw-carousel{perspective:1200px;height:400px}.hiw-ring{width:230px;height:350px}.hiw-card{width:230px;padding:1.8rem 1.2rem}.hiw-pills{gap:2px;padding:3px}.hiw-pill{padding:8px 14px;font-size:.72rem}}
