autonomous ops

应用 · SaaS · 免费

在云境TS 中打开并复制 →

内容预览

Recreate this page as a single self-contained index.html file — pixel-faithful to the Falcon AI Operations Overview triptych. No frameworks, no external CSS/JS/fonts/images. System fonts only. Light color scheme. All sizing on desktop uses CSS container query units (cqw/cqh) against a size container. ════════════════════════════════════════ PAGE META & BOOT ════════════════════════════════════════ - , lang="en" - viewport: width=device-width, initial-scale=1, viewport-fit=cover - color-scheme: light - title: Falcon AI Operations Overview - Inline head script BEFORE styles: - If prefers-reduced-motion is NOT reduce AND Element.prototype.animate exists: - add class "entrance-pending" on - set window.__entranceFallback = setTimeout that removes "entrance-pending" and "entrance-active" after 3000ms - Otherwise do nothing (page shows fully visible) ════════════════════════════════════════ DESIGN TOKENS (:root) ════════════════════════════════════════ --aspect: 1.5204255 (kept; not required for layout math) --page: #f0f0f0 --surface: #fff --panel: #fffaf6 --ink: #282828 --muted: #777 --orange: #ff6900 --orange-soft: #ffdfca --green: #4d8c35 --weight-regular: 400 --weight-body: 475 --weight-medium: 500 --weight-semibold: 600 --weight-display: 600 --weight-card-title: 600 --weight-bold: 700 --card-title-size: 1.86cqw --card-title-tracking: -.125cqw --feature-title-size: 2.17cqw --feature-title-tracking: -.09cqw --cards-height: 33.81cqw --cards-scale: min(1, calc(60cqh / var(--cards-h

……(完整源码请在站内查看)