/* MekanRadar Public Shell v2.4.1 DOCROOT HOTFIX | extracted from frontend layout for cacheable delivery */

:root {
            --mrh-page-bg:#020b10;
            --mrh-deep:#04131b;
            --mrh-panel:rgba(3,24,28,.88);
            --mrh-panel-2:rgba(3,31,35,.82);
            --mrh-border:rgba(18,214,124,.26);
            --mrh-border-strong:rgba(18,214,124,.54);
            --mrh-white-border:rgba(255,255,255,.075);
            --mrh-green:#16e181;
            --mrh-green-2:#0fbf6f;
            --mrh-blue:#38bdf8;
            --mrh-orange:#ff5a1f;
            --mrh-text:#f4fff8;
            --mrh-muted:rgba(221,255,239,.72);
            --mrh-dim:rgba(221,255,239,.52);
            --mrh-danger:#ff5b73;
            --mrh-shadow:0 28px 80px rgba(0,0,0,.34);
            --mrh-shadow-soft:0 18px 46px rgba(0,0,0,.22);
            --mr-fixed-header-height-desktop:153px;
            --mr-fixed-header-height-tablet:78px;
            --mr-fixed-header-height-mobile:72px;
            --mrf-orange:#ff5a1f;
            --mrf-coral:#fb4d2d;
            --mrf-blue:#2563eb;
            --mrf-sky:#38bdf8;
        }

        html,
        body {
            overflow-x: hidden;
        }

        html {
            scroll-padding-top: calc(var(--mr-fixed-header-height-desktop) + 18px);
        }

        body {
            margin: 0;
            padding-top: var(--mr-fixed-header-height-desktop);
            background:
                radial-gradient(circle at 86% -8%, rgba(22,225,129,.12), transparent 32%),
                radial-gradient(circle at 4% 4%, rgba(22,225,129,.08), transparent 28%),
                linear-gradient(180deg, #031017 0%, #020b10 52%, #03121a 100%);
            color: var(--mrh-text);
        }

        body.mrh-menu-open {
            overflow: hidden;
        }

        .line-clamp-2,
        .line-clamp-3 {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .line-clamp-2 {
            -webkit-line-clamp: 2;
        }

        .line-clamp-3 {
            -webkit-line-clamp: 3;
        }

        .mrh-header {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            width: 100%;
            z-index: 1000;
            border-bottom: 1px solid rgba(18,214,124,.16);
            background: linear-gradient(180deg, rgba(2,11,16,.94), rgba(3,16,23,.90));
            box-shadow: 0 18px 42px rgba(0,0,0,.34);
        }

        .mrh-wrap {
            position: relative;
            z-index: 1;
            width: 100%;
            max-width: 1500px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .mrh-top {
            min-height: 96px;
            display: grid;
            grid-template-columns: minmax(270px,390px) minmax(218px,282px) minmax(0,1fr);
            align-items: center;
            gap: 12px;
        }

        .mrh-brand {
            display: inline-flex;
            align-items: center;
            min-width: 0;
            color: #fff;
            text-decoration: none;
            justify-self: start;
        }

        .mrh-brand--wide {
            width: min(275px,20vw);
            height: 52px;
            max-width: 285px;
            justify-content: flex-start;
        }

        .mrh-brand-wide-logo {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: left center;
        }

        .mrh-brand-fallback-text {
            display: none;
            color: #ffffff;
            font-size: 24px;
            line-height: 1;
            font-weight: 950;
            letter-spacing: -.045em;
            white-space: nowrap;
        }

        .mrh-brand-fallback-active .mrh-brand-fallback-text {
            display: inline-flex;
            align-items: center;
        }

        .mrh-brand-fallback-active .mrh-brand-wide-logo,
        .mrh-brand-fallback-active .mrh-footer-wide-logo {
            display: none !important;
        }

        .mrh-brand-logo-dynamic {
            filter: drop-shadow(0 12px 24px rgba(0,0,0,.18));
        }

        .mrh-brand--compact {
            gap: 14px;
        }

        .mrh-brand-mark {
            width: 66px;
            height: 66px;
            min-width: 66px;
            border-radius: 24px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, rgba(22,225,129,.18), rgba(5,36,42,.82));
            border: 1px solid rgba(22,225,129,.32);
            overflow: hidden;
        }

        .mrh-brand-logo {
            width: 58px;
            height: 58px;
            object-fit: contain;
            display: block;
        }

        .mrh-brand-text {
            min-width: 0;
        }

        .mrh-brand-title {
            display: block;
            margin: 0;
            color: #fff;
            font-size: 25px;
            line-height: 1;
            font-weight: 950;
            letter-spacing: -.055em;
        }

        .mrh-brand-sub {
            display: block;
            margin-top: 6px;
            color: var(--mrh-muted);
            font-size: 11px;
            line-height: 1;
            font-weight: 850;
            white-space: nowrap;
        }

        .mrh-header-center {
            width: 100%;
            min-width: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            justify-self: center;
        }

        .mrh-live-radar {
            position: relative;
            width: 100%;
            max-width: 282px;
            min-height: 46px;
            display: inline-flex;
            align-items: center;
            justify-content: space-between;
            gap: 9px;
            padding: 6px 9px 6px 7px;
            border-radius: 999px;
            border: 1px solid rgba(22,225,129,.22);
            background: rgba(255,255,255,.065);
            color: rgba(244,255,248,.88);
            text-decoration: none;
            box-shadow: 0 14px 28px rgba(0,0,0,.16);
            overflow: hidden;
        }

        .mrh-live-radar-left {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            min-width: 0;
        }

        .mrh-live-radar-icon {
            width: 34px;
            height: 34px;
            min-width: 34px;
            border-radius: 999px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #16e181, #38bdf8);
            color: #022318;
            font-size: 15px;
        }

        .mrh-live-radar-copy {
            min-width: 0;
            display: flex;
            flex-direction: column;
            gap: 3px;
        }

        .mrh-live-radar-title {
            display: block;
            color: #fff;
            font-size: 12px;
            line-height: 1;
            font-weight: 950;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .mrh-live-radar-detail {
            display: block;
            color: var(--mrh-dim);
            font-size: 10px;
            line-height: 1;
            font-weight: 850;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 170px;
        }

        .mrh-live-radar-count,
        .mrh-notification-badge {
            position: relative;
            z-index: 2;
            min-width: 22px;
            height: 22px;
            padding: 0 6px;
            border-radius: 999px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #ff5a1f, #fbbf24);
            border: 1px solid rgba(255,255,255,.25);
            color: #fff;
            font-size: 9px;
            line-height: 1;
            font-weight: 950;
            box-shadow: 0 8px 16px rgba(255,90,31,.20);
        }

        .mrh-live-radar-count.is-hidden,
        .mrh-notification-badge.is-hidden {
            display: none;
        }

        .mrh-actions {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            justify-self: end;
            gap: 7px;
            min-width: 0;
            position: relative;
            z-index: 8;
            flex-wrap: nowrap;
        }

        .mrh-btn {
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 40px;
            padding: 0 13px;
            border-radius: 999px;
            border: 1px solid rgba(221,255,239,.13);
            background: rgba(255,255,255,.065);
            color: rgba(244,255,248,.86);
            text-decoration: none;
            font-size: 12px;
            line-height: 1;
            font-weight: 800;
            white-space: nowrap;
            cursor: pointer;
            box-shadow: 0 10px 24px rgba(0,0,0,.16);
        }

        .mrh-language-switch {
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 7px;
            min-height: 40px;
            padding: 0 11px 0 8px;
            border-radius: 999px;
            border: 1px solid rgba(56,189,248,.30);
            background: linear-gradient(135deg, rgba(56,189,248,.13), rgba(22,225,129,.08));
            color: #dcfffb;
            text-decoration: none;
            box-shadow: 0 10px 24px rgba(0,0,0,.16), 0 0 22px rgba(56,189,248,.08);
            white-space: nowrap;
            isolation: isolate;
        }

        .mrh-language-current,
        .mrh-language-target {
            min-width: 28px;
            height: 28px;
            border-radius: 999px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 10px;
            line-height: 1;
            font-weight: 950;
            letter-spacing: .04em;
        }

        .mrh-language-current {
            background: rgba(255,255,255,.07);
            border: 1px solid rgba(221,255,239,.12);
            color: rgba(221,255,239,.72);
        }

        .mrh-language-target {
            background: linear-gradient(135deg, #38bdf8, #16e181);
            color: #022318;
            border: 1px solid rgba(255,255,255,.24);
            box-shadow: 0 10px 20px rgba(56,189,248,.16);
        }

        .mrh-language-arrow {
            color: rgba(221,255,239,.48);
            font-size: 12px;
            font-weight: 950;
        }

        .mrh-btn-dark,
        .mrh-menu-link-featured,
        .mrh-footer-blog-link {
            background: linear-gradient(135deg, var(--mrh-green), var(--mrh-green-2));
            color: #022318 !important;
            border-color: rgba(22,225,129,.50);
            box-shadow: 0 16px 32px rgba(22,225,129,.20);
        }

        .mrh-btn-green {
            color: #d8ffef;
            background: rgba(22,225,129,.12);
            border-color: rgba(22,225,129,.30);
        }

        .mrh-btn-red {
            color: #ffe4e9;
            background: rgba(255,91,115,.10);
            border-color: rgba(255,91,115,.24);
        }

        .mrh-avatar-link,
        .mrh-mobile-avatar-link {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 42px;
            height: 42px;
            border-radius: 999px;
            border: 1px solid rgba(22,225,129,.28);
            background: rgba(255,255,255,.065);
            text-decoration: none;
            box-shadow: 0 12px 24px rgba(0,0,0,.22);
            flex: 0 0 auto;
        }

        .mrh-mobile-avatar-link {
            display: none;
        }

        .mrh-avatar-dot {
            width: 32px;
            height: 32px;
            border-radius: 999px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, var(--mrh-green), rgba(24,210,210,.92));
            color: #022318;
            font-size: 13px;
            font-weight: 950;
            overflow: hidden;
            position: relative;
            flex: 0 0 auto;
        }

        .mrh-avatar-image {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
            border-radius: inherit;
        }

        .mrh-bottom {
            border-top: 1px solid rgba(18,214,124,.13);
            background: rgba(2,11,16,.34);
        }

        .mrh-bottom-nav {
            min-height: 56px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            overflow-x: auto;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }

        .mrh-bottom-nav::-webkit-scrollbar {
            display: none;
        }

        .mrh-menu-link {
            position: relative;
            display: inline-flex;
            align-items: center;
            gap: 7px;
            min-height: 39px;
            padding: 0 14px;
            border-radius: 999px;
            border: 1px solid transparent;
            color: var(--mrh-muted);
            text-decoration: none;
            font-size: 13px;
            line-height: 1;
            font-weight: 800;
            white-space: nowrap;
        }

        .mrh-menu-link:hover,
        .mrh-menu-link-active {
            color: #d8ffef;
            background: rgba(22,225,129,.12);
            border-color: rgba(22,225,129,.30);
        }

        .mrh-menu-link-featured,
        .mrh-menu-link-featured:hover,
        .mrh-menu-link-featured.mrh-menu-link-active {
            color: #022318 !important;
            background: linear-gradient(135deg, var(--mrh-green), var(--mrh-green-2)) !important;
            border-color: rgba(22,225,129,.54) !important;
        }

        .mrh-solution-nav-link {
            color: #d8ffef;
            background: rgba(22,225,129,.10);
            border-color: rgba(22,225,129,.24);
        }

        .mrh-solution-nav-link:hover,
        .mrh-solution-nav-link.mrh-menu-link-active {
            color: #022318 !important;
            background: linear-gradient(135deg, var(--mrh-green), var(--mrh-green-2)) !important;
            border-color: rgba(22,225,129,.54) !important;
        }

        .mrh-solution-nav-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 22px;
            height: 22px;
            margin-left: -4px;
            border-radius: 999px;
            background: rgba(22,225,129,.16);
            color: #d8ffef;
            font-size: 12px;
        }

        .mrh-solution-nav-link:hover .mrh-solution-nav-icon,
        .mrh-solution-nav-link.mrh-menu-link-active .mrh-solution-nav-icon {
            background: rgba(2,35,24,.12);
            color: #022318;
        }

        .mrh-feed-nav-link {
            isolation: isolate;
            overflow: visible;
            padding-right: 9px;
            border-color: rgba(22,225,129,.30);
            background: rgba(22,225,129,.08);
            box-shadow: 0 10px 24px rgba(22,225,129,.10);
            animation: mrhFeedBreath 2.65s ease-in-out infinite;
        }

        .mrh-feed-nav-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 22px;
            height: 22px;
            margin-left: -4px;
            border-radius: 999px;
            background: linear-gradient(135deg, #16e181, #38bdf8);
            color: #022318;
            font-size: 12px;
        }

        .mrh-feed-nav-badge {
            display: inline-flex;
            align-items: center;
            gap: 3px;
            min-height: 23px;
            padding: 0 8px;
            margin-left: 3px;
            border-radius: 999px;
            background: linear-gradient(135deg, #16e181, #0fbf6f);
            border: 1px solid rgba(255,255,255,.22);
            color: #022318;
            font-size: 10px;
            line-height: 1;
            font-weight: 950;
        }

        .mrh-mobile-toggle {
            display: none;
            width: 44px;
            height: 44px;
            align-items: center;
            justify-content: center;
            border-radius: 16px;
            border: 1px solid rgba(22,225,129,.22);
            background: rgba(255,255,255,.075);
            color: #f4fff8;
            cursor: pointer;
            box-shadow: 0 12px 24px rgba(0,0,0,.20);
        }

        .mrh-mobile-overlay {
            position: fixed;
            inset: 0;
            z-index: 80;
            background: rgba(0,0,0,.64);
            opacity: 0;
            visibility: hidden;
            transition: .18s ease;
        }

        .mrh-mobile-overlay.open {
            opacity: 1;
            visibility: visible;
        }

        .mrh-mobile-panel {
            position: fixed;
            top: calc(var(--mr-fixed-header-height-tablet) + 8px);
            left: 12px;
            right: 12px;
            z-index: 90;
            max-height: calc(100dvh - 100px);
            overflow: hidden;
            border: 1px solid rgba(22,225,129,.28);
            border-radius: 28px;
            background: linear-gradient(135deg, rgba(3,24,28,.98), rgba(3,16,23,.98));
            box-shadow: 0 28px 84px rgba(0,0,0,.46);
            transform: translateY(-10px) scale(.985);
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            transition: .20s ease;
        }

        .mrh-mobile-panel.open {
            transform: translateY(0) scale(1);
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
        }

        .mrh-mobile-inner {
            padding: 12px;
            max-height: calc(100dvh - 100px);
            overflow-y: auto;
            scrollbar-width: thin;
            scrollbar-color: rgba(22,225,129,.30) transparent;
        }

        .mrh-mobile-headline,
        .mrh-mobile-profile,
        .mrh-mobile-profile-main {
            display: flex;
            align-items: center;
        }

        .mrh-mobile-headline {
            justify-content: space-between;
            gap: 10px;
            padding: 2px 2px 10px;
        }

        .mrh-mobile-headline-title,
        .mrh-mobile-profile-title {
            color: #fff;
            font-weight: 950;
        }

        .mrh-mobile-headline-title {
            font-size: 14px;
            line-height: 1;
            letter-spacing: -.025em;
        }

        .mrh-mobile-headline-sub {
            margin-top: 5px;
            color: var(--mrh-dim);
            font-size: 10px;
            line-height: 1;
            font-weight: 800;
        }

        .mrh-mobile-close {
            width: 36px;
            height: 36px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 14px;
            border: 1px solid rgba(221,255,239,.14);
            background: rgba(255,255,255,.07);
            color: rgba(244,255,248,.86);
            font-size: 15px;
            cursor: pointer;
        }

        .mrh-mobile-top-actions {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 8px;
            margin: 0 0 10px;
            align-items: stretch;
        }

        .mrh-mobile-profile {
            justify-content: space-between;
            gap: 12px;
            min-height: 66px;
            padding: 10px;
            border-radius: 22px;
            border: 1px solid rgba(22,225,129,.28);
            background: rgba(255,255,255,.075);
            color: #fff;
            text-decoration: none;
            box-shadow: 0 14px 34px rgba(0,0,0,.24);
        }

        .mrh-mobile-profile-compact {
            grid-column: span 2;
            min-height: 48px;
            padding: 8px;
            border-radius: 18px;
        }

        .mrh-mobile-profile-main {
            gap: 11px;
            min-width: 0;
        }

        .mrh-mobile-profile .mrh-avatar-dot {
            width: 42px;
            height: 42px;
            border-radius: 15px;
            flex: 0 0 auto;
        }

        .mrh-mobile-profile-text {
            min-width: 0;
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

        .mrh-mobile-profile-title {
            font-size: 15px;
            line-height: 1;
        }

        .mrh-mobile-profile-sub {
            font-size: 11px;
            line-height: 1.2;
            color: var(--mrh-muted);
            font-weight: 750;
        }

        .mrh-business-badge {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 27px;
            padding: 0 9px;
            border-radius: 999px;
            background: rgba(22,225,129,.13);
            border: 1px solid rgba(22,225,129,.30);
            color: #d8ffef;
            font-size: 10px;
            font-weight: 950;
            white-space: nowrap;
        }

        .mrh-mobile-mini-action,
        .mrh-mobile-link,
        .mrh-mobile-form button,
        .mrh-mobile-discover-summary {
            display: flex;
            align-items: center;
            gap: 9px;
            width: 100%;
            min-height: 50px;
            padding: 0 11px;
            border-radius: 18px;
            text-decoration: none;
            background: rgba(255,255,255,.065);
            border: 1px solid rgba(221,255,239,.12);
            color: rgba(244,255,248,.82);
            font-size: 13px;
            font-weight: 900;
            line-height: 1.15;
            box-shadow: 0 8px 18px rgba(0,0,0,.14);
        }

        .mrh-mobile-mini-action {
            justify-content: center;
        }

        .mrh-mobile-mini-action-green {
            background: linear-gradient(135deg, #16e181, #0fbf6f) !important;
            color: #022318 !important;
            border-color: rgba(22,225,129,.42) !important;
        }

        .mrh-mobile-feature {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            min-height: 58px;
            padding: 10px 12px;
            margin-top: 10px;
            border-radius: 20px;
            text-decoration: none;
            background: linear-gradient(135deg, var(--mrh-green), var(--mrh-green-2));
            border: 1px solid rgba(22,225,129,.44);
            color: #022318;
            box-shadow: 0 16px 34px rgba(22,225,129,.16);
        }

        .mrh-mobile-feature-solution {
            background: linear-gradient(135deg, rgba(22,225,129,.20), rgba(24,210,210,.13));
            color: #d8ffef;
            border-color: rgba(22,225,129,.30);
        }

        .mrh-mobile-feature-social {
            background: linear-gradient(135deg, rgba(18,214,124,.16), rgba(56,189,248,.11));
            color: #dcfffb;
            border-color: rgba(24,210,210,.24);
        }

        .mrh-mobile-feature-language {
            background: linear-gradient(135deg, rgba(56,189,248,.17), rgba(22,225,129,.10));
            color: #dcfffb;
            border-color: rgba(56,189,248,.26);
        }

        .mrh-mobile-feature.is-active {
            outline: 2px solid rgba(22,225,129,.42);
            box-shadow: 0 18px 42px rgba(22,225,129,.20);
        }

        .mrh-mobile-feature-title {
            font-size: 15px;
            line-height: 1;
            font-weight: 950;
        }

        .mrh-mobile-feature-sub {
            margin-top: 5px;
            color: rgba(2,35,24,.74);
            font-size: 11px;
            font-weight: 850;
        }

        .mrh-mobile-feature-badge {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 26px;
            padding: 0 9px;
            border-radius: 999px;
            background: rgba(2,35,24,.12);
            border: 1px solid rgba(2,35,24,.16);
            color: #022318;
            font-size: 10px;
            font-weight: 950;
            white-space: nowrap;
        }

        .mrh-mobile-feature-solution .mrh-mobile-feature-sub,
        .mrh-mobile-feature-social .mrh-mobile-feature-sub {
            color: rgba(221,255,239,.72);
        }

        .mrh-mobile-feature-solution .mrh-mobile-feature-badge,
        .mrh-mobile-feature-social .mrh-mobile-feature-badge {
            background: rgba(22,225,129,.14);
            border-color: rgba(22,225,129,.26);
            color: #d8ffef;
        }

        .mrh-mobile-section-label {
            margin: 13px 4px 8px;
            color: var(--mrh-dim);
            font-size: 10px;
            line-height: 1;
            font-weight: 950;
            text-transform: uppercase;
            letter-spacing: .16em;
        }

        .mrh-mobile-grid {
            display: grid;
            grid-template-columns: repeat(2,minmax(0,1fr));
            gap: 8px;
        }

        .mrh-mobile-link-icon {
            width: 30px;
            height: 30px;
            border-radius: 12px;
            flex: 0 0 auto;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: rgba(22,225,129,.10);
            border: 1px solid rgba(22,225,129,.18);
            font-size: 15px;
        }

        .mrh-mobile-link-text {
            min-width: 0;
            flex: 1;
        }

        .mrh-mobile-link-title {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .mrh-mobile-link-mini {
            display: block;
            margin-top: 4px;
            color: var(--mrh-dim);
            font-size: 10px;
            font-weight: 800;
        }

        .mrh-mobile-link-active,
        .mrh-global-dock-item.active {
            background: rgba(22,225,129,.14);
            border-color: rgba(22,225,129,.32);
            color: #d8ffef;
        }

        .mrh-mobile-link-green {
            background: rgba(22,225,129,.12);
            border-color: rgba(22,225,129,.28);
            color: #d8ffef;
        }

        .mrh-mobile-link-blue {
            background: rgba(24,210,210,.09);
            border-color: rgba(24,210,210,.20);
            color: #dcfffb;
        }

        .mrh-mobile-link-red {
            color: #ffe4e9;
            border-color: rgba(255,91,115,.24);
            background: rgba(255,91,115,.10);
        }

        .mrh-mobile-form {
            margin: 0;
        }

        .mrh-mobile-form button {
            cursor: pointer;
            justify-content: flex-start;
        }

        .mrh-mobile-discover {
            border-radius: 20px;
            overflow: hidden;
            border: 1px solid rgba(221,255,239,.12);
            background: rgba(255,255,255,.045);
            box-shadow: 0 8px 18px rgba(0,0,0,.14);
        }

        .mrh-mobile-discover-summary {
            min-height: 52px;
            border: 0;
            border-radius: 0;
            box-shadow: none;
            cursor: pointer;
            justify-content: space-between;
            list-style: none;
            background: transparent;
        }

        .mrh-mobile-discover-summary::-webkit-details-marker {
            display: none;
        }

        .mrh-mobile-discover-arrow {
            color: var(--mrh-dim);
            font-size: 13px;
            transition: .18s ease;
        }

        .mrh-mobile-discover[open] .mrh-mobile-discover-arrow {
            transform: rotate(180deg);
        }

        .mrh-mobile-discover-body {
            display: grid;
            gap: 7px;
            padding: 0 9px 9px;
        }

        .mrh-mobile-discover-link {
            display: flex;
            align-items: center;
            gap: 8px;
            min-height: 42px;
            padding: 0 10px;
            border-radius: 14px;
            text-decoration: none;
            color: rgba(244,255,248,.78);
            background: rgba(255,255,255,.055);
            border: 1px solid rgba(221,255,239,.10);
            font-size: 12px;
            font-weight: 850;
        }

        .mrh-global-mobile-dock {
            display: none;
        }

        .mrh-footer {
            position: relative;
            overflow: hidden;
            border-top: 1px solid rgba(18,214,124,.18);
            background: linear-gradient(180deg, #03121a 0%, #020b10 100%);
            color: var(--mrh-text);
        }

        .mrh-footer-wrap {
            position: relative;
            z-index: 1;
            max-width: 1500px;
            margin: 0 auto;
            padding: 46px 20px 28px;
        }

        .mrh-footer-top {
            display: grid;
            grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr);
            gap: 16px;
            align-items: stretch;
            margin-bottom: 18px;
        }

        .mrh-footer-brand-card,
        .mrh-footer-blog-card,
        .mrh-footer-legal-card,
        .mrh-footer-column,
        .mrh-footer-legal-group {
            position: relative;
            overflow: hidden;
            border: 1px solid rgba(18,214,124,.24);
            background: linear-gradient(135deg, rgba(3,24,28,.88), rgba(4,27,36,.68));
            border-radius: 28px;
            padding: 22px;
            box-shadow: var(--mrh-shadow-soft), 0 0 28px rgba(22,225,129,.08);
        }

        .mrh-footer-column,
        .mrh-footer-legal-group {
            border-radius: 22px;
            padding: 16px;
            background: rgba(255,255,255,.035);
        }

        .mrh-footer-logo-row {
            display: flex;
            align-items: center;
            gap: 13px;
            margin-bottom: 14px;
        }

        .mrh-footer-wide-logo {
            display: block;
            width: min(245px,100%);
            height: 46px;
            object-fit: contain;
            object-position: left center;
        }

        .mrh-footer-title,
        .mrh-footer-blog-title,
        .mrh-footer-legal-title,
        .mrh-footer-heading,
        .mrh-footer-legal-group-title {
            color: #fff;
            font-weight: 950;
        }

        .mrh-footer-text,
        .mrh-footer-blog-text,
        .mrh-footer-legal-text {
            margin: 0;
            color: var(--mrh-muted);
            font-size: 14px;
            line-height: 1.82;
            font-weight: 650;
        }

        .mrh-footer-blog-eyebrow,
        .mrh-footer-legal-eyebrow,
        .mrh-footer-legal-badge {
            display: inline-flex;
            align-items: center;
            min-height: 28px;
            padding: 0 10px;
            border-radius: 999px;
            background: rgba(22,225,129,.13);
            border: 1px solid rgba(22,225,129,.28);
            color: var(--mrh-green);
            font-size: 10px;
            line-height: 1;
            font-weight: 950;
            letter-spacing: .11em;
            text-transform: uppercase;
        }

        .mrh-footer-blog-title {
            margin: 13px 0 0;
            font-size: clamp(24px,2.4vw,34px);
            line-height: 1.02;
            letter-spacing: -.05em;
        }

        .mrh-footer-blog-text {
            margin-top: 10px;
        }

        .mrh-footer-blog-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 9px;
            margin-top: 18px;
        }

        .mrh-footer-blog-link {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 40px;
            padding: 0 14px;
            border-radius: 999px;
            text-decoration: none;
            font-size: 13px;
            font-weight: 950;
        }

        .mrh-footer-blog-link-soft {
            background: rgba(255,255,255,.075);
            color: #fff !important;
            border: 1px solid rgba(221,255,239,.14);
            box-shadow: none;
        }

        .mrh-footer-grid {
            display: grid;
            grid-template-columns: repeat(4,minmax(0,1fr));
            gap: 14px;
            margin-top: 16px;
        }

        .mrh-footer-heading {
            margin: 0 0 13px;
            font-size: 13px;
            line-height: 1.2;
        }

        .mrh-footer-link-list,
        .mrh-footer-legal-links {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .mrh-footer-link,
        .mrh-footer-legal-link,
        .mrh-footer-mini-links a,
        .mrh-footer-bottom p {
            color: rgba(221,255,239,.62);
            text-decoration: none;
            font-size: 13px;
            line-height: 1.45;
            font-weight: 750;
            margin: 0;
        }

        .mrh-footer-legal-card {
            margin-top: 16px;
        }

        .mrh-footer-legal-head {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 18px;
            margin-bottom: 18px;
        }

        .mrh-footer-legal-title {
            margin: 10px 0 0;
            font-size: 20px;
            line-height: 1.15;
            letter-spacing: -.04em;
        }

        .mrh-footer-legal-text {
            margin-top: 8px;
            max-width: 760px;
        }

        .mrh-footer-legal-badge {
            color: #047857;
            white-space: nowrap;
            text-transform: none;
            letter-spacing: 0;
            font-size: 12px;
            min-height: 34px;
            padding: 0 12px;
        }

        .mrh-footer-legal-grid {
            display: grid;
            grid-template-columns: repeat(3,minmax(0,1fr));
            gap: 12px;
        }

        .mrh-footer-legal-group-title {
            margin: 0 0 12px;
            font-size: 13px;
            line-height: 1.2;
        }

        .mrh-footer-legal-link {
            font-size: 12px;
        }

        .mrh-footer-bottom {
            margin-top: 20px;
            padding-top: 18px;
            border-top: 1px solid rgba(18,214,124,.16);
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .mrh-footer-bottom-row {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
        }

        .mrh-footer-mini-links {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
        }

        .mrh-footer-bottom p,
        .mrh-footer-mini-links a {
            font-size: 12px;
            line-height: 1.5;
        }

        .mrh-menu-link,
        .mrh-btn,
        .mrh-live-radar,
        .mrh-footer-blog-link,
        .mrh-mobile-link-title,
        .mrh-mobile-feature-title,
        .mrh-mobile-feature-badge,
        .mrh-mobile-discover-link,
        .mrh-global-dock-item strong {
            font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            letter-spacing: .005em;
        }

        .mrh-notification-badge {
            position: absolute;
            top: -10px;
            right: -14px;
            min-width: 20px;
            height: 20px;
            padding: 0 5px;
            font-size: 9px;
        }

        .mrh-global-dock-icon {
            position: relative;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 22px;
            height: 20px;
            font-size: 17px;
            line-height: 1;
        }

        .mrh-feed-dock-badge {
            position: absolute;
            top: -9px;
            right: -4px;
            z-index: 4;
            min-height: 18px;
            padding: 0 6px;
            border-radius: 999px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #ff5a1f, #fbbf24);
            border: 1px solid rgba(255,255,255,.32);
            color: #fff;
            font-size: 8px;
            line-height: 1;
            font-weight: 950;
            box-shadow: 0 8px 16px rgba(255,90,31,.24);
        }

        @keyframes mrhFeedBreath {
            0%,
            100% {
                transform: translateY(0) scale(1);
                box-shadow: 0 10px 24px rgba(22,225,129,.08), 0 0 18px rgba(22,225,129,.07);
            }

            50% {
                transform: translateY(-1px) scale(1.018);
                box-shadow: 0 14px 32px rgba(22,225,129,.18), 0 0 30px rgba(22,225,129,.12);
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .mrh-feed-nav-link {
                animation: none !important;
            }
        }

        @media (max-width:1500px) and (min-width:992px) {
            .mrh-top {
                grid-template-columns: minmax(235px,340px) minmax(205px,250px) minmax(0,1fr);
                gap: 9px;
            }

            .mrh-brand--wide {
                width: min(250px,19vw);
                height: 48px;
            }

            .mrh-live-radar {
                max-width: 250px;
                min-height: 44px;
                padding-right: 8px;
            }

            .mrh-live-radar-detail {
                max-width: 138px;
            }

            .mrh-actions {
                gap: 6px;
            }

            .mrh-btn {
                min-height: 38px;
                padding-left: 11px;
                padding-right: 11px;
                font-size: 11.5px;
            }
        }

        @media (max-width:1320px) and (min-width:992px) {
            .mrh-top {
                grid-template-columns: minmax(215px,285px) minmax(190px,222px) minmax(0,1fr);
                gap: 7px;
            }

            .mrh-brand--wide {
                width: min(220px,18vw);
                height: 46px;
            }

            .mrh-live-radar {
                max-width: 222px;
                min-height: 42px;
                gap: 7px;
            }

            .mrh-live-radar-icon {
                width: 30px;
                height: 30px;
                min-width: 30px;
                font-size: 13px;
            }

            .mrh-live-radar-title {
                font-size: 11px;
            }

            .mrh-live-radar-detail {
                display: none;
            }

            .mrh-live-radar-count {
                min-width: 21px;
                height: 21px;
                font-size: 9px;
            }

            .mrh-btn {
                min-height: 36px;
                padding-left: 9px;
                padding-right: 9px;
                font-size: 11px;
            }

            .mrh-avatar-link {
                width: 38px;
                height: 38px;
            }

            .mrh-avatar-dot {
                width: 29px;
                height: 29px;
                font-size: 12px;
            }
        }

        @media (max-width:1180px) and (min-width:992px) {
            .mrh-top {
                grid-template-columns: minmax(190px,250px) minmax(52px,60px) minmax(0,1fr);
            }

            .mrh-brand--wide {
                width: min(198px,17vw);
                height: 44px;
            }

            .mrh-live-radar {
                width: 50px;
                min-width: 50px;
                max-width: 50px;
                min-height: 42px;
                padding: 5px;
                justify-content: center;
            }

            .mrh-live-radar-copy,
            .mrh-live-radar-count {
                display: none !important;
            }

            .mrh-btn-hide-lg {
                display: none !important;
            }
        }

        @media (max-width:1100px) {
            .mrh-footer-grid,
            .mrh-footer-legal-grid {
                grid-template-columns: repeat(2,minmax(0,1fr));
            }

            .mrh-btn-hide-lg {
                display: none;
            }
        }

        @media (max-width:991px) {
            html {
                scroll-padding-top: calc(var(--mr-fixed-header-height-tablet) + 14px);
            }

            body {
                padding-top: var(--mr-fixed-header-height-tablet);
                padding-bottom: calc(78px + env(safe-area-inset-bottom));
            }

            .mrh-top {
                min-height: 74px;
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 12px;
            }

            .mrh-brand--wide {
                width: min(192px,50vw);
                height: 46px;
            }

            .mrh-brand-wide-logo {
                width: 100%;
                height: 100%;
            }

            .mrh-brand-mark {
                width: 48px;
                height: 48px;
                min-width: 48px;
                border-radius: 18px;
            }

            .mrh-brand-logo {
                width: 38px;
                height: 38px;
            }

            .mrh-brand-title {
                font-size: 17px;
            }

            .mrh-brand-sub {
                font-size: 10px;
            }

            .mrh-desktop-only,
            .mrh-header-center,
            .mrh-bottom {
                display: none !important;
            }

            .mrh-actions {
                margin-left: auto;
                gap: 8px;
            }

            .mrh-mobile-avatar-link,
            .mrh-mobile-toggle {
                display: inline-flex !important;
            }

            .mrh-mobile-avatar-link {
                flex: 0 0 42px;
            }

            .mrh-mobile-toggle {
                position: relative;
                z-index: 12;
                flex: 0 0 44px;
            }

            .mrh-footer-top {
                grid-template-columns: 1fr;
            }

            .mrh-footer-legal-head {
                flex-direction: column;
            }

            .mrh-global-mobile-dock {
                position: fixed;
                left: 10px;
                right: 10px;
                bottom: calc(8px + env(safe-area-inset-bottom));
                z-index: 75;
                display: grid;
                grid-template-columns: repeat(5,minmax(0,1fr));
                gap: 6px;
                padding: 7px;
                border-radius: 24px;
                border: 1px solid rgba(22,225,129,.22);
                background: linear-gradient(180deg, rgba(3,24,28,.88), rgba(2,11,16,.94));
                box-shadow: 0 18px 48px rgba(0,0,0,.28);
                backdrop-filter: blur(18px);
                -webkit-backdrop-filter: blur(18px);
            }

            .mrh-global-dock-item {
                position: relative;
                min-width: 0;
                min-height: 54px;
                border-radius: 18px;
                border: 1px solid rgba(221,255,239,.12);
                background: rgba(255,255,255,.055);
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                gap: 4px;
                color: rgba(221,255,239,.72);
                text-decoration: none;
                font-size: 9.5px;
                line-height: 1;
                font-weight: 950;
            }

            .mrh-global-dock-item strong {
                font: inherit;
                max-width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .mrh-mobile-panel.open ~ .mrh-global-mobile-dock {
                display: none;
            }
        }

        @media (max-width:640px) {
            html {
                scroll-padding-top: calc(var(--mr-fixed-header-height-mobile) + 12px);
            }

            body {
                padding-top: var(--mr-fixed-header-height-mobile);
            }

            .mrh-wrap {
                padding: 0 12px;
            }

            .mrh-top {
                min-height: 70px;
            }

            .mrh-brand {
                gap: 10px;
            }

            .mrh-brand--wide {
                width: min(185px,54vw);
                height: 44px;
            }

            .mrh-brand-wide-logo {
                width: 100%;
                height: 100%;
            }

            .mrh-brand-mark {
                width: 46px;
                height: 46px;
                min-width: 46px;
                border-radius: 17px;
            }

            .mrh-brand-logo {
                width: 36px;
                height: 36px;
            }

            .mrh-brand-title {
                font-size: 16px;
            }

            .mrh-brand-sub {
                max-width: 172px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .mrh-mobile-toggle {
                width: 44px;
                height: 44px;
                border-radius: 15px;
            }

            .mrh-mobile-panel {
                top: calc(var(--mr-fixed-header-height-mobile) + 8px);
                left: 10px;
                right: 10px;
                border-radius: 24px;
                max-height: calc(100dvh - 90px);
            }

            .mrh-mobile-inner {
                max-height: calc(100dvh - 90px);
                padding: 10px;
            }

            .mrh-mobile-grid {
                gap: 7px;
            }

            .mrh-mobile-link,
            .mrh-mobile-form button,
            .mrh-mobile-discover-summary {
                min-height: 47px;
                border-radius: 16px;
                font-size: 12px;
                padding: 0 10px;
            }

            .mrh-mobile-link-icon {
                width: 28px;
                height: 28px;
                border-radius: 11px;
                font-size: 14px;
            }

            .mrh-footer-wrap {
                padding: 30px 12px 22px;
            }

            .mrh-footer-brand-card,
            .mrh-footer-blog-card,
            .mrh-footer-legal-card {
                border-radius: 22px;
                padding: 18px;
            }

            .mrh-footer-grid,
            .mrh-footer-legal-grid {
                grid-template-columns: 1fr;
                gap: 10px;
            }

            .mrh-footer-blog-title {
                font-size: 24px;
            }

            .mrh-footer-legal-title {
                font-size: 18px;
            }

            .mrh-footer-bottom-row {
                align-items: flex-start;
                flex-direction: column;
            }
        }

        @media (max-width:390px) {
            .mrh-brand--wide {
                width: min(168px,50vw);
                height: 40px;
            }

            .mrh-mobile-top-actions {
                grid-template-columns: 1fr 1fr;
            }

            .mrh-global-mobile-dock {
                left: 7px;
                right: 7px;
                gap: 4px;
                padding: 6px;
            }

            .mrh-global-dock-item {
                border-radius: 16px;
                font-size: 9px;
            }
        }

        /* =========================================================
           MekanRadar Header Logo Final Size Fix
           build: 2026-05-17-logo-final-v3
           ========================================================= */

        .mrh-top {
            grid-template-columns: minmax(460px, 560px) minmax(218px, 282px) minmax(0, 1fr) !important;
        }

        .mrh-brand--wide {
            width: 460px !important;
            height: 86px !important;
            max-width: none !important;
            display: flex !important;
            align-items: center !important;
            justify-content: flex-start !important;
        }

        .mrh-brand-wide-logo {
            width: 100% !important;
            height: 100% !important;
            object-fit: contain !important;
            object-position: left center !important;
            display: block !important;
        }

        @media (max-width: 1500px) and (min-width: 992px) {
            .mrh-top {
                grid-template-columns: minmax(420px, 500px) minmax(205px, 250px) minmax(0, 1fr) !important;
            }

            .mrh-brand--wide {
                width: 420px !important;
                height: 80px !important;
            }
        }

        @media (max-width: 1320px) and (min-width: 992px) {
            .mrh-top {
                grid-template-columns: minmax(360px, 430px) minmax(190px, 222px) minmax(0, 1fr) !important;
            }

            .mrh-brand--wide {
                width: 360px !important;
                height: 72px !important;
            }
        }

        @media (max-width: 1180px) and (min-width: 992px) {
            .mrh-top {
                grid-template-columns: minmax(320px, 360px) minmax(52px, 60px) minmax(0, 1fr) !important;
            }

            .mrh-brand--wide {
                width: 320px !important;
                height: 66px !important;
            }
        }

        @media (max-width: 991px) {
            .mrh-top {
                position: relative !important;
                min-height: 82px !important;
                display: flex !important;
                align-items: center !important;
                justify-content: center !important;
            }

            .mrh-brand--wide {
                position: absolute !important;
                left: 50% !important;
                top: 50% !important;
                transform: translate(-50%, -50%) !important;
                width: 260px !important;
                height: 64px !important;
                max-width: 260px !important;
                justify-content: center !important;
                z-index: 2 !important;
            }

            .mrh-brand-wide-logo {
                object-position: center center !important;
            }

            .mrh-actions {
                position: relative !important;
                z-index: 6 !important;
                margin-left: auto !important;
            }
        }

        @media (max-width: 640px) {
            .mrh-brand--wide {
                width: 230px !important;
                height: 56px !important;
                max-width: 230px !important;
            }
        }

        @media (max-width: 390px) {
            .mrh-brand--wide {
                width: 205px !important;
                height: 50px !important;
                max-width: 205px !important;
            }
        }
    
        /*
        |--------------------------------------------------------------------------
        | MekanRadar Global Mobile Dock / Bottom App Bar v3
        |--------------------------------------------------------------------------
        | Mobil sabit menü artık floating/pill gibi yukarıda durmaz; ekranın
        | tam alt kenarına oturur. Menü sırası: Ana Sayfa · Keşfet · MR Sosyal
        | · Şikayet · Profil. Iconlar belirgin, okunur ve dokunma alanı geniştir.
        */
        @media (max-width: 991px) {
            body {
                padding-bottom: calc(90px + env(safe-area-inset-bottom)) !important;
            }

            .mrh-global-mobile-dock {
                position: fixed !important;
                left: 0 !important;
                right: 0 !important;
                bottom: 0 !important;
                transform: none !important;
                z-index: 120 !important;
                width: 100% !important;
                max-width: none !important;
                min-height: calc(78px + env(safe-area-inset-bottom)) !important;
                height: auto !important;
                display: grid !important;
                grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
                align-items: stretch !important;
                gap: 5px !important;
                padding: 8px 9px calc(8px + env(safe-area-inset-bottom)) !important;
                border-radius: 24px 24px 0 0 !important;
                border-top: 1px solid rgba(22,225,129,.24) !important;
                border-left: 0 !important;
                border-right: 0 !important;
                border-bottom: 0 !important;
                background:
                    linear-gradient(180deg, rgba(4,31,29,.96), rgba(2,11,16,.985)) !important;
                box-shadow: 0 -18px 46px rgba(0,0,0,.44), 0 -1px 0 rgba(255,255,255,.045) inset !important;
                backdrop-filter: blur(22px) !important;
                -webkit-backdrop-filter: blur(22px) !important;
            }

            .mrh-global-dock-item {
                position: relative !important;
                min-width: 0 !important;
                min-height: 62px !important;
                border: 1px solid transparent !important;
                background: transparent !important;
                box-shadow: none !important;
                color: rgba(221,255,239,.68) !important;
                display: flex !important;
                flex-direction: column !important;
                align-items: center !important;
                justify-content: center !important;
                gap: 5px !important;
                border-radius: 18px !important;
                text-decoration: none !important;
                font-size: 10.5px !important;
                line-height: 1 !important;
                font-weight: 900 !important;
                -webkit-tap-highlight-color: transparent !important;
            }

            .mrh-global-dock-item strong {
                display: block !important;
                width: 100% !important;
                max-width: 100% !important;
                overflow: hidden !important;
                text-overflow: ellipsis !important;
                white-space: nowrap !important;
                text-align: center !important;
                font: inherit !important;
                letter-spacing: -.01em !important;
            }

            .mrh-global-dock-icon {
                position: relative !important;
                width: 36px !important;
                min-width: 36px !important;
                height: 36px !important;
                border-radius: 15px !important;
                display: inline-flex !important;
                align-items: center !important;
                justify-content: center !important;
                font-style: normal !important;
                font-size: 19px !important;
                line-height: 1 !important;
                background: rgba(255,255,255,.075) !important;
                border: 1px solid rgba(221,255,239,.12) !important;
                box-shadow: 0 8px 18px rgba(0,0,0,.18) !important;
            }

            .mrh-global-dock-item.active,
            .mrh-global-dock-item.is-active {
                color: #d8ffef !important;
                background: rgba(22,225,129,.105) !important;
                border-color: rgba(22,225,129,.22) !important;
            }

            .mrh-global-dock-item.active .mrh-global-dock-icon,
            .mrh-global-dock-item.is-active .mrh-global-dock-icon {
                background: linear-gradient(135deg, #16e181, #38bdf8) !important;
                border-color: rgba(255,255,255,.22) !important;
                color: #022318 !important;
                box-shadow: 0 10px 24px rgba(22,225,129,.28), 0 0 26px rgba(56,189,248,.14) !important;
            }

            .mrh-feed-dock-item {
                overflow: visible !important;
            }

            .mrh-feed-dock-item .mrh-feed-dock-icon {
                width: 42px !important;
                min-width: 42px !important;
                height: 42px !important;
                margin-top: 0 !important;
                border-radius: 18px !important;
                background: linear-gradient(135deg, #16e181, #38bdf8) !important;
                color: #022318 !important;
                border-color: rgba(255,255,255,.24) !important;
                font-size: 22px !important;
                font-weight: 950 !important;
                box-shadow: 0 12px 28px rgba(22,225,129,.30), 0 0 22px rgba(56,189,248,.15) !important;
            }

            .mrh-feed-dock-item.active .mrh-feed-dock-icon,
            .mrh-feed-dock-item.is-active .mrh-feed-dock-icon {
                background: linear-gradient(135deg, #16e181, #38bdf8) !important;
                color: #022318 !important;
                box-shadow: 0 14px 30px rgba(22,225,129,.38), 0 0 28px rgba(56,189,248,.20) !important;
            }

            .mrh-feed-dock-badge {
                display: none !important;
            }

            .mrh-notification-badge {
                top: -8px !important;
                right: -8px !important;
            }

            .mrh-mobile-panel.open ~ .mrh-global-mobile-dock {
                display: none !important;
            }

            /* Mekan detay mobil partial içinde eski standalone preview nav kalırsa layout ile çift dock oluşmasın. */
            .mr-mobile-place-app .mr-mobile-bottom-nav {
                display: none !important;
            }
        }

        @media (max-width: 390px) {
            .mrh-global-mobile-dock {
                gap: 4px !important;
                padding-left: 6px !important;
                padding-right: 6px !important;
                border-radius: 22px 22px 0 0 !important;
            }

            .mrh-global-dock-item {
                min-height: 60px !important;
                font-size: 9.6px !important;
                border-radius: 16px !important;
            }

            .mrh-global-dock-icon {
                width: 34px !important;
                min-width: 34px !important;
                height: 34px !important;
                border-radius: 14px !important;
                font-size: 18px !important;
            }

            .mrh-feed-dock-item .mrh-feed-dock-icon {
                width: 39px !important;
                min-width: 39px !important;
                height: 39px !important;
                border-radius: 17px !important;
                font-size: 21px !important;
            }
        }

/* Global location notice */
.mr-global-location-notice {
            position: relative;
            z-index: 12;
            width: min(1500px, calc(100% - 24px));
            margin: 12px auto 0;
            border: 1px solid rgba(22,225,129,.20);
            border-radius: 22px;
            background: linear-gradient(135deg, rgba(3,24,28,.96), rgba(3,16,23,.94));
            color: #f4fff8;
            box-shadow: 0 16px 38px rgba(0,0,0,.20);
            overflow: hidden;
            display: none;
        }

        .mr-global-location-notice.is-visible {
            display: block;
        }

        .mr-global-location-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 14px;
            padding: 12px 14px;
        }

        .mr-global-location-copy {
            display: flex;
            align-items: center;
            gap: 11px;
            min-width: 0;
        }

        .mr-global-location-icon {
            width: 38px;
            height: 38px;
            flex: 0 0 38px;
            border-radius: 16px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #16e181, #38bdf8);
            color: #022318;
            box-shadow: 0 10px 20px rgba(22,225,129,.14);
        }

        .mr-global-location-title {
            color: #fff;
            font-size: 14px;
            line-height: 1.15;
            font-weight: 950;
            letter-spacing: -.02em;
        }

        .mr-global-location-text {
            margin-top: 4px;
            color: rgba(221,255,239,.72);
            font-size: 12px;
            line-height: 1.35;
            font-weight: 760;
        }

        .mr-global-location-actions {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            gap: 8px;
            flex: 0 0 auto;
        }

        .mr-global-location-btn,
        .mr-global-location-link,
        .mr-global-location-close {
            min-height: 36px;
            border-radius: 999px;
            border: 1px solid rgba(221,255,239,.14);
            background: rgba(255,255,255,.07);
            color: rgba(244,255,248,.90);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0 12px;
            text-decoration: none;
            font-size: 12px;
            line-height: 1;
            font-weight: 900;
            white-space: nowrap;
            cursor: pointer;
        }

        .mr-global-location-btn {
            background: linear-gradient(135deg, #16e181, #0fbf6f);
            border-color: rgba(22,225,129,.42);
            color: #022318;
            box-shadow: 0 12px 24px rgba(22,225,129,.16);
        }

        .mr-global-location-close {
            width: 36px;
            padding: 0;
            font-size: 16px;
        }

        html[data-mr-theme="light"] .mr-global-location-notice {
            background: #ffffff;
            color: #0f172a;
            border-color: rgba(15,23,42,.075);
            box-shadow: 0 10px 24px rgba(15,23,42,.060);
        }

        html[data-mr-theme="light"] .mr-global-location-title {
            color: #0f172a;
        }

        html[data-mr-theme="light"] .mr-global-location-text {
            color: rgba(51,65,85,.72);
        }

        html[data-mr-theme="light"] .mr-global-location-link,
        html[data-mr-theme="light"] .mr-global-location-close {
            background: #ffffff;
            color: #ff5a1f;
            border-color: rgba(255,90,31,.16);
            box-shadow: 0 8px 18px rgba(15,23,42,.040);
        }

        html[data-mr-theme="light"] .mr-global-location-btn {
            background: linear-gradient(135deg, #ff5a1f, #fb4d2d);
            border-color: rgba(255,90,31,.24);
            color: #fff;
            box-shadow: 0 10px 22px rgba(255,90,31,.12);
        }

        @media (max-width: 768px) {
            .mr-global-location-notice {
                width: calc(100% - 20px);
                margin-top: 10px;
                border-radius: 20px;
            }

            .mr-global-location-inner {
                align-items: flex-start;
                flex-direction: column;
                gap: 10px;
                padding: 11px;
            }

            .mr-global-location-actions {
                width: 100%;
                justify-content: stretch;
            }

            .mr-global-location-btn,
            .mr-global-location-link {
                flex: 1 1 auto;
            }

            .mr-global-location-close {
                flex: 0 0 36px;
            }
        }


/*
|--------------------------------------------------------------------------
| Frontend 2.0 Phase A — Light / Fast global shell
|--------------------------------------------------------------------------
| Public pages start in light mode. Existing page-level light selectors keep
| working. Expensive shell gradients/backdrop filters are intentionally
| replaced by solid surfaces. Page-specific redesigns follow in later phases.
*/
html[data-mr-theme="light"] {
    color-scheme: light;
    --mrh-page-bg:#f6f8fb;
    --mrh-deep:#ffffff;
    --mrh-panel:#ffffff;
    --mrh-panel-2:#f8fafc;
    --mrh-border:rgba(15,23,42,.09);
    --mrh-border-strong:rgba(16,185,129,.24);
    --mrh-white-border:rgba(15,23,42,.08);
    --mrh-green:#0fa968;
    --mrh-green-2:#0b8f5b;
    --mrh-blue:#2563eb;
    --mrh-orange:#ea580c;
    --mrh-text:#111827;
    --mrh-muted:#475569;
    --mrh-dim:#64748b;
    --mrh-danger:#e11d48;
    --mrh-shadow:0 10px 28px rgba(15,23,42,.07);
    --mrh-shadow-soft:0 6px 18px rgba(15,23,42,.05);
    --mr-fixed-header-height-desktop:116px;
    --mr-fixed-header-height-tablet:68px;
    --mr-fixed-header-height-mobile:64px;
}
html[data-mr-theme="light"] body {
    background:#f6f8fb !important;
    color:#111827 !important;
}
html[data-mr-theme="light"] .mrh-header {
    background:#ffffff !important;
    border-bottom-color:rgba(15,23,42,.08) !important;
    box-shadow:0 2px 14px rgba(15,23,42,.055) !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
}
html[data-mr-theme="light"] .mrh-top {
    min-height:72px;
    grid-template-columns:minmax(220px,310px) minmax(170px,230px) minmax(0,1fr);
}
html[data-mr-theme="light"] .mrh-brand,
html[data-mr-theme="light"] .mrh-brand-title,
html[data-mr-theme="light"] .mrh-brand-fallback-text {
    color:#0f172a !important;
}
html[data-mr-theme="light"] .mrh-brand-sub,
html[data-mr-theme="light"] .mrh-live-radar-detail {
    color:#64748b !important;
}
html[data-mr-theme="light"] .mrh-brand--wide {
    width:min(235px,18vw);
    height:44px;
}
html[data-mr-theme="light"] .mrh-brand-mark,
html[data-mr-theme="light"] .mrh-avatar-link,
html[data-mr-theme="light"] .mrh-mobile-avatar-link {
    background:#ffffff !important;
    border-color:rgba(15,23,42,.09) !important;
    box-shadow:none !important;
}
html[data-mr-theme="light"] .mrh-brand-logo-dynamic,
html[data-mr-theme="light"] .mrh-brand-wide-logo,
html[data-mr-theme="light"] .mrh-footer-wide-logo {
    filter:none !important;
}
html[data-mr-theme="light"] .mrh-live-radar {
    min-height:40px;
    background:#f8fafc !important;
    color:#334155 !important;
    border-color:rgba(15,23,42,.08) !important;
    box-shadow:none !important;
}
html[data-mr-theme="light"] .mrh-live-radar-title { color:#0f172a !important; }
html[data-mr-theme="light"] .mrh-live-radar-icon {
    background:#e8f8f0 !important;
    color:#087a4e !important;
}
html[data-mr-theme="light"] .mrh-language-switch,
html[data-mr-theme="light"] .mrh-btn,
html[data-mr-theme="light"] .mrh-mobile-mini-action {
    background:#ffffff !important;
    color:#334155 !important;
    border-color:rgba(15,23,42,.09) !important;
    box-shadow:none !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
}
html[data-mr-theme="light"] .mrh-btn:hover,
html[data-mr-theme="light"] .mrh-mobile-mini-action:hover,
html[data-mr-theme="light"] .mrh-language-switch:hover {
    background:#f8fafc !important;
    color:#047857 !important;
    border-color:rgba(16,185,129,.22) !important;
}
html[data-mr-theme="light"] .mrh-btn-dark,
html[data-mr-theme="light"] .mrh-menu-link-featured,
html[data-mr-theme="light"] .mrh-menu-link-featured:hover,
html[data-mr-theme="light"] .mrh-menu-link-featured.mrh-menu-link-active {
    background:#10b981 !important;
    color:#ffffff !important;
    border-color:#10b981 !important;
    box-shadow:none !important;
}
html[data-mr-theme="light"] .mrh-btn-green,
html[data-mr-theme="light"] .mrh-business-badge {
    background:#ecfdf5 !important;
    color:#047857 !important;
    border-color:#a7f3d0 !important;
    box-shadow:none !important;
}
html[data-mr-theme="light"] .mrh-bottom {
    background:#ffffff !important;
    border-top-color:rgba(15,23,42,.07) !important;
}
html[data-mr-theme="light"] .mrh-bottom-nav { min-height:44px; }
html[data-mr-theme="light"] .mrh-menu-link {
    min-height:34px;
    padding:0 12px;
    color:#475569 !important;
}
html[data-mr-theme="light"] .mrh-menu-link:hover,
html[data-mr-theme="light"] .mrh-menu-link-active {
    background:#f0fdf4 !important;
    border-color:#bbf7d0 !important;
    color:#047857 !important;
    box-shadow:none !important;
}
html[data-mr-theme="light"] .mrh-solution-nav-link {
    background:#f0fdf4 !important;
    border-color:#bbf7d0 !important;
    color:#047857 !important;
}
html[data-mr-theme="light"] .mrh-solution-nav-link:hover,
html[data-mr-theme="light"] .mrh-solution-nav-link.mrh-menu-link-active {
    background:#10b981 !important;
    color:#ffffff !important;
    border-color:#10b981 !important;
}
html[data-mr-theme="light"] .mrh-solution-nav-icon {
    background:#dcfce7 !important;
    color:#047857 !important;
}
html[data-mr-theme="light"] .mrh-mobile-panel {
    background:#ffffff !important;
    color:#111827 !important;
    border-color:rgba(15,23,42,.09) !important;
    box-shadow:0 18px 46px rgba(15,23,42,.12) !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
}
html[data-mr-theme="light"] .mrh-mobile-link,
html[data-mr-theme="light"] .mrh-mobile-discover-summary,
html[data-mr-theme="light"] .mrh-mobile-form button,
html[data-mr-theme="light"] .mrh-mobile-profile,
html[data-mr-theme="light"] .mrh-mobile-discover,
html[data-mr-theme="light"] .mrh-mobile-discover-link,
html[data-mr-theme="light"] .mrh-global-dock-item {
    background:#ffffff !important;
    color:#334155 !important;
    border-color:rgba(15,23,42,.08) !important;
    box-shadow:none !important;
}
html[data-mr-theme="light"] .mrh-global-mobile-dock {
    background:#ffffff !important;
    border-color:rgba(15,23,42,.09) !important;
    box-shadow:0 8px 24px rgba(15,23,42,.10) !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
}
html[data-mr-theme="light"] .mrh-footer {
    background:#ffffff !important;
    color:#334155 !important;
    border-top-color:rgba(15,23,42,.08) !important;
}
html[data-mr-theme="light"] .mrh-footer-brand-card,
html[data-mr-theme="light"] .mrh-footer-blog-card,
html[data-mr-theme="light"] .mrh-footer-legal-card,
html[data-mr-theme="light"] .mrh-footer-column,
html[data-mr-theme="light"] .mrh-footer-legal-group {
    background:#ffffff !important;
    border-color:rgba(15,23,42,.08) !important;
    box-shadow:none !important;
}
html[data-mr-theme="light"] .mrh-footer-title,
html[data-mr-theme="light"] .mrh-footer-blog-title,
html[data-mr-theme="light"] .mrh-footer-legal-title,
html[data-mr-theme="light"] .mrh-footer-heading,
html[data-mr-theme="light"] .mrh-footer-legal-group-title {
    color:#0f172a !important;
}
html[data-mr-theme="light"] .mrh-footer-text,
html[data-mr-theme="light"] .mrh-footer-blog-text,
html[data-mr-theme="light"] .mrh-footer-legal-text,
html[data-mr-theme="light"] .mrh-footer-link,
html[data-mr-theme="light"] .mrh-footer-legal-link,
html[data-mr-theme="light"] .mrh-footer-mini-links a,
html[data-mr-theme="light"] .mrh-footer-bottom p {
    color:#64748b !important;
}
html[data-mr-theme="light"] .mr-global-location-notice {
    background:#ffffff !important;
    color:#111827 !important;
    border-color:rgba(15,23,42,.09) !important;
    box-shadow:0 4px 16px rgba(15,23,42,.06) !important;
}
html[data-mr-theme="light"] .mr-global-location-title { color:#0f172a !important; }
html[data-mr-theme="light"] .mr-global-location-text { color:#64748b !important; }
html[data-mr-theme="light"] .mr-global-location-link,
html[data-mr-theme="light"] .mr-global-location-close {
    background:#f8fafc !important;
    color:#334155 !important;
    border-color:rgba(15,23,42,.08) !important;
}
html[data-mr-theme="light"] .mr-global-location-btn {
    background:#10b981 !important;
    color:#ffffff !important;
    border-color:#10b981 !important;
    box-shadow:none !important;
}
@media (max-width:991px) {
    html[data-mr-theme="light"] .mrh-top { min-height:64px; }
    html[data-mr-theme="light"] .mrh-brand--wide { width:min(178px,50vw); height:40px; }
}
@media (max-width:640px) {
    html[data-mr-theme="light"] .mrh-top { min-height:62px; }
    html[data-mr-theme="light"] .mrh-brand--wide { width:min(164px,52vw); height:38px; }
}

/*
|--------------------------------------------------------------------------
| MekanRadar Frontend v2.5.1 — Header Visibility & Language Switch
|--------------------------------------------------------------------------
| Light shell remains filter-free and lightweight. This block only improves
| desktop action spacing, TR/EN legibility and responsive collision safety.
*/
@media (min-width: 992px) {
    html[data-mr-theme="light"] .mrh-top {
        min-height: 74px !important;
        grid-template-columns: minmax(160px, 220px) minmax(170px, 220px) minmax(0, 1fr) !important;
        column-gap: 14px !important;
    }

    html[data-mr-theme="light"] .mrh-brand--wide {
        width: min(205px, 14vw) !important;
        height: 46px !important;
        max-width: 205px !important;
    }

    html[data-mr-theme="light"] .mrh-actions {
        gap: 8px !important;
        overflow: visible !important;
        flex-wrap: nowrap !important;
    }

    html[data-mr-theme="light"] .mrh-language-switch {
        flex: 0 0 auto !important;
        min-width: 96px !important;
        min-height: 40px !important;
        padding: 0 8px !important;
        gap: 6px !important;
        background: #ffffff !important;
        border: 1px solid #cbd5e1 !important;
        box-shadow: 0 2px 8px rgba(15,23,42,.06) !important;
        color: #334155 !important;
    }

    html[data-mr-theme="light"] .mrh-language-current,
    html[data-mr-theme="light"] .mrh-language-target {
        min-width: 28px !important;
        height: 28px !important;
        flex: 0 0 28px !important;
        opacity: 1 !important;
    }

    html[data-mr-theme="light"] .mrh-language-current {
        background: #f1f5f9 !important;
        border: 1px solid #cbd5e1 !important;
        color: #334155 !important;
    }

    html[data-mr-theme="light"] .mrh-language-arrow {
        color: #64748b !important;
        opacity: 1 !important;
    }

    html[data-mr-theme="light"] .mrh-language-target {
        background: #0fba9b !important;
        border: 1px solid #0f9f87 !important;
        color: #ffffff !important;
        box-shadow: none !important;
    }

    html[data-mr-theme="light"] .mrh-actions .mr-social-follow--header {
        flex-wrap: nowrap !important;
        gap: 5px !important;
        flex: 0 0 auto !important;
    }
}

@media (min-width: 992px) and (max-width: 1320px) {
    html[data-mr-theme="light"] .mrh-top {
        grid-template-columns: minmax(145px, 188px) 52px minmax(0, 1fr) !important;
        column-gap: 9px !important;
    }

    html[data-mr-theme="light"] .mrh-brand--wide {
        width: 176px !important;
        height: 42px !important;
    }

    html[data-mr-theme="light"] .mrh-live-radar {
        width: 48px !important;
        min-width: 48px !important;
        max-width: 48px !important;
        min-height: 40px !important;
        padding: 4px !important;
        justify-content: center !important;
    }

    html[data-mr-theme="light"] .mrh-live-radar-copy,
    html[data-mr-theme="light"] .mrh-live-radar-count {
        display: none !important;
    }

    html[data-mr-theme="light"] .mrh-btn {
        min-height: 38px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        font-size: 11px !important;
    }

    html[data-mr-theme="light"] .mrh-language-switch {
        min-width: 90px !important;
        min-height: 38px !important;
        padding-inline: 6px !important;
        gap: 5px !important;
    }
}

@media (min-width: 1321px) and (max-width: 1480px) {
    html[data-mr-theme="light"] .mrh-top {
        grid-template-columns: minmax(155px, 205px) minmax(150px, 190px) minmax(0, 1fr) !important;
        column-gap: 10px !important;
    }

    html[data-mr-theme="light"] .mrh-live-radar {
        max-width: 190px !important;
    }

    html[data-mr-theme="light"] .mrh-live-radar-detail {
        max-width: 98px !important;
    }

    html[data-mr-theme="light"] .mrh-btn {
        padding-left: 10px !important;
        padding-right: 10px !important;
        font-size: 11px !important;
    }
}



/* MekanRadar Public Shell v2.6 — compact header asset compatibility */
.mrh-brand-wide-logo {
    image-rendering:auto;
}


/*
 * MekanRadar Public Shell v2.6.1 — Premium Navigation Ribbon
 * Açık temada ana menüyü tek, okunaklı bir şerit haline getirir.
 * Ağır blur/gradient yoktur; yalnız düşük maliyetli solid yüzey ve ince border kullanır.
 */
html[data-mr-theme="light"] {
    --mr-fixed-header-height-desktop:124px;
}

html[data-mr-theme="light"] .mrh-bottom {
    background:#fff8f3 !important;
    border-top:1px solid #ffe4d5 !important;
    border-bottom:1px solid #ffdfcf !important;
    box-shadow:0 5px 16px rgba(15,23,42,.035) !important;
}

html[data-mr-theme="light"] .mrh-bottom-nav {
    min-height:52px !important;
    padding:6px 0 !important;
    gap:7px !important;
}

html[data-mr-theme="light"] .mrh-menu-link {
    min-height:36px !important;
    padding:0 13px !important;
    border:1px solid rgba(234,88,12,.12) !important;
    background:rgba(255,255,255,.78) !important;
    color:#475569 !important;
    border-radius:999px !important;
    box-shadow:none !important;
    transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .16s ease !important;
}

html[data-mr-theme="light"] .mrh-menu-link:hover {
    background:#fff0e8 !important;
    border-color:#fdba74 !important;
    color:#c2410c !important;
    transform:translateY(-1px);
}

html[data-mr-theme="light"] .mrh-menu-link-active,
html[data-mr-theme="light"] .mrh-menu-link-active:hover {
    background:#ff5a1f !important;
    border-color:#ff5a1f !important;
    color:#ffffff !important;
    box-shadow:0 6px 16px rgba(255,90,31,.16) !important;
}

html[data-mr-theme="light"] .mrh-menu-link-featured,
html[data-mr-theme="light"] .mrh-menu-link-featured:hover {
    background:#fff0e8 !important;
    border-color:#fdba74 !important;
    color:#c2410c !important;
}

html[data-mr-theme="light"] .mrh-menu-link-featured.mrh-menu-link-active,
html[data-mr-theme="light"] .mrh-menu-link-featured.mrh-menu-link-active:hover {
    background:#ff5a1f !important;
    border-color:#ff5a1f !important;
    color:#ffffff !important;
}

html[data-mr-theme="light"] .mrh-solution-nav-link,
html[data-mr-theme="light"] .mrh-feed-nav-link {
    background:#fff4ed !important;
    border-color:#fed7aa !important;
    color:#9a3412 !important;
}

html[data-mr-theme="light"] .mrh-solution-nav-link:hover,
html[data-mr-theme="light"] .mrh-feed-nav-link:hover {
    background:#ffeadf !important;
    border-color:#fb923c !important;
    color:#9a3412 !important;
}

html[data-mr-theme="light"] .mrh-solution-nav-link.mrh-menu-link-active,
html[data-mr-theme="light"] .mrh-feed-nav-link.mrh-menu-link-active {
    background:#ff5a1f !important;
    border-color:#ff5a1f !important;
    color:#ffffff !important;
}

html[data-mr-theme="light"] .mrh-solution-nav-icon,
html[data-mr-theme="light"] .mrh-feed-nav-icon {
    background:#ffdfcf !important;
    color:#c2410c !important;
    border:1px solid #fdba74 !important;
    box-shadow:none !important;
}

html[data-mr-theme="light"] .mrh-solution-nav-link.mrh-menu-link-active .mrh-solution-nav-icon,
html[data-mr-theme="light"] .mrh-feed-nav-link.mrh-menu-link-active .mrh-feed-nav-icon {
    background:rgba(255,255,255,.18) !important;
    color:#ffffff !important;
    border-color:rgba(255,255,255,.28) !important;
}

html[data-mr-theme="light"] .mrh-feed-nav-link {
    animation:none !important;
    box-shadow:none !important;
}

html[data-mr-theme="light"] .mrh-feed-nav-badge {
    min-height:22px !important;
    background:#ff5a1f !important;
    border-color:#ff5a1f !important;
    color:#ffffff !important;
    box-shadow:none !important;
}

html[data-mr-theme="light"] .mrh-feed-nav-link.mrh-menu-link-active .mrh-feed-nav-badge {
    background:#ffffff !important;
    border-color:#ffffff !important;
    color:#c2410c !important;
}

@media (max-width:1180px) {
    html[data-mr-theme="light"] .mrh-bottom-nav {
        justify-content:flex-start !important;
    }
}


/*
|--------------------------------------------------------------------------
| MekanRadar Frontend v2.7.4 — Premium Trust Header
|--------------------------------------------------------------------------
| Tek desktop şeridi: marka + navigasyon + hesap aksiyonları. Mobil menü
| sistemi korunur. Ağır blur ve animasyon eklenmez.
*/
html[data-mr-theme="light"] {
    --mr-fixed-header-height-desktop:76px;
}

html[data-mr-theme="light"] body {
    padding-top:var(--mr-fixed-header-height-desktop) !important;
    background:#fbfaf8 !important;
}

html[data-mr-theme="light"] .mrh-header {
    background:rgba(255,255,255,.98) !important;
    border-bottom:1px solid #ebe7e3 !important;
    box-shadow:0 6px 24px rgba(15,23,42,.045) !important;
}

html[data-mr-theme="light"] .mrh-top--premium {
    min-height:76px !important;
    display:grid !important;
    grid-template-columns:208px minmax(0,1fr) auto !important;
    align-items:center !important;
    gap:12px !important;
}

html[data-mr-theme="light"] .mrh-brand--premium {
    width:auto !important;
    height:auto !important;
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
    color:#10203a !important;
}

html[data-mr-theme="light"] .mrh-brand-mark--premium {
    width:44px !important;
    height:44px !important;
    min-width:44px !important;
    border-radius:14px !important;
    background:#fff5ee !important;
    border:1px solid #f7d9ca !important;
    box-shadow:none !important;
}

html[data-mr-theme="light"] .mrh-brand-mark--premium .mrh-brand-logo {
    width:40px !important;
    height:40px !important;
    object-fit:contain !important;
    object-position:center !important;
}

html[data-mr-theme="light"] .mrh-brand-text--premium { display:block !important; }
html[data-mr-theme="light"] .mrh-brand-text--premium .mrh-brand-title {
    color:#10203a !important;
    font-size:22px !important;
    letter-spacing:-.04em !important;
}
html[data-mr-theme="light"] .mrh-brand-text--premium .mrh-brand-sub {
    margin-top:4px !important;
    color:#7a8798 !important;
    font-size:9.5px !important;
    font-weight:750 !important;
}

html[data-mr-theme="light"] .mrh-premium-nav {
    min-height:0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:2px !important;
    padding:0 !important;
    overflow:hidden !important;
}

html[data-mr-theme="light"] .mrh-premium-nav .mrh-menu-link {
    min-height:36px !important;
    padding:0 8px !important;
    border:0 !important;
    border-radius:11px !important;
    background:transparent !important;
    color:#3e4d63 !important;
    font-size:10.75px !important;
    font-weight:850 !important;
    box-shadow:none !important;
    transform:none !important;
}

html[data-mr-theme="light"] .mrh-premium-nav .mrh-menu-link:hover {
    background:#fff3ec !important;
    color:#e64d17 !important;
}

html[data-mr-theme="light"] .mrh-premium-nav .mrh-menu-link-active,
html[data-mr-theme="light"] .mrh-premium-nav .mrh-menu-link-active:hover {
    background:#ff5a1f !important;
    color:#fff !important;
}

html[data-mr-theme="light"] .mrh-premium-nav .mrh-feed-nav-link {
    animation:none !important;
}

html[data-mr-theme="light"] .mrh-premium-nav .mrh-feed-nav-badge {
    min-height:18px !important;
    margin-left:3px !important;
    padding:0 6px !important;
    border-radius:6px !important;
    background:#ff5a1f !important;
    border:0 !important;
    color:#fff !important;
    font-size:8.5px !important;
}

html[data-mr-theme="light"] .mrh-premium-nav .mrh-menu-link-active .mrh-feed-nav-badge {
    background:#fff !important;
    color:#e64d17 !important;
}

html[data-mr-theme="light"] .mrh-actions--premium {
    gap:5px !important;
    justify-self:end !important;
}

html[data-mr-theme="light"] .mrh-actions--premium .mrh-btn,
html[data-mr-theme="light"] .mrh-actions--premium .mrh-language-switch {
    min-height:38px !important;
    border-radius:12px !important;
    padding:0 11px !important;
    font-size:10.5px !important;
    box-shadow:none !important;
}

html[data-mr-theme="light"] .mrh-actions--premium .mrh-btn-quiet {
    background:#fff !important;
    color:#344258 !important;
    border:1px solid #e6e8eb !important;
}

html[data-mr-theme="light"] .mrh-actions--premium .mrh-btn-dark {
    background:#ff5a1f !important;
    color:#fff !important;
    border-color:#ff5a1f !important;
    box-shadow:0 8px 18px rgba(255,90,31,.16) !important;
}

html[data-mr-theme="light"] .mrh-actions--premium .mrh-language-switch {
    min-width:auto !important;
    gap:5px !important;
    background:#fff !important;
    border:1px solid #e6e8eb !important;
}
html[data-mr-theme="light"] .mrh-actions--premium .mrh-btn-short {
    padding-inline:9px !important;
    font-size:10px !important;
}

html[data-mr-theme="light"] .mrh-actions--premium .mrh-btn-manage {
    min-width:68px !important;
}

html[data-mr-theme="light"] .mrh-actions--premium .mrh-btn-dark.mrh-btn-short {
    min-width:74px !important;
    justify-content:center !important;
}


html[data-mr-theme="light"] .mrh-actions--premium .mrh-language-current {
    min-width:24px !important;
    width:auto !important;
    height:24px !important;
    flex:0 0 auto !important;
    border:0 !important;
    background:transparent !important;
    color:#20314c !important;
    font-size:10px !important;
}

html[data-mr-theme="light"] .mrh-actions--premium .mrh-language-arrow {
    color:#64748b !important;
    font-size:11px !important;
}

html[data-mr-theme="light"] .mrh-live-radar--premium {
    width:auto !important;
    max-width:150px !important;
    min-height:38px !important;
    padding:3px 7px !important;
    border-radius:12px !important;
    border-color:#e6e8eb !important;
    background:#fff !important;
    box-shadow:none !important;
}
html[data-mr-theme="light"] .mrh-live-radar--premium .mrh-live-radar-icon {
    width:28px !important;
    height:28px !important;
    min-width:28px !important;
    background:#fff3e9 !important;
    color:#ea580c !important;
}
html[data-mr-theme="light"] .mrh-live-radar--premium .mrh-live-radar-title { color:#20314c !important; font-size:10px !important; }
html[data-mr-theme="light"] .mrh-live-radar--premium .mrh-live-radar-detail { color:#7a8798 !important; font-size:8.5px !important; }

html[data-mr-theme="light"] .mrh-avatar-link {
    width:38px !important;
    height:38px !important;
    border-color:#e6e8eb !important;
    background:#fff !important;
    box-shadow:none !important;
}
html[data-mr-theme="light"] .mrh-avatar-dot { width:30px !important; height:30px !important; background:#10b981 !important; color:#fff !important; }

html[data-mr-theme="light"] .mr-global-location-notice {
    margin-top:0 !important;
}

@media (min-width:1401px) and (max-width:1660px) {
    html[data-mr-theme="light"] .mrh-top--premium { grid-template-columns:186px minmax(0,1fr) auto !important; gap:9px !important; }
    html[data-mr-theme="light"] .mrh-brand-text--premium .mrh-brand-title { font-size:18px !important; }
    html[data-mr-theme="light"] .mrh-brand-text--premium .mrh-brand-sub { display:none !important; }
    html[data-mr-theme="light"] .mrh-premium-nav .mrh-menu-link { padding-inline:6px !important; font-size:10px !important; }
    html[data-mr-theme="light"] .mrh-live-radar--premium .mrh-live-radar-copy { display:none !important; }
    html[data-mr-theme="light"] .mrh-live-radar--premium { width:38px !important; min-width:38px !important; padding:4px !important; }
    html[data-mr-theme="light"] .mrh-actions--premium .mrh-btn-short { padding-inline:8px !important; }
}

@media (min-width:1200px) and (max-width:1400px) {
    html[data-mr-theme="light"] .mrh-top--premium { grid-template-columns:160px minmax(0,1fr) auto !important; gap:7px !important; }
    html[data-mr-theme="light"] .mrh-brand-text--premium .mrh-brand-sub { display:none !important; }
    html[data-mr-theme="light"] .mrh-premium-nav .mrh-menu-link { padding-inline:5px !important; font-size:9.75px !important; }
    html[data-mr-theme="light"] .mrh-premium-nav .mrh-menu-link-optional { display:none !important; }
    html[data-mr-theme="light"] .mrh-live-radar--premium { display:none !important; }
    html[data-mr-theme="light"] .mrh-actions--premium .mrh-btn-radar { display:none !important; }
    html[data-mr-theme="light"] .mrh-actions--premium .mrh-btn { padding-inline:7px !important; }
}

@media (min-width:992px) and (max-width:1199px) {
    html[data-mr-theme="light"] .mrh-top--premium { grid-template-columns:146px minmax(0,1fr) auto !important; gap:6px !important; }
    html[data-mr-theme="light"] .mrh-brand-text--premium .mrh-brand-sub { display:none !important; }
    html[data-mr-theme="light"] .mrh-brand-text--premium .mrh-brand-title { font-size:16px !important; }
    html[data-mr-theme="light"] .mrh-premium-nav .mrh-menu-link { padding-inline:5px !important; font-size:9.3px !important; }
    html[data-mr-theme="light"] .mrh-premium-nav .mrh-menu-link:nth-child(n+6) { display:none !important; }
    html[data-mr-theme="light"] .mrh-live-radar--premium,
    html[data-mr-theme="light"] .mrh-actions--premium .mrh-btn-quiet,
    html[data-mr-theme="light"] .mrh-actions--premium .mrh-language-switch { display:none !important; }
    html[data-mr-theme="light"] .mrh-actions--premium .mrh-btn-dark { padding-inline:8px !important; }
}

@media (max-width:991px) {
    html[data-mr-theme="light"] { --mr-fixed-header-height-tablet:66px; --mr-fixed-header-height-mobile:64px; }
    html[data-mr-theme="light"] body { padding-top:var(--mr-fixed-header-height-tablet) !important; }
    html[data-mr-theme="light"] .mrh-top--premium { min-height:66px !important; display:flex !important; justify-content:space-between !important; gap:10px !important; }
    html[data-mr-theme="light"] .mrh-brand-text--premium .mrh-brand-title { font-size:18px !important; }
    html[data-mr-theme="light"] .mrh-brand-text--premium .mrh-brand-sub { display:none !important; }
    html[data-mr-theme="light"] .mrh-brand-mark--premium { width:40px !important; height:40px !important; min-width:40px !important; }
    html[data-mr-theme="light"] .mrh-brand-mark--premium .mrh-brand-logo { width:36px !important; height:36px !important; }
}

/*
|--------------------------------------------------------------------------
| MekanRadar Frontend v2.7.5 — Verified Full Logo Header
|--------------------------------------------------------------------------
| logo-feed.webp tam wordmark içerdiği için ayrıca MekanRadar metni basılmaz.
| Header'da kare icon'a zorlamak yerine doğal en-boy oranı korunur.
*/
html[data-mr-theme="light"] .mrh-brand--premium.mrh-brand--full {
    width:190px !important;
    min-width:190px !important;
    height:50px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    overflow:visible !important;
}

html[data-mr-theme="light"] .mrh-brand--full .mrh-brand-full-logo {
    display:block !important;
    width:auto !important;
    max-width:190px !important;
    height:46px !important;
    max-height:46px !important;
    object-fit:contain !important;
    object-position:left center !important;
    filter:none !important;
}

html[data-mr-theme="light"] .mrh-brand--full .mrh-brand-fallback-text {
    color:#10203a !important;
    font-size:20px !important;
    font-weight:950 !important;
    letter-spacing:-.04em !important;
}

html[data-mr-theme="light"] .mrh-brand--full.mrh-brand-fallback-active .mrh-brand-full-logo {
    display:none !important;
}

html[data-mr-theme="light"] .mrh-footer-wide-logo {
    object-fit:contain !important;
    object-position:left center !important;
}

@media (min-width:1401px) and (max-width:1660px) {
    html[data-mr-theme="light"] .mrh-brand--premium.mrh-brand--full {
        width:170px !important;
        min-width:170px !important;
    }
    html[data-mr-theme="light"] .mrh-brand--full .mrh-brand-full-logo {
        max-width:170px !important;
        height:42px !important;
        max-height:42px !important;
    }
}

@media (min-width:1200px) and (max-width:1400px) {
    html[data-mr-theme="light"] .mrh-brand--premium.mrh-brand--full {
        width:154px !important;
        min-width:154px !important;
    }
    html[data-mr-theme="light"] .mrh-brand--full .mrh-brand-full-logo {
        max-width:154px !important;
        height:39px !important;
        max-height:39px !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    html[data-mr-theme="light"] .mrh-brand--premium.mrh-brand--full {
        width:136px !important;
        min-width:136px !important;
    }
    html[data-mr-theme="light"] .mrh-brand--full .mrh-brand-full-logo {
        max-width:136px !important;
        height:36px !important;
        max-height:36px !important;
    }
}

@media (max-width:991px) {
    html[data-mr-theme="light"] .mrh-brand--premium.mrh-brand--full {
        width:148px !important;
        min-width:148px !important;
        height:44px !important;
    }
    html[data-mr-theme="light"] .mrh-brand--full .mrh-brand-full-logo {
        max-width:148px !important;
        height:38px !important;
        max-height:38px !important;
    }
}

/* =========================================================
   MekanRadar Frontend v2.7.7 — Mobile Premium Shell Recovery
   Masaüstü premium shell korunur; mobilde tek satır marka + aksiyon.
   ========================================================= */
@media (max-width:991px) {
    html[data-mr-theme="light"] body {
        padding-top:66px !important;
        padding-bottom:calc(72px + env(safe-area-inset-bottom)) !important;
        background:#f7f8fb !important;
    }

    html[data-mr-theme="light"] .mrh-header {
        min-height:66px !important;
        background:rgba(255,255,255,.98) !important;
        border-bottom:1px solid #e9edf2 !important;
        box-shadow:0 7px 24px rgba(15,23,42,.07) !important;
    }

    html[data-mr-theme="light"] .mrh-wrap {
        padding-inline:14px !important;
    }

    html[data-mr-theme="light"] .mrh-top--premium {
        min-height:66px !important;
        display:flex !important;
        align-items:center !important;
        justify-content:space-between !important;
        gap:10px !important;
    }

    /* Premium desktop nav daha yüksek specificity ile mobilde tekrar görünüyordu. */
    html[data-mr-theme="light"] .mrh-top--premium .mrh-premium-nav.mrh-desktop-only,
    html[data-mr-theme="light"] .mrh-top--premium .mrh-desktop-only {
        display:none !important;
    }

    html[data-mr-theme="light"] .mrh-brand--premium.mrh-brand--full {
        width:164px !important;
        min-width:0 !important;
        max-width:52vw !important;
        height:42px !important;
        flex:0 1 164px !important;
    }

    html[data-mr-theme="light"] .mrh-brand--full .mrh-brand-full-logo {
        width:auto !important;
        max-width:100% !important;
        height:40px !important;
        max-height:40px !important;
        object-fit:contain !important;
        object-position:left center !important;
    }

    html[data-mr-theme="light"] .mrh-actions--premium {
        display:flex !important;
        align-items:center !important;
        justify-content:flex-end !important;
        gap:7px !important;
        margin-left:auto !important;
        flex:0 0 auto !important;
    }

    html[data-mr-theme="light"] .mrh-mobile-avatar-link {
        display:inline-flex !important;
        width:40px !important;
        height:40px !important;
        border:1px solid #e6eaf0 !important;
        background:#ffffff !important;
        box-shadow:none !important;
    }

    html[data-mr-theme="light"] .mrh-mobile-avatar-link .mrh-avatar-dot {
        width:32px !important;
        height:32px !important;
        background:#10b981 !important;
        color:#fff !important;
    }

    html[data-mr-theme="light"] .mrh-mobile-toggle {
        display:inline-flex !important;
        width:42px !important;
        height:42px !important;
        flex:0 0 42px !important;
        border-radius:14px !important;
        border:1px solid rgba(255,90,31,.22) !important;
        background:#fff7f2 !important;
        color:#e9541b !important;
        box-shadow:none !important;
    }

    html[data-mr-theme="light"] .mrh-mobile-panel {
        top:74px !important;
        left:12px !important;
        right:12px !important;
        border-radius:24px !important;
        border:1px solid #e7eaf0 !important;
        background:#ffffff !important;
        box-shadow:0 22px 58px rgba(15,23,42,.16) !important;
    }

    html[data-mr-theme="light"] .mrh-mobile-headline-title,
    html[data-mr-theme="light"] .mrh-mobile-profile-title {
        color:#10203a !important;
    }

    html[data-mr-theme="light"] .mrh-mobile-headline-sub,
    html[data-mr-theme="light"] .mrh-mobile-profile-sub,
    html[data-mr-theme="light"] .mrh-mobile-link-mini,
    html[data-mr-theme="light"] .mrh-mobile-section-label {
        color:#6b778a !important;
    }

    html[data-mr-theme="light"] .mrh-mobile-close,
    html[data-mr-theme="light"] .mrh-mobile-link,
    html[data-mr-theme="light"] .mrh-mobile-form button,
    html[data-mr-theme="light"] .mrh-mobile-discover-summary,
    html[data-mr-theme="light"] .mrh-mobile-profile,
    html[data-mr-theme="light"] .mrh-mobile-discover,
    html[data-mr-theme="light"] .mrh-mobile-discover-link {
        background:#ffffff !important;
        border-color:#e8ebf0 !important;
        color:#26344b !important;
        box-shadow:none !important;
    }

    html[data-mr-theme="light"] .mrh-mobile-link-active,
    html[data-mr-theme="light"] .mrh-mobile-link-green {
        background:#fff5ef !important;
        border-color:rgba(255,90,31,.22) !important;
        color:#e7541c !important;
    }

    html[data-mr-theme="light"] .mrh-mobile-feature {
        background:#fff7f2 !important;
        border-color:rgba(255,90,31,.20) !important;
        color:#10203a !important;
        box-shadow:none !important;
    }

    html[data-mr-theme="light"] .mrh-mobile-feature-sub {
        color:#69778a !important;
    }

    html[data-mr-theme="light"] .mrh-global-mobile-dock {
        left:10px !important;
        right:10px !important;
        bottom:calc(8px + env(safe-area-inset-bottom)) !important;
        display:grid !important;
        grid-template-columns:repeat(5,minmax(0,1fr)) !important;
        gap:4px !important;
        padding:6px !important;
        border-radius:22px !important;
        border:1px solid #e4e8ee !important;
        background:rgba(255,255,255,.97) !important;
        box-shadow:0 14px 38px rgba(15,23,42,.14) !important;
        backdrop-filter:none !important;
        -webkit-backdrop-filter:none !important;
    }

    html[data-mr-theme="light"] .mrh-global-dock-item {
        min-height:52px !important;
        gap:3px !important;
        padding:4px 2px !important;
        border:1px solid transparent !important;
        border-radius:16px !important;
        background:transparent !important;
        color:#4b596d !important;
        font-size:9.5px !important;
        box-shadow:none !important;
    }

    html[data-mr-theme="light"] .mrh-global-dock-item.active {
        background:#fff4ed !important;
        border-color:rgba(255,90,31,.18) !important;
        color:#e9541b !important;
    }

    html[data-mr-theme="light"] .mrh-global-dock-icon {
        min-width:26px !important;
        height:24px !important;
        font-size:19px !important;
    }
}

@media (max-width:390px) {
    html[data-mr-theme="light"] .mrh-brand--premium.mrh-brand--full {
        width:148px !important;
        max-width:49vw !important;
    }
    html[data-mr-theme="light"] .mrh-brand--full .mrh-brand-full-logo {
        height:36px !important;
        max-height:36px !important;
    }
}


/* ---------------------------------------------------------------
   v2.7.9 — Mobile drawer readability / premium light-theme cleanup
---------------------------------------------------------------- */
html[data-mr-theme="light"] .mrh-mobile-headline-title {
    color:#10203a !important;
}

html[data-mr-theme="light"] .mrh-mobile-headline-sub {
    color:#64748b !important;
}

html[data-mr-theme="light"] .mrh-mobile-close {
    background:#fff7f2 !important;
    border-color:#ffd8c7 !important;
    color:#e75a1f !important;
    box-shadow:none !important;
}

html[data-mr-theme="light"] .mrh-mobile-profile {
    background:linear-gradient(180deg,#ffffff 0%,#fcfcfd 100%) !important;
    border-color:#e4eaf1 !important;
    box-shadow:0 10px 22px rgba(15,23,42,.05) !important;
}

html[data-mr-theme="light"] .mrh-mobile-profile-title,
html[data-mr-theme="light"] .mrh-mobile-link-title,
html[data-mr-theme="light"] .mrh-mobile-feature-title,
html[data-mr-theme="light"] .mrh-mobile-discover-link,
html[data-mr-theme="light"] .mrh-global-dock-item strong {
    color:#10203a !important;
}

html[data-mr-theme="light"] .mrh-mobile-profile-sub,
html[data-mr-theme="light"] .mrh-mobile-link-mini,
html[data-mr-theme="light"] .mrh-mobile-feature-sub,
html[data-mr-theme="light"] .mrh-global-dock-item {
    color:#64748b !important;
}

html[data-mr-theme="light"] .mrh-business-badge {
    background:#ecfdf5 !important;
    border-color:#a7f3d0 !important;
    color:#047857 !important;
}

html[data-mr-theme="light"] .mrh-mobile-feature {
    background:linear-gradient(180deg,#fff9f5 0%,#ffffff 100%) !important;
    border-color:#f1d8ca !important;
    color:#10203a !important;
    box-shadow:0 10px 22px rgba(15,23,42,.05) !important;
}

html[data-mr-theme="light"] .mrh-mobile-feature-language {
    background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%) !important;
    border-color:#d7e8fb !important;
}

html[data-mr-theme="light"] .mrh-mobile-feature-solution {
    background:linear-gradient(180deg,#f7fffb 0%,#ffffff 100%) !important;
    border-color:#cdeee0 !important;
}

html[data-mr-theme="light"] .mrh-mobile-feature-social {
    background:linear-gradient(180deg,#f8ffff 0%,#ffffff 100%) !important;
    border-color:#d8edf3 !important;
}

html[data-mr-theme="light"] .mrh-mobile-feature-badge {
    background:#ffffff !important;
    border-color:#d7dde5 !important;
    color:#1e293b !important;
    box-shadow:0 4px 10px rgba(15,23,42,.04) !important;
}

html[data-mr-theme="light"] .mrh-mobile-section-label {
    color:#7b8798 !important;
}

html[data-mr-theme="light"] .mrh-mobile-link,
html[data-mr-theme="light"] .mrh-mobile-discover-summary,
html[data-mr-theme="light"] .mrh-mobile-form button,
html[data-mr-theme="light"] .mrh-mobile-discover,
html[data-mr-theme="light"] .mrh-mobile-discover-link,
html[data-mr-theme="light"] .mrh-global-dock-item {
    background:#ffffff !important;
    border-color:#e6ebf2 !important;
    box-shadow:0 8px 18px rgba(15,23,42,.04) !important;
    color:#10203a !important;
}

html[data-mr-theme="light"] .mrh-mobile-link-icon {
    background:#f7fafc !important;
    border-color:#dbe4ee !important;
}

html[data-mr-theme="light"] .mrh-mobile-link-active,
html[data-mr-theme="light"] .mrh-mobile-link-green,
html[data-mr-theme="light"] .mrh-global-dock-item.active {
    background:#fff7f2 !important;
    border-color:#ffd9c8 !important;
    color:#10203a !important;
}

html[data-mr-theme="light"] .mrh-mobile-link-blue {
    background:#f4fbff !important;
    border-color:#d6ebf9 !important;
}

html[data-mr-theme="light"] .mrh-mobile-link-red {
    background:#fff5f6 !important;
    border-color:#ffd8de !important;
    color:#8a1f32 !important;
}

html[data-mr-theme="light"] .mrh-mobile-discover-link + .mrh-mobile-discover-link {
    border-top:1px solid #edf1f5 !important;
}
