.auth-drawer-root{position:fixed;inset:0;z-index:100}.auth-drawer__backdrop{position:absolute;inset:0;background:rgba(15,23,27,.36);animation:auth-drawer-fade .2s ease}.auth-drawer__doorway{position:absolute;top:0;right:0;bottom:0;width:min(440px,100%);perspective:2200px}.auth-drawer__light{position:absolute;inset:0;background:radial-gradient(120% 80% at 8% 50%,rgba(255,240,205,.55),rgba(255,240,205,0) 60%);animation:auth-drawer-fade .48s ease;pointer-events:none}.auth-drawer{position:absolute;inset:0;display:flex;flex-direction:column;gap:8px;padding:clamp(24px,4vw,40px) clamp(26px,3.4vw,38px) clamp(24px,4vw,40px) clamp(30px,4vw,44px);background:linear-gradient(90deg,rgba(71,184,164,.06),rgba(71,184,164,0) 14%),#fffdf9;border-left:2px solid rgba(71,184,164,.55);box-shadow:-22px 0 60px rgba(31,42,51,.22),inset 0 0 0 1px rgba(71,184,164,.12);overflow-y:auto;isolation:isolate;transform-origin:right center;backface-visibility:hidden;animation:auth-door-open .62s cubic-bezier(.16,1,.3,1)}.auth-drawer:before{content:"";position:absolute;left:20px;right:20px;top:74px;bottom:26px;border:1.5px solid rgba(71,184,164,.16);border-radius:8px;box-shadow:inset 0 0 0 6px rgba(255,253,249,1),inset 0 0 0 7.5px rgba(71,184,164,.1);pointer-events:none;z-index:0}.auth-drawer__hinges{top:0;right:0;bottom:0;width:6px;background:linear-gradient(#c9a24a,#b8923f) center 16% /6px 42px no-repeat,linear-gradient(#c9a24a,#b8923f) center 84% /6px 42px no-repeat;border-radius:2px}.auth-drawer__handle,.auth-drawer__hinges{z-index:2;position:absolute;pointer-events:none}.auth-drawer__handle{left:14px;top:50%;transform:translateY(-50%);width:8px;height:46px;border-radius:999px;background:linear-gradient(180deg,#57c3b1,#3aa392);box-shadow:0 2px 6px rgba(31,42,51,.2)}.auth-drawer__handle:after{content:"";position:absolute;left:1px;top:-12px;width:6px;height:6px;border-radius:50%;background:#3aa392}@keyframes auth-drawer-fade{0%{opacity:0}to{opacity:1}}@keyframes auth-door-open{0%{transform:rotateY(-96deg);box-shadow:0 0 0 rgba(31,42,51,0)}70%{transform:rotateY(6deg)}to{transform:rotateY(0)}}@media (prefers-reduced-motion:reduce){.auth-drawer{animation:auth-drawer-fade .2s ease}}.auth-drawer__close{position:relative;z-index:2;align-self:flex-end;display:inline-grid;place-items:center;width:40px;height:40px;border:0;border-radius:50%;background:transparent;color:#3a454d;cursor:pointer;transition:background .16s ease}.auth-drawer__close:hover{background:rgba(31,42,51,.06)}.auth-drawer__body{position:relative;z-index:1;display:flex;flex-direction:column}.auth-drawer__title{margin:8px 0 6px;font-family:var(--oxly-font-brand);font-size:clamp(22px,3vw,28px);font-weight:700;letter-spacing:-.01em;color:#1f2a33}.auth-drawer__subtitle{margin:0 0 22px;font-size:14.5px;line-height:1.5;color:#5a6570}.auth-drawer__alert{margin:0 0 16px;padding:12px 14px;border-radius:12px;background:#fdecec;color:#a02020;font-size:13px;line-height:1.4}.auth-drawer__list{display:flex;flex-direction:column;gap:10px}.auth-drawer__btn{display:flex;align-items:center;gap:12px;width:100%;min-height:52px;padding:0 18px;border:1px solid rgba(31,42,51,.14);border-radius:14px;background:#ffffff;color:#1f2a33;font-size:15px;font-weight:600;text-decoration:none;cursor:pointer;transition:border-color .16s ease,background .16s ease,transform .12s ease}.auth-drawer__btn:hover{border-color:#47b8a4;background:#f7fbfa}.auth-drawer__btn:active{transform:translateY(1px)}.auth-drawer__btn svg{flex-shrink:0;color:#3a454d}.auth-drawer__footer{margin:22px 0 0;font-size:14px;color:#5a6570}.auth-drawer__footer-link{color:#1c6b5e;font-weight:600;text-decoration:none}.auth-drawer__footer-link:hover{text-decoration:underline}@media (max-width:480px){.auth-drawer{width:100%}}