/*
Theme Name: Agahi AI International
Theme URI: https://agahi.to
Author: Agahi.to
Author URI: https://agahi.to
Description: Free international AI education platform from grade 1 to super-specialty with AI teacher, voice, image solving, exams and study tools. Mobile-first, RTL-ready, PWA-installable, luxury glassmorphism design.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: agahi-ai
Domain Path: /languages
Tags: education, ai, rtl, pwa, responsive, learning, mobile-first, glassmorphism, dark-mode, multilingual
*/

/* WordPress required base styles. Real styles live in assets/css/main.css */

html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }

body {
    margin: 0;
    font-family: 'Vazirmatn', 'Inter', system-ui, -apple-system, sans-serif;
    background: var(--agahi-bg, #0b1020);
    color: var(--agahi-text, #e8ecf7);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.alignwide { max-width: 1200px; }
.alignfull { width: 100%; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin-right: 1.5em; }
.alignright { float: right; margin-left: 1.5em; }
.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;
}
.sticky { display: block; }
.bypostauthor { display: block; }
.gallery-caption { display: block; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 0.9em; color: #94a3b8; }
