:root{--bg:#171b1e;--bg-soft:#20262a;--bg-elevated:#2a3136;--panel:#272d32e6;--panel-strong:#1f2428f5;--line:#e2e7ec2e;--line-strong:#e2e7ec52;--text:#ece9e5;--muted:#c6cbd0;--accent:#26775f;--accent-strong:#3a7f68;--accent-soft:#60927e;--accent-green:#60927e;--accent-rgb:38,119,95;--accent-strong-rgb:58,127,104;--accent-soft-rgb:96,146,126;--success:#60927e;--success-rgb:96,146,126;--warning:#e9c97a;--warning-rgb:233,201,122;--danger:#e48f86;--danger-rgb:228,143,134;--info:#9ec7df;--info-rgb:158,199,223;--line-rgb:226,231,236;--panel-rgb:31,36,40;--menu-green:#60927e;--gold:#60927e;--surface:linear-gradient(180deg,#ffffff0f,#ffffff07);--surface-accent:linear-gradient(180deg,rgba(var(--accent-strong-rgb),.2),transparent 46%),var(--surface);--shadow:0 20px 54px #0000003d;--shadow-soft:0 14px 36px #0000002e;--shadow-lift:0 26px 70px #00000047;--radius:18px;--radius-sm:12px;--container:1180px;--page-gutter:clamp(.85rem,1.6vw,3rem);--page-background:#171b1e;--space-1:8px;--space-2:16px;--space-3:24px;--space-4:32px;--space-5:40px;--space-6:48px;--space-7:56px;--space-8:64px;--content-max:1100px;--reading-max:980px;--motion-fast:.16s;--motion-med:.26s;--motion-slow:.42s;--easing:cubic-bezier(.2,0,.2,1);--easing-emphasis:cubic-bezier(.16,1,.3,1);--font-sans:"Avenir Next Arabix","Avenir Next Arabic","Avenir Next",Avenir,"Helvetica Neue",Arial,sans-serif;--font-display:var(--font-sans)}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{font-family:var(--font-sans);color:var(--text);background:radial-gradient(circle at top right,rgba(var(--accent-strong-rgb),.24),transparent 25%),linear-gradient(180deg,#14181b 0%,#1d2226 48%,#171b1e 100%);margin:0;font-size:16px;line-height:1.65}body:before{content:"";z-index:0;opacity:0;pointer-events:none;transition:opacity var(--motion-slow) var(--easing),transform var(--motion-slow) var(--easing);background-color:#0000;background-image:linear-gradient(#ffffff04 1px,#0000 1px),linear-gradient(90deg,#ffffff03 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:88px 88px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:fixed;inset:0;transform:translateY(-4px);-webkit-mask-image:linear-gradient(#00000094,#0000 72%);mask-image:linear-gradient(#00000094,#0000 72%)}.site-shell{z-index:1;position:relative}body.is-loaded:before{opacity:1;transform:translateY(0)}@keyframes fade-up{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes float-subtle{0%,to{transform:translate(0,0)}50%{transform:translateY(-3px)}}@keyframes crest-breathe{0%,to{opacity:.16;transform:rotate(-2deg)scale(1)}50%{opacity:.22;transform:rotate(1deg)scale(1.025)}}@keyframes pulse-soft{0%,to{box-shadow:0 0 0 6px rgba(var(--success-rgb),.08)}50%{box-shadow:0 0 0 10px rgba(var(--success-rgb),.03)}}@keyframes reveal-lift{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translate(0,0)}}main{overflow:clip}.motion-ready .reveal-on-scroll{opacity:0;filter:blur(2px);transition:opacity .52s var(--easing),filter .62s var(--easing),transform .64s var(--easing-emphasis);transition-delay:var(--reveal-delay,0s);will-change:opacity,transform;transform:translateY(10px)}.motion-ready .reveal-on-scroll.is-visible{opacity:1;filter:blur();will-change:auto;transform:translate(0,0)}.flash-stack{gap:var(--space-2);margin-top:var(--space-3);display:grid}.flash-message{border-radius:var(--radius-sm);border:1px solid var(--line);box-shadow:var(--shadow);animation:reveal-lift var(--motion-slow) var(--easing-emphasis) both;background:#ffffff0a;padding:14px 18px}.flash-success{border-color:rgba(var(--success-rgb),.3);background:rgba(var(--success-rgb),.1)}.flash-error{border-color:rgba(var(--danger-rgb),.28);background:rgba(var(--danger-rgb),.12)}.flash-info{border-color:rgba(var(--accent-soft-rgb),.2)}.skip-link{z-index:100;background:var(--text);color:#111315;border-radius:999px;padding:.7rem 1rem;transition:transform .2s;position:absolute;top:1rem;left:1rem;transform:translateY(-140%)}.skip-link:focus{transform:translateY(0)}a{color:inherit;text-decoration:none}a,button,input,select,textarea{-webkit-tap-highlight-color:rgba(var(--accent-soft-rgb),.18)}button,input,select,textarea{font:inherit}:focus-visible{outline:3px solid rgba(var(--info-rgb),.9);outline-offset:3px}::selection{background:rgba(var(--accent-soft-rgb),.26);color:var(--text)}img{max-width:100%;display:block}.container{width:min(calc(100% - 2rem),var(--container));margin:0 auto}body.public-shell .container{width:calc(100% - (var(--page-gutter) * 2));max-width:1440px}body.public-shell .site-shell main,body.public-shell .site-shell :is(.hero,.page-hero,.section,.section-alt){background:var(--page-background)}body.public-shell .site-shell :is(.hero,.page-hero):before{opacity:0;background:0 0}body.public-shell .site-shell .section:before{background:0 0}.narrow{width:min(100% - 2rem,780px);margin:0 auto}.site-header{z-index:20;backdrop-filter:blur(14px);border-bottom:1px solid var(--line);transition:background var(--motion-med) var(--easing),box-shadow var(--motion-med) var(--easing),border-color var(--motion-med) var(--easing),transform var(--motion-med) var(--easing);background:#15191cf0;position:sticky;top:0;box-shadow:0 8px 22px #00000024}.nav-row{min-height:88px;transition:padding var(--motion-med) var(--easing);grid-template-rows:auto auto;grid-template-columns:minmax(0,1fr) auto;justify-content:space-between;align-items:center;gap:.32rem clamp(.75rem,1.6vw,1.25rem);padding:8px 0 9px;display:grid}.brand{min-width:0;transition:transform var(--motion-med) var(--easing);flex:none;grid-area:1/1;justify-self:start;align-items:center;gap:.7rem;display:inline-flex}.brand-crest{object-fit:contain;opacity:.9;width:clamp(48px,3.4vw,62px);height:clamp(48px,3.4vw,62px);transition:opacity var(--motion-med) var(--easing),transform var(--motion-med) var(--easing)}.brand:hover .brand-crest,.brand:focus-visible .brand-crest{opacity:1;transform:rotate(-4deg)scale(1.035)}.brand-text{flex-direction:column;gap:.14rem;min-width:0;display:flex}.brand-logo{width:clamp(148px,10.5vw,190px);max-width:100%;margin-bottom:-2px}.brand-text small{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:.62rem}.main-nav{width:100%;min-width:0;transition:gap var(--motion-med) var(--easing);background:0 0;border-top:0;flex-direction:row;flex:auto;grid-area:2/1/auto/-1;justify-content:center;justify-self:center;align-items:center;gap:clamp(.82rem,1.45vw,1.35rem);padding:0;display:flex}.main-nav-row{text-align:center;justify-content:center;align-items:center;gap:clamp(.9rem,3vw,2.7rem);min-width:0;display:flex}.main-nav a{white-space:nowrap;min-height:24px;color:var(--text);align-items:center;padding:.02rem 0;font-size:clamp(.86rem,.86vw,1rem);font-weight:600;line-height:1.15;transition:color .2s;display:inline-flex;position:relative}.main-nav a:hover,.main-nav a:focus-visible{color:var(--text)}.main-nav a:after{content:"";background:linear-gradient(90deg,transparent,var(--menu-green),transparent);height:2px;box-shadow:0 0 14px rgba(var(--accent-soft-rgb),.34);opacity:0;transform-origin:50%;transition:opacity var(--motion-fast) var(--easing),transform var(--motion-fast) var(--easing);position:absolute;bottom:-.15rem;left:0;right:0;transform:scaleX(.7)}.main-nav a:hover:after,.main-nav a:focus-visible:after,.main-nav a.is-active:after{opacity:1;transform:scaleX(1)}.main-nav a.is-active{color:var(--text)}.section-nav{z-index:12;backdrop-filter:blur(12px);background:#161a1deb;border-top:1px solid #e2e7ec1a;border-bottom:1px solid #e2e7ec1a;position:sticky;top:66px}.section-nav-inner{scrollbar-width:none;justify-content:center;align-items:center;gap:.55rem;min-height:46px;display:flex;overflow-x:auto}.section-nav-inner::-webkit-scrollbar{display:none}.section-nav-inner span{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;flex:none;font-size:.72rem;font-weight:600}.section-nav-inner a{min-height:32px;color:var(--menu-green);transition:background var(--motion-fast) var(--easing),border-color var(--motion-fast) var(--easing),color var(--motion-fast) var(--easing);border:1px solid #0000;border-radius:999px;flex:none;justify-content:center;align-items:center;padding:.34rem .68rem;font-size:.8rem;font-weight:600;display:inline-flex}.section-nav-inner a:hover,.section-nav-inner a:focus-visible,.section-nav-inner a.is-active{border-color:rgba(var(--accent-soft-rgb),.38);background:rgba(var(--accent-soft-rgb),.16);color:var(--menu-green)}[data-section-nav]{scroll-margin-top:132px}.header-actions{flex-wrap:nowrap;flex:none;grid-area:1/2;justify-content:flex-end;justify-self:end;align-items:center;gap:.55rem;display:flex}.header-auth-actions{justify-content:flex-end;gap:.55rem;display:flex}.language-control{border:1px solid rgba(var(--accent-soft-rgb),.18);background:#ffffff06;border-radius:999px;align-items:center;min-height:34px;padding:.18rem .38rem;display:inline-flex;position:relative}.language-control:after{content:attr(data-tooltip);z-index:40;border:1px solid rgba(var(--line-rgb),.18);width:max-content;max-width:180px;color:var(--text);opacity:0;pointer-events:none;transition:opacity var(--motion-fast) var(--easing),transform var(--motion-fast) var(--easing);box-shadow:var(--shadow-soft);background:#121618f5;border-radius:8px;padding:.36rem .55rem;font-size:.72rem;line-height:1.3;position:absolute;top:calc(100% + 8px);right:0;transform:translateY(-3px)}.language-control:hover:after,.language-control:focus-within:after{opacity:1;transform:translateY(0)}.language-control select{width:8.8rem;color:var(--text);background:0 0;border:0;font-size:.76rem;font-weight:600}.language-control option:disabled{color:#8d9398;background:#20262a}body.lang-uk .main-nav a{white-space:normal;text-align:center;max-width:7.8rem;font-size:clamp(.68rem,.7vw,.78rem)}.header-auth-button{white-space:nowrap;min-width:auto;min-height:44px;padding:.62rem 1rem;font-size:.86rem}.header-auth-button-subtle{color:var(--muted);border-color:rgba(var(--line-rgb),.16);background:#ffffff05}.header-auth-button-subtle:hover,.header-auth-button-subtle:focus-visible{color:var(--text);border-color:rgba(var(--accent-soft-rgb),.28);background:#ffffff0d}.site-header.landing-workspace{background:#16191cc7}.site-header.landing-workspace .nav-row{grid-template-rows:auto;grid-template-columns:auto auto;justify-content:space-between;min-height:74px}.site-header.landing-workspace .header-actions{grid-area:1/2;justify-self:end;gap:.8rem}.landing-access-copy{color:#f3f5f2;letter-spacing:.08em;text-transform:uppercase;font-size:.82rem;font-weight:600}.landing-access-button{color:#f7f8f5;border-color:rgba(var(--accent-soft-rgb),.3);background:#ffffff0d}.landing-access-button:hover,.landing-access-button:focus-visible{color:#f7f8f5;border-color:rgba(var(--accent-soft-rgb),.46);background:#ffffff17}.header-logout{margin:0}.admin-entry{min-height:34px;color:var(--muted);font:inherit;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:color var(--motion-fast) var(--easing),opacity var(--motion-fast) var(--easing);background:0 0;border:0;align-items:center;padding:0 10px;font-size:.82rem;display:inline-flex}.admin-entry:hover,.admin-entry:focus-visible{color:var(--text)}.admin-entry-active{color:var(--accent-soft)}.button,.button-outline,.button-secondary{text-align:center;min-height:46px;transition:transform var(--motion-med) var(--easing-emphasis),opacity var(--motion-fast) var(--easing),border-color var(--motion-med) var(--easing),background var(--motion-med) var(--easing),box-shadow var(--motion-med) var(--easing);will-change:transform;border-radius:999px;justify-content:center;align-items:center;padding:0 22px;font-weight:600;line-height:1.2;display:inline-flex}.button:hover,.button-outline:hover,.button-secondary:hover{transform:translateY(-2px)}.button:active,.button-outline:active,.button-secondary:active{transform:translateY(0)scale(.985)}.button{color:#f7f8f5;border:1px solid rgba(var(--accent-soft-rgb),.36);background:linear-gradient(180deg,rgba(var(--accent-soft-rgb),.22),transparent 62%),linear-gradient(180deg,var(--accent-strong) 0%,var(--accent) 100%);box-shadow:0 14px 34px rgba(var(--accent-strong-rgb),.28);position:relative;overflow:hidden}.button:after{content:"";border-radius:inherit;opacity:.32;pointer-events:none;transition:opacity var(--motion-med) var(--easing);background:linear-gradient(135deg,#ffffff2e,#0000 34%);position:absolute;inset:1px}.button:hover:after,.button:focus-visible:after{opacity:.48}.button-secondary,.button-outline{color:var(--text);border:1px solid var(--line-strong);background:#ffffff08}.button:hover{box-shadow:0 18px 44px rgba(var(--accent-strong-rgb),.36)}.button-secondary:hover,.button-outline:hover{border-color:rgba(var(--accent-soft-rgb),.42);background:linear-gradient(180deg,rgba(var(--accent-strong-rgb),.18),transparent 58%),#ffffff0b;box-shadow:0 16px 42px rgba(var(--accent-strong-rgb),.16)}.button:focus-visible,.button-secondary:focus-visible,.button-outline:focus-visible,.main-nav a:focus-visible,.text-link:focus-visible{box-shadow:0 0 0 4px rgba(var(--info-rgb),.28),0 0 0 1px rgba(var(--info-rgb),.72);outline:none}.site-header.is-compact{background:#16191ceb;border-bottom-color:#e2e7ec2e;box-shadow:0 8px 24px #0000002e}.site-header.is-compact .nav-row{padding:5px 0}.site-header.is-hidden{transform:translateY(calc(-100% - 10px))}@media (width>=821px) and (width<=1120px){.nav-row{gap:.25rem .72rem;min-height:82px}.brand{gap:.55rem}.brand-crest{width:40px;height:40px}.brand-logo{width:128px}.brand-text small{display:none}.main-nav,.main-nav-row{gap:.5rem}.main-nav a{font-size:clamp(.78rem,.86vw,.88rem)}.header-auth-button{min-height:40px;padding-inline:.78rem;font-size:.78rem}.header-auth-button-subtle{display:inline-flex}}.hero{padding:clamp(1.25rem,2.4vw,2.1rem) 0 var(--space-2);position:relative;overflow:hidden}.hero,.page-hero,.section{isolation:isolate}.construction-splash{min-height:calc(100vh - 84px);padding:var(--space-7) 0;align-items:center;display:grid;position:relative}.construction-splash:before{content:"";background:radial-gradient(circle at top right,rgba(var(--accent-strong-rgb),.22),transparent 28%),radial-gradient(circle at left 25%,#ffffff0a,transparent 20%);pointer-events:none;position:absolute;inset:0}.construction-grid{grid-template-columns:minmax(0,1fr);align-items:stretch;gap:0;display:grid;position:relative}.construction-card{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(180deg,rgba(var(--accent-strong-rgb),.1),transparent 42%),linear-gradient(180deg,#ffffff0b,#ffffff05);box-shadow:var(--shadow);padding:clamp(24px,3.2vw,40px);position:relative;overflow:hidden}.launch-splash{min-height:auto;padding:clamp(12px,2vw,22px) 0}.construction-card h1{max-width:12ch;margin-bottom:.8rem;font-size:clamp(2.35rem,4.6vw,4.35rem);line-height:.98}.construction-card .lead{max-width:56ch}.launch-card-grid{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);align-items:center;gap:clamp(28px,4vw,54px);display:grid}.launch-card-primary,.launch-card-secondary{min-width:0}.launch-card-secondary{grid-template-rows:minmax(0,1fr) auto;align-content:stretch;gap:18px;min-height:100%;display:grid}.launch-intro{max-width:62ch;color:var(--muted);margin:.7rem 0 0}.launch-meta{max-width:54rem;margin-top:.85rem}.launch-logo-panel{height:100%;min-height:clamp(440px,44vw,620px);box-shadow:none;background:0 0;border:0;border-radius:0;flex-direction:column;justify-content:center;align-items:center;gap:2px;padding:0;display:flex}.launch-hero-crest{opacity:.7;filter:grayscale()brightness(.88)drop-shadow(0 16px 26px #00000029);width:min(100%,430px);height:auto}.launch-hero-wordmark{opacity:.68;filter:grayscale()brightness(.88)drop-shadow(0 12px 22px #00000024);width:min(100%,420px);height:auto;margin-top:-10px}.launch-interest-card{border:1px solid rgba(var(--accent-soft-rgb),.14);border-radius:var(--radius);box-shadow:var(--shadow);background:linear-gradient(#ffffff0e,#ffffff05);padding:18px 20px}.launch-interest-card h3{margin:0 0 .65rem}.launch-interest-card p{color:var(--muted);margin:0}.launch-interest-form{gap:var(--space-2);margin-top:var(--space-2);grid-template-columns:minmax(0,1fr) auto;align-items:center;display:grid}.launch-interest-form input{width:100%;min-height:48px}.launch-card .hero-meta{margin-top:var(--space-2)}@media (width<=820px){.launch-card-grid{grid-template-columns:minmax(0,1fr);gap:14px}.launch-card-secondary{grid-template-rows:auto auto;min-height:0}.launch-logo-panel{height:auto;min-height:0;padding:0}.launch-hero-crest{width:min(100%,320px)}.launch-hero-wordmark{width:min(100%,315px);margin-top:-6px}}.hero:before{content:"";background:linear-gradient(90deg,#101315f0,#101315b8 46%,#101315f5),radial-gradient(circle at 78% 30%,rgba(var(--accent-soft-rgb),.11),transparent 25%),linear-gradient(180deg,#ffffff05,transparent 38%),linear-gradient(90deg,rgba(var(--accent-soft-rgb),.05),transparent 58%);pointer-events:none;opacity:0;transition:opacity .9s var(--easing),transform .9s var(--easing);position:absolute;inset:0;transform:translateY(-10px)}body.is-loaded .hero:before{opacity:1;transform:translateY(0)}.hero:after{content:"";background:linear-gradient(90deg,transparent,rgba(var(--accent-soft-rgb),.28),transparent);pointer-events:none;height:1px;position:absolute;inset:auto 0 0}.hero-grid:before,.page-grid:before,.about-overview-shell:before{content:"";z-index:-1;border-radius:calc(var(--radius) + 18px);background:linear-gradient(135deg,rgba(var(--accent-soft-rgb),.08),transparent 34%),radial-gradient(circle at 92% 12%,#ffffff0d,transparent 24%);opacity:.42;pointer-events:none;position:absolute;inset:-8px}.hero-grid{grid-template-columns:minmax(0,1fr);align-items:start;gap:.7rem;display:grid;position:relative}.hero-copy{z-index:1;text-align:left;max-width:none;animation:fade-up .5s var(--easing) both;margin-inline:auto;position:relative}.mobile-call-for-papers-banner,.hero-mobile-fallback{display:none}.mobile-call-for-papers-banner{border-bottom:1px solid rgba(var(--accent-soft-rgb),.16);background:linear-gradient(90deg,rgba(var(--accent-soft-rgb),.12),transparent 62%),#121618f0}.mobile-call-for-papers-banner a{color:var(--text);gap:.12rem;padding:.82rem 0;text-decoration:none;display:grid}.mobile-call-for-papers-banner span{color:var(--accent-soft);letter-spacing:.14em;text-transform:uppercase;font-size:.72rem;font-weight:600;line-height:1.2}.mobile-call-for-papers-banner strong{font-size:clamp(.96rem,4.6vw,1.18rem);line-height:1.22}.hero-mobile-fallback{border:1px solid rgba(var(--accent-soft-rgb),.24);border-radius:var(--radius);background:radial-gradient(circle at 96% 0%,rgba(var(--accent-soft-rgb),.15),transparent 34%),linear-gradient(135deg,rgba(var(--accent-strong-rgb),.24),rgba(var(--panel-rgb),.82));box-shadow:var(--shadow-soft);padding:clamp(1.25rem,6vw,1.8rem);position:relative;overflow:hidden}.hero .hero-mobile-fallback h1{max-width:12ch;font-size:clamp(2rem,12vw,3.2rem);line-height:.96}.hero-mobile-actions{margin-top:var(--space-3);flex-wrap:wrap;gap:.7rem;display:flex}.hero-copy .kicker,.hero-copy h1,.hero-copy .lead{animation:fade-up var(--motion-slow) var(--easing) both}.hero-copy .kicker{animation-delay:40ms}.hero-copy h1,.hero-copy h2{animation-delay:90ms}.hero-tile-stage{width:100%;max-width:1600px;min-height:0;animation:fade-up var(--motion-slow) var(--easing) .118s both;grid-template-columns:minmax(0,1fr);align-items:stretch;gap:0;margin-inline:auto;display:grid;position:relative;overflow:visible}.hero-tile-stage:before{display:none}.hero-message-tile{z-index:1;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(180deg,#ffffff0d,#ffffff06),rgba(var(--panel-rgb),.72);opacity:1;transform-origin:0;will-change:auto;flex-direction:column;justify-content:center;align-items:flex-start;min-height:100%;padding:clamp(1.35rem,2.8vw,2.35rem);animation:none;display:flex;position:relative;box-shadow:0 16px 42px #0000002e}.hero-message-tile-primary{opacity:1;aspect-ratio:2;background:linear-gradient(90deg,rgba(var(--panel-rgb),.96),rgba(var(--panel-rgb),.82) 54%,rgba(var(--panel-rgb),.56)),linear-gradient(180deg,#ffffff0f,#ffffff06);min-height:0;padding:0;overflow:hidden}.hero-message-tile-primary:before,.hero-message-tile-primary:after{display:none}.hero-primary-rotator{aspect-ratio:2;border-radius:inherit;width:100%;min-height:clamp(350px,42vw,610px);position:relative;overflow:hidden}.hero-primary-slide{opacity:0;visibility:hidden;transition:opacity .9s var(--easing),transform 1.2s var(--easing),visibility 0s linear .9s;will-change:opacity,transform;position:absolute;inset:0;transform:scale(1.01)}.hero-primary-slide.is-active{opacity:1;visibility:visible;transition:opacity .9s var(--easing),transform 1.6s var(--easing),visibility 0s linear 0s;transform:scale(1)}.hero-primary-slide-text{z-index:1;flex-direction:column;justify-content:center;padding:clamp(1.35rem,2.8vw,2.35rem) clamp(1.6rem,5vw,5.4rem) clamp(1.35rem,2.8vw,2.35rem) clamp(1.35rem,2.8vw,2.35rem);display:flex}.hero-primary-slide-image{z-index:1;color:inherit;background:#020202;display:block}.hero-primary-slide-image img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.hero-message-tile .lead{max-width:58ch}.hero-carousel-dots{z-index:3;border:1px solid rgba(var(--accent-soft-rgb),.24);backdrop-filter:blur(10px);background:#02020275;border-radius:999px;justify-content:center;align-items:center;gap:.55rem;padding:.42rem .58rem;display:inline-flex;position:absolute;bottom:clamp(.8rem,2vw,1.35rem);left:50%;transform:translate(-50%)}.hero-carousel-dots button{cursor:pointer;width:11px;height:11px;transition:width var(--motion-med) var(--easing),background var(--motion-med) var(--easing),border-color var(--motion-med) var(--easing),transform var(--motion-med) var(--easing);background:0 0;border:1px solid #ffffffb3;border-radius:999px;padding:0}.hero-carousel-dots button:hover,.hero-carousel-dots button:focus-visible,.hero-carousel-dots button.is-active{border-color:var(--text);background:var(--text);width:28px;transform:translateY(-1px)}.hero-copy .lead{animation-delay:.145s}.hero-badge{min-height:36px;margin-bottom:var(--space-2);border:1px solid rgba(var(--accent-soft-rgb),.22);background:rgba(var(--accent-strong-rgb),.1);color:var(--accent-soft);letter-spacing:.12em;text-transform:uppercase;animation:fade-up .5s var(--easing) 60ms both;border-radius:999px;align-items:center;gap:10px;padding:0 14px;font-size:.76rem;font-weight:600;display:inline-flex}.hero-badge-dot{background:var(--success);width:8px;height:8px;box-shadow:0 0 0 6px rgba(var(--success-rgb),.09);border-radius:999px}.kicker{letter-spacing:.18em;text-transform:uppercase;color:var(--accent-soft);margin-bottom:1rem;font-size:.78rem;display:inline-block}.hero h1,.page-hero h1,.section-heading h2,.two-column h2{font-family:var(--font-display);letter-spacing:-.025em;margin:0;line-height:1.04}.hero h1{max-width:14ch;font-size:clamp(2.2rem,4vw,3.85rem)}.hero-message-tile-primary h1{max-width:14.6ch;font-size:clamp(2.31rem,4.06vw,4.31rem);line-height:.96}.lead{color:var(--muted);max-width:58ch;margin-top:var(--space-2);font-size:1.02rem}.hero-institutional-note{flex-wrap:wrap;justify-content:flex-start;gap:8px;margin-top:.75rem;display:flex}.hero-institutional-note span{border:1px solid rgba(var(--accent-soft-rgb),.16);background:rgba(var(--accent-soft-rgb),.055);min-height:30px;color:var(--gold);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;align-items:center;padding:.25rem .72rem;font-size:.74rem;font-weight:600;display:inline-flex}.hero-meta{gap:var(--space-2);margin-top:var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.hero-meta-item{padding:var(--space-2);border:1px solid var(--line);border-radius:var(--radius-sm);background:#ffffff08}.hero-meta-item strong{font-size:.95rem;display:block}.feature-card,.panel-card,.callout,.course-card,.submission-card,.page-copy,.page-aside-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-soft);transition:transform var(--motion-slow) var(--easing-emphasis),border-color var(--motion-med) var(--easing),background var(--motion-med) var(--easing),box-shadow var(--motion-slow) var(--easing);position:relative;overflow:hidden}.feature-card,.initiative-card,.membership-support-card,.membership-pathway-card,.news-card,.paper-card{background:var(--surface-accent)}.feature-card:before,.course-card:before,.submission-card:before,.page-aside-card:after,.initiative-card:before,.membership-tier-card:before,.shop-card:before,.media-gallery-card:before{content:"";border-radius:inherit;opacity:0;transition:opacity var(--motion-slow) var(--easing);pointer-events:none;background:linear-gradient(135deg,#ffffff13,#0000 34%);position:absolute;inset:0}.feature-card:hover:before,.course-card:hover:before,.submission-card:hover:before,.page-aside-card:hover:after,.page-copy:hover:after,.initiative-card:hover:before,.membership-tier-card:hover:before,.shop-card:hover:before,.media-gallery-card:hover:before{opacity:1}.feature-card,.course-card,.submission-card,.page-copy,.page-aside-card,.journey-card,.institutional-card,.paper-list,.news-feature-card,.membership-tier-card,.membership-support-card{outline-offset:-2px;outline:1px solid #ffffff05}.page-copy:after{content:"";border-radius:inherit;background:linear-gradient(135deg,rgba(var(--accent-soft-rgb),.055),transparent 38%);opacity:0;pointer-events:none;transition:opacity var(--motion-slow) var(--easing);position:absolute;inset:0}.page-aside-stack{gap:var(--space-2);align-items:stretch;display:grid}.panel-card{padding:var(--space-3);background:linear-gradient(180deg,rgba(var(--accent-strong-rgb),.08),transparent 38%),linear-gradient(180deg,#ffffff0d,#ffffff06);width:100%;animation:fade-up .5s var(--easing) 80ms both;position:relative;overflow:hidden}.panel-card:after{content:"";background:linear-gradient(90deg,transparent,rgba(var(--accent-soft-rgb),.28),transparent);opacity:.8;width:100%;height:1px;position:absolute;top:0;left:0}.panel-card,.callout{border-color:rgba(var(--accent-soft-rgb),.16)}.panel-topline,.feature-eyebrow{color:var(--accent-soft);text-transform:uppercase;letter-spacing:.14em;font-size:.75rem;position:relative}.panel-card h3,.feature-card h3,.callout h3{letter-spacing:-.03em;margin:8px 0 10px;font-size:1.4rem;line-height:1.15;position:relative}.panel-card p,.feature-card p,.callout p,.section-intro,.muted{color:var(--muted);position:relative}.panel-list{margin:var(--space-2) 0 0;color:var(--text);padding-left:1.15rem;position:relative}.panel-list li{margin-bottom:.35rem;line-height:1.45}.panel-list li::marker{color:var(--menu-green)}.section{padding:var(--space-4) 0;position:relative}.section:before{content:"";z-index:-1;background:linear-gradient(90deg,transparent,rgba(var(--accent-soft-rgb),.035),transparent);opacity:0;pointer-events:none;position:absolute;inset:0}.section+.section:before{opacity:.55;height:1px;bottom:auto}.section-alt{background:var(--page-background);border-top:1px solid var(--line);border-bottom:1px solid var(--line);box-shadow:inset 0 1px #ffffff08}.section-institutional{padding-top:var(--space-2);padding-bottom:var(--space-3)}.institutional-panel{border:1px solid rgba(var(--accent-soft-rgb),.16);border-radius:var(--radius);background:linear-gradient(90deg,rgba(var(--accent-soft-rgb),.07),transparent 42%),linear-gradient(180deg,rgba(var(--accent-strong-rgb),.09),transparent 58%),#ffffff06;grid-template-columns:minmax(250px,.34fr) minmax(0,1fr);align-items:stretch;gap:clamp(1rem,2vw,1.5rem);padding:clamp(18px,2.4vw,28px);display:grid;position:relative;overflow:hidden;box-shadow:0 16px 40px #00000029}.institutional-heading{text-align:left;align-self:center;max-width:900px;margin-inline:0;padding-bottom:0}.institutional-heading:after{margin-inline:0}.institutional-grid{z-index:1;border:1px solid rgba(var(--line-rgb),.1);border-radius:var(--radius-sm);background:rgba(var(--line-rgb),.1);grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin-top:0;display:grid;position:relative;overflow:hidden}.institutional-card{background:#131618db;gap:.55rem;min-height:100%;padding:clamp(14px,1.65vw,19px);display:grid}.institutional-card span,.research-standard-strip span,.institute-principles span,.submission-standard-note span{color:var(--gold);letter-spacing:.14em;text-transform:uppercase;font-size:.68rem;font-weight:600}.institutional-card strong{font-size:1.05rem;line-height:1.35;display:block}.institutional-card p{color:var(--muted);margin:0;font-size:.91rem;line-height:1.6}.institutional-link-row{margin-top:var(--space-3);padding-top:var(--space-2);border-top:1px solid rgba(var(--line-rgb),.08);flex-wrap:wrap;gap:.9rem 1.2rem;display:flex}.homepage-cta-section{padding-top:var(--space-2);padding-bottom:var(--space-4)}.homepage-cta-section .two-column{align-items:stretch;gap:clamp(1rem,2.8vw,2.5rem)}.homepage-cta-section h2{max-width:24ch;font-size:clamp(2rem,4.4vw,4.2rem);line-height:1.02}.homepage-cta-section .callout{border-color:rgba(var(--accent-soft-rgb),.24);background:linear-gradient(135deg,rgba(var(--accent-soft-rgb),.13),transparent 36%),linear-gradient(180deg,#ffffff0b,#ffffff05);padding:clamp(1.25rem,2.6vw,2rem);position:relative;overflow:hidden}.section-heading{max-width:860px;padding-bottom:var(--space-2);position:relative}.section-heading:after{content:"";width:min(180px,40%);height:1px;margin-top:var(--space-2);background:linear-gradient(90deg,rgba(var(--accent-soft-rgb),.72),transparent);display:block}.content-shell{width:min(calc(100% - 2rem),var(--content-max))}.reading-shell{width:min(calc(100% - 2rem),var(--reading-max))}body.public-shell .content-shell{width:calc(100% - (var(--page-gutter) * 2));max-width:none}body.public-shell .reading-shell,body.public-shell .narrow{width:min(calc(100% - (var(--page-gutter) * 2)),var(--reading-max))}.section-heading h2,.two-column h2{margin-top:0;font-size:clamp(1.55rem,2.6vw,2.25rem)}.page-hero h1{margin-top:0;font-size:clamp(1.6rem,2.8vw,2.4rem)}.section-intro{margin-top:var(--space-2);max-width:64ch;font-size:1.05rem}.journey-grid{gap:var(--space-2);margin-top:var(--space-3);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.journey-grid-compact,.journey-grid-search{margin-top:var(--space-3)}.journey-grid-search{margin-bottom:var(--space-2)}.journey-card{min-height:100%;padding:var(--space-3);border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(180deg,rgba(var(--accent-strong-rgb),.15),transparent 42%),linear-gradient(180deg,#ffffff0b,#ffffff05);box-shadow:var(--shadow);transition:transform var(--motion-slow) var(--easing-emphasis),border-color var(--motion-med) var(--easing),box-shadow var(--motion-slow) var(--easing);gap:.65rem;display:grid;position:relative;overflow:hidden}.journey-card:after{content:"View";border:1px solid rgba(var(--accent-soft-rgb),.3);color:var(--menu-green);background:rgba(var(--accent-soft-rgb),.08);letter-spacing:.12em;text-transform:uppercase;opacity:.78;transition:opacity var(--motion-med) var(--easing),transform var(--motion-med) var(--easing),border-color var(--motion-med) var(--easing);border-radius:999px;padding:.18rem .5rem;font-size:.64rem;font-weight:600;position:absolute;top:18px;right:18px}.journey-card:hover,.journey-card:focus-visible{border-color:rgba(var(--accent-soft-rgb),.34);box-shadow:0 28px 78px rgba(var(--accent-strong-rgb),.18);transform:translateY(-2px)}.journey-card:hover:after,.journey-card:focus-visible:after{opacity:1;border-color:rgba(var(--accent-soft-rgb),.48);transform:translateY(-1px)}.journey-card span,.membership-tier-fit,.submission-access-card span{color:var(--menu-green);letter-spacing:.12em;text-transform:uppercase;font-size:.74rem;font-weight:600}.journey-card strong{font-size:1.08rem;line-height:1.35}.journey-card p{color:var(--muted);margin:0}.breadcrumb{color:var(--muted);flex-wrap:wrap;align-items:center;gap:.45rem;margin:.2rem 0 1rem;font-size:.82rem;display:flex}.breadcrumb a{color:var(--menu-green);font-weight:500;text-decoration:none}.breadcrumb a:hover,.breadcrumb a:focus-visible{color:var(--text)}.disclosure-intro{margin-bottom:var(--space-3)}.disclosure-intro h2{margin-bottom:.75rem}.disclosure-stack{gap:.9rem;display:grid}.disclosure-stack-grid{gap:var(--space-2);grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.disclosure-card{border:1px solid var(--line);border-radius:var(--radius-sm);box-shadow:var(--shadow-soft);background:#ffffff06;overflow:hidden}.disclosure-card summary{cursor:pointer;min-height:52px;color:var(--text);justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1rem;font-weight:600;list-style:none;display:flex}.disclosure-card summary::-webkit-details-marker{display:none}.disclosure-card summary:after{content:"+";border:1px solid rgba(var(--accent-soft-rgb),.24);width:26px;height:26px;color:var(--menu-green);transition:transform var(--motion-med) var(--easing),border-color var(--motion-med) var(--easing),color var(--motion-med) var(--easing);border-radius:999px;flex:0 0 26px;place-items:center;font-size:1rem;line-height:1;display:inline-grid}.disclosure-card[open] summary:after{content:"-";border-color:rgba(var(--accent-soft-rgb),.42);color:var(--text);transform:rotate(180deg)}.disclosure-card summary:hover,.disclosure-card summary:focus-visible{background:rgba(var(--accent-soft-rgb),.055)}.disclosure-card summary:focus-visible{outline:3px solid rgba(var(--accent-soft-rgb),.32);outline-offset:-3px}.disclosure-body{color:var(--muted);gap:.85rem;padding:0 1rem 1rem;line-height:1.72;display:grid}.disclosure-body>*{margin-top:0;margin-bottom:0}.disclosure-body h3{color:var(--text);margin-top:.4rem;font-size:1rem}.disclosure-body ul,.disclosure-body ol{padding-left:1.1rem}.disclosure-card-compact{box-shadow:none;background:#ffffff05}.disclosure-card-compact summary{min-height:44px;padding:.75rem .9rem;font-size:.88rem}.disclosure-card-compact .disclosure-body{padding:0 .9rem .9rem}.disclosure-card-panel{min-height:100%;display:block}.process-grid{gap:var(--space-2);margin-top:var(--space-3);grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;display:grid}.process-card summary{align-items:flex-start}.process-card summary span,.process-index{color:var(--menu-green)}.process-card{min-height:100%;padding:var(--space-3);border:1px solid rgba(var(--line-rgb),.1);border-radius:var(--radius-sm);background:#ffffff07}.process-card>span{color:var(--gold);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.78rem;font-size:.74rem;font-weight:600;display:inline-flex}.process-card h3{margin:0 0 .54rem;font-size:1rem}.process-card p{color:var(--muted);margin:0}.process-grid-compact{margin-top:var(--space-2)}.process-index{letter-spacing:.08em;font-size:.78rem}.feature-grid{gap:var(--space-2);margin-top:var(--space-4);grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;display:grid}.research-directory-grid{gap:var(--space-3);grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;display:grid}.projects-routes-section{padding-top:var(--space-3)}.projects-route-grid{gap:var(--space-2);margin-top:var(--space-3);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.projects-route-card{border-color:rgba(var(--accent-soft-rgb),.26)}.projects-route-card-primary{border-color:rgba(var(--accent-soft-rgb),.38)}.partner-grid{gap:var(--space-3);margin:var(--space-3) 0 var(--space-5);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.partner-card{gap:var(--space-2);padding:var(--space-3);border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-soft);display:grid}.partner-logo-frame{min-height:92px;padding:var(--space-2);border:1px solid rgba(var(--accent-soft-rgb),.14);border-radius:var(--radius-sm);background:#ffffff0a;place-items:center;display:grid}.partner-logo-frame img{object-fit:contain;max-width:100%;max-height:64px}.homepage-partner-strip{border:1px solid rgba(var(--accent-soft-rgb),.16);border-radius:var(--radius-sm);background:linear-gradient(90deg,rgba(var(--accent-soft-rgb),.1),transparent 38%),#ffffff05;flex-wrap:nowrap;grid-column:1/-1;align-items:center;gap:.55rem .9rem;margin-top:.1rem;padding:.55rem .75rem;display:flex}.homepage-partner-strip>span{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;flex:none;font-size:.78rem}.homepage-partner-logos{flex-wrap:nowrap;flex:auto;align-items:center;gap:.45rem;min-width:0;padding-bottom:2px;display:flex;overflow-x:auto}.homepage-partner-tile{min-height:0;color:var(--text);transition:background var(--motion-fast) var(--easing),border-color var(--motion-fast) var(--easing),transform var(--motion-fast) var(--easing);background:0 0;border:0;border-radius:999px;flex:none;align-items:center;gap:.5rem;padding:0;display:inline-flex}.homepage-partner-tile:hover,.homepage-partner-tile:focus-visible{background:0 0;transform:translateY(-1px)}.homepage-partner-tile-text-only{grid-template-columns:minmax(0,1fr)}.homepage-partner-logo-frame{background:0 0;border-radius:0;flex:0 0 34px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex;overflow:hidden}.homepage-partner-logo-frame img{object-fit:contain;vertical-align:middle;width:auto;max-width:34px;height:auto;max-height:34px}.homepage-partner-text{align-items:center;gap:0;min-width:0;display:inline-flex}.homepage-partner-text strong{overflow-wrap:anywhere;max-width:18rem;color:var(--text);font-size:.78rem;line-height:1.22}.homepage-partner-text small{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.66rem;font-weight:600;line-height:1.2;display:none}.partner-disclaimer{margin-top:var(--space-2)}.feature-card-link{color:inherit}.feature-card-link .text-link{margin-top:auto}.card-link{color:inherit;text-decoration:none;display:block;position:relative}.card-link .text-link{margin-top:auto}.card-link:hover h3,.card-link:focus-visible h3{color:var(--accent-green)}.card-link:focus-visible{outline:3px solid rgba(var(--info-rgb),.78);outline-offset:4px}.card-link:after{content:"";border-radius:inherit;pointer-events:none;box-shadow:inset 0 0 0 1px rgba(var(--accent-soft-rgb),0);transition:box-shadow var(--motion-fast) var(--easing);position:absolute;inset:0}.card-link:hover:after,.card-link:focus-visible:after{box-shadow:inset 0 0 0 1px rgba(var(--accent-soft-rgb),.42)}.about-overview-shell{grid-template-columns:minmax(0,1.18fr) minmax(340px,.82fr);align-items:stretch;gap:clamp(1rem,2.4vw,1.6rem);display:grid;position:relative}.about-overview-copy{border:1px solid rgba(var(--accent-soft-rgb),.18);border-radius:var(--radius);background:linear-gradient(90deg,rgba(var(--panel-rgb),.96),rgba(var(--panel-rgb),.82) 58%,rgba(var(--panel-rgb),.62)),linear-gradient(180deg,rgba(var(--accent-strong-rgb),.12),#ffffff05);box-shadow:var(--shadow-soft);align-content:start;gap:1rem;padding:clamp(1.25rem,2.6vw,2rem);display:grid;position:relative;overflow:hidden}.about-overview-copy:before{content:"";border-radius:var(--radius) 0 0 var(--radius);background:linear-gradient(180deg,var(--accent-soft),rgba(var(--accent-strong-rgb),.48));opacity:.72;pointer-events:none;width:5px;position:absolute;inset:1px auto 1px 1px}.about-overview-copy>*{z-index:1;position:relative}.about-overview-heading{max-width:18ch;color:var(--text);font-family:var(--font-display);letter-spacing:-.025em;margin:0;font-size:clamp(2.2rem,4.2vw,4rem);font-weight:700;line-height:1.04}.about-overview-copy .lead,.about-overview-copy p{max-width:66ch;margin:0}.about-hero-statement{color:var(--text);letter-spacing:0;font-size:clamp(1.2rem,2vw,1.45rem);line-height:1.38}.about-hero-actions{flex-wrap:wrap;gap:.8rem;margin-top:.45rem;display:flex}.about-hero-button{border-color:rgba(var(--accent-soft-rgb),.32);background:linear-gradient(180deg,rgba(var(--accent-soft-rgb),.16),transparent 58%),linear-gradient(180deg,var(--accent-strong) 0%,var(--accent) 100%);box-shadow:0 14px 36px #0000003d}.about-hero-button:hover,.about-hero-button:focus-visible{border-color:rgba(var(--accent-soft-rgb),.5);box-shadow:0 18px 46px #00000052}.about-overview-card{border:1px solid rgba(var(--accent-soft-rgb),.16);border-radius:var(--radius);background:linear-gradient(135deg,rgba(var(--accent-strong-rgb),.12),transparent 36%),linear-gradient(180deg,rgba(var(--accent-strong-rgb),.13),transparent 52%),linear-gradient(180deg,#ffffff0a,#ffffff05);box-shadow:var(--shadow);transition:transform var(--motion-slow) var(--easing-emphasis),border-color var(--motion-med) var(--easing),box-shadow var(--motion-slow) var(--easing);align-content:stretch;gap:.9rem;padding:clamp(1.05rem,2vw,1.45rem);display:grid;position:relative;overflow:hidden}.about-overview-card:hover{border-color:rgba(var(--accent-soft-rgb),.28);transform:translateY(-2px);box-shadow:0 28px 78px #00000057}.about-overview-crest{place-items:center;min-height:clamp(220px,24vw,300px);display:grid;overflow:hidden}.about-overview-crest img{object-fit:contain;opacity:.78;filter:grayscale()brightness(1.2);width:min(100%,390px);max-height:290px}.about-overview-card h3{letter-spacing:-.03em;margin:0;font-size:1.35rem}.about-overview-points{gap:.78rem;display:grid}.about-overview-point{border:1px solid rgba(var(--accent-soft-rgb),.14);border-radius:var(--radius-sm);background:linear-gradient(135deg,rgba(var(--accent-strong-rgb),.12),transparent 58%),#121618db;transition:border-color var(--motion-med) var(--easing),transform var(--motion-med) var(--easing);gap:.36rem;padding:.95rem 1rem;display:grid}.about-overview-point:first-child{border-color:rgba(var(--accent-soft-rgb),.2)}.about-overview-point strong{color:var(--text);transition:color var(--motion-med) var(--easing);font-size:1.04rem;line-height:1.25}.about-overview-card:hover .about-overview-point{border-color:rgba(var(--accent-soft-rgb),.22);transform:translate(2px)}.about-overview-card:hover .about-overview-point strong{color:#f5f2ee}.about-overview-point p{color:var(--muted);margin:0;font-size:.9rem;line-height:1.52}.about-story-heading{max-width:1100px;margin-top:clamp(2.4rem,4.2vw,4.4rem)}.about-story-heading h2{max-width:24ch;font-size:clamp(2rem,3.7vw,3.55rem)}.about-direction-tile{border:1px solid rgba(var(--accent-soft-rgb),.18);border-radius:var(--radius-sm);box-shadow:var(--shadow-soft);background:#274f5e;margin:clamp(2.4rem,4.2vw,4.4rem) 0 0;overflow:hidden}.about-direction-tile img{width:100%;height:auto;display:block}.about-direction-copy{max-width:none;margin-top:var(--space-3);border:1px solid rgba(var(--accent-soft-rgb),.14);border-radius:var(--radius-sm);background:rgba(var(--accent-soft-rgb),.1);color:var(--muted);box-shadow:var(--shadow-soft);gap:1px;line-height:1.72;display:grid;overflow:hidden}.about-direction-copy p{background:linear-gradient(90deg,rgba(var(--accent-strong-rgb),.055),transparent 42%),#121618db;margin:0;padding:clamp(1rem,2vw,1.4rem)}.feature-card{padding:var(--space-3);flex-direction:column;justify-content:flex-start;min-height:100%;display:flex}.feature-card p{flex:auto}.text-link{margin-top:var(--space-2);color:var(--menu-green);text-shadow:0 0 18px rgba(var(--accent-soft-rgb),.08);transition:color var(--motion-fast) var(--easing),transform var(--motion-fast) var(--easing);font-weight:500;display:inline-block}.text-link:after{content:"";vertical-align:middle;opacity:.55;transform-origin:0;width:1.1em;height:1px;transition:transform var(--motion-med) var(--easing-emphasis),opacity var(--motion-med) var(--easing);background:currentColor;margin-left:.45em;display:inline-block;transform:scaleX(.58)}.text-link:hover{color:var(--accent-soft);transform:translate(3px)}.text-link:hover:after{opacity:.9;transform:scaleX(1)}.two-column{gap:var(--space-3);grid-template-columns:1.3fr 1fr;align-items:stretch;display:grid}.callout{padding:var(--space-2) var(--space-3);background:linear-gradient(180deg,rgba(var(--accent-strong-rgb),.12),#ffffff06),#ffffff05;flex-direction:column;justify-content:center;display:flex}.page-hero{padding:calc(var(--space-4) + .25rem) 0 var(--space-3);position:relative;overflow:hidden}.research-hero{padding-bottom:var(--space-2)}.page-hero:before{content:"";z-index:-1;background:linear-gradient(90deg,#101315c2,transparent 58%),radial-gradient(circle at 16% 18%,rgba(var(--accent-soft-rgb),.1),transparent 25%),linear-gradient(180deg,#ffffff05,transparent 62%),linear-gradient(90deg,rgba(var(--accent-soft-rgb),.045),transparent 54%);opacity:.9;pointer-events:none;position:absolute;inset:0}.page-grid{gap:calc(var(--space-2) + .35rem);grid-template-columns:minmax(0,1.35fr) minmax(300px,.72fr);align-items:stretch;display:grid;position:relative}.page-copy,.page-aside-card{padding:calc(var(--space-2) + .35rem);background:radial-gradient(circle at 92% 8%,rgba(var(--accent-soft-rgb),.08),transparent 30%),linear-gradient(180deg,rgba(var(--accent-strong-rgb),.09),transparent 44%),var(--surface);backdrop-filter:blur(10px);position:relative;overflow:hidden}.page-copy-feature,.page-aside-card-feature,.feature-card,.callout,.submission-card,.course-card,.paper-list,.empty-state{border-color:rgba(var(--line-rgb),.11)}.page-copy:after{content:"";background:linear-gradient(90deg,transparent,rgba(var(--accent-soft-rgb),.34));opacity:.75;pointer-events:none;width:min(46%,260px);height:1px;position:absolute;bottom:0;right:0}.page-copy>*,.news-feature-card>*,.empty-state>*{z-index:1;position:relative}.page-copy:before,.page-aside-card:before{content:"";background:linear-gradient(90deg,rgba(var(--accent-soft-rgb),0),rgba(var(--accent-soft-rgb),.48),rgba(var(--accent-soft-rgb),0));opacity:.9;height:1px;position:absolute;inset:0 0 auto}.page-copy-feature,.page-aside-card-feature{min-height:100%}.page-copy-feature{justify-content:space-between;gap:var(--space-2);flex-direction:column;display:flex}.page-copy-header{justify-content:space-between;align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.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}.page-copy-tag{border:1px solid rgba(var(--accent-soft-rgb),.18);background:rgba(var(--accent-soft-rgb),.055);min-height:34px;color:var(--text);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;align-items:center;padding:.35rem .85rem;font-size:.76rem;font-weight:600;display:inline-flex}.page-copy-feature h1{max-width:20ch;margin-bottom:.15rem}.page-copy-feature .lead{max-width:60ch;margin-top:0}.page-hero-highlights{gap:var(--space-2);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.page-hero-highlight{border:1px solid rgba(var(--line-rgb),.12);border-radius:var(--radius-sm);transition:transform var(--motion-med) var(--easing-emphasis),border-color var(--motion-med) var(--easing),background var(--motion-med) var(--easing);background:linear-gradient(#ffffff0e,#ffffff05);padding:12px 14px;position:relative;overflow:hidden}.page-hero-highlight:before{content:"";background:linear-gradient(180deg,rgba(var(--accent-soft-rgb),.72),transparent);opacity:.75;width:2px;position:absolute;inset:0 auto 0 0}.page-copy:hover .page-hero-highlight{border-color:rgba(var(--accent-soft-rgb),.2);background:linear-gradient(180deg,rgba(var(--accent-strong-rgb),.08),transparent 60%),#ffffff09}.page-hero-highlight span{color:var(--accent-soft);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.4rem;font-size:.72rem;display:block}.page-hero-highlight strong{font-size:.96rem;line-height:1.45;display:block}.page-aside{display:flex}.page-aside-card-feature{flex-direction:column;justify-content:flex-start;gap:0;width:100%;display:flex}.panel-list-compact{margin-top:var(--space-2);padding-left:1rem}.panel-list-compact li{color:var(--muted);margin-bottom:.5rem}.page-copy .lead{max-width:58ch;margin-bottom:0}.page-aside-card h3{letter-spacing:-.03em;margin:.75rem 0 .5rem;font-size:1.25rem}.page-aside-card p{color:var(--muted);margin:0}.page-hero:after{content:"";background:linear-gradient(90deg,transparent,rgba(var(--accent-soft-rgb),.28),transparent);pointer-events:none;height:1px;position:absolute;inset:auto 0 0}.section-heading{text-align:left}.section-heading:after{margin-inline:0}.course-grid{gap:var(--space-2);grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;display:grid}.paper-list{margin-top:var(--space-3);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);background:linear-gradient(#ffffff09,#ffffff04);overflow:hidden}.research-standard-strip,.institute-principles,.membership-section-head,.submission-standard-note{border:1px solid rgba(var(--line-rgb),.1);border-radius:var(--radius-sm);background:linear-gradient(#ffffff0a,#ffffff05);position:relative}.research-standard-strip,.institute-principles{margin-top:var(--space-3);background-color:rgba(var(--line-rgb),.09);grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.research-standard-strip div,.institute-principles div{background:#121618e0;gap:.4rem;padding:16px 18px;display:grid}.research-standard-strip strong,.institute-principles strong,.submission-standard-note strong{font-size:.96rem;line-height:1.45;display:block}.institute-principles{margin-top:var(--space-3);border-color:rgba(var(--accent-soft-rgb),.18);box-shadow:var(--shadow-soft);margin-bottom:0}.institute-principles div{background:linear-gradient(140deg,rgba(var(--accent-strong-rgb),.08),transparent 46%),#121618e0;min-height:128px;padding:clamp(1rem,2vw,1.35rem);position:relative;overflow:hidden}.institute-principles div:before{content:"";background:linear-gradient(180deg,var(--accent-soft),rgba(var(--accent-strong-rgb),.1));opacity:.7;width:3px;position:absolute;inset:0 auto 0 0}.institute-principles span{letter-spacing:.08em;font-size:clamp(.92rem,1.35vw,1.12rem);font-weight:600}.institute-principles strong{font-size:clamp(1rem,1.5vw,1.18rem)}.about-next-section .two-column{align-items:center;gap:clamp(1rem,3vw,2.4rem)}.about-next-section h2{max-width:22ch;font-size:clamp(1.9rem,3.4vw,3.2rem)}.about-next-section p{max-width:62ch}.about-next-section .callout{border-color:rgba(var(--accent-soft-rgb),.2);background:linear-gradient(135deg,rgba(var(--accent-strong-rgb),.12),transparent 36%),linear-gradient(180deg,#ffffff0b,#ffffff05),rgba(var(--panel-rgb),.78);padding:clamp(1.25rem,2.6vw,2rem);position:relative;overflow:hidden}.about-next-section .callout:before{content:"";background:linear-gradient(90deg,transparent,rgba(var(--accent-soft-rgb),.42),transparent);height:1px;position:absolute;inset:0 0 auto}.membership-section-head{gap:var(--space-3);margin-bottom:var(--space-3);padding:var(--space-3);grid-template-columns:minmax(0,1.05fr) minmax(280px,.7fr);align-items:end;display:grid}.membership-section-head h2{font-family:var(--font-display);letter-spacing:-.025em;margin:0;font-size:clamp(1.65rem,2.6vw,2.25rem);line-height:1.08}.membership-section-head p{color:var(--muted);margin:0}.submission-standard-note{margin:var(--space-2) 0;border-color:rgba(var(--accent-soft-rgb),.16);background:linear-gradient(90deg,rgba(var(--accent-soft-rgb),.08),transparent 54%),#ffffff06;gap:.35rem;padding:14px 16px;display:grid}.course-card,.submission-card{min-height:100%}.course-card{padding:var(--space-3);flex-direction:column;display:flex}.published-card-image{aspect-ratio:16/9;width:100%;margin:0 0 var(--space-2);border:1px solid rgba(var(--accent-soft-rgb),.18);border-radius:var(--radius-sm);background:#ffffff08;position:relative;overflow:hidden}.published-card-image img{object-fit:cover;width:100%;height:100%}.published-card-image figcaption{color:#ece9e5db;background:linear-gradient(#0000,#0e1113d1);padding:.55rem .7rem;font-size:.76rem;position:absolute;bottom:0;left:0;right:0}.course-card-top{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.course-code,.course-level{border:1px solid var(--line);letter-spacing:.12em;text-transform:uppercase;border-radius:999px;align-items:center;min-height:32px;padding:.35rem .7rem;font-size:.76rem;display:inline-flex}.course-code{color:var(--text)}.course-level{color:var(--accent-soft)}.course-card h3{letter-spacing:-.03em;margin:0 0 .65rem;font-size:1.28rem}.course-card p{color:var(--muted);flex:auto;margin:0}.course-meta{gap:var(--space-2);margin:var(--space-3) 0 0;display:grid}.course-meta dt{color:var(--accent-soft);letter-spacing:.14em;text-transform:uppercase;font-size:.74rem}.course-meta dd{margin:.2rem 0 0}.paper-card{padding:var(--space-3);border-bottom:1px solid var(--line);color:var(--text);transition:background var(--motion-fast) var(--easing),padding var(--motion-med) var(--easing),border-color var(--motion-med) var(--easing);text-decoration:none;display:block;position:relative}.paper-card:before{content:"";background:linear-gradient(180deg,rgba(var(--accent-soft-rgb),.75),transparent);opacity:0;width:3px;transition:opacity var(--motion-med) var(--easing);position:absolute;inset:0 auto 0 0}.paper-card:last-child{border-bottom:none}.paper-card:hover{background:linear-gradient(180deg,rgba(var(--accent-strong-rgb),.09),transparent 60%),#ffffff08;padding-left:calc(var(--space-3) + 4px)}.paper-card:hover:before{opacity:1}.paper-card:focus-visible{background:linear-gradient(180deg,rgba(var(--accent-strong-rgb),.09),transparent 60%),#ffffff08;outline:none}.paper-card-meta{align-items:center;gap:.75rem;margin-bottom:.55rem;display:flex}.paper-type-tag{border:1px solid rgba(var(--accent-soft-rgb),.22);background:rgba(var(--accent-strong-rgb),.12);color:var(--accent-soft);letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;border-radius:999px;align-items:center;padding:2px 10px;font-size:.72rem;display:inline-flex}.paper-card-date{color:var(--muted);font-size:.84rem}.paper-card-title{letter-spacing:-.02em;transition:color var(--motion-fast) var(--easing);margin:0 0 .3rem;font-size:1.1rem;line-height:1.35}.paper-card:hover .paper-card-title{color:#f5f2ee}.paper-card-authors{color:var(--muted);margin:0 0 .5rem;font-size:.86rem}.paper-card-summary{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.9rem;line-height:1.55;display:-webkit-box;overflow:hidden}.journal-hero{padding-top:clamp(2rem,4vw,3.4rem)}.journal-hero:before{background:linear-gradient(90deg,#101315f5,#101315c2 52%,#101315f5),radial-gradient(circle at 78% 16%,rgba(var(--accent-soft-rgb),.16),transparent 28%),linear-gradient(180deg,#ffffff05,transparent 62%),linear-gradient(90deg,rgba(var(--accent-soft-rgb),.06),transparent 48%);opacity:.86}.journal-hero-copy{background:linear-gradient(90deg,rgba(var(--panel-rgb),.98),rgba(var(--panel-rgb),.86) 58%,rgba(var(--panel-rgb),.58)),linear-gradient(180deg,rgba(var(--accent-soft-rgb),.08),#ffffff05)}.journal-hero-copy h1{text-transform:uppercase;max-width:15ch}.journal-local-nav{margin-top:var(--space-1);flex-wrap:wrap;gap:.55rem;display:flex}.journal-local-nav a{border:1px solid rgba(var(--accent-soft-rgb),.2);background:rgba(var(--accent-soft-rgb),.065);min-height:36px;color:var(--text);letter-spacing:.08em;text-transform:uppercase;transition:background var(--motion-fast) var(--easing),border-color var(--motion-fast) var(--easing),transform var(--motion-fast) var(--easing);border-radius:999px;align-items:center;padding:.4rem .82rem;font-size:.78rem;font-weight:600;display:inline-flex}.journal-local-nav a:hover,.journal-local-nav a:focus-visible{border-color:rgba(var(--accent-soft-rgb),.42);background:rgba(var(--accent-soft-rgb),.12);transform:translateY(-1px)}.journal-aside-card{border-color:rgba(var(--accent-soft-rgb),.18);background:linear-gradient(180deg,rgba(var(--accent-soft-rgb),.09),transparent 42%),linear-gradient(180deg,rgba(var(--accent-strong-rgb),.08),transparent 62%),var(--surface)}.journal-library-section{padding-top:var(--space-3)}.journal-landing-hero .page-grid{grid-template-columns:minmax(0,1.18fr) minmax(300px,.62fr)}.journal-release-actions{margin-top:var(--space-2);flex-wrap:wrap;gap:.7rem;display:flex}.journal-current-section{padding-top:var(--space-3)}.journal-release-layout{gap:var(--space-3);grid-template-columns:minmax(320px,.95fr) minmax(0,1fr);align-items:stretch;display:grid}.journal-release-card,.journal-contents-panel,.journal-archive-card{border:1px solid rgba(var(--line-rgb),.11);border-radius:var(--radius);background:linear-gradient(#ffffff0b,#ffffff05);position:relative;overflow:hidden;box-shadow:0 16px 40px #00000029}.journal-release-card{justify-content:space-between;gap:var(--space-2);background:linear-gradient(140deg,rgba(var(--accent-soft-rgb),.13),transparent 42%),linear-gradient(180deg,rgba(var(--accent-strong-rgb),.12),#ffffff05),rgba(var(--panel-rgb),.82);flex-direction:column;min-height:360px;padding:clamp(1.25rem,2.6vw,2rem);display:flex}.journal-release-card>*{z-index:1;position:relative}.journal-release-label,.journal-archive-card span{color:var(--gold);letter-spacing:.14em;text-transform:uppercase;font-size:.72rem;font-weight:600}.journal-release-card h2{max-width:12ch;font-family:var(--font-display);letter-spacing:-.025em;margin:0;font-size:clamp(2rem,3.7vw,3.35rem);line-height:1}.journal-release-title{color:var(--text);margin:0;font-size:clamp(1.05rem,1.7vw,1.35rem);line-height:1.25}.journal-release-card p,.journal-archive-card p{color:var(--muted);margin:0}.journal-contents-panel{padding:clamp(1rem,2vw,1.4rem)}.journal-featured-paper-grid{margin-top:var(--space-2);grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.journal-featured-paper{border:1px solid rgba(var(--line-rgb),.1);border-radius:var(--radius-sm);min-height:134px;color:var(--text);transition:transform var(--motion-med) var(--easing-emphasis),border-color var(--motion-fast) var(--easing),background var(--motion-fast) var(--easing),padding var(--motion-med) var(--easing);background:linear-gradient(#ffffff0b,#ffffff05),#121618e0;align-content:start;gap:.34rem;padding:1rem;display:grid}.journal-featured-paper-primary{background:linear-gradient(140deg,rgba(var(--accent-soft-rgb),.1),transparent 46%),linear-gradient(180deg,rgba(var(--accent-strong-rgb),.11),#ffffff05),#121618e6;grid-column:1/-1;min-height:150px}.journal-featured-paper:hover,.journal-featured-paper:focus-visible{border-color:rgba(var(--accent-soft-rgb),.24);background:linear-gradient(90deg,rgba(var(--accent-soft-rgb),.08),transparent 42%),rgba(var(--panel-rgb),.94);transform:translateY(-2px)}.journal-featured-paper span{color:var(--accent-soft);letter-spacing:.12em;text-transform:uppercase;font-size:.7rem;font-weight:600}.journal-featured-paper strong{font-size:1rem;line-height:1.34}.journal-featured-paper small{color:var(--muted);font-size:.82rem}.journal-featured-paper-primary strong{font-size:clamp(1.08rem,2vw,1.35rem)}.journal-empty-release{margin-top:var(--space-2);padding:var(--space-3);border:1px dashed rgba(var(--line-rgb),.16);border-radius:var(--radius-sm);background:#ffffff05}.journal-past-grid{gap:var(--space-2);margin-top:var(--space-3);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.journal-archive-card{min-height:190px;padding:var(--space-3);gap:.65rem;display:grid}.journal-archive-card h3{margin:0;font-size:1.2rem;line-height:1.25}.journal-archive-card-link{color:var(--text);transition:transform var(--motion-med) var(--easing-emphasis),border-color var(--motion-fast) var(--easing),background var(--motion-fast) var(--easing)}.journal-archive-card-link:hover,.journal-archive-card-link:focus-visible{border-color:rgba(var(--accent-soft-rgb),.24);background:linear-gradient(140deg,rgba(var(--accent-soft-rgb),.08),transparent 42%),#ffffff08;transform:translateY(-2px)}.journal-edition-meta{border:1px solid rgba(var(--line-rgb),.1);border-radius:var(--radius-sm);background:rgba(var(--line-rgb),.08);grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin:0;display:grid;overflow:hidden}.journal-edition-meta div{background:#121618d6;gap:.2rem;padding:.8rem;display:grid}.journal-edition-meta dt{color:var(--gold);letter-spacing:.12em;text-transform:uppercase;font-size:.68rem;font-weight:600}.journal-edition-meta dd{color:var(--text);margin:0;font-size:.92rem;line-height:1.4}.journal-edition-meta-aside{margin:var(--space-2) 0;grid-template-columns:1fr}.journal-next-section .two-column{align-items:stretch}.journal-next-section h2{max-width:14ch}.journal-next-card{border-color:rgba(var(--accent-soft-rgb),.18)}.article-library-hero .page-copy-feature h1{max-width:13ch}.news-page-nav-section{padding-top:var(--space-2);padding-bottom:0}.on-page-menu{border:1px solid rgba(var(--accent-soft-rgb),.18);border-radius:var(--radius-sm);box-shadow:var(--shadow-soft);background:#ffffff09;flex-wrap:wrap;align-items:center;gap:.65rem;padding:clamp(.8rem,1.5vw,1rem);display:flex}.on-page-menu span{color:var(--gold);letter-spacing:.12em;text-transform:uppercase;margin-right:.2rem;font-size:.72rem;font-weight:600}.on-page-menu a{border:1px solid rgba(var(--accent-soft-rgb),.2);background:rgba(var(--accent-soft-rgb),.07);min-height:38px;color:var(--text);transition:transform var(--motion-fast) var(--easing),border-color var(--motion-fast) var(--easing),background var(--motion-fast) var(--easing);border-radius:999px;justify-content:center;align-items:center;padding:.44rem .9rem;font-size:.82rem;font-weight:600;text-decoration:none;display:inline-flex}.on-page-menu a:hover,.on-page-menu a:focus-visible{border-color:rgba(var(--accent-soft-rgb),.42);background:rgba(var(--accent-soft-rgb),.13);transform:translateY(-1px)}.news-stream-section{padding-top:var(--space-3)}.news-stream-heading{max-width:980px}.news-stream-heading h2{text-align:center}.scroll-fade{margin-top:var(--space-3);padding:.2rem var(--page-gutter) .9rem;scroll-padding-inline:var(--page-gutter);scroll-snap-type:x proximity;scrollbar-color:rgba(var(--accent-soft-rgb),.5) #ffffff0d;scrollbar-width:thin;position:relative;overflow:auto hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 24px calc(100% - 24px),#0000);mask-image:linear-gradient(90deg,#0000,#000 24px calc(100% - 24px),#0000)}.scroll-fade::-webkit-scrollbar{height:10px}.scroll-fade::-webkit-scrollbar-track{background:#ffffff0d;border-radius:999px}.scroll-fade::-webkit-scrollbar-thumb{background:rgba(var(--accent-soft-rgb),.48);border-radius:999px}.news-stream-grid,.event-stream-grid{gap:var(--space-2);grid-auto-flow:column dense;min-width:max-content;display:grid}.news-stream-grid{grid-template-rows:repeat(3,minmax(168px,1fr));grid-auto-columns:minmax(260px,18vw)}.news-scroll-shell{justify-content:center;display:grid}.event-stream-grid{grid-template-rows:minmax(220px,1fr);grid-auto-columns:minmax(280px,24vw)}.news-stream-card,.event-stream-card{scroll-snap-align:start;width:100%;min-height:0}.news-stream-card{align-content:start;gap:.7rem;padding:clamp(1rem,1.4vw,1.3rem)}.news-stream-card.is-prominent{border-color:rgba(var(--accent-soft-rgb),.28);background:radial-gradient(circle at top right,rgba(var(--accent-soft-rgb),.15),transparent 42%),#ffffff0b;grid-area:span 2/span 2;padding:clamp(1.15rem,2vw,1.6rem)}.news-stream-card.is-prominent h3{font-size:clamp(1.4rem,2vw,2.05rem);line-height:1.1}.news-stream-card:not(.is-prominent) .news-card-image{display:none}.news-stream-card.is-prominent .news-card-image{margin:-.25rem -.25rem 0}.news-stream-card p{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.news-stream-card:not(.is-prominent) p{-webkit-line-clamp:3}.event-stream-card{align-content:start;gap:.85rem;padding:clamp(1rem,1.45vw,1.35rem)}.event-stream-card .published-card-image{margin:-.2rem -.2rem 0}.event-stream-card h3{margin:.35rem 0 0}.event-stream-card p{-webkit-line-clamp:4;-webkit-box-orient:vertical;margin-bottom:0;display:-webkit-box;overflow:hidden}.event-stream-meta:empty{display:none}.news-feature-card{margin-top:var(--space-3);margin-bottom:var(--space-3);border-radius:var(--radius);border:1px solid rgba(var(--accent-soft-rgb),.2);background:radial-gradient(circle at top right,rgba(var(--accent-soft-rgb),.14),transparent 38%),linear-gradient(180deg,rgba(var(--accent-strong-rgb),.1),#ffffff06);box-shadow:var(--shadow);gap:14px;padding:clamp(22px,3vw,34px);display:grid;position:relative;overflow:hidden}.news-feature-card:after{content:"";background:url(../images/main-site/symbol-green.webp) center / 48% auto no-repeat,radial-gradient(circle,rgba(var(--accent-soft-rgb),.1),transparent 68%);opacity:.18;pointer-events:none;border-radius:999px;width:280px;height:280px;position:absolute;inset:auto -7% -28% auto}.news-feature-card h2,.news-card h3,.news-detail-article h1{margin:0}.news-feature-meta,.news-card-meta,.news-detail-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:10px;font-size:.82rem;display:flex}.news-priority-tag{border-color:rgba(var(--warning-rgb),.34);color:var(--warning);background:rgba(var(--warning-rgb),.11)}.news-feature-card p,.news-card p{color:var(--muted);margin:0;line-height:1.75}.news-feature-image,.news-detail-image{margin:0 0 var(--space-2);border:1px solid rgba(var(--accent-soft-rgb),.18);border-radius:var(--radius-sm);background:#ffffff08;position:relative;overflow:hidden}.news-feature-image img,.news-detail-image img,.news-card-image img{object-fit:cover;width:100%;height:100%}.news-feature-image,.news-detail-image{aspect-ratio:16/9}.news-feature-image figcaption,.news-detail-image figcaption{color:#ece9e5db;background:linear-gradient(#0000,#0e1113d1);padding:.65rem .85rem;font-size:.78rem;position:absolute;bottom:0;left:0;right:0}.news-grid{gap:var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.news-card{border-radius:var(--radius-sm);border:1px solid var(--line);color:inherit;transition:transform var(--motion-slow) var(--easing-emphasis),border-color var(--motion-med) var(--easing),background var(--motion-med) var(--easing);gap:12px;padding:22px;display:grid;position:relative;overflow:hidden}.news-card-image{aspect-ratio:16/9;border-radius:calc(var(--radius-sm) - 2px);background:#ffffff08;margin:-6px -6px 2px;display:block;overflow:hidden}.news-card:hover,.news-card:focus-visible{border-color:rgba(var(--accent-soft-rgb),.24);background:linear-gradient(180deg,rgba(var(--accent-strong-rgb),.12),transparent 45%),#ffffff0a;transform:translateY(-2px);box-shadow:0 24px 70px #0000004d}.event-priority-list{gap:var(--space-3);margin-top:var(--space-4);display:grid}.event-priority-card{gap:var(--space-3);border-color:rgba(var(--warning-rgb),.28);background:radial-gradient(circle at top right,rgba(var(--warning-rgb),.11),transparent 38%),#ffffff09;grid-template-columns:minmax(220px,.72fr) minmax(0,1fr);align-items:center;padding:clamp(22px,3vw,34px);display:grid}.event-priority-card .published-card-image{margin:0}.event-priority-card h3{margin-top:.45rem}.news-detail-layout{align-items:start}.news-detail-article{border-radius:var(--radius);border:1px solid var(--line);background:#ffffff08;gap:16px;padding:26px;display:grid}.news-detail-body{gap:14px;display:grid}.news-detail-body p{color:var(--muted);margin:0;line-height:1.8}.paper-detail-authors{color:var(--muted)}.paper-detail-doi{color:var(--muted);margin-top:.4rem;font-family:monospace;font-size:.82rem}.paper-reader-shell{gap:var(--space-3);display:grid}.paper-reader-header{justify-content:space-between;align-items:flex-end;gap:var(--space-3);display:flex}.paper-reader-header h2{margin:.12rem 0 0;font-size:clamp(1.5rem,2.6vw,2.2rem)}.paper-reader-header p{max-width:62ch;color:var(--muted);margin:.55rem 0 0}.paper-reader-actions{justify-content:flex-end;gap:var(--space-2);flex-wrap:wrap;display:flex}.pdf-viewer{border-radius:var(--radius);border:1px solid var(--line);box-shadow:var(--shadow);background:linear-gradient(#ffffff09,#ffffff04),#ffffff05;overflow:hidden}.pdf-frame{background:#24282c;border:none;width:100%;height:min(76vh,820px);min-height:620px;display:block}.paper-reader-footnote{justify-content:space-between;align-items:center;gap:var(--space-2);color:var(--muted);padding:0 2px;font-size:.9rem;display:flex}.pdf-placeholder{text-align:center;min-height:280px;padding:var(--space-6) var(--space-4);flex-direction:column;justify-content:center;align-items:center;display:flex}.pdf-placeholder p{max-width:44ch;color:var(--muted);margin:.6rem auto 0}.paper-citation-block{color:var(--muted);font-size:.9rem;line-height:1.6}.paper-citation-doi{color:var(--muted);margin-top:.5rem;font-family:monospace;font-size:.82rem}.paper-nav{justify-content:space-between;align-items:center;gap:var(--space-2);padding:var(--space-3) 0 var(--space-4);border-top:1px solid var(--line);margin-top:var(--space-2);display:flex}.paper-nav-link{color:var(--muted);transition:color var(--motion-fast) var(--easing);font-size:.9rem;font-weight:600;text-decoration:none}.paper-nav-link:hover{color:var(--text)}.paper-nav-all{margin-top:0}.paper-keywords{gap:var(--space-1);flex-wrap:wrap;display:flex}.paper-keywords-spaced,.citation-actions{margin-top:var(--space-3)}.paper-keywords span{border:1px solid var(--line);min-height:30px;color:var(--muted);background:#ffffff08;border-radius:999px;align-items:center;padding:.3rem .75rem;font-size:.82rem;display:inline-flex}.submission-layout{gap:var(--space-3);grid-template-columns:minmax(0,1.24fr) minmax(280px,.68fr);align-items:start;display:grid}.submission-card{padding:var(--space-4)}.submission-access-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.submission-access-card{gap:.35rem;display:grid}.submission-access-card-primary{border-color:rgba(var(--accent-soft-rgb),.28);background:linear-gradient(180deg,rgba(var(--accent-strong-rgb),.16),transparent 58%),#ffffff0a}.submission-access-card strong{font-size:.98rem;line-height:1.35;display:block}.submission-access-card p{color:var(--muted);margin:0;font-size:.9rem;line-height:1.55}.submission-heading{max-width:none}.submission-heading h1{margin-bottom:0}.submission-sidebar{gap:var(--space-2);display:grid}.admin-quick-action{border:1px solid var(--line);min-height:32px;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;transition:transform var(--motion-fast) var(--easing),border-color var(--motion-fast) var(--easing),background var(--motion-fast) var(--easing),color var(--motion-fast) var(--easing);background:#ffffff05;border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:.72rem;font-weight:700;display:inline-flex}.admin-quick-action:hover,.admin-quick-action:focus-visible,.admin-quick-action.is-active{border-color:rgba(var(--accent-soft-rgb),.24);color:var(--text);background:#ffffff0b;transform:translateY(-1px)}.admin-line-chart{width:100%;height:120px;display:block}.admin-line-chart-grid{fill:none;stroke:#ffffff1a;stroke-width:1px;stroke-dasharray:2 4}.admin-line-chart-line{fill:none;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round}.admin-line-chart-labels{color:var(--muted);grid-template-columns:repeat(6,minmax(0,1fr));gap:6px;margin-top:10px;font-size:.72rem;display:grid}.admin-line-chart-labels span{text-align:center}.admin-actions-spaced{margin-bottom:var(--space-3)}.admin-back-button{border-color:rgba(var(--accent-soft-rgb),.22);min-height:38px;color:var(--muted);box-shadow:none;background:#ffffff05;padding:0 16px}.admin-back-button:hover,.admin-back-button:focus-visible{border-color:rgba(var(--accent-soft-rgb),.34);color:var(--text);box-shadow:none;background:#ffffff0a}.institutional-library-button{justify-content:center;width:100%}.institutional-library-stats{grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;margin:0 0 14px;display:grid}.institutional-library-stats div{border:1px solid rgba(var(--line-rgb),.09);background:#ffffff06;border-radius:10px;gap:4px;padding:12px;display:grid}.institutional-library-stats span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem}.institutional-library-stats strong{color:var(--text);font-size:1.35rem}.institutional-library-search{border:1px solid rgba(var(--line-rgb),.08);background:#ffffff05;border-radius:12px;grid-template-columns:minmax(240px,1fr) minmax(150px,180px) minmax(190px,230px) auto auto;align-items:end;gap:10px;margin-bottom:14px;padding:12px;display:grid}.institutional-library-search .button{justify-content:center;min-height:42px}.institutional-code-card-library{align-items:start}.institutional-code-generated{border:1px solid rgba(var(--accent-soft-rgb),.26);background:linear-gradient(135deg,rgba(var(--accent-soft-rgb),.12),rgba(var(--accent-strong-rgb),.08)),#ffffff07;border-radius:12px;grid-template-columns:minmax(0,1fr) minmax(260px,.72fr);align-items:center;gap:14px;margin:0 0 14px;padding:16px;display:grid}.institutional-code-generated h3,.institutional-access-guide h3,.institutional-code-form h3{color:var(--text);margin:0;font-size:1rem}.institutional-code-generated p,.institutional-access-guide p{color:var(--muted);margin:.35rem 0 0;font-size:.86rem;line-height:1.5}.institutional-code-copy-panel{border:1px solid rgba(var(--line-rgb),.12);background:#00000029;border-radius:10px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px;display:grid}.institutional-code-copy-panel code{overflow-wrap:anywhere;min-width:0;color:var(--text);letter-spacing:.04em;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.95rem;font-weight:800;display:block}.institutional-code-generated-meta{flex-wrap:wrap;grid-column:1/-1;gap:8px;display:flex}.institutional-code-generated-meta span,.institutional-access-stats span{color:var(--muted);font-size:.76rem}.institutional-code-generated-meta span{border:1px solid rgba(var(--line-rgb),.1);background:#ffffff07;border-radius:999px;padding:5px 8px}.institutional-access-layout{grid-template-columns:minmax(0,1.45fr) minmax(260px,.72fr);align-items:start;gap:12px;margin-bottom:14px;display:grid}.institutional-code-form,.institutional-access-guide{border:1px solid rgba(var(--line-rgb),.09);background:#ffffff05;border-radius:12px;gap:12px;padding:14px;display:grid}.institutional-code-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.institutional-code-form-grid .form-grid-full{grid-column:1/-1}.institutional-code-submit{justify-content:center;width:100%;min-height:44px}.institutional-access-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.institutional-access-stats div{border:1px solid rgba(var(--line-rgb),.09);background:#ffffff05;border-radius:10px;gap:3px;padding:10px;display:grid}.institutional-access-stats strong{color:var(--text);font-size:1.3rem}.institutional-code-list{gap:9px;display:grid}.institutional-code-card{border:1px solid rgba(var(--line-rgb),.09);background:#ffffff05;border-radius:10px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px;display:grid}.institutional-code-card-main{gap:3px;min-width:0;display:grid}.institutional-code-card-main strong{color:var(--text)}.institutional-code-card-main span,.institutional-code-card-main small{color:var(--muted);overflow-wrap:anywhere}.institutional-code-card-main span{font-size:.82rem}.institutional-code-card-main small{font-size:.72rem}.institutional-code-card-actions{flex-wrap:wrap;justify-content:flex-end;gap:7px;display:flex}.admin-member-primary-actions{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch;display:grid}.admin-member-primary-actions .button,.admin-member-delete-form .button{width:100%}.admin-check-stack{margin-top:var(--space-2);gap:12px;display:grid}.admin-check-grid{gap:.75rem;max-height:420px;display:grid;overflow:auto}.admin-action-stack{gap:var(--space-2);margin-top:var(--space-3);padding-top:var(--space-3);border-top:1px solid var(--line);display:grid}.admin-action-stack-separated{gap:var(--space-3)}.admin-subtle-divider{background:var(--line);height:1px}.admin-member-delete-form{width:100%}.admin-context-card p{margin-bottom:var(--space-3);color:var(--muted)}.admin-context-stats{gap:var(--space-2);display:grid}.admin-context-stats div{border:1px solid var(--line);background:#ffffff08;border-radius:12px;padding:12px 14px}.admin-context-stats span{color:var(--accent-soft);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.25rem;font-size:.76rem;display:block}.admin-context-stats strong{line-height:1.4;display:block}.admin-selector{gap:var(--space-2);margin-bottom:var(--space-2);border:1px solid rgba(var(--line-rgb),.08);background:#ffffff05;border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:end;padding:12px;display:grid}.admin-selector label{display:block}.form-help{color:var(--muted);margin-top:.15rem;font-size:.88rem;line-height:1.45;display:block}.admin-selector span{color:var(--accent-soft);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.45rem;font-size:.76rem}.admin-submission-workspace{gap:var(--space-3);grid-template-columns:minmax(280px,360px) minmax(0,1fr);align-items:start;display:grid}.admin-submission-queue,.admin-submission-detail-card{min-width:0}.admin-submission-list{margin-top:var(--space-2);flex-direction:column;gap:8px;display:flex}.admin-submission-list-item{border:1px solid var(--line);border-radius:var(--radius-sm);color:inherit;transition:transform var(--motion-fast),border-color var(--motion-fast),background var(--motion-fast);background:#ffffff05;flex-direction:column;gap:5px;padding:12px 14px;text-decoration:none;display:flex}.admin-submission-list-item:hover,.admin-submission-list-item:focus-visible,.admin-submission-list-item.is-active{border-color:rgba(var(--accent-strong-rgb),.35);background:linear-gradient(135deg,rgba(var(--accent-strong-rgb),.1),#ffffff0a);transform:translateY(-1px)}.admin-submission-list-item strong{color:var(--text);font-size:14px;line-height:1.45}.admin-submission-list-item span,.admin-submission-list-item small{color:var(--muted)}.admin-submission-list-top{justify-content:space-between;align-items:center;gap:10px;display:flex}.admin-submission-list-date{white-space:nowrap;font-size:12px}.compact-heading{max-width:none}.form-grid{gap:var(--space-2);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.form-grid label{display:block}.form-grid span{color:var(--accent-soft);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.45rem;font-size:.76rem;display:block}.form-grid input,.form-grid select,.form-grid textarea{border:1px solid var(--line-strong);border-radius:var(--radius-sm);width:100%;min-height:48px;color:var(--text);font:inherit;transition:border-color var(--motion-fast) var(--easing),background var(--motion-fast) var(--easing),box-shadow var(--motion-fast) var(--easing),transform var(--motion-fast) var(--easing);background:#ffffff08;padding:14px 16px;font-size:max(16px,1rem)}.form-grid input:hover,.form-grid select:hover,.form-grid textarea:hover{border-color:rgba(var(--accent-soft-rgb),.3);background:#ffffff0b}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:rgba(var(--accent-soft-rgb),.45);box-shadow:0 0 0 4px rgba(var(--accent-strong-rgb),.12);background:#ffffff0d;outline:none;transform:translateY(-1px)}.form-grid input::placeholder,.form-grid textarea::placeholder{color:#c6cbd0c7}.form-grid input:user-invalid,.form-grid textarea:user-invalid,.support-proposal-form input:user-invalid,.support-proposal-form textarea:user-invalid,.form-grid [aria-invalid=true],.support-proposal-form [aria-invalid=true]{border-color:rgba(var(--danger-rgb),.58);box-shadow:0 0 0 3px rgba(var(--danger-rgb),.12)}.form-grid-full{grid-column:1/-1}.signup-password-field{align-self:start}.signup-password-feedback{gap:.85rem;margin-top:.1rem;display:grid}.password-strength{gap:.65rem;display:grid}.password-strength-bar{background:#ffffff0f;border:1px solid #ffffff14;border-radius:999px;height:10px;position:relative;overflow:hidden}.password-strength-fill{border-radius:inherit;background:linear-gradient(90deg,rgba(var(--danger-rgb),.72) 0%,var(--danger) 100%);width:0;height:100%;transition:width .22s,background .22s;display:block}.password-strength-fill[data-strength-level=medium]{background:linear-gradient(90deg,rgba(var(--warning-rgb),.72) 0%,var(--warning) 100%)}.password-strength-fill[data-strength-level=strong]{background:linear-gradient(90deg,var(--accent-strong) 0%,var(--success) 100%)}.password-strength-meta{gap:.18rem;display:grid}.password-strength-meta strong,.password-match-hint{font-size:.88rem}.password-strength-meta strong{color:var(--text)}.password-strength-meta span,.password-match-hint{color:var(--muted);line-height:1.5}.password-match-hint.is-error{color:var(--danger)}.password-match-hint.is-success{color:var(--accent-soft)}.upload-placeholder{margin-top:var(--space-2);padding:var(--space-3);border:1px dashed var(--line-strong);border-radius:var(--radius-sm);background:#ffffff05}.upload-placeholder strong{margin-bottom:.35rem;display:block}.upload-placeholder p{color:var(--muted);margin:0}.form-actions{gap:var(--space-2);margin-top:var(--space-3);flex-wrap:wrap;display:flex}.link-list{gap:var(--space-2);margin-top:var(--space-2);flex-wrap:wrap;align-items:center;display:flex}.link-list-vertical{align-items:start;gap:.55rem;display:grid}.form-actions-spaced-lg{margin-top:var(--space-4)}.required-star{color:#d6a846;font-weight:900}.site-footer{border-top:1px solid var(--line);padding:var(--space-4) 0;background:radial-gradient(circle at 8% 12%,rgba(var(--accent-strong-rgb),.08),transparent 28%),linear-gradient(180deg,#ffffff07,transparent 58%)}.footer-links a{transition:color var(--motion-fast) var(--easing),transform var(--motion-fast) var(--easing),opacity var(--motion-fast) var(--easing)}.footer-links a:hover{color:var(--text);opacity:1;transform:translate(2px)}.footer-grid{gap:var(--space-2);grid-template-columns:minmax(220px,.9fr) minmax(360px,1.3fr) minmax(230px,.8fr);align-items:start;display:grid}.footer-grid-landing,.footer-grid-login{grid-template-columns:minmax(0,1.3fr) minmax(320px,1fr)}.footer-logo{opacity:.94;width:190px;margin-bottom:.75rem}.footer-partnership{color:var(--accent-soft);letter-spacing:.12em;text-transform:uppercase;transition:color var(--motion-fast) var(--easing),opacity var(--motion-fast) var(--easing);margin-top:.7rem;font-size:.82rem;display:inline-block}.footer-partnership:hover{color:var(--text)}.footer-nav-groups{gap:var(--space-2);border:1px solid rgba(var(--line-rgb),.08);border-radius:var(--radius-sm);box-shadow:none;background:#ffffff04;grid-template-columns:repeat(3,minmax(0,1fr));padding:0;display:grid}.footer-link-group{min-width:0;padding:var(--space-2)}.footer-link-group h4{margin:0}.footer-links{row-gap:.36rem;margin:.75rem 0 0;padding:0;font-size:.9rem;list-style:none;display:grid}.footer-links li{min-width:0}.footer-addresses p{margin:0}.footer-addresses p+p{margin-top:1rem}.footer-contact-block,.footer-contact-block-landing{text-align:right;justify-self:end;max-width:34rem}.site-footer h4{letter-spacing:.14em;text-transform:uppercase;color:var(--menu-green);margin:0;font-size:.88rem}.brand-static{cursor:default;pointer-events:none}.brand-static .brand-crest{width:52px;height:52px}.nav-toggle{border:1px solid var(--line);border-radius:var(--radius-sm);cursor:pointer;width:38px;height:38px;transition:border-color var(--motion-med) var(--easing),background var(--motion-med) var(--easing),transform var(--motion-med) var(--easing-emphasis);background:0 0;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;padding:8px;display:none}.nav-toggle:hover{border-color:var(--line-strong);background:#ffffff0a}.nav-toggle-bar{background:var(--muted);transform-origin:50%;width:16px;height:1.5px;transition:transform var(--motion-med) var(--easing-emphasis),opacity var(--motion-fast) var(--easing),background var(--motion-med) var(--easing);border-radius:2px;display:block}.nav-toggle[aria-expanded=true] .nav-toggle-bar:first-child{background:var(--text);transform:translateY(6.5px)rotate(45deg)}.nav-toggle[aria-expanded=true] .nav-toggle-bar:nth-child(2){opacity:0;transform:scaleX(0)}.nav-toggle[aria-expanded=true] .nav-toggle-bar:nth-child(3){background:var(--text);transform:translateY(-6.5px)rotate(-45deg)}.flash-message{justify-content:space-between;align-items:flex-start;gap:var(--space-2);display:flex}.flash-dismiss{width:28px;height:28px;color:var(--muted);cursor:pointer;transition:color var(--motion-fast) var(--easing),background var(--motion-fast) var(--easing);background:0 0;border:0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;line-height:1;display:inline-flex}.flash-dismiss:hover{color:var(--text);background:#ffffff14}.back-to-top{bottom:var(--space-4);right:var(--space-4);z-index:30;border:1px solid var(--line-strong);backdrop-filter:blur(10px);width:48px;height:48px;color:var(--muted);cursor:pointer;opacity:0;pointer-events:none;transition:opacity var(--motion-med) var(--easing),transform var(--motion-med) var(--easing-emphasis),color var(--motion-med) var(--easing),border-color var(--motion-med) var(--easing),background var(--motion-med) var(--easing);background:#16181be0;border-radius:999px;justify-content:center;align-items:center;font-size:1.2rem;display:inline-flex;position:fixed;transform:translateY(12px)}.back-to-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.back-to-top:hover{color:var(--text);border-color:rgba(var(--accent-soft-rgb),.36);transform:translateY(-2px);box-shadow:0 16px 42px #00000047}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;transition-delay:0s!important;animation:none!important}}@media (width<=820px){body.nav-open{overflow:hidden}.footer-nav-groups{gap:var(--space-2);grid-template-columns:1fr}.form-grid,.admin-member-primary-actions{grid-template-columns:1fr}.signup-password-field{grid-column:1/-1}.page-hero-highlights{grid-template-columns:repeat(2,minmax(0,1fr))}.news-grid{grid-template-columns:1fr}.on-page-menu{align-items:stretch}.on-page-menu span{flex-basis:100%}.on-page-menu a{flex:9rem}.scroll-fade{padding-left:.85rem;padding-right:.85rem;-webkit-mask-image:linear-gradient(90deg,#0000,#000 16px calc(100% - 16px),#0000);mask-image:linear-gradient(90deg,#0000,#000 16px calc(100% - 16px),#0000)}.news-stream-grid{grid-template-rows:repeat(2,minmax(158px,1fr));grid-auto-columns:minmax(42vw,1fr)}.event-stream-grid{grid-template-rows:minmax(188px,1fr);grid-auto-columns:minmax(78vw,1fr)}.news-stream-card.is-prominent{grid-area:span 2/span 2}.news-stream-card:not(.is-prominent){padding:1rem}.news-stream-card.is-prominent h3{font-size:clamp(1.35rem,7vw,1.8rem)}.event-priority-card{grid-template-columns:1fr}.page-hero{padding:var(--space-3) 0 var(--space-2)}.mobile-call-for-papers-banner{display:block}.hero-copy{text-align:left}.hero-tile-stage{max-width:100%;margin-top:.35rem;display:grid}.hero-mobile-fallback{display:none}.hero-message-tile-primary,.hero-primary-rotator{aspect-ratio:2;min-height:0}.hero-carousel-dots{gap:.42rem;padding:.34rem .46rem;bottom:.5rem}.hero-carousel-dots button{width:9px;height:9px}.hero-carousel-dots button:hover,.hero-carousel-dots button:focus-visible,.hero-carousel-dots button.is-active{width:22px}.journal-landing-hero .page-grid,.journal-release-layout,.journal-past-grid,.journal-featured-paper-grid{grid-template-columns:1fr}.journal-featured-paper-primary{grid-column:auto}.journal-edition-meta{grid-template-columns:1fr}.journal-release-card{min-height:0}.institutional-panel{grid-template-columns:1fr}.institutional-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.paper-reader-header,.paper-reader-footnote{flex-direction:column;align-items:stretch}.paper-reader-actions{justify-content:stretch}.pdf-frame{height:72vh;min-height:520px}.nav-row{width:calc(100% - (var(--page-gutter) * 2));flex-wrap:wrap;row-gap:0;max-width:none;min-height:58px;padding:.36rem 0;display:flex}.brand{gap:.58rem}.brand-crest{width:42px;height:42px}.brand-logo{width:132px}.brand-text{gap:.08rem}.brand-text small{letter-spacing:.1em;font-size:.6rem;line-height:1.2}.nav-toggle{width:40px;height:40px;margin-left:auto;display:flex}.section-nav{top:58px}.section-nav-inner{justify-content:flex-start;padding-right:.1rem}.main-nav{border-top:1px solid var(--line);opacity:0;visibility:hidden;pointer-events:none;width:100%;max-height:0;transition:max-height .52s var(--easing-emphasis),opacity var(--motion-med) var(--easing),transform var(--motion-med) var(--easing),padding var(--motion-med) var(--easing),visibility 0s linear .52s;background:0 0;border-bottom:0;border-left:0;border-right:0;border-radius:0;flex-direction:column;order:3;gap:4px;margin-top:.45rem;padding:0;display:flex;overflow:hidden;transform:translateY(-4px)}.main-nav.is-open{overscroll-behavior:contain;max-height:min(74vh,620px);padding:.75rem 0 calc(.75rem + env(safe-area-inset-bottom));opacity:1;visibility:visible;pointer-events:auto;touch-action:pan-y;transition:max-height .56s var(--easing-emphasis),opacity var(--motion-med) var(--easing),transform var(--motion-med) var(--easing),padding var(--motion-med) var(--easing),visibility 0s linear 0s;display:flex;overflow-y:auto;transform:translateY(0)}.main-nav-row{display:contents}.main-nav a{border-radius:var(--radius-sm);opacity:0;min-height:42px;transition:opacity var(--motion-med) var(--easing),transform var(--motion-med) var(--easing),background var(--motion-fast) var(--easing),color var(--motion-fast) var(--easing);align-items:center;padding:.58rem .72rem;font-size:.96rem;display:flex;transform:translateY(-2px)}.main-nav.is-open a{opacity:1;transform:translateY(0)}.main-nav a:hover,.main-nav a.is-active{background:#ffffff0a}.main-nav a:after{display:none}.header-actions{flex-wrap:wrap;flex-shrink:0;order:5;justify-content:space-between;align-items:center;width:100%}.header-auth-actions{justify-content:stretch;gap:8px;width:100%}.language-control{justify-content:space-between;width:100%}.header-auth-button,.landing-access-button,.header-auth-actions .button{flex:1 1 0;min-width:0}.landing-access-copy{text-align:right;flex:100%}.institutional-code-copy-panel,.institutional-code-form-grid,.institutional-access-stats{grid-template-columns:1fr}.institutional-code-card-actions{justify-content:stretch}.admin-selector .button,.admin-user-search .button,.admin-account-actions .button,.admin-account-actions .admin-entry{justify-content:center;width:100%}.footer-contact-block,.footer-contact-block-landing{text-align:left;justify-self:auto}.footer-company-line{text-align:left}}@media (hover:none) and (pointer:coarse){.button:hover,.button-outline:hover,.button-secondary:hover,.feature-card:hover,.callout:hover,.course-card:hover,.submission-card:hover,.page-aside-card:hover,.page-copy:hover,.initiative-card:hover,.membership-tier-card:hover,.shop-card:hover,.media-gallery-card:hover{transform:none}}@media (width<=640px){.admin-quick-action{min-height:38px}.container,.content-shell,.reading-shell,.narrow{width:min(calc(100% - 1.25rem),var(--container))}.page-copy-header{align-items:flex-start}.page-hero-highlights{grid-template-columns:1fr}.page-copy-feature h1{max-width:none}.homepage-cta-section .two-column{gap:var(--space-2)}.homepage-cta-section h2{max-width:100%;font-size:clamp(1.8rem,10vw,2.7rem);line-height:1.06}.homepage-cta-section .callout{padding:var(--space-3)}.footer-company-line{margin-top:var(--space-2);padding-top:var(--space-2);font-size:11px}.hero-meta,.launch-card .hero-meta{grid-template-columns:1fr}.flash-message{padding:12px 14px}.flash-dismiss{width:24px;height:24px}.construction-splash{min-height:auto;padding-top:calc(var(--space-4) + 6px)}.launch-inline-grid,.launch-interest-form{grid-template-columns:1fr}.hero{padding-top:2.2rem}.hero h1{max-width:none}.hero-message-tile-primary h1{max-width:none;font-size:clamp(1.72rem,8.4vw,2.94rem)}.hero-primary-slide-text{padding:clamp(1.1rem,6vw,1.7rem)}.institutional-grid{grid-template-columns:1fr}.homepage-partner-strip{flex-direction:column;align-items:flex-start}.journal-local-nav{grid-template-columns:1fr;display:grid}.journal-local-nav a{justify-content:center;width:100%}.about-hero-statement,.about-story-heading h2,.about-next-section h2{max-width:none}.about-direction-copy p{padding:1rem}.brand{align-items:center;gap:.48rem}.brand-crest{width:38px;height:38px}.brand-logo{width:124px}.footer-logo{width:154px}.brand-text{gap:.04rem}.brand-text small{letter-spacing:.08em;font-size:.54rem;line-height:1.12}.site-header{box-shadow:0 10px 24px #00000024}.nav-row{min-height:56px;padding:.34rem 0}.header-actions,.header-auth-actions{width:100%}.header-actions{gap:10px}.header-auth-actions{grid-template-columns:1fr;display:grid}.landing-access-copy{text-align:left}.button,.button-outline,.button-secondary{justify-content:center;width:100%}.form-actions{flex-direction:column}.search-results-header{flex-direction:column;align-items:stretch}.section-nav{top:57px}.section-nav-inner span{display:none}.admin-line-chart{height:150px}.page-hero,.section{padding-top:var(--space-3)}.back-to-top{right:14px;bottom:max(14px,env(safe-area-inset-bottom));width:46px;height:46px}}.button-danger{background:linear-gradient(180deg,rgba(var(--danger-rgb),.92),rgba(var(--danger-rgb),.72));color:#fff;border:2px solid #0000}.button-danger:hover{background:linear-gradient(180deg,var(--danger),rgba(var(--danger-rgb),.78))}.button-sm{padding:8px 18px;font-size:13px}.status-badge{letter-spacing:.04em;border-radius:20px;margin-top:4px;padding:3px 10px;font-size:12px;font-weight:600;display:inline-block}.status-ok{background:rgba(var(--success-rgb),.16);color:var(--success)}.status-warn{background:rgba(var(--warning-rgb),.16);color:var(--warning)}.research-search-form{margin-bottom:var(--space-4)}.search-row{gap:var(--space-2);flex-wrap:wrap;align-items:center;display:flex}.search-input{border:1px solid var(--line-strong);border-radius:var(--radius);min-width:200px;color:var(--text);transition:border-color var(--motion-fast) var(--easing),background var(--motion-fast) var(--easing),box-shadow var(--motion-fast) var(--easing),transform var(--motion-fast) var(--easing);background:#ffffff08;flex:1;padding:10px 16px;font-family:inherit;font-size:15px}.search-input:hover{border-color:rgba(var(--accent-soft-rgb),.3);background:#ffffff0b}.search-input:focus{border-color:rgba(var(--accent-soft-rgb),.45);box-shadow:0 0 0 4px rgba(var(--accent-strong-rgb),.12);background:#ffffff0d;outline:none;transform:translateY(-1px)}.filter-chip-row{flex-wrap:wrap;align-items:center;gap:.45rem;margin-top:.7rem;display:flex}.filter-chip-row span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:600}.filter-chip-row a{border:1px solid rgba(var(--line-rgb),.12);min-height:32px;color:var(--menu-green);transition:background var(--motion-fast) var(--easing),border-color var(--motion-fast) var(--easing),color var(--motion-fast) var(--easing);background:#ffffff06;border-radius:999px;align-items:center;padding:.34rem .68rem;font-size:.8rem;font-weight:600;display:inline-flex}.filter-chip-row a:hover,.filter-chip-row a:focus-visible{border-color:rgba(var(--accent-soft-rgb),.28);background:rgba(var(--accent-soft-rgb),.09);color:var(--text)}.search-results-header{justify-content:space-between;align-items:flex-end;gap:var(--space-2);margin-top:var(--space-4);display:flex}.search-results-header .section-heading{text-align:left;margin:0}@media (width<=640px){.search-results-header{flex-direction:column;align-items:stretch}}.search-row-with-filter .search-select{flex:0 220px}.pagination{justify-content:center;align-items:center;gap:var(--space-3);margin-top:var(--space-4);border:1px solid var(--line);background:#ffffff06;border-radius:999px;padding:12px 18px;display:flex}.pagination-link{color:var(--accent-soft);transition:color var(--motion-fast) var(--easing);font-size:14px;font-weight:600;text-decoration:none}.pagination-link:hover,.pagination-link:focus-visible{color:var(--text);text-decoration:underline}.pagination-disabled{color:var(--muted);cursor:default}.pagination-info{color:var(--muted);font-size:13px}.empty-state{padding:var(--space-5) var(--space-3);border:1px dashed var(--line-strong);border-radius:var(--radius-sm);background:radial-gradient(circle at 92% 12%,rgba(var(--accent-soft-rgb),.1),transparent 34%),#ffffff06;text-align:center;position:relative;overflow:hidden}.admin-empty-state{padding:var(--space-4) 0}.checkbox-label{color:var(--muted);margin-bottom:var(--space-3);cursor:pointer;align-items:flex-start;gap:10px;font-size:14px;display:flex}.checkbox-label span{flex-direction:column;gap:4px;display:flex}.checkbox-label input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent-strong);flex-shrink:0;margin-top:2px}.checkbox-label-highlight{border:1px solid rgba(var(--warning-rgb),.34);background:rgba(var(--warning-rgb),.08);color:var(--text);border-radius:14px;padding:12px 14px}.checkbox-note{letter-spacing:.06em;text-transform:uppercase;color:var(--accent-soft);font-size:12px;display:inline-block}.prose h2{margin:var(--space-4) 0 var(--space-2);color:var(--text);font-size:20px;font-weight:700}.prose p,.prose ul,.prose li{color:var(--muted);margin-bottom:var(--space-2);font-size:15px;line-height:1.75}.prose ul{padding-left:1.4em}.footer-legal{margin-top:var(--space-2);font-size:12px}.footer-legal a{color:var(--muted);transition:color var(--motion-fast) var(--easing);text-decoration:none}.footer-legal a:hover{color:var(--text);text-decoration:underline}.footer-company-line{margin-top:var(--space-3);padding-top:var(--space-2);border-top:1px solid rgba(var(--line-rgb),.1);color:var(--muted);text-align:center;font-size:12px;line-height:1.6}.form-label{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:4px;font-size:12px;font-weight:600;display:block}.cookie-banner{bottom:max(0px,env(safe-area-inset-bottom));color:var(--text);z-index:9999;border-top:1px solid var(--line);backdrop-filter:blur(16px);animation:fade-up .36s var(--easing) both;background:#111315f5;position:fixed;left:0;right:0;box-shadow:0 -16px 44px #00000047}.cookie-banner[hidden]{display:none}.cookie-banner-inner{max-width:1200px;padding:14px 24px calc(14px + env(safe-area-inset-bottom));align-items:center;gap:var(--space-3);flex-wrap:wrap;margin:0 auto;display:flex}.cookie-banner-text{min-width:240px;color:var(--muted);flex:1;margin:0;font-size:.88rem;line-height:1.5}.cookie-banner-text a{color:var(--accent-soft)}.cookie-banner-actions{flex-shrink:0}.status-neutral{color:var(--muted);background:#ffffff0f}.reviewer-side-actions{justify-content:flex-end;align-items:flex-start;gap:var(--space-2);margin-bottom:var(--space-3);flex-wrap:wrap;display:flex}.review-manuscript-heading{border-bottom:1px solid rgba(var(--accent-soft-rgb),.14);padding:12px 16px 10px}.review-manuscript-heading h1{margin:.15rem 0 0;font-size:clamp(1.4rem,2.2vw,1.9rem);line-height:1.15}.review-result-stack,.review-result-stack form{gap:var(--space-2);display:grid}.review-result-head{justify-content:space-between;align-items:flex-start;gap:var(--space-2);display:flex}.review-result-head h3{margin:.2rem 0 0}.review-result-updated{border:1px solid rgba(var(--line-rgb),.1);border-radius:var(--radius-sm);color:var(--muted);background:#ffffff07;margin:0;padding:10px 12px;font-size:.9rem;line-height:1.45}.reviewer-submitted-date{border:1px solid rgba(var(--line-rgb),.1);border-radius:var(--radius-sm);background:#ffffff06;gap:.25rem;padding:12px 14px;display:grid}.reviewer-submitted-date p{color:var(--text);margin:0;font-weight:700}.review-decision-select{gap:.45rem;display:grid}.review-feedback-guidance{border-left:3px solid rgba(var(--accent-soft-rgb),.55);border-radius:var(--radius-sm);background:rgba(var(--accent-soft-rgb),.07);color:var(--muted);margin:0;padding:10px 12px;font-size:.9rem;line-height:1.55}.submission-tracker-grid{gap:var(--space-2);grid-template-columns:repeat(auto-fit,minmax(320px,1fr));display:grid}.submission-tracker-card{gap:var(--space-2);border:1px solid rgba(var(--accent-soft-rgb),.16);border-radius:var(--radius-sm);background:linear-gradient(135deg,rgba(var(--accent-strong-rgb),.08),transparent 55%),#ffffff05;padding:18px;display:grid}.submission-tracker-head{justify-content:space-between;gap:var(--space-2);align-items:flex-start;display:flex}.submission-tracker-head h3{margin:9px 0 0;font-size:1.05rem;line-height:1.25}.submission-tracker-date{color:var(--muted);white-space:nowrap;font-size:12px}.submission-tracker-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px;display:grid}.submission-tracker-meta p{color:var(--muted);margin:.15rem 0 0;font-size:.88rem;line-height:1.4}.submission-progress{border:1px solid rgba(var(--accent-soft-rgb),.14);border-radius:var(--radius-sm);background:#ffffff07;gap:8px;padding:12px;display:grid}.submission-progress-top,.submission-tracker-actions{justify-content:space-between;align-items:center;gap:var(--space-1);flex-wrap:wrap;display:flex}.submission-progress-top span,.submission-progress p{color:var(--muted);margin:0;font-size:.82rem}.submission-progress-track{background:#ffffff14;border-radius:999px;height:8px;overflow:hidden}.submission-progress-track span{border-radius:inherit;background:linear-gradient(90deg,rgba(var(--accent-strong-rgb),.95),rgba(var(--success-rgb),.88));height:100%;display:block}.pdf-viewer-tall{min-height:78vh}.pdf-viewer-tall .pdf-frame{height:min(78vh,960px)}@media (width<=820px){.reviewer-side-actions{justify-content:flex-start}.pdf-viewer-tall .pdf-frame{height:68vh}.submission-tracker-head{flex-direction:column}.submission-tracker-date{white-space:normal}}.journal-masthead{gap:var(--space-4);padding:var(--space-4);background:linear-gradient(135deg,rgba(var(--accent-strong-rgb),.1),transparent 55%),var(--surface);border:1px solid rgba(var(--accent-soft-rgb),.16);border-radius:var(--radius-sm);margin-bottom:var(--space-4);grid-template-columns:1fr 1fr;align-items:start;display:grid}.journal-masthead-copy h2{margin:6px 0 12px;font-size:1.6rem}.journal-masthead-copy p{color:var(--muted);margin:0;font-size:13px;line-height:1.65}.journal-masthead-meta{flex-direction:column;gap:14px;padding-top:4px;display:flex}.journal-meta-item{flex-direction:column;gap:3px;display:flex}.journal-meta-item span{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-size:10px;font-weight:600}.journal-meta-item strong{color:var(--text);font-size:13px;font-weight:500}.journal-issue-grid{gap:var(--space-3);grid-template-columns:1.4fr 1fr;align-items:start;display:grid}.journal-future-col{gap:var(--space-2);flex-direction:column;display:flex}.journal-issue-card{padding:var(--space-3);border:1px solid rgba(var(--accent-soft-rgb),.14);border-radius:var(--radius-sm);background:var(--surface)}.journal-issue-card-featured{border-color:rgba(var(--accent-soft-rgb),.24);background:linear-gradient(160deg,rgba(var(--accent-strong-rgb),.08),transparent 50%),var(--surface)}.journal-issue-badge{text-transform:uppercase;letter-spacing:.1em;background:rgba(var(--accent-strong-rgb),.25);color:var(--accent-soft);border-radius:20px;margin-bottom:10px;padding:3px 10px;font-size:10px;font-weight:700;display:inline-block}.journal-issue-vol{text-transform:uppercase;letter-spacing:.09em;color:var(--muted);margin-bottom:6px;font-size:11px;font-weight:600}.journal-issue-title{margin:0 0 10px;font-size:1.1rem;font-weight:700}.journal-issue-summary{color:var(--muted);margin:0 0 var(--space-3);font-size:13px;line-height:1.65}.journal-contents-item{border-bottom:1px solid var(--line);transition:padding-left var(--motion-fast);flex-direction:column;gap:2px;padding:9px 0;text-decoration:none;display:flex}.journal-contents-item:last-child{border-bottom:none}.journal-contents-item:hover{padding-left:4px}.journal-contents-kicker{margin-bottom:8px}.journal-empty-note{font-size:13px}.journal-issue-action{margin-top:var(--space-3)}.journal-contents-type{text-transform:uppercase;letter-spacing:.09em;color:var(--accent-soft);font-size:10px;font-weight:600}.journal-contents-title{color:var(--text);font-size:13px;font-weight:600;line-height:1.35}.journal-contents-authors{color:var(--muted);font-size:11px}.journal-scope-grid{gap:var(--space-3);margin-top:var(--space-3);grid-template-columns:repeat(2,1fr);display:grid}.journal-scope-item h4{color:var(--text);margin:0 0 6px;font-size:14px;font-weight:700}.journal-scope-item p{color:var(--muted);margin:0;font-size:13px;line-height:1.6}.form-label-note{font-weight:400}@media (width<=820px){.journal-masthead,.journal-issue-grid,.journal-scope-grid{grid-template-columns:1fr}}.initiative-grid,.membership-tier-grid,.shop-grid,.media-gallery-grid{gap:var(--space-3);display:grid}.initiative-grid,.membership-tier-grid,.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.media-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.initiative-card,.membership-tier-card,.shop-card,.media-gallery-card{border:1px solid var(--line);border-radius:var(--radius);background:radial-gradient(circle at 88% 8%,rgba(var(--accent-soft-rgb),.085),transparent 32%),linear-gradient(180deg,rgba(var(--accent-strong-rgb),.09),transparent 44%),linear-gradient(180deg,#ffffff0d,#ffffff06);box-shadow:var(--shadow);transition:transform var(--motion-slow) var(--easing-emphasis),border-color var(--motion-med) var(--easing),box-shadow var(--motion-slow) var(--easing);position:relative;overflow:hidden}.initiative-card:hover,.membership-tier-card:hover,.shop-card:hover,.media-gallery-card:hover{border-color:rgba(var(--accent-soft-rgb),.22);transform:translateY(-2px);box-shadow:0 28px 78px #00000057}.shop-card{grid-template-columns:1fr;display:grid}.shop-visual,.media-gallery-image{background:linear-gradient(#ffffff06 1px,transparent 1px),linear-gradient(90deg,#ffffff05 1px,transparent 1px),radial-gradient(circle at top right,rgba(var(--accent-soft-rgb),.18),transparent 38%),linear-gradient(160deg,rgba(var(--accent-strong-rgb),.22),#111315cc);background-size:42px 42px,42px 42px,auto,auto;justify-content:flex-start;align-items:flex-end;min-height:220px;display:flex;position:relative}.shop-visual-transparent{background:0 0}.shop-visual-transparent:after{display:none}.shop-visual:after,.media-gallery-image:after{content:"";background:radial-gradient(circle,rgba(var(--accent-soft-rgb),.1),transparent 68%);filter:blur(10px);border-radius:999px;width:170px;height:170px;position:absolute;inset:auto -10% -22% auto}.media-gallery-image:before{content:"";border:1px solid rgba(var(--accent-soft-rgb),.12);border-radius:calc(var(--radius-sm) + 4px);opacity:.26;pointer-events:none;background:url(../images/main-site/symbol-green.webp) 50%/64px no-repeat;position:absolute;inset:18px}.shop-visual img{object-fit:contain;object-position:center;z-index:0;width:100%;height:100%;transition:transform .9s var(--easing-emphasis);filter:drop-shadow(0 22px 26px #0000003d);padding:14px;position:absolute;inset:0;transform:scale(1.05)}.shop-card:hover .shop-visual img{transform:scale(1.075)translateY(-2px)}.shop-visual-large img{padding:6px;transform:scale(1.18)}.shop-card:hover .shop-visual-large img{transform:scale(1.2)translateY(-2px)}.shop-visual span,.media-gallery-image span{z-index:1;border:1px solid rgba(var(--accent-soft-rgb),.28);min-width:54px;min-height:38px;color:var(--accent-soft);letter-spacing:.08em;text-transform:uppercase;background:#11131594;border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:.76rem;font-weight:600;display:inline-flex;position:relative}.shop-card-body,.media-gallery-card figcaption{padding:var(--space-3)}.shop-card-body{flex-direction:column;justify-content:space-between;gap:14px;display:flex}.shop-collection-meta{flex-wrap:wrap;gap:10px;display:flex}.shop-collection-meta span,.shop-card-availability{border:1px solid rgba(var(--accent-soft-rgb),.18);min-height:28px;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;background:#ffffff06;border-radius:999px;align-items:center;padding:0 10px;font-size:.75rem;display:inline-flex}.shop-page-note{justify-content:center;min-height:100%}.shop-page-note p{margin:0;font-size:1.02rem}.shop-currency-picker{margin-top:var(--space-2);gap:8px;display:grid}.shop-currency-picker span{color:var(--accent-soft);letter-spacing:.12em;text-transform:uppercase;font-size:.76rem}.shop-currency-picker select{border:1px solid var(--line-strong);border-radius:var(--radius-sm);width:100%;min-height:44px;color:var(--text);font:inherit;background:#ffffff08;padding:0 14px}.initiative-card h3,.membership-tier-card h3,.shop-card h3,.media-gallery-card h3{margin:0 0 .65rem}.initiative-card,.membership-tier-card{padding:var(--space-3)}.membership-tier-card{flex-direction:column;display:flex}.membership-tier-top,.shop-card-top{justify-content:space-between;align-items:baseline;gap:var(--space-2);display:flex}.shop-card-meta{justify-content:space-between;align-items:center;gap:var(--space-2);display:flex}.shop-card-price{color:var(--accent-soft);letter-spacing:-.03em;font-size:1.15rem}.shop-card-link{margin-top:auto}.membership-tier-price{color:var(--accent-soft);font-size:1.2rem;font-weight:500}.membership-tier-top{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.35rem}.membership-tier-name{font-weight:600}.membership-tier-fit{border:1px solid rgba(var(--accent-soft-rgb),.16);background:rgba(var(--accent-soft-rgb),.045);border-radius:999px;align-items:center;width:fit-content;min-height:30px;margin:0 0 .2rem;padding:0 10px;display:inline-flex}.membership-tier-journey{color:var(--accent-soft);margin-top:-.2rem;font-size:.92rem;line-height:1.55}.membership-tier-actions{padding-top:var(--space-2);margin-top:auto}.membership-tier-button{justify-content:center;width:100%}.membership-tier-status{border:1px solid rgba(var(--success-rgb),.42);background:rgba(var(--success-rgb),.12);width:100%;min-height:44px;color:var(--success);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;justify-content:center;align-items:center;padding:0 18px;font-size:13px;font-weight:600;display:inline-flex}.membership-checkout-layout{gap:var(--space-3);grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);align-items:start;display:grid}.membership-checkout-card,.membership-checkout-side-card{padding:var(--space-3);border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(180deg,rgba(var(--accent-strong-rgb),.08),transparent 42%),linear-gradient(180deg,#ffffff0b,#ffffff05);box-shadow:var(--shadow)}.membership-checkout-side{gap:var(--space-2);display:grid}.membership-checkout-summary{margin-top:var(--space-2);gap:10px;display:grid}.membership-checkout-summary div{justify-content:space-between;align-items:center;gap:var(--space-2);display:flex}.membership-checkout-summary span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:.84rem}.membership-checkout-summary strong{text-align:right}.membership-checkout-note{border:1px solid var(--line);border-radius:var(--radius-sm);background:#ffffff08;padding:1rem 1.1rem}.membership-checkout-note p{margin:.35rem 0 0}.support-form-layout{gap:var(--space-4);grid-template-columns:.85fr 1.15fr;align-items:start;display:grid}.support-proposal-form{padding:var(--space-3);border:1px solid var(--line);border-radius:var(--radius);background:radial-gradient(circle at 92% 8%,rgba(var(--accent-soft-rgb),.1),transparent 34%),linear-gradient(180deg,rgba(var(--accent-strong-rgb),.08),transparent 50%),#ffffff07;box-shadow:var(--shadow);position:relative}.support-proposal-form .form-row{gap:var(--space-2);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.support-proposal-form label{gap:8px;display:grid}.contact-honeypot{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.support-proposal-form span{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-size:.8rem;font-weight:600}.support-proposal-form input,.support-proposal-form select,.support-proposal-form textarea{border:1px solid var(--line-strong);border-radius:var(--radius-sm);width:100%;min-height:48px;color:var(--text);font:inherit;transition:border-color var(--motion-fast) var(--easing),background var(--motion-fast) var(--easing),box-shadow var(--motion-fast) var(--easing),transform var(--motion-fast) var(--easing);background:#ffffff08;padding:14px 16px}.support-proposal-form input:hover,.support-proposal-form select:hover,.support-proposal-form textarea:hover{border-color:rgba(var(--accent-soft-rgb),.3);background:#ffffff0b}.support-proposal-form input:focus,.support-proposal-form select:focus,.support-proposal-form textarea:focus{border-color:rgba(var(--accent-soft-rgb),.45);box-shadow:0 0 0 4px rgba(var(--accent-strong-rgb),.12);background:#ffffff0d;outline:none;transform:translateY(-1px)}.support-form-actions{justify-content:space-between;align-items:center;gap:var(--space-2);margin-top:var(--space-3);display:flex}.shop-card-body p,.media-gallery-card p{margin-bottom:0}.membership-aside-card{gap:10px;display:grid}.membership-benefit-list{margin-top:0}.membership-hero-note{max-width:58ch;color:var(--muted);margin:0}.membership-decision-strip,.submission-access-grid{gap:var(--space-2);margin-top:var(--space-3);display:grid}.membership-decision-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.membership-decision-strip div,.submission-access-card{border:1px solid rgba(var(--line-rgb),.1);border-radius:var(--radius-sm);background:#ffffff08;padding:14px 16px}.membership-decision-strip span{color:var(--accent-soft);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.35rem;font-size:.7rem;font-weight:600;display:block}.membership-decision-strip strong{font-size:.9rem;line-height:1.4;display:block}.membership-fees-section{padding-top:var(--space-4)}.membership-support-section{padding-top:var(--space-4);padding-bottom:var(--space-4)}.membership-tier-grid-membership{grid-template-columns:repeat(4,minmax(0,1fr))}.membership-pathway-card,.membership-support-card{padding:var(--space-3);border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-accent);box-shadow:var(--shadow-soft)}.membership-pathway-card h3,.membership-support-card h3{letter-spacing:-.03em;margin:.35rem 0 .6rem;font-size:1.2rem}.membership-pathway-card p,.membership-support-card p{margin:0}.membership-support-heading{margin-bottom:var(--space-3)}.membership-support-grid{gap:var(--space-2);grid-template-columns:minmax(0,1.05fr) minmax(0,1.05fr) minmax(260px,.82fr);align-items:stretch;display:grid}.membership-support-card{flex-direction:column;gap:12px;display:flex}.membership-support-card .panel-list{margin-top:0}.membership-support-card-accent{justify-content:space-between}.shop-product-layout{gap:var(--space-3);grid-template-columns:minmax(0,1fr) minmax(320px,.95fr);align-items:stretch;display:grid}.shop-product-main{gap:var(--space-3);display:grid}.shop-product-card{padding:var(--space-3);border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(180deg,rgba(var(--accent-strong-rgb),.08),transparent 42%),linear-gradient(180deg,#ffffff0b,#ffffff05);box-shadow:var(--shadow)}.shop-product-aside{gap:10px;display:grid}.shop-product-aside-compact{align-content:center}.shop-product-gallery{gap:14px;display:grid}.shop-product-gallery-card{align-self:start}.shop-product-section-head{justify-content:space-between;align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.shop-product-gallery-count{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.76rem}.shop-product-image-wrap{border-radius:calc(var(--radius) - 6px);background:radial-gradient(circle at top right,rgba(var(--accent-soft-rgb),.18),transparent 38%),linear-gradient(160deg,rgba(var(--accent-strong-rgb),.22),#111315cc);min-height:540px;position:relative;overflow:hidden}.shop-product-image-wrap-transparent{background:0 0}.shop-product-image-wrap-transparent:after{display:none}.shop-product-image-wrap:after{content:"";background:radial-gradient(circle,rgba(var(--accent-soft-rgb),.1),transparent 68%);filter:blur(12px);border-radius:999px;width:220px;height:220px;position:absolute;inset:auto -10% -18% auto}.shop-product-image{object-fit:contain;object-position:center;z-index:1;width:100%;height:100%;padding:36px;position:absolute;inset:0}.shop-product-thumb-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.shop-product-thumb{border:1px solid var(--line);border-radius:var(--radius-sm);background:linear-gradient(180deg,rgba(var(--accent-strong-rgb),.08),transparent 42%),linear-gradient(180deg,#ffffff0b,#ffffff05);margin:0;padding:14px}.shop-product-thumb-transparent{background:0 0}.shop-product-thumb img{object-fit:contain;object-position:center;width:100%;height:180px}.shop-product-thumb figcaption{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;text-align:center;margin-top:10px;font-size:.78rem}.shop-product-summary{color:var(--muted)}.shop-product-copy-head{justify-content:space-between;align-items:start;gap:var(--space-2);display:flex}.shop-product-copy-head h2{margin:.3rem 0 0}.shop-product-price-block{text-align:right;justify-items:end;gap:6px;display:grid}.shop-product-price-block strong{color:var(--accent-soft);letter-spacing:-.04em;font-size:1.6rem;line-height:1}.shop-product-price-block span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.76rem}.shop-product-points{margin-bottom:0}.shop-product-config{margin-top:var(--space-3);padding-top:var(--space-3);border-top:1px solid var(--line);gap:12px;display:grid}.shop-option-grid{gap:var(--space-2);margin-top:var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.shop-option-field{gap:8px;display:grid}.shop-option-field span{color:var(--accent-soft);letter-spacing:.12em;text-transform:uppercase;font-size:.78rem}.shop-option-field select{border:1px solid var(--line-strong);border-radius:var(--radius-sm);width:100%;min-height:48px;color:var(--text);font:inherit;background:#ffffff08;padding:0 14px}.shop-order-hold{margin-top:var(--space-3);border:1px solid rgba(var(--accent-soft-rgb),.22);border-radius:var(--radius-sm);background:linear-gradient(180deg,rgba(var(--accent-strong-rgb),.12),#ffffff06),#ffffff05;gap:6px;padding:16px 18px;display:grid}.shop-order-hold strong{color:var(--text)}.shop-order-hold span{color:var(--muted)}.shop-product-actions{justify-content:flex-start;align-items:center;gap:var(--space-2);margin-top:calc(var(--space-2) * -.25);display:flex}.shop-back-link{min-width:168px}.shop-currency-picker-inline{min-width:180px;margin-top:0}.site-shell :is(.page-copy,.page-aside-card,.feature-card,.journey-card,.course-card,.submission-card,.process-card,.disclosure-card,.partner-card,.news-card,.news-feature-card,.news-detail-article,.paper-list,.pdf-viewer,.empty-state,.membership-section-head,.membership-tier-card,.membership-support-card,.membership-pathway-card,.shop-card,.shop-product-main,.shop-product-card,.media-gallery-card,.support-proposal-form,.upload-placeholder){border-color:rgba(var(--line-rgb),.11);background:radial-gradient(circle at 92% 8%,rgba(var(--accent-soft-rgb),.07),transparent 30%),linear-gradient(180deg,rgba(var(--accent-strong-rgb),.1),transparent 46%),linear-gradient(180deg,#ffffff0c,#ffffff05);box-shadow:var(--shadow-soft)}.site-shell :is(.page-copy-feature,.page-aside-card-feature,.news-feature-card,.submission-card,.membership-section-head,.shop-product-main){border-color:rgba(var(--accent-soft-rgb),.18)}.site-shell :is(.page-copy,.page-aside-card):before,.site-shell :is(.feature-card,.membership-tier-card,.shop-card,.media-gallery-card):after,.site-shell :is(.callout,.submission-card):before{opacity:.86}.site-shell :is(.form-grid,.support-proposal-form) :is(input,select,textarea),.site-shell :is(.search-input,.search-select),.site-shell :is(.shop-currency-picker,.shop-option-field) select{border-color:rgba(var(--line-rgb),.16);background:linear-gradient(#ffffff0b,#ffffff05),#121618b8}.site-shell main>.page-hero :is(.page-copy,.page-aside-card),.site-shell main>.section :is(.section-heading,.page-copy,.page-aside-card,.feature-card,.journey-card,.course-card,.submission-card,.process-card,.partner-card,.news-card,.news-feature-card,.news-detail-article,.paper-list,.empty-state,.membership-section-head,.membership-tier-card,.membership-support-card,.membership-pathway-card,.shop-card,.shop-product-main,.media-gallery-card,.support-proposal-form),.about-overview-shell,.institute-principles,.institutional-panel,.hero-message-tile,.homepage-partner-strip{animation:fade-up .48s var(--easing) both}.site-shell main>.page-hero .page-aside-card,.site-shell main>.section :is(.feature-card,.course-card,.process-card,.news-card,.membership-tier-card,.shop-card,.media-gallery-card){animation-delay:70ms}body.public-shell .site-shell :is(.page-copy,.page-aside-card,.feature-card,.journey-card,.course-card,.submission-card,.process-card,.disclosure-card,.partner-card,.news-card,.news-feature-card,.news-detail-article,.paper-list,.pdf-viewer,.empty-state,.membership-section-head,.membership-tier-card,.membership-support-card,.membership-pathway-card,.shop-card,.shop-product-main,.shop-product-card,.media-gallery-card,.support-proposal-form,.upload-placeholder,.journal-release-card,.journal-contents-panel,.journal-archive-card,.paper-card,.callout,.initiative-card){border-color:rgba(var(--accent-soft-rgb),.18);background:radial-gradient(circle at 92% 8%,rgba(var(--accent-strong-rgb),.16),transparent 30%),linear-gradient(180deg,#ffffff0c,#ffffff05),rgba(var(--panel-rgb),.78);min-width:0}body.public-shell .site-shell :is(.page-copy,.page-aside-card,.feature-card,.journey-card,.course-card,.submission-card,.process-card,.partner-card,.news-card,.news-feature-card,.empty-state,.membership-section-head,.membership-tier-card,.membership-support-card,.membership-pathway-card,.shop-card,.shop-product-card,.media-gallery-card,.journal-release-card,.journal-contents-panel,.journal-archive-card,.paper-card,.callout,.initiative-card,.institutional-card) :is(h1,h2,h3,p,.lead,.section-intro){max-width:100%}body.public-shell .site-shell :is(.page-copy,.page-aside-card,.feature-card,.journey-card,.course-card,.submission-card,.process-card,.partner-card,.news-card,.news-feature-card,.empty-state,.membership-section-head,.membership-tier-card,.membership-support-card,.membership-pathway-card,.shop-card,.shop-product-card,.media-gallery-card,.journal-release-card,.journal-contents-panel,.journal-archive-card,.paper-card,.callout,.initiative-card,.institutional-card) :is(p,.lead,.section-intro){width:100%}body.public-shell .site-shell :is(.page-copy,.page-aside-card,.feature-card,.journey-card,.course-card,.submission-card,.process-card,.partner-card,.news-card,.news-feature-card,.empty-state,.membership-tier-card,.membership-support-card,.membership-pathway-card,.shop-card,.shop-product-card,.media-gallery-card,.journal-release-card,.journal-contents-panel,.journal-archive-card,.paper-card,.callout,.initiative-card,.institutional-card){line-height:1.65}body.public-shell .site-shell :is(.feature-card,.journey-card,.course-card,.process-card,.partner-card,.news-card,.membership-tier-card,.membership-support-card,.membership-pathway-card,.shop-card,.media-gallery-card,.journal-archive-card,.paper-card,.initiative-card,.institutional-card) :is(h2,h3,strong){text-wrap:balance;font-weight:600}body.public-shell .site-shell :is(.feature-card,.journey-card,.course-card,.process-card,.partner-card,.news-card,.membership-tier-card,.membership-support-card,.membership-pathway-card,.shop-card,.shop-product-card,.media-gallery-card,.journal-archive-card,.paper-card,.initiative-card,.institutional-card,.empty-state,.page-hero-highlight,.membership-decision-strip div,.institute-principles div){text-align:center}body.public-shell .site-shell :is(.feature-card,.course-card,.process-card,.partner-card,.membership-tier-card,.membership-support-card,.membership-pathway-card,.shop-card,.shop-product-card,.media-gallery-card,.initiative-card,.institutional-card){align-items:center}body.public-shell .site-shell :is(.news-card,.journal-archive-card,.paper-card,.journey-card,.page-hero-highlight,.membership-decision-strip div,.institute-principles div){justify-items:center}body.public-shell .site-shell :is(.panel-list,.disclosure-body,.news-feature-card,.news-detail-article,.paper-list,.support-proposal-form,.shop-product-main,.journal-release-card-featured,.hero-message-tile-primary){text-align:left}body.public-shell .site-shell :is(.panel-list,.disclosure-body){justify-self:stretch}body.public-shell .site-shell :is(.membership-tier-top,.shop-card-top,.membership-tier-actions){text-align:center;justify-content:center;align-items:center}body.public-shell .site-shell :is(.news-card-meta,.news-feature-meta){justify-content:center}body.public-shell .site-shell :is(.news-feature-card,.news-detail-article) :is(.news-card-meta,.news-feature-meta,.news-detail-meta){justify-content:flex-start}body.public-shell .site-shell :is(.kicker,.panel-topline,.feature-eyebrow,.journey-card span,.paper-type-tag,.membership-tier-fit,.submission-access-card span,.shop-option-field span,.section-nav-inner span,.section-nav-inner a,.on-page-menu span,.on-page-menu a){font-weight:600}body.public-shell .site-shell :is(.text-link,.paper-nav-link){font-weight:500}@media (width>=821px){body.public-shell .site-shell :is(.feature-grid,.journey-grid,.course-grid,.partner-grid,.research-directory-grid,.projects-route-grid,.journal-past-grid,.news-grid,.initiative-grid,.membership-tier-grid,.shop-grid,.media-gallery-grid){grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));grid-auto-flow:dense;align-items:stretch}body.public-shell .site-shell :is(.projects-route-grid,.media-gallery-grid){grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr))}body.public-shell .site-shell :is(.membership-tier-grid-membership,.membership-support-grid,.membership-decision-strip,.submission-access-grid,.journal-edition-meta){grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr))}body.public-shell .site-shell :is(.journal-featured-paper-grid,.shop-product-thumb-grid,.shop-option-grid){grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr))}body.public-shell .site-shell .section-heading{max-width:min(100%,1180px)}}body.public-shell .site-shell :is(.page-copy-feature,.page-aside-card-feature,.news-feature-card,.submission-card,.membership-section-head,.shop-product-main,.journal-release-card-featured,.hero-message-tile-primary){border-color:rgba(var(--accent-soft-rgb),.28);box-shadow:0 18px 54px rgba(var(--accent-strong-rgb),.12),var(--shadow-soft)}body.public-shell .site-shell :is(.page-copy,.page-aside-card,.feature-card,.journey-card,.course-card,.submission-card,.process-card,.disclosure-card,.partner-card,.news-card,.news-feature-card,.news-detail-article,.paper-list,.empty-state,.membership-tier-card,.shop-card,.shop-product-card,.media-gallery-card,.journal-release-card,.journal-contents-panel,.journal-archive-card,.paper-card,.callout):before{background:linear-gradient(90deg,rgba(var(--accent-soft-rgb),0),rgba(var(--accent-soft-rgb),.58),rgba(var(--accent-soft-rgb),0))}body.public-shell .site-shell .section-heading:after{background:linear-gradient(90deg,rgba(var(--accent-soft-rgb),.78),transparent)}body.public-shell .site-shell :is(.kicker,.panel-topline,.feature-eyebrow,.journey-card span,.paper-type-tag,.membership-tier-fit,.submission-access-card span,.shop-option-field span),body.public-shell .site-shell .panel-list li::marker,body.public-shell .site-shell .paper-list li::marker{color:var(--accent-soft)}body.public-shell .site-shell :is(.text-link,.paper-nav-link){color:var(--menu-green)}body.public-shell .site-shell :is(.text-link:hover,.text-link:focus-visible,.paper-nav-link:hover,.paper-nav-link:focus-visible){color:var(--accent-soft)}body.public-shell .site-shell .button{border-color:rgba(var(--accent-soft-rgb),.38)}.media-gallery-card{margin:0}.website-editor-form,.website-editor-preview,.website-structure-list,.website-editor-settings,.website-editor-settings section{gap:1rem;display:grid}.website-editor-grid{grid-template-columns:240px 1fr 300px;gap:1rem;display:grid}.website-structure-panel,.website-editor-preview,.website-editor-settings section{border:1px solid rgba(var(--accent-soft-rgb),.16);padding:1rem}.website-structure-item{gap:.45rem;display:grid}.website-structure-item a{color:var(--text);text-decoration:none}.website-editor-preview label,.website-editor-settings label,.website-section-editor,.website-preview-meta{gap:.45rem;display:grid}.website-preview-meta,.website-section-editor{grid-template-columns:repeat(3,1fr)}.qualification-shell{gap:var(--space-3);display:grid}.qualification-compact-hero{padding:clamp(2rem,5vw,4rem) 0 var(--space-3)}.qualification-compact-hero-inner{justify-content:space-between;align-items:end;gap:var(--space-3);display:flex}.qualification-compact-hero h1{margin:.25rem 0 .45rem}.qualification-compact-hero p{max-width:760px;color:var(--muted);margin:0}.qualification-hero-chips{flex-wrap:wrap;justify-content:flex-end;gap:.45rem;display:flex}.qualification-hero-chips span{border:1px solid rgba(var(--accent-soft-rgb),.2);background:rgba(var(--accent-soft-rgb),.08);color:var(--accent-soft);text-transform:uppercase;border-radius:999px;padding:.42rem .62rem;font-size:.78rem;font-weight:800}.qualification-section{padding-top:var(--space-3)}.qualification-command-grid,.qualification-status-grid,.qualification-visual-grid,.qualification-lower-grid{gap:var(--space-2);display:grid}.qualification-command-grid{grid-template-columns:minmax(0,1fr) auto;align-items:end}.qualification-status-grid{margin-top:var(--space-2);grid-template-columns:minmax(180px,.7fr) minmax(180px,.7fr) minmax(280px,1.6fr)}.qualification-visual-grid{grid-template-columns:minmax(0,1.28fr) minmax(320px,.72fr);align-items:stretch}.qualification-lower-grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:start}.qualification-panel,.qualification-matrix-section{border:1px solid rgba(var(--accent-soft-rgb),.16);border-radius:var(--radius-md);background:linear-gradient(180deg,#ffffff0c,#ffffff05),rgba(var(--panel-rgb),.78);min-width:0;box-shadow:var(--shadow-soft);padding:clamp(.85rem,1.7vw,1.15rem)}.qualification-command-head,.qualification-section-head{justify-content:space-between;align-items:start;gap:var(--space-2);margin-bottom:var(--space-2);display:flex}.qualification-command-head h2,.qualification-section-head h2,.qualification-panel h3{margin:0}.qualification-command-head p{max-width:420px;color:var(--muted);margin:0;font-size:.88rem}.qualification-steps{flex-wrap:wrap;justify-content:flex-end;gap:.38rem;margin:0;padding:0;list-style:none;display:flex}.qualification-steps li{border:1px solid rgba(var(--accent-soft-rgb),.18);background:rgba(var(--accent-soft-rgb),.08);color:var(--accent-soft);text-transform:uppercase;border-radius:999px;padding:.32rem .55rem;font-size:.72rem;font-weight:800}.qualification-selector-grid{gap:var(--space-2);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.qualification-selector-grid label{color:var(--muted);gap:.35rem;font-size:.84rem;display:grid}.qualification-selector-grid select{border:1px solid rgba(var(--line-rgb),.16);border-radius:var(--radius-sm);width:100%;color:var(--text);background:#121618c7;min-height:42px;padding:.58rem .72rem}.qualification-actions{flex-wrap:wrap;justify-content:flex-end;gap:.45rem;max-width:420px;display:flex}.qualification-actions .button{min-height:40px;padding-inline:.78rem}.qualification-selected-card{border:1px solid rgba(var(--accent-soft-rgb),.14);border-radius:var(--radius-sm);background:#ffffff09;gap:.25rem;min-height:112px;padding:.78rem;display:grid}.qualification-selected-card span,.qualification-comparison-columns span{color:var(--accent-soft);text-transform:uppercase;font-size:.72rem;font-weight:700}.qualification-selected-card strong,.qualification-comparison-columns strong{color:var(--text)}.qualification-selected-card p,.qualification-detail p,.qualification-panel p{margin:0}.qualification-selected-card .button{width:fit-content;min-height:32px;margin-top:.2rem}.qualification-detail{border:1px solid rgba(var(--line-rgb),.11);border-radius:var(--radius-sm);background:#ffffff07;min-width:0;padding:.78rem}.qualification-detail-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;margin:.75rem 0;display:grid}.qualification-detail-list div{gap:.12rem;display:grid}.qualification-detail-list dt{color:var(--accent-soft);text-transform:uppercase;font-size:.7rem;font-weight:700}.qualification-detail-list dd{color:var(--muted);margin:0}.qualification-grade-badge,.qualification-confidence{border:1px solid rgba(var(--accent-soft-rgb),.22);background:rgba(var(--accent-soft-rgb),.1);width:fit-content;color:var(--text);border-radius:999px;align-items:center;gap:.5rem;padding:.34rem .58rem;font-weight:700;display:inline-flex}.qualification-grade-badge span{color:var(--muted);font-weight:600}.qualification-confidence.is-high{border-color:rgba(var(--success-rgb),.34)}.qualification-confidence.is-medium{border-color:rgba(var(--warning-rgb),.36)}.qualification-confidence.is-low{border-color:rgba(var(--danger-rgb),.34)}.qualification-track-legend{flex-wrap:wrap;justify-content:flex-end;gap:.3rem;max-width:520px;display:flex}.qualification-track-legend span{border:1px solid rgba(var(--line-rgb),.12);color:var(--muted);border-radius:999px;align-items:center;gap:.34rem;padding:.22rem .42rem;font-size:.66rem;display:inline-flex}.qualification-track-legend strong{color:var(--accent-soft);text-transform:uppercase}.qualification-matrix{grid-template-columns:minmax(74px,.52fr) repeat(4,minmax(54px,1fr));gap:.2rem;padding-bottom:.25rem;display:grid;overflow-x:auto}.qualification-matrix-head,.qualification-grade-label,.qualification-matrix-cell{border-radius:8px;min-height:26px}.qualification-matrix-head{background:rgba(var(--accent-soft-rgb),.12);color:var(--accent-soft);text-transform:uppercase;place-items:center;font-size:.68rem;font-weight:800;display:grid}.qualification-grade-label{border:1px solid rgba(var(--line-rgb),.1);background:#ffffff09;align-content:center;padding:.24rem .35rem;display:grid}.qualification-grade-label span{color:var(--muted);font-size:.58rem;line-height:1.1}.qualification-matrix-cell{border:1px solid rgba(var(--line-rgb),.11);background:linear-gradient(90deg,rgba(var(--accent-soft-rgb),.09),rgba(var(--accent-soft-rgb),.035)),#12161894;color:var(--muted);cursor:default;justify-content:center;align-items:center;padding:.18rem;display:grid}.qualification-matrix-cell.is-empty{opacity:.34;background:#12161861}.qualification-matrix-cell strong{background:var(--menu-green);width:1.35rem;height:1.35rem;color:var(--bg);border-radius:999px;place-items:center;font-size:.72rem;font-weight:900;display:inline-grid}.qualification-matrix-cell.is-selected{border-color:rgba(var(--accent-soft-rgb),.48);background:rgba(var(--accent-soft-rgb),.16)}.qualification-comparison-panel{align-content:start;display:grid}.qualification-skill-panel{gap:var(--space-2);display:grid}.qualification-skill-head{justify-content:space-between;align-items:start;gap:var(--space-2);display:flex}.qualification-skill-head h3,.qualification-skill-head p{margin:0}.qualification-skill-head p{max-width:460px}.qualification-skill-grid{gap:.28rem;display:grid}.qualification-skill-row{grid-template-columns:minmax(120px,.42fr) repeat(2,minmax(0,1fr));align-items:stretch;gap:.28rem;display:grid}.qualification-skill-row>span,.qualification-skill-row>div,.qualification-skill-row>strong{border:1px solid rgba(var(--line-rgb),.11);background:#ffffff07;border-radius:8px;min-width:0;padding:.48rem .55rem}.qualification-skill-row>span{color:var(--muted);gap:.1rem;font-size:.7rem;display:grid}.qualification-skill-row>span strong{color:var(--accent-soft);font-size:.92rem}.qualification-skill-row b{background:rgba(var(--accent-soft-rgb),.1);width:fit-content;color:var(--accent-soft);text-transform:uppercase;border-radius:999px;margin-bottom:.18rem;padding:.18rem .42rem;font-size:.68rem;display:inline-flex}.qualification-skill-row p{color:var(--muted);margin:0;font-size:.78rem;line-height:1.35}.qualification-skill-row-head>span,.qualification-skill-row-head>strong{background:rgba(var(--accent-soft-rgb),.12);color:var(--accent-soft);text-transform:uppercase;font-size:.72rem}.qualification-comparison-meter{grid-template-columns:1fr auto 1fr;align-items:center;gap:.5rem;margin:.7rem 0;display:grid}.qualification-comparison-meter span,.qualification-comparison-meter strong{border:1px solid rgba(var(--line-rgb),.13);border-radius:var(--radius-sm);text-align:center;padding:.55rem}.qualification-comparison-meter strong{background:rgba(var(--accent-soft-rgb),.12);color:var(--text)}.qualification-comparison-summary{border:1px solid rgba(var(--accent-soft-rgb),.16);border-radius:var(--radius-sm);background:rgba(var(--accent-soft-rgb),.08);color:var(--muted);margin:0 0 var(--space-2);padding:.62rem .68rem}.qualification-comparison-columns{gap:var(--space-2);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.qualification-comparison-columns div,.qualification-warning{border:1px solid rgba(var(--line-rgb),.11);border-radius:var(--radius-sm);background:#ffffff09;padding:.68rem}.qualification-warning{color:var(--muted);margin-bottom:0}.qualification-nearby-list,.qualification-source-list{gap:.45rem;display:grid}.qualification-nearby-list button,.qualification-source-card{border:1px solid rgba(var(--line-rgb),.12);border-radius:var(--radius-sm);width:100%;color:var(--text);text-align:left;background:#ffffff09;gap:.22rem;padding:.6rem;text-decoration:none;display:grid}.qualification-nearby-list button:hover,.qualification-nearby-list button:focus-visible,.qualification-source-card:hover,.qualification-source-card:focus-visible{border-color:rgba(var(--accent-soft-rgb),.34);background:rgba(var(--accent-soft-rgb),.1)}.qualification-nearby-list span,.qualification-source-card span,.qualification-source-card small{color:var(--muted)}@media (width<=820px){.initiative-grid,.membership-tier-grid,.membership-support-grid,.shop-grid,.media-gallery-grid,.support-form-layout,.support-proposal-form .form-row,.shop-card,.shop-product-layout,.shop-option-grid,.membership-checkout-layout{grid-template-columns:1fr}.shop-product-main{gap:var(--space-2)}.shop-product-copy-head{flex-direction:column}.shop-product-price-block{text-align:left;justify-items:start}.shop-product-section-head{flex-direction:column;align-items:flex-start}.shop-currency-picker{width:100%}.shop-product-thumb-grid{grid-template-columns:1fr}.shop-visual,.media-gallery-image{min-height:180px}.shop-product-image-wrap{min-height:360px}.support-form-actions,.membership-checkout-summary div{flex-direction:column;align-items:flex-start}.website-editor-grid,.website-preview-meta,.website-section-editor,.qualification-compact-hero-inner,.qualification-command-grid,.qualification-status-grid,.qualification-visual-grid,.qualification-lower-grid,.qualification-selector-grid,.qualification-comparison-columns{grid-template-columns:1fr}.qualification-compact-hero-inner,.qualification-command-head,.qualification-section-head,.qualification-skill-head{flex-direction:column;align-items:flex-start}.qualification-skill-row{grid-template-columns:1fr}.qualification-actions,.qualification-track-legend,.qualification-hero-chips,.qualification-steps{justify-content:flex-start}.qualification-actions{max-width:none}.qualification-matrix{grid-template-columns:minmax(74px,.52fr) repeat(4,minmax(54px,1fr))}.qualification-comparison-meter{grid-template-columns:1fr}}.launch-splash-impact{align-items:center;min-height:calc(100vh - 74px);padding:clamp(1rem,2vw,1.75rem) 0;display:grid}.launch-splash-impact .launch-card{padding:clamp(1rem,2.2vw,2rem);overflow:hidden}.launch-splash-impact .launch-card-primary{align-content:center;gap:clamp(.7rem,1.25vw,1rem);min-height:clamp(500px,68vh,700px);display:grid}.launch-splash-impact h1{max-width:920px;font-size:clamp(2.7rem,6vw,6.8rem);line-height:.94}.launch-splash-impact .lead{max-width:780px;font-size:clamp(1rem,1.45vw,1.35rem)}.launch-focus-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem;display:grid}.launch-focus-strip span{border:1px solid rgba(var(--accent-soft-rgb),.22);background:rgba(var(--accent-soft-rgb),.08);letter-spacing:.08em;text-transform:uppercase;border-radius:14px;place-items:center;min-height:52px;font-size:.74rem;font-weight:700;display:grid}.launch-splash-impact .launch-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.launch-splash-impact .launch-card-secondary{gap:1rem;display:grid}.launch-splash-impact .launch-logo-panel{border:1px solid rgba(var(--accent-soft-rgb),.12);border-radius:var(--radius);background:radial-gradient(circle at 50% 26%,rgba(var(--accent-soft-rgb),.18),transparent 42%),#ffffff07;align-content:center;justify-items:center;height:100%;padding:clamp(1.1rem,2.4vw,2.2rem);display:grid}.launch-panel-stats{text-align:center;gap:.25rem;margin-top:clamp(1rem,2vw,1.7rem);display:grid}.launch-panel-stats span{color:var(--accent-soft);letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;font-weight:800}.launch-panel-stats strong{font-size:clamp(1rem,1.5vw,1.35rem)}@media (width<=820px){.launch-splash-impact{min-height:auto;padding:1rem 0}.launch-splash-impact .launch-card-grid,.launch-focus-strip,.launch-splash-impact .launch-meta{grid-template-columns:1fr}.launch-splash-impact .launch-card-primary{min-height:auto}.launch-splash-impact h1{font-size:clamp(2.25rem,13vw,4.4rem)}.launch-splash-impact .launch-logo-panel{min-height:320px}}body.public-shell .site-shell :is(.feature-grid,.journey-grid,.course-grid,.partner-grid,.research-directory-grid,.projects-route-grid,.journal-past-grid,.news-grid,.initiative-grid,.membership-tier-grid,.shop-grid,.media-gallery-grid,.membership-support-grid){gap:clamp(.75rem,1.35vw,1.25rem)}body.public-shell .site-shell :is(.feature-card,.journey-card,.course-card,.process-card,.partner-card,.news-card,.membership-tier-card,.membership-support-card,.membership-pathway-card,.shop-card,.media-gallery-card,.journal-archive-card,.paper-card,.initiative-card,.institutional-card){padding:clamp(.95rem,1.45vw,1.35rem)}body.public-shell .site-shell :is(.feature-card,.journey-card,.course-card,.process-card,.partner-card,.news-card,.membership-tier-card,.membership-support-card,.membership-pathway-card,.shop-card,.media-gallery-card,.journal-archive-card,.paper-card,.initiative-card,.institutional-card) p{line-height:1.56}body.public-shell .site-shell :is(.shop-card-body,.media-gallery-card figcaption){padding:clamp(.95rem,1.45vw,1.35rem)}@media (width>=821px){body.public-shell .site-shell :is(.feature-grid,.journey-grid,.course-grid,.partner-grid,.research-directory-grid,.journal-past-grid,.news-grid,.initiative-grid,.membership-tier-grid,.shop-grid){grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));grid-auto-flow:dense}body.public-shell .site-shell :is(.projects-route-grid,.media-gallery-grid),body.public-shell .site-shell :is(.membership-tier-grid-membership,.membership-support-grid,.membership-decision-strip,.submission-access-grid,.journal-edition-meta){grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));grid-auto-flow:dense}body.public-shell .site-shell :is(.journal-featured-paper-grid,.shop-product-thumb-grid,.shop-option-grid){grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));grid-auto-flow:dense}}@media (width>=1180px){body.public-shell .site-shell :is(.feature-grid,.course-grid,.partner-grid,.research-directory-grid,.journal-past-grid,.news-grid,.initiative-grid,.membership-tier-grid,.shop-grid){grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}body.public-shell .site-shell :is(.projects-route-grid,.media-gallery-grid){grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}}@media (width<=820px){body.public-shell .site-shell :is(.feature-grid,.journey-grid,.course-grid,.partner-grid,.research-directory-grid,.projects-route-grid,.journal-past-grid,.news-grid,.initiative-grid,.membership-tier-grid,.shop-grid,.media-gallery-grid,.membership-support-grid){gap:.85rem}body.public-shell .site-shell :is(.feature-card,.journey-card,.course-card,.process-card,.partner-card,.news-card,.membership-tier-card,.membership-support-card,.membership-pathway-card,.shop-card,.media-gallery-card,.journal-archive-card,.paper-card,.initiative-card,.institutional-card){padding:.95rem}}body.public-shell .content-shell{width:min(calc(100% - (var(--page-gutter) * 2)),1180px);max-width:1180px;margin-inline:auto}body.public-shell .site-shell :is(.section-heading,.membership-section-head){margin-inline:auto}body.public-shell .site-shell :is(.feature-grid,.journey-grid,.course-grid,.partner-grid,.research-directory-grid,.projects-route-grid,.journal-past-grid,.news-grid,.initiative-grid,.membership-tier-grid,.shop-grid,.media-gallery-grid,.membership-support-grid){justify-content:center;width:100%;margin-left:auto;margin-right:auto}@media (width>=1180px){body.public-shell .container{max-width:1320px}body.public-shell .site-shell :is(.page-grid,.two-column){max-width:1180px;margin-inline:auto}body.public-shell .site-shell :is(.feature-grid,.course-grid,.partner-grid,.research-directory-grid,.journal-past-grid,.news-grid,.initiative-grid,.membership-tier-grid,.shop-grid){grid-template-columns:repeat(auto-fit,minmax(240px,280px))}body.public-shell .site-shell :is(.projects-route-grid,.media-gallery-grid){grid-template-columns:repeat(auto-fit,minmax(210px,250px))}body.public-shell .site-shell :is(.membership-tier-grid-membership,.membership-support-grid,.membership-decision-strip,.submission-access-grid,.journal-edition-meta){grid-template-columns:repeat(auto-fit,minmax(220px,270px))}body.public-shell .site-shell .page-copy-feature{gap:1.15rem;padding:clamp(1.6rem,2vw,2.15rem)}body.public-shell .site-shell .page-copy-feature h1{max-width:18ch;font-size:clamp(2.35rem,2.85vw,3.2rem);line-height:1.02}body.public-shell .site-shell .page-copy-feature .lead{max-width:64ch;font-size:clamp(1.08rem,1.08vw,1.22rem);line-height:1.62}body.public-shell .site-shell :is(.section-heading h2,.two-column h2,.membership-section-head h2){font-size:clamp(2rem,2.45vw,2.75rem);line-height:1.06}body.public-shell .site-shell :is(.section-intro,.two-column p,.membership-section-head p){font-size:clamp(1rem,1vw,1.12rem);line-height:1.65}body.public-shell .site-shell :is(.feature-card,.journey-card,.course-card,.process-card,.partner-card,.news-card,.membership-tier-card,.membership-support-card,.membership-pathway-card,.shop-card,.media-gallery-card,.journal-archive-card,.paper-card,.initiative-card,.institutional-card){padding:clamp(1.1rem,1.6vw,1.55rem)}body.public-shell .site-shell :is(.feature-card,.journey-card,.course-card,.process-card,.partner-card,.news-card,.membership-tier-card,.membership-support-card,.membership-pathway-card,.shop-card,.media-gallery-card,.journal-archive-card,.paper-card,.initiative-card,.institutional-card) :is(h2,h3,strong){font-size:clamp(1.16rem,1.15vw,1.38rem);line-height:1.24}body.public-shell .site-shell :is(.feature-card,.journey-card,.course-card,.process-card,.partner-card,.news-card,.membership-tier-card,.membership-support-card,.membership-pathway-card,.shop-card,.media-gallery-card,.journal-archive-card,.paper-card,.initiative-card,.institutional-card) p{font-size:clamp(.96rem,.95vw,1.05rem);line-height:1.58}.news-stream-card.is-prominent h3{font-size:clamp(1.65rem,2.15vw,2.35rem)}}@media (width>=1500px){body.public-shell .site-shell .page-copy-feature h1{font-size:3.35rem}body.public-shell .site-shell .page-copy-feature .lead{font-size:1.24rem}body.public-shell .site-shell :is(.section-heading h2,.two-column h2,.membership-section-head h2){font-size:2.85rem}}.news-masthead{padding:clamp(1.15rem,2.8vw,2rem) 0 clamp(.35rem,1vw,.7rem)}.news-masthead h1{font-family:var(--font-display);letter-spacing:0;text-transform:uppercase;margin:.1rem 0 0;font-size:clamp(2.15rem,3.8vw,3.75rem);line-height:1}.news-intro-tile{border:1px solid rgba(var(--accent-soft-rgb),.18);border-radius:var(--radius-sm);background:linear-gradient(90deg,rgba(var(--accent-strong-rgb),.14),transparent 58%),#ffffff07;width:100%;box-shadow:var(--shadow-soft);justify-content:space-between;align-items:center;gap:clamp(.9rem,2vw,1.4rem);margin:0;padding:clamp(.85rem,1.45vw,1.15rem) clamp(.95rem,1.7vw,1.35rem);display:flex}.news-intro-copy{justify-content:flex-end;align-items:center;gap:1rem;min-width:min(100%,360px);display:flex}.news-intro-tile p{color:var(--muted);margin:0;font-size:clamp(.92rem,.95vw,1rem);line-height:1.4}.news-intro-tile .text-link{flex:none}.news-masthead+.news-stream-section{padding-top:var(--space-2)}@media (width<=760px){.news-intro-tile,.news-intro-copy{flex-direction:column;align-items:flex-start;gap:.45rem}.news-intro-copy{min-width:0}}.about-overview-card .about-overview-crest{border:1px solid rgba(var(--accent-soft-rgb),.18);border-radius:calc(var(--radius) - 4px);background:#ffffff06;min-height:clamp(230px,24vw,320px);box-shadow:inset 0 0 0 1px #ffffff06}.about-overview-card .about-overview-crest img{object-fit:cover;object-position:center;opacity:1;filter:none;width:100%;height:100%;max-height:none}.launch-splash-impact{min-height:auto;padding:clamp(.65rem,1.3vw,1.1rem) 0}.launch-splash-impact .construction-grid{width:min(100% - 1.5rem,1180px)}.launch-splash-impact .launch-card{border-color:rgba(var(--accent-soft-rgb),.18);background:radial-gradient(circle at 90% 8%,rgba(var(--accent-strong-rgb),.13),transparent 28%),linear-gradient(180deg,#ffffff0d,#ffffff05),rgba(var(--panel-rgb),.78);padding:clamp(.85rem,1.55vw,1.35rem)}.launch-splash-impact .launch-card-grid{grid-template-columns:minmax(0,1.08fr) minmax(300px,.72fr);align-items:stretch;gap:clamp(.85rem,1.8vw,1.45rem)}.launch-splash-impact .launch-card-primary{align-content:center;gap:clamp(.45rem,.9vw,.72rem);min-height:auto}.launch-splash-impact h1{max-width:820px;margin-bottom:.2rem;font-size:clamp(2.15rem,4.15vw,4.65rem);line-height:.98}.launch-splash-impact .lead{max-width:660px;margin-top:.2rem;font-size:clamp(.96rem,1.1vw,1.12rem);line-height:1.48}.launch-splash-impact .launch-intro{max-width:640px;margin-top:.1rem;font-size:.94rem;line-height:1.5}.launch-splash-impact .hero-badge{width:fit-content;min-height:30px;padding:.28rem .62rem}.launch-focus-strip{gap:.42rem}.launch-focus-strip span{border-radius:10px;min-height:38px;font-size:.68rem}.launch-splash-impact .launch-meta{gap:.5rem;margin-top:.2rem}.launch-splash-impact .launch-meta .hero-meta-item{min-height:auto;padding:.62rem .72rem}.launch-splash-impact .launch-logo-panel{min-height:clamp(260px,32vw,410px);padding:clamp(.8rem,1.6vw,1.25rem)}.launch-splash-impact .launch-hero-crest{opacity:.22;width:min(58%,300px)}.launch-splash-impact .launch-hero-wordmark{width:min(68%,260px);margin-top:.65rem}.launch-interest-card{padding:clamp(.85rem,1.3vw,1.08rem)}.launch-interest-card h3{margin-bottom:.35rem}.launch-interest-card p{font-size:.9rem;line-height:1.45}.launch-interest-form{gap:.65rem;margin-top:.8rem}.launch-interest-form input{min-height:42px}.launch-interest-form .button{min-height:42px;padding-inline:1rem}@media (width<=820px){.launch-splash-impact .construction-grid{width:min(100% - 1rem,680px)}.launch-splash-impact .launch-card-grid{gap:.8rem}.launch-splash-impact h1{font-size:clamp(2rem,11vw,3.4rem)}.launch-splash-impact .launch-logo-panel{min-height:220px}.launch-splash-impact .launch-card-secondary{gap:.8rem}}.launch-splash-impact .launch-card-grid{align-items:center}.launch-splash-impact .launch-card-secondary{grid-template-rows:auto auto;align-content:center;gap:.85rem}.launch-splash-impact .launch-logo-panel{background:radial-gradient(circle at 50% 35%,rgba(var(--accent-soft-rgb),.22),transparent 48%),#ffffff08;height:auto;min-height:clamp(220px,25vw,330px);padding:clamp(.9rem,1.45vw,1.18rem)}.launch-splash-impact .launch-hero-crest{opacity:.46;filter:grayscale()brightness(1.42)contrast(1.03)drop-shadow(0 18px 34px #0000003d);width:min(64%,330px)}.launch-splash-impact .launch-hero-wordmark{opacity:.86;filter:grayscale()brightness(1.22)drop-shadow(0 12px 24px #0000002e);width:min(70%,280px);margin-top:.5rem}.launch-panel-stats{margin-top:.55rem}@media (width<=820px){.launch-splash-impact .launch-logo-panel{min-height:190px}.launch-splash-impact .launch-hero-crest{width:min(58%,250px)}.launch-splash-impact .launch-hero-wordmark{width:min(66%,240px)}}.launch-splash-impact .launch-card-grid{grid-template-columns:minmax(0,1fr) minmax(280px,.58fr);gap:clamp(.9rem,2vw,1.6rem)}.launch-splash-impact .launch-card-primary{justify-content:start}.launch-splash-impact .lead{max-width:560px}.launch-splash-impact .launch-logo-panel{min-height:clamp(205px,22vw,300px)}.launch-splash-impact .launch-interest-card{box-shadow:var(--shadow-soft)}@media (width<=820px){.launch-splash-impact .launch-card-grid{grid-template-columns:1fr}.launch-splash-impact .launch-logo-panel{min-height:180px}}body.public-shell .site-shell :is(.page-hero,.section){padding-top:clamp(1.6rem,3vw,2.7rem);padding-bottom:clamp(1.6rem,3vw,2.7rem)}body.public-shell .site-shell .page-hero+.section,body.public-shell .site-shell .section-nav+.section{padding-top:clamp(1.15rem,2.2vw,2rem)}body.public-shell .site-shell .page-grid{align-items:stretch;gap:clamp(1rem,2.4vw,1.65rem)}body.public-shell .site-shell .page-copy-feature{border-color:rgba(var(--accent-soft-rgb),.22);background:linear-gradient(90deg,rgba(var(--panel-rgb),.96),rgba(var(--panel-rgb),.82) 60%,rgba(var(--panel-rgb),.64)),linear-gradient(180deg,rgba(var(--accent-strong-rgb),.12),#ffffff05);min-height:100%;box-shadow:var(--shadow-soft);flex-direction:column;justify-content:center;gap:clamp(.75rem,1.4vw,1.05rem);padding:clamp(1.25rem,2.4vw,2rem);display:flex;position:relative;overflow:hidden}body.public-shell .site-shell .page-copy-feature:before{content:"";border-radius:var(--radius) 0 0 var(--radius);background:linear-gradient(180deg,var(--accent-soft),rgba(var(--accent-strong-rgb),.48));opacity:.72;pointer-events:none;width:5px;position:absolute;inset:1px auto 1px 1px}body.public-shell .site-shell .page-copy-header{align-items:center;gap:clamp(.65rem,1.4vw,1rem)}body.public-shell .site-shell .page-copy-tag{border-color:rgba(var(--accent-soft-rgb),.2);background:rgba(var(--accent-soft-rgb),.07);font-size:.72rem}body.public-shell .site-shell .page-copy-feature h1{letter-spacing:0;max-width:18ch;margin:0;font-size:clamp(2.05rem,3.7vw,3.65rem);line-height:1.03}body.public-shell .site-shell .page-copy-feature .lead{max-width:64ch;color:var(--text);margin:0;font-size:clamp(1.04rem,1.32vw,1.28rem);line-height:1.45}body.public-shell .site-shell .page-aside-card-feature{border-color:rgba(var(--accent-soft-rgb),.2);background:linear-gradient(135deg,rgba(var(--accent-strong-rgb),.12),transparent 36%),linear-gradient(180deg,rgba(var(--accent-strong-rgb),.1),transparent 52%),linear-gradient(180deg,#ffffff0b,#ffffff05);min-height:100%;box-shadow:var(--shadow-soft);align-content:start;gap:clamp(.7rem,1.4vw,1rem);padding:clamp(1.05rem,2vw,1.5rem);display:grid}body.public-shell .site-shell .page-hero-highlights{grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),1fr));gap:.65rem;margin-top:.25rem;display:grid}body.public-shell .site-shell .page-hero-highlight{border:1px solid rgba(var(--accent-soft-rgb),.14);border-radius:var(--radius-sm);background:linear-gradient(135deg,rgba(var(--accent-strong-rgb),.12),transparent 58%),#121618d1;gap:.28rem;padding:.78rem .85rem;display:grid}body.public-shell .site-shell .page-hero-highlight span{color:var(--accent-soft);letter-spacing:.12em;text-transform:uppercase;font-size:.68rem;font-weight:700}body.public-shell .site-shell .page-hero-highlight strong{font-size:.96rem;line-height:1.28}body.public-shell .site-shell :is(.section-heading,.membership-section-head){max-width:980px;padding-bottom:clamp(.7rem,1.4vw,1rem);position:relative}body.public-shell .site-shell :is(.section-heading h2,.membership-section-head h2,.two-column h2){letter-spacing:0;max-width:22ch}body.public-shell .site-shell :is(.section-intro,.membership-section-head p,.two-column p){max-width:68ch}body.public-shell .site-shell :is(.feature-card,.journey-card,.course-card,.process-card,.partner-card,.news-card,.membership-tier-card,.membership-support-card,.membership-pathway-card,.shop-card,.media-gallery-card,.journal-archive-card,.paper-card,.initiative-card,.institutional-card,.submission-access-card,.disclosure-card){border-color:rgba(var(--accent-soft-rgb),.17);background:radial-gradient(circle at 92% 8%,rgba(var(--accent-strong-rgb),.12),transparent 30%),linear-gradient(180deg,#ffffff0c,#ffffff05),rgba(var(--panel-rgb),.78);box-shadow:var(--shadow-soft)}body.public-shell .site-shell :is(.feature-card,.journey-card,.course-card,.process-card,.partner-card,.news-card,.membership-tier-card,.membership-support-card,.membership-pathway-card,.shop-card,.media-gallery-card,.journal-archive-card,.paper-card,.initiative-card,.institutional-card,.submission-access-card){gap:clamp(.55rem,1vw,.85rem)}body.public-shell .site-shell :is(.feature-card,.course-card,.initiative-card,.membership-tier-card,.membership-support-card,.shop-card,.media-gallery-card,.journal-archive-card,.paper-card) h3{margin-top:.1rem}body.public-shell .site-shell :is(.published-card-image,.news-card-image,.shop-visual,.media-gallery-image,.journal-featured-paper){border:1px solid rgba(var(--accent-soft-rgb),.14);border-radius:var(--radius-sm);background:#ffffff08;overflow:hidden}body.public-shell .site-shell :is(.published-card-image img,.news-card-image img,.shop-visual img){transition:transform var(--motion-slow) var(--easing-emphasis)}body.public-shell .site-shell :is(.feature-card,.course-card,.news-card,.shop-card):hover :is(.published-card-image img,.news-card-image img,.shop-visual img){transform:scale(1.035)}body.public-shell .site-shell :is(.journal-release-layout,.support-form-layout,.membership-checkout-layout,.shop-product-layout,.submission-layout){align-items:stretch;gap:clamp(1rem,2.4vw,1.65rem)}body.public-shell .site-shell :is(.journal-release-card-featured,.journal-contents-panel,.membership-section-head,.submission-card,.support-proposal-form,.membership-checkout-card,.membership-checkout-side-card,.shop-product-main,.shop-product-card){border-color:rgba(var(--accent-soft-rgb),.2);background:linear-gradient(135deg,rgba(var(--accent-strong-rgb),.12),transparent 36%),linear-gradient(180deg,#ffffff0d,#ffffff05),rgba(var(--panel-rgb),.8);box-shadow:var(--shadow-soft)}body.public-shell .site-shell .membership-section-head{border:1px solid rgba(var(--accent-soft-rgb),.18);border-radius:var(--radius);grid-template-columns:minmax(0,1.1fr) minmax(240px,.9fr);align-items:center;gap:clamp(.9rem,2vw,1.25rem);margin-bottom:clamp(1rem,2vw,1.4rem);padding:clamp(1rem,2vw,1.45rem);display:grid}body.public-shell .site-shell .panel-list{line-height:1.55}body.public-shell .site-shell :is(.form-actions,.link-list,.journal-release-actions,.membership-tier-actions){gap:.65rem}body.public-shell .site-shell :is(.button,.button-outline,.button-secondary){min-height:42px}@media (width<=820px){body.public-shell .site-shell :is(.page-hero,.section){padding-top:1.15rem;padding-bottom:1.35rem}body.public-shell .site-shell .page-copy-feature h1{max-width:none;font-size:clamp(1.9rem,9vw,2.7rem)}body.public-shell .site-shell .membership-section-head{grid-template-columns:1fr}}body.public-shell .site-shell .journal-landing-hero{padding-bottom:clamp(.9rem,1.8vw,1.45rem)}body.public-shell .site-shell .journal-landing-hero .page-grid{grid-template-columns:minmax(0,1.08fr) minmax(270px,.55fr);align-items:stretch}body.public-shell .site-shell .journal-hero-copy{background:linear-gradient(110deg,rgba(var(--panel-rgb),.98),rgba(var(--panel-rgb),.86) 58%,rgba(var(--accent-strong-rgb),.16)),linear-gradient(180deg,#ffffff0b,#ffffff05);justify-content:flex-end;min-height:clamp(290px,30vw,390px)}body.public-shell .site-shell .journal-hero-copy h1{letter-spacing:0;max-width:16ch;font-size:clamp(2.15rem,4vw,4.15rem);line-height:1}body.public-shell .site-shell .journal-hero-copy .lead{max-width:56ch;color:var(--muted);font-size:clamp(1rem,1.1vw,1.14rem);line-height:1.52}body.public-shell .site-shell .journal-local-nav{gap:.5rem;margin-top:.25rem}body.public-shell .site-shell .journal-local-nav a{border-color:rgba(var(--accent-soft-rgb),.22);min-height:36px;color:var(--text);background:#ffffff09;padding:.45rem .72rem;font-size:.78rem}body.public-shell .site-shell .journal-local-nav a:hover,body.public-shell .site-shell .journal-local-nav a:focus-visible{border-color:rgba(var(--accent-soft-rgb),.5);background:rgba(var(--accent-soft-rgb),.16);color:#fff}body.public-shell .site-shell .journal-aside-card{align-content:space-between}body.public-shell .site-shell .journal-aside-card h3{max-width:18ch;margin:0;font-size:clamp(1.35rem,1.7vw,1.85rem);line-height:1.08}body.public-shell .site-shell .journal-aside-card .panel-list{gap:.52rem;margin-top:.15rem;display:grid}body.public-shell .site-shell .journal-aside-card .panel-list li{border:1px solid rgba(var(--accent-soft-rgb),.14);border-radius:var(--radius-sm);background:#ffffff08;padding:.62rem .7rem}body.public-shell .site-shell .journal-current-section{padding-top:clamp(.8rem,1.6vw,1.25rem)}body.public-shell .site-shell .journal-release-layout{grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr);align-items:start;gap:clamp(.85rem,1.7vw,1.25rem)}body.public-shell .site-shell .journal-release-card{justify-content:start;min-height:0;padding:clamp(1rem,1.9vw,1.45rem)}body.public-shell .site-shell .journal-release-card h2{letter-spacing:0;max-width:16ch;font-size:clamp(1.75rem,2.5vw,2.65rem);line-height:1.03}body.public-shell .site-shell .journal-release-title{color:var(--accent-soft);margin:.1rem 0 0;font-size:clamp(1rem,1.08vw,1.18rem);line-height:1.3}body.public-shell .site-shell .journal-release-card p{max-width:56ch;color:var(--muted);margin:0;font-size:.96rem;line-height:1.58}body.public-shell .site-shell .journal-edition-meta{grid-template-columns:1fr;gap:.5rem;margin-top:.2rem}body.public-shell .site-shell .journal-edition-meta div{border-radius:var(--radius-sm);background:#ffffff08;grid-template-columns:88px minmax(0,1fr);align-items:center;gap:.65rem;min-height:42px;padding:.58rem .68rem;display:grid}body.public-shell .site-shell .journal-edition-meta dt{letter-spacing:.12em;font-size:.66rem}body.public-shell .site-shell .journal-edition-meta dd{font-size:.92rem;line-height:1.35}body.public-shell .site-shell .journal-contents-panel{align-content:start;gap:.85rem;padding:clamp(1rem,1.9vw,1.45rem);display:grid}body.public-shell .site-shell .journal-featured-paper-grid{grid-template-columns:1fr;gap:.58rem;margin-top:0}body.public-shell .site-shell .journal-featured-paper,body.public-shell .site-shell .journal-featured-paper-primary{border-color:rgba(var(--accent-soft-rgb),.16);background:linear-gradient(90deg,rgba(var(--accent-strong-rgb),.1),transparent 52%),#ffffff07;grid-column:auto;min-height:0;padding:.82rem .9rem}body.public-shell .site-shell .journal-featured-paper{grid-template-columns:minmax(90px,.24fr) minmax(0,1fr);align-items:start;column-gap:.85rem}body.public-shell .site-shell .journal-featured-paper span{width:fit-content;color:var(--accent-soft);letter-spacing:.11em;text-transform:uppercase;grid-row:1/span 2;align-self:start;margin-top:.08rem;font-size:.68rem;font-weight:800}body.public-shell .site-shell .journal-featured-paper strong{font-size:clamp(1rem,1.05vw,1.12rem);line-height:1.28}body.public-shell .site-shell .journal-featured-paper small{color:var(--muted);font-size:.84rem;line-height:1.4}body.public-shell .site-shell .journal-featured-paper:hover,body.public-shell .site-shell .journal-featured-paper:focus-visible{border-color:rgba(var(--accent-soft-rgb),.42);background:rgba(var(--accent-soft-rgb),.1)}body.public-shell .site-shell .journal-empty-release{border:1px solid rgba(var(--accent-soft-rgb),.15);border-radius:var(--radius-sm);background:#ffffff07;padding:1rem}body.public-shell .site-shell .journal-past-section{padding-top:clamp(1.35rem,2.5vw,2rem)}body.public-shell .site-shell .journal-past-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),320px));justify-content:start;gap:clamp(.75rem,1.3vw,1rem);margin-top:clamp(.75rem,1.5vw,1.1rem)}body.public-shell .site-shell .journal-archive-card{min-height:0;padding:clamp(.9rem,1.45vw,1.2rem)}body.public-shell .site-shell .journal-archive-card h3{font-size:clamp(1.08rem,1.15vw,1.28rem);line-height:1.25}body.public-shell .site-shell .journal-archive-card p{color:var(--muted);margin:0;font-size:.92rem;line-height:1.5}body.public-shell .site-shell .journal-next-section .two-column{grid-template-columns:minmax(0,.95fr) minmax(320px,.8fr);align-items:stretch;gap:clamp(.9rem,1.8vw,1.3rem)}body.public-shell .site-shell .journal-next-section h2{max-width:18ch}body.public-shell .site-shell .journal-next-card{background:linear-gradient(135deg,rgba(var(--accent-strong-rgb),.14),transparent 44%),#ffffff09;align-content:center;gap:.7rem;padding:clamp(1rem,1.7vw,1.3rem);display:grid}body.public-shell .site-shell .journal-next-card h3,body.public-shell .site-shell .journal-next-card p{margin:0}@media (width>=1180px){body.public-shell .site-shell .journal-landing-hero .page-grid,body.public-shell .site-shell .journal-release-layout,body.public-shell .site-shell .journal-next-section .two-column{max-width:1120px}body.public-shell .site-shell .journal-past-grid{grid-template-columns:repeat(auto-fit,minmax(260px,320px))}}@media (width<=900px){body.public-shell .site-shell .journal-landing-hero .page-grid,body.public-shell .site-shell .journal-release-layout,body.public-shell .site-shell .journal-next-section .two-column{grid-template-columns:1fr}body.public-shell .site-shell .journal-hero-copy{min-height:0}body.public-shell .site-shell .journal-featured-paper{grid-template-columns:1fr}body.public-shell .site-shell .journal-featured-paper span{grid-row:auto}}@media (width<=560px){body.public-shell .site-shell .journal-edition-meta div{grid-template-columns:1fr;gap:.12rem}body.public-shell .site-shell .journal-local-nav,body.public-shell .site-shell .journal-release-actions{grid-template-columns:1fr;display:grid}body.public-shell .site-shell .journal-release-actions .button,body.public-shell .site-shell .journal-release-actions .button-outline{width:100%}}body.public-shell .site-shell .article-library-hero .page-copy-feature{min-height:clamp(280px,26vw,360px)}body.public-shell .site-shell .research-filter-panel{border:1px solid rgba(var(--accent-soft-rgb),.18);border-radius:var(--radius);background:linear-gradient(135deg,rgba(var(--accent-strong-rgb),.12),transparent 36%),linear-gradient(180deg,#ffffff0d,#ffffff05),rgba(var(--panel-rgb),.8);box-shadow:var(--shadow-soft);gap:.85rem;margin-bottom:clamp(1rem,2vw,1.45rem);padding:clamp(1rem,1.8vw,1.35rem);display:grid}body.public-shell .site-shell .research-filter-head{justify-content:space-between;align-items:start;gap:1rem;display:flex}body.public-shell .site-shell .research-filter-head h2{margin:.1rem 0 0;font-size:clamp(1.4rem,1.8vw,2rem);line-height:1.1}body.public-shell .site-shell .research-filter-panel>label,body.public-shell .site-shell .research-filter-grid label{color:var(--muted);letter-spacing:.02em;gap:.35rem;font-size:.82rem;font-weight:700;display:grid}body.public-shell .site-shell .research-filter-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.72rem;display:grid}body.public-shell .site-shell .research-filter-grid select{border:1px solid rgba(var(--line-rgb),.18);border-radius:var(--radius-sm);width:100%;min-height:42px;color:var(--text);background:#121618d1;padding:.58rem .7rem}body.public-shell .site-shell .filter-chip-row{gap:.45rem;margin-top:.1rem}body.public-shell .site-shell .filter-chip-row a{border-color:rgba(var(--accent-soft-rgb),.2);color:var(--text);background:#ffffff08}body.public-shell .site-shell .filter-chip-row a.is-active,body.public-shell .site-shell .filter-chip-row a:hover,body.public-shell .site-shell .filter-chip-row a:focus-visible{border-color:rgba(var(--accent-soft-rgb),.55);background:rgba(var(--accent-soft-rgb),.16);color:#fff}body.public-shell .site-shell .paper-list{gap:.72rem;display:grid}body.public-shell .site-shell .paper-card{border:1px solid rgba(var(--accent-soft-rgb),.16);border-radius:var(--radius-sm);background:linear-gradient(90deg,rgba(var(--accent-strong-rgb),.1),transparent 48%),#ffffff07;box-shadow:var(--shadow-soft);transition:border-color var(--motion-med) var(--easing),background var(--motion-med) var(--easing),transform var(--motion-med) var(--easing-emphasis);gap:.5rem;padding:clamp(.95rem,1.55vw,1.25rem);display:grid}body.public-shell .site-shell .paper-card:hover,body.public-shell .site-shell .paper-card:focus-visible{border-color:rgba(var(--accent-soft-rgb),.44);background:rgba(var(--accent-soft-rgb),.095);transform:translateY(-2px)}body.public-shell .site-shell .paper-card-meta{flex-wrap:wrap;align-items:center;gap:.42rem;display:flex}body.public-shell .site-shell :is(.paper-type-tag,.paper-topic-tag,.paper-read-time,.paper-card-date){border:1px solid rgba(var(--accent-soft-rgb),.16);width:fit-content;min-height:26px;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;background:#ffffff09;border-radius:999px;align-items:center;padding:.22rem .5rem;font-size:.68rem;font-weight:800;display:inline-flex}body.public-shell .site-shell :is(.paper-type-tag,.paper-topic-tag){color:var(--accent-soft);background:rgba(var(--accent-soft-rgb),.09)}body.public-shell .site-shell .paper-card-title{margin:0;font-size:clamp(1.15rem,1.3vw,1.45rem);line-height:1.2}body.public-shell .site-shell .paper-card-authors,body.public-shell .site-shell .paper-card-summary{color:var(--muted);margin:0}body.public-shell .site-shell .paper-card-summary{-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.52;display:-webkit-box;overflow:hidden}body.public-shell .site-shell .paper-card-cta{width:fit-content;color:var(--accent-soft);margin-top:.1rem;font-size:.86rem;font-weight:800}body.public-shell .site-shell .paper-list-compact{grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr))}body.public-shell .site-shell .paper-detail-hero .page-grid{align-items:stretch}body.public-shell .site-shell .paper-detail-meta-strip{flex-wrap:wrap;gap:.45rem;margin-top:.15rem;display:flex}body.public-shell .site-shell .paper-detail-meta-strip span{border:1px solid rgba(var(--accent-soft-rgb),.16);min-height:30px;color:var(--muted);background:#ffffff09;border-radius:999px;align-items:center;padding:.28rem .58rem;font-size:.75rem;font-weight:700;display:inline-flex}body.public-shell .site-shell .paper-toc{margin-top:.35rem}body.public-shell .site-shell .paper-detail-layout{grid-template-columns:minmax(0,1fr) minmax(290px,.42fr);align-items:start;gap:clamp(1rem,2vw,1.4rem);display:grid}body.public-shell .site-shell .paper-detail-main,body.public-shell .site-shell .paper-detail-side .callout{border:1px solid rgba(var(--accent-soft-rgb),.17);border-radius:var(--radius);background:linear-gradient(180deg,#ffffff0c,#ffffff05),rgba(var(--panel-rgb),.78);box-shadow:var(--shadow-soft);padding:clamp(1rem,1.7vw,1.3rem)}body.public-shell .site-shell .paper-detail-main h2{margin:.1rem 0 .6rem;font-size:clamp(1.55rem,2vw,2.2rem);line-height:1.1}body.public-shell .site-shell .paper-detail-standfirst{color:var(--text);margin:0;font-size:clamp(1.02rem,1.1vw,1.14rem);line-height:1.62}body.public-shell .site-shell .paper-section-stack{gap:.72rem;margin-top:1rem;display:grid}body.public-shell .site-shell .paper-section-stack section{border:1px solid rgba(var(--accent-soft-rgb),.13);border-radius:var(--radius-sm);background:#ffffff07;padding:.85rem}body.public-shell .site-shell .paper-section-stack h3{margin:0 0 .35rem;font-size:1rem;line-height:1.25}body.public-shell .site-shell .paper-section-stack p{color:var(--muted);margin:0;line-height:1.58}@media (width<=820px){body.public-shell .site-shell .research-filter-head{display:grid}body.public-shell .site-shell .research-filter-grid,body.public-shell .site-shell .paper-detail-layout,body.public-shell .site-shell .paper-list-compact{grid-template-columns:1fr}}.hero-grid>.homepage-partner-focus-grid{grid-column:1/-1;max-width:1120px;margin-inline:auto}.homepage-partner-focus-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(.65rem,1.2vw,.9rem);width:100%;margin-top:clamp(.75rem,1.4vw,1rem);display:grid}.homepage-partner-focus-card{border:1px solid rgba(var(--accent-soft-rgb),.16);border-radius:var(--radius-sm);background:linear-gradient(135deg,rgba(var(--accent-strong-rgb),.13),transparent 48%),#ffffff08;min-height:clamp(130px,12vw,165px);box-shadow:var(--shadow-soft);gap:.38rem;padding:clamp(.85rem,1.35vw,1.12rem);display:grid}.homepage-partner-focus-card span{color:var(--accent-soft);letter-spacing:.14em;text-transform:uppercase;font-size:.72rem;font-weight:800}.homepage-partner-focus-card h2{letter-spacing:0;margin:0;font-size:clamp(1rem,1.05vw,1.18rem);line-height:1.18}.homepage-partner-focus-card p{color:var(--muted);margin:0;font-size:clamp(.86rem,.9vw,.96rem);line-height:1.48}@media (width<=820px){.homepage-partner-focus-grid{grid-template-columns:1fr}.homepage-partner-focus-card{min-height:0}}body.public-shell .site-shell main{container-type:inline-size}body.public-shell .site-shell main>:is(.hero,.page-hero,.section,.section-alt){--page-type-scale:.94;font-size:calc(1rem * var(--page-type-scale))}@container (width>=760px){body.public-shell .site-shell main>:is(.hero,.page-hero,.section,.section-alt){--page-type-scale:1}}@container (width>=1120px){body.public-shell .site-shell main>:is(.hero,.page-hero,.section,.section-alt){--page-type-scale:1.06}}@container (width>=1360px){body.public-shell .site-shell main>:is(.hero,.page-hero,.section,.section-alt){--page-type-scale:1.12}}body.public-shell .site-shell :is(.journal-landing-hero,.journal-current-section,.journal-past-section,.journal-next-section,.article-library-hero,.journal-library-section,.paper-detail-hero,#access,#summary,#related-research){font-size:calc(1rem * var(--page-type-scale))}body.public-shell .site-shell :is(.journal-landing-hero,.article-library-hero,.paper-detail-hero) .page-copy-feature h1{font-size:3em}body.public-shell .site-shell :is(.journal-landing-hero,.article-library-hero,.paper-detail-hero) .page-copy-feature .lead{font-size:1.08em}body.public-shell .site-shell .journal-release-card h2{font-size:2.35em}body.public-shell .site-shell .journal-release-title{font-size:1.1em}body.public-shell .site-shell .journal-release-card p,body.public-shell .site-shell .journal-archive-card p{font-size:1em}body.public-shell .site-shell .journal-featured-paper strong{font-size:1.08em}body.public-shell .site-shell .journal-featured-paper small{font-size:.92em}body.public-shell .site-shell .journal-archive-card h3{font-size:1.18em}body.public-shell .site-shell .research-filter-head h2{font-size:1.8em}body.public-shell .site-shell .research-filter-grid select{font-size:1em}body.public-shell .site-shell .paper-card-title{font-size:1.32em}body.public-shell .site-shell .paper-card-authors,body.public-shell .site-shell .paper-card-summary{font-size:1em}body.public-shell .site-shell .paper-detail-main h2{font-size:2em}body.public-shell .site-shell .paper-detail-standfirst{font-size:1.08em}body.public-shell .site-shell .paper-section-stack h3,body.public-shell .site-shell .paper-section-stack p{font-size:1em}.homepage-partner-focus-card h2{font-size:1.08em}.homepage-partner-focus-card p{font-size:.92em}.homepage-partner-focus-card span{font-size:.72em}body.public-shell .site-shell .membership-hero{padding-bottom:clamp(1rem,2vw,1.7rem)}body.public-shell .site-shell .membership-hero .page-grid{grid-template-columns:minmax(0,1fr) minmax(320px,.58fr);align-items:stretch;max-width:1120px}body.public-shell .site-shell .membership-hero .page-copy-feature{justify-content:flex-end;min-height:clamp(210px,19vw,280px)}body.public-shell .site-shell .membership-hero-card{align-content:start;gap:.8rem}body.public-shell .site-shell .membership-hero-card h2{letter-spacing:0;max-width:18ch;margin:0;font-size:clamp(1.35rem,1.7vw,1.85rem);line-height:1.08}body.public-shell .site-shell .membership-benefit-list{gap:.48rem;margin:.65rem 0 0;display:grid}body.public-shell .site-shell .membership-benefit-list li{border:1px solid rgba(var(--accent-soft-rgb),.14);border-radius:var(--radius-sm);background:#ffffff08;padding:.58rem .68rem}body.public-shell .site-shell .membership-hero-links{flex-wrap:wrap;gap:.72rem;margin-top:.15rem;display:flex}body.public-shell .site-shell .section-nav[aria-label="Membership page sections"]{backdrop-filter:none;background:0 0;border:0;position:relative;top:auto}body.public-shell .site-shell .section-nav[aria-label="Membership page sections"] .section-nav-inner{width:min(calc(100% - (var(--page-gutter) * 2)),1120px);border:1px solid rgba(var(--accent-soft-rgb),.16);min-height:0;box-shadow:var(--shadow-soft);background:#161a1dc2;border-radius:999px;margin:.35rem auto 0;padding:.5rem .6rem}body.public-shell .site-shell .membership-fees-section{padding-top:clamp(.65rem,1.4vw,1.1rem)}body.public-shell .site-shell .membership-fees-section .content-shell,body.public-shell .site-shell .membership-support-section .content-shell{max-width:1120px}body.public-shell .site-shell .membership-section-head{grid-template-columns:minmax(0,.85fr) minmax(320px,1fr);margin-bottom:clamp(.65rem,1.1vw,.9rem);padding:clamp(.9rem,1.4vw,1.15rem)}body.public-shell .site-shell .membership-section-head h2{max-width:18ch}body.public-shell .site-shell .membership-tier-grid-membership{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:clamp(.85rem,1.45vw,1.15rem)}body.public-shell .site-shell .membership-tier-card{--tier-1:var(--accent-soft);--tier-2:var(--accent-strong);--tier-3:#ece9e5;--tier-rgb:96,146,126;min-height:0;transition:border-color var(--motion-med) var(--easing),box-shadow var(--motion-med) var(--easing),transform var(--motion-med) var(--easing-emphasis),background var(--motion-med) var(--easing);grid-template-rows:auto auto auto auto auto 1fr;gap:.6rem;padding:clamp(.9rem,1.35vw,1.12rem);display:grid;position:relative;overflow:hidden}body.public-shell .site-shell .membership-tier-card-associate{--tier-1:#7d4f2b;--tier-2:#b67a3f;--tier-3:#e2b071;--tier-rgb:182,122,63}body.public-shell .site-shell .membership-tier-card-professional{--tier-1:#8f969b;--tier-2:#d7dbdc;--tier-3:#f5f6f2;--tier-rgb:215,219,220}body.public-shell .site-shell .membership-tier-card-fellow{--tier-1:#a97918;--tier-2:#e1bd55;--tier-3:#fff0a3;--tier-rgb:225,189,85}body.public-shell .site-shell .membership-tier-card-institutional{--tier-1:#2d6f5b;--tier-2:#70a88d;--tier-3:#d4eee2;--tier-rgb:112,168,141}body.public-shell .site-shell .membership-tier-graphic{isolation:isolate;border:1px solid rgba(var(--tier-rgb),.26);border-radius:var(--radius-sm);background:radial-gradient(circle at 84% 12%,rgba(var(--tier-rgb),.32),transparent 32%),linear-gradient(135deg,#ffffff14,#ffffff05),#121618c2;align-items:end;min-height:128px;padding:.85rem;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff14}body.public-shell .site-shell .membership-tier-graphic:before{content:"";opacity:.42;height:90%;transition:transform var(--motion-slow) var(--easing-emphasis),opacity var(--motion-med) var(--easing);z-index:2;pointer-events:none;background:linear-gradient(115deg,#0000 18%,#ffffff38 32%,#0000 48%);position:absolute;inset:-35% -12% auto;transform:translate(-42%)rotate(-6deg)}body.public-shell .site-shell .membership-tier-card:hover .membership-tier-graphic:before,body.public-shell .site-shell .membership-tier-card:focus-within .membership-tier-graphic:before{opacity:.7;transform:translate(32%)rotate(-6deg)}body.public-shell .site-shell .membership-tier-band{background:linear-gradient(90deg,var(--tier-1),var(--tier-2) 50%,var(--tier-3));height:34%;box-shadow:0 18px 40px rgba(var(--tier-rgb),.2);z-index:1;border-radius:999px;position:absolute;left:-8%;right:-8%;transform:rotate(-9deg)}body.public-shell .site-shell .membership-tier-band-primary{opacity:.98;top:10%}body.public-shell .site-shell .membership-tier-band-secondary{opacity:.76;top:38%;transform:rotate(-9deg)translate(8%)}body.public-shell .site-shell .membership-tier-band-tertiary{opacity:.46;top:66%;transform:rotate(-9deg)translate(-5%)}body.public-shell .site-shell .membership-tier-band-label{z-index:3;color:#fff;letter-spacing:.14em;text-transform:uppercase;background:#121618b8;border:1px solid #ffffff29;border-radius:999px;width:fit-content;padding:.35rem .62rem;font-size:.68rem;font-weight:900;position:relative;box-shadow:0 12px 28px #0000002e}body.public-shell .site-shell .membership-tier-card-featured:before{content:"Most common route";border:1px solid rgba(var(--accent-soft-rgb),.22);background:rgba(var(--accent-soft-rgb),.1);color:var(--accent-soft);letter-spacing:.1em;text-transform:uppercase;border-radius:999px;padding:.22rem .5rem;font-size:.66rem;font-weight:800;position:absolute;top:.9rem;right:.9rem}body.public-shell .site-shell .membership-tier-top{justify-content:space-between;align-items:flex-start;gap:.9rem;padding-right:clamp(0rem,8vw,5.5rem);display:flex}body.public-shell .site-shell .membership-tier-price{text-align:right;font-size:clamp(1.15rem,1.4vw,1.5rem);line-height:1.08}body.public-shell .site-shell .membership-tier-fit{border:1px solid rgba(var(--accent-soft-rgb),.18);background:rgba(var(--accent-soft-rgb),.08);width:fit-content;color:var(--accent-soft);border-radius:999px;padding:.32rem .56rem;font-size:.74rem;font-weight:800}body.public-shell .site-shell .membership-tier-card>p{color:var(--muted);margin:0;line-height:1.52}body.public-shell .site-shell .membership-tier-feature-preview{gap:.42rem;margin:.1rem 0 0;padding:0;list-style:none;display:grid}body.public-shell .site-shell .membership-tier-feature-preview li{border:1px solid rgba(var(--accent-soft-rgb),.14);border-radius:var(--radius-sm);color:var(--text);background:#ffffff08;padding:.46rem .58rem .46rem 1.65rem;font-size:.9rem;line-height:1.35;position:relative}body.public-shell .site-shell .membership-tier-feature-preview li:before{content:"";background:var(--accent-soft);width:.42rem;height:.42rem;box-shadow:0 0 0 3px rgba(var(--accent-soft-rgb),.12);border-radius:999px;position:absolute;top:.86rem;left:.62rem}body.public-shell .site-shell .membership-tier-journey{color:var(--text)}body.public-shell .site-shell .membership-hero-dropdown,body.public-shell .site-shell .membership-tier-dropdown{border:1px solid rgba(var(--accent-soft-rgb),.18);border-radius:var(--radius-sm);background:#1216186b;align-self:stretch}body.public-shell .site-shell .membership-hero-dropdown summary,body.public-shell .site-shell .membership-tier-dropdown summary{min-height:42px;color:var(--text);cursor:pointer;justify-content:space-between;align-items:center;gap:.8rem;padding:.62rem .74rem;font-weight:700;list-style:none;display:flex}body.public-shell .site-shell .membership-hero-dropdown summary::-webkit-details-marker,body.public-shell .site-shell .membership-tier-dropdown summary::-webkit-details-marker{display:none}body.public-shell .site-shell .membership-hero-dropdown summary:after,body.public-shell .site-shell .membership-tier-dropdown summary:after{content:"+";border:1px solid rgba(var(--accent-soft-rgb),.22);width:1.35rem;height:1.35rem;color:var(--accent-soft);border-radius:999px;flex:none;place-items:center;font-weight:800;line-height:1;display:grid}body.public-shell .site-shell .membership-hero-dropdown[open] summary:after,body.public-shell .site-shell .membership-tier-dropdown[open] summary:after{content:"-"}body.public-shell .site-shell .membership-tier-count{color:var(--text);font-size:.74rem;font-weight:700}body.public-shell .site-shell .membership-tier-dropdown .membership-tier-journey{color:var(--muted);margin:0;padding:.15rem .74rem .55rem;font-size:.92rem;line-height:1.42}body.public-shell .site-shell .membership-tier-dropdown .panel-list{padding:.1rem .74rem .78rem}body.public-shell .site-shell .membership-tier-card .panel-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem .7rem;display:grid}body.public-shell .site-shell .membership-tier-actions{align-self:end;margin-top:.2rem}body.public-shell .site-shell .membership-tier-actions .button{width:100%}body.public-shell .site-shell .membership-support-section{padding-top:clamp(1rem,2vw,1.6rem)}body.public-shell .site-shell .membership-support-heading{justify-content:space-between;align-items:end;gap:1rem;max-width:1120px;margin-bottom:clamp(.85rem,1.5vw,1.15rem);display:flex}body.public-shell .site-shell .membership-support-heading h2{max-width:22ch}body.public-shell .site-shell .membership-support-grid{grid-template-columns:minmax(0,.9fr) minmax(0,.9fr) minmax(320px,1.15fr);align-items:stretch;gap:clamp(.85rem,1.4vw,1.1rem);display:grid}body.public-shell .site-shell .membership-support-card{align-content:start;gap:.7rem;min-height:0;padding:clamp(.95rem,1.5vw,1.25rem);display:grid}body.public-shell .site-shell .membership-support-card-accent{background:linear-gradient(135deg,rgba(var(--accent-strong-rgb),.18),transparent 45%),linear-gradient(180deg,#ffffff0e,#ffffff05),rgba(var(--panel-rgb),.86);grid-row:span 2}body.public-shell .site-shell .membership-support-card h3{margin:0;font-size:clamp(1.08rem,1.24vw,1.34rem);line-height:1.2}body.public-shell .site-shell .membership-support-card p{color:var(--muted);margin:0;line-height:1.52}body.public-shell .site-shell .membership-support-card .panel-list{gap:.45rem;margin:0;display:grid}body.public-shell .site-shell .membership-access-section{padding-top:clamp(.9rem,1.7vw,1.3rem)}body.public-shell .site-shell .membership-access-panel{border:1px solid rgba(var(--accent-soft-rgb),.2);border-radius:var(--radius);background:linear-gradient(135deg,rgba(var(--accent-strong-rgb),.14),transparent 42%),linear-gradient(180deg,#ffffff0d,#ffffff05),rgba(var(--panel-rgb),.82);box-shadow:var(--shadow-soft);grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);align-items:stretch;gap:clamp(.85rem,1.6vw,1.2rem);padding:clamp(1rem,1.8vw,1.45rem);display:grid}body.public-shell .site-shell .membership-access-copy{align-content:center;gap:.6rem;display:grid}body.public-shell .site-shell .membership-access-copy h2{letter-spacing:0;max-width:19ch;margin:0;font-size:clamp(1.55rem,2vw,2.25rem);line-height:1.08}body.public-shell .site-shell .membership-access-copy p{max-width:60ch;color:var(--muted);margin:0;line-height:1.58}body.public-shell .site-shell .membership-access-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:.62rem;display:grid}body.public-shell .site-shell .membership-access-step{border:1px solid rgba(var(--accent-soft-rgb),.16);border-radius:var(--radius-sm);min-height:150px;color:var(--text);transition:border-color var(--motion-med) var(--easing),background var(--motion-med) var(--easing),transform var(--motion-med) var(--easing-emphasis);background:#1216187a;align-content:start;gap:.42rem;padding:.78rem;text-decoration:none;display:grid}body.public-shell .site-shell .membership-access-step:hover,body.public-shell .site-shell .membership-access-step:focus-visible{border-color:rgba(var(--accent-soft-rgb),.48);background:rgba(var(--accent-soft-rgb),.11);transform:translateY(-2px)}body.public-shell .site-shell .membership-access-step span{background:rgba(var(--accent-soft-rgb),.1);width:fit-content;color:var(--accent-soft);letter-spacing:.12em;border-radius:999px;padding:.2rem .46rem;font-size:.68rem;font-weight:800}body.public-shell .site-shell .membership-access-step strong{font-size:1rem;line-height:1.2}body.public-shell .site-shell .membership-access-step small{color:var(--muted);font-size:.86rem;line-height:1.42}@media (width<=980px){body.public-shell .site-shell .membership-hero .page-grid,body.public-shell .site-shell .membership-section-head,body.public-shell .site-shell .membership-support-grid,body.public-shell .site-shell .membership-access-panel{grid-template-columns:1fr}body.public-shell .site-shell .membership-support-card-accent{grid-row:auto}}@media (width<=720px){body.public-shell .site-shell .membership-tier-grid-membership,body.public-shell .site-shell .membership-access-steps,body.public-shell .site-shell .membership-tier-card .panel-list{grid-template-columns:1fr}body.public-shell .site-shell .membership-tier-card-featured:before{order:-1;width:fit-content;position:static}body.public-shell .site-shell .membership-tier-top{padding-right:0}body.public-shell .site-shell .section-nav[aria-label="Membership page sections"] .section-nav-inner{border-radius:var(--radius-sm);justify-content:flex-start}}body.public-shell .site-shell .news-feature-layout{grid-template-columns:minmax(0,1.05fr) minmax(320px,.85fr);align-items:start;gap:clamp(.85rem,1.6vw,1.25rem);display:grid}body.public-shell .site-shell .news-scroll-shell{overflow:visible}body.public-shell .site-shell .news-list-grid{scrollbar-gutter:stable both-edges;grid-template-columns:1fr;gap:clamp(.65rem,1.2vw,.9rem);max-height:none;display:grid;overflow:visible}body.public-shell .site-shell .news-latest-card{border-color:rgba(var(--accent-soft-rgb),.28);background:linear-gradient(135deg,rgba(var(--accent-strong-rgb),.18),transparent 42%),linear-gradient(180deg,#ffffff0e,#ffffff05),rgba(var(--panel-rgb),.84);align-content:end;gap:.78rem;min-height:clamp(360px,38vw,520px);padding:clamp(1rem,1.8vw,1.45rem);display:grid;position:sticky;top:calc(88px + 1rem)}body.public-shell .site-shell .news-latest-card .news-card-image{aspect-ratio:16/9;min-height:clamp(170px,18vw,250px)}body.public-shell .site-shell .news-latest-card h2{letter-spacing:0;margin:0;font-size:clamp(1.6rem,2vw,2.25rem);line-height:1.08}body.public-shell .site-shell .news-latest-card p{font-size:clamp(1rem,1vw,1.08rem);line-height:1.56}body.public-shell .site-shell .news-list-grid .news-stream-card{grid-template-columns:minmax(110px,.34fr) minmax(0,1fr);grid-template-areas:"image meta""image title""image summary""image link";gap:.45rem .8rem;min-height:0;padding:clamp(.85rem,1.25vw,1.05rem);display:grid}body.public-shell .site-shell .news-list-grid .news-card-image{aspect-ratio:1;grid-area:image;height:100%;min-height:120px}body.public-shell .site-shell .news-list-grid .news-card-meta{grid-area:meta}body.public-shell .site-shell .news-list-grid h3{grid-area:title;margin:0;font-size:clamp(1.05rem,1.1vw,1.24rem);line-height:1.22}body.public-shell .site-shell .news-list-grid p{color:var(--muted);grid-area:summary;margin:0;font-size:.94rem;line-height:1.45}body.public-shell .site-shell .news-list-grid .text-link{grid-area:link;width:fit-content}body.public-shell .site-shell .news-list-grid .news-card-no-image{grid-template-columns:1fr;grid-template-areas:"meta""title""summary""link"}@media (width<=900px){body.public-shell .site-shell .news-feature-layout{grid-template-columns:1fr}body.public-shell .site-shell .news-latest-card{min-height:0;position:relative;top:auto}body.public-shell .site-shell .news-list-grid .news-stream-card{grid-template-columns:1fr;grid-template-areas:"image""meta""title""summary""link"}body.public-shell .site-shell .news-list-grid .news-card-image{aspect-ratio:16/9;min-height:180px}body.public-shell .site-shell .news-list-grid .news-card-no-image{grid-template-areas:"meta""title""summary""link"}}@media (forced-colors:active){body.public-shell .site-shell .news-latest-card,body.public-shell .site-shell .news-list-grid .news-stream-card{border:1px solid canvastext}}@supports not (overflow:clip){main{overflow:hidden visible}}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.site-header,.section-nav{background:#15191cfa}}@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}.motion-ready .reveal-on-scroll{opacity:1!important;filter:none!important;transition:none!important;transform:none!important}}body.public-shell .site-shell :is(.homepage-journal-panel,.membership-access-panel,.membership-newsletter-card,.about-final-cta-tile,.events-programme-card){position:relative;overflow:hidden}body.public-shell .site-shell :is(.homepage-journal-panel,.membership-access-panel,.membership-newsletter-card,.about-final-cta-tile,.events-programme-card):after{content:"";aspect-ratio:1;opacity:.12;pointer-events:none;z-index:0;background:url(../images/main-site/symbol-green.webp) 50%/contain no-repeat;width:clamp(120px,18vw,260px);position:absolute;bottom:clamp(-3rem,-4vw,-1.2rem);right:clamp(-3rem,-4vw,-1.2rem)}body.public-shell .site-shell :is(.homepage-journal-panel,.membership-access-panel,.membership-newsletter-card,.about-final-cta-tile,.events-programme-card)>*{z-index:1;position:relative}body.public-shell .site-shell .membership-hero-summary:after{content:"";aspect-ratio:1;opacity:.08;pointer-events:none;background:url(../images/main-site/symbol-green.webp) 50%/contain no-repeat;width:clamp(110px,16vw,190px);position:absolute;top:-2.5rem;right:-2.5rem}html body.public-shell .site-shell .news-carousel-shell{gap:.7rem!important;width:100%!important;min-width:0!important;display:grid!important;position:relative!important}html body.public-shell .site-shell .news-carousel-controls{justify-content:flex-end!important;gap:.45rem!important;width:100%!important;display:flex!important}html body.public-shell .site-shell .news-carousel-button{border:1px solid rgba(var(--accent-soft-rgb),.38)!important;color:#f4f6f1!important;-webkit-text-fill-color:#f4f6f1!important;width:42px!important;height:42px!important;font:700 1.55rem/1 var(--font-sans)!important;cursor:pointer!important;transition:background var(--motion-med) var(--easing),border-color var(--motion-med) var(--easing),transform var(--motion-med) var(--easing)!important;background:#1f2428db!important;border-radius:999px!important;place-items:center!important;display:grid!important;box-shadow:0 10px 26px #00000029!important}html body.public-shell .site-shell .news-carousel-button:hover,html body.public-shell .site-shell .news-carousel-button:focus-visible{background:rgba(var(--accent-strong-rgb),.92)!important;border-color:rgba(var(--accent-soft-rgb),.72)!important;transform:translateY(-1px)!important}html body.public-shell .site-shell .news-carousel-button:disabled{opacity:.38!important;cursor:not-allowed!important;transform:none!important}html body.public-shell .site-shell .news-list-grid[data-news-scroll-region]{--news-card-width:clamp(238px,23vw,318px)!important;--news-card-height:clamp(186px,17vw,224px)!important;grid-template-columns:none!important;grid-template-rows:repeat(3,var(--news-card-height))!important;grid-auto-flow:column!important;grid-auto-columns:var(--news-card-width)!important;grid-auto-rows:var(--news-card-height)!important;overscroll-behavior-inline:contain!important;-webkit-overflow-scrolling:touch!important;scrollbar-gutter:stable!important;scrollbar-width:auto!important;scroll-snap-type:x mandatory!important;touch-action:pan-x pinch-zoom!important;justify-content:start!important;align-items:stretch!important;gap:clamp(.7rem,1.1vw,.95rem)!important;width:100%!important;min-width:0!important;max-width:100%!important;max-height:none!important;padding:.15rem .15rem .9rem!important;scroll-padding-inline:.15rem!important;display:grid!important;overflow:auto hidden!important}html body.public-shell .site-shell .news-list-grid[data-news-scroll-region]:focus-visible{outline:3px solid rgba(var(--accent-soft-rgb),.75)!important;outline-offset:.35rem!important;border-radius:var(--radius-sm)!important}html body.public-shell .site-shell .news-list-grid[data-news-scroll-region]::-webkit-scrollbar{height:12px!important}html body.public-shell .site-shell .news-list-grid[data-news-scroll-region]::-webkit-scrollbar-track{background:#17201d2e!important;border-radius:999px!important}html body.public-shell .site-shell .news-list-grid[data-news-scroll-region]::-webkit-scrollbar-thumb{background:rgba(var(--accent-strong-rgb),.62)!important;border:3px solid #30393af5!important;border-radius:999px!important}html body.public-shell .site-shell .news-list-grid[data-news-scroll-region] .news-stream-card{scroll-snap-align:start!important;color:#f4f6f1!important;background:linear-gradient(#ffffff0e,#ffffff06),#1f2428f0!important;border:1px solid #b9d2c738!important;border-radius:14px!important;grid-template:"image""meta""title""summary"minmax(0,1fr)"link"/1fr!important;gap:.42rem!important;min-width:0!important;height:100%!important;min-height:0!important;padding:clamp(.72rem,1vw,.95rem)!important;display:grid!important;position:relative!important;overflow:hidden!important;box-shadow:0 14px 34px #0000002e!important}html body.public-shell .site-shell .news-list-grid[data-news-scroll-region] .news-stream-card.is-prominent{grid-area:span 2/span 2!important}html body.public-shell .site-shell .news-list-grid[data-news-scroll-region] .news-card-image{aspect-ratio:16/9!important;background:#dce8e21f!important;border:0!important;border-radius:10px!important;grid-area:image!important;width:100%!important;height:auto!important;min-height:0!important;max-height:76px!important;display:block!important;overflow:hidden!important}html body.public-shell .site-shell .news-list-grid[data-news-scroll-region] .news-stream-card.is-prominent .news-card-image{min-height:clamp(130px,14vw,190px)!important;max-height:none!important}html body.public-shell .site-shell .news-list-grid[data-news-scroll-region] .news-card-image img{object-fit:cover!important;object-position:center!important;width:100%!important;height:100%!important}html body.public-shell .site-shell .news-list-grid[data-news-scroll-region] .news-card-meta{color:#d1d8d4!important;-webkit-text-fill-color:#d1d8d4!important;flex-wrap:wrap!important;grid-area:meta!important;gap:.35rem!important;font-size:.76rem!important;line-height:1.25!important;display:flex!important}html body.public-shell .site-shell .news-list-grid[data-news-scroll-region] .paper-type-tag{border:1px solid rgba(var(--accent-soft-rgb),.24)!important;background:rgba(var(--accent-soft-rgb),.14)!important;color:#dce8e2!important;-webkit-text-fill-color:#dce8e2!important;min-height:22px!important;padding:.16rem .44rem!important;font-size:.62rem!important}html body.public-shell .site-shell .news-list-grid[data-news-scroll-region] h3{color:#f4f6f1!important;-webkit-text-fill-color:#f4f6f1!important;letter-spacing:0!important;overflow-wrap:anywhere!important;text-wrap:balance!important;grid-area:title!important;max-width:none!important;margin:0!important;font-size:clamp(.98rem,1vw,1.16rem)!important;font-weight:700!important;line-height:1.16!important}html body.public-shell .site-shell .news-list-grid[data-news-scroll-region] .news-stream-card.is-prominent h3{font-size:clamp(1.28rem,1.65vw,1.78rem)!important;line-height:1.08!important}html body.public-shell .site-shell .news-list-grid[data-news-scroll-region] p{color:#d1d8d4!important;-webkit-text-fill-color:#d1d8d4!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;grid-area:summary!important;margin:0!important;font-size:.88rem!important;line-height:1.36!important;display:-webkit-box!important;overflow:hidden!important}html body.public-shell .site-shell .news-list-grid[data-news-scroll-region] .news-stream-card.is-prominent p{-webkit-line-clamp:4!important;font-size:.95rem!important;line-height:1.44!important}html body.public-shell .site-shell .news-list-grid[data-news-scroll-region] .text-link{color:#dce8e2!important;-webkit-text-fill-color:#dce8e2!important;grid-area:link!important;width:fit-content!important;margin-top:.05rem!important;font-size:.86rem!important}html body.public-shell .site-shell .news-list-grid[data-news-scroll-region] .news-card-no-image{grid-template-rows:auto auto minmax(0,1fr) auto!important;grid-template-areas:"meta""title""summary""link"!important}html body.public-shell .site-shell .events-programme-card-inline{grid-template-columns:minmax(0,.72fr) minmax(220px,.28fr)!important;align-items:center!important;gap:.45rem 1rem!important;margin-bottom:clamp(.75rem,1.4vw,1rem)!important;padding:clamp(.75rem,1.25vw,1rem)!important;display:grid!important}html body.public-shell .site-shell .events-programme-card-inline .panel-topline{grid-column:1/-1!important;margin:0!important}html body.public-shell .site-shell .events-programme-card-inline h2{margin:0!important;font-size:clamp(1.05rem,1.28vw,1.32rem)!important;line-height:1.15!important}html body.public-shell .site-shell .events-programme-card-inline p{margin:0!important;font-size:.9rem!important;line-height:1.42!important}html body.public-shell .site-shell .events-programme-card-inline .events-signal-list{grid-area:2/2/span 2!important;grid-template-columns:1fr!important;align-self:stretch!important;gap:.32rem!important;display:grid!important}html body.public-shell .site-shell .events-programme-card-inline .events-signal-list span{min-height:28px!important;padding:.24rem .46rem!important;font-size:.68rem!important;line-height:1.15!important}@media (width<=900px){html body.public-shell .site-shell .news-list-grid[data-news-scroll-region]{--news-card-width:min(80vw,320px)!important;--news-card-height:210px!important;grid-auto-columns:var(--news-card-width)!important}html body.public-shell .site-shell .news-list-grid[data-news-scroll-region] .news-card-image{max-height:70px!important}html body.public-shell .site-shell .news-list-grid[data-news-scroll-region] .news-stream-card.is-prominent .news-card-image{min-height:124px!important}html body.public-shell .site-shell .events-programme-card-inline{grid-template-columns:1fr!important}html body.public-shell .site-shell .events-programme-card-inline .events-signal-list{grid-area:auto!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=560px){html body.public-shell .site-shell .news-carousel-controls{justify-content:space-between!important}html body.public-shell .site-shell .news-list-grid[data-news-scroll-region]{--news-card-width:min(84vw,300px)!important;--news-card-height:204px!important}html body.public-shell .site-shell .news-list-grid[data-news-scroll-region] .news-stream-card.is-prominent{grid-area:span 2/span 1!important}html body.public-shell .site-shell .news-list-grid[data-news-scroll-region] .news-stream-card.is-prominent h3{font-size:clamp(1.12rem,6vw,1.38rem)!important}html body.public-shell .site-shell .events-programme-card-inline .events-signal-list{grid-template-columns:1fr!important}}@media (hover:none),(pointer:coarse){.button:hover,.button-outline:hover,.button-secondary:hover,body.public-shell .site-shell .paper-card:hover,body.public-shell .site-shell :is(.feature-card,.course-card,.news-card,.shop-card):hover :is(.published-card-image img,.news-card-image img,.shop-visual img){transform:none}body.public-shell .site-shell .news-latest-card{position:relative;top:auto}}@media (width>=821px) and (width<=1180px){body.public-shell .site-shell .news-feature-layout{grid-template-columns:1fr}body.public-shell .site-shell .news-latest-card{min-height:0;position:relative;top:auto}body.public-shell .site-shell .news-list-grid .news-stream-card{grid-template-columns:minmax(140px,.28fr) minmax(0,1fr)}body.public-shell .site-shell .news-list-grid .news-card-image{aspect-ratio:4/3;min-height:150px}}@media (width<=1180px){.news-intro-tile,.news-intro-copy{flex-direction:column;align-items:flex-start}.news-intro-copy{min-width:0}body.public-shell .site-shell .news-card{overflow-wrap:anywhere}body.public-shell .site-shell .news-card-meta{flex-wrap:wrap}body.public-shell .site-shell .news-list-grid .text-link{width:auto}}@media (width<=820px){body.public-shell .container{width:min(calc(100% - 1rem),var(--container))}.site-header{position:sticky}.site-header.is-hidden{transform:none}body.public-shell .site-shell .news-list-grid .news-card-image{min-height:150px}}.hero-primary-slide{transition:opacity .42s var(--easing),visibility 0s linear .42s;will-change:auto;transform:none}.hero-primary-slide.is-active{transition:opacity .42s var(--easing),visibility 0s linear 0s;transform:none}.hero-primary-slide-image img{backface-visibility:hidden;transform:translateZ(0)}.hero-carousel-dots button{transition:width .18s var(--easing),background .18s var(--easing),border-color .18s var(--easing)}@media (width>=821px) and (width<=1180px){.hero-message-tile-primary,.hero-primary-rotator{aspect-ratio:2;min-height:clamp(280px,42vw,480px)}.hero-carousel-dots{bottom:clamp(.62rem,1.4vw,1rem)}}@media (width<=820px){.hero-message-tile-primary,.hero-primary-rotator{aspect-ratio:2;min-height:0}.hero-primary-slide-image img{object-fit:cover;object-position:center}}@media (hover:none),(pointer:coarse){.hero-carousel-dots button:hover{width:9px}.hero-carousel-dots button.is-active{width:22px}body.public-shell .site-shell main>.hero .hero-carousel-dots{display:none!important}body.public-shell .site-shell main>.hero .hero-primary-rotator{touch-action:pan-y pinch-zoom}}@media (width<=820px){body.public-shell .site-shell main>.hero .hero-carousel-dots{display:none!important}body.public-shell .site-shell main>.hero .hero-primary-rotator{touch-action:pan-y pinch-zoom}}@media (prefers-reduced-motion:reduce){.hero-primary-slide,.hero-primary-slide.is-active{transition:none!important}.hero-primary-slide-image img{transform:none}}.site-header .brand{align-items:center}.site-header .brand-crest{aspect-ratio:1;object-fit:contain;flex:none;height:auto;max-height:62px}.site-header .brand-text{flex:0 auto;max-width:min(46vw,190px)}.site-header .brand-logo{aspect-ratio:512/162;object-fit:contain;object-position:left center;width:clamp(148px,10.5vw,190px);max-width:100%;height:auto;display:block}@media (width>=821px) and (width<=1120px){.site-header .brand-logo{width:128px;height:auto}.site-header .brand-text{max-width:128px}.site-header .brand-crest{width:40px;height:40px;max-height:40px}}@media (width<=820px){.site-header .brand-text{max-width:min(48vw,165px)}.site-header .brand-logo{width:min(48vw,165px);height:auto}.site-header .brand-crest{width:44px;height:44px;max-height:44px}}.site-footer .footer-logo{aspect-ratio:512/162;object-fit:contain;object-position:left center;width:min(100%,220px);height:auto;max-height:none;display:block}.site-footer .footer-social-link{align-items:center;gap:.45rem;width:fit-content;min-height:32px;display:inline-flex}.site-footer .footer-social-icon{fill:currentColor;object-fit:contain;flex:0 0 18px;width:18px;height:18px}.site-footer .footer-social-link:hover .footer-social-icon,.site-footer .footer-social-link:focus-visible .footer-social-icon{color:var(--accent-soft)}@media (width<=820px){.site-footer .footer-logo{width:min(70vw,210px)}}.admin-admin-name-form{grid-template-columns:minmax(180px,1fr) auto;align-items:end;gap:.6rem;max-width:520px;margin-top:.55rem;display:grid}.admin-admin-name-form label{gap:.25rem;display:grid}.admin-admin-name-form label span{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.72rem;font-weight:700}@media (width<=640px){.admin-admin-name-form{grid-template-columns:1fr}.admin-admin-name-form .button{width:100%}}body.public-shell .site-shell .event-stream-grid{grid-template-rows:minmax(330px,1fr);grid-auto-columns:minmax(280px,24vw);grid-auto-flow:column}body.public-shell .site-shell .event-stream-card{grid-template-rows:auto 1fr;width:100%;height:100%;min-height:330px;display:grid}body.public-shell .site-shell .event-stream-card .published-card-image{aspect-ratio:16/9;width:100%;margin:0}body.public-shell .site-shell .event-stream-card .published-card-image img{object-fit:cover;width:100%;height:100%}body.public-shell .site-shell .event-stream-card p{-webkit-line-clamp:4}@media (width<=820px){body.public-shell .site-shell .event-stream-grid{grid-template-rows:minmax(330px,1fr);grid-auto-columns:minmax(78vw,1fr)}}body.public-shell .site-shell .events-overview-section{padding-top:clamp(2rem,4vw,4rem)}body.public-shell .site-shell .events-overview-shell{grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);align-items:stretch;gap:clamp(1rem,2.4vw,1.6rem);display:grid;position:relative}body.public-shell .site-shell .events-overview-shell:before{content:"";z-index:-1;border-radius:calc(var(--radius) + 18px);background:linear-gradient(135deg,rgba(var(--accent-soft-rgb),.08),transparent 34%),radial-gradient(circle at 92% 12%,#ffffff0d,transparent 24%);opacity:.42;pointer-events:none;position:absolute;inset:-8px}body.public-shell .site-shell .events-overview-copy{border:1px solid rgba(var(--accent-soft-rgb),.22);border-radius:var(--radius);background:linear-gradient(90deg,rgba(var(--panel-rgb),.96),rgba(var(--panel-rgb),.82) 58%,rgba(var(--panel-rgb),.62)),linear-gradient(180deg,rgba(var(--accent-strong-rgb),.12),#ffffff05);min-height:clamp(360px,36vw,520px);box-shadow:var(--shadow-soft);align-content:center;gap:clamp(.8rem,1.45vw,1.1rem);padding:clamp(1.25rem,2.6vw,2rem);display:grid;position:relative;overflow:hidden}body.public-shell .site-shell .events-overview-copy:before{content:"";border-radius:var(--radius) 0 0 var(--radius);background:linear-gradient(180deg,var(--accent-soft),rgba(var(--accent-strong-rgb),.48));opacity:.72;pointer-events:none;width:5px;position:absolute;inset:1px auto 1px 1px}body.public-shell .site-shell .events-overview-copy>*{z-index:1;position:relative}body.public-shell .site-shell .events-overview-copy h1{letter-spacing:0;max-width:13ch;margin:0;font-size:clamp(2.25rem,4.8vw,4.4rem);line-height:1.02}body.public-shell .site-shell .events-overview-copy .lead{max-width:64ch;color:var(--text);margin:0;font-size:clamp(1.06rem,1.35vw,1.28rem);line-height:1.5}body.public-shell .site-shell .events-overview-actions{flex-wrap:wrap;gap:.75rem;margin-top:.25rem;display:flex}body.public-shell .site-shell .events-programme-card{border:1px solid rgba(var(--accent-soft-rgb),.18);border-radius:var(--radius);background:linear-gradient(135deg,rgba(var(--accent-strong-rgb),.12),transparent 36%),linear-gradient(180deg,rgba(var(--accent-strong-rgb),.13),transparent 52%),linear-gradient(180deg,#ffffff0a,#ffffff05);box-shadow:var(--shadow);align-content:stretch;gap:.85rem;padding:clamp(1.05rem,2vw,1.45rem);display:grid;position:relative;overflow:hidden}body.public-shell .site-shell .events-programme-card h2{letter-spacing:0;margin:0;font-size:clamp(1.55rem,2.4vw,2.35rem);line-height:1.08}body.public-shell .site-shell .events-programme-card p{color:var(--muted);margin:0;line-height:1.56}body.public-shell .site-shell .events-signal-list{gap:.65rem;margin-top:.15rem;display:grid}body.public-shell .site-shell .events-signal-list span{border:1px solid rgba(var(--accent-soft-rgb),.14);border-radius:var(--radius-sm);background:linear-gradient(135deg,rgba(var(--accent-strong-rgb),.12),transparent 58%),#121618db;color:var(--muted);padding:.82rem .95rem;font-size:.92rem;line-height:1.42;display:block}body.public-shell .site-shell .events-board-section{padding-top:clamp(1.5rem,3vw,2.5rem)}body.public-shell .site-shell .events-board-heading{max-width:980px}body.public-shell .site-shell .events-board-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));align-items:stretch;gap:clamp(.85rem,1.6vw,1.25rem);display:grid}body.public-shell .site-shell .events-board-grid .event-stream-card{text-align:left;grid-template-rows:auto 1fr;justify-items:stretch;gap:.9rem;min-height:100%;padding:clamp(1rem,1.5vw,1.25rem);display:grid}body.public-shell .site-shell .events-board-grid .event-stream-card>div{align-content:start;gap:.42rem;display:grid}body.public-shell .site-shell .events-board-grid .event-stream-card .published-card-image{aspect-ratio:16/9;margin:0}body.public-shell .site-shell .events-board-grid .event-stream-card h3{margin:.15rem 0 0;font-size:clamp(1.12rem,1.25vw,1.35rem);line-height:1.18}body.public-shell .site-shell .events-board-grid .event-stream-card p{color:var(--muted);margin:0;font-size:.95rem;line-height:1.48}body.public-shell .site-shell .events-board-grid .event-stream-card .text-link{width:fit-content;margin-top:.3rem}@media (width<=900px){body.public-shell .site-shell .events-overview-shell{grid-template-columns:1fr}body.public-shell .site-shell .events-overview-copy{min-height:0}body.public-shell .site-shell .events-programme-card{align-content:start}}.coming-soon-shell{--coming-soon-header-offset:88px;isolation:isolate;min-height:calc(100vh - var(--coming-soon-header-offset));position:relative}.coming-soon-content{filter:blur(9px)saturate(.72);opacity:.34;pointer-events:none;user-select:none}.coming-soon-overlay{z-index:3;padding:1rem var(--page-gutter) 1.75rem;pointer-events:auto;background:linear-gradient(#171b1e7a,#171b1ed1);display:block;position:absolute;inset:0}.coming-soon-panel{top:calc(var(--coming-soon-header-offset) + ((100vh - var(--coming-soon-header-offset)) / 2));top:calc(var(--coming-soon-header-offset) + ((100svh - var(--coming-soon-header-offset)) / 2));width:min(100%,520px);max-height:calc(100vh - var(--coming-soon-header-offset) - 2rem);max-height:calc(100svh - var(--coming-soon-header-offset) - 2rem);border:1px solid rgba(var(--accent-soft-rgb),.28);border-radius:var(--radius);background:linear-gradient(135deg,rgba(var(--accent-strong-rgb),.18),transparent 42%),#181c1ff0;box-shadow:var(--shadow-lift);text-align:center;margin-inline:auto;padding:clamp(1.25rem,3vw,2rem);position:sticky;overflow:auto;transform:translateY(-50%)}.coming-soon-panel .coming-soon-label{color:var(--accent-soft);letter-spacing:.16em;margin-bottom:.7rem;font-size:clamp(1.05rem,2vw,1.45rem);font-weight:800}.coming-soon-panel h2{letter-spacing:0;margin:.2rem 0 .45rem;font-size:clamp(2rem,5vw,3.5rem);line-height:1}.coming-soon-panel p{max-width:34rem;color:var(--muted);margin:0 auto;font-size:clamp(.98rem,1.2vw,1.08rem)}@media (width<=820px){.coming-soon-shell{--coming-soon-header-offset:72px}.coming-soon-content{filter:blur(7px);opacity:.28}.coming-soon-overlay{padding-inline:1rem}.coming-soon-panel{max-height:calc(100svh - var(--coming-soon-header-offset) - 1.5rem)}}body.public-shell .site-shell .membership-hero-actions{flex-wrap:wrap;gap:.7rem;margin-top:.35rem;display:flex}body.public-shell .site-shell .membership-fees-section .content-shell,body.public-shell .site-shell .membership-newsletter-section .content-shell{max-width:1120px}body.public-shell .site-shell .membership-newsletter-section{padding-top:clamp(1rem,2vw,1.6rem);padding-bottom:clamp(2rem,4vw,3.5rem)}body.public-shell .site-shell .membership-newsletter-card{--text:#ece9e5;--muted:#c6cbd0;--panel-rgb:31,36,40;border:1px solid rgba(var(--accent-soft-rgb),.2);border-radius:var(--radius);color:var(--text);background:radial-gradient(circle at 92% 8%,rgba(var(--accent-strong-rgb),.14),transparent 30%),linear-gradient(180deg,#ffffff0d,#ffffff05),rgba(var(--panel-rgb),.84);box-shadow:var(--shadow-soft);grid-template-columns:minmax(0,.82fr) minmax(320px,1fr);align-items:end;gap:clamp(1rem,2.6vw,2rem);padding:clamp(1rem,2vw,1.55rem);display:grid}body.public-shell .site-shell .membership-newsletter-copy{gap:.55rem;display:grid}body.public-shell .site-shell .membership-newsletter-copy h2{max-width:16ch;margin:0;font-size:clamp(1.55rem,2.3vw,2.5rem);line-height:1.05}body.public-shell .site-shell .membership-newsletter-copy p{color:var(--muted);margin:0;line-height:1.55}body.public-shell .site-shell .membership-newsletter-form{gap:.8rem;margin:0;display:grid}body.public-shell .site-shell .membership-newsletter-form .form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}body.public-shell .site-shell .membership-newsletter-form .form-actions{justify-content:flex-end;margin:0}body.public-shell .site-shell .membership-newsletter-form .button{min-width:min(100%,220px)}@media (width<=820px){body.public-shell .site-shell .membership-hero-actions .button,body.public-shell .site-shell .membership-newsletter-form .button{width:100%}body.public-shell .site-shell .membership-newsletter-card,body.public-shell .site-shell .membership-newsletter-form .form-grid{grid-template-columns:1fr}body.public-shell .site-shell .membership-newsletter-form .form-actions{justify-content:stretch}}body.public-shell .site-shell main:has(.membership-hero){color:#17201d;background:#f6f7f3}body.public-shell .site-shell .membership-hero{color:#17201d;background:linear-gradient(#f7f8f5 0%,#eef3ef 100%);padding:clamp(1.4rem,3vw,2.6rem) 0 clamp(1.2rem,2.7vw,2.2rem)}body.public-shell .site-shell .membership-hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(280px,.5fr);align-items:stretch;gap:clamp(1rem,2.4vw,1.8rem);max-width:1120px;display:grid}body.public-shell .site-shell .membership-hero-copy{color:#f7f8f5;background:linear-gradient(90deg,#17201dfa,#17201ddb 58%,#26775f47),linear-gradient(#ffffff0b,#ffffff05);min-height:clamp(330px,32vw,480px);padding:clamp(1.25rem,2.6vw,2.1rem);box-shadow:0 24px 70px #1b322b2e}body.public-shell .site-shell .membership-hero-copy :is(.kicker,.page-copy-tag,h1,p,.lead,a,span,strong){color:inherit;-webkit-text-fill-color:initial}body.public-shell .site-shell .membership-hero-copy .kicker{color:#9fd0bb;-webkit-text-fill-color:#9fd0bb}body.public-shell .site-shell .membership-hero-copy .page-copy-tag{color:#d9eee4;-webkit-text-fill-color:#d9eee4;background:#9fd0bb1f;border-color:#9fd0bb4d}body.public-shell .site-shell .membership-hero-copy h1{color:#fff;-webkit-text-fill-color:#fff;max-width:13ch;font-size:clamp(2.35rem,5vw,5.05rem);line-height:.98}body.public-shell .site-shell .membership-hero-copy .lead{color:#e4ece7;-webkit-text-fill-color:#e4ece7;max-width:62ch;font-size:clamp(1.04rem,1.25vw,1.22rem);line-height:1.58}body.public-shell .site-shell .membership-hero-actions{gap:.75rem;margin-top:.55rem}body.public-shell .site-shell .membership-hero-actions .button-outline{color:#fff;-webkit-text-fill-color:#fff;background:#ffffff1f;border-color:#ffffff57}body.public-shell .site-shell .membership-hero-summary{border-radius:var(--radius);color:#17201d;background:radial-gradient(circle at 90% 8%,#60927e2e,#0000 32%),#fff;border:1px solid #2d564521;align-content:end;gap:.65rem;min-height:100%;padding:clamp(1rem,2vw,1.45rem);display:grid;position:relative;overflow:hidden;box-shadow:0 16px 44px #1b322b1a}body.public-shell .site-shell .membership-hero-summary:before{content:"Membership routes";color:#4c745f;letter-spacing:.14em;text-transform:uppercase;width:fit-content;margin-bottom:auto;font-size:.72rem;font-weight:900;display:block}body.public-shell .site-shell .membership-hero-summary span{border-radius:var(--radius-sm);color:#17201d;background:linear-gradient(135deg,#60927e1f,#0000 54%),#fbfcf8;border:1px solid #2d564521;padding:.82rem .9rem;font-weight:800;line-height:1.18;display:block;box-shadow:0 8px 22px #1b322b0f}body.public-shell .site-shell .section-nav[aria-label="Membership page sections"]{background:#f6f7f3;padding-bottom:.2rem}body.public-shell .site-shell .section-nav[aria-label="Membership page sections"] .section-nav-inner{background:#ffffffe0;border-color:#2d564524;margin-top:0;box-shadow:0 10px 26px #1b322b14}body.public-shell .site-shell .section-nav[aria-label="Membership page sections"] :is(span,a){color:#33433c;-webkit-text-fill-color:#33433c}body.public-shell .site-shell .section-nav[aria-label="Membership page sections"] a:hover,body.public-shell .site-shell .section-nav[aria-label="Membership page sections"] a:focus-visible{color:#1b4f41;-webkit-text-fill-color:#1b4f41;outline-offset:2px;background:#26775f1a;outline:3px solid #26775f47}body.public-shell .site-shell .membership-fees-section{color:#17201d;background:#fff;padding:clamp(2.3rem,5vw,4.8rem) 0}body.public-shell .site-shell .membership-fees-section .content-shell{gap:clamp(1rem,2.3vw,1.8rem);max-width:1120px;display:grid}body.public-shell .site-shell .membership-fees-section .membership-section-head{box-shadow:none;color:#17201d;background:0 0;border:0;margin:0;padding:0}body.public-shell .site-shell .membership-fees-section .membership-section-head .kicker{color:#4c745f;-webkit-text-fill-color:#4c745f}body.public-shell .site-shell .membership-fees-section .membership-section-head h2{color:#17201d;-webkit-text-fill-color:#17201d;max-width:14ch;font-size:clamp(1.85rem,3.3vw,3.4rem);line-height:1.02}body.public-shell .site-shell .membership-fees-section .membership-section-head p{color:#54615b;-webkit-text-fill-color:#54615b;max-width:64ch;line-height:1.6}body.public-shell .site-shell .membership-hero-card-inline{color:#17201d;min-height:0;box-shadow:none;background:#f4f6f1;border:1px solid #2d564521;border-radius:16px;grid-template-columns:minmax(0,.7fr) minmax(260px,1fr) auto;align-items:center;gap:clamp(.75rem,1.7vw,1.25rem);padding:clamp(.9rem,1.7vw,1.25rem);display:grid}body.public-shell .site-shell .membership-hero-card-inline .panel-topline{color:#4c745f;-webkit-text-fill-color:#4c745f}body.public-shell .site-shell .membership-hero-card-inline h3{color:#17201d;-webkit-text-fill-color:#17201d;max-width:26ch;margin:0;font-size:clamp(1.12rem,1.5vw,1.48rem);line-height:1.16}body.public-shell .site-shell .membership-hero-card-inline .membership-hero-dropdown{color:#17201d;background:#fff;border-color:#2d564524;margin:0}body.public-shell .site-shell .membership-hero-card-inline .membership-hero-dropdown summary{color:#17201d;-webkit-text-fill-color:#17201d}body.public-shell .site-shell .membership-hero-card-inline .membership-benefit-list li{color:#46534d;-webkit-text-fill-color:#46534d;background:#f8faf6;border-color:#2d56451f}body.public-shell .site-shell .membership-hero-links{justify-content:flex-end;margin:0}body.public-shell .site-shell .membership-hero-links .text-link{color:#2e674f;-webkit-text-fill-color:#2e674f}body.public-shell .site-shell .membership-tier-grid-membership{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1rem,1.8vw,1.35rem)}body.public-shell .site-shell .membership-tier-card{border:1px solid rgba(var(--tier-rgb),.2);background:linear-gradient(180deg,rgba(var(--tier-rgb),.055),transparent 36%),#fbfcf8;color:#17201d;border-radius:16px;grid-template-rows:auto auto auto auto 1fr auto;gap:.72rem;padding:clamp(1rem,1.8vw,1.4rem);box-shadow:0 14px 38px #1b322b14}body.public-shell .site-shell .membership-tier-card:hover,body.public-shell .site-shell .membership-tier-card:focus-within{border-color:rgba(var(--tier-rgb),.48);box-shadow:0 22px 54px #1b322b24,0 0 0 1px rgba(var(--tier-rgb),.2);transform:translateY(-3px)}body.public-shell .site-shell .membership-tier-card :is(h2,h3,p,li,strong,span,small,summary){-webkit-text-fill-color:initial}body.public-shell .site-shell .membership-tier-graphic{border-color:rgba(var(--tier-rgb),.28);background:radial-gradient(circle at 84% 12%,rgba(var(--tier-rgb),.32),transparent 32%),linear-gradient(135deg,#ffffff14,#ffffff05),#121618d6;min-height:118px;max-height:150px}body.public-shell .site-shell .membership-tier-name{color:var(--tier-1);-webkit-text-fill-color:var(--tier-1)}body.public-shell .site-shell .membership-tier-price{color:#17201d;-webkit-text-fill-color:#17201d;font-size:clamp(1.24rem,1.6vw,1.68rem);font-weight:900}body.public-shell .site-shell .membership-tier-fit{border-color:rgba(var(--tier-rgb),.2);background:rgba(var(--tier-rgb),.08);color:var(--tier-1);-webkit-text-fill-color:var(--tier-1);font-size:.78rem}body.public-shell .site-shell .membership-tier-card>p{color:#53605a;-webkit-text-fill-color:#53605a;font-size:.98rem;line-height:1.58}body.public-shell .site-shell .membership-tier-feature-preview{gap:.46rem}body.public-shell .site-shell .membership-tier-feature-preview li{color:#2f3b36;-webkit-text-fill-color:#2f3b36;background:#f3f6f1;border-color:#2d56451a;font-size:.94rem;line-height:1.42}body.public-shell .site-shell .membership-tier-feature-preview li:before{background:var(--tier-2);box-shadow:0 0 0 3px rgba(var(--tier-rgb),.14)}body.public-shell .site-shell .membership-tier-dropdown{color:#17201d;background:#fff;border-color:#2d56451f}body.public-shell .site-shell .membership-tier-dropdown summary{color:#17201d;-webkit-text-fill-color:#17201d;min-height:46px}body.public-shell .site-shell .membership-tier-dropdown summary:after{border-color:rgba(var(--tier-rgb),.28);color:var(--tier-1);-webkit-text-fill-color:var(--tier-1)}body.public-shell .site-shell .membership-tier-count{color:#52605a;-webkit-text-fill-color:#52605a;font-size:.78rem}body.public-shell .site-shell .membership-tier-dropdown .membership-tier-journey,body.public-shell .site-shell .membership-tier-dropdown .panel-list li{color:#53605a;-webkit-text-fill-color:#53605a}body.public-shell .site-shell .membership-tier-card-featured{border-color:rgba(var(--tier-rgb),.42);background:linear-gradient(135deg,rgba(var(--tier-rgb),.14),transparent 42%),#fbfcf8}body.public-shell .site-shell .membership-tier-card-featured:before{border-color:rgba(var(--tier-rgb),.34);background:linear-gradient(90deg,var(--tier-1),var(--tier-2));color:#17201d;-webkit-text-fill-color:#17201d}body.public-shell .site-shell .membership-tier-status{color:#245b48;-webkit-text-fill-color:#245b48;background:#26775f1a;border-radius:999px;align-items:center;min-height:42px;padding:.55rem .8rem;font-weight:800;display:inline-flex}body.public-shell .site-shell .membership-access-section{color:#f4f6f1;background:radial-gradient(circle at 88% 12%,#5fa8832e,#0000 30%),#101719;padding:clamp(2.4rem,5vw,4.9rem) 0}body.public-shell .site-shell .membership-access-panel{background:linear-gradient(145deg,#ffffff14,#ffffff06);border-color:#9fd0bb33;gap:clamp(1rem,2.4vw,1.8rem);padding:clamp(1.15rem,2.4vw,1.8rem);box-shadow:0 24px 70px #00000038}body.public-shell .site-shell .membership-access-copy .kicker{color:#9fd0bb;-webkit-text-fill-color:#9fd0bb}body.public-shell .site-shell .membership-access-copy h2{color:#fff;-webkit-text-fill-color:#fff;max-width:18ch;font-size:clamp(1.75rem,3vw,3rem);line-height:1.04}body.public-shell .site-shell .membership-access-copy p{color:#d8e0da;-webkit-text-fill-color:#d8e0da;font-size:clamp(1rem,1.06vw,1.1rem)}body.public-shell .site-shell .membership-access-step{color:#f4f6f1;-webkit-text-fill-color:initial;background:#ffffff0e;border-color:#9fd0bb2e;min-height:168px;padding:clamp(.9rem,1.5vw,1.15rem)}body.public-shell .site-shell .membership-access-step span{color:#9fd0bb;-webkit-text-fill-color:#9fd0bb;background:#9fd0bb1f}body.public-shell .site-shell .membership-access-step strong{color:#fff;-webkit-text-fill-color:#fff;font-size:1.05rem}body.public-shell .site-shell .membership-access-step small{color:#d8e0da;-webkit-text-fill-color:#d8e0da;font-size:.92rem}body.public-shell .site-shell .membership-access-step:hover,body.public-shell .site-shell .membership-access-step:focus-visible{outline-offset:3px;background:#9fd0bb1c;border-color:#9fd0bb85;outline:3px solid #9fd0bb57}body.public-shell .site-shell .membership-newsletter-section{color:#17201d;background:#f4f6f1;padding:clamp(2.4rem,5vw,4.9rem) 0}body.public-shell .site-shell .membership-newsletter-card{background:linear-gradient(135deg,#1b4f41 0%,#17201d 62%,#101719 100%);border-color:#2d564529;grid-template-columns:minmax(0,.95fr) minmax(320px,.9fr);align-items:center;box-shadow:0 24px 70px #1b322b2e}body.public-shell .site-shell .membership-newsletter-card :is(h2,h3,p,span,strong,label){-webkit-text-fill-color:initial}body.public-shell .site-shell .membership-newsletter-copy .kicker{color:#9fd0bb;-webkit-text-fill-color:#9fd0bb}body.public-shell .site-shell .membership-newsletter-copy h2{color:#fff;-webkit-text-fill-color:#fff;max-width:18ch;font-size:clamp(1.7rem,3vw,3rem)}body.public-shell .site-shell .membership-newsletter-copy p{color:#e7ede8;-webkit-text-fill-color:#e7ede8;max-width:58ch}body.public-shell .site-shell .membership-newsletter-copy .membership-tier-fit{color:#d9eee4;-webkit-text-fill-color:#d9eee4;background:#9fd0bb1f;border-color:#9fd0bb4d}body.public-shell .site-shell .membership-newsletter-form label span{color:#eef3ef;-webkit-text-fill-color:#eef3ef}body.public-shell .site-shell .membership-newsletter-form input{color:#17201d;-webkit-text-fill-color:#17201d;background:#fffffff2;border-color:#ffffff3d;min-height:46px}body.public-shell .site-shell .membership-newsletter-form input:focus-visible{outline-offset:2px;border-color:#9fd0bb;outline:3px solid #9fd0bb7a}body.public-shell .site-shell .membership-newsletter-form .button{min-height:46px}body.public-shell .site-shell :is(.membership-hero-dropdown summary,.membership-tier-dropdown summary,.membership-tier-actions .button,.membership-hero-links .text-link):focus-visible{outline-offset:3px;border-radius:10px;outline:3px solid #26775f57}@media (width<=980px){body.public-shell .site-shell .membership-hero-grid,body.public-shell .site-shell .membership-hero-card-inline,body.public-shell .site-shell .membership-tier-grid-membership,body.public-shell .site-shell .membership-access-panel{grid-template-columns:1fr}body.public-shell .site-shell .membership-hero-copy{min-height:0}body.public-shell .site-shell .membership-hero-summary{grid-template-columns:repeat(2,minmax(0,1fr))}body.public-shell .site-shell .membership-hero-summary:before{grid-column:1/-1}body.public-shell .site-shell .membership-hero-links{justify-content:flex-start}}@media (width<=620px){body.public-shell .site-shell .membership-hero-copy h1{font-size:clamp(2.1rem,11vw,3.25rem)}body.public-shell .site-shell .membership-hero-summary{grid-template-columns:1fr}body.public-shell .site-shell .membership-fees-section .membership-section-head h2,body.public-shell .site-shell .membership-access-copy h2,body.public-shell .site-shell .membership-newsletter-copy h2{max-width:none}body.public-shell .site-shell .membership-tier-card{padding:1rem}body.public-shell .site-shell .membership-tier-top{gap:.35rem;display:grid}body.public-shell .site-shell .membership-tier-price{text-align:left}body.public-shell .site-shell .membership-tier-card-featured:before{order:-1;width:fit-content;position:static}body.public-shell .site-shell .membership-access-step{min-height:0}body.public-shell .site-shell .membership-newsletter-card{padding:1rem}}body.public-shell .site-shell .about-landing-hero-grid{grid-template-columns:minmax(0,1.04fr) minmax(320px,.72fr);align-items:stretch}body.public-shell .site-shell .about-hero-panel{height:100%;min-height:clamp(460px,40vw,620px)}body.public-shell .site-shell .about-hero-glance{grid-template-rows:minmax(0,1fr) auto;align-self:stretch;gap:clamp(.75rem,1.4vw,1rem);height:100%;min-height:clamp(460px,40vw,620px);display:grid}body.public-shell .site-shell .about-hero-glance-graphic{border-radius:var(--radius);height:100%;min-height:0;margin:0;overflow:hidden}body.public-shell .site-shell .about-hero-glance-graphic picture{width:100%;height:100%;display:block}body.public-shell .site-shell .about-hero-glance-graphic img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}body.public-shell .site-shell .about-hero-glance-panel{align-self:end}@media (width<=980px){body.public-shell .site-shell .about-landing-hero-grid{grid-template-columns:1fr}body.public-shell .site-shell .about-hero-panel,body.public-shell .site-shell .about-hero-glance{min-height:0}body.public-shell .site-shell .about-hero-glance{grid-template-rows:auto auto}body.public-shell .site-shell .about-hero-glance-graphic{height:auto;min-height:clamp(220px,48vw,360px)}body.public-shell .site-shell .about-hero-glance-graphic picture,body.public-shell .site-shell .about-hero-glance-graphic img{height:100%;min-height:inherit}}@media (width<=620px){body.public-shell .site-shell .about-hero-glance-graphic{min-height:clamp(180px,58vw,280px)}}body.public-shell.landing-workspace-page,body.public-shell:has(.splash-shell){background:#101719}body.public-shell .site-shell:has(.splash-shell){background:radial-gradient(circle at 82% 12%,#60927e57,#0000 32%),radial-gradient(circle at 12% 82%,#26775f33,#0000 28%),linear-gradient(135deg,#101719 0%,#17201d 54%,#1b4f41 100%);min-height:100vh}body.public-shell .site-shell main:has(.splash-shell){color:#f4f6f1;background:0 0;min-height:calc(100vh - 88px)}body.public-shell .site-shell .splash-shell{isolation:isolate;color:#f4f6f1;background:radial-gradient(circle at 78% 10%,#9fd0bb2e,#0000 32%),linear-gradient(#ffffff09,#fff0 44%);grid-template-rows:1fr auto;min-height:calc(100vh - 88px);display:grid;position:relative;overflow:hidden}body.public-shell .site-shell .splash-shell:before{content:"";z-index:-1;pointer-events:none;background-color:#0000;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff07 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:72px 72px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0;mask-image:linear-gradient(#000000b8,#0003)}body.public-shell .site-shell .splash-shell:after{content:"";z-index:-1;pointer-events:none;background:radial-gradient(#60927e3d,#0000 62%);height:52%;position:absolute;inset:auto -12% -26%}body.public-shell .site-shell .splash-main{width:min(calc(100% - (var(--page-gutter) * 2)),1180px);align-items:center;margin-inline:auto;padding:clamp(.75rem,1.8vw,1.45rem) 0;display:grid}body.public-shell .site-shell .splash-grid{grid-template-columns:minmax(0,1.08fr) minmax(300px,.58fr);align-items:stretch;gap:clamp(1rem,2.4vw,1.8rem);width:100%;display:grid}body.public-shell .site-shell .splash-panel,body.public-shell .site-shell .splash-brand-panel,body.public-shell .site-shell .splash-form-panel{border-radius:var(--radius);backdrop-filter:blur(16px);background:linear-gradient(145deg,#ffffff1a,#ffffff09);border:1px solid #9fd0bb33;box-shadow:0 24px 70px #0000003d}body.public-shell .site-shell .splash-panel-primary{align-content:space-between;gap:clamp(.75rem,1.55vw,1.25rem);min-height:clamp(430px,46vw,560px);padding:clamp(1rem,2.1vw,1.75rem);display:grid}body.public-shell .site-shell .splash-panel-head,body.public-shell .site-shell .splash-actions,body.public-shell .site-shell .splash-footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.8rem;display:flex}body.public-shell .site-shell .splash-eyebrow,body.public-shell .site-shell .splash-form-kicker{color:#9fd0bb;letter-spacing:.16em;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:900}body.public-shell .site-shell .splash-status{color:#d9eee4;background:#9fd0bb1a;border:1px solid #9fd0bb47;border-radius:999px;align-items:center;min-height:32px;padding:.35rem .68rem;font-size:.78rem;font-weight:800;display:inline-flex}body.public-shell .site-shell .splash-hero-copy{gap:clamp(.62rem,1.15vw,.9rem);max-width:820px;display:grid}body.public-shell .site-shell .splash-title{color:#fff;letter-spacing:-.045em;max-width:16ch;margin:0;font-size:clamp(2.25rem,4.55vw,4.5rem);line-height:.94}body.public-shell .site-shell .splash-lede{color:#d8e0da;max-width:62ch;margin:0;font-size:clamp(.96rem,1.1vw,1.08rem);line-height:1.48}body.public-shell .site-shell .splash-feature-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem;display:grid}body.public-shell .site-shell .splash-feature{background:#ffffff0f;border:1px solid #9fd0bb29;border-radius:14px;min-height:88px;padding:.68rem}body.public-shell .site-shell .splash-feature h2{color:#fff;margin:0 0 .28rem;font-size:1rem;line-height:1.2}body.public-shell .site-shell .splash-feature p{color:#d8e0da;margin:0;font-size:.84rem;line-height:1.34}body.public-shell .site-shell .splash-trust-line{color:#9fd0bb;letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:900}body.public-shell .site-shell .splash-side{grid-template-rows:minmax(190px,1fr) auto;gap:clamp(.75rem,1.45vw,1rem);display:grid}body.public-shell .site-shell .splash-brand-panel{background:radial-gradient(circle at 50% 36%,#9fd0bb3d,#0000 48%),#ffffff0e;place-items:center;min-height:0;padding:clamp(.8rem,1.45vw,1.15rem);display:grid}body.public-shell .site-shell .splash-crest-mark{filter:drop-shadow(0 24px 48px #00000047);width:min(68%,270px);height:auto;display:block}body.public-shell .site-shell .splash-form-panel{gap:.55rem;padding:clamp(.85rem,1.55vw,1.12rem);display:grid}body.public-shell .site-shell .splash-form-panel h2{color:#fff;margin:0;font-size:clamp(1.35rem,2.2vw,2rem);line-height:1.08}body.public-shell .site-shell .splash-form-panel p{color:#d8e0da;margin:0;line-height:1.42}body.public-shell .site-shell .splash-interest-form{grid-template-columns:minmax(0,1fr) auto;gap:.65rem;margin-top:.3rem;display:grid}body.public-shell .site-shell .splash-interest-form .form-field{color:#17201d;background:#fffffff2;border-color:#ffffff3d;min-height:42px}body.public-shell .site-shell .splash-form-note{font-size:.84rem}body.public-shell .site-shell .splash-footer{backdrop-filter:blur(12px);background:#0a0f1047;border-top:1px solid #9fd0bb24}body.public-shell .site-shell .splash-footer-inner{width:min(calc(100% - (var(--page-gutter) * 2)),1180px);color:#d8e0da;min-height:48px;margin-inline:auto;font-size:.84rem}body.public-shell .site-shell .splash-footer p{margin:0}@media (width<=900px){body.public-shell .site-shell main:has(.splash-shell),body.public-shell .site-shell .splash-shell{min-height:calc(100vh - 72px)}body.public-shell .site-shell .splash-grid{grid-template-columns:1fr}body.public-shell .site-shell .splash-panel-primary{min-height:0}body.public-shell .site-shell .splash-side{grid-template-rows:auto auto}body.public-shell .site-shell .splash-brand-panel{min-height:240px}body.public-shell .site-shell .splash-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){body.public-shell .site-shell .splash-title{font-size:clamp(2.35rem,14vw,3.7rem)}body.public-shell .site-shell .splash-feature-grid,body.public-shell .site-shell .splash-interest-form{grid-template-columns:1fr}body.public-shell .site-shell .splash-actions .btn-primary,body.public-shell .site-shell .splash-actions .btn-secondary,body.public-shell .site-shell .splash-notify-button{width:100%}body.public-shell .site-shell .splash-footer-inner{place-content:center start;display:grid}}body.public-shell .site-shell .hero-tile-stage{width:100%;max-width:min(100%,1120px);margin-inline:auto;overflow:hidden}body.public-shell .site-shell .hero-message-tile-primary,body.public-shell .site-shell .hero-primary-rotator{aspect-ratio:2;width:100%;height:auto;min-height:0;max-height:min(62vh,620px);position:relative;overflow:hidden}body.public-shell .site-shell .hero-primary-slide{opacity:0;visibility:hidden;width:100%;height:100%;display:block;position:absolute;inset:0}body.public-shell .site-shell .hero-primary-slide.is-active{opacity:1;visibility:visible}body.public-shell .site-shell .hero-primary-slide-image img{object-fit:cover;object-position:center;backface-visibility:hidden;width:100%;height:100%}body.public-shell .site-shell .homepage-focus-section{background:var(--page-background);padding:clamp(1.4rem,3vw,2.4rem) 0}body.public-shell .site-shell .homepage-focus-shell{max-width:1120px}body.public-shell .site-shell .homepage-focus-section .homepage-partner-focus-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:0}body.public-shell .site-shell .homepage-news-shell{gap:clamp(1.15rem,2.3vw,2rem);max-width:1120px;display:grid}body.public-shell .site-shell .homepage-news-header{text-align:center;justify-content:space-between;align-items:end;gap:1rem;display:flex}body.public-shell .site-shell .homepage-news-header>div{gap:.3rem;margin-inline:auto;display:grid}body.public-shell .site-shell .homepage-news-header .kicker{color:var(--menu-green)}body.public-shell .site-shell .homepage-news-header h2{color:#313437;letter-spacing:0;margin:0;font-size:clamp(1.55rem,2.25vw,2.35rem);line-height:1.12}body.public-shell .site-shell .homepage-news-header-link{flex:none}body.public-shell .site-shell .homepage-news-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;gap:clamp(.78rem,1.4vw,1.15rem);display:grid}body.public-shell .site-shell .homepage-news-card{color:#33383b;text-align:left;gap:.62rem;min-width:0;display:grid;box-shadow:none!important;background:0 0!important;border:0!important}body.public-shell .site-shell .homepage-news-image{aspect-ratio:16/9;background:#e8ece9;border-radius:7px;width:100%;display:block;overflow:hidden;box-shadow:0 8px 22px #131c181f}body.public-shell .site-shell .homepage-news-image img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform var(--motion-med) var(--easing)}body.public-shell .site-shell .homepage-news-card:hover .homepage-news-image img,body.public-shell .site-shell .homepage-news-card:focus-visible .homepage-news-image img{transform:scale(1.035)}body.public-shell .site-shell .homepage-news-copy{gap:.38rem;display:grid}body.public-shell .site-shell .homepage-news-meta{color:#737b7f;flex-wrap:wrap;gap:.45rem;font-size:.78rem;line-height:1.3;display:flex}body.public-shell .site-shell .homepage-news-copy strong{color:#2f3336;font-size:clamp(1rem,1.04vw,1.12rem);line-height:1.24}body.public-shell .site-shell .homepage-news-copy>span:not(.homepage-news-meta){color:#45494c;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.92rem;line-height:1.48;display:-webkit-box;overflow:hidden}body.public-shell .site-shell .homepage-news-copy small{color:#7a8083;margin-top:clamp(.7rem,1.4vw,1.25rem);font-size:.82rem}body.public-shell .site-shell .homepage-news-actions{justify-content:center;margin-top:.35rem;display:flex}@media (width<=980px){body.public-shell .site-shell .homepage-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){body.public-shell .site-shell .homepage-focus-section .homepage-partner-focus-grid{grid-template-columns:1fr}body.public-shell .site-shell .homepage-news-header{text-align:left;justify-items:start;display:grid}body.public-shell .site-shell .homepage-news-header>div{margin-inline:0}body.public-shell .site-shell .homepage-news-grid{grid-template-columns:1fr}body.public-shell .site-shell .homepage-news-actions .button{width:100%}}body.public-shell .site-shell main>.hero{color:#17201d;background:linear-gradient(#f7f8f5 0%,#eef3ef 100%);padding:clamp(1.2rem,2.4vw,2.2rem) 0 clamp(1.4rem,3vw,2.6rem);overflow:hidden}body.public-shell .site-shell .mobile-call-for-papers-banner{background:#f7f8f5;border-bottom:1px solid #284c3e1f}body.public-shell .site-shell .mobile-call-for-papers-banner a{color:#17201d;background:#fff;border:1px solid #2d604b2e;border-radius:12px;justify-content:space-between;align-items:center;gap:.75rem;min-height:44px;padding:.52rem .78rem;display:flex;box-shadow:0 8px 24px #192d2614}body.public-shell .site-shell .mobile-call-for-papers-banner span{color:#4c745f;letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;font-weight:800}body.public-shell .site-shell .mobile-call-for-papers-banner strong{font-size:.92rem;line-height:1.2}body.public-shell .site-shell .hero-grid{max-width:1280px}body.public-shell .site-shell .hero-grid:before{display:none}body.public-shell .site-shell .hero-copy{color:#17201d;grid-template-columns:minmax(310px,.72fr) minmax(0,1.28fr);grid-template-areas:"intro carousel""note carousel";align-items:center;gap:clamp(1rem,2.4vw,2rem);display:grid}body.public-shell .site-shell .homepage-hero-intro{grid-area:intro;align-content:center;gap:clamp(.8rem,1.4vw,1.05rem);min-width:0;display:grid}body.public-shell .site-shell .homepage-hero-intro .kicker,body.public-shell .site-shell .homepage-section-heading .kicker{color:#4c745f;letter-spacing:.14em}body.public-shell .site-shell .homepage-hero-intro h1{color:#17201d;letter-spacing:0;max-width:12ch;margin:0;font-size:clamp(2.4rem,5vw,5.2rem);line-height:.96}body.public-shell .site-shell .homepage-hero-intro p{color:#43504a;max-width:56ch;margin:0;font-size:clamp(1rem,1.1vw,1.16rem);line-height:1.58}body.public-shell .site-shell .hero-tile-stage{border-radius:20px;grid-area:carousel;max-width:100%;position:relative;box-shadow:0 24px 70px #1b322b2e}body.public-shell .site-shell .hero-message-tile-primary,body.public-shell .site-shell .hero-primary-rotator{background:#17201d;border:0;border-radius:20px}body.public-shell .site-shell .hero-primary-slide:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0f1714db,#0f171475 42%,#0f171414);position:absolute;inset:0}body.public-shell .site-shell .homepage-slide-caption{z-index:2;color:#fff;gap:.38rem;width:min(58%,420px);display:grid;position:absolute;inset:auto auto clamp(1.25rem,2vw,1.75rem) clamp(1.25rem,2vw,1.75rem)}body.public-shell .site-shell .homepage-slide-caption>span:first-child{color:#cfe2d8;letter-spacing:.12em;text-transform:uppercase;width:fit-content;font-size:.72rem;font-weight:800}body.public-shell .site-shell .homepage-slide-caption strong{color:#fff;letter-spacing:0;font-size:clamp(1.35rem,2.1vw,2.35rem);line-height:1.03}body.public-shell .site-shell .homepage-slide-caption small{color:#ffffffd1;font-size:.94rem;line-height:1.42}body.public-shell .site-shell .homepage-slide-button{color:#fff;backdrop-filter:blur(10px);background:#ffffff24;border:1px solid #ffffff57;border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-height:38px;margin-top:.25rem;padding:0 .9rem;font-size:.84rem;font-weight:800;display:inline-flex}body.public-shell .site-shell .hero-carousel-dots{z-index:3;backdrop-filter:blur(12px);background:#0d14127a;border:1px solid #ffffff3d;border-radius:999px;width:auto;padding:.28rem .34rem;bottom:clamp(1rem,1.8vw,1.35rem);left:auto;right:clamp(1rem,2vw,1.55rem)}body.public-shell .site-shell .hero-carousel-dots button{background:#ffffff6b;border-color:#0000}body.public-shell .site-shell .hero-carousel-dots button.is-active{background:#fff}body.public-shell .site-shell .hero-institutional-note{flex-wrap:wrap;grid-area:note;gap:.55rem;margin:0;display:flex}body.public-shell .site-shell .hero-institutional-note span{color:#2e4f40;background:#ffffffb8;border:1px solid #365a4a2b;border-radius:999px;align-items:center;min-height:34px;padding:.35rem .68rem;font-size:.78rem;font-weight:800;display:inline-flex;box-shadow:0 8px 20px #1b322b0f}body.public-shell .site-shell .homepage-partner-strip{background:#ffffffb8;border:1px solid #2a52411f;border-radius:16px;grid-column:1/-1;justify-content:space-between;align-items:center;gap:1rem;margin-top:clamp(.8rem,1.8vw,1.4rem);padding:clamp(.75rem,1.3vw,1rem);display:flex;box-shadow:0 12px 34px #1b322b12}body.public-shell .site-shell .homepage-partner-strip>span{color:#66716c;letter-spacing:.14em;text-transform:uppercase;font-size:.72rem;font-weight:800}body.public-shell .site-shell .homepage-partner-logos{flex-wrap:wrap;justify-content:flex-end;gap:.55rem;display:flex}body.public-shell .site-shell .homepage-partner-tile{color:#17201d;background:#fff;border:1px solid #2a52411a;border-radius:12px;align-items:center;gap:.6rem;min-height:46px;padding:.42rem .65rem;display:flex;box-shadow:none!important}body.public-shell .site-shell .homepage-partner-logo-frame{background:#f1f4ef;border-radius:10px;flex:0 0 34px;place-items:center;width:34px;height:34px;display:grid;overflow:hidden}body.public-shell .site-shell .homepage-partner-logo-frame img{object-fit:contain;max-width:30px;max-height:30px}body.public-shell .site-shell .homepage-partner-text{gap:.05rem;display:grid}body.public-shell .site-shell .homepage-partner-text strong{color:#17201d;font-size:.9rem;line-height:1.1}body.public-shell .site-shell .homepage-partner-text small{color:#66716c;font-size:.72rem;line-height:1.1}body.public-shell .site-shell .homepage-focus-section{color:#17201d;background:#fff;padding:clamp(2.8rem,5.5vw,5.5rem) 0}body.public-shell .site-shell .homepage-focus-shell{gap:clamp(1.25rem,2.6vw,2rem);max-width:1120px;display:grid}body.public-shell .site-shell .homepage-section-heading{grid-template-columns:minmax(0,.8fr) minmax(280px,.58fr);align-items:end;gap:clamp(1rem,2.6vw,2rem);display:grid}body.public-shell .site-shell .homepage-section-heading h2{color:#17201d;letter-spacing:0;max-width:15ch;margin:0;font-size:clamp(1.85rem,3.2vw,3.35rem);line-height:1.02}body.public-shell .site-shell .homepage-section-heading p{color:#54615b;margin:0;line-height:1.58}body.public-shell .site-shell .homepage-focus-section .homepage-partner-focus-grid{gap:clamp(.85rem,1.7vw,1.25rem)}body.public-shell .site-shell .homepage-partner-focus-card{color:#17201d;min-height:clamp(185px,15vw,230px);transition:transform var(--motion-med) var(--easing-emphasis),box-shadow var(--motion-med) var(--easing),border-color var(--motion-med) var(--easing);background:linear-gradient(135deg,#60927e1f,#0000 44%),#fbfcf8;border:1px solid #2d564521;border-radius:14px;gap:.62rem;padding:clamp(1.05rem,2vw,1.55rem);position:relative;overflow:hidden;box-shadow:0 14px 38px #1b322b14;text-align:left!important}body.public-shell .site-shell .homepage-partner-focus-card:hover{border-color:#2d564547;transform:translateY(-3px);box-shadow:0 20px 48px #1b322b1f}body.public-shell .site-shell .homepage-partner-focus-card:after{content:"";pointer-events:none;background:linear-gradient(135deg,#4c745f2e,#4c745f0a);border-radius:50%;width:42px;height:42px;position:absolute;top:1rem;right:1rem;box-shadow:inset 0 0 0 1px #4c745f29}body.public-shell .site-shell .homepage-partner-focus-card .homepage-focus-mark{color:#4c745f;letter-spacing:.14em;text-transform:uppercase;width:fit-content;font-size:.72rem;font-weight:900}body.public-shell .site-shell .homepage-partner-focus-card h2{color:#17201d;max-width:18ch;font-size:clamp(1.12rem,1.35vw,1.42rem);line-height:1.14}body.public-shell .site-shell .homepage-partner-focus-card p{color:#53605a;font-size:.98rem;line-height:1.55}body.public-shell .site-shell .homepage-news-section{color:#17201d;background:#f4f6f1;padding:clamp(3rem,6vw,6rem) 0}body.public-shell .site-shell .homepage-news-shell{gap:clamp(1.25rem,2.6vw,2.25rem)}body.public-shell .site-shell .homepage-news-header{text-align:left}body.public-shell .site-shell .homepage-news-header>div{margin-inline:0}body.public-shell .site-shell .homepage-news-header h2{color:#17201d;max-width:18ch;font-size:clamp(1.85rem,3.3vw,3.4rem);line-height:1.02}body.public-shell .site-shell .homepage-news-header-link{color:#2e674f;align-self:center;font-weight:800}body.public-shell .site-shell .homepage-news-grid{gap:clamp(.9rem,1.6vw,1.25rem)}body.public-shell .site-shell .homepage-news-card{transition:transform var(--motion-med) var(--easing-emphasis),box-shadow var(--motion-med) var(--easing);overflow:hidden;background:#fff!important;border:1px solid #2d56451f!important;border-radius:14px!important;box-shadow:0 14px 38px #1b322b14!important}body.public-shell .site-shell .homepage-news-card:hover,body.public-shell .site-shell .homepage-news-card:focus-visible{transform:translateY(-3px);box-shadow:0 20px 48px #1b322b21!important}body.public-shell .site-shell .homepage-news-image{box-shadow:none;border-radius:0}body.public-shell .site-shell .homepage-news-copy{padding:0 clamp(.95rem,1.4vw,1.15rem) clamp(1rem,1.5vw,1.2rem)}body.public-shell .site-shell .homepage-news-meta span:first-child{color:#2e674f;letter-spacing:.08em;text-transform:uppercase;background:#eaf1eb;border-radius:999px;align-items:center;min-height:24px;padding:.18rem .48rem;font-size:.68rem;font-weight:900;display:inline-flex}body.public-shell .site-shell .homepage-news-copy strong{color:#17201d}body.public-shell .site-shell .homepage-news-actions{flex-wrap:wrap;gap:.7rem}body.public-shell .site-shell .homepage-news-actions .button,body.public-shell .site-shell .homepage-news-actions .button-outline{min-width:210px}body.public-shell .site-shell .homepage-cta-section{color:#fff;background:linear-gradient(135deg,#17201d,#24392f 58%,#466653);padding:clamp(3rem,6vw,5.5rem) 0}body.public-shell .site-shell .homepage-final-cta{backdrop-filter:blur(12px);background:#ffffff0f;border:1px solid #ffffff24;border-radius:20px;align-items:center;max-width:1120px;box-shadow:0 24px 70px #0f171438}body.public-shell .site-shell .homepage-final-cta h2{color:#fff;letter-spacing:0;max-width:16ch;margin:0;font-size:clamp(1.9rem,3.4vw,3.5rem);line-height:1.03}body.public-shell .site-shell .homepage-final-cta p{color:#ffffffc7;max-width:62ch}body.public-shell .site-shell .homepage-final-cta .kicker{color:#cfe2d8}body.public-shell .site-shell .homepage-final-cta .callout{box-shadow:none;background:#ffffff1a;border-color:#ffffff24}body.public-shell .site-shell .homepage-final-cta .callout h3{color:#fff}body.public-shell .site-shell .homepage-final-cta .button-outline{color:#fff;background:#ffffff14;border-color:#ffffff47}@media (width<=980px){body.public-shell .site-shell .hero-copy{grid-template-columns:1fr;grid-template-areas:"intro""carousel""note"}body.public-shell .site-shell .homepage-hero-intro h1{max-width:14ch}body.public-shell .site-shell .homepage-section-heading{grid-template-columns:1fr}body.public-shell .site-shell .homepage-partner-strip{display:grid}body.public-shell .site-shell .homepage-partner-logos{justify-content:flex-start}}@media (width<=700px){body.public-shell .site-shell main>.hero{padding-top:.9rem}body.public-shell .site-shell .homepage-hero-intro{display:none}body.public-shell .site-shell .hero-mobile-fallback{color:#17201d;background:#ffffffc2;border:1px solid #2d564521;border-radius:16px;gap:.75rem;padding:1rem;display:grid}body.public-shell .site-shell .hero-mobile-fallback h1{color:#17201d;margin:0;font-size:clamp(2rem,11vw,3.1rem);line-height:.98}body.public-shell .site-shell .hero-mobile-fallback p{color:#43504a;margin:0}body.public-shell .site-shell .hero-mobile-actions{grid-template-columns:1fr;gap:.55rem;display:grid}body.public-shell .site-shell .hero-mobile-actions .button,body.public-shell .site-shell .hero-mobile-actions .button-outline{width:100%}body.public-shell .site-shell .homepage-slide-caption{width:auto;bottom:1rem;left:1rem;right:1rem}body.public-shell .site-shell .homepage-slide-caption strong{font-size:1.25rem}body.public-shell .site-shell .homepage-slide-caption small{display:none}body.public-shell .site-shell .homepage-slide-button{min-height:34px}body.public-shell .site-shell .hero-carousel-dots{top:1rem;bottom:auto;right:1rem}body.public-shell .site-shell .homepage-partner-strip{margin-top:1rem}body.public-shell .site-shell .homepage-news-header{display:grid}body.public-shell .site-shell .homepage-final-cta{grid-template-columns:1fr}}.admin-view-site-entry{color:var(--accent-soft)}.admin-view-site-entry:hover,.admin-view-site-entry:focus-visible{color:var(--text)}.admin-primary-action-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,190px),1fr));gap:.75rem;display:grid}.admin-primary-action-card{color:#17201d;min-height:96px;transition:transform var(--motion-med) var(--easing-emphasis),border-color var(--motion-med) var(--easing),box-shadow var(--motion-med) var(--easing);background:#fbfcf8;border:1px solid #2a524121;border-radius:14px;align-content:center;gap:.28rem;padding:.9rem 1rem;display:grid;box-shadow:0 10px 26px #1b322b0f}.admin-primary-action-card:hover,.admin-primary-action-card:focus-visible{border-color:#4c745f52;transform:translateY(-2px);box-shadow:0 16px 34px #1b322b1a}.admin-primary-action-card strong{font-size:1rem;line-height:1.18}.admin-primary-action-card span{color:#63716b;font-size:.84rem;line-height:1.35}.button-danger,[data-confirm*=Delete],[data-confirm*=delete]{color:#f8eeee!important;background:linear-gradient(#9d3d3d,#7f3030)!important;border-color:#a0434359!important}body.public-shell .site-shell main>.hero{padding:clamp(1rem,2vw,1.8rem) 0 clamp(1.65rem,3.4vw,3rem)}body.public-shell .site-shell .hero-copy{gap:clamp(1rem,2.1vw,1.65rem) clamp(1.15rem,2.8vw,2.35rem)}@media (width>=981px){body.public-shell .site-shell .hero-copy{grid-template-areas:"intro carousel""note note"}}body.public-shell .site-shell .homepage-hero-intro{gap:clamp(.7rem,1.25vw,.95rem)}body.public-shell .site-shell .homepage-hero-intro p{max-width:48ch}body.public-shell .site-shell .homepage-news-actions,body.public-shell .site-shell .homepage-final-cta .link-list{flex-wrap:wrap;align-items:center;gap:.62rem;display:flex}body.public-shell .site-shell .homepage-news-actions .button,body.public-shell .site-shell .homepage-news-actions .button-outline{min-width:clamp(160px,13vw,190px);min-height:44px;padding-inline:1rem}body.public-shell .site-shell .homepage-news-actions{justify-content:center;margin-top:.65rem}body.public-shell .site-shell .homepage-final-cta .link-list{justify-content:flex-end}body.public-shell .site-shell .hero-institutional-note{grid-template-columns:repeat(3,minmax(0,1fr));gap:.72rem;margin-top:.15rem;display:grid}body.public-shell .site-shell .hero-institutional-note div{text-align:left;background:#ffffffc7;border:1px solid #2a524124;border-radius:14px;align-content:start;gap:.32rem;min-height:112px;padding:.9rem;display:grid;position:relative;overflow:hidden;box-shadow:0 12px 30px #1b322b12}body.public-shell .site-shell .hero-institutional-note div:before{content:"";pointer-events:none;background:linear-gradient(90deg,#4c745fa3,#4c745f00);height:3px;position:absolute;inset:0 0 auto}body.public-shell .site-shell .hero-institutional-note span{color:#4c745f;letter-spacing:.11em;text-transform:uppercase;min-height:0;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0;font-size:.7rem;font-weight:900;line-height:1.22;display:block}body.public-shell .site-shell .hero-institutional-note strong{color:#17201d;max-width:22ch;font-size:clamp(.96rem,1vw,1.08rem);font-weight:700;line-height:1.22}body.public-shell .site-shell .homepage-partner-strip{margin-top:clamp(.65rem,1.35vw,1.05rem)}body.public-shell .site-shell .homepage-focus-section,body.public-shell .site-shell .homepage-news-section,body.public-shell .site-shell .homepage-cta-section{padding-block:clamp(2.7rem,5vw,4.7rem)}body.public-shell .site-shell .homepage-focus-shell,body.public-shell .site-shell .homepage-news-shell{gap:clamp(1rem,2vw,1.65rem)}body.public-shell .site-shell .homepage-news-header{align-items:center}@media (width<=1120px){body.public-shell .site-shell .hero-institutional-note{grid-template-columns:1fr}body.public-shell .site-shell .hero-institutional-note div{min-height:0}body.public-shell .site-shell .homepage-final-cta .link-list{justify-content:flex-start}}@media (width<=700px){body.public-shell .site-shell main>.hero{padding-bottom:1.35rem}body.public-shell .site-shell .hero-copy{gap:.85rem}body.public-shell .site-shell .hero-institutional-note{gap:.55rem}body.public-shell .site-shell .hero-institutional-note div{padding:.78rem}body.public-shell .site-shell .homepage-news-actions .button,body.public-shell .site-shell .homepage-news-actions .button-outline{width:100%;min-width:0}body.public-shell .site-shell .homepage-focus-section,body.public-shell .site-shell .homepage-news-section,body.public-shell .site-shell .homepage-cta-section{padding-block:2.35rem}}body.public-shell .site-shell .news-masthead{color:#17201d;background:#fff;padding:clamp(2.2rem,4.4vw,4.2rem) 0 clamp(1.3rem,2.6vw,2rem)}body.public-shell .site-shell .news-stream-section{color:#17201d;background:#fff;padding:clamp(1.5rem,3vw,2.5rem) 0 clamp(3rem,5vw,5rem)}body.public-shell .site-shell .news-stream-section .content-shell{max-width:1180px}body.public-shell .site-shell .news-feature-layout{min-width:0;display:block}body.public-shell .site-shell .news-list-grid{overscroll-behavior:auto;scroll-snap-type:none;scrollbar-gutter:auto;grid-template-rows:none;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));grid-auto-rows:auto;grid-auto-columns:auto;grid-auto-flow:row;align-items:stretch;gap:clamp(.9rem,1.6vw,1.25rem);width:100%;max-width:100%;padding:0;display:grid;overflow:visible}body.public-shell .site-shell .news-list-grid .news-stream-card{color:#17201d;scroll-snap-align:none;min-width:0;height:auto;min-height:100%;transition:transform var(--motion-med) var(--easing-emphasis),box-shadow var(--motion-med) var(--easing),border-color var(--motion-med) var(--easing);background:#fff;border:1px solid #2d564524;border-radius:14px;grid-template:"image""meta""title""summary"1fr"link"/1fr;gap:.62rem;padding:clamp(.95rem,1.45vw,1.2rem);display:grid;position:relative;overflow:hidden;box-shadow:0 14px 38px #1b322b14}body.public-shell .site-shell .news-list-grid .news-stream-card:hover,body.public-shell .site-shell .news-list-grid .news-stream-card:focus-visible{border-color:#2d564547;transform:translateY(-3px);box-shadow:0 20px 48px #1b322b1f}body.public-shell .site-shell .news-list-grid .news-stream-card.is-prominent{grid-area:auto;grid-template-rows:auto auto auto 1fr auto}body.public-shell .site-shell .news-list-grid .news-card-image{aspect-ratio:16/9;background:#e8ece9;border:0;border-radius:10px;grid-area:image;width:100%;height:auto;min-height:0;max-height:none;display:block;overflow:hidden}body.public-shell .site-shell .news-list-grid .news-card-image img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform var(--motion-med) var(--easing)}body.public-shell .site-shell .news-list-grid .news-stream-card:hover .news-card-image img,body.public-shell .site-shell .news-list-grid .news-stream-card:focus-visible .news-card-image img{transform:scale(1.035)}body.public-shell .site-shell .news-list-grid .news-card-meta{color:#53605b;flex-wrap:wrap;grid-area:meta;gap:.42rem;font-size:.82rem;line-height:1.3;display:flex}body.public-shell .site-shell .news-list-grid .paper-type-tag{color:#2e674f;letter-spacing:.08em;text-transform:uppercase;background:#eaf1eb;border-radius:999px;align-items:center;min-height:24px;padding:.18rem .5rem;font-size:.68rem;font-weight:900;display:inline-flex}body.public-shell .site-shell .news-list-grid h3{color:#17201d;overflow-wrap:anywhere;text-wrap:balance;grid-area:title;margin:0;font-size:clamp(1.08rem,1.18vw,1.28rem);line-height:1.2}body.public-shell .site-shell .news-list-grid p{color:#53605b;-webkit-line-clamp:3;-webkit-box-orient:vertical;grid-area:summary;margin:0;font-size:.96rem;line-height:1.5;display:-webkit-box;overflow:hidden}body.public-shell .site-shell .news-list-grid .text-link{color:#2e674f;grid-area:link;width:fit-content;margin-top:.15rem;font-weight:800}body.public-shell .site-shell .news-list-grid .news-card-no-image{grid-template-rows:auto auto 1fr auto;grid-template-areas:"meta""title""summary""link"}body.public-shell .site-shell .news-list-grid .news-card-no-image:before{content:"";grid-area:image;display:none}@media (width>=920px){body.public-shell .site-shell .news-list-grid .news-stream-card.is-prominent{grid-column:span 2}body.public-shell .site-shell .news-list-grid .news-stream-card.is-prominent h3{max-width:22ch;font-size:clamp(1.45rem,2vw,2.2rem);line-height:1.08}body.public-shell .site-shell .news-list-grid .news-stream-card.is-prominent p{-webkit-line-clamp:4;font-size:1rem}}@media (width<=700px){body.public-shell .site-shell .news-intro-tile{gap:.85rem}body.public-shell .site-shell .news-list-grid{grid-template-columns:1fr;gap:.85rem}body.public-shell .site-shell .news-list-grid .news-stream-card{padding:.9rem}body.public-shell .site-shell .news-list-grid p{-webkit-line-clamp:4}}@media (prefers-reduced-motion:reduce),(hover:none),(pointer:coarse){body.public-shell .site-shell .news-list-grid .news-stream-card:hover,body.public-shell .site-shell .news-list-grid .news-stream-card:focus-visible,body.public-shell .site-shell .news-list-grid .news-stream-card:hover .news-card-image img,body.public-shell .site-shell .news-list-grid .news-stream-card:focus-visible .news-card-image img{transform:none}}body.public-shell .site-shell main{background:#2f3336}body.public-shell .site-shell main>.hero{--home-hero-panel-height:clamp(380px,37vw,540px);color:#f4f6f1;background:linear-gradient(#34393c 0%,#2f3336 100%)}body.public-shell .site-shell main>.hero:after{background:linear-gradient(90deg,#0000,#e2e7ec2e,#0000)}body.public-shell .site-shell .mobile-call-for-papers-banner{background:#2f3336;border-bottom-color:#e2e7ec1f}body.public-shell .site-shell .mobile-call-for-papers-banner a{color:#f4f6f1;background:#3a3f42;border-color:#e2e7ec29;box-shadow:0 10px 26px #0000002e}body.public-shell .site-shell .mobile-call-for-papers-banner span{color:#b9d2c7}body.public-shell .site-shell .hero-copy{color:#f4f6f1;align-items:stretch}@media (width>=981px){body.public-shell .site-shell .hero-copy{grid-template-columns:minmax(300px,.68fr) minmax(0,1.32fr);grid-template-areas:"intro carousel""note note"}}body.public-shell .site-shell .homepage-hero-intro{min-height:var(--home-hero-panel-height);align-content:center;gap:clamp(.75rem,1.25vw,1rem);height:100%;padding:clamp(1.05rem,2vw,1.5rem) 0}body.public-shell .site-shell .homepage-hero-intro .kicker{color:#b9d2c7}body.public-shell .site-shell .homepage-hero-intro h1{color:#f4f6f1;max-width:11.5ch;font-size:clamp(2.65rem,4.35vw,4.65rem);line-height:.94}body.public-shell .site-shell .homepage-hero-intro p{color:#d1d8d4;max-width:42ch;font-size:clamp(.98rem,1vw,1.1rem)}body.public-shell .site-shell .hero-tile-stage{height:var(--home-hero-panel-height);align-self:stretch;box-shadow:0 24px 70px #00000047}body.public-shell .site-shell .hero-message-tile-primary,body.public-shell .site-shell .hero-primary-rotator{aspect-ratio:auto;height:100%;max-height:none}body.public-shell .site-shell .hero-institutional-note div{background:#ffffff12;border-color:#e2e7ec24;box-shadow:0 12px 30px #00000029}body.public-shell .site-shell .hero-institutional-note span{color:#b9d2c7}body.public-shell .site-shell .hero-institutional-note strong{color:#f4f6f1}body.public-shell .site-shell .homepage-partner-strip{background:#ffffff14;border-color:#e2e7ec24;box-shadow:0 12px 34px #00000029}body.public-shell .site-shell .homepage-partner-strip>span,body.public-shell .site-shell .homepage-partner-text small{color:#c4cbc7}body.public-shell .site-shell .homepage-partner-tile{color:#f4f6f1;background:#3a3f42;border-color:#e2e7ec1f}body.public-shell .site-shell .homepage-partner-logo-frame{background:#2f3336}body.public-shell .site-shell .homepage-partner-text strong{color:#f4f6f1}@media (width<=980px){body.public-shell .site-shell main>.hero{--home-hero-panel-height:clamp(300px,54vw,460px)}body.public-shell .site-shell .homepage-hero-intro{height:auto;min-height:0;padding:0}body.public-shell .site-shell .hero-tile-stage{height:var(--home-hero-panel-height)}body.public-shell .site-shell .homepage-hero-intro h1{max-width:13ch;font-size:clamp(2.4rem,8vw,4rem)}}@media (width<=700px){body.public-shell .site-shell main>.hero{--home-hero-panel-height:clamp(220px,58vw,340px)}body.public-shell .site-shell .hero-mobile-fallback{color:#f4f6f1;background:#ffffff14;border-color:#e2e7ec24}body.public-shell .site-shell .hero-mobile-fallback h1{color:#f4f6f1}body.public-shell .site-shell .hero-mobile-fallback p{color:#d1d8d4}}.journal-suite-hero{background:linear-gradient(#34393c,#2f3336);padding:clamp(2.4rem,5vw,4.8rem) 0}.journal-hero-actions,.journal-cta-actions{flex-wrap:wrap;align-items:center;gap:.7rem;display:flex}.journal-section-nav{z-index:11;backdrop-filter:blur(14px);background:#1f2428f0;border-block:1px solid #e2e7ec1f;position:sticky;top:88px}.journal-section-nav-inner{scrollbar-width:thin;gap:.45rem;padding:.55rem 0;display:flex;overflow-x:auto}.journal-section-nav a{color:#d1d8d4;border:1px solid #0000;border-radius:999px;flex:none;align-items:center;min-height:34px;padding:.38rem .72rem;font-size:.82rem;font-weight:700;display:inline-flex}.journal-section-nav a:hover,.journal-section-nav a:focus-visible,.journal-section-nav a.is-active{color:#b9d2c7;background:#b9d2c721;border-color:#b9d2c757}.journal-facts-list,.journal-edition-meta,.journal-document-meta{gap:.55rem;margin:0;display:grid}.journal-facts-list div,.journal-edition-meta div,.journal-document-meta div{gap:.05rem;display:grid}.journal-facts-list dt,.journal-edition-meta dt,.journal-document-meta dt{color:#b9d2c7;letter-spacing:.1em;text-transform:uppercase;font-size:.7rem;font-weight:900}.journal-facts-list dd,.journal-edition-meta dd,.journal-document-meta dd{color:#d1d8d4;margin:0}.journal-call-panel,.journal-current-issue,.journal-final-cta,.journal-download-card{background:#ffffff12;border:1px solid #e2e7ec29;border-radius:16px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:clamp(1rem,2vw,1.5rem);padding:clamp(1rem,2.4vw,1.6rem);display:grid;box-shadow:0 16px 42px #0000002e}.journal-pathway-grid,.journal-policy-grid,.journal-board-grid,.journal-issue-grid,.journal-checklist-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));gap:clamp(.85rem,1.6vw,1.15rem);display:grid}.journal-pathway-card,.journal-policy-panel,.journal-board-card,.journal-issue-card,.journal-check-item,.journal-main-panel,.journal-side-panel .page-aside-card{background:#ffffff12;border:1px solid #e2e7ec29;border-radius:16px;gap:.65rem;padding:clamp(1rem,1.8vw,1.35rem);display:grid;box-shadow:0 16px 42px #0000002e}.journal-pathway-card span,.journal-board-card span,.journal-issue-card>span,.journal-check-item span{color:#b9d2c7;letter-spacing:.12em;text-transform:uppercase;width:fit-content;font-size:.72rem;font-weight:900}.journal-pathway-card h3,.journal-policy-panel h2,.journal-board-card h2,.journal-issue-card h3,.journal-current-issue h2,.journal-main-panel h2{color:#f4f6f1;margin:0;line-height:1.15}.journal-pathway-card p,.journal-policy-panel p,.journal-board-card p,.journal-issue-card p,.journal-check-item p,.journal-current-issue p,.journal-main-panel p{color:#d1d8d4;margin:0}.journal-integrity-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem;display:grid}.journal-integrity-strip div{text-align:center;background:#b9d2c71a;border:1px solid #b9d2c72e;border-radius:14px;place-items:center;min-height:76px;padding:.8rem;display:grid}.journal-integrity-strip span{color:#f4f6f1;font-weight:800}.journal-content-layout{grid-template-columns:minmax(0,1fr) minmax(240px,320px);align-items:start;gap:clamp(1rem,2.3vw,1.6rem);display:grid}.journal-main-panel{gap:clamp(1rem,2vw,1.5rem)}.journal-admin-copy{white-space:pre-line;color:#d1d8d4}.journal-side-panel{gap:.9rem;display:grid;position:sticky;top:154px}.journal-download-stack{gap:.9rem;display:grid}.journal-timeline{counter-reset:journal-step;gap:.75rem;display:grid}.journal-timeline section{background:#ffffff0e;border:1px solid #e2e7ec24;border-radius:14px;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.8rem;padding:1rem;display:grid}.journal-timeline span{color:#b9d2c7;background:#b9d2c724;border-radius:999px;place-items:center;width:2rem;height:2rem;font-weight:900;display:grid}.journal-note{background:#b9d2c71a;border-left:3px solid #b9d2c7;border-radius:0 12px 12px 0;padding:1rem}.journal-issue-card .journal-cta-actions{margin-top:auto}@media (width<=900px){.journal-content-layout,.journal-call-panel,.journal-current-issue,.journal-final-cta,.journal-download-card{grid-template-columns:1fr}.journal-side-panel{position:static}.journal-integrity-strip{grid-template-columns:1fr 1fr}.journal-section-nav{top:68px}}@media (width<=620px){.journal-integrity-strip{grid-template-columns:1fr}.journal-hero-actions .button,.journal-hero-actions .button-outline,.journal-cta-actions .button,.journal-cta-actions .button-outline{width:100%}}body.public-shell .site-shell main>.hero{--home-hero-panel-height:clamp(360px,34vw,500px);padding:clamp(1rem,2vw,1.65rem) 0 clamp(1.4rem,3vw,2.4rem);overflow:hidden;background:linear-gradient(#34393c 0%,#2f3336 100%)!important}body.public-shell .site-shell main>.hero .hero-grid{align-items:stretch;gap:clamp(.9rem,1.8vw,1.35rem);display:grid}body.public-shell .site-shell main>.hero .hero-grid:before{display:none}body.public-shell .site-shell main>.hero .hero-copy{width:100%;max-width:var(--site-content-width);color:#f4f6f1;grid-template-columns:minmax(280px,.42fr) minmax(0,.58fr);grid-template-areas:"intro carousel""note note";align-items:stretch;gap:clamp(.9rem,1.8vw,1.35rem) clamp(1rem,2.2vw,1.7rem);margin-inline:auto;display:grid}body.public-shell .site-shell main>.hero .homepage-hero-intro{min-height:var(--home-hero-panel-height);height:var(--home-hero-panel-height);grid-area:intro;align-content:center;gap:clamp(.65rem,1vw,.9rem);padding:clamp(.8rem,1.6vw,1.2rem) 0;display:grid;overflow:hidden}body.public-shell .site-shell main>.hero .homepage-hero-intro h1{letter-spacing:0;text-wrap:balance;max-width:12.5ch;margin:0;font-size:clamp(2.2rem,3.7vw,4.25rem);line-height:.98;color:#f4f6f1!important}body.public-shell .site-shell main>.hero .homepage-hero-intro p{max-width:44ch;margin:0;font-size:clamp(.95rem,1vw,1.08rem);line-height:1.48;color:#d1d8d4!important}body.public-shell .site-shell main>.hero .hero-tile-stage{width:100%;height:var(--home-hero-panel-height);border-radius:18px;grid-area:carousel;align-self:stretch;min-height:0;overflow:hidden;box-shadow:0 22px 58px #00000047}body.public-shell .site-shell main>.hero .hero-message-tile-primary,body.public-shell .site-shell main>.hero .hero-primary-rotator{aspect-ratio:auto;background:#20262a;border-radius:18px;width:100%;height:100%;min-height:0;max-height:none;overflow:hidden}body.public-shell .site-shell main>.hero .hero-primary-slide,body.public-shell .site-shell main>.hero .hero-primary-slide.is-active{width:100%;height:100%;inset:0}body.public-shell .site-shell main>.hero .hero-primary-slide-image img{object-fit:cover;object-position:center;width:100%;height:100%;transform:none}body.public-shell .site-shell main>.hero .homepage-slide-caption{max-width:min(58%,420px);bottom:clamp(1rem,2vw,1.45rem);left:clamp(1rem,2vw,1.45rem);right:auto}body.public-shell .site-shell main>.hero .homepage-slide-caption strong{font-size:clamp(1.25rem,1.8vw,2rem);line-height:1.05}body.public-shell .site-shell main>.hero .hero-institutional-note{grid-area:note;grid-template-columns:repeat(3,minmax(0,1fr));gap:.72rem;margin:0;display:grid}body.public-shell .site-shell main>.hero .hero-institutional-note div{border-radius:14px;min-height:96px;padding:.85rem}body.public-shell .site-shell main>.hero .hero-mobile-fallback{display:none}@media (width<=980px){body.public-shell .site-shell main>.hero{--home-hero-panel-height:clamp(300px,50vw,430px)}body.public-shell .site-shell main>.hero .hero-copy{grid-template-columns:1fr;grid-template-areas:"intro""carousel""note"}body.public-shell .site-shell main>.hero .homepage-hero-intro{height:auto;min-height:0;padding:0}body.public-shell .site-shell main>.hero .homepage-hero-intro h1{max-width:14ch;font-size:clamp(2.25rem,7vw,3.7rem)}body.public-shell .site-shell main>.hero .homepage-slide-caption{max-width:none;right:1rem}}@media (width<=700px){body.public-shell .site-shell main>.hero{--home-hero-panel-height:clamp(220px,58vw,340px)}body.public-shell .site-shell main>.hero .homepage-hero-intro{display:none}body.public-shell .site-shell main>.hero .hero-mobile-fallback{color:#f4f6f1;background:#ffffff14;border:1px solid #e2e7ec24;border-radius:16px;gap:.75rem;padding:1rem;display:grid}body.public-shell .site-shell main>.hero .hero-institutional-note{grid-template-columns:1fr}body.public-shell .site-shell main>.hero .hero-institutional-note div{min-height:0}body.public-shell .site-shell main>.hero .homepage-slide-caption{bottom:.85rem;left:.85rem;right:.85rem}body.public-shell .site-shell main>.hero .homepage-slide-caption small{display:none}}html body.public-shell .site-shell main>.journal-section-nav{z-index:18;top:0;background:#30393a!important;border-top:0!important;border-bottom:1px solid #cdded62e!important;margin:0!important;position:sticky!important;overflow-x:auto!important}html body.public-shell .site-shell main>.journal-section-nav>.container,html body.public-shell .site-shell main>.journal-section-nav .journal-section-nav-inner,html body.public-shell .site-shell main>nav.journal-section-nav:nth-child(n),html body.public-shell .site-shell main>nav.journal-section-nav:nth-child(n)>.container,html body.public-shell .site-shell main>nav.journal-section-nav:nth-child(n) .journal-section-nav-inner,html body.public-shell .site-shell main>nav.journal-section-nav:nth-child(4n+1):not(script):not(style):not(.hero):not(.flash-stack),html body.public-shell .site-shell main>nav.journal-section-nav:nth-child(4n+1):not(script):not(style):not(.hero):not(.flash-stack)>.container,html body.public-shell .site-shell main>nav.journal-section-nav:nth-child(4n+1):not(script):not(style):not(.hero):not(.flash-stack) .journal-section-nav-inner,html body.public-shell .site-shell main>nav.journal-section-nav:nth-child(n+1),html body.public-shell .site-shell main>nav.journal-section-nav:nth-child(n+1)>.container,html body.public-shell .site-shell main>nav.journal-section-nav:nth-child(n+1) .journal-section-nav-inner{background:#30393a!important}html body.public-shell .site-shell main>.journal-section-nav .journal-section-nav-inner{justify-content:flex-start!important;min-height:42px!important;padding-block:.32rem!important}html body.public-shell .site-shell main>.journal-section-nav a{white-space:nowrap;min-height:32px!important;padding-inline:.72rem!important;font-size:.78rem!important}html body.public-shell .site-shell main>.journal-suite-hero{padding-top:clamp(1rem,2vw,1.55rem)!important;padding-bottom:clamp(1rem,2vw,1.55rem)!important}html body.public-shell .site-shell main>.journal-suite-hero .page-grid{grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr)!important;align-items:stretch!important;gap:clamp(1rem,2vw,1.5rem)!important}html body.public-shell .site-shell main>.journal-suite-hero .page-copy,html body.public-shell .site-shell main>.journal-suite-hero .journal-facts-card{padding:clamp(1.15rem,2vw,1.7rem)!important}html body.public-shell .site-shell main>.journal-suite-hero h1{max-width:12ch;font-size:clamp(2.35rem,4.4vw,4.6rem)!important}html body.public-shell .site-shell main>.journal-suite-hero .lead{max-width:58ch!important;margin-bottom:.65rem!important}html body.public-shell .site-shell .journal-hero-actions{flex-wrap:wrap!important;gap:.55rem!important;margin-top:.9rem!important;display:flex!important}html body.public-shell .site-shell .journal-hero-actions .text-link{align-items:center;min-height:40px;display:inline-flex}html body.public-shell .site-shell .journal-facts-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.5rem!important;margin:0!important;display:grid!important}html body.public-shell .site-shell .journal-facts-list div,html body.public-shell .site-shell .journal-edition-meta div{padding:.58rem .65rem!important}html body.public-shell .site-shell .journal-facts-list dt,html body.public-shell .site-shell .journal-edition-meta dt{font-size:.68rem!important;line-height:1.15!important}html body.public-shell .site-shell .journal-facts-list dd,html body.public-shell .site-shell .journal-edition-meta dd{font-size:.84rem!important;line-height:1.3!important}html body.public-shell .site-shell main>.journal-workflow-section{padding-top:clamp(1.1rem,2.2vw,1.8rem)!important;padding-bottom:clamp(1.45rem,3vw,2.6rem)!important}html body.public-shell .site-shell .journal-workflow-section .content-shell{gap:clamp(.9rem,1.8vw,1.25rem)!important}html body.public-shell .site-shell .journal-call-panel{grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:clamp(.9rem,2vw,1.4rem)!important;padding:clamp(1rem,1.8vw,1.35rem)!important;display:grid!important}html body.public-shell .site-shell .journal-call-panel h2,html body.public-shell .site-shell .journal-call-panel p{margin-block:.35rem 0!important}html body.public-shell .site-shell .journal-release-layout{grid-template-columns:minmax(320px,.88fr) minmax(0,1.12fr)!important;align-items:start!important;gap:clamp(.9rem,1.8vw,1.25rem)!important;display:grid!important}html body.public-shell .site-shell .journal-release-card,html body.public-shell .site-shell .journal-contents-panel{padding:clamp(1rem,1.8vw,1.45rem)!important}html body.public-shell .site-shell .journal-release-card{align-self:start!important}html body.public-shell .site-shell .journal-release-card h2{font-size:clamp(1.45rem,2.5vw,2.2rem)!important}html body.public-shell .site-shell .journal-edition-meta{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:.5rem!important;margin:.85rem 0!important}html body.public-shell .site-shell .journal-featured-paper-grid{grid-template-columns:1fr!important;gap:.48rem!important;display:grid!important}html body.public-shell .site-shell .journal-featured-paper{grid-template-columns:minmax(74px,.22fr) minmax(0,.78fr)!important;align-items:start!important;column-gap:.75rem!important;min-height:0!important;padding:.62rem .7rem!important;display:grid!important}html body.public-shell .site-shell .journal-featured-paper span{font-size:.64rem!important;line-height:1.15!important}html body.public-shell .site-shell .journal-featured-paper strong{font-size:.95rem!important;line-height:1.18!important}html body.public-shell .site-shell .journal-featured-paper small{grid-column:2!important;font-size:.78rem!important;line-height:1.25!important}html body.public-shell .site-shell .journal-pathway-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:.75rem!important}html body.public-shell .site-shell .journal-pathway-card{padding:clamp(.9rem,1.6vw,1.1rem)!important}html body.public-shell .site-shell .journal-integrity-strip{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:.65rem!important;display:grid!important}html body.public-shell .site-shell main>.events-overview-section{padding-top:clamp(1.25rem,2.6vw,2.1rem)!important;padding-bottom:clamp(1.25rem,2.6vw,2.1rem)!important}html body.public-shell .site-shell .events-overview-shell{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr)!important;align-items:stretch!important;gap:clamp(1rem,2vw,1.5rem)!important;display:grid!important}html body.public-shell .site-shell .events-overview-copy,html body.public-shell .site-shell .events-programme-card{padding:clamp(1.15rem,2vw,1.65rem)!important}html body.public-shell .site-shell .events-overview-copy h1{max-width:10ch;font-size:clamp(2.3rem,4.4vw,4.4rem)!important}html body.public-shell .site-shell .events-overview-copy .lead{max-width:58ch!important;margin-bottom:.8rem!important}html body.public-shell .site-shell .events-overview-actions{flex-wrap:wrap!important;gap:.55rem!important;margin-top:.9rem!important;display:flex!important}html body.public-shell .site-shell .events-signal-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.45rem!important;display:grid!important}html body.public-shell .site-shell main>.events-board-section{padding-top:clamp(1.45rem,3vw,2.4rem)!important}html body.public-shell .site-shell .events-board-heading{grid-template-columns:minmax(0,.82fr) minmax(280px,.48fr)!important;align-items:end!important;column-gap:1rem!important;margin-bottom:clamp(.9rem,2vw,1.35rem)!important;display:grid!important}html body.public-shell .site-shell .events-board-heading .kicker{grid-column:1/-1}html body.public-shell .site-shell .events-board-heading h2,html body.public-shell .site-shell .events-board-heading p{margin:0!important}html body.public-shell .site-shell .events-board-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr))!important;gap:.85rem!important;display:grid!important}html body.public-shell .site-shell .event-stream-card{text-align:left!important;grid-template-columns:minmax(0,1fr)!important;align-items:stretch!important;gap:.85rem!important;padding:.85rem!important;display:grid!important}html body.public-shell .site-shell :is(.journal-release-card,.journal-contents-panel,.journal-pathway-card,.events-overview-copy,.events-programme-card,.event-stream-card){opacity:1!important;filter:none!important;transform:none!important}html body.public-shell .site-shell .event-stream-card .published-card-image{aspect-ratio:4/3!important;min-height:100%!important;margin:0!important}html body.public-shell .site-shell .event-stream-card h3{font-size:clamp(1.05rem,1.5vw,1.28rem)!important}html body.public-shell .site-shell .event-stream-card p{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}@media (width<=900px){html body.public-shell .site-shell main>.journal-suite-hero .page-grid,html body.public-shell .site-shell .journal-release-layout,html body.public-shell .site-shell .events-overview-shell,html body.public-shell .site-shell .events-board-heading,html body.public-shell .site-shell .journal-facts-list,html body.public-shell .site-shell .journal-featured-paper-grid,html body.public-shell .site-shell .journal-pathway-grid,html body.public-shell .site-shell .journal-integrity-strip,html body.public-shell .site-shell .events-signal-list,html body.public-shell .site-shell .journal-call-panel,html body.public-shell .site-shell .event-stream-card{grid-template-columns:1fr!important}html body.public-shell .site-shell .journal-cta-actions{width:100%}}html body.public-shell .site-shell main>nav.section-nav:nth-child(n),html body.public-shell .site-shell main>nav.journal-section-nav:nth-child(n),html body.public-shell .site-shell main>nav.section-nav:nth-child(4n+1):not(script):not(style):not(.hero):not(.flash-stack),html body.public-shell .site-shell main>nav.journal-section-nav:nth-child(4n+1):not(script):not(style):not(.hero):not(.flash-stack){background:var(--professional-page-bg)!important;background-color:var(--professional-page-bg)!important;background-image:none!important}html body.public-shell .site-shell main>nav.section-nav:nth-child(n)>.container,html body.public-shell .site-shell main>nav.section-nav:nth-child(n) .section-nav-inner,html body.public-shell .site-shell main>nav.journal-section-nav:nth-child(n)>.container,html body.public-shell .site-shell main>nav.journal-section-nav:nth-child(n) .journal-section-nav-inner,html body.public-shell .site-shell main>nav.section-nav:nth-child(4n+1):not(script):not(style):not(.hero):not(.flash-stack)>.container,html body.public-shell .site-shell main>nav.section-nav:nth-child(4n+1):not(script):not(style):not(.hero):not(.flash-stack) .section-nav-inner,html body.public-shell .site-shell main>nav.journal-section-nav:nth-child(4n+1):not(script):not(style):not(.hero):not(.flash-stack)>.container,html body.public-shell .site-shell main>nav.journal-section-nav:nth-child(4n+1):not(script):not(style):not(.hero):not(.flash-stack) .journal-section-nav-inner{background:linear-gradient(180deg,#ffffff0e,#ffffff06),var(--professional-surface)!important;background-color:var(--professional-surface)!important;border:1px solid var(--professional-border)!important;border-radius:var(--professional-radius)!important;box-shadow:var(--professional-shadow-soft)!important;background-image:linear-gradient(#ffffff0e,#ffffff06)!important}@media (width>=821px) and (width<=980px){html body .site-shell .site-footer .footer-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:clamp(1rem,2.4vw,1.4rem)!important}html body .site-shell .site-footer .footer-nav-groups{grid-area:2/1/auto/-1!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;width:100%!important;min-width:0!important}html body .site-shell .site-footer .footer-contact-block{width:auto!important;min-width:0!important}}html body.public-shell .site-shell main>.journal-section-nav .journal-section-nav-inner{scrollbar-width:thin!important;white-space:nowrap!important;flex-wrap:nowrap!important;align-items:center!important;display:flex!important;overflow:auto hidden!important}html body.public-shell .site-shell main>.journal-section-nav .journal-section-nav-inner>a,html body.public-shell .site-shell main>.journal-section-nav .journal-section-nav-inner:before{flex:none!important}html body.public-shell .site-shell main>.journal-section-nav a.journal-nav-archive{color:#f4f6f1!important;background:linear-gradient(135deg,#9fb7b247,#6fa58e2e),#2a3233fa!important;border-color:#cdded657!important}html body.public-shell .site-shell main>.journal-section-nav a.journal-nav-archive:hover,html body.public-shell .site-shell main>.journal-section-nav a.journal-nav-archive:focus-visible,html body.public-shell .site-shell main>.journal-section-nav a.journal-nav-archive.is-active{background:linear-gradient(135deg,#cdded657,#6fa58e3d),#383f41fa!important;border-color:#cdded680!important}html body.public-shell .site-shell main>.journal-call-banner{background:#30393a!important;padding:clamp(.75rem,1.5vw,1rem) 0 0!important}html body.public-shell .site-shell main>.journal-call-banner .content-shell{max-width:var(--page-max-width)!important}html body.public-shell .site-shell main>.journal-call-banner .journal-call-banner-link{border-radius:var(--professional-radius,12px)!important;color:#f4f6f1!important;text-align:center!important;background:linear-gradient(135deg,#6fa58e38,#9fb7b214 48%,#0000),#2a3233fa!important;border:1px solid #cdded642!important;justify-content:center!important;align-items:center!important;min-height:48px!important;padding:.78rem 1rem!important;text-decoration:none!important;display:flex!important;box-shadow:inset 0 1px #ffffff0f,0 14px 32px #00000024!important}html body.public-shell .site-shell main>.journal-call-banner .journal-call-banner-link strong{color:#f4f6f1!important;font-size:clamp(.95rem,1.4vw,1.08rem)!important;line-height:1.3!important}html body.public-shell .site-shell main>.homepage-cta-section,html body.public-shell .site-shell main>.homepage-cta-section .homepage-final-cta{content-visibility:visible!important;contain-intrinsic-size:auto!important}html body.public-shell .site-shell main>.hero .hero-carousel-dots{flex-direction:row!important;align-items:center!important;width:auto!important;height:auto!important;min-height:0!important;display:flex!important;top:auto!important;left:auto!important}@media (width<=980px){html body.public-shell .site-shell main .homepage-news-grid{grid-template-columns:1fr!important;gap:.68rem!important}html body.public-shell .site-shell main .homepage-news-card,html body.public-shell .site-shell main .homepage-news-card:first-child{grid-area:auto!important;grid-template-columns:minmax(120px,.34fr) minmax(0,1fr)!important;align-items:stretch!important;min-height:150px!important;display:grid!important}html body.public-shell .site-shell main .homepage-news-card .homepage-news-image,html body.public-shell .site-shell main .homepage-news-card:first-child .homepage-news-image,html body.public-shell .site-shell main .homepage-news-card:not(:first-child) .homepage-news-image{aspect-ratio:auto!important;height:100%!important;min-height:150px!important}html body.public-shell .site-shell main .homepage-news-copy{align-content:center!important;padding:.76rem .84rem!important}html body.public-shell .site-shell main .homepage-news-copy strong,html body.public-shell .site-shell main .homepage-news-card:first-child .homepage-news-copy strong{font-size:clamp(1rem,2.5vw,1.18rem)!important;line-height:1.18!important}html body.public-shell .site-shell main .homepage-news-copy>span:not(.homepage-news-meta){-webkit-line-clamp:2!important}html body.public-shell .site-shell main>.homepage-cta-section{height:auto!important;min-height:0!important;padding-top:clamp(1rem,2.4vw,1.55rem)!important;padding-bottom:clamp(1rem,2.4vw,1.55rem)!important;overflow:visible!important}html body.public-shell .site-shell main .homepage-final-cta{height:auto!important;min-height:0!important}}@media (width<=560px){html body.public-shell .site-shell main .homepage-news-card,html body.public-shell .site-shell main .homepage-news-card:first-child{grid-template-columns:minmax(92px,.32fr) minmax(0,1fr)!important;min-height:132px!important}html body.public-shell .site-shell main .homepage-news-card .homepage-news-image,html body.public-shell .site-shell main .homepage-news-card:first-child .homepage-news-image,html body.public-shell .site-shell main .homepage-news-card:not(:first-child) .homepage-news-image{min-height:132px!important}html body.public-shell .site-shell main .homepage-news-meta{gap:.28rem!important;font-size:.68rem!important}html body.public-shell .site-shell main .homepage-news-copy{gap:.25rem!important;padding:.62rem .68rem!important}html body.public-shell .site-shell main .homepage-news-copy strong,html body.public-shell .site-shell main .homepage-news-card:first-child .homepage-news-copy strong{font-size:.94rem!important}html body.public-shell .site-shell main .homepage-news-copy>span:not(.homepage-news-meta){display:none!important}html body.public-shell .site-shell main .homepage-news-copy small{font-size:.72rem!important}}html body.public-shell .site-shell main .about-hero-layout{align-items:start!important}html body.public-shell .site-shell main .about-hero-copy{min-height:clamp(380px,34vw,520px)!important}html body.public-shell .site-shell main .about-glance-card{align-self:start!important}html body.public-shell .site-shell main .about-glance-card .about-overview-crest{min-height:clamp(120px,11vw,160px)!important;max-height:170px!important}html body.public-shell .site-shell main .about-glance-card .about-overview-point p{-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;display:-webkit-box!important;overflow:hidden!important}html body.public-shell .site-shell main .about-purpose-card{min-height:160px!important}@media (width<=980px){html body.public-shell .site-shell main .about-hero-copy{min-height:0!important;padding-block:clamp(1.2rem,3vw,1.6rem)!important}html body.public-shell .site-shell main .about-glance-card{grid-template:"image topline""image points"1fr/minmax(200px,.38fr) minmax(0,.62fr)!important;align-items:stretch!important}html body.public-shell .site-shell main .about-glance-card .about-overview-crest{grid-area:image!important;min-height:100%!important;max-height:none!important}html body.public-shell .site-shell main .about-glance-card .panel-topline{grid-area:topline!important}html body.public-shell .site-shell main .about-glance-card .about-overview-points{grid-area:points!important;align-content:start!important}html body.public-shell .site-shell main .about-purpose-cards{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (width<=700px){html body.public-shell .site-shell main .about-glance-card{grid-template:"image""topline""points"/1fr!important}html body.public-shell .site-shell main .about-glance-card .about-overview-crest{min-height:92px!important;max-height:108px!important}html body.public-shell .site-shell main .about-glance-card .about-overview-point{padding:.5rem .58rem!important}html body.public-shell .site-shell main .about-glance-card .about-overview-point strong{font-size:.88rem!important}html body.public-shell .site-shell main .about-glance-card .about-overview-point p{-webkit-line-clamp:unset!important;font-size:.8rem!important;line-height:1.28!important;display:block!important;overflow:visible!important}html body.public-shell .site-shell main .about-purpose-intro p{-webkit-line-clamp:unset!important;display:block!important;overflow:visible!important}html body.public-shell .site-shell main .about-purpose-cards{margin-inline:calc(var(--page-gutter) * -1)!important;padding-inline:var(--page-gutter)!important;scroll-snap-type:x mandatory!important;scrollbar-width:thin!important;gap:.55rem!important;display:flex!important;overflow-x:auto!important}html body.public-shell .site-shell main .about-purpose-card{scroll-snap-align:start!important;flex:0 0 min(82vw,300px)!important;padding:.72rem .78rem!important}html body.public-shell .site-shell main .about-purpose-card p{-webkit-line-clamp:unset!important;display:block!important;overflow:visible!important}}html body.public-shell .site-shell main .hero-institutional-note div{text-align:center!important;grid-template-rows:1fr!important;grid-template-columns:1fr!important;place-items:center!important;min-height:clamp(68px,5.5vw,84px)!important;padding:clamp(.68rem,1.25vw,.9rem)!important}html body.public-shell .site-shell main .hero-institutional-note div:before{content:none!important;display:none!important}html body.public-shell .site-shell main .hero-institutional-note strong{color:#f4f6f1!important;letter-spacing:.08em!important;text-transform:uppercase!important;grid-column:1!important;max-width:18ch!important;font-size:clamp(.82rem,1vw,1.02rem)!important;font-weight:800!important;line-height:1.12!important}@media (width<=700px){html body.public-shell .site-shell main .hero-institutional-note div{min-height:58px!important}html body.public-shell .site-shell main .hero-institutional-note strong{max-width:22ch!important;font-size:clamp(.78rem,3.7vw,.95rem)!important}}html body.public-shell .site-shell main>.hero{--home-hero-panel-height:clamp(430px,34vw,500px)!important}html body.public-shell .site-shell main>.hero .hero-copy{align-items:start!important}html body.public-shell .site-shell main>.hero .homepage-hero-intro,html body.public-shell .site-shell main>.hero .hero-tile-stage{height:var(--home-hero-panel-height)!important;min-height:var(--home-hero-panel-height)!important;max-height:var(--home-hero-panel-height)!important;box-sizing:border-box!important}html body.public-shell .site-shell main>.hero .homepage-hero-intro{align-content:center!important;overflow:hidden!important}html body.public-shell .site-shell main>.hero .hero-message-tile-primary,html body.public-shell .site-shell main>.hero .hero-primary-rotator,html body.public-shell .site-shell main>.hero .hero-primary-slide,html body.public-shell .site-shell main>.hero .hero-primary-slide.is-active{height:100%!important;min-height:0!important;max-height:none!important}html body.public-shell .site-shell main>.hero .hero-primary-slide-image img{object-fit:cover!important;object-position:center!important;height:100%!important}@media (width<=980px){html body.public-shell .site-shell main>.hero{--home-hero-panel-height:clamp(340px,50vw,440px)!important}}@media (width<=700px){html body.public-shell .site-shell main>.hero{--home-hero-panel-height:clamp(340px,90vw,430px)!important}html body.public-shell .site-shell main>.hero .homepage-hero-intro{padding-block:.35rem!important}}html body.public-shell .site-shell main>.hero:not(#icmed-compact-hero):not(#icmed-layout-guard){--home-hero-panel-height:clamp(430px,34vw,500px)!important}html body.public-shell .site-shell main>.hero:not(#icmed-compact-hero):not(#icmed-layout-guard) .homepage-hero-intro,html body.public-shell .site-shell main>.hero:not(#icmed-compact-hero):not(#icmed-layout-guard) .hero-tile-stage{height:var(--home-hero-panel-height)!important;min-height:var(--home-hero-panel-height)!important;max-height:var(--home-hero-panel-height)!important}@media (width<=980px){html body.public-shell .site-shell main>.hero:not(#icmed-compact-hero):not(#icmed-layout-guard){--home-hero-panel-height:clamp(340px,50vw,440px)!important}}@media (width<=700px){html body.public-shell .site-shell main>.hero:not(#icmed-compact-hero):not(#icmed-layout-guard){--home-hero-panel-height:clamp(340px,90vw,430px)!important}}html body.public-shell .site-shell main .homepage-news-header-link{color:#f7f8f5!important;-webkit-text-fill-color:#f7f8f5!important;border-color:rgba(var(--accent-soft-rgb),.42)!important;background-color:var(--accent)!important;background-image:linear-gradient(180deg,var(--accent-strong) 0%,var(--accent) 100%)!important;box-shadow:0 12px 30px rgba(var(--accent-strong-rgb),.24)!important}html body.public-shell .site-shell main a.button.homepage-news-header-link{color:#f7f8f5!important;-webkit-text-fill-color:#f7f8f5!important;border:1px solid rgba(var(--accent-soft-rgb),.42)!important;background-color:var(--accent)!important;background-image:linear-gradient(180deg,var(--accent-strong) 0%,var(--accent) 100%)!important;justify-content:center!important;align-items:center!important;min-height:42px!important;padding-inline:1rem!important;display:inline-flex!important}html body.public-shell .site-shell main .about-main-copy{align-content:start!important;gap:clamp(.72rem,1.25vw,1rem)!important;min-height:0!important;padding:clamp(1.15rem,2.1vw,1.75rem)!important;overflow:visible!important}html body.public-shell .site-shell main .about-main-copy .about-overview-heading{max-width:15ch!important;font-size:clamp(2.2rem,3.6vw,4.25rem)!important;line-height:1!important}html body.public-shell .site-shell main .about-main-copy .about-hero-statement{max-width:58ch!important;font-size:clamp(1.02rem,1.12vw,1.18rem)!important;font-style:italic!important;line-height:1.5!important}html body.public-shell .site-shell main .about-prose-block{gap:.78rem!important;max-width:72ch!important;display:grid!important}html body.public-shell .site-shell main .about-prose-block p,html body.public-shell .site-shell main .about-direction-textblock p{color:#d1d8d4!important;margin:0!important;font-size:clamp(.94rem,.98vw,1.02rem)!important;line-height:1.62!important}html body.public-shell .site-shell main .about-direction-layout{max-width:min(1120px,calc(100% - (var(--page-gutter) * 2)))!important;width:min(1120px,calc(100% - (var(--page-gutter) * 2)))!important;grid-template-columns:minmax(0,1fr)!important;place-items:start stretch!important;gap:clamp(.85rem,1.6vw,1.2rem)!important;margin-inline:auto!important;display:block!important}html body.public-shell .site-shell main .about-direction-layout>*+*{margin-top:clamp(.85rem,1.6vw,1.2rem)!important}html body.public-shell .site-shell main .about-direction-textblock{border-radius:16px!important;grid-template-columns:minmax(0,1fr)!important;justify-self:stretch!important;place-items:start stretch!important;gap:.8rem!important;width:100%!important;min-width:0!important;max-width:100%!important;padding:clamp(1.05rem,1.9vw,1.45rem)!important;display:grid!important;overflow:visible!important}html body.public-shell .site-shell main .about-direction-textblock h2{justify-self:start!important;max-width:20ch!important;margin:0!important;font-size:clamp(1.55rem,2.45vw,2.7rem)!important;line-height:1.05!important}html body.public-shell .site-shell main .about-direction-textblock p{justify-self:stretch!important;width:100%!important;max-width:78ch!important}@media (width<=980px){html body.public-shell .site-shell main .about-main-copy .about-overview-heading,html body.public-shell .site-shell main .about-direction-textblock h2{max-width:18ch!important}}@media (width<=700px){html body.public-shell .site-shell main .about-main-copy .about-overview-heading{font-size:clamp(2rem,9vw,3rem)!important}html body.public-shell .site-shell main .about-prose-block{gap:.68rem!important}}html body.public-shell .site-shell main .news-events-section{padding-top:clamp(.85rem,1.8vw,1.35rem)!important}html body.public-shell .site-shell main .news-events-heading{justify-content:space-between!important;align-items:end!important;gap:1rem!important;margin-bottom:clamp(.65rem,1.25vw,.95rem)!important;display:flex!important}html body.public-shell .site-shell main .news-events-heading h2{margin:0!important;font-size:clamp(1.35rem,2vw,2rem)!important;line-height:1.08!important}html body.public-shell .site-shell main .news-events-heading .text-link{flex:none!important}html body.public-shell .site-shell main .news-event-row[data-news-scroll-region]{--event-card-width:clamp(238px,23vw,318px)!important;--event-card-height:clamp(226px,19vw,270px)!important;grid-template-columns:none!important;grid-template-rows:var(--event-card-height)!important;grid-auto-flow:column!important;grid-auto-columns:var(--event-card-width)!important;grid-auto-rows:var(--event-card-height)!important;overscroll-behavior-inline:contain!important;-webkit-overflow-scrolling:touch!important;scrollbar-gutter:stable!important;scrollbar-width:auto!important;scroll-snap-type:x mandatory!important;touch-action:pan-x pinch-zoom!important;justify-content:start!important;align-items:stretch!important;gap:clamp(.7rem,1.1vw,.95rem)!important;width:100%!important;min-width:0!important;max-width:100%!important;padding:.15rem .15rem .9rem!important;scroll-padding-inline:.15rem!important;display:grid!important;overflow:auto hidden!important}html body.public-shell .site-shell main .news-carousel-shell:not(.is-scrollable) .news-event-row[data-news-scroll-region]{scrollbar-width:none!important;justify-content:center!important;overflow-x:hidden!important}html body.public-shell .site-shell main .news-carousel-shell:not(.is-scrollable) .news-event-row[data-news-scroll-region]::-webkit-scrollbar{display:none!important}html body.public-shell .site-shell main .news-event-row[data-news-scroll-region]::-webkit-scrollbar{height:12px!important}html body.public-shell .site-shell main .news-event-row[data-news-scroll-region]::-webkit-scrollbar-track{background:#17201d2e!important;border-radius:999px!important}html body.public-shell .site-shell main .news-event-row[data-news-scroll-region]::-webkit-scrollbar-thumb{background:rgba(var(--accent-strong-rgb),.62)!important;border:3px solid #30393af5!important;border-radius:999px!important}html body.public-shell .site-shell main .news-event-row[data-news-scroll-region]:focus-visible{outline:3px solid rgba(var(--accent-soft-rgb),.75)!important;outline-offset:.35rem!important;border-radius:var(--radius-sm)!important}html body.public-shell .site-shell main .news-event-tile{scroll-snap-align:start!important;color:#f4f6f1!important;background:linear-gradient(#ffffff0e,#ffffff06),#1f2428f0!important;border:1px solid #b9d2c738!important;border-radius:14px!important;grid-template-rows:auto minmax(0,1fr)!important;grid-template-columns:1fr!important;gap:.55rem!important;min-width:0!important;height:100%!important;min-height:0!important;padding:clamp(.72rem,1vw,.95rem)!important;display:grid!important;position:relative!important;overflow:hidden!important;box-shadow:0 14px 34px #0000002e!important}html body.public-shell .site-shell main .news-event-tile:before{content:""!important;background:linear-gradient(135deg,rgba(var(--accent-soft-rgb),.13),transparent 38%)!important;pointer-events:none!important;position:absolute!important;inset:0!important}html body.public-shell .site-shell main .news-event-tile.is-priority{border-color:rgba(var(--accent-soft-rgb),.42)!important;background:linear-gradient(180deg,rgba(var(--accent-strong-rgb),.18),#ffffff06),#1f2428f5!important}html body.public-shell .site-shell main .news-event-image{aspect-ratio:16/9!important;background:#dce8e21f!important;border-radius:10px!important;width:100%!important;height:auto!important;max-height:88px!important;display:block!important;position:relative!important;overflow:hidden!important}html body.public-shell .site-shell main .news-event-image img{object-fit:cover!important;object-position:center!important;width:100%!important;height:100%!important}html body.public-shell .site-shell main .news-event-copy{z-index:1!important;color:#d1d8d4!important;-webkit-text-fill-color:#d1d8d4!important;grid-template-rows:auto auto minmax(0,1fr) auto!important;gap:.38rem!important;min-height:0!important;display:grid!important;position:relative!important}html body.public-shell .site-shell main .news-event-tile-no-image .news-event-copy{grid-template-rows:auto auto minmax(0,1fr) auto!important}html body.public-shell .site-shell main .news-event-copy .news-card-meta{color:#d1d8d4!important;-webkit-text-fill-color:#d1d8d4!important;flex-wrap:wrap!important;gap:.35rem!important;font-size:.76rem!important;line-height:1.25!important;display:flex!important}html body.public-shell .site-shell main .news-event-copy .paper-type-tag{border:1px solid rgba(var(--accent-soft-rgb),.24)!important;background:rgba(var(--accent-soft-rgb),.14)!important;color:#dce8e2!important;-webkit-text-fill-color:#dce8e2!important;min-height:22px!important;padding:.16rem .44rem!important;font-size:.62rem!important}html body.public-shell .site-shell main .news-event-copy strong{color:#f4f6f1!important;-webkit-text-fill-color:#f4f6f1!important;letter-spacing:0!important;overflow-wrap:anywhere!important;text-wrap:balance!important;margin:0!important;font-size:clamp(.98rem,1vw,1.16rem)!important;font-weight:700!important;line-height:1.16!important;display:block!important}html body.public-shell .site-shell main .news-event-summary{color:#d1d8d4!important;-webkit-text-fill-color:#d1d8d4!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;margin:0!important;font-size:.88rem!important;line-height:1.36!important;display:-webkit-box!important;overflow:hidden!important}html body.public-shell .site-shell main .news-event-copy small{color:#b8c7c0!important;-webkit-text-fill-color:#b8c7c0!important;white-space:nowrap!important;text-overflow:ellipsis!important;min-width:0!important;font-size:.78rem!important;line-height:1.25!important;display:block!important;overflow:hidden!important}@media (width<=900px){html body.public-shell .site-shell main .news-events-heading{align-items:start!important}html body.public-shell .site-shell main .news-event-row[data-news-scroll-region]{--event-card-width:min(80vw,320px)!important;--event-card-height:252px!important}html body.public-shell .site-shell main .news-event-image{max-height:82px!important}}@media (width<=560px){html body.public-shell .site-shell main .news-events-heading{align-items:start!important;display:grid!important}html body.public-shell .site-shell main .news-event-row[data-news-scroll-region]{--event-card-width:min(84vw,300px)!important;--event-card-height:246px!important}html body.public-shell .site-shell main .news-event-summary{-webkit-line-clamp:2!important}}html body.public-shell .site-shell main .homepage-focus-section .homepage-partner-focus-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:clamp(.7rem,1.25vw,1rem)!important;display:grid!important}html body.public-shell .site-shell main .homepage-image-focus-card{background:#20262a!important;border:1px solid #e2e7ec2e!important;border-radius:10px!important;align-items:end!important;min-height:clamp(214px,18vw,260px)!important;padding:0!important;display:grid!important;position:relative!important;overflow:hidden!important;box-shadow:0 16px 42px #0003!important}html body.public-shell .site-shell main .homepage-image-focus-card:before{content:""!important;z-index:1!important;pointer-events:none!important;background:linear-gradient(90deg,#1216186b,#12161814 46%,#1216182e),linear-gradient(#1216180a,#12161880)!important;position:absolute!important;inset:0!important}html body.public-shell .site-shell main .homepage-image-focus-card:after{display:none!important}html body.public-shell .site-shell main .homepage-image-focus-card>img{object-fit:cover!important;object-position:center!important;width:100%!important;max-width:none!important;height:100%!important;position:absolute!important;inset:0!important;transform:scale(1.01)!important}html body.public-shell .site-shell main .homepage-focus-overlay{z-index:2!important;color:#f7f8f5!important;-webkit-text-fill-color:#f7f8f5!important;align-content:end!important;gap:clamp(.38rem,.75vw,.62rem)!important;width:100%!important;min-height:100%!important;padding:clamp(1rem,2vw,1.45rem)!important;display:grid!important;position:relative!important}html body.public-shell .site-shell main .homepage-image-focus-card .homepage-focus-mark{color:#f7f8f5c2!important;-webkit-text-fill-color:#f7f8f5c2!important;letter-spacing:.16em!important;text-shadow:0 2px 12px #00000073!important;width:fit-content!important;font-size:clamp(.64rem,.72vw,.78rem)!important;font-weight:800!important;line-height:1!important}html body.public-shell .site-shell main .homepage-image-focus-card h2{color:#fff!important;-webkit-text-fill-color:#fff!important;letter-spacing:.08em!important;text-shadow:0 3px 18px #0000008c!important;max-width:none!important;margin:0!important;font-size:clamp(1.35rem,2.05vw,2.15rem)!important;font-weight:800!important;line-height:1.05!important}html body.public-shell .site-shell main .homepage-image-focus-card p{color:#f7f8f5e6!important;-webkit-text-fill-color:#f7f8f5e6!important;text-shadow:0 2px 14px #00000085!important;max-width:42ch!important;margin:0!important;font-size:clamp(.95rem,1.08vw,1.12rem)!important;line-height:1.42!important}@media (width<=820px){html body.public-shell .site-shell main .homepage-focus-section .homepage-partner-focus-grid{grid-template-columns:1fr!important}html body.public-shell .site-shell main .homepage-image-focus-card{min-height:clamp(210px,46vw,260px)!important}html body.public-shell .site-shell main .homepage-image-focus-card h2{font-size:clamp(1.22rem,5.4vw,1.85rem)!important}}@media (width<=480px){html body.public-shell .site-shell main .homepage-focus-overlay{padding:1rem!important}html body.public-shell .site-shell main .homepage-image-focus-card p{font-size:.92rem!important;line-height:1.36!important}}@media (width<=700px){html body.public-shell .site-shell main>.journal-section-nav{overflow:hidden!important}html body.public-shell .site-shell main>.journal-section-nav>.container,html body.public-shell .site-shell main>.journal-section-nav .journal-section-nav-inner{scrollbar-width:thin!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow-x:auto!important}html body.public-shell .site-shell main>.journal-section-nav .journal-section-nav-inner{flex-wrap:nowrap!important;justify-content:flex-start!important;display:flex!important}html body.public-shell .site-shell main>.journal-section-nav a{flex:none!important}}@media (width<=820px){html body .site-shell .site-footer{overflow-x:hidden!important}html body .site-shell .site-footer .footer-grid,html body .site-shell .site-footer .footer-nav-groups{grid-template-columns:1fr!important;justify-items:stretch!important;width:100%!important;min-width:0!important;max-width:100%!important;display:grid!important}html body .site-shell .site-footer .footer-nav-groups,html body .site-shell .site-footer .footer-link-group,html body .site-shell .site-footer .footer-contact-block{grid-column:auto!important;width:100%!important;min-width:0!important;max-width:100%!important;transform:none!important}html body .site-shell .site-footer :is(h4,ul,li,p,a,span,small,div){overflow-wrap:anywhere!important;max-width:100%!important}}@media (width<=700px){html body.public-shell .site-shell main .about-page-shell>.about-next-section .two-column{grid-template-columns:1fr!important;gap:1rem!important;display:grid!important}html body.public-shell .site-shell main .about-page-shell>.about-next-section .two-column>div,html body.public-shell .site-shell main .about-page-shell>.about-next-section .callout{width:100%!important;max-width:100%!important}html body.public-shell .site-shell main .about-page-shell>.about-next-section .callout .link-list{grid-template-columns:1fr!important;gap:.55rem!important;display:grid!important}}html body.public-shell .site-shell main .news-editorial-rail>article.news-rail-card,html body.public-shell .site-shell main .news-archive-grid>article.news-archive-card{color:#fff!important;background:linear-gradient(#ffffff0e,#ffffff05),#141a1c!important;border:1px solid #d8ddd82e!important;border-radius:8px!important;box-shadow:0 18px 40px #10171929!important}html body.public-shell .site-shell main .news-editorial-rail>article.news-rail-card:is(:hover,:focus-within),html body.public-shell .site-shell main .news-archive-grid>article.news-archive-card:is(:hover,:focus-within){border-color:#5fa8836b!important;transform:translateY(-2px)!important;box-shadow:0 22px 52px #1017193d!important}html body.public-shell .site-shell main .news-editorial-rail>article.news-rail-card :is(h3,h3 a),html body.public-shell .site-shell main .news-archive-grid>article.news-archive-card :is(h3,h3 a){color:#fff!important;-webkit-text-fill-color:#fff!important}html body.public-shell .site-shell main .news-editorial-rail>article.news-rail-card p,html body.public-shell .site-shell main .news-archive-grid>article.news-archive-card p{color:#d8e0da!important;-webkit-text-fill-color:#d8e0da!important}html body.public-shell .site-shell main .news-editorial-rail>article.news-rail-card .news-card-link,html body.public-shell .site-shell main .news-archive-grid>article.news-archive-card .news-card-link{color:#9fd0bb!important;-webkit-text-fill-color:#9fd0bb!important}html body.public-shell .site-shell main :is(.news-feature-section,.news-rail-section,.news-events-editorial-section,.news-archive-section,.journal-workflow-section,.journal-final-cta-section,.membership-fees-section,.membership-newsletter-section){background:#f4f3ef!important;padding-block:clamp(2.5rem,4.8vw,4.6rem)!important}html body.public-shell .site-shell main .membership-hero{color:#fff!important;background:radial-gradient(circle at 84% 18%,#60927e21,#0000 24rem),linear-gradient(#101719 0%,#17201d 100%)!important;padding-block:clamp(2.3rem,4.2vw,3.8rem) clamp(1.4rem,2.5vw,2.2rem)!important}html body.public-shell .site-shell main .membership-hero :is(.kicker,h1,p,.lead,a,span,strong){color:#fff!important;-webkit-text-fill-color:#fff!important}html body.public-shell .site-shell main .membership-hero .kicker{color:#9fd0bb!important;-webkit-text-fill-color:#9fd0bb!important}html body.public-shell .site-shell main :is(.news-feature-card,.news-feature-side,.news-event-card,.journal-release-card,.journal-contents-panel,.journal-main-panel,.membership-tier-card,.membership-newsletter-card,.membership-hero-card-inline){background:#fff!important;border:1px solid #d8ddd8!important;border-radius:8px!important;box-shadow:0 14px 34px #10171914!important}@media (width<=700px){html body.public-shell .site-shell main :is(.news-feature-section,.news-rail-section,.news-events-editorial-section,.news-archive-section,.journal-workflow-section,.journal-final-cta-section,.membership-fees-section,.membership-newsletter-section){padding-block:clamp(1.9rem,8vw,2.6rem)!important}}@media (width<=980px){.submission-tracker-meta{grid-template-columns:1fr}}@media (width<=720px){.pdf-viewer,.pdf-frame,.pdf-viewer-tall,.pdf-viewer-tall .pdf-frame{min-height:480px}}