 /* ================================================================= ESTILOS VISUALES PREMIUM - TEMA CLARO Y OSCURO ================================================================= */ /* MOBILE FIX: Estilos base para móvil */ html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; width: 100%; overflow-x: hidden; margin: 0; padding: 0; } body { width: 100%; min-width: 0; overflow-x: hidden; margin: 0; padding: 0; } *, *::before, *::after { box-sizing: border-box; } img, video, iframe, embed, object { max-width: 100%; height: auto; } /* Contenedor principal no debe exceder viewport */ .container { max-width: 100%; } :root { /* Gradientes y Colores para el Tema Claro */ --primary-gradient: linear-gradient(135deg, #1e3a8a 0%, #3730a3 25%, #581c87 50%, #7c2d12 75%, #dc2626 100%); --primary-gradient-alt: linear-gradient(135deg, #4f46e5 0%, #7c3aed 25%, #be185d 50%, #dc2626 75%, #ea580c 100%); --text-gradient: linear-gradient(125deg, #1e3a8a, #3730a3, #7c3aed, #be185d, #3730a3, #1e3a8a); --premium-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.07), 0 4px 6px -4px rgb(0 0 0 / 0.07); --premium-shadow-hover: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); --gemini-color: #3b82f6; --transition-all: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); --transition-fast: all 0.3s ease-out; --transition-medium: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); --transition-slow: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1); } .dark { --primary-gradient: linear-gradient(135deg, #8b5cf6 0%, #ec4899 50%, #f97316 100%); --text-gradient: linear-gradient(125deg, #a78bfa, #f472b6, #fb923c, #f472b6, #a78bfa); background-color: #111827; } .dark body { background-color: #111827; color: #d1d5db; } .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 { color: #f9fafb; } .dark .header-bg { background: rgba(17, 24, 39, 0.85); border-bottom-color: #374151; } .dark .card { background: #1f2937; border-color: #374151; } .dark .card:not(.vision-card):hover { border-color: #8b5cf6; } .dark .hero-section { background-color: #111827; /* Darker hero */ } .dark p, .dark .text-gray-600, .dark .text-gray-700, .dark .text-gray-500, .dark footer .text-gray-600 { color: #a0aec0; /* Lighter gray for better readability */ } .dark .text-gray-800, .dark h3, .dark h4 { color: #e2e8f0; } .dark .bg-white { background-color: #1f2937; } .dark .bg-gray-800 { background-color: #111827; } .dark .border-gray-200 { border-color: #4a5568; } .dark .text-gray-300 { color: #d1d5db; } .dark footer a { color: #90cdf4; } .dark footer a:hover { color: #63b3ed; } .dark .chatbot-input input { background: #111827; border-color: #4b5563; color: #f9fafb; } .dark .form-control { background: #f9fafb; border-color: #d1d5db; color: #1f2937; } .dark .form-control:focus { background: #ffffff; border-color: #3b82f6; box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2); } .dark .footer-bg, .dark .bg-gray-50 { background-color: #1f2937; border-top-color: #374151; } .dark .chatbot-window { background: #1f2937; border-color: #374151; } .dark .chatbot-messages { background: #111827; } .dark .bot-message { background: #374151; color: #f9fafb; } .dark .bot-message strong { color: #93c5fd; /* Color azul claro para mejor contraste en modo oscuro */ } .dark .chatbot-input { background: #1f2937; border-top-color: #374151; } .dark .chatbot-input input { background: #111827; border-color: #4b5563; color: #f9fafb; } .dark #gemini-idea-generator, .dark #gemini-risk-analyzer, .dark #gemini-needs-analyzer, .dark #branding-generator, .dark #gemini-content-generator, .dark #gemini-competitor-analyzer, .dark #video-generator, .dark #gemini-campaign-planner { background: #1f2937; border-color: #4b5563; } .dark .result-card { background-color: #374151; border-color: #4b5563; } .dark .result-card-content { color: #d1d5db; } .dark #gemini-needs-analyzer h2 { color: #ffffff !important; -webkit-text-fill-color: #ffffff !important; } .dark .text-blue-400 { color: #93c5fd; } .dark .text-blue-400:hover { color: #60a5fa; } .dark #mobile-menu { background: rgba(17, 24, 39, 0.95); } .dark #mobile-menu a { color: #d1d5db; } .dark #mobile-menu a:hover { color: #a78bfa; background-color: #374151; } /* [NUEVO] Corrección para modo oscuro en planificador de campañas */ .dark .campaign-day-card { background-color: #1f2937; border-color: #374151; } .dark .campaign-day-card .prompt-container { background-color: #374151; color: #a0aec0; border-color: #4b5563; } /* Estilos Base Premium */ * { box-sizing: border-box; } html { background-color: #ffffff; position: relative; width: 100%; overflow-x: hidden; } body { font-family: 'Open Sans', sans-serif; background-color: transparent; color: #1f2937; line-height: 1.8; overflow-x: hidden; position: relative; min-height: 100vh; min-height: 100svh; -webkit-overflow-scrolling: touch; width: 100%; } /* Estilos para fijar el logo de marca de agua como fondo estático */ body::before { content:""; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: url('https://iaexpertos.net/fotoslandingpage/optimized/logo_en_v16.webp') no-repeat center center; background-size: 400px auto; opacity: 0.07; z-index: 0; pointer-events: none; /* GPU-accelerated: promueve a capa propia del compositor para scroll suave */ } body > * { position: relative; z-index: 1; } /* Tipografía Premium */ h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; font-weight: 700; line-height: 1.2; color: #111827; } .container { max-width: 1200px; margin-left: auto; margin-right: auto; padding-left: 0.5rem; padding-right: 0.5rem; } @media (min-width: 640px) { .container { padding-left: 1.5rem; padding-right: 1.5rem; } } /* Header Premium con Estilo Claro */ .header-bg { background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(10px) saturate(180%); border-bottom: 1px solid #e5e7eb; box-shadow: var(--premium-shadow); transition: var(--transition-fast); position: relative; } /* Cards Premium con Estilo Claro */ .card { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 20px; box-shadow: var(--premium-shadow); transition: var(--transition-all); position: relative; overflow: hidden; width: 100%; display: flex; flex-direction: column; } .card:not(.vision-card):hover { transform: translateY(-10px); box-shadow: var(--premium-shadow-hover); border-color: #3b82f6; } .feature-card-content { flex-grow: 1; display: flex; flex-direction: column; padding: 1rem; } /* Botones Premium */ .btn-primary { background: var(--primary-gradient); color: white; border: none; border-radius: 50px; padding: 15px 35px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; transition: var(--transition-all); position: relative; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); } .btn-primary::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent); transition: var(--transition-fast); } .btn-primary:hover { transform: translateY(-5px) scale(1.03); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25); } .btn-primary:hover::before { left: 100%; } /* [CORREGIDO] Efectos de Texto con Gradientes Animados */ .text-gradient { background: var(--text-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; background-size: 400% 400%; animation: gradientShift 8s ease-in-out infinite; } .text-gradient-2 { background: linear-gradient(125deg, #a855f7, #6366f1, #3b82f6, #6366f1, #a855f7); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; background-size: 400% 400%; animation: gradientShift 8s ease-in-out infinite; } @keyframes gradientShift { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } } /* [NUEVO] Justificación Premium para los Textos SEO */ .premium-justify { text-align: justify; text-justify: inter-word; hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; } @media (max-width: 640px) { .premium-justify { text-align-last: left; /* Evita grandes espacios en la última línea en móvil */ } } /* [NUEVO] Corrección para viñetas en listas justificadas */ .list-outside { list-style-position: outside; } /* Animaciones de Entrada */ .fade-in { opacity: 0; animation: fadeInUp 1.2s ease-out forwards; animation-delay: 0.2s; } @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } /* [NUEVO] Animación para el botón de menú móvil */ @keyframes pulseAttention { 0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7); } 70% { transform: scale(1.1); box-shadow: 0 0 0 10px rgba(59, 130, 246, 0); } 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(59, 130, 246, 0); } } .animate-pulse-attention { animation: pulseAttention 2s infinite; } .slide-up { transform: translateY(50px); opacity: 0; transition: var(--transition-slow); } .slide-up.active { transform: translateY(0); opacity: 1; } /* Hero Section */ .hero-section { position: relative; min-height: 90vh; min-height: 90svh; overflow: hidden; background-color: #f9fafb; } .hero-overlay { display: none; } .particles { position: absolute; width: 100%; height: 100%; z-index: 2; pointer-events: none; opacity: 0.5; } /* [NUEVO] partículas individuales */ .particle { position: absolute; border-radius: 50%; background: radial-gradient(circle, rgba(99, 102, 241, 0.9) 0%, rgba(99, 102, 241, 0.25) 60%, transparent 70%); animation: floatParticle 12s ease-in-out infinite; } @keyframes floatParticle { 0% { transform: translateY(0) translateX(0); opacity: 0.9; } 50% { transform: translateY(-20px) translateX(10px); opacity: 0.7; } 100% { transform: translateY(0) translateX(0); opacity: 0.9; } } /* Imágenes Premium */ .service-image, .card img { width: 100%; height: 100%; object-fit: cover; border-radius: 20px 20px 0 0; transition: var(--transition-all); } .card .rounded-lg { height: 100%; object-fit: cover; } .card:not(.vision-card):hover .service-image, .card:not(.vision-card):hover img { transform: scale(1.05); } .vision-card { padding: 1.5rem; transition: transform 0.5s var(--transition-medium), box-shadow 0.5s var(--transition-medium); } .vision-card:hover { transform: translateY(-12px) scale(1.03); box-shadow: var(--premium-shadow-hover); border-color: #3b82f6; } .vision-card .image-wrapper { width: 100%; aspect-ratio: 16 / 9; border-radius: 12px; overflow: hidden; margin-bottom: 1.25rem; position: relative; } .vision-card .image-wrapper img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); } .vision-card:hover .image-wrapper img { transform: scale(1.15); } .vision-card .image-wrapper::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(10, 5, 40, 0.4) 0%, transparent 60%); opacity: 0; transition: opacity 0.6s ease-in-out; } .vision-card:hover .image-wrapper::after { opacity: 1; } .circular-image { width: 120px; height: 120px; border-radius: 50%; object-fit: cover; border: 4px solid #e5e7eb; box-shadow: var(--premium-shadow); transition: var(--transition-all); } .circular-image:hover { transform: scale(1.1); box-shadow: var(--premium-shadow-hover); border-color: #3b82f6; } /* [MODIFICADO] Logos sin estilos de contenedor */ .site-logo, .hero-logo { object-fit: cover; transition: var(--transition-all); position: relative; border: none; /* Borde eliminado */ background-color: transparent !important; } .site-logo:hover { transform: scale(1.1) rotateZ(10deg); } .hero-logo { animation: logoFloat 4s ease-in-out infinite; } @keyframes logoFloat { 0%, 100% { transform: translateY(0px) rotateZ(0deg); } 50% { transform: translateY(-10px) rotateZ(5deg); } } /* [CORREGIDO] Título del logo con gradiente animado - RESPONSIVE */ .logo-text { margin-left: 0.15rem; /* reducido */ font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 0.7rem; /* reducido para evitar overflow */ /* móvil por defecto */ letter-spacing: 0.3px; background: var(--text-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; background-size: 400% 400%; animation: gradientShift 8s ease-in-out infinite; white-space: nowrap; } @media (min-width: 640px) { .logo-text { margin-left: 0.5rem; font-size: 1rem; } } @media (min-width: 1024px) { .logo-text { margin-left: 0.75rem; font-size: 1.25rem; letter-spacing: 0.8px; } } @media (min-width: 1280px) { .logo-text { font-size: 1.5rem; } } /* Formularios Premium */ .form-control { background: #f9fafb; border: 1px solid #d1d5db; color: #1f2937; transition: var(--transition-fast); border-radius: 15px; padding: 15px 20px; width: 100%; margin-bottom: 1rem; font-size: 16px; } .form-control::placeholder { color: #9ca3af; } .form-control:focus { background: #ffffff; border-color: #3b82f6; box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2); outline: none; } .btn { padding: 0.75rem 1.5rem; border: none; border-radius: 0.6rem; font-weight: 600; text-transform: uppercase; cursor: pointer; transition: all 0.3s ease; } .btn-lg { padding: 1rem 2rem; font-size: 1rem; letter-spacing: 0.8px; } .btn-dark { background: var(--primary-gradient); color: white; } .btn-dark:hover { transform: translateY(-4px) scale(1.02); box-shadow: 0 12px 30px rgba(59, 130, 246, 0.3); } .btn-block { width: 100%; display: block; } /* Footer Premium */ .footer-bg { background: #f9fafb; border-top: 1px solid #e5e7eb; position: relative; overflow: hidden; } @keyframes typingBounce { 0%, 100% { transform: translateY(0); background: #94a3b8; } 50% { transform: translateY(-8px); background: #64748b; } } #mensaje-exito { color: #0f5132; background-color: #d1e7dd; border: 1px solid #badbcc; padding: 1.2rem; border-radius: 0.7rem; margin-top: 1.2em; text-align: center; transform: translateY(25px); opacity: 0; transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275); } #mensaje-exito.show { transform: translateY(0); opacity: 1; } /* Generadores de IA Incrustados */ #gemini-idea-generator, #gemini-risk-analyzer, #gemini-needs-analyzer, #branding-generator, #gemini-content-generator, #gemini-competitor-analyzer, #video-generator, #gemini-campaign-planner { background: #ffffff; border-radius: 25px; padding: 30px; margin: 40px 0; border: 1px solid #e5e7eb; box-shadow: var(--premium-shadow); } /* Aplicar gradiente animado a todos los h2 de las secciones de herramientas */ #gemini-idea-generator h2, #gemini-risk-analyzer h2, #branding-generator h2, #gemini-content-generator h2, #gemini-competitor-analyzer h2, #video-generator h2, #gemini-campaign-planner h2 { text-align: center; margin-bottom: 25px; font-size: 2rem; background: var(--text-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; background-size: 400% 400%; animation: gradientShift 8s ease-in-out infinite; } /* Estilo especial para el analizador de necesidades sobre fondo oscuro */ #gemini-needs-analyzer h2 { color: #ffffff !important; -webkit-text-fill-color: #1e3a8a !important; /* Forzar color blanco */ background: none; /* Quitar gradiente para que la sombra sea visible */ text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7); } @media (min-width: 768px) { #gemini-idea-generator h2, #gemini-risk-analyzer h2, #gemini-needs-analyzer h2, #branding-generator h2, #gemini-content-generator h2, #gemini-competitor-analyzer h2, #video-generator h2, #gemini-campaign-planner h2 { font-size: 2.5rem; } } #gemini-idea-generator input[type="text"], #gemini-risk-analyzer textarea, #gemini-needs-analyzer textarea, #branding-generator textarea, #gemini-content-generator input[type="text"], #gemini-content-generator select, #gemini-competitor-analyzer textarea, #video-generator textarea, #gemini-campaign-planner textarea, #gemini-campaign-planner input[type="text"], #gemini-campaign-planner select { background: #f9fafb !important; border: 1px solid #d1d5db !important; color: #1f2937 !important; padding: 15px 20px; border-radius: 15px; width: 100%; margin-bottom: 20px; transition: var(--transition-fast); font-size: 1rem; } #gemini-content-generator select, #gemini-campaign-planner select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1.25rem center; padding-right: 3rem; } #gemini-content-generator select option, #gemini-campaign-planner select option { background: #ffffff; color: #1f2937; } #gemini-idea-generator input[type="text"]:focus, #gemini-risk-analyzer textarea:focus, #gemini-needs-analyzer textarea:focus, #branding-generator textarea:focus, #gemini-content-generator input[type="text"]:focus, #gemini-content-generator select:focus, #gemini-competitor-analyzer textarea:focus, #video-generator textarea:focus, #gemini-campaign-planner textarea:focus, #gemini-campaign-planner input[type="text"]:focus, #gemini-campaign-planner select:focus { background: #ffffff; border-color: #3b82f6; box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2); outline: none; } #gemini-idea-generator button, #gemini-risk-analyzer button, #gemini-needs-analyzer button, #branding-generator button, #gemini-content-generator button, #gemini-competitor-analyzer button, #video-generator button, #gemini-campaign-planner button { display: block; width: 100%; padding: 15px 30px; border-radius: 25px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; transition: var(--transition-all); background: var(--primary-gradient); color: white; border: none; font-size: 1rem; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); } #gemini-idea-generator button:hover, #gemini-risk-analyzer button:hover, #gemini-needs-analyzer button:hover, #branding-generator button:hover, #gemini-content-generator button:hover, #gemini-competitor-analyzer button:hover, #video-generator button:hover, #gemini-campaign-planner button:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25); } #gemini-idea-generator button:disabled, #gemini-risk-analyzer button:disabled, #gemini-needs-analyzer button:disabled, #branding-generator button:disabled, #gemini-content-generator button:disabled, #gemini-competitor-analyzer button:disabled, #video-generator button:disabled, #gemini-campaign-planner button:disabled { background: #9ca3af; cursor: not-allowed; opacity: 0.7; } #gemini-ideas-result, #gemini-risk-result, #gemini-needs-result, #branding-result, #gemini-content-result, #gemini-competitor-result, #video-result, #gemini-campaign-result { margin-top: 25px; padding: 20px; background: #f9fafb; border-radius: 15px; min-height: 100px; border: 1px solid #e5e7eb; } .result-container { display: none; margin-top: 1.5rem; } .result-card { background-color: #ffffff; padding: 1.5rem; border-radius: 0.75rem; border: 1px solid #e5e7eb; display: flex; flex-direction: column; } .result-card h4 { display: flex; align-items: center; gap: 0.75rem; font-size: 1.2rem; margin-bottom: 1rem; padding-bottom: 0.75rem; border-bottom: 2px solid; } .result-card-gemini h4 { color: var(--gemini-color); border-color: var(--gemini-color); } .result-card .idea-title { font-weight: bold; display: block; margin-bottom: 0.5rem; font-size: 1.1em; } .result-card-gemini .idea-title { color: var(--gemini-color); } .result-card-content { color: #374151; font-size: 0.9rem; line-height: 1.7; white-space: pre-wrap; } .result-card-content ul { list-style-position: inside; padding-left: 0.5rem; } .result-card-content li { margin-bottom: 0.5rem; } .dark .result-intro-title { color: #f3f4f6 !important; background-color: #374151; } /* This is the key fix: override the gradient and make the text inherit the parent's dark color */ .dark .result-intro-title .text-gradient { background: linear-gradient(135deg, #60a5fa, #a78bfa) !important; -webkit-background-clip: text !important; background-clip: text !important; -webkit-text-fill-color: transparent !important; } .result-intro-title { text-align: center; font-size: 1.25rem; font-weight: 600; color: #111827; margin-bottom: 1.5rem; padding: 0.75rem; border-radius: 0.5rem; background: #f3f4f6; display: none; } @media (min-width: 768px) { .result-intro-title { font-size: 1.5rem; } } .result-card-content .highlight { font-weight: 700; } .result-card-gemini .result-card-content .highlight { color: var(--gemini-color); } /* Generador de Branding y Copiar Prompt */ .branding-results-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; } @media (min-width: 1024px) { .branding-results-grid { grid-template-columns: 1fr 1fr; } } #logo-results-container { grid-column: 1 / -1; } .logo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 1.5rem; margin-top: 1rem; } /* [REDISEó‘ADO] Estilos de la tarjeta de logo y acciones */ .logo-card { background-color: #f9fafb; border: 1px solid #e5e7eb; border-radius: 15px; padding: 1rem; display: flex; flex-direction: column; justify-content: space-between; /* Pushes image to top, actions to bottom */ transition: all 0.3s ease; min-height: 280px; /* Increased height to accommodate buttons */ } .logo-card:hover { transform: translateY(-5px); box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.07), 0 4px 6px -4px rgba(0, 0, 0, 0.07); border-color: #3b82f6; } /* Wrapper for the image to control its size and alignment */ .logo-image-wrapper { flex-grow: 1; display: flex; justify-content: center; align-items: center; margin-bottom: 1rem; min-height: 150px; } .logo-card img { max-width: 100%; max-height: 150px; object-fit: contain; border-radius: 8px; } /* Container for the action buttons, always visible */ .logo-actions { display: flex; flex-direction: column; gap: 0.5rem; /* Space between buttons */ width: 100%; } .dark .logo-card { background-color: #1f2937; border-color: #374151; } .dark .logo-card:hover { border-color: #8b5cf6; } .branding-list { list-style-position: inside; padding-left: 0.5rem; } .branding-list li { margin-bottom: 0.75rem; padding: 0.5rem; background-color: #f9fafb; border-radius: 8px; border-left: 3px solid #3b82f6; } .dark .branding-list li { background-color: #374151; color: #f9fafb; border-left-color: #8b5cf6; } /* [REDISEó‘ADO] Estilos base para los botones de acción del logo */ .logo-action-btn { width: 100%; padding: 10px 15px; border-radius: 8px; font-weight: 600; font-size: 0.9rem; cursor: pointer; transition: all 0.2s ease; text-decoration: none; display: flex; align-items: center; justify-content: center; gap: 0.5rem; border: 2px solid transparent; } .logo-action-btn .fas { font-size: 1em; } /* Estilo Primario (Descargar) */ .logo-action-btn.primary { background: var(--primary-gradient); color: white; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); } .logo-action-btn.primary:hover { transform: translateY(-2px); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); } /* Estilo Secundario (Copiar Prompt) */ .logo-action-btn.secondary { background-color: transparent; border-color: #d1d5db; /* Gris claro */ color: #4b5563; /* Gris oscuro */ } .logo-action-btn.secondary:hover { background-color: #f3f4f6; /* Gris muy claro */ border-color: #3b82f6; /* Azul */ color: #3b82f6; } .dark .logo-action-btn.secondary { border-color: #4b5563; color: #d1d5db; } .dark .logo-action-btn.secondary:hover { background-color: #374151; border-color: #a78bfa; color: #a78bfa; } /* Dark mode for result cards */ .dark .result-card { background-color: #1f2937; border-color: #374151; color: #f3f4f6; } .dark .result-card h4 { color: #a78bfa; border-color: #a78bfa; } .dark .result-card-content { color: #e5e7eb; } /* [NEW] Loading Spinner Premium Visibility - Fixing visibility in light mode */ .loading-spinner-needs, .loading-spinner-ideas, .loading-spinner-risk, .loading-spinner-competitor, .loading-spinner-content, .loading-spinner-campaign, .loading-spinner-branding, .loading-spinner-video { display: flex; justify-content: center; align-items: center; margin: 20px 0; padding: 15px; border-radius: 12px; width: 100%; background: rgba(255, 255, 255, 0.5); /* Subtle background for light mode */ border: 1px solid rgba(0, 0, 0, 0.05); transition: all 0.3s ease; } .dark .loading-spinner-needs, .dark .loading-spinner-ideas, .dark .loading-spinner-risk, .dark .loading-spinner-competitor, .dark .loading-spinner-content, .dark .loading-spinner-campaign, .dark .loading-spinner-branding, .dark .loading-spinner-video { background: rgba(15, 23, 42, 0.4); border-color: rgba(255, 255, 255, 0.1); } .loading-spinner-needs i, .loading-spinner-ideas i, .loading-spinner-risk i, .loading-spinner-competitor i, .loading-spinner-content i, .loading-spinner-campaign i, .loading-spinner-branding i, .loading-spinner-video i { font-size: 2rem; background: var(--text-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1)); } .dark .loading-spinner-needs i, .dark .loading-spinner-ideas i, .dark .loading-spinner-risk i, .dark .loading-spinner-competitor i, .dark .loading-spinner-content i, .dark .loading-spinner-campaign i, .dark .loading-spinner-branding i, .dark .loading-spinner-video i { filter: drop-shadow(0 0 8px rgba(59, 130, 246, 0.4)); } .toast-notification { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); background-color: #22c55e; color: white; padding: 10px 20px; border-radius: 8px; z-index: 10000; opacity: 0; transition: opacity 0.5s ease; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); } .toast-notification[aria-live="polite"] { outline: 0; } /* accesibilidad */ .toast-notification.show { opacity: 1; } #firebase-error-banner { display: none; background-color: #ef4444; color: white; padding: 1rem; text-align: center; font-weight: bold; position: sticky; top: 0; z-index: 10001; } /* Generador de Vídeo */ #video-result-container { display: flex; flex-direction: column; gap: 2rem; } .storyboard-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; } .storyboard-card { background-color: #ffffff; border-radius: 15px; border: 1px solid #e5e7eb; overflow: hidden; transition: var(--transition-medium); } .storyboard-card:hover { transform: translateY(-10px); box-shadow: var(--premium-shadow-hover); } .storyboard-card .img-container { aspect-ratio: 16 / 9; background-color: #f3f4f6; display: flex; align-items: center; justify-content: center; } .storyboard-card img { width: 100%; height: 100%; object-fit: cover; } .storyboard-card .script-content { padding: 1rem; } .storyboard-card .scene-title { font-weight: 700; color: var(--gemini-color); margin-bottom: 0.5rem; } .storyboard-card .scene-narration { font-size: 0.85rem; color: #4b5563; line-height: 1.6; } .video-script-container { background-color: #f9fafb; padding: 1.5rem; border-radius: 15px; border: 1px solid #e5e7eb; } /* Storyboard Animado */ #animated-player { position: relative; width: 100%; aspect-ratio: 16 / 9; background-color: #000; border-radius: 15px; overflow: hidden; box-shadow: var(--premium-shadow); } #animated-player img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity 0.7s ease-in-out; } #player-subtitle { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.6); color: #fff; padding: 1rem 1.5rem; text-align: center; font-size: 1.1rem; backdrop-filter: blur(5px); transition: opacity 0.5s ease; opacity: 0; } #player-controls { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 10; display: flex; gap: 1rem; align-items: center; } #play-pause-btn { background: rgba(0, 0, 0, 0.5); border-radius: 50%; width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; border: 2px solid rgba(255, 255, 255, 0.5); color: rgba(255, 255, 255, 0.8); cursor: pointer; transition: all 0.3s ease; } #play-pause-btn:hover { background: rgba(0, 0, 0, 0.7); color: #fff; transform: scale(1.1); } #play-pause-btn i { font-size: 2.5rem; text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); } #translation-loading-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.8); color: #1f2937; display: none; align-items: center; justify-content: center; z-index: 10000; font-size: 1.8em; text-align: center; padding: 20px; backdrop-filter: blur(5px); } .dark #translation-loading-overlay { background: rgba(17, 24, 39, 0.8); color: #f9fafb; } .toast-notification { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); background-color: #22c55e; color: white; padding: 10px 20px; border-radius: 8px; z-index: 10000; opacity: 0; transition: opacity 0.5s ease; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); } .toast-notification[aria-live="polite"] { outline: 0; } /* accesibilidad */ .toast-notification.show { opacity: 1; } #firebase-error-banner { display: none; background-color: #ef4444; color: white; padding: 1rem; text-align: center; font-weight: bold; position: sticky; top: 0; z-index: 10001; } /* Generador de Vídeo */ #video-result-container { display: flex; flex-direction: column; gap: 2rem; } .storyboard-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; } .storyboard-card { background-color: #ffffff; border-radius: 15px; border: 1px solid #e5e7eb; overflow: hidden; transition: var(--transition-medium); } .storyboard-card:hover { transform: translateY(-10px); box-shadow: var(--premium-shadow-hover); } .storyboard-card .img-container { aspect-ratio: 16 / 9; background-color: #f3f4f6; display: flex; align-items: center; justify-content: center; } .storyboard-card img { width: 100%; height: 100%; object-fit: cover; } .storyboard-card .script-content { padding: 1rem; } .storyboard-card .scene-title { font-weight: 700; color: var(--gemini-color); margin-bottom: 0.5rem; } .storyboard-card .scene-narration { font-size: 0.85rem; color: #4b5563; line-height: 1.6; } .video-script-container { background-color: #f9fafb; padding: 1.5rem; border-radius: 15px; border: 1px solid #e5e7eb; } /* Storyboard Animado */ #animated-player { position: relative; width: 100%; aspect-ratio: 16 / 9; background-color: #000; border-radius: 15px; overflow: hidden; box-shadow: var(--premium-shadow); } #animated-player img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity 0.7s ease-in-out; } #player-subtitle { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.6); color: #fff; padding: 1rem 1.5rem; text-align: center; font-size: 1.1rem; backdrop-filter: blur(5px); transition: opacity 0.5s ease; opacity: 0; } #player-controls { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 10; display: flex; gap: 1rem; align-items: center; } #play-pause-btn { background: rgba(0, 0, 0, 0.5); border-radius: 50%; width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; border: 2px solid rgba(255, 255, 255, 0.5); color: rgba(255, 255, 255, 0.8); cursor: pointer; transition: all 0.3s ease; } #play-pause-btn:hover { background: rgba(0, 0, 0, 0.7); color: #fff; transform: scale(1.1); } #play-pause-btn i { font-size: 2.5rem; text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); } #translation-loading-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.8); color: #1f2937; display: none; align-items: center; justify-content: center; z-index: 10000; font-size: 1.8em; text-align: center; padding: 20px; backdrop-filter: blur(5px); } .dark #translation-loading-overlay { background: rgba(17, 24, 39, 0.8); color: #f9fafb; } /* Legal Pages */ .legal-page { background: #ffffff; color: #374151; padding: 40px; border-radius: 25px; box-shadow: var(--premium-shadow); max-width: 900px; margin: 50px auto; border: 1px solid #e5e7eb; } .legal-page h1 { background: var(--text-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-align: center; margin-bottom: 30px; font-size: 2.5rem; } .toast-notification[aria-live="polite"] { outline: 0; } /* accesibilidad */ .toast-notification.show { opacity: 1; } #firebase-error-banner { display: none; background-color: #ef4444; color: white; padding: 1rem; text-align: center; font-weight: bold; position: sticky; top: 0; z-index: 10001; } /* Generador de Vídeo */ #video-result-container { display: flex; flex-direction: column; gap: 2rem; } .storyboard-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; } .storyboard-card { background-color: #ffffff; border-radius: 15px; border: 1px solid #e5e7eb; overflow: hidden; transition: var(--transition-medium); } .storyboard-card:hover { transform: translateY(-10px); box-shadow: var(--premium-shadow-hover); } .storyboard-card .img-container { aspect-ratio: 16 / 9; background-color: #f3f4f6; display: flex; align-items: center; justify-content: center; } .storyboard-card img { width: 100%; height: 100%; object-fit: cover; } .storyboard-card .script-content { padding: 1rem; } .storyboard-card .scene-title { font-weight: 700; color: var(--gemini-color); margin-bottom: 0.5rem; } .storyboard-card .scene-narration { font-size: 0.85rem; color: #4b5563; line-height: 1.6; } .video-script-container { background-color: #f9fafb; padding: 1.5rem; border-radius: 15px; border: 1px solid #e5e7eb; } /* Storyboard Animado */ #animated-player { position: relative; width: 100%; aspect-ratio: 16 / 9; background-color: #000; border-radius: 15px; overflow: hidden; box-shadow: var(--premium-shadow); } #animated-player img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity 0.7s ease-in-out; } #player-subtitle { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.6); color: #fff; padding: 1rem 1.5rem; text-align: center; font-size: 1.1rem; backdrop-filter: blur(5px); transition: opacity 0.5s ease; opacity: 0; } #player-controls { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 10; display: flex; gap: 1rem; align-items: center; } #play-pause-btn { background: rgba(0, 0, 0, 0.5); border-radius: 50%; width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; border: 2px solid rgba(255, 255, 255, 0.5); color: rgba(255, 255, 255, 0.8); cursor: pointer; transition: all 0.3s ease; } #play-pause-btn:hover { background: rgba(0, 0, 0, 0.7); color: #fff; transform: scale(1.1); } #play-pause-btn i { font-size: 2.5rem; text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); } #translation-loading-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.8); color: #1f2937; display: none; align-items: center; justify-content: center; z-index: 10000; font-size: 1.8em; text-align: center; padding: 20px; backdrop-filter: blur(5px); } .dark #translation-loading-overlay { background: rgba(17, 24, 39, 0.8); color: #f9fafb; } /* Legal Pages */ .legal-page { background: #ffffff; color: #374151; padding: 40px; border-radius: 25px; box-shadow: var(--premium-shadow); max-width: 900px; margin: 50px auto; border: 1px solid #e5e7eb; } .legal-page h1 { background: var(--text-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-align: center; margin-bottom: 30px; font-size: 2.5rem; } /* Theme Switcher Styles */ .theme-switch-wrapper { display: flex; align-items: center; } .theme-switch-wrapper .fas { color: #718096; cursor: pointer; } @media (max-width: 1279px) { /* xl breakpoint */ .theme-switch-wrapper .fas { display: none !important; } .theme-switch { margin: 0 !important; } } /* Mobile theme toggle container specific adjustments */ @media (max-width: 639px) { .mobile-theme-switch-container { display: flex !important; align-items: center; margin-left: 2px; margin-right: 2px; flex-shrink: 0; } } .dark .theme-switch-wrapper .fas { color: #a0aec0; } .theme-switch { position: relative; display: inline-block; width: 40px; height: 20px; margin: 0 10px; } .theme-switch input { opacity: 0; width: 0; height: 0; } .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; transition: .4s; border-radius: 20px; } .slider:before { position: absolute; content:""; height: 16px; width: 16px; left: 2px; bottom: 2px; background-color: white; transition: .4s; border-radius: 50%; } input:checked+.slider { background-color: #2196F3; } input:focus+.slider { box-shadow: 0 0 1px #2196F3; } input:checked+.slider:before { transform: translateX(20px); } /* Specific fix for micro mobile header toggle */ [for="theme-switch-mobile-header"] .slider:before { height: 10px !important; width: 10px !important; left: 2px !important; bottom: 2px !important; } [for="theme-switch-mobile-header"] input:checked+.slider:before { transform: translateX(14px) !important; } /* Scrollbar Premium */ ::-webkit-scrollbar { width: 8px; } ::-webkit-scrollbar-track { background: #f1f1f1; } ::-webkit-scrollbar-thumb { background: #cccccc; border-radius: 10px; } ::-webkit-scrollbar-thumb:hover { background: #b3b3b3; } .dark ::-webkit-scrollbar-track { background: #2d3748; } .dark ::-webkit-scrollbar-thumb { background: #4a5568; } .dark ::-webkit-scrollbar-thumb:hover { background: #718096; } /* Focus States */ *:focus-visible { outline: 2px solid #3b82f6; outline-offset: 2px; border-radius: 4px; } /* --- [NUEVO] ESTILOS PARA EL MENU MOVIL --- */ #mobile-menu.is-open { display: flex; } #mobile-menu-close-button { position: absolute; top: env(safe-area-inset-top, 1rem); right: 1rem; font-size: 2.5rem; color: #ffffff; background: rgba(255, 255, 255, 0.15); border: 2px solid rgba(255, 255, 255, 0.3); border-radius: 50%; width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.2s ease; z-index: 10; margin-top: 1rem; } #mobile-menu-close-button:hover, #mobile-menu-close-button:active { background: rgba(239, 68, 68, 0.8); border-color: #ef4444; transform: scale(1.1); } /* [NUEVO] Estilos para el Planificador de Campanas */ #campaign-results-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; } .campaign-day-card { background-color: #ffffff; border: 1px solid #e5e7eb; border-radius: 15px; padding: 1.5rem; transition: all 0.3s ease; } .campaign-day-card:hover { transform: translateY(-5px); box-shadow: var(--premium-shadow-hover); } .campaign-day-card h4 { font-size: 1.25rem; font-weight: 700; color: var(--gemini-color); margin-bottom: 0.75rem; } .campaign-day-card p { margin-bottom: 1rem; font-size: 0.9rem; line-height: 1.6; } .campaign-day-card .prompt-container { background-color: #f9fafb; padding: 0.75rem; border-radius: 8px; font-family: monospace; font-size: 0.85rem; color: #4b5563; border: 1px dashed #d1d5db; /* [CORREGIDO] Estilos para asegurar que el texto se ajuste correctamente */ display: block; word-wrap: break-word; white-space: normal; margin-top: 0.5rem; line-height: 1.5; /* Añadido para mejor espaciado de linea */ } #veo-generator { background: #ffffff; border-radius: 25px; padding: 30px; margin: 40px 0; border: 1px solid #e5e7eb; box-shadow: var(--premium-shadow); } #veo-generator h2 { text-align: center; margin-bottom: 25px; font-size: 2rem; background: var(--text-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; background-size: 400% 400%; animation: gradientShift 8s ease-in-out infinite; } /* Accesibilidad: reducir animaciones si el usuario lo prefiere */ @media (prefers-reduced-motion: reduce) { .text-gradient, .text-gradient-2 { animation: none !important; } .hero-logo { animation: none !important; } .slide-up, .fade-in { transition: none !important; animation: none !important; opacity: 1 !important; transform: none !important; } .particle { animation: none !important; } } .chatbot-messages .message { text-align: left !important; justify-content: flex-start !important; } .quick-replies { text-align: left !important; justify-content: flex-start !important; } .active-flag { transform: scale(1.25); filter: drop-shadow(0 0 4px rgba(59, 130, 246, 0.4)); z-index: 10; } /* Premium Navigation - Compact & Responsive */ .nav-link-premium { font-size: 0.65rem; /* Mas pequeño */ font-weight: 800; /* Mas negrita para legibilidad en tamaño pequeño */ text-transform: uppercase; letter-spacing: 0px; /* Ahorrar espacio horizontal */ color: #374151; /* Gris mas oscuro y nitido */ padding: 0.2rem 0.35rem; /* Padding aun mas reducido */ border-radius: 6px; transition: all 0.3s ease; position: relative; display: inline-block; text-decoration: none; white-space: nowrap; /* Evitar saltos de linea */ } .dark .nav-link-premium { color: #e2e8f0; /* Blanco suave en modo oscuro */ } .nav-link-premium:hover { color: #1e3a8a; background: rgba(37, 99, 235, 0.08); transform: translateY(-1px); } .dark .nav-link-premium:hover { color: #60a5fa; background: rgba(96, 165, 250, 0.1); } .nav-link-premium:hover span { background: linear-gradient(90deg, #1e3a8a, #7c3aed, #ec4899); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .dark .nav-link-premium:hover span { background: linear-gradient(90deg, #60a5fa, #a78bfa, #f472b6); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } /* ============================================ PROMPT LIBRARY - ESTILOS PREMIUM ============================================ */ /* Boton estrella con borde parpadeante (NOVEDAD) */ .prompts-library-btn { position: relative; display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1rem; background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 50%, #d97706 100%); color: #1f2937; font-weight: 700; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.5px; border-radius: 50px; border: none; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4); overflow: visible; z-index: 10; } .prompts-library-btn::before { content: ''; position: absolute; top: -3px; left: -3px; right: -3px; bottom: -3px; background: linear-gradient(90deg, #f59e0b, #ef4444, #8b5cf6, #3b82f6, #10b981, #f59e0b); background-size: 400% 400%; border-radius: 54px; z-index: -1; animation: promptsBorderGlow 3s ease-in-out infinite; filter: blur(4px); opacity: 0.8; } .prompts-library-btn::after { content: '\2605 NEW'; position: absolute; top: -10px; right: -5px; background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%); color: white; font-size: 0.55rem; font-weight: 800; padding: 2px 6px; border-radius: 8px; animation: pulseNewBadge 1.5s ease-in-out infinite; box-shadow: 0 2px 8px rgba(220, 38, 38, 0.5); } .prompts-library-btn:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 8px 25px rgba(245, 158, 11, 0.6); } .prompts-library-btn i { font-size: 0.9rem; animation: starSpin 4s linear infinite; } @keyframes promptsBorderGlow { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } } @keyframes pulseNewBadge { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.1); opacity: 0.9; } } @keyframes starSpin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } /* Version movil compacta - tamano reducido para evitar solapamientos */ .prompts-library-btn-mobile { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 28px; /* Reducido de 32px */ height: 28px; /* Reducido de 32px */ padding: 0; background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 50%, #d97706 100%); color: #1f2937; font-size: 0.75rem; /* Reducido */ border-radius: 50%; border: none; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 2px 8px rgba(245, 158, 11, 0.4); z-index: 10; } .prompts-library-btn-mobile::before { content: ''; position: absolute; top: -3px; left: -3px; right: -3px; bottom: -3px; background: linear-gradient(90deg, #f59e0b, #ef4444, #8b5cf6, #3b82f6, #10b981, #f59e0b); background-size: 400% 400%; border-radius: 50%; z-index: -1; animation: promptsBorderGlow 3s ease-in-out infinite; filter: blur(3px); opacity: 0.8; } .prompts-library-btn-mobile::after { content: ''; position: absolute; top: -4px; right: -4px; width: 12px; height: 12px; background: #ef4444; border-radius: 50%; animation: pulseNewBadge 1.5s ease-in-out infinite; box-shadow: 0 2px 8px rgba(220, 38, 38, 0.5); } .prompts-library-btn-mobile i { animation: starSpin 4s linear infinite; } /* Mobile Language Dropdown - Redesigned to match Desktop (Round Flags) */ /* ============================================ MOBILE LANGUAGE DROPDOWN CSS (Circular Flags) ============================================ */ /* Modal de Repositorios de Prompts */ .prompts-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); backdrop-filter: blur(8px); z-index: 10000; display: none; align-items: center; justify-content: center; padding: 1rem; opacity: 0; transition: opacity 0.3s ease; } .prompts-modal-overlay.active { display: flex; opacity: 1; } .prompts-modal { position: relative; width: 100%; max-width: 1100px; max-height: 90vh; background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%); border-radius: 24px; box-shadow: 0 25px 80px rgba(0, 0, 0, 0.3); overflow: hidden; transform: scale(0.9) translateY(20px); transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); } .prompts-modal-overlay.active .prompts-modal { transform: scale(1) translateY(0); } .dark .prompts-modal { background: linear-gradient(145deg, #1f2937 0%, #111827 100%); } .prompts-modal-header { background: linear-gradient(135deg, #1e3a8a 0%, #3730a3 25%, #581c87 50%, #7c2d12 75%, #dc2626 100%); padding: 1.5rem 2rem; display: flex; align-items: center; justify-content: space-between; } .prompts-modal-header h2 { color: white; font-size: 1.5rem; font-weight: 800; display: flex; align-items: center; gap: 0.75rem; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); margin: 0; } .prompts-modal-header h2 i { font-size: 1.75rem; } .prompts-modal-close { background: rgba(255, 255, 255, 0.2); border: none; color: white; width: 40px; height: 40px; border-radius: 50%; font-size: 1.5rem; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; } .prompts-modal-close:hover { background: rgba(255, 255, 255, 0.3); transform: rotate(90deg) scale(1.1); } .prompts-modal-body { padding: 1.5rem 2rem 2rem; overflow-y: auto; max-height: calc(90vh - 100px); } .prompts-modal-intro { text-align: center; margin-bottom: 2rem; padding: 1rem; background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(139, 92, 246, 0.1) 100%); border-radius: 16px; border: 1px solid rgba(59, 130, 246, 0.2); } .prompts-modal-intro p { color: #4b5563; font-size: 0.95rem; line-height: 1.6; margin: 0; } .dark .prompts-modal-intro p { color: #d1d5db; } .prompts-category { margin-bottom: 2rem; } .prompts-category-title { display: flex; align-items: center; gap: 0.75rem; font-size: 1.15rem; font-weight: 700; color: #1f2937; margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 2px solid transparent; background: linear-gradient(90deg, #3b82f6, #8b5cf6); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; } .prompts-category-title i { background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-size: 1.25rem; } .prompts-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1rem; } @media (max-width: 640px) { .prompts-grid { grid-template-columns: 1fr; } } .prompt-card { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 16px; padding: 1.25rem; transition: all 0.3s ease; display: flex; flex-direction: column; gap: 0.75rem; position: relative; overflow: hidden; } .prompt-card::before { content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: linear-gradient(180deg, #3b82f6 0%, #8b5cf6 100%); opacity: 0; transition: opacity 0.3s ease; } .prompt-card:hover { transform: translateY(-4px); box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1); border-color: #3b82f6; } .prompt-card:hover::before { opacity: 1; } .dark .prompt-card { background: #1f2937; border-color: #374151; } .dark .prompt-card:hover { border-color: #8b5cf6; } .prompt-card-header { display: flex; align-items: flex-start; gap: 0.75rem; } .prompt-card-icon { width: 40px; height: 40px; min-width: 40px; background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: white; font-size: 1rem; } .prompt-card-title { font-size: 0.95rem; font-weight: 700; color: #1f2937; line-height: 1.3; } .dark .prompt-card-title { color: #f9fafb; } .prompt-card-desc { font-size: 0.85rem; color: #6b7280; line-height: 1.5; flex-grow: 1; } .dark .prompt-card-desc { color: #9ca3af; } .prompt-card-link { display: inline-flex; align-items: center; gap: 0.5rem; background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%); color: white; padding: 0.6rem 1rem; border-radius: 10px; font-size: 0.8rem; font-weight: 600; text-decoration: none; transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 0.5px; } .prompt-card-link:hover { transform: translateX(4px); box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4); } .prompt-card-link i { font-size: 0.9rem; } .prompt-lang-badge { display: inline-flex; align-items: center; gap: 0.25rem; background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%); padding: 0.25rem 0.6rem; border-radius: 6px; font-size: 0.7rem; font-weight: 600; color: #0369a1; margin-left: auto; } .prompt-lang-badge.spanish { background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); color: #92400e; } .prompt-lang-badge.multi { background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); color: #166534; } .dark .prompt-lang-badge { background: linear-gradient(135deg, #1e3a5f 0%, #1e3a8a 100%); color: #93c5fd; } .dark .prompt-lang-badge.spanish { background: linear-gradient(135deg, #451a03 0%, #78350f 100%); color: #fcd34d; } .dark .prompt-lang-badge.multi { background: linear-gradient(135deg, #14532d 0%, #166534 100%); color: #86efac; } /* Responsive adjustments */ @media (max-width: 768px) { .prompts-modal-header { padding: 1rem 1.25rem; } .prompts-modal-header h2 { font-size: 1.1rem; } .prompts-modal-body { padding: 1rem 1.25rem 1.5rem; } .prompts-category-title { font-size: 1rem; } .prompt-card { padding: 1rem; } } /* Subscription & Credits UI */ .credits-counter-badge { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.4rem 0.8rem; background: rgba(59, 130, 246, 0.1); border: 1px solid rgba(59, 130, 246, 0.2); border-radius: 50px; font-size: 0.75rem; font-weight: 700; color: #1e3a8a; transition: all 0.3s ease; backdrop-filter: blur(5px); text-decoration: none; } .dark .credits-counter-badge { background: rgba(139, 92, 246, 0.1); border-color: rgba(139, 92, 246, 0.2); color: #a78bfa; } .credits-counter-badge:hover { transform: translateY(-1px); background: rgba(59, 130, 246, 0.15); } .btn-upgrade-header { background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%); color: white; padding: 0.4rem 0.8rem; border-radius: 50px; font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3); display: inline-flex; align-items: center; gap: 0.4rem; } .btn-upgrade-header:hover { transform: scale(1.05); filter: brightness(1.1); box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4); } @media (max-width: 639px) { .credits-counter-badge { padding: 0.3rem 0.6rem; font-size: 0.65rem; } .btn-upgrade-header { padding: 0.25rem 0.4rem; font-size: 0.6rem; } } /* FIX: Standardized Menu Styling for All Languages */ .nav-link-premium { font-size: 0.7rem !important; letter-spacing: -0.5px !important; padding-left: 0.3rem !important; padding-right: 0.3rem !important; } /* [NEW] SEO Footnote Styling */ .seo-footnote-section { font-size: 0.875rem !important; color: #6b7280 !important; } .dark .seo-footnote-section { color: #9ca3af !important; } .seo-footnote-section h3 { font-size: 1.125rem !important; margin-bottom: 0.75rem !important; color: #4b5563 !important; } .dark .seo-footnote-section h3 { color: #d1d5db !important; } .seo-footnote-section h4 { font-size: 0.875rem !important; margin-top: 1rem !important; margin-bottom: 0.5rem !important; color: #6b7280 !important; } .dark .seo-footnote-section h4 { color: #9ca3af !important; } .seo-footnote-section p, .seo-footnote-section ul, .seo-footnote-section li { font-size: 0.875rem !important; line-height: 1.5 !important; color: #6b7280 !important; } .dark .seo-footnote-section p, .dark .seo-footnote-section ul, .dark .seo-footnote-section li { color: #9ca3af !important; } /* Mobile Language Dropdown CSS (Circular Flags) */ /* Dedicated micro toggle styles to prevent any override issues */ .theme-switch-micro { position: relative; display: inline-block; width: 28px !important; height: 14px !important; margin: 0 !important; } .theme-switch-micro input { opacity: 0; width: 0; height: 0; } .theme-switch-micro .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; transition: .4s; border-radius: 20px; } .theme-switch-micro .slider:before { position: absolute; content:""; height: 10px !important; width: 10px !important; left: 2px !important; bottom: 2px !important; background-color: white; transition: .4s; border-radius: 50%; } .theme-switch-micro input:checked+.slider { background-color: #2196F3; } .theme-switch-micro input:focus+.slider { box-shadow: 0 0 1px #2196F3; } .theme-switch-micro input:checked+.slider:before { transform: translateX(14px) !important; } /* Mobile Language Dropdown - Redesigned to match Desktop (Round Flags) */ /* HEADER FIX: Prevent status bar overlap */ @media (max-width: 639px) { .header-bg { padding-top: calc(0.75rem + env(safe-area-inset-top)) !important; } } /* Mobile Language Dropdown - Redesigned to match Desktop (Round Flags) */ .mobile-lang-dropdown { position: relative; display: inline-block; } .mobile-lang-btn { display: flex !important; align-items: center !important; justify-content: center !important; width: 34px !important; height: 34px !important; background: rgba(255, 255, 255, 0.4) !important; backdrop-filter: blur(8px) !important; border: 1px solid rgba(255, 255, 255, 0.3) !important; border-radius: 50% !important; cursor: pointer !important; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important; } .dark .mobile-lang-btn { background: rgba(31, 41, 55, 0.5) !important; border-color: rgba(75, 85, 99, 0.4) !important; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important; } .mobile-lang-btn img { width: 20px !important; height: 20px !important; border-radius: 50% !important; object-fit: cover !important; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important; } .mobile-lang-menu { position: absolute; top: calc(100% + 12px); right: 0; background: rgba(255, 255, 255, 0.9) !important; backdrop-filter: blur(12px) !important; border: 1px solid rgba(0, 0, 0, 0.05) !important; border-radius: 20px !important; padding: 8px !important; min-width: 56px !important; width: 56px !important; display: flex !important; flex-direction: column !important; align-items: center !important; gap: 8px !important; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important; opacity: 0; visibility: hidden; transform: translateY(-10px) scale(0.95); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important; z-index: 1000 !important; } .dark .mobile-lang-menu { background: rgba(17, 24, 39, 0.95) !important; border-color: rgba(255, 255, 255, 0.1) !important; } .mobile-lang-dropdown.open .mobile-lang-menu { opacity: 1 !important; visibility: visible !important; transform: translateY(0) scale(1) !important; } .mobile-lang-menu a { display: flex !important; align-items: center !important; justify-content: center !important; width: 40px !important; height: 40px !important; border-radius: 50% !important; transition: all 0.2s ease !important; text-decoration: none !important; background: transparent !important; padding: 0 !important; } .mobile-lang-menu a:hover { background: rgba(59, 130, 246, 0.15) !important; transform: scale(1.1) !important; } .mobile-lang-menu img { width: 24px !important; height: 24px !important; border-radius: 50% !important; object-fit: cover !important; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important; } 