/*
Theme Name: TMAG Command Center
Theme URI: https://timmoranag.com
Author: TMAG Marketing Team
Author URI: https://timmoranag.com
Description: Futuristic marketing command center theme for Tim Moran Auto Group. Dark UI with glass-morphism, role-based access, and modular dashboard architecture.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9.4
Requires PHP: 8.0
License: Proprietary
License URI: https://timmoranag.com
Text Domain: tmag-command-center
Tags: dark, dashboard, marketing, command-center
*/

/* =============================================
   TMAG Command Center - Base Styles
   These complement Tailwind CDN, not conflict.
   ============================================= */

/* Reset & Base */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: "Inter", system-ui, -apple-system, sans-serif;
    background: #0f172a;
    color: #e2e8f0;
    line-height: 1.6;
}

/* Hide WordPress admin bar override styles */
html.wp-toolbar {
    padding-top: 0 !important;
}

#wpadminbar {
    display: none !important;
}

/* Scrollbar styling */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.15);
}

/* Selection color */
::selection {
    background: rgba(6, 182, 212, 0.3);
    color: #ffffff;
}

/* Links */
a {
    color: inherit;
    text-decoration: none;
}

/* Remove default WordPress styles */
.wp-block-library,
.wp-block-library-theme {
    display: none;
}
