* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
    font-family: "Instrument Sans", system-ui, sans-serif;
    background: #ffffff;
    color: #0f172a;
    position: relative;
    overflow-x: hidden;
}
body::before,
body::after,
.site-shell::before,
.site-shell::after {
    display: none;
    content: none;
    pointer-events: none;
}

body.mr-no-decor{
    background: #ffffff;
}
body.mr-no-decor::before,
body.mr-no-decor::after,
body.mr-no-decor .site-shell::before,
body.mr-no-decor .site-shell::after{
    display: none;
    content: none;
}
a { color: inherit; }
.site-shell { min-height: 100vh; position: relative; z-index: 1; }
.site-topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    background: #ffffff;
    border-bottom: 1px solid #d9e1ec;
}
.site-topline {
    border-bottom: 1px solid #e8edf4;
}
.topline-inner {
    width: 90%;
    margin: 0 auto;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.topbar-inner {
    width: 90%;
    margin: 0 auto;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.brand-lockup {
    display: flex;
    align-items: center;
    gap: 10px;
}
.site-brand {
    color: #c21e28;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.04em;
}
.site-tagline {
    color: #243b5c;
    font-size: 1.1rem;
    font-weight: 700;
}
.ticker-panel {
    display: flex;
    align-items: center;
    gap: 10px;
}
.headline-strip {
    border-top: 1px solid #e8edf4;
}
.headline-strip-inner {
    width: 90%;
    margin: 0 auto;
    padding: 12px 20px 14px;
}
.ticker-label {
    color: #142b49;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    white-space: nowrap;
    padding-top: 2px;
}
.ticker-headlines {
    display: flex;
    flex-wrap: nowrap;
    gap: 14px;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
}
.ticker-link,
.ticker-empty {
    color: #415873;
    font-size: 0.84rem;
    text-decoration: underline;
    line-height: 1.25;
}
.ticker-link:hover {
    color: #0a58ca;
}
.site-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
}
.site-nav-toggle {
    display: none;
}
.nav-link {
    text-decoration: none;
    color: #17345f;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 700;
    transition: 0.2s ease;
}
.nav-link:hover,
.nav-link.active {
    background: #17345f;
    color: #ffffff;
}
.nav-fallback {
    color: #6b7d91;
    padding: 8px 12px;
    font-size: 0.9rem;
}
.header-search {
    display: flex;
    justify-content: flex-end;
}
.search-form {
    display: flex;
    align-items: center;
    gap: 10px;
}
.search-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px 8px 12px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ffffff 0%, #f6f9fd 100%);
    border: 1px solid #cfdbeb;
    color: #17345f;
    min-width: 280px;
    box-shadow: 0 8px 18px rgba(29, 56, 94, 0.06);
}
.search-chip input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #17345f;
    font-size: 0.92rem;
    font-weight: 600;
    font-family: inherit;
}
.search-chip input::placeholder {
    color: #7b8ea5;
}
.search-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: #eaf1fa;
    font-size: 1rem;
}
.search-button {
    border: 0;
    border-radius: 999px;
    background: #17345f;
    color: #ffffff;
    font-weight: 700;
    font-family: inherit;
    font-size: 0.9rem;
    padding: 11px 16px;
    cursor: pointer;
}
.search-button:hover {
    background: #102745;
}
.site-main {
    width: 90%;
    margin: 0 auto;
    padding: 28px 20px 56px;
}
.site-main-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}
.site-main-content {
    min-width: 0;
}
.site-left-rail {
    position: sticky;
    top: 120px;
}
.left-rail-card {
    background: linear-gradient(180deg, #f9fbff 0%, #eef4fb 100%);
    border: 1px solid #dce5f0;
    border-radius: 22px;
    padding: 18px;
    box-shadow: 0 12px 30px rgba(28, 48, 78, 0.07);
}
.left-rail-title {
    display: block;
    margin-bottom: 14px;
    color: #132744;
    font-size: 0.84rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.left-rail-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.left-rail-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 16px;
    text-decoration: none;
    color: #17345f;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid #dce5f0;
    font-weight: 700;
}
.left-rail-link strong {
    color: #617793;
    font-size: 0.82rem;
}
.left-rail-link.active,
.left-rail-link:hover {
    background: #17345f;
    border-color: #17345f;
    color: #ffffff;
}
.left-rail-link.active strong,
.left-rail-link:hover strong {
    color: #d8e6f8;
}
.left-rail-empty {
    color: #607690;
    font-size: 0.92rem;
    line-height: 1.5;
}
.left-rail-articles {
    display: grid;
    gap: 14px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #dce5f0;
}
.left-rail-story {
    display: grid;
    gap: 10px;
}
.left-rail-story-media {
    display: block;
    min-height: 130px;
    border-radius: 16px;
    overflow: hidden;
    background: #eaf1f8;
    position: relative;
}
.left-rail-story-media img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    display: block;
}
.left-rail-story-title {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.3;
}
.left-rail-story-title a {
    color: #162f52;
    text-decoration: none;
}
.site-footer.mr-footer {
    margin-top: 48px;
    position: relative;
    background: linear-gradient(185deg, #fdfcfa 0%, #f4f1ec 48%, #ebe7e1 100%);
    color: #44403c;
    border-top: 1px solid rgba(68, 64, 60, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}
.site-footer.mr-footer::before {
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    background: linear-gradient(90deg, #0f766e 0%, #14b8a6 22%, #d97706 50%, #14b8a6 78%, #0f766e 100%);
}
.mr-footer-top {
    width: 90%;
    margin: 0 auto;
    padding: 32px 20px 26px;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.2fr) minmax(0, 0.95fr);
    gap: 28px;
    align-items: start;
}
.mr-footer-brand {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-width: 0;
}
.mr-footer-mark {
    width: 16px;
    height: 16px;
    border-radius: 6px;
    background: linear-gradient(145deg, #5eead4 0%, #0d9488 55%, #0f766e 100%);
    box-shadow:
        0 2px 0 rgba(15, 118, 110, 0.45),
        0 8px 20px rgba(13, 148, 136, 0.22);
    margin-top: 5px;
    flex: 0 0 auto;
}
.mr-footer-brand-text strong {
    display: block;
    font-size: 1.25rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    color: #1c1917;
}
.mr-footer-brand-text p {
    margin: 8px 0 0;
    color: #78716c;
    line-height: 1.65;
    font-size: 0.92rem;
}
.mr-footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.mr-footer-col h4 {
    margin: 0 0 10px;
    color: #57534e;
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}
.mr-footer-col a {
    display: inline-flex;
    width: fit-content;
    margin: 0 0 10px;
    color: #44403c;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.94rem;
    border-bottom: 1px solid transparent;
    transition: color 0.15s ease, border-color 0.15s ease;
}
.mr-footer-col a:hover {
    color: #0f766e;
    border-bottom-color: rgba(15, 118, 110, 0.35);
}
.mr-footer-note {
    border-radius: 16px;
    border: 1px solid rgba(68, 64, 60, 0.12);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 10px 28px rgba(28, 25, 23, 0.06);
    padding: 16px 16px 14px;
}
.mr-footer-note-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 11px;
    border-radius: 999px;
    border: 1px solid rgba(15, 118, 110, 0.22);
    background: linear-gradient(180deg, rgba(20, 184, 166, 0.12) 0%, rgba(20, 184, 166, 0.06) 100%);
    color: #0f766e;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.mr-footer-note p {
    margin: 0 0 10px;
    color: #57534e;
    line-height: 1.6;
    font-size: 0.88rem;
}
.mr-footer-note p:last-child { margin-bottom: 0; }

@media (max-width: 900px) {
    .mr-footer-top {
        grid-template-columns: 1fr;
        gap: 24px;
        padding-bottom: 22px;
    }
}

.site-footer{
    margin-top: 48px;
    position: relative;
    background: linear-gradient(185deg, #fdfcfa 0%, #f4f1ec 48%, #ebe7e1 100%);
    color: #44403c;
    border-top: 1px solid rgba(68, 64, 60, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}
.site-footer:not(.mr-footer)::before {
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    background: linear-gradient(90deg, #0f766e 0%, #14b8a6 22%, #d97706 50%, #14b8a6 78%, #0f766e 100%);
}
.site-footer-inner.site-footer-menu-layout{
    width: 90%;
    margin: 0 auto;
    padding: 34px 20px 28px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
    gap: 28px;
    align-items: start;
}
.footer-menu-columns{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}
.footer-menu-col h4{
    margin: 0 0 10px;
    color: #57534e;
    font-size: 0.84rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.10em;
}
.footer-dot{ display:none; }
.footer-menu-links{
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}
.footer-menu-links li{ margin:0; padding:0; }
.footer-menu-links a{
    color: #44403c;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.94rem;
    width: fit-content;
}
.footer-menu-links a:hover{
    color: #0f766e;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.footer-menu-placeholder span{
    color: #78716c;
    font-size: 0.9rem;
    line-height: 1.55;
}
.footer-policy-block{
    border: 1px solid rgba(68, 64, 60, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 8px 22px rgba(28, 25, 23, 0.05);
    padding: 16px 16px 14px;
}
.footer-policy-block p{
    margin: 0 0 10px;
    color: #57534e;
    line-height: 1.6;
    font-size: 0.88rem;
}
.footer-policy-block p:last-child{ margin-bottom:0; }

@media (max-width: 1024px){
    .site-footer-inner.site-footer-menu-layout{
        grid-template-columns: 1fr;
    }
    .footer-menu-columns{
        grid-template-columns: 1fr;
    }
}
.footer-brand {
    max-width: 280px;
}
.footer-brand strong {
    display: block;
    font-size: 1.5rem;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #1c1917;
}
.site-footer-inner p {
    margin: 6px 0 0;
    color: #78716c;
    font-size: 0.92rem;
}
.footer-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    width: 100%;
    max-width: 520px;
}
.footer-column {
    display: grid;
    gap: 10px;
}
.footer-title {
    color: #44403c;
    font-size: 0.84rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.site-footer-links {
    display: flex;
    gap: 10px 14px;
    flex-wrap: wrap;
}
.site-footer-links a {
    color: #44403c;
    text-decoration: none;
    font-weight: 600;
}
.site-footer-links a:hover {
    color: #0f766e;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.site-footer-bottom {
    border-top: 1px solid rgba(68, 64, 60, 0.1);
    background: linear-gradient(180deg, rgba(235, 231, 225, 0.65) 0%, #e0dcd4 100%);
}
.site-footer-bottom-inner {
    width: 90%;
    margin: 0 auto;
    padding: 16px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.site-footer-bottom-inner p {
    margin: 0;
    color: #57534e;
    font-size: 0.9rem;
}
.footer-brand-mark {
    color: #1c1917;
    font-weight: 700;
}
.footer-created-by {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 14px;
    border: 1px solid rgba(15, 118, 110, 0.2);
    background: linear-gradient(165deg, #ffffff 0%, #f7f5f2 100%);
    text-decoration: none;
    box-shadow:
        0 3px 0 rgba(15, 118, 110, 0.12),
        0 10px 22px rgba(28, 25, 23, 0.08);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.footer-created-by:hover {
    transform: translateY(-1px);
    box-shadow:
        0 4px 0 rgba(15, 118, 110, 0.15),
        0 12px 26px rgba(28, 25, 23, 0.1);
}
.footer-created-icon {
    width: 30px;
    height: 30px;
    border-radius: 9px;
    background: linear-gradient(145deg, #5eead4 0%, #0d9488 55%, #0f766e 100%);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    flex-shrink: 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.footer-created-text {
    display: grid;
    gap: 2px;
    text-align: left;
}
.footer-created-text small {
    color: #78716c;
    font-size: 0.64rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.footer-created-text strong {
    font-size: 0.86rem;
    font-weight: 700;
    color: #1c1917;
}
.hero-card {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.75fr);
    gap: 22px;
    padding: 24px 28px;
    border-radius: 30px;
    background:
        linear-gradient(135deg, rgba(8, 21, 41, 0.98) 0%, rgba(19, 47, 84, 0.96) 56%, rgba(31, 73, 128, 0.92) 100%);
    color: #ffffff;
    box-shadow: 0 20px 48px rgba(10, 24, 45, 0.16);
    position: relative;
    overflow: hidden;
}
.mr-hero-card{
    background:
        radial-gradient(900px 320px at 18% 0%, rgba(52, 211, 153, 0.18), transparent 58%),
        radial-gradient(820px 320px at 88% 10%, rgba(99, 102, 241, 0.18), transparent 60%),
        linear-gradient(135deg, rgba(10, 14, 21, 0.98) 0%, rgba(16, 24, 39, 0.96) 55%, rgba(11, 15, 22, 0.98) 100%);
    border: 1px solid rgba(255,255,255,0.10);
    box-shadow: 0 22px 70px rgba(0,0,0,0.45);
}
.mr-hero-card::before{
    content:"";
    position:absolute;
    inset:-2px;
    background:
        radial-gradient(circle at 22% 28%, rgba(52,211,153,0.22), transparent 42%),
        radial-gradient(circle at 76% 34%, rgba(99,102,241,0.20), transparent 44%),
        radial-gradient(circle at 54% 82%, rgba(148,163,184,0.12), transparent 48%);
    opacity: .85;
    animation: mrHeroGlow 6.5s ease-in-out infinite;
    pointer-events:none;
}
.mr-hero-card::after{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(115deg, transparent 0%, rgba(255,255,255,0.10) 18%, transparent 36%, transparent 62%, rgba(255,255,255,0.08) 78%, transparent 100%);
    transform: translateX(-35%);
    animation: mrHeroSweep 5.8s linear infinite;
    mix-blend-mode: overlay;
    opacity: .55;
    pointer-events:none;
}
.mr-hero-card .hero-kicker{
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    color: rgba(235, 242, 255, 0.90);
}
.mr-hero-card p{ color: rgba(214, 228, 248, 0.92); }
.mr-hero-card .hero-note{
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);
}
@keyframes mrHeroGlow{
    0%,100%{ transform: scale(1) translateY(0); filter: blur(0px); }
    50%{ transform: scale(1.02) translateY(-4px); filter: blur(0.2px); }
}
@keyframes mrHeroSweep{
    0%{ transform: translateX(-45%); }
    100%{ transform: translateX(45%); }
}
@media (prefers-reduced-motion: reduce){
    .mr-hero-card::before,
    .mr-hero-card::after{ animation: none; }
}
.hero-card::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -40px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.02) 62%, transparent 70%);
}
.hero-card::after {
    content: "";
    position: absolute;
    left: 42%;
    top: 18px;
    bottom: 18px;
    width: 1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.18) 50%, rgba(255, 255, 255, 0.02) 100%);
}
.hero-copy,
.hero-aside {
    position: relative;
    z-index: 1;
}
.hero-copy {
    display: grid;
    align-content: start;
}
.hero-kicker {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #dce8fb;
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.hero-card h1,
.hero-card h2 {
    margin: 0 0 10px;
    font-size: clamp(1.9rem, 3.3vw, 2.8rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
    max-width: 14ch;
}
.hero-card p {
    margin: 0;
    color: #d3e2f8;
    line-height: 1.6;
    font-size: 0.96rem;
    max-width: 52ch;
}
.hero-aside {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.hero-note {
    max-width: 260px;
    padding: 18px 18px 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(4px);
}
.hero-note strong {
    display: block;
    margin-bottom: 6px;
    font-size: 1.35rem;
    line-height: 1;
}
.hero-note span {
    display: block;
    color: #d6e4f8;
    font-size: 0.9rem;
    line-height: 1.55;
}
.section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 26px 0 18px;
}
.section-head h2 {
    margin: 0;
    font-size: 1.45rem;
    color: #132744;
}
.section-head p {
    margin: 0;
    color: #607690;
}
.recent-articles-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.mr-recent-5col .recent-articles-grid{
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media (max-width: 1400px){
    .mr-recent-5col .recent-articles-grid{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.recent-article-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #dce5f0;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(28, 48, 78, 0.08);
}
.recent-article-media {
    min-height: 200px;
    background: #eaf1f8;
    position: relative;
}
.recent-article-media img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
.recent-article-body {
    display: grid;
    gap: 10px;
    padding: 18px;
}
.recent-article-date {
    color: #6c8098;
    font-size: 0.82rem;
    font-weight: 700;
}
.recent-article-body h3 {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.25;
}
.recent-article-body h3 a {
    color: #162f52;
    text-decoration: none;
}
.recent-article-body p {
    margin: 0;
    color: #53667c;
    line-height: 1.55;
    font-size: 0.93rem;
}
.pagination-wrap {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.pagination-pages {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}
.pagination-btn {
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: 12px;
    border: 1px solid #d6e1ef;
    background: #ffffff;
    color: #17345f;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.92rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(28, 48, 78, 0.07);
    transition: 0.2s ease;
}
.pagination-btn:hover {
    background: #17345f;
    border-color: #17345f;
    color: #ffffff;
}
.pagination-btn.is-active {
    background: #17345f;
    border-color: #17345f;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(23, 52, 95, 0.25);
}
.pagination-nav {
    min-width: 92px;
}
.pagination-btn.is-disabled {
    opacity: 0.45;
    pointer-events: none;
}
.ti-load-more-wrap{
    margin-top: 18px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 10px;
}
.ti-load-more-btn{
    min-width: 180px;
    height: 46px;
    padding: 0 22px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: linear-gradient(180deg, #2dd4bf 0%, #14b8a6 38%, #0d9488 100%);
    color: #ffffff;
    font-weight: 800;
    font-family: inherit;
    font-size: 0.95rem;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
    box-shadow:
        0 4px 0 #0f766e,
        0 10px 22px rgba(13, 148, 136, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.38);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
}
.ti-load-more-btn:hover{
    filter: brightness(1.06);
    transform: translateY(-2px);
    box-shadow:
        0 5px 0 #0f766e,
        0 14px 28px rgba(13, 148, 136, 0.38),
        inset 0 1px 0 rgba(255, 255, 255, 0.45);
}
.ti-load-more-btn:active{
    transform: translateY(1px);
    filter: brightness(0.98);
    box-shadow:
        0 2px 0 #0f766e,
        0 5px 12px rgba(13, 148, 136, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
}
.ti-load-more-btn.is-loading{
    opacity: 0.75;
    cursor: progress;
    transform: none;
    filter: none;
}
.ti-load-more-msg{
    color: #78716c;
    font-size: 0.92rem;
    text-align: left;
}
.pagination-dots {
    color: #6b7f98;
    font-weight: 700;
    padding: 0 2px;
}
.article-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
.news-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.8fr) 300px;
    gap: 24px;
    align-items: start;
}
.mr-news-layout{
    margin-top: 0;
}
.mr-news-main{
    gap: 18px;
}
.mr-news-feed{
    display: grid;
    gap: 18px;
}
.mr-news-panel{
    background:
        radial-gradient(900px 300px at 22% 0%, rgba(52,211,153,0.08), transparent 62%),
        radial-gradient(900px 300px at 88% 14%, rgba(99,102,241,0.08), transparent 64%),
        linear-gradient(180deg, rgba(255,255,255,0.86) 0%, rgba(245,248,255,0.82) 100%);
    border: 1px solid rgba(17, 24, 39, 0.10);
    border-radius: 26px;
    padding: 18px;
    box-shadow: 0 18px 60px rgba(9, 14, 23, 0.10);
    backdrop-filter: blur(10px);
}
.mr-news-panel .section-head h2{
    color: #0f1c2e;
}
.mr-news-panel .section-head p{
    color: #4b5f79;
}

@media (max-width: 760px){
    .mr-news-panel{
        padding: 14px;
        border-radius: 22px;
    }
}

.mr-three-col{
    display: grid;
    grid-template-columns: 420px minmax(0, 1fr) 320px;
    gap: 24px;
    align-items: start;
}
.mr-side-left,
.mr-hero-col{
    min-width: 0;
}
.mr-hero-col .mr-hero-card{
    margin: 0;
}
.mr-three-col .news-sidebar{
    position: sticky;
    top: 130px;
}

@media (max-width: 1180px){
    .mr-three-col{
        grid-template-columns: minmax(0, 1fr) 320px;
        grid-template-areas:
            "hero sidebar"
            "left sidebar";
    }
    .mr-side-left{ grid-area: left; }
    .mr-hero-col{ grid-area: hero; }
    .mr-three-col .news-sidebar{ grid-area: sidebar; }
}
@media (max-width: 980px){
    .mr-three-col{
        display: flex;
        flex-direction: column;
        gap: 18px;
        align-items: stretch;
    }
    .mr-side-left{
        display: none;
    }
    .mr-hero-col,
    .mr-three-col .news-sidebar{
        width: 100%;
        min-width: 0;
    }
    .mr-three-col .news-sidebar{
        position: static;
        top: auto;
    }
    .mr-hero-col .mr-hero-card{
        border-radius: 24px;
    }
    .mr-news-panel,
    .mr-under-hero{
        border-radius: 22px;
        padding: 14px;
    }
    .secondary-grid{
        grid-template-columns: 1fr;
    }
    .hero-card{
        grid-template-columns: 1fr;
    }
    .hero-card::after{
        display: none;
    }
    .hero-aside{
        justify-content: flex-start;
    }
    .hero-note{
        position: static;
        transform: none;
    }
    .mr-hero-col .mr-hero-card{
        margin-bottom: 0;
    }
}
@media (max-width: 760px){
    .site-main{
        width: 100%;
        padding: 16px 12px 44px;
    }
    .mr-three-col{
        gap: 14px;
    }
    .mr-three-col .news-sidebar{
        margin-top: 2px;
    }
    .secondary-grid{
        grid-template-columns: 1fr;
    }
    .mr-under-hero{
        width: 100%;
        max-width: 100%;
    }
    .mr-under-hero .secondary-story-media,
    .mr-under-hero .secondary-story-media img{
        height: 180px;
        min-height: 180px;
    }
    .mr-under-hero .story-list-item{
        grid-template-columns: 72px minmax(0, 1fr);
    }
    .mr-under-hero .story-list-thumb,
    .mr-under-hero .story-list-thumb img{
        height: 56px;
        min-height: 56px;
    }
    .hero-note{
        max-width: none;
        width: 100%;
    }
    .lead-story-media,
    .lead-story-media img{
        min-height: 220px;
        height: 220px;
    }
    .secondary-story-media,
    .secondary-story-media img{
        min-height: 180px;
        height: 180px;
    }
    .hero-card{
        grid-template-columns: 1fr;
    }
    .hero-card::after{
        display: none;
    }
    .hero-aside{
        justify-content: flex-start;
    }
}

.mr-under-hero{
    margin-top: 18px;
    background:
        radial-gradient(900px 260px at 20% 0%, rgba(52,211,153,0.08), transparent 62%),
        radial-gradient(900px 260px at 90% 12%, rgba(99,102,241,0.08), transparent 64%),
        linear-gradient(180deg, rgba(255,255,255,0.86) 0%, rgba(245,248,255,0.82) 100%);
    border: 1px solid rgba(17, 24, 39, 0.10);
    border-radius: 26px;
    padding: 18px;
    box-shadow: 0 18px 60px rgba(9, 14, 23, 0.10);
    backdrop-filter: blur(10px);
}
.mr-under-hero .secondary-grid{
    margin-bottom: 16px;
}
.news-main {
    display: grid;
    gap: 18px;
}
.lead-story {
    border-bottom: 1px solid #dce5f0;
    padding-bottom: 16px;
}
.lead-story-media {
    min-height: 360px;
    border-radius: 18px;
    overflow: hidden;
    background: #eaf1f8;
    margin-bottom: 12px;
    position: relative;
}
.lead-story-media img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
}
.lead-story-title {
    margin: 0;
    font-size: 2rem;
    line-height: 1.15;
    letter-spacing: -0.04em;
}
.lead-story-title a {
    text-decoration: none;
    color: #162f52;
}
.secondary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.secondary-story-media {
    min-height: 220px;
    border-radius: 16px;
    overflow: hidden;
    background: #eaf1f8;
    margin-bottom: 10px;
    position: relative;
}
.secondary-story-media img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}
.secondary-story-title {
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.2;
}
.secondary-story-title a,
.story-list-title a {
    text-decoration: none;
    color: #162f52;
}
.story-list {
    display: grid;
    gap: 14px;
}
.story-list-item {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding-top: 14px;
    border-top: 1px solid #dce5f0;
}
.story-list-thumb {
    min-height: 68px;
    border-radius: 10px;
    overflow: hidden;
    background: #eaf1f8;
    position: relative;
}
.story-list-thumb img {
    width: 100%;
    height: 68px;
    object-fit: cover;
    display: block;
}
.story-list-title {
    margin: 0 0 6px;
    font-size: 1.05rem;
    line-height: 1.28;
}
.story-list-excerpt {
    margin: 0;
    color: #53667c;
    font-size: 0.93rem;
    line-height: 1.45;
}
.news-sidebar {
    position: sticky;
    top: 130px;
}

.mr-news-shell{
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 24px;
    align-items: start;
}
.mr-news-main{
    min-width: 0;
}

@media (max-width: 980px){
    .mr-news-shell{
        grid-template-columns: 1fr;
    }
    .news-sidebar{
        position: static;
    }
}
.sidebar-ad-card {
    background: #fff;
    border: 1px solid #dce5f0;
    border-radius: 18px;
    padding: 10px 12px;
}
.sidebar-story-card,
.sidebar-image-ad {
    margin-top: 18px;
    background: #fff;
    border: 1px solid #dce5f0;
    border-radius: 18px;
    overflow: hidden;
}
.sidebar-story-media {
    min-height: 180px;
    position: relative;
    background: #eaf1f8;
}
.sidebar-story-media img,
.sidebar-image-ad img {
    width: 100%;
    display: block;
    object-fit: cover;
}
.sidebar-story-media img {
    height: 180px;
}
.sidebar-story-title {
    margin: 0;
    padding: 14px;
    font-size: 1.08rem;
    line-height: 1.28;
}
.sidebar-story-title a {
    text-decoration: none;
    color: #162f52;
}
.article-card {
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dce5f0;
    box-shadow: 0 12px 35px rgba(28, 48, 78, 0.08);
}
.article-card.featured {
    grid-column: span 2;
}
.article-media {
    position: relative;
    min-height: 220px;
    background: linear-gradient(135deg, #dce8f5 0%, #edf3fa 100%);
}
.article-card.featured .article-media {
    min-height: 320px;
}
.article-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.article-media-empty {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6a7d93;
    font-weight: 600;
}
.article-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.chip {
    display: inline-flex;
    align-items: center;
    padding: 7px 11px;
    border-radius: 999px;
    background: #edf4fb;
    color: #26456e;
    font-size: 0.82rem;
    font-weight: 600;
}
.article-title {
    margin: 0;
    font-size: 1.34rem;
    line-height: 1.22;
    letter-spacing: -0.03em;
}
.article-title a {
    text-decoration: none;
    color: #122845;
}
.article-title a:hover {
    color: #0a58ca;
}
.article-excerpt {
    margin: 0;
    color: #4f6176;
    line-height: 1.7;
}
.article-keywords {
    margin-top: 12px;
    padding: 14px;
    border: 1px solid #dbe6f3;
    border-radius: 14px;
    background: linear-gradient(180deg, #f8fbff 0%, #f1f6fc 100%);
    color: #3f5570;
    font-size: 0.84rem;
    line-height: 1.7;
    font-weight: 700;
}
.article-keywords a {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    margin: 6px 6px 0 0;
    border-radius: 999px;
    border: 1px solid #cdddf1;
    background: #ffffff;
    color: #123f77;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.82rem;
    line-height: 1.2;
    transition: all 0.2s ease;
}
.article-keywords a:hover,
.source-link:hover,
.back-link:hover,
.category-link:hover {
    text-decoration: none;
}

.article-keywords a:hover {
    background: #17345f;
    border-color: #17345f;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(23, 52, 95, 0.2);
}
.article-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
}
.source-link,
.back-link,
.category-link {
    color: #0a58ca;
    text-decoration: none;
    font-weight: 600;
}
.empty-state {
    padding: 32px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid #dce5f0;
    color: #5c6f85;
}
.article-page {
    width: 100%;
}
.gy-article-main{
    min-width: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.gy-article-main .mr-article-single{
    margin-left: auto;
    margin-right: auto;
}
.gy-article-page-layout .gy-article-main .mr-article-single{
    max-width: none;
    width: 100%;
}
.article-page-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 24px;
    align-items: start;
}
.article-page-layout.mr-article-layout{
    grid-template-columns: 1fr;
    justify-items: center;
}
.article-single {
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid #dce5f0;
    box-shadow: 0 12px 35px rgba(28, 48, 78, 0.08);
    overflow: hidden;
}
.article-single.mr-article-single{
    width: 100%;
    max-width: 820px;
}
.article-single-body {
    padding: 28px;
}
.article-sidebar {
    position: sticky;
    top: 120px;
}

.mr-related{
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #e7eef8;
}
.mr-related-head{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}
.mr-related-head h3{
    margin: 0;
    color: #132744;
    font-size: 1.15rem;
    letter-spacing: -0.02em;
}
.mr-related-more{
    color: #17345f;
    text-decoration: none;
    font-weight: 800;
    font-size: 0.92rem;
}
.mr-related-more:hover{ text-decoration: underline; }
.mr-related-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.mr-related-card{
    border: 1px solid #dce5f0;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 24px rgba(28, 48, 78, 0.08);
}
.mr-related-media{
    display: block;
    background: #eaf1f8;
    min-height: 150px;
}
.mr-related-media img{
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
}
.mr-related-body{
    padding: 12px 12px 13px;
    display: grid;
    gap: 8px;
}
.mr-related-title{
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.25;
}
.mr-related-title a{
    color: #162f52;
    text-decoration: none;
}
.mr-related-title a:hover{ color: #0a58ca; }
.mr-related-excerpt{
    margin: 0;
    color: #53667c;
    font-size: 0.9rem;
    line-height: 1.45;
}
.article-single h1 {
    margin: 0 0 14px;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.08;
    letter-spacing: -0.05em;
    color: #132744;
}
.article-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 24px;
}
.article-gallery-item {
    min-height: 250px;
    border-radius: 20px;
    overflow: hidden;
    background: #eaf1f8;
}
.article-gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.network-directory-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.network-directory-card {
    border: 1px solid #dce5f0;
    border-radius: 16px;
    background: #fff;
    padding: 16px;
    box-shadow: 0 10px 24px rgba(28, 48, 78, 0.08);
}

.network-directory-card h3 {
    margin: 0 0 8px;
    font-size: 1.05rem;
    line-height: 1.25;
}

.network-directory-card h3 a {
    color: #16335a;
    text-decoration: none;
}

.network-directory-card h3 a:hover {
    color: #0a58ca;
}

.network-directory-domain {
    display: inline-block;
    margin-bottom: 10px;
    color: #0d4a9b;
    font-weight: 700;
    text-decoration: none;
}

.network-directory-domain:hover {
    text-decoration: underline;
}

.network-directory-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.network-directory-meta span {
    display: inline-flex;
    align-items: center;
    border: 1px solid #d8e5f4;
    border-radius: 999px;
    padding: 5px 10px;
    background: #f4f8fd;
    color: #2b4d77;
    font-size: 0.76rem;
    font-weight: 700;
}
.article-content {
    color: #33465c;
    font-size: 1rem;
    line-height: 1.85;
    margin: 0 0 18px;
}
@media (max-width: 1024px) {
    .site-main-layout,
    .hero-card,
    .article-grid,
    .news-layout,
    .article-page-layout,
    .secondary-grid,
    .recent-articles-grid,
    .network-directory-grid,
    .footer-columns {
        grid-template-columns: 1fr;
    }
    .mr-recent-5col .recent-articles-grid{
        grid-template-columns: 1fr;
    }
    .footer-menu-columns {
        grid-template-columns: 1fr 1fr;
    }
    .footer-policy-block {
        max-width: none;
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-top: 1px solid rgba(255, 255, 255, 0.14);
        padding-top: 14px;
    }
    .article-card.featured {
        grid-column: auto;
    }
    .hero-card::after {
        display: none;
    }
    .hero-copy {
        align-content: start;
    }
    .hero-aside {
        justify-content: flex-start;
    }
    .site-left-rail {
        position: static;
    }
    .news-sidebar {
        position: static;
    }
    .article-sidebar {
        position: static;
    }
    .mr-related-grid{
        grid-template-columns: 1fr;
    }
}
@media (max-width: 760px) {
    .site-left-rail {
        display: none;
    }
    .topline-inner,
    .topbar-inner {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
    .site-nav-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #c8d8eb;
        background: #ffffff;
        color: #17345f;
        border-radius: 12px;
        padding: 10px 14px;
        font-size: 0.9rem;
        font-weight: 800;
        width: fit-content;
        box-shadow: 0 6px 14px rgba(23, 52, 95, 0.08);
        cursor: pointer;
        margin-bottom: 8px;
    }
    .site-nav {
        display: none;
        width: 100%;
        gap: 8px;
    }
    .site-nav.is-open {
        display: flex;
    }
    .site-nav {
        justify-content: flex-start;
    }
    .nav-link {
        padding: 8px 12px;
    }
    .header-search {
        width: 100%;
        justify-content: flex-start;
    }
    .search-form {
        width: 100%;
        flex-wrap: nowrap;
        align-items: center;
    }
    .search-chip {
        min-width: 0;
        width: auto;
        flex: 1 1 auto;
    }
    .search-button {
        flex: 0 0 auto;
        padding: 11px 14px;
        white-space: nowrap;
    }
    .hero-card {
        padding: 22px;
    }
    .hero-card h1,
    .hero-card h2 {
        max-width: none;
    }
    .article-gallery {
        grid-template-columns: 1fr;
    }
    .article-gallery-item,
    .article-gallery-item img {
        min-height: 220px;
        height: 220px;
    }
    .site-footer-inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-menu-columns {
        grid-template-columns: 1fr;
        width: 100%;
        gap: 18px;
    }
    .site-footer-menu-layout {
        gap: 24px;
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .footer-policy-block {
        width: 100%;
    }
    .site-footer-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .pagination-wrap {
        justify-content: flex-start;
    }
}

.mr-index-single{
    width: 100%;
    min-width: 0;
}

.mr-recent-strip{
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid #e8ecf4;
}
.recent-strip-heading{
    margin: 0 0 18px;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #1a3a8a;
}
.recent-strip-list{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid #e8ecf4;
    border-radius: 16px;
    overflow: hidden;
    background: #fafbfc;
}
.recent-strip-item{
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 14px 16px;
    border-bottom: 1px solid #edf0f5;
}
.recent-strip-item:last-child{
    border-bottom: 0;
}
.recent-strip-thumb{
    display: block;
    width: 112px;
    height: 72px;
    border-radius: 12px;
    overflow: hidden;
    background: #e8eef6;
    flex-shrink: 0;
}
.recent-strip-thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.recent-strip-thumb-empty{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 0.65rem;
    font-weight: 700;
    color: #94a3b8;
    text-align: center;
    padding: 4px;
    line-height: 1.2;
}
.recent-strip-main{
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}
.recent-strip-date{
    font-size: 0.72rem;
    font-weight: 700;
    color: #64748b;
    letter-spacing: 0.02em;
}
.recent-strip-link{
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.35;
    color: #0f172a;
    text-decoration: none;
}
.recent-strip-link:hover{
    color: #1a3a8a;
}
@media (max-width: 520px){
    .recent-strip-item{
        grid-template-columns: 88px minmax(0, 1fr);
        gap: 12px;
        padding: 12px 12px;
    }
    .recent-strip-thumb{
        width: 88px;
        height: 60px;
    }
    .recent-strip-link{
        font-size: 0.88rem;
    }
}

.idx-feature-stack{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.idx-feature-row{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 32%);
    gap: 28px 32px;
    align-items: start;
}
.idx-feature-row--full{
    grid-template-columns: 1fr;
}
.idx-feature-main{
    min-width: 0;
}
.idx-feature-meta{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-bottom: 12px;
}
.idx-cat-dot{
    width: 10px;
    height: 10px;
    background: #f97316;
    flex-shrink: 0;
    border-radius: 2px;
}
.idx-cat-label{
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: #1a3a8a;
}
.idx-feature-time{
    margin-left: auto;
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 600;
}
.idx-feature-title{
    margin: 0 0 18px;
    font-size: clamp(1.35rem, 2.6vw, 1.9rem);
    line-height: 1.18;
    letter-spacing: -0.03em;
}
.idx-feature-title a{
    color: #0f172a;
    text-decoration: none;
}
.idx-feature-title a:hover{
    color: #1a3a8a;
}
.idx-feature-media{
    position: relative;
    border-radius: 16px;
}
.idx-feature-img-wrap{
    display: block;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.1);
}
.idx-feature-img{
    width: 100%;
    height: auto;
    min-height: 240px;
    max-height: min(520px, 58vh);
    object-fit: cover;
    display: block;
    vertical-align: middle;
}
.idx-feature-media-empty{
    min-height: 260px;
    border-radius: 16px;
    background: linear-gradient(180deg, #f1f5f9 0%, #e2e8f0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-weight: 700;
    font-size: 0.95rem;
}
.idx-feature-caption{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px 16px 14px;
    background: linear-gradient(180deg, transparent 0%, rgba(15, 23, 42, 0.78) 100%);
    color: #fff;
    font-size: 0.84rem;
    line-height: 1.45;
    display: flex;
    align-items: flex-end;
    gap: 10px;
    border-radius: 0 0 16px 16px;
}
.idx-caption-dot{
    width: 8px;
    height: 8px;
    background: #fff;
    flex-shrink: 0;
    border-radius: 2px;
    margin-bottom: 2px;
    opacity: 0.95;
}

.idx-side{
    background: #f4f6fa;
    border: 1px solid #e5eaf2;
    border-radius: 16px;
    padding: 18px 18px 20px;
    min-width: 0;
    position: sticky;
    top: 130px;
}
.idx-side-title{
    margin: 0 0 16px;
    font-size: 1.06rem;
    font-weight: 800;
    color: #1a3a8a;
    letter-spacing: -0.02em;
}
.idx-side-list{
    list-style: none;
    margin: 0;
    padding: 0;
}
.idx-side-item{
    padding: 14px 0;
    border-bottom: 1px solid #e2e8f0;
}
.idx-side-item:first-child{
    padding-top: 2px;
}
.idx-side-item:last-child{
    border-bottom: 0;
    padding-bottom: 2px;
}
.idx-side-meta{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}
.idx-side-meta-left{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}
.idx-cat-dot--sm{
    width: 7px;
    height: 7px;
    border-radius: 2px;
}
.idx-side-cat{
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #1a3a8a;
}
.idx-side-time{
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 600;
    white-space: nowrap;
}
.idx-side-link{
    font-size: 0.9rem;
    font-weight: 700;
    color: #0f172a;
    text-decoration: none;
    line-height: 1.38;
    display: block;
}
.idx-side-link:hover{
    color: #1a3a8a;
}

.idx-inline-ad{
    margin: 4px 0 8px;
    min-height: 0;
}

@media (max-width: 960px){
    .idx-feature-row{
        grid-template-columns: 1fr;
        gap: 22px;
    }
    .idx-side{
        position: static;
    }
}

@media (max-width: 760px){
    .idx-feature-stack{
        gap: 32px;
    }
    .idx-feature-img{
        min-height: 200px;
        max-height: none;
    }
}

.gy-header{
    position: sticky;
    top: 0;
    z-index: 50;
    font-family: "Instrument Sans", system-ui, sans-serif;
    background: #ffffff;
    color: #1a3a8a;
    border-bottom: 1px solid #e8ecf4;
    box-shadow: 0 1px 0 rgba(26, 58, 138, 0.06);
}
.gy-top{
    background: #ffffff;
}
.gy-top-inner,
.gy-nav-wrap{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
.gy-top-inner{
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 10px;
    gap: 8px 16px;
}
.gy-top-left{
    display: flex;
    align-items: center;
    gap: 12px;
    justify-self: start;
    min-width: 0;
}
.gy-burger{
    width: 42px;
    height: 42px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    background: #fff;
    cursor: pointer;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    flex-shrink: 0;
}
.gy-burger span{
    display: block;
    width: 20px;
    height: 2px;
    background: #0f172a;
    border-radius: 999px;
}
.gy-search-line{
    margin: 0;
    min-width: 0;
}
.gy-search-line-label{
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #cbd5e1;
    padding: 6px 4px 8px;
    min-width: min(240px, 36vw);
    max-width: 320px;
    cursor: text;
}
.gy-search-line-label .gy-search-ico{
    color: #64748b;
    flex-shrink: 0;
}
.gy-search-line-label .gy-search-ico svg{
    display: block;
}
.gy-search-line-label input{
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: 500;
    color: #0f172a;
    min-width: 0;
}
.gy-search-line-label input::placeholder{
    color: #94a3b8;
}
.gy-logo{
    grid-column: 2;
    justify-self: center;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #1a3a8a;
    min-width: 0;
}
.gy-logo-sun{
    width: 32px;
    height: 16px;
    flex-shrink: 0;
    border-radius: 32px 32px 0 0;
    background: linear-gradient(90deg, #fbbf24 0%, #f97316 100%);
    box-shadow: 0 2px 8px rgba(249, 115, 22, 0.35);
}
.gy-logo-text{
    font-size: clamp(1.15rem, 3.5vw, 1.55rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: min(52vw, 420px);
}
.gy-top-spacer{
    grid-column: 3;
    justify-self: stretch;
    min-height: 42px;
}
.gy-nav-wrap{
    padding-top: 0;
    padding-bottom: 18px;
}
.gy-nav-pill{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
    padding: 10px 14px;
    border-radius: 999px;
    background: #f0f4ff;
    border: 1px solid rgba(26, 58, 138, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
}
.gy-pill-link{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1a3a8a;
    border: 1px solid transparent;
    transition: background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
    white-space: nowrap;
}
.gy-pill-link:hover{
    color: #142d6e;
    background: rgba(255, 255, 255, 0.65);
}
.gy-pill-link.is-active{
    color: #1a3a8a;
    background: #ffffff;
    border-color: rgba(26, 58, 138, 0.18);
    box-shadow: 0 1px 3px rgba(26, 58, 138, 0.12);
}
.gy-pill-empty{
    padding: 10px 14px;
    font-size: 0.8rem;
    color: #64748b;
}
.gy-panel{
    display: none;
    border-top: 1px solid #e8ecf4;
    background: #f8fafc;
}
.gy-panel.is-open{
    display: block;
}
.gy-panel-inner{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-sizing: border-box;
}
.gy-panel-search{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 10px;
}
.gy-panel-search .gy-search-line-label{
    flex: 1 1 200px;
    max-width: none;
    border-bottom-color: #94a3b8;
}
.gy-panel-search-btn{
    height: 44px;
    padding: 0 20px;
    border-radius: 999px;
    border: 1px solid #1a3a8a;
    background: #1a3a8a;
    color: #fff;
    font-family: inherit;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    cursor: pointer;
}
.gy-panel-pill{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px;
    border-radius: 16px;
    background: #f0f4ff;
    border: 1px solid rgba(26, 58, 138, 0.1);
}

@media (min-width: 900px){
    .gy-burger{
        display: none;
    }
    .gy-panel{
        display: none !important;
    }
    .gy-panel.is-open{
        display: none !important;
    }
}

@media (max-width: 899px){
    .gy-burger{
        display: inline-flex;
    }
    .gy-nav-wrap{
        display: none;
    }
    .gy-search-line{
        display: none;
    }
    .gy-top-inner{
        grid-template-columns: auto 1fr auto;
        padding-top: 12px;
        padding-bottom: 8px;
        padding-left: 14px;
        padding-right: 14px;
    }
    .gy-logo{
        grid-column: 2;
    }
    .gy-top-spacer{
        grid-column: 3;
        min-width: 42px;
    }
}

@media (max-width: 760px){
    .gy-top-inner,
    .gy-nav-wrap,
    .gy-panel-inner{
        width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width: 380px){
    .gy-logo-text{
        max-width: 46vw;
        font-size: 1rem;
    }
    .gy-logo-sun{
        width: 26px;
        height: 13px;
    }
}

.gy-articles-page{
    width: 100%;
    min-width: 0;
}
.gy-articles-layout{
    display: grid;
    grid-template-columns: minmax(220px, 260px) minmax(0, 1fr) minmax(220px, 260px);
    gap: 10px 14px;
    align-items: start;
    width: 100%;
}
.gy-article-page-layout{
    grid-template-columns: minmax(232px, 280px) minmax(0, 1fr) minmax(232px, 280px);
    gap: 8px 12px;
}
.gy-suy-rail{
    position: sticky;
    top: 96px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.gy-suy-rail-label{
    margin: 0 0 8px;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #78716c;
}
.gy-suy-rail-box{
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-self: flex-start;
    border-radius: 16px;
    border: 1px dashed rgba(15, 118, 110, 0.28);
    background: linear-gradient(165deg, #f8faf9 0%, #f1f0ed 100%);
    box-sizing: border-box;
    padding: 10px;
    overflow: visible;
}
.gy-suy-rail-box > *{
    flex: 0 0 auto;
    min-width: 0;
    width: 100%;
}
.gy-suy-rail-box:empty{
    min-height: 100px;
}
.gy-articles-main{
    min-width: 0;
    border-radius: 20px;
    border: 1px solid rgba(68, 64, 60, 0.1);
    background: #ffffff;
    box-shadow: 0 14px 40px rgba(28, 25, 23, 0.05);
    padding: 26px 24px 28px;
}
.gy-arch-head{
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e7e5e4;
}
.gy-arch-title{
    margin: 0 0 8px;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #1c1917;
}
.gy-arch-lead{
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.55;
    color: #78716c;
    max-width: 52ch;
}
.gy-arch-empty{
    padding: 28px 16px;
    text-align: center;
    color: #78716c;
    font-size: 0.95rem;
}
.gy-arch-timeline{
    list-style: none;
    margin: 0;
    padding: 4px 0 0 4px;
    border-left: 3px solid #99f6e4;
}
.gy-arch-item{
    position: relative;
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 0 0 22px 22px;
    margin: 0 0 0 2px;
}
.gy-arch-item:last-child{
    padding-bottom: 4px;
}
.gy-arch-marker{
    position: absolute;
    left: -15px;
    top: 10px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: linear-gradient(145deg, #5eead4 0%, #0d9488 100%);
    box-shadow: 0 0 0 3px #f0fdfa, 0 0 0 4px #5eead4;
}
.gy-arch-thumb{
    display: block;
    width: 108px;
    height: 72px;
    border-radius: 12px;
    overflow: hidden;
    background: #ecfdf5;
    flex-shrink: 0;
}
.gy-arch-thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.gy-arch-thumb-ph{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 1.1rem;
    font-weight: 700;
    color: #94a3b8;
}
.gy-arch-body{
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
    padding-top: 2px;
}
.gy-arch-meta{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
}
.gy-arch-date{
    font-size: 0.78rem;
    font-weight: 700;
    color: #0f766e;
    letter-spacing: 0.02em;
}
.gy-arch-chip{
    display: inline-flex;
    padding: 3px 9px;
    border-radius: 999px;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #57534e;
    background: #f5f5f4;
    border: 1px solid #e7e5e4;
}
.gy-arch-link{
    font-size: 1.02rem;
    font-weight: 800;
    line-height: 1.35;
    color: #1c1917;
    text-decoration: none;
}
.gy-arch-link:hover{
    color: #0f766e;
}
.gy-arch-pager{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 14px 20px;
    margin-top: 26px;
    padding-top: 20px;
    border-top: 1px solid #e7e5e4;
}
.gy-arch-page-info{
    font-size: 0.88rem;
    font-weight: 600;
    color: #57534e;
}
.gy-arch-page-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    font-size: 0.88rem;
    font-weight: 800;
    text-decoration: none;
    color: #ffffff;
    background: linear-gradient(180deg, #2dd4bf 0%, #0d9488 100%);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow:
        0 3px 0 #0f766e,
        0 8px 18px rgba(13, 148, 136, 0.22);
    transition: transform 0.15s ease, filter 0.15s ease;
}
.gy-arch-page-btn:hover{
    filter: brightness(1.05);
    transform: translateY(-1px);
}
.gy-arch-page-btn--disabled{
    opacity: 0.45;
    cursor: not-allowed;
    pointer-events: none;
    background: #a8a29e;
    box-shadow: none;
    border-color: transparent;
}
@media (max-width: 900px){
    .gy-articles-layout{
        grid-template-columns: minmax(0, 1fr);
    }
    .gy-suy-rail{
        position: static;
    }
    .gy-articles-main,
    .gy-article-main{
        order: 1;
    }
    .gy-suy-rail--left{
        order: 2;
    }
    .gy-suy-rail--right{
        order: 3;
    }
}
@media (max-width: 560px){
    .gy-arch-item{
        grid-template-columns: 1fr;
        padding-left: 18px;
    }
    .gy-arch-thumb{
        width: 100%;
        max-width: 200px;
        height: auto;
        min-height: 120px;
    }
}
