/*
Theme Name: PL-300 Exam Prep
Theme URI: https://example.com/pl300-exam-prep
Author: PL-300 Exam Prep
Author URI: https://example.com
Description: Private PL-300 (Power BI Data Analyst) exam preparation app. Self-contained React application rendered on the front page. No database, no external services — all progress is stored in the browser.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pl300-exam-prep
Tags: one-column, full-width-template, custom-colors
*/

html,
body {
  margin: 0;
  padding: 0;
}

#pl300-root {
  min-height: 100vh;
}

#pl300-root:empty::after {
  content: "Loading PL-300 Exam Prep…";
  display: block;
  padding: 2rem;
  font-family: "Segoe UI", system-ui, sans-serif;
  color: #605e5c;
}
