.auth-shell{min-height:100vh;display:flex;align-items:stretch;background:rgb(var(--bg, 245 247 250))}.auth-split{display:grid;grid-template-columns:1fr;width:100%;min-height:100vh}@media(min-width:1024px){.auth-split{grid-template-columns:55% 45%}}.auth-left{position:relative;display:none;background:linear-gradient(135deg,#2563eb,#3b82f6,#6dbaff);overflow:hidden}@media(min-width:1024px){.auth-left{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;order:2}}.auth-left:before{content:"";position:absolute;inset:0;background-image:var(--auth-bg-image, none);background-size:cover;background-position:center;opacity:.25;z-index:1}.auth-left:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#2563ebd9,#3b82f6bf,#6dbaffb3);z-index:2}.auth-left-content{position:relative;z-index:3;text-align:center;max-width:480px;color:#fff}.auth-left-logo{width:80px;height:80px;margin:0 auto 2rem;border-radius:24px;background:#ffffff1f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:2px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:800;color:#fff;box-shadow:0 18px 50px #00000040}.auth-left-title{font-size:2rem;font-weight:800;line-height:1.2;margin-bottom:1rem;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.15)}.auth-left-desc{font-size:1.05rem;line-height:1.6;color:#c7daff;font-weight:500;text-shadow:0 1px 8px rgba(0,0,0,.1)}.auth-right{display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem;background:rgb(var(--surface, 255 255 255))}@media(min-width:640px){.auth-right{padding:3rem 2rem}}@media(min-width:1024px){.auth-right{padding:4rem 3rem;order:1}}.auth-right-inner{width:100%;max-width:480px}.auth-mobile-hero{display:block;background:linear-gradient(135deg,#2563eb,#3b82f6);padding:2.5rem 1.5rem 2rem;text-align:center;position:relative;overflow:hidden}@media(min-width:1024px){.auth-mobile-hero{display:none}}.auth-mobile-hero:before{content:"";position:absolute;inset:0;background-image:var(--auth-bg-image, none);background-size:cover;background-position:center;opacity:.15;z-index:1}.auth-mobile-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#2563ebe0,#3b82f6d9);z-index:2}.auth-mobile-hero-content{position:relative;z-index:3;color:#fff}.auth-mobile-logo{width:56px;height:56px;margin:0 auto 1rem;border-radius:18px;background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:2px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;color:#fff;box-shadow:0 12px 30px #0003}.auth-mobile-title{font-size:1.35rem;font-weight:800;margin-bottom:.5rem;color:#fff}.auth-mobile-desc{font-size:.9rem;color:#c7daff;font-weight:500}@keyframes auth-fade-in-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.auth-left-content,.auth-mobile-hero-content{animation:auth-fade-in-up .6s ease-out}.auth-right-inner{animation:auth-fade-in-up .5s ease-out .1s both}.auth-left[data-bg=shopping],.auth-mobile-hero[data-bg=shopping]{--auth-bg-image: url(/storage/auth-backgrounds/shopping.png)}.auth-left[data-bg=business],.auth-mobile-hero[data-bg=business]{--auth-bg-image: url(/storage/auth-backgrounds/business.png)}.auth-left[data-bg=store],.auth-mobile-hero[data-bg=store]{--auth-bg-image: url(/storage/auth-backgrounds/store.png)}@media(max-width:1023px){.auth-right{background:rgb(var(--bg, 245 247 250))}}
