/* ═══════════════════════════════════════════
   HindiTyping Pro — Theme Overrides v3.0
   Complements the plugin's typing-engine.css
   ═══════════════════════════════════════════ */

/* Ensure full-height layout */
html, body { margin: 0; padding: 0; min-height: 100vh; }

/* Remove WP admin bar gap */
html { margin-top: 0 !important; }
#wpadminbar { display: none; }

/* Remove default WP content styles */
.entry-content, .page-content { max-width: none; padding: 0; margin: 0; }

/* Smooth scroll */
html { scroll-behavior: smooth; }

/* Selection color */
::selection {
    background: rgba(var(--accent-rgb, 203,166,247), 0.3);
    color: var(--text-primary, #cdd6f4);
}

/* Focus outline */
:focus-visible {
    outline: 2px solid var(--accent, #cba6f7);
    outline-offset: 2px;
}

/* Hide WP default elements */
.wp-site-blocks > .wp-block-group:first-child { display: none; }

/* Ensure plugin styles load correctly with theme */
.ht-app { min-height: 100vh; }
