:root{--bg:#fff;--soft:#f7f7f7;--text:#1f1f1f;--muted:#686868;--line:#e8e8e8;--accent:#f5914f;--accent-dark:#df7431;--max:1160px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}a:hover{color:var(--accent-dark)}.container{width:min(var(--max),calc(100% - 40px));margin:0 auto}.narrow{max-width:880px}.header--scrolled{background:rgb(255 255 255/90%);border-bottom-color:rgb(232 232 232/82%)}.header__inner{gap:28px;transition:min-height .25s ease}.brand,.header__inner{display:flex;align-items:center}.brand{gap:12px;min-width:300px}.brand__mark{width:44px;height:44px;display:grid;place-items:center;border:2px solid var(--accent);color:var(--accent-dark);font-weight:700;border-radius:4px}.brand__text{font-size:13px;line-height:1.25;font-weight:600}.nav{align-items:center;justify-content:center;gap:22px;flex:1 1}.lang,.nav{display:flex;font-size:14px}.lang a.active{color:white;background:var(--accent);font-weight:700}.home-hero{min-height:560px;display:flex;align-items:center;background:linear-gradient(90deg,rgb(255 255 255/97%),rgb(255 255 255/78%)),radial-gradient(circle at 80% 20%,rgb(245 145 79/22%),transparent 34%),linear-gradient(135deg,#fff,#f3f3f3);border-bottom:1px solid var(--line)}.home-hero__grid{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:56px;gap:56px;align-items:center}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(42px,6vw,74px);line-height:.98;letter-spacing:-.04em;max-width:720px;margin-bottom:32px}h2{font-size:34px;line-height:1.15;margin-bottom:18px}h3{font-size:20px;line-height:1.25;margin-bottom:10px}p{color:var(--muted)}.button{display:inline-flex;align-items:center;justify-content:center;height:52px;padding:0 28px;border-radius:3px;background:var(--accent);color:white;text-transform:uppercase;font-weight:700;letter-spacing:.04em;box-shadow:0 0 20px rgb(0 0 0/18%)}.button:hover{background:var(--accent-dark);color:white}.hero-card{padding:36px;background:#fff;border:1px solid var(--line);box-shadow:0 20px 60px rgb(0 0 0/8%)}.section{padding:86px 0}.section--soft{background:var(--soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.section-title{max-width:780px;margin-bottom:40px}.section-title h2{margin-bottom:10px}.page-hero{padding:92px 0 72px;background:linear-gradient(135deg,#fff,#f6f6f6);border-bottom:1px solid var(--line)}.page-hero h1{font-size:clamp(40px,5vw,64px);margin-bottom:18px}.page-hero p{font-size:20px}.card-grid{display:grid;grid-gap:24px;gap:24px}.card-grid--three{grid-template-columns:repeat(3,1fr)}.card-grid--four{grid-template-columns:repeat(4,1fr)}.direction-card,.leader-card,.news-card,.person-card,.publication{background:#fff;border:1px solid var(--line)}.direction-card{padding:28px;min-height:230px}.direction-card__icon{width:52px;height:52px;display:grid;place-items:center;margin-bottom:22px;border-radius:50%;background:rgb(245 145 79/12%);color:var(--accent-dark);font-size:30px}.text-block p{margin-bottom:20px}.text-block p:last-child{margin-bottom:0}.facts{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.facts div{padding:28px;background:#fff;border:1px solid var(--line)}.facts strong{display:block;font-size:28px;margin-bottom:12px}.facts span{color:var(--muted)}.leader-card{display:grid;grid-template-columns:260px 1fr;grid-gap:32px;gap:32px;padding:32px;align-items:center}.person-card__photo,.photo-placeholder{display:grid;place-items:center;background:#f0f0f0;border:1px solid var(--line);color:#999}.photo-placeholder{height:280px}.person-card__photo{aspect-ratio:2/3;height:auto;margin-bottom:18px}.person-card{padding:18px}.person-card h3{margin-bottom:6px}.person-card p{font-size:14px}.news-list,.publication-list{display:grid;grid-gap:22px;gap:22px}.news-card,.publication{padding:28px}.news-card h2 h2,.publication h2{font-size:22px}.news-card time,.publication a a{color:var(--accent-dark);font-weight:700}.muted{color:var(--muted)}.footer{padding:42px 0;border-top:1px solid var(--line);background:#1f1f1f;color:white}.footer p,.footer__note{color:rgb(255 255 255/72%)}.footer__grid{display:grid;grid-template-columns:1.2fr .8fr 1.3fr;grid-gap:28px;gap:28px}@media (max-width:960px){.header__inner{flex-wrap:wrap;padding:16px 0}.header--scrolled .header__inner,.header__inner{min-height:auto}.brand{min-width:auto}.nav{order:3;width:100%;justify-content:flex-start;flex-wrap:wrap}.footer__grid,.home-hero__grid,.leader-card{grid-template-columns:1fr}.card-grid--four,.card-grid--three,.facts{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.container{width:min(var(--max),calc(100% - 28px))}.section{padding:56px 0}.home-hero{min-height:auto;padding:70px 0}.header{background:rgb(255 255 255/88%)}.card-grid--four,.card-grid--three,.facts{grid-template-columns:1fr}.hero-card{padding:26px}}.admin-page{background:#f5f6f8;min-height:70vh}.admin-shell{display:grid;grid-template-columns:260px 1fr;min-height:calc(100vh - 78px)}.admin-sidebar{background:#222;color:#fff;padding:24px 18px;display:flex;flex-direction:column;gap:24px}.admin-logo{font-weight:700;font-size:22px;color:#fff}.admin-sidebar nav{display:grid;grid-gap:6px;gap:6px}.admin-logout,.admin-sidebar nav a{display:block;width:100%;border:0;background:transparent;color:#fff;text-align:left;padding:10px 12px;border-radius:8px;font:inherit;cursor:pointer}.admin-logout:hover,.admin-sidebar nav a:hover{background:rgb(255 255 255/10%);color:#fff}.admin-main{padding:28px;min-width:0}.admin-topbar{display:flex;justify-content:space-between;align-items:center;gap:16px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px 18px;margin-bottom:24px}.admin-topbar div{display:grid;grid-gap:2px;gap:2px}.admin-topbar span{color:var(--muted);font-size:14px}.admin-heading{margin-bottom:20px}.admin-heading h1{margin:0 0 6px;font-size:34px}.admin-heading p{margin:0;color:var(--muted)}.admin-heading--row{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.admin-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.admin-card,.admin-form,.admin-login-card,.admin-table-wrap{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 10px 30px rgb(0 0 0/4%)}.admin-card{padding:20px;display:grid;grid-gap:8px;gap:8px}.admin-card strong{font-size:20px}.admin-card span{color:var(--muted)}.admin-card em{color:var(--accent-dark);font-style:normal;font-weight:700}.admin-table-wrap{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;min-width:760px}.admin-table td,.admin-table th{padding:14px 16px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.admin-table th{background:#fafafa;font-size:13px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.admin-table-actions{display:flex;gap:12px;align-items:center}.admin-table-actions button{border:0;background:transparent;color:#b42318;cursor:pointer;font:inherit}.admin-form{padding:22px;display:grid;grid-gap:16px;gap:16px;max-width:920px}.admin-form label,.admin-login-card label{display:grid;grid-gap:7px;gap:7px}.admin-form label span,.admin-login-card label span{font-weight:700}.admin-form input,.admin-form select,.admin-form textarea,.admin-login-card input{width:100%;border:1px solid #d8d8d8;border-radius:10px;padding:12px 14px;font:inherit;background:#fff}.admin-form textarea{resize:vertical}.admin-checkbox{display:flex!important;grid-template-columns:auto 1fr;align-items:center;gap:10px!important}.admin-checkbox input{width:auto}.admin-form-actions{display:flex;gap:12px;align-items:center;margin-top:8px}.admin-button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:var(--accent);color:#fff;padding:11px 18px;font-weight:700;cursor:pointer}.admin-button:hover{color:#fff;background:var(--accent-dark)}.admin-button--ghost{background:#f2f2f2;color:var(--text)}.admin-button--ghost:hover{color:var(--text);background:#e7e7e7}.admin-login{min-height:calc(100vh - 78px);display:grid;place-items:center;background:#f5f6f8;padding:40px 20px}.admin-login-card{width:min(100%,440px);padding:28px;display:grid;grid-gap:16px;gap:16px}.admin-login-card h1{margin:0;font-size:30px}.admin-login-card p{margin:0;color:var(--muted)}.admin-error{background:#fff0ee;color:#b42318;border:1px solid #ffd0c8;border-radius:10px;padding:10px 12px}@media (max-width:900px){.admin-shell{grid-template-columns:1fr}.admin-sidebar{position:static}.admin-cards{grid-template-columns:1fr}.admin-heading--row{display:grid}}.content-image,.direction-card__image,.hero-card__image,.news-card__image,.person-photo{display:block;width:100%;object-fit:cover;background:#f0f0f0;border:1px solid var(--line)}.content-image,.hero-card__image{max-height:360px;margin-bottom:22px}.direction-card__image{height:150px;margin:-28px -28px 22px;width:calc(100% + 56px);border-width:0 0 1px}.news-card__image{max-height:320px;margin-bottom:18px}.person-card__photo,.person-photo{aspect-ratio:2/3;height:auto;margin-bottom:18px;object-fit:cover;object-position:center top}.person-photo--large,.photo-placeholder--large{aspect-ratio:2/3;height:auto;margin-bottom:0}.admin-image-field{border:1px dashed #d8d8d8;border-radius:14px;padding:14px;background:#fcfcfc}.admin-image-preview{display:grid;grid-gap:8px;gap:8px}.admin-image-preview img{width:min(220px,100%);aspect-ratio:2/3;height:auto;object-position:center top;border:1px solid var(--line);border-radius:10px;background:#f0f0f0}.admin-help{color:var(--muted);font-size:13px;line-height:1.45}.person-card{padding:22px 14px 24px;text-align:center}.person-card .person-card__photo,.person-card .person-photo{width:160px;height:160px;aspect-ratio:1/1;margin:0 auto 14px;border-radius:50%;border:0;object-fit:cover;object-position:center 22%;background:#f2f2f2}.person-card h3{margin:0 0 4px;font-size:14px;line-height:1.2;font-weight:700;color:var(--text)}.person-card p{margin:0;font-size:12px;line-height:1.35;color:var(--muted)}.leader-card .person-photo--large,.leader-card .photo-placeholder--large{width:220px;height:220px;aspect-ratio:1/1;border-radius:50%;object-fit:cover;object-position:center 22%;border:0;background:#f2f2f2}.leader-card{grid-template-columns:240px 1fr}.admin-image-preview img{width:min(180px,100%);aspect-ratio:1/1;border-radius:50%;object-fit:cover;object-position:center 22%}@media (max-width:640px){.person-card .person-card__photo,.person-card .person-photo{width:148px;height:148px}.leader-card .person-photo--large,.leader-card .photo-placeholder--large{width:180px;height:180px}}.team-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}.team-grid .person-card{padding:32px 20px 34px;min-height:330px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.team-grid .person-card__photo,.team-grid .person-photo{width:210px;height:210px;margin-bottom:20px}.team-grid .person-card h3{font-size:16px;line-height:1.25;margin-bottom:6px}.team-grid .person-card p{font-size:13px;line-height:1.4}.leader-card .person-photo--large,.leader-card .photo-placeholder--large{width:260px;height:260px}.leader-card{grid-template-columns:280px 1fr}@media (max-width:980px){.team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.team-grid{grid-template-columns:1fr}.team-grid .person-card__photo,.team-grid .person-photo{width:190px;height:190px}.leader-card{grid-template-columns:1fr;justify-items:center;text-align:center}}.lang a.active,.lang span.active{color:var(--accent)}.locale-badge{display:inline-flex;align-items:center;justify-content:center;min-width:38px;padding:4px 8px;border-radius:999px;border:1px solid #f1d2bd;background:#fff6ef;color:#ad5a22;font-size:12px;font-weight:700}.admin-locale-field select{max-width:360px}.admin-localization-note{display:grid;grid-gap:4px;gap:4px;padding:14px 16px;border:1px solid #f2d2bc;background:#fff7f0;color:#5a351d;border-radius:10px;margin-bottom:8px}.admin-localization-note strong{font-size:15px}.admin-localization-note span{font-size:13px;line-height:1.45}.localized-field{border:1px solid #e7e7e7;border-radius:12px;padding:16px;background:#fff;display:grid;grid-gap:12px;gap:12px}.localized-field legend{padding:0 8px;font-weight:700;color:#222}.localized-field__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.localized-field label{margin:0}.locale-badge--ready{background:#ecf8ef;color:#216b33;border-color:#b9e3c2}.locale-badge--empty{background:#fff3ed;color:#9a4a1e;border-color:#ffd2b7}@media (max-width:760px){.localized-field__grid{grid-template-columns:1fr}}.header{background:rgb(255 255 255/72%);border-bottom:1px solid rgb(232 232 232/48%);-webkit-backdrop-filter:blur(18px) saturate(160%);backdrop-filter:blur(18px) saturate(160%);box-shadow:0 10px 32px rgb(0 0 0/0);transition:background-color .25s ease,border-color .25s ease,box-shadow .25s ease}.header--scrolled{box-shadow:0 12px 34px rgb(0 0 0/8%)}.header__inner{min-height:84px;transition:min-height .25s ease,padding .25s ease}.header--scrolled .header__inner{min-height:68px}.header .brand__mark,.header .brand__text,.header .lang,.header .nav{transition:transform .25s ease,opacity .25s ease}.header--scrolled .brand__mark{transform:scale(.92)}.header--scrolled .brand__text{opacity:.92}.lang{gap:6px;padding:4px;border:1px solid rgb(232 232 232/72%);background:rgb(255 255 255/54%)}.lang,.lang a{border-radius:999px}.lang a{min-width:34px;padding:5px 9px;text-align:center;color:var(--muted)}.lang a.active,.lang span.active{color:white;background:var(--accent);font-weight:700}@media (max-width:960px){.header--scrolled .header__inner,.header__inner{min-height:auto}}@media (max-width:640px){.header{background:rgb(255 255 255/90%)}}@media (prefers-reduced-motion:reduce){.header,.header .brand__mark,.header .brand__text,.header .lang,.header .nav,.header__inner{transition:none}}.admin-nav-primary{border:1px solid rgb(245 145 79/35%);background:rgb(245 145 79/12%);color:#d95f15!important;font-weight:700}.admin-nav-caption{display:block;margin:18px 0 6px;padding:0 10px;font-size:11px;line-height:1.2;color:#969696;text-transform:uppercase;letter-spacing:.08em}.admin-page-editor-callout{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 26px;padding:20px 22px;border:1px solid rgb(245 145 79/28%);background:linear-gradient(135deg,rgb(245 145 79/11%),rgb(255 255 255/90%))}.admin-page-editor-callout span,.admin-page-editor-callout strong{display:block}.admin-page-editor-callout strong{margin-bottom:4px;font-size:18px}.admin-page-editor-callout span{color:#666}.admin-site-page-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px;margin-bottom:34px}.admin-site-page-card{display:flex;min-height:160px;flex-direction:column;justify-content:space-between;gap:14px;padding:22px;border:1px solid #e1e1e1;background:#fff;color:inherit;text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.admin-site-page-card:hover{transform:translateY(-2px);border-color:rgb(245 145 79/55%);box-shadow:0 14px 32px rgb(0 0 0/7%)}.admin-site-page-card strong{font-size:18px}.admin-site-page-card span{color:#666;line-height:1.55}.admin-site-page-card em{color:#f5914f;font-style:normal;font-size:13px}.admin-heading--sub{margin-top:28px}.admin-heading--sub h2{margin:0 0 8px}.admin-page-editor-layout{display:grid;grid-gap:26px;gap:26px}.admin-editor-panel{border:1px solid #e1e1e1;background:#fff;padding:24px}.admin-editor-panel__head{margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid #ededed}.admin-editor-panel__head h2{margin:0 0 8px;font-size:22px}.admin-editor-panel__head p{margin:0;color:#666}.admin-section-forms{display:grid;grid-gap:18px;gap:18px}.admin-details{border:1px solid #e8e8e8;background:#fafafa;padding:14px}.admin-details>summary{cursor:pointer;font-weight:700;font-size:16px}.admin-details__desc{margin:10px 0 16px;color:#666}.admin-related-block{border:1px solid #e8e8e8;padding:18px}.admin-related-block+.admin-related-block{margin-top:18px}.admin-related-block__head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px}.admin-related-block__head h3,.admin-related-block__head p{margin:0}.admin-related-block__head p{margin-top:4px;color:#666}.admin-form-actions--compact{margin:0}@media (max-width:980px){.admin-site-page-grid{grid-template-columns:1fr}.admin-page-editor-callout,.admin-related-block__head{align-items:flex-start;flex-direction:column}}.team-list{display:grid;grid-gap:24px}.profile-card{display:grid;grid-template-columns:210px minmax(0,1fr);grid-gap:34px;gap:34px;align-items:center;padding:36px;background:#fff;border:1px solid var(--line);text-align:left}.profile-card--leader{grid-template-columns:250px minmax(0,1fr);padding:42px}.profile-card .person-card__photo,.profile-card .person-photo,.profile-card .photo-placeholder{width:180px;height:180px;aspect-ratio:1/1;margin:0 auto;border-radius:50%;border:0;object-fit:cover;object-position:center 22%;background:#f2f2f2}.profile-card--leader .person-photo,.profile-card--leader .photo-placeholder--large{width:220px;height:220px}.profile-card__body h2,.profile-card__body h3{margin:0 0 10px;color:var(--text);font-weight:700;line-height:1.18}.profile-card__body h2{font-size:clamp(28px,3.2vw,42px)}.profile-card__body h3{font-size:clamp(22px,2.4vw,32px)}.profile-card__role{margin:0 0 18px;color:var(--muted);font-size:16px;line-height:1.45}.profile-interests{margin-top:16px}.profile-interests__title{margin:0 0 10px;color:var(--text);font-size:17px;line-height:1.45}.profile-interests ul{margin:0;padding-left:22px;display:grid;grid-gap:7px;gap:7px}.profile-interests li{color:#333;font-size:16px;line-height:1.5}@media (max-width:760px){.profile-card,.profile-card--leader{grid-template-columns:1fr;gap:24px;padding:28px 22px;text-align:center}.profile-card .person-card__photo,.profile-card .person-photo,.profile-card .photo-placeholder,.profile-card--leader .person-photo,.profile-card--leader .photo-placeholder--large{width:190px;height:190px}.profile-interests{text-align:left}}.brand__logo{width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.brand__logo img{max-width:100%;max-height:100%;object-fit:contain;display:block}.header--scrolled .brand__logo{transform:scale(.92)}.footer__brand{display:flex;align-items:flex-start;gap:14px}.footer__brand img{width:62px;max-height:62px;object-fit:contain;flex:0 0 auto}.admin-success{margin:0 0 18px;padding:14px 16px;border:1px solid rgb(48 158 88/28%);border-radius:12px;background:rgb(48 158 88/8%);color:#217343;font-weight:700}.admin-settings-form{gap:18px}.admin-logo-field .admin-site-logo-preview{display:grid;grid-gap:8px;gap:8px}.admin-site-logo-preview img{width:min(260px,100%);max-height:120px;object-fit:contain;object-position:left center;border:1px solid var(--line);border-radius:10px;padding:12px;background:#fff}@media (max-width:640px){.brand__logo{width:44px;height:44px}.footer__brand{flex-direction:column}}.admin-page-editor-callout--settings{border-color:rgb(245 145 79/35%);background:rgb(245 145 79/6%)}.admin-warning{margin:18px 0 24px;padding:16px 18px;border:1px solid rgb(245 145 79/45%);background:rgb(245 145 79/8%);color:#2a2a2a;line-height:1.55}.admin-image-preview--wide img{width:100%;max-width:520px;aspect-ratio:3/1;object-fit:cover}.header{position:-webkit-sticky;position:sticky;top:0;z-index:1000;transform:translateZ(0);will-change:background-color,box-shadow,border-color}.header--scrolled .header__inner,.header__inner{height:76px!important;min-height:76px!important;padding-top:0!important;padding-bottom:0!important;transition:none!important}.header .brand,.header--scrolled .brand{min-height:76px}.header .brand__logo,.header .brand__mark,.header .brand__text,.header .lang,.header .nav,.header--scrolled .brand__logo,.header--scrolled .brand__mark,.header--scrolled .brand__text,.header--scrolled .lang,.header--scrolled .nav{transform:none!important}.header .brand__logo,.header--scrolled .brand__logo{width:52px;height:52px}.header .brand__logo img,.header--scrolled .brand__logo img{max-width:52px;max-height:52px;object-fit:contain}.header--scrolled{background:rgb(255 255 255/92%);border-bottom-color:rgb(232 232 232/86%);box-shadow:0 10px 26px rgb(0 0 0/7%)}@media (max-width:960px){.header--scrolled .header__inner,.header__inner{height:auto!important;min-height:76px!important;padding-top:12px!important;padding-bottom:12px!important}.header .brand,.header--scrolled .brand{min-height:auto}}.hero-card{align-self:center}.hero-card__image{width:100%;aspect-ratio:16/9;height:auto;max-height:none;object-fit:contain;object-position:center;background:#fff;margin-bottom:22px}.home-hero .hero-card{max-width:728px}.admin-image-preview--card img{width:100%;max-width:520px;aspect-ratio:16/9;object-fit:contain}.home-hero+.section{padding-top:96px;padding-bottom:98px}.home-hero+.section .section-title{max-width:none;margin:0 auto 78px;text-align:center}.home-hero+.section .section-title h2{font-size:clamp(34px,3.2vw,48px);line-height:1.12;letter-spacing:-.025em;margin-bottom:14px}.home-hero+.section .section-title p{max-width:760px;margin-left:auto;margin-right:auto}.home-hero+.section .card-grid--three{gap:86px 76px}.home-hero+.section .direction-card{border:0;background:transparent;padding:0 18px;min-height:0;text-align:center;box-shadow:none}.home-hero+.section .direction-card__image{display:block;width:88px;height:88px;max-width:88px;max-height:88px;margin:0 auto 34px;border:0;background:transparent;object-fit:contain;object-position:center}.home-hero+.section .direction-card__icon{width:88px;height:88px;margin:0 auto 34px;border-radius:0;background:transparent;color:var(--text);font-size:52px}.home-hero+.section .direction-card h3{max-width:360px;margin:0 auto 24px;font-size:clamp(24px,2.1vw,32px);line-height:1.18;letter-spacing:-.025em;font-weight:700}.home-hero+.section .direction-card p{max-width:360px;margin:0 auto;color:#303030;font-size:16px;line-height:1.75}@media (max-width:960px){.home-hero+.section .card-grid--three{grid-template-columns:repeat(2,1fr);gap:64px 36px}}@media (max-width:640px){.home-hero+.section{padding-top:66px;padding-bottom:70px}.home-hero+.section .section-title{margin-bottom:48px}.home-hero+.section .card-grid--three{grid-template-columns:1fr;gap:52px}.home-hero+.section .direction-card__icon,.home-hero+.section .direction-card__image{width:76px;height:76px;max-width:76px;max-height:76px;margin-bottom:26px}.home-hero+.section .direction-card h3{font-size:25px}}.home-directions,.home-hero+.section{padding-top:110px;padding-bottom:116px;overflow:visible}.home-directions .container,.home-hero+.section .container{max-width:1240px}.home-directions .section-title,.home-hero+.section .section-title{max-width:920px;margin:0 auto 94px;text-align:center}.home-directions .section-title h2,.home-hero+.section .section-title h2{font-size:clamp(34px,3vw,46px);line-height:1.12;letter-spacing:-.02em;margin:0}.home-directions .section-title p,.home-hero+.section .section-title p{max-width:760px;margin:16px auto 0;font-size:17px;line-height:1.7}.home-directions .card-grid--three,.home-hero+.section .card-grid--three{grid-gap:106px 86px;gap:106px 86px;align-items:start}.home-directions .direction-card,.home-hero+.section .direction-card{display:grid;justify-items:center;align-content:start;border:0;background:transparent;padding:0;min-height:0;text-align:center}.home-directions .direction-card__image,.home-hero+.section .direction-card__image{width:86px;height:86px;max-width:86px;max-height:86px;margin:0 auto 38px}.home-directions .direction-card__icon,.home-hero+.section .direction-card__icon{width:86px;height:86px;margin:0 auto 38px;border-radius:0;font-size:50px}.home-directions .direction-card h3,.home-hero+.section .direction-card h3{max-width:350px;margin:0 auto 28px;font-size:clamp(25px,2vw,31px);line-height:1.18;letter-spacing:-.02em}.home-directions .direction-card p,.home-hero+.section .direction-card p{max-width:360px;margin:0 auto;color:#242424;font-size:16px;line-height:1.75}.admin-image-preview--icon img{width:160px;height:160px;aspect-ratio:1/1;object-fit:contain;background:#fff}@media (max-width:960px){.home-directions .card-grid--three,.home-hero+.section .card-grid--three{grid-template-columns:repeat(2,minmax(0,1fr));gap:74px 48px}}@media (max-width:640px){.home-directions,.home-hero+.section{padding-top:72px;padding-bottom:78px}.home-directions .section-title,.home-hero+.section .section-title{margin-bottom:56px}.home-directions .card-grid--three,.home-hero+.section .card-grid--three{grid-template-columns:1fr;row-gap:58px}.home-directions .direction-card__icon,.home-directions .direction-card__image,.home-hero+.section .direction-card__icon,.home-hero+.section .direction-card__image{width:76px;height:76px;max-width:76px;max-height:76px;margin-bottom:28px}}.home-directions,.home-hero+.section{padding-top:72px;padding-bottom:82px}.home-directions .container,.home-hero+.section .container{max-width:1160px}.home-directions .section-title,.home-hero+.section .section-title{max-width:100%;margin:0 0 34px;text-align:left}.home-directions .section-title h2,.home-hero+.section .section-title h2{font-size:clamp(28px,2.6vw,38px);line-height:1.18}.home-directions .card-grid--three,.home-hero+.section .card-grid--three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px;align-items:stretch}.home-directions .direction-card,.home-hero+.section .direction-card{display:block;min-height:260px;padding:0 28px 28px;border:1px solid var(--line);background:#fff;text-align:left;box-shadow:none}.home-directions .direction-card__image,.home-hero+.section .direction-card__image{display:block;width:92px;height:92px;max-width:92px;max-height:92px;margin:28px auto 24px;padding:0;border:0;background:transparent;object-fit:contain;object-position:center}.home-directions .direction-card__icon,.home-hero+.section .direction-card__icon{width:92px;height:92px;max-width:92px;max-height:92px;margin:28px auto 24px;border:0;background:transparent;color:var(--text);font-size:42px;line-height:92px;text-align:center}.home-directions .direction-card h3,.home-hero+.section .direction-card h3{max-width:none;margin:0 0 14px;font-size:20px;line-height:1.25;letter-spacing:-.01em;font-weight:700;text-align:left}.home-directions .direction-card p,.home-hero+.section .direction-card p{max-width:none;margin:0;color:var(--muted);font-size:15px;line-height:1.55;text-align:left}@media (max-width:960px){.home-directions .card-grid--three,.home-hero+.section .card-grid--three{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.home-directions .card-grid--three,.home-hero+.section .card-grid--three{grid-template-columns:1fr}.home-directions .section-title,.home-hero+.section .section-title{margin-bottom:26px}.home-directions .direction-card,.home-hero+.section .direction-card{padding:0 22px 24px}.home-directions .direction-card__icon,.home-directions .direction-card__image,.home-hero+.section .direction-card__icon,.home-hero+.section .direction-card__image{width:76px;height:76px;max-width:76px;max-height:76px;margin:24px auto 20px}}.contact-card,.empty-state,.project-card{background:#fff;border:1px solid var(--line);padding:28px}.project-card__image{width:100%;aspect-ratio:16/9;object-fit:cover;margin-bottom:18px}.project-card__tag{display:inline-block;margin-bottom:12px;color:var(--accent-dark);font-weight:700}.project-card h2{font-size:22px;margin-bottom:12px}.project-card a{color:var(--accent-dark);font-weight:700}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:32px;gap:32px;align-items:start}@media (max-width:900px){.contact-grid{grid-template-columns:1fr}}.card-link,.inline-actions a{display:inline-block;margin-top:14px;color:var(--accent-dark);font-weight:700;text-decoration:none}.card-link:hover,.inline-actions a:hover{text-decoration:underline}.inline-actions{display:flex;flex-wrap:wrap;gap:18px;align-items:center}.breadcrumbs{margin-bottom:30px;color:var(--muted);font-size:14px}.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:8px;padding:0;margin:0;list-style:none}.breadcrumbs li:not(:last-child):after{content:"/";margin-left:8px;color:var(--line-strong,#b9c4cc)}.breadcrumbs a{color:var(--muted);text-decoration:none}.breadcrumbs a:hover{color:var(--accent-dark)}.detail-layout{max-width:920px}.detail-layout--profile{max-width:1060px}.detail-cover{display:block;width:100%;max-height:420px;object-fit:cover;margin-bottom:30px;border:1px solid var(--line);background:#fff}.detail-cover--icon{width:140px;height:140px;object-fit:contain;padding:24px}.project-description-image{height:auto;max-height:620px}.detail-section,.project-description-image{margin:0 0 34px;border:1px solid var(--line);background:#fff}.detail-section{padding:30px}.detail-section h2{margin:0 0 18px;font-size:clamp(24px,2.2vw,32px)}.detail-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;margin:0 0 30px}.detail-meta div{padding:18px 20px;border:1px solid var(--line);background:#fff}.detail-meta dt{margin-bottom:8px;color:var(--muted);font-size:13px;text-transform:uppercase;letter-spacing:.04em}.detail-meta dd{margin:0;font-weight:700}.detail-actions,.detail-cta{display:flex;flex-wrap:wrap;gap:14px;margin-top:26px}.button--secondary{background:#fff;color:var(--accent-dark);border:1px solid var(--accent-dark)}.profile-detail-grid{display:grid;grid-template-columns:210px minmax(320px,1fr) minmax(220px,.72fr);grid-gap:18px 28px;gap:18px 28px;align-items:start}.profile-detail-grid__photo{grid-row:span 4}.detail-section{margin-bottom:0}.profile-detail-grid__meta .detail-meta{grid-template-columns:1fr;gap:12px;margin:0}.profile-detail-grid__wide{grid-column:2/-1}.profile-detail-grid__wide.detail-actions{margin-top:8px}.profile-detail-grid .detail-meta div,.profile-detail-grid .detail-section,.profile-publications-card{border-radius:12px;box-shadow:0 16px 40px rgb(20 43 70/8%)}.profile-detail-grid .detail-meta div,.profile-detail-grid .detail-section{border-color:var(--line,#d8e0e7)}.profile-detail-grid__meta .detail-meta div{min-height:146px;padding:18px}.profile-publications-card{min-height:146px;padding:18px 20px;border:1px solid var(--line,#d8e0e7);background:#fff}.profile-publications-card h2{margin:0 0 16px;color:var(--ink,#11243a);font-size:clamp(22px,2vw,26px);line-height:1.15}.profile-publications-card ul{display:grid;grid-gap:10px;gap:10px;padding:0;margin:0;list-style:none}.profile-publications-card a{display:inline-flex;gap:10px;align-items:center;color:var(--accent,#ff7a00);font-size:13px;font-weight:800;line-height:1.25;text-decoration:none}.profile-publications-card a:hover{color:var(--accent-dark,#d95f00);text-decoration:underline}.profile-publications-card span{display:inline-grid;flex:0 0 auto;width:13px;height:13px;place-items:center;border-radius:50%;background:rgb(255 122 0/12%);font-size:10px;line-height:1}.person-photo--detail,.profile-detail-grid .photo-placeholder--large{width:210px;height:260px;object-fit:cover;border-radius:10px}.news-card__meta{display:flex;flex-wrap:wrap;gap:12px;color:var(--muted);font-size:14px}@media (max-width:980px){.profile-detail-grid{grid-template-columns:220px minmax(0,1fr)}.profile-detail-grid__meta,.profile-detail-grid__wide,.profile-publications-card{grid-column:2}.profile-detail-grid__photo{grid-row:span 5}}@media (max-width:760px){.detail-meta,.profile-detail-grid{grid-template-columns:1fr}.profile-detail-grid__meta,.profile-detail-grid__wide,.profile-publications-card{grid-column:auto}.profile-detail-grid__photo{grid-row:auto}.person-photo--detail,.profile-detail-grid .photo-placeholder--large{width:100%;height:auto;max-height:420px}.project-description-image{display:block;width:100%;height:auto;max-height:620px;object-fit:cover;margin:0 0 34px;border:1px solid var(--line);background:#fff}.detail-section{padding:22px}}.admin-role-list{display:grid;grid-gap:24px;gap:24px;margin-top:24px}.admin-form--compact{max-width:760px}.admin-permission-group{border:1px solid var(--line,#d8e0e7);padding:18px;margin:0 0 20px;background:#fff}.admin-permission-group legend{padding:0 8px;font-weight:800;color:var(--ink,#11243a)}.admin-permission-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.admin-permission-checkbox{display:flex;align-items:flex-start;gap:10px;padding:12px;border:1px solid var(--line,#d8e0e7);background:#f8fbff}.admin-permission-checkbox input{margin-top:4px}.admin-permission-checkbox span{display:grid;grid-gap:4px;gap:4px}.admin-permission-checkbox strong{font-size:13px}.admin-permission-checkbox small{color:var(--muted,#607086);line-height:1.35}@media (max-width:760px){.admin-permission-grid{grid-template-columns:1fr}}.project-detail-layout{display:grid;max-width:960px;grid-gap:24px;gap:24px}.project-detail-layout .breadcrumbs,.project-detail-layout .detail-cta,.project-detail-layout .detail-meta{margin:0}.project-detail-layout .detail-meta{gap:16px}.project-detail-layout .detail-meta div{padding:18px 22px;border-color:rgb(22 58 96/12%);border-radius:16px;background:linear-gradient(135deg,#fff,#f8fbff);box-shadow:0 14px 36px rgb(20 43 70/6%)}.project-detail-layout .detail-meta dt{color:rgb(72 93 118/78%);font-size:12px;font-weight:800}.project-detail-layout .detail-meta dd{color:var(--ink,#11243a);font-size:15px;line-height:1.45}.project-description-media{position:relative;overflow:hidden;padding:0;margin:4px 0 0;border:1px solid rgb(22 58 96/12%);border-radius:22px;background:linear-gradient(135deg,#f7fbff,#fff);box-shadow:0 20px 54px rgb(20 43 70/10%)}.project-description-media:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgb(255 255 255/0) 58%,rgb(17 36 58/8%))}.project-description-image{display:block;width:100%;height:clamp(260px,36vw,420px);max-height:none;margin:0;border:0;background:#eef4fb;object-fit:cover;object-position:center}.project-detail-layout .detail-section{position:relative;overflow:hidden;padding:clamp(26px,3vw,36px);margin:0;border-color:rgb(22 58 96/12%);border-radius:20px;background:linear-gradient(135deg,#fff,#f9fbff);box-shadow:0 16px 44px rgb(20 43 70/7%)}.project-detail-layout .detail-section:before{content:"";position:absolute;top:24px;bottom:24px;left:0;width:4px;border-radius:0 999px 999px 0;background:linear-gradient(180deg,var(--accent,#f5914f),rgb(30 116 255/70%))}.project-detail-layout .detail-section h2{margin-bottom:16px;color:var(--ink,#11243a);font-size:clamp(26px,2.5vw,34px);letter-spacing:-.03em}.project-detail-layout .text-block{color:rgb(66 84 106);font-size:16px;line-height:1.72}.project-detail-layout .text-block p{color:rgb(66 84 106)}.project-detail-layout .detail-cta{padding-top:2px}@media (max-width:760px){.project-detail-layout{gap:18px}.project-description-media,.project-detail-layout .detail-meta div,.project-detail-layout .detail-section{border-radius:16px}.project-description-image{height:240px}}.container.news-list{max-width:980px;gap:24px}.container.news-list .news-card{position:relative;overflow:hidden;padding:clamp(24px,3vw,34px);border-color:rgb(22 58 96/12%);border-radius:20px;background:linear-gradient(135deg,#fff,#f9fbff);box-shadow:0 16px 44px rgb(20 43 70/7%)}.container.news-list .news-card:before{content:"";position:absolute;top:24px;bottom:24px;left:0;width:4px;border-radius:0 999px 999px 0;background:linear-gradient(180deg,var(--accent,#f5914f),rgb(30 116 255/70%))}.container.news-list .news-card__media{position:relative;overflow:hidden;width:100%;aspect-ratio:16/9;margin:0 0 22px;border-radius:18px;background:#eef4fb;box-shadow:0 18px 46px rgb(20 43 70/10%)}.container.news-list .news-card__backdrop{position:absolute;inset:-24px;width:calc(100% + 48px);height:calc(100% + 48px);border:0;border-radius:0;filter:blur(20px);object-fit:cover;opacity:.4}.container.news-list .news-card__image{position:relative;width:100%;height:100%;max-height:none;margin:0;border:0;border-radius:0;background:transparent;object-fit:contain;object-position:center;box-shadow:none}.container.news-list .news-card__meta{gap:10px;margin-bottom:12px;color:rgb(72 93 118/78%);font-size:13px;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.container.news-list .news-card__meta span,.container.news-list .news-card__meta time{display:inline-flex;align-items:center;min-height:28px;padding:5px 10px;border:1px solid rgb(30 116 255/12%);border-radius:999px;background:rgb(30 116 255/6%);color:var(--blue,#1e74ff)}.container.news-list .news-card h2{margin:0 0 12px;color:var(--ink,#11243a);font-size:clamp(24px,2.4vw,32px);line-height:1.16;letter-spacing:-.03em}.container.news-list .news-card p{max-width:780px;margin:0;color:rgb(66 84 106);font-size:16px;line-height:1.72}.news-detail-layout{display:grid;max-width:960px;grid-gap:24px;gap:24px}.news-detail-layout .breadcrumbs,.news-detail-layout .detail-actions,.news-detail-layout .detail-meta{margin:0}.news-detail-layout .detail-meta{gap:16px}.news-detail-layout .detail-meta div{padding:18px 22px;border-color:rgb(22 58 96/12%);border-radius:16px;background:linear-gradient(135deg,#fff,#f8fbff);box-shadow:0 14px 36px rgb(20 43 70/6%)}.news-detail-layout .detail-meta dt{color:rgb(72 93 118/78%);font-size:12px;font-weight:800}.news-detail-layout .detail-meta dd{color:var(--ink,#11243a);font-size:15px;line-height:1.45}.news-detail-media{position:relative;overflow:hidden;padding:0;margin:4px 0 0;border:1px solid rgb(22 58 96/12%);border-radius:22px;background:linear-gradient(135deg,#f7fbff,#fff);box-shadow:0 20px 54px rgb(20 43 70/10%)}.news-detail-media:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgb(255 255 255/0) 58%,rgb(17 36 58/8%))}.news-detail-image{display:block;width:100%;height:clamp(260px,36vw,420px);margin:0;border:0}.detail-layout--profile .detail-meta div,.detail-layout--profile .detail-section,.detail-layout--profile .profile-publications-card,.news-detail-layout .detail-section{position:relative;overflow:hidden;border-color:rgb(22 58 96/12%);border-radius:20px;background:linear-gradient(135deg,#fff,#f9fbff);box-shadow:0 16px 44px rgb(20 43 70/7%)}.detail-layout--profile .detail-section,.news-detail-layout .detail-section{padding:clamp(26px,3vw,36px)}.detail-layout--profile .detail-section:before,.news-detail-layout .detail-section:before{content:"";position:absolute;top:24px;bottom:24px;left:0;width:4px;border-radius:0 999px 999px 0;background:linear-gradient(180deg,var(--accent,#f5914f),rgb(30 116 255/70%))}.detail-layout--profile .detail-section h2,.news-detail-layout .detail-section h2{margin-bottom:16px;color:var(--ink,#11243a);font-size:clamp(26px,2.5vw,34px);letter-spacing:-.03em}.detail-layout--profile .text-block,.news-detail-layout .text-block{color:rgb(66 84 106);font-size:16px;line-height:1.72}.team-list{gap:24px}.profile-card--leader,.team-list .profile-card{position:relative;overflow:hidden;border-color:rgb(22 58 96/12%);background:linear-gradient(135deg,#fff,#f9fbff);box-shadow:0 16px 44px rgb(20 43 70/7%)}.profile-card--leader:before,.team-list .profile-card:before{content:"";position:absolute;top:24px;bottom:24px;left:0;width:4px;border-radius:0 999px 999px 0;background:linear-gradient(180deg,var(--accent,#f5914f),rgb(30 116 255/70%))}.team-list .profile-card{padding:clamp(24px,3vw,32px)}.profile-card--leader{padding:clamp(28px,3.4vw,40px)}.profile-card--leader .person-photo,.profile-card--leader .photo-placeholder--large,.team-list .profile-card .person-card__photo,.team-list .profile-card .person-photo,.team-list .profile-card .photo-placeholder{border:5px solid #fff;background:#eef4fb;box-shadow:0 16px 40px rgb(20 43 70/12%)}.profile-card--leader .profile-card__body h2,.team-list .profile-card__body h3{letter-spacing:-.03em}.profile-card--leader .profile-card__role,.team-list .profile-card__role{color:rgb(66 84 106)}.profile-card--leader .profile-interests,.team-list .profile-interests{border:1px solid rgb(30 116 255/10%);background:rgb(30 116 255/4%)}.profile-card--leader .profile-interests li,.team-list .profile-interests li{color:rgb(66 84 106)}.detail-layout--profile .profile-detail-grid{gap:22px 30px}.detail-layout--profile .profile-detail-grid__photo{box-shadow:0 20px 54px rgb(20 43 70/10%)}.detail-layout--profile .person-photo--detail,.detail-layout--profile .profile-detail-grid .photo-placeholder--large{min-height:260px;border-radius:0;object-position:center 22%}.detail-layout--profile .detail-meta div,.detail-layout--profile .profile-publications-card{padding:20px 22px}.detail-layout--profile .detail-meta dt{color:rgb(72 93 118/78%)}.detail-layout--profile .profile-publications-card h2{letter-spacing:-.03em}.detail-layout--profile .profile-publications-card a{min-height:28px}@media (max-width:760px){.container.news-list,.news-detail-layout,.team-list{gap:18px}.container.news-list .news-card,.detail-layout--profile .detail-meta div,.detail-layout--profile .detail-section,.detail-layout--profile .profile-detail-grid__photo,.detail-layout--profile .profile-publications-card,.news-detail-layout .detail-section,.news-detail-media,.profile-card--leader,.team-list .profile-card{border-radius:16px}.news-detail-image{height:240px}.container.news-list .news-card__media{aspect-ratio:4/3}.profile-card--leader .profile-interests,.team-list .profile-interests{padding:14px 16px}}.detail-layout--profile{max-width:1120px}.detail-layout--profile .breadcrumbs{margin-bottom:26px}.detail-layout--profile .profile-detail-grid{display:grid;grid-template-columns:190px minmax(0,1fr) 300px;grid-gap:24px;gap:24px;align-items:start}.detail-layout--profile .profile-detail-grid__photo{grid-column:1;grid-row:1/span 4;width:100%;overflow:hidden;padding:10px;border:1px solid rgb(22 58 96/12%);border-radius:22px;background:linear-gradient(135deg,#fff,#f8fbff);box-shadow:0 18px 46px rgb(20 43 70/10%)}.detail-layout--profile .person-photo--detail,.detail-layout--profile .profile-detail-grid .photo-placeholder--large{display:block;height:260px;border:0;border-radius:16px;background:#eef4fb}.detail-layout--profile .profile-detail-grid__meta{grid-column:2;min-width:0}.detail-layout--profile .profile-detail-grid__meta .detail-meta{display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px;margin:0}.detail-layout--profile .profile-detail-grid__wide{grid-column:2/-1;min-width:0}.detail-layout--profile .profile-detail-grid__wide.detail-actions{grid-column:1/-1;margin-top:4px}.detail-layout--profile .detail-meta div,.detail-layout--profile .detail-section,.detail-layout--profile .profile-publications-card{position:relative;overflow:hidden;border:1px solid rgb(22 58 96/12%);border-radius:22px;background:linear-gradient(135deg,#fff,#f9fbff);box-shadow:0 16px 42px rgb(20 43 70/7%)}.detail-layout--profile .detail-meta div{min-height:116px;padding:20px 22px}.detail-layout--profile .detail-meta div:before,.detail-layout--profile .detail-section:before,.detail-layout--profile .profile-publications-card:before{content:"";position:absolute;top:22px;bottom:22px;left:0;width:4px;border-radius:0 999px 999px 0;background:linear-gradient(180deg,var(--accent,#f5914f),rgb(30 116 255/72%))}.detail-layout--profile .detail-meta dt{margin:0 0 10px;color:rgb(72 93 118/76%);font-size:12px;font-weight:800;letter-spacing:.04em;line-height:1.2;text-transform:uppercase}.detail-layout--profile .detail-meta dd{margin:0;color:var(--ink,#11243a);font-size:15px;font-weight:800;line-height:1.5}.detail-layout--profile .profile-publications-card{grid-column:3;min-height:116px;padding:20px 22px}.detail-layout--profile .profile-publications-card h2{margin:0 0 14px;color:var(--ink,#11243a);font-size:clamp(22px,2vw,28px);line-height:1.12;letter-spacing:-.035em}.detail-layout--profile .profile-publications-card ul{display:grid;grid-gap:8px;gap:8px;padding:0;margin:0;list-style:none}.detail-layout--profile .profile-publications-card a{display:inline-flex;width:-moz-fit-content;width:fit-content;max-width:100%;min-height:30px;align-items:center;gap:9px;padding:5px 8px 5px 4px;border-radius:999px;color:var(--accent,#f5914f);font-size:14px;font-weight:800;line-height:1.2;text-decoration:none}.detail-layout--profile .profile-publications-card a:hover{background:rgb(245 145 79/9%);color:var(--accent-dark,#d95f00);text-decoration:none}.detail-layout--profile .profile-publications-card span.profile-publications-card__icon,.detail-layout--profile .profile-publications-card__icon{display:inline-grid;flex:0 0 auto;width:18px;height:18px;place-items:center;border-radius:50%;background:rgb(245 145 79/14%);color:var(--accent,#f5914f);font-size:0;line-height:1}.detail-layout--profile .profile-publications-card__icon svg{width:12px;height:12px;fill:none;stroke:currentcolor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2}.detail-layout--profile .detail-section{padding:clamp(26px,3vw,36px)}.detail-layout--profile .detail-section h2{margin:0 0 16px;color:var(--ink,#11243a);font-size:clamp(28px,2.7vw,36px);line-height:1.12;letter-spacing:-.04em}.detail-layout--profile .detail-section .text-block,.detail-layout--profile .detail-section .text-block p{color:rgb(66 84 106);font-size:16px;line-height:1.72}.detail-layout--profile .detail-actions .button{box-shadow:0 12px 28px rgb(20 43 70/8%)}@media (max-width:1040px){.detail-layout--profile .profile-detail-grid{grid-template-columns:180px minmax(0,1fr)}.detail-layout--profile .profile-detail-grid__photo{grid-row:1/span 5}.detail-layout--profile .profile-detail-grid__meta,.detail-layout--profile .profile-detail-grid__wide,.detail-layout--profile .profile-publications-card{grid-column:2}.detail-layout--profile .profile-detail-grid__wide.detail-actions{grid-column:1/-1}}@media (max-width:760px){.detail-layout--profile .profile-detail-grid{grid-template-columns:1fr;gap:18px}.detail-layout--profile .profile-detail-grid__meta,.detail-layout--profile .profile-detail-grid__photo,.detail-layout--profile .profile-detail-grid__wide,.detail-layout--profile .profile-detail-grid__wide.detail-actions,.detail-layout--profile .profile-publications-card{grid-column:auto;grid-row:auto}.detail-layout--profile .profile-detail-grid__photo{max-width:280px;margin:0 auto}.detail-layout--profile .person-photo--detail,.detail-layout--profile .profile-detail-grid .photo-placeholder--large{height:330px}.detail-layout--profile .detail-meta div,.detail-layout--profile .detail-section,.detail-layout--profile .profile-publications-card{border-radius:18px}}.detail-layout--profile .profile-detail-grid__photo{padding:0;aspect-ratio:190/290}.detail-layout--profile .person-photo--detail,.detail-layout--profile .profile-detail-grid .photo-placeholder--large{width:100%;height:100%;min-height:0;border-radius:inherit;object-fit:cover;object-position:center top}.detail-layout--profile .profile-detail-grid__meta .detail-meta{width:auto;max-height:none;padding:0;border:0;background:transparent;box-shadow:none}@media (max-width:760px){.detail-layout--profile .profile-detail-grid__photo{aspect-ratio:4/5}.detail-layout--profile .person-photo--detail,.detail-layout--profile .profile-detail-grid .photo-placeholder--large{height:100%}}.detail-layout--profile .detail-section--research-interests .research-interests-list{display:grid;grid-gap:8px;gap:8px;padding:0 0 0 24px;margin:0;color:rgb(16 28 44);font-size:17px;line-height:1.72;list-style:disc outside}.detail-layout--profile .detail-section--research-interests .research-interests-list li{padding-left:4px}.detail-layout--profile .detail-section--research-interests .research-interests-list li::marker{color:rgb(16 28 44);font-size:.9em}.detail-layout--profile .detail-meta__contacts dd{min-width:0;font-weight:600}.detail-layout--profile .profile-contact-list{display:grid;min-width:0;grid-gap:8px;gap:8px}.detail-layout--profile .profile-contact-list__item{display:grid;grid-template-columns:max-content minmax(0,1fr);min-width:0;align-items:baseline;grid-gap:4px 8px;gap:4px 8px}.detail-layout--profile .profile-contact-list__label{color:var(--ink,#11243a);font-weight:800;white-space:nowrap}.detail-layout--profile .profile-contact-list__value{min-width:0;color:rgb(48 67 90);font-weight:600;overflow-wrap:anywhere;word-break:normal}@media (max-width:520px){.detail-layout--profile .profile-contact-list__item{grid-template-columns:1fr;gap:2px}}.detail-layout--profile .profile-biography{position:relative;overflow:hidden;padding:clamp(22px,3vw,34px);border:1px solid rgb(22 58 96/11%);border-radius:20px;background:#fff;box-shadow:0 12px 34px rgb(20 43 70/7%)}.detail-layout--profile .profile-biography:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:linear-gradient(180deg,var(--accent,#f5914f),rgb(30 116 255/58%))}.detail-layout--profile .profile-biography__header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-bottom:16px;border-bottom:1px solid rgb(22 58 96/9%)}.detail-layout--profile .profile-biography__kicker{display:block;margin-bottom:4px;color:var(--accent-dark,#d95f00);font-size:10px;font-weight:800;letter-spacing:.14em;line-height:1.2;text-transform:uppercase}.detail-layout--profile .profile-biography__header h2{margin:0;color:var(--ink,#11243a);font-size:clamp(27px,3vw,36px);line-height:1.08;letter-spacing:-.04em}.detail-layout--profile .profile-biography__decoration{display:block;flex:0 0 auto;width:42px;height:42px;border:1px solid rgb(245 145 79/18%);border-radius:13px;background:linear-gradient(135deg,rgb(245 145 79/13%),rgb(30 116 255/6%)),repeating-linear-gradient(135deg,transparent,transparent 6px,rgb(17 36 58/6%) 0,rgb(17 36 58/6%) 7px)}.detail-layout--profile .profile-biography__content{display:grid;grid-gap:20px;gap:20px;padding-top:20px}.detail-layout--profile .profile-biography__intro{padding:14px 16px;border:1px solid rgb(30 116 255/9%);border-radius:13px;background:rgb(30 116 255/3%)}.detail-layout--profile .profile-biography__intro .text-block,.detail-layout--profile .profile-biography__intro .text-block p{margin:0;color:rgb(48 67 90);font-size:15px;line-height:1.6}.detail-layout--profile .profile-biography__groups{display:grid;grid-gap:20px;gap:20px}.detail-layout--profile .profile-biography__compact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));grid-gap:12px;gap:12px;align-items:stretch}.detail-layout--profile .profile-biography__group{min-width:0}.detail-layout--profile .profile-biography__group--compact{height:100%;padding:14px 15px 15px;border:1px solid rgb(22 58 96/9%);border-radius:14px;background:linear-gradient(145deg,#fff,rgb(247 250 254/88%))}.detail-layout--profile .profile-biography__group-heading{display:flex;align-items:center;gap:9px;margin-bottom:10px}.detail-layout--profile .profile-biography__group-heading>span{display:inline-grid;flex:0 0 auto;width:27px;height:27px;place-items:center;border-radius:8px;background:rgb(245 145 79/11%);color:var(--accent-dark,#d95f00);font-size:9px;font-weight:900;letter-spacing:.03em}.detail-layout--profile .profile-biography__group-heading h3{margin:0;color:var(--ink,#11243a);font-size:clamp(16px,1.7vw,19px);line-height:1.25;letter-spacing:-.02em}.detail-layout--profile .profile-biography__entries{display:grid;grid-gap:8px;gap:8px}.detail-layout--profile .profile-biography__group--achievements .profile-biography__entries{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.detail-layout--profile .profile-biography__entry{display:flex;min-width:0;align-items:flex-start;gap:8px;padding:10px 11px;border:1px solid rgb(22 58 96/8%);border-radius:10px;background:rgb(248 251 255/78%)}.detail-layout--profile .profile-biography__group--compact .profile-biography__entries{gap:7px}.detail-layout--profile .profile-biography__group--compact .profile-biography__entry{display:grid;grid-template-columns:5px minmax(0,1fr);grid-gap:8px;gap:8px;padding:0;border:0;background:transparent}.detail-layout--profile .profile-biography__group--compact .profile-biography__entry:before{content:"";width:4px;height:4px;margin-top:8px;border-radius:50%;background:rgb(245 145 79/78%)}.detail-layout--profile .profile-biography__achievement-mark{display:inline-grid;flex:0 0 auto;width:18px;height:18px;margin-top:1px;place-items:center;border-radius:50%;background:rgb(245 145 79/13%);color:var(--accent-dark,#d95f00);font-size:10px;font-weight:900}.detail-layout--profile .profile-biography__entry-text,.detail-layout--profile .profile-biography__entry-text .text-block{min-width:0}.detail-layout--profile .profile-biography__entry-text .text-block,.detail-layout--profile .profile-biography__entry-text .text-block p{margin:0;color:rgb(55 73 95);font-size:13px;line-height:1.5}.detail-layout--profile .profile-biography__timeline{display:grid;overflow:hidden;padding:0;margin:0;border:1px solid rgb(22 58 96/9%);border-radius:13px;background:#fff;list-style:none}.detail-layout--profile .profile-biography__timeline li:before,.detail-layout--profile .profile-biography__timeline:before{display:none}.detail-layout--profile .profile-biography__timeline li{display:grid;grid-template-columns:92px minmax(0,1fr);min-width:0;align-items:start;grid-gap:12px;gap:12px;padding:10px 13px;border-bottom:1px solid rgb(22 58 96/8%)}.detail-layout--profile .profile-biography__timeline li:last-child{border-bottom:0}.detail-layout--profile .profile-biography__employment-period,.detail-layout--profile .profile-biography__timeline>li>time{display:inline-flex;width:-moz-fit-content;width:fit-content;min-width:44px;justify-content:center;padding:4px 7px;border-radius:7px;background:rgb(245 145 79/10%);color:rgb(80 65 54);font-size:11px;font-weight:800;line-height:1.25;text-align:center;white-space:nowrap}.detail-layout--profile .profile-biography__employment-period time{color:inherit;font:inherit}.detail-layout--profile .profile-biography__timeline .profile-biography__entry-text{padding:2px 0;border:0}.detail-layout--profile .profile-biography__timeline .profile-biography__entry-text:only-child{grid-column:1/-1}@media (min-width:980px){.detail-layout--profile .profile-biography__group--achievements .profile-biography__entries{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.detail-layout--profile .profile-biography{padding:20px 17px 22px;border-radius:17px}.detail-layout--profile .profile-biography__header{gap:14px;padding-bottom:14px}.detail-layout--profile .profile-biography__decoration{width:36px;height:36px;border-radius:11px}.detail-layout--profile .profile-biography__content,.detail-layout--profile .profile-biography__groups{gap:17px}.detail-layout--profile .profile-biography__content{padding-top:17px}.detail-layout--profile .profile-biography__compact-grid{gap:10px}.detail-layout--profile .profile-biography__timeline li{grid-template-columns:82px minmax(0,1fr);gap:10px;padding:9px 10px}}@media (max-width:540px){.detail-layout--profile .profile-biography__group--achievements .profile-biography__entries{grid-template-columns:1fr}.detail-layout--profile .profile-biography__timeline li{grid-template-columns:76px minmax(0,1fr)}.detail-layout--profile .profile-biography__employment-period,.detail-layout--profile .profile-biography__timeline>li>time{font-size:10px}}.news-detail-media,.project-description-media{background:#eef4fb}.news-detail-image,.profile-card--leader .person-photo,.project-description-image,.team-list .profile-card .person-card__photo,.team-list .profile-card .person-photo{display:block;width:100%;object-fit:cover;object-position:center}.profile-card--leader .person-photo,.team-list .profile-card .person-card__photo,.team-list .profile-card .person-photo{object-position:center top}.project-detail-layout>.detail-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px;align-items:stretch}.project-detail-layout>.detail-meta div{position:relative;overflow:hidden;min-height:96px;padding:22px 24px 22px 26px;border:1px solid rgb(31 74 122/13%);border-radius:20px;background:radial-gradient(circle at 100% 0,rgb(30 116 255/10%) 0,rgb(30 116 255/0) 38%),linear-gradient(135deg,#fff,#f8fbff);box-shadow:0 18px 44px rgb(20 43 70/8%)}.project-detail-layout>.detail-meta div:before{content:"";position:absolute;top:18px;bottom:18px;left:0;width:4px;border-radius:0 999px 999px 0;background:linear-gradient(180deg,var(--accent,#f5914f),rgb(30 116 255/70%))}.project-detail-layout>.detail-meta div:after{content:"";position:absolute;right:-38px;bottom:-46px;width:120px;height:120px;border-radius:50%;background:rgb(30 116 255/5%);pointer-events:none}.project-detail-layout>.detail-meta dt{position:relative;display:inline-flex;gap:8px;align-items:center;margin:0 0 10px;color:rgb(82 102 128/86%);font-size:12px;font-weight:900;letter-spacing:.07em;line-height:1.2;text-transform:uppercase}.project-detail-layout>.detail-meta dt:before{content:"";flex:0 0 auto;width:7px;height:7px;border-radius:50%;background:var(--accent,#f5914f);box-shadow:0 0 0 5px rgb(245 145 79/13%)}.project-detail-layout>.detail-meta dd{position:relative;z-index:1;max-width:100%;margin:0;color:var(--ink,#11243a);font-size:15px;font-weight:800;line-height:1.55;overflow-wrap:anywhere;word-break:break-word}.project-detail-layout>.detail-meta div:nth-child(2) dt:before{background:rgb(30 116 255);box-shadow:0 0 0 5px rgb(30 116 255/12%)}@media (max-width:760px){.project-detail-layout>.detail-meta{grid-template-columns:1fr;gap:14px}.project-detail-layout>.detail-meta div{min-height:auto;padding:20px 22px 20px 24px;border-radius:16px}}.profile-card--leader,.team-list .profile-card{display:grid;align-items:center;border:1px solid rgb(31 74 122/13%);border-radius:22px;background:radial-gradient(circle at 100% 0,rgb(30 116 255/8%) 0,rgb(30 116 255/0) 34%),linear-gradient(135deg,#fff,#f8fbff);box-shadow:0 18px 48px rgb(20 43 70/8%)}.profile-card--leader{grid-template-columns:230px minmax(0,1fr);gap:clamp(26px,4vw,44px);min-height:330px;padding:clamp(26px,3.5vw,42px)}.team-list .profile-card{grid-template-columns:172px minmax(0,1fr);gap:clamp(22px,3vw,34px);min-height:250px;padding:clamp(22px,3vw,32px)}.profile-card__photo-frame{position:relative;width:172px;height:224px;overflow:hidden;border:1px solid rgb(31 74 122/14%);border-radius:20px;background:#eef4fb;box-shadow:0 18px 38px rgb(20 43 70/12%)}.profile-card__photo-frame--large{width:230px;height:300px;border-radius:24px}.profile-card__photo-frame .person-photo,.profile-card__photo-frame .person-photo--large,.profile-card__photo-frame .profile-card__photo-placeholder{display:block;width:100%;height:100%;max-width:none;margin:0;border:0;border-radius:0;object-fit:cover;object-position:center top;background:#eef4fb;box-shadow:none}.profile-card__photo-frame .profile-card__photo-placeholder{display:grid;place-items:center;color:rgb(106 126 150/78%);font-size:14px;font-weight:700}.profile-card--leader .profile-card__body,.team-list .profile-card__body{min-width:0;align-self:center}.profile-card--leader .profile-card__body h2,.team-list .profile-card__body h3{margin:0 0 8px;color:var(--ink,#11243a);line-height:1.16}.profile-card--leader .profile-card__body h2{font-size:clamp(30px,3vw,42px)}.team-list .profile-card__body h3{font-size:clamp(24px,2.2vw,32px)}.profile-card--leader .profile-card__role,.team-list .profile-card__role{max-width:720px;margin:0 0 16px;color:rgb(55 75 100);font-size:15px;line-height:1.55}.profile-card--leader .profile-interests,.team-list .profile-interests{max-width:820px;margin-top:14px;padding:16px 18px;border:1px solid rgb(30 116 255/13%);border-radius:16px;background:linear-gradient(135deg,rgb(30 116 255/5%),rgb(245 145 79/4%))}.profile-card--leader .profile-interests__title,.team-list .profile-interests__title{margin:0 0 10px;color:rgb(55 75 100);font-size:14px;font-weight:800}.profile-card--leader .profile-interests ul,.team-list .profile-interests ul{gap:7px;padding-left:18px}.profile-card--leader .profile-interests li,.team-list .profile-interests li{color:rgb(55 75 100);font-size:14px;line-height:1.55}@media (max-width:760px){.profile-card--leader,.team-list .profile-card{grid-template-columns:1fr;gap:20px;min-height:auto;padding:22px;text-align:left}.profile-card__photo-frame,.profile-card__photo-frame--large{width:min(100%,260px);height:330px;margin:0 auto}.profile-card--leader .profile-card__body h2,.team-list .profile-card__body h3{text-align:left}}.container.directions-list{max-width:1120px}.container.directions-list .card-grid--three{gap:28px;align-items:stretch}.container.directions-list .direction-card{position:relative;display:flex;overflow:hidden;min-height:100%;flex-direction:column;padding:clamp(22px,2.6vw,30px);border:1px solid rgb(22 58 96/12%);border-radius:20px;background:linear-gradient(135deg,#fff,#f9fbff);box-shadow:0 16px 44px rgb(20 43 70/7%)}.container.directions-list .direction-card:before{content:"";position:absolute;top:22px;bottom:22px;left:0;width:4px;border-radius:0 999px 999px 0;background:linear-gradient(180deg,var(--accent,#f5914f),rgb(30 116 255/70%))}.container.directions-list .direction-card__image-frame{position:relative;overflow:hidden;width:100%;aspect-ratio:16/9;margin:0 0 20px;border:1px solid rgb(31 74 122/14%);border-radius:16px;background:#eef4fb;box-shadow:0 14px 32px rgb(20 43 70/9%)}.container.directions-list .direction-card__image{display:block;width:100%;height:100%;margin:0;border:0;border-radius:0;background:#eef4fb;object-fit:cover;object-position:center}.container.directions-list .direction-card__icon{display:grid;width:100%;height:100%;margin:0;place-items:center;border-radius:0;background:radial-gradient(circle at 30% 24%,rgb(30 116 255/16%),transparent 34%),linear-gradient(135deg,rgb(245 145 79/12%),rgb(30 116 255/10%));color:var(--blue,#1e74ff);font-size:46px}.container.directions-list .direction-card h2{margin:0 0 12px;color:var(--ink,#11243a);font-size:clamp(22px,2vw,28px);line-height:1.18;letter-spacing:-.03em}.container.directions-list .direction-card p{margin:0 0 18px;color:rgb(66 84 106);font-size:15px;line-height:1.68}.container.directions-list .direction-card .card-link{margin-top:auto;color:var(--blue,#1e74ff);font-weight:800}.direction-detail-layout{display:grid;max-width:960px;grid-gap:24px;gap:24px}.direction-detail-layout .breadcrumbs,.direction-detail-layout .detail-cta{margin:0}.direction-detail-media{position:relative;overflow:hidden;padding:0;margin:4px 0 0;border:1px solid rgb(22 58 96/12%);border-radius:22px;background:linear-gradient(135deg,#f7fbff,#fff);box-shadow:0 20px 54px rgb(20 43 70/10%)}.direction-detail-media:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgb(255 255 255/0) 58%,rgb(17 36 58/8%))}.direction-detail-image{display:block;width:100%;height:clamp(260px,36vw,420px);margin:0;border:0;background:#eef4fb;object-fit:cover;object-position:center}.direction-detail-layout .detail-section{position:relative;overflow:hidden;padding:clamp(26px,3vw,36px);margin:0;border-color:rgb(22 58 96/12%);border-radius:20px;background:linear-gradient(135deg,#fff,#f9fbff);box-shadow:0 16px 44px rgb(20 43 70/7%)}.direction-detail-layout .detail-section:before{content:"";position:absolute;top:24px;bottom:24px;left:0;width:4px;border-radius:0 999px 999px 0;background:linear-gradient(180deg,var(--accent,#f5914f),rgb(30 116 255/70%))}.direction-detail-layout .detail-section h2{margin-bottom:16px;color:var(--ink,#11243a);font-size:clamp(26px,2.5vw,34px);letter-spacing:-.03em}.direction-detail-layout .text-block{color:rgb(66 84 106);font-size:16px;line-height:1.72}.direction-detail-layout .text-block p{color:rgb(66 84 106)}.direction-detail-layout .detail-cta{padding-top:2px}@media (max-width:960px){.container.directions-list .card-grid--three{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.container.directions-list .card-grid--three{grid-template-columns:1fr}.container.directions-list .direction-card,.direction-detail-layout .detail-section,.direction-detail-media{border-radius:16px}.direction-detail-layout{gap:18px}.direction-detail-image{height:240px}}.detail-layout--profile .profile-detail-grid__photo,.profile-card--leader .profile-card__photo-frame,.team-list .profile-card .profile-card__photo-frame{line-height:0;background:#eef4fb}.profile-card--leader .profile-card__photo-frame img.person-photo,.profile-card--leader .profile-card__photo-frame img.person-photo--large,.team-list .profile-card .profile-card__photo-frame img.person-photo,.team-list .profile-card .profile-card__photo-frame img.person-photo--large{display:block;width:100%;height:100%;min-width:100%;min-height:100%;max-width:none;padding:0;margin:0;border:0;border-radius:0;aspect-ratio:auto;object-fit:cover;object-position:center 18%;transform:scale(1.08);transform-origin:center 18%;box-shadow:none}.detail-layout--profile .profile-detail-grid__photo img.person-photo--detail{display:block;width:100%;height:100%;min-width:100%;min-height:100%;max-width:none;padding:0;margin:0;border:0;border-radius:0;aspect-ratio:auto;object-fit:cover;object-position:center 18%;transform:scale(1.06);transform-origin:center 18%;box-shadow:none}.detail-layout--profile .profile-detail-grid__photo .photo-placeholder--large,.profile-card--leader .profile-card__photo-frame .profile-card__photo-placeholder,.team-list .profile-card .profile-card__photo-frame .profile-card__photo-placeholder{transform:none}.project-publications-section{position:relative;overflow:hidden;padding:clamp(26px,3vw,36px);border:1px solid rgb(22 58 96/12%);border-radius:20px;background:linear-gradient(135deg,#fff,#f9fbff);box-shadow:0 16px 44px rgb(20 43 70/7%)}.project-publications-section:before{content:"";position:absolute;top:24px;bottom:24px;left:0;width:4px;border-radius:0 999px 999px 0;background:linear-gradient(180deg,var(--accent,#f5914f),rgb(30 116 255/70%))}.project-publications-section h2{margin:0 0 18px;color:var(--ink,#11243a);font-size:clamp(26px,2.5vw,34px);letter-spacing:-.03em}.project-publications-list{display:grid;grid-gap:14px;gap:14px}.project-publication-card{display:grid;grid-template-columns:38px minmax(0,1fr);grid-gap:14px;gap:14px;padding:16px;border:1px solid rgb(30 116 255/12%);border-radius:16px;background:rgb(255 255 255/72%);box-shadow:0 10px 26px rgb(20 43 70/5%)}.project-publication-card__index{display:grid;place-items:center;width:34px;height:34px;border-radius:12px;background:linear-gradient(135deg,rgb(255 156 46/18%),rgb(30 116 255/12%));color:var(--blue,#1452b8);font-weight:900}.project-publication-card h3{margin:0 0 8px;color:var(--ink,#11243a);font-size:18px;line-height:1.35}.project-publication-card h3 a{color:inherit;text-decoration:none}.project-publication-card h3 a:hover{color:var(--blue,#1452b8)}.project-publication-card p{margin:0 0 6px;color:rgb(66 84 106);font-size:14px;line-height:1.55}.project-publication-card__links{display:flex;flex-wrap:wrap;gap:12px;margin-top:10px}.project-publication-card__links a{color:var(--blue,#1452b8);font-size:14px;font-weight:800;text-decoration:none}.project-publication-card__links a:hover{color:var(--accent,#f5914f)}@media (max-width:760px){.project-publications-section{padding:22px;border-radius:16px}.project-publication-card{grid-template-columns:1fr}}.news-detail-caption{position:relative;z-index:1;padding:14px 18px 16px;color:rgb(84 103 128);font-size:14px;background:linear-gradient(135deg,rgb(255 255 255/92%),rgb(247 251 255/92%))}.news-detail-caption:before{content:"Фото: ";color:rgb(72 93 118/86%);font-weight:800}.news-detail-layout .detail-meta{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}@media (max-width:640px){.news-detail-caption{padding:12px 14px 14px;font-size:13px}}.news-detail-layout{max-width:1040px;gap:clamp(20px,2.4vw,30px)}.news-detail-layout .breadcrumbs{margin:0}.news-publication-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:16px;gap:16px;padding:0;margin:0}.news-publication-meta__item{position:relative;display:grid;min-height:96px;align-content:center;padding:20px 22px 20px 68px;overflow:hidden;border:1px solid rgb(22 58 96/12%);border-radius:20px;background:radial-gradient(circle at 100% 0,rgb(30 116 255/10%),transparent 34%),linear-gradient(135deg,#fff,#f8fbff);box-shadow:0 16px 44px rgb(20 43 70/8%)}.news-publication-meta__item:before{content:"";position:absolute;top:18px;bottom:18px;left:0;width:4px;border-radius:0 999px 999px 0;background:linear-gradient(180deg,var(--accent,#f5914f),rgb(30 116 255/70%))}.news-publication-meta__icon{position:absolute;top:50%;left:24px;display:inline-grid;width:30px;height:30px;place-items:center;border:1px solid rgb(30 116 255/14%);border-radius:999px;color:var(--accent-dark,#d95f00);font-size:12px;font-weight:900;background:linear-gradient(135deg,rgb(255 122 0/12%),rgb(30 116 255/8%));transform:translateY(-50%)}.news-publication-meta dt{margin:0 0 8px;color:rgb(72 93 118/82%);font-size:12px;font-weight:900;line-height:1.2;text-transform:uppercase;letter-spacing:.055em}.news-publication-meta dd{margin:0;color:var(--ink,#11243a);font-size:16px;font-weight:800;line-height:1.45;overflow-wrap:anywhere}.news-detail-media{margin:0;border-radius:24px;background:#fff;box-shadow:0 24px 62px rgb(20 43 70/11%)}.news-detail-media:after{inset:0 0 auto;height:min(42%,180px);background:linear-gradient(180deg,rgb(255 255 255/18%),rgb(255 255 255/0))}.news-detail-image{height:clamp(340px,41vw,520px);background:#eef4fb;object-fit:cover;object-position:center}.news-detail-caption{display:flex;gap:8px;align-items:flex-start;padding:16px 20px 18px;border-top:1px solid rgb(22 58 96/10%);color:rgb(72 93 118);font-size:15px;line-height:1.55;background:linear-gradient(135deg,#fff,#f8fbff)}.news-detail-caption:before{flex:0 0 auto;color:rgb(72 93 118/92%);font-weight:900}.news-detail-layout .detail-section{padding:clamp(30px,3.4vw,44px);border-radius:24px;box-shadow:0 22px 58px rgb(20 43 70/9%)}.news-detail-layout .detail-section:before{top:26px;bottom:26px}.news-detail-layout .detail-section h2{margin-bottom:18px;font-size:clamp(30px,3vw,40px)}.news-detail-layout .text-block{max-width:860px;font-size:17px;line-height:1.78}.news-detail-layout .detail-actions{margin-top:0}@media (max-width:760px){.news-publication-meta{grid-template-columns:1fr}.news-publication-meta__item{min-height:86px;padding:18px 18px 18px 62px;border-radius:18px}.news-publication-meta__icon{left:20px}.news-detail-layout .detail-section,.news-detail-media{border-radius:18px}.news-detail-image{height:clamp(230px,58vw,340px)}.news-detail-caption{padding:14px 16px 16px;font-size:14px}}.publication-page-intro{position:relative;padding:clamp(24px,3vw,34px);overflow:hidden;border:1px solid rgb(95 130 190/22%);border-radius:24px;background:linear-gradient(135deg,rgb(255 255 255/98%),rgb(244 249 255/92%)),#fff;box-shadow:0 20px 48px rgb(10 36 79/7%)}.publication-page-intro:before{content:"";position:absolute;inset:22px auto 22px 0;width:4px;border-radius:999px;background:linear-gradient(180deg,#ff8a00,#6aa7ff)}.publications-section{background:radial-gradient(circle at 9% 0,rgb(71 134 255/7%),transparent 28%),radial-gradient(circle at 92% 18%,rgb(255 138 0/6%),transparent 25%)}.publication-list--polished{gap:26px}.publication-card{position:relative;display:grid;grid-template-columns:76px minmax(0,1fr);grid-gap:24px;gap:24px;padding:clamp(24px,3vw,34px);overflow:hidden;border:1px solid rgb(96 129 184/24%);border-radius:24px;background:linear-gradient(135deg,rgb(255 255 255/98%),rgb(247 251 255/96%)),#fff;box-shadow:0 20px 55px rgb(14 42 84/8%);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.publication-card:before{content:"";position:absolute;inset:22px auto 22px 0;width:4px;border-radius:999px;background:linear-gradient(180deg,#ff8a00,#6aa7ff)}.publication-card:after{content:"";position:absolute;right:-130px;top:-130px;width:260px;height:260px;border-radius:50%;background:rgb(74 132 255/7%);pointer-events:none}.publication-card:hover{transform:translateY(-3px);border-color:rgb(45 94 176/35%);box-shadow:0 26px 70px rgb(14 42 84/12%)}.publication-card__index{position:relative;z-index:1;width:58px;height:58px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgb(92 133 196/28%);border-radius:18px;background:linear-gradient(135deg,rgb(255 255 255/92%),rgb(235 244 255/88%)),#fff;color:var(--accent-dark);font-weight:800;letter-spacing:.04em;box-shadow:0 14px 30px rgb(24 61 117/9%)}.publication-card__body{position:relative;z-index:1;min-width:0}.publication-card__header{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:0 0 12px}.publication-card__type,.publication-card__year{display:inline-flex;align-items:center;min-height:28px;padding:6px 10px;border-radius:999px;background:rgb(0 87 185/7%);color:var(--accent-dark);font-size:12px;font-weight:800;line-height:1;text-transform:uppercase;letter-spacing:.04em}.publication-card__year{background:rgb(255 138 0/10%);color:#c56600}.publication-card h2{margin:0 0 8px;color:var(--text);font-size:clamp(21px,2vw,28px);line-height:1.18;overflow-wrap:anywhere}.publication-card h2 a{color:inherit;text-decoration:none}.publication-card h2 a:hover{color:var(--accent-dark)}.publication-card__authors{margin:0 0 18px;color:#60718b;font-size:15px;line-height:1.5}.publication-card__meta{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 18px}.publication-card__meta div{display:inline-flex;gap:6px;align-items:baseline;max-width:100%;padding:7px 10px;border:1px solid rgb(96 129 184/18%);border-radius:12px;background:rgb(255 255 255/72%)}.publication-card__meta dt{color:#71829a;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.publication-card__meta dd{margin:0;color:var(--text);font-size:13px;font-weight:700;overflow-wrap:anywhere}.publication-card__abstract{margin:0;max-width:1120px;color:#596b87;font-size:16px;line-height:1.65;overflow-wrap:anywhere}.publication-card__actions{margin-top:20px}.publication-card__actions a,.publication-detail-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:10px 15px;border-radius:12px;background:rgb(0 87 185/8%);color:var(--accent-dark);font-weight:800;text-decoration:none}.publication-card__actions a:hover,.publication-detail-actions a:hover{background:var(--accent-dark);color:#fff;text-decoration:none}.publication-detail-section{background:radial-gradient(circle at 6% 0,rgb(71 134 255/7%),transparent 30%),radial-gradient(circle at 94% 22%,rgb(255 138 0/6%),transparent 26%)}.publication-detail-layout{max-width:1080px}.publication-detail-cover{position:relative;margin:0 0 30px;overflow:hidden;border:1px solid rgb(96 129 184/22%);border-radius:24px;background:#fff;box-shadow:0 24px 70px rgb(14 42 84/10%)}.publication-detail-cover img{display:block;width:100%;height:clamp(300px,42vw,520px);object-fit:cover}.publication-detail-cover:after{content:"";position:absolute;inset:auto 0 0;height:38%;background:linear-gradient(180deg,transparent,rgb(3 21 48/20%));pointer-events:none}.publication-detail-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;grid-gap:16px;gap:16px;margin:0 0 28px}.publication-detail-fact{position:relative;display:grid;grid-template-columns:36px minmax(0,1fr);grid-gap:12px;gap:12px;align-content:start;align-items:start;min-width:0;min-height:104px;padding:18px 20px;overflow:hidden;border:1px solid rgb(96 129 184/22%);border-radius:20px;background:linear-gradient(135deg,rgb(255 255 255/98%),rgb(245 249 255/94%)),#fff;box-shadow:0 18px 45px rgb(14 42 84/7%)}.publication-detail-fact:last-child:nth-child(odd){grid-column:1/-1}.publication-detail-fact__content{min-width:0}.publication-detail-fact:before{content:"";position:absolute;inset:18px auto 18px 0;width:4px;border-radius:999px;background:linear-gradient(180deg,#ff8a00,#6aa7ff)}.publication-detail-fact__icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid rgb(77 123 191/18%);border-radius:12px;background:rgb(0 87 185/7%);color:var(--accent-dark);font-size:15px;font-weight:900}.publication-detail-fact h2{margin:0 0 7px;color:#71829a;font-size:12px;line-height:1.2;text-transform:uppercase;letter-spacing:.06em}.publication-detail-fact p{margin:0;color:var(--text);font-size:14px;font-weight:700;line-height:1.5;overflow-wrap:anywhere}.publication-detail-fact--source p,.publication-detail-fact--type p{-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word}.publication-detail-fact--doi p{word-break:break-word}.publication-author-list{display:grid;grid-gap:0;gap:0;margin:0;padding:0;list-style:none}.publication-author-list li{min-width:0;color:var(--text);font-size:14px;font-weight:700;line-height:1.5;overflow-wrap:anywhere}.publication-author-list li+li{margin-top:7px;padding-top:7px;border-top:1px solid rgb(96 129 184/16%)}.publication-detail-layout .detail-section{position:relative;overflow:hidden;padding:clamp(28px,4vw,44px);border:1px solid rgb(96 129 184/22%);border-radius:24px;background:linear-gradient(135deg,rgb(255 255 255/98%),rgb(247 251 255/94%)),#fff;box-shadow:0 24px 70px rgb(14 42 84/9%)}.publication-detail-layout .detail-section:before{content:"";position:absolute;inset:24px auto 24px 0;width:4px;border-radius:999px;background:linear-gradient(180deg,#ff8a00,#6aa7ff)}.publication-detail-layout .detail-section h2{margin-bottom:18px;color:var(--text);font-size:clamp(28px,3vw,40px);line-height:1.12}.publication-detail-layout .text-block{color:#596b87;font-size:17px;line-height:1.75}.publication-detail-actions{margin-top:30px}.publication-detail-actions .button,.publication-detail-actions .button--secondary{border:1px solid rgb(0 87 185/18%)}@media (max-width:900px){.publication-card{grid-template-columns:1fr;gap:18px}.publication-card__index{width:50px;height:50px}}@media (max-width:700px){.publication-detail-facts{grid-template-columns:1fr}.publication-detail-fact,.publication-detail-fact:last-child:nth-child(odd){grid-column:auto}}@media (max-width:620px){.publication-card{padding:22px 20px;border-radius:20px}.publication-card__meta{display:grid}.publication-card__meta div{align-items:flex-start;flex-direction:column}.publication-detail-fact{min-height:auto;padding:18px}.publication-detail-layout .detail-section{padding:26px 22px}}.publication-card h2 a{display:inline;margin-top:0;font-weight:inherit}.publication-card__actions a,.publication-detail-actions a{margin-top:0}