/*
Theme Name: SDP AI Intelligence
Theme URI: https://stratdigipros.ai/
Description: Professional SEO Intelligence and Generative AI Suite Theme.
Author: StratDigi Pros
Author URI: https://stratdigipros.ai/
Version: 1.0.2
Text Domain: sdp-ai
Tags: dark-mode, one-column, custom-menu, featured-images, translation-ready
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.0
*/

/* Reset & Global Styles */
body {
    background-color: #020617;
    color: #cbd5e1;
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
}

.selection\:bg-\[\#3a7ca5\]\/30 ::selection {
    background-color: rgba(58, 124, 165, 0.3);
}

/* Admin Bar Overlay Fix */
.admin-bar nav#site-navigation {
    top: 32px;
}
@media screen and (max-width: 782px) {
    .admin-bar nav#site-navigation {
        top: 46px;
    }
}