
 #market-analysis {     margin-top: 100px;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
            background: linear-gradient(135deg, #f8fafc 0%, #e0f2fe 50%, #cffafe 100%);
            color: #1f2937;
            line-height: 1.6;
            min-height: 100vh;
            padding: 20px;
        }

        #market-analysis .container {
            max-width: 1400px;
            margin: 0 auto;
        }

        #market-analysis header {
            text-align: center;
            margin-bottom: 0px;
            padding: 40px 20px;
        }

        #market-analysis .logo {
            width: 80px;
            height: 80px;
            margin: 0 auto 20px;
            background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
        }

        #market-analysis .logo svg {
            width: 40px;
            height: 40px;
            stroke: white;
        }

        #market-analysis h1 {
            font-size: 1.6rem;
            font-weight: 600;
            color: #111827;
            margin-bottom: 20px;
            line-height: 1.2;
        }

        #market-analysis .subtitle {
            font-size: 1rem;
            color: #6b7280;
            max-width: 900px;
            margin: 0 auto;
            line-height: 1.4;
        }

        #market-analysis .metrics-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            margin-bottom: 40px;
        }

        #market-analysis .metric-card {
            background: white;
            border-radius: 16px;
            padding: 30px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 10px 20px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        #market-analysis .metric-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        #market-analysis .metric-icon {
            width: 60px;
            height: 60px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
        }

        #market-analysis .metric-icon svg {
            width: 32px;
            height: 32px;
            stroke: white;
        }

        #market-analysis .metric-value {
            font-size: 1.4rem;
            font-weight: 700;
            color: #111827;
            margin-bottom: 8px;
        }

        #market-analysis .metric-title {
            font-size: 1rem;
            font-weight: 600;
            color: #374151;
            margin-bottom: 4px;
        }

        #market-analysis .metric-subtitle {
            font-size: 0.875rem;
            color: #9ca3af;
        }

        #market-analysis .chart-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-bottom: 30px;
        }

        #market-analysis .chart-container {
            background: white;
            border-radius: 16px;
            padding: 30px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 10px 20px rgba(0, 0, 0, 0.05);
        }

        #market-analysis .chart-title {
            font-size: 1rem;
            font-weight: 600;
            color: #111827;
            margin-bottom: 10px;
        }

        #market-analysis .chart-description {
            font-size: 0.95rem;
            color: #6b7280;
            margin-bottom: 30px;
            line-height: 1.6;
        }

        #market-analysis .canvas-wrapper {
            position: relative;
            height: 400px;
        }

        #market-analysis .full-width {
            grid-column: 1 / -1;
        }

        #market-analysis .analysis-section {
            background: white;
            border-radius: 16px;
            padding: 40px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 10px 20px rgba(0, 0, 0, 0.05);
            margin-bottom: 30px;
        }

        #market-analysis .section-header {
            display: flex;
            align-items: flex-start;
            gap: 15px;
            margin-bottom: 30px;
        }
        
        #market-analysis .section-header p{margin-bottom:10px;}
        
        #market-analysis .section-header p a{color: #4b5563;}
        #market-analysis .section-header p a:hover{ text-decoration:underline;}

        #market-analysis .info-icon {
            width: 40px;
            height: 40px;
            background: #dbeafe;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        #market-analysis .info-icon svg {
            width: 20px;
            height: 20px;
            stroke: #2563eb;
        }

        #market-analysis .section-title {
            font-size: 1.2rem;
            font-weight: 600;
            color: #111827;
            margin-bottom: 10px;
        }

        #market-analysis .section-text {
            color: #4b5563;
            line-height: 1.8;
        }

        #market-analysis .two-column {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin: 30px 0;
        }

        #market-analysis .info-box {
            border: 2px solid #e5e7eb;
            border-radius: 12px;
            padding: 25px;
        }

        #market-analysis .info-box h4 {
            font-size: 1.1rem;
            font-weight: 600;
            color: #111827;
            margin-bottom: 15px;
        }

        #market-analysis .info-box ul {
            list-style: none;
        }

        #market-analysis .info-box li { font-weight:normal;
            padding: 8px 0;
            color: #4b5563;
            display: flex;
            align-items: start;
            gap: 10px;
        }

        #market-analysis .bullet {
            color: #06b6d4;
            font-weight: 900;
            flex-shrink: 0;
        }

        #market-analysis .expand-btn {
            background: none;
            border: none;
            color: #2563eb;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 10px 0;
            transition: color 0.2s;
        }

        #market-analysis .expand-btn:hover {
            color: #1d4ed8;
        }

        #market-analysis .hidden {
            display: none;
        }

        #market-analysis footer {
            text-align: center;
            color: #9ca3af;
            font-size: 0.875rem;
            margin-top: 60px;
            padding: 20px;
        }

        @media (max-width: 768px) {
            #market-analysis .analysis-section{padding:20px 10px;}
            #market-analysis header{padding:20px 0;}
            #market-analysis h1 {
                font-size: 1.2rem;
            }

            #market-analysis .subtitle {
                font-size: 1rem;
            }

            #market-analysis .chart-grid {
                grid-template-columns: 1fr;
            }

            #market-analysis .canvas-wrapper {
                height: 300px;
            }
        }