/*
Theme Name: NSFW Wealth Theme
Theme URI: https://example.com/
Author: ChatGPT
Author URI: https://example.com/
Description: Minimal block-friendly theme for "National School for Wealth" with a dark, responsive landing page.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nsfw-wealth-theme
*/
:root { --accent: #ec4899; }
body { font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"; }
.glass { background: rgba(255,255,255,0.06); backdrop-filter: blur(10px); }
html { scroll-behavior: smooth; }
/* Offset for sticky header when jumping to anchors */
#discord, #features, #gallery, #patreon, #download { scroll-margin-top: 90px; }
/* Gutenberg block container inside front-page.php injection */
.entry-content { max-width: 72rem; margin: 0 auto; padding: 2rem 1rem; }
.entry-content img { border-radius: 0.75rem; height: auto; }
