/* Module 7 */
.m07 { position: fixed; inset: 0; z-index: 100; background: linear-gradient(180deg, #07060f, #0a0a1a); color: var(--text, #f5f4ef); display: flex; flex-direction: column; overflow: hidden; }
.m07-header { display: flex; justify-content: space-between; padding: 1.4rem 2rem 1rem; border-bottom: 0.5px solid rgba(255,255,255,0.06); }
.m07-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; }
.m07-title { font-family: 'Newsreader', serif; font-size: 1.4rem; margin: 0; letter-spacing: -0.02em; }

.m07-prebrief { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2rem; text-align: center; }
.m07-portrait { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; margin-bottom: 0.8rem; }
.m07-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.5rem 0 1.5rem; }

.m07-stage { flex: 1; display: grid; grid-template-columns: 1fr 460px; gap: 1.5rem; padding: 1.5rem 2rem; overflow: hidden; }
.m07-pano { width: 100%; height: 100%; border-radius: 8px; }
.m07-side { display: flex; flex-direction: column; gap: 1rem; overflow-y: auto; }
.m07-timer-row { background: rgba(245,191,79,0.08); border: 0.5px solid rgba(245,191,79,0.3); border-radius: 8px; padding: 0.8rem 1rem; }
.m07-timer-bar { width: 100%; height: 6px; background: rgba(255,255,255,0.08); border-radius: 3px; overflow: hidden; margin: 0.3rem 0; }
.m07-timer-bar span { display: block; height: 100%; background: linear-gradient(90deg, #62c554, #f5bf4f, #ed6a5e); width: 0%; transition: width 0.1s linear; }
.m07-timer-text { font-family: 'Newsreader', serif; font-size: 1.4rem; margin: 0; color: var(--gold-bright, #c9b46f); }
.m07-discharge { background: rgba(255,255,255,0.03); border: 0.5px solid rgba(255,255,255,0.08); border-radius: 8px; padding: 0.8rem 1rem; }
.m07-discharge ul { padding-left: 1.2rem; margin: 0.4rem 0; font-size: 0.85rem; line-height: 1.45; }
.m07-discharge ul span { color: rgba(255,255,255,0.5); }
.m07-bottle-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem; }
.m07-bottle { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.12); border-radius: 6px; padding: 0.7rem; }
.m07-bottle-name { font-size: 0.82rem; line-height: 1.35; margin: 0 0 0.4rem; }
.m07-bottle-actions { display: flex; gap: 0.4rem; }
.m07-bottle-btn { flex: 1; padding: 0.4rem; border: 0; border-radius: 4px; cursor: pointer; font-size: 0.72rem; font-weight: 600; font-family: inherit; }
.m07-bottle-match { background: rgba(98,197,84,0.18); color: #a0e090; }
.m07-bottle-flag  { background: rgba(245,191,79,0.18); color: #f5d278; }
.m07-bottle.is-resolved { opacity: 0.7; }
.m07-bottle.is-correct { border-color: rgba(98,197,84,0.6); }
.m07-bottle.is-off { border-color: rgba(237,106,94,0.6); }
.m07-bottle-hint { font-size: 0.7rem; line-height: 1.4; margin: 0.4rem 0 0; color: rgba(255,255,255,0.7); }

.m07-pop { position: fixed; bottom: 24px; right: 24px; width: 380px; display: grid; grid-template-columns: 56px 1fr; gap: 0.8rem; padding: 1rem 1.2rem; background: rgba(15,15,28,0.97); border: 0.5px solid rgba(201,180,111,0.4); border-radius: 12px; z-index: 2000; }
.m07-pop img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; }
.m07-pop p:last-child { font-family: 'Newsreader', serif; font-size: 0.92rem; line-height: 1.5; margin: 0.2rem 0 0; color: rgba(255,255,255,0.9); }

.m07-handoff-stage { flex: 1; display: flex; align-items: center; justify-content: center; padding: 2rem; }
.m07-handoff-card { max-width: 560px; padding: 2rem; background: rgba(255,255,255,0.03); border: 0.5px solid rgba(255,255,255,0.1); border-radius: 12px; }
.m07-handoff-prompt { color: rgba(255,255,255,0.85); margin-bottom: 1rem; line-height: 1.55; }
.m07-handoff-result { margin-top: 1rem; }
.m07-handoff-result .good { color: #a0e090; }
.m07-handoff-result .bad  { color: #ed6a5e; }
.hidden { display: none !important; }
@media (max-width: 1100px) { .m07-stage { grid-template-columns: 1fr; } }
