/* Shared styles for Web.Client lesson pages and reusable components. */
.lesson-page {
    background: #030308;
    color: #c8d6e5;
    height: 100vh;
    margin: -1.5rem;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.lesson-stage,
.simulation-container,
.simulation-canvas {
    width: 100%;
    height: 100%;
}

.lesson-stage {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.io-panel-surface {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
}


/* Inline guide-text emphasis colors moved from MarkupString HTML. */
.io-text-neptune { color: #4466ff; }
.io-text-cyan { color: #00ccff; }
.io-text-cyan-bright { color: #00ddff; }
.io-text-gold { color: rgba(255,200,80,0.9); }
.io-text-gold-solid { color: rgba(255,212,102,1); }
.io-text-earth { color: #3aa0ff; }
.io-text-suborbital { color: rgba(252,165,165,1); }
.io-text-circular { color: rgba(134,239,172,1); }
.io-text-elliptical { color: rgba(216,180,254,1); }
.io-text-muted-blue { color: rgba(180,210,255,0.9); }
.io-text-pythagorean { color: #ff8a80; }
.io-text-planet-1 { color: #00ddff; }
.io-text-planet-2 { color: #ffaa55; }
