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

body {
    background-color: #0a0a0a;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
}

.min-h-screen {
    min-height: 100vh;
}

.pt-24 {
    padding-top: 6rem;
}

.pb-20 {
    padding-bottom: 5rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.max-w-\[1200px\] {
    max-width: 1200px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.text-center {
    text-align: center;
}

.mb-16 {
    margin-bottom: 4rem;
}

.mb-12 {
    margin-bottom: 3rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.text-5xl {
    font-size: 3rem;
}

.md\:text-6xl {
    font-size: 3.75rem;
}

.font-\[\'Poppins\'\] {
    font-family: 'Poppins', sans-serif;
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-white {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-\[\#00d9ff\] {
    --tw-gradient-stops: var(--tw-gradient-from), #00d9ff, var(--tw-gradient-to, rgba(0, 217, 255, 0));
}

.to-white {
    --tw-gradient-to: #ffffff;
}

.bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text;
}

.text-transparent {
    color: transparent;
}

.text-xl {
    font-size: 1.25rem;
}

.text-gray-300 {
    color: #d1d5db;
}

.max-w-2xl {
    max-width: 42rem;
}

.relative {
    position: relative;
}

.input {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    color: white;
    padding: 1rem 1rem 1rem 3rem;
    font-size: 1.125rem;
    font-family: 'Poppins', sans-serif;
}

.input::placeholder {
    color: #6b7280;
}

.input:focus {
    outline: none;
    border-color: rgba(0, 217, 255, 0.5);
}

.absolute {
    position: absolute;
}

.left-4 {
    left: 1rem;
}

.top-1\/2 {
    top: 50%;
}

.-translate-y-1\/2 {
    transform: translateY(-50%);
}

.w-6 {
    width: 1.5rem;
}

.h-6 {
    height: 1.5rem;
}

.text-gray-400 {
    color: #9ca3af;
}

.h-14 {
    height: 3.5rem;
}

.text-lg {
    font-size: 1.125rem;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.gap-3 {
    gap: 0.75rem;
}

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

.text-sm {
    font-size: 0.875rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.bg-white\/5 {
    background-color: rgba(255, 255, 255, 0.05);
}

.border {
    border-width: 1px;
}

.border-white\/10 {
    border-color: rgba(255, 255, 255, 0.1);
}

.rounded-full {
    border-radius: 9999px;
}

.text-\[\#00d9ff\] {
    color: #00d9ff;
}

.hover\:bg-white\/10:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.transition-all {
    transition: all 0.3s ease;
}

.grid {
    display: grid;
}

.md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gap-6 {
    gap: 1.5rem;
}

.card {
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
    padding: 1.5rem;
    height: 100%;
    transition: all 0.3s ease;
}

.card:hover {
    border-color: rgba(0, 217, 255, 0.5);
}

.w-12 {
    width: 3rem;
}

.h-12 {
    height: 3rem;
}

.bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.from-\[\#00d9ff\] {
    --tw-gradient-from: #00d9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 217, 255, 0));
}

.to-\[\#00b8d4\] {
    --tw-gradient-to: #00b8d4;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.items-center {
    align-items: center;
}

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

.group:hover .group-hover\:scale-110 {
    transform: scale(1.1);
}

.transition-transform {
    transition: transform 0.3s ease;
}

.text-white {
    color: #ffffff;
}

.space-y-2 > * + * {
    margin-top: 0.5rem;
}

.hover\:text-\[\#00d9ff\]:hover {
    color: #00d9ff;
}

.transition-colors {
    transition: color 0.3s ease;
}

.items-center {
    align-items: center;
}

.gap-2 {
    gap: 0.5rem;
}

.w-1\.5 {
    width: 0.375rem;
}

.h-1\.5 {
    height: 0.375rem;
}

.bg-gray-600 {
    background-color: #4b5563;
}

.rounded-full {
    border-radius: 9999px;
}

.group\/link:hover .group-hover\/link\:bg-\[\#00d9ff\] {
    background-color: #00d9ff;
}

.mt-32 {
    margin-top: 8rem;
}

.bg-white\/5 {
    background-color: rgba(255, 255, 255, 0.05);
}

.backdrop-blur-sm {
    backdrop-filter: blur(4px);
}

.border-white\/10 {
    border-color: rgba(255, 255, 255, 0.1);
}

.rounded-2xl {
    border-radius: 1rem;
}

.p-8 {
    padding: 2rem;
}

.text-3xl {
    font-size: 1.875rem;
}

.bg-\[\#0a0e1a\] {
    background-color: #0a0e1a;
}

.border-white\/10 {
    border-color: rgba(255, 255, 255, 0.1);
}

.rounded-lg {
    border-radius: 0.5rem;
}

.p-6 {
    padding: 1.5rem;
}

.font-mono {
    font-family: 'Courier New', monospace;
}

.text-sm {
    font-size: 0.875rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-1\.5 {
    gap: 0.375rem;
}

.w-3 {
    width: 0.75rem;
}

.h-3 {
    height: 0.75rem;
}

.rounded-full {
    border-radius: 9999px;
}

.bg-red-500\/50 {
    background-color: rgba(239, 68, 68, 0.5);
}

.bg-yellow-500\/50 {
    background-color: rgba(245, 158, 11, 0.5);
}

.bg-green-500\/50 {
    background-color: rgba(34, 197, 94, 0.5);
}

.text-gray-500 {
    color: #6b7280;
}

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

a {
    text-decoration: none;
    color: inherit;
}

@media (min-width: 768px) {
    .md\:text-6xl {
        font-size: 3.75rem;
    }
    
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}