.page-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(160deg,#f7f9fc,#eef3fa 45%,#e8eef8);font-family:Montserrat,sans-serif}.page-loading__content{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem 2.25rem;background:rgba(255,255,255,.72);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(22,66,137,.12);border-radius:16px;box-shadow:0 12px 40px rgba(22,66,137,.1)}.page-loading__pulse{width:68px;height:46px;display:block;overflow:visible;background:transparent}.page-loading__baseline{stroke:rgba(22,66,137,.18);stroke-width:1.5;stroke-linecap:round}.page-loading__beat{fill:none;stroke:#164289;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:72;stroke-dashoffset:72;animation:page-loading-beat-draw 2.2s linear infinite}.page-loading__message{margin:0;color:#164289;font-size:.9rem;font-weight:600;letter-spacing:.02em;text-align:center}@keyframes page-loading-beat-draw{0%{stroke-dashoffset:72}to{stroke-dashoffset:-72}}@media (max-width:480px){.page-loading__content{padding:1.75rem 2rem}.page-loading__pulse{width:60px;height:40px}}