:root{--color-accent:#1e3a5f;--color-accent-hover:#152d4a;--color-accent-light:#edf2f8;--color-accent-muted:#3d6b99;--color-bg:#f5f4f1;--color-surface:#ffffff;--color-surface-alt:#faf9f7;--color-surface-accent:#f0f4f8;--color-border:#d6d2cc;--color-border-light:#e8e5e0;--color-text:#1c1f23;--color-text-secondary:#3d4148;--color-text-muted:#7a7570;--color-success:#2e7d32;--color-success-bg:#e8f5e9;--color-warn:#c75000;--color-warn-bg:#fff3e0;--color-error:#9b1c1c;--color-error-bg:#fde8e8;--color-notice-bg:#edf2f8;--color-notice-border:#b8ccdf;--font-sans:"Inter Variable","Segoe UI","Helvetica Neue",Arial,sans-serif;--font-serif:"Lora Variable",Georgia,"Times New Roman",serif;--text-xs:0.75rem;--text-sm:0.8125rem;--text-base:0.875rem;--text-md:1rem;--text-lg:1.125rem;--text-xl:1.35rem;--text-2xl:1.65rem;--text-3xl:2rem;--radius:4px;--radius-md:6px;--radius-lg:6px;--max-w:1280px;--space-2xs:0.125rem;--space-xs:0.25rem;--space-sm:0.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2.5rem;--space-2xl:4rem;--shadow-sm:0 1px 2px rgba(30,58,95,0.05);--shadow-card:0 1px 4px rgba(30,58,95,0.08)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:18px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{font-family:var(--font-sans);font-size:var(--text-md);background:#ffffff;color:var(--color-text);line-height:1.55;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--color-accent);text-decoration:none;text-underline-offset:2px;transition:color .15s}a:hover{color:var(--color-accent-hover);text-decoration:underline}.development-notice{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:var(--space-lg);background:rgba(12,24,39,.68);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.development-notice__dialog{position:relative;width:min(100%,620px);padding:2rem 2.25rem 2.1rem;border:1px solid var(--color-notice-border);border-top:5px solid var(--color-accent);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:0 24px 70px rgba(10,25,44,.28)}.development-notice__eyebrow{display:block;margin-bottom:var(--space-sm);color:var(--color-accent-muted);font-size:var(--text-xs);font-weight:700;letter-spacing:.08em;text-transform:uppercase}.development-notice__dialog h2{max-width:90%;margin-bottom:var(--space-md);color:var(--color-accent);font-family:var(--font-serif);font-size:var(--text-2xl);line-height:1.25}.development-notice__dialog p{color:var(--color-text-secondary);font-size:var(--text-md);line-height:1.65}.development-notice__dialog p a{font-weight:700;text-decoration:underline}.development-notice__close{position:absolute;top:.85rem;right:.9rem;display:grid;width:2rem;height:2rem;place-items:center;border:0;border-radius:50%;background:transparent;color:var(--color-text-muted);cursor:pointer;font:400 1.55rem/1 var(--font-sans)}.development-notice__close:focus-visible,.development-notice__close:hover{background:var(--color-accent-light);color:var(--color-accent);outline:none}.development-notice__actions{display:flex;align-items:center;gap:var(--space-sm);margin-top:var(--space-lg)}.development-notice__primary,.development-notice__secondary{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:.65rem 1rem;border-radius:var(--radius);font-size:var(--text-sm);font-weight:600;cursor:pointer}.development-notice__primary{background:var(--color-accent);color:#fff}.development-notice__primary:hover{background:var(--color-accent-hover);color:#fff;text-decoration:none}.development-notice__secondary{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-secondary)}.development-notice__secondary:hover{border-color:var(--color-accent-muted);color:var(--color-accent)}@media (max-width:560px){.development-notice{align-items:end;padding:var(--space-sm)}.development-notice__dialog{padding:1.5rem 1.25rem 1.25rem}.development-notice__dialog h2{font-size:var(--text-xl)}.development-notice__actions{align-items:stretch;flex-direction:column}}.site-header{background:var(--color-surface);position:sticky;top:0;z-index:50}.site-header,.site-header__l1{border-bottom:1px solid var(--color-border-light)}.site-header__l1{padding:10px var(--space-lg)}.site-header__l1-inner{max-width:1400px;margin:0 auto;justify-content:space-between}.site-header__l1-inner,.site-header__l1-right{display:flex;align-items:center;gap:var(--space-md)}.site-header__l1-right{flex-shrink:0}.site-header__brand-divider{display:inline-block;width:1px;height:22px;background:var(--color-border);margin:0 var(--space-xs)}.site-header__l2{padding:8px var(--space-lg)}.site-header__l2-inner{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:var(--space-md)}.site-header__l2-right{display:flex;align-items:center;gap:var(--space-sm);flex-shrink:0}.site-header__cta{display:inline-flex;align-items:center;background:#c8202c;color:#fff;padding:8px 18px;border-radius:4px;font-size:var(--text-sm);font-weight:600;text-decoration:none;white-space:nowrap;transition:background .15s}.site-header__cta:hover{background:#a81824;color:#fff}.site-header__cta-label-short{display:none}.site-header__inner{max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:var(--space-md);height:56px;flex-wrap:wrap}.site-header__brand{display:flex;align-items:center;gap:var(--space-sm);margin-right:auto;padding:4px 0}.site-header__brand,.site-header__brand:hover{text-decoration:none;color:inherit}.site-header__logo{display:block;height:36px;width:auto;image-rendering:-webkit-optimize-contrast}.site-header__title{font-size:1rem;font-weight:700;letter-spacing:.01em;color:var(--color-accent)}.site-header__title,.site-header__title:hover{text-decoration:none}.site-header__subtitle{font-size:var(--text-xs);font-weight:500;color:var(--color-text-muted);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.site-nav{display:flex;align-items:center;gap:4px}.site-nav__link{display:inline-flex;align-items:center;line-height:1.2;padding:7px 14px;font-size:var(--text-md);font-weight:600;text-decoration:none;color:#1e5e2b;letter-spacing:.01em;border-radius:var(--radius);border:1px solid #cfe3d4;background:#f2f9f4;transition:background .15s,color .15s,border-color .15s;white-space:nowrap;font-family:inherit;cursor:pointer}.site-nav__link:hover{background:#1e5e2b;border-color:#1e5e2b;color:#fff;text-decoration:none}.site-nav__link--submit{background:var(--color-accent);color:#fff!important;font-weight:600;padding:6px 14px;white-space:nowrap;border-radius:var(--radius);margin-left:4px}.site-nav__link--submit:hover{background:var(--color-accent-hover);color:#fff!important}.site-nav__link:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:var(--radius)}.mobile-site-nav{display:none}.site-nav__menu{position:relative;display:inline-flex;align-items:center}.site-nav__menu-trigger{display:inline-flex;align-items:center;gap:4px}.site-nav__menu-chevron{font-size:.7em;line-height:1;transition:transform .15s;color:var(--color-text-muted)}.site-nav__menu-trigger--open .site-nav__menu-chevron{transform:rotate(180deg);color:var(--color-accent)}.site-nav__menu-popover{position:absolute;top:calc(100% + 6px);left:0;min-width:310px;background:#fff;border:1px solid var(--color-border-light);border-top:2px solid #c8202c;border-radius:var(--radius);box-shadow:0 8px 24px rgba(0,0,0,.08);padding:6px;z-index:60;display:flex;flex-direction:column}.site-nav__menu-item{display:flex;min-height:44px;align-items:center;padding:10px 14px;font-size:var(--text-base);font-weight:500;color:var(--color-text);text-decoration:none;border-radius:var(--radius);transition:background .12s,color .12s;white-space:nowrap}.site-nav__menu-item:hover{background:var(--color-accent-light);color:var(--color-accent);text-decoration:none}.site-nav__menu-item:focus-visible{outline:2px solid var(--color-accent);outline-offset:-2px}.submit-agreement-link{color:var(--color-accent);font-weight:650;text-decoration:underline;text-underline-offset:.16em}.submit-agreement-link:hover{color:var(--color-accent-hover)}.submit-agreement-link:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px;border-radius:2px}.author-contract-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:var(--space-lg);margin:0 0 var(--space-xl);padding:var(--space-lg);border:1px solid #cdd8e5;border-left:5px solid #c8202c;border-radius:var(--radius-lg);background:#f5f8fb;box-shadow:var(--shadow-card)}.author-contract-card__copy{min-width:0}.author-contract-card__eyebrow{margin:0 0 .3rem!important;color:#6b3a3f;font-size:var(--text-sm);font-weight:750;letter-spacing:.07em;text-transform:uppercase}.author-contract-card h2{margin:0 0 .45rem;color:var(--color-text);font-size:var(--text-xl)}.author-contract-card p{margin:0;color:var(--color-text-secondary)}.author-contract-card__action{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1rem;border-radius:var(--radius-md);background:var(--color-accent);color:#fff;font-size:var(--text-base);font-weight:700;text-decoration:none;white-space:nowrap}.author-contract-card__action:hover{background:var(--color-accent-hover);color:#fff;text-decoration:none}.author-contract-card__action:focus-visible{outline:3px solid rgba(30,58,95,.32);outline-offset:3px}.author-contract-card--unavailable{border-left-color:#718096;background:#f6f7f9;box-shadow:none}.author-contract-card--unavailable .author-contract-card__eyebrow{color:#5f6978}.author-contract-card__status{display:inline-flex;min-height:44px;align-items:center;padding:.6rem .85rem;border:1px solid #cdd4dc;border-radius:var(--radius-md);background:#eef1f4;color:#55606f!important;font-weight:700;white-space:nowrap}@media (max-width:720px){.author-contract-card{grid-template-columns:1fr}.author-contract-card__action,.author-contract-card__status{width:100%;justify-content:center;white-space:normal}}.site-header--home .site-header__l1{padding-top:18px;padding-bottom:18px}.site-header--home .site-header__logo{height:64px;width:auto}.site-header--home .site-header__subtitle{font-size:.95rem;letter-spacing:.1em}.site-header--home .site-header__brand-divider{height:36px}@media (max-width:720px){.site-header--home .site-header__logo{height:48px}.site-header--home .site-header__subtitle{font-size:var(--text-xs)}}.site-main{max-width:var(--max-w);margin:0 auto;padding:var(--space-sm) var(--space-lg) var(--space-lg)}.site-main.site-main--home{max-width:none;padding-right:0;padding-left:0}.section-label{font-size:var(--text-xs);font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted)}.lang-switcher{display:flex;gap:2px}.lang-switcher__btn{display:inline-block;padding:2px 8px;border:1px solid var(--color-border-light);border-radius:var(--radius);font-size:.68rem;font-weight:600;letter-spacing:.05em;text-decoration:none;color:var(--color-text-muted);transition:border-color .15s,color .15s,background .15s}.lang-switcher__btn:hover{text-decoration:none}.lang-switcher__btn--active,.lang-switcher__btn:hover{border-color:var(--color-accent);color:var(--color-accent)}.lang-switcher__btn--active{background:var(--color-accent-light)}.fallback-notice{display:flex;align-items:flex-start;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);background:var(--color-notice-bg);border:1px solid var(--color-notice-border);border-radius:var(--radius-lg);font-size:.82rem;color:var(--color-accent);margin-bottom:var(--space-lg)}.fallback-notice__icon{flex-shrink:0;margin-top:2px}.article-header,.article-header__meta-top{margin-bottom:var(--space-lg)}.article-header__meta-top{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);flex-wrap:wrap}.article-header__issue{font-size:.78rem;color:var(--color-text-muted)}.article-header__issue a{color:var(--color-text-muted);text-decoration:none}.article-header__issue a:hover{color:var(--color-accent);text-decoration:underline}.article-header__title{font-family:var(--font-serif);font-size:var(--text-2xl);font-weight:700;line-height:1.3;letter-spacing:-.01em;margin-bottom:var(--space-md);color:var(--color-text)}.article-header__authors{font-size:var(--text-base);color:var(--color-text-secondary);margin-bottom:var(--space-sm);line-height:1.6}.article-header__authors a{color:inherit;text-decoration:none}.article-header__authors a:hover{color:var(--color-accent);text-decoration:underline}.article-header__scholarly{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-sm) var(--space-md);font-size:var(--text-sm);color:var(--color-text-muted);padding:var(--space-sm) 0;border-top:1px solid var(--color-border-light);margin-top:var(--space-sm)}.article-header__doi a{color:var(--color-accent-muted);font-family:var(--font-sans);text-decoration:none}.article-header__doi a:hover{color:var(--color-accent);text-decoration:underline}.article-access{display:inline-block;font-size:var(--text-xs);font-weight:600;padding:3px 10px;border-radius:100px;letter-spacing:.03em;white-space:nowrap}.article-access--free{background:var(--color-success-bg);color:var(--color-success)}.article-access--paid{background:var(--color-warn-bg);color:var(--color-warn)}.article-page{min-width:0}.article-header__rubrics{display:flex;flex-wrap:wrap;gap:var(--space-xs);margin-bottom:var(--space-sm)}.article-header__rubrics a{color:#1e5e2b;font-size:var(--text-xs);font-weight:700;letter-spacing:.065em;text-decoration:none;text-transform:uppercase}.article-header__rubrics a:hover{color:#15481f;text-decoration:underline}.article-header__orcid{display:inline-flex;margin-left:.35rem;color:#447f18!important;font-size:.68rem;font-weight:700;letter-spacing:.04em;vertical-align:.08em}.article-action-panel{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-md);margin:var(--space-md) 0 var(--space-xl);padding:var(--space-sm) var(--space-md);border:1px solid #c8d8cb;border-left:4px solid #1e5e2b;border-radius:var(--radius-md);background:#f5faf6}.article-action-panel__files{flex:1 1;min-width:0}.article-action-panel .pdf-list{margin:0;padding:0;border:0}.article-action-panel .pdf-list__heading{display:none}.article-action-panel .pdf-list__item{padding:.15rem 0;border:0;background:transparent}.article-action-panel .pdf-list__download{background:#c8202c}.article-action-panel .pdf-list__download:hover{background:#a81824;opacity:1;color:#fff;text-decoration:none}.article-action-panel .pdf-list__download--lock{border-color:#c8202c;background:transparent;color:#a81824}.article-action-panel .pdf-list__download--paid{background:var(--color-text-muted)}.article-bookmark{display:inline-flex;min-height:40px;flex:0 0 auto;align-items:center;justify-content:center;gap:.4rem;padding:.4rem .85rem;border:1px solid #b8c7bf;border-radius:var(--radius);background:#fff;color:#315545;cursor:pointer;font:600 var(--text-sm)/1.25 var(--font-sans);text-decoration:none}.article-bookmark:hover{border-color:#1e5e2b;color:#1e5e2b;text-decoration:none}.article-bookmark--active{border-color:#1e5e2b;background:#1e5e2b;color:#fff}.article-content-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,19rem);gap:clamp(2rem,5vw,4.5rem);align-items:start}.article-content-main{min-width:0}.article-scholarly-section{padding:0 0 var(--space-xl);border-bottom:1px solid var(--color-border-light)}.article-scholarly-section+.article-scholarly-section{padding-top:var(--space-xl)}.article-scholarly-section>h2,.article-sidebar__section>h2{margin:0 0 var(--space-md);color:var(--color-text);font-family:var(--font-sans);font-size:var(--text-xs);font-weight:750;letter-spacing:.09em;text-transform:uppercase}.article-scholarly-section>h2:after,.article-sidebar__section>h2:after{display:block;width:2rem;height:2px;margin-top:.5rem;background:#c8202c;content:""}.article-abstract{padding:var(--space-lg);border:1px solid var(--color-border-light);border-top:3px solid #1e5e2b;border-radius:var(--radius-md);background:var(--color-surface-alt)}.article-abstract+.article-scholarly-section{margin-top:var(--space-xl)}.article-keywords{margin-top:var(--space-lg);padding-top:var(--space-md);border-top:1px solid var(--color-border-light)}.article-affiliation h3,.article-keywords h3{margin:0 0 var(--space-sm);color:var(--color-text-secondary);font-family:var(--font-sans);font-size:var(--text-xs);font-weight:700;letter-spacing:.055em;text-transform:uppercase}.article-keywords ul{display:flex;flex-wrap:wrap;gap:var(--space-xs);list-style:none}.article-keywords li{padding:.25rem .65rem;border:1px solid #c8d8cb;border-radius:100px;background:#fff;color:#315545;font-size:var(--text-sm)}.article-sidebar{min-width:0;background:var(--color-surface-alt)}.article-sidebar__priority{border-top:3px solid var(--color-accent);background:var(--color-surface-alt);box-shadow:0 1px 0 var(--color-border-light)}.article-sidebar__section{padding:var(--space-lg);border-bottom:1px solid var(--color-border-light)}.article-sidebar__section p{color:var(--color-text-secondary);font-size:var(--text-sm);line-height:1.65}.article-author-list{display:flex;flex-direction:column;gap:var(--space-md);list-style:none}.article-author-list li{display:flex;flex-direction:column;gap:.2rem}.article-author-list li>a:first-child{color:var(--color-text);font-weight:650}.article-author-list li>a:last-child{color:#447f18;font-size:var(--text-xs);overflow-wrap:anywhere}.article-affiliation{margin-top:var(--space-lg);padding-top:var(--space-md);border-top:1px solid var(--color-border-light)}.article-affiliation p{margin:0}.article-author-credit-list{display:flex;flex-direction:column;gap:var(--space-md);margin:0;padding:0;list-style:none}.article-author-credit{min-width:0;padding:var(--space-md);border:1px solid #dce5df;border-radius:var(--radius-md);background:#fff;box-shadow:0 1px 0 rgb(22 56 38/4%)}.article-author-credit__header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-sm);margin-bottom:var(--space-sm)}.article-author-credit__header h3{margin:0;font:700 var(--text-sm)/1.35 var(--font-sans)}.article-author-credit__header h3 a{color:#447f18}.article-author-credit__header>span{flex:0 0 auto;padding:.15rem .45rem;border-radius:100px;background:var(--color-success-bg);color:var(--color-success);font-size:.65rem;font-weight:650;line-height:1.25}.article-author-credit__biography{max-width:none;margin-bottom:var(--space-sm);color:var(--color-text-secondary);font-family:var(--font-sans);font-size:var(--text-sm);line-height:1.6}.article-author-affiliations{display:flex;flex-direction:column;gap:var(--space-xs);margin:var(--space-sm) 0 0;padding:var(--space-sm) 0 0;border-top:1px solid var(--color-border-light);list-style:none}.article-author-affiliations li{display:flex;flex-direction:column;gap:.1rem;color:var(--color-text-secondary);font-size:var(--text-xs);line-height:1.45}.article-author-affiliations strong{color:var(--color-text);font-weight:600}.article-author-credit__emails{display:grid;gap:.2rem;margin:var(--space-sm) 0 0}.article-author-credit__email{margin:0;overflow-wrap:anywhere}.article-author-credit__email>span{color:var(--color-text-muted);font-size:var(--text-xs)}.article-author-identifiers{display:flex;flex-direction:column;gap:.3rem;margin:var(--space-sm) 0 0}.article-author-identifiers div{display:grid;grid-template-columns:minmax(5.5rem,auto) 1fr;gap:var(--space-xs);font-size:var(--text-xs);line-height:1.4}.article-author-identifiers dt{color:var(--color-text-muted)}.article-author-identifiers dd{min-width:0;color:var(--color-text-secondary);overflow-wrap:anywhere}.article-author-identifiers a{color:#447f18}.article-citation>p{font-family:var(--font-serif)}.article-citation__authors{font-style:italic}.article-citation-tools{display:flex;flex-wrap:wrap;gap:var(--space-xs);margin-top:var(--space-md)}.article-citation-tools button{min-height:36px;padding:.35rem .65rem;border:1px solid var(--color-border);border-radius:var(--radius);background:#fff;color:var(--color-accent);cursor:pointer;font:600 var(--text-xs)/1.2 var(--font-sans)}.article-citation-tools button:hover{border-color:var(--color-accent);background:var(--color-accent-light)}.article-citation-tools__primary{display:inline-flex;flex-basis:100%;align-items:center;justify-content:center;gap:.45rem;border-color:var(--color-accent)!important}.article-citation-tools__primary svg{width:1rem;height:1rem;flex:0 0 auto;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.article-citation-tools__status{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.article-dates{display:flex;flex-direction:column;gap:var(--space-sm)}.article-dates div{display:flex;justify-content:space-between;gap:var(--space-sm);font-size:var(--text-xs)}.article-dates dt{color:var(--color-text-muted)}.article-dates dd{color:var(--color-text-secondary);font-weight:600;text-align:right}.article-license{border-left:3px solid #1e5e2b}.article-license>a{display:inline-block;margin-top:var(--space-sm);color:#1e5e2b;font-size:var(--text-xs);font-weight:650}.article-references{margin-left:1.25rem;font-family:var(--font-serif)}.article-references li{margin-bottom:var(--space-md);padding-left:var(--space-xs);line-height:1.65}.article-references--canonical .article-body{max-width:none;font-size:inherit;line-height:inherit}.article-references--hierarchical .article-reference--section,.article-references--hierarchical .article-reference--subsection,.article-references--hierarchical .article-reference--unnumbered{list-style:none}.article-references--hierarchical .article-reference--section{margin-top:var(--space-lg);padding-left:0}.article-references--hierarchical .article-reference--section:first-child{margin-top:0}.article-references--hierarchical .article-reference--section h3,.article-references--hierarchical .article-reference--subsection h4{margin:0;font-family:var(--font-sans)}.article-references--hierarchical .article-reference--section h3{font-size:1rem;font-weight:700}.article-references--hierarchical .article-reference--subsection{margin-bottom:var(--space-xs);padding-left:0}.article-references--hierarchical .article-reference--subsection h4{font-size:.95rem;font-weight:600}.article-references--hierarchical .article-reference--unnumbered{padding-left:var(--space-md)}.article-reference-links{display:flex;flex-wrap:wrap;gap:var(--space-sm);margin-top:.25rem}.article-reference-links a{color:var(--color-accent-muted);font:600 var(--text-xs)/1.3 var(--font-sans)}.article-funding-list,.article-statement-list{display:grid;gap:var(--space-md)}.article-funding-item h3,.article-statement h3{margin:0 0 var(--space-xs);color:var(--color-text-secondary);font:700 var(--text-sm)/1.45 var(--font-sans)}.article-statement .article-body{max-width:none}.article-funding-item{padding:var(--space-md);border:1px solid var(--color-border-light);border-radius:var(--radius-md);background:var(--color-surface-alt)}.article-funding-item>p{margin:0 0 var(--space-sm);line-height:1.65}.article-funding-item dl{display:grid;gap:.35rem;margin:0}.article-funding-item dl div{display:grid;grid-template-columns:minmax(5rem,auto) 1fr;gap:var(--space-sm);font-size:var(--text-sm)}.article-funding-item dt{color:var(--color-text-muted)}.article-funding-item dd{overflow-wrap:anywhere}.article-body{font-family:var(--font-serif);font-size:var(--text-md);line-height:1.75;color:var(--color-text);max-width:68ch;overflow-wrap:break-word;word-break:break-word}.article-body--canonical-plain{white-space:pre-line}.article-body--abstract{max-width:none}.article-body--abstract>:last-child{margin-bottom:0}.article-body--author-details,.article-body--references{max-width:none}.article-body--author-details{font-family:var(--font-sans);font-size:var(--text-sm);line-height:1.55}.article-body.article-author-credit__biography{max-width:none;font-family:var(--font-sans);font-size:var(--text-sm);line-height:1.6}.article-body--author-details p{margin-bottom:.45rem}.article-body--references p{margin-bottom:var(--space-md);padding-left:1rem;text-indent:-1rem}.article-body p{margin-bottom:1em}.article-body p br:only-child,.article-body p:empty{margin-bottom:.4em}.article-body h2{font-size:1.2rem;font-weight:700;margin:2.2em 0 .65em;letter-spacing:-.01em}.article-body h2,.article-body h3{font-family:var(--font-sans);color:var(--color-text)}.article-body h3{font-size:1.05rem;font-weight:600;margin:1.8em 0 .5em}.article-body h4{font-family:var(--font-sans);font-size:var(--text-base);font-weight:600;color:var(--color-text-secondary);margin:1.5em 0 .4em;text-transform:uppercase;letter-spacing:.05em}.article-body>p>strong:only-child{font-family:var(--font-sans);font-weight:700;letter-spacing:.02em}.article-body>p>strong:first-child:not(:only-child){font-family:var(--font-sans);font-weight:600}.article-body a{color:var(--color-accent-muted);text-decoration:none;transition:color .15s}.article-body a:hover{color:var(--color-accent);text-decoration:underline}.article-body a[href^="mailto:"]{font-family:var(--font-sans);font-size:.88em;color:var(--color-accent-muted);word-break:break-all}.article-body a[href*="orcid.org"]{font-family:var(--font-sans);font-size:.82em;font-weight:500;color:var(--color-accent-muted)}.article-body a[href*="doi.org"]{font-family:var(--font-sans);font-size:.88em}.article-body ol,.article-body ul{margin:.8em 0 1em 1.6em;padding:0}.article-body li{margin-bottom:.35em;line-height:1.7}.article-body ol li{padding-left:.2em}.article-body blockquote{border-left:3px solid var(--color-accent-muted);padding:var(--space-sm) var(--space-md);margin:1.4em 0;color:var(--color-text-secondary);font-style:italic;background:var(--color-surface-alt);border-radius:0 var(--radius) var(--radius) 0}.article-body img{max-width:100%;height:auto;border-radius:var(--radius-lg);margin:1em 0}.article-body table{width:100%;border-collapse:collapse;font-size:.88em;margin:1.2em 0;font-family:var(--font-sans)}.article-body td,.article-body th{padding:var(--space-sm) var(--space-md);border:1px solid var(--color-border-light);text-align:left;vertical-align:top}.article-body th{font-weight:600;font-size:.82em;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-secondary)}.article-body th,.article-body tr:nth-child(2n) td{background:var(--color-surface-alt)}.article-body hr{border:none;border-top:1px solid var(--color-border-light);margin:2em 0}.article-body sub,.article-body sup{font-size:.72em;line-height:0}.article-no-body{padding:var(--space-xl) var(--space-lg);background:var(--color-surface-alt);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);color:var(--color-text-muted);font-size:.88rem;text-align:center}.pdf-list{margin-top:var(--space-xl);padding-top:var(--space-lg);border-top:1px solid var(--color-border-light)}.pdf-list__heading{font-size:var(--text-xs);font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:var(--space-md)}.pdf-list__items{list-style:none;display:flex;flex-direction:column;gap:var(--space-sm)}.pdf-list__item{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);font-size:.82rem;transition:border-color .15s}.pdf-list__item:hover{border-color:var(--color-accent-muted)}.pdf-list__filename{flex:1 1;font-weight:500}.pdf-list__mime,.pdf-list__size{color:var(--color-text-muted);font-size:.72rem;white-space:nowrap}.pdf-list__download{display:inline-flex;align-items:center;margin-left:auto;padding:.3rem .9rem;background:var(--color-accent);color:#fff;border-radius:var(--radius);font-size:var(--text-sm);font-weight:600;text-decoration:none;white-space:nowrap;transition:opacity .15s}.pdf-list__download:hover{opacity:.85}.pdf-list__download--lock{background:transparent;color:var(--color-accent);border:1px solid var(--color-accent-muted)}.pdf-list__download--paid{background:var(--color-text-muted);color:#fff;cursor:default}.article-editorial-notices{display:grid;gap:var(--space-md)}.article-editorial-notice{margin:var(--space-md) 0;padding:var(--space-lg);border:1px solid #dba7a7;border-left:4px solid var(--color-error);border-radius:var(--radius-md);background:#fff4f4;color:var(--color-text);overflow-wrap:anywhere;scroll-margin-top:6rem}.article-editorial-notice h2{display:flex;align-items:flex-start;gap:var(--space-sm);margin:0 0 var(--space-md);color:var(--color-error);font:700 var(--text-lg)/1.4 var(--font-sans)}.article-editorial-notice__icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:1.4em;height:1.4em;border:1px solid;border-radius:50%;font:700 var(--text-md)/1 var(--font-sans)}.article-editorial-notice__body{white-space:pre-line;line-height:1.65}.article-editorial-notice__language{margin-bottom:var(--space-sm);font-size:var(--text-sm)}.article-editorial-notice__source{display:inline-block;margin-top:var(--space-sm);font-size:var(--text-sm);text-decoration:underline}.article-editorial-notice--correction{border-color:var(--color-notice-border);border-left-color:var(--color-accent-muted);background:var(--color-surface-accent)}.article-editorial-notice--correction h2{color:var(--color-accent)}.article-notice-badges{display:flex;flex-wrap:wrap;gap:var(--space-xs);margin:var(--space-sm) 0}.article-notice-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .6rem;border:1px solid #dba7a7;border-radius:var(--radius);background:#fff4f4;font:600 var(--text-xs)/1.45 var(--font-sans)}.article-notice-badge,.article-notice-badge:hover{color:var(--color-error)}.article-notice-badge--correction{border-color:var(--color-notice-border);background:var(--color-surface-accent);color:var(--color-accent)}.article-notice-badge--correction:hover{color:var(--color-accent-hover)}.article-editorial-summary{margin:0 0 var(--space-lg);padding:var(--space-md) var(--space-lg);border-left:3px solid var(--color-accent-muted);background:var(--color-surface-accent);font-size:var(--text-sm);overflow-wrap:anywhere}.article-editorial-summary__title{font-weight:600}.article-editorial-summary ul{padding-left:1.2rem;margin-top:var(--space-xs)}.article-editorial-summary a{text-decoration:underline}.article-current-pdf-note{margin-bottom:var(--space-sm);color:var(--color-text-secondary);font-size:var(--text-sm);overflow-wrap:anywhere}.article-current-pdf-note a{text-decoration:underline}.article-pdf-history{margin-top:var(--space-xl);padding-top:var(--space-lg);border-top:1px solid var(--color-border);scroll-margin-top:6rem}.article-pdf-history>h2{font:700 var(--text-lg)/1.4 var(--font-sans);margin-bottom:var(--space-lg)}.article-pdf-history__versions{display:grid;gap:var(--space-lg);list-style:none}.article-pdf-history__version{padding:var(--space-lg);border:1px solid var(--color-border-light);border-radius:var(--radius-md);background:var(--color-surface-alt);min-width:0}.article-pdf-history__version h3{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-sm);font:600 var(--text-md)/1.45 var(--font-sans)}.article-pdf-history__current{padding:.15rem .45rem;border-radius:var(--radius);background:var(--color-accent-light);color:var(--color-accent);font-size:var(--text-xs)}.article-pdf-history__date{margin-top:var(--space-xs);color:var(--color-text-secondary);font-size:var(--text-sm)}.article-pdf-history__changes{margin-top:var(--space-sm);white-space:pre-line;overflow-wrap:anywhere}.article-pdf-history__download-current{display:inline-block;margin-top:var(--space-sm);font-size:var(--text-sm);text-decoration:underline}.article-pdf-history .pdf-list{margin-top:var(--space-md);padding-top:0;border:0}.article-pdf-history .pdf-list__heading{display:none}.article-pdf-history .pdf-list__item{flex-wrap:wrap;min-width:0}.article-pdf-history .pdf-list__filename{min-width:0;overflow-wrap:anywhere}.article-participants{margin:0 0 var(--space-sm);font-size:var(--text-base);color:var(--color-text-secondary)}.article-participants>div{display:flex;flex-wrap:wrap;gap:0 var(--space-xs)}.article-participants dt:after{content:" —"}.article-participants dd{margin:0;overflow-wrap:anywhere}.article-participants a{color:inherit}.article-header__participant-role{font-weight:400}#article-downloads{scroll-margin-top:6rem}@media (max-width:520px){.article-editorial-notice,.article-editorial-summary,.article-pdf-history__version{padding:var(--space-md)}.article-editorial-notice h2{font-size:var(--text-md)}}.submit-page{max-width:980px;margin:0 auto;padding:2rem 1.5rem 4rem}.submit-page__title{font-family:var(--font-serif);font-size:32px;font-weight:700;margin-bottom:.6rem;color:var(--color-text);letter-spacing:-.01em}.submit-page__desc{max-width:760px;font-size:16px;color:var(--color-text-secondary);margin-bottom:2rem;line-height:1.65}.submit-form{display:flex;flex-direction:column;gap:1.5rem;font-size:16px}.submit-fieldset{min-width:0;border:1px solid #dce4ef;border-radius:var(--radius-lg);padding:1.45rem 1.7rem;background:#fff}.submit-legend{font-weight:700;font-size:20px;color:var(--color-text);padding:0 .35rem}.submit-row{display:flex;gap:1rem;flex-wrap:wrap}.submit-label{display:block;font-size:15px;font-weight:600;color:var(--color-text-secondary);flex:1 1;min-width:200px;margin-bottom:.85rem;line-height:1.4}.submit-label-text{display:block;margin-bottom:.4rem}.submit-input,.submit-select{display:block;min-height:44px;padding:.6rem .8rem;border:1px solid var(--color-border);border-radius:var(--radius);font-size:16px;background:var(--color-surface);color:var(--color-text);width:100%;box-sizing:border-box;transition:border-color .15s,box-shadow .15s}.submit-input:focus,.submit-select:focus{outline:none;border-color:var(--color-accent-muted);box-shadow:0 0 0 3px rgba(61,107,153,.12)}.submit-input:focus-visible,.submit-select:focus-visible{outline:none}.submit-textarea{display:block;padding:.65rem .8rem;border:1px solid var(--color-border);border-radius:var(--radius);font-size:16px;font-family:var(--font-sans);resize:vertical;width:100%;box-sizing:border-box;transition:border-color .15s,box-shadow .15s}.submit-textarea:focus{outline:none;border-color:var(--color-accent-muted);box-shadow:0 0 0 3px rgba(61,107,153,.12)}.submit-file{font-size:16px}.submit-required{color:var(--color-warn)}.submit-language-row{display:flex;align-items:flex-end;gap:1rem;flex-wrap:wrap}.submit-language-field{flex:0 1 260px;min-width:220px}.submit-russian-toggle{margin-bottom:.9rem}.submit-contact-field{max-width:560px}.submit-field-hint{display:block;margin:.38rem 0 0;color:#6b778c;font-size:14px;font-weight:400;line-height:1.45}.submit-field-hint--before{margin:0 0 .45rem}.submit-subheading{margin:.45rem 0 .8rem;padding-top:1rem;border-top:1px solid #e5eaf1;color:#2d3f59;font-size:16px;line-height:1.35}.submit-add-author,.submit-file-picker,.submit-inline-action{display:inline-flex;align-items:center;min-height:38px;padding:.42rem .8rem;border:1px solid #cbd7e6;border-radius:7px;background:#f3f6fa;color:#315f9f;font:600 .875rem/1.3 var(--font-sans);cursor:pointer}.submit-add-author:hover,.submit-file-picker:hover,.submit-inline-action:hover{border-color:#9db3ce;background:#eaf0f7}.submit-author-list{display:flex;flex-direction:column;gap:.9rem}.submit-author-card{overflow:hidden;border:1px solid #dce4ef;border-radius:9px;background:#fff;transition:border-color .15s,box-shadow .15s}.submit-author-card--drag-over{border-color:#7d9fc7;box-shadow:0 0 0 3px rgba(61,107,153,.1)}.submit-author-card__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-height:50px;padding:.65rem .85rem;border-bottom:1px solid #e8edf4;background:#f7f9fc;cursor:grab;touch-action:pan-y;-webkit-user-select:none;user-select:none}.submit-author-card__header:active{cursor:grabbing}.submit-author-card__identity{display:flex;align-items:center;gap:.65rem;min-width:0}.submit-author-card__position{display:grid;flex:0 0 30px;width:30px;height:30px;place-items:center;border-radius:50%;background:#e8f0fa;color:#315f9f;font-size:.875rem;font-weight:700}.submit-author-card__name{overflow:hidden;color:#263851;font-size:1rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.submit-author-card__badge{flex-shrink:0;padding:.18rem .48rem;border-radius:999px;background:#e7f4ed;color:#246443;font-size:.875rem;font-weight:650;white-space:nowrap}.submit-author-card__actions{display:flex;align-items:center;gap:.35rem;cursor:default}.submit-author-card__actions button{min-width:34px;min-height:34px;border:1px solid #ced8e5;border-radius:6px;background:#fff;color:#40536d;font:600 .875rem/1 var(--font-sans);cursor:pointer}.submit-author-card__actions button:disabled{opacity:.36;cursor:default}.submit-author-card__actions .submit-author-card__remove{width:auto;padding:.35rem .55rem;border-color:transparent;background:transparent;color:#9b1c1c}.submit-author-card__body{padding:1rem}.submit-author-card__optional-actions{display:flex;flex-direction:column;align-items:flex-start;gap:.7rem}.submit-add-author{align-self:flex-start}.submit-optional-field{width:100%;padding:.85rem;border:1px solid #e1e7ef;border-radius:8px;background:#fafbfd}.submit-optional-field__remove{margin-top:.5rem;padding:0;border:0;background:none;color:#7a5360;font:500 .875rem/1.4 var(--font-sans);cursor:pointer}.submit-files{display:flex;flex-direction:column;gap:.75rem}.submit-file-card{padding:.85rem;border:1px solid #e1e7ef;border-radius:8px;background:#fafbfd}.submit-file-card__heading{display:flex;align-items:center;gap:.75rem;margin-bottom:.65rem}.submit-file-card__name{flex:1 1;min-width:0;overflow:hidden;font-size:.9375rem;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.submit-file-card__size{color:#6b778c;font-size:.875rem;white-space:nowrap}.submit-file-card__remove{width:34px;height:34px;border:0;background:transparent;color:#9b1c1c;font-size:1.15rem;cursor:pointer}.submit-file-card__fields{display:grid;grid-template-columns:minmax(145px,190px) minmax(220px,1fr);gap:.75rem}.submit-file-picker{align-self:flex-start}.submit-final-section .submit-label{margin-bottom:.25rem}.submit-form--validate .submit-input:invalid,.submit-form--validate .submit-textarea:invalid{border-color:#c8202c;background:#fff5f5}.submit-form--validate .submit-input:invalid:focus,.submit-form--validate .submit-textarea:invalid:focus{border-color:#c8202c;box-shadow:0 0 0 3px rgba(200,32,44,.18)}.submit-fieldset--invalid,.submit-fieldset--invalid:focus{border-color:#c8202c;outline:none;box-shadow:0 0 0 3px rgba(200,32,44,.1)}.submit-agreement{display:flex;gap:.75rem;align-items:flex-start;padding:.45rem 0;border-radius:var(--radius);font-size:1rem;line-height:1.5}.submit-agreement--invalid{padding-inline:.55rem;background:#fff5f5}.submit-agreement>input[type=checkbox]{flex:0 0 auto;width:1.125rem;height:1.125rem;margin:.1875rem 0 0;accent-color:var(--color-accent)}.submit-agreement>span{min-width:0}.submit-agreement--invalid input{outline:2px solid #c8202c;outline-offset:2px}.submit-local-error{margin:.55rem 0 0;color:#9b1c1c;font-size:.875rem;font-weight:650;line-height:1.45}.submit-btn{align-self:flex-start;padding:.7rem 2.25rem;background:var(--color-accent);color:#fff;border:none;border-radius:var(--radius);font-size:var(--text-md);font-weight:600;cursor:pointer;transition:background .15s}.submit-btn:hover{background:var(--color-accent-hover)}.submit-btn:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}.submit-btn:disabled{opacity:.5;cursor:not-allowed}.submit-error{padding:.75rem 1rem;background:var(--color-error-bg);color:var(--color-error);border-radius:var(--radius);font-size:.9375rem;border:1px solid rgba(155,28,28,.2)}.submit-success{max-width:500px;margin:4rem auto;text-align:center}.submit-success h1{font-family:var(--font-serif);font-size:1.5rem;margin-bottom:1rem}.submit-success p{color:var(--color-text-muted);line-height:1.65;margin-bottom:1.5rem}.submit-back-link{color:var(--color-accent);text-decoration:underline}.taxonomy-section{margin-top:var(--space-xl);padding-top:var(--space-lg);border-top:1px solid var(--color-border-light);display:flex;flex-wrap:wrap;gap:var(--space-lg)}.taxonomy-group{display:flex;flex-direction:column;gap:var(--space-xs)}.taxonomy-group__label{font-size:var(--text-xs);font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted)}.taxonomy-chips{display:flex;flex-wrap:wrap;gap:var(--space-xs)}.taxonomy-chip{display:inline-block;padding:4px 13px;background:var(--color-surface-accent);border:1px solid var(--color-border-light);border-radius:100px;font-size:var(--text-sm);color:var(--color-text-secondary);text-decoration:none;transition:border-color .15s,color .15s,background .15s}.taxonomy-chip:hover{border-color:var(--color-accent);color:var(--color-accent);background:var(--color-accent-light);text-decoration:none}.taxonomy-chip:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.error-container{text-align:center;padding:var(--space-xl) var(--space-lg)}.error-container h1{font-size:1.5rem;margin-bottom:var(--space-md)}.error-container p{color:var(--color-text-muted);margin-bottom:var(--space-lg)}.issue-header{margin-bottom:var(--space-xl)}.issue-header__label{font-size:var(--text-xs);font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent-muted);margin-bottom:var(--space-sm)}.issue-header__subtitle{font-family:var(--font-serif);font-size:var(--text-lg);font-style:italic;color:var(--color-text);margin:calc(-1 * var(--space-sm) + 4px) 0 var(--space-sm) 0;line-height:1.4}.issue-header__title{font-family:var(--font-serif);font-size:var(--text-xl);font-weight:700;line-height:1.3;letter-spacing:-.01em;margin-bottom:var(--space-sm)}.issue-header__meta{display:flex;gap:var(--space-md);font-size:var(--text-sm);color:var(--color-text-muted)}.issue-empty{color:var(--color-text-muted);font-size:var(--text-base);padding:var(--space-lg) 0}.article-list{list-style:none;display:flex;flex-direction:column}.article-list-item{padding:var(--space-md) 0;border-bottom:1px solid var(--color-border-light)}.article-list-item:first-child{border-top:1px solid var(--color-border-light)}.article-list-item__main,.article-list-item__title{margin-bottom:var(--space-2xs)}.article-list-item__title{font-size:1.0625rem;font-weight:600;line-height:1.4}.article-list-item__title a{color:var(--color-text);text-decoration:underline;text-decoration-color:var(--color-border);text-decoration-thickness:1px;text-underline-offset:3px;border-radius:3px;transition:color .15s,text-decoration-color .15s,background .15s}.article-list-item__title a:hover{color:var(--color-accent);text-decoration-color:var(--color-accent);text-decoration-thickness:2px;background:var(--color-accent-light)}.article-list-item__authors{font-size:var(--text-base);color:var(--color-text-secondary);line-height:1.5}.article-list-item__authors a{color:inherit;text-decoration:none}.article-list-item__authors a:hover{color:var(--color-accent);text-decoration:underline}.article-list-item__meta{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-sm) var(--space-md);font-size:var(--text-xs);color:var(--color-text-muted);margin-top:var(--space-sm)}.article-list-item__doi a{color:var(--color-accent-muted);text-decoration:none}.article-list-item__doi a:hover{color:var(--color-accent);text-decoration:underline}.article-list-item__issue{color:var(--color-text-muted);white-space:nowrap;text-decoration:none;font-weight:600}.article-list-item__issue:hover{color:var(--color-accent);text-decoration:underline}.article-list-item__rubric{display:inline-flex;align-items:center;padding:2px 8px;background:var(--color-surface-accent);border:1px solid var(--color-border-light);border-radius:100px;font-size:var(--text-xs);font-weight:500;color:var(--color-text-secondary);text-decoration:none;line-height:1.4;white-space:nowrap;transition:border-color .15s,color .15s}.article-list-item__rubric:hover{border-color:var(--color-accent);color:var(--color-accent);text-decoration:none}.issues-index-header{margin-bottom:var(--space-xl)}.issues-index-header__title{font-family:var(--font-serif);font-size:var(--text-xl);font-weight:700;margin-bottom:var(--space-xs)}.issues-index-header__meta{font-size:var(--text-sm);color:var(--color-text-muted)}.issues-year-list{display:flex;flex-direction:column;gap:var(--space-sm)}.issues-year{border:1px solid var(--color-border-light);border-radius:var(--radius-lg);background:var(--color-surface);overflow:hidden}.issues-year__summary{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-md) var(--space-lg);cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none;transition:background .15s}.issues-year__summary::-webkit-details-marker{display:none}.issues-year__summary:hover{background:var(--color-surface-accent)}.issues-year__label{font-family:var(--font-serif);font-size:var(--text-lg);font-weight:700;color:var(--color-text)}.issues-year__count{font-size:var(--text-sm);color:var(--color-text-muted)}.issues-year__chevron{margin-left:auto;font-size:var(--text-md);color:var(--color-text-muted);transition:transform .2s}.issues-year[open] .issues-year__chevron{transform:rotate(180deg)}.issues-year[open] .issues-list{padding:var(--space-sm) var(--space-md) var(--space-md);border-top:1px solid var(--color-border-light)}.issues-list{list-style:none;display:flex;flex-direction:column;gap:var(--space-sm)}.issue-card{border:1px solid var(--color-border-light);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm);transition:border-color .2s,box-shadow .2s}.issue-card:hover{border-color:var(--color-accent-muted)}.issue-card__link{display:flex;align-items:baseline;gap:var(--space-md);padding:var(--space-md) var(--space-lg);text-decoration:none;color:inherit}.issue-card__label{flex-shrink:0;font-size:var(--text-xs);font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent-muted);min-width:7rem}.issue-card__description{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:var(--space-2xs);overflow-wrap:anywhere}.issue-card__title{font-size:var(--text-base);font-weight:500;color:var(--color-text);transition:color .15s}.issue-card:hover .issue-card__title{color:var(--color-accent)}.issue-card__subtitle{font-size:var(--text-sm);line-height:1.5;color:var(--color-text-muted)}.issue-card__count{flex-shrink:0;white-space:nowrap;font-size:var(--text-xs);color:var(--color-text-muted)}.author-header{margin-bottom:var(--space-xl)}.author-header__top{display:flex;align-items:baseline;flex-wrap:wrap;gap:var(--space-md);margin-bottom:var(--space-xs)}.author-header__name{font-family:var(--font-serif);font-size:var(--text-xl);font-weight:700}.author-header__orcid{font-size:var(--text-xs);font-weight:600;color:var(--color-accent-muted);text-decoration:none;border:1px solid var(--color-border-light);border-radius:100px;padding:2px 10px;white-space:nowrap;transition:border-color .15s,color .15s}.author-header__orcid:hover{border-color:var(--color-accent);color:var(--color-accent);text-decoration:none}.author-header__meta{font-size:var(--text-sm);color:var(--color-text-muted)}.home{display:flex;flex-direction:column;gap:var(--space-md)}.site-main--home .home-section{width:100%;max-width:var(--max-w);margin-right:auto;margin-left:auto;padding-right:var(--space-lg);padding-left:var(--space-lg)}.home-journal{padding-bottom:var(--space-xl);border-bottom:2px solid var(--color-accent)}.home-journal__top{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-md);flex-wrap:wrap;margin-bottom:var(--space-sm)}.home-journal__title{font-family:var(--font-serif);font-size:var(--text-2xl);font-weight:700;letter-spacing:-.02em;line-height:1.25;color:var(--color-text)}.home-journal__subtitle{font-family:var(--font-serif);font-size:var(--text-lg);font-weight:600;color:var(--color-text-secondary);margin-top:var(--space-xs);margin-bottom:var(--space-sm);font-style:italic}.home-journal__tagline{font-size:var(--text-base);color:var(--color-text-secondary);line-height:1.6;max-width:56ch;margin-bottom:var(--space-md)}.home-journal__facts{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-2xs);padding:var(--space-xs) 0;font-size:var(--text-sm);font-weight:500;color:var(--color-text-muted);letter-spacing:.01em;line-height:1.5}.home-journal__fact{white-space:nowrap}.home-journal__fact-row{display:inline-flex;align-items:center;gap:var(--space-2xs)}.home-journal__fact-sep{color:var(--color-border);font-weight:400;margin:0 var(--space-2xs)}.home-topics{display:flex;flex-wrap:wrap;gap:var(--space-xs)}.home-topics__chip{display:inline-flex;align-items:center;gap:var(--space-xs);padding:4px 14px;background:var(--color-surface-accent);border:1px solid var(--color-border-light);border-radius:100px;font-size:var(--text-sm);color:var(--color-text-secondary);text-decoration:none;transition:border-color .15s,color .15s,background .15s}.home-topics__chip:hover{border-color:var(--color-accent);color:var(--color-accent);background:var(--color-accent-light);text-decoration:none}.home-topics__chip-count{font-size:var(--text-xs);font-weight:600;color:var(--color-text-muted);min-width:1.4em;text-align:center}.home-featured-issue{display:flex;align-items:baseline;gap:var(--space-md);padding:var(--space-sm) var(--space-md);background:var(--color-surface);border:1px solid var(--color-border-light);border-left:3px solid var(--color-accent);border-radius:var(--radius);text-decoration:none;color:inherit;transition:border-color .2s,box-shadow .2s;margin-bottom:var(--space-sm)}.home-featured-issue:hover{border-color:var(--color-accent-muted);border-left-color:var(--color-accent);text-decoration:none}.home-featured-issue__label{flex-shrink:0;font-size:var(--text-xs);font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--color-accent);min-width:5rem}.home-featured-issue__title{flex:1 1;font-size:var(--text-md);font-weight:600;color:var(--color-text);transition:color .15s}.home-featured-issue:hover .home-featured-issue__title{color:var(--color-accent)}.home-featured-issue__count{flex-shrink:0;font-size:var(--text-xs);color:var(--color-text-muted)}.home-section{display:flex;flex-direction:column;gap:var(--space-sm)}.home-section__header{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-md);padding-bottom:var(--space-xs);border-bottom:1px solid var(--color-border-light)}.home-section__title{font-size:1.125rem;font-weight:600;letter-spacing:0;text-transform:none;color:var(--color-text);line-height:1.3}.home-section__more{font-size:var(--text-sm);white-space:nowrap;text-decoration:none;color:var(--color-accent);font-weight:500}.home-section__more:hover{text-decoration:underline}.home-empty{color:var(--color-text-muted);font-size:var(--text-sm)}.taxonomy-index-header{margin-bottom:var(--space-xl)}.taxonomy-index-header__title{font-family:var(--font-serif);font-size:var(--text-xl);font-weight:700;margin-bottom:var(--space-xs)}.taxonomy-index-header__meta{font-size:var(--text-sm);color:var(--color-text-muted)}.taxonomy-index-list{list-style:none;display:flex;flex-direction:column;gap:var(--space-sm)}.taxonomy-index-item{border:1px solid var(--color-border-light);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm);transition:border-color .2s,box-shadow .2s}.taxonomy-index-item:hover{border-color:var(--color-accent-muted)}.taxonomy-index-item__link{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-md);padding:var(--space-md) var(--space-lg);text-decoration:none;color:inherit}.taxonomy-index-item__name{font-size:var(--text-base);font-weight:500;color:var(--color-text);transition:color .15s}.taxonomy-index-item:hover .taxonomy-index-item__name{color:var(--color-accent)}.taxonomy-index-item__count{font-size:var(--text-xs);color:var(--color-text-muted);white-space:nowrap}.taxonomy-detail-header{margin-bottom:var(--space-xl)}.taxonomy-detail-header__type{font-size:var(--text-xs);font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent-muted);margin-bottom:var(--space-xs)}.taxonomy-detail-header__title{font-family:var(--font-serif);font-size:var(--text-xl);font-weight:700;margin-bottom:var(--space-xs)}.taxonomy-detail-header__meta{font-size:var(--text-sm);color:var(--color-text-muted)}.author-orcid{font-size:var(--text-xs);font-weight:400;color:var(--color-text-muted);margin-left:var(--space-sm)}.search-page{max-width:1080px;margin:0 auto}.search-header{margin-bottom:var(--space-lg)}.search-header__title{font-family:var(--font-serif);font-size:var(--text-xl);font-weight:700}.search-header__description{max-width:820px;margin-top:var(--space-xs);color:var(--color-text-muted);font-size:var(--text-sm);line-height:1.6}.search-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.search-workspace{margin-bottom:var(--space-xl);padding:var(--space-lg);border:1px solid var(--color-border);border-top:4px solid #2e6b48;border-radius:var(--radius-lg);background:var(--color-surface-alt);box-shadow:var(--shadow-card)}.search-form{display:flex;gap:var(--space-sm)}.search-form__query{display:flex;flex:1 1;min-width:0}.search-form__input{flex:1 1;padding:10px var(--space-md);font-family:var(--font-sans);font-size:.88rem;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);color:var(--color-text);outline:none;transition:border-color .15s,box-shadow .15s}.search-form__input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px rgba(30,58,95,.08)}.search-form__input:focus-visible{outline:none}.search-form__btn{padding:10px var(--space-lg);font-family:var(--font-sans);font-size:var(--text-sm);font-weight:600;border:none;border-radius:var(--radius-lg);background:var(--color-accent);color:#fff;cursor:pointer;transition:background .15s}.search-form__btn:hover{background:var(--color-accent-hover)}.search-form__btn:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.search-advanced{margin-top:var(--space-md);border-top:1px solid var(--color-border-light)}.search-advanced__summary{display:flex;align-items:center;gap:var(--space-sm);min-height:44px;margin:0 calc(-1 * var(--space-sm));padding:.65rem var(--space-sm);border-radius:var(--radius-md);color:#2e6b48;cursor:pointer;font-size:var(--text-sm);font-weight:700;list-style:none;transition:color .15s,background-color .15s}.search-advanced__summary::-webkit-details-marker{display:none}.search-advanced__summary::marker{content:""}.search-advanced__summary:hover{background:#f1f7f3;color:#24593b}.search-advanced__summary:focus-visible{outline:2px solid #2e6b48;outline-offset:2px}.search-advanced__label{display:inline-flex;align-items:center;gap:var(--space-xs)}.search-advanced__count{display:inline-flex;min-width:1.35rem;min-height:1.35rem;align-items:center;justify-content:center;padding:0 .35rem;border-radius:999px;background:#e3f0e7;color:#255d3e;font-size:.7rem;line-height:1}.search-advanced__hint{margin-left:auto;color:var(--color-text-muted);font-size:var(--text-xs);font-weight:400}.search-advanced__chevron{flex:0 0 auto;width:.55rem;height:.55rem;margin:0 .2rem .2rem .15rem;border-right:2px solid;border-bottom:2px solid;transform:rotate(45deg);transition:transform .18s ease,margin .18s ease}.search-advanced[open] .search-advanced__chevron{margin-top:.25rem;margin-bottom:0;transform:rotate(225deg)}.search-advanced__body{padding:var(--space-xs) 0 0}.search-filters{display:grid;grid-template-columns:minmax(120px,.7fr) minmax(190px,1.4fr) minmax(220px,1.8fr) minmax(160px,1fr) minmax(160px,1fr);gap:var(--space-sm);margin:0;padding:0;border:0}.search-filter-field{display:flex;flex-direction:column;gap:.35rem;min-width:0}.search-filter-field>span{color:var(--color-text-secondary);font-size:var(--text-xs);font-weight:700}.search-filter-field input,.search-filter-field select{width:100%;min-height:42px;padding:.5rem .6rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text);font:inherit;font-size:var(--text-sm)}.search-filter-field input:focus,.search-filter-field select:focus{border-color:#2e6b48;outline:2px solid rgba(46,107,72,.18);outline-offset:1px}.search-workspace__actions{display:flex;align-items:center;gap:var(--space-md);margin-top:var(--space-md)}.search-workspace__apply{min-height:40px;padding:.45rem 1rem;border:1px solid #2e6b48;border-radius:var(--radius-md);background:#2e6b48;color:#fff;cursor:pointer;font:inherit;font-size:var(--text-sm);font-weight:700}.search-workspace__apply:hover{background:#24593b}.search-summary,.search-workspace__actions>a{color:var(--color-text-muted);font-size:var(--text-sm)}.search-summary{margin:0}.search-hint{font-size:var(--text-sm);color:var(--color-text-muted);margin-top:var(--space-lg);text-align:center}.search-start{padding:var(--space-xl);border:1px dashed var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface-alt);text-align:center}.search-start p{margin-bottom:var(--space-md);color:var(--color-text-muted);font-size:var(--text-sm)}.search-start nav{display:flex;justify-content:center;gap:var(--space-sm);flex-wrap:wrap}.search-start nav a{padding:.45rem .8rem;border:1px solid #b8d1c1;border-radius:999px;background:#f3f8f5;color:#255d3e;font-size:var(--text-sm);font-weight:600}.search-output__heading{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-md);margin-bottom:var(--space-md)}.search-output__heading h2{font-family:var(--font-serif);font-size:var(--text-lg)}.search-active-filters{display:flex;gap:var(--space-xs);flex-wrap:wrap;margin-bottom:var(--space-md)}.search-active-filters a{display:inline-flex;align-items:center;gap:var(--space-xs);padding:.25rem .35rem .25rem .65rem;border-radius:999px;background:#e8f3ec;color:#255d3e;font-size:var(--text-xs);font-weight:600}.search-active-filters a span{position:relative;display:block;flex:0 0 auto;width:1.2rem;height:1.2rem;border-radius:50%;font-size:0}.search-active-filters a span:after,.search-active-filters a span:before{content:"";position:absolute;top:50%;left:50%;width:.68rem;height:2px;border-radius:1px;background:currentColor;transform:translate(-50%,-50%) rotate(45deg)}.search-active-filters a span:after{transform:translate(-50%,-50%) rotate(-45deg)}.search-active-filters a:hover{background:#d6e9dd;text-decoration:none}.search-message{margin:var(--space-md) 0;padding:.8rem 1rem;border-radius:var(--radius-md);font-size:var(--text-sm);line-height:1.55}.search-message--warning{border:1px solid #efccab;background:#fff7ed;color:#8a4617}.search-message--tip{border-left:4px solid #2e6b48;background:#f1f7f3;color:#345343}.search-empty{padding:var(--space-xl);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);background:var(--color-surface-alt);color:var(--color-text-secondary)}.search-empty>p{font-weight:650}.search-empty ul{margin:var(--space-sm) 0 0 var(--space-lg);font-size:var(--text-sm)}.search-empty li+li{margin-top:var(--space-xs)}.search-results{list-style:decimal;padding-left:2.4rem;display:flex;flex-direction:column}.search-result-item{padding:var(--space-lg) 0;border-bottom:1px solid var(--color-border-light);padding-left:var(--space-xs)}.search-result-item::marker{color:var(--color-text-muted);font-size:var(--text-xs);font-weight:600}.search-result-item:first-child{border-top:1px solid var(--color-border-light)}.search-result-item__title{font-size:var(--text-md);font-weight:600;margin-bottom:var(--space-2xs);line-height:1.4}.search-result-item__title a{color:var(--color-text);text-decoration:none;transition:color .15s}.search-result-item__title a:hover{color:var(--color-accent);text-decoration:none}.search-result-item__headline mark,.search-result-item__title mark{padding:0 .08em;border-radius:2px;background:#fff0a8;color:inherit;font-weight:700}.search-result-item__authors{margin-bottom:var(--space-xs);font-size:var(--text-sm)}.search-result-item__authors a{color:#2e6b48;font-weight:600}.search-result-item__meta{display:flex;align-items:center;gap:var(--space-xs) var(--space-md);flex-wrap:wrap;margin-bottom:var(--space-xs);font-size:var(--text-xs);font-weight:500;color:var(--color-accent-muted)}.search-result-item__meta a{color:inherit}.search-result-item__doi{overflow-wrap:anywhere}.search-result-item__headline{font-size:var(--text-sm);color:var(--color-text-muted);line-height:1.6}.search-result-item__rubrics{display:flex;gap:var(--space-xs);flex-wrap:wrap;margin-top:var(--space-sm)}.search-result-item__rubrics a{padding:.15rem .45rem;border:1px solid #c8dace;border-radius:999px;color:#315d43;font-size:var(--text-xs);line-height:1.35}.authors-search{display:flex;align-items:flex-end;gap:var(--space-sm);margin-bottom:var(--space-lg);padding:var(--space-md);border-left:4px solid #2e6b48;border-radius:var(--radius-lg);background:var(--color-surface-alt)}.authors-search label{display:flex;flex:1 1;flex-direction:column;gap:.35rem;min-width:0}.authors-search label span{color:var(--color-text-secondary);font-size:var(--text-sm);font-weight:700}.authors-search input{width:100%;min-height:44px;padding:.55rem .75rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff;font:inherit}.authors-search button{min-height:44px;padding:.55rem 1rem;border:0;border-radius:var(--radius-md);background:#2e6b48;color:#fff;cursor:pointer;font:inherit;font-size:var(--text-sm);font-weight:700}.authors-search>a{align-self:center;color:var(--color-text-muted);font-size:var(--text-sm)}.pagination{display:flex;align-items:center;gap:var(--space-xs);flex-wrap:wrap;margin:var(--space-md) 0;font-size:.8rem}.pagination__btn{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;padding:0 var(--space-sm);border:1px solid var(--color-border-light);border-radius:var(--radius);background:var(--color-surface);color:var(--color-text-secondary);text-decoration:none;font-weight:500;transition:background .15s,color .15s,border-color .15s}.pagination__btn:hover{border-color:var(--color-accent);color:var(--color-accent);text-decoration:none}.pagination__btn:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.pagination__btn--disabled{color:var(--color-border);pointer-events:none}.pagination__pages{display:flex;align-items:center;gap:2px}.pagination__page{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;border-radius:var(--radius);text-decoration:none;font-weight:500;color:var(--color-text-secondary);transition:background .15s,color .15s}.pagination__page:hover{background:var(--color-accent-light);color:var(--color-accent);text-decoration:none}.pagination__page:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.pagination__page--current{background:var(--color-accent);color:#fff;font-weight:600;pointer-events:none}.pagination__ellipsis{display:inline-flex;align-items:center;justify-content:center;min-width:1.5rem;height:2rem;color:var(--color-text-muted)}.pagination__goto{display:flex;align-items:center;gap:var(--space-xs);margin-left:var(--space-sm)}.pagination__goto-input{width:3rem;height:2rem;padding:0 var(--space-xs);border:1px solid var(--color-border-light);border-radius:var(--radius);font-family:var(--font-sans);font-size:.76rem;text-align:center;color:var(--color-text);background:var(--color-surface);outline:none;transition:border-color .15s}.pagination__goto-input:focus{border-color:var(--color-accent)}.pagination__goto-btn{height:2rem;padding:0 var(--space-sm);border:none;border-radius:var(--radius);background:var(--color-accent);color:#fff;font-family:var(--font-sans);font-size:.76rem;font-weight:600;cursor:pointer;transition:background .15s}.pagination__goto-btn:hover{background:var(--color-accent-hover)}.error-page{text-align:center;padding:var(--space-2xl) var(--space-lg);max-width:440px;margin:0 auto}.error-page__title{font-family:var(--font-serif);font-size:1.35rem;font-weight:700;margin-bottom:var(--space-xs)}.error-page__subtitle{font-size:.82rem;color:var(--color-text-muted);margin-bottom:var(--space-lg)}.error-page__text{font-size:.82rem;color:var(--color-text-secondary);line-height:1.6;margin-bottom:var(--space-sm)}.error-page__text--muted{color:var(--color-text-muted);font-size:.78rem;margin-bottom:var(--space-lg)}.error-page__actions{display:flex;align-items:center;justify-content:center;gap:var(--space-md);flex-wrap:wrap;margin-top:var(--space-lg)}.error-page__button{display:inline-flex;align-items:center;padding:8px 20px;font-family:var(--font-sans);font-size:.8rem;font-weight:600;border:none;border-radius:var(--radius-lg);background:var(--color-accent);color:#fff;text-decoration:none;cursor:pointer;transition:background .15s}.error-page__button:hover{background:var(--color-accent-hover)}.error-page__link{font-size:.8rem;font-weight:500;color:var(--color-accent);text-decoration:none}.error-page__link:hover{text-decoration:underline}.site-footer{border-top:1px solid var(--color-border);background:var(--color-surface);margin-top:var(--space-xl);padding:var(--space-lg) var(--space-lg) var(--space-md)}.site-footer__inner{max-width:var(--max-w);margin:0 auto;display:flex;flex-direction:column;gap:var(--space-sm)}.site-footer__title{font-size:var(--text-sm);font-weight:700;color:var(--color-text);margin-bottom:var(--space-2xs)}.site-footer__desc{font-size:var(--text-xs);color:var(--color-text-secondary);line-height:1.55}.site-footer__facts{font-size:var(--text-xs);color:var(--color-text-muted);letter-spacing:.02em;margin-top:var(--space-xs)}.site-footer__nav{display:flex;flex-wrap:wrap;gap:var(--space-xs) var(--space-md)}.site-footer__link{font-size:var(--text-xs);font-weight:500;color:var(--color-text-muted);text-decoration:none;transition:color .15s}.site-footer__link:hover{color:var(--color-accent);text-decoration:underline}.site-footer__link:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.site-footer__legal{font-size:var(--text-xs);color:var(--color-text-muted);line-height:1.6;border-top:1px solid var(--color-border-light);padding-top:var(--space-sm)}.site-footer__legal p{margin:0 0 var(--space-2xs) 0}.site-footer__legal p:last-child{margin-bottom:0}.legal-links{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;margin-top:.6rem}.legal-links a{display:inline-flex;align-items:center;min-height:44px;max-width:100%;color:inherit;text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere}.legal-links a:hover{color:var(--color-accent)}.legal-links a:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}.legal-links--auth{flex-direction:row;justify-content:center;gap:0 1rem;margin:1rem 0 0;padding-top:.5rem;border-top:1px solid var(--color-border-light);font-size:.75rem;line-height:1.5;text-align:center;color:var(--color-text-muted)}.article-buy,.legal-links--auth{flex-wrap:wrap;align-items:center}.article-buy{display:flex;gap:14px;margin-top:8px;padding-top:10px;border-top:1px dashed var(--color-border-light)}.article-buy__note{font-size:var(--text-sm);color:var(--color-text-muted)}.buy-article{gap:12px;flex-wrap:wrap}.buy-article,.buy-article__btn{display:inline-flex;align-items:center}.buy-article__btn{padding:10px 24px;background:var(--color-accent);color:#fff;border:none;border-radius:4px;font-size:15px;font-weight:600;cursor:pointer;transition:background .15s,opacity .15s}.buy-article__btn:hover{background:var(--color-accent-hover)}.buy-article__btn:disabled{opacity:.6;cursor:default}.buy-article__error{font-size:var(--text-sm);color:#c8202c}.payment-result{max-width:520px;margin:8vh auto;padding:2.5rem 2rem;text-align:center;background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:12px}.payment-result__icon{font-size:40px;line-height:1;margin-bottom:12px}.payment-result__icon--ok{color:#1a7a3a}.payment-result__title{font-family:var(--font-serif);font-size:var(--text-xl);font-weight:700;margin:0 0 8px}.payment-result__text{color:var(--color-text-secondary);line-height:1.55;margin:0 0 20px}.payment-result__actions{display:flex;gap:16px;justify-content:center;align-items:center;flex-wrap:wrap}.payment-result__btn{display:inline-flex;align-items:center;padding:10px 24px;background:var(--color-accent);color:#fff;border:none;border-radius:4px;font-size:15px;font-weight:600;cursor:pointer;text-decoration:none}.payment-result__btn:hover{background:var(--color-accent-hover)}.payment-result__link{color:var(--color-accent);text-decoration:none;font-weight:600}.payment-result__link:hover{text-decoration:underline}.payment-result__spinner{width:34px;height:34px;margin:0 auto 14px;border:3px solid var(--color-border-light);border-top-color:var(--color-accent);border-radius:50%;animation:payment-spin .8s linear infinite}@keyframes payment-spin{to{transform:rotate(1turn)}}.article-admin-bar{margin:0 0 var(--space-md)}.article-admin-bar__link{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;font-size:var(--text-sm);font-weight:600;color:#3a5a9a;background:#eef3fc;border:1px dashed #b8c9e8;border-radius:999px;text-decoration:none;transition:background .15s,border-color .15s}.article-admin-bar__link:hover{background:#dfe9fa;border-color:#3a5a9a}.home-hero{position:relative;width:100%;margin-top:calc(-1 * var(--space-sm));background:#f5f4f1;border-bottom:4px solid #1e5e2b;overflow:hidden}.home-hero:before{content:"";position:absolute;top:0;left:0;width:220px;height:4px;background:#c8202c}.home-hero__inner{max-width:1280px;margin:0 auto;padding:48px var(--space-lg) 40px;display:grid;grid-template-columns:1.4fr 220px;gap:56px;align-items:end}.home-hero__content{min-width:0}.home-hero__eyebrow{font-size:12px;color:#1e5e2b;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin:0 0 8px}.home-hero__aside{display:flex;flex-direction:column;align-items:flex-end;gap:12px}.home-hero__founded{font-family:var(--font-serif);font-size:1rem;font-style:italic;color:#2a7838;margin:0;text-align:right}.home-hero__title{font-family:var(--font-serif);font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.05;color:var(--color-text);margin:0 0 14px;letter-spacing:-.01em}.home-hero__title-line2{display:block}.home-hero__lead{font-size:var(--text-md);color:var(--color-text-secondary);line-height:1.55;max-width:640px;margin:0 0 16px}.home-hero__model{display:inline-flex;align-items:baseline;gap:8px;margin:0 0 0 auto;align-self:center;font-size:var(--text-sm)}.home-hero__model-label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:600}.home-hero__model-value{color:#1e5e2b;font-weight:700;border-bottom:2px solid #1e5e2b}.home-hero__actions{display:flex;gap:12px;flex-wrap:wrap}.home-hero__btn{display:inline-flex;align-items:center;padding:13px 28px;border-radius:4px;font-size:17px;font-weight:600;text-decoration:none;transition:background .15s,color .15s}.home-hero__btn--primary{background:#c8202c;color:#fff}.home-hero__btn--primary:hover{background:#a81824;color:#fff}.home-hero__btn--ghost{color:#1e5e2b;border:1px solid #1e5e2b;background:transparent}.home-hero__btn--ghost:hover{background:#1e5e2b;color:#fff}.home-hero__cover-link{display:block;align-self:end;line-height:0;text-decoration:none;flex-shrink:0;transition:transform .2s ease}.home-hero__cover-link:hover{transform:translateY(-2px)}.home-hero__cover{display:block;width:220px;height:auto;aspect-ratio:3/4;object-fit:cover;box-shadow:0 1px 2px rgba(0,0,0,.12),0 8px 24px rgba(0,0,0,.25);background:#fff}.home-stats{width:100%;background:linear-gradient(135deg,#1e5e2b,#2a7838 50%,#3a8c4a);padding:28px var(--space-lg);color:#fff}.home-stats__inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.home-stat{border-left:2px solid rgba(255,255,255,.25);padding-left:18px}.home-stat__num{font-family:var(--font-serif);font-size:38px;font-weight:700;line-height:1;color:#fff}.home-stat__num small{font-size:18px;font-weight:500;color:rgba(255,255,255,.85);margin-left:2px}.home-stat__label{margin-top:6px;font-size:13px;color:rgba(255,255,255,.85);line-height:1.4}.home-stats+*{margin-top:1.5rem!important}@media (max-width:768px){.home-hero__inner{grid-template-columns:1fr;gap:16px;padding:24px var(--space-md) 24px;align-items:start;justify-items:center;text-align:center}.home-hero__cover-link{order:1;align-self:start;justify-self:center;display:block}.home-hero__content{order:2}.home-hero__cover{display:block;width:160px;max-width:55vw;height:auto}.home-hero__title{text-align:center}.home-hero__lead{margin-left:auto;margin-right:auto}.home-hero__actions{justify-content:center}.home-hero__model{margin:6px auto 0}.home-stats__inner{grid-template-columns:repeat(2,1fr);gap:18px}.home-stat__num{font-size:30px}}.journal-hero{position:relative;padding:0;border-bottom:1px solid var(--color-border-light)}.journal-hero__inner{display:grid;grid-template-columns:auto 1fr;gap:var(--space-md);align-items:center;padding:var(--space-sm) 0;min-height:0}.journal-hero__cover-link{display:block;flex-shrink:0;text-decoration:none;line-height:0}.journal-hero__cover-link:hover{text-decoration:none}.journal-hero__cover{display:block;width:110px;height:auto;aspect-ratio:3/4;object-fit:cover;border:1px solid var(--color-border-light);border-radius:2px;background:#fff}.journal-hero__content{color:var(--color-text);display:flex;flex-direction:column;justify-content:center;min-width:0;gap:4px}.journal-hero__title{font-family:var(--font-sans);font-size:1.75rem;font-weight:700;line-height:1.2;letter-spacing:-.005em;margin:0;color:var(--color-text)}.journal-hero__subtitle{font-family:var(--font-sans);font-size:1rem;font-weight:400;font-style:normal;margin:0;color:var(--color-text-secondary)}.journal-hero__actions{margin-top:6px;display:flex;gap:var(--space-md);flex-wrap:wrap}.journal-hero__link{font-size:.875rem;font-weight:500;color:var(--color-accent);text-decoration:none;transition:color .15s}.journal-hero__link:hover{color:var(--color-accent-hover);text-decoration:underline}@media (max-width:768px){.journal-hero__inner{grid-template-columns:1fr;gap:var(--space-sm);padding:var(--space-md) 0;min-height:0;text-align:left}.journal-hero__cover{width:88px}.journal-hero__title{font-size:1.375rem}.journal-hero+*{margin-top:var(--space-md)}}.issue-rubric-group{margin-bottom:var(--space-xl)}.issue-rubric-group__title{font-family:var(--font-serif);font-size:var(--text-lg);font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text);padding:0 0 var(--space-sm) 0;margin:0 0 var(--space-md) 0;border-bottom:2px solid var(--color-accent)}.issue-rubric-group__title--muted{color:var(--color-text-muted);border-bottom-color:var(--color-border);text-transform:none;letter-spacing:0;font-style:italic;font-size:var(--text-md)}.issue-rubric-group__note{font-size:var(--text-sm);font-style:italic;color:var(--color-text-secondary);margin:calc(-1 * var(--space-sm)) 0 var(--space-md) 0;line-height:1.5;max-width:80ch}.about{max-width:1050px;margin:0 auto}.about__content>.about-section:not(.managed-page--with-toc){max-width:920px;margin-inline:auto}.about-tabs{display:flex;flex-wrap:wrap;gap:0;border-bottom:1px solid var(--color-border);margin-bottom:2rem}.about-tabs__tab{display:inline-flex;min-height:44px;align-items:center;padding:.75rem 1.25rem;font-size:.95rem;font-weight:500;color:#50675a;text-decoration:none;border-bottom:2px solid transparent;margin-bottom:-1px;white-space:nowrap;transition:color .15s,border-color .15s,background-color .15s}.about-tabs__tab:hover{background:#f0f7f2;color:#235f3e;text-decoration:none}.about-tabs__tab--active{color:#1f5b39;border-bottom-color:#2f7650;font-weight:600}.about-tabs__tab:focus-visible{outline:3px solid rgba(47,118,80,.3);outline-offset:2px}.about-section section{margin-bottom:2rem}.about-section>h1{overflow-wrap:anywhere}.about-section h2{font-size:1.25rem;font-weight:600}.about-section h2,.about-section p{margin:0 0 .75rem;color:var(--color-text)}.about-section p{line-height:1.65}.about-section table{width:100%;margin:1rem 0 1.5rem;border-collapse:collapse;font-size:.95rem}.about-section td,.about-section th{padding:.65rem .75rem;border:1px solid #ccd6e3;text-align:left;vertical-align:top}.about-section th{background:#edf3fa;color:#273d60;font-weight:700}.about-section h2[id],.about-section h3[id]{scroll-margin-top:calc(var(--page-header-height, 7.5rem) + var(--page-toc-compact-height, 0px) + 1.25rem)}.about-section h2[id]:target,.about-section h3[id]:target{border-radius:4px;background:#fff4c7;box-shadow:0 0 0 4px #fff4c7}.about-section .page-content-image{width:100%;margin-top:1.25rem;margin-bottom:1.5rem}.about-section .page-content-image[data-width="50"]{max-width:50%}.about-section .page-content-image[data-width="75"]{max-width:75%}.about-section .page-content-image[data-align=left]{margin-right:auto}.about-section .page-content-image[data-align=center]{margin-right:auto;margin-left:auto}.about-section .page-content-image[data-align=right]{margin-left:auto}.about-section .page-content-image img{display:block;width:100%;height:auto;border-radius:4px}.about-section .page-content-image figcaption{margin-top:.5rem;color:#66758a;font-size:.86rem;line-height:1.5;text-align:center}.managed-page__layout{display:grid;grid-template-columns:minmax(210px,240px) minmax(0,1fr);gap:clamp(1.5rem,3vw,2.5rem);align-items:start}.about-section.managed-page--with-toc{max-width:1120px;margin-inline:auto}.managed-page__body{min-width:0}.managed-page__body>div>h2{margin:2.4rem 0 .85rem}.managed-page__body>div>h2:first-child{margin-top:0}.managed-page__body>div>h3{margin:1.7rem 0 .6rem;color:var(--color-text);font-size:1.08rem;font-weight:650}.managed-page__body>div>:is(ul,ol){margin:0 0 1rem;padding-left:1.35rem;line-height:1.65}.managed-page__body>div>:is(ul,ol) li+li{margin-top:.3rem}.about-section a.static-page-primary-action{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:.7rem 1.2rem;border-radius:4px;background:#c8202c;color:#fff;font-weight:700;line-height:1.25;text-decoration:none}.about-section a.static-page-primary-action:hover{background:#a81824;color:#fff;text-decoration:none}.about-section a.static-page-document-link:focus-visible,.about-section a.static-page-primary-action:focus-visible{outline:3px solid rgba(47,118,80,.3);outline-offset:3px}.about-section a.static-page-document-link{display:inline-flex;min-height:44px;align-items:center;padding:.55rem .8rem;border:1px solid #b8ccdf;border-radius:4px;background:#f7f9fc;color:#294c73;font-weight:650;line-height:1.35;text-decoration:none}.about-section a.static-page-document-link:hover{border-color:#7e9fbe;background:#edf2f8;color:#1e3a5f;text-decoration:none}.about-section .page-toc{color:#355b45;font-size:.95rem;line-height:1.45}.about-section .page-toc--desktop{position:sticky;top:calc(var(--page-header-height, 7.5rem) + 1rem);max-height:calc(100vh - var(--page-header-height, 7.5rem) - 2rem);padding:.35rem .25rem .35rem .75rem;overflow:auto;border-left:1px solid #b9d4c2;background:transparent}.about-section .page-toc__title{margin:0 0 .55rem;color:#315f43;font-size:.8rem;font-weight:750;letter-spacing:.035em;text-transform:uppercase}.about-section .page-toc__list{margin:0;padding:0;list-style:none}.about-section .page-toc__item{margin:0}.about-section .page-toc__level-3{font-size:1rem}.about-section .page-toc__link{display:block;min-height:44px;padding:.48rem .5rem;border-left:2px solid transparent;border-radius:4px;color:#395d49;text-decoration:none}.about-section .page-toc__level-3 .page-toc__link{padding-left:1.15rem}.about-section .page-toc__link:hover{background:#f0f7f2;color:#235f3e;text-decoration:none}.about-section .page-toc__link--active{border-left-color:#2f7650;background:#eaf5ee;color:#1f5b39;font-weight:700}.about-section .page-toc--compact summary:focus-visible,.about-section .page-toc__link:focus-visible{outline:3px solid rgba(47,118,80,.3);outline-offset:2px}.about-section .page-toc--compact{display:none}@media (max-width:1024px){.managed-page__layout{display:block}.about-section h2[id],.about-section h3[id]{scroll-margin-top:calc(var(--page-header-height, 7.5rem) + var(--page-toc-compact-height, 3.125rem) + 1.25rem)}.about-section .page-toc--desktop{display:none}.about-section .page-toc--compact{position:sticky;top:var(--page-header-height,7.5rem);z-index:25;display:block;max-height:calc(100vh - var(--page-header-height, 7.5rem) - .75rem);margin:0 0 1.35rem;overflow:auto;border:0;border-block:1px solid #d5e3da;border-radius:0;background:rgba(252,254,252,.98)}.about-section .page-toc--compact summary{position:relative;display:flex;min-height:50px;align-items:center;justify-content:space-between;gap:1rem;padding:.7rem .9rem .7rem 1.1rem;color:#2d5f41;font-size:1rem;font-weight:750;cursor:pointer;list-style-position:inside}.about-section .page-toc--compact summary:before{position:absolute;top:50%;left:0;width:3px;height:24px;border-radius:2px;background:#4c8964;content:"";transform:translateY(-50%)}.about-section .page-toc__summary-copy{display:block;min-width:0;flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.about-section .page-toc__current{color:#557562;font-weight:550}.about-section .page-toc__chevron{display:inline-block;color:#2f7650;font-size:1.1rem;transition:transform .15s ease}.about-section .page-toc--compact[open] .page-toc__chevron{transform:rotate(180deg)}.about-section .page-toc--compact[open] summary{border-bottom:1px solid #d5e3da}.about-section .page-toc--compact nav{padding:.35rem .55rem .65rem}.about-section .page-toc--compact .page-toc__link{min-height:44px;padding-block:.65rem}}@media (max-width:640px){.about-section .static-page-document-link,.about-section .static-page-primary-action{width:100%}}.managed-page-unavailable{max-width:680px;padding:1.4rem 1.5rem;border:1px solid #e2c98a;border-left:4px solid #b98918;border-radius:10px;background:#fffaf0}.managed-page-unavailable__eyebrow{margin-bottom:.4rem!important;color:#7a5a0b!important;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.managed-page-unavailable h1{margin-top:0}.managed-page-unavailable a{color:#305f48;font-weight:650;text-underline-offset:.18em}.about-facts{display:grid;grid-template-columns:max-content 1fr;gap:.4rem 1rem;margin:0}.about-facts dt{font-weight:600;color:var(--color-text-muted)}.about-facts dd{margin:0;color:var(--color-text)}.about-role{margin-top:1rem}.about-bullets,.about-numbered,.about-people{margin:0 0 1rem;padding-left:1.25rem;line-height:1.6}.about-bullets li,.about-numbered li,.about-people li{margin-bottom:.35rem}.about-country{color:var(--color-text-muted);font-style:italic}.about-agencies{list-style:none;padding:0;margin:0}.about-agency{padding:.75rem 0;border-bottom:1px solid var(--color-border)}.about-agency:last-child{border-bottom:none}.about-agency__name{font-weight:600;margin-bottom:.25rem}.about-agency__city{font-weight:400;color:var(--color-text-muted)}.about-agency__contacts{font-size:.9rem;color:var(--color-text-muted)}.about-cta{margin-top:2rem}.about-cta__btn{display:inline-block;padding:.7rem 1.5rem;background:var(--color-accent);color:#fff;text-decoration:none;border-radius:var(--radius);font-weight:600;transition:background .15s}.about-cta__btn:hover{background:var(--color-accent-dark,#155a2e)}@media (max-width:600px){.about-facts{grid-template-columns:1fr;gap:.15rem}.about-facts dt{margin-top:.5rem}}.header-lang{gap:0;border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden;background:#fff;flex-shrink:0}.header-lang,.header-lang__btn{display:inline-flex;align-items:center}.header-lang__btn{justify-content:center;padding:.25rem .55rem;font-size:.75rem;font-weight:600;letter-spacing:.04em;color:var(--color-text-muted);text-decoration:none;background:transparent;transition:background .15s,color .15s;min-width:36px;line-height:1.4}.header-lang__btn:hover{color:var(--color-text);background:var(--color-accent-light)}.header-lang__btn--active,.header-lang__btn--active:hover{color:#fff;background:var(--color-accent)}@media (max-width:480px){.header-lang__btn{padding:.2rem .4rem;min-width:28px;font-size:.7rem}}.site-search{display:inline-flex;align-items:center;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius);padding:0 .5rem;height:34px;transition:border-color .15s,box-shadow .15s}.site-search:focus-within{border-color:var(--color-accent);box-shadow:0 0 0 2px var(--color-accent-light)}.site-search__label{display:flex;align-items:center;color:var(--color-text-muted);padding-right:.4rem;pointer-events:none}.site-search__input{border:none;outline:none;background:transparent;font-size:.85rem;width:160px;padding:0;color:var(--color-text);font-family:inherit}.site-search__input::-webkit-search-cancel-button{cursor:pointer}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}@media (max-width:768px){.site-search__input{width:110px}}@media (max-width:480px){.site-search{height:32px}.site-search__input{width:90px;font-size:.8rem}}.auth-nav{display:flex;align-items:center;gap:var(--space-sm);margin-left:var(--space-md);flex-shrink:0}.auth-nav__link{font-size:.8rem;font-weight:500;color:var(--color-text-secondary);text-decoration:none;padding:.3rem .65rem;border-radius:var(--radius);transition:color .15s,background .15s}.auth-nav__link:hover{color:var(--color-accent);background:var(--color-accent-light)}.auth-nav__link--register{color:var(--color-accent);border:1px solid var(--color-accent)}.auth-nav__link--register:hover{background:var(--color-accent);color:#fff}.auth-nav__register-label-short{display:none}.auth-nav__name{display:inline-flex;align-items:center;font-size:.8rem;font-weight:500;color:var(--color-text-secondary);max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.auth-nav__name-icon{display:none}.auth-nav__admin-link{font-size:.8rem;font-weight:600;color:var(--color-accent);background:var(--color-accent-light);border:1px solid var(--color-accent);padding:.25rem .6rem;border-radius:var(--radius);text-decoration:none;white-space:nowrap;transition:color .15s,background .15s}.auth-nav__admin-link:hover{background:var(--color-accent);color:#fff}.auth-nav__logout-form{margin:0}.auth-nav__logout-btn{font-size:.8rem;font-weight:500;color:var(--color-text-muted);background:none;border:none;cursor:pointer;padding:.3rem .5rem;border-radius:var(--radius);transition:color .15s,background .15s}.auth-nav__logout-btn:hover{color:var(--color-warn);background:var(--color-warn-bg)}.auth-nav__logout-icon{display:none}.auth-page{display:flex;justify-content:center;align-items:flex-start;padding:var(--space-2xl) var(--space-md);min-height:60vh}.auth-card{width:100%;max-width:400px;background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);padding:var(--space-xl) var(--space-xl);box-shadow:var(--shadow-card)}.auth-card__title{font-family:var(--font-serif);font-size:1.4rem;font-weight:700;color:var(--color-text);margin:0 0 var(--space-lg) 0}.auth-card__error{color:var(--color-warn);background:var(--color-warn-bg);border:1px solid #f5c4a8;border-radius:var(--radius)}.auth-card__error,.auth-card__notice{font-size:var(--text-sm);padding:var(--space-sm) var(--space-md);margin:0 0 var(--space-md) 0}.auth-card__notice{color:var(--color-success);background:var(--color-success-bg);border:1px solid #b2dfb2;border-radius:var(--radius)}.auth-card__description{font-size:.85rem;color:var(--color-text-secondary);margin:0 0 var(--space-md) 0;line-height:1.5}.auth-card__footer{font-size:.8rem;color:var(--color-text-muted);margin:var(--space-sm) 0 0 0;text-align:center}.auth-card__link{color:var(--color-accent);text-decoration:none;font-weight:500}.auth-card__link:hover{text-decoration:underline}.auth-form{gap:var(--space-md);margin-bottom:var(--space-md)}.auth-form,.auth-form__field{display:flex;flex-direction:column}.auth-form__field{gap:var(--space-xs)}.auth-form__label{font-size:.82rem;font-weight:600;color:var(--color-text-secondary)}.auth-form__optional{font-weight:400;color:var(--color-text-muted)}.auth-form__input{font-family:var(--font-sans);font-size:.9rem;color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:.5rem .75rem;width:100%;box-sizing:border-box;transition:border-color .15s,box-shadow .15s}.auth-form__input:focus{outline:none;border-color:var(--color-accent-muted);box-shadow:0 0 0 3px rgba(30,58,95,.08)}.auth-form__altcha{display:block;width:100%;--altcha-max-width:100%;--altcha-color-primary:var(--color-accent);--altcha-border-color:var(--color-border);--altcha-border-radius:var(--radius)}.auth-form__submit{font-family:var(--font-sans);font-size:.9rem;font-weight:600;color:#fff;background:var(--color-accent);border:none;border-radius:var(--radius);padding:.65rem 1rem;cursor:pointer;width:100%;transition:background .15s}.auth-form__submit:hover{background:var(--color-accent-hover)}.auth-form__submit:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.auth-oauth__divider{display:flex;align-items:center;gap:var(--space-sm);margin:var(--space-md) 0;color:var(--color-text-muted);font-size:.78rem}.auth-oauth__divider:after,.auth-oauth__divider:before{content:"";flex:1 1;height:1px;background:var(--color-border-light)}.auth-oauth__buttons{display:flex;flex-direction:column;gap:var(--space-sm);margin-bottom:var(--space-md)}.auth-oauth__btn{display:flex;align-items:center;justify-content:center;gap:.6rem;padding:.55rem 1rem;border-radius:var(--radius);font-size:.875rem;font-weight:500;text-decoration:none;cursor:pointer;transition:opacity .15s;border:1px solid transparent;line-height:1}.auth-oauth__btn:hover{opacity:.85}.auth-oauth__btn--google{background:#fff;color:#3c4043;border-color:#dadce0}.auth-oauth__btn--vk{background:#0077ff;color:#fff;border-color:transparent}.auth-oauth__btn--orcid{background:#a6ce39;color:#fff;border-color:transparent}.admin-layout{display:flex;flex-direction:column;min-height:100vh;background:#f4f6f8}.admin-nav{background:#1a2744;color:#fff;display:flex;align-items:center;gap:1.5rem;padding:0 1.5rem;height:56px;position:sticky;top:0;z-index:100}.admin-nav__brand{font-weight:700;font-size:1rem;color:#a8bfe0;white-space:nowrap}.admin-nav__links{display:flex;flex:1 1;min-width:0;gap:.875rem;overflow-x:auto;scrollbar-width:none}.admin-nav__links::-webkit-scrollbar{display:none}.admin-nav__links a{color:#c8d8f0;text-decoration:none;font-size:.875rem;padding:.25rem 0;border-bottom:2px solid transparent;transition:color .15s,border-color .15s;white-space:nowrap}.admin-nav__links a:hover{color:#fff;border-color:#4a7fd4}.admin-main{padding:1.5rem 1.25rem;width:100%;box-sizing:border-box}.admin-title{font-size:1.5rem;font-weight:700;color:#1a2744;margin:0 0 1.5rem;display:flex;align-items:center;gap:.75rem}.admin-count{font-size:.9rem;font-weight:500;background:#e2eaf5;color:#3a5a9a;padding:.15rem .6rem;border-radius:999px}.admin-stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;margin-bottom:2rem}.admin-stat{background:#fff;border-radius:10px;padding:1.25rem 1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.07)}.admin-stat__value{font-size:1.75rem;font-weight:700;color:#1a2744}.admin-stat__label{font-size:.8rem;color:#667;margin-top:.25rem}.admin-sections{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.admin-section-card{background:#fff;border-radius:10px;padding:1.5rem;text-decoration:none;box-shadow:0 1px 3px rgba(0,0,0,.07);transition:box-shadow .15s,transform .15s;display:block}.admin-section-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.12)}.admin-section-card__title{font-weight:700;color:#1a2744;margin-bottom:.5rem}.admin-section-card__desc{font-size:.85rem;color:#667}.admin-search{display:flex;gap:.75rem;align-items:center;margin-bottom:1.25rem;flex-wrap:wrap}.admin-search__input{flex:1 1;min-width:200px;padding:.5rem .75rem;border:1px solid #d0d8e8;border-radius:6px;font-size:.9rem}.admin-search__btn{padding:.5rem 1rem;background:#1a2744;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.875rem}.admin-search__btn:hover{background:#243360}.admin-search__reset{font-size:.875rem;color:#667;text-decoration:underline;cursor:pointer}.admin-table-wrap{background:#fff;border-radius:10px;box-shadow:0 1px 3px rgba(0,0,0,.07);margin-bottom:1.5rem}.admin-table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-table th{text-align:left;padding:.75rem 1rem;background:#f0f4fa;color:#3a5a9a;font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #dce6f5}.admin-table td{padding:.65rem 1rem;border-bottom:1px solid #f0f0f0;vertical-align:middle;color:#222}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:#f8faff}.admin-table__id{width:60px}.admin-table__id,.admin-table__sub{color:#888;font-size:.8rem}.admin-table__article{max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-table__date{white-space:nowrap;color:#667}.submissions-page{color:#1d2939}.submissions-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.1rem}.submissions-heading .admin-title{margin:0}.submissions-heading__actions{display:flex;align-items:center;gap:.6rem}.submission-columns-menu>summary,.submission-more-filters>summary,.submission-secondary-btn{display:inline-flex;align-items:center;min-height:40px;padding:.5rem .85rem;border:1px solid #bfcbe0;border-radius:7px;background:#fff;color:#253858;font:inherit;font-size:.9rem;font-weight:600;cursor:pointer;text-decoration:none}.submission-columns-menu>summary:hover,.submission-more-filters>summary:hover,.submission-secondary-btn:hover{background:#f5f8fc;border-color:#8da3c7}.submission-secondary-btn:disabled{cursor:not-allowed;opacity:.5}.submission-columns-menu{position:relative}.submission-columns-menu>summary,.submission-more-filters>summary{list-style:none}.submission-columns-menu>summary::-webkit-details-marker,.submission-more-filters>summary::-webkit-details-marker{display:none}.submission-columns-menu>summary:after,.submission-more-filters>summary:after{content:"⌄";margin-left:.45rem;font-size:.8rem}.submission-columns-menu[open]>summary:after,.submission-more-filters[open]>summary:after{content:"⌃"}.submission-columns-popover{position:absolute;top:calc(100% + .5rem);right:0;z-index:120;width:280px;padding:1rem;border:1px solid #d6dfec;border-radius:10px;background:#fff;box-shadow:0 12px 32px rgba(24,39,68,.18)}.submission-columns-popover>strong{display:block;margin-bottom:.65rem;font-size:.9rem}.submission-column-option{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-height:38px;border-top:1px solid #edf1f6}.submission-column-option label{display:flex;align-items:center;gap:.55rem;font-size:.9rem;cursor:pointer}.submission-column-option span{display:flex;gap:.2rem}.submission-column-option button,.submission-columns-reset{border:0;background:transparent;color:#3a5a9a;font:inherit;cursor:pointer}.submission-column-option button{width:28px;height:28px;border-radius:5px}.submission-column-option button:hover:not(:disabled){background:#edf3fb}.submission-column-option button:disabled{color:#c4cad3;cursor:default}.submission-columns-reset{padding:.55rem 0 0;font-size:.85rem;text-decoration:underline}.submission-filters{margin-bottom:1rem;padding:.8rem;border:1px solid #dfe6f0;border-radius:10px;background:#fff}.submission-filters__main{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.submission-filters__main>.admin-search__input{min-height:42px;flex:1 1 420px;font-size:.95rem}.submission-filters__main>.admin-select{min-height:42px;min-width:210px;font-size:.9rem}.submission-filters__main>.admin-search__btn{min-height:42px;font-size:.9rem}.submission-status-facets{display:flex;align-items:center;gap:.25rem;min-width:0;margin-top:.55rem;overflow-x:auto;scrollbar-width:thin}.submission-status-facet{display:inline-flex;align-items:center;gap:.35rem;flex:0 0 auto;min-height:28px;padding:.2rem .55rem;border:0;border-radius:6px;background:transparent;color:#66758b;font:inherit;font-size:.78rem;cursor:pointer}.submission-status-facet strong{color:#334d72;font-size:.77rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.submission-status-facet:hover{background:#f1f5fa;color:#314c73}.submission-status-facet--active{background:#e7effa;color:#234f89;font-weight:700}.submission-status-facet--active strong{color:#234f89}.submission-workflow{margin:0 0 1.25rem;border:1px solid #cad6e5;border-radius:10px;background:#fff;box-shadow:0 1px 3px rgba(20,35,58,.06)}.submission-workflow__topline{display:flex;align-items:center;gap:.9rem 1.25rem;min-height:62px;padding:.7rem .9rem}.submission-workflow__topline h2{margin:0;color:#223752;font-size:.84rem;font-weight:750;white-space:nowrap}.submission-workflow__actions{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}.submission-workflow__action{min-height:36px;padding:.45rem .72rem;border:1px solid #cbd7e5;border-radius:7px;background:#fff;color:#294865;font:inherit;font-size:.82rem;font-weight:650;cursor:pointer}.submission-workflow__action.is-active,.submission-workflow__action:hover{border-color:#7897b8;background:#f1f6fb}.submission-workflow__action--approve,.submission-workflow__action--production{color:#176039}.submission-workflow__action--revisions{color:#8a4a16}.submission-workflow__action--reject{color:#8a2b2b}.submission-workflow__form{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem;border-top:1px solid #e3e9f0;border-radius:0 0 10px 10px;background:#f8fafc}.submission-workflow__form--fields{display:grid;grid-template-columns:minmax(240px,1fr) minmax(220px,1.2fr);align-items:end}.submission-workflow__form--preflight{display:grid;grid-template-columns:minmax(0,1fr);align-items:stretch}.submission-workflow__form-heading{grid-column:1/-1}.submission-workflow__form strong{color:#223752;font-size:.9rem}.submission-workflow__form p{margin:.22rem 0 0;color:#667487;font-size:.8rem;line-height:1.45}.submission-workflow__form label{display:grid;gap:.3rem;color:#3e4c5d;font-size:.8rem;font-weight:650}.submission-workflow__form label small{color:#7a8796;font-weight:400}.submission-workflow__form label b{color:#ad2e2e}.submission-workflow__form input[type=number],.submission-workflow__form input[type=text],.submission-workflow__form textarea{width:100%;box-sizing:border-box;border:1px solid #c9d5e3;border-radius:7px;background:#fff;padding:.55rem .65rem;color:#1d2d40;font:inherit;font-size:.86rem}.submission-workflow__form textarea{min-height:88px;resize:vertical}.submission-workflow__form input[type=file]{max-width:100%;font-size:.8rem}.submission-workflow__planning{display:grid;grid-template-columns:105px minmax(180px,1fr);gap:.65rem}.submission-workflow__form-actions{display:flex;justify-content:flex-end;align-items:center;gap:.5rem;grid-column:1/-1}.submission-workflow__form-actions button{min-height:36px;padding:.45rem .75rem;border:1px solid #cbd6e2;border-radius:7px;background:#fff;color:#42566d;font:inherit;font-size:.82rem;font-weight:650;cursor:pointer}.submission-workflow__form-actions .is-primary{border-color:#244b74;background:#244b74;color:#fff}.submission-workflow__form-actions .is-revisions{border-color:#a96023;background:#a96023;color:#fff}.submission-workflow__form-actions .is-danger{border-color:#963535;background:#963535;color:#fff}.submission-workflow__form-actions button:disabled{opacity:.55;cursor:not-allowed}.submission-preflight{display:grid;gap:.65rem;min-width:0}.submission-preflight__error,.submission-preflight__loading{margin:0!important;padding:.65rem .75rem;border:1px solid #d4dfea;border-radius:7px;background:#fff}.submission-preflight__error{border-color:#e3bcbc;background:#fff7f7;color:#8b2929!important}.submission-preflight__summary{display:flex;flex-wrap:wrap;gap:.35rem 1rem;color:#56677a;font-size:.79rem}.submission-preflight__summary strong{color:#263d58;font-size:inherit}.submission-preflight__issues{display:grid;gap:.35rem;margin:0;padding:0;list-style:none;font-size:.8rem}.submission-preflight__issues li{padding:.45rem .6rem;border-radius:6px}.submission-preflight__issues .is-error{background:#fff0f0;color:#832d2d}.submission-preflight__issues .is-warning{background:#fff8e8;color:#76531c}.submission-preflight__authors{border:1px solid #d6e0ea;border-radius:7px;background:#fff}.submission-preflight__authors>summary{padding:.6rem .75rem;color:#2d4662;font-size:.8rem;font-weight:700;cursor:pointer}.submission-preflight__authors>ol{display:grid;gap:0;margin:0;padding:0 .75rem;list-style-position:inside}.submission-preflight__authors>ol>li{display:grid;grid-template-columns:minmax(180px,.8fr) minmax(220px,1.2fr);gap:.65rem;align-items:center;padding:.55rem 0;border-top:1px solid #edf1f5;color:#6b7888;font-size:.79rem}.submission-preflight__author-name{display:grid;gap:.15rem;min-width:0}.submission-preflight__author-name strong{overflow-wrap:anywhere;font-size:.82rem}.submission-preflight__author-name span{color:#728093;overflow-wrap:anywhere}.submission-preflight__authors select{width:100%;min-width:0;box-sizing:border-box;border:1px solid #c9d5e3;border-radius:6px;background:#fff;padding:.45rem .55rem;color:#26384d;font:inherit}.submission-preflight__match{color:#5f6e7d}.submission-preflight__match.is-verified{color:#24603f}.submission-preflight__authors>p{margin:0!important;padding:.55rem .75rem .7rem;border-top:1px solid #edf1f5}@media (max-width:780px){.submission-workflow__topline{align-items:flex-start;flex-direction:column}.submission-workflow__form,.submission-workflow__form--fields{display:flex;align-items:stretch;flex-direction:column}.submission-workflow__planning{grid-template-columns:1fr}.submission-workflow__form-actions{align-self:stretch}.submission-preflight__authors>ol>li{grid-template-columns:1fr}}.submission-files-panel{margin:0 0 1.25rem;border:1px solid #d6e0eb;border-radius:10px;background:#fff}.submission-files-panel__heading{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:.8rem .95rem .65rem}.submission-files-panel__heading h2{margin:0;color:#243852;font-size:.95rem}.submission-files-panel__heading>span{color:#7a8797;font-size:.77rem}.submission-files-group{border-top:1px solid #e8edf3}.submission-files-group h3{margin:0;padding:.55rem .95rem .2rem;color:#67768a;font-size:.74rem;font-weight:750;letter-spacing:.04em;text-transform:uppercase}.submission-files-archive ul,.submission-files-group ul{margin:0;padding:0;list-style:none}.submission-file-row{display:flex;align-items:center;gap:.9rem;min-height:48px;padding:.45rem .95rem .65rem}.submission-file-row__name{display:grid;min-width:0;flex:1 1;gap:.1rem}.submission-file-row__name strong{overflow:hidden;color:#243852;font-size:.85rem;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.submission-file-row__name small,.submission-file-row__name span{color:#7a8797;font-size:.73rem}.submission-file-row__actions{display:flex;align-items:center;gap:.35rem}.submission-file-row__actions a{padding:.34rem .55rem;border:1px solid #ccd8e5;border-radius:6px;color:#315b85;font-size:.76rem;font-weight:650;text-decoration:none;white-space:nowrap}.submission-file-row__actions a:hover{border-color:#8ca5bf;background:#f4f7fb}.submission-files-archive{border-top:1px solid #e8edf3}.submission-files-archive summary{padding:.65rem .95rem;color:#5d6d80;font-size:.8rem;font-weight:650;cursor:pointer}.submission-files-archive[open] summary{border-bottom:1px solid #edf1f5}.submission-files-panel__empty{margin:0;padding:.65rem .95rem .85rem;color:#718095;font-size:.82rem}.submission-files-panel__empty a{color:#315f8e}.submission-author-update{scroll-margin-top:76px;margin:0 0 1.25rem;padding:.75rem .95rem;border:1px solid #d2deea;border-left:3px solid #6c91b6;border-radius:8px;background:#fff}.submission-author-update__summary{display:flex;align-items:baseline;gap:.45rem .75rem;flex-wrap:wrap}.submission-author-update__summary strong{color:#243852;font-size:.88rem}.submission-author-update__summary span{color:#5d7390;font-size:.76rem;font-weight:650}.submission-author-update>p{margin:.45rem 0 0;color:#3f4f62;font-size:.84rem;line-height:1.55;white-space:pre-wrap}.submission-author-update>details{margin-top:.5rem}.submission-author-update>details>summary,.submission-round-history__item>details>summary{color:#356796;font-size:.78rem;font-weight:650;cursor:pointer}.submission-metadata-diff{display:grid;gap:0;margin-top:.55rem;border:1px solid #e0e7ef;border-radius:7px;overflow:hidden}.submission-metadata-diff>div{display:grid;grid-template-columns:minmax(140px,.65fr) minmax(180px,1fr) minmax(180px,1fr);gap:.7rem;padding:.55rem .65rem;border-bottom:1px solid #e8edf3;background:#fff;font-size:.76rem}.submission-metadata-diff>div:last-child{border-bottom:0}.submission-metadata-diff>div>strong{color:#42546a;font-size:.76rem}.submission-metadata-diff>div>span{max-height:7.5rem;overflow:auto;color:#506072;white-space:pre-wrap}.submission-metadata-diff small{display:block;margin-bottom:.12rem;color:#8a95a3;font-size:.67rem;font-weight:700;text-transform:uppercase}.submission-round-history{margin:0 0 1.5rem;border:1px solid #d8e1eb;border-radius:9px;background:#fff}.submission-round-history>summary{padding:.75rem .9rem;color:#41546c;font-size:.84rem;font-weight:700;cursor:pointer}.submission-round-history[open]>summary{border-bottom:1px solid #e5ebf2}.submission-round-history__body{padding:0 .9rem}.submission-round-history__item{padding:.75rem 0}.submission-round-history__item>div:first-child{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.submission-round-history__item>div:first-child strong{color:#273c56;font-size:.84rem}.submission-round-history__item>div:first-child span{color:#8590a0;font-size:.72rem}.submission-round-history__item>p{margin:.38rem 0;color:#47576a;font-size:.82rem;line-height:1.5;white-space:pre-wrap}.submission-round-history__markers{display:flex;gap:.35rem;flex-wrap:wrap}.submission-round-history__markers span{padding:.16rem .4rem;border-radius:5px;background:#eef3f8;color:#5d7189;font-size:.7rem}.submission-round-history__item hr{margin:.8rem 0 -.75rem;border:0;border-top:1px solid #edf1f5}@media (max-width:620px){.submission-file-row{align-items:flex-start;flex-direction:column;gap:.45rem}.submission-metadata-diff>div{grid-template-columns:1fr}}.submission-more-filters{position:relative}.submission-more-filters__panel{position:absolute;top:calc(100% + .5rem);right:0;z-index:110;display:grid;grid-template-columns:minmax(150px,.7fr) minmax(260px,1fr) minmax(260px,1fr);align-items:end;gap:.9rem;width:min(850px,calc(100vw - 3rem));padding:1rem;border:1px solid #d6dfec;border-radius:10px;background:#fff;box-shadow:0 12px 32px rgba(24,39,68,.18)}.submission-more-filters__panel fieldset,.submission-more-filters__panel>label{display:flex;flex-direction:column;gap:.4rem;min-width:0}.submission-more-filters__panel legend,.submission-more-filters__panel>label{color:#475467;font-size:.82rem;font-weight:700}.submission-more-filters__panel fieldset{margin:0;padding:0;border:0}.submission-more-filters__panel fieldset label{display:flex;align-items:center;gap:.4rem;color:#667085;font-size:.82rem}.submission-more-filters__panel input,.submission-more-filters__panel select{min-height:40px;border:1px solid #cdd7e5;border-radius:6px;background:#fff;font:inherit;color:#1d2939}.submission-more-filters__panel input{flex:1 1;min-width:0;padding:.4rem .55rem}.submission-more-filters__panel fieldset{flex-direction:row;flex-wrap:wrap}.submission-more-filters__panel fieldset legend{width:100%;margin-bottom:.4rem}.submission-more-filters__panel fieldset label{flex:1 1}.submission-filter-chips{display:flex;gap:.4rem;flex-wrap:wrap;margin-top:.7rem;padding-top:.7rem;border-top:1px solid #edf1f6}.submission-filter-chips span{padding:.25rem .55rem;border-radius:999px;background:#edf3fb;color:#405879;font-size:.78rem;line-height:1.35}.submission-filter-chips .submission-filter-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.18rem .24rem .18rem .58rem}.submission-filter-chip button{display:grid;place-items:center;width:22px;height:22px;padding:0;border:0;border-radius:50%;background:transparent;color:#61738d;font:inherit;font-size:1rem;line-height:1;cursor:pointer}.submission-filter-chip button:focus-visible,.submission-filter-chip button:hover{background:#d8e4f3;color:#243d61;outline:none}.submission-selection-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem;padding:.7rem .9rem;border:1px solid #b9cae5;border-radius:9px;background:#eef4fc;color:#253858;font-size:.9rem}.submission-selection-bar>div{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap}.submission-selection-bar button:not(.submission-secondary-btn){border:0;background:transparent;color:#2f5f9f;font:inherit;text-decoration:underline;cursor:pointer}.submission-danger-btn{color:#a12222!important}.submission-danger-btn:disabled{opacity:.45;cursor:not-allowed!important}.submission-table-wrap{overflow:auto;max-height:calc(100vh - 260px);min-height:260px}.submission-table{min-width:860px;font-size:.92rem}.submission-table thead th{position:sticky;top:0;z-index:5;box-shadow:inset 0 -1px 0 #dce6f5}.submission-table td{padding-top:.85rem;padding-bottom:.85rem;line-height:1.4}.submission-table tbody tr{cursor:pointer}.submission-table tbody tr:focus-within td{background:#f4f7fc}.submission-table .submission-row--selected td{background:#edf4ff}.submission-column--manuscript{width:40%}.submission-column--author{width:21%}.submission-column--status{width:14%}.submission-column--dates{width:15%;min-width:158px}.submission-column--planned{width:10%;min-width:130px}.submission-sort{padding:0;border:0;background:transparent;color:inherit;font:inherit;font-weight:inherit;text-transform:inherit;letter-spacing:inherit;cursor:pointer}.submission-dates-heading button:hover,.submission-sort:hover{color:#163c78;text-decoration:underline}.submission-select-cell{width:44px;padding-left:.8rem!important;padding-right:.35rem!important;text-align:center!important}.submission-select-cell input{width:17px;height:17px;cursor:pointer;accent-color:#315f9f}.submission-title-row{display:flex;align-items:flex-start;gap:.55rem}.submission-title-row>a{min-width:0;overflow:hidden;color:#172b4d;font-size:.94rem;font-weight:650;line-height:1.38;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.submission-title-row>a:hover{color:#2d5d9f;text-decoration:underline}.submission-preview-btn{flex:0 0 auto;padding:.2rem .4rem;border:0;border-radius:5px;background:transparent;color:#5273a6;font:inherit;font-size:.76rem;cursor:pointer;opacity:0}.submission-preview-btn:focus,.submission-table tr:hover .submission-preview-btn{opacity:1;background:#e8f0fb}.submission-cell-meta{display:flex;align-items:baseline;gap:.3rem;min-width:0;margin-top:.3rem;color:#748197;font-size:.8rem;font-weight:600;letter-spacing:.02em;white-space:nowrap}.submission-cell-change{color:#356796;text-decoration:none}.submission-cell-change:hover{text-decoration:underline}.submission-author-cell>div{color:#24324a;font-weight:500}.submission-author-cell>a{color:#65748b;font-size:.82rem;text-decoration:none;overflow-wrap:anywhere}.submission-author-cell>a:hover{color:#2d5d9f;text-decoration:underline}.submission-status{min-height:28px;padding:.3rem .7rem;font-size:.78rem}.submission-dates-heading{display:flex;flex-direction:column;gap:.15rem}.submission-dates-heading>span:last-child{color:#70809a;font-size:.66rem;text-transform:none;letter-spacing:0;white-space:nowrap}.submission-dates-heading button{padding:0;border:0;background:transparent;color:inherit;font:inherit;cursor:pointer}.submission-dates-cell{white-space:nowrap;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.submission-dates-cell>div{display:flex;justify-content:space-between;gap:.65rem}.submission-dates-cell>div:first-child time{color:#233b63;font-weight:650}.submission-dates-cell span{color:#7a879b;font-size:.77rem}.submission-dates-cell time{color:#59677d;font-size:.84rem}.submission-planned-cell{color:#42526e}.submission-muted{color:#8a95a6}.submission-empty{padding:3rem 1rem!important;color:#667085!important;text-align:center;cursor:default}.submission-preview-layer{position:fixed;inset:0;z-index:300;background:rgba(21,31,49,.35)}.submission-preview{position:absolute;top:0;right:0;display:flex;flex-direction:column;width:min(520px,94vw);height:100%;background:#fff;box-shadow:-10px 0 34px rgba(16,29,50,.2)}.submission-preview__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.3rem;border-bottom:1px solid #e5eaf1}.submission-preview__header>div{display:flex;flex-direction:column;gap:.2rem}.submission-preview__header span{color:#6d7a8e;font-size:.78rem;text-transform:uppercase;letter-spacing:.05em}.submission-preview__header strong{color:#1a2744;font-size:1.05rem}.submission-preview__header button{width:38px;height:38px;border:0;border-radius:50%;background:#f0f3f7;color:#34445e;font-size:1.5rem;cursor:pointer}.submission-preview__body{flex:1 1;overflow-y:auto;padding:1.25rem 1.4rem 2rem}.submission-preview__body h2{margin:1rem 0 .45rem;color:#172b4d;font-size:1.25rem;line-height:1.42}.submission-preview__translation{margin:0 0 1rem;color:#66758a;font-size:.92rem;line-height:1.45}.submission-preview__body dl{margin:1.2rem 0;border-top:1px solid #e8edf3}.submission-preview__body dl>div{display:grid;grid-template-columns:130px 1fr;gap:.8rem;padding:.7rem 0;border-bottom:1px solid #e8edf3}.submission-preview__body dt{color:#6b778c;font-size:.82rem}.submission-preview__body dd{margin:0;color:#27364f;font-size:.9rem;overflow-wrap:anywhere}.submission-preview__coauthors{margin:0;padding:0;list-style:none}.submission-preview__coauthors li+li{margin-top:.3rem}.submission-preview__body a{color:#2d5d9f}.submission-preview__body section{margin-top:1.25rem}.submission-preview__body h3{margin:0 0 .45rem;color:#344563;font-size:.9rem}.submission-preview__body section p{margin:0;color:#475467;font-size:.91rem;line-height:1.58;white-space:pre-wrap}.submission-preview__body ul{margin:0;padding-left:1.2rem}.submission-preview__body li{margin:.35rem 0}.submission-preview__state{flex:1 1;display:grid;place-items:center;color:#667085}.submission-preview__footer{padding:1rem 1.3rem;border-top:1px solid #e5eaf1;background:#fafbfd}.submission-preview__footer .admin-search__btn{display:block;text-align:center;text-decoration:none;font-size:.92rem}@media (max-width:900px){.submission-more-filters__panel{right:auto;left:0;grid-template-columns:1fr;width:min(420px,calc(100vw - 2.5rem))}.submission-selection-bar{align-items:flex-start;flex-direction:column}.submission-table-wrap{max-height:none}}@media (max-width:620px){.submissions-heading{align-items:flex-start}.submissions-heading__actions{flex-wrap:wrap;justify-content:flex-end}.submission-filters__main>.admin-search__btn,.submission-filters__main>.admin-search__input,.submission-filters__main>.admin-select{width:100%;flex-basis:100%}.submission-more-filters{width:100%}.submission-more-filters>summary{justify-content:center}}.records-page{color:#1d2939}.records-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.1rem}.records-heading .admin-title{margin:.2rem 0 .35rem;font-size:1.65rem}.records-heading p{margin:0;color:#66758a;font-size:.93rem;line-height:1.5}.records-eyebrow{color:#66758a;font-size:.75rem;font-weight:750;letter-spacing:.075em;text-transform:uppercase}.records-filters{position:relative;margin-bottom:1rem;padding:.8rem;border:1px solid #dfe6f0;border-radius:10px;background:#fff}.records-search{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.records-search .admin-search__input{min-height:44px;flex:1 1 520px;font-size:.96rem}.records-search .admin-search__btn,.records-search .admin-select{min-height:44px;font-size:.9rem}.records-search .admin-select{min-width:160px}.records-tabs{display:flex;gap:.35rem;margin-top:.75rem;overflow-x:auto}.records-tab{display:inline-flex;align-items:center;gap:.4rem;min-height:38px;padding:.45rem .7rem;border:1px solid transparent;border-radius:7px;background:#f5f7fa;color:#40516c;font-size:.88rem;text-decoration:none;white-space:nowrap}.records-tab span{color:#7b8799;font-size:.8rem}.records-tab:hover{background:#edf3fb}.records-tab--active{border-color:#a9bfdc;background:#eaf2fc;color:#244f87;font-weight:700}.records-tab--active span{color:inherit}.records-found{position:absolute;right:.9rem;bottom:1.2rem;color:#748197;font-size:.84rem}.records-summary-line{display:flex;gap:.9rem 1.25rem;flex-wrap:wrap;margin-top:.75rem;color:#68778c;font-size:.82rem}.records-summary-line strong{color:#344563}.records-table-wrap{max-height:calc(100vh - 330px);min-height:250px;overflow:auto}.records-table{min-width:850px;font-size:.93rem}.records-table thead th{position:sticky;top:0;z-index:5;box-shadow:inset 0 -1px 0 #dce6f5}.records-table td{min-height:62px;padding-top:.82rem;padding-bottom:.82rem;line-height:1.45}.records-table tbody tr{cursor:pointer}.records-table tbody tr:focus{outline:2px solid #87a8d5;outline-offset:-2px}.records-primary-cell{min-width:230px}.records-primary-cell>strong{display:block;color:#22324c;font-size:.94rem;font-weight:650}.records-primary-cell>a{display:block;color:#5c6f8a;font-size:.84rem;overflow-wrap:anywhere;text-decoration:none}.records-primary-cell>a:hover{color:#2d5d9f;text-decoration:underline}.records-account-method{display:block;color:#687991;font-size:.84rem}.records-primary-cell>small{display:block;margin-top:.18rem;color:#8a95a5;font-size:.73rem}.records-you{margin-left:.45rem;padding:.08rem .38rem;border-radius:999px;background:#e9f0fa;color:#315f9f;font-size:.68rem;font-weight:700}.records-state{display:inline-block;color:#4e6079;font-size:.84rem}.records-state--ok:before{content:"";display:inline-block;width:7px;height:7px;margin-right:.42rem;border-radius:50%;background:#39965d;vertical-align:.08rem}.records-state--warning{color:#8a5b13;font-weight:600}.records-state--muted{color:#8a95a5}.records-date{min-width:112px;white-space:nowrap;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.records-date time{display:block;color:#40516b}.records-date small{display:block;color:#8792a2;font-size:.72rem}.records-activity{min-width:135px}.records-activity span{display:block;color:#52637c;font-size:.82rem}.records-actions-column{width:52px}.records-row-action{width:52px;padding-left:.4rem!important;padding-right:.65rem!important;text-align:right}.records-row-action button{width:36px;height:34px;border:0;border-radius:6px;background:transparent;color:#58739a;font:inherit;letter-spacing:.08em;cursor:pointer}.records-row-action button:focus-visible,.records-row-action button:hover{background:#e8f0fb;outline:none}.records-source{display:inline-flex;padding:.22rem .55rem;border-radius:999px;background:#eef1f5;color:#5d6878;font-size:.76rem;font-weight:650;white-space:nowrap}.records-source--live{background:#e8f0fe;color:#315b95}.records-money{min-width:105px;color:#27364f;font-weight:650;white-space:nowrap;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.purchase-article-cell{min-width:310px;max-width:460px}.purchase-article-cell>strong{display:-webkit-box;overflow:hidden;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.records-date-filter{position:absolute;top:calc(100% + .5rem);right:0;z-index:110;display:flex;align-items:flex-end;gap:.75rem;width:min(520px,calc(100vw - 3rem));padding:1rem;border:1px solid #d6dfec;border-radius:10px;background:#fff;box-shadow:0 12px 32px rgba(24,39,68,.18)}.records-date-filter label{display:flex;flex:1 1;flex-direction:column;gap:.35rem;color:#526174;font-size:.8rem;font-weight:650}.records-date-filter input{min-height:40px;padding:.35rem .5rem;border:1px solid #cdd7e5;border-radius:6px;color:#27364f;font:inherit}.records-drawer{width:min(540px,96vw)}.records-drawer-email{margin:0 0 1rem;color:#526783;overflow-wrap:anywhere}.records-drawer-badges{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.records-notice{padding:.7rem .8rem;border:1px solid #e4d4a7;border-radius:7px;background:#fff9e8;color:#72551b!important;font-size:.84rem!important;line-height:1.5}.records-access-editor{padding:1rem;border:1px solid #d9e2ee;border-radius:9px;background:#f8fafd}.records-access-editor h3{margin-top:0}.records-access-editor select{width:100%;min-height:42px;padding:.45rem .6rem;border:1px solid #bdcadc;border-radius:7px;background:#fff;color:#24324a;font:inherit}.records-access-editor p{min-height:42px;margin:.55rem 0 .8rem!important;color:#66758a!important;font-size:.84rem!important;line-height:1.5!important}.records-message{margin:.8rem 0 0!important;padding:.6rem .75rem;border-radius:7px;font-size:.84rem!important}.records-message--ok{background:#e9f7ef;color:#236c3e!important}.records-message--error{background:#fdecec;color:#922f2f!important}.records-drawer section>p{color:#66758a;font-size:.86rem;line-height:1.5}.records-drawer-links{display:flex;gap:.55rem;flex-wrap:wrap}.records-drawer-links a{padding:.45rem .65rem;border:1px solid #bdcadc;border-radius:6px;background:#fff;font-size:.84rem;text-decoration:none}.records-technical{margin-top:1.2rem;border-top:1px solid #e4eaf1}.records-technical>summary{padding:.85rem 0;color:#66758a;font-size:.84rem;font-weight:650;cursor:pointer}.records-technical dl{margin-top:0}.admin-badge--role-full-access{background:#e7f5ef;color:#287052}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media (max-width:900px){.records-found{position:static;margin-top:.65rem}.records-table-wrap{max-height:none}}@media (max-width:620px){.records-heading{align-items:stretch;flex-direction:column}.records-heading .submission-columns-menu{align-self:flex-end}.records-search>.admin-search__btn,.records-search>.admin-search__input,.records-search>.admin-select,.records-search>.submission-more-filters{width:100%;flex-basis:100%}.records-search>.submission-more-filters>summary{justify-content:center}.records-date-filter{left:0;right:auto;align-items:stretch;flex-direction:column;width:min(390px,calc(100vw - 2.5rem))}}.articles-page{color:#1d2939}.article-add-button{text-decoration:none;white-space:nowrap}.article-more-filters{grid-template-columns:105px minmax(190px,1fr) minmax(210px,1.25fr) 130px;align-items:end;width:min(920px,calc(100vw - 3rem))}.article-filter-checklist{padding:.7rem .8rem!important;border:1px solid #e1e7ef!important;border-radius:8px;background:#f8fafc}.article-filter-checklist--readiness{grid-column:1/span 3}.article-filter-checklist--editorial{grid-column:4}.article-filter-checklist>div{display:grid;gap:.42rem .9rem;width:100%}.article-filter-checklist--readiness>div{grid-template-columns:repeat(3,minmax(0,1fr))}.article-filter-checklist--editorial>div{grid-template-columns:1fr}.article-filter-checklist label{flex:none!important;min-width:0;white-space:nowrap}.article-filter-checklist input{flex:0 0 auto!important;width:16px;min-width:16px!important;height:16px;min-height:16px!important;margin:0;padding:0!important}.article-more-filters__apply{grid-column:4;justify-self:end}.article-table-wrap{max-height:calc(100vh - 265px)}.article-table{min-width:780px}.article-column--article{width:38%}.article-column--status{width:15%;min-width:155px}.article-column--issue{width:12%;min-width:120px}.article-column--rubric{width:17%}.article-column--authors{width:18%}.article-column--price{min-width:85px}.article-column--updated{min-width:110px}.article-list-title__heading{display:flex;align-items:flex-start;gap:.45rem;min-width:0}.article-list-title__heading>a{display:-webkit-box;min-width:0;overflow:hidden;color:#172b4d;font-size:.95rem;font-weight:650;line-height:1.42;text-decoration:none;-webkit-box-orient:vertical;-webkit-line-clamp:2}.article-list-title__heading>a:hover{color:#2d5d9f;text-decoration:underline}.article-list-title>p{display:-webkit-box;margin:.25rem 0 0;overflow:hidden;color:#69778b;font-size:.82rem;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.article-language-badge{flex:0 0 auto;margin-top:.08rem;padding:.1rem .3rem;border-radius:4px;background:#edf2f7;color:#6a778a;font-size:.64rem;font-weight:750;line-height:1.35;letter-spacing:.04em}.article-list-identifiers{display:flex;align-items:baseline;gap:.28rem;min-height:1rem;margin-top:.3rem;color:#69778b;font-size:.76rem;line-height:1.35}.article-list-identifiers button{max-width:100%;overflow:hidden;padding:0;border:0;background:transparent;color:#496b98;font:inherit;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.article-list-identifiers button:focus-visible,.article-list-identifiers button:hover{color:#214f8b;text-decoration:underline;outline:none}.article-list-identifiers .article-list-identifiers__add{color:#718096}.article-list-identifiers__separator{color:#a0a9b7}.article-list-identifiers-saved{display:block;margin-top:.2rem;color:#28743d;font-size:.72rem;font-weight:650}.article-list-status small{font-size:.72rem}.article-list-readiness,.article-list-status small{display:block;margin-top:.38rem;color:#8a5a16;line-height:1.35}.article-list-readiness{padding:0;border:0;background:transparent;font:inherit;font-size:.73rem;text-align:left;white-space:nowrap;cursor:pointer}.article-list-readiness:focus-visible,.article-list-readiness:hover{color:#69420c;text-decoration:underline;outline:none}.article-list-warning{color:#996515;font-size:.84rem}.article-list-clamped{display:-webkit-box;overflow:hidden;line-height:1.42;-webkit-box-orient:vertical;-webkit-line-clamp:2}.article-table td>a{color:#355f96;text-decoration:none}.article-table td>a:hover{text-decoration:underline}.article-placement-value{display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:.18rem}.article-placement-value>a{color:#355f96;text-decoration:none}.article-placement-value>a:hover{text-decoration:underline}.article-placement-select{width:100%;min-width:0;max-width:100%;padding:0;overflow:hidden;border:0;background:transparent;color:#496b98;font:inherit;line-height:1.42;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.article-placement-select:focus-visible,.article-placement-select:hover{color:#214f8b;text-decoration:underline;outline:none}.article-placement-select:disabled{color:#8a95a6;cursor:default;text-decoration:none}.article-placement-saved{color:#28743d;font-size:.7rem;font-weight:650}.article-placement-error{color:#a12222;font-size:.72rem;line-height:1.35}.article-identifiers-popover{position:fixed;z-index:420;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;width:min(430px,calc(100vw - 24px));max-height:calc(100vh - 24px);overflow-y:auto;padding:.9rem;border:1px solid #ced9e8;border-radius:10px;background:#fff;box-shadow:0 14px 36px rgba(20,35,58,.22);color:#24324a}.article-identifiers-popover__heading{display:flex;grid-column:1/-1;align-items:center;justify-content:space-between;gap:.75rem}.article-identifiers-popover__heading strong{font-size:.93rem}.article-identifiers-popover__heading button{display:grid;place-items:center;width:28px;height:28px;padding:0;border:0;border-radius:50%;background:#f0f3f7;color:#43516a;font:inherit;font-size:1.15rem;cursor:pointer}.article-identifiers-popover>label{display:flex;min-width:0;flex-direction:column;gap:.32rem;color:#475467;font-size:.78rem;font-weight:700}.article-identifiers-popover input{width:100%;min-width:0;min-height:40px;padding:.48rem .58rem;border:1px solid #cbd6e4;border-radius:6px;color:#1d2939;font:inherit;font-size:.87rem}.article-identifiers-popover input:focus{border-color:#6486b6;outline:2px solid #d9e6f7;outline-offset:1px}.article-identifiers-popover__error{grid-column:1/-1;margin:0;color:#a12222;font-size:.78rem;line-height:1.4}.article-identifiers-popover__actions{display:flex;grid-column:1/-1;align-items:center;gap:.45rem;flex-wrap:wrap}.article-identifiers-popover__actions button{min-height:36px}.article-identifiers-popover__cancel{padding:.42rem .55rem;border:0;background:transparent;color:#667085;font:inherit;cursor:pointer}.article-preview-readiness{padding:.75rem .85rem;border:1px solid #ead7aa;border-radius:7px;background:#fffaf0;color:#694b18}.article-preview-readiness h3{color:#76531a}.article-preview-readiness ul{font-size:.83rem;line-height:1.42}.submission-preview__body .article-preview-editorial{margin-top:1.25rem}.article-preview-editorial>h3{margin-bottom:.3rem}.submission-preview__body .article-preview-editorial dl{margin:0}.submission-preview__body .article-preview-details{margin-top:1rem}.article-preview-editorial .article-placement-select{font-size:.9rem}.article-editor-page{color:#1d2939}.article-editor-heading{display:flex;justify-content:space-between;gap:1rem;margin:1.1rem 0 1.25rem}.article-editor-heading>div>span{color:#6b778c;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.article-editor-heading .admin-title{margin:.25rem 0 .35rem}.article-editor-heading p{margin:0;color:#667085;font-size:.91rem}.article-editor-toolbar{position:sticky;top:0;z-index:90;display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding:.9rem 1rem;border:1px solid #ced9e8;border-radius:11px;background:rgba(250,252,255,.97);box-shadow:0 5px 18px rgba(20,35,58,.08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.article-editor-toolbar__title{min-width:0}.article-editor-toolbar__title>span{color:#6d7a8e;font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.article-editor-toolbar__title h1{margin:.12rem 0 .35rem;overflow:hidden;color:#172b4d;font-size:1.12rem;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.article-editor-toolbar__title>div{display:flex;align-items:center;gap:.65rem}.article-editor-toolbar__title small{color:#92611a;font-size:.74rem}.article-editor-toolbar__actions{display:flex;align-items:center;gap:.5rem;flex:0 0 auto}.article-editor-toolbar__actions form{margin:0}.article-metadata-version{margin:-.35rem 0 .85rem;color:#64748b;font-size:.75rem;text-align:right}.article-mutation-error{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding:.85rem 1rem;border:1px solid #efb7b7;border-left:4px solid #b42318;border-radius:8px;background:#fff4f2;color:#7a271a;font-size:.85rem}.article-mutation-error strong{display:block;margin-bottom:.25rem;color:#912018}.article-mutation-error p{margin:.2rem 0;line-height:1.45}.article-mutation-error ul{margin:.65rem 0 0;padding-left:1.15rem}.article-mutation-error li{margin:.25rem 0}.article-mutation-error code{margin-left:.45rem;color:#7c4a42;font-size:.72rem}.article-mutation-error__actions{display:flex;align-items:flex-start;gap:.45rem;flex:0 0 auto}.article-mutation-error__actions button{padding:.35rem .55rem;border:1px solid #d99b94;border-radius:5px;background:#fff;color:#84251d;cursor:pointer;font:inherit;white-space:nowrap}.article-mutation-warning{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding:.8rem 1rem;border:1px solid #d8c47f;border-left:4px solid #b7791f;border-radius:8px;background:#fffaf0;color:#6d4c16;font-size:.82rem}.article-mutation-warning strong{color:#795314}.article-mutation-warning p{margin:.2rem 0}.article-mutation-warning ul{margin:.45rem 0 0;padding-left:1.1rem}.article-mutation-warning code{margin-left:.45rem;color:#7a6740;font-size:.72rem}.article-mutation-warning>button{padding:.2rem .45rem;border:1px solid #d5c183;border-radius:5px;background:#fff;color:#795314;cursor:pointer}.article-correction-reason{display:grid;grid-template-columns:minmax(220px,.42fr) 1fr;align-items:center;gap:1rem;margin-bottom:1rem;padding:.8rem 1rem;border:1px solid #d7c69f;border-radius:8px;background:#fffaf0}.article-correction-reason label{display:flex;flex-direction:column;gap:.18rem;color:#6d4c16;font-size:.84rem;font-weight:700}.article-correction-reason label span{color:#8a6b36;font-size:.74rem;font-weight:400}.article-correction-reason input{width:100%;min-width:0;padding:.55rem .65rem;border:1px solid #ceb981;border-radius:6px;background:#fff;color:#2f3540;font:inherit;font-size:.86rem}.article-publish-readiness{margin-bottom:1rem;border:1px solid #e2c98e;border-radius:8px;background:#fffaf0;color:#704c12;font-size:.83rem}.article-publish-readiness summary{padding:.7rem .9rem;cursor:pointer;font-weight:700}.article-publish-readiness ul{margin:0;padding:0 1rem .8rem 2rem}.article-publish-readiness li{margin:.25rem 0}.article-publish-readiness code{margin-left:.45rem;color:#7a6740;font-size:.72rem}.article-author-resolution-warning{margin:0 0 1rem;padding:.65rem .8rem;border-left:3px solid #b7791f;border-radius:5px;background:#fff8e8;color:#714b0b;font-size:.82rem;line-height:1.45}.article-canonical-editor-note{margin:.8rem 0 0;padding:.65rem .8rem;border-left:3px solid #6d87aa;border-radius:5px;background:#f4f7fb;color:#52657f;font-size:.8rem;line-height:1.45}.article-credit-list{display:grid;gap:.65rem;margin:0 0 1rem}.article-credit-card{border:1px solid #d8e1ed;border-radius:8px;background:#fbfcfe}.article-credit-card>summary{display:flex;align-items:center;gap:.65rem;padding:.7rem .8rem;cursor:pointer;list-style:none}.article-credit-card>summary::-webkit-details-marker{display:none}.article-credit-position{display:grid;place-items:center;flex:0 0 24px;height:24px;border-radius:50%;background:#e7eef8;color:#315f9f;font-size:.75rem;font-weight:800}.article-credit-name{display:flex;flex:1 1;min-width:0;flex-direction:column}.article-credit-name strong{overflow:hidden;color:#24324a;font-size:.88rem;text-overflow:ellipsis;white-space:nowrap}.article-credit-name small{color:#6c788a;font-size:.74rem}.article-credit-badge{flex:0 0 auto;padding:.2rem .5rem;border-radius:999px;background:#e9f5ed;color:#27663a;font-size:.7rem;font-weight:700}.article-credit-badge--warning{background:#fff0cf;color:#8a5b0c}.article-credit-details{display:grid;gap:.65rem;padding:0 .85rem .85rem 3.1rem}.article-credit-details dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;margin:0}.article-credit-details dl>div{min-width:0}.article-credit-details dt{color:#758195;font-size:.7rem;font-weight:700;text-transform:uppercase}.article-credit-details dd{margin:.14rem 0 0;overflow-wrap:anywhere;color:#354259;font-size:.8rem}.article-credit-affiliation{display:flex;flex-direction:column;padding:.55rem .65rem;border-radius:6px;background:#fff;color:#46556c;font-size:.8rem}.article-credit-affiliation small,.article-credit-affiliation span{margin-top:.12rem;color:#708096}.article-credit-biography{color:#46556c;font-size:.8rem}.article-credit-biography p{margin:.3rem 0}.article-provenance-row{display:flex;flex-wrap:wrap;gap:.35rem}.article-source-chip{display:inline-flex;max-width:100%;padding:.16rem .45rem;border:1px solid #ccd8e8;border-radius:999px;background:#f1f5fa;color:#506580;font-size:.68rem;font-weight:650;vertical-align:middle}.article-integrity-lock-note{margin:0 0 1rem;padding:.72rem .9rem;border:1px solid #c9d5e5;border-left:3px solid #294d78;border-radius:7px;background:#f3f7fb;color:#30455f;font-size:.82rem;line-height:1.5}.article-integrity-lock-note--compact{margin-bottom:.75rem;padding:.58rem .72rem;font-size:.79rem}.article-archive-button{min-height:40px;padding:.5rem .7rem;border:0;background:transparent;color:#6b778c;font:inherit;font-size:.84rem;cursor:pointer}.article-archive-button:hover{color:#344563;text-decoration:underline}.article-new-form{display:flex;flex-direction:column;gap:1rem;max-width:1050px}.article-editor-section{margin-bottom:1rem;padding:1.2rem 1.3rem;border:1px solid #d9e2ee;border-radius:11px;background:#fff}.article-new-form .article-editor-section{margin-bottom:0}.article-editor-section__heading{display:flex;align-items:flex-start;gap:.8rem;margin-bottom:1rem}.article-editor-section__heading>span{display:grid;place-items:center;flex:0 0 auto;width:28px;height:28px;border-radius:50%;background:#e9f0fa;color:#315f9f;font-size:.82rem;font-weight:800}.article-editor-section__heading h2{margin:0;color:#24324a;font-size:1rem}.article-editor-section__heading p{margin:.2rem 0 0;color:#718096;font-size:.82rem}.article-structured-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.article-control-columns>details,.article-structured-groups>details{min-width:0;border:1px solid #d9e2ee;border-radius:8px;background:#fbfcfe}.article-control-columns summary,.article-structured-groups summary{display:flex;justify-content:space-between;gap:.7rem;padding:.7rem .8rem;cursor:pointer;color:#33445d;font-size:.83rem;font-weight:750}.article-control-columns summary b,.article-structured-groups summary b{color:#60738e}.article-structured-groups details>p{margin:0;padding:0 .8rem .75rem;font-size:.78rem}.article-reference-list{max-height:30rem;margin:0;padding:0 .8rem .8rem 2.2rem;overflow:auto}.article-reference-list li{margin:.45rem 0;padding-left:.25rem;color:#3d4b60;font-size:.78rem}.article-reference-list p{margin:0;line-height:1.45}.article-reference-list li>div{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.28rem;color:#6d7b8f;font-size:.68rem}.article-reference-list a{color:#315f9f}.article-metadata-plain-list{display:grid;gap:.45rem;max-height:26rem;margin:0;padding:0 .8rem .8rem;overflow:auto;list-style:none}.article-metadata-plain-list li{display:flex;align-items:flex-start;flex-direction:column;gap:.15rem;padding:.5rem .6rem;border-radius:6px;background:#fff;color:#405069;font-size:.76rem}.article-metadata-plain-list li small,.article-metadata-plain-list li span{color:#718096}.article-metadata-health{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.7rem;padding:.75rem .85rem;border-radius:8px;font-size:.82rem}.article-metadata-health--ok{border:1px solid #b9dbc3;background:#eff9f2;color:#225c35}.article-metadata-health--warning{border:1px solid #e2c98e;background:#fffaf0;color:#704c12}.article-metadata-health span{font-size:.74rem}.article-metadata-control__violations{display:grid;gap:.3rem;margin:0 0 .8rem;padding:0;list-style:none}.article-metadata-control__violations li{display:flex;align-items:baseline;justify-content:space-between;gap:.7rem;padding:.42rem .6rem;border-radius:5px;background:#fff8e8;color:#704c12;font-size:.76rem}.article-metadata-control__violations code{color:#7b6b4e;font-size:.68rem}.article-control-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.article-event-list,.article-source-list{display:grid;gap:.5rem;max-height:30rem;margin:0;padding:0 .8rem .8rem;overflow:auto;list-style:none}.article-source-list li{padding:.52rem .62rem;border-radius:6px;background:#fff}.article-source-list li>div{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.25rem .6rem;color:#69798f;font-size:.7rem}.article-source-list strong{color:#35465f;font-size:.77rem}.article-source-list a{color:#315f9f}.article-event-list{counter-reset:none}.article-event-list li{position:relative;padding:.55rem .62rem;border-left:3px solid #bfd0e5;border-radius:5px;background:#fff}.article-event-list li>div{display:flex;align-items:baseline;gap:.45rem;color:#35465f;font-size:.75rem}.article-event-list time{margin-left:auto;color:#7b8798;font-size:.66rem}.article-event-list p{margin:.3rem 0;color:#576982;font-size:.72rem}.article-event-list blockquote{margin:.35rem 0;padding-left:.55rem;border-left:2px solid #d7c69f;color:#705522;font-size:.72rem}.article-event-list small{color:#7b8798;font-size:.66rem}.article-structured-editor{display:grid;min-width:0;gap:.65rem;margin:1rem 0 0;padding:0;border:0}.article-structured-editor[aria-busy=true]{cursor:wait}.article-structured-editor>details{border:1px solid #cfdbe9;border-radius:9px;background:#f8fafc}.article-structured-editor>details>summary,.article-structured-editor__author>summary{display:flex;justify-content:space-between;gap:.7rem;padding:.75rem .85rem;cursor:pointer;color:#30445f;font-size:.84rem;font-weight:750}.article-structured-editor__rows{display:grid;gap:.65rem;padding:0 .8rem .8rem}.article-structured-editor__row{min-width:0;padding:.7rem;border:1px solid #dbe4ef;border-radius:7px;background:#fff}.article-structured-editor__row-heading{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-bottom:.55rem;color:#34465e;font-size:.78rem}.article-structured-editor__row-heading span{display:flex;gap:.25rem}.article-structured-editor__row-heading button,.article-structured-editor__subrow>button{padding:.24rem .45rem;border:1px solid #d1dae6;border-radius:5px;background:#fff;color:#5a687c;font:inherit;font-size:.7rem;cursor:pointer}.article-structured-editor__row-heading button:disabled{opacity:.45;cursor:default}.article-structured-editor__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.article-structured-editor__grid label,.article-structured-editor__richtext label{display:flex;min-width:0;flex-direction:column;gap:.24rem;color:#56667b;font-size:.72rem;font-weight:650}.article-structured-editor__grid input,.article-structured-editor__grid select,.article-structured-editor__grid textarea,.article-structured-editor__richtext select,.article-structured-editor__richtext textarea{width:100%;min-width:0;padding:.48rem .55rem;border:1px solid #cfd9e6;border-radius:6px;background:#fff;color:#2f3d51;font:inherit;font-size:.78rem}.article-structured-editor__wide{grid-column:1/-1}.article-structured-editor__richtext{display:grid;grid-template-columns:minmax(0,1fr) 150px;align-items:end;gap:.55rem;margin-top:.55rem}.article-structured-editor__richtext textarea{resize:vertical;line-height:1.45}.article-structured-editor__actions{display:flex;align-items:center;flex-wrap:wrap;gap:.55rem;padding:0 .8rem .8rem}.article-structured-editor__actions span{color:#24723b;font-size:.78rem;font-weight:700}.article-structured-editor__author{border:1px solid #d7e1ed;border-radius:7px;background:#fff}.article-structured-editor__author>:not(summary){margin-right:.75rem;margin-left:.75rem}.article-structured-editor__author h4{margin-top:1rem;margin-bottom:.45rem;color:#3b4b61;font-size:.8rem}.article-structured-editor__author .article-structured-editor__actions{margin-right:0;margin-left:0;padding:.8rem 0}.article-author-publication-note{margin:0;color:#65758a;font-size:.82rem;line-height:1.45}#article-author-publication-details,.article-structured-editor__author[id]{scroll-margin-top:6rem}.article-structured-editor__checkbox{align-self:end;flex-direction:row!important;align-items:center;min-height:38px}.article-structured-editor__checkbox input{width:auto}.article-structured-editor__subrow{align-items:end;margin-bottom:.45rem;padding:.55rem;border-radius:6px;background:#f7f9fc}.article-reference-editor__body{display:grid;min-width:0;gap:.8rem;margin:0;padding:0 .8rem .8rem;border:0}.article-reference-editor__body[aria-busy=true]{opacity:.82}.article-reference-editor__topline{position:relative;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.article-reference-method-tabs,.article-reference-tabs{display:flex;align-items:center;gap:.3rem}.article-reference-method-tabs button,.article-reference-tabs button{min-height:34px;padding:.38rem .7rem;border:1px solid #cfd9e6;border-radius:7px;background:#fff;color:#596b83;font:inherit;font-size:.76rem;font-weight:700;cursor:pointer}.article-reference-tabs button span{display:inline-grid;place-items:center;min-width:20px;height:20px;margin-left:.22rem;padding:0 .3rem;border-radius:999px;background:#edf2f8;color:#536881;font-size:.68rem}.article-reference-tabs button span.is-review{background:#fff0ce;color:#835713}.article-reference-method-tabs button.is-active,.article-reference-tabs button.is-active{border-color:#315f9f;background:#315f9f;color:#fff}.article-reference-tabs button.is-active span{background:rgba(255,255,255,.2);color:#fff}.article-reference-tabs button.is-active span.is-review{background:#f5cf77;color:#664000}.article-reference-help{position:relative;z-index:12}.article-reference-help>summary{padding:.38rem .56rem;border:1px solid #d2dce8;border-radius:7px;background:#fff;color:#526780;font-size:.74rem;font-weight:700;cursor:pointer;list-style:none}.article-reference-help>summary::-webkit-details-marker{display:none}.article-reference-help>div{position:absolute;top:calc(100% + .4rem);right:0;width:min(370px,calc(100vw - 2.5rem));padding:.75rem .85rem;border:1px solid #cbd7e6;border-radius:8px;background:#fff;box-shadow:0 10px 28px rgba(20,35,58,.15);color:#485a72;font-size:.76rem;line-height:1.45}.article-reference-help p{margin:0}.article-reference-help p+p{margin-top:.6rem}.article-reference-compatibility-note{padding:.65rem .75rem;border:1px solid #dec98f;border-radius:7px;background:#fff9e9;color:#75541c;font-size:.75rem;line-height:1.45}.article-reference-method-tabs{padding-bottom:.55rem;border-bottom:1px solid #dfe6ef}.article-reference-method-tabs button{border-color:transparent;background:transparent}.article-reference-method-tabs button.is-active{border-color:#b9cbe1;background:#eaf1fa;color:#294f82}.article-reference-import,.article-reference-manual{padding:.75rem;border:1px solid #d8e2ee;border-radius:8px;background:#f9fbfd}.article-reference-card__editor label,.article-reference-doi-row label,.article-reference-import__controls label,.article-reference-import__source,.article-reference-link-row label,.article-reference-manual__citation,.article-reference-manual__grid label{display:flex;min-width:0;flex-direction:column;gap:.28rem;color:#4f6178;font-size:.73rem;font-weight:700}.article-reference-card__editor input,.article-reference-card__editor select,.article-reference-card__editor textarea,.article-reference-import select,.article-reference-import textarea,.article-reference-manual input,.article-reference-manual select,.article-reference-manual textarea{width:100%;min-width:0;padding:.5rem .58rem;border:1px solid #cbd7e5;border-radius:6px;background:#fff;color:#2f3d51;font:inherit;font-size:.79rem}.article-reference-card__editor textarea,.article-reference-import textarea,.article-reference-manual textarea{resize:vertical;line-height:1.48}.article-reference-import__controls{display:flex;align-items:end;justify-content:flex-end;gap:.65rem;margin-top:.6rem}.article-reference-import__controls label{width:min(250px,100%)}.article-reference-import__parsed{display:flex;align-items:flex-start;justify-content:space-between;gap:.65rem}.article-reference-import__parsed>details{flex:1 1;min-width:0;border:1px solid #c9ddcf;border-radius:7px;background:#f2faf4}.article-reference-import__parsed summary{display:flex;align-items:baseline;justify-content:space-between;gap:.65rem;padding:.6rem .7rem;color:#2b623a;font-size:.77rem;cursor:pointer}.article-reference-import__parsed summary small{color:#66806e;font-size:.68rem}.article-reference-import__parsed textarea{margin:0 .65rem .65rem;width:calc(100% - 1.3rem);background:#fff;color:#657488}.article-reference-manual{display:grid;gap:.65rem}.article-reference-card__grid,.article-reference-manual__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.article-reference-manual__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-reference-manual__add{justify-self:end}.article-reference-link-list{display:grid;gap:.45rem;padding-top:.15rem}.article-reference-link-list+.article-reference-link-list{margin-top:.55rem;padding-top:.65rem;border-top:1px solid #e2e8f0}.article-reference-link-list__heading{display:flex;align-items:center;justify-content:space-between;gap:.5rem;color:#42536a;font-size:.76rem}.article-reference-card__actions button,.article-reference-doi-row button,.article-reference-link-list__heading button,.article-reference-link-row button{padding:.3rem .48rem;border:1px solid #ccd7e4;border-radius:5px;background:#fff;color:#52647b;font:inherit;font-size:.69rem;cursor:pointer}.article-reference-link-list__empty{color:#7b8798;font-size:.72rem}.article-reference-link-order{display:grid;gap:.3rem;padding:.55rem;border:1px solid #dbe4ef;border-radius:6px;background:#fff}.article-reference-link-order>strong{color:#42536a;font-size:.74rem}.article-reference-link-order>div{display:grid;grid-template-columns:22px 34px minmax(0,1fr) 28px 28px;align-items:center;gap:.3rem;color:#596b82;font-size:.68rem}.article-reference-link-order>div>span{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#edf2f8;font-weight:750}.article-reference-link-order>div>b{color:#34577f;font-size:.65rem}.article-reference-link-order>div>small{min-width:0;overflow:hidden;color:#67778d;font-size:.68rem;text-overflow:ellipsis;white-space:nowrap}.article-reference-link-order button{width:28px;height:26px;padding:0;border:1px solid #ccd7e4;border-radius:5px;background:#fff;color:#52647b;font:inherit;cursor:pointer}.article-reference-link-order button:disabled{opacity:.42;cursor:default}.article-reference-link-row{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,.8fr) auto;align-items:end;gap:.45rem;padding:.5rem;border-radius:6px;background:#f3f6fa}.article-reference-link-row>div{display:flex;gap:.25rem;padding-bottom:.05rem}.article-reference-card__actions button:disabled,.article-reference-link-row button:disabled{opacity:.42;cursor:default}.article-reference-doi-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:.45rem}.article-reference-results__heading{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.1rem}.article-reference-results__heading>div{display:flex;align-items:baseline;gap:.55rem;color:#31445e;font-size:.81rem}.article-reference-results__heading>div span{color:#758196;font-size:.71rem}.article-reference-review-count{color:#8a5a16!important;font-size:.72rem;font-weight:700}.article-reference-cards{display:grid;gap:.5rem}.article-reference-empty{margin:0;padding:1rem;border:1px dashed #cbd7e5;border-radius:7px;color:#758196;font-size:.78rem;text-align:center}.article-reference-card{min-width:0;border:1px solid #d8e2ed;border-radius:8px;background:#fff;overflow:hidden}.article-reference-card--review{border-color:#ddc58d}.article-reference-card--error{border-color:#c45b62;box-shadow:0 0 0 2px rgba(176,47,58,.08)}.article-reference-card__summary{display:grid;grid-template-columns:28px minmax(0,1fr) 34px;align-items:start;gap:.55rem;padding:.62rem .68rem}.article-reference-card__number{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#e8eff8;color:#315f9f;font-size:.72rem;font-weight:800}.article-reference-card__summary>div{min-width:0}.article-reference-card__summary p{display:-webkit-box;margin:0;overflow:hidden;color:#33435a;font-size:.78rem;line-height:1.45;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2}.article-reference-card__summary>div>div{display:flex;flex-wrap:wrap;gap:.28rem;margin-top:.34rem}.article-reference-card__summary>div>div span{padding:.14rem .38rem;border-radius:999px;background:#eef3f8;color:#607188;font-size:.65rem;font-weight:650}.article-reference-card__more{width:34px;height:30px;padding:0;border:1px solid #d4dde8;border-radius:6px;background:#fff;color:#596a80;font:inherit;font-size:.8rem;letter-spacing:.04em;cursor:pointer}.article-reference-card__more:hover{background:#f2f6fb}.article-reference-issue{display:flex;align-items:center;justify-content:space-between;gap:.65rem;padding:.52rem .68rem;border-top:1px solid #ead8ad;background:#fff9eb;color:#745016}.article-reference-issue p{display:flex;min-width:0;flex-direction:column;gap:.08rem;margin:0;font-size:.7rem}.article-reference-issue p span{color:#876a3b}.article-reference-issue>div{display:flex;flex:0 0 auto;gap:.3rem}.article-reference-issue button{padding:.28rem .46rem;border:1px solid #d8bd7d;border-radius:5px;background:#fff;color:#76521a;font:inherit;font-size:.67rem;cursor:pointer}.article-reference-server-error{display:flex;flex-direction:column;gap:.1rem;padding:.52rem .68rem;border-top:1px solid #e4aeb2;background:#fff1f2;color:#842d35;font-size:.72rem}.article-reference-server-error span{color:#98515a}.article-reference-card__editor{display:grid;gap:.65rem;padding:.7rem;border-top:1px solid #dce5ef;background:#f8fafc}.article-reference-card__citation{grid-column:1/-1}.article-reference-card__actions{display:flex;align-items:center;justify-content:space-between;gap:.65rem;padding-top:.65rem;border-top:1px solid #dde5ee}.article-reference-card__actions>div{display:flex;flex-wrap:wrap;gap:.3rem}.article-reference-card__actions button.is-danger{border-color:#e3c2bf;color:#9b342c}.article-reference-editor__footer{position:sticky;bottom:0;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:.8rem;padding:.75rem;border:1px solid #cbd8e8;border-radius:8px;background:rgba(250,252,255,.97);box-shadow:0 -4px 14px rgba(20,35,58,.06)}.article-reference-editor__footer>div{display:flex;min-width:0;flex-direction:column;gap:.12rem;color:#6b788c;font-size:.72rem}.article-reference-editor__footer strong{color:#24723b}.article-reference-editor button:focus-visible,.article-reference-editor input:focus-visible,.article-reference-editor select:focus-visible,.article-reference-editor summary:focus-visible,.article-reference-editor textarea:focus-visible{outline:3px solid rgba(49,95,159,.22);outline-offset:2px}.article-new-grid{display:grid;grid-template-columns:180px 1fr;gap:.9rem}.article-new-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.article-new-grid label,.article-new-translation{display:flex;min-width:0;flex-direction:column;gap:.4rem;color:#344054;font-size:.86rem;font-weight:650}.article-new-grid input,.article-new-grid select{width:100%;min-width:0;max-width:100%}.article-new-title{min-width:0}.article-new-translation{margin:.85rem 0 0 189px}.article-text-button{margin-top:.75rem;padding:0;border:0;background:transparent;color:#315f9f;font:inherit;font-size:.85rem;cursor:pointer;text-decoration:underline}.article-author-field{position:relative}.article-author-suggestions{position:absolute;top:calc(100% + 3px);left:0;right:0;z-index:30;max-height:220px;overflow:auto;border:1px solid #ccd7e5;border-radius:7px;background:#fff;box-shadow:0 8px 24px rgba(16,29,50,.14)}.article-author-suggestions button{display:flex;flex-direction:column;width:100%;padding:.6rem .7rem;border:0;border-bottom:1px solid #edf1f6;background:#fff;color:#27364f;text-align:left;cursor:pointer}.article-author-suggestions button:hover{background:#f3f7fc}.article-author-suggestions small{color:#748197}.article-author-choice{display:flex;align-items:center;justify-content:space-between;min-height:42px;padding:.5rem .7rem;border:1px solid #bfcfe3;border-radius:7px;background:#f1f6fc;font-weight:500}.article-author-choice button{border:0;background:transparent;color:#526174;font-size:1.2rem;cursor:pointer}.article-settings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;margin-bottom:.75rem}.article-page-range>.admin-field-label,.article-settings-grid>.admin-field-label{display:flex;flex-direction:column;gap:.3rem}.article-page-range{display:flex;gap:.5rem}.article-page-range>label{flex:1 1}.article-save-row{display:flex;align-items:center;gap:.75rem}.article-save-success{color:#1a7a3a;font-size:.85rem;font-weight:650}.article-pdf-policy{margin:0 0 .85rem;color:#667085;font-size:.82rem;line-height:1.45}.article-new-footer{position:sticky;bottom:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1.1rem;border:1px solid #cbd8e8;border-radius:10px;background:rgba(250,252,255,.97);box-shadow:0 -5px 18px rgba(20,35,58,.08)}.article-new-footer>div{display:flex;flex-direction:column;gap:.15rem}.article-new-footer strong{color:#24324a;font-size:.9rem}.article-new-footer span{color:#718096;font-size:.78rem}@media (max-width:900px){.article-more-filters{grid-template-columns:1fr;width:min(390px,calc(100vw - 2.5rem))}.article-filter-checklist--editorial,.article-filter-checklist--readiness,.article-more-filters__apply{grid-column:1}.article-filter-checklist--readiness>div{grid-template-columns:1fr}.article-more-filters__apply{justify-self:stretch}.article-more-filters__apply.admin-search__btn{width:100%}.article-table{min-width:0;table-layout:fixed}.article-column--article{width:55%}.article-column--status{width:25%;min-width:0}.article-column--issue{width:20%;min-width:0}.article-column--authors,.article-column--rubric{display:none}.article-new-grid,.article-new-grid--three{grid-template-columns:1fr}.article-new-translation{margin-left:0}.article-editor-toolbar{position:static;align-items:flex-start;flex-direction:column}.article-correction-reason{grid-template-columns:1fr;gap:.55rem}.article-control-columns,.article-structured-groups{grid-template-columns:1fr}.article-credit-details{padding-left:.8rem}.article-credit-details dl{grid-template-columns:1fr}.article-credit-card>summary{flex-wrap:wrap}.article-credit-name{min-width:calc(100% - 40px)}.article-structured-editor__grid,.article-structured-editor__richtext{grid-template-columns:1fr}.article-structured-editor__wide{grid-column:auto}.article-reference-card__grid,.article-reference-link-row,.article-reference-manual__grid{grid-template-columns:1fr}.article-reference-link-row>div{justify-content:flex-end}.article-mutation-error{flex-direction:column}}@media (hover:none){.article-table .submission-preview-btn{opacity:1}}@media (max-width:520px){.article-identifiers-popover{grid-template-columns:1fr}.article-identifiers-popover>label,.article-identifiers-popover__actions,.article-identifiers-popover__error,.article-identifiers-popover__heading{grid-column:1}}@media (max-width:620px){.article-reference-editor__footer,.article-reference-editor__topline,.article-reference-import__parsed,.article-reference-issue,.article-reference-method-tabs,.article-reference-results__heading{align-items:stretch;flex-direction:column}.article-reference-help{align-self:flex-start}.article-reference-help>div{right:auto;left:0}.article-reference-import__controls{align-items:stretch;flex-direction:column}.article-reference-editor__footer .admin-search__btn,.article-reference-import__controls .admin-search__btn,.article-reference-import__controls label,.article-reference-import__parsed>button,.article-reference-manual__add{width:100%}.article-reference-card__summary{grid-template-columns:26px minmax(0,1fr) 32px;gap:.42rem;padding:.56rem}.article-reference-issue>div{flex-wrap:wrap}.article-reference-card__actions{align-items:stretch;flex-direction:column}.article-reference-card__actions>.submission-secondary-btn{width:100%}.article-new-footer{align-items:stretch;flex-direction:column}.article-new-footer .admin-search__btn{width:100%}}.admin-badge{display:inline-flex;align-items:center;justify-content:center;text-align:center;line-height:1.25;padding:.2rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600}.admin-badge--published{background:#dcf5e7;color:#1a7a3a}.admin-badge--draft{background:#fff3cd;color:#856404}.admin-badge--archived{background:#f0f0f0;color:#555}.admin-badge--paid{background:#dcf5e7;color:#1a7a3a}.admin-badge--pending{background:#fff3cd;color:#856404}.admin-badge--failed{background:#fde8e8;color:#9b1c1c}.admin-badge--refunded{background:#e8f0fe;color:#3a5a9a}.admin-badge--warning{background:#fff3cd;color:#856404}.admin-badge--ok{background:#dcf5e7;color:#1a7a3a}.admin-badge--role-admin{background:#fde8e8;color:#9b1c1c}.admin-badge--role-editor{background:#e8f0fe;color:#3a5a9a}.admin-badge--role-reader{background:#f0f0f0;color:#555}.admin-create-block{background:#fff;border:1px solid #d0d8e8;border-radius:10px;margin-bottom:1.5rem;overflow:visible;position:relative}.admin-create-block__toggle{padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;color:#1a2744;cursor:pointer;-webkit-user-select:none;user-select:none;list-style:none}.admin-create-block__toggle::-webkit-details-marker{display:none}.admin-create-block[open] .admin-create-block__toggle{border-bottom:1px solid #e8eef6}.admin-create-form{padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.admin-field-row{display:flex;gap:1rem;flex-wrap:wrap;align-items:flex-end}.admin-field-label{display:flex;flex-direction:column;gap:.3rem;font-size:.8rem;color:#444;font-weight:600}.admin-field-input{padding:.35rem .6rem;border:1px solid #d0d8e8;border-radius:5px;font-size:.85rem;background:#fff;min-width:120px}.admin-required{color:#c00}.admin-row-form{flex-wrap:wrap}.admin-inline-form,.admin-row-form{display:flex;gap:.5rem;align-items:center}.admin-inline-form{flex-wrap:nowrap}.admin-user-form{display:flex;gap:.4rem;align-items:center;flex-wrap:wrap}.admin-select--sm{font-size:.78rem;padding:.2rem .4rem;max-width:130px}.admin-btn-save--sm{padding:.25rem .5rem;font-size:.78rem;min-width:28px}.admin-select{background:#fff}.admin-input-price,.admin-select{padding:.3rem .5rem;border:1px solid #d0d8e8;border-radius:5px;font-size:.8rem}.admin-input-price{width:90px}.admin-checkbox-label{font-size:.8rem;display:flex;align-items:center;gap:.3rem;cursor:pointer}.admin-btn-save{background:#1a2744;color:#fff;border:none;border-radius:5px}.admin-btn-danger,.admin-btn-save{padding:.3rem .75rem;font-size:.8rem;cursor:pointer;white-space:nowrap}.admin-btn-danger{background:#fff;color:#c00;border:1px solid #c00;border-radius:5px}.admin-btn-danger:hover{background:#c00;color:#fff}.admin-btn-save:hover{background:#243360}.admin-btn-save:disabled{background:#aab1bf;cursor:not-allowed}.admin-btn-cancel{padding:.3rem .75rem;background:#fff;color:#555;border:1px solid #ccc;border-radius:5px;font-size:.8rem;cursor:pointer;white-space:nowrap}.admin-btn-cancel:hover{background:#f0f0f0}.admin-btn-cancel:disabled{opacity:.5;cursor:not-allowed}.admin-linklike{background:none;border:none;padding:0;font:inherit;color:#1e3a5f;cursor:pointer;text-decoration:underline;text-decoration-style:dotted}.admin-linklike:hover{color:#243360;text-decoration-style:solid}.admin-linklike:disabled{color:#aaa;cursor:not-allowed}.admin-linklike--danger{color:#c00}.admin-linklike--danger:hover{color:#800}.admin-toolbar{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.admin-error-banner{background:#fde8e8;color:#9b1c1c;border:1px solid #f5c2c2;padding:.6rem .9rem;border-radius:6px;margin-bottom:1rem;font-size:.85rem}.admin-merge-panel{background:#f0f4f8;border:1px solid #d0d8e8;border-radius:8px;padding:.75rem 1rem;margin-bottom:1rem;display:flex;flex-direction:column;gap:.6rem}.admin-merge-panel__info{font-size:.875rem;color:#1c1f23}.admin-merge-panel__action{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.admin-merge-panel__action label{font-size:.875rem;font-weight:500;color:#3d4148}.admin-pagination{display:flex;align-items:center;gap:1rem}.admin-page-btn{padding:.4rem .9rem;background:#fff;border:1px solid #d0d8e8;border-radius:6px;text-decoration:none;color:#1a2744;font-size:.875rem}.admin-page-btn:hover{background:#f0f4fa}.admin-page-btn:disabled{opacity:.4;cursor:default}.admin-page-btn:disabled:hover{background:#fff}.admin-page-btn--off{opacity:.4;cursor:default;pointer-events:none}.admin-pagination--rich{justify-content:space-between;flex-wrap:wrap;gap:.75rem 1.25rem}.admin-pagination__nav,.admin-pagination__tools{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.admin-pagination__jump,.admin-pagination__size{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;color:#667}.admin-pagination__jump .admin-field-input,.admin-pagination__size .admin-field-input{padding:.3rem .4rem;font-size:.82rem}.admin-input-full{width:100%;padding:.45rem .65rem;border:1px solid #d0d8e8;border-radius:6px;font-size:.9rem;background:#fff;box-sizing:border-box}.admin-input-full:focus{outline:none;border-color:#4a7fd4;box-shadow:0 0 0 2px rgba(74,127,212,.15)}.tiptap-tabs{display:flex;gap:0;border-bottom:2px solid #d0d8e8}.tiptap-tab{padding:.4rem 1.25rem;font-size:.875rem;font-weight:600;background:transparent;cursor:pointer;color:#555;border:none;border-bottom:2px solid transparent;margin-bottom:-2px}.tiptap-tab--active{color:#1a2744;border-bottom-color:#1a2744}.tiptap-wrap{border:1px solid #d0d8e8;border-radius:8px;overflow:hidden;background:#fff}.tiptap-toolbar{display:flex;flex-wrap:wrap;gap:2px;padding:.4rem .5rem;border-bottom:1px solid #e8eef6;background:#f8faff}.tiptap-btn{padding:.2rem .5rem;border:1px solid transparent;border-radius:4px;background:transparent;cursor:pointer;font-size:.875rem;color:#333;min-width:28px}.tiptap-btn:hover{background:#e8eef6}.tiptap-btn--active{background:#dde8f8;border-color:#b0c8ed;color:#1a2744}.tiptap-btn:disabled{cursor:not-allowed;opacity:.45}.tiptap-sep{display:block;width:1px;background:#d0d8e8;margin:.1rem .2rem;align-self:stretch}.tiptap-insert{position:relative;display:inline-flex}.tiptap-insert__menu{position:absolute;top:calc(100% + 5px);left:0;z-index:400;width:250px;padding:.35rem;border:1px solid #cad5e3;border-radius:8px;background:#fff;box-shadow:0 8px 24px rgba(24,39,65,.16)}.tiptap-insert__menu button{display:grid;grid-template-columns:24px 1fr;gap:.55rem;width:100%;padding:.52rem .6rem;border:0;border-radius:5px;background:transparent;color:#2f3e54;font:inherit;text-align:left;cursor:pointer}.tiptap-insert__menu button:hover{background:#edf3fa}.tiptap-insert__menu button:disabled{cursor:not-allowed;opacity:.45}.tiptap-insert__menu button>span:first-child{color:#315f9f;font-size:1.05rem;text-align:center}.tiptap-insert__menu small,.tiptap-insert__menu strong{display:block}.tiptap-insert__menu strong{font-size:.84rem}.tiptap-insert__menu small{margin-top:.12rem;color:#7a8799;font-size:.72rem}.tiptap-panel{display:flex;align-items:center;gap:.5rem;padding:.65rem .75rem;border-bottom:1px solid #d0d8e8;background:#f8faff}.tiptap-image-panel input,.tiptap-image-panel select,.tiptap-panel input,.tiptap-panel select{min-height:36px;padding:.38rem .55rem;border:1px solid #c8d4e3;border-radius:5px;background:#fff;color:#26364f;font:inherit;font-size:.84rem;box-sizing:border-box}.tiptap-link-panel>input{flex:1 1 260px}.tiptap-link-panel>select{flex:0 1 250px}.tiptap-image-panel button,.tiptap-panel button{min-height:34px;padding:.35rem .65rem;border-radius:5px;font:inherit;font-size:.8rem;cursor:pointer}.tiptap-panel__primary{border:1px solid #315f9f;background:#315f9f;color:#fff}.tiptap-panel__secondary{border:1px solid #cbd6e4;background:#fff;color:#40526b}.tiptap-panel__danger{border:1px solid #e0bcbc;background:#fff;color:#973b3b}.tiptap-panel__close{border:0;background:transparent;color:#7c8798}.tiptap-panel__error{color:#9a3535;font-size:.78rem;line-height:1.35}.tiptap-anchor-panel{flex-wrap:wrap}.tiptap-anchor-panel>label{display:flex;align-items:center;gap:.55rem;color:#3c4b60;font-size:.82rem;font-weight:650}.tiptap-anchor-panel__input{display:inline-flex;align-items:center}.tiptap-anchor-panel__input b{min-height:36px;padding:.4rem 0 0 .55rem;border:1px solid #c8d4e3;border-right:0;border-radius:5px 0 0 5px;background:#edf2f7;color:#6f7e91;box-sizing:border-box}.tiptap-anchor-panel__input input{border-radius:0 5px 5px 0}.tiptap-image-panel{display:grid;grid-template-columns:minmax(150px,220px) minmax(0,1fr);gap:1rem;padding:.9rem;border-bottom:1px solid #d0d8e8;background:#f8faff}.tiptap-image-panel__preview{display:grid;place-items:center;min-height:145px;overflow:hidden;border:1px dashed #b9c7d9;border-radius:7px;background:#fff;color:#8290a3;font-size:.78rem;text-align:center}.tiptap-image-panel__preview img{display:block;width:100%;max-height:210px;object-fit:contain}.tiptap-image-panel__fields{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}.tiptap-image-panel__fields>label{display:flex;flex-direction:column;gap:.3rem;min-width:0;color:#3c4b60;font-size:.8rem;font-weight:650}.tiptap-image-panel__fields>label>span small{color:#7d8999;font-weight:500}.tiptap-image-panel__fields>label>span b{color:#a63636}.tiptap-image-panel__file input{padding:.25rem}.tiptap-image-panel__file small{color:#7d8999;font-size:.7rem;font-weight:500}.tiptap-image-panel__options{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}.tiptap-image-panel__options label{display:flex;flex-direction:column;gap:.3rem;color:#3c4b60;font-size:.78rem;font-weight:650}.tiptap-image-panel__actions{grid-column:1/-1;display:flex;gap:.45rem;align-items:center;flex-wrap:wrap}.tiptap-content{font-size:.95rem;line-height:1.7;cursor:text}.tiptap-content:focus-within{outline:none}.tiptap-content .ProseMirror,.tiptap-content .tiptap{min-height:280px;padding:1rem 1.25rem;outline:none}.tiptap-content p{margin:0 0 .75em}.tiptap-content h2{font-size:1.3rem;font-weight:700;margin:1.2em 0 .4em}.tiptap-content h3{font-size:1.1rem;font-weight:700;margin:1em 0 .3em}.tiptap-content h2[id]:after,.tiptap-content h3[id]:after{margin-left:.45rem;color:#8493a6;content:"#" attr(id);font-size:.68rem;font-weight:500}.tiptap-content ol,.tiptap-content ul{margin:0 0 .75em 1.5em;padding:0}.tiptap-content li{margin-bottom:.25em}.tiptap-content blockquote{border-left:3px solid #4a7fd4;margin:.75em 0;padding:.5em 1em;color:#555}.tiptap-content a{color:#1a56db;text-decoration:underline}.tiptap-content a.static-page-primary-action{display:inline-flex;min-height:44px;align-items:center;padding:.55rem .9rem;border-radius:4px;background:#c8202c;color:#fff;font-weight:700;text-decoration:none}.tiptap-content a.static-page-document-link{display:inline-flex;min-height:42px;align-items:center;padding:.5rem .75rem;border:1px solid #b8ccdf;border-radius:4px;background:#f7f9fc;color:#294c73;font-weight:650;text-decoration:none}.tiptap-content .is-editor-empty:first-child:before{float:left;height:0;color:#98a2b3;content:attr(data-placeholder);pointer-events:none}.tiptap-content .tableWrapper{margin:1rem 0;overflow-x:auto}.tiptap-content table{width:100%;border-collapse:collapse;table-layout:fixed}.tiptap-content td,.tiptap-content th{position:relative;min-width:90px;padding:.55rem .65rem;border:1px solid #bfcbd9;vertical-align:top}.tiptap-content th{background:#edf3fa;color:#263d60;font-weight:700}.tiptap-content td p,.tiptap-content th p{margin:0}.tiptap-content .selectedCell:after{position:absolute;inset:0;z-index:2;background:rgba(74,127,212,.14);content:"";pointer-events:none}.tiptap-content .column-resize-handle{position:absolute;top:0;right:-2px;bottom:-2px;width:4px;background:#4a7fd4;pointer-events:none}.tiptap-content .page-content-image{width:100%;margin-top:1rem;margin-bottom:1rem}.tiptap-content .page-content-image[data-width="50"]{max-width:50%}.tiptap-content .page-content-image[data-width="75"]{max-width:75%}.tiptap-content .page-content-image[data-align=left]{margin-right:auto}.tiptap-content .page-content-image[data-align=center]{margin-right:auto;margin-left:auto}.tiptap-content .page-content-image[data-align=right]{margin-left:auto}.tiptap-content .page-content-image img{display:block;width:100%;height:auto;border-radius:4px}.tiptap-content .page-content-image figcaption{margin-top:.4rem;color:#68778c;font-size:.82rem;text-align:center}.tiptap-content .page-content-image.ProseMirror-selectednode{outline:3px solid rgba(74,127,212,.35);outline-offset:3px}.tiptap-content .page-toc-marker{margin:.8rem 0;padding:.8rem .9rem;border:1px solid #c6daca;border-radius:7px;background:#f1f8f3;color:#41634d;font-size:.82rem}.tiptap-content .page-toc-marker.ProseMirror-selectednode{outline:2px solid #5c9873}.tiptap-content .author-contract-marker{margin:.8rem 0;padding:.8rem 1rem;border:1px dashed #b9c7d9;border-left:4px solid #c8202c;border-radius:6px;background:#f5f8fb;color:#263d60;font-weight:650}.tiptap-content .author-contract-marker.ProseMirror-selectednode{outline:2px solid #7fa2cf;outline-offset:2px}@media (max-width:680px){.about-section .page-content-image[data-width="50"],.about-section .page-content-image[data-width="75"]{max-width:100%}.tiptap-panel{align-items:stretch;flex-direction:column}.tiptap-panel__close{align-self:flex-end}.tiptap-image-panel,.tiptap-image-panel__fields{grid-template-columns:1fr}.tiptap-image-panel__options{grid-template-columns:1fr 1fr}}.admin-page-info{font-size:.875rem;color:#667}@media (max-width:1024px){.search-filters{grid-template-columns:repeat(3,minmax(0,1fr))}.site-header{padding:0}.site-header--home .site-header__l1,.site-header__l1{padding:8px var(--space-md)}.site-header__l1-inner{min-width:0;gap:var(--space-sm)}.site-header__brand{min-width:0;margin-right:0}.site-header--home .site-header__logo,.site-header__logo{height:40px}.site-header__l1-right{min-width:0;gap:var(--space-sm)}.site-header__l2{position:relative;padding:7px var(--space-md)}.site-header__l2-inner{gap:var(--space-sm)}.site-header__l2-right{min-width:0;flex:1 1}.site-header__cta{min-height:42px;justify-content:center;padding:0 14px}.site-nav{display:none}.mobile-site-nav{position:static;display:block;flex-shrink:0}.mobile-site-nav__trigger{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:8px;padding:0 12px;border:1px solid #b8d6bf;border-radius:var(--radius);background:#f2f9f4;color:#1e5e2b;cursor:pointer;font:650 var(--text-sm)/1 var(--font-sans);transition:background .15s,border-color .15s,color .15s}.mobile-site-nav__trigger--open,.mobile-site-nav__trigger:hover{border-color:#1e5e2b;background:#1e5e2b;color:#fff}.mobile-site-nav__trigger:focus-visible{outline:2px solid #1e5e2b;outline-offset:2px}.mobile-site-nav__icon{display:flex;width:17px;flex-direction:column;gap:4px}.mobile-site-nav__icon span{display:block;width:100%;height:2px;border-radius:2px;background:currentColor;transition:opacity .15s,transform .15s}.mobile-site-nav__trigger--open .mobile-site-nav__icon span:first-child{transform:translateY(6px) rotate(45deg)}.mobile-site-nav__trigger--open .mobile-site-nav__icon span:nth-child(2){opacity:0}.mobile-site-nav__trigger--open .mobile-site-nav__icon span:last-child{transform:translateY(-6px) rotate(-45deg)}.mobile-site-nav__panel{position:absolute;top:100%;right:0;left:0;z-index:55;max-height:calc(100vh - 112px);overflow-y:auto;padding:12px var(--space-md) 16px;border-top:3px solid #1e5e2b;border-bottom:1px solid #b8d6bf;background:#fff;box-shadow:0 14px 28px rgba(20,52,31,.16)}.mobile-site-nav__primary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.mobile-site-nav__primary a{display:flex;min-height:44px;align-items:center;justify-content:center;padding:8px;border:1px solid #cfe3d4;border-radius:var(--radius);background:#f2f9f4;color:#1e5e2b;font-size:var(--text-sm);font-weight:650;line-height:1.25;text-align:center;text-decoration:none}.mobile-site-nav__author-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 14px;margin-top:12px;padding-top:10px;border-top:1px solid var(--color-border-light)}.mobile-site-nav__group-label{grid-column:1/-1;color:#1e5e2b;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.mobile-site-nav__author-links a{display:flex;min-height:44px;align-items:center;padding:8px 4px;color:var(--color-text-secondary);font-size:var(--text-base);font-weight:550;line-height:1.3;text-decoration:none}.mobile-site-nav__author-links a:focus,.mobile-site-nav__primary a:focus{scroll-margin-top:120px}.mobile-site-nav__primary a:focus-visible,.mobile-site-nav__primary a:hover{border-color:#1e5e2b;background:#1e5e2b;color:#fff;outline:none}.mobile-site-nav__author-links a:focus-visible,.mobile-site-nav__author-links a:hover{color:#1e5e2b;text-decoration:underline;outline:none}.site-search{min-width:0;min-height:42px;flex:1 1}.site-search__input{min-width:0;width:100%}.site-header__inner{flex-wrap:wrap;height:auto;min-height:48px;gap:var(--space-xs) var(--space-sm);padding:8px 0}.site-nav__link--submit{order:3;flex-shrink:0}}@media (max-width:768px){.site-main{padding:var(--space-lg) var(--space-md)}.site-main--home .home-section{padding-right:var(--space-md);padding-left:var(--space-md)}.article-header__title{font-size:var(--text-xl)}.article-content-layout{grid-template-columns:1fr;gap:var(--space-xl)}.article-sidebar{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.article-sidebar__section{min-width:0}.author-header__name,.issues-index-header__title,.search-header__title,.taxonomy-detail-header__title,.taxonomy-index-header__title{font-size:var(--text-lg)}.home-journal__title{font-size:var(--text-xl)}.admin-main{padding:1.25rem 1rem}.admin-stats{grid-template-columns:repeat(2,1fr)}.admin-nav{height:auto;min-height:56px;flex-wrap:wrap;padding:.5rem 1rem;gap:.35rem 1.25rem}.submit-page{padding:1.5rem 1rem 3rem}.submit-row{flex-direction:column;gap:0}.submit-label{min-width:100%;flex:1 1 100%}.submit-file-card__fields{grid-template-columns:1fr}}@media (max-width:620px){.search-workspace{padding:var(--space-md)}.search-filters{grid-template-columns:1fr}.search-advanced__hint{display:none}.authors-search,.search-output__heading,.search-workspace__actions{align-items:stretch;flex-direction:column}.search-workspace__actions{gap:var(--space-sm)}.authors-search button,.search-workspace__apply{width:100%}.authors-search>a{align-self:flex-start}.search-results{padding-left:1.7rem}.search-result-item{padding-top:var(--space-md);padding-bottom:var(--space-md)}.site-header__brand-divider,.site-header__subtitle{display:none}.site-header__l1-right{flex:1 1;justify-content:flex-end}.auth-nav{min-width:0;margin-left:0}.auth-nav__admin-link{display:none}.auth-nav__name{width:34px;height:34px;max-width:34px;justify-content:center;border-radius:var(--radius);background:var(--color-surface-accent);color:var(--color-text-secondary)}.auth-nav__name-label{display:none}.auth-nav__name-icon{display:block}.auth-nav__logout-btn{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;padding:0}.auth-nav__logout-label{display:none}.auth-nav__logout-icon{display:block}.pdf-list__item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center}.pdf-list__filename{min-width:0;overflow-wrap:anywhere}.pdf-list__download{grid-column:2/-1;width:100%;min-height:40px;justify-content:center;margin-top:2px;margin-left:0;text-align:center}.article-action-panel{align-items:stretch;flex-direction:column}.article-bookmark{width:100%}.article-header__doi,.article-header__doi a,.article-list-item__doi,.article-list-item__doi a{overflow-wrap:anywhere}.article-list-item__rubric,.taxonomy-chip{max-width:100%;white-space:normal;overflow-wrap:anywhere}}@media (prefers-reduced-motion:reduce){.search-advanced__chevron{transition:none}}@media (max-width:360px){.pdf-list__mime,.pdf-list__size{display:none}}@media (max-width:480px){.site-header__subtitle{display:none}.site-header__inner{padding:6px 0;gap:var(--space-2xs) var(--space-xs)}.site-header--home .site-header__l1,.site-header__l1,.site-header__l2{padding-right:12px;padding-left:12px}.site-header__l1-inner,.site-header__l1-right{flex-wrap:wrap}.site-header__l1-inner{align-items:center}.site-header__l1-right{gap:6px;flex-wrap:nowrap}.site-header__logo{height:34px}.site-header--home .site-header__logo{height:40px}.site-header__l2-inner,.site-header__l2-right{gap:7px}.mobile-site-nav__trigger{padding:0 10px}.mobile-site-nav__panel{padding-right:12px;padding-left:12px}.mobile-site-nav__author-links{grid-template-columns:1fr}.mobile-site-nav__author-links a{min-height:44px;padding:9px 4px;border-bottom:1px solid var(--color-border-light)}.site-header__cta{padding:0 12px}.auth-nav__register-label,.site-header__cta-label{display:none}.auth-nav__register-label-short,.site-header__cta-label-short{display:inline}.site-search{height:42px}.site-search__input{width:100%}.auth-nav{margin-left:auto;gap:var(--space-2xs);flex-shrink:0}.auth-nav__name{max-width:34px;font-size:.75rem}.auth-nav__link{padding:.25rem .5rem}.auth-nav__link,.auth-nav__logout-btn{font-size:.75rem}.home-featured-issue{flex-direction:column;gap:var(--space-xs)}.issue-card__link{align-items:stretch}.issue-card__link,.issue-header__meta{flex-direction:column;gap:var(--space-2xs)}.auth-card{padding:var(--space-lg) var(--space-md)}.search-form{flex-direction:column}.search-form__btn{width:100%}.article-list-item__meta{gap:var(--space-xs) var(--space-sm)}.article-header__title{font-size:var(--text-lg)}.article-action-panel{padding-right:12px;padding-left:12px}.article-abstract{padding:var(--space-md)}.article-sidebar{grid-template-columns:1fr}.article-sidebar__section{padding:var(--space-md)}.home-hero__title{font-size:clamp(1.7rem,9vw,2rem)}.home-hero__btn{max-width:100%;justify-content:center;padding-right:18px;padding-left:18px;text-align:center}.home-section__header{align-items:flex-start;flex-wrap:wrap;gap:var(--space-xs) var(--space-sm)}.home-section__more{white-space:normal}.article-body table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%}.submit-page{padding:1rem 1rem 2.5rem}.submit-page__title{font-size:28px}.submit-fieldset{padding:1rem}.submit-label{min-width:100%;flex:1 1 100%}.submit-btn{align-self:stretch;width:100%;text-align:center}.submit-author-card__header{align-items:flex-start;flex-wrap:wrap}.submit-author-card__identity{width:100%}.submit-author-card__badge{white-space:normal}.submit-author-card__actions{margin-left:auto}.submit-author-card__body{padding:.85rem}.admin-nav{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding:0 1rem;gap:0;scrollbar-width:none}.admin-nav::-webkit-scrollbar{display:none}.admin-nav__links{display:flex;gap:1.25rem;flex-shrink:0}.admin-main{padding:1rem .75rem}.pagination__goto{display:none}.site-footer{padding:var(--space-md) var(--space-md) var(--space-sm)}}.article-workspace{width:min(100%,1160px);max-width:1160px;gap:0;overflow:visible;border:1px solid #d9e2ee;border-radius:12px;background:#fff;box-shadow:0 2px 10px rgba(23,43,77,.04)}.article-flow-section{padding:1.45rem 1.55rem;border-bottom:1px solid #e7edf4}.article-flow-section__heading{display:flex;align-items:flex-start;gap:.85rem;margin-bottom:1.15rem}.article-flow-section__heading>span{display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;border-radius:50%;background:#e9f0fa;color:#315f9f;font-size:.86rem;font-weight:800}.article-flow-section__heading h2{margin:0;color:#1d2d47;font-size:1.1rem;line-height:1.35}.article-flow-section__heading p{margin:.2rem 0 0;color:#68788d;font-size:.875rem;line-height:1.4}.article-form-grid{display:grid;gap:.9rem 1rem;min-width:0}.article-form-grid--language{grid-template-columns:180px repeat(2,minmax(0,1fr))}.article-form-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.article-form-grid--publication{grid-template-columns:repeat(4,minmax(0,1fr))}.article-form-grid__wide{grid-column:1/-1}.article-form-field{display:flex;min-width:0;flex-direction:column;gap:.38rem;color:#34445c;font-size:.875rem;font-weight:700;line-height:1.35}.article-form-field__label{display:inline-flex;align-items:baseline;gap:.2rem}.article-form-field input,.article-form-field select,.article-form-field textarea{width:100%;min-width:0;padding:.62rem .72rem;border:1px solid #cbd7e5;border-radius:7px;background:#fff;color:#1f2d42;font:inherit;font-size:1rem;font-weight:400;line-height:1.45}.article-form-field textarea{resize:vertical}.article-form-field input:focus,.article-form-field select:focus,.article-form-field textarea:focus{border-color:#5a83b8;outline:3px solid rgba(74,121,181,.13)}.article-form-field small{color:#718096;font-size:.78rem;font-weight:400}.article-form-note{margin:.8rem 0 0;color:#68788d;font-size:.82rem;line-height:1.5}.article-new-error{position:sticky;top:.75rem;z-index:120;margin:.9rem 1rem 0}.article-new-file{display:flex;align-items:center;gap:.75rem;min-height:48px;padding:.65rem .75rem;border:1px solid #d5dfeb;border-radius:8px;background:#f8fafc}.article-new-file>span{min-width:0;flex:1 1;overflow:hidden;color:#34445c;font-size:.9rem;text-overflow:ellipsis;white-space:nowrap}.article-new-file>span.is-empty{color:#7b8798}.article-bilingual-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.article-bilingual-columns>div{display:grid;align-content:start;gap:.85rem;min-width:0}.article-bilingual-columns h3{margin:0 0 -.2rem;color:#52647c;font-size:.8rem;letter-spacing:.045em;text-transform:uppercase}.article-bilingual-columns>.article-reference-paste{display:block}.article-reference-paste__actions{display:flex;min-height:42px;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.55rem}.article-reference-paste__actions>span{color:#65758a;font-size:.78rem;line-height:1.35}.article-reference-paste__actions .submission-secondary-btn{flex:0 0 auto}.article-author-order-list{display:grid;gap:.65rem;margin-bottom:1rem}.article-author-order-card{overflow:hidden;border:1px solid #d4deea;border-radius:9px;background:#fff;transition:border-color .12s ease,opacity .12s ease}.article-author-order-card.is-dragging{border-color:#6e91bd;opacity:.58}.article-author-order-card__header{display:flex;align-items:stretch;min-width:0;background:#f8fafc;cursor:grab}.article-author-order-card__header:active{cursor:grabbing}.article-author-order-card__toggle{display:grid;grid-template-columns:30px minmax(0,1fr) auto 18px;align-items:center;gap:.65rem;min-width:0;flex:1 1;padding:.72rem .8rem;border:0;background:transparent;color:#263750;text-align:left;cursor:pointer;font:inherit}.article-author-order-card__toggle>span{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#e5edf8;color:#315f9f;font-size:.78rem;font-weight:800}.article-author-order-card__toggle strong{min-width:0;overflow:hidden;font-size:.94rem;text-overflow:ellipsis;white-space:nowrap}.article-author-order-card__toggle small{color:#7a8798;font-size:.72rem;font-weight:600}.article-author-order-card__toggle b{color:#697a90;font-size:.8rem}.article-author-order-card__actions{display:flex;align-items:center;gap:.25rem;padding:.45rem .55rem;cursor:default}.article-author-order-card__actions button{min-width:32px;min-height:32px;padding:.25rem .45rem;border:1px solid #cfd9e6;border-radius:6px;background:#fff;color:#53647a;font:inherit;font-size:.78rem;cursor:pointer}.article-author-order-card__actions button:disabled{opacity:.35;cursor:default}.article-author-order-card__body{padding:.2rem .9rem .95rem;border-top:1px solid #e4eaf1}.article-existing-author__identity{display:grid;grid-template-columns:30px minmax(120px,auto) minmax(0,1fr) auto;align-items:center;gap:.65rem;min-width:0;flex:1 1;padding:.72rem .8rem}.article-existing-author__identity>span{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#e5edf8;color:#315f9f;font-size:.78rem;font-weight:800}.article-existing-author__identity strong{min-width:0;color:#263750;font-size:.94rem}.article-existing-author__identity small{overflow:hidden;color:#758399;font-size:.75rem;text-overflow:ellipsis;white-space:nowrap}.article-existing-author-picker{margin-top:.85rem}.article-save-row--compact{margin:-.25rem 0 .85rem}.article-author-affiliation{margin:.9rem 0;padding:.85rem;border-left:3px solid #c5d4e6;border-radius:4px 8px 8px 4px;background:#f8fafc}.article-author-affiliation>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem;color:#42536a;font-size:.84rem}.article-author-affiliation>div:first-child button{border:0;background:transparent;color:#8b5252;font:inherit;font-size:.78rem;cursor:pointer}.article-author-picker{position:relative;width:min(100%,520px)}.article-author-picker__results{position:absolute;top:calc(100% + 4px);right:0;left:0;z-index:70;overflow:auto;max-height:280px;border:1px solid #ccd8e6;border-radius:8px;background:#fff;box-shadow:0 10px 26px rgba(23,43,77,.14)}.article-author-picker__results button{display:flex;width:100%;flex-direction:column;gap:.12rem;padding:.65rem .75rem;border:0;border-bottom:1px solid #edf1f5;background:#fff;color:#273950;text-align:left;cursor:pointer;font:inherit}.article-author-picker__results button:hover{background:#f3f7fb}.article-author-picker__results button small{color:#748196;font-size:.75rem}.article-author-picker__results .article-author-picker__create{color:#315f9f;font-weight:700}.article-inline-author-create{width:min(100%,720px);margin-top:.85rem;padding:1rem;border:1px solid #bfd0e4;border-radius:9px;background:#f5f8fc}.article-inline-author-create>div:first-child{display:flex;align-items:center;justify-content:space-between;margin-bottom:.85rem}.article-inline-author-create>div:first-child button{border:0;background:transparent;color:#607088;font-size:1.2rem;cursor:pointer}.article-inline-author-create>.admin-search__btn{margin-top:.9rem}.article-subtle-details{margin-top:1rem;border-top:1px solid #e5ebf2}.article-subtle-details>summary{padding:.85rem 0 .65rem;color:#4f6179;font-size:.86rem;font-weight:700;cursor:pointer}.article-flow-optional{border-bottom:1px solid #e7edf4;background:#fbfcfe}.article-flow-optional>summary{display:flex;align-items:baseline;gap:.7rem;padding:1rem 1.55rem;color:#34445c;cursor:pointer;list-style-position:inside}.article-flow-optional>summary span{font-size:.95rem;font-weight:750}.article-flow-optional>summary small{color:#748196;font-size:.78rem}.article-flow-optional>.article-bilingual-columns{padding:.5rem 1.55rem 1.4rem}.article-flow-optional>.article-structured-editor{margin:0;padding:.5rem 1.55rem 1.4rem}.article-workspace .article-new-footer{position:sticky;bottom:0;z-index:55;margin:0;border:0;border-radius:0 0 11px 11px;box-shadow:0 -5px 16px rgba(23,43,77,.07)}.article-edit-workspace{overflow:visible;margin-bottom:1rem;border:1px solid #d9e2ee;border-radius:12px;background:#fff;box-shadow:0 2px 10px rgba(23,43,77,.04)}.article-edit-workspace>.article-editor-section{margin:0;padding:1.45rem 1.55rem;border:0;border-bottom:1px solid #e7edf4;border-radius:0}.article-edit-workspace>.article-editor-section:first-child{border-radius:11px 11px 0 0}.article-edit-workspace>.article-editor-section:last-child{border-bottom:0;border-radius:0 0 11px 11px}.article-editor-optional>summary{display:flex;align-items:flex-start;gap:.8rem;cursor:pointer;list-style:none}.article-editor-optional>summary::-webkit-details-marker{display:none}.article-editor-optional>summary>span{display:grid;place-items:center;flex:0 0 28px;width:28px;height:28px;border-radius:50%;background:#e9f0fa;color:#315f9f;font-size:.82rem;font-weight:800}.article-editor-optional>summary h2{margin:0;color:#24324a;font-size:1rem}.article-editor-optional>summary p{margin:.2rem 0 0;color:#718096;font-size:.82rem}.article-editor-optional[open]>summary{margin-bottom:1rem}.article-service-information{margin-top:1rem;border:1px solid #d6e0eb;border-radius:9px;background:#f8fafc}.article-service-information>summary{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:.8rem .95rem;color:#4b5f78;cursor:pointer}.article-service-information>summary span{font-size:.86rem;font-weight:750}.article-service-information>summary small{color:#7a8798;font-size:.72rem}.article-service-information__body{padding:0 .9rem .9rem}.article-editor-section .admin-field-label{font-size:.86rem}.article-editor-section .admin-input-full,.article-editor-section .admin-input-price,.article-editor-section .admin-select{min-width:0;font-size:1rem}.article-settings-rubric{min-width:0;grid-column:span 2}.article-settings-rubric select{width:100%;max-width:100%}.article-editorial-dates{display:flex;flex-wrap:wrap;gap:.7rem 1.6rem;margin:.75rem 0;padding:.7rem .8rem;border-radius:7px;background:#f6f8fb}.article-editorial-dates>div{display:flex;align-items:baseline;gap:.45rem}.article-editorial-dates dt{color:#718096;font-size:.76rem;font-weight:700}.article-editorial-dates dd{margin:0;color:#34445c;font-size:.84rem}.article-slug-details{margin:-.15rem 0 0}.article-slug-details>summary{padding-top:.5rem}.article-slug-details>div{padding-top:.45rem}.article-structured-editor__grid label,.article-structured-editor__richtext label{font-size:.82rem}.article-structured-editor__grid input,.article-structured-editor__grid select,.article-structured-editor__grid textarea,.article-structured-editor__richtext select,.article-structured-editor__richtext textarea{padding:.58rem .65rem;font-size:.94rem}.article-structured-editor>details>summary,.article-structured-editor__author>summary{font-size:.9rem}.article-material-type{display:grid;grid-template-columns:minmax(210px,280px) minmax(0,1fr);align-items:end;gap:.8rem 1rem;margin-bottom:1rem;padding:.8rem .9rem;border:1px solid #d8e2ee;border-radius:9px;background:#f8fafc}.article-material-type p{margin:0 0 .55rem;color:#65758a;font-size:.84rem;line-height:1.45}.article-material-type--editor{width:min(100%,760px)}.article-editorial-fields{margin:0;border:1px dashed #cbd8e7;border-radius:8px;background:#fbfcfe}.article-editorial-fields>summary{padding:.72rem .8rem;color:#425873;cursor:pointer;font-size:.88rem;font-weight:700}.article-editorial-fields>summary span{margin-left:.3rem;color:#7b8798;font-size:.76rem;font-weight:500}.article-editorial-fields__body{padding:.25rem .85rem .9rem}.article-editorial-fields__body--stack{display:grid;gap:1rem}.article-editorial-fields:not(.article-reference-editor).is-required{border:0;background:transparent}.article-editorial-fields:not(.article-reference-editor).is-required>summary{display:none}.article-editorial-fields:not(.article-reference-editor).is-required>.article-editorial-fields__body{padding:0}.article-editor-toolbar__combined-actions{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:.55rem}.article-draft-save{display:flex;align-items:center;justify-content:flex-end;gap:.8rem;padding:.85rem 1rem;border:1px solid #cbd8e8;border-radius:9px;background:#f8fafc}.article-draft-save>span{color:#68788d;font-size:.8rem;line-height:1.35}.article-draft-save--compact{padding:0;border:0;background:transparent}.article-draft-save--compact>span{max-width:230px;text-align:right}.article-section-save-state{min-height:1.2rem;margin-top:.65rem;color:#68788d;font-size:.78rem;line-height:1.4}.article-inline-save-note{margin:.45rem 0;color:#7a6644;font-size:.78rem;line-height:1.4}.article-unsaved-dot{margin-left:.3rem;color:#b7791f;font-size:.58rem;vertical-align:middle}.article-publish-readiness ul{display:grid;gap:.28rem;padding:0 .85rem .85rem;list-style:none}.article-publish-readiness li{margin:0}.article-publish-readiness li button{display:flex;width:100%;align-items:baseline;justify-content:space-between;gap:1rem;padding:.45rem .55rem;border:0;border-radius:6px;background:transparent;color:inherit;cursor:pointer;font:inherit;text-align:left}.article-publish-readiness li button:hover{background:rgba(183,121,31,.08)}.article-publish-readiness li button span{flex:0 0 auto;color:#8a6426;font-size:.74rem}.article-reference-unsaved{color:#68788d!important}.article-editor-section[id]{scroll-margin-top:6rem}@media (max-width:960px){.article-form-grid--language{grid-template-columns:160px minmax(0,1fr)}.article-form-grid--language>:last-child{grid-column:2}.article-form-grid--publication{grid-template-columns:repeat(2,minmax(0,1fr))}.article-editor-toolbar__combined-actions{justify-content:flex-start}.article-draft-save--compact>span{max-width:none;text-align:left}}@media (max-width:680px){.article-flow-section{padding:1.15rem 1rem}.article-bilingual-columns,.article-form-grid--language,.article-form-grid--publication,.article-form-grid--two{grid-template-columns:1fr}.article-form-grid--language>:last-child,.article-form-grid__wide{grid-column:auto}.article-author-order-card__header{align-items:center}.article-author-order-card__toggle{grid-template-columns:28px minmax(0,1fr) 16px;padding-right:.35rem}.article-author-order-card__toggle small{display:none}.article-author-order-card__actions{flex-direction:column}.article-author-order-card__actions button:last-child{font-size:0}.article-author-order-card__actions button:last-child:before{content:"×";font-size:1rem}.article-flow-optional>summary{flex-direction:column;gap:.18rem}.article-flow-optional>.article-bilingual-columns,.article-flow-optional>.article-structured-editor,.article-flow-optional>summary{padding-right:1rem;padding-left:1rem}.article-new-file{align-items:flex-start;flex-wrap:wrap}.article-new-file>span{flex-basis:55%}.article-reference-paste__actions{align-items:stretch;flex-direction:column}.article-reference-paste__actions .submission-secondary-btn{width:100%}.article-edit-workspace>.article-editor-section{padding:1.15rem 1rem}.article-existing-author__identity{grid-template-columns:28px minmax(0,1fr) auto}.article-existing-author__identity small:first-of-type{display:none}.article-service-information>summary{align-items:flex-start;flex-direction:column;gap:.2rem}.article-settings-rubric{grid-column:auto}.article-material-type{grid-template-columns:1fr;align-items:stretch}.article-material-type p{margin:0}.article-draft-save{align-items:stretch;flex-direction:column}.article-draft-save .admin-btn-save{width:100%}.article-editor-toolbar__combined-actions{width:100%;align-items:stretch;flex-direction:column}.article-draft-save--compact{width:100%}}