.loading-screen { display: flex; justify-content: center; align-items: center; height: 100vh; }
body { background-color: #f5f7fa; }
.app-container { max-width: 100%; }
.page-header { border-bottom: 1px solid #e0e0e0; padding-bottom: 12px; }
