/*
Theme Name: Realty Advanced AI
Theme URI: https://realtyadvanced.ai/
Author: Triadic Software
Description: Login gate and futuristic wp-admin portal shell for Realty Advanced AI (Control + CRM).
Version: 0.1.15
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: realty-advanced-ai
*/

:root {
  --raai-bg: #020915;
  --raai-text: #eef9ff;
  --raai-muted: #9ab8ca;
  --raai-blue: #32a8ff;
  --raai-blue-bright: #7bd5ff;
  --raai-border: rgba(98, 196, 255, 0.38);
  --raai-panel: rgba(3, 13, 29, 0.66);
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--raai-bg);
  color: var(--raai-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.raai-login-body {
  min-height: 100dvh;
  overflow: hidden;
}

.raai-screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
