:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.protected-route-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.loading-spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.protected-route-login{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.login-container{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 20px 40px #0000001a;text-align:center;max-width:400px;width:90%}.login-container h1{color:#333;margin-bottom:1rem;font-size:1.8rem}.login-container p{color:#666;margin-bottom:2rem;line-height:1.5}.login-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:1rem;cursor:pointer;transition:transform .2s,box-shadow .2s;font-weight:600}.login-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.protected-route-content{min-height:100vh;background:#f5f5f5}.user-header{background:#fff;padding:1rem 2rem;border-bottom:1px solid #e0e0e0;box-shadow:0 2px 4px #0000001a}.user-info{display:flex;align-items:center;gap:.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.user-name{font-weight:600;color:#333;font-size:1rem}.user-email{color:#666;font-size:.9rem}*{margin:0;padding:0;box-sizing:border-box}html,body{height:auto;width:100%;background-color:#0a0a0f}#root{height:100%;width:100%;min-height:100vh}
