:root{--home-canvas-height: 100dvh;--home-canvas-width: 100vw;--home-page-scale: 1;color-scheme:light;--home-ink: #252a33;--home-muted: #737c89;--home-subtle: #525865;--home-line: #d3d7dd;--home-green: #0fc764;--home-surface: #ffffff;color:var(--home-ink);background:var(--home-surface);font-family:PingFang SC,Microsoft YaHei,system-ui,sans-serif}*{box-sizing:border-box}html,body{width:100%;height:100%;margin:0;overflow:hidden}button,a{font:inherit}.home-body{background:var(--home-surface);-webkit-font-smoothing:antialiased}.home-page{position:relative;isolation:isolate;width:var(--home-canvas-width);height:var(--home-canvas-height);min-width:1280px;min-height:800px;overflow:hidden;background:var(--home-surface);container-type:inline-size;transform-origin:left top}.home-texture{position:absolute;z-index:-2;top:-77px;left:0;width:100%;height:max(1106px,calc(100% + 77px));object-fit:fill;opacity:.2;pointer-events:none;-webkit-user-select:none;user-select:none}.home-header{position:relative;z-index:5;display:flex;width:100%;height:80px;margin:0 auto;padding:24px 32px;align-items:center;justify-content:space-between}.home-header__left,.home-nav,.home-account,.home-credit{display:flex;align-items:center}.home-header__left{gap:80px}.home-brand,.home-brand img{display:block;width:118.87px;height:25px}.home-nav{gap:32px}.home-nav__link{display:inline-flex;padding:0;border:0;align-items:center;gap:4px;color:var(--home-subtle);background:transparent;font-size:14px;font-weight:400;line-height:22px;text-decoration:none;transition:color .16s ease}.home-nav__link:hover{color:var(--home-ink)}.home-nav__link--active,.home-nav__link--active:hover{color:var(--home-ink);font-weight:600;cursor:default}.home-nav__chevron{display:block;width:16px;height:16px;flex:0 0 auto;transition:transform .14s ease}.home-hub{position:relative}.home-hub__trigger{cursor:pointer}.home-hub--open .home-nav__chevron{transform:rotate(180deg)}.home-hub__menu{position:absolute;z-index:10;top:34px;left:50%;display:flex;width:154px;padding:4px;border:1px solid #ebedef;border-radius:12px;flex-direction:column;gap:2px;background:#fff;box-shadow:0 8px 16px #00000014;opacity:0;pointer-events:none;transform:translate(-50%,-4px);visibility:hidden;transition:opacity .14s ease,transform .14s ease,visibility .14s ease}.home-hub__menu:before{position:absolute;top:-12px;left:0;width:100%;height:12px;content:""}.home-hub--open .home-hub__menu{opacity:1;pointer-events:auto;transform:translate(-50%);visibility:visible}.home-hub__item{display:flex;width:100%;min-height:32px;padding:5px 12px;border-radius:8px;align-items:center;color:var(--home-ink);font-size:14px;font-weight:400;line-height:22px;text-decoration:none;transition:background-color .14s ease}.home-hub__item:hover,.home-hub__item:focus-visible{background:#f4f5f6}.home-account{gap:16px}.home-consultation{position:relative}.home-consultation__trigger{display:inline-flex;height:32px;padding:5px 16px;border:0;border-radius:20px;align-items:center;justify-content:center;color:var(--home-ink);background:#ebedef;font-size:14px;font-weight:400;line-height:22px;white-space:nowrap;cursor:pointer;transition:background-color .16s ease}.home-consultation__trigger:hover,.home-consultation--open .home-consultation__trigger{background:#d8d8df}.home-consultation__card{position:absolute;z-index:10;top:44px;left:50%;display:flex;width:174px;padding:12px;border-radius:12px;align-items:center;flex-direction:column;gap:4px;color:var(--home-ink);background:#fff;box-shadow:0 0 24px #0000001f;opacity:0;pointer-events:none;transform:translate(-50%,-4px);visibility:hidden;transition:opacity .14s ease,transform .14s ease,visibility .14s ease}.home-consultation--open .home-consultation__card{opacity:1;pointer-events:auto;transform:translate(-50%);visibility:visible}.home-consultation__qr{width:150px;height:150px;overflow:hidden}.home-consultation__qr img{display:block;width:181px;height:177px;max-width:none;transform:translate(-9px,-14px)}.home-consultation__card strong{font-size:14px;font-weight:600;line-height:22px}.home-credit{gap:8px;color:var(--home-subtle);font-size:14px;line-height:22px}.home-credit img{width:16px;height:16px}.home-credit strong{font-weight:600}.home-account-menu{position:relative}.home-avatar{display:grid;width:32px;height:32px;padding:0;overflow:hidden;border:0;border-radius:50%;place-items:center;color:var(--home-ink);background:#ebedef;font-size:16px;font-weight:600;line-height:1;cursor:pointer;transition:box-shadow .16s ease,transform .16s ease}.home-avatar:hover,.home-account-menu--open .home-avatar{box-shadow:0 0 0 3px #252a3314}.home-avatar img{display:block;width:100%;height:100%;object-fit:cover}.home-account-card{position:absolute;z-index:10;top:44px;right:0;box-sizing:border-box;display:flex;width:240px;padding:20px 12px 12px;border:1px solid #ebedef;border-radius:16px;flex-direction:column;gap:12px;color:#252a33;background:#fff;box-shadow:0 0 24px #0000001f;opacity:0;pointer-events:none;transform:translateY(-4px);visibility:hidden;transition:opacity .14s ease,transform .14s ease,visibility .14s ease}.home-account-card:before{position:absolute;top:-12px;right:0;width:100%;height:12px;content:""}.home-account-menu--open .home-account-card{opacity:1;pointer-events:auto;transform:translateY(0);visibility:visible}.home-account-card__user{display:flex;width:100%;height:40px;align-items:center;gap:10px}.home-account-card__avatar{display:block;width:40px;height:40px;flex:0 0 auto;border-radius:50%;object-fit:cover}.home-account-card__identity{display:flex;min-width:0;flex:1;flex-direction:column;justify-content:center}.home-account-card__identity strong,.home-account-card__identity span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-account-card__identity strong{color:#252a33;font-size:16px;font-weight:600;line-height:24px}.home-account-card__identity span{color:#83858b;font-size:12px;line-height:18px}.home-account-card__actions{display:flex;width:100%;flex-direction:column;gap:4px}.home-account-card__action{box-sizing:border-box;display:flex;width:100%;height:36px;padding:7px 12px;overflow:hidden;border:0;border-radius:6px;align-items:center;gap:8px;color:#252a33;background:transparent;font:inherit;font-size:14px;line-height:22px;text-align:left;text-decoration:none;white-space:nowrap;cursor:pointer;transition:background-color .16s ease}.home-account-card__action:hover{background:#f1f3f5}.home-account-card__action img{display:block;width:16px;height:16px;flex:0 0 auto;object-fit:contain}.home-account-card__action--danger{color:#e03e43}.home-account-card__action:disabled{cursor:default;opacity:.6}.home-account-card__divider{position:relative;width:100%;height:16px;flex:0 0 auto}.home-account-card__divider:after{position:absolute;top:50%;right:0;left:0;height:1px;background:#ebedef;content:""}.home-login{display:inline-flex;height:32px;padding:0 16px;border:1px solid var(--home-line);border-radius:8px;align-items:center;justify-content:center;color:var(--home-ink);background:#ffffffe0;font-size:14px;font-weight:500;line-height:22px;text-decoration:none;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease}.home-login:hover{border-color:#aeb4bd;background:#fff;box-shadow:0 4px 14px #252a3314}.home-account--loading{width:112px;justify-content:flex-end}.home-account__placeholder{display:block;width:88px;height:32px;border-radius:8px;background:#f1f3f5}.home-hero{--home-copy-offset: clamp(45px, calc(765px - 50cqw) , 125px);position:relative;width:100%;min-width:1280px;max-width:1440px;height:calc(var(--home-canvas-height) - 80px);min-height:720px;margin:0 auto;display:flex;align-items:center}.home-copy{position:absolute;z-index:2;top:60px;left:var(--home-copy-offset);width:771px}.home-copy h1{width:771px;margin:0;font-family:PingFang SC,sans-serif;font-weight:600}.home-title__eyebrow{position:relative;display:block;height:50px;display:flex;align-items:center}.home-title__main{position:relative;display:block;height:76px;display:flex;align-items:center}.home-title__art{position:absolute;left:0;display:block}.home-title__eyebrow .home-title__art{width:407px;height:50px}.home-title__main .home-title__art{width:572px;height:76px}.home-title__text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.home-description{width:434px;margin:54px 0 0;color:var(--home-muted);font-size:16px;font-weight:400;line-height:24px}.home-actions{display:flex;gap:16px;margin-top:24px}.home-download-action{display:flex;flex-direction:column;align-items:center}.home-download-hint{margin-top:6px;color:var(--home-muted);font-size:12px;line-height:18px;white-space:nowrap}.home-button{display:inline-flex;width:168px;height:48px;padding:0 40px;border-radius:12px;align-items:center;justify-content:center;gap:8px;font-size:16px;font-weight:600;line-height:24px;text-decoration:none;white-space:nowrap;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.home-button img{width:20px;height:20px;flex:0 0 auto}.home-button--primary{border:1px solid var(--home-ink);color:#fff;background:var(--home-ink)}.home-button--secondary{border:1px solid var(--home-line);color:var(--home-ink);background:#fff}.home-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #252a331f}.home-button--secondary:hover{border-color:#aeb4bd}.home-button:focus-visible,.home-nav__link:focus-visible,.home-hub__item:focus-visible,.home-brand:focus-visible,.home-consultation__trigger:focus-visible,.home-avatar:focus-visible,.home-account-card__action:focus-visible,.home-login:focus-visible{outline:3px solid rgba(15,199,100,.35);outline-offset:3px}.home-status{min-height:18px;margin:10px 0 0;color:var(--home-muted);font-size:12px;line-height:18px}.home-visual{position:absolute;z-index:1;top:21px;right:-11px;width:861px;aspect-ratio:861 / 676;margin:0}.home-architecture-image{display:block;width:100%;height:auto;pointer-events:none;-webkit-user-select:none;user-select:none}.home-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.home-features{z-index:2;display:flex;margin:190px 0 0;padding:0;align-items:center;gap:20px;color:var(--home-muted);font-size:14px;line-height:22px;list-style:none}.home-features li{display:flex;align-items:center;gap:8px;white-space:nowrap}.home-features img{width:16px;height:16px}@media(prefers-reduced-motion:reduce){.home-nav__link,.home-nav__chevron,.home-hub__menu,.home-hub__item,.home-button,.home-consultation__trigger,.home-consultation__card,.home-avatar,.home-account-card,.home-account-card__action,.home-login{transition:none}}.home-hero-container{position:relative;height:690px;width:100%;margin-top:-80px}
