.auth-shell{position:relative;display:flex;min-height:100svh;flex-direction:column;overflow:hidden;background:radial-gradient(circle at 12% 20%,rgba(223,186,103,.2),transparent 30%),radial-gradient(circle at 88% 74%,rgba(183,121,31,.14),transparent 32%),linear-gradient(145deg,#fffdf8,#fff9ed 48%,#f9ead2)}.auth-orbit{position:absolute;width:24rem;height:12rem;border:2.5rem solid rgba(206,154,63,.12);border-radius:9999px;transform:rotate(52deg);pointer-events:none}.auth-orbit:after{content:"";position:absolute;top:-2.5rem;left:9rem;width:12rem;height:12rem;border:2.5rem solid rgba(206,154,63,.1);border-radius:9999px}.auth-orbit-left{left:-17rem;bottom:4rem}.auth-orbit-right{right:-15rem;top:8rem}.auth-card{animation:auth-card-in .42s ease-out both}.auth-field{display:flex;min-height:3rem;align-items:center;gap:.75rem;border:1px solid var(--color-brand-200);border-radius:.875rem;background:#ffffffeb;padding:0 .875rem;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.auth-field:focus-within{border-color:var(--color-brand-500);background:#fff;box-shadow:0 0 0 3px #b7791f1f}.auth-field-error{border-color:#ef4444}.auth-control{min-width:0;width:100%;border:0;outline:0;background:transparent;padding:.75rem 0;color:var(--color-ink);font:inherit;font-size:.875rem}.auth-control::placeholder{color:#a69c93}select.auth-control{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.auth-label{display:block;margin-bottom:.45rem;color:var(--color-ink);font-size:.75rem;font-weight:600}.auth-error{margin-top:.35rem;color:#dc2626;font-size:.75rem;line-height:1.25rem}.auth-alert{border-width:1px;border-style:solid;border-radius:.875rem;padding:.75rem .875rem;font-size:.8rem;line-height:1.35rem}.auth-primary-button{display:flex;min-height:3rem;width:100%;align-items:center;justify-content:center;gap:.75rem;border:0;border-radius:9999px;background:linear-gradient(100deg,var(--color-brand-700),var(--color-brand-400));padding:.75rem 1.25rem;color:#fff;font:inherit;font-size:.875rem;font-weight:600;box-shadow:0 10px 22px #965b1833;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}.auth-primary-button:hover{filter:brightness(1.04);box-shadow:0 12px 26px #965b1842;transform:translateY(-1px)}.auth-primary-button:focus-visible,.auth-social-button:focus-visible{outline:2px solid var(--color-brand-500);outline-offset:3px}.auth-divider{position:relative;text-align:center}.auth-divider:before{content:"";position:absolute;top:50%;left:0;width:100%;height:1px;background:var(--color-brand-100)}.auth-divider span{position:relative;z-index:1;display:inline-block;background:#fffffff5;padding:0 .75rem;color:var(--color-ink-muted);font-size:.75rem}@keyframes auth-card-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 768px){.auth-orbit{width:34rem;height:17rem;border-width:4rem}.auth-orbit:after{top:-4rem;left:13rem;width:17rem;height:17rem;border-width:4rem}.auth-orbit-left{left:-22rem}.auth-orbit-right{right:-20rem}}@media (prefers-reduced-motion: reduce){.auth-card{animation:none}.auth-primary-button,.auth-field{transition:none}}
