html,body{margin:0;padding:0;width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;overflow:hidden}.viewer-container{width:100%;height:100%;display:flex;flex-direction:column;position:relative;background:#fdfdfd}.status-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;z-index:10;padding:20px}.status-text{font-size:1.2rem;color:#333;margin-top:1rem}.error-details{margin-top:1rem;padding:10px;background:#fff5f5;border:1px solid #fc8181;color:#c53030;border-radius:4px;max-width:80%;white-space:pre-wrap;font-family:monospace;font-size:.9rem}.error-icon{font-size:3rem}.loader{border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;display:none}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.docs-frame{flex:1;width:100%;height:100%;border:none;background:#fff}
