:root{color-scheme:light;--bg: #f8fafc;--surface: #ffffff;--surface-soft: #f1f5f9;--text: #111827;--muted: #64748b;--line: #e2e8f0;--ink: #0f172a;--blue: #dbeafe;--green: #dcfce7;--amber: #fef3c7;--rose: #ffe4e6;--cyan: #cffafe;--shadow: 0 18px 55px rgba(15, 23, 42, .08)}*{box-sizing:border-box}body{min-height:100vh;margin:0;background:linear-gradient(135deg,rgba(14,165,233,.18),transparent 34%),linear-gradient(225deg,rgba(45,212,191,.16),transparent 38%),linear-gradient(315deg,rgba(244,114,182,.13),transparent 34%),linear-gradient(180deg,#eef6ff 0,#f8fafc 46%,#ecfeff);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,sans-serif;line-height:1.6}body:before,body:after{position:fixed;inset:0;content:"";pointer-events:none}body:before{z-index:0;background:conic-gradient(from 145deg at 22% 20%,#0e749033,#3b82f614,#14b8a629,#ec489914,#0e749033),linear-gradient(120deg,rgba(15,23,42,.06),transparent 42%,rgba(14,165,233,.1));mix-blend-mode:multiply;opacity:.84}body:after{z-index:1;background-image:linear-gradient(rgba(15,23,42,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(15,23,42,.028) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(180deg,rgba(0,0,0,.72),rgba(0,0,0,.2) 70%,transparent)}#tech-background{position:fixed;inset:0;z-index:2;pointer-events:none;opacity:.74}a{color:inherit;text-decoration:none}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px clamp(20px,5vw,64px);border-bottom:1px solid rgba(226,232,240,.8);background:#f8fafce6;backdrop-filter:blur(14px)}.brand{display:inline-flex;align-items:center;gap:12px;min-width:190px}.brand-mark{display:inline-grid;width:38px;height:38px;place-items:center;border-radius:8px;background:var(--ink);color:#fff;font-weight:800}.brand strong,.brand small{display:block}.brand small{color:var(--muted);font-size:12px}nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}nav a{border-radius:7px;color:#475569;font-size:14px;padding:7px 10px}nav a:hover,nav a.active{background:var(--ink);color:#fff}main{position:relative;z-index:3;width:min(1120px,calc(100% - 40px));margin:0 auto;padding:52px 0 72px}.hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:28px;align-items:stretch;margin-bottom:34px}.hero-copy{padding:clamp(28px,5vw,54px);border:1px solid var(--line);border-radius:8px;background:#ffffffc7;backdrop-filter:blur(18px);box-shadow:var(--shadow)}.eyebrow{color:#0f766e;font-size:14px;font-weight:700;margin:0 0 12px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(38px,7vw,72px);letter-spacing:0;line-height:1.02;margin-bottom:18px}h2{font-size:28px;line-height:1.2;margin-bottom:14px}h3{font-size:18px;line-height:1.25;margin-bottom:8px}.lead{color:#334155;font-size:20px;max-width:680px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border-radius:7px;font-weight:700;padding:10px 15px}.button.primary{background:var(--ink);color:#fff}.button.secondary{background:var(--surface-soft);color:var(--ink)}.panel,.card{border:1px solid var(--line);border-radius:8px;background:#fffc;backdrop-filter:blur(14px);padding:22px}.hero-aside{display:grid;gap:14px}.status-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.status-list li{display:flex;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line);padding-bottom:10px}.status-list li:last-child{border-bottom:0;padding-bottom:0}.section{margin-top:34px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:16px}.section-heading p,.muted{color:var(--muted)}.grid{display:grid;gap:16px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.card{display:flex;min-height:170px;flex-direction:column;justify-content:space-between}.card p{color:var(--muted)}.tag{align-self:flex-start;border-radius:999px;background:var(--surface-soft);color:#475569;font-size:13px;font-weight:700;padding:5px 9px}.tone-blue{background:var(--blue)}.tone-green{background:var(--green)}.tone-amber{background:var(--amber)}.page-header{max-width:760px;margin-bottom:28px}.page-header p{color:var(--muted);font-size:18px}.site-footer{position:relative;z-index:3;border-top:1px solid var(--line);color:var(--muted);padding:28px clamp(20px,5vw,64px)}.site-footer p{margin-bottom:4px}.footer-links{display:flex;flex-wrap:wrap;gap:8px}.footer-links a{color:#0f766e;font-weight:700}@media(max-width:820px){.site-header{align-items:flex-start;flex-direction:column}nav{justify-content:flex-start}.hero,.grid.two,.grid.three{grid-template-columns:1fr}main{width:min(100% - 28px,1120px);padding-top:28px}}
