body {
    font-family: 'Inter', sans-serif;
    background-color: #f8fafc;
    color: #334155;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.5);
}

::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.glass-panel {
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.05);
}

.glass-nav {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.blob-cont {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    overflow: hidden;
    background: #fff;
}

.blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px) !important;
    opacity: 0.35 !important;
    animation: float 20s infinite alternate;
}

.blob-1 { top: -10%; left: -10%; width: 50vw; height: 50vw; background: #c084fc; animation-delay: 0s; }
.blob-2 { bottom: -10%; right: -10%; width: 40vw; height: 40vw; background: #f472b6; animation-delay: -5s; }
.blob-3 { top: 20%; right: 10%; width: 30vw; height: 30vw; background: #22d3ee; animation-delay: -10s; }
.blob-4 { bottom: 10%; left: 10%; width: 35vw; height: 35vw; background: #facc15; animation-delay: -15s; }

@keyframes float {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(30px, 50px) scale(1.1); }
}

.text-gradient {
    background: linear-gradient(135deg, #4f46e5 0%, #db2777 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.font-geist { font-family: 'Geist', sans-serif !important; }

img[src*="fi-rr-"] {
    filter: brightness(0) saturate(100%) invert(1);
}
