.auth-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px 20px;background:linear-gradient(180deg,#f3f6ff,#eef8f8)}.auth-screen-card{width:100%;max-width:460px;background:#fff;border-radius:20px;padding:28px;box-shadow:0 22px 60px #0f172a1f}.auth-screen-header{margin-bottom:20px}.auth-screen-header h1{margin:0 0 8px;font-size:2rem;color:#111827}.auth-screen-header p{margin:0;color:#4b5563;line-height:1.5}.auth-screen-tabs{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:18px}.auth-screen-tabs button{border:none;border-radius:12px;padding:12px 14px;font-size:.98rem;font-weight:700;color:#374151;background:#e5e7eb;cursor:pointer}.auth-screen-tabs button.active{background:#2563eb;color:#fff}.auth-screen-form{display:flex;flex-direction:column;gap:14px}.auth-screen-form label{display:flex;flex-direction:column;gap:8px;font-size:.92rem;font-weight:700;color:#374151}.auth-screen-form input,.auth-screen-form select{border:1px solid #d1d5db;border-radius:12px;padding:12px 14px;font-size:1rem;background:#fff}.auth-screen-error{border-radius:12px;padding:12px 14px;background:#fee2e2;color:#b91c1c;font-size:.95rem}.auth-screen-success{border-radius:12px;padding:12px 14px;background:#dcfce7;color:#166534;font-size:.95rem}.auth-screen-submit{border:none;border-radius:12px;padding:14px 16px;font-size:1rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);cursor:pointer}.auth-screen-submit:disabled{opacity:.7;cursor:default}.auth-screen-role-fieldset{margin:0;padding:14px 14px 12px;border:1px solid #e5e7eb;border-radius:12px;background:#f9fafb}.auth-screen-role-fieldset legend{padding:0 6px;font-size:.92rem;font-weight:700;color:#374151}.auth-screen-role-checkboxes{display:flex;flex-direction:column;gap:8px}.auth-screen-role-checkbox{display:flex;flex-direction:row;align-items:center;gap:10px;font-size:.95rem;font-weight:600;color:#1f2937;cursor:pointer}.auth-screen-role-checkbox input{width:1.1rem;height:1.1rem;accent-color:#2563eb}.app-feature-fallback{min-height:50vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:#475569}.app-feature-fallback__spinner{width:36px;height:36px;border:3px solid #e2e8f0;border-top-color:#4f46e5;border-radius:50%;animation:app-feature-fallback-spin .75s linear infinite}@keyframes app-feature-fallback-spin{to{transform:rotate(360deg)}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;color:#333}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
