:root{--bw-navy:#006081;--bw-sky:#96cde5;--bw-teal:#0091bb;--bw-yellow:#ffe100;--bw-teal-dark:#007394}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#app{min-height:100vh}.loading-container{background:linear-gradient(135deg,#f9fafb 0%,#f3f4f6 50%,#e5e7eb 100%);flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:100vh;display:flex}.loading-spinner{border:4px solid #e5e7eb;border-top-color:var(--bw-yellow);border-right-color:var(--bw-teal);border-radius:50%;width:48px;height:48px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loading-container p{color:#6b7280;font-size:1rem;font-weight:500}
