* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
    font-family: 'Inter', system-ui, sans-serif;
    background:
        radial-gradient(circle at 16% 14%, rgba(159, 182, 215, 0.10) 0, rgba(159, 182, 215, 0.10) 220px, transparent 221px),
        radial-gradient(circle at 84% 18%, rgba(52, 211, 153, 0.10) 0, rgba(52, 211, 153, 0.10) 200px, transparent 201px),
        radial-gradient(circle at 18% 82%, rgba(99, 102, 241, 0.10) 0, rgba(99, 102, 241, 0.10) 240px, transparent 241px),
        linear-gradient(180deg, #0b0f16 0%, #0a0e15 100%);
    color: rgba(235, 242, 255, 0.92);
    position: relative;
    overflow-x: hidden;
}
body::before,
body::after,
.site-shell::before,
.site-shell::after {
    position: fixed;
    z-index: 0;
    pointer-events: none;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(23, 52, 95, 0.05);
    white-space: nowrap;
}

body.mr-no-decor{
    background: linear-gradient(180deg, #0b0f16 0%, #0a0e15 100%);
}
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;
    visibility: hidden;
    opacity: 0;
    content: none;
    pointer-events: none;
    z-index: -1;
}
body::before {
    content: "media";
    top: 130px;
    left: 24px;
    font-size: 4.2rem;
    transform: rotate(-10deg);
}
body::after {
    content: "news";
    right: 36px;
    top: 320px;
    font-size: 3.8rem;
    transform: rotate(8deg);
}
.site-shell::before {
    content: "stiri";
    left: 10%;
    bottom: 180px;
    font-size: 5rem;
    transform: rotate(-7deg);
}
.site-shell::after {
    content: "actualitate";
    right: 8%;
    bottom: 120px;
    font-size: 3.4rem;
    transform: rotate(6deg);
}
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: 36px;
    background:
        radial-gradient(1200px 420px at 15% 0%, rgba(52, 211, 153, 0.10), transparent 58%),
        radial-gradient(1200px 420px at 85% 10%, rgba(99, 102, 241, 0.10), transparent 62%),
        linear-gradient(180deg, #070a10 0%, #05070c 100%);
    color: rgba(235, 242, 255, 0.92);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.mr-footer-top {
    width: 90%;
    margin: 0 auto;
    padding: 34px 20px 28px;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.2fr) minmax(0, 0.9fr);
    gap: 28px;
    align-items: start;
}
.mr-footer-brand {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-width: 0;
}
.mr-footer-mark {
    width: 14px;
    height: 14px;
    border-radius: 6px;
    background: linear-gradient(135deg, #f8fafc 0%, #9fb6d7 45%, #2a3a52 100%);
    box-shadow: 0 10px 30px rgba(100, 140, 190, 0.22);
    margin-top: 6px;
    flex: 0 0 auto;
}
.mr-footer-brand-text strong {
    display: block;
    font-size: 1.25rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    color: #ffffff;
}
.mr-footer-brand-text p {
    margin: 8px 0 0;
    color: rgba(208, 222, 244, 0.72);
    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: rgba(235, 242, 255, 0.90);
    font-size: 0.84rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.10em;
}
.mr-footer-col a {
    display: inline-flex;
    width: fit-content;
    margin: 0 0 10px;
    color: rgba(211, 225, 246, 0.78);
    text-decoration: none;
    font-weight: 700;
    font-size: 0.94rem;
}
.mr-footer-col a:hover {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.mr-footer-note {
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
}
.mr-footer-note-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(235, 242, 255, 0.84);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.mr-footer-note p {
    margin: 0 0 10px;
    color: rgba(220, 232, 250, 0.86);
    line-height: 1.6;
    font-size: 0.88rem;
}
.mr-footer-note p:last-child { margin-bottom: 0; }

.site-footer{
    margin-top: 36px;
    background:
        radial-gradient(1200px 420px at 15% 0%, rgba(52, 211, 153, 0.10), transparent 58%),
        radial-gradient(1200px 420px at 85% 10%, rgba(99, 102, 241, 0.10), transparent 62%),
        linear-gradient(180deg, #070a10 0%, #05070c 100%);
    color: rgba(235, 242, 255, 0.92);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.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: rgba(235, 242, 255, 0.90);
    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: rgba(211, 225, 246, 0.78);
    text-decoration: none;
    font-weight: 700;
    font-size: 0.94rem;
    width: fit-content;
}
.footer-menu-links a:hover{
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.footer-menu-placeholder span{
    color: rgba(208, 222, 244, 0.62);
    font-size: 0.9rem;
    line-height: 1.55;
}
.footer-policy-block{
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    padding: 16px 16px 14px;
}
.footer-policy-block p{
    margin: 0 0 10px;
    color: rgba(220, 232, 250, 0.86);
    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;
}
.site-footer-inner p {
    margin: 6px 0 0;
    color: #9eb6d2;
    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: #ffffff;
    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: #d8e6f8;
    text-decoration: none;
    font-weight: 600;
}
.site-footer-links a:hover {
    text-decoration: underline;
}
.site-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.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: #b4c8e2;
    font-size: 0.9rem;
}
.footer-brand-mark {
    color: #ffffff;
    font-weight: 700;
}
.footer-created-by {
    margin: 14px auto 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    border-radius: 12px;
    border: 1px solid rgba(255, 0, 255, 0.3);
    background: linear-gradient(145deg, #1a1a2e, #16213e);
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.24);
}
.footer-created-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: linear-gradient(135deg, #ff00ff, #00ffff);
    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;
}
.footer-created-text {
    display: grid;
    gap: 2px;
    text-align: left;
}
.footer-created-text small {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.64rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.footer-created-text strong {
    font-size: 0.86rem;
    font-weight: 700;
    background: linear-gradient(135deg, #ff00ff, #00ffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.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: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}
.ti-load-more-btn{
    min-width: 180px;
    height: 44px;
    padding: 0 18px;
    border-radius: 14px;
    border: 1px solid #d6e1ef;
    background: #17345f;
    color: #ffffff;
    font-weight: 800;
    font-family: inherit;
    font-size: 0.95rem;
    cursor: pointer;
    transition: 0.2s ease;
}
.ti-load-more-btn:hover{
    background: #102745;
}
.ti-load-more-btn.is-loading{
    opacity: 0.7;
    cursor: progress;
}
.ti-load-more-msg{
    color: #607690;
    font-size: 0.92rem;
}
.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: 86px;
}

@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: 86px;
}

.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%;
}
.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-header{
    position: sticky;
    top: 0;
    z-index: 50;
    background:
        radial-gradient(1200px 220px at 20% -20%, rgba(255,255,255,0.08), transparent 60%),
        radial-gradient(900px 220px at 90% -30%, rgba(160, 182, 215, 0.10), transparent 55%),
        linear-gradient(180deg, #0b0f16 0%, #0a0e15 100%);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 16px 50px rgba(0,0,0,0.45);
}
.mr-top{
    background: linear-gradient(90deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 45%, rgba(255,255,255,0.06) 100%);
}
.mr-top-inner{
    width: 92%;
    margin: 0 auto;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}
.mr-left{
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}
.mr-brand{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    min-width: 0;
}
.mr-brand-mark{
    width: 14px;
    height: 14px;
    border-radius: 6px;
    background: linear-gradient(135deg, #f8fafc 0%, #9fb6d7 45%, #2a3a52 100%);
    box-shadow: 0 10px 30px rgba(100, 140, 190, 0.22);
}
.mr-brand-text{
    font-size: 1.15rem;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #e9eef6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 44vw;
}
.mr-kicker{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.10);
    background: rgba(255,255,255,0.04);
    color: rgba(232, 240, 255, 0.86);
    font-weight: 800;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}
.mr-right{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}
.mr-live{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 12px;
    text-decoration: none;
    color: #f3f6fb;
    border: 1px solid rgba(255,255,255,0.10);
    background: rgba(255,255,255,0.04);
    font-weight: 900;
    letter-spacing: 0.06em;
    font-size: 0.78rem;
}
.mr-live-dot{
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #ff2d2d;
    box-shadow: 0 0 0 5px rgba(255, 45, 45, 0.14);
}
.mr-burger{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.04);
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0;
}
.mr-burger span{
    display: block;
    width: 18px;
    height: 2px;
    background: rgba(240, 246, 255, 0.92);
    border-radius: 999px;
}
.mr-panel{
    display: none;
    border-top: 1px solid rgba(255,255,255,0.08);
    background:
        radial-gradient(900px 240px at 30% -30%, rgba(159,182,215,0.10), transparent 60%),
        linear-gradient(180deg, rgba(12,16,24,0.96) 0%, rgba(10,14,21,0.98) 100%);
}
.mr-panel.is-open{ display: block; }
.mr-panel-inner{
    width: 92%;
    margin: 0 auto;
    padding: 14px 14px 16px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}
.mr-search{
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: center;
}
.mr-search-field{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.04);
    color: rgba(235, 242, 255, 0.92);
    min-width: 0;
}
.mr-search-ico{
    width: 24px;
    height: 24px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(159, 182, 215, 0.18);
    color: rgba(235, 242, 255, 0.92);
    font-size: 1rem;
}
.mr-search-field input{
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: rgba(235, 242, 255, 0.92);
    font-size: 0.95rem;
    font-weight: 700;
    font-family: inherit;
    min-width: 0;
}
.mr-search-field input::placeholder{
    color: rgba(208, 222, 244, 0.64);
}
.mr-search-btn{
    height: 44px;
    padding: 0 14px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.12);
    background: linear-gradient(135deg, #a9bfdc 0%, #6a87ad 42%, #2a3a52 100%);
    color: #0b0f16;
    font-weight: 900;
    cursor: pointer;
    letter-spacing: 0.02em;
}
.mr-nav{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}
.mr-nav-link{
    text-decoration: none;
    padding: 9px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.10);
    background: rgba(255,255,255,0.03);
    color: rgba(235, 242, 255, 0.88);
    font-weight: 800;
    font-size: 0.92rem;
    transition: .2s ease;
}
.mr-nav-link:hover,
.mr-nav-link.is-active{
    background: rgba(159, 182, 215, 0.18);
    border-color: rgba(159, 182, 215, 0.32);
    color: #f6f9ff;
}
.mr-nav-empty{
    color: rgba(208, 222, 244, 0.72);
    font-weight: 700;
    font-size: 0.92rem;
    padding: 8px 6px;
}
.mr-ticker{
    border-top: 1px solid rgba(255,255,255,0.08);
    background: rgba(0,0,0,0.18);
}
.mr-ticker-inner{
    width: 92%;
    margin: 0 auto;
    padding: 10px 14px 11px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.mr-ticker-label{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.10);
    background: rgba(255,255,255,0.04);
    color: rgba(235, 242, 255, 0.84);
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    white-space: nowrap;
}
.mr-ticker-track{
    min-width: 0;
    display: flex;
    flex-wrap: nowrap;
    gap: 14px;
    overflow: hidden;
    white-space: nowrap;
}
.mr-ticker-link,
.mr-ticker-empty{
    color: rgba(211, 225, 246, 0.80);
    font-size: 0.86rem;
    text-decoration: underline;
    line-height: 1.25;
}
.mr-ticker-link{
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.mr-ticker-link::before{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #34d399;
    box-shadow: 0 0 0 4px rgba(52, 211, 153, 0.14);
    flex: 0 0 auto;
}
.mr-ticker-link:hover{ color: #ffffff; }

.mr-marquee{
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 36px;
    min-width: 0;
    will-change: transform;
    animation: mrMarquee 26s linear infinite;
}
.mr-marquee-inner{
    display: inline-flex;
    align-items: center;
    gap: 16px;
    flex: 0 0 auto;
}
.mr-ticker:hover .mr-marquee{
    animation-play-state: paused;
}
@keyframes mrMarquee{
    from{ transform: translateX(0); }
    to{ transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce){
    .mr-marquee{ animation: none; }
}

@media (min-width: 901px){
    .mr-burger{ display: none; }
    .mr-panel{
        display: block;
        border-top: 1px solid rgba(255,255,255,0.08);
    }
    .mr-panel-inner{
        grid-template-columns: 380px 1fr;
        align-items: center;
        gap: 14px;
    }
    .mr-search{ grid-template-columns: 1fr auto; }
}

@media (max-width: 900px){
    .mr-kicker{ display: none; }
    .mr-brand-text{ max-width: 62vw; }
    .mr-panel-inner{ padding-top: 12px; }
}
