/* Ambient light from above */ body::after content: ''; position: fixed; top: -50%; left: 20%; width: 60%; height: 80%; background: radial-gradient(ellipse, rgba(255,220,160,0.06) 0%, transparent 70%); pointer-events: none; z-index: 0;
.page-header::after content: ''; position: absolute; bottom: -1px; left: 50%; transform: translateX(-50%); width: 60px; height: 3px; background: var(--accent); border-radius: 2px;
/* Page edge effect (stacked pages) */ .paper::after content: ''; position: absolute; bottom: -4px; right: -2px; width: 100%; height: 100%; background: linear-gradient(135deg, transparent 48%, #e8e0d4 48.5%, #ddd5c8 49.5%, #d0c8bc 50.5%, transparent 51%); z-index: -1; pointer-events: none;