.header[data-v-59dd99a8]{position:sticky;top:0;z-index:50;background:hsla(0,0%,100%,.9);backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid #f3f4f6}.header-inner[data-v-59dd99a8]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:64px}.brand[data-v-59dd99a8],.header-inner[data-v-59dd99a8]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.brand[data-v-59dd99a8]{gap:10px;font-weight:700}.logo[data-v-59dd99a8]{width:32px;height:32px;display:grid;place-items:center;border-radius:8px;background:#111827;color:#fff;font-size:14px}.name[data-v-59dd99a8]{color:#111827}.nav[data-v-59dd99a8]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.nav a[data-v-59dd99a8]{color:#111827;font-weight:500}.nav a[data-v-59dd99a8]:hover{color:#2563eb;text-decoration:none}.logo[data-v-30ec098a]{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.hero[data-v-3c612852]{padding:64px 0 32px;background:#fff}.hero-inner[data-v-3c612852]{display:grid;grid-template-columns:1.1fr 1fr;gap:24px}.brand[data-v-3c612852],.hero-inner[data-v-3c612852]{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.brand[data-v-3c612852]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;margin-bottom:12px}.brand-text[data-v-3c612852]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;line-height:1.1}.brand-text strong[data-v-3c612852]{font-size:18px;color:#0f172a}.brand-text span[data-v-3c612852]{font-size:14px;color:#475569}.hero-text h1[data-v-3c612852]{font-size:36px;margin:8px 0 12px}.hero-text p[data-v-3c612852]{color:var(--c-sub,#475569);margin:0 0 20px}.hero-actions[data-v-3c612852]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}.btn[data-v-3c612852]{display:inline-block;padding:10px 16px;background:#111827;color:#fff;border-radius:10px;font-weight:600;text-decoration:none}.btn-ghost[data-v-3c612852]{background:transparent;color:#111827;border:1px solid #e5e7eb;text-decoration:none}.hero-media img[data-v-3c612852]{width:100%;height:auto;display:block;border-radius:12px}@media (max-width:960px){.hero-inner[data-v-3c612852]{grid-template-columns:1fr}}.title[data-v-741bbfeb]{margin:0 0 6px;font-size:20px}.desc[data-v-741bbfeb]{margin:0 0 12px;color:var(--c-sub)}.shot img[data-v-741bbfeb],img[data-v-7af6b3ec]{width:100%;height:auto;border-radius:12px;display:block}.name[data-v-26ec3b22]{font-weight:700;margin-bottom:8px}.bullets[data-v-26ec3b22]{margin:0;padding-left:18px;color:var(--c-sub)}.bullets li[data-v-26ec3b22]{margin:6px 0}.contact[data-v-f4bc74d4]{display:grid;grid-template-columns:1fr 240px;gap:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.left h3[data-v-f4bc74d4]{margin:0 0 8px}.left p[data-v-f4bc74d4]{margin:6px 0;color:var(--c-sub)}.qrcode img[data-v-f4bc74d4]{width:100%;height:auto;border-radius:10px;display:block}.qrcode figcaption[data-v-f4bc74d4]{text-align:center;color:var(--c-sub);margin-top:6px}@media (max-width:640px){.contact[data-v-f4bc74d4]{grid-template-columns:1fr}}.icp[data-v-f8f910d6]{margin:0;font-size:12px;color:var(--c-sub)}.icp a[data-v-f8f910d6]{color:var(--c-sub)}.footer[data-v-036deead]{border-top:1px solid #f3f4f6;background:#fff}.footer-inner[data-v-036deead]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:16px 0}.left p[data-v-036deead]{margin:0 0 6px;color:var(--c-sub)}.right[data-v-036deead]{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}.right a[data-v-036deead]{color:#6b7280}.right a[data-v-036deead]:hover{color:#2563eb}:root{--c-bg:#fff;--c-fg:#111827;--c-sub:#6b7280;--c-primary:#111827;--c-accent:#2563eb;--radius:16px;--shadow:0 8px 24px rgba(0,0,0,.08);--maxw:1120px}*{-webkit-box-sizing:border-box;box-sizing:border-box}#app,body,html{height:100%;background:var(--c-bg);color:var(--c-fg)}a{color:var(--c-accent);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:var(--maxw);margin:0 auto;padding:0 16px}.section{padding:64px 0}.section-title{font-size:28px;font-weight:700;margin:0 0 24px}.card{background:#fff;border-radius:var(--radius);-webkit-box-shadow:var(--shadow);box-shadow:var(--shadow);padding:20px}.grid{display:grid;gap:16px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:960px){.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.grid-2,.grid-3{grid-template-columns:1fr}}