:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,sans-serif;color:#111827;background:#fbfaf7;text-rendering:optimizeLegibility;font-synthesis:none}*{box-sizing:border-box}html{background:#fbfaf7}body{margin:0;min-width:320px;min-height:100vh;-webkit-font-smoothing:antialiased}button,a{font:inherit}a{color:inherit;text-decoration:none}.shell{--page:#fbfaf7;--panel:rgba(255,255,255,.78);--panel-strong:rgba(255,255,255,.92);--line:#dce1e8;--text:#111827;--muted:#687382;--quiet:#8c97a5;--gold:#c69132;--gold-soft:#fbf4e7;--blue:#254e7a;--blue-soft:#f2f6fb;--green:#3f923e;--green-soft:#eef8eb;display:grid;grid-template-columns:248px minmax(0,1fr);min-height:100vh;background:linear-gradient(90deg,rgba(205,163,86,.05),transparent 24%),radial-gradient(circle at 90% 8%,rgba(45,83,122,.06),transparent 27%),var(--page);color:var(--text)}.shell.dark{--page:#111820;--panel:rgba(25,33,42,.76);--panel-strong:rgba(28,37,48,.9);--line:rgba(190,202,218,.22);--text:#f5efe5;--muted:#a7b1bd;--quiet:#8994a0;--gold-soft:rgba(198,145,50,.13);--blue-soft:rgba(69,109,152,.14);--green-soft:rgba(87,162,80,.14);background:#111820}.sidebar{position:sticky;top:0;display:flex;flex-direction:column;height:100vh;padding:30px 20px 28px 12px;border-right:1px solid var(--line);background:#ffffff8a;box-shadow:20px 0 70px #1d252e0d}.dark .sidebar{background:#0e141bc7}.brand{display:flex;align-items:center;gap:14px;margin:0 10px 38px 22px;font-size:18px;font-weight:760}.brand-mark{display:grid;width:33px;height:33px;place-items:center;color:var(--gold)}.nav-list{display:grid;gap:13px}.nav-item{position:relative;display:grid;grid-template-columns:32px 1fr;align-items:center;gap:12px;width:100%;min-height:70px;padding:13px 18px 13px 22px;color:#3c4654;border:0;border-radius:8px;background:transparent;cursor:pointer;text-align:left;transition:background .16s ease,color .16s ease,transform .16s ease}.nav-item svg{color:#4a5665}.nav-item strong,.nav-item small{display:block;line-height:1.18}.nav-item strong{font-size:15px;font-weight:730}.nav-item small{margin-top:5px;color:var(--muted);font-size:14px}.nav-item:hover,.nav-item.active{color:var(--text);background:linear-gradient(90deg,#c6913221,#ffffffb3)}.nav-item.active:before{position:absolute;top:3px;bottom:3px;left:0;width:3px;content:"";border-radius:999px;background:var(--gold)}.nav-item.compact{min-height:56px}.sidebar-spacer{flex:1 1 auto;min-height:40px;border-bottom:1px solid var(--line);margin:18px 16px 22px}.secondary{gap:12px;margin-bottom:38px}.theme-control{display:grid;grid-template-columns:42px auto 1fr;align-items:center;gap:10px;width:100%;min-height:48px;border:0;background:transparent;color:var(--text);cursor:pointer;font-size:16px;font-weight:650;text-align:left}.theme-icon{display:grid;width:39px;height:39px;place-items:center;border:1px solid var(--line);border-radius:50%;color:#2f3d4d;background:var(--panel-strong)}.theme-control svg:last-child{justify-self:end;color:var(--muted)}.workspace{position:relative;padding:28px 37px 34px 50px}.topbar{position:absolute;top:28px;right:37px;display:flex;justify-content:flex-end;min-height:48px}.lang-toggle{display:inline-flex;height:48px;padding:3px;border:1px solid #cfd6df;border-radius:999px;background:#ffffffa3;overflow:hidden}.lang-toggle button{min-width:74px;border:0;border-radius:999px;background:transparent;color:var(--text);cursor:pointer;font-size:15px;font-weight:750}.lang-toggle button.selected{background:#ffffffdb;box-shadow:inset 0 -2px 0 var(--gold)}.hero{display:grid;grid-template-columns:minmax(0,1fr) 190px;align-items:end;gap:44px;padding-top:37px}.domain-line{display:flex;align-items:center;gap:13px}h1,h2,h3,p{margin:0}h1{font-size:clamp(36px,3.2vw,46px);line-height:1.04;font-weight:830}.domain-badge{color:var(--gold);margin-top:6px}h2{margin-top:22px;font-size:clamp(34px,3.3vw,48px);line-height:1.08;font-weight:800}.hero p{max-width:650px;margin-top:16px;color:var(--muted);font-size:17px;line-height:1.5}.hero .zh-copy{margin-top:3px}.time-card{display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:center;justify-self:end;color:#647080;font-size:14px;line-height:1.35}.time-card svg{color:#485566}.time-card small{display:block;color:#647080;font-size:14px}.action-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin-top:45px}.action-card{display:grid;grid-template-columns:64px 1fr 32px;align-items:center;min-height:88px;padding:17px 22px 17px 26px;border:1px solid var(--line);border-radius:8px;background:var(--panel);box-shadow:0 15px 35px #1e273008;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.action-card:hover{transform:translateY(-2px);box-shadow:0 18px 40px #1e273014}.action-card.gold{background:linear-gradient(90deg,var(--gold-soft),rgba(255,255,255,.72))}.action-card.blue{background:linear-gradient(90deg,var(--blue-soft),rgba(255,255,255,.72))}.action-card.green{background:linear-gradient(90deg,var(--green-soft),rgba(255,255,255,.72))}.action-icon,.health-icon,.row-icon{display:grid;place-items:center;border-radius:50%}.action-icon{width:52px;height:52px;color:#fff}.gold .action-icon{background:#c29336}.blue .action-icon{background:#284c74}.green .action-icon{background:#4f9b48}.action-text strong,.action-text small{display:block}.action-text strong{font-size:19px;line-height:1.05;font-weight:760}.action-text small{margin-top:7px;color:var(--text);font-size:17px;font-weight:650}.arrow{justify-self:end;color:#111827}.health-card{margin-top:31px;padding:24px 22px 28px;border:1px solid var(--line);border-radius:8px;background:var(--panel)}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}.section-heading h3,.access-section h3{font-size:19px;line-height:1.2;font-weight:760}.section-heading p{display:flex;align-items:center;gap:7px;color:var(--text);font-size:14px;font-weight:620}.section-heading p svg{color:var(--green)}.health-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.health-item{position:relative;display:grid;grid-template-columns:78px 1fr;gap:20px;align-items:center;min-height:104px;padding:0 22px}.health-item:not(:last-child){border-right:1px solid var(--line)}.health-icon{width:75px;height:75px;color:var(--green);background:#dff2da}.status-dot{position:absolute;width:7px;height:7px;margin:8px 0 0 116px;border-radius:50%;background:var(--green)}.health-item h4,.health-item strong{margin:0;display:block;font-size:16px;line-height:1.2;font-weight:750}.health-item strong{margin-top:3px}.health-item p{color:var(--muted);font-size:13px;line-height:1.42}.health-item p:first-of-type{margin-top:8px}.access-section{margin-top:32px}.access-table{margin-top:13px;border:1px solid var(--line);border-radius:8px;background:var(--panel);overflow:hidden}.table-row{display:grid;grid-template-columns:1.15fr 1.95fr .95fr .88fr;align-items:center;min-height:74px;padding:0 18px;border-bottom:1px solid var(--line)}.table-row:last-child{border-bottom:0}.table-head{min-height:50px;color:#566170;background:#ffffff8f;font-size:14px;font-weight:560}.service-name,.entry-link,.row-status{display:flex;align-items:center}.service-name{gap:16px}.row-icon{width:44px;height:44px;color:var(--gold);background:#c6913221}.service-name strong,.service-name small,.description small,.row-status small,.entry-link small{display:block}.service-name strong{font-size:15px;font-weight:750}.service-name small,.row-status small,.entry-link small{margin-top:4px;color:var(--muted);font-size:13px}.description{color:var(--muted);font-size:14px;line-height:1.44}.description small{color:#637081;font-size:14px}.row-status{gap:8px;color:var(--text);font-size:14px}.row-status i{width:9px;height:9px;border-radius:50%;background:var(--green)}.entry-link{justify-content:space-between;gap:16px;font-size:14px;font-weight:620}.footer{display:grid;justify-content:center;justify-items:center;gap:6px;margin-top:52px;color:var(--muted);font-size:13px}.footer svg{color:#6f7a88}.footer span{color:#535f6f;font-size:14px}@media(max-width:1180px){.shell{grid-template-columns:96px minmax(0,1fr)}.sidebar{padding-right:12px}.brand span:last-child,.nav-item span,.theme-control span:nth-child(2),.theme-control svg:last-child{display:none}.brand{justify-content:center;margin-left:0}.nav-item{grid-template-columns:1fr;justify-items:center;padding:12px}.workspace{padding:28px 34px}.action-grid,.health-grid{grid-template-columns:1fr}.health-item:not(:last-child){border-right:0;border-bottom:1px solid var(--line);padding-bottom:20px}.health-item{padding:18px 0}}@media(max-width:820px){.shell{display:block}.sidebar{position:static;height:auto;padding:18px;border-right:0;border-bottom:1px solid var(--line)}.brand{justify-content:flex-start;margin:0 0 16px}.brand span:last-child,.nav-item span,.theme-control span:nth-child(2),.theme-control svg:last-child{display:block}.nav-list{grid-template-columns:repeat(3,1fr);gap:8px}.secondary,.sidebar-spacer{display:none}.nav-item{min-height:58px;grid-template-columns:26px 1fr;padding:8px}.nav-item small{font-size:12px}.theme-control{margin-top:12px}.workspace{padding:20px 16px 30px}.hero{grid-template-columns:1fr;gap:18px}.time-card{justify-self:start}.action-grid{gap:14px;margin-top:28px}.table-row{grid-template-columns:1fr;gap:10px;padding:16px}.table-head{display:none}}@keyframes pd-rise-in{0%{opacity:0;transform:translate3d(0,14px,0) scale(.992);filter:blur(4px)}to{opacity:1;transform:translateZ(0) scale(1);filter:blur(0)}}@keyframes pd-fade-right{0%{opacity:0;transform:translate3d(-10px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes pd-pulse-dot{0%,to{box-shadow:0 0 #3f923e47}50%{box-shadow:0 0 0 8px #3f923e00}}@keyframes pd-soft-breathe{0%,to{transform:scale(1)}50%{transform:scale(1.035)}}@keyframes pd-line-sheen{0%{transform:translate(-115%) skew(-18deg);opacity:0}28%{opacity:.5}to{transform:translate(135%) skew(-18deg);opacity:0}}@keyframes pd-ring{0%,to{box-shadow:0 0 #c691322e}50%{box-shadow:0 0 0 7px #c6913200}}.brand,.nav-item,.hero,.action-card,.health-card,.access-section,.footer{animation:pd-rise-in .72s cubic-bezier(.2,.72,.18,1) both}.brand{animation-delay:.03s}.nav-item:nth-child(1){animation-delay:.08s}.nav-item:nth-child(2){animation-delay:.12s}.nav-item:nth-child(3){animation-delay:.16s}.nav-item:nth-child(4){animation-delay:.2s}.nav-item:nth-child(5){animation-delay:.24s}.nav-item:nth-child(6){animation-delay:.28s}.hero{animation-delay:.08s}.action-card:nth-child(1){animation-delay:.16s}.action-card:nth-child(2){animation-delay:.22s}.action-card:nth-child(3){animation-delay:.28s}.health-card{animation-delay:.34s}.access-section{animation-delay:.4s}.footer{animation-delay:.46s}.lang-toggle{position:relative;isolation:isolate;box-shadow:0 8px 24px #1118270a;transition:border-color .22s ease,box-shadow .22s ease}.lang-toggle:before{position:absolute;z-index:0;top:3px;left:3px;width:74px;height:40px;content:"";border-radius:999px;background:#ffffffe6;box-shadow:inset 0 -2px 0 var(--gold),0 8px 18px #1118270f;transition:transform .32s cubic-bezier(.2,.72,.18,1)}.lang-toggle.zh:before{transform:translate(74px)}.lang-toggle button{position:relative;z-index:1;transition:color .2s ease}.lang-toggle button.selected{background:transparent;box-shadow:none}.lang-toggle:hover{border-color:#c4ac7b;box-shadow:0 12px 28px #11182712}.action-card{position:relative;overflow:hidden;will-change:transform}.action-card:before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:linear-gradient(105deg,transparent 0%,rgba(255,255,255,.62) 45%,transparent 70%);transform:translate(-115%) skew(-18deg);pointer-events:none}.action-card:hover:before{animation:pd-line-sheen 1.05s ease}.action-card:hover{border-color:#c6913252}.action-card .arrow,.entry-link svg{transition:transform .22s ease,color .22s ease}.action-card:hover .arrow{transform:translate(5px)}.action-icon{transition:transform .26s cubic-bezier(.2,.72,.18,1),box-shadow .26s ease}.action-card:hover .action-icon{transform:translateY(-1px) scale(1.04)}.action-card:hover .action-icon svg{transform:rotate(-5deg)}.action-icon svg{transition:transform .26s ease}.green .action-icon{animation:pd-soft-breathe 3.2s ease-in-out infinite}.gold .action-icon{animation:pd-ring 4.2s ease-in-out infinite}.health-card,.access-table,.action-card{-webkit-backdrop-filter:saturate(1.15) blur(10px);backdrop-filter:saturate(1.15) blur(10px)}.status-dot,.row-status i{animation:pd-pulse-dot 2.8s ease-in-out infinite}.health-item{transition:background .22s ease,transform .22s ease}.health-item:hover{background:linear-gradient(90deg,rgba(63,146,62,.045),transparent);transform:translateY(-1px)}.health-icon{transition:transform .24s ease,background .24s ease}.health-item:hover .health-icon{transform:scale(1.045);background:#d7efd2}.table-row:not(.table-head){transition:background .18s ease,transform .18s ease}.table-row:not(.table-head):hover{background:#ffffffa3;transform:translate(2px)}.table-row:not(.table-head):hover .entry-link svg{transform:translate(5px)}.row-icon{transition:transform .22s ease,background .22s ease}.table-row:not(.table-head):hover .row-icon{transform:scale(1.04);background:#c691322e}.nav-item{will-change:transform}.nav-item:hover{transform:translate(2px)}.nav-item.active:before{box-shadow:0 0 0 4px #c6913214}.theme-control:hover .theme-icon{animation:pd-ring 1.6s ease-in-out 1}.domain-badge{animation:pd-ring 4.6s ease-in-out infinite;border-radius:999px}.time-card{animation:pd-fade-right .72s cubic-bezier(.2,.72,.18,1) .18s both}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}.experience{position:relative;min-height:100vh;background:#fbfaf7;overflow-x:hidden}.workspace-stage{transition:opacity 1.05s cubic-bezier(.16,1,.3,1),transform 1.05s cubic-bezier(.16,1,.3,1),filter 1.05s cubic-bezier(.16,1,.3,1);transition-delay:.12s}.experience:not(.entered) .workspace-stage{max-height:100vh;overflow:hidden;opacity:.18;transform:translateY(74px) scale(.985);filter:blur(10px);pointer-events:none}.experience.entered .workspace-stage{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}.poster-gate{position:fixed;z-index:50;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:space-between;padding:34px 46px 42px;color:#f7efe2;background:#111820;overflow:hidden;transition:transform 1.15s cubic-bezier(.16,1,.3,1),opacity 1.05s ease,filter 1.05s ease}.poster-gate:before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:radial-gradient(circle at 82% 12%,rgba(84,177,157,.18),transparent 24%),radial-gradient(circle at 16% 72%,rgba(198,145,50,.12),transparent 26%),linear-gradient(135deg,#111820,#0d141b 58%,#151c24);pointer-events:none}.poster-gate:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background-image:linear-gradient(rgba(225,186,120,.075) 1px,transparent 1px),linear-gradient(90deg,rgba(225,186,120,.055) 1px,transparent 1px);background-size:92px 92px;-webkit-mask-image:linear-gradient(90deg,transparent,black 14%,black 84%,transparent);mask-image:linear-gradient(90deg,transparent,black 14%,black 84%,transparent);opacity:.42;pointer-events:none}.experience.entered .poster-gate{transform:translateY(-112vh) scale(.955);opacity:0;filter:blur(12px);pointer-events:none}.poster-topline{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(244,236,224,.22);padding-bottom:24px}.poster-brand{display:flex;align-items:center;gap:14px;font-size:22px;font-weight:760;letter-spacing:.01em}.poster-brand svg{color:#d2a052}.poster-gate .lang-toggle{border-color:#f4ece033;background:#ffffff0e;box-shadow:none}.poster-gate .lang-toggle:before{background:#ffffff1a;box-shadow:inset 0 -2px #d2a052,0 0 30px #54b19d1f}.poster-gate .lang-toggle button{color:#f7efe2}.poster-content{position:relative;z-index:2;width:min(780px,70vw);margin:0 0 4vh 14px}.poster-kicker{display:inline-flex;align-items:center;gap:10px;margin-bottom:22px;color:#d2a052;font-size:13px;font-weight:760;letter-spacing:.22em}.poster-kicker:after{display:block;width:78px;height:1px;content:"";background:#d2a052}.poster-content h1{font-family:Georgia,Times New Roman,Songti SC,serif;font-size:clamp(68px,9vw,126px);line-height:.92;font-weight:560;letter-spacing:0;color:#f4eadb;text-shadow:0 20px 80px rgba(0,0,0,.32)}.poster-subtitle{margin-top:28px;color:#f7efe2c2;font-size:24px;line-height:1.45}.poster-subtitle.english{margin-top:5px;color:#f7efe28f;font-size:19px}.enter-button{display:inline-flex;align-items:center;gap:18px;margin-top:42px;padding:18px 24px 18px 28px;border:1px solid rgba(210,160,82,.48);border-radius:999px;background:linear-gradient(90deg,#d2a05229,#54b19d1a);color:#f7efe2;cursor:pointer;font-size:18px;font-weight:760;box-shadow:0 22px 80px #00000047;transition:transform .24s ease,border-color .24s ease,background .24s ease}.enter-button:hover{transform:translateY(-2px);border-color:#d2a052db;background:linear-gradient(90deg,#d2a0523d,#54b19d24)}.enter-button svg{transition:transform .24s ease}.enter-button:hover svg{transform:translate(5px)}.poster-status{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:0 14px;border:1px solid rgba(244,236,224,.12);border-radius:8px;background:#ffffff0e;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.poster-status span{display:flex;align-items:center;justify-content:center;gap:11px;min-height:86px;border-right:1px solid rgba(244,236,224,.1);font-size:17px;color:#f7efe2}.poster-status span:last-child{border-right:0}.poster-status small{color:#f7efe28c;font-size:13px}.poster-status i{width:10px;height:10px;border-radius:50%;background:#77c4b5;box-shadow:0 0 0 7px #77c4b517;animation:pd-pulse-dot 2.8s ease-in-out infinite}.poster-map{position:absolute;z-index:1;top:96px;right:0;bottom:120px;left:44%;opacity:.75;pointer-events:none}.map-route{position:absolute;display:block;border:1px solid rgba(210,160,82,.2);border-left:0;border-bottom:0;border-radius:55% 45% 0 0;transform:rotate(-12deg)}.map-route.one{right:4%;top:12%;width:58%;height:40%}.map-route.two{right:14%;top:42%;width:74%;height:42%;border-color:#54b19d2e;transform:rotate(8deg)}.map-route.three{right:30%;top:0;width:32%;height:72%;border-color:#f4ece01a;transform:rotate(18deg)}.map-node{position:absolute;width:12px;height:12px;border:2px solid #d2a052;border-radius:50%;box-shadow:0 0 22px #d2a05270}.map-node.n1{right:24%;top:26%}.map-node.n2{right:55%;top:48%}.map-node.n3{right:12%;top:64%}.replay-intro{margin-bottom:6px;border:1px solid var(--line);border-radius:999px;background:#ffffffa3;color:#5f6a78;cursor:pointer;font-size:12px;padding:6px 12px;transition:background .18s ease,color .18s ease,transform .18s ease}.replay-intro:hover{background:#fff;color:#111827;transform:translateY(-1px)}@keyframes poster-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.poster-content{animation:pd-rise-in .85s cubic-bezier(.16,1,.3,1) .12s both}.poster-map{animation:poster-float 8s ease-in-out infinite}.poster-status{animation:pd-rise-in .85s cubic-bezier(.16,1,.3,1) .32s both}.poster-topline{animation:pd-rise-in .72s cubic-bezier(.16,1,.3,1) .02s both}@media(max-width:820px){.poster-gate{padding:24px 20px 28px}.poster-topline{padding-bottom:18px}.poster-brand{font-size:18px}.poster-content{width:100%;margin:0}.poster-content h1{font-size:64px}.poster-subtitle{font-size:19px}.poster-status{grid-template-columns:1fr;margin:0}.poster-status span{justify-content:flex-start;padding:0 20px;border-right:0;border-bottom:1px solid rgba(244,236,224,.1)}.poster-status span:last-child{border-bottom:0}.poster-map{top:110px;right:-40%;bottom:160px;left:20%;opacity:.38}}.language-switch{position:relative;isolation:isolate;display:inline-flex;height:48px;padding:3px;border:1px solid #cfd6df;border-radius:999px;background:#ffffffad;overflow:hidden;box-shadow:0 8px 24px #1118270a;transition:border-color .22s ease,box-shadow .22s ease,background .22s ease}.language-switch:before{position:absolute;z-index:0;top:3px;left:3px;width:74px;height:40px;content:"";border-radius:999px;background:#ffffffe6;box-shadow:inset 0 -2px 0 var(--gold,#c69132),0 8px 18px #1118270f;transition:transform .32s cubic-bezier(.2,.72,.18,1)}.language-switch:has(button:nth-child(2).selected):before{transform:translate(74px)}.language-switch button{position:relative;z-index:1;min-width:74px;border:0;border-radius:999px;background:transparent;color:var(--text,#111827);cursor:pointer;font-size:15px;font-weight:760;transition:color .2s ease}.language-switch button.selected{background:transparent;box-shadow:none}.language-switch:hover{border-color:#c4ac7b;box-shadow:0 12px 28px #11182712}.poster-gate .language-switch{border-color:#f4ece033;background:#ffffff0e;box-shadow:none}.poster-gate .language-switch:before{background:#ffffff1a;box-shadow:inset 0 -2px #d2a052,0 0 30px #54b19d1f}.poster-gate .language-switch button{color:#f7efe2}.poster-content h1{max-width:9.5em}.poster-support{max-width:650px;margin-top:8px;color:#f7efe294;font-size:18px;line-height:1.5}.poster-status span{font-weight:650}.poster-status small,.poster-subtitle.english{display:none}.nav-item{min-height:62px}.nav-item strong{font-size:15px}.secondary .nav-item{min-height:54px}.hero h2{max-width:850px}.hero p{max-width:760px}.action-card{grid-template-columns:64px minmax(0,1fr) 32px}.action-text{min-width:0}.action-text strong{font-size:clamp(17px,1.3vw,19px);line-height:1.18}.action-text small{max-width:26ch;margin-top:8px;color:var(--muted);font-size:13px;font-weight:560;line-height:1.35}.section-heading h3{font-size:20px}.health-item{grid-template-columns:78px minmax(0,1fr)}.health-item h4{font-size:17px}.health-item p{max-width:30ch;margin-top:8px}.description{padding-right:24px}.entry-link span{line-height:1.25}.footer small{display:block}.replay-intro{min-width:92px}.dark .language-switch{background:#171f29b3;border-color:#becada38}.dark .language-switch:before{background:#ffffff1c}.dark .table-row:not(.table-head):hover{background:#ffffff0f}@supports not selector(:has(*)){.language-switch:before{display:none}.language-switch button.selected{background:#ffffffdb;box-shadow:inset 0 -2px 0 var(--gold,#c69132)}}@media(max-width:1180px){.action-text small{max-width:38ch}.health-item p{max-width:none}.poster-content h1{max-width:100%}}@media(max-width:820px){.language-switch{height:44px}.language-switch:before{width:64px;height:36px}.language-switch:has(button:nth-child(2).selected):before{transform:translate(64px)}.language-switch button{min-width:64px;font-size:14px}.poster-content h1{font-size:clamp(56px,18vw,74px)}.poster-support{font-size:15px}.poster-status span{min-height:66px}.nav-list{grid-template-columns:repeat(2,1fr)}.topbar{position:static;justify-content:flex-start;margin-bottom:18px}.hero{padding-top:0}.hero h2{font-size:clamp(31px,11vw,44px)}.action-card{grid-template-columns:56px minmax(0,1fr) 26px;padding:16px}.action-icon{width:48px;height:48px}.section-heading{align-items:flex-start;flex-direction:column}.health-item{grid-template-columns:62px minmax(0,1fr)}.health-icon{width:58px;height:58px}.status-dot{margin-left:96px}.description{padding-right:0}}:root{--ease-spring: cubic-bezier(.2, .9, .16, 1);--ease-enter: cubic-bezier(.16, 1, .3, 1);--ease-press: cubic-bezier(.34, 1.56, .64, 1);--dur-page: .94s;--dur-card: .52s;--dur-fast: .18s;color-scheme:dark light}html,body,#root,.experience{background:#0a1017}html[data-theme=dark] body{background:radial-gradient(circle at 10% 6%,rgba(210,160,82,.08),transparent 32%),radial-gradient(circle at 90% 0%,rgba(119,196,181,.09),transparent 30%),#0a1017}.experience{--night-page: #0a1017;--night-page-2: #101923;--night-panel: rgba(16, 25, 35, .72);--night-panel-strong: rgba(19, 30, 42, .88);--night-line: rgba(226, 190, 125, .14);--night-line-cool: rgba(148, 170, 194, .18);--night-text: #f4eadb;--night-muted: rgba(226, 235, 244, .66);--night-quiet: rgba(226, 235, 244, .44);--night-gold: #d2a052;--night-blue: #7faad6;--night-green: #77c4b5;--night-shadow: 0 24px 92px rgba(0, 0, 0, .32);color:var(--night-text)}.shell.dark{--page: var(--night-page);--panel: var(--night-panel);--panel-strong: var(--night-panel-strong);--line: var(--night-line-cool);--text: var(--night-text);--muted: var(--night-muted);--quiet: var(--night-quiet);--gold: var(--night-gold);--gold-soft: rgba(210, 160, 82, .16);--blue: #365f8a;--blue-soft: rgba(127, 170, 214, .15);--green: #5eb29e;--green-soft: rgba(119, 196, 181, .13);background:radial-gradient(circle at 13% 4%,rgba(210,160,82,.08),transparent 30%),radial-gradient(circle at 90% 7%,rgba(119,196,181,.08),transparent 33%),linear-gradient(135deg,#0a1017,#0f1822 58%,#0b121a)}.shell.dark:before{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;content:"";background-image:linear-gradient(rgba(226,190,125,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(226,190,125,.028) 1px,transparent 1px);background-size:76px 76px;-webkit-mask-image:linear-gradient(90deg,transparent,black 14%,black 86%,transparent);mask-image:linear-gradient(90deg,transparent,black 14%,black 86%,transparent);opacity:.42}.shell.dark .sidebar,.shell.dark .workspace{position:relative;z-index:1}.dark .sidebar{background:linear-gradient(180deg,#090f16d6,#090f16ad);border-right-color:#e2be7d21;box-shadow:22px 0 92px #00000047,inset -1px 0 #ffffff09;-webkit-backdrop-filter:blur(22px) saturate(1.22);backdrop-filter:blur(22px) saturate(1.22)}.dark .brand,.dark .domain-line h1,.dark .hero h2,.dark .section-heading h3,.dark .access-section h3,.dark .health-item h4,.dark .service-name strong,.dark .action-text strong{color:var(--night-text);text-shadow:0 14px 44px rgba(0,0,0,.22)}.dark .hero p,.dark .description,.dark .health-item p,.dark .action-text small,.dark .time-card,.dark .time-card small,.dark .footer,.dark .footer span,.dark .footer small{color:var(--night-muted)}.dark .nav-item{color:#e8eef67a;transition:transform var(--dur-card) var(--ease-spring),background var(--dur-card) var(--ease-enter),color var(--dur-card) var(--ease-enter),box-shadow var(--dur-card) var(--ease-enter),opacity var(--dur-card) var(--ease-enter)}.dark .nav-item svg{color:#e8eef661;transition:transform var(--dur-card) var(--ease-spring),color var(--dur-card) var(--ease-enter)}.dark .nav-item:hover,.dark .nav-item.active{color:var(--night-text);background:linear-gradient(90deg,#d2a0522e,#ffffff12);box-shadow:inset 0 0 0 1px #e2be7d14,0 16px 42px #00000024}.dark .nav-item:hover svg,.dark .nav-item.active svg{color:var(--night-gold);transform:scale(1.08)}.dark .nav-item.active:before{background:linear-gradient(180deg,#f0c172,#a87523);box-shadow:0 0 24px #d2a05261}.dark .action-card,.dark .health-card,.dark .access-table{background:linear-gradient(135deg,#16222fc2,#090f168f);border-color:#e2be7d21;box-shadow:var(--night-shadow),inset 0 1px #ffffff0d;-webkit-backdrop-filter:blur(18px) saturate(1.18);backdrop-filter:blur(18px) saturate(1.18)}.dark .action-card.gold{background:radial-gradient(circle at 8% 50%,rgba(210,160,82,.24),transparent 31%),linear-gradient(135deg,#1c2228c7,#0a11189e)}.dark .action-card.blue{background:radial-gradient(circle at 8% 50%,rgba(127,170,214,.2),transparent 31%),linear-gradient(135deg,#172230c7,#0a11189e)}.dark .action-card.green{background:radial-gradient(circle at 8% 50%,rgba(119,196,181,.2),transparent 31%),linear-gradient(135deg,#162627c2,#0a11189e)}.dark .action-card:before{background:linear-gradient(105deg,transparent 0%,rgba(255,255,255,.12) 45%,transparent 70%)}.dark .table-head{background:#ffffff0b;color:#e8eef68f}.dark .table-row{border-bottom-color:#e2be7d1b}.dark .table-row:not(.table-head):hover{background:linear-gradient(90deg,#d2a05214,#ffffff09)}.dark .arrow,.dark .entry-link,.dark .entry-link svg{color:var(--night-text)}.dark .action-icon,.dark .health-icon,.dark .row-icon,.dark .theme-icon{box-shadow:inset 0 1px #ffffff2e,0 18px 42px #0000003d}.dark .health-icon{color:#bff0c1;background:radial-gradient(circle,#77c4b542,#77c4b51f)}.dark .row-icon,.dark .theme-icon{color:var(--night-gold);background:#ffffff0f;border-color:#e2be7d29}.dark .language-switch{background:#ffffff0e;border-color:#e2be7d2e;box-shadow:inset 0 1px #ffffff0d,0 18px 48px #0000002e}.dark .language-switch:before{background:#d2a0522e;box-shadow:inset 0 -2px 0 var(--night-gold),0 14px 30px #0000003d}.dark .language-switch button{color:#f4eadbb8}.dark .language-switch button.selected,.dark .theme-control{color:var(--night-text)}.dark .replay-intro{color:#f4eadbc7;background:#ffffff0e;border-color:#e2be7d29}.dark .replay-intro:hover{color:var(--night-text);background:#d2a05221}.experience:not(.entered) .workspace-stage{opacity:0;transform:translate3d(0,104px,0) scale(.982);filter:blur(16px) saturate(.85)}.experience.entered .workspace-stage{transition-duration:var(--dur-page);transition-timing-function:var(--ease-enter)}.experience.entered .poster-gate{transform:translate3d(0,-108vh,0) scale(.965);opacity:0;filter:blur(18px) saturate(.82)}.poster-gate{background:radial-gradient(circle at 80% 10%,rgba(119,196,181,.16),transparent 28%),radial-gradient(circle at 14% 72%,rgba(210,160,82,.12),transparent 28%),linear-gradient(135deg,#0a1017,#111b25 58%,#0a1017);transition:transform 1.08s var(--ease-enter),opacity .92s ease,filter .98s var(--ease-enter)}.poster-content{animation:yunyu-poster-enter .82s var(--ease-enter) .08s both}.poster-topline,.poster-status{animation-timing-function:var(--ease-enter)}.content-motion{animation:yunyu-content-shift .54s var(--ease-enter) both}.hero,.action-card,.health-card,.access-section,.footer{animation-timing-function:var(--ease-enter)}.action-card:nth-child(1){animation-delay:.11s}.action-card:nth-child(2){animation-delay:.17s}.action-card:nth-child(3){animation-delay:.23s}.health-card{animation-delay:.29s}.access-section{animation-delay:.35s}.footer{animation-delay:.41s}.action-card,.table-row:not(.table-head),.nav-item,.theme-control,.enter-button,.language-switch button,.replay-intro{-webkit-tap-highlight-color:transparent;will-change:transform}.action-card,.table-row:not(.table-head),.theme-control,.enter-button,.replay-intro{transition:transform var(--dur-card) var(--ease-spring),box-shadow var(--dur-card) var(--ease-enter),border-color var(--dur-card) var(--ease-enter),background var(--dur-card) var(--ease-enter),color var(--dur-card) var(--ease-enter)}.action-card:hover{transform:translate3d(0,-5px,0) scale(1.006);border-color:#d2a05252}.action-card:active,.table-row:not(.table-head):active,.enter-button:active,.theme-control:active,.replay-intro:active,.language-switch button:active{transform:scale(.985);transition-duration:115ms;transition-timing-function:var(--ease-press)}.action-card:hover .action-icon,.table-row:not(.table-head):hover .row-icon,.health-item:hover .health-icon{transform:scale(1.075)}.action-card:hover .arrow,.table-row:not(.table-head):hover .entry-link svg,.enter-button:hover svg{transform:translate(6px)}.nav-item:hover{transform:translate(5px)}.status-dot,.row-status i,.poster-status i{animation:yunyu-status-breathe 2.7s ease-in-out infinite}.language-switch:focus-within,.action-card:focus-visible,.table-row:focus-visible,.nav-item:focus-visible,.enter-button:focus-visible,.theme-control:focus-visible,.replay-intro:focus-visible{outline:2px solid rgba(210,160,82,.62);outline-offset:3px}@keyframes yunyu-poster-enter{0%{opacity:0;transform:translate3d(0,28px,0) scale(.986);filter:blur(10px)}to{opacity:1;transform:translateZ(0) scale(1);filter:blur(0)}}@keyframes yunyu-content-shift{0%{opacity:.62;transform:translate3d(0,14px,0) scale(.996);filter:blur(4px)}to{opacity:1;transform:translateZ(0) scale(1);filter:blur(0)}}@keyframes yunyu-status-breathe{0%,to{box-shadow:0 0 #77c4b542}50%{box-shadow:0 0 0 9px #77c4b500}}@media(max-width:820px){.shell.dark{background:radial-gradient(circle at 40% 0%,rgba(210,160,82,.1),transparent 38%),linear-gradient(180deg,#0a1017,#101923 58%,#0a1017)}.dark .sidebar{background:#090f16d1;-webkit-backdrop-filter:blur(18px) saturate(1.2);backdrop-filter:blur(18px) saturate(1.2)}.action-card:hover,.nav-item:hover{transform:none}.content-motion{animation-duration:.42s}}@media(prefers-reduced-motion:reduce){.content-motion,.poster-content,.poster-topline,.poster-status,.hero,.action-card,.health-card,.access-section,.footer{animation:none!important}.experience.entered .poster-gate,.experience.entered .workspace-stage,.experience:not(.entered) .workspace-stage{transition-duration:1ms!important;filter:none!important}}.experience.poster .workspace-stage{opacity:0;transform:translate3d(0,118px,0) scale(.982);filter:blur(18px) saturate(.82);pointer-events:none}.experience.lifting{overflow:hidden}.experience.lifting .poster-gate{transform:translate3d(0,-32vh,0) scale(.985);opacity:.68;filter:blur(4px) saturate(.9);pointer-events:none;transition:transform 1.12s var(--ease-enter),opacity .92s ease,filter .98s var(--ease-enter)}.experience.lifting .poster-content{transform-origin:left top;animation:yunyu-poster-contract 1.12s var(--ease-enter) both}.experience.lifting .poster-topline{animation:yunyu-poster-topline-dock .86s var(--ease-enter) both}.experience.lifting .poster-map{animation:yunyu-map-recede 1.12s var(--ease-enter) both}.experience.lifting .poster-status{animation:yunyu-status-sink .72s var(--ease-enter) both}.experience.lifting .workspace-stage{max-height:none;overflow:visible;opacity:1;transform:translateZ(0) scale(1);filter:blur(0) saturate(1);pointer-events:none;transition:opacity .76s ease .25s,transform .94s var(--ease-enter) .22s,filter .82s var(--ease-enter) .22s}.experience.lifting .sidebar{animation:yunyu-sidebar-dock .76s var(--ease-enter) .27s both}.experience.lifting .workspace{animation:yunyu-workspace-rise .92s var(--ease-enter) .33s both}.experience.lifting .topbar{animation:yunyu-stage-item .56s var(--ease-enter) .43s both}.experience.lifting .hero{animation:yunyu-stage-hero .72s var(--ease-enter) .44s both}.experience.lifting .action-card:nth-child(1){animation:yunyu-stage-card .64s var(--ease-enter) .57s both}.experience.lifting .action-card:nth-child(2){animation:yunyu-stage-card .64s var(--ease-enter) .65s both}.experience.lifting .action-card:nth-child(3){animation:yunyu-stage-card .64s var(--ease-enter) .73s both}.experience.lifting .health-card{animation:yunyu-stage-panel .68s var(--ease-enter) .82s both}.experience.lifting .access-section{animation:yunyu-stage-table .68s var(--ease-enter) .93s both}.experience.lifting .footer{animation:yunyu-stage-item .52s var(--ease-enter) 1.04s both}.experience.console .poster-gate,.experience.entered .poster-gate{transform:translate3d(0,-112vh,0) scale(.955);opacity:0;filter:blur(18px) saturate(.82);pointer-events:none}.experience.console .workspace-stage,.experience.entered .workspace-stage{opacity:1;transform:translateZ(0) scale(1);filter:blur(0) saturate(1)}.enter-button{position:relative;overflow:hidden}.enter-button:after{position:absolute;top:-40%;right:-20%;bottom:-40%;left:-20%;content:"";background:linear-gradient(105deg,transparent 20%,rgba(255,255,255,.18) 48%,transparent 72%);transform:translate(-130%) skew(-18deg);pointer-events:none}.enter-button:hover:after{animation:yunyu-button-sheen 1.05s ease}.experience.lifting .enter-button{transform:scale(.965);border-color:#d2a052d1;background:linear-gradient(90deg,#d2a05247,#77c4b52e)}.content-motion>*{transform-origin:center top}@keyframes yunyu-poster-contract{0%{opacity:1;transform:translateZ(0) scale(1);filter:blur(0)}42%{opacity:.98;transform:translate3d(-1.5vw,-7vh,0) scale(.84);filter:blur(0)}to{opacity:.28;transform:translate3d(-4.5vw,-30vh,0) scale(.42);filter:blur(3px)}}@keyframes yunyu-poster-topline-dock{0%{opacity:1;transform:translateZ(0)}to{opacity:.36;transform:translate3d(-12px,-18px,0) scale(.96)}}@keyframes yunyu-map-recede{0%{opacity:.75;transform:translateZ(0) scale(1);filter:blur(0)}to{opacity:.18;transform:translate3d(2vw,-6vh,0) scale(1.08);filter:blur(2px)}}@keyframes yunyu-status-sink{0%{opacity:1;transform:translateZ(0) scale(1)}to{opacity:0;transform:translate3d(0,30px,0) scale(.985)}}@keyframes yunyu-sidebar-dock{0%{opacity:0;transform:translate3d(-42px,0,0) scale(.985);filter:blur(10px)}62%{opacity:1;transform:translate3d(4px,0,0) scale(1.002);filter:blur(0)}to{opacity:1;transform:translateZ(0) scale(1);filter:blur(0)}}@keyframes yunyu-workspace-rise{0%{opacity:0;transform:translate3d(0,64px,0) scale(.982);filter:blur(16px)}64%{opacity:1;transform:translate3d(0,-4px,0) scale(1.003);filter:blur(0)}to{opacity:1;transform:translateZ(0) scale(1);filter:blur(0)}}@keyframes yunyu-stage-hero{0%{opacity:0;transform:translate3d(0,28px,0) scale(.992);filter:blur(8px)}to{opacity:1;transform:translateZ(0) scale(1);filter:blur(0)}}@keyframes yunyu-stage-card{0%{opacity:0;transform:translate3d(0,38px,0) scale(.972);filter:blur(9px)}70%{opacity:1;transform:translate3d(0,-4px,0) scale(1.008);filter:blur(0)}to{opacity:1;transform:translateZ(0) scale(1);filter:blur(0)}}@keyframes yunyu-stage-panel{0%{opacity:0;transform:translate3d(0,34px,0) scale(.986);filter:blur(8px)}to{opacity:1;transform:translateZ(0) scale(1);filter:blur(0)}}@keyframes yunyu-stage-table{0%{opacity:0;transform:translate3d(0,26px,0) scale(.99);filter:blur(6px)}to{opacity:1;transform:translateZ(0) scale(1);filter:blur(0)}}@keyframes yunyu-stage-item{0%{opacity:0;transform:translate3d(0,18px,0);filter:blur(5px)}to{opacity:1;transform:translateZ(0);filter:blur(0)}}@keyframes yunyu-button-sheen{0%{transform:translate(-130%) skew(-18deg)}to{transform:translate(130%) skew(-18deg)}}@media(max-width:820px){.experience.lifting .poster-gate{transform:translate3d(0,-26vh,0) scale(.986)}.experience.lifting .poster-content{animation-name:yunyu-poster-contract-mobile}}@keyframes yunyu-poster-contract-mobile{0%{opacity:1;transform:translateZ(0) scale(1)}to{opacity:.26;transform:translate3d(-2vw,-22vh,0) scale(.56);filter:blur(3px)}}@media(prefers-reduced-motion:reduce){.experience.lifting .poster-gate,.experience.lifting .poster-content,.experience.lifting .poster-topline,.experience.lifting .poster-map,.experience.lifting .poster-status,.experience.lifting .sidebar,.experience.lifting .workspace,.experience.lifting .topbar,.experience.lifting .hero,.experience.lifting .action-card,.experience.lifting .health-card,.experience.lifting .access-section,.experience.lifting .footer{animation:none!important;transition-duration:1ms!important;filter:none!important}}.experience.lifting .poster-gate,.experience.lifting .workspace-stage,.experience.lifting .poster-content,.experience.lifting .poster-map,.experience.lifting .poster-topline,.experience.lifting .poster-status,.experience.lifting .sidebar,.experience.lifting .workspace,.experience.lifting .topbar,.experience.lifting .hero,.experience.lifting .action-card,.experience.lifting .health-card,.experience.lifting .access-section,.experience.lifting .footer{filter:none!important;will-change:transform,opacity;backface-visibility:hidden;transform-style:preserve-3d}.experience.lifting .poster-gate,.experience.lifting .workspace-stage{contain:paint}.experience.lifting .action-card,.experience.lifting .health-card,.experience.lifting .access-table,.experience.lifting .sidebar,.experience.lifting .poster-status{-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.experience.lifting .content-motion{animation:none!important}.experience.lifting .status-dot,.experience.lifting .row-status i,.experience.lifting .poster-status i,.experience.lifting .domain-badge,.experience.lifting .action-icon{animation:none!important;box-shadow:none!important}.experience.lifting .poster-gate{opacity:.44;transform:translate3d(0,-36vh,0) scale(.986);transition:transform .86s var(--ease-enter),opacity .72s ease!important}.experience.lifting .poster-content{animation:yunyu-perf-poster-contract .86s var(--ease-enter) both!important}.experience.lifting .poster-map{animation:yunyu-perf-map-recede .86s var(--ease-enter) both!important}.experience.lifting .poster-topline{animation:yunyu-perf-topline-dock .7s var(--ease-enter) both!important}.experience.lifting .poster-status{animation:yunyu-perf-status-out .36s ease both!important}.experience.lifting .workspace-stage{opacity:1;transform:translateZ(0) scale(1);transition:opacity .3s ease .12s,transform .68s var(--ease-enter) .11s!important}.experience.lifting .sidebar{animation:yunyu-perf-sidebar .5s var(--ease-enter) .15s both!important}.experience.lifting .workspace{animation:yunyu-perf-workspace .6s var(--ease-enter) .19s both!important}.experience.lifting .topbar,.experience.lifting .hero{animation:yunyu-perf-item .36s var(--ease-enter) .27s both!important}.experience.lifting .action-card:nth-child(1){animation:yunyu-perf-card .36s var(--ease-enter) .35s both!important}.experience.lifting .action-card:nth-child(2){animation:yunyu-perf-card .36s var(--ease-enter) .41s both!important}.experience.lifting .action-card:nth-child(3){animation:yunyu-perf-card .36s var(--ease-enter) .47s both!important}.experience.lifting .health-card{animation:yunyu-perf-panel .36s var(--ease-enter) .54s both!important}.experience.lifting .access-section{animation:yunyu-perf-panel .36s var(--ease-enter) .61s both!important}.experience.lifting .footer{animation:yunyu-perf-item .3s var(--ease-enter) .69s both!important}.experience.lifting .action-card,.experience.lifting .health-card,.experience.lifting .access-table{box-shadow:0 12px 34px #0000002e,inset 0 1px #ffffff09!important}.experience.lifting .shell.dark:before,.experience.lifting .poster-gate:after{opacity:.16!important}@keyframes yunyu-perf-poster-contract{0%{opacity:1;transform:translateZ(0) scale(1)}to{opacity:.2;transform:translate3d(-3vw,-27vh,0) scale(.48)}}@keyframes yunyu-perf-map-recede{0%{opacity:.62;transform:translateZ(0) scale(1)}to{opacity:.13;transform:translate3d(2vw,-4vh,0) scale(1.035)}}@keyframes yunyu-perf-topline-dock{0%{opacity:1;transform:translateZ(0)}to{opacity:.18;transform:translate3d(-3vw,-20vh,0) scale(.74)}}@keyframes yunyu-perf-status-out{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,18px,0)}}@keyframes yunyu-perf-sidebar{0%{opacity:0;transform:translate3d(-32px,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes yunyu-perf-workspace{0%{opacity:0;transform:translate3d(0,38px,0) scale(.988)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes yunyu-perf-card{0%{opacity:0;transform:translate3d(0,22px,0) scale(.988)}72%{opacity:1;transform:translate3d(0,-2px,0) scale(1.004)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes yunyu-perf-panel{0%{opacity:0;transform:translate3d(0,20px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes yunyu-perf-item{0%{opacity:0;transform:translate3d(0,14px,0)}to{opacity:1;transform:translateZ(0)}}@media(max-width:820px){.experience.lifting .poster-gate{transform:translate3d(0,-29vh,0) scale(.988)}.experience.lifting .poster-content{animation-name:yunyu-perf-poster-contract-mobile!important}}@keyframes yunyu-perf-poster-contract-mobile{0%{opacity:1;transform:translateZ(0) scale(1)}to{opacity:.22;transform:translate3d(-2vw,-20vh,0) scale(.58)}}@media(prefers-reduced-motion:reduce){.experience.lifting .poster-gate,.experience.lifting .poster-content,.experience.lifting .poster-topline,.experience.lifting .poster-map,.experience.lifting .poster-status,.experience.lifting .sidebar,.experience.lifting .workspace,.experience.lifting .topbar,.experience.lifting .hero,.experience.lifting .action-card,.experience.lifting .health-card,.experience.lifting .access-section,.experience.lifting .footer{animation:none!important;transition-duration:1ms!important;filter:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}}.status-view{display:grid;gap:22px;margin-top:34px;animation:yunyu-perf-panel .42s var(--ease-enter) both}.status-hero-panel,.status-card,.status-timeline-card{border:1px solid rgba(214,169,82,.16);background:linear-gradient(145deg,#121c27e0,#0a111ab8);box-shadow:0 18px 54px #0000003d,inset 0 1px #ffffff09;-webkit-backdrop-filter:blur(14px) saturate(1.12);backdrop-filter:blur(14px) saturate(1.12)}.status-hero-panel{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;border-radius:26px;padding:30px;position:relative;overflow:hidden}.status-hero-panel:before{content:"";position:absolute;inset:-45% -20% auto auto;width:420px;height:420px;background:radial-gradient(circle,rgba(122,207,186,.16),transparent 62%);pointer-events:none}.status-kicker{margin:0 0 10px;color:var(--gold);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.status-hero-panel h3,.status-timeline-card h3{margin:0;color:var(--ink);font-size:clamp(28px,3vw,42px);letter-spacing:0}.status-hero-panel p{max-width:760px;margin:10px 0 0;color:var(--muted);font-size:16px;line-height:1.75}.status-time-pill{min-width:220px;display:inline-flex;align-items:center;gap:12px;border-radius:999px;padding:13px 16px;color:var(--ink);background:#ffffff0e;border:1px solid rgba(255,255,255,.1)}.status-time-pill span{display:grid;gap:3px;color:var(--muted);font-size:12px}.status-time-pill strong{color:var(--ink);font-size:13px;font-weight:800}.status-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.status-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:15px;min-height:148px;border-radius:22px;padding:20px;transition:transform .26s var(--ease-enter),border-color .26s ease,background .26s ease}.status-card:hover{transform:translate3d(0,-4px,0);border-color:#d6a95247;background:linear-gradient(145deg,#192634f2,#0c141fc7)}.status-card-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:16px;color:var(--gold);background:#d6a9521f}.status-card.blue .status-card-icon{color:#8fb7ea;background:#4570a22e}.status-card.green .status-card-icon{color:var(--success);background:#7acf7b24}.status-card-title{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.status-card-title h4{margin:0;color:var(--ink);font-size:17px}.status-card-title span{display:inline-flex;align-items:center;gap:7px;color:var(--success);font-size:12px;font-weight:800;white-space:nowrap}.status-card-title i,.status-timeline-card li span{width:8px;height:8px;border-radius:999px;background:var(--success);box-shadow:0 0 0 5px #7acf7b1f}.status-card p{margin:10px 0 0;color:var(--muted);font-size:13px;line-height:1.65}.status-timeline-card{display:grid;grid-template-columns:minmax(220px,.6fr) minmax(0,1fr);gap:26px;border-radius:24px;padding:24px}.status-timeline-card h3{font-size:23px}.status-timeline-card ol{display:grid;gap:14px;margin:0;padding:0;list-style:none}.status-timeline-card li{display:flex;align-items:center;gap:12px;color:var(--ink);font-weight:700}.light .status-hero-panel,.light .status-card,.light .status-timeline-card{background:#ffffffd1;border-color:#11182714;box-shadow:0 18px 54px #11182714,inset 0 1px #fffc}@media(max-width:1180px){.status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.status-hero-panel,.status-timeline-card{grid-template-columns:1fr;display:grid}.status-grid{grid-template-columns:1fr}.status-time-pill{width:100%;justify-content:flex-start}}
