:root{--font:"Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--bg-page:#fff;--bg-card:#fff;--text:#475569;--text-muted:#64748b;--text-title:#0f172a;--blue:#2563eb;--blue-hover:#1d4ed8;--blue-soft:#dbeafe;--blue-icon-bg:#93c5fd;--mint:#2dd4bf;--mint-deep:#14b8a6;--hero-oval:#bfdbfe73;--badge-live:#2563eb;--badge-soon-bg:#bfdbfe;--badge-soon-text:#1e40af;--shadow-card:0 4px 24px #0f172a0f, 0 1px 3px #0f172a0a;--shadow-card-hover:0 20px 40px -12px #0f172a1f, 0 8px 16px -8px #0f172a14;--radius-card:16px;--radius-pill:999px;--border-card:#0f172a12}*,:before,:after{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;font-size:16px}body{font-family:var(--font);color:var(--text);background:var(--bg-page);margin:0;line-height:1.55}#root{min-height:100dvh}a{color:inherit;text-decoration:none}a:hover{color:var(--blue)}button{cursor:pointer;border:none;font-family:inherit}.landing{flex-direction:column;min-height:100dvh;display:flex}.landing-header{z-index:100;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-card);background:#ffffffe0;width:100%;position:sticky;top:0;box-shadow:inset 0 1px #fffc}.landing-header__inner{justify-content:space-between;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;padding:.875rem 1.5rem;display:flex}@media (width<=640px){.landing-header__inner{flex-wrap:wrap;padding:.75rem 1.15rem}.landing-brand__logo{width:auto!important;height:32px!important}.landing-brand__divider,.landing-brand__product{display:none}}.landing-brand{color:inherit;flex-shrink:0;align-items:center;gap:.75rem;min-width:0;text-decoration:none;display:flex}.landing-brand:hover{text-decoration:none}.landing-brand__logo{object-fit:contain;object-position:left center;width:auto;height:40px;display:block}.landing-brand__divider{background:var(--border-card);flex-shrink:0;width:1px;height:28px}.landing-brand__product{color:var(--text-title);letter-spacing:-.02em;white-space:nowrap;font-size:.9375rem;font-weight:700}.landing-nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.35rem;display:flex}.landing-nav__link{color:var(--text-muted);border-radius:9px;padding:.5rem .85rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .15s,background .15s}.landing-nav__link:hover{color:var(--text-title);background:#f1f5f9;text-decoration:none}.landing-nav__link:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.landing-main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem 4.5rem}.landing-hero{text-align:center;margin-bottom:.5rem;padding:2.75rem 0 3.25rem;position:relative;overflow:visible}.landing-hero__bg{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.landing-hero__bg .landing-hero__oval{pointer-events:none;z-index:0;background:radial-gradient(68% 62% at 50% 48%,#2dd4bf24 0%,#93c5fd59 35%,#bfdbfe26 58%,#0000 70%);width:min(960px,100vw);height:min(300px,48vw);max-height:340px;position:absolute;top:38%;left:50%;transform:translate(-50%,-50%)}.landing-hero__bg .landing-hero__mesh{z-index:0;opacity:.4;pointer-events:none;background-image:radial-gradient(circle at 20% 30%,#2563eb0f 0%,#0000 45%),radial-gradient(circle at 80% 20%,#2dd4bf14 0%,#0000 40%),radial-gradient(circle at 50% 80%,#6366f10d 0%,#0000 50%);position:absolute;inset:0}.landing-hero__inner{z-index:1;max-width:760px;margin:0 auto;padding:0 .5rem;position:relative}.landing-hero__eyebrow{letter-spacing:.06em;text-transform:uppercase;color:var(--blue);background:linear-gradient(#dbeafee6 0%,#eff6fff2 100%);border:1px solid #2563eb1f;border-radius:999px;align-items:center;margin:0 0 1.1rem;padding:.35rem .95rem;font-size:.75rem;font-weight:600;display:inline-flex;box-shadow:0 1px 2px #0f172a0a}.landing-hero__title{letter-spacing:-.035em;text-wrap:balance;margin:0 0 1.35rem;font-size:clamp(1.85rem,5vw,3rem);font-weight:700;line-height:1.15}.landing-hero__line1{color:var(--mint);text-shadow:0 0 40px #2dd4bf33}.landing-hero__line2{color:var(--blue)}.landing-hero__lede{max-width:580px;color:var(--text-muted);text-wrap:pretty;margin:0 auto;font-size:1.0625rem;line-height:1.7}.landing-hero__stats-bar{border:1px solid var(--border-card);background:linear-gradient(#fff 0%,#f8fafc 100%);border-radius:16px;flex-wrap:nowrap;justify-content:center;align-items:stretch;gap:0;max-width:640px;margin:2.5rem auto 0;padding:1.15rem .5rem;display:flex;box-shadow:0 1px 2px #0f172a0a,0 12px 40px -16px #0f172a1a}.landing-stat{text-align:left;flex:1;justify-content:center;align-items:center;gap:.75rem;min-width:0;padding:0 .65rem;display:flex}.landing-stat__icon{color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.landing-stat__icon--agents{background:linear-gradient(145deg,#60a5fa 0%,#2563eb 100%);box-shadow:0 4px 12px #2563eb47}.landing-stat__icon--phases{background:linear-gradient(145deg,#34d399 0%,#059669 100%);box-shadow:0 4px 12px #05966938}.landing-stat__icon--ai{background:linear-gradient(145deg,#a78bfa 0%,#7c3aed 100%);box-shadow:0 4px 12px #7c3aed40}.landing-stat__text{flex-direction:column;gap:.1rem;min-width:0;display:flex}.landing-stat__num{color:var(--text-title);letter-spacing:-.03em;font-size:clamp(1.5rem,3.5vw,1.85rem);font-weight:700;line-height:1.15;display:block}.landing-stat__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600;line-height:1.3;display:block}.landing-stat--phases{position:relative}.landing-stat__label-row{flex-wrap:wrap;align-items:center;gap:.35rem;min-width:0;display:flex}.landing-stat__label-row .landing-stat__label{line-height:1.3;display:inline}.landing-stat__tooltip-trigger{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;margin:0;padding:.2rem;transition:color .15s,background .15s;display:inline-flex}.landing-stat__tooltip-trigger:hover{color:var(--blue);background:#2563eb14}.landing-stat__tooltip-trigger:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.landing-phases-popover{z-index:30;text-align:left;border:1px solid var(--border-card);-webkit-overflow-scrolling:touch;background:#fff;border-radius:8px;width:min(248px,100vw - 2rem);max-height:min(52vh,240px);padding:.5rem .55rem .55rem;position:absolute;top:calc(100% + .45rem);left:50%;overflow-y:auto;transform:translate(-50%);box-shadow:0 1px 2px #0f172a0a,0 10px 28px -10px #0f172a24}.landing-phases-popover:before{content:"";border:5px solid #0000;border-bottom-color:var(--border-card);margin-bottom:-1px;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.landing-phases-popover:after{content:"";border:4px solid #0000;border-bottom-color:#fff;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.landing-phases-popover__list{flex-direction:column;gap:.3rem;margin:0;padding:0;list-style:none;display:flex}.landing-phases-popover__item{color:var(--text-title);text-transform:none;letter-spacing:normal;align-items:flex-start;gap:.4rem;font-size:.75rem;font-weight:500;line-height:1.32;display:flex}.landing-phases-popover__num{color:#fff;background:linear-gradient(145deg,#34d399 0%,#059669 100%);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;min-width:1.05rem;height:1.05rem;margin-top:.06rem;font-size:.5625rem;font-weight:700;line-height:1;display:inline-flex}.landing-stat__rule{background:linear-gradient(180deg, transparent 0%, var(--border-card) 20%, var(--border-card) 80%, transparent 100%);flex-shrink:0;align-self:stretch;width:1px;min-height:44px;margin:0 .15rem}@media (width<=600px){.landing-hero__stats-bar{flex-direction:column;align-items:stretch;gap:.75rem;padding:1rem}.landing-stat__rule{display:none}.landing-stat{justify-content:flex-start;padding:.35rem 0}}.landing-agents-section{margin-top:2rem}.landing-agents-section__head{text-align:center;max-width:520px;margin-bottom:1.75rem;margin-left:auto;margin-right:auto}.landing-agents-section__title{color:var(--text-title);letter-spacing:-.03em;justify-content:center;align-items:center;gap:.5rem;margin:0 0 .5rem;font-size:1.25rem;font-weight:700;display:inline-flex}.landing-agents-section__title-icon{color:var(--blue);flex-shrink:0}.landing-agents-section__sub{color:var(--text-muted);margin:0;font-size:.9375rem;line-height:1.55}.landing-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (width<=1024px){.landing-grid{grid-template-columns:repeat(2,1fr);gap:1.35rem}}@media (width<=640px){.landing-grid{grid-template-columns:1fr;gap:1.25rem}}.landing-card{background:var(--bg-card);border-radius:var(--radius-card);border:1px solid var(--border-card);box-shadow:var(--shadow-card);flex-direction:column;min-height:100%;transition:transform .22s cubic-bezier(.34,1.2,.64,1),box-shadow .22s,border-color .22s;display:flex;position:relative;overflow:hidden}@media (prefers-reduced-motion:reduce){.landing-card{transition:none}}.landing-card:hover:not(.landing-card--soon){box-shadow:var(--shadow-card-hover);border-color:#2563eb2e;transform:translateY(-5px)}.landing-card--soon{background:linear-gradient(#fafbfc 0%,#fff 100%)}.landing-card--soon:hover{border-color:var(--border-card);box-shadow:var(--shadow-card);transform:translateY(-2px)}.landing-card__shine{opacity:.95;pointer-events:none;height:3px;position:absolute;top:0;left:0;right:0}.landing-card[data-accent=cyan] .landing-card__shine{background:linear-gradient(90deg,#22d3ee,#06b6d4)}.landing-card[data-accent=blue] .landing-card__shine{background:linear-gradient(90deg,#60a5fa,#2563eb)}.landing-card[data-accent=indigo] .landing-card__shine{background:linear-gradient(90deg,#818cf8,#4f46e5)}.landing-card[data-accent=teal] .landing-card__shine{background:linear-gradient(90deg,#2dd4bf,#0d9488)}.landing-card[data-accent=sky] .landing-card__shine{background:linear-gradient(90deg,#7dd3fc,#0284c7)}.landing-card[data-accent=violet] .landing-card__shine{background:linear-gradient(90deg,#c4b5fd,#7c3aed)}.landing-card[data-accent=slate] .landing-card__shine{background:linear-gradient(90deg,#cbd5e1,#64748b)}.landing-card__body{z-index:1;flex-direction:column;flex:1;padding:1.5rem 1.5rem 1.35rem;display:flex;position:relative}.landing-card__top{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:1.1rem;display:flex}.landing-card__icon-wrap{position:relative}.landing-card__icon-wrap:after{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#ffffffe6,#0000 60%);border-radius:14px;transition:opacity .2s;position:absolute;inset:-4px}.landing-card:hover:not(.landing-card--soon) .landing-card__icon-wrap:after{opacity:1}.landing-card__icon{color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 4px 12px #0f172a1f}.landing-card[data-accent=cyan] .landing-card__icon{background:linear-gradient(145deg,#22d3ee 0%,#0891b2 100%)}.landing-card[data-accent=blue] .landing-card__icon{background:linear-gradient(145deg,#60a5fa 0%,#2563eb 100%)}.landing-card[data-accent=indigo] .landing-card__icon{background:linear-gradient(145deg,#a5b4fc 0%,#4f46e5 100%)}.landing-card[data-accent=teal] .landing-card__icon{background:linear-gradient(145deg,#5eead4 0%,#0d9488 100%)}.landing-card[data-accent=sky] .landing-card__icon{background:linear-gradient(145deg,#7dd3fc 0%,#0369a1 100%)}.landing-card[data-accent=violet] .landing-card__icon{background:linear-gradient(145deg,#c4b5fd 0%,#6d28d9 100%)}.landing-card[data-accent=slate] .landing-card__icon{background:linear-gradient(145deg,#94a3b8 0%,#475569 100%)}.landing-card--soon .landing-card__icon{box-shadow:none;opacity:.88}.landing-card__badge{text-transform:uppercase;letter-spacing:.07em;border-radius:var(--radius-pill);white-space:nowrap;align-items:center;gap:.35rem;padding:.4rem .7rem;font-size:.625rem;font-weight:700;display:inline-flex}.landing-card__badge--live{background:var(--badge-live);color:#fff;box-shadow:0 2px 8px #2563eb59}.landing-card__badge-dot{background:#86efac;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite landing-pulse;box-shadow:0 0 0 2px #ffffff59}@media (prefers-reduced-motion:reduce){.landing-card__badge-dot{animation:none}}@keyframes landing-pulse{0%,to{opacity:1}50%{opacity:.65}}.landing-card__badge--soon{background:var(--badge-soon-bg);color:var(--badge-soon-text);font-weight:700}.landing-card__category{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;background:#f1f5f9;border-radius:6px;align-self:flex-start;margin-bottom:.5rem;padding:.25rem .55rem;font-size:.6875rem;font-weight:600;display:inline-block}.landing-card__title{color:var(--text-title);letter-spacing:-.025em;margin:0 0 .45rem;font-size:1.1875rem;font-weight:700;line-height:1.3}.landing-card__subtitle{color:var(--text-muted);margin:0 0 .85rem;font-size:.875rem;font-weight:500;line-height:1.5}.landing-card__desc{color:#64748b;-webkit-line-clamp:4;-webkit-box-orient:vertical;flex:1;margin:0 0 1.35rem;font-size:.8125rem;line-height:1.65;display:-webkit-box;overflow:hidden}.landing-card__launch{background:linear-gradient(180deg, #3b82f6 0%, var(--blue) 100%);color:#fff;cursor:pointer;box-sizing:border-box;border:0;border-radius:11px;justify-content:center;align-items:center;gap:.45rem;width:100%;margin-top:auto;padding:.8rem 1rem;font-size:.9375rem;font-weight:700;text-decoration:none;transition:background .18s,transform .12s,box-shadow .18s;display:inline-flex;box-shadow:inset 0 2px #0f172a14,0 4px 14px #2563eb40}.landing-card__launch:hover:not(:disabled){background:linear-gradient(180deg, #60a5fa 0%, var(--blue-hover) 100%);box-shadow:inset 0 2px #0f172a0f,0 6px 20px #2563eb52}.landing-card__launch:active:not(:disabled){transform:scale(.99)}.landing-card__launch:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.landing-card__launch-icon{transition:transform .18s}.landing-card__launch:hover:not(:disabled) .landing-card__launch-icon{transform:translate(3px)}.landing-card__launch:disabled{color:#64748b;cursor:not-allowed;box-shadow:none;background:#e2e8f0;transform:none}.landing-card--soon .landing-card__launch{font-weight:600}
