.mobile-info-modal-overlay{z-index:10000;background:#fff;flex-direction:column;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0;overflow:hidden}.animation-slide-up{animation:.4s cubic-bezier(.16,1,.3,1) forwards slideUpModal}@keyframes slideUpModal{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.mobile-info-modal-header{background:var(--bg-glass-heavy);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light);flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.modal-title{font-size:1.1rem;font-family:var(--font-display);color:var(--text-primary);margin:0 0 .15rem}.modal-subtitle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;margin:0;font-size:.75rem}.close-modal-btn{align-items:center;gap:.4rem;font-size:.8rem;display:flex;background:var(--bg-hover)!important;border:1px solid var(--border-light)!important;padding:.5rem .75rem!important}.mobile-info-modal-content{-webkit-overflow-scrolling:touch;flex:1;padding:1.5rem;overflow-y:auto}.modal-intro-text{color:var(--text-secondary);border-left:3px solid var(--accent-primary);background:#2dd4bf0d;border-radius:8px;margin-bottom:2rem;padding:1rem;font-size:.9rem;line-height:1.6}.mobile-layer-section{margin-bottom:2.5rem}.mobile-layer-header{border-bottom:1px solid var(--border-light);align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:.5rem;display:flex}.layer-color-indicator{border-radius:50%;width:12px;height:12px}.mobile-layer-header h3{font-family:var(--font-display);color:var(--text-primary);margin:0;font-size:1.2rem}.mobile-cards-container{flex-direction:column;gap:1rem;display:flex}.mobile-reading-card{background:var(--bg-panel);box-shadow:0 2px 8px #0000000d;border-left-color:var(--card-accent)!important}.mobile-modal-footer{border-top:1px solid var(--border-light);margin-top:3rem;padding-top:1.5rem}.btn.block{justify-content:center;width:100%;padding:1rem;display:flex}
