.su-ticker {
    height: 31px;
    overflow: hidden;
    display: flex;
    align-items: center;
    color: #d1dfeb;
    background: #06182a;
    font-size: .64rem;
    font-weight: 700;
    letter-spacing: .12em;
    white-space: nowrap;
}
.su-ticker div { padding-left: 100vw; animation: suTicker 32s linear infinite; }
@keyframes suTicker { to { transform: translateX(-100%); } }

.pkp_structure_head { position: relative; overflow: hidden; }
.pkp_head_wrapper { padding-top: 0; }
.pkp_site_name_wrapper { min-height: 92px; display: flex; align-items: center; justify-content: flex-start; }
.pkp_site_name { padding: 8px 0 !important; }
.pkp_site_name .is_img {
    display: inline-flex !important;
    align-items: center;
    gap: 16px;
    text-decoration: none;
}
.pkp_site_name .is_img img {
    width: 68px !important;
    height: 68px !important;
    max-height: 68px !important;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 0 3px #fff, 0 0 0 4px #dfe5eb;
}
.su-brand-copy { display: flex; flex-direction: column; color: #09243e; }
.su-brand-copy strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.58rem;
    line-height: 1.05;
    letter-spacing: -.025em;
}
.su-brand-copy small {
    margin-top: 7px;
    color: #687483;
    font-size: .63rem;
    font-weight: 700;
    letter-spacing: .105em;
    text-transform: uppercase;
}
.pkp_site_nav_menu {
    box-sizing: border-box;
    width: 100vw;
    max-width: none;
    margin-left: calc((100% - 100vw) / 2);
    border-top: 1px solid #dfe5eb;
    background: #09243e !important;
}
.pkp_navigation_primary_row {
    width: 100%;
    background: #09243e;
    border-bottom: 3px solid #e3b23c;
}
.pkp_navigation_primary_wrapper {
    box-sizing: border-box;
    width: min(1160px, 90vw);
    max-width: 1160px;
    min-height: 45px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pkp_navigation_primary { max-width: calc(100% - 145px); }
.pkp_navigation_primary > li > a,
.pkp_navigation_search_wrapper a { color: #dbe8f1 !important; }
.pkp_navigation_primary > li > a { padding-right: 17px; padding-left: 17px; }
.pkp_navigation_primary > li:first-child > a { padding-left: 0; }
.pkp_navigation_search_wrapper { margin-left: auto; }
.pkp_navigation_search_wrapper a { padding-right: 0; }
.pkp_navigation_primary > li > a:hover,
.pkp_navigation_primary > li > a:focus,
.pkp_navigation_search_wrapper a:hover { color: #fff !important; border-color: #e3b23c !important; }
.pkp_navigation_user_wrapper {
    top: 22px;
    right: auto;
    left: 50%;
    width: min(1160px, 90vw);
    padding-right: 0;
    padding-left: 0;
    transform: translateX(-50%);
}

.pkp_structure_content { max-width: none !important; padding: 0 !important; }
.pkp_structure_main { width: 100% !important; max-width: none !important; padding: 0 !important; }
.pkp_page_index .pkp_structure_content {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.pkp_structure_main:before,
.pkp_structure_main:after {
    display: none !important;
    content: none !important;
    background: none !important;
}
.pkp_page_index .additional_content:after {
    display: none !important;
    content: none !important;
}
.page_index_journal { display: flex; flex-direction: column; }
.page_index_journal .additional_content { order: 1; }
.page_index_journal .homepage_about { order: 2; }
.page_index_journal .homepage_about {
    width: min(1180px, 90vw);
    margin: 56px auto 0;
    padding: 28px 32px;
    border-left: 4px solid #0d63a8;
    background: #f4f7f9;
}
.page_index_journal .homepage_about h2 { font-size: 1.35rem; }

.pkp_page_index .additional_content {
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
    border-radius: 0 !important;
    color: #17212c !important;
    background: #fff !important;
    box-shadow: none !important;
}
.pkp_page_index .additional_content:after { display: none !important; }
.pkp_page_index .additional_content p { max-width: none; }

.su-hero {
    width: 100%;
    max-width: none;
    margin: 0;
    min-height: 510px;
    padding: 68px max(5vw, calc((100vw - 1180px)/2));
    display: grid;
    grid-template-columns: 1.45fr .75fr;
    gap: 64px;
    align-items: center;
    color: #fff;
    background: radial-gradient(circle at 76% 40%, #135c8e 0, #0b3b64 28%, #09243e 63%, #071c31 100%);
}
.su-kicker, .su-section-kicker { color: #79c2e8; font-size: .68rem; font-weight: 800; letter-spacing: .17em; }
.su-hero h1 {
    margin: 15px 0 20px !important;
    max-width: 790px !important;
    color: #fff !important;
    font: 700 clamp(2.8rem, 5vw, 4.25rem)/1.04 Georgia, "Times New Roman", serif !important;
}
.su-hero h1 em { color: #8cd1f3; font-style: normal; }
.su-hero-copy > p { max-width: 740px !important; color: #d0e0eb !important; font-size: 1.04rem !important; line-height: 1.7; }
.su-search { margin-top: 28px; padding: 7px; display: grid; grid-template-columns: 1fr auto; gap: 7px; background: #fff; border-radius: 9px; box-shadow: 0 18px 44px rgba(0,0,0,.22); }
.su-search label { display: flex; align-items: center; gap: 9px; padding: 0 12px; border: 1px solid #dfe5eb; border-radius: 6px; }
.su-search label span { color: #687483; font-size: 1.4rem; }
.su-search input { width: 100%; padding: 13px 2px; border: 0; outline: 0; color: #17212c; background: #fff; }
.su-search button { padding: 0 24px; border: 0; border-radius: 6px; color: #09243e; background: #e3b23c; font-weight: 800; }
.su-quicklinks { margin-top: 15px; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; color: #bfd5e4; font-size: .74rem; }
.su-quicklinks a { padding: 6px 10px; color: #fff; border: 1px solid rgba(255,255,255,.22); border-radius: 18px; background: rgba(255,255,255,.07); text-decoration: none; }
.su-orbit { height: 285px; position: relative; }
.su-orbit:before, .su-orbit:after { content: ""; position: absolute; inset: 37px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.su-orbit:after { inset: 76px; }
.su-node { position: absolute; width: 67px; height: 67px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.30); border-radius: 50%; color: #fff; background: rgba(255,255,255,.08); font-size: .63rem; font-style: normal; font-weight: 800; }
.su-node.n1 { left: 0; top: 15px; }.su-node.n2 { right: 0; top: 12px; }.su-node.n3 { left: 4px; bottom: 7px; }.su-node.n4 { right: 4px; bottom: 12px; }
.su-node.core { width: 104px; height: 104px; left: calc(50% - 52px); top: calc(50% - 52px); color: #09243e; background: #fff; font: 700 1.65rem Georgia, serif; box-shadow: 0 0 0 20px rgba(255,255,255,.06); }

.su-pillars { width: min(1180px, 90vw); margin: -31px auto 0; position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4,1fr); background: #fff; border-radius: 9px; box-shadow: 0 14px 40px rgba(9,36,62,.14); }
.su-pillars div { padding: 25px 27px; border-right: 1px solid #dfe5eb; }
.su-pillars div:last-child { border: 0; }
.su-pillars strong, .su-pillars span { display: block; }
.su-pillars strong { color: #09243e; font: 700 1.15rem Georgia, serif; }
.su-pillars span { margin-top: 4px; color: #687483; font-size: .72rem; }

.su-research-publications { width: min(1180px, 90vw); margin: 0 auto; padding: 86px 0 18px; }
.su-research-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.su-research-head h2 { margin: 9px 0 0 !important; color: #09243e !important; font: 700 clamp(2rem, 3vw, 2.75rem)/1.12 Georgia, serif !important; }
.su-research-head > a { color: #0d63a8; font-weight: 800; text-decoration: none; }
.su-publication-search { margin: 30px 0 34px; padding: 7px; display: grid; grid-template-columns: 1fr auto; gap: 7px; border: 1px solid #dfe5eb; border-radius: 9px; background: #f4f7f9; }
.su-publication-search label { display: flex; align-items: center; gap: 10px; padding: 0 14px; background: #fff; border: 1px solid #dfe5eb; border-radius: 6px; }
.su-publication-search label span { color: #687483; font-size: 1.35rem; }
.su-publication-search input { width: 100%; padding: 13px 2px; border: 0; outline: 0; color: #17212c; background: #fff; }
.su-publication-search button { padding: 0 24px; border: 0; border-radius: 6px; color: #fff; background: #0d63a8; font-weight: 800; }
.su-research-layout { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(270px, .7fr); gap: 42px; align-items: start; }
.su-publication-list { min-width: 0; }
.su-publication-card { padding: 25px 0; border-top: 1px solid #dfe5eb; }
.su-publication-card:first-child { padding-top: 0; border-top: 0; }
.su-publication-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; color: #687483; font-size: .69rem; text-transform: uppercase; letter-spacing: .05em; }
.su-publication-meta strong { padding: 4px 7px; color: #fff; background: #0d63a8; border-radius: 3px; }
.su-publication-card h3 { margin: 11px 0 8px !important; color: #09243e !important; font: 700 1.35rem/1.28 Georgia, serif !important; }
.su-publication-card h3 a { color: inherit; text-decoration: none; }
.su-publication-authors { margin: 0 0 13px !important; color: #687483 !important; font-size: .82rem !important; }
.su-publication-actions { display: flex; flex-wrap: wrap; gap: 16px; }
.su-publication-actions a { color: #0d63a8; font-size: .76rem; font-weight: 800; text-decoration: none; }
.su-publication-empty { padding: 34px 38px; border-left: 4px solid #e3b23c; background: #f4f7f9; }
.su-publication-empty > span { color: #0d63a8; font-size: .65rem; font-weight: 800; letter-spacing: .13em; }
.su-publication-empty h3 { margin: 10px 0 12px !important; color: #09243e !important; font: 700 1.5rem/1.25 Georgia, serif !important; }
.su-publication-empty p { margin: 0 0 17px !important; color: #687483 !important; line-height: 1.65; }
.su-publication-empty a { font-weight: 800; text-decoration: none; }
.su-science-news { padding: 28px 30px; color: #fff; background: #09243e; border-bottom: 5px solid #e3b23c; }
.su-science-news > div { padding: 21px 0; border-top: 1px solid rgba(255,255,255,.15); }
.su-science-news > div:first-of-type { margin-top: 17px; }
.su-science-news small, .su-science-news strong { display: block; }
.su-science-news small { color: #79c2e8; font-size: .62rem; font-weight: 800; letter-spacing: .1em; }
.su-science-news strong { margin-top: 7px; font: 700 1rem/1.35 Georgia, serif; }
.su-science-news p { margin: 8px 0 0 !important; color: #b8cedd !important; font-size: .76rem !important; line-height: 1.55; }

.su-intro { width: min(1180px, 90vw); margin: 0 auto; padding: 86px 0 76px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: center; }
.su-intro h2, .su-domains h2, .su-submit h2 { margin: 9px 0 18px !important; color: #09243e !important; font: 700 clamp(2rem, 3vw, 2.75rem)/1.12 Georgia, serif !important; }
.su-intro p { color: #687483 !important; font-size: .96rem !important; line-height: 1.78; }
.su-text-link { font-weight: 800; text-decoration: none; }
.su-intro aside { padding: 32px; color: #fff; background: #09243e; border-bottom: 5px solid #e3b23c; border-radius: 8px; }
.su-intro aside span, .su-intro aside strong { display: block; }
.su-intro aside span { color: #80c8eb; font-size: .66rem; font-weight: 800; letter-spacing: .16em; }
.su-intro aside strong { margin-top: 18px; font: 700 1.25rem/1.8 Georgia, serif; }

.su-domains { padding: 72px max(5vw, calc((100vw - 1180px)/2)) 82px; background: #09243e; }
.su-domains header { display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.su-domains h2 { color: #fff !important; margin-bottom: 0 !important; }
.su-domains header > a { color: #9ed4ee; font-weight: 700; text-decoration: none; }
.su-domain-grid { margin-top: 30px; display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; }
.su-domain-grid a { min-height: 148px; padding: 23px; display: flex; flex-direction: column; color: #fff; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; background: rgba(255,255,255,.05); text-decoration: none; transition: .18s ease; }
.su-domain-grid a:hover { transform: translateY(-3px); background: rgba(255,255,255,.10); border-color: rgba(74,167,215,.65); }
.su-domain-grid small { color: #75c4ea; font-weight: 800; letter-spacing: .12em; }
.su-domain-grid strong { margin: 9px 0 8px; font: 700 1.08rem Georgia, serif; }
.su-domain-grid span { color: #aac5d6; font-size: .73rem; }

.su-submit { width: min(1180px, 90vw); margin: 72px auto 0; padding: 42px 48px; display: flex; justify-content: space-between; align-items: center; gap: 50px; color: #17212c; background: #f4f7f9; border-left: 5px solid #e3b23c; }
.su-submit h2 { margin-bottom: 10px !important; font-size: 2rem !important; }
.su-submit p { margin: 0; color: #687483 !important; }
.su-submit > a { flex: 0 0 auto; padding: 14px 20px; color: #09243e; background: #e3b23c; border-radius: 6px; font-weight: 800; text-decoration: none; }

.pkp_structure_footer_wrapper {
    background: #06182a !important;
}
.pkp_structure_footer {
    margin-top: 76px;
    border-top: 4px solid #e3b23c;
    overflow: hidden;
}
.su-footer-grid {
    box-sizing: border-box;
    width: 100%;
    padding: 48px 30px 38px;
    display: grid;
    grid-template-columns: 1.35fr .65fr .8fr .9fr;
    gap: 42px;
    text-align: left;
}
.su-footer-grid > * { text-align: left; }
.su-footer-grid strong { display: block; margin-bottom: 13px; color: #fff; font-size: .72rem; letter-spacing: .04em; }
.su-footer-grid p { margin: 0 !important; color: #aebfcd !important; font-size: .72rem !important; line-height: 1.7; }
.su-footer-brand { font: 700 1.25rem Georgia, "Times New Roman", serif !important; letter-spacing: -.01em !important; }
.su-footer-about > p { max-width: 340px; }
.su-footer-grid nav a { display: block; margin: 9px 0; color: #aebfcd !important; font-size: .7rem; text-decoration: none; }
.su-footer-grid nav a:hover, .su-footer-grid nav a:focus { color: #fff !important; }
.su-footer-contact { display: block; margin-top: 20px; color: #fff !important; font-size: .76rem; font-weight: 700; text-decoration: none; overflow-wrap: anywhere; }
.su-footer-contact span { display: block; margin-bottom: 5px; color: #79c2e8; font-size: .58rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.su-footer-bottom { margin: 0 30px; padding: 18px 0 20px; display: flex; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(255,255,255,.12); color: #7890a1; font-size: .61rem; text-align: left; }

@media (max-width: 900px) {
    .su-brand-copy strong { font-size: 1.25rem; }
    .su-brand-copy small { display: none; }
    .su-hero { grid-template-columns: 1fr; min-height: auto; }
    .su-orbit { display: none; }
    .su-pillars { grid-template-columns: repeat(2,1fr); }
    .su-pillars div:nth-child(2) { border-right: 0; }
    .su-research-layout { grid-template-columns: 1fr; }
    .su-intro { grid-template-columns: 1fr; gap: 32px; }
    .su-domain-grid { grid-template-columns: repeat(2,1fr); }
    .su-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767px) {
    .su-ticker { display: none; }
    .pkp_site_name_wrapper { min-height: 76px; }
    .pkp_site_name .is_img img { width: 54px !important; height: 54px !important; }
    .su-brand-copy strong { font-size: 1.02rem; }
    .pkp_site_nav_menu { width: 100%; margin-left: 0; }
    .pkp_navigation_primary_wrapper { width: 100%; max-width: none; min-height: 0; display: block; }
    .pkp_navigation_primary { max-width: none; }
    .pkp_navigation_primary > li:first-child > a { padding-left: 15px; }
    .pkp_navigation_user_wrapper { left: 0; width: 100%; transform: none; }
    .su-hero { padding: 48px 5vw 58px; }
    .su-hero h1 { font-size: 2.45rem !important; }
    .su-search { grid-template-columns: 1fr; }
    .su-search button { padding: 13px; }
    .su-research-head { align-items: flex-start; flex-direction: column; }
    .su-publication-search { grid-template-columns: 1fr; }
    .su-publication-search button { padding: 13px; }
    .su-publication-empty { padding: 28px 24px; }
    .su-pillars { margin-top: -20px; grid-template-columns: 1fr; }
    .su-pillars div { padding: 18px 22px; border-right: 0; border-bottom: 1px solid #dfe5eb; }
    .su-intro { padding: 64px 0 56px; }
    .su-domain-grid { grid-template-columns: 1fr; }
    .su-domains header, .su-submit { align-items: flex-start; flex-direction: column; }
    .su-submit { padding: 32px 26px; }
    .page_index_journal .homepage_about { padding: 22px; }
    .su-footer-grid { padding: 38px 24px 28px; grid-template-columns: 1fr; gap: 30px; }
    .su-footer-bottom { margin: 0 24px; display: block; }
    .su-footer-bottom span { display: block; margin: 6px 0; }
}
