@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
.landing{-webkit-font-smoothing:antialiased;color:#162131;background:#f1f5f9;font-family:Inter,system-ui,-apple-system,sans-serif;overflow-x:hidden}.landing *,.landing :before,.landing :after{box-sizing:border-box;margin:0;padding:0}.nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f1f5f9d9;border-bottom:1px solid #e2e8f0;position:fixed;top:0;left:0;right:0}.nav-inner{justify-content:space-between;align-items:center;max-width:1200px;height:64px;margin:0 auto;padding:0 32px;display:flex}.nav-logo{align-items:center;gap:10px;display:flex}.nav-logo span{color:#162131;letter-spacing:-.3px;font-size:18px;font-weight:700}.nav-links{gap:32px;display:flex}.nav-links a{color:#64748b;font-size:14px;font-weight:500;text-decoration:none;transition:color .15s}.nav-links a:hover{color:#162131}.nav-actions{align-items:center;gap:12px;display:flex}.nav-signin{color:#64748b;font-size:14px;font-weight:500;text-decoration:none;transition:color .15s}.nav-signin:hover{color:#162131}.nav-cta{color:#fff;background:#f80;border-radius:12px;align-items:center;padding:8px 20px;font-size:13px;font-weight:600;text-decoration:none;transition:background .15s,transform .1s;display:inline-flex}.nav-cta:hover{background:#e67a00}.nav-cta:active{transform:scale(.98)}.hero{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1200px;min-height:100vh;margin:0 auto;padding:120px 32px 80px;display:grid}.hero-inner{flex-direction:column;gap:24px;display:flex}.hero-badge{color:#cc6d00;background:#ff88001a;border-radius:20px;align-items:center;gap:8px;width:fit-content;padding:6px 16px 6px 10px;font-size:12px;font-weight:600;display:inline-flex}.hero-badge-dot{background:#f80;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero h1{letter-spacing:-.03em;color:#162131;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;line-height:1.1}.hero-accent{background:linear-gradient(135deg,#f80,#fa4);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-sub{color:#64748b;max-width:520px;font-size:17px;line-height:1.7}.hero-buttons{gap:12px;margin-top:8px;display:flex}.btn-primary{color:#fff;background:#f80;border-radius:12px;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:background .15s,transform .1s;display:inline-flex;box-shadow:0 4px 16px #ff88004d}.btn-primary:hover{background:#e67a00}.btn-primary:active{transform:scale(.98)}.btn-primary.large{padding:16px 32px;font-size:16px}.btn-secondary{color:#162131;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:all .15s;display:inline-flex}.btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1}.hero-stats{align-items:center;gap:24px;margin-top:16px;display:flex}.hero-stat-value{color:#162131;font-size:22px;font-weight:700;display:block}.hero-stat-label{color:#94a3b8;font-size:12px;font-weight:500}.hero-stat-sep{background:#e2e8f0;width:1px;height:36px}.hero-visual{perspective:1200px}.hero-window{background:#fff;border-radius:16px;transition:transform .4s;overflow:hidden;transform:rotateY(-4deg)rotateX(2deg);box-shadow:0 24px 80px #1621311f,0 2px 8px #0000000f}.hero-window:hover{transform:rotateY(0)rotateX(0)}.hero-window-bar{background:#f8fafc;border-bottom:1px solid #e2e8f0;align-items:center;gap:8px;padding:12px 16px;display:flex}.dot{border-radius:50%;width:10px;height:10px}.dot.red{background:#ff5f57}.dot.yellow{background:#febc2e}.dot.green{background:#28c840}.hero-window-title{color:#94a3b8;margin-left:8px;font-size:12px;font-weight:500}.hero-window-live{text-transform:uppercase;letter-spacing:.5px;color:#1a932e;background:#1a932e1f;border:1px solid #1a932e3d;border-radius:999px;margin-left:auto;padding:3px 8px;font-size:10px;font-weight:600}.hero-window-body{min-height:320px;display:flex}.hw-sidebar{background:#162131;flex-shrink:0;width:160px;padding:16px 12px}.hw-logo-row{align-items:center;gap:8px;margin-bottom:20px;display:flex}.hw-logo-icon{background:#f80;border-radius:5px;width:20px;height:20px}.hw-logo-row span{color:#fff;font-size:12px;font-weight:700}.hw-nav-item{color:#ffffff80;border-radius:16px;margin-bottom:4px;padding:8px 12px;font-size:11px}.hw-nav-item.active{color:#fff;background:#ffffff1f;font-weight:500}.hw-main{background:#f1f5f9;flex:1;padding:16px}.hw-stat-row{grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:16px;display:grid}.hw-stat{background:#fff;border-radius:8px;padding:10px;box-shadow:0 1px 3px #0000000a}.hw-stat:before{content:"";border-radius:50%;width:28px;height:28px;margin-bottom:6px;display:block}.hw-stat.purple:before{background:#d398e7}.hw-stat.orange:before{background:#f80}.hw-stat.blue:before{background:#70a1e5}.hw-stat.gold:before{background:#f0c274}.hw-stat-num{color:#162131;font-size:16px;font-weight:700}.hw-stat-label{color:#94a3b8;font-size:9px}.hw-stat-trend{margin-top:5px;font-size:9px;font-weight:600}.hw-stat-trend.up{color:#1a932e}.hw-stat-trend.down{color:#94a3b8}.hw-task-rows{flex-direction:column;gap:4px;display:flex}.hw-task-row{background:0 0;border-radius:8px;grid-template-columns:auto 1fr;align-items:start;gap:10px;padding:8px 10px;display:grid}.hw-task-row.highlight{background:#fff;box-shadow:0 1px 4px #0000000f}.hw-pill{white-space:nowrap;border-radius:12px;padding:2px 8px;font-size:9px;font-weight:500}.hw-pill.approval{color:#cc6d00;background:#ff880026}.hw-pill.working{color:#9654b0;background:#d398e72e}.hw-pill.pr{color:#1a932e;background:#1a932e2e}.hw-pill.merged{color:#64748b;background:#94a3b81f}.hw-task-title{color:#162131;font-size:11px;font-weight:500}.hw-task-main{flex-direction:column;gap:2px;min-width:0;display:flex}.hw-task-meta{color:#94a3b8;font-size:9px}.hw-task-progress{background:#e2e8f0;border-radius:99px;width:100%;height:4px;margin-top:4px;overflow:hidden}.hw-task-progress-fill{background:linear-gradient(90deg,#d398e7,#b779d1);width:58%;height:100%;display:block}.logos-section{text-align:center;border-top:1px solid #e2e8f0;border-bottom:none;padding:60px 32px}.logos-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.8px;margin-bottom:24px;font-size:13px;font-weight:500}.logos-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:48px;display:flex}.logo-placeholder{color:#cbd5e1;letter-spacing:-.3px;font-size:18px;font-weight:700}.section-header{text-align:center;max-width:600px;margin:0 auto 48px}.section-badge{color:#cc6d00;background:#ff88001a;border-radius:20px;margin-bottom:16px;padding:4px 14px;font-size:12px;font-weight:600;display:inline-block}.section-header h2{letter-spacing:-.02em;color:#162131;margin-bottom:12px;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700}.section-header p{color:#64748b;font-size:16px;line-height:1.6}.features{background:0 0;border:none;border-radius:0;max-width:1200px;margin:0 auto;padding:88px 32px;position:relative}.features-stage{grid-template-columns:320px 1fr;align-items:start;gap:26px;margin-bottom:24px;display:grid}.features-copy{background:linear-gradient(155deg,#ffffffd1,#f6fafecc);border:1px solid #e1e9f4cc;border-radius:18px;padding:22px;box-shadow:0 8px 20px #0f25440d}.features-copy h2{letter-spacing:-.02em;color:#162131;margin:0 0 10px;font-size:clamp(1.7rem,2.7vw,2.25rem);line-height:1.06}.features-copy p{color:#5f7086;margin:0;font-size:14px;line-height:1.7}.features-copy-steps{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.features-copy-steps span{letter-spacing:.02em;color:#496585;background:#eef4fc;border:1px solid #d8e3f2;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:600}.features-canvas{border-radius:20px;min-height:520px;position:relative}.fc-timeline{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffffe6;border:1px solid #e1e9f4;border-radius:18px;width:min(100%,620px);padding:16px 16px 62px;position:absolute;top:4px;right:14px;box-shadow:0 10px 24px #0f254412}.fc-head{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.fc-head h3{letter-spacing:-.02em;margin:0;font-size:33px;font-weight:600}.fc-head span{color:#64748b;background:#f4f8fd;border:1px solid #dfe8f4;border-radius:999px;padding:6px 10px;font-size:12px}.fc-lane-grid{color:#a3b2c6;grid-template-columns:repeat(5,1fr);margin-bottom:10px;font-size:10px;display:grid}.fc-lane{color:#fff;border-radius:12px;justify-content:space-between;align-items:center;width:62%;margin:0 0 9px;padding:10px 12px;font-size:12px;display:flex;position:relative}.fc-lane.orange{background:linear-gradient(90deg,#f5a623,#ff9200)}.fc-lane.blue{background:linear-gradient(90deg,#34a6e8,#1f8dd7);width:54%;margin-left:auto}.fc-lane span{background:#fff3;border-radius:999px;padding:3px 8px;font-size:11px}.fc-board{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffffeb;border:1px solid #dde7f3;border-radius:20px;width:min(100%,720px);position:absolute;bottom:0;left:0;overflow:hidden;box-shadow:0 12px 30px #0f254417}.fc-board-head{letter-spacing:-.02em;border-bottom:1px solid #e7eef7;padding:16px 18px;font-size:40px;font-weight:600}.fc-columns{grid-template-columns:repeat(2,1fr);gap:10px;padding:12px;display:grid}.fc-col{background:#f8fbff;border:1px solid #e2eaf5;border-radius:14px;padding:10px}.fc-col-title{color:#495c74;margin-bottom:8px;font-size:14px;font-weight:600}.fc-task{background:#fff;border:1px solid #e2eaf4;border-radius:12px;margin-bottom:8px;padding:12px;box-shadow:0 4px 14px #0e23420d}.fc-task:last-child{margin-bottom:0}.fc-task.tilt{border-color:#b8cff1;transform:rotate(-2deg)}.fc-task p{color:#1a2a3d;letter-spacing:-.01em;margin:0 0 5px;font-size:17px;font-weight:500}.fc-task small{color:#74879d;font-size:12px}.why-section{margin-top:64px;padding:56px 0 0}.why-section .section-header{margin-bottom:36px}.why-section .section-header h2{color:#162131}.why-section .section-header p{color:#64748b}.bento-grid{grid-template-rows:auto auto;grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.bento-card{background:#ffffffe6;border:1px solid #e4ecf6;border-radius:20px;flex-direction:column;justify-content:space-between;min-height:200px;padding:28px 24px;transition:transform .22s,box-shadow .22s,border-color .22s;display:flex;position:relative;overflow:hidden;box-shadow:0 7px 20px #0f25440d}.bento-card:hover{border-color:#d6e2f1;transform:translateY(-4px);box-shadow:0 12px 28px #0f254417}.bento-card.wide{grid-column:span 2}.bento-card.tall{grid-row:span 2;min-height:414px}.bento-card h3{letter-spacing:-.02em;color:#162131;max-width:260px;margin-bottom:8px;font-size:20px;font-weight:700}.bento-card.wide h3{max-width:360px}.bento-card p{color:#5f7086;max-width:280px;margin:0;font-size:14px;line-height:1.6}.bento-card.wide p{max-width:400px}.bento-visual{opacity:.45;pointer-events:none;transition:opacity .3s,transform .3s;position:absolute;bottom:-4px;right:-4px}.bento-card:hover .bento-visual{opacity:.65;transform:translateY(-2px)}.bento-card.tall .bento-visual{opacity:.35;bottom:20px;right:16px}.features-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.feature-card{background:#ffffffe6;border:1px solid #e4ecf6;border-radius:16px;padding:20px;transition:transform .22s,box-shadow .22s,border-color .22s;box-shadow:0 7px 20px #0f25440d}.feature-card:hover{border-color:#d6e2f1;transform:translateY(-4px);box-shadow:0 12px 28px #0f254417}.feature-icon{border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:12px;transition:transform .22s;display:flex;box-shadow:inset 0 0 0 1px #ffffff59}.feature-icon.purple{background:#d398e7}.feature-icon.orange{background:#f80}.feature-icon.blue{background:#70a1e5}.feature-icon.green{background:#1a932e}.feature-icon.gold{background:#f0c274}.feature-icon.dark{background:#162131}.feature-card:hover .feature-icon{transform:translateY(-2px)scale(1.04)}.feature-card h3{letter-spacing:-.01em;color:#162131;margin-bottom:8px;font-size:16px;font-weight:650}.feature-card p{color:#5f7086;margin-bottom:0;font-size:13px;line-height:1.62}.how-it-works{max-width:1200px;margin:0 auto;padding:84px 32px}.how-shell{background:linear-gradient(160deg,#fffffff0,#f7fbffeb);border:1px solid #dde8f4;border-radius:24px;padding:28px;box-shadow:0 16px 40px #0f254412}.how-header{max-width:680px;margin-bottom:24px}.how-header h2{letter-spacing:-.03em;margin:0 0 10px;font-size:clamp(2rem,3.6vw,2.7rem);line-height:1.05}.how-header p{color:#61758d;margin:0;font-size:16px;line-height:1.65}.how-track{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid;position:relative}.how-track:before{content:"";z-index:0;background:linear-gradient(90deg,#ffd9ad,#cfe2fb);height:2px;position:absolute;top:32px;left:8%;right:8%}.how-step{z-index:1;background:#fff;border:1px solid #e2ebf6;border-radius:16px;padding:18px;position:relative;box-shadow:0 8px 24px #0f25440d}.how-step-top{align-items:center;gap:10px;margin-bottom:10px;display:flex}.how-step-number{color:#c46e09;letter-spacing:.04em;background:#fff2e1;border-radius:10px;justify-content:center;align-items:center;min-width:34px;height:34px;font-size:12px;font-weight:700;display:inline-flex}.how-step h3{letter-spacing:-.02em;margin:0;font-size:22px}.how-step p{color:#5f7289;margin:0 0 14px;font-size:14px;line-height:1.65}.how-mock{background:#f8fbff;border:1px solid #e4edf8;border-radius:12px;padding:12px}.how-mock-label{letter-spacing:.08em;text-transform:uppercase;color:#89a0bc;margin-bottom:8px;font-size:10px;font-weight:700;display:inline-block}.how-mock-row{color:#2d425c;background:#fff;border:1px solid #dee8f5;border-radius:10px;margin-bottom:8px;padding:9px 10px;font-size:12px}.how-mock-chip{color:#4f6783;background:#edf3fc;border:1px solid #d7e4f4;border-radius:999px;align-items:center;padding:5px 9px;font-size:11px;font-weight:600;display:inline-flex}.how-mock-chip.ok{color:#1f7d4e;background:#e9f8ef;border-color:#bfe8d1}.how-mock-list{gap:6px;margin-bottom:10px;display:grid}.how-mock-list span{color:#405873;border-left:2px solid #cde0f6;padding-left:8px;font-size:12px}.how-mock-actions{gap:8px;display:flex}.how-mock-actions span{border-radius:8px;align-items:center;padding:5px 10px;font-size:11px;font-weight:600;display:inline-flex}.how-mock-actions span:first-child{color:#fff;background:#1a932e}.how-mock-actions span:last-child{color:#bf3f3f;background:#fff;border:1px solid #e5b7b7}.how-mock-pr{color:#204360;margin-bottom:8px;font-size:13px;font-weight:600}.pricing{max-width:1100px;margin:0 auto;padding:80px 32px}.pricing-grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:20px;display:grid}.pricing-card{background:#fff;border-radius:16px;padding:32px;transition:transform .2s,box-shadow .2s;position:relative;box-shadow:0 1px 3px #0000000a}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.pricing-card.featured{border:2px solid #f80;box-shadow:0 8px 32px #ff88001f}.pricing-popular{color:#fff;white-space:nowrap;background:#f80;border-radius:20px;padding:4px 16px;font-size:11px;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing-plan{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:14px;font-weight:600}.pricing-price{color:#162131;letter-spacing:-.02em;margin-bottom:8px;font-size:42px;font-weight:800}.pricing-price span{color:#94a3b8;font-size:16px;font-weight:500}.pricing-desc{color:#64748b;margin-bottom:24px;font-size:14px;line-height:1.5}.pricing-features{flex-direction:column;gap:10px;margin-bottom:28px;list-style:none;display:flex}.pricing-features li{color:#475569;padding-left:24px;font-size:14px;position:relative}.pricing-features li:before{content:"";background:#1a932e1f url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.5 5L4.5 7L7.5 3' stroke='%231a932e' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50% no-repeat;border-radius:50%;width:14px;height:14px;position:absolute;top:4px;left:0}.pricing-btn{text-align:center;border-radius:12px;padding:12px 24px;font-size:14px;font-weight:600;text-decoration:none;transition:all .15s;display:block}.pricing-btn.primary{color:#fff;background:#f80}.pricing-btn.primary:hover{background:#e67a00}.pricing-btn.secondary{color:#162131;background:#fff;border:1.5px solid #e2e8f0}.pricing-btn.secondary:hover{background:#f8fafc;border-color:#cbd5e1}.final-cta{text-align:center;color:#fff;background:#162131;padding:80px 32px}.final-cta h2{letter-spacing:-.02em;margin-bottom:12px;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700}.final-cta p{color:#fff9;margin-bottom:28px;font-size:16px;line-height:1.6}.footer{background:#0f1923;padding:60px 32px 32px}.footer-inner{justify-content:space-between;gap:48px;max-width:1200px;margin:0 auto;display:flex}.footer-brand p{color:#fff6;margin-top:12px;font-size:14px;line-height:1.6}.footer-brand .nav-logo span{color:#fff}.footer-links{gap:64px;display:flex}.footer-col{flex-direction:column;gap:10px;display:flex}.footer-col h4{text-transform:uppercase;letter-spacing:.8px;color:#ffffff4d;margin-bottom:4px;font-size:12px;font-weight:600}.footer-col a{color:#fff9;font-size:14px;text-decoration:none;transition:color .15s}.footer-col a:hover{color:#fff}.footer-bottom{border-top:1px solid #ffffff0f;max-width:1200px;margin:48px auto 0;padding-top:24px}.footer-bottom p{color:#ffffff4d;font-size:13px}@media (max-width:900px){.nav-inner{padding:0 20px}.nav-links{display:none}.hero{grid-template-columns:1fr;gap:40px;min-height:auto;padding:100px 20px 60px}.hero-window{transform:none}.hero-sub{max-width:100%}.logos-section{padding:40px 20px}.features{padding:60px 20px}.features-stage{grid-template-columns:1fr}.features-canvas{min-height:auto}.fc-timeline,.fc-board{width:100%;margin-bottom:12px;position:static}.fc-board-head{font-size:32px}.bento-grid{grid-template-columns:1fr 1fr}.bento-card.wide{grid-column:span 2}.bento-card.tall{grid-row:span 1;min-height:200px}.why-section{margin-top:48px;padding:48px 0 0}.how-it-works{padding:60px 20px}.how-shell{padding:20px}.how-track{grid-template-columns:1fr;gap:12px}.how-track:before{display:none}.pricing{padding:60px 20px}.pricing-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.final-cta{padding:60px 20px}.footer{padding:40px 20px 24px}.footer-inner{flex-direction:column;gap:32px}.footer-links{gap:40px}}@media (max-width:600px){.nav-inner{height:56px;padding:0 16px}.nav-cta{padding:7px 14px;font-size:12px}.hero{gap:32px;padding:80px 16px 48px}.hero h1{font-size:2rem}.hero-sub{font-size:15px}.hero-buttons{flex-direction:column}.hero-buttons .btn-primary,.hero-buttons .btn-secondary{justify-content:center;width:100%;padding:14px 20px}.hero-stats{flex-wrap:wrap;gap:16px}.hero-stat-sep{display:none}.hero-stat-value{font-size:20px}.hw-sidebar{display:none}.hw-stat-row{grid-template-columns:repeat(2,1fr)}.logos-section{padding:32px 16px}.features{padding:48px 16px}.features-copy{padding:18px}.features-copy h2{font-size:1.5rem}.fc-head h3{font-size:22px}.fc-columns{grid-template-columns:1fr}.fc-lane,.fc-lane.blue{width:100%;margin-left:0}.fc-task p{font-size:14px}.bento-grid{grid-template-columns:1fr;gap:12px}.bento-card.wide,.bento-card.tall{grid-area:span 1/span 1;min-height:auto}.bento-card{min-height:auto;padding:22px 20px}.bento-card h3{max-width:100%;font-size:17px}.bento-card.wide h3{max-width:100%}.bento-card p{max-width:100%;font-size:13px}.bento-card.wide p{max-width:100%}.bento-visual{opacity:.3}.why-section{margin-top:36px;padding:36px 0 0}.section-header h2{font-size:1.5rem}.how-it-works{padding:48px 16px}.how-shell{border-radius:18px;padding:16px}.how-header h2{font-size:1.6rem}.how-header p{font-size:14px}.how-step{padding:16px}.how-step h3{font-size:18px}.how-step p{font-size:13px}.final-cta{padding:48px 16px}.final-cta h2{font-size:1.5rem}.final-cta p{font-size:14px}.btn-primary.large{justify-content:center;width:100%;padding:14px 24px;font-size:15px}.footer{padding:32px 16px 20px}.footer-links{flex-wrap:wrap;gap:24px}.footer-bottom{margin-top:32px;padding-top:16px}}
/*# sourceMappingURL=7e4a60df98186c04.css.map*/