/*
Theme Name: FASOL UCN Theme
Theme URI: https://eic.ucn.cl/fasol
Author: Escuela de Ingeniería UCN Coquimbo & FaCIC
Author URI: https://eic.ucn.cl/
Description: Tema oficial para FASOL (Fábrica de Soluciones), desarrollado con Tailwind CSS, componentes modulares, formulario interactivo multi-paso, acordeones FAQ y optimización de velocidad.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: fasol-theme
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-logo, custom-menu, featured-images, full-width-template, translation-ready
*/

/* ==========================================================================
   Estilos Canónicos Obligatorios del Núcleo de WordPress (Gutenberg & Core)
   ========================================================================== */

/* Alineaciones de Bloques e Imágenes */
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
.alignleft {
    float: left;
    margin: 0.5em 1.5em 1em 0;
}
.alignright {
    float: right;
    margin: 0.5em 0 1em 1.5em;
}
.alignwide {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

/* Accesibilidad y Lectores de Pantalla (WCAG) */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #101622;
    border-radius: 6px;
    box-shadow: 0 0 2px 2px rgba(13, 89, 242, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #38bdf8;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 1rem;
    line-height: normal;
    padding: 1rem 1.5rem;
    text-decoration: none;
    top: 1rem;
    width: auto;
    z-index: 100000;
}

/* Captions y Galerías */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
    clear: both;
}
.wp-caption-text {
    font-size: 0.75rem;
    line-height: 1.5;
    margin-top: 0.5rem;
    text-align: center;
    color: #94a3b8;
}
.gallery-caption {
    font-size: 0.75rem;
    color: #94a3b8;
}
