llms.txt Content
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>KUAFUAI - 北京跨赴科技有限公司</title>
<meta name="description" content="跨赴科技 - 让智能围绕每个人自然生长">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<style>
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
--neon-blue: #00d4ff;
--neon-purple: #a855f7;
--neon-pink: #ec4899;
--deep-black: #020008;
--dark-bg: #06060f;
--card-bg: rgba(10, 10, 30, 0.6);
}
html { scroll-behavior: smooth; }
body {
font-family: 'Inter', -apple-system, sans-serif;
background: var(--deep-black);
color: #e2e8f0;
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
}
.font-display { font-family: 'Orbitron', 'Inter', sans-serif; }
/* ===== CANVAS BACKGROUND ===== */
#bg-canvas {
position: fixed;
top: 0; left: 0;
width: 100%; height: 100%;
z-index: 0;
pointer-events: none;
}
/* ===== GLOBAL GLOW OVERLAYS ===== */
.glow-orb {
position: absolute;
border-radius: 50%;
filter: blur(120px);
pointer-events: none;
z-index: 1;
}
/* ===== NAVIGATION ===== */
.nav {
position: fixed;
top: 0; left: 0; right: 0;
z-index: 1000;
padding: 1.2rem 2rem;
transition: all 0.4s ease;
}
.nav.scrolled {
background: rgba(6, 6, 15, 0.9);
b