         * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        /* Completely new modal design with ocean blue theme */
        .modal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(2, 20, 40, 0.92);
            backdrop-filter: blur(20px);
        }

        .modal.show {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .modal-content {
            background: linear-gradient(165deg, rgba(10, 35, 66, 0.98), rgba(5, 20, 45, 0.98));
            padding: 55px 45px;
            border-radius: 24px;
            width: 460px;
            max-width: 90vw;
            border: 2px solid rgba(14, 165, 233, 0.4);
            box-shadow: 0 40px 100px rgba(6, 182, 212, 0.25), 0 0 60px rgba(14, 165, 233, 0.15);
        }

        .modal-header {
            text-align: center;
            margin-bottom: 38px;
        }

        .modal-header h2 {
            color: #F0F9FF;
            font-size: 32px;
            font-weight: 800;
            margin-bottom: 14px;
            font-family: 'Space Grotesk', sans-serif;
            letter-spacing: -0.5px;
        }

        .modal-header p {
            color: rgba(186, 230, 253, 0.75);
            font-size: 15px;
            font-family: 'Inter', sans-serif;
            font-weight: 400;
        }

        .form-group {
            margin-bottom: 26px;
        }

        .form-group label {
            display: block;
            color: rgba(224, 242, 254, 0.95);
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 12px;
            font-family: 'Inter', sans-serif;
            letter-spacing: 0.3px;
        }

        .form-group input {
            width: 100%;
            padding: 16px 20px;
            background: rgba(14, 165, 233, 0.06);
            border: 2px solid rgba(14, 165, 233, 0.3);
            border-radius: 12px;
            color: #F0F9FF;
            font-size: 15px;
            font-family: 'Inter', sans-serif;
            transition: all 0.35s ease;
        }

        .form-group input:focus {
            outline: none;
            border-color: #06B6D4;
            background: rgba(14, 165, 233, 0.12);
            box-shadow: 0 0 0 4px rgba(6, 182, 212, 0.18);
        }

        .form-group input::placeholder {
            color: rgba(186, 230, 253, 0.45);
        }

        .modal-buttons {
            display: flex;
            gap: 14px;
            margin-top: 36px;
        }

        .modal-btn {
            flex: 1;
            padding: 16px 24px;
            border-radius: 12px;
            font-size: 15px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            border: none;
            font-family: 'Space Grotesk', sans-serif;
            letter-spacing: 0.3px;
        }

        .btn-login {
            background: linear-gradient(135deg, #06B6D4, #0EA5E9);
            color: #FFFFFF;
            box-shadow: 0 8px 24px rgba(6, 182, 212, 0.35);
        }

        .btn-login:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 32px rgba(6, 182, 212, 0.45);
        }

        .btn-cancel {
            background: rgba(14, 165, 233, 0.12);
            color: rgba(224, 242, 254, 0.8);
            border: 2px solid rgba(14, 165, 233, 0.3);
        }

        .btn-cancel:hover {
            background: rgba(14, 165, 233, 0.2);
            color: #F0F9FF;
            border-color: rgba(14, 165, 233, 0.5);
        }

        .close-modal {
            position: absolute;
            top: 22px;
            right: 26px;
            background: none;
            border: none;
            color: rgba(186, 230, 253, 0.6);
            font-size: 30px;
            cursor: pointer;
            transition: color 0.2s ease;
        }

        .close-modal:hover {
            color: #06B6D4;
        }

        .success-message {
            text-align: center;
            padding: 28px;
        }

        .success-message .icon {
            font-size: 56px;
            margin-bottom: 22px;
        }

        .success-message h3 {
            color: #06B6D4;
            font-size: 24px;
            font-weight: 800;
            margin-bottom: 18px;
            font-family: 'Space Grotesk', sans-serif;
        }

        .success-message p {
            color: rgba(186, 230, 253, 0.8);
            font-size: 15px;
            line-height: 1.7;
            font-family: 'Inter', sans-serif;
        }

        @media (max-width: 768px) {
            .nav-container {
                flex-direction: column;
                gap: 18px;
                padding: 18px 22px;
            }

            .nav-menu {
                flex-wrap: wrap;
                justify-content: center;
                display: none;
            }

            .stats-container {
                justify-content: center;
            }

            .page-title {
                font-size: 30px;
            }

            .controls {
                flex-direction: column;
                gap: 18px;
                align-items: stretch;
            }

            table {
                font-size: 13px;
            }

            th, td {
                padding: 14px 10px;
            }

            .exchange-info {
                gap: 10px;
            }

            .exchange-logo {
                width: 30px;
                height: 30px;
                font-size: 11px;
            }
        }

        /* New body background with ocean/deep blue theme */
        body {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            background: linear-gradient(160deg, #021428 0%, #0A2342 40%, #052D52 100%);
            color: #E0F2FE;
            line-height: 1.6;
            min-height: 100vh;
            position: relative;
            overflow-x: hidden;
        }

        body::before {
            content: '';
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(ellipse at 15% 40%, rgba(6, 182, 212, 0.12) 0%, transparent 50%),
                        radial-gradient(ellipse at 85% 75%, rgba(251, 146, 60, 0.1) 0%, transparent 50%);
            pointer-events: none;
            z-index: 0;
        }

        /* New header design with different styling */
        .header {
            background: rgba(2, 20, 40, 0.7);
            border-bottom: 2px solid rgba(14, 165, 233, 0.25);
            padding: 0;
            backdrop-filter: blur(25px);
            z-index: 100;
            position: relative;
        }

        .nav-container {
            max-width: 1400px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 22px 40px;
        }

        .nav-left {
            display: flex;
            align-items: center;
            gap: 65px;
        }

        .logo-container {
            display: flex;
            align-items: center;
            gap: 14px;
        }

        /* New logo design with hexagonal shape */
        .logo {
            width: 38px;
            height: 38px;
            background: linear-gradient(135deg, #06B6D4, #0EA5E9);
            clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 900;
            color: white;
            font-size: 18px;
        }

        .brand-name {
            font-size: 26px;
            font-weight: 800;
            background: linear-gradient(135deg, #06B6D4, #0EA5E9, #38BDF8);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-decoration: none;
            font-family: 'Space Grotesk', sans-serif;
            letter-spacing: -0.5px;
        }

        .nav-menu {
            display: flex;
            gap: 38px;
            list-style: none;
        }

        /* New navigation link styling with centered underline effect */
        .nav-menu a {
            color: rgba(224, 242, 254, 0.85);
            text-decoration: none;
            font-size: 15px;
            font-weight: 600;
            transition: all 0.3s ease;
            position: relative;
            font-family: 'Inter', sans-serif;
        }

        .nav-menu a::after {
            content: '';
            position: absolute;
            width: 0;
            height: 3px;
            bottom: -8px;
            left: 50%;
            transform: translateX(-50%);
            background: linear-gradient(90deg, #06B6D4, #FB923C);
            transition: width 0.3s ease;
            border-radius: 2px;
        }

        .nav-menu a:hover {
            color: #06B6D4;
        }

        .nav-menu a:hover::after {
            width: 100%;
        }

        .nav-right {
            display: flex;
            align-items: center;
            gap: 16px;
        }

        /* New button designs with different shapes and styles */
        .nav-button {
            padding: 12px 24px;
            border-radius: 10px;
            font-size: 14px;
            font-weight: 700;
            text-decoration: none;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            font-family: 'Space Grotesk', sans-serif;
            letter-spacing: 0.3px;
        }

        .btn-secondary {
            background: transparent;
            color: rgba(224, 242, 254, 0.85);
            border: 2px solid rgba(14, 165, 233, 0.4);
        }

        .btn-secondary:hover {
            background: rgba(14, 165, 233, 0.15);
            border-color: rgba(14, 165, 233, 0.7);
            color: #06B6D4;
            transform: translateY(-2px);
        }

        .btn-primary {
            background: linear-gradient(135deg, #06B6D4, #0EA5E9);
            color: #FFFFFF;
            box-shadow: 0 10px 28px rgba(6, 182, 212, 0.3);
        }

        .btn-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 14px 36px rgba(6, 182, 212, 0.4);
        }

        /* New market stats bar design */
        .market-stats {
            background: rgba(2, 20, 40, 0.5);
            border-bottom: 2px solid rgba(14, 165, 233, 0.15);
            padding: 18px 0;
            font-size: 13px;
            color: rgba(186, 230, 253, 0.8);
            font-family: 'Inter', sans-serif;
        }

        .stats-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 40px;
            display: flex;
            gap: 38px;
            flex-wrap: wrap;
        }

        .stat-item {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 10px 18px;
            background: linear-gradient(135deg, rgba(14, 165, 233, 0.12), rgba(6, 182, 212, 0.08));
            border-radius: 10px;
            border: 1px solid rgba(14, 165, 233, 0.25);
        }

        .stat-positive {
            color: #34D399;
        }

        .stat-negative {
            color: #FB923C;
        }

        .main-content {
            max-width: 1400px;
            margin: 0 auto;
            padding: 100px 40px;
            position: relative;
            z-index: 1;
        }

        /* New page title with different gradient and font */
        .page-title {
            font-size: 58px;
            font-weight: 900;
            margin-bottom: 22px;
            background: linear-gradient(135deg, #06B6D4, #38BDF8, #0EA5E9, #FB923C);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-family: 'Space Grotesk', sans-serif;
            letter-spacing: -1.5px;
            line-height: 1.15;
        }

        .page-subtitle {
            color: rgba(186, 230, 253, 0.8);
            margin-bottom: 65px;
            font-size: 18px;
            line-height: 1.75;
            max-width: 720px;
            font-family: 'Inter', sans-serif;
            font-weight: 400;
        }

        .page-subtitle a {
            color: #06B6D4;
            text-decoration: none;
            font-weight: 600;
        }

        /* New tab design with pill shape */
        .tabs {
            display: flex;
            gap: 12px;
            margin-bottom: 55px;
            background: transparent;
            border-radius: 16px;
            padding: 0;
        }

        .tab {
            padding: 16px 32px;
            background: rgba(14, 165, 233, 0.08);
            border: 2px solid rgba(14, 165, 233, 0.25);
            color: rgba(186, 230, 253, 0.75);
            font-size: 15px;
            font-weight: 700;
            cursor: pointer;
            border-radius: 14px;
            transition: all 0.35s ease;
            font-family: 'Space Grotesk', sans-serif;
            letter-spacing: 0.4px;
        }

        .tab.active {
            background: linear-gradient(135deg, #06B6D4, #0EA5E9);
            color: white;
            border-color: transparent;
            box-shadow: 0 10px 28px rgba(6, 182, 212, 0.3);
            transform: translateY(-2px);
        }

        .tab:hover:not(.active) {
            background: rgba(14, 165, 233, 0.18);
            border-color: rgba(14, 165, 233, 0.5);
            transform: translateY(-2px);
        }

        /* New table design with different styling */
        .exchanges-table {
            background: rgba(2, 20, 40, 0.6);
            border-radius: 20px;
            overflow: hidden;
            border: 2px solid rgba(14, 165, 233, 0.25);
            backdrop-filter: blur(25px);
            box-shadow: 0 20px 60px rgba(6, 182, 212, 0.15);
        }

        table {
            width: 100%;
            border-collapse: collapse;
        }

        th {
            background: linear-gradient(135deg, rgba(14, 165, 233, 0.2), rgba(6, 182, 212, 0.12));
            padding: 26px;
            text-align: left;
            font-weight: 800;
            font-size: 12px;
            color: rgba(224, 242, 254, 0.95);
            border-bottom: 2px solid rgba(14, 165, 233, 0.2);
            text-transform: uppercase;
            letter-spacing: 1.2px;
            font-family: 'Space Grotesk', sans-serif;
        }

        th:first-child {
            width: 50px;
        }

        td {
            padding: 26px;
            border-bottom: 1px solid rgba(14, 165, 233, 0.12);
            font-size: 15px;
            font-family: 'Inter', sans-serif;
        }

        tr:last-child td {
            border-bottom: none;
        }

        tr:hover {
            background: rgba(14, 165, 233, 0.1);
        }

        .rank {
            font-weight: 900;
            font-size: 20px;
            color: #06B6D4;
            text-align: center;
            font-family: 'Space Grotesk', sans-serif;
        }

        .exchange-info {
            display: flex;
            align-items: center;
            gap: 16px;
        }

        /* New exchange logo design with different border */
        .exchange-logo {
            width: 44px;
            height: 44px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 15px;
            background: linear-gradient(135deg, rgba(6, 182, 212, 0.25), rgba(14, 165, 233, 0.25));
            border: 2px solid rgba(14, 165, 233, 0.35);
        }

        .exchange-logo img {
            max-width: 40px;
            max-height: 40px;
            border-radius: 10px;
        }

        .exchange-name {
            font-weight: 800;
            font-size: 16px;
            color: #F0F9FF;
            font-family: 'Space Grotesk', sans-serif;
        }

        .trading-volume {
            font-weight: 800;
            font-size: 16px;
            color: #34D399;
            font-family: 'Space Grotesk', sans-serif;
        }

        .liquidity-score {
            font-weight: 800;
            color: #FB923C;
            font-size: 16px;
            font-family: 'Space Grotesk', sans-serif;
        }

        .weekly-visits {
            color: rgba(186, 230, 253, 0.75);
            font-weight: 500;
            font-family: 'Inter', sans-serif;
        }

        .markets-count {
            color: rgba(186, 230, 253, 0.75);
            font-weight: 500;
            font-family: 'Inter', sans-serif;
        }

        .coins-count {
            color: rgba(186, 230, 253, 0.75);
            font-weight: 500;
            font-family: 'Inter', sans-serif;
        }

        .fiat-supported {
            color: rgba(186, 230, 253, 0.75);
            font-size: 13px;
            line-height: 1.5;
            font-family: 'Inter', sans-serif;
        }

        /* New chart design with cyan/blue colors */
        .volume-chart {
            width: 95px;
            height: 42px;
            background: rgba(14, 165, 233, 0.08);
            border-radius: 10px;
            position: relative;
            overflow: hidden;
            border: 2px solid rgba(14, 165, 233, 0.25);
        }

        .chart-line {
            position: absolute;
            bottom: 2px;
            left: 2px;
            right: 2px;
            height: calc(100% - 4px);
            background: linear-gradient(180deg, rgba(6, 182, 212, 0.7) 0%, rgba(6, 182, 212, 0.25) 50%, rgba(6, 182, 212, 0.08) 100%);
            clip-path: polygon(0% 85%, 10% 70%, 20% 60%, 30% 45%, 40% 35%, 50% 25%, 60% 30%, 70% 40%, 80% 50%, 90% 45%, 100% 30%, 100% 100%, 0% 100%);
        }

        .chart-line::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: #06B6D4;
            clip-path: polygon(0% 85%, 10% 70%, 20% 60%, 30% 45%, 40% 35%, 50% 25%, 60% 30%, 70% 40%, 80% 50%, 90% 45%, 100% 30%, 100% 0%, 0% 0%);
        }

        .chart-red .chart-line {
            background: linear-gradient(180deg, rgba(251, 146, 60, 0.7) 0%, rgba(251, 146, 60, 0.25) 50%, rgba(251, 146, 60, 0.08) 100%);
            clip-path: polygon(0% 30%, 10% 45%, 20% 55%, 30% 70%, 40% 80%, 50% 75%, 60% 85%, 70% 90%, 80% 85%, 90% 80%, 100% 75%, 100% 100%, 0% 100%);
        }

        .chart-red .chart-line::before {
            background: #FB923C;
            clip-path: polygon(0% 30%, 10% 45%, 20% 55%, 30% 70%, 40% 80%, 50% 75%, 60% 85%, 70% 90%, 80% 85%, 90% 80%, 100% 75%, 100% 0%, 0% 0%);
        }

        /* New footer design */
        .footer {
            background: rgba(2, 20, 40, 0.5);
            border-top: 2px solid rgba(14, 165, 233, 0.2);
            margin-top: 100px;
            position: relative;
            z-index: 1;
        }

        .logoFoot img {
            max-width: 95px;
            opacity: 0.85;
        }

        .footer-content {
            max-width: 1400px;
            margin: 0 auto;
            padding: 75px 32px;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 45px;
        }

        .footer-section h3 {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 22px;
            color: #F0F9FF;
            font-family: 'Space Grotesk', sans-serif;
        }

        .footer-section ul {
            list-style: none;
        }

        .footer-section li {
            margin-bottom: 16px;
        }

        .footer-section a {
            color: rgba(186, 230, 253, 0.7);
            text-decoration: none;
            font-size: 15px;
            transition: all 0.3s ease;
            font-family: 'Inter', sans-serif;
        }

        .footer-section a:hover {
            color: #06B6D4;
            padding-left: 6px;
        }

        .footer-bottom {
            background: rgba(2, 20, 40, 0.4);
            padding: 30px;
            text-align: left;
            border-top: 2px solid rgba(14, 165, 233, 0.2);
            display: flex;
            justify-content: center;
            gap: 22px;
        }

        .company-info p {
            color: rgba(186, 230, 253, 0.65);
            font-size: 14px;
            line-height: 1.7;
            margin-bottom: 6px;
            font-family: 'Inter', sans-serif;
        }

        /* New contact modal styles */
        .contact-modal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(2, 20, 40, 0.92);
            backdrop-filter: blur(20px);
        }

        .contact-modal-content {
            background-color: rgba(10, 35, 66, 0.98);
            margin: 5% auto;
            padding: 0;
            border-radius: 24px;
            width: 90%;
            max-width: 520px;
            box-shadow: 0 40px 100px rgba(6, 182, 212, 0.25);
            border: 2px solid rgba(14, 165, 233, 0.35);
            animation: contactModalSlideIn 0.3s ease-out;
        }

        @keyframes contactModalSlideIn {
            from {
                opacity: 0;
                transform: translateY(-40px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .contact-modal-header {
            background: linear-gradient(135deg, #06B6D4, #0EA5E9);
            padding: 22px 32px;
            border-radius: 24px 24px 0 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .contact-modal-header h2 {
            margin: 0;
            color: #FFFFFF;
            font-size: 24px;
            font-weight: 800;
            font-family: 'Space Grotesk', sans-serif;
        }

        .contact-close {
            color: #FFFFFF;
            font-size: 28px;
            font-weight: bold;
            cursor: pointer;
            line-height: 1;
            transition: color 0.2s;
        }

        .contact-close:hover {
            color: rgba(255, 255, 255, 0.7);
        }

        .contact-modal-body {
            padding: 32px;
            background-color: rgba(10, 35, 66, 0.98);
            border-radius: 0 0 24px 24px;
        }

        .contact-form-group {
            margin-bottom: 22px;
        }

        .contact-form-group label {
            display: block;
            margin-bottom: 10px;
            font-weight: 600;
            color: #E0F2FE;
            font-size: 15px;
            font-family: 'Inter', sans-serif;
        }

        .contact-form-group input,
        .contact-form-group select,
        .contact-form-group textarea {
            width: 100%;
            padding: 16px 20px;
            border: 2px solid rgba(14, 165, 233, 0.3);
            border-radius: 12px;
            font-size: 15px;
            font-family: 'Inter', sans-serif;
            background-color: rgba(14, 165, 233, 0.06);
            color: #F0F9FF;
            transition: border-color 0.3s, box-shadow 0.3s;
            box-sizing: border-box;
        }

        .contact-form-group input:focus,
        .contact-form-group select:focus,
        .contact-form-group textarea:focus {
            outline: none;
            border-color: #06B6D4;
            box-shadow: 0 0 0 4px rgba(6, 182, 212, 0.18);
        }

        .contact-form-group input::placeholder,
        .contact-form-group textarea::placeholder {
            color: rgba(186, 230, 253, 0.45);
        }

        .contact-form-group select option {
            background-color: #0A2342;
            color: #F0F9FF;
        }

        .contact-form-group textarea {
            resize: vertical;
            min-height: 100px;
        }

        .contact-form-row {
            display: flex;
            gap: 16px;
        }

        .contact-form-row .contact-form-group {
            flex: 1;
        }

        .contact-submit-btn {
            width: 100%;
            background: linear-gradient(135deg, #06B6D4, #0EA5E9);
            color: #FFFFFF;
            border: none;
            padding: 16px;
            border-radius: 12px;
            font-size: 16px;
            font-weight: 700;
            cursor: pointer;
            transition: transform 0.2s, box-shadow 0.2s;
            font-family: 'Space Grotesk', sans-serif;
            letter-spacing: 0.3px;
        }

        .contact-submit-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(6, 182, 212, 0.35);
        }

        .contact-submit-btn:active {
            transform: translateY(0);
        }

        .contact-success-message {
            display: none;
            text-align: center;
            padding: 32px;
            color: #F0F9FF;
        }

        .contact-success-icon {
            width: 64px;
            height: 64px;
            background: linear-gradient(135deg, #06B6D4, #0EA5E9);
            border-radius: 50%;
            margin: 0 auto 22px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 24px;
        }

        .contact-success-message h3 {
            color: #06B6D4;
            margin-bottom: 12px;
            font-size: 20px;
            font-family: 'Space Grotesk', sans-serif;
        }

        .contact-success-message p {
            color: rgba(186, 230, 253, 0.8);
            line-height: 1.6;
            font-family: 'Inter', sans-serif;
        }

        .trigger-btn {
            background: linear-gradient(135deg, #06B6D4, #0EA5E9);
            color: #FFFFFF;
            border: none;
            padding: 12px 24px;
            border-radius: 10px;
            font-weight: 700;
            cursor: pointer;
            text-decoration: none;
            display: inline-block;
            margin: 20px;
            transition: transform 0.2s;
            font-family: 'Space Grotesk', sans-serif;
        }

        .trigger-btn:hover {
            transform: translateY(-2px);
            text-decoration: none;
            color: #FFFFFF;
        }

        /* New monitoring section design with teal/green accents */
        .monitoring-section {
            background: rgba(2, 20, 40, 0.3);
            padding: 100px 32px;
            position: relative;
            overflow: hidden;
        }

        .monitoring-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="12" height="12" patternUnits="userSpaceOnUse"><path d="M 12 0 L 0 0 0 12" fill="none" stroke="rgba(6,182,212,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
            opacity: 0.6;
        }

        .monitoring-container {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }

        .monitoring-header {
            text-align: center;
            margin-bottom: 75px;
        }

        .monitoring-title {
            font-size: 46px;
            font-weight: 900;
            background: linear-gradient(135deg, #34D399, #10B981);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 24px;
            line-height: 1.2;
            font-family: 'Space Grotesk', sans-serif;
            letter-spacing: -0.5px;
        }

        .monitoring-subtitle {
            font-size: 20px;
            color: rgba(186, 230, 253, 0.75);
            font-weight: 400;
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.7;
            font-family: 'Inter', sans-serif;
        }

        .monitoring-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 75px;
            align-items: center;
        }

        .monitoring-text {
            color: #F0F9FF;
        }

        .monitoring-description {
            font-size: 18px;
            line-height: 1.85;
            margin-bottom: 38px;
            color: rgba(186, 230, 253, 0.8);
            font-family: 'Inter', sans-serif;
        }

        .monitoring-features {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .monitoring-features li {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
            font-size: 16px;
            color: #F0F9FF;
            font-family: 'Inter', sans-serif;
        }

        .monitoring-features li::before {
            content: '✓';
            display: inline-block;
            width: 26px;
            height: 26px;
            background: linear-gradient(135deg, #34D399, #10B981);
            color: #FFFFFF;
            border-radius: 50%;
            text-align: center;
            line-height: 26px;
            font-weight: bold;
            font-size: 15px;
            margin-right: 16px;
            flex-shrink: 0;
        }

        .monitoring-visual {
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
        }

        .monitoring-chart {
            width: 100%;
            max-width: 400px;
            height: 300px;
            background: rgba(14, 165, 233, 0.08);
            border-radius: 20px;
            border: 2px solid rgba(14, 165, 233, 0.25);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            position: relative;
            overflow: hidden;
            backdrop-filter: blur(10px);
        }

        .monitoring-chart::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, transparent 49%, rgba(6, 182, 212, 0.12) 50%, transparent 51%);
            background-size: 20px 20px;
        }

        .chart-icon {
            font-size: 64px;
            color: #34D399;
            margin-bottom: 20px;
            animation: pulse 2s infinite ease-in-out;
        }

        .chart-text {
            color: rgba(186, 230, 253, 0.85);
            font-size: 16px;
            font-weight: 600;
            font-family: 'Inter', sans-serif;
        }

        @keyframes pulse {
            0%, 100% { opacity: 0.7; transform: scale(1); }
            50% { opacity: 1; transform: scale(1.05); }
        }

        .monitoring-stats {
            display: flex;
            justify-content: space-around;
            margin-top: 75px;
            gap: 40px;
        }

        .stat-item {
            text-align: center;
            flex: 1;
        }

        .stat-number {
            font-size: 16px;
            font-weight: 900;
            color: #34D399;
            display: block;
            margin-bottom: 12px;
            font-family: 'Space Grotesk', sans-serif;
        }

        .stat-label {
            color: rgba(186, 230, 253, 0.65);
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 1.2px;
            font-family: 'Inter', sans-serif;
        }

        @media (max-width: 768px) {
            .monitoring-section {
                padding: 75px 22px;
            }

            .tabs, .nav-menu {
                display: none;
            }

            .exchanges-table {
                overflow-x: auto;
            }

            .monitoring-title {
                font-size: 36px;
            }

            .monitoring-subtitle {
                font-size: 18px;
            }

            .monitoring-content {
                grid-template-columns: 1fr;
                gap: 55px;
                text-align: center;
            }

            .monitoring-stats {
                flex-direction: column;
                gap: 32px;
            }

            .stat-number {
                font-size: 32px;
            }
        }

        .content h2, .content h3 {
            padding-bottom: 24px;
            color: #06B6D4;
            font-family: 'Space Grotesk', sans-serif;
        }

        .content p {
            padding-bottom: 24px;
            color: rgba(186, 230, 253, 0.85);
            font-family: 'Inter', sans-serif;
        }

        .content a { 
            color: #06B6D4; 
            font-weight: 600;
        }

        /* New disclaimer design */
        .disclaimer {
            background: rgba(2, 20, 40, 0.4);
            padding: 24px;
            border-top: 2px solid rgba(14, 165, 233, 0.2);
            position: relative;
            z-index: 1;
        }

        .disclaimer-content {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 32px;
        }

        .disclaimer h4 {
            color: #FB923C;
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 12px;
            font-family: 'Space Grotesk', sans-serif;
        }

        .disclaimer p {
            color: rgba(186, 230, 253, 0.65);
            font-size: 14px;
            line-height: 1.6;
            margin-bottom: 8px;
            font-family: 'Inter', sans-serif;
        }
    
        .chart2 {
            height: 620px;
            margin: 20px 0;
            background: rgba(2, 20, 40, 0.6);
            border-radius: 20px;
            border: 2px solid rgba(14, 165, 233, 0.25);
            overflow: hidden;
        }