/*
Theme Name: ENP Opera Theme
Theme URI: https://2024turandot.com/
Author: 2024turandot.com
Description: Classic PHP theme cloned from code.html for the 2024turandot.com opera archive. Uses Tailwind Play CDN + Material 3 dark tokens from code.html; custom classes live here.
Version: 0.1.0
Requires PHP: 8.0
Text Domain: enp-theme
*/

/* Utility classes lifted verbatim from code.html <style> block so they work alongside Tailwind CDN tokens. */
body { background-color: #0f131f; color: #dfe2f3; font-family: 'Manrope', sans-serif; }
h1, h2, h3, h4, h5, h6 { font-family: 'Noto Serif', serif; letter-spacing: -0.02em; }
.glass-panel { background: rgba(49, 52, 66, 0.6); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); }
.velvet-gradient { background: linear-gradient(135deg, #ffb4a8, #8b0000); }
.gold-border-top-left { border-top: 1px solid #e9c349; border-left: 1px solid #e9c349; }
.ambient-shadow { box-shadow: 0 20px 40px rgba(10, 14, 26, 0.4); }
.ghost-border { border: 1px solid rgba(90, 64, 60, 0.2); }
.text-glow { text-shadow: 0 0 10px rgba(233, 195, 73, 0.5); }

/* WordPress block-editor alignments inside single.php rendered content. */
.alignleft { float: left; margin: 0 1.5rem 1rem 0; }
.alignright { float: right; margin: 0 0 1rem 1.5rem; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/* WP auto-embeds keep tokens. */
.wp-caption p.wp-caption-text { color: #e3beb8; font-size: 0.875rem; }
