.home2{--byj-jade-950:#173846;--byj-jade-800:#27576a;--byj-jade-600:#4b7c8e;--byj-jade-300:#a9cbd1;--byj-jade-100:#e7f1f1;--byj-cloud:#eef5f8;--byj-paper:#f8fbfa;--byj-white:#fcfefd;--byj-gold:#b88a3a;--byj-gold-deep:#8e672a;--byj-ink:#183441;--byj-muted:#647d87;--byj-border:rgba(70,111,124,0.18);--byj-radius:16px;--byj-shadow:0 18px 60px rgba(58,92,108,0.13);min-height:100dvh;overflow-x:clip;color:var(--byj-ink);background:linear-gradient(180deg,rgba(237,246,249,.6),rgba(247,250,249,.78)),url(/home/hero-baiyujing-original.png) top /cover no-repeat fixed;font-family:Microsoft YaHei UI,PingFang SC,Noto Sans CJK SC,sans-serif}.home2 *,.home2 :after,.home2 :before{box-sizing:border-box}.home2 a,.home2 button,.home2 input,.home2 select{font:inherit}.home2 a,.home2 button{-webkit-tap-highlight-color:transparent}.home2 a:focus-visible,.home2 button:focus-visible,.home2 input:focus-visible,.home2 select:focus-visible{outline:3px solid rgba(184,138,58,.42);outline-offset:3px}.home2-nav-sentinel{position:absolute;inset:0 auto auto 0;width:1px;height:1px;pointer-events:none}.home2 .home2-header{position:fixed;inset:0 0 auto;z-index:80;height:72px;color:rgba(255,255,255,.96);border-bottom:1px solid rgba(255,255,255,.22);background:linear-gradient(180deg,rgba(20,50,76,.52),rgba(20,50,76,.08));transition:color .26s ease,background-color .26s ease,box-shadow .26s ease,border-color .26s ease}.home2 .home2-header.is-scrolled{color:var(--byj-ink);border-color:rgba(66,107,120,.18);background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(236,246,245,.8)),rgba(245,250,249,.82);-webkit-backdrop-filter:blur(24px) saturate(145%);backdrop-filter:blur(24px) saturate(145%);box-shadow:inset 0 1px rgba(255,255,255,.72),0 12px 38px rgba(38,76,94,.11)}.home2 .home2-header-inner{width:min(1700px,calc(100% - 48px));height:100%;margin:0 auto;display:grid;grid-template-columns:235px minmax(0,1fr) auto;align-items:center;gap:22px}.home2 .home2-brand{position:relative;width:max-content;display:grid;grid-template-columns:auto auto;grid-template-areas:"name tagline" "latin latin";align-items:center;color:inherit;text-decoration:none}.home2 .home2-brand strong{grid-area:name;font-family:STKaiti,KaiTi,serif;font-size:29px;font-weight:700;line-height:1;letter-spacing:.12em;white-space:nowrap}.home2 .home2-brand-tagline{grid-area:tagline;margin-left:12px;padding-left:12px;color:inherit;border-left:1px solid;font-size:14px;font-style:normal;font-weight:600;line-height:1.15;letter-spacing:.08em;opacity:.88;white-space:nowrap}.home2 .home2-brand>span{grid-area:latin;margin-top:4px;font-size:12px;letter-spacing:.34em;opacity:.78}.home2 .home2-nav{min-width:0;display:flex;align-items:center;justify-content:center;gap:clamp(18px,1.7vw,34px);white-space:nowrap}.home2 .home2-more>button,.home2 .home2-nav>:is(a,button){position:relative;padding:25px 0 21px;color:inherit;border:0;background:transparent;text-decoration:none;font-size:14px;font-weight:650;cursor:pointer}.home2 .home2-nav>:is(a,button):after{content:"";position:absolute;right:22%;bottom:12px;left:22%;height:2px;border-radius:99px;background:var(--byj-gold);opacity:0;transform:scaleX(.5);transition:opacity .18s ease,transform .18s ease}.home2 .home2-nav>:is(a,button).is-active:after,.home2 .home2-nav>:is(a,button):hover:after{opacity:1;transform:scaleX(1)}.home2 .home2-nav>.home2-ai-nav-entry{display:grid;min-width:54px;padding:2px 3px;place-items:center;color:#456a80}.home2 .home2-ai-nav-icon{position:relative;display:grid;width:50px;height:50px;place-items:center;border:0;background:transparent;filter:drop-shadow(0 5px 8px rgba(63,111,168,.18));transition:filter .18s ease,transform .18s ease}.home2 .home2-ai-graphic-logo{width:48px;height:48px;object-fit:contain}.home2 .home2-ai-logo-badge{position:absolute;right:-1px;bottom:0;display:grid;min-width:19px;height:11px;place-items:center;padding:0 3px;color:#315d78;background:#f4cf68;border:1px solid #fff;border-radius:999px;box-shadow:0 2px 4px rgba(87,70,25,.2);font-family:Arial,sans-serif;font-size:6.5px;font-weight:800;letter-spacing:.04em;line-height:1}.home2 .home2-ai-nav-entry:hover .home2-ai-nav-icon{filter:drop-shadow(0 6px 9px rgba(63,111,168,.2));transform:translateY(-1px)}.home2 .home2-header.is-scrolled .home2-ai-nav-entry{color:#456a80}.home2 .home2-more{position:relative}.home2 .home2-more>button span{display:inline-block;margin-left:3px;transition:transform .18s ease}.home2 .home2-more>button[aria-expanded=true] span{transform:rotate(180deg)}.home2 .home2-more section{position:absolute;top:calc(100% - 4px);right:-22px;width:152px;padding:9px;display:grid;gap:4px;border:1px solid var(--byj-border);border-radius:14px;background:rgba(249,253,252,.94);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--byj-shadow)}.home2 .home2-more section a{padding:10px 12px;border-radius:9px;color:var(--byj-ink);text-decoration:none;font-size:13px}.home2 .home2-more section a:hover{background:var(--byj-jade-100)}.home2 .home2-header-tools{display:flex;align-items:center;justify-content:flex-end;gap:8px;white-space:nowrap}.home2 .home2-tool-item{position:relative;min-width:42px;height:42px;padding:0 8px;display:grid;place-items:center;color:inherit;border:1px solid rgba(255,255,255,.32);border-radius:12px;background:rgba(255,255,255,.08);text-decoration:none;cursor:pointer}.home2 .home2-icon-search{position:relative;width:17px;height:17px;display:block;border:1.8px solid;border-radius:50%}.home2 .home2-icon-search:after{content:"";position:absolute;right:-5px;bottom:-2px;width:7px;height:1.8px;border-radius:99px;background:currentColor;transform:rotate(45deg)}.home2 .home2-icon-bell{position:relative;width:16px;height:17px;display:block;border:1.8px solid;border-radius:9px 9px 5px 5px}.home2 .home2-icon-bell:before{top:2px;width:1px;height:8px;border-radius:99px}.home2 .home2-icon-bell:after,.home2 .home2-icon-bell:before{content:"";position:absolute;left:50%;background:currentColor;transform:translateX(-50%)}.home2 .home2-icon-bell:after{bottom:-5px;width:6px;height:2px;border-radius:50%}.home2 .home2-icon-mail{position:relative;width:18px;height:14px;display:block;border:1.8px solid;border-radius:3px}.home2 .home2-icon-mail:after,.home2 .home2-icon-mail:before{content:"";position:absolute;top:2px;width:9px;height:1.5px;background:currentColor}.home2 .home2-icon-mail:before{left:1px;transform:rotate(34deg)}.home2 .home2-icon-mail:after{right:1px;transform:rotate(-34deg)}.header-service-icon{display:block;width:100%;height:100%;object-fit:contain;pointer-events:none}.home2 .home2-tool-item.home2-icon-only{min-width:56px;width:56px;height:56px;padding:0;border:0!important;border-radius:0;background:transparent!important;box-shadow:none!important;overflow:visible;transition:transform .18s ease,filter .18s ease}.home2 .home2-tool-item.home2-icon-only:hover{filter:drop-shadow(0 5px 8px rgba(196,137,34,.2));transform:translateY(-1px) scale(1.04)}.home2 .home2-message-art,.home2 .home2-support-art{position:relative;display:grid;width:54px;height:54px;place-items:center}.home2 .home2-message-art .home2-unread{top:-5px;right:-7px}.home2 .is-scrolled .home2-tool-item{border-color:var(--byj-border);background:rgba(255,255,255,.5)}.home2 .home2-tool-item small{position:absolute;left:50%;top:calc(100% + 8px);padding:4px 7px;border-radius:6px;color:#fff;background:rgba(20,46,57,.88);font-size:12px;opacity:0;pointer-events:none;transform:translate(-50%,-3px);transition:opacity .16s ease,transform .16s ease}.home2 .home2-tool-item:hover small{opacity:1;transform:translate(-50%)}.home2 .home2-unread{position:absolute;top:-5px;right:-5px;min-width:17px;height:17px;padding:0 4px;display:grid;place-items:center;border-radius:99px;color:#fff;background:#c75e51;font-size:12px;font-style:normal}.home2 .home2-balance,.home2 .home2-guest-actions button,.home2 .home2-user{height:42px;border:1px solid rgba(255,255,255,.32);border-radius:12px;color:inherit;background:rgba(255,255,255,.09);cursor:pointer}.home2 .is-scrolled .home2-balance,.home2 .is-scrolled .home2-guest-actions button,.home2 .is-scrolled .home2-user{border-color:var(--byj-border);background:rgba(255,255,255,.55)}.home2 .home2-balance{padding:0 13px;color:#fff;border-color:rgba(216,184,121,.48);background:rgba(163,116,39,.34);font-size:12px}.home2 .home2-balance-wrap{position:relative;display:grid;flex:0 0 auto;place-items:center}.home2 .home2-balance-wrap:after{content:"";position:absolute;z-index:79;top:100%;left:50%;width:76px;height:18px;transform:translateX(-50%)}.home2 .home2-wallet-preview{position:absolute;z-index:80;top:calc(100% + 13px);right:-146px;width:430px;min-height:322px;padding:31px 34px 18px;color:#274a70;pointer-events:none;visibility:hidden;opacity:0;overflow:visible;border:0;border-radius:23px;background:linear-gradient(rgba(249,252,254,.04),rgba(249,252,254,.04)),url(/home/wallet-popover-bg-v1.webp) 50% /cover no-repeat,#f8fbfd;box-shadow:0 22px 52px rgba(48,80,104,.24);transform:translateY(-7px) scale(.98);transform-origin:58% top;transition:opacity .16s ease,transform .16s ease,visibility .16s ease}.home2 .home2-wallet-preview:before{content:"";position:absolute;top:-6px;left:57%;width:12px;height:12px;border-top:1px solid rgba(207,174,112,.42);border-left:1px solid rgba(207,174,112,.42);background:#f7fbfd;transform:rotate(45deg)}.home2 .home2-balance-wrap.is-wallet-open .home2-wallet-preview,.home2 .home2-balance-wrap:focus-within .home2-wallet-preview,.home2 .home2-balance-wrap:hover .home2-wallet-preview{visibility:visible;opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.home2 .home2-wallet-preview footer,.home2 .home2-wallet-preview header,.home2 .home2-wallet-preview>div{position:relative;z-index:1}.home2 .home2-wallet-preview header{display:flex;align-items:center;justify-content:space-between;min-height:48px;padding:0 5px 12px;border-bottom:1px solid rgba(202,161,93,.35)}.home2 .home2-wallet-preview header div{display:grid;gap:1px}.home2 .home2-wallet-preview header small{color:#9c7541;font-size:12px;letter-spacing:.2em}.home2 .home2-wallet-preview header b{color:#27425f;font-family:STKaiti,KaiTi,serif;font-size:21px;font-weight:700}.home2 .home2-wallet-preview header span{display:flex;align-items:center;gap:7px;color:#4a7aa4;font-size:12px}.home2 .home2-wallet-preview header span i{width:8px;height:8px;border-radius:50%;background:#69beb6;box-shadow:0 0 0 5px rgba(105,190,182,.14)}.home2 .home2-wallet-preview>div{display:grid;align-items:center;gap:12px;min-height:91px;padding:10px 4px}.home2 .home2-wallet-preview>div+div{border-top:1px solid rgba(202,161,93,.32)}.home2 .home2-wallet-jingyu{grid-template-columns:70px minmax(0,1fr) auto}.home2 .home2-wallet-jinglu{grid-template-columns:70px minmax(0,1fr) minmax(0,.82fr)}.home2 .home2-wallet-currency-art{width:70px;height:70px;display:grid;place-items:center;filter:drop-shadow(0 5px 8px rgba(55,104,126,.15))}.home2 .home2-wallet-currency-art img{width:100%;height:100%;object-fit:contain}.home2 .home2-wallet-preview div div{min-width:0}.home2 .home2-wallet-preview div small,.home2 .home2-wallet-preview div strong{display:block}.home2 .home2-wallet-preview div small{margin-bottom:3px;color:#5f83a4;font-size:12px}.home2 .home2-wallet-preview div strong{overflow:hidden;color:#213f69;font-family:Georgia,Times New Roman,serif;font-size:24px;font-variant-numeric:tabular-nums;line-height:1.1;text-overflow:ellipsis}.home2 .home2-wallet-jingyu>button{min-width:84px;height:40px;padding:0 17px;color:#315b82;cursor:pointer;border:1px solid rgba(188,155,93,.45);border-radius:999px;background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(219,239,252,.92));box-shadow:inset 0 0 0 2px rgba(255,255,255,.72),0 5px 13px rgba(75,119,149,.12);font-size:15px;font-weight:700;transition:transform .15s ease,box-shadow .15s ease}.home2 .home2-wallet-jingyu>button:focus-visible,.home2 .home2-wallet-jingyu>button:hover{transform:translateY(-1px);box-shadow:inset 0 0 0 2px rgba(255,255,255,.8),0 8px 18px rgba(75,119,149,.2)}.home2 .home2-wallet-preview footer{padding-top:10px;border-top:1px solid rgba(202,161,93,.32);text-align:center}.home2 .home2-wallet-preview footer button{color:#476f97;cursor:pointer;font-size:12px;letter-spacing:.03em}.home2 .home2-wallet-preview footer button:focus-visible,.home2 .home2-wallet-preview footer button:hover{color:#9d7134;text-decoration:underline}.home2 .is-scrolled .home2-balance{color:var(--byj-gold-deep);border-color:rgba(184,138,58,.28);background:rgba(255,250,238,.8)}.home2 .home2-user.home2-avatar-only{width:46px!important;min-width:46px!important;height:46px;padding:3px!important;grid-template-columns:1fr!important;place-items:center;gap:0!important;border-radius:50%;text-align:center}.home2 .home2-user-avatar{width:40px;height:40px;display:grid;place-items:center;flex:0 0 40px;overflow:hidden;border:1px solid rgba(255,255,255,.52);border-radius:50%;background:rgba(255,255,255,.32)}.home2 .home2-user-avatar img{display:block;width:100%;height:100%;object-fit:cover}.home2 .home2-guest-actions{display:flex;gap:7px}.home2 .home2-guest-actions button{padding:0 13px;font-size:12px}.home2 .home2-guest-actions button:last-child{color:#fff;border-color:rgba(213,175,102,.72);background:linear-gradient(135deg,#c79b4d,#a9772d);box-shadow:0 10px 24px rgba(130,91,31,.18)}.home2 .home2-nav-toggle{display:none}.byj-hero{position:relative;min-height:620px;isolation:isolate;overflow:hidden;background:linear-gradient(90deg,rgba(248,252,250,.95),rgba(241,249,247,.78) 31%,rgba(235,245,247,.12) 57%,rgba(25,62,86,.08)),linear-gradient(180deg,rgba(14,44,71,.08),transparent 35%,rgba(231,242,246,.28) 72%,#eaf3f6),url(/home/hero-baiyujing-original.png) center 44% /cover no-repeat}.byj-hero:after{content:"";position:absolute;inset:auto 0 0;z-index:-1;height:180px;background:linear-gradient(180deg,transparent,rgba(232,242,245,.96));pointer-events:none}.byj-hero-mist{position:absolute;inset:auto -8% -66px;z-index:-1;height:170px;opacity:.7;filter:blur(18px);background:radial-gradient(ellipse at 18% 54%,rgba(255,255,255,.96),transparent 36%),radial-gradient(ellipse at 52% 64%,rgba(241,249,250,.94),transparent 42%),radial-gradient(ellipse at 82% 48%,rgba(255,255,255,.86),transparent 38%);animation:byj-mist-drift 12s ease-in-out infinite alternate}.byj-hero-inner{width:min(1680px,calc(100% - 64px));min-height:620px;margin:0 auto;padding:122px 10px 170px;display:grid;grid-template-columns:minmax(440px,.86fr) minmax(420px,1.14fr);align-items:center;gap:6vw}.byj-hero-copy{max-width:660px;padding-left:clamp(10px,3.5vw,68px)}.byj-hero-kicker{display:block;margin-bottom:18px;color:var(--byj-gold-deep);font-family:STKaiti,KaiTi,serif;font-size:15px;letter-spacing:.5em}.byj-hero-copy h1{margin:0;color:#1d3038;font-family:STKaiti,KaiTi,serif;font-size:clamp(54px,4.2vw,76px);font-weight:700;line-height:1.04;letter-spacing:.1em;text-shadow:0 1px 0 rgba(255,255,255,.82)}.byj-hero-copy h1 strong{display:block;margin-top:4px;margin-left:1.02em;font-weight:inherit}.byj-hero-rule{width:min(460px,100%);margin:22px 0 0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:13px;color:#3d5966;font-family:STKaiti,KaiTi,serif;font-size:15px;letter-spacing:.12em;white-space:nowrap}.byj-hero-rule span{height:1px;background:linear-gradient(90deg,transparent,rgba(65,99,111,.46))}.byj-hero-rule span:last-child{transform:rotate(180deg)}.byj-hero-copy>p{max-width:520px;margin:21px 0 0;color:#395661;font-size:16px;line-height:1.9}.byj-hero-actions{margin-top:27px;display:flex;gap:12px}.byj-hero-actions a{min-width:132px;height:46px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(45,82,96,.24);border-radius:12px;color:var(--byj-jade-950);background:rgba(250,253,252,.72);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 12px 28px rgba(55,87,101,.08);text-decoration:none;font-size:14px;font-weight:700;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.byj-hero-actions a:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(55,87,101,.14)}.byj-hero-actions a:active{transform:scale(.98)}.byj-hero-actions a.is-primary{color:#fffdf8;border-color:rgba(156,111,37,.28);background:linear-gradient(135deg,#c79a4d,#9f712c)}.byj-announcements{align-self:end;justify-self:end;width:min(560px,100%);margin:0;transform:translateY(32px);overflow:hidden;border:1px solid rgba(255,255,255,.62);border-radius:var(--byj-radius);color:var(--byj-ink);background:linear-gradient(135deg,rgba(255,255,255,.84),rgba(239,247,247,.68)),rgba(247,251,250,.74);-webkit-backdrop-filter:blur(18px) saturate(130%);backdrop-filter:blur(18px) saturate(130%);box-shadow:inset 0 1px 0 rgba(255,255,255,.88),0 24px 60px rgba(47,79,96,.16)}.byj-announcements>header{height:46px;padding:0 15px;justify-content:space-between;border-bottom:1px solid var(--byj-border)}.byj-announcements-actions,.byj-announcements-title,.byj-announcements>header{display:flex;align-items:center}.byj-announcements-title{gap:9px}.byj-announcements-title>span{width:24px;height:24px;display:grid;place-items:center;border:1px solid rgba(184,138,58,.26);border-radius:8px;color:var(--byj-gold-deep);background:rgba(255,249,234,.65)}.byj-announcements-title svg{width:15px;height:15px;overflow:visible;fill:currentColor}.byj-announcements-title svg path+path{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round}.byj-announcements-title b{font-size:15px}.byj-announcements-actions{gap:6px}.byj-announcements-actions a{margin-right:5px;color:var(--byj-muted);text-decoration:none;font-size:12px}.byj-announcements-actions button{width:26px;height:26px;display:grid;place-items:center;border:1px solid var(--byj-border);border-radius:8px;color:var(--byj-jade-800);background:rgba(255,255,255,.56);cursor:pointer}.byj-announcements-list{padding:4px 15px 8px}.byj-announcements-list article{min-height:43px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;border-bottom:1px solid rgba(74,111,124,.11);opacity:.72}.byj-announcements-list article:last-child{border-bottom:0}.byj-announcements-list article.is-current{opacity:1}.byj-announcements-list article>span{padding:4px 0;border-radius:6px;color:var(--byj-gold-deep);background:rgba(238,218,175,.28);text-align:center;font-size:12px;font-weight:700}.byj-announcements-list p{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#3a5661;font-size:12px}.byj-announcements-list time{color:#84969d;font-size:12px;white-space:nowrap}.byj-discovery-bar{position:relative;z-index:20;width:min(1680px,calc(100% - 56px));min-height:160px;margin:-126px auto 0;padding:18px;display:grid;grid-template-columns:205px minmax(0,1fr) minmax(410px,.72fr);align-items:center;gap:18px;border:1px solid rgba(255,255,255,.72);border-radius:var(--byj-radius);color:var(--byj-ink);background:linear-gradient(135deg,rgba(255,255,255,.9),rgba(239,247,248,.78)),rgba(247,251,250,.82);-webkit-backdrop-filter:blur(24px) saturate(135%);backdrop-filter:blur(24px) saturate(135%);box-shadow:inset 0 1px 0 rgba(255,255,255,.94),0 26px 70px rgba(54,87,104,.17)}.byj-search-heading{display:block;align-items:center;padding-left:20px;text-align:center}.byj-search-heading h2,.byj-search-heading p{margin:0}.byj-search-heading h2{font-family:STKaiti,KaiTi,serif;font-size:30px;letter-spacing:.1em}.byj-search-heading p{margin-top:8px;color:var(--byj-muted);font-size:13px;letter-spacing:.02em;white-space:nowrap}.byj-search-controls{min-width:0;display:grid;gap:11px}.byj-search-input{position:relative;height:50px;display:flex;align-items:center;gap:8px;border:1px solid rgba(67,107,121,.18);border-radius:12px;background:rgba(255,255,255,.84);box-shadow:inset 0 1px 2px rgba(33,70,84,.04)}.byj-search-input input{min-width:0;flex:1;height:100%;padding:0 4px 0 16px;border:0;outline:0;color:var(--byj-ink);background:transparent;font-size:13px}.byj-search-input input::placeholder{color:#7c9098;opacity:1}.byj-search-spinner{width:16px;height:16px;margin-right:2px;border:2px solid rgba(56,96,111,.16);border-top:2px solid var(--byj-gold);border-radius:50%;animation:byj-spin .9s linear infinite}.byj-search-icon-button{flex:0 0 44px;width:44px;height:42px;margin-right:4px;display:grid;place-items:center;border:0;border-radius:10px;color:var(--byj-jade-800);background:rgba(231,241,241,.76);cursor:pointer}.byj-search-icon-button:hover{color:#fff;background:var(--byj-jade-800)}.byj-search-suggestions{position:absolute;top:calc(100% + 8px);right:0;left:0;z-index:40;padding:8px;overflow:hidden;border:1px solid var(--byj-border);border-radius:14px;background:rgba(252,254,253,.98);box-shadow:var(--byj-shadow)}.byj-search-suggestions>header{padding:6px 9px 9px;display:flex;justify-content:space-between;color:var(--byj-muted);font-size:12px}.byj-search-suggestions>a,.byj-search-suggestions>button{width:100%;min-height:48px;padding:7px 9px;display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:10px;border-radius:9px;border:0;color:var(--byj-ink);background:transparent;text-align:left;text-decoration:none;cursor:pointer}.byj-search-suggestions>a.is-active,.byj-search-suggestions>a:hover,.byj-search-suggestions>button.is-active,.byj-search-suggestions>button:hover{background:var(--byj-jade-100)}.byj-search-suggestions>a>span,.byj-search-suggestions>button>span{width:32px;height:32px;display:grid;place-items:center;border:1px solid var(--byj-border);border-radius:9px;color:var(--byj-jade-800);background:rgba(255,255,255,.72);font-family:STKaiti,KaiTi,serif;overflow:hidden}.byj-search-suggestion-game-icon{width:100%;height:100%;display:grid;place-items:center;object-fit:cover;border-radius:8px}.byj-search-suggestions b,.byj-search-suggestions small{display:block}.byj-search-suggestions b{font-size:12px}.byj-search-suggestions em,.byj-search-suggestions small{margin-top:2px;color:var(--byj-muted);font-size:12px;font-style:normal}.byj-search-suggestions>p{margin:0;padding:18px 12px;color:var(--byj-muted);text-align:center;font-size:12px}.byj-filter-row{display:grid;grid-template-columns:repeat(4,minmax(92px,1fr)) auto;gap:8px}.byj-filter-row button,.byj-filter-row select{min-width:0;height:36px;padding:0 10px;border:1px solid rgba(65,105,119,.16);border-radius:9px;color:#526c76;background:rgba(246,250,249,.9);font-size:12px;cursor:pointer}.byj-filter-row button{min-width:92px;color:#fffdf7;border-color:rgba(158,110,36,.24);background:linear-gradient(135deg,#c59749,#a6732a);box-shadow:0 9px 20px rgba(145,103,37,.16);font-weight:700}.byj-filter-row button:active{transform:scale(.98)}.byj-category-grid{min-width:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;padding-left:18px;border-left:1px solid rgba(71,111,125,.14)}.byj-category-grid a{min-width:0;min-height:100px;padding:13px 6px;display:grid;place-items:center;align-content:center;gap:7px;border:1px solid rgba(72,111,125,.14);border-radius:12px;color:var(--byj-ink);background:rgba(255,255,255,.5);text-align:center;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.byj-category-grid a:hover{transform:translateY(-3px);background:rgba(255,255,255,.8);box-shadow:0 12px 26px rgba(48,84,100,.1)}.byj-category-grid a>span{width:34px;height:34px;display:grid;place-items:center;border:1px solid;border-radius:50%;font-family:STKaiti,KaiTi,serif;font-size:15px;opacity:.82}.byj-category-grid a>span.is-image-icon{width:42px;height:42px;border:1px solid rgba(92,150,188,.2);border-radius:12px;background-color:#f8fcff;background-position:50%;background-repeat:no-repeat;background-size:cover;box-shadow:0 5px 13px rgba(80,145,185,.15);opacity:1}.byj-category-grid a>span.is-image-icon img{width:100%;height:100%;border-radius:inherit;object-fit:cover}.byj-category-grid b,.byj-category-grid small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.byj-category-grid b{font-size:12px}.byj-category-grid small{margin-top:3px;color:var(--byj-muted);font-size:12px}.byj-category-grid .tone-blue{color:#486ea0}.byj-category-grid .tone-jade{color:#477f79}.byj-category-grid .tone-violet{color:#756da4}.byj-category-grid .tone-gold{color:#9a742e}.byj-category-grid .tone-rose{color:#a66479}.home2 .home2-discovery-layout{width:min(1680px,calc(100% - 56px));margin:14px auto 0;padding-top:0;display:grid;grid-template-columns:minmax(0,2.12fr) minmax(470px,1fr);align-items:start;gap:18px}.home2 .home2-main-column{min-width:0;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:330px 400px;grid-template-areas:"realms" "activities";gap:18px}.home2 .home2-panel,.home2 .home2-side-panel{border:1px solid rgba(73,111,124,.15);border-radius:var(--byj-radius);background:rgba(251,253,252,.82);box-shadow:inset 0 1px 0 rgba(255,255,255,.86),0 14px 40px rgba(55,87,103,.08)}.home2 .home2-panel{min-width:0;padding:14px}.home2 .home2-realms{grid-area:realms}.home2 .home2-activity-section{grid-area:activities;overflow:hidden}.home2 .home2-companions{grid-area:companions}.home2 .home2-section-heading{min-height:38px;margin:0 0 10px;display:flex;align-items:center;justify-content:space-between}.home2 .home2-section-heading h2{margin:0;font-family:STKaiti,KaiTi,serif;font-size:23px;letter-spacing:.06em}.home2 .home2-section-heading small{display:none}.home2 .home2-section-heading>a{color:var(--byj-muted);text-decoration:none;font-size:12px}.home2 .home2-section-view-tabs{min-width:0;display:flex;align-items:center;gap:8px}.home2 .home2-section-view-tabs>small{display:none}.home2 .home2-section-view-tabs>button{padding:3px 1px;border:0;color:#8a9ba8;background:transparent;font-family:STKaiti,KaiTi,serif;font-size:21px;font-weight:700;letter-spacing:.05em;cursor:pointer;transition:color .16s ease,transform .16s ease}.home2 .home2-section-view-tabs>button.is-active,.home2 .home2-section-view-tabs>button:hover{color:#304c60}.home2 .home2-section-view-tabs>button:active{transform:translateY(1px)}.home2 .home2-section-view-tabs>i{color:#c5d4de;font-size:18px;font-style:normal}.home2 .home2-section-view-tabs>button>b{min-width:17px;height:17px;margin-left:5px;padding:0 4px;display:inline-grid;place-items:center;border-radius:999px;color:#8c6478;background:#fde5ef;font-family:system-ui,sans-serif;font-size:12px;vertical-align:3px}.home2 .home2-realm-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.home2 .home2-realm-card{min-width:0;overflow:hidden;border:1px solid rgba(71,107,120,.12);border-radius:13px;background:rgba(255,255,255,.88);box-shadow:0 9px 22px rgba(47,79,94,.08);transition:transform .18s ease,box-shadow .18s ease}.home2 .home2-realm-card:hover{transform:translateY(-3px);box-shadow:0 15px 30px rgba(47,79,94,.14)}.home2 .home2-realm-cover{position:relative;height:136px;display:block;overflow:hidden;background:linear-gradient(180deg,rgba(18,48,70,.04),rgba(15,41,59,.66)),url(/home/hero-baiyujing-original.png) center 46% /cover no-repeat;text-decoration:none}.home2 .home2-realm-background{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.home2 .home2-realm-cover:after{position:absolute;inset:0;content:"";pointer-events:none;background:linear-gradient(180deg,rgba(18,48,70,.04),rgba(15,41,59,.66))}.home2 .home2-realm-card:nth-child(2) .home2-realm-cover{background-position:66% 46%}.home2 .home2-realm-card:nth-child(3) .home2-realm-cover{background-position:82% 49%}.home2 .home2-realm-logo,.home2 .home2-realm-rank{position:absolute;z-index:1}.home2 .home2-realm-rank{top:9px;left:9px;width:24px;height:29px;display:grid;place-items:center;color:#fffdf4;border-radius:8px 8px 11px 11px;background:linear-gradient(145deg,#d1a755,#9c6c27);font-size:12px;font-weight:800}.home2 .home2-realm-logo{left:12px;bottom:10px;width:56px;height:56px;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(255,255,255,.62);border-radius:50%;color:#fff;background:rgba(20,55,72,.54);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-family:STKaiti,KaiTi,serif;font-size:21px}.home2 .home2-realm-logo img{position:absolute;width:100%;height:100%;padding:3px;border-radius:inherit;background:rgba(255,255,255,.94);box-sizing:border-box;object-fit:contain}.home2 .home2-realm-info{padding:10px}.home2 .home2-realm-info header{display:flex;align-items:flex-start;justify-content:space-between;gap:6px}.home2 .home2-realm-info h3,.home2 .home2-realm-info p{margin:0}.home2 .home2-realm-info h3{font-family:STKaiti,KaiTi,serif;font-size:17px}.home2 .home2-realm-info h3,.home2 .home2-realm-info p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home2 .home2-realm-info p{margin-top:4px;color:var(--byj-muted);font-size:12px}.home2 .home2-realm-info header button{flex:0 0 36px;width:36px;height:36px;border:2px solid rgba(129,179,209,.32);border-radius:12px;color:#6f98b2;background:rgba(250,253,255,.94);box-shadow:0 7px 16px rgba(82,130,158,.15);font-size:21px;cursor:pointer;transition:color .16s ease,transform .16s ease,background-color .16s ease,box-shadow .16s ease}.home2 .home2-realm-info header button:hover{color:#c77999;transform:translateY(-2px) scale(1.04);box-shadow:0 9px 20px rgba(174,108,137,.18)}.home2 .home2-realm-info header button.is-favorite{color:#fff;border-color:rgba(220,137,172,.52);background:linear-gradient(135deg,#efa9c5,#d68eaa)}.home2 .home2-realm-info>section{margin-top:9px;display:flex;flex-wrap:wrap;gap:4px 8px;color:#58717a;font-size:12px}.home2 .home2-realm-info>section span:first-child{color:var(--byj-gold-deep)}.home2 .home2-activity-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.home2 .home2-activity-grid>a{position:relative;min-width:0;height:225px;overflow:hidden;border-radius:13px;color:#fff;background:#294d61;text-decoration:none}.home2 .home2-realms .home2-realm-cover{height:178px}.home2 .home2-realms .home2-realm-info{padding:13px}.home2 .home2-activity-grid img{width:100%;height:100%;object-fit:cover;transition:transform .42s cubic-bezier(.16,1,.3,1)}.home2 .home2-activity-grid>a:hover img{transform:scale(1.045)}.home2 .home2-activity-grid>a:after{content:"";position:absolute;inset:30% 0 0;background:linear-gradient(180deg,transparent,rgba(17,41,56,.9))}.home2 .home2-activity-grid>a>div{position:absolute;right:9px;bottom:10px;left:9px;z-index:1}.home2 .home2-activity-grid h3,.home2 .home2-activity-grid p,.home2 .home2-activity-grid small{margin:0}.home2 .home2-activity-grid small{color:#f2d79b;font-size:12px}.home2 .home2-activity-grid h3{margin-top:4px;font-family:STKaiti,KaiTi,serif;font-size:18px}.home2 .home2-activity-grid p{margin-top:3px;color:rgba(255,255,255,.74);font-size:12px}.home2 .home2-activity-grid>a>div>span{display:inline-block;margin-top:7px;padding:4px 7px;border-radius:7px;color:#fffdf7;background:rgba(173,123,42,.76);font-size:12px}.home2 .home2-side-column{min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:330px 400px;align-self:stretch;gap:18px}.home2 .home2-side-panel{padding:13px}.home2 .home2-side-panel>header{min-height:38px;margin-bottom:7px;display:flex;align-items:center;justify-content:space-between}.home2 .home2-side-panel>header>div{display:flex;align-items:center;gap:9px}.home2 .home2-side-panel>header>div>span{width:30px;height:30px;display:grid;place-items:center;border:1px solid rgba(184,138,58,.22);border-radius:9px;color:var(--byj-gold-deep);background:rgba(252,247,235,.76);font-family:STKaiti,KaiTi,serif}.home2 .home2-side-panel h3,.home2 .home2-side-panel small{margin:0}.home2 .home2-side-panel h3{font-family:STKaiti,KaiTi,serif;font-size:17px}.home2 .home2-side-panel small,.home2 .home2-side-panel>header>a{color:var(--byj-muted);font-size:12px}.home2 .home2-side-panel>header>a{text-decoration:none}.home2 .home2-ranking-list{display:grid}.home2 .home2-ranking-list>a,.home2 .home2-ranking-row{min-height:44px;display:grid;grid-template-columns:20px 32px minmax(0,1fr) auto;align-items:center;gap:8px;color:var(--byj-ink);border-bottom:1px solid rgba(73,111,124,.1);text-decoration:none}.home2 .home2-ranking-list>:last-child{border-bottom:0}.home2 .home2-ranking-list>a>b,.home2 .home2-ranking-row>b{color:var(--byj-gold-deep);text-align:center;font-family:STKaiti,KaiTi,serif;font-size:12px}.home2 .home2-ranking-list>a>span,.home2 .home2-ranking-row>span{width:32px;height:32px;display:grid;place-items:center;border:1px solid var(--byj-border);border-radius:50%;color:var(--byj-jade-800);background:var(--byj-jade-100);font-size:12px;overflow:hidden}.home2 .home2-ranking-list>a>span img,.home2 .home2-ranking-row>span img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.home2 .home2-ranking-list small,.home2 .home2-ranking-list strong{display:block}.home2 .home2-ranking-list strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.home2 .home2-ranking-list em{color:var(--byj-gold-deep);font-size:12px;font-style:normal}.home2 .home2-list-empty{margin:0;padding:22px 8px;color:var(--byj-muted);text-align:center;font-size:12px}.home2 .home2-companion-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.home2 .home2-side-companions .home2-section-heading{margin-bottom:9px}.home2 .home2-side-companions{grid-area:auto;grid-column:1/-1;overflow:hidden}.home2 .home2-side-companions .home2-section-heading h2,.home2 .home2-side-companions .home2-section-view-tabs>button{font-size:18px}.home2 .home2-side-companions .home2-companion-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.home2 .home2-side-companions .home2-companion-grid>article{min-height:0;display:grid;grid-template-columns:72px minmax(0,1fr)}.home2 .home2-side-companions .home2-companion-photo{height:100%;min-height:112px}.home2 .home2-side-companions .home2-companion-body{min-width:0;padding:8px 10px 10px 8px;display:grid;grid-template-rows:auto auto auto auto minmax(42px,1fr);align-content:stretch}.home2 .home2-side-companions .home2-companion-body footer{min-height:42px;align-items:center;flex-wrap:wrap;row-gap:4px;margin-top:5px;padding-top:5px}.home2 .home2-side-companions .home2-companion-tags span:nth-child(n+2){display:none}.home2 .home2-side-companions .home2-companion-body h3{font-size:15px}.home2 .home2-side-companions .home2-companion-body header>span{display:none}.home2 .home2-side-companions .home2-companion-body>section{margin-top:6px;font-size:12px}.home2 .home2-side-companions .home2-companion-body footer strong{flex:0 0 auto;white-space:nowrap;font-size:12px}.home2 .home2-side-companions .home2-companion-body footer>div{flex:0 0 auto;margin-left:auto;padding:0 2px 0 0;transform:none}.home2 .home2-side-companions .home2-companion-photo>i{top:auto;left:6px;bottom:16px;transform:none}.home2 .home2-side-companions .home2-companion-body footer a,.home2 .home2-side-companions .home2-companion-body footer button{height:23px;padding:0 5px;border-radius:7px;font-size:12px}.home2 .home2-companion-grid>article{min-width:0;overflow:hidden;border:1px solid rgba(73,111,124,.14);border-radius:13px;background:rgba(255,255,255,.88);box-shadow:0 9px 24px rgba(51,84,99,.07)}.home2 .home2-companion-clickable{cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.home2 .home2-companion-clickable:hover{transform:translateY(-3px);box-shadow:0 15px 32px rgba(51,84,99,.13)}.home2 .home2-companion-clickable:focus-visible{outline:3px solid rgba(184,138,58,.4);outline-offset:3px}.home2 .home2-companion-photo{position:relative;height:158px;display:grid;place-items:center;overflow:hidden;color:#fff;background:radial-gradient(circle at 50% 30%,rgba(255,255,255,.54),transparent 34%),linear-gradient(145deg,#a7c5ca,#436e7f);font-family:STKaiti,KaiTi,serif;font-size:42px}.home2 .home2-companion-photo>img{width:100%;height:100%;object-fit:cover}.home2 .home2-companion-photo>button{position:absolute;top:8px;right:8px;width:26px;height:26px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.76);border-radius:9px;color:#658da8;background:rgba(255,255,255,.88);box-shadow:0 7px 18px rgba(34,72,92,.2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;transition:color .16s ease,transform .16s ease,background-color .16s ease,box-shadow .16s ease}.home2 .home2-companion-photo>button:hover{color:#c67194;transform:translateY(-2px) scale(1.06);box-shadow:0 9px 22px rgba(116,75,96,.22)}.home2 .home2-companion-photo>button:after,.home2 .home2-companion-photo>button:before{content:none!important}.home2 .home2-companion-photo>button svg{width:16px;height:16px;overflow:visible;fill:transparent;stroke:currentColor;stroke-width:1.8;stroke-linejoin:round;transition:fill .16s ease,transform .16s ease}.home2 .home2-companion-photo>button.is-followed{color:#fff;border-color:rgba(255,231,241,.86);background:linear-gradient(135deg,rgba(239,162,193,.94),rgba(212,132,165,.94))}.home2 .home2-companion-photo>button.is-followed svg{fill:currentColor;transform:scale(.94)}.home2 .home2-companion-photo>i{position:absolute;left:10px;bottom:14px;padding:3px 6px;border-radius:6px;color:rgba(255,255,255,.86);background:rgba(27,54,66,.52);font-size:10px;font-style:normal;white-space:nowrap}.home2 .home2-companion-photo>i.is-online{color:#f4fff9;background:rgba(45,113,91,.72)}.home2 .home2-companion-body{padding:11px}.home2 .home2-companion-body footer,.home2 .home2-companion-body header,.home2 .home2-companion-body section{display:flex;align-items:center;justify-content:space-between;gap:8px}.home2 .home2-companion-body h3,.home2 .home2-companion-body p{margin:0}.home2 .home2-companion-body h3{font-family:STKaiti,KaiTi,serif;font-size:17px}.home2 .home2-companion-body header>span{padding:3px 5px;border-radius:6px;color:var(--byj-gold-deep);background:rgba(237,219,178,.32);font-size:12px}.home2 .home2-companion-body>p{margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--byj-muted);font-size:12px}.home2 .home2-companion-tags{margin-top:8px;display:flex;gap:5px}.home2 .home2-companion-tags span{padding:4px 6px;border:1px solid rgba(72,111,124,.12);border-radius:7px;color:#58717a;background:rgba(235,244,244,.7);font-size:12px}.home2 .home2-companion-body>section{margin-top:9px;color:var(--byj-muted);font-size:12px}.home2 .home2-companion-body>section span:first-child{color:var(--byj-gold-deep)}.home2 .home2-companion-body footer{margin-top:9px;padding-top:9px;border-top:1px solid rgba(73,111,124,.1)}.home2 .home2-companion-body footer strong{color:#ab5f42;font-size:13px}.home2 .home2-companion-body footer strong small{font-size:12px;font-weight:500}.home2 .home2-companion-body footer>div{display:flex;gap:5px}.home2 .home2-companion-body footer a,.home2 .home2-companion-body footer button{height:28px;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--byj-border);border-radius:8px;color:var(--byj-jade-800);background:rgba(247,251,250,.9);text-decoration:none;font-size:12px;cursor:pointer}.home2 .home2-companion-body footer button:disabled{opacity:.48;cursor:not-allowed}@media (min-width:1231px){.home2 .home2-activity-section .home2-activity-grid{height:324px}.home2 .home2-activity-section .home2-activity-grid>a{height:100%}.home2 .home2-side-companions .home2-companion-grid{height:327px;grid-template-rows:repeat(2,minmax(0,1fr))}.home2 .home2-side-companions .home2-companion-grid>article{height:100%}.home2 .home2-side-companions .home2-companion-photo{min-height:0}}.home2 .home2-quick-inner{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.home2 .home2-quick-inner button{min-width:0;min-height:62px;padding:8px;display:flex;align-items:center;gap:7px;border:1px solid rgba(73,111,124,.12);border-radius:10px;color:var(--byj-ink);background:rgba(248,251,250,.76);text-align:left;cursor:pointer}.home2 .home2-quick-inner button>span{flex:0 0 28px;width:28px;height:28px;display:grid;place-items:center;border:1px solid rgba(184,138,58,.2);border-radius:9px;color:var(--byj-gold-deep);background:rgba(252,247,235,.8);font-family:STKaiti,KaiTi,serif}.home2 .home2-quick-inner b,.home2 .home2-quick-inner small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home2 .home2-quick-inner b{font-size:12px}.home2 .home2-quick-inner small{margin-top:3px;color:var(--byj-muted);font-size:12px}.home2 .home2-empty,.home2 .home2-page-state{min-height:210px;display:grid;place-items:center;align-content:center;gap:8px;color:var(--byj-muted);text-align:center}.home2 .home2-empty>span,.home2 .home2-page-state>span{width:46px;height:46px;display:grid;place-items:center;border:1px solid var(--byj-border);border-radius:50%;color:var(--byj-jade-800);background:var(--byj-jade-100);font-family:STKaiti,KaiTi,serif;font-size:20px}.home2 .home2-empty h3,.home2 .home2-empty p,.home2 .home2-page-state h2,.home2 .home2-page-state p{margin:0}.home2 .home2-empty a,.home2 .home2-empty button,.home2 .home2-page-state button,.home2 .home2-page-state-actions a{height:38px;padding:0 15px;display:inline-flex;align-items:center;border:1px solid var(--byj-border);border-radius:10px;color:var(--byj-jade-800);background:#fff;text-decoration:none;cursor:pointer}.home2 .home2-page-state-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.home2 .home2-loading{width:min(1680px,calc(100% - 56px));margin:26px auto;display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.home2 .home2-loading div{height:220px;border-radius:var(--byj-radius);background:linear-gradient(100deg,rgba(225,236,238,.76) 30%,rgba(246,250,249,.96) 48%,rgba(225,236,238,.76) 66%);background-size:220% 100%;animation:byj-shimmer 1.5s ease-in-out infinite}.home2 .home2-join{width:min(1680px,calc(100% - 56px));min-height:150px;margin:20px auto 0;padding:28px 38px;display:flex;align-items:center;justify-content:space-between;gap:30px;overflow:hidden;border:1px solid rgba(255,255,255,.44);border-radius:var(--byj-radius);color:#fff;background:linear-gradient(90deg,rgba(24,57,73,.92),rgba(41,85,101,.72)),url(/home/hero-baiyujing-original.png) center 52% /cover no-repeat;box-shadow:var(--byj-shadow)}.home2 .home2-join small{display:none}.home2 .home2-join h2,.home2 .home2-join p{margin:0}.home2 .home2-join h2{font-family:STKaiti,KaiTi,serif;font-size:30px}.home2 .home2-join p{margin-top:7px;color:rgba(255,255,255,.78);font-size:12px}.home2 .home2-join>button{min-width:164px;height:44px;padding:0 18px;border:1px solid rgba(255,235,190,.36);border-radius:11px;color:#fffdf4;background:linear-gradient(135deg,#c49a4e,#9d6f2b);cursor:pointer}.home2 .home2-footer{margin-top:22px;color:#dce9ea;background:rgba(24,60,75,.94)}.byj-announcements-list>a{display:block;color:inherit;text-decoration:none}.home2 .home2-footer-bottom,.home2 .home2-footer-main{width:min(1680px,calc(100% - 56px));margin:0 auto}.home2 .home2-footer-main{min-height:0;padding:22px 0 16px;display:grid;grid-template-columns:minmax(260px,1fr) auto;gap:32px}.home2 .home2-footer .home2-brand{color:#f7fbfa}.home2 .home2-footer-main>div>p{max-width:520px;margin:10px 0 0;color:#a9bec4;font-size:12px;line-height:1.6}.home2 .home2-footer-main>section{display:grid;grid-template-columns:repeat(3,150px);gap:20px}.home2 .home2-footer-main>section>div{display:grid;align-content:start;gap:5px}.home2 .home2-footer-main b{margin-bottom:4px;color:#f4f8f7;font-size:12px}.home2 .home2-footer-main a,.home2 .home2-footer-main button{width:max-content;padding:0;color:#9fb5bb;border:0;background:transparent;text-decoration:none;font-size:12px;cursor:pointer}.home2 .home2-footer-bottom{padding:9px 0 11px;display:flex;justify-content:space-between;border-top:1px solid rgba(220,233,234,.12);color:#839ca4;font-size:12px}@keyframes byj-mist-drift{0%{transform:translate3d(-1.5%,0,0)}to{transform:translate3d(1.5%,-4px,0)}}@keyframes byj-spin{to{transform:rotate(1turn)}}@keyframes byj-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media (max-width:1500px){.home2 .home2-header-inner{width:min(1440px,calc(100% - 32px));grid-template-columns:215px minmax(0,1fr) auto;gap:14px}.home2 .home2-nav{gap:20px}.home2 .home2-more>button,.home2 .home2-nav>:is(a,button){font-size:13px}.home2 .home2-brand strong{font-size:26px}.home2 .home2-balance,.home2 .home2-tool-item small{display:none}.byj-discovery-bar,.byj-hero-inner,.home2 .home2-discovery-layout,.home2 .home2-footer-bottom,.home2 .home2-footer-main,.home2 .home2-join,.home2 .home2-loading{width:calc(100% - 40px)}.byj-hero-inner{grid-template-columns:minmax(430px,.86fr) minmax(390px,1.14fr)}.byj-discovery-bar{grid-template-columns:190px minmax(0,1fr) minmax(385px,.68fr);gap:14px}.byj-filter-row{grid-template-columns:repeat(4,minmax(80px,1fr)) auto}.byj-filter-row select:nth-of-type(5){display:none}.byj-category-grid{padding-left:14px}.home2 .home2-activity-grid>a{height:212px}.home2 .home2-companion-photo{height:148px}}@media (max-width:1230px){.home2 .home2-header-inner{grid-template-columns:140px minmax(0,1fr) auto}.home2 .home2-nav{gap:13px}.home2 .home2-nav>a:nth-child(6),.home2 .home2-nav>a:nth-child(7){display:none}.byj-discovery-bar{grid-template-columns:190px minmax(0,1fr)}.byj-category-grid{grid-column:1/-1;padding:12px 0 0;border-top:1px solid var(--byj-border);border-left:0}.home2 .home2-discovery-layout{grid-template-columns:1fr}.home2 .home2-main-column,.home2 .home2-side-column{grid-template-rows:auto auto}.home2 .home2-side-column{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.home2 .home2-header{height:64px}.home2 .home2-header-inner{width:calc(100% - 28px);grid-template-columns:1fr auto auto}.home2 .home2-nav-toggle{width:40px;height:40px;display:grid;place-content:center;gap:6px;border:1px solid rgba(255,255,255,.3);border-radius:11px;color:inherit;background:rgba(255,255,255,.08)}.home2 .home2-nav-toggle span{width:18px;height:2px;border-radius:99px;background:currentColor}.home2 .home2-nav{position:fixed;inset:64px 14px auto;padding:12px;display:none;align-items:stretch;border:1px solid var(--byj-border);border-radius:14px;color:var(--byj-ink);background:rgba(249,253,252,.96);box-shadow:var(--byj-shadow)}.home2 .home2-nav.is-open{display:grid}.home2 .home2-more>button,.home2 .home2-nav>:is(a,button){padding:12px;text-align:left}.home2 .home2-nav>.home2-ai-nav-entry{grid-template-columns:1fr;justify-items:center}.home2 .home2-header-tools{grid-column:2;grid-row:1}.home2 .home2-guest-actions button:not(:first-child),.home2 .home2-tool-item:not(:first-child),.home2 .home2-user{display:none}.byj-hero,.byj-hero-inner{min-height:700px}.byj-hero{background:linear-gradient(180deg,rgba(245,251,249,.88),rgba(237,246,248,.64)),url(/home/hero-baiyujing-original.png) 62% /cover no-repeat}.byj-hero-inner{width:100%;padding:98px 20px 150px;grid-template-columns:1fr;align-content:center;gap:24px}.byj-hero-copy{padding:0}.byj-hero-copy h1{font-size:clamp(44px,11vw,64px)}.byj-announcements{justify-self:stretch;margin:0;transform:none}.byj-discovery-bar,.home2 .home2-discovery-layout,.home2 .home2-footer-bottom,.home2 .home2-footer-main,.home2 .home2-join,.home2 .home2-loading{width:calc(100% - 28px)}.byj-discovery-bar{margin-top:-112px;grid-template-columns:1fr}.byj-search-heading{display:block;padding-left:0;text-align:left}.byj-filter-row{grid-template-columns:repeat(2,minmax(0,1fr))}.byj-filter-row button{grid-column:1/-1}.byj-category-grid{grid-column:auto;grid-template-columns:repeat(5,minmax(92px,1fr));overflow-x:auto;scroll-snap-type:x mandatory}.byj-category-grid a{scroll-snap-align:start}.home2 .home2-main-column{grid-template-columns:1fr;grid-template-areas:"realms" "activities"}.home2 .home2-side-column{grid-template-columns:1fr;grid-template-rows:auto}.home2 .home2-companion-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home2 .home2-join{padding:25px;align-items:flex-start;flex-direction:column}.home2 .home2-footer-main{grid-template-columns:1fr;gap:18px}.home2 .home2-footer-main>section{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:600px){.byj-hero-copy h1{letter-spacing:.03em}.byj-hero-rule{grid-template-columns:auto;justify-content:start}.byj-hero-rule span{display:none}.byj-announcements-list article{grid-template-columns:40px minmax(0,1fr)}.byj-announcements-list time{display:none}.home2 .home2-activity-grid,.home2 .home2-companion-grid,.home2 .home2-realm-grid{grid-template-columns:1fr}.home2 .home2-activity-grid>a{height:190px}.home2 .home2-footer-main>section{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.home2 .home2-footer-main>section>div{gap:4px}.home2 .home2-footer-bottom{align-items:flex-start;flex-direction:column;gap:3px}}@media (max-height:820px) and (min-width:1100px){.byj-hero,.byj-hero-inner{min-height:550px}.byj-hero-inner{padding-top:98px;padding-bottom:152px}.byj-hero-copy h1{font-size:clamp(50px,3.8vw,64px)}.byj-hero-kicker{margin-bottom:13px}.byj-hero-copy>p{margin-top:16px}.byj-hero-actions{margin-top:20px}.byj-announcements{margin-top:22px}}@media (max-width:700px){.home2 .home2-realm-logo{width:50px;height:50px}}@media (prefers-reduced-motion:reduce){.home2 *,.home2 :after,.home2 :before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-reduced-transparency:reduce){.byj-announcements,.byj-discovery-bar,.byj-hero-actions a,.home2 .home2-companion-photo>button,.home2 .home2-header.is-scrolled,.home2 .home2-realm-logo{-webkit-backdrop-filter:none;backdrop-filter:none}.byj-announcements,.byj-discovery-bar,.home2 .home2-header.is-scrolled{background:#f7fbfa}}.home2 .home2-nav-sentinel{position:absolute;inset:0 auto auto 0;width:1px;height:88px;pointer-events:none;opacity:0}