
        @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap');
        
        .aggregator-scope { 
            font-family: 'Inter', sans-serif; 
            background-color: #ffffff; 
            color: #1a1a1a; 
            line-height: 1.5;
        }
        .aggregator-scope *, .aggregator-scope ::before, .aggregator-scope ::after {
            box-sizing: border-box;
            border-width: 0;
            border-style: solid;
            border-color: #e5e7eb;
        }
        .aggregator-scope .glass-card { 
            background: rgba(255, 255, 255, 0.8); 
            backdrop-filter: blur(10px); 
            border: 1px solid rgba(255, 255, 255, 0.3); 
        }
        .aggregator-scope .hero-gradient { 
            background: radial-gradient(circle at top right, #f8fafc 0%, #ffffff 100%); 
        }
        html { scroll-behavior: smooth; }
    