/*
Theme Name: GSC Theme
Theme URI: https://github.com/yourusername/gsc-dashboard
Author: Your Name
Author URI: https://yourwebsite.com
Description: A dark-themed WordPress theme for GSC Dashboard plugin with Tailwind CSS
Version: 3.5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gsc-theme
Tags: dark, dashboard, analytics, tailwind
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
*/

/* Basic WordPress requirements - actual styling is in Tailwind CSS */
body {
    margin: 0;
    padding: 0;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

/* Ensure WordPress admin bar doesn't conflict */
body.admin-bar {
    margin-top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar {
        margin-top: 46px;
    }
}
