/*
Theme Name: VisionGaia Reactor Theme
Theme URI: https://visiongaia.de
Author: VisionGaia Technology
Description: Natives Theme für den Reactor V12. High-Performance, Tailwind-based, API-driven.
Version: 1.2.1
*/

/* Scrollbar Styling (Chrome/Safari/Edge) */
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: #050508; }
::-webkit-scrollbar-thumb { background: #334155; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #00f3ff; }

/* Utility Classes */
.hide-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
.hide-scrollbar::-webkit-scrollbar { display: none; }

/* Admin Bar Fixes */
body.admin-bar .sticky.top-0 { top: 32px; }
@media screen and (max-width: 782px) {
    body.admin-bar .sticky.top-0 { top: 46px; }
}

/* Base Typo Defaults (Falls Tailwind fehlt) */
body { font-family: 'Inter', system-ui, sans-serif; background: #050508; color: #fff; }
a { text-decoration: none; color: inherit; }

/* Prevent FOUC */
[x-cloak] { display: none !important; }