:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#101828;background:#f7f9fc}*{box-sizing:border-box}body{margin:0}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:24px}.auth-card{width:min(460px,100%);background:#fff;border:1px solid #e4e7ec;border-radius:20px;padding:30px;box-shadow:0 24px 60px rgba(16,24,40,.08)}.auth-brand{display:flex;align-items:center;gap:12px;margin-bottom:28px}.auth-brand>span{width:44px;height:44px;border-radius:12px;background:#101828;color:#fff;display:grid;place-items:center;font-weight:800}.auth-brand strong,.auth-brand small{display:block}.auth-brand small{color:#667085;margin-top:2px}.auth-card h1{font-size:26px;margin:0 0 8px}.auth-card p{color:#667085;line-height:1.55;margin:0 0 22px}.auth-card form{display:grid;gap:15px}.auth-card label{display:grid;gap:7px;font-weight:700;font-size:13px}.auth-card input{font:inherit;padding:12px 13px;border:1px solid #d0d5dd;border-radius:10px;outline:none}.auth-card input:focus{border-color:#475467;box-shadow:0 0 0 3px rgba(71,84,103,.08)}.auth-button{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:10px;background:#101828;color:#fff;text-decoration:none;padding:12px 15px;font:inherit;font-weight:800;cursor:pointer}.auth-error{padding:11px 12px;background:#fffbfa;border:1px solid #fecdca;color:#b42318;border-radius:10px;margin-bottom:16px}.auth-note{font-size:12px!important;margin-top:18px!important;margin-bottom:0!important}
