.landing-page{--landing-bg:var(--background);--landing-panel:var(--surface);--landing-panel-soft:var(--surface-soft);--landing-line:var(--divider);--landing-ink:var(--text-strong);--landing-muted:var(--text-muted);--landing-soft:var(--text-soft);background:var(--landing-bg);min-height:100vh;color:var(--landing-ink);overflow-x:clip}.landing-section{width:min(100% - 48px,1180px);margin:0 auto}.landing-hero-actions,.landing-primary-button,.landing-secondary-button{align-items:center;display:flex}.landing-primary-button,.landing-secondary-button{border-radius:var(--radius-control);min-height:40px;transition:background var(--motion-fast) ease, border-color var(--motion-fast) ease, color var(--motion-fast) ease;border:1px solid #0000;justify-content:center;gap:8px;padding:0 15px;font-size:13px;font-weight:650}.landing-primary-button{background:var(--brand-action);color:var(--brand-foreground)}.landing-primary-button:hover{background:var(--brand-action-hover)}.landing-secondary-button{border-color:var(--border-strong);background:var(--landing-panel);color:var(--landing-ink)}.landing-secondary-button:hover{border-color:var(--landing-soft)}.landing-hero{min-height:clamp(560px,72svh,840px);position:relative;overflow:hidden}.landing-hero-inner{grid-template-columns:minmax(360px,.84fr) minmax(0,1.16fr);align-items:center;gap:clamp(48px,5vw,72px);min-height:clamp(560px,72svh,840px);padding:44px 0 56px;display:grid}.landing-hero-copy{max-width:520px;animation:landing-hero-copy-enter .52s var(--ease-standard) both}@media (min-width:881px){.landing-hero-copy{translate:0 -18px}}.landing-hero-title-wrap{width:fit-content;padding-top:clamp(68px,6vw,92px);position:relative}.landing-hero h1{font-family:"Panchang", var(--font-sans);letter-spacing:-.075em;margin:0;font-size:clamp(66px,6.8vw,100px);font-weight:650;line-height:.86}.landing-hero-persona{pointer-events:none;width:clamp(168px,15vw,224px);position:absolute;top:clamp(30px,-3vw,-30px);right:clamp(-20px,-1vw,0px)}.landing-hero-line{letter-spacing:-.05em;max-width:500px;margin:32px 0 0;font-size:clamp(30px,3.1vw,44px);font-weight:650;line-height:1.08}.landing-hero-line span{display:block}.landing-hero-summary{max-width:500px;color:var(--landing-muted);margin:24px 0 0;font-size:15px;line-height:1.82}.landing-hero-summary span{display:block}.landing-hero-actions{gap:10px;margin-top:28px}.landing-hero-visual{width:100%;animation:landing-hero-visual-enter .62s 90ms var(--ease-standard) both}.landing-hero-visual picture{display:block}.landing-hero-visual img{border:1px solid color-mix(in srgb, var(--landing-ink) 12%, transparent);border-radius:clamp(14px,1.5vw,22px);width:100%;height:auto;box-shadow:0 28px 72px #16181f29}@keyframes landing-hero-copy-enter{0%{opacity:0;transform:translateY(12px)}}@keyframes landing-hero-visual-enter{0%{opacity:0;transform:translateY(18px)scale(.985)}}.landing-workbench-section{padding:0}.landing-real-shell{--landing-real-active:var(--surface-sidebar-active-background);--landing-real-canvas:var(--background);--landing-real-directory:var(--surface-shell-directory-background);--landing-real-header:var(--surface-shell-header-background);--landing-real-navigation:var(--surface-shell-navigation-background);--landing-real-control-background:color-mix(in srgb, var(--background) 82%, var(--surface) 18%);--landing-real-control-field:color-mix(in srgb, var(--landing-real-control-background) 88%, var(--surface) 12%);aspect-ratio:17/10;border:1px solid var(--surface-shell-edge-divider);background:var(--landing-real-canvas);color:var(--text-default);font-family:var(--font-sans);border-radius:14px;grid-template-columns:264px minmax(0,1fr);font-size:14px;display:grid;overflow:hidden}.landing-real-sidebar,.landing-real-main,.landing-real-chat{min-width:0;min-height:0}.landing-real-sidebar{border-right:1px solid var(--surface-shell-edge-divider);background:var(--landing-real-directory);flex-direction:column;display:flex}.landing-real-sidebar-header{background:var(--landing-real-header);height:60px;box-shadow:var(--surface-shell-header-shadow);flex:none;align-items:center;padding:0 16px 0 12px;display:flex}.landing-real-window-controls{flex:none;gap:6px;margin-right:16px;display:flex}.landing-real-window-controls i{border-radius:50%;width:10px;height:10px;box-shadow:inset 0 0 0 .5px #0000001f}.landing-real-window-controls i:first-child{background:#ff5f57}.landing-real-window-controls i:nth-child(2){background:#febc2e}.landing-real-window-controls i:nth-child(3){background:#28c840}.landing-real-wordmark{color:var(--landing-ink);font-family:"Panchang", var(--font-sans);letter-spacing:.58em;font-size:18px;font-weight:280;line-height:1;overflow:hidden}.landing-real-sidebar-header button{width:32px;height:32px;color:var(--icon-muted);cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;margin-left:auto;display:grid}.landing-real-sidebar-header button:hover,.landing-real-sidebar-footer button:hover,.landing-real-search-action:hover{background:var(--surface-interactive-hover-background);color:var(--icon-default)}.landing-real-sidebar-header button svg,.landing-real-search-action svg,.landing-real-sidebar-footer button svg,.landing-real-nav-icon svg{display:block}.landing-real-sidebar-body{flex:1;grid-template-columns:56px minmax(0,1fr);min-height:0;display:grid}.landing-real-sidebar-tabs{background:var(--landing-real-navigation);align-content:start;gap:6px;min-height:0;padding:8px;display:grid}.landing-real-sidebar-tabs button{width:40px;height:50px;color:var(--text-muted);cursor:default;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:2px;padding:0;font-size:10px;font-weight:500;display:flex}.landing-real-nav-icon{width:32px;height:32px;transition:background-color var(--motion-fast) ease, box-shadow var(--motion-fast) ease;border-radius:10px;place-items:center;display:grid}.landing-real-sidebar-tabs button.is-active .landing-real-nav-icon{background:var(--landing-real-active);box-shadow:0 2px 7px -3px #0b0b0b38}.landing-real-sidebar-tabs button:not(:disabled,.is-active):hover .landing-real-nav-icon{background:var(--surface-interactive-hover-background);box-shadow:0 1px 5px -2px #0b0b0b29}.landing-real-sidebar-tabs button.is-active{color:var(--text-strong)}.landing-real-directory-panel{flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}.landing-real-search-row{grid-template-columns:minmax(0,1fr) 36px;gap:8px;padding:10px 14px 6px 10px;display:grid}.landing-real-search{border:1px solid color-mix(in srgb, var(--divider-subtle-color) 76%, transparent);background:var(--landing-real-control-field);height:36px;color:var(--icon-default);box-shadow:inset 0 1px 0 color-mix(in srgb, var(--text-strong) 3%, transparent), 0 1px 2px color-mix(in srgb, var(--text-strong) 3%, transparent);border-radius:10px;align-items:center;gap:8px;padding:0 14px;display:flex}.landing-real-search:focus-within{border-color:color-mix(in srgb, var(--surface-input-focus-border) 88%, var(--divider-subtle-color))}.landing-real-search input{width:100%;min-width:0;color:var(--text-strong);background:0 0;border:0;outline:0;font-size:13px}.landing-real-search input::placeholder{color:var(--text-soft)}.landing-real-search-action{width:36px;height:36px;color:var(--icon-muted);cursor:pointer;background:0 0;border:0;border-radius:10px;place-items:center;display:grid}.landing-real-directory{overscroll-behavior:contain;scrollbar-color:color-mix(in srgb, var(--text-soft) 24%, transparent) transparent;scrollbar-width:thin;flex-direction:column;flex:1;gap:2px;min-height:0;padding:0 8px 8px;display:flex;overflow:hidden auto}.landing-real-directory-item{width:100%;min-height:60px;color:inherit;cursor:pointer;text-align:left;transition:background-color var(--motion-fast) ease, box-shadow var(--motion-fast) ease, color var(--motion-fast) ease;background:0 0;border:0;border-radius:10px;grid-template-columns:40px minmax(0,1fr) 40px;align-items:center;gap:10px;padding:8px;display:grid}.landing-real-directory-panel[data-directory-kind=contacts] .landing-real-directory-item{min-height:54px;padding:6px 3px 6px 8px}.landing-real-directory-item:hover{background:var(--surface-interactive-hover-background);box-shadow:0 2px 7px -3px #0b0b0b2e}.landing-real-directory-item[aria-current=true]{background:var(--landing-real-active);color:var(--text-strong);box-shadow:inset 0 1px #ffffff47,0 3px 10px -4px #0b0b0b3d}.landing-real-directory-item>span:nth-child(2){flex-direction:column;gap:2px;min-width:0;display:flex}.landing-real-directory-item strong,.landing-real-directory-item small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.landing-real-directory-item strong{font-size:14px;font-weight:600;line-height:20px}.landing-real-directory-item small{color:var(--text-muted);font-size:12px;line-height:18px}.landing-real-directory-item em{color:var(--text-soft);justify-self:end;font-size:11px;font-style:normal}.landing-real-avatar{border:1px solid var(--divider-subtle-color);background:var(--surface);color:var(--primary);border-radius:10px;flex:none;place-items:center;font-size:11px;font-weight:700;display:grid;overflow:hidden}.landing-real-avatar img{object-fit:cover;width:100%;height:100%}.landing-real-room-avatar{border:1px solid var(--divider-subtle-color);background:var(--surface);border-radius:10px;flex:none;grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr);gap:2px;padding:2px;display:grid;overflow:hidden}.landing-real-room-avatar img{object-fit:cover;border-radius:5px;width:100%;min-width:0;height:100%}.landing-real-directory-avatar{width:40px;height:40px}.landing-real-sidebar-footer{background:var(--landing-real-directory);height:56px;box-shadow:var(--surface-shell-footer-shadow);flex:none;align-items:center;gap:10px;padding:0 16px;display:flex}.landing-real-sidebar-footer button{width:32px;height:32px;color:var(--icon-muted);cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;display:grid}.landing-real-sidebar-footer button:last-child{margin-left:auto}.landing-real-main{background:var(--landing-real-canvas);flex-direction:column;min-width:0;display:flex;position:relative}.landing-real-main-header{background:var(--landing-real-header);height:60px;color:var(--text-muted);box-shadow:none;flex:none;align-items:center;gap:12px;padding:1px 12px 0 10px;font-size:12px;display:flex}.landing-real-main-header button{color:inherit;cursor:pointer;background:0 0;border:0}.landing-real-agent{flex:none;align-items:center;gap:5px;height:44px;padding:0 6px 0 0;display:flex}.landing-real-agent:hover{color:var(--text-strong)}.landing-real-agent.is-room{padding-right:0}.landing-real-agent-avatar{width:40px;height:40px;box-shadow:0 2px 8px color-mix(in srgb, var(--text-strong) 6%, transparent)}.landing-real-conversation-tabs{flex:auto;align-items:center;gap:2px;min-width:0;padding-inline:4px;display:flex;overflow:hidden}.landing-real-conversation-tab{min-width:104px;height:32px;color:var(--text-default);transition:background-color var(--motion-fast) ease, color var(--motion-fast) ease;border-radius:8px;flex:104px;align-items:center;display:flex;position:relative}.landing-real-conversation-tab:hover{background:var(--surface-interactive-hover-background);color:var(--text-strong)}.landing-real-conversation-tab.is-active{background:var(--surface-interactive-active-background);min-width:156px;color:var(--text-strong);flex:1.32 156px;font-weight:500}.landing-real-conversation-tab.is-active:hover{background:var(--surface-interactive-active-background)}.landing-real-conversation-tab>button{white-space:nowrap;align-items:center;gap:8px;width:100%;height:100%;padding:0 10px 0 22px;display:flex}.landing-real-conversation-tab.is-active>button{padding-right:48px}.landing-real-conversation-tab i{border:1px solid color-mix(in srgb, var(--icon-muted) 72%, transparent);border-radius:50%;width:6px;height:6px;position:absolute;left:10px}.landing-real-conversation-tab.is-active i{background:var(--primary);border:0}.landing-real-conversation-tab>span{align-items:center;display:flex;position:absolute;right:4px}.landing-real-conversation-tab>span button{border-radius:6px;place-items:center;width:24px;height:24px;display:grid}.landing-real-conversation-tab>span button:hover{background:var(--surface-interactive-hover-background);color:var(--text-strong)}.landing-real-conversation-tab:not(.is-active)+.landing-real-conversation-tab:not(.is-active):before{background:color-mix(in srgb, var(--divider-strong-color) 84%, transparent);content:"";border-radius:999px;width:1px;height:16px;position:absolute;top:50%;left:-1px;transform:translateY(-50%)}.landing-real-new-tab{border-radius:8px;flex:none;place-items:center;width:32px;height:32px;margin-left:1px;display:grid;border-left:1px solid var(--divider-subtle-color)!important;background:color-mix(in srgb, var(--surface-interactive-hover-background) 72%, transparent)!important;color:var(--icon-default)!important}.landing-real-new-tab:hover{background:var(--surface-interactive-hover-background)!important;color:var(--text-strong)!important}.landing-real-view-tabs{align-items:center;gap:2px;margin-left:auto;display:flex}.landing-real-view-tabs button{height:32px;color:var(--text-muted);white-space:nowrap;border-radius:8px;align-items:center;gap:5px;padding:0 8px;display:flex}.landing-real-view-label{height:32px;color:var(--text-muted);white-space:nowrap;align-items:center;gap:5px;padding:0 8px;display:flex}.landing-real-view-tabs button:hover{background:var(--surface-interactive-hover-background);color:var(--text-strong)}.landing-real-view-tabs button.is-active{background:var(--surface-interactive-active-background);color:var(--text-strong)}.landing-real-room-members{z-index:6;flex:none;position:relative}.landing-real-room-members summary{height:36px;color:var(--text-muted);cursor:pointer;white-space:nowrap;border-radius:8px;align-items:center;gap:7px;padding:0 7px;list-style:none;display:flex}.landing-real-room-members summary::-webkit-details-marker{display:none}.landing-real-room-members summary:hover,.landing-real-room-members[open] summary{background:var(--surface-interactive-hover-background);color:var(--text-strong)}.landing-real-room-member-avatars{align-items:center;display:flex}.landing-real-room-member-avatars img,.landing-real-room-member-avatars i{border:2px solid var(--landing-real-header);background:var(--surface);object-fit:cover;border-radius:7px;width:22px;height:22px;margin-left:-6px}.landing-real-room-member-avatars img:first-child{margin-left:0}.landing-real-room-member-avatars i{background:var(--surface-interactive-active-background);color:var(--text-muted);place-items:center;font-size:9px;font-style:normal;font-weight:600;display:grid}.landing-real-room-member-menu{border:1px solid var(--divider-subtle-color);background:var(--surface-panel-background);width:184px;box-shadow:0 12px 32px -18px color-mix(in srgb, var(--text-strong) 32%, transparent);border-radius:12px;gap:4px;padding:10px;display:grid;position:absolute;top:calc(100% + 6px);right:0}.landing-real-room-member-menu>strong{color:var(--text-soft);padding:2px 5px 6px;font-size:11px;font-weight:500}.landing-real-room-member-menu>span{height:34px;color:var(--text-default);border-radius:8px;align-items:center;gap:8px;padding:0 5px;font-size:12px;display:flex}.landing-real-room-member-menu img{border:1px solid var(--divider-subtle-color);object-fit:cover;border-radius:7px;width:24px;height:24px}.landing-real-surface-split{background:var(--surface-canvas-background,var(--landing-real-canvas));flex:1;min-width:0;min-height:0;display:flex}.landing-real-conversation-surface{background:0 0;flex-direction:column;flex:1;min-width:0;min-height:0;display:flex;position:relative;overflow:hidden}.landing-real-conversation-surface:before{z-index:2;pointer-events:none;background:linear-gradient(to bottom, var(--landing-real-canvas) 0%, color-mix(in srgb, var(--landing-real-canvas) 68%, transparent) 44%, color-mix(in srgb, var(--landing-real-canvas) 22%, transparent) 76%, transparent 100%);content:"";height:36px;position:absolute;top:0;left:0;right:0}.landing-real-side-panel{background:color-mix(in srgb, var(--surface-panel-background) 72%, transparent);width:46%;min-width:360px;min-height:0;box-shadow:-8px 0 20px -18px color-mix(in srgb, var(--text-strong) 14%, transparent);flex-direction:column;flex:none;display:flex;position:relative;overflow:hidden}.landing-real-side-panel.is-thread{max-width:560px}.landing-real-chat{flex-direction:column;flex:1;min-height:0;display:flex}.landing-real-feed{scrollbar-width:thin;scrollbar-color:color-mix(in srgb, var(--text-soft) 18%, transparent) transparent;flex:1;width:min(100% - 40px,844px);min-height:0;margin:0 auto;padding:32px 12px 16px;overflow:auto}.landing-real-feed>article{animation:.18s ease-out both landing-real-scene-enter}.landing-real-room-turn{max-width:820px;animation:.18s ease-out both landing-real-scene-enter}@keyframes landing-real-scene-enter{0%{opacity:0;transform:translateY(4px)}}.landing-real-message{font-size:16px;line-height:1.75}.landing-real-message header{align-items:center;gap:8px;width:100%;display:flex}.landing-real-message strong{font-size:14px;font-weight:500}.landing-real-message p{color:var(--text-strong);font-family:var(--font-prose);margin:0}.landing-real-message.is-user{background:var(--surface-message-user-background);border-radius:12px;width:fit-content;max-width:min(100%,720px);margin-left:auto;padding:10px 14px}.landing-real-message.is-user time{height:0;display:block;overflow:hidden}.landing-real-message.is-assistant{max-width:820px;margin-top:38px}.landing-real-message.is-room-update{padding:12px 0}.landing-real-room-turn+.landing-real-room-turn{margin-top:6px}.landing-real-message-header-actions{background:var(--surface-control-background);border-radius:8px;align-items:center;height:28px;margin-left:auto;padding:2px;display:inline-flex}.landing-real-message-header-actions button{height:24px;color:var(--text-muted);cursor:pointer;transition:background-color var(--motion-fast) ease, color var(--motion-fast) ease;background:0 0;border:0;border-radius:6px;align-items:center;padding:0 8px;font-family:inherit;font-size:12px;font-weight:500;display:inline-flex}.landing-real-message-header-actions button:hover{background:var(--surface-interactive-hover-background);color:var(--text-strong)}.landing-real-message-header-actions button.is-active{background:color-mix(in srgb, var(--primary) 10%, transparent);color:var(--primary)}.landing-real-message.is-room-update>p{margin:6px 0 0;font-size:16px;line-height:28px}.landing-real-agent-mention{border:1px solid color-mix(in srgb, var(--primary) 20%, transparent);background:color-mix(in srgb, var(--primary) 8%, transparent);max-width:100%;color:var(--primary);font-family:var(--font-sans);vertical-align:middle;border-radius:999px;align-items:center;gap:4px;margin:0 2px;padding:2px 6px;font-size:.9em;font-weight:500;line-height:1.25;display:inline-flex}.landing-real-agent-mention img{object-fit:cover;border-radius:5px;flex:none;width:16px;height:16px}.landing-real-room-turn+.landing-real-message.is-assistant{margin-top:12px}.landing-real-thread-view{flex-direction:column;flex:1;min-width:0;min-height:0;animation:.18s ease-out both landing-real-scene-enter;display:flex}.landing-real-thread-header{flex:none;align-items:center;gap:8px;height:44px;padding:0 12px;display:flex}.landing-real-thread-avatar{border-radius:8px;width:28px;height:28px}.landing-real-thread-header>span:nth-child(2){flex-direction:column;flex:1;min-width:0;display:flex}.landing-real-thread-header strong{color:var(--text-strong);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;line-height:17px;overflow:hidden}.landing-real-thread-header small{color:var(--text-soft);font-size:11px;line-height:14px}.landing-real-thread-header>button{width:28px;height:28px;color:var(--icon-default);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;padding:0;display:grid}.landing-real-thread-header>button:hover{background:var(--surface-interactive-hover-background);color:var(--text-strong)}.landing-real-thread-feed{scrollbar-color:color-mix(in srgb, var(--text-soft) 18%, transparent) transparent;scrollbar-width:thin;flex:1;min-height:0;padding:0 16px 12px;overflow:auto}.landing-real-thread-summary{min-height:34px;color:var(--text-muted);align-items:center;gap:7px;display:flex}.landing-real-thread-summary strong{color:var(--text-default);font-size:12px;font-weight:500}.landing-real-thread-steps{padding:2px 0 8px;display:grid}.landing-real-thread-step{grid-template-columns:24px minmax(0,1fr);align-items:start;gap:8px;min-height:40px;padding:7px 0;display:grid}.landing-real-thread-step>span{background:var(--surface-control-background);width:24px;height:24px;color:var(--icon-muted);border-radius:7px;place-items:center;display:grid}.landing-real-thread-step p{color:var(--text-default);margin:1px 0 0;font-size:12px;line-height:20px}.landing-real-thread-feed>footer{min-height:32px;color:var(--text-soft);align-items:center;gap:7px;margin-top:4px;font-size:11px;display:flex}.landing-real-message-avatar{border-radius:10px;width:32px;height:32px}.landing-real-assistant-content{gap:12px;padding-top:8px;display:grid}.landing-real-process-summary{width:100%;min-height:28px;color:var(--text-muted);cursor:pointer;text-align:left;transition:color var(--motion-fast) ease;background:0 0;border:0;align-items:center;gap:6px;margin-top:12px;padding:2px 0;font-family:inherit;font-size:14px;line-height:20px;display:flex}.landing-real-process-summary:hover{color:var(--text-strong)}.landing-real-process-summary span{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.landing-real-process-summary.is-streaming span{color:var(--text-default)}.landing-real-stream-cursor{vertical-align:-.12em;background:currentColor;width:1px;height:1em;margin-left:2px;animation:.62s step-end infinite landing-real-stream-cursor;display:inline-block}@keyframes landing-real-stream-cursor{50%{opacity:0}}.landing-real-process-detail{border-left:1px solid var(--divider-subtle-color);gap:2px;margin:4px 0 2px 16px;padding:3px 0 3px 16px;animation:.18s ease-out both landing-real-scene-enter;display:grid}.landing-real-process-action{min-height:28px;color:var(--text-muted);align-items:center;gap:8px;font-size:12px;line-height:20px;display:flex}.landing-real-process-action svg{color:var(--icon-muted);flex:none}.landing-real-tool-runs{gap:2px;margin-top:8px;display:grid}.landing-real-tool-run summary{min-height:28px;color:var(--text-soft);cursor:pointer;transition:background-color var(--motion-fast) ease;border-radius:6px;grid-template-columns:20px auto minmax(0,1fr) 16px;align-items:center;gap:6px;padding:2px 6px;font-size:12px;line-height:20px;list-style:none;display:grid}.landing-real-tool-run summary::-webkit-details-marker{display:none}.landing-real-tool-run summary:hover{background:var(--surface-interactive-hover-background)}.landing-real-tool-run summary>span:first-child{width:20px;height:20px;color:var(--icon-muted);place-items:center;display:grid}.landing-real-tool-run summary strong{color:inherit;font-weight:400}.landing-real-tool-run summary small{min-width:0;color:inherit;font-size:inherit;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.landing-real-tool-run summary>svg{color:var(--icon-muted);transition:transform var(--motion-fast) ease}.landing-real-tool-run[open] summary>svg{transform:rotate(90deg)}.landing-real-tool-run>p{border-left:1px solid var(--divider-subtle-color);color:var(--text-muted);margin:2px 8px 5px 32px;padding:4px 9px;font-size:11px;line-height:18px}.landing-real-assistant-content h3{color:var(--text-strong);font-family:var(--font-prose);margin:0;font-size:16px;font-weight:600;line-height:26px}.landing-real-assistant-content ul{color:var(--text-strong);font-family:var(--font-prose);margin:0;padding-left:24px;line-height:26px}.landing-real-assistant-content li+li{margin-top:4px}.landing-real-markdown{min-width:0;color:var(--text-strong);font-family:var(--font-prose);grid-template-columns:minmax(0,1fr);grid-auto-rows:max-content;align-content:start;gap:12px;font-size:15px;line-height:26px;display:grid}.landing-real-markdown>*{min-width:0}.landing-real-markdown [data-markdown-anchor]{color:var(--text-strong);overflow-wrap:anywhere;margin:0;line-height:26px}.landing-real-markdown h1,.landing-real-markdown h2,.landing-real-markdown h3,.landing-real-markdown h4,.landing-real-markdown h5,.landing-real-markdown h6{color:var(--text-strong);font-family:inherit;font-weight:600;line-height:26px}.landing-real-markdown h1{margin-top:12px;margin-bottom:-4px;font-size:22px}.landing-real-markdown h2{margin-top:12px;margin-bottom:-4px;font-size:18px}.landing-real-markdown :is(h3,h4,h5,h6){margin-top:8px;margin-bottom:-4px;font-size:16px}.landing-real-markdown>:first-child{margin-top:0}.landing-real-markdown strong{font-synthesis:weight style;font-weight:600}.landing-real-markdown a{color:var(--primary);-webkit-text-decoration-color:color-mix(in srgb, var(--primary) 30%, transparent);text-decoration-color:color-mix(in srgb, var(--primary) 30%, transparent);text-underline-offset:4px;overflow-wrap:anywhere}.landing-real-markdown a:hover{text-decoration:underline}.landing-real-markdown blockquote{border-left:4px solid var(--divider-strong-color);width:auto;max-width:calc(100% - 8px);color:var(--text-muted);margin-left:8px;padding-left:16px;overflow:hidden}.landing-real-markdown blockquote [data-markdown-anchor]{color:var(--text-muted)}.landing-real-markdown-list{max-width:100%;color:var(--text-strong);flex-direction:column;gap:4px;margin:0;padding-left:32px;list-style-position:outside;display:flex}.landing-real-markdown-list.is-ordered{list-style-type:decimal}.landing-real-markdown-list.is-unordered{list-style-type:disc}.landing-real-markdown-list-item{overflow-wrap:anywhere;min-width:0;max-width:100%;margin:0;padding-left:8px;line-height:26px}.landing-real-markdown-list-item::marker{color:var(--text-muted);font-variant-numeric:tabular-nums}.landing-real-markdown-list-item>span{overflow-wrap:anywhere;min-width:0;display:block}.landing-real-markdown-list-item.task-list-item{padding-left:0;list-style:none}.landing-real-table-scroll{width:100%;max-width:100%;padding:0 8px;overflow:auto hidden}.landing-real-table-scroll table{border-collapse:collapse;width:100%;min-width:max-content;font-family:var(--font-sans);font-size:12px;line-height:1.7}.landing-real-table-scroll th,.landing-real-table-scroll td{border-bottom:.5px solid var(--divider-subtle-color);text-align:start;vertical-align:top;white-space:normal;min-width:88px;padding:8px 16px 8px 0}.landing-real-table-scroll th{color:var(--text-strong);font-weight:600}.landing-real-table-scroll td{color:var(--text-default)}.landing-real-inline-code{border:1px solid var(--divider-subtle-color);background:var(--surface-control-background);max-width:100%;color:var(--text-default);vertical-align:baseline;border-radius:4px;padding:1px 4px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9em;line-height:1.25;display:inline-flex;overflow:hidden}.landing-real-code-shell{border:.5px solid var(--divider-strong-color);background:color-mix(in srgb, var(--surface-panel-background) 50%, transparent);border-radius:8px;max-width:100%;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;line-height:18px;position:relative;overflow:hidden}.landing-real-code-shell>span{color:var(--text-muted);font-family:var(--font-sans);text-overflow:ellipsis;white-space:nowrap;padding:10px 11px 0;font-size:10px;line-height:16px;display:block;overflow:hidden}.landing-real-code-shell pre{color:var(--text-strong);font:inherit;white-space:pre;margin:0;padding:9px 11px 11px;overflow-x:auto}.landing-real-content-divider{border:0;border-top:.5px solid var(--divider-subtle-color);height:0;margin:0;display:block}.landing-real-content-media{border:1px solid var(--divider-subtle-color);object-fit:contain;border-radius:8px;width:min(100%,560px);max-height:420px;display:block}.landing-real-markdown input[type=checkbox]{accent-color:var(--primary);margin:0 7px 0 0}.landing-real-delivery{border:1px solid var(--divider-subtle-color);background:var(--surface-soft);font-family:var(--font-sans);border-radius:10px;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:10px;margin-top:2px;padding:10px 10px 10px 12px;display:grid}.landing-real-delivery-icon{background:var(--surface);width:32px;height:32px;color:var(--icon-default);border-radius:8px;place-items:center;display:grid}.landing-real-delivery>span:nth-child(2){flex-direction:column;min-width:0;display:flex}.landing-real-delivery strong,.landing-real-delivery small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.landing-real-delivery strong{font-size:12px;font-weight:600}.landing-real-delivery small{color:var(--text-muted);font-size:10px}.landing-real-delivery button{color:var(--text-muted);cursor:pointer;background:0 0;border:0;align-items:center;gap:2px;padding:6px;font-size:11px;display:flex}.landing-real-delivery button:hover{color:var(--text-strong)}.landing-real-message.is-assistant>footer{color:var(--text-muted);margin-top:6px;font-size:12px;line-height:16px}.landing-real-composer-lane{z-index:1;width:min(100%,880px);margin:0 auto;padding:8px 24px;position:relative}.landing-real-composer-lane:before{z-index:-1;pointer-events:none;background:linear-gradient(to bottom, transparent 0%, color-mix(in srgb, var(--landing-real-canvas) 28%, transparent) 20px, color-mix(in srgb, var(--landing-real-canvas) 76%, transparent) 34px, var(--landing-real-canvas) 44px, var(--landing-real-canvas) 100%);content:"";position:absolute;inset:-44px 0 0}.landing-real-composer{border:1px solid color-mix(in srgb, var(--surface-input-border) 88%, transparent);background:var(--surface-input-background);color:var(--text-soft);border-radius:20px;grid-template-rows:1fr auto;display:grid;overflow:hidden;box-shadow:0 4px 20px #00000009}.landing-real-composer-placeholder{width:100%;min-width:0;min-height:40px;color:var(--text-soft);padding:10px 20px 6px;font-size:14px;line-height:24px;display:block}.landing-real-composer-footer{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:12px;padding:6px 12px 12px;display:grid}.landing-real-composer-leading,.landing-real-composer-trailing{align-items:center;gap:8px;min-width:0;display:flex}.landing-real-composer-trailing{justify-self:end}.landing-real-composer button{min-width:32px;height:32px;color:var(--text-muted);cursor:default;background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;gap:4px;padding:0 7px;font-size:11px;display:flex}.landing-real-composer button:hover:not(:disabled){background:var(--surface-interactive-hover-background);color:var(--text-strong)}.landing-real-composer .landing-real-permission{color:var(--destructive)}.landing-real-composer small{color:var(--text-soft);opacity:.52;white-space:nowrap;justify-self:center;font-size:11px;font-weight:500;line-height:16px}.landing-real-context-ring{border:2px solid var(--divider-subtle-color);border-top-color:var(--text-muted);border-radius:50%;width:14px;height:14px}.landing-real-composer .landing-real-send{background:var(--brand-action);width:32px;color:var(--brand-foreground);cursor:default;transition:opacity var(--motion-fast) ease;border-radius:8px;padding:0}.landing-real-composer .landing-real-send:disabled{cursor:default;background:var(--text-soft);color:#fff;opacity:1}.landing-real-view{background:0 0;flex-direction:column;flex:1;min-width:0;min-height:0;animation:.18s ease-out both landing-real-scene-enter;display:flex}.landing-real-panel-header{border-bottom:1px solid var(--divider-subtle-color);background:0 0;flex:none;align-items:center;gap:8px;height:44px;padding:0 12px;display:flex}.landing-real-panel-header>strong,.landing-real-panel-context strong{color:var(--text-strong);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;overflow:hidden}.landing-real-panel-header>small{color:var(--text-muted);margin-left:auto;font-size:10px}.landing-real-panel-context{min-width:0;color:var(--text-muted);align-items:center;gap:2px;padding-left:4px;display:flex;position:relative}.landing-real-panel-context>button{width:28px;height:28px;color:var(--icon-muted);cursor:pointer;background:0 0;border:0;border-radius:8px;flex:none;place-items:center;padding:0;display:grid}.landing-real-panel-context>button:hover,.landing-real-panel-context>button[aria-expanded=true]{background:var(--surface-interactive-hover-background);color:var(--text-strong)}.landing-real-panel-context>button svg{transition:transform var(--motion-fast) ease}.landing-real-panel-context>button[aria-expanded=true] svg{transform:rotate(180deg)}.landing-real-workgraph-history{z-index:60;border:1px solid var(--surface-popover-border);background:var(--surface-popover-background);width:min(280px,100vw - 40px);box-shadow:var(--surface-popover-shadow);border-radius:12px;gap:2px;padding:6px;display:grid;position:absolute;top:calc(100% + 6px);left:0}.landing-real-workgraph-history>button{min-height:44px;color:var(--icon-muted);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:8px;grid-template-columns:20px minmax(0,1fr) 18px;align-items:center;gap:8px;padding:6px 8px;display:grid}.landing-real-workgraph-history>button:hover:not(:disabled){background:var(--surface-interactive-hover-background)}.landing-real-workgraph-history>button:disabled{cursor:default;opacity:.55}.landing-real-workgraph-history>button>span{flex-direction:column;min-width:0;display:flex}.landing-real-workgraph-history small{color:var(--text-soft);font-size:10px;line-height:14px}.landing-real-status-pill{border:1px solid color-mix(in srgb, var(--success) 24%, transparent);background:color-mix(in srgb, var(--success) 9%, transparent);height:24px;color:var(--success);border-radius:999px;align-items:center;gap:4px;margin-left:auto;padding:0 8px;font-size:10px;font-weight:600;display:flex}.landing-real-status-pill[data-status=waiting]{color:color-mix(in srgb, #b7791f 82%, var(--text-strong));background:#b7791f17;border-color:#b7791f3d}.landing-real-graph-map{flex:1;min-width:0;min-height:0;position:relative;overflow:hidden}.landing-real-graph-controls{z-index:40;border:1px solid var(--surface-control-border);background:color-mix(in srgb, var(--surface-panel-background) 94%, transparent);max-width:calc(100% - 24px);box-shadow:var(--surface-control-shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:11px;align-items:center;gap:2px;padding:4px;display:flex;position:absolute;top:12px;left:12px}.landing-real-graph-control-button,.landing-real-graph-zoom{height:28px;color:var(--icon-muted);cursor:pointer;transition:background-color var(--motion-fast) ease, color var(--motion-fast) ease;background:0 0;border:0;border-radius:7px;flex:none;place-items:center;display:grid}.landing-real-graph-control-button{width:28px}.landing-real-graph-zoom{font-variant-numeric:tabular-nums;min-width:44px;padding:0 6px;font-size:10px;font-weight:500}.landing-real-graph-control-button:hover:not(:disabled),.landing-real-graph-control-button[aria-pressed=true],.landing-real-graph-zoom:hover{background:var(--surface-interactive-hover-background);color:var(--text-strong)}.landing-real-graph-control-button[aria-pressed=true]{color:var(--primary)}.landing-real-graph-control-button:focus-visible,.landing-real-graph-zoom:focus-visible,.landing-real-graph-node:focus-visible,.landing-real-workgraph-dialog-close:focus-visible{box-shadow:0 0 0 2px var(--primary);outline:0}.landing-real-graph-control-button:disabled{cursor:not-allowed;opacity:.4}.landing-real-graph-controls>i{background:var(--divider-subtle-color);flex:none;width:1px;height:16px;margin:0 2px}.landing-real-graph-search{z-index:40;border:1px solid var(--surface-control-border);background:var(--surface-panel-background);width:min(352px,100% - 24px);color:var(--icon-muted);box-shadow:var(--surface-control-shadow);border-radius:11px;align-items:center;gap:4px;padding:6px;display:flex;position:absolute;top:54px;left:12px}.landing-real-graph-search>svg{flex:none;margin-left:4px}.landing-real-graph-search input{width:100%;min-width:0;height:28px;color:var(--text-strong);font:inherit;background:0 0;border:0;outline:0;flex:1;padding:0 4px;font-size:11px}.landing-real-graph-search input::placeholder{color:var(--text-soft)}.landing-real-graph-search small{color:var(--text-soft);font-variant-numeric:tabular-nums;white-space:nowrap;flex:none;font-size:10px}.landing-real-graph-viewport{overscroll-behavior:contain;background-image:linear-gradient(to right, color-mix(in srgb, var(--divider-subtle-color) 58%, transparent) 1px, transparent 1px), linear-gradient(to bottom, color-mix(in srgb, var(--divider-subtle-color) 58%, transparent) 1px, transparent 1px);cursor:grab;scrollbar-color:color-mix(in srgb, var(--icon-muted) 34%, transparent) transparent;scrollbar-width:thin;touch-action:pan-x pan-y;background-position:-1px -1px;background-size:24px 24px;outline:0;min-width:0;min-height:0;padding:8px;position:absolute;inset:0;overflow:auto}.landing-real-graph-viewport:focus-visible{box-shadow:inset 0 0 0 1px var(--primary)}.landing-real-graph-viewport[data-panning=true]{cursor:grabbing;-webkit-user-select:none;user-select:none}.landing-real-graph-scroll-space{flex:none;position:relative}.landing-real-graph-canvas{transform-origin:0 0;position:absolute;overflow:visible}.landing-real-graph-canvas>svg{pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.landing-real-graph-canvas>svg marker path{fill:var(--icon-muted)}.landing-real-graph-edge,.landing-real-graph-edge-hit{fill:none;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.landing-real-graph-edge{stroke:var(--icon-muted);stroke-width:1.1px;opacity:.48;transition:opacity var(--motion-fast) ease, stroke var(--motion-fast) ease}.landing-real-graph-edge[data-hovered=true],.landing-real-graph-edge[data-selected=true],.landing-real-graph-edge[data-traced=true]{stroke:var(--primary);opacity:.98}.landing-real-graph-edge[data-dimmed=true]{opacity:.1}.landing-real-graph-edge-hit{stroke:#0000;stroke-width:14px;pointer-events:stroke;cursor:pointer}.landing-real-graph-edge-control{z-index:10;cursor:pointer;background:0 0;border:0;border-radius:50%;outline:0;width:24px;height:24px;padding:0;position:absolute;transform:translate(-50%,-50%)}.landing-real-graph-edge-control:focus-visible{box-shadow:0 0 0 2px var(--primary), 0 0 0 3px var(--surface-panel-background)}.landing-real-graph-node{z-index:10;width:56px;height:56px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:16px;place-items:center;padding:0;transition:opacity .3s,filter .3s;display:grid;position:absolute}.landing-real-graph-node[data-dimmed=true]{opacity:.25;filter:saturate(.55)}.landing-real-workgraph-node-avatar{border:1px solid var(--surface-control-border);background:var(--surface-control-background);width:44px;height:44px;color:var(--icon-default);transition:border-color var(--motion-fast) ease, box-shadow var(--motion-fast) ease, transform var(--motion-fast) ease;border-radius:13px;flex:none;place-items:center;padding:1px;display:grid;position:relative}.landing-real-workgraph-node-avatar img{object-fit:cover;border-radius:10px;width:38px;height:38px}.landing-real-workgraph-node-avatar[data-state=accepted]{border-color:var(--success)}.landing-real-workgraph-node-avatar[data-state=running]{border-color:var(--primary)}.landing-real-workgraph-node-avatar[data-current=true]{box-shadow:0 0 0 2px var(--status-running-soft-border), 0 0 0 3px var(--surface-panel-background);transform:scale(1.05)}.landing-real-graph-node[aria-pressed=true] .landing-real-workgraph-node-avatar{box-shadow:0 0 0 2px var(--primary)}.landing-real-graph-node:hover .landing-real-workgraph-node-avatar{transform:scale(1.05)}.landing-real-workgraph-node-avatar>i{border:1px solid var(--surface-control-background);background:var(--icon-muted);border-radius:50%;width:10px;height:10px;position:absolute;bottom:-2px;right:-2px}.landing-real-workgraph-node-avatar[data-state=accepted]>i{background:var(--success)}.landing-real-workgraph-node-avatar[data-state=running]>i{background:var(--primary)}.landing-real-graph-inspector{z-index:30;border:1px solid var(--surface-popover-border);background:var(--surface-popover-background);max-width:calc(100% - 16px);max-height:min(70vh,448px);box-shadow:var(--surface-popover-shadow);cursor:auto;scrollbar-color:color-mix(in srgb, var(--icon-muted) 34%, transparent) transparent;scrollbar-width:thin;transform-origin:0 0;border-radius:14px;position:absolute;overflow:auto}.landing-real-graph-inspector>header{z-index:1;border-bottom:1px solid var(--divider-subtle-color);background:var(--surface-popover-background);align-items:center;gap:8px;min-width:0;padding:12px;display:flex;position:sticky;top:0}.landing-real-graph-inspector>header>div{flex:1;min-width:0}.landing-real-graph-inspector strong{color:var(--text-strong);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;line-height:16px;display:block;overflow:hidden}.landing-real-graph-inspector small{min-width:0;color:var(--text-soft);text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:4px;margin-top:2px;font-size:10px;line-height:14px;display:flex;overflow:hidden}.landing-real-graph-inspector small i{font-style:normal}.landing-real-graph-inspector small em{color:var(--text-soft);flex:none;font-style:normal;font-weight:500}.landing-real-graph-inspector small em[data-state=accepted]{color:var(--success)}.landing-real-graph-inspector small em[data-state=running]{color:var(--primary)}.landing-real-graph-inspector>header>button,.landing-real-workgraph-dialog-close{width:28px;height:28px;color:var(--icon-muted);cursor:pointer;transition:background-color var(--motion-fast) ease, color var(--motion-fast) ease;background:0 0;border:0;border-radius:8px;flex:none;place-items:center;padding:0;display:grid}.landing-real-graph-inspector>header>button:hover,.landing-real-workgraph-dialog-close:hover{background:var(--surface-interactive-hover-background);color:var(--text-strong)}.landing-real-graph-inspector-body{gap:12px;padding:12px;display:grid}.landing-real-graph-inspector-body section>span{color:var(--text-soft);margin-bottom:4px;font-size:10px;font-weight:600;line-height:14px;display:block}.landing-real-graph-inspector-body p,.landing-real-graph-inspector-body ul{color:var(--text-muted);margin:0;font-size:11px;line-height:16px}.landing-real-graph-inspector-body ul{gap:4px;padding-left:16px;display:grid}.landing-real-graph-relation-icon{background:var(--icon-muted);border-radius:999px;flex:none;width:4px;height:32px}.landing-real-workgraph-dialog-backdrop{z-index:10000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#05070b75;border:0;place-items:center;width:100%;max-width:none;height:100%;max-height:none;margin:0;padding:16px;display:grid;position:fixed;inset:0}.landing-real-workgraph-dialog{border:1px solid var(--surface-popover-border);background:var(--surface-popover-background);width:calc(100vw - 32px);height:calc(100dvh - 32px);box-shadow:var(--surface-popover-shadow);border-radius:16px;position:relative;overflow:hidden}.landing-real-workgraph-dialog-close{z-index:50;border:1px solid var(--surface-control-border);background:var(--surface-panel-background);width:32px;height:32px;box-shadow:var(--surface-control-shadow);border-radius:10px;position:absolute;top:12px;right:12px}.landing-real-workgraph-dialog .landing-real-graph-map{width:100%;height:100%}.landing-real-workgraph-empty{min-height:0;color:var(--icon-muted);text-align:center;flex:1;place-content:center;justify-items:center;gap:8px;padding:24px;display:grid}.landing-real-workgraph-empty p{color:var(--text-soft);margin:0;font-size:12px;line-height:20px}.landing-real-agent-list{min-height:0;padding:6px 12px;overflow:auto}.landing-real-agent-list article{border-bottom:1px solid var(--divider-subtle-color);grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:58px;padding:8px 2px;display:grid}.landing-real-agent-list .landing-real-directory-avatar{width:36px;height:36px}.landing-real-agent-list article>span:nth-child(2){flex-direction:column;min-width:0;display:flex}.landing-real-agent-list strong{color:var(--text-strong);font-size:13px}.landing-real-agent-list small,.landing-real-agent-list em{color:var(--text-muted);font-size:11px;font-style:normal}.landing-real-agent-list small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.landing-real-workspace{flex:1;grid-template-columns:minmax(0,1fr) 150px;min-height:0;padding:0 10px 0 12px;display:grid}.landing-real-workspace aside{border-left:1px solid var(--divider-subtle-color);background:0 0;flex-direction:column;gap:4px;min-width:0;padding:12px 0 12px 12px;display:flex}.landing-real-workspace aside strong{color:var(--text-muted);padding:0 7px 5px;font-size:10px}.landing-real-workspace aside button{width:100%;min-width:0;color:var(--text-muted);cursor:pointer;text-align:left;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:0;border-radius:7px;align-items:center;gap:7px;padding:6px 7px;font-family:inherit;font-size:11px;display:flex;overflow:hidden}.landing-real-workspace aside button.is-active{background:var(--surface-interactive-active-background);color:var(--text-strong)}.landing-real-workspace>article{min-width:0;font-family:var(--font-prose);padding:18px 18px 24px 6px;overflow:auto}.landing-real-workspace-header>span:first-child{min-width:0;color:var(--text-soft);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.landing-real-workspace-header>span:last-child{align-items:center;gap:2px;margin-left:auto;display:flex}.landing-real-workspace-header button{width:28px;height:28px;color:var(--icon-muted);cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;display:grid}.landing-real-workspace-header button:hover{background:var(--surface-interactive-hover-background);color:var(--text-strong)}.landing-real-markdown.is-workspace{min-height:100%;font-family:var(--font-sans);gap:8px;font-size:12px;line-height:1.55}.landing-real-markdown.is-workspace h1{font-size:18px}.landing-real-markdown.is-workspace h2{font-size:15px}.landing-real-markdown.is-workspace :is(h1,h2,h3,h4,h5,h6){margin-top:8px;margin-bottom:-2px;line-height:1.55}.landing-real-markdown.is-workspace [data-markdown-anchor]{font-size:12px;line-height:1.65}.landing-real-markdown.is-workspace .landing-real-markdown-list{gap:3px;padding-left:24px}.landing-real-markdown.is-workspace blockquote{margin-left:4px;padding-left:12px}.landing-real-markdown.is-workspace .landing-real-table-scroll{padding:0 4px}.landing-real-markdown.is-workspace .landing-real-table-scroll :is(th,td){min-width:72px;padding:6px 12px 6px 0}.landing-footer{background:var(--landing-bg);margin-top:clamp(48px,6vw,80px);position:relative}.landing-footer>.site-footer{z-index:2;position:absolute;bottom:0;left:0;right:0}.landing-footer-canvas{background:var(--landing-bg);min-height:clamp(520px,42vw,600px);color:var(--landing-ink);isolation:isolate;position:relative;overflow:hidden}.landing-footer-canvas:before{background-image:linear-gradient(var(--landing-line) 1px, transparent 1px), linear-gradient(90deg, var(--landing-line) 1px, transparent 1px);content:"";opacity:.42;background-size:160px 160px;position:absolute;inset:0 0 138px}.landing-footer-scene{z-index:1;pointer-events:none;-webkit-user-select:none;user-select:none;position:absolute;inset:0}.landing-footer-thread{width:100%;height:min(19vw,240px);position:absolute;inset:184px 0 auto;overflow:visible}.landing-footer-thread-base,.landing-footer-thread-progress{fill:none;stroke-linecap:round;vector-effect:non-scaling-stroke}.landing-footer-thread-base{stroke:var(--landing-line);stroke-width:1.25px}.landing-footer-thread-progress{stroke:var(--brand-action);stroke-dasharray:96 1420;stroke-width:1.75px;animation:9s linear infinite landing-footer-thread-flow}.landing-footer-agent{z-index:1;border:1px solid var(--landing-line);background:var(--landing-bg);color:var(--landing-muted);border-radius:16px;align-items:center;gap:8px;padding:5px 10px 5px 5px;font-size:11px;font-weight:600;display:flex;position:absolute;box-shadow:0 10px 30px #22262e14}.landing-footer-agent img{border-radius:11px;width:38px;height:38px}.landing-footer-agent-amy{top:51%;left:17%}.landing-footer-agent-milo{top:44%;left:49%}.landing-footer-agent-docs{top:51%;right:15%}.landing-footer-inner{z-index:1;min-height:inherit;position:relative}.landing-footer-callout{text-align:center;justify-items:center;gap:16px;padding-top:clamp(32px,3vw,42px);display:grid}.landing-footer-callout img{filter:drop-shadow(0 12px 24px #5b72ff2e);width:68px;height:68px}.landing-footer-callout h2{letter-spacing:-.055em;margin:0;font-size:clamp(36px,3.8vw,52px);font-weight:650;line-height:1}.landing-footer-download{color:var(--landing-muted);align-items:center;gap:6px;font-size:13px;font-weight:600;display:inline-flex}.landing-footer-download svg{transition:transform .16s}.landing-footer-download:hover{color:var(--landing-ink)}.landing-footer-download:hover svg{transform:translate(2px)}@keyframes landing-footer-thread-flow{to{stroke-dashoffset:-1516px}}@media (max-width:1040px){.landing-hero-inner{grid-template-columns:minmax(300px,.8fr) minmax(0,1.2fr);gap:36px}.landing-real-view-tabs button span,.landing-real-view-label span{display:none}.landing-real-view-tabs button,.landing-real-view-label{justify-content:center;width:32px;padding:0}.landing-real-surface-split.has-auxiliary .landing-real-conversation-surface{display:none}.landing-real-side-panel{width:100%;min-width:0;max-width:none}}@media (max-width:880px){.landing-hero,.landing-hero-inner{min-height:0}.landing-hero-inner{grid-template-columns:1fr;gap:48px;padding:80px 0 88px}.landing-hero-copy{max-width:620px}.landing-hero-visual{width:min(100%,760px)}.landing-real-shell{grid-template-columns:1fr}.landing-real-sidebar{display:none}}@media (max-width:760px){.landing-section{width:calc(100% - 32px)}.landing-hero-inner{width:calc(100% - 32px);padding-top:72px}.landing-hero-title-wrap{padding-top:54px}.landing-hero-persona{width:152px;right:-4px}.landing-hero-line{font-size:30px}.landing-hero-summary{font-size:14px}.landing-real-shell{aspect-ratio:auto;height:620px}.landing-real-main-header{padding:0 7px}.landing-real-conversation-tab:not(.is-active){display:none}.landing-real-feed{width:calc(100% - 32px);padding-top:42px}.landing-real-composer-lane{padding:8px 12px 10px}.landing-real-workspace{grid-template-columns:minmax(0,1fr) 132px}.landing-real-workspace>article{padding:18px 14px 22px 4px}}@media (max-width:560px){.landing-hero,.landing-hero-inner{min-height:0}.landing-hero-inner{gap:32px;width:calc(100% - 24px);padding:36px 0 48px}.landing-hero h1{font-size:clamp(54px,16vw,68px)}.landing-hero-title-wrap{padding-top:42px}.landing-hero-persona{width:132px;right:-2px}.landing-hero-line{margin-top:26px;font-size:29px}.landing-hero-actions{flex-wrap:wrap}.landing-real-shell{height:580px}.landing-real-agent{padding-right:2px}.landing-real-conversation-tab>button{padding-left:22px}.landing-real-conversation-tab.is-active{min-width:104px}.landing-real-conversation-tab.is-active>button{padding-right:8px}.landing-real-conversation-tab>span,.landing-real-new-tab{display:none}.landing-real-feed{padding-top:32px}.landing-real-message.is-assistant{margin-top:30px}.landing-real-composer small,.landing-real-context-ring,.landing-real-panel-header>small{display:none}.landing-real-workspace{grid-template-columns:1fr}.landing-real-workspace aside{display:none}.landing-real-composer-footer{grid-template-columns:minmax(0,1fr) auto}.landing-real-composer-trailing{grid-column:2}.landing-footer-inner{min-height:inherit}.landing-footer-canvas{min-height:530px}.landing-footer-callout{gap:14px;padding-top:40px}.landing-footer-callout img{width:58px;height:58px}.landing-footer-callout h2{font-size:34px}.landing-footer-thread{width:150%;height:210px;top:176px;transform:translate(-17%)}.landing-footer-agent{padding-right:5px}.landing-footer-agent span,.landing-footer-agent-docs{display:none}.landing-footer-agent-amy{top:51%;left:8%}.landing-footer-agent-milo{top:45%;left:auto;right:12%}}@media (prefers-reduced-motion:reduce){.landing-hero-copy,.landing-hero-visual,.landing-real-feed>article,.landing-real-process-detail,.landing-real-view,.landing-real-stream-cursor,.landing-footer-thread-progress{animation:none}}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){:root,:host{--background:#f9f9f7;--foreground:#131313}*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-outline-style:solid}}}@layer theme{:root,:host{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;min-width:320px;scroll-padding-top:88px}body{background:var(--background);min-width:320px;min-height:100vh;color:var(--foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;transition:background-color var(--motion-normal) var(--ease-standard), color var(--motion-normal) var(--ease-standard);margin:0;line-height:1.5}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img,svg{display:block}img{max-width:100%}::selection{background:var(--primary)}@supports (color:color-mix(in lab, red, red)){::selection{background:color-mix(in srgb, var(--primary) 24%, transparent)}}::selection{color:var(--foreground)}:is(a,button,input,textarea,select,summary):focus-visible{box-shadow:0 0 0 1px var(--background), 0 0 0 4px var(--ring);outline:none}@supports (color:color-mix(in lab, red, red)){:is(a,button,input,textarea,select,summary):focus-visible{box-shadow:0 0 0 1px color-mix(in srgb, var(--background) 88%, transparent), 0 0 0 4px var(--ring)}}code,pre,kbd{font-family:var(--font-mono)}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}}}@layer components;@layer utilities{.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.contents{display:contents}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}}@font-face{font-family:Striper;src:url(/fonts/Striper-Regular.woff2)format("woff2");font-display:swap;font-style:normal;font-weight:400}@font-face{font-family:Panchang;src:url(/fonts/Panchang-Variable.ttf)format("truetype");font-display:swap;font-style:normal;font-weight:200 800}@font-face{font-family:PT Mono;src:url(/fonts/PTMono-Regular.ttf)format("truetype");font-display:swap;font-style:normal;font-weight:400}:root,:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#f9f9f7;--foreground:#131313;--primary:#5b72ff;--brand-action:#5266e6;--brand-action-hover:#4859cf;--brand-foreground:#fff;--destructive:#df5d62;--success:#2fb884;--warning:#b7791f;--surface:#fff;--surface-panel-background:#ffffffb8;--surface-canvas-background:#fcfcfba3;--surface-avatar-background:#fff;--surface-avatar-border:#0b0b0b1a;--surface-muted:#f0efec;--surface-soft:#f5f4f1;--surface-strong:#16171b;--surface-header:#f9f9f7d6;--surface-code:#f1f1ee;--surface-shell-navigation-background:#f0efeceb;--surface-shell-directory-background:#f6f6f4e6;--surface-shell-header-background:#f9f9f7eb;--surface-shell-edge-divider:#e5e5e2;--surface-shell-header-shadow:0 1px 0 #0b0b0b0e;--surface-shell-footer-shadow:0 -1px 0 #0b0b0b0e;--surface-input-background:#fff;--surface-input-border:#0b0b0b26;--surface-input-focus-border:#5b72ff75;--surface-message-user-background:#4c423112;--surface-interactive-hover-background:#f3f3f0;--surface-interactive-active-background:#f0efec;--surface-sidebar-active-background:#5f5e5a21;--border:#0b0b0b1a;--border-strong:#0b0b0b29;--divider:#0b0b0b17;--divider-subtle-color:#0b0b0b14;--divider-strong-color:#0b0b0b1f;--text-strong:#131313;--text-default:#383835;--text-muted:#5f5e5a;--text-soft:#7b7974;--icon-default:#52514e;--icon-muted:#898781;--ring:#5b72ff3d;--status-running-soft-border:#5b72ff33;--radius-control:10px;--radius-content:12px;--radius-overlay:16px;--radius-shell:24px;--motion-fast:.16s;--motion-normal:.22s;--ease-standard:cubic-bezier(.22, 1, .36, 1);--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", ui-sans-serif, sans-serif;--font-prose:"KingHwaOldSong", "Source Han Serif SC", "Songti SC", STSong, "PingFang SC", "PT Mono", "Microsoft YaHei", serif;--font-mono:"PT Mono", "SFMono-Regular", Consolas, monospace;--site-width:1180px}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:#111318;--foreground:#edf3fb;--primary:#8ea4ff;--brand-action:#8ea4ff;--brand-action-hover:#9bafff;--brand-foreground:#08111d;--destructive:#f26d77;--success:#49d09a;--warning:#e2a94f;--surface:#191d25;--surface-panel-background:#111822c2;--surface-canvas-background:linear-gradient(180deg, #0d131cd1, #0a0f16bd 100%);--surface-avatar-background:linear-gradient(180deg, #232c3afe, #161c27fb 100%);--surface-avatar-border:#b6c7df57;--surface-muted:#20252f;--surface-soft:#171a21;--surface-strong:#090b0f;--surface-header:#111318d6;--surface-code:#1b2029;--surface-shell-navigation-background:#04080e61;--surface-shell-directory-background:#1d253138;--surface-shell-header-background:#1d25312e;--surface-shell-edge-divider:#24282f;--surface-shell-header-shadow:0 9px 26px #00040a38;--surface-shell-footer-shadow:0 -8px 24px #00040a2e;--surface-input-background:linear-gradient(180deg, #1b232feb, #10161fe0 100%);--surface-input-border:#b6c7df2e;--surface-input-focus-border:#8ea4ff57;--surface-message-user-background:#ffffff12;--surface-interactive-hover-background:#ffffff0d;--surface-interactive-active-background:#ffffff1a;--surface-sidebar-active-background:#a5b4c61b;--border:#b5c3d824;--border-strong:#b5c3d838;--divider:#b5c3d81f;--divider-subtle-color:#abbdd61a;--divider-strong-color:#abbdd629;--text-strong:#edf3fb;--text-default:#dae3f0eb;--text-muted:#a5b4c6d1;--text-soft:#8392a5ad;--icon-default:#adbcd0d1;--icon-muted:#7f8ea2a8;--ring:#8ea4ff47;--status-running-soft-border:#8ea4ff3d}:root{--surface-control-background:var(--surface)}@supports (color:color-mix(in lab, red, red)){:root{--surface-control-background:color-mix(in srgb, var(--surface) 88%, var(--surface-muted) 12%)}}:root{--surface-control-border:var(--surface-input-border)}@supports (color:color-mix(in lab, red, red)){:root{--surface-control-border:color-mix(in srgb, var(--surface-input-border) 78%, var(--divider-subtle-color))}}:root{--surface-control-shadow:0 1px 2px var(--text-strong), 0 5px 14px var(--text-strong)}@supports (color:color-mix(in lab, red, red)){:root{--surface-control-shadow:0 1px 2px color-mix(in srgb, var(--text-strong) 5%, transparent), 0 5px 14px color-mix(in srgb, var(--text-strong) 8%, transparent)}}:root{--surface-popover-background:var(--surface);--surface-popover-border:var(--surface-input-border);--surface-popover-shadow:0 14px 36px var(--text-strong)}@supports (color:color-mix(in lab, red, red)){:root{--surface-popover-shadow:0 14px 36px color-mix(in srgb, var(--text-strong) 16%, transparent)}}@property --background{syntax:"<color>";inherits:true;initial-value:#f9f9f7}@property --foreground{syntax:"<color>";inherits:true;initial-value:#131313}.site-page{min-height:100vh;overflow:clip}.site-header{z-index:50;border-bottom:1px solid var(--divider);background:var(--surface-header);-webkit-backdrop-filter:blur(18px)saturate(150%);backdrop-filter:blur(18px)saturate(150%);height:56px;position:sticky;top:0}.site-header-inner{align-items:center;width:min(100% - 48px,1180px);height:100%;margin:0 auto;display:flex}.site-brand{justify-self:start;align-items:center;gap:10px;width:max-content;display:inline-flex}.site-brand img{object-fit:contain;flex:none;width:34px;height:34px}.site-wordmark{color:var(--text-strong);font-family:"Panchang", var(--font-sans);letter-spacing:.08em;font-size:14px;font-weight:650;line-height:1}.site-nav{color:var(--text-muted);align-items:center;gap:28px;margin-left:48px;font-size:13px;display:flex}.site-nav a{transition:color var(--motion-fast) ease}.site-nav a:hover{color:var(--text-strong)}.site-nav a[aria-current=page]{color:var(--text-strong);font-weight:600}.site-header-actions{align-items:center;gap:8px;margin-left:auto;display:flex}.site-header-docs{height:36px;color:var(--text-muted);border-radius:8px;justify-content:center;align-items:center;padding:0 8px;font-size:12px;display:none}.site-header-docs:hover{background:var(--surface-muted);color:var(--text-strong)}.site-icon-button{border-radius:var(--radius-control);width:36px;height:36px;color:var(--text-muted);cursor:pointer;transition:background var(--motion-fast) ease, color var(--motion-fast) ease;background:0 0;border:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.site-icon-button:hover{background:var(--surface-muted);color:var(--text-strong)}.site-header-cta{border-radius:var(--radius-control);background:var(--surface-strong);color:#fff;letter-spacing:.01em;height:36px;transition:background var(--motion-fast) ease, transform var(--motion-fast) ease;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-size:12px;font-weight:700;display:inline-flex}.site-header-cta:hover{background:var(--surface-strong)}@supports (color:color-mix(in lab, red, red)){.site-header-cta:hover{background:color-mix(in srgb, var(--surface-strong) 88%, #fff)}}.site-header-cta:hover{transform:translateY(-1px)}.site-header-cta svg{transition:transform var(--motion-fast) ease}.site-header-cta:hover svg{transform:translate(2px)}.section-index{color:var(--primary);font-family:var(--font-mono);letter-spacing:.12em;margin:0;font-size:11px;line-height:1.4}.site-button{border-radius:var(--radius-control);min-height:44px;transition:background var(--motion-fast) ease, border-color var(--motion-fast) ease, color var(--motion-fast) ease;border:1px solid #0000;justify-content:center;align-items:center;gap:9px;padding:0 18px;font-size:13px;font-weight:600;display:inline-flex}.site-button-primary{background:var(--brand-action);color:var(--brand-foreground)}.site-button-primary:hover{background:var(--brand-action-hover)}.site-button-secondary{border-color:var(--border-strong);background:var(--surface);color:var(--text-strong)}.site-button-secondary:hover{border-color:var(--text-soft)}.download-hero{border-bottom:1px solid var(--divider);background:radial-gradient(circle at 50% 105%, var(--primary), transparent 42%), linear-gradient(180deg, var(--primary), var(--background));place-items:center;min-height:430px;display:grid;position:relative;overflow:hidden}@supports (color:color-mix(in lab, red, red)){.download-hero{background:radial-gradient(circle at 50% 105%, color-mix(in srgb, var(--primary) 18%, transparent), transparent 42%), linear-gradient(180deg, color-mix(in srgb, var(--primary) 8%, var(--background)), var(--background))}}.download-hero:before{background-image:linear-gradient(var(--divider) 1px, transparent 1px), linear-gradient(90deg, var(--divider) 1px, transparent 1px);content:"";opacity:.28;background-size:140px 140px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000,#000 40%,#000);mask-image:linear-gradient(#0000,#000 40%,#000)}.download-hero-inner{z-index:1;text-align:center;justify-items:center;width:min(100% - 48px,660px);padding:72px 0 78px;display:grid;position:relative}.download-app-icon{width:82px;height:82px;filter:drop-shadow(0 18px 32px var(--primary));margin-bottom:24px}@supports (color:color-mix(in lab, red, red)){.download-app-icon{filter:drop-shadow(0 18px 32px color-mix(in srgb, var(--primary) 22%, transparent))}}.download-app-icon{animation:download-arrive .5s var(--ease-standard) both}.download-hero h1{color:var(--text-strong);letter-spacing:-.06em;margin:13px 0 0;font-size:clamp(46px,6vw,70px);font-weight:650;line-height:1}.download-hero-inner>p:last-of-type{color:var(--text-muted);margin:20px 0 0;font-size:15px}.download-hero-actions{gap:10px;margin-top:30px;display:flex}.download-catalog{width:min(calc(100% - 48px), var(--site-width));margin:0 auto;padding:92px 0 120px}.download-catalog-header{justify-content:space-between;align-items:end;gap:32px;margin-bottom:30px;display:flex}.download-catalog-header h2{color:var(--text-strong);letter-spacing:-.045em;margin:12px 0 0;font-size:clamp(34px,4vw,48px);font-weight:620;line-height:1}.download-catalog-header>span{color:var(--text-soft);font-family:var(--font-mono);font-size:11px}.download-platform-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.download-platform{border:1px solid var(--border);background:var(--surface-panel-background);transition:border-color var(--motion-fast) ease;border-radius:18px;overflow:hidden}.download-platform:hover{border-color:var(--border-strong)}.download-platform-header{border-bottom:1px solid var(--divider);align-items:center;gap:14px;min-height:112px;padding:24px 26px;display:flex}.download-platform-icon{background:var(--surface-muted);width:44px;height:44px;color:var(--icon-default);border-radius:12px;flex:none;place-items:center;display:grid}.download-platform-header h3,.download-self-host h2{color:var(--text-strong);margin:0;font-size:18px;font-weight:650}.download-platform-header p,.download-self-host p{color:var(--text-muted);margin:4px 0 0;font-size:12px}.download-current{background:var(--success);border-radius:7px;margin-left:auto;padding:5px 8px}@supports (color:color-mix(in lab, red, red)){.download-current{background:color-mix(in srgb, var(--success) 12%, transparent)}}.download-current{color:var(--success);font-size:10px;font-weight:650}.download-options{min-height:154px;padding:8px 26px}.download-option{justify-content:space-between;align-items:center;gap:24px;min-height:69px;display:flex}.download-option+.download-option{border-top:1px solid var(--divider)}.download-option strong,.download-option span{display:block}.download-option strong{color:var(--text-strong);font-size:13px;font-weight:620}.download-option span{color:var(--text-soft);font-family:var(--font-mono);margin-top:3px;font-size:10px}.download-option a,.download-self-host>a{border:1px solid var(--border-strong);border-radius:var(--radius-control);min-height:36px;color:var(--text-default);transition:background var(--motion-fast) ease, color var(--motion-fast) ease;flex:none;justify-content:center;align-items:center;gap:6px;padding:0 13px;font-size:11px;font-weight:650;display:inline-flex}.download-option a:hover,.download-self-host>a:hover{background:var(--surface-strong);color:#fff}.download-self-host{border-top:1px solid var(--divider);border-bottom:1px solid var(--divider);align-items:center;gap:16px;margin-top:64px;padding:34px 0;display:flex}.download-self-host>a{margin-left:auto}@keyframes download-arrive{0%{opacity:0;transform:translateY(8px)scale(.96)}}.site-footer{border-top:1px solid var(--divider);background:linear-gradient(#ffffff38,#ededecc2),radial-gradient(circle at 18% 0,#5b72ff1a,#0000 32%),radial-gradient(circle at 78% 10%,#4fa29f14,#0000 30%);width:100%;min-height:138px}:root[data-theme=dark] .site-footer{background:linear-gradient(#ffffff05,#ffffff0a),radial-gradient(circle at 18% 0,#8ea4ff1a,#0000 32%),radial-gradient(circle at 78% 10%,#49d09a14,#0000 30%)}.site-footer-inner{width:min(calc(100% - 48px), var(--site-width));grid-template-rows:auto auto;grid-template-columns:1fr auto;align-items:center;gap:8px 32px;min-height:138px;margin:0 auto;padding:24px 0 20px;display:grid}.site-footer-brand{grid-row:1/-1;align-items:center;gap:14px;display:flex}.site-footer-brand-mark{border:1px solid var(--divider);flex:none;place-items:center;width:52px;height:52px;display:grid}@supports (color:color-mix(in lab, red, red)){.site-footer-brand-mark{border:1px solid color-mix(in srgb, var(--divider) 72%, white)}}.site-footer-brand-mark{background:var(--surface);border-radius:15px}@supports (color:color-mix(in lab, red, red)){.site-footer-brand-mark{background:color-mix(in srgb, var(--surface) 82%, transparent)}}.site-footer-brand-mark{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 14px 38px #5b72ff1a}.site-footer-brand-mark img{width:32px;height:32px}.site-footer-brand strong{font-family:"Panchang", var(--font-sans);letter-spacing:.08em;font-size:16px;display:block}.site-footer-brand p{color:var(--text-muted);margin:6px 0 0;font-size:13px}.site-footer nav{color:var(--text-muted);align-items:center;gap:28px;font-size:12px;display:flex}.site-footer nav a{align-items:center;gap:6px;display:flex}.site-footer nav a:hover{color:var(--text-strong)}.site-footer-icp{width:fit-content;color:var(--text-soft);grid-column:2;justify-self:end;font-size:10px}.site-footer-icp:hover{color:var(--text-muted)}.not-found-page,.docs-missing{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100svh - 56px);padding:80px 24px;display:flex}.not-found-page h1,.docs-missing h1{color:var(--text-strong);letter-spacing:-.045em;margin:16px 0 0;font-size:clamp(36px,5vw,58px);font-weight:600}.not-found-page>p:not(.section-index),.docs-missing>p:not(.section-index){color:var(--text-muted);margin:15px 0 28px}.docs-layout{width:min(calc(100% - 48px), var(--site-width));grid-template-columns:220px minmax(0,760px);justify-content:center;gap:clamp(56px,8vw,112px);min-height:calc(100svh - 56px);margin:0 auto;padding:72px 0 130px;display:grid}.docs-sidebar{align-self:start;max-height:calc(100svh - 124px);position:sticky;top:88px}.docs-sidebar-title{height:36px;color:var(--text-strong);align-items:center;gap:9px;font-size:13px;font-weight:600;display:flex}.docs-sidebar-title svg{color:var(--primary)}.docs-sidebar nav{margin-top:30px}.docs-nav-group+.docs-nav-group{margin-top:28px}.docs-nav-group>p{color:var(--text-soft);font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;margin:0 0 7px;font-size:9px}.docs-nav-group a{min-height:34px;color:var(--text-muted);transition:background var(--motion-fast) ease, color var(--motion-fast) ease;border-radius:8px;align-items:center;margin-left:-10px;padding:0 10px;font-size:12px;display:flex}.docs-nav-group a:hover{color:var(--text-strong)}.docs-nav-group a.is-active{background:var(--surface-muted);color:var(--text-strong);font-weight:600}.docs-source-link{color:var(--text-soft);align-items:center;gap:7px;margin-top:34px;font-size:11px;display:inline-flex}.docs-source-link:hover{color:var(--primary)}.docs-mobile-nav{display:none}.docs-article{min-width:0}.docs-article-header{border-bottom:1px solid var(--divider);padding-bottom:46px}.docs-article-header h1{color:var(--text-strong);letter-spacing:-.05em;margin:16px 0 0;font-size:clamp(40px,5vw,58px);font-weight:600;line-height:1.08}.docs-article-header>p:last-child{max-width:610px;color:var(--text-muted);margin:20px 0 0;font-size:15px;line-height:1.7}.markdown-body{color:var(--text-default);padding-top:22px;font-size:15px;line-height:1.75}.markdown-body h2,.markdown-body h3{color:var(--text-strong);letter-spacing:-.025em;font-weight:600}.markdown-body h2{margin:52px 0 16px;font-size:27px;line-height:1.28}.markdown-body h3{margin:34px 0 12px;font-size:18px}.markdown-body p{margin:0 0 18px}.markdown-body ul,.markdown-body ol{margin:0 0 20px;padding-left:25px}.markdown-body li{margin:6px 0;padding-left:5px}.markdown-body li::marker{color:var(--text-soft)}.markdown-body a{color:var(--primary);text-decoration:underline;-webkit-text-decoration-color:var(--primary);-webkit-text-decoration-color:var(--primary);-webkit-text-decoration-color:var(--primary);text-decoration-color:var(--primary)}@supports (color:color-mix(in lab, red, red)){.markdown-body a{-webkit-text-decoration-color:color-mix(in srgb, var(--primary) 35%, transparent);-webkit-text-decoration-color:color-mix(in srgb, var(--primary) 35%, transparent);-webkit-text-decoration-color:color-mix(in srgb, var(--primary) 35%, transparent);text-decoration-color:color-mix(in srgb, var(--primary) 35%, transparent)}}.markdown-body a{text-underline-offset:3px}.markdown-body a:hover{text-decoration-color:currentColor}.markdown-body :not(pre)>code{border:1px solid var(--border);background:var(--surface-code);color:var(--primary);border-radius:5px;padding:.14em .38em;font-size:.88em}.markdown-body pre{border:1px solid var(--border);border-radius:var(--radius-content);background:var(--surface-code);max-width:100%;color:var(--text-default);margin:22px 0;padding:18px 20px;font-size:12px;line-height:1.7;overflow-x:auto}.markdown-body pre code{font:inherit}.markdown-body table{border-collapse:collapse;width:100%;margin:24px 0;font-size:13px}.markdown-body th,.markdown-body td{border-bottom:1px solid var(--divider);text-align:left;vertical-align:top;padding:12px 10px}.markdown-body th{color:var(--text-strong);font-weight:600}.markdown-body blockquote{border-left:2px solid var(--border-strong);color:var(--text-muted);margin:22px 0;padding-left:18px}.markdown-body img{border:1px solid var(--border);border-radius:var(--radius-content);background:var(--surface);width:100%;margin:28px 0;padding:12px}.docs-pagination{border-top:1px solid var(--divider);grid-template-columns:1fr 1fr;gap:20px;margin-top:72px;padding-top:26px;display:grid}.docs-pagination a{min-width:0;color:var(--text-default);align-items:center;gap:12px;font-size:12px;display:flex}.docs-pagination a:hover{color:var(--primary)}.docs-pagination span{flex-direction:column;gap:3px;min-width:0;display:flex}.docs-pagination small{color:var(--text-soft);font-family:var(--font-mono);letter-spacing:.08em;font-size:8px;font-weight:400}.docs-pagination-next{text-align:right;justify-self:end}.blog-index{width:min(100% - 48px,980px);min-height:calc(100svh - 194px);margin:0 auto;padding:112px 0 132px}.blog-index-header{max-width:700px}.blog-index-header h1{color:var(--text-strong);letter-spacing:-.06em;margin:20px 0 0;font-size:clamp(48px,7vw,76px);font-weight:620;line-height:1.04}.blog-index-header>p:last-child{color:var(--text-muted);margin:26px 0 0;font-size:15px}.blog-list{border-bottom:1px solid var(--divider);margin-top:90px}.blog-list-item{border-top:1px solid var(--divider);grid-template-columns:145px minmax(0,1fr) auto;align-items:start;gap:34px;padding:34px 4px;display:grid}.blog-list-meta{color:var(--text-soft);font-family:var(--font-mono);letter-spacing:.03em;flex-direction:column;gap:7px;padding-top:5px;font-size:9px;display:flex}.blog-list-meta span{color:var(--primary)}.blog-list-item h2{color:var(--text-strong);letter-spacing:-.035em;text-wrap:balance;transition:color var(--motion-fast) ease;margin:0;font-size:clamp(22px,3vw,30px);font-weight:610;line-height:1.28}.blog-list-item p{max-width:630px;color:var(--text-muted);margin:12px 0 0;font-size:13px;line-height:1.75}.blog-list-item>svg{color:var(--icon-muted);transition:color var(--motion-fast) ease, transform var(--motion-fast) ease;margin-top:6px}.blog-list-item:hover h2,.blog-list-item:hover>svg{color:var(--primary)}.blog-list-item:hover>svg{transform:translate(2px,-2px)}.blog-post-layout{width:min(calc(100% - 48px), var(--site-width));grid-template-columns:170px minmax(0,760px);justify-content:center;gap:clamp(54px,8vw,104px);min-height:calc(100svh - 56px);margin:0 auto;padding:88px 0 132px;display:grid}.blog-post-toc{align-self:start;position:sticky;top:92px}.blog-post-toc>a{color:var(--text-muted);align-items:center;gap:7px;font-size:11px;display:inline-flex}.blog-post-toc>a:hover{color:var(--primary)}.blog-post-toc>p{color:var(--text-soft);font-family:var(--font-mono);letter-spacing:.08em;margin:38px 0 10px;font-size:9px}.blog-post-toc nav{flex-direction:column;gap:3px;display:flex}.blog-post-toc nav a{color:var(--text-muted);border-radius:7px;margin-left:-9px;padding:7px 9px;font-size:11px;line-height:1.45}.blog-post-toc nav a:hover{background:var(--surface-muted);color:var(--text-strong)}.blog-article{min-width:0}.blog-article-header{border-bottom:1px solid var(--divider);padding-bottom:52px}.blog-article-meta{color:var(--text-soft);font-family:var(--font-mono);flex-wrap:wrap;gap:8px 18px;font-size:9px;display:flex}.blog-article-meta span:first-child{color:var(--primary)}.blog-article-header h1{max-width:720px;color:var(--text-strong);letter-spacing:-.055em;text-wrap:balance;margin:25px 0 0;font-size:clamp(42px,5vw,60px);font-weight:620;line-height:1.12}.blog-article-header>p{max-width:650px;color:var(--text-muted);margin:24px 0 0;font-size:15px;line-height:1.75}.blog-article .markdown-body{font-family:var(--font-prose);padding-top:12px;font-size:17px;line-height:1.9}.blog-article .markdown-body h2{font-family:var(--font-sans);scroll-margin-top:92px}.blog-article .markdown-body code,.blog-article .markdown-body pre,.blog-article .markdown-body table{font-family:var(--font-mono)}.blog-pagination{font-family:var(--font-sans)}@media (max-width:980px){.site-nav{display:none}.site-header-docs{display:inline-flex}.docs-layout{grid-template-columns:190px minmax(0,1fr);gap:54px}.blog-post-layout{grid-template-columns:minmax(0,760px)}.blog-post-toc{display:none}}@media (max-width:760px){.site-header-inner,.docs-layout,.blog-post-layout{width:min(calc(100% - 32px), var(--site-width))}.blog-index{width:min(100% - 32px,980px);padding:86px 0 100px}.blog-list{margin-top:68px}.download-hero{min-height:390px}.download-catalog{width:min(calc(100% - 32px), var(--site-width));padding:72px 0 96px}.download-platform-grid{grid-template-columns:1fr}.site-header-actions{gap:5px}.site-footer-inner{width:min(calc(100% - 32px), var(--site-width))}.docs-layout{padding-top:0;display:block}.docs-sidebar{display:none}.docs-mobile-nav{z-index:20;border-bottom:1px solid var(--divider);background:var(--surface-header);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);scrollbar-width:none;gap:6px;margin:0 -16px 52px;padding:10px 16px;display:flex;position:sticky;top:56px;overflow-x:auto}.docs-mobile-nav::-webkit-scrollbar{display:none}.docs-mobile-nav a{color:var(--text-muted);border-radius:8px;flex:none;padding:7px 10px;font-size:11px}.docs-mobile-nav a.is-active{background:var(--surface-muted);color:var(--text-strong);font-weight:600}}@media (max-width:560px){.site-header{height:56px}.site-header-inner{width:calc(100% - 24px)}.site-header-cta{display:none}.download-hero-inner{width:calc(100% - 32px);padding:62px 0 66px}.download-app-icon{width:70px;height:70px}.download-hero h1{font-size:46px}.download-hero-inner>p:last-of-type{max-width:310px;font-size:14px}.download-hero-actions{flex-direction:column;width:100%}.download-catalog-header{flex-direction:column;align-items:start;gap:12px}.download-platform-header,.download-options{padding-left:18px;padding-right:18px}.download-self-host{flex-wrap:wrap;align-items:flex-start}.download-self-host>a{width:100%;margin:10px 0 0}.site-footer nav{flex-wrap:wrap}.site-footer,.site-footer-inner{min-height:154px}.site-footer-inner{grid-template-rows:auto;grid-template-columns:1fr;gap:12px;padding:18px 0 14px}.site-footer-brand{grid-row:auto}.site-footer-brand-mark{border-radius:13px;width:44px;height:44px}.site-footer-brand-mark img{width:28px;height:28px}.site-footer-icp{grid-column:1;justify-self:start}.docs-mobile-nav{top:56px}.docs-article-header h1{font-size:42px}.markdown-body{font-size:14px}.markdown-body h2{font-size:24px}.blog-index-header h1{font-size:46px}.blog-list-item{grid-template-columns:1fr;gap:16px;padding:28px 2px;position:relative}.blog-list-meta{flex-direction:row;gap:16px;padding:0}.blog-list-item>svg{position:absolute;top:24px;right:2px}.blog-post-layout{padding:64px 0 100px}.blog-article-header h1{font-size:40px}.blog-article .markdown-body{font-size:16px}.markdown-body table{white-space:nowrap;display:block;overflow-x:auto}.docs-pagination{grid-template-columns:1fr}.docs-pagination-next{justify-content:flex-end;justify-self:stretch}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}
