@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100..900;1,100..900&display=swap');

body {
    background-color: #18181b; 
    color: #e5e5e5; 
    font-family: 'Inter', sans-serif;
}

.glass {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 1.5rem;
}

.text-gradient {
    background: linear-gradient(to right, #00d294, #00bc7d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.video-docker {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
}

.video-overlay {
    background: rgba(24, 24, 27, 0.8); 
    z-index: 0;
}