/* Module 8 */
.m08 { position: fixed; inset: 0; z-index: 100; background: linear-gradient(180deg, #07060f, #0a0a1a); color: var(--text, #f5f4ef); display: flex; flex-direction: column; overflow: hidden; }
.m08-header { display: flex; justify-content: space-between; padding: 1.4rem 2rem 1rem; border-bottom: 0.5px solid rgba(255,255,255,0.06); }
.m08-eyebrow { font-family: 'Inter', sans-serif; font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.18em; color: var(--gold-bright, #c9b46f); margin: 0 0 0.4rem; }
.m08-title { font-family: 'Newsreader', serif; font-size: 1.4rem; margin: 0; letter-spacing: -0.02em; }
.m08-prebrief { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2rem; text-align: center; }
.m08-portrait { width: 96px; height: 96px; border-radius: 50%; margin-bottom: 0.8rem; }
.m08-quote { font-family: 'Newsreader', serif; font-size: 1.1rem; line-height: 1.5; max-width: 480px; color: rgba(255,255,255,0.85); margin: 0.6rem 0 1.5rem; }
.m08-stage { flex: 1; display: grid; grid-template-columns: 1fr 420px; gap: 1.5rem; padding: 1.5rem 2rem; overflow: hidden; }
.m08-pano { width: 100%; height: 100%; border-radius: 8px; }
.m08-side { display: flex; flex-direction: column; gap: 1rem; overflow-y: auto; }
.m08-mei-quote { background: rgba(255,255,255,0.03); border: 0.5px solid rgba(255,255,255,0.1); border-radius: 6px; padding: 1rem 1.2rem; font-family: 'Newsreader', serif; font-size: 1rem; line-height: 1.5; }
.m08-signals { color: rgba(255,255,255,0.55); font-size: 0.82rem; margin-top: 0.6rem; font-family: 'Inter', sans-serif; }
.m08-signals span { color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.7rem; }
.m08-choices { display: flex; flex-direction: column; gap: 0.5rem; }
.m08-feedback { background: rgba(255,255,255,0.03); border-radius: 6px; padding: 0.8rem 1rem; }
.m08-feedback .good { color: #a0e090; }
.m08-feedback .warn { color: #f5bf4f; }
.m08-feedback .bad { color: #ed6a5e; }
.m08-final { flex: 1; max-width: 600px; margin: 0 auto; padding: 2rem; }
.hidden { display: none !important; }
@media (max-width: 1100px) { .m08-stage { grid-template-columns: 1fr; } }
