@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap";.private-route-loading{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.private-route-loading p{margin-top:1rem;color:#fff;font-size:1rem;font-weight:500}.spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}.App{text-align:center;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.loading-container{min-height:240px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#0f172a}.spinner{width:36px;height:36px;border:3px solid rgba(15,23,42,.15);border-top-color:#4ecca3;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.App-header{max-width:800px;padding:2rem}.App-header h1{font-size:3rem;margin-bottom:1rem;font-weight:700}.App-header p{font-size:1.2rem;margin:.5rem 0}.status{margin:2rem 0;padding:1rem 2rem;background:#ffffff1a;border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.status p{font-size:1.5rem;font-weight:700;margin:0}.info{margin-top:2rem;padding:1rem;background:#0003;border-radius:10px}.info p{margin:.5rem 0;font-size:1rem;opacity:.9}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Manrope,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(180deg,#f8fafc,#f1f5f9);color:#0f172a}code{font-family:Space Grotesk,Menlo,Monaco,Consolas,Courier New,monospace}h1,h2,h3,h4,h5,h6{font-family:Space Grotesk,Manrope,sans-serif;color:#0f172a}
