.auth-shell{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;background:var(--color-bg)}.auth-shell__panel{display:none}.auth-shell__main{flex:1 1 auto;padding:var(--space-6) var(--space-5)}.auth-card,.auth-shell__main{display:flex;flex-direction:column;align-items:center;width:100%}.auth-card{gap:var(--space-6);max-width:393px}.auth-card__brand{display:flex;flex-direction:column;align-items:center;padding-top:80px}.auth-card__heading{font-family:var(--font-display);font-size:24px;font-weight:700;line-height:1;color:var(--color-text-primary);text-align:center;margin:0}.auth-card__form,.auth-card__social-group{display:flex;flex-direction:column;gap:var(--space-3);width:100%}@media (min-width:640px){.auth-shell__main{justify-content:center}.auth-card,.auth-shell__main{padding:var(--space-10) var(--space-8)}.auth-card{max-width:460px;background:var(--color-surface);border-radius:24px;box-shadow:0 24px 48px rgba(15,23,42,.06);gap:var(--space-8)}.auth-card__brand{padding-top:var(--space-2)}.auth-card__heading{font-size:28px}}.auth-card__subheading{display:none}@media (min-width:1024px){.auth-shell{flex-direction:row}.auth-shell__panel{display:flex;flex:1 1 55%;align-items:center;justify-content:center;padding:var(--space-16);background:var(--gradient-brand);color:var(--color-text-inverse);position:relative;overflow:hidden}.auth-shell__panel:after,.auth-shell__panel:before{content:"";position:absolute;border-radius:50%;background:hsla(0,0%,100%,.08);pointer-events:none}.auth-shell__panel:before{width:420px;height:420px;top:-120px;left:-120px}.auth-shell__panel:after{width:520px;height:520px;bottom:-180px;right:-160px}.panel-content{position:relative;z-index:1;max-width:480px;display:flex;flex-direction:column;gap:var(--space-6)}.panel-content__logo{width:88px;height:auto;filter:brightness(0) invert(1);opacity:.95}.panel-content__title{font-family:var(--font-display);font-size:44px;font-weight:700;line-height:1.1;margin:0}.panel-content__subtitle{font-size:17px;font-weight:400;line-height:1.55;margin:0;opacity:.92}.panel-content__features{list-style:none;margin:var(--space-4) 0 0;padding:0;display:flex;flex-direction:column;gap:var(--space-3)}.panel-content__features li{display:flex;align-items:center;gap:var(--space-3);font-size:15px;opacity:.95}.panel-content__features li:before{content:"";width:22px;height:22px;flex-shrink:0;border-radius:50%;background:hsla(0,0%,100%,.22);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");background-size:14px 14px;background-repeat:no-repeat;background-position:50%}.auth-shell__main{flex:1 1 45%;padding:var(--space-12) var(--space-12);justify-content:center}.auth-card{max-width:420px;background:transparent;box-shadow:none;padding:0;align-items:stretch;gap:var(--space-8)}.auth-card__brand{align-items:flex-start;padding-top:0}.auth-card__brand .brand-logo{display:none}.auth-card__heading{text-align:left;font-size:32px}.auth-card__subheading{display:block;font-size:15px;color:var(--color-text-secondary);margin-top:var(--space-2);text-align:left}}.auth-footer{display:flex;flex-direction:column;align-items:center;gap:var(--space-2);width:100%;max-width:393px;margin-top:var(--space-8);padding-bottom:var(--space-2);text-align:center}.auth-footer__links{display:flex;align-items:center;gap:var(--space-3);font-size:13px;font-weight:600}.auth-footer__links a{color:var(--color-text-secondary);transition:color .15s ease}.auth-footer__links a:hover{color:var(--color-brand-to)}.auth-footer__sep{color:#cbd5e1}.auth-footer__copy{margin:0;font-size:12px;font-weight:500;color:var(--color-text-tertiary)}@media (min-width:640px){.auth-footer{max-width:460px}}@media (min-width:1024px){.auth-footer{max-width:420px;align-items:flex-start;text-align:left;margin-top:var(--space-10)}.panel-content__link{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;margin-top:var(--space-2);padding:12px 20px;border-radius:var(--radius-pill);background:hsla(0,0%,100%,.16);border:1px solid hsla(0,0%,100%,.35);color:var(--color-text-inverse);font-size:14px;font-weight:700;transition:background-color .15s ease,transform .15s ease}.panel-content__link:hover{background:hsla(0,0%,100%,.26);transform:translateY(-1px)}.panel-content__link svg{width:16px;height:16px;flex-shrink:0}}.app-shell{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;background:var(--color-bg)}.app-shell__sidebar{display:none}.app-shell__main{flex:1 1 auto;display:flex;flex-direction:column;width:100%;min-width:0}.app-shell__header{display:flex;justify-content:center;align-items:center;padding:var(--space-3) var(--space-4) 0;width:100%}.app-shell__logo{width:auto;max-height:56px;max-width:100px;object-fit:contain}.app-shell__body{flex:1 1 auto;width:100%;padding:var(--space-4) var(--space-4) 110px}.app-shell__content{width:100%;max-width:393px;margin:0 auto;display:flex;flex-direction:column;gap:var(--space-4)}.app-shell__tabbar{position:fixed;left:0;right:0;bottom:calc(var(--space-3) + env(safe-area-inset-bottom));margin:0 auto;width:calc(100% - 32px);max-width:343px;z-index:20}@media (min-width:640px){.app-shell__body{padding:var(--space-6) var(--space-6) 130px}.app-shell__content{max-width:720px;gap:var(--space-6)}.app-shell__tabbar{max-width:480px}}@media (min-width:1024px){.app-shell{flex-direction:row}.app-shell__sidebar{display:flex;flex-direction:column;align-items:flex-start;width:240px;flex-shrink:0;padding:var(--space-6) var(--space-5);background:var(--color-surface);border-right:1px solid var(--color-border);gap:var(--space-6);position:-webkit-sticky;position:sticky;top:0;height:100vh}.app-shell__sidebar .app-shell__logo{max-height:64px;max-width:180px;margin-left:4px}.app-shell__main{flex:1 1 auto}.app-shell__header{display:none}.app-shell__body{padding:var(--space-10) var(--space-12)}.app-shell__content{max-width:1040px;gap:var(--space-8)}.app-shell__tabbar{display:none}}.page-shell{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;background:var(--color-bg)}.page-shell__panel{display:none}.page-shell__main{flex:1 1 auto;display:flex;flex-direction:column;width:100%}.page-shell__body{flex:1 1 auto;width:100%;padding:var(--space-4);padding-bottom:96px}.page-shell__content{width:100%;max-width:393px;margin:0 auto;display:flex;flex-direction:column;gap:var(--space-4)}.page-shell__footer{position:-webkit-sticky;position:sticky;bottom:0;left:0;right:0;width:100%;padding:var(--space-3) var(--space-4) calc(var(--space-4) + env(safe-area-inset-bottom));background:linear-gradient(to top,var(--color-bg) 70%,hsla(0,0%,98%,0));z-index:5}.page-shell__footer-inner{max-width:393px;margin:0 auto}@media (min-width:640px){.page-shell__body{padding:var(--space-8) var(--space-6) 120px}.page-shell__content{max-width:560px;gap:var(--space-6)}.page-shell__footer-inner{max-width:560px}}@media (min-width:1024px){.page-shell{flex-direction:row}.page-shell__panel{display:flex;flex:1 1 42%;align-items:center;justify-content:center;padding:var(--space-16);background:var(--gradient-brand);color:var(--color-text-inverse);position:relative;overflow:hidden}.page-shell__panel:after,.page-shell__panel:before{content:"";position:absolute;border-radius:50%;background:hsla(0,0%,100%,.08);pointer-events:none}.page-shell__panel:before{width:420px;height:420px;top:-120px;left:-120px}.page-shell__panel:after{width:520px;height:520px;bottom:-180px;right:-160px}.page-shell__main{flex:1 1 58%;overflow-y:auto;max-height:100vh}.page-shell__body{padding:var(--space-12) var(--space-12) var(--space-8)}.page-shell__content{max-width:560px;margin:0}.page-shell__footer{position:static;background:none;padding:var(--space-2) var(--space-12) var(--space-12)}.page-shell__footer-inner{max-width:560px;margin:0}}