/*
Theme Name: Tars AI
Theme URI: https://tarsai.ru
Author: Tars AI
Description: Корпоративный личный кабинет Tars AI (Neirohost control plane).
Version: 1.0.2
Requires at least: 6.0
Tested up to: 6.6
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: tarsai-theme
*/

:root {
    --tars-font-base: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --tars-color-bg: #f4f8fc;
    --tars-color-text: #1a2b3c;
    --tars-color-muted: #64748b;
    --tars-color-accent: #2563eb;
}

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

body {
    margin: 0;
    font-family: var(--tars-font-base);
    color: var(--tars-color-text);
    background: var(--tars-color-bg);
    line-height: 1.5;
}

a {
    color: var(--tars-color-accent);
}

img {
    max-width: 100%;
    height: auto;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
