        /* ==========================================
           STILURILE TALE ORIGINALE (RESTABILITE)
           ========================================== */
        .tw-text-gray-300,
        .tw-text-gray-300:hover,
        .tw-text-gray-900,
        .tw-text-gray-900:hover,
        .tw-text-white,
        .tw-text-white:hover {
            text-decoration: none !important;
        }

        .tw-bg-gray-900 {
            background-color: rgb(17 24 39);
        }

        .tw-bg-white {
            background-color: rgb(255 255 255);
        }

        .tw-bg-gray-800 {
            background-color: rgb(31 41 55);
        }

        .tw-bg-yellow-400 {
            background-color: rgb(250 204 21);
        }

        .tw-text-white {
            color: rgb(255 255 255);
        }

        .tw-text-gray-300 {
            color: rgb(209 213 219);
        }

        .tw-text-gray-400 {
            color: rgb(156 163 175);
        }

        .tw-text-gray-900 {
            color: rgb(17 24 39);
        }

        .tw-shadow-lg {
            box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
        }

        .tw-w-full {
            width: 100%;
        }

        .tw-z-10 {
            z-index: 10;
        }

        .tw-max-w-7xl {
            max-width: 80rem;
            margin: 0 auto;
        }

        .tw-hidden {
            display: none !important;
        }

        .tw-block {
            display: block;
        }

        .tw-inline-flex {
            display: inline-flex;
        }

        .tw-flex {
            display: flex;
        }

        .tw-flex-col {
            flex-direction: column;
        }

        .tw-flex-shrink-0 {
            flex-shrink: 0;
        }

        .tw-items-center {
            align-items: center;
        }

        .tw-justify-center {
            justify-content: center;
        }

        .tw-justify-between {
            justify-content: space-between;
        }

        .tw-items-baseline {
            align-items: baseline;
        }

        .tw-h-6 {
            height: 1.5rem;
        }

        .tw-w-6 {
            width: 1.5rem;
        }

        .tw-h-8 {
            height: 2rem;
        }

        .tw-w-auto {
            width: auto;
        }

        .tw-h-16 {
            height: 4rem;
        }

        .tw-p-2 {
            padding: 0.5rem;
        }

        .tw-px-2 {
            padding-left: 0.5rem;
            padding-right: 0.5rem;
        }

        .tw-px-3 {
            padding-left: 0.75rem;
            padding-right: 0.75rem;
        }

        .tw-py-2 {
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
        }

        .tw-pt-2 {
            padding-top: 0.5rem;
        }

        .tw-pb-3 {
            padding-bottom: 0.75rem;
        }

        .tw-px-4 {
            padding-left: 1rem;
            padding-right: 1rem;
        }

        .tw-mr-10 {
            margin-right: 2.5rem;
        }

        .-tw-mr-2 {
            margin-right: -0.5rem;
        }

        .tw-ml-2 {
            margin-left: 0.5rem;
        }

        .tw-mr-4 {
            margin-right: 1rem;
        }

        .tw-space-x-4> :not([hidden])~ :not([hidden]) {
            margin-left: 1rem;
        }

        .tw-space-y-1> :not([hidden])~ :not([hidden]) {
            margin-top: 0.25rem;
        }

        .tw-text-sm {
            font-size: 0.875rem;
            line-height: 1.25rem;
        }

        .tw-text-base {
            font-size: 1rem;
            line-height: 1.5rem;
        }

        .tw-text-xl {
            font-size: 1.25rem;
        }

        .tw-font-medium {
            font-weight: 500;
        }

        .tw-font-bold {
            font-weight: 700;
        }

        .tw-rounded-md {
            border-radius: 0.375rem;
        }

        .hover\:tw-bg-gray-700:hover {
            background-color: rgb(55 65 81);
        }

        .hover\:tw-text-white:hover {
            color: rgb(255 255 255);
        }

        .hover\:tw-bg-yellow-500:hover {
            background-color: rgb(255 235 59);
        }

        @media (min-width: 1251px) {
            .md\:tw-block {
                display: block !important;
            }

            .md\:tw-flex {
                display: flex !important;
            }

            .md\:tw-hidden {
                display: none !important;
            }
        }

        @media (min-width: 640px) {
            .sm\:tw-px-2 {
                padding-left: 0.5rem;
                padding-right: 0.5rem;
            }

            .sm\:tw-px-6 {
                padding-left: 1.5rem;
                padding-right: 1.5rem;
            }
        }

        @media (min-width: 1024px) {
            .lg\:tw-px-2 {
                padding-left: 0.5rem;
                padding-right: 0.5rem;
            }

            .lg\:tw-px-8 {
                padding-left: 2rem;
                padding-right: 2rem;
            }
        }

        /* ==========================================
           LAYOUT APLICAȚIE
           ========================================== */
        html,
        body {
            /* Stiluri implicite (Scrollable) */
            height: auto;
            overflow-y: auto;
            background-color: #111827;
            color: #fff;
            font-family: 'Inter', sans-serif;
            margin: 0;
            padding: 0;
        }

        /* Clasa pentru interfete de tip hartă (Fixed 100vh pe Desktop) */
        html.is-app,
        body.is-app {
            height: 100%;
            overflow: hidden;
            background-color: #212529;
        }

        @media (max-width: 1250px) {
            html.is-app,
            body.is-app {
                height: auto;
                overflow: visible;
                -webkit-overflow-scrolling: touch;
            }
        }

        /* Standardizare Tipografie Documentație */
        .docs-page h1 { font-size: 1.5rem; font-weight: 800; margin-bottom: 0.75rem; color: #fff; }
        .docs-page h2 { font-size: 1.15rem; font-weight: 700; margin-top: 1.25rem; margin-bottom: 0.75rem; color: #f8fafc; }
        .docs-page h3 { font-size: 1.05rem; font-weight: 600; margin-top: 1rem; margin-bottom: 0.4rem; color: #e2e8f0; }
        .docs-page p { font-size: 0.9rem; line-height: 1.5; color: #94a3b8; margin-bottom: 0.75rem; }
        .docs-page ul { margin-bottom: 0.75rem; color: #94a3b8; padding-left: 1.1rem; }
        .docs-page li { margin-bottom: 0.3rem; font-size: 0.9rem; }

        .docs-container {
            max-width: 800px;
            margin: 10px auto;
            padding: 0 10px;
        }

        .docs-card {
            background-color: #1f2937;
            border-radius: 8px;
            padding: 15px 15px;
            border: 1px solid #374151;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        }
        
        .docs-section {
            border-bottom: 1px solid #374151;
            padding-bottom: 0.75rem;
            margin-bottom: 0.75rem;
        }
        
        .docs-section:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }

        /* Nav-link-bordered sincronizat pe toate paginile */
        .nav-btn-bordered {
            white-space: nowrap;
            border: 1px solid #6b7280 !important;
            text-decoration: none !important;
            color: #fff !important;
            border-radius: 6px;
            padding: 4px 12px;
            font-size: 0.85rem;
            font-weight: 500;
            transition: background-color 0.2s;
        }
        
        .nav-btn-bordered:hover {
            background-color: #374151;
        }

        .nav-btn-active {
            background-color: #fff !important;
            color: #111827 !important;
            border-color: #fff !important;
        }

        /* Pagini cu scroll (Ghid/Wiki) */
        body.scrollable-page {
            overflow-y: auto !important;
            height: auto !important;
            background-color: #111827; /* Darker background for articles */
        }

        .code-snippet {
            background: #0f172a;
            color: #38bdf8;
            padding: 12px;
            border-radius: 8px;
            font-family: 'JetBrains Mono', 'Fira Code', monospace;
            border: 1px solid #1e293b;
            font-size: 0.9rem;
            line-height: 1.5;
        }

        .code-snippet {
            background: #0f172a;
            color: #38bdf8;
            padding: 20px;
            border-radius: 12px;
            font-family: 'JetBrains Mono', 'Fira Code', monospace;
            border: 1px solid #1e293b;
            font-size: 1.1rem;
            line-height: 1.6;
        }

        .usage-badge {
            display: inline-flex;
            align-items: center;
            padding: 4px 12px;
            border-radius: 9999px;
            font-size: 0.75rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        .app-container {
            height: calc(100vh - 64px);
            display: flex;
            flex-direction: row;
            overflow: hidden;
        }

        .sidebar {
            width: 520px;
            height: 100%;
            flex-shrink: 0;
            overflow: visible;
            border-right: 1px solid #374151;
            background-color: #1f2937;
            z-index: 1040;
            display: flex;
            flex-direction: column;
            transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            transform: translateZ(0); /* Hardware acceleration to prevent text rendering glitches over maps */
            backface-visibility: hidden;
        }

        .sidebar-content {
            flex: 1;
            overflow-y: auto;
            padding: 20px;
            display: flex;
            flex-direction: column;
            min-width: 520px; /* Prevent content squishing during collapse */
        }

        /* Sidebar minimized state */
        .sidebar.collapsed {
            width: 0;
            min-width: 0;
            padding: 0;
            overflow: visible;
            border-right: none;
        }

        /* Hide sidebar content when collapsed */
        .sidebar.collapsed .sidebar-content,
        .sidebar.collapsed footer {
            display: none !important;
        }

        /* Toggle handle — sits on the right edge of the sidebar, protruding into map */
        .sidebar-toggle-btn {
            position: absolute;
            top: 50%;
            right: -16px;
            transform: translateY(-50%);
            width: 16px;
            height: 56px;
            border: 1px solid #4b5563;
            border-left: none;
            border-radius: 0 8px 8px 0;
            background: #1f2937;
            color: #9ca3af;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 1110;
            transition: background 0.2s, color 0.2s, right 0.3s;
            flex-shrink: 0;
            padding: 0;
        }

        .sidebar-toggle-btn:hover {
            background: #374151;
            color: #fff;
        }

        /* Custom Fullscreen Widget */
        .custom-fs-widget {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1050;
            display: flex;
            flex-direction: column;
            background: #1f2937;
            border-right: 1px solid #4b5563;
            border-bottom: 1px solid #4b5563;
            border-bottom-right-radius: 8px;
            box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
            cursor: pointer;
            transition: background 0.2s, opacity 0.3s;
        }

        .custom-fs-widget:hover {
            background: #374151;
        }

        .fs-main-icon {
            width: 44px;
            height: 44px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 1.25rem;
        }

        /* Hide widget on mobile */


        .map-container {
            flex: 1;
            position: relative;
            height: 100%;
        }

        #map {
            height: 100%;
            width: 100%;
        }

        .font-monospace {
            font-family: monospace;
            font-size: 0.9rem;
        }

        .table-sm th,
        .table-sm td {
            font-size: 0.85rem;
            vertical-align: middle;
        }

        .coords-link {
            color: #0d6efd;
            text-decoration: none;
        }

        .coords-link:hover {
            color: #0a58ca;
        }

        /* Overlay Limită Comunitate */
        #quota-error-overlay {
            display: none;
            position: absolute;
            inset: 0;
            background: rgba(33, 37, 41, 0.95);
            z-index: 990;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 20px;
            text-align: center;
        }

        .error-card {
            background: #2b3035;
            padding: 30px;
            border-radius: 12px;
            border: 1px solid #495057;
            max-width: 500px;
        }

        @media (max-width: 992px) {
            .app-container {
                flex-direction: column;
                height: auto;
                min-height: calc(100vh - 64px);
                overflow-y: visible;
                overflow-x: hidden;
            }

            .sidebar {
                width: 100%;
                height: auto;
                border-right: none;
                border-bottom: 2px solid #343a40;
            }

            .sidebar-toggle-btn,
            .custom-fs-widget {
                display: none !important;
            }

            .sidebar-content {
                min-width: 0 !important;
                padding: 15px; /* Slightly tighter padding on mobile */
            }

            .map-container {
                min-height: 400px;
                height: 50vh;
            }
        }

        /* 
         * Overrides for Bootstrap Default Dark Colors (#212529) to Navy Slate (#1f2937/#111827)
         * Ensures consistency with the Tailwind gray-900 / slate-900 color scheme.
         */
        .bg-dark {
            background-color: #1f2937 !important;
        }

        .table-dark {
            background-color: #1f2937;
            --bs-table-bg: #1f2937;
        }

        .modal-content.bg-dark {
            background-color: #1f2937 !important;
        }

        .form-control.bg-dark, .form-select.bg-dark, .code-snippet.bg-dark {
            background-color: #111827 !important;
        }

        /* Override the error-card color */
        .error-card {
            background: #1f2937 !important;
            border: 1px solid #374151 !important;
        }

        /* Custom Toast Overlay background override */
        #logout-toast-overlay > div {
            background-color: #1f2937 !important;
            border: 1px solid #374151 !important;
        }
        /* Redesign Istoric Conversii */
        .history-blur-container {
            position: relative;
            min-height: 80px;
        }
        .history-blur-container #recent-history-content {
            filter: blur(5px);
            opacity: 0.5;
            pointer-events: none;
            user-select: none;
        }
        .history-promo-overlay {
            position: absolute;
            inset: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 10;
            text-align: center;
        }
        .history-item {
            background: rgba(255,255,255,0.03);
            border: 1px solid rgba(255,255,255,0.08);
            border-radius: 10px;
            padding: 12px;
            margin-bottom: 10px;
            cursor: pointer;
            transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        }
        .history-item:hover {
            background: rgba(255,255,255,0.08);
            border-color: #fbbf24; /* text-warning */
            transform: translateY(-1px);
        }
        .history-item .truncate-1 {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            min-width: 0;
        }

        .import-pro-locked {
            filter: grayscale(1);
            opacity: 0.6;
            cursor: pointer !important;
        }
        .import-pro-locked:hover {
            filter: grayscale(0.5);
            opacity: 0.8;
        }

        .border-dashed {
            border-style: dashed !important;
            border-width: 2px !important;
            transition: all 0.2s ease;
            background: rgba(255,255,255,0.02);
            border-color: rgba(255,255,255,0.1) !important;
        }
        #import-drop-zone.dragover {
            border-color: #fbbf24 !important; /* text-warning */
            background: rgba(251, 191, 36, 0.1) !important;
            transform: scale(1.02);
        }

        /* wiki.php - Elipsoid WGS84 Improvements */
        .wiki-full-width-img-container {
            position: relative;
            width: 100%;
            margin: 2rem 0;
            cursor: zoom-in;
            border-radius: 12px;
            overflow: hidden;
            border: 1px solid #374151;
            background: #0f172a;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .wiki-full-width-img-container:hover {
            border-color: #38bdf8;
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
            transform: translateY(-4px);
        }

        .wiki-full-width-img-container img {
            width: 100%;
            display: block;
            transition: transform 0.5s ease;
        }

        .wiki-full-width-img-container:hover img {
            transform: scale(1.02);
        }

        .wiki-img-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(0deg, rgba(15, 23, 42, 0.6) 0%, transparent 40%);
            display: flex;
            align-items: flex-end;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s ease;
            padding: 1rem;
        }

        .wiki-full-width-img-container:hover .wiki-img-overlay {
            opacity: 1;
        }

        .wiki-img-overlay-text {
            color: #fff;
            font-size: 0.85rem;
            font-weight: 500;
            background: rgba(17, 24, 39, 0.8);
            backdrop-filter: blur(4px);
            padding: 6px 16px;
            border-radius: 20px;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .modal-xxl {
            --bs-modal-width: 95vw;
        }

        #wgs84FullImageModal .modal-content {
            background-color: transparent;
            border: none;
        }

        #wgs84FullImageModal .modal-body {
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        #wgs84FullImageModal img {
            max-height: 90vh;
            border-radius: 8px;
            box-shadow: 0 0 50px rgba(0,0,0,0.5);
        }

        .wiki-float-right-container {
            float: right;
            width: 280px;
            margin-left: 20px;
            margin-bottom: 15px;
            margin-top: 5px;
        }

        @media (max-width: 768px) {
            .wiki-float-right-container {
                float: none;
                width: 100%;
                margin: 1rem 0;
            }
        }

        /* Map Search Box Styling */
        .map-search-wrapper {
            position: absolute;
            top: 70px !important;
            left: 20px;
            width: 360px;
            z-index: 1000;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .map-search-wrapper .input-group {
            background-color: #1f2937;
            border-radius: 12px;
            overflow: hidden;
            border: 1px solid #374151;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.4);
        }

        .map-search-wrapper .form-control {
            height: 48px;
            padding-left: 0;
            font-size: 0.95rem;
        }

        .map-search-wrapper .form-control:focus {
            box-shadow: none;
            background-color: #111827 !important;
        }

        .map-search-wrapper .input-group-text {
            width: 48px;
            justify-content: center;
            font-size: 1.1rem;
        }

        @media (max-width: 1024px) {
            .map-search-wrapper {
                width: calc(100% - 40px);
                top: 60px !important;
                left: 20px;
            }
        }

        /* Map Search Results Dropdown */
        .map-search-results-dropdown {
            margin-top: 8px;
            background: rgba(31, 41, 55, 0.98);
            backdrop-filter: blur(12px);
            border: 1px solid #374151;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.5);
            max-height: 400px;
            overflow-y: auto;
        }

        .search-result-item {
            padding: 12px 16px;
            cursor: pointer;
            transition: background 0.2s ease;
            display: flex;
            align-items: center;
            gap: 12px;
            border-bottom: 1px solid #374151;
        }

        .search-result-item:last-child {
            border-bottom: none;
        }

        /* FIX: Browser Autofill / Autocomplete Visibility (Dark Mode) - EXTREME VERSION */
        input:-webkit-autofill,
        input:-webkit-autofill:hover, 
        input:-webkit-autofill:focus, 
        input:-webkit-autofill:active,
        input:-internal-autofill-selected {
            -webkit-text-fill-color: #ffffff !important;
            color: #ffffff !important;
            -webkit-box-shadow: 0 0 0px 1000px #111827 inset !important;
            box-shadow: 0 0 0px 1000px #111827 inset !important;
            transition: background-color 5000s ease-in-out 0s;
            background-color: transparent !important;
            caret-color: white !important;
        }

        .search-result-item:hover {
            background: #374151;
        }

        .search-result-item i {
            color: #60a5fa;
            font-size: 1rem;
        }

        .search-result-item .result-text {
            display: flex;
            flex-direction: column;
        }

        .search-result-item .result-name {
            color: #fff;
            font-size: 0.9rem;
            font-weight: 500;
        }

        .search-result-item .result-address {
            color: #9ca3af;
            font-size: 0.75rem;
        }

        /* ==================== PREMIUM CTA BUTTONS ==================== */
        .btn-premium-cta {
            background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
            border: none;
            color: white !important;
            box-shadow: 0 4px 15px rgba(13, 110, 253, 0.3);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            z-index: 1;
        }

        .app-container.sidebar-hidden .sidebar {
            transform: translateX(-100%);
        }

        /* WMS Loading Bar */
        .wms-loader-container {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: auto;
            background: rgba(15, 23, 42, 0.9) !important;
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            z-index: 1000;
            display: none;
            overflow: hidden;
            flex-direction: column;
            padding-bottom: 8px;
            box-shadow: 0 8px 32px rgba(0,0,0,0.5);
            border-bottom: 1px solid rgba(124, 58, 237, 0.5);
        }

        .wms-loader-bar {
            height: 4px;
            background: #7c3aed;
            width: 30%;
            position: relative;
            animation: wms-loading 2s infinite ease-in-out;
            box-shadow: 0 0 10px rgba(124, 58, 237, 0.7);
        }

        .wms-loader-text {
            color: #facc15;
            font-size: 0.75rem;
            font-weight: bold;
            text-align: center;
            padding: 6px 12px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        @keyframes wms-loading {
            0% { left: -30%; }
            50% { left: 100%; }
            100% { left: -30%; }
        }

        .btn-premium-cta:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(13, 110, 253, 0.4);
            background: linear-gradient(135deg, #0b5ed7 0%, #084298 100%);
        }

        .btn-premium-cta::after {
            content: '';
            position: absolute;
            top: -50%;
            left: -60%;
            width: 20%;
            height: 200%;
            background: rgba(255, 255, 255, 0.2);
            transform: rotate(30deg);
            transition: none;
            animation: shine-animation 4s infinite;
            z-index: 2;
        }

        @keyframes shine-animation {
            0% { left: -60%; }
            15% { left: 120%; }
            100% { left: 120%; }
        }

        .btn-register-cta {
            background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
            border: 1px solid rgba(255,255,255,0.1);
            color: white !important;
            padding: 1rem 1rem !important;
            border-radius: 12px;
            box-shadow: 0 10px 25px rgba(37, 99, 235, 0.25);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            text-align: center;
        }

        .btn-register-cta:hover {
            transform: scale(1.02);
            box-shadow: 0 12px 30px rgba(37, 99, 235, 0.4);
            filter: brightness(1.1);
        }

/* Map Distance Labels (PRO Feature) */
.map-dist-label {
    color: #fbbf24;
    padding: 0;
    font-size: 11px;
    font-weight: 500;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    text-shadow:
        -1px -1px 3px rgba(0,0,0,0.9),
         1px -1px 3px rgba(0,0,0,0.9),
        -1px  1px 3px rgba(0,0,0,0.9),
         1px  1px 3px rgba(0,0,0,0.9),
         0    0   6px rgba(0,0,0,0.8);
}

/* Lazy loading and Google Maps Fallbacks */
.blur-map-initial {
    filter: blur(8px) brightness(0.6);
    pointer-events: none;
    transition: filter 0.4s ease;
}

.map-lazy-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    pointer-events: auto; /* permit click pe buton */
}

.map-dist-label-free {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8), -1px -1px 2px rgba(0,0,0,0.8);
    background: rgba(0,0,0,0.6);
    padding: 2px 4px;
    border-radius: 4px;
    border: 1px solid #facc15;
}
        /* ==========================================
           ANCPI SEARCH (PRO FEATURE)
           ========================================== */
        .ancpi-pro-locked {
            filter: grayscale(1) !important;
            opacity: 0.6 !important;
            pointer-events: none !important;
            user-select: none !important;
        }

        .pro-locked-overlay {
            background: rgba(0, 0, 0, 0.05);
            transition: background 0.2s ease;
            border-radius: inherit;
        }

        .pro-locked-overlay:hover {
            background: rgba(13, 202, 240, 0.05);
        }
