*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #08090d;--bg-subtle: #0c0e16;--bg-card: rgba(255,255,255,.03);--bg-card-hover: rgba(255,255,255,.06);--border: rgba(255,255,255,.06);--border-hover: rgba(255,255,255,.12);--text: #e8eaed;--text-dim: #8b8fa3;--text-muted: #5a5e72;--accent: #6366f1;--accent-light: #818cf8;--accent-glow: rgba(99,102,241,.15);--green: #22c55e;--cyan: #06b6d4;--orange: #f59e0b;--pink: #ec4899;--blue: #3b82f6;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-cn: "PingFang SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;--mono: "SF Mono", "Fira Code", "Consolas", monospace;--radius: 16px;--radius-sm: 10px;--radius-xs: 6px}html{scroll-behavior:smooth;font-size:16px}body{background:var(--bg);color:var(--text);font-family:var(--font);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 32px}.section{padding:120px 0;position:relative}.section-label{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--accent-light);margin-bottom:16px;font-family:var(--mono)}.section-label:before{content:"";width:20px;height:1px;background:var(--accent)}.section-title{font-size:clamp(28px,4vw,42px);font-weight:700;line-height:1.2;margin-bottom:16px;font-family:var(--font-cn);background:linear-gradient(135deg,#fff,#a5b4fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-desc{font-size:16px;color:var(--text-dim);max-width:560px;line-height:1.7}.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border-radius:var(--radius-sm);font-size:14px;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none}.btn-primary{background:linear-gradient(135deg,var(--accent),#4f46e5);color:#fff;box-shadow:0 0 30px #6366f14d}.btn-primary:hover{box-shadow:0 0 50px #6366f180;transform:translateY(-2px)}.btn-ghost{background:transparent;color:var(--text-dim);border:1px solid var(--border)}.btn-ghost:hover{color:#fff;border-color:var(--border-hover);background:var(--bg-card)}.tech-tag{padding:4px 12px;border-radius:var(--radius-xs);font-size:12px;background:#ffffff0a;color:var(--text-dim);border:1px solid var(--border);font-family:var(--mono)}.project-tag{display:inline-block;padding:4px 10px;border-radius:var(--radius-xs);font-size:11px;font-weight:600;letter-spacing:.5px;margin-bottom:16px}.tag-ai{background:#6366f126;color:var(--accent-light)}.tag-system{background:#06b6d426;color:var(--cyan)}.tag-marketing{background:#ec489926;color:var(--pink)}.tag-supply{background:#f59e0b26;color:var(--orange)}.result-chip{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:var(--radius-xs);background:#22c55e14;border:1px solid rgba(34,197,94,.15);font-size:12px;color:var(--green);font-weight:500}.animate{opacity:1;transform:translateY(0);transition:opacity .7s ease,transform .7s ease}.animate.visible{opacity:1;transform:translateY(0)}@keyframes pulse{0%,to{opacity:1;box-shadow:0 0 #22c55e66}50%{opacity:.7;box-shadow:0 0 0 6px #22c55e00}}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.qr-trigger{position:relative;cursor:pointer;overflow:hidden}.qr-overlay{position:absolute;inset:0;z-index:10;background:#fffffff7;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:var(--radius);gap:12px;opacity:0;transition:opacity .3s ease;pointer-events:none}.qr-overlay img{width:160px;height:160px;border-radius:8px;display:block}.qr-overlay .qr-label{font-size:13px;color:#333;font-weight:600;font-family:var(--font-cn)}.qr-trigger:hover .qr-overlay{opacity:1;pointer-events:auto}@media(max-width:768px){.container{padding:0 20px}.section{padding:80px 0}}nav[data-astro-cid-dmqpwcec]{position:fixed;top:0;left:0;right:0;z-index:100;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);background:#08090dcc;border-bottom:1px solid var(--border)}nav[data-astro-cid-dmqpwcec] .container[data-astro-cid-dmqpwcec]{display:flex;align-items:center;justify-content:space-between;height:64px}.nav-logo[data-astro-cid-dmqpwcec]{display:flex;align-items:center;text-decoration:none;color:#fff}.nav-logo[data-astro-cid-dmqpwcec] span[data-astro-cid-dmqpwcec]{font-size:15px;font-weight:600;letter-spacing:-.3px}.nav-links[data-astro-cid-dmqpwcec]{display:flex;gap:4px;align-items:center}.nav-links[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]{color:var(--text-dim);text-decoration:none;font-size:14px;font-weight:500;padding:6px 12px;border-radius:8px;transition:all .2s}.nav-links[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]:hover{color:#fff;background:var(--bg-card)}.lang-toggle[data-astro-cid-dmqpwcec]{margin-left:8px;padding:5px 12px;border-radius:6px;background:var(--bg-card);border:1px solid var(--border);color:var(--text-dim);font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none}.lang-toggle[data-astro-cid-dmqpwcec]:hover{color:#fff;border-color:var(--border-hover)}.mobile-menu-btn[data-astro-cid-dmqpwcec]{display:none;background:none;border:none;color:var(--text-dim);cursor:pointer;padding:8px;border-radius:8px;transition:all .2s}.mobile-menu-btn[data-astro-cid-dmqpwcec]:hover{color:#fff;background:var(--bg-card)}.mobile-overlay[data-astro-cid-dmqpwcec]{display:none;position:fixed;inset:0;z-index:200;background:#0009;backdrop-filter:blur(4px)}.mobile-overlay[data-astro-cid-dmqpwcec].open{display:block}.mobile-menu[data-astro-cid-dmqpwcec]{position:fixed;top:0;right:0;width:280px;height:100vh;z-index:300;background:#0c0e16;border-left:1px solid var(--border);transform:translate(100%);visibility:hidden;transition:transform .3s ease,visibility .3s ease;padding:0;display:none;flex-direction:column}.mobile-menu[data-astro-cid-dmqpwcec].open{display:flex;transform:translate(0);visibility:visible}.mobile-menu-header[data-astro-cid-dmqpwcec]{display:flex;align-items:center;justify-content:space-between;padding:0 20px;height:64px;border-bottom:1px solid var(--border)}.nav-logo-text[data-astro-cid-dmqpwcec]{font-size:15px;font-weight:600;color:#fff}.mobile-menu-links[data-astro-cid-dmqpwcec]{display:flex;flex-direction:column;padding:16px 0}.mobile-menu-links[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]{color:var(--text-dim);text-decoration:none;font-size:15px;font-weight:500;padding:14px 24px;transition:all .2s}.mobile-menu-links[data-astro-cid-dmqpwcec] a[data-astro-cid-dmqpwcec]:hover{color:#fff;background:var(--bg-card)}.mobile-lang-switch[data-astro-cid-dmqpwcec]{margin-top:16px;padding-top:16px!important;border-top:1px solid var(--border);color:var(--accent-light)!important;font-size:13px!important}@media(max-width:768px){.nav-links[data-astro-cid-dmqpwcec]{display:none}.mobile-menu-btn[data-astro-cid-dmqpwcec]{display:block}}.hero[data-astro-cid-bbe6dxrz]{min-height:980px;display:flex;align-items:center;background:#03080b;border-bottom:1px solid rgba(255,255,255,.06);padding:116px 0 92px}.hero-inner[data-astro-cid-bbe6dxrz]{display:grid;grid-template-columns:minmax(0,1fr) minmax(470px,.74fr);gap:56px;align-items:center}.hero-copy[data-astro-cid-bbe6dxrz]{min-width:0}.hero-eyebrow[data-astro-cid-bbe6dxrz]{color:var(--cyan);font-size:17px;font-weight:800;margin-bottom:36px}.hero-name[data-astro-cid-bbe6dxrz]{color:#f8fbff;font-family:var(--font-cn);font-size:36px;font-weight:800;margin-bottom:54px}h1[data-astro-cid-bbe6dxrz]{color:#f7fbff;font-family:var(--font-cn);font-size:clamp(64px,7vw,104px);line-height:1.02;letter-spacing:0;font-weight:900;margin:0 0 86px;max-width:100%;word-break:normal;text-wrap:balance}h1[data-astro-cid-bbe6dxrz] span[data-astro-cid-bbe6dxrz]{display:block;white-space:normal}.hero-en[data-astro-cid-bbe6dxrz] .hero-inner[data-astro-cid-bbe6dxrz]{grid-template-columns:minmax(0,.95fr) minmax(420px,.82fr);gap:72px}.hero-en[data-astro-cid-bbe6dxrz] h1[data-astro-cid-bbe6dxrz]{font-size:clamp(58px,5.8vw,86px);line-height:1.04}.hero-copy[data-astro-cid-bbe6dxrz] p[data-astro-cid-bbe6dxrz]{max-width:760px;color:#9aa7b8;font-size:19px;line-height:1.75;font-weight:600;word-break:keep-all}.logo-panel[data-astro-cid-bbe6dxrz]{min-height:560px;border:1px solid rgba(6,182,212,.28);border-radius:34px;background:#071018;padding:48px 34px 42px;box-shadow:0 30px 90px #00000059}.panel-title[data-astro-cid-bbe6dxrz]{color:#f7fbff;font-family:var(--font-cn);font-size:28px;line-height:1.1;font-weight:900;margin-bottom:10px}.panel-subtitle[data-astro-cid-bbe6dxrz]{color:#7f8ca0;font-size:clamp(11px,.82vw,15px);font-weight:700;margin-bottom:58px;white-space:nowrap}.logo-wall[data-astro-cid-bbe6dxrz]{display:grid;gap:54px}.logo-row[data-astro-cid-bbe6dxrz]{display:grid;align-items:center;gap:62px}.logo-row[data-astro-cid-bbe6dxrz].three{grid-template-columns:repeat(3,minmax(0,1fr));gap:36px}.logo-row[data-astro-cid-bbe6dxrz] img[data-astro-cid-bbe6dxrz]{width:auto;height:auto;max-width:100%;max-height:54px;object-fit:contain;display:block;justify-self:center}.logo-row[data-astro-cid-bbe6dxrz].three img[data-astro-cid-bbe6dxrz]{max-height:54px}@media(max-width:1000px){.hero[data-astro-cid-bbe6dxrz]{min-height:auto;padding-top:108px}.hero-inner[data-astro-cid-bbe6dxrz]{grid-template-columns:1fr;gap:48px}.logo-panel[data-astro-cid-bbe6dxrz]{min-height:auto;padding:32px}h1[data-astro-cid-bbe6dxrz]{font-size:clamp(48px,12vw,80px);margin-bottom:42px}}@media(max-width:560px){.hero[data-astro-cid-bbe6dxrz]{padding:92px 0 64px}.hero-eyebrow[data-astro-cid-bbe6dxrz]{font-size:13px;margin-bottom:22px}.hero-name[data-astro-cid-bbe6dxrz]{font-size:24px;margin-bottom:34px}h1[data-astro-cid-bbe6dxrz]{font-size:42px;line-height:1.08}h1[data-astro-cid-bbe6dxrz] span[data-astro-cid-bbe6dxrz]{white-space:normal}.hero-copy[data-astro-cid-bbe6dxrz] p[data-astro-cid-bbe6dxrz]{font-size:15px;line-height:1.72}.logo-panel[data-astro-cid-bbe6dxrz]{border-radius:24px;padding:26px 24px}.panel-title[data-astro-cid-bbe6dxrz]{font-size:20px}.panel-subtitle[data-astro-cid-bbe6dxrz]{font-size:12px;margin-bottom:34px}.logo-wall[data-astro-cid-bbe6dxrz]{gap:34px}.logo-row[data-astro-cid-bbe6dxrz]{gap:24px}.logo-row[data-astro-cid-bbe6dxrz] img[data-astro-cid-bbe6dxrz]{max-height:38px}.logo-row[data-astro-cid-bbe6dxrz].three img[data-astro-cid-bbe6dxrz]{max-height:32px}}.practice-intro[data-astro-cid-typ2l6tc]{background:#f5f8fc;color:#0f172a;padding:108px 0 118px}h2[data-astro-cid-typ2l6tc]{font-family:var(--font-cn);font-size:clamp(34px,4.1vw,52px);line-height:1.16;font-weight:900;letter-spacing:0;margin:0 0 28px;white-space:nowrap;word-break:keep-all}p[data-astro-cid-typ2l6tc]{max-width:960px;color:#718096;font-size:19px;line-height:1.7;font-weight:600;margin-bottom:70px;word-break:keep-all}.intro-stats[data-astro-cid-typ2l6tc]{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.intro-stat[data-astro-cid-typ2l6tc]{min-height:132px;border:1px solid #dce5ef;border-radius:20px;background:#fff;padding:28px;box-shadow:0 18px 50px #0f172a0a}.intro-stat[data-astro-cid-typ2l6tc] strong[data-astro-cid-typ2l6tc]{display:block;font-size:32px;line-height:1;font-weight:900;margin-bottom:18px}.intro-stat[data-astro-cid-typ2l6tc]:nth-child(1) strong[data-astro-cid-typ2l6tc]{color:#4f7cff}.intro-stat[data-astro-cid-typ2l6tc]:nth-child(2) strong[data-astro-cid-typ2l6tc]{color:#22c55e}.intro-stat[data-astro-cid-typ2l6tc]:nth-child(3) strong[data-astro-cid-typ2l6tc]{color:#06b6d4}.intro-stat[data-astro-cid-typ2l6tc]:nth-child(4) strong[data-astro-cid-typ2l6tc]{color:#8b5cf6}.intro-stat[data-astro-cid-typ2l6tc] span[data-astro-cid-typ2l6tc]{color:#7a8796;font-size:13px;line-height:1.45;font-weight:700}@media(max-width:980px){h2[data-astro-cid-typ2l6tc]{white-space:normal;max-width:720px}.intro-stats[data-astro-cid-typ2l6tc]{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.practice-intro[data-astro-cid-typ2l6tc]{padding:70px 0}h2[data-astro-cid-typ2l6tc]{font-size:30px}p[data-astro-cid-typ2l6tc]{font-size:14.5px;margin-bottom:34px}.intro-stats[data-astro-cid-typ2l6tc]{gap:12px}.intro-stat[data-astro-cid-typ2l6tc]{min-height:92px;padding:18px;border-radius:14px}.intro-stat[data-astro-cid-typ2l6tc] strong[data-astro-cid-typ2l6tc]{font-size:22px;margin-bottom:10px}.intro-stat[data-astro-cid-typ2l6tc] span[data-astro-cid-typ2l6tc]{font-size:10.5px}}.call-architecture[data-astro-cid-gghe66ga]{background:#03080b;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.section-kicker[data-astro-cid-gghe66ga]{color:var(--cyan);font-family:var(--mono);font-size:13px;font-weight:800;margin-bottom:34px}h2[data-astro-cid-gghe66ga]{max-width:1160px;color:#f7fbff;font-family:var(--font-cn);font-size:clamp(34px,4.4vw,56px);line-height:1.14;font-weight:900;margin:0 0 28px;word-break:keep-all}.lead[data-astro-cid-gghe66ga]{max-width:1020px;color:#8996a8;font-size:17px;line-height:1.72;margin-bottom:56px;font-weight:600}.architecture-card[data-astro-cid-gghe66ga]{overflow-x:auto;border:1px solid rgba(6,182,212,.2);border-radius:22px;background:#071018;padding:24px}svg[data-astro-cid-gghe66ga]{min-width:980px;width:100%;display:block}.notes[data-astro-cid-gghe66ga] text[data-astro-cid-gghe66ga],.flow-label[data-astro-cid-gghe66ga]{fill:#8fa0b6;font:12px var(--font)}.node[data-astro-cid-gghe66ga] rect[data-astro-cid-gghe66ga]{fill:#101827;stroke-width:1.6}.node[data-astro-cid-gghe66ga] text[data-astro-cid-gghe66ga]{fill:#f4f8ff;font:700 16px var(--font)}.node[data-astro-cid-gghe66ga] .sub[data-astro-cid-gghe66ga]{fill:#8fa0b6;font:12px var(--font)}.cyan[data-astro-cid-gghe66ga] rect[data-astro-cid-gghe66ga]{stroke:#23c9dc}.blue-node[data-astro-cid-gghe66ga] rect[data-astro-cid-gghe66ga]{stroke:#4d7cff}.green[data-astro-cid-gghe66ga] rect[data-astro-cid-gghe66ga]{stroke:#36d483}.red[data-astro-cid-gghe66ga] rect[data-astro-cid-gghe66ga]{stroke:#ff6b87;fill:#1d1321}.purple[data-astro-cid-gghe66ga] rect[data-astro-cid-gghe66ga]{stroke:#8572ff;fill:#17172f}.line[data-astro-cid-gghe66ga]{fill:none;stroke-width:2}.line[data-astro-cid-gghe66ga].blue{stroke:#6fa7c7;marker-end:url(#arrow-blue)}.line[data-astro-cid-gghe66ga].green{stroke:#36d483;marker-end:url(#arrow-green)}.line[data-astro-cid-gghe66ga].red{stroke:#ff6b87;marker-end:url(#arrow-red)}.bus[data-astro-cid-gghe66ga]{opacity:.8}@media(max-width:560px){h2[data-astro-cid-gghe66ga]{font-size:30px}.lead[data-astro-cid-gghe66ga]{font-size:14px}.architecture-card[data-astro-cid-gghe66ga]{padding:12px;border-radius:16px}svg[data-astro-cid-gghe66ga]{min-width:0}}.system-map-section[data-astro-cid-u3sdpyao]{background:#f5f8fc;color:#0f172a;border-top:1px solid #dce5ef;border-bottom:1px solid #dce5ef}h2[data-astro-cid-u3sdpyao]{max-width:920px;font-family:var(--font-cn);font-size:clamp(34px,4.2vw,54px);line-height:1.15;font-weight:900;margin:0 0 28px;word-break:keep-all}.lead[data-astro-cid-u3sdpyao]{max-width:1080px;color:#718096;font-size:16px;line-height:1.8;font-weight:600;margin-bottom:58px}.system-map[data-astro-cid-u3sdpyao]{overflow-x:auto;border-radius:18px;border:0;background:transparent;box-shadow:none;padding:8px 0 0}svg[data-astro-cid-u3sdpyao]{min-width:980px;width:100%;display:block}.map-bg[data-astro-cid-u3sdpyao]{fill:transparent}.zone[data-astro-cid-u3sdpyao] rect[data-astro-cid-u3sdpyao]:first-child{fill:#ffffff6b;stroke:#d6e0eb}.zone-title[data-astro-cid-u3sdpyao]{fill:#0f172a;font:800 15px var(--font)}.node[data-astro-cid-u3sdpyao] rect[data-astro-cid-u3sdpyao]{rx:3;stroke-width:1.4}.node[data-astro-cid-u3sdpyao] text[data-astro-cid-u3sdpyao]{fill:#334155;font:800 12px var(--font)}.node[data-astro-cid-u3sdpyao] .sub[data-astro-cid-u3sdpyao]{fill:#7a8796;font:10px var(--font)}.red[data-astro-cid-u3sdpyao] rect[data-astro-cid-u3sdpyao]{fill:#ecfeffa3;stroke:#22d3ee}.blue[data-astro-cid-u3sdpyao] rect[data-astro-cid-u3sdpyao]{fill:#eff6ffb3;stroke:#60a5fa}.green[data-astro-cid-u3sdpyao] rect[data-astro-cid-u3sdpyao]{fill:#ecfdf5b3;stroke:#34d399}.yellow[data-astro-cid-u3sdpyao] rect[data-astro-cid-u3sdpyao]{fill:#ffffffad;stroke:#38bdf8}.connector[data-astro-cid-u3sdpyao]{fill:none;stroke:#64748b;stroke-width:1.4;marker-end:url(#sys-arrow)}.connector[data-astro-cid-u3sdpyao].dashed{stroke-dasharray:4 5}@media(max-width:560px){h2[data-astro-cid-u3sdpyao]{font-size:30px}.lead[data-astro-cid-u3sdpyao]{font-size:14px}.system-map[data-astro-cid-u3sdpyao]{padding:12px}svg[data-astro-cid-u3sdpyao]{min-width:0}}.project-systems[data-astro-cid-amng4zvp]{background:#03080b;color:#f7fbff;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.projects-heading[data-astro-cid-amng4zvp] h2[data-astro-cid-amng4zvp]{max-width:1120px;font-family:var(--font-cn);font-size:clamp(34px,4vw,48px);line-height:1.12;font-weight:900;margin-bottom:24px;word-break:keep-all}.projects-heading[data-astro-cid-amng4zvp] p[data-astro-cid-amng4zvp]{max-width:1080px;color:#8795a8;font-size:16px;line-height:1.75;font-weight:600}.project-grid[data-astro-cid-amng4zvp]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;margin-top:66px}.project-card[data-astro-cid-amng4zvp]{background:#071018;border:1px solid rgba(6,182,212,.16);border-radius:24px;padding:28px 24px 22px;box-shadow:0 18px 50px #00000038;overflow:hidden}.project-card[data-astro-cid-amng4zvp] h3[data-astro-cid-amng4zvp]{font-family:var(--font-cn);font-size:20px;line-height:1.2;font-weight:900;margin-bottom:10px}.project-card[data-astro-cid-amng4zvp] p[data-astro-cid-amng4zvp]{color:#8795a8;font-size:13px;line-height:1.55;min-height:40px;margin-bottom:14px}.project-card[data-astro-cid-amng4zvp]>svg[data-astro-cid-amng4zvp]{width:100%;display:block}.project-symbols[data-astro-cid-amng4zvp]{width:0;height:0;position:absolute;overflow:hidden}.diagram-bg[data-astro-cid-amng4zvp]{fill:transparent}.diagram-title[data-astro-cid-amng4zvp]{fill:#f7fbff;font:800 17px var(--font)}.diagram-sub[data-astro-cid-amng4zvp],.small[data-astro-cid-amng4zvp]{fill:#8fa0b6;font:11px var(--font)}.group-title[data-astro-cid-amng4zvp],.module-title[data-astro-cid-amng4zvp]{fill:#dceafe;font:800 13px var(--font)}.group-box[data-astro-cid-amng4zvp]{fill:#ffffff06;stroke:#94a3b847;stroke-width:1}.module[data-astro-cid-amng4zvp]{stroke-width:1.2}.module[data-astro-cid-amng4zvp].core{fill:#3b82f61f;stroke:#60a5fa}.module[data-astro-cid-amng4zvp].blue{fill:#3b82f614;stroke:#60a5fa}.module[data-astro-cid-amng4zvp].cyan{fill:#22d3ee14;stroke:#22d3ee}.module[data-astro-cid-amng4zvp].purple{fill:#7c3aed1a;stroke:#a78bfa}.line-blue[data-astro-cid-amng4zvp],.line-cyan[data-astro-cid-amng4zvp],.line-purple[data-astro-cid-amng4zvp],.line-dashed[data-astro-cid-amng4zvp]{fill:none;stroke-width:1.5}.line-blue[data-astro-cid-amng4zvp]{stroke:#3b82f6;marker-end:url(#project-arrow-blue)}.line-cyan[data-astro-cid-amng4zvp]{stroke:#0891b2;marker-end:url(#project-arrow-cyan)}.line-purple[data-astro-cid-amng4zvp]{stroke:#7c3aed;marker-end:url(#project-arrow-purple)}.line-dashed[data-astro-cid-amng4zvp]{stroke:#94a3b8;stroke-dasharray:4 4;marker-end:url(#project-arrow-blue)}.lane[data-astro-cid-amng4zvp]{stroke:#94a3b838}.flywheel-outer[data-astro-cid-amng4zvp]{fill:transparent;stroke:#94a3b852}.flywheel-core[data-astro-cid-amng4zvp]{fill:#7c3aed1a;stroke:#a78bfa}@media(max-width:900px){.project-grid[data-astro-cid-amng4zvp]{grid-template-columns:1fr}}@media(max-width:560px){.project-systems[data-astro-cid-amng4zvp]{padding-top:76px}.projects-heading[data-astro-cid-amng4zvp] h2[data-astro-cid-amng4zvp]{font-size:30px}.project-grid[data-astro-cid-amng4zvp]{gap:18px;margin-top:36px}.project-card[data-astro-cid-amng4zvp]{padding:20px 14px;border-radius:18px}.project-card[data-astro-cid-amng4zvp] p[data-astro-cid-amng4zvp]{min-height:0}}.social-footer[data-astro-cid-xmivup5a]{background:#03080b;border-top:1px solid rgba(255,255,255,.06);padding:0 0 80px}.footer-heading[data-astro-cid-xmivup5a]{background:#f5f8fc;box-shadow:0 0 0 100vmax #f5f8fc;clip-path:inset(0 -100vmax);padding:108px 0 78px}.footer-heading[data-astro-cid-xmivup5a] h2[data-astro-cid-xmivup5a]{max-width:1100px;color:#0f172a;font-family:var(--font-cn);font-size:clamp(30px,4vw,48px);line-height:1.16;font-weight:900;margin-bottom:24px;word-break:keep-all}.footer-heading[data-astro-cid-xmivup5a] h2[data-astro-cid-xmivup5a] span[data-astro-cid-xmivup5a]{display:block}.footer-heading[data-astro-cid-xmivup5a] p[data-astro-cid-xmivup5a]{max-width:840px;color:#718096;font-size:16px;line-height:1.75;font-weight:600}.social-grid[data-astro-cid-xmivup5a]{display:grid;grid-template-columns:304px 1fr;gap:24px;margin-top:70px;align-items:start}.wechat-card[data-astro-cid-xmivup5a],.platform-card[data-astro-cid-xmivup5a]{border:1px solid rgba(255,255,255,.08);border-radius:18px;background:#071018;padding:28px}.wechat-card[data-astro-cid-xmivup5a]{min-height:260px;transition:min-height .22s ease}.wechat-card[data-astro-cid-xmivup5a]:hover,.wechat-card[data-astro-cid-xmivup5a]:focus-within{min-height:390px}.qr-reveal[data-astro-cid-xmivup5a]{position:relative;width:220px;height:44px;display:grid;place-items:center;overflow:hidden;border-radius:12px;margin:28px 0 20px;border:1px dashed rgba(6,182,212,.28);background:#ffffff06;color:#8795a8;font-size:13px;font-weight:800;outline:none;transition:height .22s ease,background .22s ease}.wechat-card[data-astro-cid-xmivup5a]:hover .qr-reveal[data-astro-cid-xmivup5a],.wechat-card[data-astro-cid-xmivup5a]:focus-within .qr-reveal[data-astro-cid-xmivup5a]{height:220px;background:#ffffff0a}.qr-reveal[data-astro-cid-xmivup5a] img[data-astro-cid-xmivup5a]{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;opacity:0;transform:scale(.96);transition:opacity .2s ease,transform .2s ease}.wechat-card[data-astro-cid-xmivup5a]:hover .qr-reveal[data-astro-cid-xmivup5a] img[data-astro-cid-xmivup5a],.wechat-card[data-astro-cid-xmivup5a]:focus-within .qr-reveal[data-astro-cid-xmivup5a] img[data-astro-cid-xmivup5a]{opacity:1;transform:scale(1)}.wechat-card[data-astro-cid-xmivup5a]:hover .qr-reveal[data-astro-cid-xmivup5a] span[data-astro-cid-xmivup5a],.wechat-card[data-astro-cid-xmivup5a]:focus-within .qr-reveal[data-astro-cid-xmivup5a] span[data-astro-cid-xmivup5a]{opacity:0}.social-title[data-astro-cid-xmivup5a]{color:#f7fbff;font-family:var(--font-cn);font-size:20px;font-weight:900;margin-bottom:8px}.social-meta[data-astro-cid-xmivup5a]{color:var(--cyan);font-size:13px;font-weight:800}.wechat-card[data-astro-cid-xmivup5a] p[data-astro-cid-xmivup5a],.platform-card[data-astro-cid-xmivup5a] p[data-astro-cid-xmivup5a]{color:#8795a8;font-size:13px;line-height:1.6}.platform-card[data-astro-cid-xmivup5a]{min-height:260px;display:flex;flex-direction:column}.platform-logos[data-astro-cid-xmivup5a]{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:52px}.platform-logo[data-astro-cid-xmivup5a]{width:72px;height:72px;display:inline-flex;align-items:center;justify-content:center;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;overflow:hidden}.platform-logo[data-astro-cid-xmivup5a] img[data-astro-cid-xmivup5a]{width:100%;height:100%;display:block;object-fit:cover}.contact-strip[data-astro-cid-xmivup5a]{display:flex;justify-content:space-between;gap:24px;margin-top:92px;color:#5f6b7a;font-size:13px}.contact-strip[data-astro-cid-xmivup5a] a[data-astro-cid-xmivup5a]{color:#8795a8;text-decoration:none}.contact-strip[data-astro-cid-xmivup5a] a[data-astro-cid-xmivup5a]:hover{color:#fff}@media(max-width:980px){.social-grid[data-astro-cid-xmivup5a]{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.social-grid[data-astro-cid-xmivup5a]{grid-template-columns:1fr;gap:14px;margin-top:38px}.qr-reveal[data-astro-cid-xmivup5a]{width:100%;max-width:240px}.wechat-card[data-astro-cid-xmivup5a]:hover .qr-reveal[data-astro-cid-xmivup5a],.wechat-card[data-astro-cid-xmivup5a]:focus-within .qr-reveal[data-astro-cid-xmivup5a]{height:220px}.platform-card[data-astro-cid-xmivup5a]{min-height:auto}.platform-logos[data-astro-cid-xmivup5a]{margin-top:28px;gap:12px}.platform-logo[data-astro-cid-xmivup5a]{width:58px;height:58px;border-radius:14px}.contact-strip[data-astro-cid-xmivup5a]{flex-direction:column;margin-top:48px}}
