/* Manual page styles */
.contentweaver-loading-overlay { position: fixed; top:0; left:0; width:100%; height:100%; background: rgba(255,255,255,0.8); z-index: 9999; display:flex; flex-direction:column; justify-content:center; align-items:center; }
.contentweaver-loading-spinner { border:4px solid #f3f3f3; border-top:4px solid #0073aa; border-radius:50%; width:40px; height:40px; animation: spin 1s linear infinite; margin-bottom:10px; }
.contentweaver-loading-message { color:#444; font-size:16px; }
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
.generation-type-toggle { background:#fff; padding:15px; border:1px solid #ccd0d4; border-radius:4px; }
.generation-type-toggle label { font-weight:500; }
.generation-type-toggle input[type="radio"] { margin-right:5px; }
