*{box-sizing:border-box;margin:0;padding:0}:root{--text:#334155;--muted:#64748b;--line:#e2e8f0;--card:#f8fafc;--accent:#334155;--accent-hover:#475569}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#ffffff;color:var(--text);line-height:1.6}.page{min-height:100vh}.container{max-width:1400px;margin:0 auto;padding:56px 40px 72px}.logo{display:block;width:min(220px,48vw);height:auto;margin-bottom:34px}.hero{display:grid;grid-template-columns:1fr 1.2fr;grid-gap:28px;gap:28px;align-items:start}.hero-copy{display:flex;flex-direction:column}.hero-content h1{color:var(--text);font-size:48px;font-weight:600;line-height:1.1;letter-spacing:-.025em;margin-bottom:20px}.hero-content p{color:#526072;font-size:18px;line-height:1.75;margin-bottom:28px;max-width:560px}.cta-buttons{display:flex;gap:16px}.btn{display:inline-flex;align-items:center;gap:8px;border-radius:8px;border:0;cursor:pointer;font-size:16px;font-weight:600;padding:14px 28px;text-decoration:none;transition:transform .2s ease,background-color .2s ease}.btn-primary{background:var(--accent);color:#ffffff}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px)}.hero-image{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 24px 48px -20px rgba(15,23,42,.35);align-self:center}.hero-image img,.hero-image video{display:block;width:100%;height:auto}.hero-preview-trigger{background:transparent;border:0;cursor:zoom-in;display:block;padding:0;width:100%}.hero-preview-video{transform:translateX(7.5%) scale(1.28);transform-origin:50% 50%}.hero-preview-modal{align-items:center;background:rgba(15,23,42,.75);display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:1200}.hero-preview-modal-stage{height:min(90vh,720px);position:relative;width:min(90vw,1280px)}.hero-preview-modal-media{background:#020617;border-radius:12px;box-shadow:0 25px 50px -12px rgba(2,6,23,.4);display:block;height:100%;object-fit:contain;width:100%}.hero-preview-close{background:rgba(2,6,23,.7);border:1px solid rgba(148,163,184,.55);border-radius:999px;color:#f8fafc;cursor:pointer;font-size:13px;font-weight:600;line-height:1;padding:8px 12px;position:absolute;right:10px;top:10px;z-index:1}.hero-preview-close:hover{background:rgba(2,6,23,.88)}.learn-section,.tour-section{margin-top:104px}.learn-section-header,.product-tour-section-header{text-align:center}.learn-groups{display:grid;grid-gap:40px;gap:40px}.learn-group{padding:12px 8px}.learn-group-title{color:#1e293b;display:inline-flex;font-size:clamp(24px,3vw,34px);font-weight:800;letter-spacing:-.02em;line-height:1.1;margin-bottom:22px;text-align:left}.learn-group-title:after,.learn-group-title:before{color:#7fb2d0;content:'"';font-size:.9em;font-weight:700;line-height:1}.learn-group-title:before{margin-right:0}.learn-group-title:after{margin-left:0}.learn-grid{display:grid;grid-gap:14px;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr))}.learn-card{--learn-accent:#0f5f87;--learn-accent-soft:#7fb2d0;--learn-glow:rgba(15,95,135,0.2);background:radial-gradient(120% 95% at 100% 0,var(--learn-glow) 0,#f8fafc 58%),linear-gradient(180deg,#ffffff 0,#f8fafc 100%);border:1px solid #d4deeb;border-radius:12px;color:inherit;display:flex;flex-direction:column;isolation:isolate;min-height:164px;overflow:hidden;padding:16px;position:relative;text-decoration:none;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease}.learn-card:before{background:linear-gradient(90deg,var(--learn-accent) 0,var(--learn-accent-soft) 100%);content:"";height:3px;left:0;opacity:.9;position:absolute;right:0;top:0}.learn-card:after{background:radial-gradient(circle at 100% 0,var(--learn-glow) 0,transparent 60%);content:"";inset:0;opacity:.75;pointer-events:none;position:absolute;z-index:-1}.learn-card:nth-child(4n+1){--learn-accent:#0f5f87;--learn-accent-soft:#7fb2d0;--learn-glow:rgba(15,95,135,0.2)}.learn-card:nth-child(4n+2){--learn-accent:#12739c;--learn-accent-soft:#88c4da;--learn-glow:rgba(18,115,156,0.2)}.learn-card:nth-child(4n+3){--learn-accent:#0f6a95;--learn-accent-soft:#85bdd8;--learn-glow:rgba(15,106,149,0.2)}.learn-card:nth-child(4n+4){--learn-accent:#1a7ca2;--learn-accent-soft:#95cbdf;--learn-glow:rgba(26,124,162,0.18)}.learn-card:hover{background:radial-gradient(120% 95% at 100% 0,var(--learn-glow) 0,#f8fafc 60%),linear-gradient(180deg,#ffffff 0,#f8fafc 100%);border-color:var(--learn-accent-soft);box-shadow:0 20px 30px -20px var(--learn-glow);transform:translateY(-2px)}.learn-card h3{color:#334155;font-size:18px;line-height:1.25;margin-bottom:8px}.learn-card p{color:#526072;font-size:14px;line-height:1.5;margin-bottom:auto}.learn-card span{color:var(--learn-accent);font-size:13px;font-weight:600;margin-top:10px}.tour-section-header{margin-bottom:16px}.tour-section-header h2{font-size:30px;font-weight:700;line-height:1.2;margin-bottom:6px}.tour-section-header p{color:var(--muted);font-size:16px}.tour-shell{position:relative;background:#f8fafc;border:1px solid var(--line);border-radius:14px;overflow:hidden;display:grid;grid-template-rows:auto 1fr auto;min-height:min(78vh,840px)}.tour-topbar{border-bottom:1px solid var(--line);display:flex;align-items:center;gap:10px;justify-content:flex-end;padding:10px 14px;background:rgba(248,250,252,.9)}.tour-counter{color:var(--muted);font-size:12px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;margin-right:auto;white-space:nowrap}.tour-help-btn{width:28px;height:28px;border-radius:999px;border:1px solid #cbd5e1;background:#ffffff;color:var(--muted);cursor:pointer;font-size:14px}.tour-help-btn:hover{color:var(--text)}.tour-body{display:grid;grid-template-columns:230px minmax(0,1fr);min-height:0}.tour-section-rail{background:#f1f5f9;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:6px;overflow-y:auto;padding:12px 10px}.tour-section-link{align-items:center;background:transparent;border:1px solid transparent;border-radius:10px;color:#475569;cursor:pointer;display:flex;font-size:12px;font-weight:600;gap:8px;line-height:1.3;padding:8px 10px;text-align:left}.tour-section-link.active,.tour-section-link:hover{border-color:#cbd5e1;color:#0f172a}.tour-section-link.active{background:#e2e8f0}.tour-section-link-num{color:#64748b;flex-shrink:0;font-size:10px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:.08em}.tour-section-group{display:flex;flex-direction:column;gap:2px;margin-bottom:6px}.tour-rail-section-header{color:#94a3b8;font-size:10px;font-weight:700;letter-spacing:.08em;padding:8px 10px 3px;text-transform:uppercase}.tour-slide-link{background:transparent;border:1px solid transparent;border-radius:8px;color:#475569;cursor:pointer;font-size:12px;font-weight:500;line-height:1.3;padding:6px 10px;text-align:left}.tour-slide-link.active,.tour-slide-link:hover{border-color:#cbd5e1;color:#0f172a}.tour-slide-link.active{background:#e2e8f0;font-weight:600}.tour-stage{position:relative;min-height:560px;background:linear-gradient(180deg,#f8fafc,#eef2f7)}.tour-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .25s ease}.tour-slide.active{opacity:1;pointer-events:auto}.tour-slide-screenshot{display:flex;flex-direction:column;justify-content:flex-start;padding:24px 40px 18px}.tour-screenshot-frame{align-items:center;display:flex;flex:1 1;justify-content:center;min-height:0}.tour-screenshot-img{border:1px solid #cbd5e1;border-radius:10px;box-shadow:0 18px 34px -18px rgba(15,23,42,.45);display:block;height:auto;max-height:100%;max-width:min(94%,1120px);transform:scale(.98);transition:transform .25s ease;width:auto}.tour-slide.active .tour-screenshot-img{transform:scale(1)}.tour-screenshot-caption{flex-shrink:0;margin:0 auto;max-width:860px;order:-1;padding-bottom:16px;text-align:left;width:min(94%,860px)}.tour-caption-title{color:#0f172a;font-size:20px;font-weight:700;margin-bottom:6px}.tour-caption-desc{color:#475569;font-size:14px;line-height:1.5}.tour-navbar{align-items:center;background:#f1f5f9;border-top:1px solid var(--line);display:flex;gap:10px;justify-content:center;min-height:64px;padding:10px 14px}.tour-nav-btn{background:#ffffff;border:1px solid #cbd5e1;border-radius:8px;color:#0f172a;cursor:pointer;font-size:13px;font-weight:600;padding:8px 18px}.tour-nav-btn:hover:not(:disabled){border-color:#94a3b8}.tour-nav-btn:disabled{cursor:default;opacity:.45}.tour-progress-dots{align-items:center;display:flex;flex:1 1;gap:6px;justify-content:center;max-width:50%;overflow-x:auto;padding:0 6px}.tour-progress-dots::-webkit-scrollbar{height:5px}.tour-progress-dots::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:99px}.tour-dot{background:#cbd5e1;border:0;border-radius:999px;cursor:pointer;flex-shrink:0;height:7px;width:7px}.tour-dot.active{background:#334155;transform:scale(1.25)}.tour-help-modal{align-items:center;background:rgba(15,23,42,.5);display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.tour-help-box{background:#ffffff;border:1px solid var(--line);border-radius:12px;box-shadow:0 25px 50px -12px rgba(2,6,23,.3);max-width:420px;padding:24px;width:92%}.tour-help-box h3{font-size:18px;margin-bottom:14px}.tour-help-row{align-items:center;border-bottom:1px solid var(--line);display:flex;font-size:14px;justify-content:space-between;padding:8px 0}.tour-help-row:last-of-type{border-bottom:0}.tour-help-row span:first-child{color:#475569}kbd{background:#f8fafc;border:1px solid #cbd5e1;border-radius:4px;color:#334155;font-size:12px;padding:2px 6px}.tour-help-close{background:#334155;border:0;border-radius:8px;color:#ffffff;cursor:pointer;font-size:14px;font-weight:600;margin-top:16px;padding:10px;width:100%}.tour-help-close:hover{background:#475569}.docs-page{background:linear-gradient(180deg,#ffffff,#f8fafc 65%,#eef2f7)}.docs-container{max-width:1100px}.docs-header{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:28px}.docs-header-main{display:flex;flex-direction:column}.docs-logo{color:#0f172a;font-size:30px;font-weight:700;letter-spacing:-.03em;text-decoration:none}.docs-kicker{color:var(--muted);font-size:13px;letter-spacing:.06em;margin-top:3px;text-transform:uppercase}.docs-header-cta{font-size:14px;padding:10px 16px}.docs-hero{margin-bottom:22px}.docs-breadcrumbs{align-items:center;color:#64748b;display:inline-flex;font-size:13px;font-weight:600;gap:8px;margin-bottom:14px}.docs-breadcrumbs a{color:#334155;text-decoration:none}.docs-breadcrumbs a:hover{color:#0f172a;text-decoration:underline}.docs-hero h1{color:#0f172a;font-size:clamp(30px,4.4vw,48px);letter-spacing:-.02em;line-height:1.1;margin-bottom:12px}.docs-hero p{color:#526072;font-size:18px;max-width:820px}.docs-content{padding-top:6px}.docs-screenshot{background:rgba(255,255,255,.9);border:1px solid #dbe5ef;border-radius:12px;margin-bottom:20px;overflow:hidden}.docs-screenshot img{display:block;height:auto;width:100%}.docs-screenshot-after-steps{margin-top:12px}.docs-grid{display:grid;grid-gap:14px;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.docs-card{background:rgba(255,255,255,.85);border:1px solid #dbe5ef;border-radius:12px;padding:18px}.docs-card h2{color:#0f172a;font-size:22px;line-height:1.25;margin-bottom:8px}.docs-card p{color:#526072;font-size:15px}.docs-card strong{color:#334155}.docs-card ul{color:#526072;list-style:disc;margin-left:20px}.docs-card li{margin-bottom:4px}.docs-card-wide{margin-top:14px}.docs-steps{display:grid;grid-gap:12px;gap:12px}.docs-step-card{background:rgba(255,255,255,.85);border:1px solid #dbe5ef;border-radius:12px;padding:16px 18px}.docs-step-card h2{color:#0f172a;font-size:21px;margin-bottom:6px}.docs-step-card p{color:#526072;font-size:15px}.docs-compare{display:grid;grid-gap:14px;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.docs-timeline{display:grid;grid-gap:12px;gap:12px}.docs-timeline-item{background:rgba(255,255,255,.85);border:1px solid #dbe5ef;border-radius:12px;padding:16px 18px}.docs-date{color:#64748b;font-size:12px;font-weight:700;letter-spacing:.08em;margin-bottom:8px;text-transform:uppercase}.docs-timeline-item h2{color:#0f172a;font-size:22px;margin-bottom:8px}.docs-timeline-item ul{color:#526072;list-style:disc;margin-left:20px}.docs-timeline-item li{margin-bottom:4px}.docs-narrative{color:#526072;font-size:16px;line-height:1.8;margin-bottom:20px;max-width:820px}.docs-section-title{color:#0f172a;font-size:19px;font-weight:600;letter-spacing:-.01em;margin-bottom:14px;margin-top:36px}.docs-callout{background:rgba(51,65,85,.04);border:1px solid #dbe5ef;border-left:3px solid #334155;border-radius:0 10px 10px 0;margin-bottom:28px;padding:14px 18px}.docs-callout p{color:#334155;font-size:15px;font-style:italic;line-height:1.65}.docs-feature-badge{background:#334155;border-radius:4px;color:#ffffff;font-size:11px;font-weight:600;letter-spacing:.04em;margin-left:8px;padding:2px 6px;vertical-align:middle}.docs-release-feature{background:rgba(255,255,255,.85);border:1px solid #dbe5ef;border-radius:12px;padding:16px 18px}.docs-release-feature h3{color:#0f172a;font-size:16px;font-weight:600;margin-bottom:6px}.docs-release-feature p{color:#526072;font-size:14px;line-height:1.65}.docs-release-grid{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:36px}.docs-release-banner{background:#0f172a;border-radius:12px;margin-bottom:18px;padding:20px 24px}.docs-release-banner h2{color:#ffffff;font-size:20px;margin-bottom:6px}.docs-release-banner p{color:#94a3b8;font-size:14px;line-height:1.6}@media (max-width:1100px){.hero{grid-template-columns:1fr}.hero-content h1{font-size:42px}.tour-shell{min-height:min(76vh,780px)}.tour-body{grid-template-columns:210px minmax(0,1fr)}.learn-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.container{padding:40px 20px 56px}.logo{width:min(180px,56vw);margin-bottom:24px}.hero-content h1{font-size:34px}.hero-content p{font-size:16px}.btn{justify-content:center;width:100%}.learn-section,.tour-section{margin-top:72px}.tour-shell{grid-template-rows:1fr auto;min-height:0}.tour-body{display:block}.tour-stage{aspect-ratio:16/10;min-height:0;overflow:hidden}.tour-screenshot-caption,.tour-section-rail,.tour-topbar{display:none}.tour-slide-screenshot{height:100%;justify-content:center;padding:0}.tour-screenshot-frame{display:block;height:100%}.tour-screenshot-img{border-radius:0;height:100%;max-width:100%;object-fit:contain;width:100%}.tour-progress-dots{max-width:55%}.learn-grid{grid-template-columns:1fr}.hero-preview-video{transform:translateX(4%) scale(1.2)}.hero-preview-modal{padding:12px}.docs-header{align-items:flex-start;flex-direction:column}.docs-compare,.docs-grid,.docs-release-grid{grid-template-columns:1fr}.docs-hero p{font-size:16px}.docs-breadcrumbs{font-size:12px;margin-bottom:10px}}