.auth-btn{display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 18px;border-radius:9px;font-family:var(--font-sans);font-size:14.5px;font-weight:550;cursor:pointer;letter-spacing:-.005em;text-decoration:none;border:none;width:100%;transition:transform 80ms ease,background .12s ease,border-color .12s ease,box-shadow .16s ease,opacity .12s ease}.auth-btn svg{width:15px;height:15px;margin-right:8px}.auth-btn:active:not(:disabled){transform:translateY(1px)}.auth-btn:disabled{opacity:.6;cursor:not-allowed}.auth-btn-primary{background:#2563eb;color:#fff;box-shadow:0 1px 2px #2563eb4d,0 6px 18px -6px #2563eb66,inset 0 1px #ffffff2e}.auth-btn-primary:hover:not(:disabled){background:#1d4fd8}.auth-btn-secondary{background:#fff;color:#0a0a0a;border:1px solid rgba(10,10,10,.12);font-weight:500;padding:0 16px;box-shadow:0 1px #0a0a0a05}.auth-btn-secondary:hover:not(:disabled){background:#fafafa;border-color:#0a0a0a33}.auth-link{color:#2563eb;font-weight:500;text-decoration:none;transition:color .12s ease}.auth-link:hover{color:#1d4fd8}.auth-link-muted{color:#6b6b6b;text-decoration:underline;text-underline-offset:4px;transition:color .12s ease}.auth-link-muted:hover{color:#2f2f2f}.auth-checkbox{width:16px;height:16px;border-radius:4px;border:1px solid rgba(10,10,10,.2);accent-color:#2563eb;cursor:pointer}.auth-section{position:relative;min-height:calc(100vh - 64px);display:flex;align-items:flex-start;justify-content:center;padding:64px 20px 96px;background:#fafaf7;font-family:var(--font-sans);color:#0a0a0a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.auth-section:before{content:"";position:absolute;inset:0;background-image:linear-gradient(to right,rgba(10,10,10,.04) 1px,transparent 1px),linear-gradient(to bottom,rgba(10,10,10,.04) 1px,transparent 1px);background-size:96px 96px;-webkit-mask-image:radial-gradient(ellipse 70% 60% at 50% 30%,#000 35%,transparent 90%);mask-image:radial-gradient(ellipse 70% 60% at 50% 30%,#000 35%,transparent 90%);pointer-events:none}.auth-container{position:relative;width:100%;max-width:420px;z-index:1}.auth-header{text-align:center;margin-bottom:32px}.auth-logo{width:48px;height:48px;border-radius:10px;margin:0 auto;display:block}.auth-title{margin:16px 0 8px;font-family:var(--font-display);font-weight:600;font-size:28px;line-height:1.1;letter-spacing:-.025em;color:#0a0a0a}.auth-subtitle{margin:0;color:#4b5563;font-size:15px;line-height:1.5}.auth-card{background:#fff;border:1px solid rgba(10,10,10,.08);border-radius:16px;overflow:hidden;box-shadow:0 1px #0a0a0a05,0 12px 40px -16px #0a0a0a1f}.auth-card__body{padding:28px 24px}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-form .app-field{margin-bottom:0}.auth-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.auth-remember{display:inline-flex;align-items:center;gap:8px;font-size:13.5px;color:#4b5563;cursor:pointer}.auth-link--sm{font-size:13.5px}.auth-divider{position:relative;margin:22px 0;text-align:center}.auth-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#0a0a0a14}.auth-divider span{position:relative;background:#fff;padding:0 12px;font-size:12.5px;color:#6b6b6b}.auth-foot{margin-top:22px;text-align:center;font-size:13.5px;color:#4b5563}.auth-fineprint{margin:14px 0 0;text-align:center;font-size:12px;color:#8a8a8a;line-height:1.5}.auth-back{margin-top:32px;text-align:center;font-size:13px}.auth-invite{display:flex;align-items:center;gap:14px;padding:16px 24px;border-bottom:1px solid rgba(10,10,10,.08);background:#fafaf7}.auth-invite__avatar{flex-shrink:0;width:40px;height:40px;border-radius:10px;background:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:15px}.auth-invite__body{min-width:0}.auth-invite__name{margin:0;font-weight:600;font-size:14.5px;color:#0a0a0a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.auth-invite__role{margin:2px 0 0;font-size:13px;color:#6b6b6b}.auth-success{text-align:center;padding:12px 0}.auth-success__icon{width:48px;height:48px;border-radius:999px;background:#10b9811a;color:#10b981;display:flex;align-items:center;justify-content:center;margin:0 auto 14px}.auth-success__icon svg{width:24px;height:24px}.auth-success__title{margin:0 0 6px;font-weight:600;font-size:17px;color:#0a0a0a}.auth-success__msg{margin:0 0 16px;font-size:13.5px;color:#4b5563;line-height:1.5}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:480px){.auth-section{padding:32px 16px 64px}.auth-card__body{padding:22px 18px}.auth-title{font-size:24px}}
