.header-pc[data-v-dcf44695]{background:var(--xtx-bg-white,#fff);box-shadow:var(--xtx-shadow-header,0 1px 0 rgba(0,0,0,.04));flex-shrink:0;position:sticky;top:0;width:100%;z-index:var(--xtx-z-header-pc,200)}.header-pc__inner[data-v-dcf44695]{align-items:stretch;display:flex;gap:8px;margin:0 auto;max-width:var(--layout-max-width);min-height:var(--xtx-header-h-pc,88px);padding:0 var(--xtx-header-pad-x,64px)}.header-pc__start[data-v-dcf44695]{align-items:center;display:flex;flex-shrink:0}.header-pc__brand[data-v-dcf44695]{align-items:center;display:flex;line-height:0}.header-pc__brand-img[data-v-dcf44695]{display:block;height:44px;max-width:min(200px,22vw);-o-object-fit:contain;object-fit:contain;width:auto}.header-pc__nav-shell[data-v-dcf44695]{gap:4px}.header-pc__nav[data-v-dcf44695],.header-pc__nav-shell[data-v-dcf44695]{align-items:stretch;display:flex;flex:1;min-width:0}.header-pc__nav[data-v-dcf44695]{flex-wrap:nowrap;gap:4px 8px;justify-content:center;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.header-pc__nav[data-v-dcf44695]::-webkit-scrollbar{display:none}.header-pc__nav--overflow[data-v-dcf44695]{justify-content:flex-start}.header-pc__nav-arrow[data-v-dcf44695]{align-self:center;background:var(--xtx-bg-white,#fff);border:1px solid var(--xtx-border,#ebeef5);border-radius:6px;box-shadow:0 1px 3px #0000000f;color:var(--xtx-muted-deep,#656a72);cursor:pointer;flex-shrink:0;height:28px;padding:0;transition:background .15s ease,color .15s ease,border-color .15s ease;width:28px}.header-pc__nav-arrow[data-v-dcf44695]:hover{background:var(--xtx-primary-soft,#ecf3ff);border-color:var(--xtx-primary-soft,#ecf3ff);color:var(--xtx-primary,#1769fe)}.header-pc__nav-arrow--left[data-v-dcf44695]:after,.header-pc__nav-arrow--right[data-v-dcf44695]:after{border-bottom:2px solid;border-left:2px solid;content:"";display:block;height:7px;margin:0 auto;width:7px}.header-pc__nav-arrow--left[data-v-dcf44695]:after{transform:rotate(45deg) translate(2px,-2px)}.header-pc__nav-arrow--right[data-v-dcf44695]:after{transform:rotate(-135deg) translate(-2px,-2px)}.header-pc__item[data-v-dcf44695]{align-items:center;display:flex;flex-shrink:0;min-height:var(--xtx-header-h-pc,88px);position:relative}.header-pc__item[data-v-dcf44695]:before{background:var(--xtx-accent,#3781f5);border-radius:0 0 2px 2px;content:"";height:3px;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .2s ease}.header-pc__item[data-v-dcf44695]:has(.header-pc__link--active):before,.header-pc__item[data-v-dcf44695]:hover:before{opacity:1}.header-pc__link[data-v-dcf44695]{align-items:center;border-radius:4px;color:var(--xtx-text,#3e4350);display:inline-flex;font-size:1.125rem;font-weight:500;padding:10px 14px;white-space:nowrap}.header-pc__link--active[data-v-dcf44695],.header-pc__link[data-v-dcf44695]:hover{color:var(--xtx-accent,#3781f5)}.header-pc__link--active[data-v-dcf44695]{font-weight:600}.header-pc__link--parent[data-v-dcf44695]{align-items:center;border-radius:4px;cursor:pointer;display:inline-flex;gap:6px;padding:10px 14px}.header-pc__link--parent[data-v-dcf44695]:hover{color:var(--xtx-accent,#3781f5)}.header-pc__caret[data-v-dcf44695]{border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid;display:inline-block;flex-shrink:0;height:0;margin-top:1px;opacity:.55;width:0}.header-pc__item--dropdown:hover .header-pc__caret[data-v-dcf44695]{opacity:.85}.header-pc__link-inline[data-v-dcf44695]{color:inherit;display:inline;font-size:inherit;font-weight:inherit;padding:0}.header-pc__dropdown--floating[data-v-dcf44695]{background:#fff;border:1px solid var(--xtx-border,#ebeef5);border-radius:8px;box-shadow:0 8px 24px #0000001a;margin:0;min-width:188px;padding:8px 0;position:fixed;text-align:center;transform:translate(-50%);z-index:10050}.header-pc__dropdown-list[data-v-dcf44695]{list-style:none;margin:0;padding:0;text-align:center}.header-pc__dropdown-link[data-v-dcf44695]{color:var(--xtx-text-strong,#2b2e35);display:block;font-size:1rem;font-weight:400;padding:11px 20px;text-align:center}.header-pc__dropdown-link[data-v-dcf44695]:hover{background:var(--xtx-primary-soft,#ecf3ff);color:var(--xtx-primary,#1769fe)}.header-pc__end[data-v-dcf44695]{align-items:center;align-self:center;display:flex;flex-shrink:0;gap:12px}.header-pc__search[data-v-dcf44695]{align-items:center;background:#f5f6f7;border:1px solid var(--xtx-border,#ebeef5);border-radius:18px;display:flex;height:36px;max-width:22vw;padding:0 4px 0 12px;transition:border-color .2s,background .2s;width:200px}.header-pc__search[data-v-dcf44695]:focus-within{background:#fff;border-color:var(--xtx-primary,#1769fe)}.header-pc__search-input[data-v-dcf44695]{background:transparent;border:none;color:var(--xtx-text-strong,#2b2e35);flex:1;font-size:.8125rem;height:100%;min-width:0;outline:none}.header-pc__search-input[data-v-dcf44695]::-moz-placeholder{color:var(--xtx-muted,#90949d)}.header-pc__search-input[data-v-dcf44695]::placeholder{color:var(--xtx-muted,#90949d)}.header-pc__search-btn[data-v-dcf44695]{align-items:center;background:transparent;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.header-pc__search-btn[data-v-dcf44695]:hover{color:var(--xtx-primary,#1769fe)}.header-pc__search-icon[data-v-dcf44695]{border:2px solid;border-radius:50%;display:block;height:16px;position:relative;width:16px}.header-pc__search-icon[data-v-dcf44695]:after{background:currentColor;border-radius:1px;bottom:-5px;content:"";height:2px;position:absolute;right:-5px;transform:rotate(45deg);width:6px}.header-pc__utility[data-v-dcf44695]{align-items:center;display:flex;gap:4px}.header-pc__utility-link[data-v-dcf44695]{color:var(--xtx-muted-deep,#656a72);font-size:.875rem;padding:6px 10px}.header-pc__utility-link[data-v-dcf44695]:hover{color:var(--xtx-primary,#1769fe)}.header-pc__utility-link--btn[data-v-dcf44695]{background:none;border:none;cursor:pointer;font:inherit}.header-pc__user-menu[data-v-dcf44695]{position:relative}.header-pc__user-trigger[data-v-dcf44695]{align-items:center;background:#fff;border:1px solid var(--xtx-border,#ebeef5);border-radius:18px;cursor:pointer;display:inline-flex;gap:8px;height:36px;padding:0 10px 0 6px}.header-pc__user-trigger[data-v-dcf44695]:hover{border-color:var(--xtx-primary-soft,#ecf3ff);box-shadow:0 2px 8px #1769fe24}.header-pc__user-avatar[data-v-dcf44695]{border:1px solid #dbe2ee;border-radius:50%;display:block;height:24px;-o-object-fit:cover;object-fit:cover;width:24px}.header-pc__user-name[data-v-dcf44695]{color:var(--xtx-text-strong,#2b2e35);font-size:.875rem;font-weight:500}.header-pc__user-dropdown[data-v-dcf44695]{background:#fff;border:1px solid var(--xtx-border,#ebeef5);border-radius:10px;box-shadow:0 10px 26px #0000001f;min-width:156px;padding:6px 0;position:absolute;right:0;top:calc(100% + 10px);z-index:30}.header-pc__user-dropdown-link[data-v-dcf44695]{background:transparent;border:none;color:var(--xtx-text,#3e4350);cursor:pointer;display:block;font-size:.875rem;padding:10px 14px;text-align:left;width:100%}.header-pc__user-dropdown-link[data-v-dcf44695]:hover{background:var(--xtx-primary-soft,#ecf3ff);color:var(--xtx-primary,#1769fe)}.header-pc__user-dropdown-link--logout[data-v-dcf44695]{border-top:1px solid #eef1f6;margin-top:4px;padding-top:12px}.header-h5[data-v-f037aa01]{background:var(--xtx-bg-white,#fff);box-shadow:var(--xtx-shadow-header,0 1px 0 rgba(0,0,0,.06));padding-top:env(safe-area-inset-top,0)}.header-h5__bar[data-v-f037aa01]{align-items:center;box-sizing:border-box;display:flex;gap:10px;min-height:var(--xtx-header-h5-bar,48px);padding:6px var(--xtx-header-pad-x,16px) 8px}.header-h5__brand[data-v-f037aa01]{align-items:center;display:flex;flex-shrink:0;line-height:0}.header-h5__brand-img[data-v-f037aa01]{display:block;height:28px;max-width:96px;-o-object-fit:contain;object-fit:contain;width:auto}.header-h5__search[data-v-f037aa01]{align-items:center;background:#f5f6f7;border:1px solid var(--xtx-border,#ebeef5);border-radius:17px;display:flex;flex:1;height:34px;min-width:0;padding:0 4px 0 12px}.header-h5__search[data-v-f037aa01]:focus-within{background:#fff;border-color:var(--xtx-primary,#1769fe)}.header-h5__search-input[data-v-f037aa01]{background:transparent;border:none;color:var(--xtx-text-strong,#2b2e35);flex:1;font-size:.8125rem;height:100%;min-width:0;outline:none}.header-h5__search-input[data-v-f037aa01]::-moz-placeholder{color:var(--xtx-muted,#90949d)}.header-h5__search-input[data-v-f037aa01]::placeholder{color:var(--xtx-muted,#90949d)}.header-h5__search-btn[data-v-f037aa01]{align-items:center;background:transparent;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;flex-shrink:0;height:30px;justify-content:center;padding:0;width:30px}.header-h5__search-icon[data-v-f037aa01]{border:2px solid;border-radius:50%;display:block;height:15px;position:relative;width:15px}.header-h5__search-icon[data-v-f037aa01]:after{background:currentColor;border-radius:1px;bottom:-4px;content:"";height:2px;position:absolute;right:-4px;transform:rotate(45deg);width:6px}.header-h5__menu-btn[data-v-f037aa01]{align-items:center;background:transparent;border:none;border-radius:8px;color:var(--xtx-text-strong,#2b2e35);cursor:pointer;display:flex;flex-shrink:0;height:40px;justify-content:center;margin:-4px -6px -4px 0;width:40px}.header-h5__menu-btn[data-v-f037aa01]:active{background:#0000000a}.header-h5__menu-icon[data-v-f037aa01]{background:currentColor;border-radius:1px;box-shadow:0 -6px 0 currentColor,0 6px 0 currentColor;display:block;height:2px;width:20px}.header-h5__backdrop[data-v-f037aa01]{background:#00000059;inset:0;position:fixed;z-index:var(--xtx-z-header-h5-backdrop,10001)}.header-h5__drawer[data-v-f037aa01]{background:var(--xtx-bg-white,#fff);bottom:0;box-shadow:-4px 0 24px #0000001f;display:flex;flex-direction:column;max-width:100%;padding-top:env(safe-area-inset-top,0);pointer-events:none;position:fixed;right:0;top:0;transform:translate(100%);transition:transform .22s ease;width:min(86vw,300px);z-index:var(--xtx-z-header-h5-drawer,10002)}.header-h5__drawer--open[data-v-f037aa01]{pointer-events:auto;transform:translate(0)}.header-h5__drawer-head[data-v-f037aa01]{align-items:center;border-bottom:1px solid var(--xtx-border,#ebeef5);display:flex;flex-shrink:0;justify-content:space-between;padding:14px 16px}.header-h5__drawer-title[data-v-f037aa01]{color:var(--xtx-text-strong,#2b2e35);font-size:1rem;font-weight:600}.header-h5__drawer-close[data-v-f037aa01]{background:transparent;border:none;border-radius:8px;color:var(--xtx-muted-deep,#656a72);cursor:pointer;font-size:1.5rem;height:40px;line-height:1;margin:-8px -8px -8px 0;width:40px}.header-h5__drawer-body[data-v-f037aa01]{flex:1;overflow-y:auto;padding:8px 0 16px;-webkit-overflow-scrolling:touch}.header-h5__drawer-link[data-v-f037aa01]{color:var(--xtx-text-strong,#2b2e35);display:block;font-size:.9375rem;padding:14px 20px}.header-h5__drawer-link--active[data-v-f037aa01]{background:var(--xtx-primary-soft,#ecf3ff);color:var(--xtx-primary,#1769fe);font-weight:600}.header-h5__drawer-group[data-v-f037aa01]{border-bottom:1px solid var(--xtx-border,#ebeef5);padding:8px 0 4px}.header-h5__drawer-group-title[data-v-f037aa01]{color:var(--xtx-muted,#90949d);font-size:.75rem;font-weight:600;letter-spacing:.02em;padding:8px 20px 6px;text-transform:uppercase}.header-h5__drawer-sublink[data-v-f037aa01]{color:var(--xtx-text,#3e4350);display:block;font-size:.875rem;padding:12px 20px 12px 28px}.header-h5__drawer-foot[data-v-f037aa01]{align-items:center;background:#fafbfc;border-top:1px solid var(--xtx-border,#ebeef5);display:flex;flex-shrink:0;gap:12px;justify-content:center;padding:14px 16px calc(14px + env(safe-area-inset-bottom,0px))}.header-h5__drawer-util[data-v-f037aa01]{color:var(--xtx-primary,#1769fe);font-size:.875rem;font-weight:500;padding:8px 16px}.header-h5__drawer-util--btn[data-v-f037aa01]{background:none;border:none;cursor:pointer;font:inherit}.h5-subnav[data-v-134b9299]{background:var(--xtx-bg-white,#fff);border-bottom:1px solid var(--xtx-border,#ebeef5);display:none;position:sticky;top:0;z-index:90}@media(max-width:767px){.h5-subnav[data-v-134b9299]{display:block;top:calc(env(safe-area-inset-top,0px) + var(--xtx-header-h5-bar, 48px))}}.h5-subnav__scroll[data-v-134b9299]{display:flex;gap:8px;justify-content:safe center;overflow-x:auto;padding:10px 12px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.h5-subnav__scroll[data-v-134b9299]::-webkit-scrollbar{display:none}.h5-subnav__item[data-v-134b9299]{background:#f5f6f7;border-radius:999px;color:var(--xtx-text,#3e4350);flex:0 0 auto;font-size:.8125rem;padding:6px 14px;white-space:nowrap}.h5-subnav__item--active[data-v-134b9299]{background:var(--xtx-primary-soft,#ecf3ff);color:var(--xtx-primary,#1769fe);font-weight:600}.h5-tabbar[data-v-5aefe57b]{background:var(--xtx-bg-white,#fff);border-top:1px solid var(--xtx-border,#ebeef5);bottom:0;box-shadow:0 -2px 8px #0000000a;display:none;left:0;padding-bottom:env(safe-area-inset-bottom,0);position:fixed;right:0;z-index:100}@media(max-width:767px){.h5-tabbar[data-v-5aefe57b]{display:flex}}.h5-tabbar__item[data-v-5aefe57b]{align-items:center;color:var(--xtx-muted,#90949d);display:flex;flex:1;flex-direction:column;font-size:.6875rem;gap:2px;justify-content:center;min-height:52px;padding:6px 4px;text-align:center}.h5-tabbar__icon[data-v-5aefe57b]{color:var(--xtx-muted,#90949d);display:block;font-size:1.375rem;line-height:1}.h5-tabbar__item--active .h5-tabbar__icon[data-v-5aefe57b]{color:var(--xtx-primary,#1769fe)}.h5-tabbar__label[data-v-5aefe57b]{line-height:1.2}.h5-tabbar__item--active[data-v-5aefe57b]{color:var(--xtx-primary,#1769fe);font-weight:600}
