/*
 * MS Education Academy — site custom CSS.
 *
 * The 5.3 fork kept ALL custom styling in the database, under Theme Options →
 * Advanced → Custom CSS (wp_options row "MS_options", key "custom_css") — the
 * old theme's custom.css file was an empty placeholder. That DB CSS keeps
 * working on Jupiter 6.12.4 as long as the parent's theme_name stays "MS"
 * (the parent injects it via framework/functions/dynamic-styles.php:395).
 *
 * To consolidate it into version control, extract it and paste it below,
 * then clear the Theme Options field so it isn't emitted twice:
 *
 *   wp eval '$o = get_option("MS_options"); echo isset($o["custom_css"]) ? $o["custom_css"] : "";' > custom-css-from-db.css
 *
 * The selectors expected here include the floating panel that
 * functions.php outputs: #boxes, #boxes.open, #float_option — plus any
 * styling for #ms-particles and the dormant promos (#mspop, #chat_pop,
 * .cube, #app, .goal).
 */

/* ==========================================================================
   PASTE THE EXTRACTED MS_options[custom_css] CONTENT BELOW THIS LINE
   ========================================================================== */
