.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#0f172abf;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease-out}.modal-content{background:#fff;border-radius:20px;width:90%;max-width:800px;max-height:90vh;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;overflow:hidden}.modal-header{padding:24px 32px;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center}.modal-header h3{margin:0;font-size:20px;font-weight:800;color:#0f172a;display:flex;align-items:center;gap:12px}.modal-body{padding:32px;overflow-y:auto;flex:1}.loading-box{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:16px;padding:40px;display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center}.loading-timer{font-family:monospace;font-size:24px;font-weight:700;color:#3b82f6;background:#fff;padding:8px 16px;border-radius:99px;box-shadow:0 4px 6px -1px #0000001a}.lesson-viewer{background:#f8fafc;padding:24px;border-radius:12px;border:1px solid #e2e8f0;color:#334155;line-height:1.6}.lesson-viewer pre{background:#1e293b;color:#e2e8f0;padding:16px;border-radius:8px;overflow-x:auto;font-family:monospace;font-size:13px;margin:16px 0}.modal-footer{padding:24px 32px;border-top:1px solid #f1f5f9;background:#f8fafc;display:flex;justify-content:flex-end;gap:16px}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f1f5f9;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#0f172a;-webkit-font-smoothing:antialiased}input,select,textarea{color:#1e293b;background-color:#fff}input:focus,select:focus,textarea:focus{outline:2px solid #3b82f6;outline-offset:-1px}body.alto-contraste{background-color:#000!important;color:#fff!important}body.alto-contraste *{background-color:transparent!important;color:#fff!important;border-color:#fff!important}body.alto-contraste header,body.alto-contraste .barra-acessibilidade{background-color:#111!important;border-bottom:1px solid #ffffff!important}
