.ProtectedRoute_loadingContainer__dXjGx{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);gap:20px}.ProtectedRoute_spinner__mL6C7{color:white;animation:ProtectedRoute_spin__tXQS1 1s linear infinite}@keyframes ProtectedRoute_spin__tXQS1{to{transform:rotate(1turn)}}.ProtectedRoute_loadingText__9vzHr{color:white;font-size:16px;font-weight:500}.ProtectedRoute_unauthorizedContainer__XONuz{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#f3f4f6}.ProtectedRoute_unauthorizedContent__zkymE{text-align:center;padding:48px;background:white;border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.1);max-width:500px}.ProtectedRoute_unauthorizedContent__zkymE h1{font-size:32px;font-weight:700;color:#111827;margin:0 0 16px}.ProtectedRoute_unauthorizedContent__zkymE p{font-size:16px;color:#6b7280;margin:0 0 32px}.ProtectedRoute_backButton__ogCLv{padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:white;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;&:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(102,126,234,.4)}}[data-theme=dark] .ProtectedRoute_unauthorizedContainer__XONuz{background:#111827}[data-theme=dark] .ProtectedRoute_unauthorizedContent__zkymE{background:#1f2937}[data-theme=dark] .ProtectedRoute_unauthorizedContent__zkymE h1{color:#f3f4f6}[data-theme=dark] .ProtectedRoute_unauthorizedContent__zkymE p{color:#9ca3af}