:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--lh-primary:#0253fd;--lh-primary-dark:#0038b6;--lh-cyan:#41c7fb;--lh-red:#dd2c35;--lh-orange:#cc6825;--lh-violet:#7441a5;--lh-navy-950:#03102e;--lh-navy-900:#061a44;--lh-navy-800:#0a285f;--lh-ink:#07152f;--lh-slate-700:#3c4b66;--lh-slate-500:#6e7c94;--lh-slate-300:#c8d1df;--lh-slate-200:#e1e7f0;--lh-slate-100:#edf2f8;--lh-paper:#f5f8fd;--lh-white:#fff;--lh-success:#16865b;--lh-warning:#b26012;--lh-danger:#c52832;--lh-font-sans:"Noto Sans SC", "Source Han Sans CN", "Microsoft YaHei", system-ui, sans-serif;--lh-font-display:"Noto Sans SC", "Source Han Sans CN", "Microsoft YaHei", system-ui, sans-serif;--lh-content-max:1280px;--lh-header-height:88px;--lh-section-space:clamp(72px, 8vw, 128px);--lh-page-gutter:clamp(20px, 4vw, 56px);--lh-radius-sm:4px;--lh-radius-md:8px;--lh-radius-lg:16px;--lh-shadow-float:0 18px 50px #03102e29;--lh-ease-out:cubic-bezier(.22, 1, .36, 1);--lh-transition:.22s var(--lh-ease-out)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;text-rendering:optimizelegibility;min-width:320px}body{min-width:320px;color:var(--lh-ink);background:var(--lh-white);font-family:var(--lh-font-sans);-webkit-font-smoothing:antialiased;margin:0}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img,svg,video{max-width:100%;display:block}::selection{color:var(--lh-white);background:var(--lh-primary)}:focus-visible{outline:3px solid var(--lh-cyan);outline-offset:3px}.lh-container{width:min(100% - (2 * var(--lh-page-gutter)), var(--lh-content-max));margin-inline:auto}.lh-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.lh-reveal{opacity:0;transition:opacity .68s var(--lh-ease-out), transform .68s var(--lh-ease-out);transform:translateY(28px)}.lh-reveal--visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.lh-reveal{opacity:1;transform:none}}#app{min-height:100vh;overflow:clip}.skip-link{z-index:9999;color:var(--lh-white);background:var(--lh-navy-950);transition:transform var(--lh-transition);padding:10px 16px;position:fixed;top:12px;left:12px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:100;height:var(--lh-header-height);color:var(--lh-white);transition:height var(--lh-transition), background var(--lh-transition), border-color var(--lh-transition), box-shadow var(--lh-transition);background:linear-gradient(#03102e8c,#0000);border-bottom:1px solid #0000;position:fixed;inset:0 0 auto}.site-header--solid{height:76px;color:var(--lh-ink);border-bottom-color:var(--lh-slate-200);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff5;box-shadow:0 8px 30px #03102e12}.site-header__inner{width:min(100% - (2 * var(--lh-page-gutter)), 1440px);justify-content:space-between;align-items:center;gap:26px;height:100%;margin-inline:auto;display:flex}.site-header:not(.site-header--solid) .site-header__inner{color:var(--lh-white)}.site-header:not(.site-header--solid) .site-brand,.site-header:not(.site-header--solid) .desktop-navigation>a,.site-header:not(.site-header--solid) .desktop-navigation__trigger,.site-header:not(.site-header--solid) .site-header__actions{color:var(--lh-white);text-shadow:0 1px 8px #03102e73}.site-brand{min-width:174px;color:inherit;flex:none;align-items:center;gap:11px;display:inline-flex}.site-brand__mark{flex:none;width:46px;height:46px}.site-brand__copy{line-height:1;display:grid}.site-brand__copy strong{letter-spacing:.06em;white-space:nowrap;font-size:15px}.site-brand__copy small{letter-spacing:.08em;opacity:.72;white-space:nowrap;margin-top:6px;font-size:7px}.site-brand__compact{display:none}.desktop-navigation{justify-content:flex-end;align-items:stretch;gap:clamp(12px,1.25vw,25px);height:100%;display:flex}.desktop-navigation>a,.desktop-navigation__entry{align-items:center;height:100%;display:inline-flex;position:relative}.desktop-navigation>a,.desktop-navigation__trigger{white-space:nowrap;align-items:center;gap:6px;font-size:14px;font-weight:600;display:inline-flex}.desktop-navigation>a:after,.desktop-navigation__trigger:after{content:"";background:var(--lh-cyan);height:2px;transition:right var(--lh-transition), left var(--lh-transition);position:absolute;bottom:17px;left:50%;right:50%}.desktop-navigation>a:hover:after,.desktop-navigation>a.active:after,.desktop-navigation>a:focus-visible:after,.desktop-navigation__trigger:hover:after,.desktop-navigation__trigger.active:after,.desktop-navigation__trigger:focus-visible:after,.desktop-navigation__entry:focus-within>.desktop-navigation__trigger:after{left:0;right:0}.desktop-navigation__caret{width:6px;height:6px;transition:transform var(--lh-transition);border-bottom:1px solid;border-right:1px solid;margin-top:-3px;transform:rotate(45deg)}.desktop-navigation__submenu{width:max-content;min-width:210px;color:var(--lh-ink);visibility:hidden;border-top:3px solid var(--lh-cyan);box-shadow:var(--lh-shadow-float);opacity:0;transition:opacity var(--lh-transition), transform var(--lh-transition), visibility var(--lh-transition);pointer-events:none;background:#fffffffa;padding:10px;display:grid;position:absolute;top:calc(100% - 8px);left:50%;transform:translate(-50%,10px)}.desktop-navigation__submenu a{border-bottom:1px solid var(--lh-slate-200);gap:4px;padding:11px 12px;display:grid}.desktop-navigation__submenu a:last-child{border-bottom:0}.desktop-navigation__submenu a:hover,.desktop-navigation__submenu a:focus-visible,.desktop-navigation__submenu a.active{color:var(--lh-primary);background:var(--lh-slate-100)}.desktop-navigation__submenu small{color:var(--lh-slate-500);letter-spacing:.08em;text-transform:uppercase;font-size:9px}.desktop-navigation__entry:hover>.desktop-navigation__trigger .desktop-navigation__caret,.desktop-navigation__entry:focus-within>.desktop-navigation__trigger .desktop-navigation__caret{transform:translateY(3px)rotate(225deg)}.desktop-navigation__entry:hover>.desktop-navigation__submenu,.desktop-navigation__entry:focus-within>.desktop-navigation__submenu{visibility:visible;opacity:1;pointer-events:auto;transform:translate(-50%)}.site-header__actions{flex:none;align-items:center;gap:14px;display:flex}.language-mark{letter-spacing:.15em;font-size:11px;font-weight:800}.service-link{border:1px solid;padding:9px 13px;font-size:12px}.menu-toggle{width:44px;height:44px;color:inherit;cursor:pointer;background:0 0;border:1px solid;padding:0 11px;display:none}.menu-toggle span{background:currentColor;width:100%;height:2px;margin:5px 0;display:block}.drawer-shell{z-index:500;position:fixed;inset:0}.drawer-shell__backdrop{cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#03102eb8;border:0;width:100%;height:100%;position:absolute;inset:0}.mobile-drawer{width:min(88vw,440px);height:100%;color:var(--lh-white);background:var(--lh-navy-950);flex-direction:column;padding:26px clamp(24px,7vw,42px);display:flex;position:absolute;top:0;right:0;overflow-y:auto}.mobile-drawer:before{content:"";background:linear-gradient(90deg, var(--lh-primary), var(--lh-cyan), var(--lh-red), var(--lh-orange));height:5px;position:absolute;inset:0 0 auto}.mobile-drawer__header{letter-spacing:.18em;color:var(--lh-cyan);justify-content:space-between;align-items:center;margin-bottom:28px;font-size:11px;display:flex}.mobile-drawer__header button{width:44px;height:44px;color:var(--lh-white);cursor:pointer;background:0 0;border:1px solid #ffffff40;font-size:34px;font-weight:200;line-height:1}.mobile-drawer nav{display:grid}.mobile-drawer nav a{border-bottom:1px solid #ffffff21;justify-content:space-between;align-items:baseline;padding:16px 2px;display:flex}.mobile-drawer nav a span{font-size:clamp(20px,6vw,28px);font-weight:650}.mobile-drawer nav a small{letter-spacing:.12em;color:var(--lh-slate-300);font-size:8px}.mobile-drawer nav a.active{color:var(--lh-cyan)}.mobile-drawer__group{border-bottom:1px solid #ffffff21}.mobile-drawer__group>a{border-bottom:0}.mobile-drawer__children{border-left:1px solid #4ecfff73;margin:-4px 0 12px 10px;padding-left:14px;display:grid}.mobile-drawer__children a{border-bottom:0;padding:9px 2px}.mobile-drawer__children a span{font-size:15px;font-weight:550}.mobile-drawer__children a small{font-size:7px}.mobile-drawer__event{color:var(--lh-slate-300);margin:auto 0 0;padding-top:30px;font-size:12px;line-height:1.8}.drawer-enter-active,.drawer-leave-active{transition:opacity var(--lh-transition)}.drawer-enter-active .mobile-drawer,.drawer-leave-active .mobile-drawer{transition:transform .36s var(--lh-ease-out)}.drawer-enter-from,.drawer-leave-to{opacity:0}.drawer-enter-from .mobile-drawer,.drawer-leave-to .mobile-drawer{transform:translate(100%)}.connection-notice{z-index:110;width:min(100% - 32px,720px);color:var(--lh-white);background:var(--lh-danger);box-shadow:var(--lh-shadow-float);align-items:center;gap:16px;padding:11px 16px;font-size:13px;display:flex;position:fixed;top:84px;left:50%;transform:translate(-50%)}.connection-notice button{color:inherit;cursor:pointer;background:0 0;border:1px solid #fff9;flex:none;padding:5px 10px}.site-footer{color:var(--lh-white);background:var(--lh-navy-950);position:relative;overflow:hidden}.site-footer__glow{pointer-events:none;background:radial-gradient(circle,#0253fd66,#0000 70%);width:560px;height:400px;position:absolute;top:-240px;left:32%}.site-footer__grid{grid-template-columns:minmax(0,1.8fr) minmax(150px,.6fr) minmax(210px,.8fr);gap:clamp(40px,7vw,110px);padding-block:82px 66px;display:grid;position:relative}.site-footer__index{letter-spacing:.3em;color:var(--lh-cyan);margin:0 0 22px;font-size:11px}.site-footer__identity h2{max-width:620px;margin:0;font-size:clamp(28px,3.2vw,48px);line-height:1.22}.site-footer__identity>p:last-child{letter-spacing:.08em;max-width:640px;color:var(--lh-slate-300);margin:18px 0 0;font-size:10px;line-height:1.8}.site-footer__links,.site-footer__contact{color:var(--lh-slate-300);align-content:start;gap:13px;font-size:13px;display:grid}.site-footer__links strong,.site-footer__contact strong{color:var(--lh-white);margin-bottom:10px}.site-footer__contact p{margin:0;line-height:1.7}.site-footer__pending{color:#7d8aa2}.site-footer__bottom{color:#7d8aa2;border-top:1px solid #ffffff1f;flex-wrap:wrap;gap:16px 28px;padding-block:20px 30px;font-size:11px;display:flex}.site-footer__filing-link{color:inherit;text-underline-offset:.25em;text-decoration:none;transition:color .16s}.site-footer__filing-link:hover{color:var(--lh-white);text-decoration:underline}.site-footer__filing-link:focus-visible{color:var(--lh-white);outline:2px solid var(--lh-cyan);outline-offset:4px}.fatal-error{text-align:center;min-height:100vh;color:var(--lh-white);background:var(--lh-navy-950);place-content:center;padding:40px;display:grid}.fatal-error__mark{border:1px solid var(--lh-cyan);place-items:center;width:72px;height:72px;margin:0 auto 24px;font-size:40px;display:grid}.fatal-error__eyebrow{letter-spacing:.3em;color:var(--lh-cyan);font-size:11px}.fatal-error h1{margin:8px 0 16px;font-size:clamp(32px,6vw,60px)}.fatal-error p:not(.fatal-error__eyebrow){max-width:540px;color:var(--lh-slate-300)}.fatal-error button{color:var(--lh-white);cursor:pointer;background:var(--lh-primary);border:0;justify-self:center;margin-top:22px;padding:12px 28px}.page-fade-enter-active,.page-fade-leave-active{transition:opacity .16s}.page-fade-enter-from,.page-fade-leave-to{opacity:0}@media (max-width:1240px){.desktop-navigation,.language-mark,.service-link{display:none}.menu-toggle{display:block}}@media (max-width:767px){:root{--lh-header-height:72px}.site-header--solid{height:68px}.site-brand{min-width:0}.site-brand__copy strong{font-size:17px}.connection-notice{align-items:flex-start;font-size:12px;top:76px}.site-footer__grid{grid-template-columns:1fr;padding-block:64px 48px}.site-footer__identity h2{font-size:30px}}.hero{min-height:max(760px,100svh);color:var(--lh-white);background:radial-gradient(circle at 76% 24%, #41c7fb4d, transparent 34%), linear-gradient(112deg, #03102e6b, #0253fd14), url(/images/liaoning-hero-backdrop-desktop.webp) center / cover no-repeat, var(--lh-primary);isolation:isolate;align-items:center;display:flex;position:relative;overflow:hidden}.hero__slides,.hero__official-picture{position:absolute;inset:0}.hero__slides{z-index:-4}.hero__official-picture{opacity:0;pointer-events:none;transition:opacity .72s var(--lh-ease-out)}.hero__official-picture--active{opacity:1}.hero__official-art{object-fit:cover;object-position:center;filter:saturate(1.08)contrast(1.02);width:100%;height:100%;position:absolute;inset:0}@media (min-width:768px){.hero__official-picture--artwork-led .hero__official-art{object-fit:contain;object-position:center top;filter:saturate(1.03)contrast(1.01);height:auto;top:clamp(78px,8vh,96px);bottom:auto}.hero--artwork-led .hero__wash{background:linear-gradient(#0000 46%,#03102eb8 81%,#03102ef0 100%),linear-gradient(#03102e6b 0%,#0000 20%)}}.hero__wash{z-index:-3;background:linear-gradient(90deg,#021037e0 0%,#022a78a8 48%,#0253fd47 78%,#0210376b 100%),linear-gradient(#0000 56%,#03102ee0 100%);position:absolute;inset:0}.hero__mesh{z-index:-2;opacity:.22;background-image:linear-gradient(#ffffff24 1px,#0000 1px),linear-gradient(90deg,#ffffff24 1px,#0000 1px);background-size:80px 80px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000,#0000 72%);mask-image:linear-gradient(90deg,#000,#0000 72%)}.hero__content{padding-top:150px;padding-bottom:142px;position:relative}.hero__content--artwork-led{padding-top:clamp(390px,34vw,620px)}.hero__identity--artwork-led{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.hero__content--artwork-led .hero__actions{margin-top:0}.hero__edition{letter-spacing:.22em;color:#ffffffc2;animation:hero-rise .72s var(--lh-ease-out) both;align-items:center;gap:12px;margin:0 0 18px;font-size:11px;font-weight:700;display:flex}.hero__edition span{color:var(--lh-cyan);letter-spacing:-.06em;font-size:32px}.hero h1{max-width:1030px;font-family:var(--lh-font-display);letter-spacing:.015em;text-wrap:balance;text-shadow:0 5px 26px #03102e59;animation:hero-rise .84s 80ms var(--lh-ease-out) both;margin:0;font-size:clamp(48px,5.7vw,84px);font-weight:800;line-height:1.12}.hero__english{letter-spacing:.14em;color:#ffffffc7;max-width:900px;animation:hero-rise .84s .15s var(--lh-ease-out) both;margin:21px 0 0;font-size:clamp(9px,.9vw,12px);font-weight:700;line-height:1.65}.hero__subtitle{color:#ffffffd1;max-width:760px;margin:15px 0 0;font-size:15px;line-height:1.7}.hero__meta{letter-spacing:.04em;animation:hero-rise .84s .21s var(--lh-ease-out) both;align-items:center;gap:18px;margin-top:22px;font-size:clamp(15px,1.4vw,20px);font-weight:600;display:flex}.hero__meta i{background:var(--lh-cyan);width:28px;height:1px}.hero__actions{animation:hero-rise .84s .27s var(--lh-ease-out) both;align-items:center;gap:14px;margin-top:29px;display:flex}.hero__actions a{min-width:164px;transition:color var(--lh-transition), background var(--lh-transition), transform var(--lh-transition);justify-content:space-between;align-items:center;padding:14px 18px;font-size:14px;font-weight:650;display:inline-flex}.hero__actions a:hover,.hero__actions a:focus-visible{transform:translateY(-3px)}.hero__primary{color:var(--lh-white);background:var(--lh-red)}.hero__primary:hover,.hero__primary:focus-visible{background:#b91721}.hero__secondary{color:var(--lh-white);border:1px solid #fff9}.hero__secondary:hover,.hero__secondary:focus-visible{color:var(--lh-primary);background:var(--lh-white)}.countdown{animation:hero-rise .84s .33s var(--lh-ease-out) both;align-items:flex-end;gap:clamp(24px,4vw,72px);margin-top:clamp(34px,5vh,58px);display:flex}.countdown__label{gap:7px;min-width:118px;padding-bottom:9px;display:grid}.countdown__label span{font-size:18px;font-weight:700}.countdown__label small{letter-spacing:.15em;color:#ffffff94;max-width:180px;font-size:8px;line-height:1.5}.countdown__units{align-items:flex-start;gap:clamp(9px,1.8vw,26px);display:flex}.countdown__units div{min-width:72px;display:grid}.countdown__units strong{letter-spacing:-.06em;font-variant-numeric:tabular-nums;font-size:clamp(42px,5vw,70px);font-weight:260;line-height:.92}.countdown__units span{letter-spacing:.12em;color:#ffffff9e;margin-top:11px;font-size:8px}.countdown__units i{color:var(--lh-cyan);margin-top:4px;font-size:34px;font-style:normal;font-weight:200}.hero__sync{bottom:104px;left:var(--lh-page-gutter);letter-spacing:.12em;color:#ffffff8f;font-size:10px;position:absolute}.hero__rail{z-index:2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#03102eb8;border:1px solid #ffffff2e;display:grid;position:absolute;bottom:132px;right:18px;overflow:hidden}.hero__rail a{width:70px;min-height:70px;transition:background var(--lh-transition);border-bottom:1px solid #ffffff24;place-items:center;padding:10px 4px;display:grid}.hero__rail a:last-child{border-bottom:0}.hero__rail a:hover,.hero__rail a:focus-visible{background:var(--lh-primary)}.hero__rail span{font-size:13px;font-weight:650}.hero__rail small{letter-spacing:.08em;color:#ffffff8a;font-size:6px}.hero__carousel-controls{z-index:4;top:116px;right:var(--lh-page-gutter);min-height:44px;color:var(--lh-white);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#03102e9e;border:1px solid #fff3;align-items:center;gap:12px;padding:6px 8px;display:flex;position:absolute}.hero__carousel-controls>button{min-width:44px;min-height:32px;color:inherit;cursor:pointer;background:0 0;border:0;padding:0 8px;font-size:11px}.hero__carousel-controls>span{font-variant-numeric:tabular-nums;letter-spacing:.08em;font-size:10px}.hero__carousel-controls>div{gap:7px;display:flex}.hero__carousel-controls>div button{cursor:pointer;background:0 0;border:0;width:24px;height:24px;padding:0}.hero__carousel-controls>div button:before{content:"";width:16px;height:2px;transition:width var(--lh-transition), background var(--lh-transition);background:#ffffff75;margin:auto;display:block}.hero__carousel-controls>div button.active:before{background:var(--lh-cyan);width:24px}.hero__announcement{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#03102ec7;border-top:1px solid #ffffff29;position:absolute;bottom:0;left:0;right:0}.hero__announcement-inner{grid-template-columns:auto 1fr auto;align-items:center;gap:26px;min-height:76px;display:grid}.hero__announcement-label{min-width:86px;font-size:14px;font-weight:700;display:grid}.hero__announcement-label small{letter-spacing:.14em;color:var(--lh-cyan);margin-top:4px;font-size:7px}.hero__announcement p{color:#ffffff9e;margin:0;font-size:13px}.hero__announcement a{color:#ffffffb3;font-size:12px}@keyframes hero-rise{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.quick-links{z-index:3;color:var(--lh-white);background:var(--lh-navy-900);position:relative}.quick-links__grid{grid-template-columns:repeat(6,minmax(0,1fr));width:min(100%,1600px);margin-inline:auto;display:grid}.quick-link{min-height:176px;transition:background var(--lh-transition), transform var(--lh-transition);border-right:1px solid #ffffff1f;grid-template-rows:auto 1fr;grid-template-columns:42px 1fr auto;padding:24px clamp(15px,1.6vw,27px);display:grid;position:relative;overflow:hidden}.quick-link:before{content:"";background:var(--lh-cyan);transform-origin:0;height:4px;transition:transform var(--lh-transition);position:absolute;inset:auto 0 0;transform:scaleX(0)}.quick-link:nth-child(4):before{background:var(--lh-success)}.quick-link:hover,.quick-link:focus-visible{z-index:1;background:var(--lh-primary);transform:translateY(-5px)}.quick-link:hover:before,.quick-link:focus-visible:before{transform:scaleX(1)}.quick-link__index{letter-spacing:.1em;color:#ffffff75;grid-column:1;font-size:10px}.quick-link svg{width:36px;color:var(--lh-cyan);grid-column:1;align-self:end}.quick-link:nth-child(4) svg{color:#78dda9}.quick-link__copy{grid-area:2/2;align-self:end;gap:7px;min-width:0;display:grid}.quick-link__copy strong{white-space:nowrap;font-size:clamp(16px,1.5vw,21px)}.quick-link__copy small{letter-spacing:.1em;color:#ffffff7a;text-overflow:ellipsis;white-space:nowrap;font-size:7px;overflow:hidden}.quick-link__arrow{color:#ffffff7a;grid-area:2/3;align-self:end;font-size:17px}.home-load-error{padding:13px var(--lh-page-gutter);color:#712127;background:#fff0f1;border-bottom:1px solid #f5c6ca;justify-content:center;align-items:center;gap:20px;font-size:13px;display:flex}.home-load-error button{color:var(--lh-danger);cursor:pointer;background:0 0;border:1px solid;padding:6px 11px}.home-section{padding-block:var(--lh-section-space);position:relative}.section-heading{grid-template-columns:auto 1fr auto;align-items:end;gap:18px;margin-bottom:clamp(40px,5vw,72px);display:grid}.section-heading__index{color:var(--lh-primary);border-bottom:2px solid;padding-bottom:7px;font-size:11px;font-weight:800}.section-heading h2{letter-spacing:.02em;margin:0;font-size:clamp(34px,4vw,58px);line-height:1.05}.section-heading p{letter-spacing:.22em;color:#5f6e84;margin:10px 0 0;font-size:9px;font-weight:700}.section-heading>a{color:var(--lh-slate-700);border-bottom:1px solid var(--lh-slate-300);transition:color var(--lh-transition), border-color var(--lh-transition);padding-bottom:8px;font-size:12px}.section-heading>a:hover,.section-heading>a:focus-visible{color:var(--lh-primary);border-color:var(--lh-primary)}.section-heading--light{color:var(--lh-white)}.section-heading--light .section-heading__index,.section-heading--light p{color:var(--lh-cyan)}.section-heading--light>a{color:#ffffffbf;border-color:#ffffff4d}.editorial-empty{color:#59677d;background:var(--lh-paper);border:1px solid var(--lh-slate-200);align-content:center;min-height:260px;padding:clamp(28px,4vw,54px);display:grid}.editorial-empty__line{background:linear-gradient(90deg, var(--lh-primary), var(--lh-cyan));width:48px;height:3px;margin-bottom:28px}.editorial-empty p{margin:0 0 14px;font-size:14px}.editorial-empty strong{letter-spacing:.08em;color:#59677d;font-size:clamp(22px,3vw,40px);font-weight:300}.editorial-empty--light{color:#ffffffa8;background:#ffffff0f;border-color:#ffffff26}.editorial-empty--light strong{color:#ffffff3d}.home-news__layout{grid-template-columns:minmax(0,1.35fr) minmax(320px,.75fr);gap:clamp(18px,3vw,42px);display:grid}.home-news__lead{min-height:440px;color:var(--lh-white);background:linear-gradient(135deg, #0253fd2e, transparent 60%), var(--lh-navy-900);align-content:end;padding:clamp(32px,5vw,70px);display:grid;position:relative;overflow:hidden}.home-news__lead:before{content:"";background:linear-gradient(#0000,#41c7fb47,#0000);width:60%;height:160%;position:absolute;top:-30%;right:-12%;transform:rotate(27deg)}.home-news__lead>span{letter-spacing:.24em;color:var(--lh-cyan);font-size:10px;position:relative}.home-news__lead>strong{margin-top:15px;font-size:clamp(32px,4vw,54px);line-height:1.18;position:relative}.home-news__lead>a{border-bottom:1px solid #ffffff73;justify-self:start;margin-top:30px;padding-bottom:7px;font-size:12px;position:relative}.home-activities{color:var(--lh-white);background:var(--lh-primary-dark);overflow:hidden}.home-activities:before{content:"";opacity:.24;background-image:linear-gradient(90deg,#ffffff26 1px,#0000 1px);background-size:12.5% 100%;position:absolute;inset:0}.home-activities__orbit{border:1px solid #41c7fb6b;border-radius:50%;width:520px;height:520px;position:absolute;top:44%;right:-150px}.home-activities__orbit:before,.home-activities__orbit:after{content:"";border:1px solid #41c7fb38;border-radius:50%;position:absolute;inset:14%}.home-activities__orbit:after{inset:32%}.home-activities .lh-container{position:relative}.home-activities__body{grid-template-columns:1fr minmax(360px,.75fr);align-items:center;gap:clamp(40px,8vw,120px);display:grid}.home-activities__statement{letter-spacing:.03em;text-shadow:0 0 80px #41c7fb42;margin:0;font-size:clamp(54px,8vw,108px);font-weight:800;line-height:1.06}.home-moments__frame{border-top:1px solid var(--lh-slate-200);border-bottom:1px solid var(--lh-slate-200);grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);min-height:390px;display:grid}.home-moments__visual{color:var(--lh-primary);background:radial-gradient(circle at 50% 50%, #41c7fb42, transparent 34%), linear-gradient(135deg, var(--lh-paper), var(--lh-white));grid-template-columns:auto 1fr auto;align-items:center;gap:22px;padding:clamp(30px,5vw,70px);display:grid;overflow:hidden}.home-moments__visual span{letter-spacing:-.05em;font-size:clamp(28px,5vw,70px);font-weight:200}.home-moments__visual i{background:currentColor;height:1px}.home-moments .editorial-empty{border:0;border-left:1px solid var(--lh-slate-200)}.home-digital{background:var(--lh-paper)}.home-digital__gateway{min-height:480px;color:var(--lh-white);background:linear-gradient(100deg, #03102efa 10%, #0253fdc7 72%, #41c7fb94), var(--lh-primary);grid-template-columns:1.1fr minmax(340px,.7fr);padding:clamp(36px,6vw,82px);display:grid;position:relative;overflow:hidden}.home-digital__gateway:before,.home-digital__gateway:after{content:"";border:1px solid #ffffff47;width:250px;height:78%;position:absolute;right:12%;transform:perspective(700px)rotateY(-42deg)}.home-digital__gateway:after{opacity:.5;width:200px;right:4%}.home-digital__gateway>div:first-child{z-index:1;align-self:center;position:relative}.home-digital__gateway>div:first-child span{letter-spacing:.24em;color:var(--lh-cyan);font-size:10px}.home-digital__gateway h3{margin:18px 0 32px;font-size:clamp(42px,6vw,78px);line-height:1.08}.home-digital__gateway a{border:1px solid #ffffff8c;gap:40px;padding:13px 18px;font-size:13px;display:inline-flex}.home-digital .editorial-empty{z-index:2;align-self:center;position:relative}.home-products__layout{border-top:1px solid var(--lh-slate-200);border-bottom:1px solid var(--lh-slate-200);grid-template-columns:auto minmax(280px,.85fr) minmax(360px,1fr);align-items:stretch;min-height:410px;display:grid}.home-products__vertical{letter-spacing:.2em;color:var(--lh-white);background:var(--lh-red);writing-mode:vertical-rl;align-items:flex-end;margin:0;padding:34px 22px;font-size:10px;line-height:1.9;display:flex}.home-products__copy{background:#fffaf6;align-content:center;padding:clamp(34px,5vw,70px)}.home-products__copy>span{letter-spacing:.2em;color:#9b4f18;font-size:11px}.home-products__copy h3{margin:18px 0 34px;font-size:clamp(34px,4.3vw,58px);line-height:1.16}.home-products__copy a{color:#9b4f18;border-bottom:1px solid;gap:40px;padding-bottom:8px;font-size:13px;display:inline-flex}.home-products .editorial-empty{border-block:0;border-right:0}.home-history{color:var(--lh-white);background:radial-gradient(circle at 80% 20%, #7441a575, transparent 35%), var(--lh-navy-950);overflow:hidden}.home-history__timeline{color:#fff6;align-items:center;margin:30px 0 56px;display:flex}.home-history__timeline span,.home-history__timeline strong{font-variant-numeric:tabular-nums;font-size:clamp(14px,2vw,24px);font-weight:500}.home-history__timeline strong{width:70px;height:70px;color:var(--lh-white);background:var(--lh-primary);border-radius:50%;place-items:center;display:grid}.home-history__timeline i{background:#ffffff2e;flex:1;height:1px;margin-inline:13px}.home-history .editorial-empty{min-height:180px}.section-page{background:var(--lh-white);min-height:70vh}.section-page__hero{min-height:390px;color:var(--lh-white);background:linear-gradient(100deg, #03102efa, #0253fdc2), var(--lh-primary);align-items:flex-end;padding:142px 0 65px;display:flex;position:relative;overflow:hidden}.section-page__hero:after{content:"";opacity:.2;background-image:linear-gradient(#fff3 1px,#0000 1px),linear-gradient(90deg,#fff3 1px,#0000 1px);background-size:82px 82px;position:absolute;inset:0}.section-page__number{color:#ffffff12;font-size:clamp(160px,22vw,330px);font-weight:900;line-height:1;position:absolute;top:36px;right:4vw}.section-page__hero-inner{z-index:1;position:relative}.section-page__hero-inner p{letter-spacing:.25em;color:var(--lh-cyan);margin:0 0 15px;font-size:10px}.section-page__hero-inner h1{margin:0;font-size:clamp(48px,7vw,88px);line-height:1}.section-page__hero-inner>span{letter-spacing:.17em;color:#ffffff9e;margin-top:15px;font-size:11px;display:block}.section-page__content{padding-block:70px var(--lh-section-space)}.section-page__intro{grid-template-columns:minmax(180px,.35fr) 1fr;gap:clamp(32px,7vw,100px);margin-bottom:58px;display:grid}.section-page__intro p,.green-page__intro p{color:var(--lh-slate-500);margin:7px 0 0;font-size:12px}.section-page__intro h2,.green-page__intro h2{max-width:780px;margin:0;font-size:clamp(25px,3.2vw,42px);font-weight:500;line-height:1.48}.section-page__empty{background:var(--lh-paper);border-block:1px solid var(--lh-slate-200);grid-template-columns:minmax(160px,.5fr) 1fr;align-items:center;min-height:280px;padding:clamp(30px,5vw,68px);display:grid}.section-page__empty>span{letter-spacing:-.04em;color:var(--lh-slate-200);font-size:clamp(30px,6vw,82px);font-weight:200}.section-page__empty strong{font-size:22px}.section-page__empty p{color:var(--lh-slate-500);margin:13px 0 0;font-size:14px}.green-page__hero{background:linear-gradient(100deg, #032e28fa, #025366d1), var(--lh-success)}.green-page__content{padding-block:70px var(--lh-section-space)}.green-page__intro{grid-template-columns:1fr auto;align-items:end;gap:40px;margin-bottom:58px;display:grid}.green-page__intro>span{letter-spacing:.22em;color:var(--lh-success);font-size:10px}.green-page__list-head{letter-spacing:.1em;color:var(--lh-slate-500);border-block:1px solid var(--lh-slate-200);grid-template-columns:160px 1fr 160px;gap:24px;padding:15px 22px;font-size:10px;display:grid}.green-page__empty{border-bottom:1px solid var(--lh-slate-200);grid-template-columns:160px 1fr;align-items:center;min-height:250px;padding:30px 22px;display:grid}.green-page__leaf{color:#8dc6a8;font-size:70px;font-weight:200}.green-page__empty strong{font-size:22px}.green-page__empty p,.green-page__safety p{color:var(--lh-slate-500);margin:12px 0 0;font-size:14px;line-height:1.8}.green-page__safety{border-left:4px solid var(--lh-success);background:#eff8f3;grid-template-columns:160px 1fr;margin-top:40px;padding:28px 22px;display:grid}.green-page__safety p{margin:0}.detail-state{min-height:76vh;padding:150px var(--lh-page-gutter) 90px;text-align:center;background:var(--lh-paper);place-content:center;display:grid}.detail-state__mark{color:var(--lh-slate-200);font-size:clamp(100px,20vw,240px);font-weight:900;line-height:.8}.detail-state>p{letter-spacing:.27em;color:var(--lh-primary);margin:32px 0 10px;font-size:10px}.detail-state h1{margin:0;font-size:clamp(30px,5vw,52px)}.detail-state>span{color:var(--lh-slate-500);margin-top:15px}.detail-state>a{color:var(--lh-white);background:var(--lh-primary);justify-self:center;margin-top:30px;padding:12px 20px}@media (max-width:1023px){.hero h1{max-width:820px}.hero__rail{display:none}.quick-links__grid{grid-template-columns:repeat(3,1fr)}.quick-link:nth-child(3n){border-right:0}.home-news__layout,.home-moments__frame,.home-digital__gateway,.home-activities__body{grid-template-columns:1fr}.home-activities__statement{font-size:64px}.home-digital__gateway:before,.home-digital__gateway:after{opacity:.25}.home-products__layout{grid-template-columns:auto 1fr}.home-products .editorial-empty{border-top:1px solid var(--lh-slate-200);border-left:0;grid-column:1/-1}}@media (max-width:767px){.hero{background-image:linear-gradient(#0000 48%,#03102e61),url(/images/liaoning-hero-backdrop-mobile.webp);align-items:flex-start;min-height:max(568px,100svh)}.hero__official-art{width:100%;max-width:100%;transform:none}.hero__official-picture--mobile-artwork-led .hero__official-art{object-fit:contain;object-position:center top;height:auto}.hero__wash{background:linear-gradient(90deg,#03102edb,#022a7885),linear-gradient(#0000 45%,#03102eeb)}.hero__mesh{background-size:48px 48px}.hero__content{padding-top:94px;padding-bottom:92px}.hero__content--artwork-led{padding-top:94px}.hero__content--mobile-artwork-led{padding-top:clamp(300px,53svh,460px)}.hero__identity--artwork-led:not(.hero__identity--mobile-artwork-led){width:auto;height:auto;padding:initial;clip:auto;white-space:normal;margin:0;position:static;overflow:visible}.hero__content--artwork-led .hero__actions{margin-top:16px}.hero__edition{margin-bottom:8px;font-size:8px;line-height:1.5}.hero__edition span{font-size:25px}.hero h1{text-wrap:wrap;font-size:clamp(34px,10.2vw,46px);line-height:1.18}.hero__english{letter-spacing:.08em;margin-top:10px;font-size:8px;line-height:1.6}.hero__meta{flex-wrap:wrap;gap:9px 12px;margin-top:12px;font-size:13px}.hero__meta i{width:18px}.hero__actions{align-items:stretch;margin-top:16px}.hero__actions a{flex:1;min-width:0;padding:12px 13px;font-size:13px}.countdown{gap:18px;margin-top:20px;display:grid}.countdown__label{align-items:baseline;gap:12px;padding:0;display:flex}.countdown__label span{font-size:15px}.countdown__units{justify-content:space-between;gap:6px;width:100%}.countdown__units div{min-width:0}.countdown__units strong{font-size:clamp(34px,10.5vw,48px)}.countdown__units i{margin-top:0;font-size:25px}.countdown__units span{letter-spacing:.04em;font-size:6px}.hero__sync{bottom:83px}.hero__carousel-controls{min-height:38px;padding:3px 5px;top:76px;right:12px}.hero__carousel-controls>span{display:none}.hero__announcement-inner{grid-template-columns:auto 1fr;gap:14px;min-height:70px}.hero__announcement a{display:none}.hero__announcement-label{min-width:64px}.hero__announcement p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.quick-links__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.quick-link{grid-template-columns:34px 1fr auto;min-height:142px;padding:18px 14px}.quick-link:nth-child(odd){border-right:1px solid #ffffff1f}.quick-link:nth-child(2n){border-right:0}.quick-link svg{width:28px}.quick-link__copy strong{font-size:15px}.quick-link__copy small{font-size:6px}.home-load-error{justify-content:space-between;align-items:flex-start;font-size:12px}.section-heading{grid-template-columns:auto 1fr}.section-heading>a{grid-column:2;justify-self:start}.section-heading h2{font-size:34px}.home-news__lead{min-height:350px}.home-activities__statement{font-size:48px}.home-moments__visual{gap:10px;min-height:240px;padding:28px 18px}.home-moments__visual span{font-size:27px}.home-moments .editorial-empty{border-top:1px solid var(--lh-slate-200);border-left:0}.home-digital__gateway{min-height:550px;padding:38px 24px}.home-digital__gateway h3{font-size:42px}.home-products__layout{grid-template-columns:36px 1fr}.home-products__vertical{padding:24px 10px;font-size:7px}.home-products__copy{padding:34px 24px}.home-products__copy h3{font-size:34px}.home-history__timeline span:nth-of-type(2n),.home-history__timeline i:nth-of-type(2n){display:none}.home-history__timeline strong{width:52px;height:52px}.section-page__hero{min-height:320px;padding:120px 0 48px}.section-page__hero-inner h1{font-size:48px}.section-page__intro,.green-page__intro,.section-page__empty,.green-page__empty,.green-page__safety{grid-template-columns:1fr}.green-page__intro>span{display:none}.green-page__list-head{grid-template-columns:1fr auto}.green-page__list-head span:first-child{display:none}.green-page__leaf{font-size:48px}}@media (max-width:359px){.hero__actions{grid-template-columns:1fr 1fr;display:grid}.countdown__units strong{font-size:32px}.quick-link{padding-inline:10px}.quick-link__copy strong{font-size:14px}}.hero__announcement-title{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;font-weight:650;overflow:hidden}.home-news__lead--published{min-height:480px;color:var(--lh-white);background:var(--lh-navy-950);isolation:isolate;flex-direction:column;justify-content:flex-end;padding:clamp(30px,4vw,58px);display:flex;position:relative;overflow:hidden}.home-news__lead--published:after{z-index:-1;content:"";background:linear-gradient(#03102e14 28%,#03102eeb);position:absolute;inset:0}.home-news__lead--published>img{z-index:-2;object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.home-news__lead--published>span,.home-news__lead--published>b{letter-spacing:.12em;color:var(--lh-cyan);font-size:10px}.home-news__lead--published>strong{max-width:620px;margin-top:12px;font-size:clamp(27px,3vw,44px);line-height:1.28}.home-news__lead--published>p{color:#ffffffbd;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:620px;margin:16px 0 25px;font-size:13px;line-height:1.8;display:-webkit-box;overflow:hidden}.home-news__list{background:var(--lh-paper);border-block:1px solid var(--lh-slate-200);align-content:center;min-height:480px;padding:clamp(24px,4vw,48px);display:grid}.home-news__list a{border-bottom:1px solid var(--lh-slate-200);grid-template-columns:80px 1fr auto;align-items:center;gap:18px;min-height:76px;display:grid}.home-news__list time{color:var(--lh-primary);font-size:11px}.home-news__list strong{text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:650;overflow:hidden}.home-news__list a>span{color:var(--lh-primary)}.home-activities__list{background:#ffffff2e;gap:1px;display:grid}.home-activities__list a{color:var(--lh-white);transition:background var(--lh-transition), transform var(--lh-transition);background:#03102ee0;grid-template-columns:180px 1fr;gap:8px 24px;padding:24px;display:grid}.home-activities__list a:hover,.home-activities__list a:focus-visible{background:var(--lh-primary-dark);transform:translate(5px)}.home-activities__list time{color:var(--lh-cyan);grid-row:span 2;font-size:11px}.home-activities__list strong{font-size:18px}.home-activities__list span{color:#ffffff9e;font-size:11px}.content-list-page__heading{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:45px;display:flex}.content-list-page__heading>p{color:var(--lh-slate-500);margin:0;font-size:12px}.content-list-page__heading>div{align-items:baseline;gap:10px;display:flex}.content-list-page__heading>div span{color:var(--lh-primary);font-size:42px;font-weight:200}.content-list-page__heading>div small{color:var(--lh-slate-500);font-size:10px}.public-state{background:var(--lh-paper);border-block:1px solid var(--lh-slate-200);grid-template-columns:minmax(150px,.38fr) 1fr;align-items:center;min-height:260px;padding:clamp(30px,5vw,62px);display:grid}.public-state>span{color:var(--lh-slate-200);font-size:clamp(28px,5vw,68px);font-weight:200}.public-state strong{font-size:22px}.public-state p{color:var(--lh-slate-500);margin:12px 0 0;line-height:1.8}.public-state button{color:var(--lh-white);cursor:pointer;background:var(--lh-primary);border:0;margin-top:20px;padding:10px 18px}.public-state--loading>span{animation:1.4s ease-in-out infinite public-pulse}@keyframes public-pulse{50%{opacity:.34}}.content-list{border-top:1px solid var(--lh-slate-200)}.content-list__item{border-bottom:1px solid var(--lh-slate-200);grid-template-columns:minmax(240px,.42fr) 1fr;min-height:270px;display:grid}.content-list__cover{background:var(--lh-paper);place-items:center;min-height:270px;display:grid;overflow:hidden}.content-list__cover img{object-fit:cover;width:100%;height:100%;transition:transform .5s var(--lh-ease-out)}.content-list__item:hover .content-list__cover img{transform:scale(1.035)}.content-list__cover>span{color:var(--lh-slate-200);font-size:clamp(60px,8vw,120px);font-weight:200}.content-list__body{align-content:center;padding:clamp(28px,4vw,55px);display:grid}.content-list__body>time{letter-spacing:.12em;color:var(--lh-primary);font-size:10px}.content-list__body h2{margin:13px 0 0;font-size:clamp(23px,2.4vw,36px);line-height:1.35}.content-list__body>p{max-width:760px;color:var(--lh-slate-500);margin:15px 0 24px;line-height:1.8}.content-list__meta{color:var(--lh-slate-500);flex-wrap:wrap;align-items:center;gap:14px 28px;font-size:11px;display:flex}.content-list__meta a{color:var(--lh-primary);margin-left:auto;font-weight:700}.public-pagination{justify-content:center;align-items:center;gap:20px;margin-top:46px;display:flex}.public-pagination button{min-width:100px;color:var(--lh-white);cursor:pointer;background:var(--lh-primary);border:0;padding:11px 18px}.public-pagination button:disabled{cursor:not-allowed;background:var(--lh-slate-300)}.public-pagination span{color:var(--lh-slate-500);font-size:12px}.activity-list-page__hero{background:linear-gradient(100deg, #03102efa, #721c5bdb), var(--lh-primary)}.activity-list{gap:18px;display:grid}.activity-list__item{background:var(--lh-paper);border:1px solid var(--lh-slate-200);min-height:240px;transition:border-color var(--lh-transition), transform var(--lh-transition), box-shadow var(--lh-transition);grid-template-columns:110px minmax(220px,.42fr) 1fr;display:grid;overflow:hidden}.activity-list__item:hover,.activity-list__item:focus-visible{border-color:#0253fd5c;transform:translateY(-3px);box-shadow:0 16px 38px #03102e17}.activity-list__index{color:var(--lh-white);background:var(--lh-primary);text-align:center;place-content:center;display:grid}.activity-list__index span{font-size:38px;font-weight:250}.activity-list__index small{letter-spacing:.16em;margin-top:7px;font-size:8px}.activity-list__item>img{object-fit:cover;width:100%;height:100%}.activity-list__body{align-content:center;padding:clamp(26px,4vw,48px);display:grid}.activity-list__body time{color:var(--lh-primary);font-size:10px}.activity-list__body h2{margin:12px 0;font-size:clamp(24px,2.4vw,36px)}.activity-list__body p{color:var(--lh-slate-500);margin:0 0 22px;line-height:1.75}.activity-list__body>span{justify-content:space-between;font-size:12px;font-weight:650;display:flex}.activity-list__body b{color:var(--lh-primary)}.content-detail-page{background:var(--lh-white);min-height:70vh;padding-top:76px}.content-detail-page__breadcrumb{color:var(--lh-slate-500);white-space:nowrap;align-items:center;gap:9px;padding-block:30px;font-size:11px;display:flex;overflow:hidden}.content-detail-page__breadcrumb b{text-overflow:ellipsis;font-weight:500;overflow:hidden}.content-detail-page__content{padding-bottom:var(--lh-section-space)}.content-detail-page__content--overview{padding-top:70px}.overview-page{padding-top:0}.content-article__header{max-width:1040px;padding:clamp(30px,5vw,72px) 0 55px}.content-article__header>p:first-child{letter-spacing:.2em;color:var(--lh-primary);margin:0 0 18px;font-size:10px}.content-article__header h1{text-wrap:balance;margin:0;font-size:clamp(38px,5.4vw,72px);line-height:1.18}.content-article__header>span{letter-spacing:.1em;color:var(--lh-slate-500);margin-top:16px;font-size:11px;line-height:1.6;display:block}.content-article__byline{color:var(--lh-slate-500);flex-wrap:wrap;gap:12px 25px;margin-top:24px;font-size:11px;display:flex}.content-article__summary{background:var(--lh-paper);border-left:4px solid var(--lh-primary);max-width:900px;padding:22px 26px;line-height:1.9;color:var(--lh-ink)!important;margin:30px 0 0!important;font-size:16px!important}.content-article__cover{object-fit:cover;width:100%;max-height:680px}.content-article__layout{grid-template-columns:230px minmax(0,820px);justify-content:space-between;gap:clamp(40px,7vw,110px);padding-top:60px;display:grid}.content-article__meta{background:var(--lh-slate-200);align-content:start;gap:1px;display:grid}.content-article__meta>div{background:var(--lh-paper);padding:16px}.content-article__meta span,.content-article__meta strong{display:block}.content-article__meta span{color:var(--lh-slate-500);margin-bottom:7px;font-size:9px}.content-article__meta strong{overflow-wrap:anywhere;font-size:12px;line-height:1.6}.content-article__body{min-width:0;color:var(--lh-slate-700);font-size:16px;line-height:2}.content-article__body>:first-child{margin-top:0}.content-article__body h2{color:var(--lh-ink);margin:2em 0 .7em;font-size:28px;line-height:1.45}.content-article__body h3{color:var(--lh-ink);margin:1.8em 0 .6em;font-size:21px}.content-article__body p{margin:0 0 1.35em}.content-article__body img{width:auto;max-width:100%;height:auto;margin:22px auto}.content-article__body a{color:var(--lh-primary);text-underline-offset:3px;text-decoration:underline}.content-article__body blockquote{background:var(--lh-paper);border-left:4px solid var(--lh-primary);margin:28px 0;padding:18px 22px}.content-article__body table{border-collapse:collapse;width:100%;display:block;overflow-x:auto}.content-article__body th,.content-article__body td{border:1px solid var(--lh-slate-200);min-width:120px;padding:10px 12px}.content-article__attachments{border-top:1px solid var(--lh-slate-200);grid-template-columns:230px 1fr;gap:18px clamp(40px,7vw,110px);margin-top:60px;padding:60px 0 0;display:grid}.content-article__attachments>div{grid-row:1/span 20}.content-article__attachments>div span{letter-spacing:.18em;color:var(--lh-success);font-size:9px}.content-article__attachments h2{margin:9px 0 0;font-size:24px}.content-article__attachments>a,.content-article__attachment-preview{background:#eff8f3;border:1px solid #d1e9dc;grid-template-columns:64px 1fr auto;align-items:center;gap:18px;min-height:84px;padding:12px 18px;display:grid}.content-article__pdf{width:54px;height:54px;color:var(--lh-white);background:var(--lh-success);place-items:center;font-size:12px;font-weight:800;display:grid}.content-article__attachments a strong,.content-article__attachments a small,.content-article__attachment-preview strong,.content-article__attachment-preview small{display:block}.content-article__attachments a small,.content-article__attachment-preview small{color:var(--lh-slate-500);margin-top:5px;font-size:10px}.content-article__attachments a>b{color:var(--lh-success);font-size:24px}.content-article--green .content-article__header>p:first-child{color:var(--lh-success)}.content-article--green .content-article__summary{border-left-color:var(--lh-success)}.activity-registration{color:var(--lh-white);background:var(--lh-primary);grid-template-columns:160px 1fr auto;align-items:center;gap:20px;margin-top:50px;padding:28px;display:grid}.activity-registration span{letter-spacing:.17em;color:var(--lh-cyan);font-size:9px}.activity-registration strong{font-size:20px}.activity-registration b{font-size:28px}.preview-page{padding-top:0}.preview-page__notice{z-index:90;min-height:52px;padding:10px var(--lh-page-gutter);color:var(--lh-white);background:#9b5b00;justify-content:center;align-items:center;gap:16px;display:flex;position:sticky;top:0}.preview-page__notice strong{font-size:13px}.preview-page__notice span{color:#ffffffc7;font-size:11px}@media (max-width:1023px){.home-news__layout--published,.content-article__layout,.content-article__attachments{grid-template-columns:1fr}.content-article__meta{grid-template-columns:repeat(3,minmax(0,1fr))}.content-article__attachments>div{grid-row:auto}.activity-list__item{grid-template-columns:90px 1fr}.activity-list__item>img{display:none}}@media (max-width:767px){.home-news__lead--published,.home-news__list{min-height:390px}.home-news__list a{grid-template-columns:64px 1fr auto;gap:10px}.home-activities__list a{grid-template-columns:1fr}.home-activities__list time{grid-row:auto}.content-list-page__heading{align-items:flex-start}.content-list-page__heading>div{display:none}.public-state{grid-template-columns:1fr;gap:18px}.content-list__item{grid-template-columns:1fr}.content-list__cover{min-height:210px;max-height:280px}.content-list__body{padding:28px 4px}.content-list__meta a{width:100%;margin-left:0}.activity-list__item{grid-template-columns:68px 1fr;min-height:220px}.activity-list__index span{font-size:28px}.content-detail-page{padding-top:68px}.overview-page,.preview-page{padding-top:0}.content-article__header{padding-top:35px}.content-article__header h1{font-size:36px}.content-article__layout{padding-top:40px}.content-article__meta{grid-template-columns:1fr}.content-article__attachments{margin-top:40px}.content-article__attachments>a{grid-template-columns:54px 1fr;padding:12px}.content-article__attachments a>b{display:none}.activity-registration{grid-template-columns:1fr auto}.activity-registration span{grid-column:1/-1}.preview-page__notice{flex-direction:column;align-items:flex-start;gap:3px}}.professional-page{background:var(--lh-paper);min-height:72vh}.home-moments__published{background:var(--lh-slate-200);border:1px solid var(--lh-slate-200);grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;min-height:420px;display:grid;overflow:hidden}.home-moments__published a{min-height:420px;color:var(--lh-white);background:linear-gradient(145deg, var(--lh-navy-950), var(--lh-primary));align-content:end;padding:28px;display:grid;position:relative;overflow:hidden}.home-moments__published img{object-fit:cover;width:100%;height:100%;transition:transform .5s var(--lh-ease-out);position:absolute;inset:0}.home-moments__published a:after{content:"";background:linear-gradient(#0000 28%,#03102ee6);position:absolute;inset:0}.home-moments__published a:hover img{transform:scale(1.04)}.home-moments__published span,.home-moments__published strong{z-index:1;position:relative}.home-moments__published span{letter-spacing:.18em;color:var(--lh-cyan);margin-bottom:9px;font-size:9px}.home-moments__published strong{font-size:clamp(18px,1.6vw,25px);line-height:1.35}.home-digital__list{z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#03102e75;border:1px solid #fff3;align-self:center;display:grid;position:relative}.home-digital__list a{border-bottom:1px solid #ffffff26;grid-template-columns:36px 1fr auto;align-items:center;gap:6px 12px;padding:18px 20px;display:grid}.home-digital__list a:last-child{border-bottom:0}.home-digital__list a>span{color:var(--lh-cyan);grid-row:1/span 2}.home-digital__list strong{font-size:17px}.home-digital__list small{color:var(--lh-slate-300)}.home-digital__list b{grid-area:1/3/span 2}.home-products__published{background:var(--lh-slate-200);grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;min-width:0;display:grid}.home-products__published a{min-height:204px;color:var(--lh-white);background:linear-gradient(145deg, var(--lh-orange), var(--lh-red));align-content:end;padding:18px;display:grid;position:relative;overflow:hidden}.home-products__published a:after{content:"";background:linear-gradient(#0000 28%,#03102ed9);position:absolute;inset:0}.home-products__published img{object-fit:cover;width:100%;height:100%;transition:transform .5s var(--lh-ease-out);position:absolute;inset:0}.home-products__published a:hover img{transform:scale(1.04)}.home-products__published span,.home-products__published strong{z-index:1;position:relative}.home-products__published span{letter-spacing:.15em;color:#ffd6bb;font-size:9px}.home-products__published strong{margin-top:5px;font-size:17px}.home-history__published{background:#ffffff29;border:1px solid #ffffff29;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.home-history__published a{min-height:180px;transition:background var(--lh-transition);background:#03102e8c;grid-template-columns:1fr auto;padding:26px;display:grid}.home-history__published a:hover{background:var(--lh-primary)}.home-history__published time{letter-spacing:-.06em;font-size:clamp(28px,3vw,46px);font-weight:800}.home-history__published span{letter-spacing:.14em;color:var(--lh-cyan);grid-column:1;margin-top:auto;font-size:10px}.home-history__published strong{grid-column:1;margin-top:7px;line-height:1.4}.home-history__published b{grid-area:1/2/span 3;align-self:center;font-size:22px}.professional-hero{background:linear-gradient(118deg,#03102ef5 0 42%,#0253fdd6 100%),radial-gradient(circle at 85% 20%,#41c7fb80,#0000 30%)}.professional-intro{grid-template-columns:minmax(220px,.55fr) minmax(0,1.45fr);align-items:end;gap:48px;padding-top:clamp(48px,6vw,88px);display:grid}.professional-intro p{color:var(--lh-slate-500);margin:0;font-size:12px}.professional-intro a:hover{color:var(--lh-primary)}.professional-intro h2{letter-spacing:-.03em;overflow-wrap:anywhere;word-break:break-all;min-width:0;max-width:800px;margin:0;font-size:clamp(23px,2.4vw,38px);line-height:1.45}.professional-page__content{padding-block:42px clamp(88px,9vw,144px)}.professional-toolbar{border-bottom:1px solid var(--lh-slate-300);justify-content:space-between;align-items:center;gap:24px;min-height:56px;margin-bottom:36px;padding-bottom:18px;display:flex}.professional-toolbar>span{letter-spacing:.2em;color:var(--lh-slate-500);flex:none;font-size:10px;font-weight:700}.professional-tabs{flex-wrap:wrap;gap:8px;display:flex}.professional-tabs button{min-height:38px;color:var(--lh-slate-700);cursor:pointer;border:1px solid var(--lh-slate-300);transition:color var(--lh-transition), background var(--lh-transition), border-color var(--lh-transition);background:0 0;padding:8px 16px}.professional-tabs button:hover,.professional-tabs button.active{color:var(--lh-white);background:var(--lh-primary);border-color:var(--lh-primary)}.moment-card-grid,.product-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 24px;display:grid}.moment-card,.product-card{min-width:0;color:var(--lh-ink);display:grid}.moment-card__visual,.product-card__visual{aspect-ratio:4/3;color:#ffffff94;background:linear-gradient(145deg, var(--lh-navy-800), var(--lh-primary));place-items:center;display:grid;position:relative;overflow:hidden}.moment-card__visual img,.product-card__visual img{object-fit:cover;width:100%;height:100%;transition:transform .5s var(--lh-ease-out)}.moment-card:hover img,.product-card:hover img{transform:scale(1.035)}.moment-card__visual>span,.product-card__visual>span{letter-spacing:.12em;text-align:center;font-size:clamp(20px,2.2vw,34px);font-weight:800;line-height:1.1}.moment-card__visual b{letter-spacing:.14em;color:var(--lh-white);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#03102ed1;padding:7px 10px;font-size:9px;position:absolute;bottom:14px;right:14px}.moment-card>div:last-child,.product-card>div:last-child{padding:20px 2px 0}.moment-card time,.product-card>div:last-child>span{letter-spacing:.14em;color:var(--lh-primary);font-size:10px;font-weight:700}.moment-card h2,.product-card h2{margin:8px 0;font-size:clamp(19px,1.55vw,25px);line-height:1.35}.moment-card p,.product-card p{min-height:3.4em;color:var(--lh-slate-500);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;line-height:1.7;display:-webkit-box;overflow:hidden}.product-card b{color:var(--lh-primary);margin-top:16px;font-size:12px;display:inline-block}.digital-tree{gap:42px;display:grid}.digital-tree__hall{background:var(--lh-white);grid-template-columns:minmax(330px,.92fr) minmax(0,1.08fr);min-height:360px;display:grid;box-shadow:0 18px 55px #03102e14}.digital-tree__hall-head{min-height:360px;color:var(--lh-white);background:linear-gradient(145deg, var(--lh-navy-950), var(--lh-primary));align-content:end;display:grid;position:relative;overflow:hidden}.digital-tree__hall-head:after{content:"";background:linear-gradient(#0000 18%,#03102ee0 100%);position:absolute;inset:0}.digital-tree__hall-head>span{z-index:2;letter-spacing:.2em;font-size:13px;position:absolute;top:24px;left:28px}.digital-tree__hall-head img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.digital-tree__hall-head div{z-index:2;padding:36px;position:relative}.digital-tree__hall-head small,.digital-tree__zones span{letter-spacing:.2em;color:var(--lh-cyan);font-size:9px}.digital-tree__hall-head h2{margin:9px 0;font-size:clamp(28px,3vw,46px)}.digital-tree__hall-head p{color:var(--lh-slate-200);margin:0 0 22px;font-size:13px;line-height:1.7}.digital-tree__hall-head b{font-size:12px}.digital-tree__zones{align-content:start;padding:18px 32px;display:grid}.digital-tree__zones>section{border-bottom:1px solid var(--lh-slate-200);padding:20px 0}.digital-tree__zones>section:last-child{border-bottom:0}.digital-tree__zones>section>a{grid-template-columns:1fr auto;align-items:center;gap:5px 18px;display:grid}.digital-tree__zones>section>a span{grid-column:1}.digital-tree__zones>section>a strong{grid-column:1;font-size:19px}.digital-tree__zones>section>a b{color:var(--lh-primary);grid-area:1/2/span 2;font-size:20px}.digital-tree__companies{flex-wrap:wrap;gap:8px;margin-top:15px;display:flex}.digital-tree__companies a{background:var(--lh-slate-100);align-items:center;gap:8px;min-height:34px;padding:6px 10px;font-size:12px;display:inline-flex}.digital-tree__companies img{object-fit:contain;width:22px;height:22px}.edition-timeline{display:grid;position:relative}.edition-timeline:before{content:"";background:var(--lh-slate-300);width:1px;position:absolute;top:0;bottom:0;left:116px}.edition-timeline__item{border-bottom:1px solid var(--lh-slate-200);grid-template-columns:90px 52px minmax(0,1fr) auto;align-items:center;gap:0;min-height:170px;padding-block:22px;display:grid;position:relative}.edition-timeline__item time{letter-spacing:-.06em;font-size:clamp(24px,2.6vw,40px);font-weight:800}.edition-timeline__item i{z-index:1;background:var(--lh-white);border:3px solid var(--lh-primary);border-radius:50%;width:11px;height:11px;margin-left:21px;position:relative}.edition-timeline__item div{padding:10px 32px 10px 0}.edition-timeline__item span,.edition-timeline__item small{color:var(--lh-slate-500);font-size:11px}.edition-timeline__item h2{margin:8px 0;font-size:clamp(21px,2vw,30px)}.edition-timeline__item p{color:var(--lh-slate-500);margin:0 0 8px;line-height:1.7}.edition-timeline__item>b{color:var(--lh-primary);font-size:24px}.service-card-grid{background:var(--lh-slate-300);border:1px solid var(--lh-slate-300);grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.service-card{background:var(--lh-white);min-height:180px;transition:color var(--lh-transition), background var(--lh-transition);grid-template-columns:42px 56px minmax(0,1fr) auto;align-items:center;gap:20px;padding:28px;display:grid}.service-card:hover{color:var(--lh-white);background:var(--lh-primary)}.service-card>span{letter-spacing:.16em;color:var(--lh-slate-500);align-self:start;font-size:10px}.service-card img{object-fit:contain;width:56px;height:56px}.service-card small{letter-spacing:.18em;color:var(--lh-primary);font-size:9px}.service-card:hover small,.service-card:hover>span{color:var(--lh-cyan)}.service-card h2{margin:7px 0;font-size:22px}.service-card p{color:var(--lh-slate-500);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:12px;line-height:1.65;display:-webkit-box;overflow:hidden}.service-card:hover p{color:var(--lh-slate-100)}.service-card>b{font-size:22px}.professional-detail-page{background:var(--lh-paper)}.professional-gallery{padding:64px 0 12px}.professional-gallery__heading{border-bottom:1px solid var(--lh-slate-300);margin-bottom:24px;padding-bottom:18px}.professional-gallery__heading span{letter-spacing:.22em;color:var(--lh-primary);font-size:10px}.professional-gallery__heading h2{margin:6px 0 0;font-size:28px}.professional-action{color:var(--lh-white);background:var(--lh-primary);grid-template-columns:minmax(110px,.35fr) minmax(0,1fr) auto;align-items:center;gap:20px;margin-top:42px;padding:24px 28px;display:grid}.professional-action span,.professional-action small{letter-spacing:.16em;color:var(--lh-cyan);font-size:9px}.professional-action strong{font-size:18px}.professional-action b{font-size:24px}.professional-action--download{grid-template-columns:minmax(110px,.35fr) minmax(0,1fr) auto auto}.moment-detail header{max-width:940px;margin-bottom:44px}.moment-detail header>p:first-child{letter-spacing:.2em;color:var(--lh-primary);margin:0;font-size:10px;font-weight:700}.moment-detail h1{letter-spacing:-.05em;margin:10px 0;font-size:clamp(34px,5vw,68px);line-height:1.16}.moment-detail header>span{color:var(--lh-slate-500);display:block}.moment-detail header>div{color:var(--lh-slate-500);gap:20px;margin-top:24px;font-size:12px;display:flex}.moment-detail header>p:last-child{max-width:760px;color:var(--lh-slate-700);margin:22px 0 0;font-size:16px;line-height:1.9}.media-viewer__grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:14px;display:grid}.media-viewer__item{aspect-ratio:4/3;min-width:0;color:var(--lh-white);cursor:zoom-in;background:var(--lh-navy-950);border:0;grid-column:span 4;padding:0;position:relative;overflow:hidden}.media-viewer__item:nth-child(5n+1),.media-viewer__item:nth-child(5n+2){grid-column:span 6}.media-viewer--compact .media-viewer__item,.media-viewer--compact .media-viewer__item:nth-child(5n+1),.media-viewer--compact .media-viewer__item:nth-child(5n+2){grid-column:span 4}.media-viewer__item img,.media-viewer__item video{object-fit:cover;width:100%;height:100%;transition:transform .5s var(--lh-ease-out), opacity var(--lh-transition)}.media-viewer__item:hover img,.media-viewer__item:hover video{opacity:.82;transform:scale(1.03)}.media-viewer__play{background:#0253fde0;border-radius:50%;place-items:center;width:48px;height:48px;padding-left:3px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.media-viewer__caption{text-align:left;background:linear-gradient(#0000,#03102ee6);padding:34px 18px 15px;display:grid;position:absolute;inset:auto 0 0}.media-viewer__caption small{text-overflow:ellipsis;white-space:nowrap;color:var(--lh-slate-300);margin-top:3px;overflow:hidden}.media-lightbox{width:min(1120px,100vw - 40px);max-width:none;height:min(820px,100vh - 40px);max-height:none;color:var(--lh-white);background:var(--lh-navy-950);box-shadow:var(--lh-shadow-float);border:0;padding:0;overflow:hidden}.media-lightbox::backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000512e0}.media-lightbox__panel{grid-template-rows:minmax(0,1fr) auto;height:100%;display:grid;position:relative}.media-lightbox__panel>img,.media-lightbox__panel>video{object-fit:contain;width:100%;height:100%;min-height:0}.media-lightbox__close,.media-lightbox__previous,.media-lightbox__next{z-index:2;width:44px;height:44px;color:var(--lh-white);cursor:pointer;background:#03102ec2;border:1px solid #ffffff38;place-items:center;display:grid;position:absolute}.media-lightbox__close{font-size:28px;top:16px;right:16px}.media-lightbox__previous,.media-lightbox__next{font-size:22px;top:46%}.media-lightbox__previous{left:16px}.media-lightbox__next{right:16px}.media-lightbox__meta{background:var(--lh-navy-900);grid-template-columns:90px 1fr;align-items:center;gap:18px;min-height:92px;padding:18px 26px;display:grid}.media-lightbox__meta>span{letter-spacing:.18em;color:var(--lh-cyan);font-size:11px}.media-lightbox__meta p{color:var(--lh-slate-300);margin:4px 0 0;font-size:12px}@media (max-width:900px){.home-moments__published,.home-history__published{grid-template-columns:repeat(2,minmax(0,1fr))}.home-moments__published a{min-height:320px}.professional-intro,.digital-tree__hall{grid-template-columns:1fr}.professional-intro{gap:14px}.moment-card-grid,.product-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.digital-tree__hall-head{min-height:320px}.service-card-grid{grid-template-columns:1fr}}@media (max-width:640px){.home-moments__published,.home-history__published{grid-template-columns:1fr}.home-moments__published a{min-height:300px}.home-digital__list{margin-top:28px}.home-products__published{grid-template-columns:1fr 1fr}.home-products__published a{min-height:180px}.professional-toolbar{align-items:start;display:grid}.professional-tabs{width:calc(100vw - (2 * var(--lh-page-gutter)));scrollbar-width:thin;flex-wrap:nowrap;padding:3px;overflow-x:auto}.professional-tabs button{flex:none}.moment-card-grid,.product-card-grid{grid-template-columns:1fr}.digital-tree__hall-head,.digital-tree__hall{min-height:280px}.digital-tree__hall-head div,.digital-tree__zones{padding:24px}.edition-timeline:before{left:6px}.edition-timeline__item{grid-template-columns:20px minmax(0,1fr) auto;align-items:start;min-height:0;padding-block:30px}.edition-timeline__item time{grid-column:2;font-size:28px}.edition-timeline__item i{margin:0;position:absolute;top:40px;left:1px}.edition-timeline__item div{grid-column:2;padding:12px 18px 0 0}.edition-timeline__item>b{grid-area:1/3/span 2}.service-card{grid-template-columns:30px 44px minmax(0,1fr) auto;gap:12px;min-height:150px;padding:20px 16px}.service-card img{width:44px;height:44px}.professional-action,.professional-action--download{grid-template-columns:1fr auto}.professional-action span,.professional-action small,.professional-action strong{grid-column:1}.professional-action b{grid-area:1/2/span 3}.media-viewer__item,.media-viewer__item:nth-child(5n+1),.media-viewer__item:nth-child(5n+2),.media-viewer--compact .media-viewer__item,.media-viewer--compact .media-viewer__item:nth-child(5n+1),.media-viewer--compact .media-viewer__item:nth-child(5n+2){grid-column:span 12}.media-lightbox{width:100vw;height:100vh}.media-lightbox__meta{grid-template-columns:56px 1fr;padding-inline:16px}}.public-image{background:linear-gradient(110deg, #0253fd1a 8%, #41c7fb38 18%, #0253fd1a 33%), var(--lh-surface-muted);background-size:220% 100%;transition:opacity .22s,filter .22s}.public-image--loading{opacity:.72;filter:saturate(.72);animation:1.6s ease-in-out infinite public-image-loading}@keyframes public-image-loading{0%,to{background-position:100% 0}50%{background-position:0 0}}.public-image-fallback{text-align:center;color:#ffffffd1;background:linear-gradient(135deg, #083366eb, #0096abd6), var(--lh-navy-900);place-content:center;gap:6px;width:100%;height:100%;min-height:96px;display:grid}.public-image-fallback b{letter-spacing:.22em;font-size:10px}.public-image-fallback small{letter-spacing:.08em;font-size:10px}.home-moments__published .public-image-fallback,.home-products__published .public-image-fallback,.digital-tree__hall-head>.public-image-fallback{z-index:0;letter-spacing:normal;color:#ffffffd1;min-height:0;margin:0;position:absolute;inset:0}.moment-card__visual>.public-image-fallback,.product-card__visual>.public-image-fallback{min-height:0;font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:normal}.digital-tree__companies .public-image-fallback,.service-card>.public-image-fallback{width:56px;height:56px;min-height:0;color:var(--lh-white)}.digital-tree__companies .public-image-fallback{width:46px;height:22px}.service-card>.public-image-fallback{letter-spacing:normal;align-self:center;font-size:0}.service-card>.public-image-fallback small,.digital-tree__companies .public-image-fallback small{display:none}.content-article__cover.public-image-fallback{min-height:clamp(240px,42vw,560px)}.media-viewer__item>.public-image-fallback,.media-viewer__unavailable,.media-lightbox__unavailable{width:100%;height:100%;min-height:0}.media-viewer__unavailable,.media-lightbox__unavailable{color:var(--lh-slate-200);background:linear-gradient(145deg, var(--lh-navy-900), var(--lh-primary));place-items:center;padding:24px;display:grid}.media-lightbox__panel>.public-image-fallback,.media-lightbox__unavailable{min-height:0}.media-lightbox__video-error{text-align:center;align-content:center;gap:12px}.media-lightbox__video-error span,.media-lightbox__video-error small{color:var(--lh-slate-300)}.media-lightbox__video-error button{min-height:44px;color:var(--lh-white);cursor:pointer;background:var(--lh-primary);border:1px solid #ffffff40;padding:0 20px}@media (max-width:640px){.service-card>.public-image-fallback{width:44px;height:44px}}.home-page{--portal-content:1200px;--portal-purple:#4424f4;--portal-purple-dark:#21147a;--portal-magenta:#c82d9c;--portal-surface:#f7f8fc;--portal-surface-strong:#eceefa;--portal-border:#e4e6f1;--portal-muted:#696d7f;background:var(--portal-surface)}.site-header--home{background:linear-gradient(#0b1469c7,#0b14691a);border-bottom-color:#ffffff59;height:120px}.site-header--home .site-header__inner{width:min(100% - 80px,1840px)}.site-header--home .site-brand{min-width:250px}.site-header--home .site-brand__copy strong{font-size:23px}.site-header--home .site-brand__copy small{margin-top:8px;font-size:8px}.site-header--home .desktop-navigation{gap:clamp(14px,1.4vw,28px)}.site-header--home .desktop-navigation>a,.site-header--home .desktop-navigation__trigger{font-size:16px;font-weight:500}.site-header--home .desktop-navigation>a:after,.site-header--home .desktop-navigation__trigger:after{background:var(--lh-white);bottom:28px}.site-header--home.site-header--solid{height:76px;color:var(--lh-ink);border-bottom-color:var(--portal-border);background:#fffffff7}.site-header--home.site-header--solid .site-header__inner{width:min(100% - 80px,1440px)}.site-header--home.site-header--solid .site-brand__copy strong{font-size:20px}.site-header--home.site-header--solid .desktop-navigation>a:after,.site-header--home.site-header--solid .desktop-navigation__trigger:after{background:var(--portal-purple);bottom:17px}.home-page .lh-container{width:min(calc(100% - (2 * var(--lh-page-gutter))), var(--portal-content))}.home-page .hero{min-height:760px;color:var(--lh-white);background:linear-gradient(135deg,#160d78 0%,#1552d1 52%,#069be2 100%);display:block}.home-page .hero__official-picture{background:linear-gradient(135deg,#160d78 0%,#1552d1 52%,#069be2 100%)}.home-page .hero__official-art{object-position:center;filter:none}.home-page .hero__official-picture--artwork-led .hero__official-art{object-fit:contain;object-position:center top;filter:none;width:100%;height:auto;top:120px;bottom:auto}.home-page .hero__wash{background:linear-gradient(#10106f33 0%,#0000 42%),linear-gradient(#0000 73%,#180e67d1 100%)}.home-page .hero__content{padding-top:220px;padding-bottom:142px}.home-page .hero__content--artwork-led{padding-top:clamp(480px,34vw,520px)}.home-page .hero__edition{color:#ffffffd1;margin-bottom:12px}.home-page .hero__edition span{color:var(--lh-white)}.home-page .hero h1{max-width:900px;font-size:clamp(46px,5vw,72px);line-height:1.15}.home-page .hero__english{letter-spacing:.09em;max-width:800px;margin-top:13px}.home-page .hero__meta{margin-top:16px;font-size:clamp(15px,1.25vw,18px)}.home-page .hero__actions{gap:12px;margin-top:20px}.home-page .hero__actions a{border-radius:0;min-width:152px;min-height:48px;padding:13px 20px;box-shadow:0 12px 28px #1d116c38}.home-page .hero__actions a:hover,.home-page .hero__actions a:focus-visible{transform:translateY(-2px)}.home-page .hero__primary:hover,.home-page .hero__primary:focus-visible{background:#ac2386}.home-page .hero__secondary{background:#ffffff1a;border-color:#ffffffad}.home-page .countdown{gap:28px;margin-top:22px}.home-page .countdown__label{min-width:104px;padding-bottom:3px}.home-page .countdown__label span{font-size:16px}.home-page .countdown__units{gap:15px}.home-page .countdown__units div{min-width:48px}.home-page .countdown__units strong{font-size:clamp(30px,3vw,44px);font-weight:500}.home-page .countdown__units span{margin-top:7px;font-size:7px}.home-page .countdown__units i{color:#ffffff94;margin-top:0;font-size:25px}.home-page .hero__carousel-controls{top:142px;right:max(var(--lh-page-gutter), calc((100vw - var(--portal-content)) / 2));background:#1e177ea8;border-color:#ffffff57}.home-page .hero__carousel-controls>div button.active:before{background:var(--lh-white)}.home-page .hero__announcement{background:#1e1476eb;border-top-color:#ffffff38}.home-page .hero__announcement-label small{color:#f2a8dd}.home-page .quick-links{z-index:5;color:var(--lh-ink);background:var(--portal-surface);padding:0 0 60px}.home-page .quick-links__grid{width:min(calc(100% - (2 * var(--lh-page-gutter))), var(--portal-content));background:var(--lh-white);border:1px solid var(--portal-border);grid-template-columns:repeat(6,minmax(0,1fr));margin:-1px auto 0;overflow:hidden;box-shadow:0 16px 42px #231d6d1a}.home-page .quick-link{border-right-color:var(--portal-border);min-height:160px;transition:color var(--lh-transition), background var(--lh-transition), box-shadow var(--lh-transition);grid-template-rows:auto 1fr;grid-template-columns:42px 1fr;padding:22px 18px}.home-page .quick-link:before{background:var(--portal-purple);height:3px}.home-page .quick-link:nth-child(4):before{background:var(--portal-magenta)}.home-page .quick-link:hover,.home-page .quick-link:focus-visible{color:var(--lh-white);background:linear-gradient(145deg, var(--portal-purple), #6949f8);transform:none;box-shadow:inset 0 0 0 1px #ffffff29}.home-page .quick-link__index{color:#999caf}.home-page .quick-link svg{width:34px;color:var(--portal-purple)}.home-page .quick-link:nth-child(4) svg{color:var(--portal-magenta)}.home-page .quick-link:hover svg,.home-page .quick-link:focus-visible svg,.home-page .quick-link:hover .quick-link__index,.home-page .quick-link:focus-visible .quick-link__index{color:var(--lh-white)}.home-page .quick-link__copy{grid-area:2/1/auto/-1;gap:5px;margin-top:18px}.home-page .quick-link__copy strong{font-size:18px}.home-page .quick-link__copy small{color:#9396a8;font-size:8px}.home-page .quick-link__copy>span{min-height:38px;color:var(--portal-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:5px;font-size:11px;line-height:1.7;display:-webkit-box;overflow:hidden}.home-page .quick-link:hover .quick-link__copy small,.home-page .quick-link:focus-visible .quick-link__copy small,.home-page .quick-link:hover .quick-link__copy>span,.home-page .quick-link:focus-visible .quick-link__copy>span{color:#ffffffc2}.home-page .quick-link__arrow{color:#a5a7b8;grid-area:1/2;place-self:start end}.home-page .home-load-error{width:min(calc(100% - (2 * var(--lh-page-gutter))), var(--portal-content));border:1px solid #f5c6ca;margin:0 auto 20px}.home-page .section-heading,.home-page .section-heading--light{color:var(--lh-ink);align-items:baseline;margin-bottom:28px;display:flex}.home-page .section-heading__index{display:none}.home-page .section-heading>div{align-items:baseline;min-width:0;display:flex}.home-page .section-heading h2{font-size:clamp(32px,3vw,40px);line-height:1.15}.home-page .section-heading p,.home-page .section-heading--light p{letter-spacing:0;color:#d4d3e1;margin:0 0 0 12px;font-size:clamp(20px,2.5vw,40px);font-weight:650;line-height:1}.home-page .section-heading>a,.home-page .section-heading--light>a{color:#616576;background:var(--lh-white);border:1px solid var(--portal-border);border-radius:6px;margin-left:auto;padding:9px 15px}.home-page .section-heading>a:hover,.home-page .section-heading>a:focus-visible,.home-page .section-heading--light>a:hover,.home-page .section-heading--light>a:focus-visible{color:var(--portal-purple);border-color:var(--portal-purple)}.home-page .editorial-empty,.home-page .editorial-empty--light{min-height:220px;color:var(--portal-muted);background:var(--lh-white);border-color:var(--portal-border);border-radius:10px}.home-page .editorial-empty--light strong,.home-page .editorial-empty strong{color:#b7bac9}.home-page .editorial-empty__line{background:linear-gradient(90deg, var(--portal-purple), var(--portal-magenta))}.home-page .home-news{background:var(--portal-surface-strong)}.home-page .home-news__cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;display:grid}.home-page .home-news__card{background:var(--lh-white);border:1px solid var(--portal-border);min-width:0;min-height:420px;transition:border-color var(--lh-transition), box-shadow var(--lh-transition), transform var(--lh-transition);border-radius:12px;grid-template-rows:180px 1fr;display:grid;overflow:hidden;box-shadow:0 3px 12px #201c5d0f}.home-page .home-news__card:hover,.home-page .home-news__card:focus-visible{border-color:#4424f459;transform:translateY(-4px);box-shadow:0 16px 34px #201c5d21}.home-page .home-news__card>img,.home-page .home-news__card-media-fallback{object-fit:cover;width:100%;height:180px}.home-page .home-news__card-media-fallback{color:#ffffffb3;background:linear-gradient(145deg,#4424f4eb,#088bdad1),url(/images/liaoning-hero-backdrop-desktop.webp) 50%/cover;place-items:center;display:grid}.home-page .home-news__card-media-fallback span{letter-spacing:.26em;font-size:12px;font-weight:800}.home-page .home-news__card-content{flex-direction:column;padding:22px 20px 20px;display:flex}.home-page .home-news__card time{color:#8d90a0;justify-content:space-between;align-items:center;font-size:12px;display:flex}.home-page .home-news__card time span{color:var(--portal-magenta);background:#fbeaf6;padding:3px 7px;font-size:10px}.home-page .home-news__card h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:14px 0 10px;font-size:18px;line-height:1.45;display:-webkit-box;overflow:hidden}.home-page .home-news__card p{color:var(--portal-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;line-height:1.75;display:-webkit-box;overflow:hidden}.home-page .home-news__card b{color:var(--portal-purple);justify-content:space-between;margin-top:auto;padding-top:18px;font-size:12px;display:flex}.home-page .home-activities{color:var(--lh-ink);background:var(--portal-surface);overflow:visible}.home-page .home-activities:before,.home-page .home-activities__orbit{display:none}.home-page .home-activities__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.home-page .home-activities__grid a{background:var(--lh-white);border:1px solid var(--portal-border);min-height:230px;transition:color var(--lh-transition), background var(--lh-transition), transform var(--lh-transition);border-radius:12px;padding:26px;display:grid;position:relative;overflow:hidden;box-shadow:0 3px 12px #201c5d0d}.home-page .home-activities__grid a:hover,.home-page .home-activities__grid a:focus-visible{color:var(--lh-white);background:linear-gradient(145deg, var(--portal-purple-dark), var(--portal-purple));transform:translateY(-4px)}.home-page .home-activities__index{color:#f0eff8;font-size:70px;font-weight:800;line-height:1;position:absolute;top:8px;right:16px}.home-page .home-activities__grid a:hover .home-activities__index,.home-page .home-activities__grid a:focus-visible .home-activities__index{color:#ffffff1a}.home-page .home-activities__grid time{color:var(--portal-purple);align-self:start;font-size:12px}.home-page .home-activities__grid strong{align-self:end;max-width:88%;margin-top:52px;font-size:22px;line-height:1.4}.home-page .home-activities__grid a>span:not(.home-activities__index){color:var(--portal-muted);margin-top:12px;font-size:12px}.home-page .home-activities__grid b{color:var(--portal-purple);position:absolute;bottom:24px;right:24px}.home-page .home-activities__grid a:hover time,.home-page .home-activities__grid a:focus-visible time,.home-page .home-activities__grid a:hover>span:not(.home-activities__index),.home-page .home-activities__grid a:focus-visible>span:not(.home-activities__index),.home-page .home-activities__grid a:hover b,.home-page .home-activities__grid a:focus-visible b{color:#ffffffc7}.home-page .home-moments{background:var(--portal-surface-strong)}.home-page .home-moments__published{background:0 0;border:0;gap:20px;min-height:0;overflow:visible}.home-page .home-moments__published a{border-radius:12px;min-height:360px;box-shadow:0 8px 24px #201c5d1f}.home-page .home-moments__published a:after{background:linear-gradient(#0000 30%,#171160e6)}.home-page .home-moments__published span{color:#e6b0da}.home-page .home-moments__frame{background:var(--lh-white);border:1px solid var(--portal-border);border-radius:12px;min-height:300px;overflow:hidden}.home-page .home-digital{background:var(--portal-surface)}.home-page .home-digital__gateway{background:linear-gradient(110deg,#1f147ef5,#4424f4de),url(/images/liaoning-hero-backdrop-desktop.webp) 50%/cover;border-radius:14px;grid-template-columns:minmax(300px,.8fr) minmax(420px,1fr);min-height:430px;padding:54px;box-shadow:0 16px 38px #201c5d24}.home-page .home-digital__gateway h3{font-size:clamp(38px,4.6vw,60px)}.home-page .home-digital__gateway>div:first-child span{color:#e6b0da}.home-page .home-digital__list{background:#ffffff1f;border-color:#ffffff42;border-radius:10px;overflow:hidden}.home-page .home-digital__list a{min-height:76px}.home-page .home-digital__list a>span{color:#e6b0da}.home-page .home-products{background:var(--portal-surface-strong)}.home-page .home-products__layout{background:var(--lh-white);border:1px solid var(--portal-border);border-radius:12px;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);min-height:410px;overflow:hidden}.home-page .home-products__vertical{display:none}.home-page .home-products__copy{background:linear-gradient(145deg,#f8f3ff,#f3f7ff);padding:48px 40px}.home-page .home-products__copy h3{font-size:clamp(32px,3.5vw,48px)}.home-page .home-products__published{gap:1px}.home-page .home-products__published a{background:linear-gradient(145deg, var(--portal-purple), #168bcf);min-height:204px}.home-page .home-products__published span{color:#f0bde3}.home-page .home-history{color:var(--lh-ink);background:var(--portal-surface)}.home-page .home-history__published{background:0 0;border:0;gap:16px}.home-page .home-history__published a{min-height:170px;color:var(--lh-ink);background:var(--lh-white);border:1px solid var(--portal-border);transition:color var(--lh-transition), background var(--lh-transition), transform var(--lh-transition);border-radius:10px}.home-page .home-history__published a:hover,.home-page .home-history__published a:focus-visible{color:var(--lh-white);background:var(--portal-purple);transform:translateY(-3px)}.home-page .home-history__published span{color:var(--portal-magenta)}.home-page .home-history__published a:hover span,.home-page .home-history__published a:focus-visible span{color:#f3c2e5}.home-page .home-history__timeline{color:#a6a8b6}.home-page .home-history__timeline strong{background:var(--portal-purple)}@media (max-width:1240px){.site-header--home{height:96px}.site-header--home .site-header__inner,.site-header--home.site-header--solid .site-header__inner{width:min(calc(100% - (2 * var(--lh-page-gutter))), 1200px)}.home-page .hero__official-picture--artwork-led .hero__official-art{top:96px}.home-page .hero__carousel-controls{top:112px}.home-page .quick-links__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-page .quick-link:nth-child(3n){border-right:0}.home-page .quick-link:nth-child(-n+3){border-bottom:1px solid var(--portal-border)}.home-page .home-news__cards{grid-template-columns:repeat(2,minmax(0,1fr))}.home-page .home-news__card{grid-template-rows:220px 1fr}.home-page .home-news__card>img,.home-page .home-news__card-media-fallback{height:220px}}@media (max-width:900px){.home-page .home-activities__grid{grid-template-columns:1fr}.home-page .home-activities__grid a{min-height:190px}.home-page .home-digital__gateway,.home-page .home-products__layout{grid-template-columns:1fr}.home-page .home-products__published{min-height:390px}}@media (max-width:767px){.site-header--home,.site-header--home.site-header--solid{height:68px}.site-header--home{background:#1c1371eb}.site-header--home .site-header__inner,.site-header--home.site-header--solid .site-header__inner{width:calc(100% - 32px)}.site-header--home .site-brand{min-width:0}.site-header--home .site-brand__copy strong,.site-header--home.site-header--solid .site-brand__copy strong{font-size:17px}.home-page .hero{min-height:660px}.home-page .hero__official-picture--artwork-led .hero__official-art{object-fit:cover;height:100%;top:0}.home-page .hero__wash{background:linear-gradient(90deg,#1b1274d1,#144cb775),linear-gradient(#0000 38%,#19106bf5 100%)}.home-page .hero__content,.home-page .hero__content--artwork-led,.home-page .hero__content--mobile-artwork-led{padding-top:112px;padding-bottom:102px}.home-page .hero__identity--artwork-led:not(.hero__identity--mobile-artwork-led){width:auto;height:auto;padding:initial;clip:auto;white-space:normal;margin:0;position:static;overflow:visible}.home-page .hero h1{font-size:clamp(32px,9.5vw,44px)}.home-page .hero__subtitle{font-size:13px}.home-page .hero__actions{grid-template-columns:1fr 1fr;display:grid}.home-page .hero__actions a{min-height:46px}.home-page .countdown{gap:14px}.home-page .countdown__units{gap:5px}.home-page .countdown__units strong{font-size:clamp(29px,9vw,40px)}.home-page .hero__carousel-controls{top:76px}.home-page .quick-links{padding-bottom:38px}.home-page .quick-links__grid{grid-template-columns:repeat(2,minmax(0,1fr));width:calc(100% - 24px)}.home-page .quick-link,.home-page .quick-link:nth-child(odd){border-right:1px solid var(--portal-border);border-bottom:1px solid var(--portal-border);min-height:150px;padding:18px 14px}.home-page .quick-link:nth-child(2n){border-right:0}.home-page .quick-link:nth-last-child(-n+2){border-bottom:0}.home-page .quick-link__copy strong{font-size:16px}.home-page .quick-link__copy>span{display:none}.home-page .home-section{padding-block:44px}.home-page .section-heading,.home-page .section-heading--light{grid-template-columns:1fr auto;align-items:end;gap:12px;margin-bottom:22px;display:grid}.home-page .section-heading>div{display:grid}.home-page .section-heading h2{font-size:30px}.home-page .section-heading p,.home-page .section-heading--light p{margin:5px 0 0;font-size:15px}.home-page .section-heading>a,.home-page .section-heading--light>a{grid-area:1/2;align-self:end;min-height:44px}.home-page .home-news__cards{grid-template-columns:1fr}.home-page .home-news__card{grid-template-rows:210px 1fr;min-height:410px}.home-page .home-news__card>img,.home-page .home-news__card-media-fallback{height:210px}.home-page .home-activities__grid a{min-height:180px;padding:22px}.home-page .home-activities__grid strong{margin-top:42px;font-size:20px}.home-page .home-moments__published{grid-template-columns:1fr}.home-page .home-moments__published a{min-height:290px}.home-page .home-digital__gateway{min-height:530px;padding:34px 22px}.home-page .home-digital__gateway h3{font-size:38px}.home-page .home-products__copy{padding:34px 24px}.home-page .home-products__published{grid-template-columns:1fr 1fr}.home-page .home-products__published a{min-height:170px}.home-page .home-history__published{grid-template-columns:1fr}}@media (max-width:359px){.home-page .quick-link{padding-inline:11px}.home-page .home-products__published{grid-template-columns:1fr}}.home-page{--portal-v2-blue:#132e96;--portal-v2-blue-deep:#17167d;--portal-v2-purple:#6d18c4;--portal-v2-magenta:#d72a9e;--portal-v2-paper:#f2f3fb;--portal-v2-paper-strong:#e9ebf8;--portal-v2-line:#e1e3ef;background:var(--portal-v2-paper)}.site-header--home,.site-header--home.site-header--solid{height:120px;color:var(--lh-white)}.site-header--home:not(.site-header--solid){box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:linear-gradient(#110e70b8 0%,#13238947 72%,#0000 100%);border-bottom-color:#ffffff24;position:absolute}.site-header--home.site-header--solid{-webkit-backdrop-filter:saturate(120%)blur(12px);backdrop-filter:saturate(120%)blur(12px);background:linear-gradient(105deg,#181185fa,#1c3ea8f7);border-bottom-color:#ffffff38;position:fixed;box-shadow:0 10px 30px #0810482e}.site-header--home .site-header__inner,.site-header--home.site-header--solid .site-header__inner{justify-content:flex-start;gap:0;width:calc(100% - 40px);max-width:none}.site-header--home .desktop-navigation,.site-header--home.site-header--solid .desktop-navigation{margin-left:auto}.site-header--home .site-header__actions,.site-header--home.site-header--solid .site-header__actions{margin-left:clamp(18px,2vw,36px)}.site-header--home .site-brand,.site-header--home.site-header--solid .site-brand,.site-header--home .desktop-navigation>a,.site-header--home.site-header--solid .desktop-navigation>a,.site-header--home .desktop-navigation__trigger,.site-header--home.site-header--solid .desktop-navigation__trigger,.site-header--home .site-header__actions,.site-header--home.site-header--solid .site-header__actions{color:var(--lh-white);text-shadow:0 1px 8px #03102e61}.site-header--home .site-brand,.site-header--home.site-header--solid .site-brand{gap:14px;min-width:clamp(320px,24vw,410px)}.site-header--home .site-brand__mark,.site-header--home.site-header--solid .site-brand__mark{width:52px;height:52px}.site-header--home .site-brand__copy strong,.site-header--home.site-header--solid .site-brand__copy strong{font-size:15px}.site-header--home .site-brand__copy small,.site-header--home.site-header--solid .site-brand__copy small{opacity:.82;margin-top:7px;font-size:7px}.site-header--home .desktop-navigation>a:after,.site-header--home.site-header--solid .desktop-navigation>a:after,.site-header--home .desktop-navigation__trigger:after,.site-header--home.site-header--solid .desktop-navigation__trigger:after{background:var(--lh-white);bottom:27px}.content-detail-page:not(.overview-page,.preview-page){padding-top:120px}.content-detail-page:not(.overview-page,.preview-page) .content-article__header{padding-top:0}.content-detail-page:not(.overview-page,.preview-page) .content-detail-page__breadcrumb{font-size:clamp(12px,.68vw,13px)}.content-detail-page:not(.overview-page,.preview-page) .content-article__header>p:first-child{font-size:clamp(11px,.62vw,12px)}.content-detail-page:not(.overview-page,.preview-page) .content-article__header h1{font-size:clamp(36px,4.6vw,64px)}.content-detail-page:not(.overview-page,.preview-page) .content-article__byline{font-size:clamp(12px,.68vw,13px)}.home-page .hero,.home-page .hero.hero--artwork-led{background:#0d2174;min-height:816px}.home-page .hero__official-picture,.home-page .hero__official-picture--artwork-led{background:#0d2174}.home-page .hero__official-art,.home-page .hero__official-picture--artwork-led .hero__official-art{object-fit:cover;object-position:56% center;filter:saturate(.98)contrast(1.03);width:100%;height:100%;inset:0}.home-page .hero__wash,.home-page .hero--artwork-led .hero__wash{background:linear-gradient(90deg,#161075e6 0%,#172388bd 34%,#12328b42 68%,#0a1c5c33 100%),linear-gradient(#0000 54%,#140c69d1 100%),linear-gradient(#0c166957 0%,#0000 30%)}.home-page .hero__content,.home-page .hero__content--artwork-led{padding-top:242px;padding-bottom:126px}.home-page .hero__event-lockup{max-width:480px;color:var(--lh-white);align-items:center;gap:14px;margin-bottom:26px;display:inline-flex}.home-page .hero__event-lockup img{filter:drop-shadow(0 8px 18px #050f4d38);flex:none;width:46px;height:46px}.home-page .hero__event-lockup>span{gap:4px;min-width:0;display:grid}.home-page .hero__event-lockup strong{letter-spacing:.07em;font-size:16px;font-weight:700;line-height:1.25}.home-page .hero__event-lockup small{letter-spacing:.12em;color:#ffffffb8;font-size:7px;font-weight:600;line-height:1.35}.home-page .hero h1{letter-spacing:0;text-shadow:0 4px 22px #050d406b;max-width:1060px;font-size:clamp(48px,4.5vw,66px);font-weight:800;line-height:1.12}.home-page .hero__english{letter-spacing:0;max-width:980px;color:var(--lh-white);margin-top:10px;font-size:clamp(13px,1.22vw,17px);line-height:1.45}.home-page .hero__meta{margin-top:26px;font-size:clamp(18px,1.6vw,24px);font-weight:700}.home-page .hero__meta i{background:#ffffff7a;border:0;flex:0 0 1px;width:1px;height:42px}.home-page .hero__actions{margin-top:24px}.home-page .hero__actions a{border-radius:0;min-width:222px;min-height:52px;padding:15px 26px}.home-page .hero__primary{background:var(--portal-v2-magenta)}.home-page .countdown{align-items:end;gap:28px;margin-top:30px}.home-page .countdown__label{width:170px;min-width:170px;padding-bottom:8px}.home-page .countdown__label span{font-size:17px;font-weight:700}.home-page .countdown__label small{letter-spacing:.08em;color:#ffffffad;margin-top:8px;font-size:8px;line-height:1.55}.home-page .countdown__units{grid-template-columns:repeat(4,minmax(78px,100px));gap:10px;display:grid}.home-page .countdown__units div{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:linear-gradient(155deg,#ffffff2b,#ffffff12);border:1px solid #ffffff29;place-content:center;min-width:0;min-height:82px;padding:8px 12px 7px;display:grid;box-shadow:0 14px 32px #070f4a29}.home-page .countdown__units strong{font-variant-numeric:tabular-nums;text-align:center;font-size:clamp(34px,3vw,44px);font-weight:700;line-height:.95}.home-page .countdown__units span{letter-spacing:.08em;color:#ffffffc2;justify-content:center;align-items:baseline;gap:4px;margin-top:10px;font-size:9px;display:flex}.home-page .countdown__units span small{letter-spacing:.05em;color:#ffffff85;font-size:6px}.home-page .countdown[data-phase=unconfigured] .countdown__units{opacity:.72}.home-page .hero__announcement{z-index:4;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:linear-gradient(90deg,#110d678f,#0d27714d);border-top-color:#ffffff3d}.home-page .hero__announcement-inner{min-height:82px}.home-page .hero__announcement-label{box-sizing:border-box;white-space:nowrap;min-width:136px;min-height:40px;color:var(--lh-white);background:#f39800;border-radius:999px;flex:none;justify-content:center;align-self:center;align-items:center;gap:7px;padding:8px 16px;line-height:1;display:inline-flex}.home-page .hero__announcement-icon{flex:none;width:18px;height:18px}.home-page .hero__announcement-label small{color:var(--lh-white);margin-top:0}.home-page .hero__carousel-controls{top:138px}.home-shortcuts{color:var(--lh-white);background:linear-gradient(105deg, var(--portal-purple) 0%, var(--portal-v2-purple) 64%, var(--portal-v2-magenta) 100%);border-bottom:1px solid #ffffff2e;box-shadow:0 12px 32px #17167d2e}.home-shortcuts__grid{grid-template-columns:repeat(5,minmax(0,1fr));min-height:158px;display:grid}.home-shortcuts__grid>a{min-width:0;min-height:44px;color:var(--lh-white);text-align:center;touch-action:manipulation;align-content:center;justify-items:center;gap:10px;padding:20px 8px 18px;transition:color .18s,background .18s;display:grid}.home-shortcuts__grid>a:hover,.home-shortcuts__grid>a:focus-visible{color:var(--lh-white);background:#ffffff1a}.home-shortcuts__grid>a+a{border-left:1px solid #ffffff24}.home-shortcuts__grid>a:focus-visible{z-index:1;outline-offset:-3px;outline:3px solid #ffffffe0;position:relative}.home-shortcuts__icon{width:68px;height:68px;color:var(--lh-white);background:#ffffff24;border:1px solid #ffffff3d;border-radius:22px;place-items:center;transition:transform .18s,background .18s,border-color .18s,box-shadow .18s;display:grid;position:relative;overflow:hidden;box-shadow:0 8px 20px #060f5833}.home-shortcuts__icon:before{content:"";background:#ffffff1a;border-radius:50%;width:72px;height:52px;position:absolute;bottom:-25px;right:-20px;transform:rotate(-20deg)}.home-shortcuts__icon svg{z-index:1;stroke-width:2.2px;width:38px;height:38px;position:relative}.home-shortcuts__grid>a:hover .home-shortcuts__icon,.home-shortcuts__grid>a:focus-visible .home-shortcuts__icon{background:#ffffff36;border-color:#ffffff61;transform:translateY(-2px);box-shadow:0 11px 26px #060f5847}.home-shortcuts__label{text-overflow:ellipsis;white-space:nowrap;text-shadow:0 1px 8px #060f584d;max-width:100%;font-size:clamp(17px,1.6vw,21px);font-weight:600;line-height:1.2;overflow:hidden}.home-service-rail{z-index:88;background:#fffffff5;border-radius:40px;width:78px;display:grid;position:fixed;top:50%;right:28px;overflow:hidden;transform:translateY(-50%);box-shadow:0 12px 38px #12205b2e}.home-service-rail a{color:#41485c;border-bottom:1px solid #edf0f7;place-items:center;min-height:92px;padding:12px 6px;transition:color .18s,background .18s;display:grid}.home-service-rail a:last-child{border-bottom:0}.home-service-rail a:hover,.home-service-rail a:focus-visible{color:var(--lh-white);background:var(--portal-v2-blue)}.home-service-rail span{font-size:14px;font-weight:700}.home-service-rail small{letter-spacing:.08em;margin-top:5px;font-size:7px}.home-page .quick-links{color:var(--lh-ink);background:#f5f6fa;padding:60px 0 76px}.home-page .quick-links__grid{width:min(calc(100% - (2 * var(--lh-page-gutter))), var(--portal-content));box-shadow:none;background:0 0;border:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;overflow:visible}.home-page .quick-link,.home-page .quick-link:nth-child(n){min-width:0;color:var(--lh-ink);background:var(--lh-white);border:0;border-radius:15px;overflow:hidden;transform:none;box-shadow:0 10px 30px #1c265917}.home-page .quick-link:before{display:none}.home-page .quick-link--feature{grid-template-rows:276px 1fr;grid-template-columns:1fr;min-height:520px;padding:0;display:grid;position:relative}.home-page .quick-link--feature:hover,.home-page .quick-link--feature:focus-visible{color:var(--lh-ink);background:var(--lh-white);transform:translateY(-4px);box-shadow:0 18px 44px #1c26592b}.home-page .quick-link__media{grid-area:1/1;display:block;position:relative;overflow:hidden}.home-page .quick-link__media:after{content:"";background:linear-gradient(#0a155314,#0c14436b);position:absolute;inset:0}.home-page .quick-link__media img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.home-page .quick-link--feature:hover .quick-link__media img,.home-page .quick-link--feature:focus-visible .quick-link__media img{transform:scale(1.025)}.home-page .quick-link--feature .quick-link__index{z-index:2;color:var(--lh-white);position:absolute;top:20px;left:22px}.home-page .quick-link--feature>svg{z-index:2;width:58px;height:58px;color:var(--portal-v2-blue);background:var(--lh-white);border-radius:50%;padding:13px;position:absolute;top:226px;left:50%;transform:translate(-50%);box-shadow:0 7px 20px #0e185038}.home-page .quick-link--feature:hover>svg,.home-page .quick-link--feature:focus-visible>svg{color:var(--portal-v2-blue)}.home-page .quick-link--feature .quick-link__copy{text-align:center;grid-area:2/1;align-content:start;justify-items:center;gap:6px;margin:0;padding:48px 28px 24px}.home-page .quick-link--feature .quick-link__copy strong{font-size:25px}.home-page .quick-link--feature .quick-link__copy small{color:#777c90;font-size:9px}.home-page .quick-link--feature .quick-link__copy>span{color:#62677a;min-height:0;margin-top:12px;font-size:14px}.home-page .quick-link--feature:hover .quick-link__copy small,.home-page .quick-link--feature:focus-visible .quick-link__copy small{color:#777c90}.home-page .quick-link--feature:hover .quick-link__copy>span,.home-page .quick-link--feature:focus-visible .quick-link__copy>span{color:#62677a}.home-page .quick-link--feature .quick-link__arrow{color:var(--portal-v2-blue);position:absolute;bottom:20px;right:22px}.home-page .quick-link--compact{min-height:142px;color:var(--lh-white);background:linear-gradient(125deg,#142c96,#263db8);border-radius:11px;grid-template-rows:1fr;grid-template-columns:54px 1fr auto;align-items:center;gap:18px;padding:24px 28px;display:grid}.home-page .quick-link--compact:nth-child(5){background:linear-gradient(125deg,#7225ad,#a227b7)}.home-page .quick-link--compact:nth-child(4){color:var(--lh-white);background:linear-gradient(125deg,#142c96,#263db8)}.home-page .quick-link--compact:nth-child(6){background:linear-gradient(125deg,#1c43ad,#247fc9)}.home-page .quick-link--compact:hover,.home-page .quick-link--compact:focus-visible{color:var(--lh-white);background:linear-gradient(125deg,#2017a1,#6224c6);transform:translateY(-3px);box-shadow:0 17px 36px #1c26592e}.home-page .quick-link--compact .quick-link__index{display:none}.home-page .quick-link--compact>svg{width:44px;height:44px;color:var(--lh-white);grid-area:1/1}.home-page .quick-link--compact:nth-child(4)>svg{color:var(--lh-white)}.home-page .quick-link--compact .quick-link__copy{grid-area:1/2;gap:4px;margin:0}.home-page .quick-link--compact .quick-link__copy strong{font-size:21px}.home-page .quick-link--compact .quick-link__copy small,.home-page .quick-link--compact .quick-link__copy>span{color:#ffffffb8}.home-page .quick-link--compact .quick-link__copy>span{-webkit-line-clamp:1;min-height:0;margin:0}.home-page .quick-link--compact .quick-link__arrow{color:var(--lh-white);grid-area:1/3}.home-page .home-section{background:var(--portal-v2-paper);padding-block:76px}.home-page .home-section:nth-of-type(2n){background:var(--portal-v2-paper)}.home-page .section-heading,.home-page .section-heading--light{margin-bottom:30px}.home-page .section-heading h2{font-size:clamp(36px,3.3vw,44px)}.home-page .section-heading p,.home-page .section-heading--light p{color:#d9dbea;font-size:clamp(27px,3vw,42px)}.home-page .section-heading>a,.home-page .section-heading--light>a{color:#464b5f;border-radius:7px;min-height:40px;padding:10px 18px}.home-page .editorial-empty,.home-page .editorial-empty--light{color:#5d6378;border-color:var(--portal-v2-line);background:#ffffffeb;border-radius:10px;min-height:154px;padding:28px 34px}.home-page .editorial-empty__line{margin-bottom:16px}.home-page .editorial-empty p{margin-bottom:7px}.home-page .editorial-empty strong,.home-page .editorial-empty--light strong{color:#aeb4c8;font-size:clamp(20px,2vw,30px)}.home-page .home-section.home-news{background:var(--portal-v2-paper-strong)}.home-page .home-news__cards{gap:26px}.home-page .home-news__card{border:0;border-radius:12px;grid-template-rows:245px 1fr;min-height:420px;box-shadow:0 5px 18px #242d5a17}.home-page .home-news__card>img,.home-page .home-news__card-media-fallback{height:245px}.home-page .home-news__card-media-fallback{background:linear-gradient(145deg,#192c93b8,#741bb78a),url(/images/liaoning-portal-overview-v2.webp) 50%/cover}.home-page .home-news__card-content{padding:20px 17px 16px}.home-page .home-news__card h3{font-size:17px}.home-page .home-news>.lh-container>.editorial-empty{min-height:180px}.home-page .home-section.home-activities{color:var(--lh-ink);background:#f4f5fa}.home-page .home-activities__layout{grid-template-columns:205px 1fr;align-items:stretch;gap:38px;display:grid}.home-page .home-activities__rail{color:#353a50;background:var(--lh-white);border-radius:11px;align-content:start;min-height:350px;padding:30px 24px;display:grid}.home-page .home-activities__rail>span{letter-spacing:.18em;color:var(--portal-v2-purple);font-size:9px}.home-page .home-activities__rail strong{margin-top:12px;font-size:24px}.home-page .home-activities__rail p{color:#707588;margin:22px 0 0;font-size:13px;line-height:1.8}.home-page .home-activities__rail a{min-height:54px;color:var(--lh-white);background:linear-gradient(100deg, var(--portal-v2-blue), var(--portal-v2-purple));justify-content:space-between;align-items:center;margin-top:auto;padding:0 18px;display:flex}.home-page .home-activities__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.home-page .home-activities__grid a{border:0;border-radius:11px;min-height:166px;padding:22px}.home-page .home-activities__index{font-size:48px;top:8px;right:12px}.home-page .home-activities__grid strong{margin-top:34px;font-size:17px}.home-page .home-activities__layout>.editorial-empty{min-height:350px}.home-page .home-section.home-moments{color:var(--lh-white);background:linear-gradient(110deg,#132c92,#4b278e)}.home-page .home-moments .section-heading,.home-page .home-moments .section-heading h2{color:var(--lh-white)}.home-page .home-moments .section-heading p{color:#ffffff6b}.home-page .home-moments .section-heading>a{color:var(--lh-white);background:0 0;border-color:#ffffff80}.home-page .home-moments__frame{background:#0d186057;border:0;border-radius:0;grid-template-columns:minmax(0,1.5fr) minmax(300px,.7fr);min-height:500px;overflow:hidden}.home-page .home-moments__visual{color:var(--lh-white);background:#111d74;padding:0;display:block;position:relative}.home-page .home-moments__visual:after{content:"";background:linear-gradient(#0000 38%,#111358e0);position:absolute;inset:0}.home-page .home-moments__visual img{object-fit:cover;width:100%;height:100%}.home-page .home-moments__visual span{z-index:2;letter-spacing:0;font-size:28px;font-weight:700;position:absolute;bottom:30px;left:34px;right:34px}.home-page .home-moments .editorial-empty{color:#ffffffc2;background:#ffffff14;border:0;border-left:1px solid #ffffff29;border-radius:0;min-height:500px}.home-page .home-moments .editorial-empty strong{color:#ffffff57}.home-page .home-section.home-digital{background:var(--portal-v2-paper)}.home-page .home-digital__gateway{min-height:0;color:var(--lh-ink);background:var(--lh-white);border-radius:12px;grid-template-rows:auto 430px;grid-template-columns:minmax(0,1.45fr) minmax(320px,.75fr);padding:0;box-shadow:0 14px 36px #1f295b1a}.home-page .home-digital__gateway:before,.home-page .home-digital__gateway:after{display:none}.home-page .home-digital__intro{z-index:1;min-height:144px;color:var(--lh-white);background:linear-gradient(100deg, var(--portal-v2-blue), #168f91);grid-column:1/-1;grid-template-columns:1fr auto;align-items:center;padding:28px 34px;display:grid}.home-page .home-digital__intro>span{letter-spacing:.2em;color:#ffffffb3;grid-column:1;font-size:9px}.home-page .home-digital__intro h3{grid-column:1;margin:7px 0 0;font-size:34px;line-height:1.12}.home-page .home-digital__intro a{min-height:48px;color:var(--lh-white);border-color:#ffffff94;grid-area:1/2/span 2}.home-page .home-digital__visual{min-width:0;overflow:hidden}.home-page .home-digital__visual img{object-fit:cover;width:100%;height:100%}.home-page .home-digital__list{color:var(--lh-ink);border:0;border-left:1px solid var(--portal-v2-line);background:#f8f9fc;border-radius:0;align-self:stretch;overflow:auto}.home-page .home-digital__list a{color:var(--lh-ink);border-bottom-color:var(--portal-v2-line)}.home-page .home-digital__gateway>.editorial-empty{border:0;border-left:1px solid var(--portal-v2-line);border-radius:0;min-height:430px}.home-page .home-section.home-products{background:var(--portal-v2-paper-strong)}.home-page .home-products__layout{border:0;border-radius:0;grid-template-columns:minmax(320px,.8fr) minmax(0,1.2fr);min-height:470px}.home-page .home-products__copy{z-index:1;color:var(--lh-white);background:linear-gradient(120deg,#1a1989f0,#6318b2e0),url(/images/liaoning-portal-overview-v2.webp) 50%/cover;padding:56px 46px;position:relative}.home-page .home-products__copy>span,.home-page .home-products__copy a{color:#f2b3e3}.home-page .home-products__layout>.editorial-empty{min-height:470px;color:var(--lh-white);background:linear-gradient(90deg,#14237957,#1423799e),url(/images/liaoning-portal-credential-v2.webp) 50%/cover;border:0;border-radius:0}.home-page .home-products__layout>.editorial-empty strong{color:#ffffffad}.home-page .home-section.home-history{color:var(--lh-ink);background:var(--portal-v2-paper)}.home-page .home-history__timeline{color:#9da2b4;margin:12px 0 28px}.home-page .home-history__timeline i{background:#d4d7e4}.home-page .home-history>.lh-container>.editorial-empty{min-height:140px}.site-footer--home{background:#203b91}.site-footer--home .site-footer__glow{opacity:.35}.site-footer--home .site-footer__grid{width:min(calc(100% - (2 * var(--lh-page-gutter))), 1200px);grid-template-columns:minmax(300px,1.2fr) minmax(150px,.45fr) minmax(260px,.8fr);gap:70px;padding-block:48px 40px}.site-footer--home .site-footer__index{color:#8fcef7;margin-bottom:14px}.site-footer--home .site-footer__identity h2{max-width:470px;font-size:clamp(24px,2.5vw,34px)}.site-footer--home .site-footer__identity>p:last-child{margin-top:12px}.site-footer--home .site-footer__bottom{width:min(calc(100% - (2 * var(--lh-page-gutter))), 1200px);color:#ffffffa3;padding-block:17px 22px}@media (max-width:1240px){.site-header--home,.site-header--home.site-header--solid{height:96px}.site-header--home .site-header__inner,.site-header--home.site-header--solid .site-header__inner{width:min(calc(100% - (2 * var(--lh-page-gutter))), 1200px);justify-content:space-between;gap:26px}.site-header--home .site-header__actions,.site-header--home.site-header--solid .site-header__actions{margin-left:auto}.content-detail-page:not(.overview-page,.preview-page){padding-top:96px}.home-page .hero__content,.home-page .hero__content--artwork-led{padding-top:184px}.home-page .hero__carousel-controls{top:108px}.home-service-rail{display:none}.home-page .quick-links__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-page .quick-link:nth-child(n){border:0}.home-page .home-news__cards{gap:18px}}@media (max-width:900px){.home-page .quick-links__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-page .quick-link--feature:nth-child(3){grid-column:1/-1}.home-page .home-activities__layout{grid-template-columns:1fr;gap:18px}.home-page .home-activities__rail{min-height:190px}.home-page .home-activities__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-page .home-moments__frame,.home-page .home-digital__gateway,.home-page .home-products__layout{grid-template-columns:1fr}.home-page .home-digital__gateway{grid-template-rows:auto 360px auto}.home-page .home-digital__intro,.home-page .home-digital__visual,.home-page .home-digital__list,.home-page .home-digital__gateway>.editorial-empty{grid-column:1}.home-page .home-digital__gateway>.editorial-empty{border-top:1px solid var(--portal-v2-line);border-left:0;min-height:180px}}@media (max-width:767px){.site-header--home,.site-header--home.site-header--solid{height:68px}.site-header--home:not(.site-header--solid){background:linear-gradient(#140f74d1 0%,#16258b6b 74%,#0000 100%)}.site-header--home.site-header--solid{background:linear-gradient(105deg,#181185fc,#1c3ea8fa)}.site-header--home .site-header__inner,.site-header--home.site-header--solid .site-header__inner{width:calc(100% - 32px)}.site-header--home .site-brand,.site-header--home.site-header--solid .site-brand{gap:10px;min-width:0}.site-header--home .site-brand__mark,.site-header--home.site-header--solid .site-brand__mark{width:36px;height:36px}.site-header--home .site-brand__copy strong,.site-header--home.site-header--solid .site-brand__copy strong{font-size:17px}.site-brand__full{display:none}.site-brand__compact{display:block}.content-detail-page:not(.overview-page,.preview-page){padding-top:68px}.content-detail-page:not(.overview-page,.preview-page) .content-article__header h1{font-size:34px}.home-page .hero,.home-page .hero.hero--artwork-led{min-height:700px}.home-page .hero__official-art,.home-page .hero__official-picture--artwork-led .hero__official-art{object-position:62% center}.home-page .hero__wash,.home-page .hero--artwork-led .hero__wash{background:linear-gradient(90deg,#171177eb,#14369180),linear-gradient(#0000 32%,#140d68f5 100%)}.home-page .hero__content,.home-page .hero__content--artwork-led,.home-page .hero__content--mobile-artwork-led{padding-top:104px;padding-bottom:106px}.home-page .hero__event-lockup{gap:10px;max-width:310px;margin-bottom:18px}.home-page .hero__event-lockup img{width:38px;height:38px}.home-page .hero__event-lockup strong{letter-spacing:.04em;font-size:12px}.home-page .hero__event-lockup small{letter-spacing:.08em;font-size:5px}.home-page .hero h1{font-size:clamp(33px,10vw,42px)}.home-page .hero__english{font-size:10px}.home-page .hero__meta{margin-top:18px;font-size:17px}.home-page .hero__actions a{min-width:0}.home-page .countdown{gap:12px;margin-top:22px;display:grid}.home-page .countdown__label{gap:4px;width:auto;min-width:0;padding-bottom:0;display:grid}.home-page .countdown__label span{font-size:14px}.home-page .countdown__label small{margin-top:0;font-size:7px}.home-page .countdown__units{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;width:100%}.home-page .countdown__units div{min-width:0;min-height:68px;padding:7px 3px 6px}.home-page .countdown__units strong{font-size:clamp(26px,8vw,34px)}.home-page .countdown__units span{gap:2px;margin-top:8px;font-size:8px}.home-page .countdown__units span small{font-size:5px}.home-page .hero__announcement-label{background:#f39800;border-radius:999px;gap:6px;min-width:116px;min-height:38px;padding:7px 12px;font-size:13px}.home-page .hero__announcement-icon{width:16px;height:16px}.home-page .hero__announcement-inner{min-height:68px}.home-shortcuts__grid{width:100%;min-height:126px}.home-shortcuts__grid>a{gap:8px;padding:14px 2px 12px}.home-shortcuts__icon{border-radius:17px;width:52px;height:52px}.home-shortcuts__icon svg{width:30px;height:30px}.home-shortcuts__label{font-size:clamp(12px,3.55vw,15px)}.home-page .quick-links{padding:28px 0 44px}.home-page .quick-links__grid{grid-template-columns:1fr;gap:14px;width:calc(100% - 24px)}.home-page .quick-link--feature,.home-page .quick-link--feature:nth-child(3){grid-column:auto;grid-template-rows:220px 1fr;min-height:430px}.home-page .quick-link--feature>svg{top:174px}.home-page .quick-link--compact{min-height:118px;padding:20px}.home-page .home-section{padding-block:48px}.home-page .home-news__card{grid-template-rows:210px 1fr}.home-page .home-news__card>img,.home-page .home-news__card-media-fallback{height:210px}.home-page .home-activities__grid{grid-template-columns:1fr}.home-page .home-moments__frame{min-height:0}.home-page .home-moments__visual{min-height:290px}.home-page .home-moments .editorial-empty{border-top:1px solid #ffffff29;border-left:0;min-height:160px}.home-page .home-digital__intro{grid-template-columns:1fr;padding:24px}.home-page .home-digital__intro a{grid-area:auto/1;justify-self:start;margin-top:18px}.home-page .home-products__layout>.editorial-empty{min-height:300px}.site-footer--home .site-footer__grid{grid-template-columns:1fr;gap:34px;width:calc(100% - 40px);padding-block:44px 36px}.site-footer--home .site-footer__bottom{width:calc(100% - 40px)}}@media (prefers-reduced-motion:reduce){.home-page .quick-link__media img{transition:none}}.home-page .home-moments-carousel.home-section{height:676px;color:var(--lh-white);background:#24328f url(/images/liaoning-moments-bg.png) 50%/cover no-repeat;margin-bottom:58px;padding:0;position:relative;overflow:visible}.home-page .home-moments-carousel__ambient{display:none}.home-page .home-moments-carousel__container{box-sizing:border-box;width:min(1200px,100% - 56px);height:676px;margin:0 auto;padding-top:82px;position:relative}.home-page .home-moments-carousel__header{justify-content:space-between;align-items:center;min-height:48px;margin-bottom:30px;display:flex}.home-page .home-moments-carousel__header h2{color:var(--lh-white);margin:0;font-size:40px;font-weight:700;line-height:1.2}.home-page .home-moments-carousel__header h2 span{color:#dbd9ea;margin-left:12px;font-weight:600}.home-page .home-moments-carousel__header>a{min-width:140px;height:34px;color:var(--lh-white);border:1px solid #ffffffc7;border-radius:4px;justify-content:center;align-items:center;padding:0 16px;font-size:16px;transition:color .2s,background .2s;display:inline-flex;position:relative}.home-page .home-moments-carousel__header>a:before{content:"";position:absolute;inset:-5px 0}.home-page .home-moments-carousel__header>a:hover,.home-page .home-moments-carousel__header>a:focus-visible{color:#172d92;background:var(--lh-white);outline:0}.home-page .home-moments-carousel__stage{perspective:1200px;cursor:grab;touch-action:pan-y;-webkit-user-select:none;user-select:none;width:100%;height:439px;position:relative;overflow:hidden}.home-page .home-moments-carousel__stage.is-dragging{cursor:grabbing}.home-page .home-moments-carousel__stage:focus-visible{outline:3px solid var(--lh-cyan);outline-offset:5px}.home-page .home-moments-carousel__wrapper{pointer-events:none;height:439px;transform-style:preserve-3d;will-change:transform;transition-property:transform;transition-timing-function:cubic-bezier(.22,.61,.36,1);display:flex;position:absolute;top:0;left:0}.home-page .home-moments-carousel__slide{pointer-events:auto;height:376px;transform-style:preserve-3d;transform-origin:50%;will-change:transform;background:#0b1763;flex:none;transition-property:transform;transition-timing-function:cubic-bezier(.22,.61,.36,1);position:relative;overflow:hidden}.home-page .home-moments-carousel__media{width:100%;height:100%;color:var(--lh-white);text-align:left;cursor:pointer;background:#111d74;border:0;padding:0;text-decoration:none;display:block;position:relative;overflow:hidden}.home-page .home-moments-carousel__media>img,.home-page .home-moments-carousel__media>.public-image-fallback,.home-page .home-moments-carousel__fallback{object-fit:cover;width:100%;height:100%;display:grid}.home-page .home-moments-carousel__media>img{-webkit-user-drag:none}.home-page .home-moments-carousel__media:focus-visible{outline:3px solid var(--lh-cyan);outline-offset:-3px}.home-page .home-moments-carousel__fallback{color:#ffffff7a;letter-spacing:.18em;background:linear-gradient(135deg,#132e96,#4b278e);place-items:center;font-size:24px}.home-page .home-moments-carousel__shadow{pointer-events:none;position:absolute;inset:0}.home-page .home-moments-carousel__shadow--left{opacity:var(--moment-shadow-left);background:linear-gradient(90deg,#040a3feb,#0000 72%)}.home-page .home-moments-carousel__shadow--right{opacity:var(--moment-shadow-right);background:linear-gradient(270deg,#040a3feb,#0000 72%)}.home-page .home-moments-carousel__play{width:64px;height:64px;color:var(--lh-white);filter:drop-shadow(0 8px 20px #050c395c);position:absolute;top:50%;left:50%;transform:translate(-50%,-64%)}.home-page .home-moments-carousel__play svg{width:100%;height:100%}.home-page .home-moments-carousel__play circle{fill:#060f3ab3;stroke:#ffffffe6;stroke-width:2px}.home-page .home-moments-carousel__play path{fill:var(--lh-white)}.home-page .home-moments-carousel__title{height:75px;color:var(--lh-white);white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box;background:linear-gradient(#4424f4,#1d0c80);align-items:center;padding:0 22px;font-size:22px;line-height:1.35;display:flex;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.home-page .home-moments-carousel__thumb-nav svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:22px;height:22px}.home-page .home-moments-carousel__thumbs{z-index:8;color:#6335a0;background:var(--lh-white);box-sizing:border-box;align-items:center;gap:12px;width:min(1100px,100% - 100px);padding:8px 40px;display:flex;position:absolute;bottom:-50px;left:50%;transform:translate(-50%);box-shadow:0 18px 48px #0c134d29}.home-page .home-moments-carousel__thumb-nav{z-index:2;width:30px;height:72px;color:var(--lh-white);cursor:pointer;background:linear-gradient(-225deg,#8841a7,#3d34a5);border:0;border-radius:6px;place-items:center;padding:0;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.home-page .home-moments-carousel__thumb-nav:first-child{left:-15px}.home-page .home-moments-carousel__thumb-nav:last-child{right:-15px}.home-page .home-moments-carousel__thumb-nav:disabled{cursor:not-allowed;opacity:.32}.home-page .home-moments-carousel__thumb-nav:focus-visible,.home-page .home-moments-carousel__thumb-track button:focus-visible{outline:3px solid var(--lh-cyan);outline-offset:2px}.home-page .home-moments-carousel__thumb-track{overscroll-behavior-inline:contain;scrollbar-width:none;flex:1;gap:10px;min-width:0;margin:0;display:flex;overflow-x:auto}.home-page .home-moments-carousel__thumb-track::-webkit-scrollbar{display:none}.home-page .home-moments-carousel__thumb-track button{cursor:pointer;opacity:.22;background:#e8eaf7;border:2px solid #0000;flex:0 0 168px;height:94px;padding:0;transition:border-color .2s,opacity .2s,transform .2s;position:relative;overflow:hidden}.home-page .home-moments-carousel__thumb-track button:hover,.home-page .home-moments-carousel__thumb-track button.is-active{opacity:1;border-color:#3427d8}.home-page .home-moments-carousel__thumb-track button.is-active{transform:translateY(-2px)}.home-page .home-moments-carousel__thumb-track img,.home-page .home-moments-carousel__thumb-track .public-image-fallback{object-fit:cover;width:100%;height:100%;display:block}.home-page .home-moments-carousel__empty{background:#07104a52;border:1px solid #ffffff24;grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);min-height:470px;display:grid;overflow:hidden}.home-page .home-moments-carousel__empty>div{background:radial-gradient(circle,#40cbf347,#0000 38%),linear-gradient(135deg,#132e9670,#5c238b80);align-content:center;justify-items:center;gap:18px;display:grid}.home-page .home-moments-carousel__empty>div span{color:#ffffff7a;letter-spacing:.28em;font-size:12px}.home-page .home-moments-carousel__empty>div strong{color:var(--lh-white);font-size:clamp(28px,4vw,52px)}.home-page .home-moments-carousel__empty .editorial-empty{color:#ffffffc2;background:#ffffff12;border:0;border-left:1px solid #ffffff24;min-height:470px}@media (max-width:900px){.home-page .home-moments-carousel.home-section{height:auto;min-height:640px;margin-bottom:0;overflow:hidden}.home-page .home-moments-carousel__container{width:calc(100% - 40px);height:auto;min-height:640px;padding:54px 0 38px}.home-page .home-moments-carousel__header{margin-bottom:24px}.home-page .home-moments-carousel__header>a{min-width:124px}.home-page .home-moments-carousel__stage{height:386px}.home-page .home-moments-carousel__wrapper,.home-page .home-moments-carousel__slide{height:330px}.home-page .home-moments-carousel__thumbs{gap:8px;width:100%;min-height:102px;padding:8px 38px;position:relative;bottom:auto;left:auto;transform:none}.home-page .home-moments-carousel__thumb-nav:first-child{left:4px}.home-page .home-moments-carousel__thumb-nav:last-child{right:4px}.home-page .home-moments-carousel__thumb-track button{flex-basis:142px;height:72px}}@media (max-width:640px){.home-page .home-moments-carousel.home-section{min-height:564px}.home-page .home-moments-carousel__container{width:calc(100% - 28px);min-height:564px;padding-top:38px}.home-page .home-moments-carousel__header{align-items:flex-start;margin-bottom:20px}.home-page .home-moments-carousel__header h2{font-size:28px}.home-page .home-moments-carousel__header h2 span{margin-top:3px;font-size:16px;display:block}.home-page .home-moments-carousel__header>a{min-width:108px;min-height:44px;padding-inline:12px;font-size:14px}.home-page .home-moments-carousel__stage{height:304px}.home-page .home-moments-carousel__wrapper,.home-page .home-moments-carousel__slide{height:270px}.home-page .home-moments-carousel__title{height:62px;padding-inline:16px;font-size:18px}.home-page .home-moments-carousel__play{width:54px;height:54px}.home-page .home-moments-carousel__thumbs{min-height:88px;padding:8px 36px}.home-page .home-moments-carousel__thumb-nav{width:44px;height:64px}.home-page .home-moments-carousel__thumb-track{gap:6px}.home-page .home-moments-carousel__thumb-track button{flex-basis:108px;height:64px}.home-page .home-moments-carousel__empty{grid-template-columns:1fr;min-height:390px}.home-page .home-moments-carousel__empty>div,.home-page .home-moments-carousel__empty .editorial-empty{min-height:195px}.home-page .home-moments-carousel__empty .editorial-empty{border-top:1px solid #ffffff24;border-left:0}}@media (prefers-reduced-motion:reduce){.home-page .home-moments-carousel__wrapper,.home-page .home-moments-carousel__slide,.home-page .home-moments-carousel__thumb-track button{scroll-behavior:auto;transition:none}}
