
/*
Theme Name: Elite Directory Stitch
Theme URI: https://escortenperu.com
Author: Design Studio
Description: Tema premium para directorio de escorts basado en diseño de Google Stitch.
Version: 1.0.0
Text Domain: elite-stitch
*/

/* 
   ESTILOS ADICIONALES EXTRAÍDOS DEL DISEÑO ORIGINAL 
   Nota: Los estilos de Tailwind se cargan vía CDN en el header para máxima fidelidad.
*/

.premium-border {
    border: 2px solid transparent;
    background: linear-gradient(#161618, #161618) padding-box,
                linear-gradient(to bottom right, #cea73b, #fef3c7, #cea73b) border-box;
}
.gold-border {
    border: 1px solid #cea73b4d;
}
.hero-lighting {
    background: radial-gradient(circle at center, rgba(206, 167, 59, 0.2) 0%, transparent 70%);
}
.gold-text-gradient {
    background: linear-gradient(to bottom, #fef3c7, #cea73b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.card-overlay {
    background: linear-gradient(to top, rgba(10,10,10,1) 0%, rgba(10,10,10,0.4) 50%, transparent 100%);
}
.glass-header {
    background: rgba(10, 10, 11, 0.9);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.premium-glow {
    box-shadow: 0 0 20px rgba(0, 119, 128, 0.3);
    border: 1px solid rgba(0, 119, 128, 0.5);
}

/* Scrollbar styling */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    background: #0a0a0a;
}
::-webkit-scrollbar-thumb {
    background: #36332b;
    border-radius: 10px;
}
