
body.juma-auth { min-height: 100dvh; padding: max(16px,env(safe-area-inset-top)) max(16px,env(safe-area-inset-right)) max(16px,env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left)); overflow-x: clip; background: radial-gradient(ellipse at 80% 10%,#153b52 0,transparent 45%),#070d18; }
.juma-auth .auth-backdrop { pointer-events: none; z-index: -1; }
.juma-auth .auth-shell { position: relative; display: grid; grid-template-columns: minmax(300px,420px) minmax(0,1fr); gap: 28px; align-items: start; width: min(1160px,100%); }
.juma-auth .auth-card { position: relative; z-index: 1; min-width: 0; width: 100%; box-sizing: border-box; align-self: start; }
.juma-auth .brand-mark { margin-bottom: 28px; font-size: 20px; }
.juma-auth .brand-mark img { width: 36px; height: 36px; }
.juma-auth .auth-card input:not([type=checkbox]) { font-size: 16px; min-height: 48px; scroll-margin: 24px; color: #f2f8ff; background: #101c30; }
.juma-auth .auth-footer { position: relative; inset: auto; width: min(1160px,100%); box-sizing: border-box; }
.auth-story { min-width: 0; border: 1px solid #294259; border-radius: 24px; overflow: hidden; background: #0b1626; }
.auth-story > header { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding: 18px 22px; font-size: 12px; color: #b8d1df; }
.auth-story > header a { color: #91e9ff; }
.auth-story-scroll { height: min(630px,75svh); min-height: 430px; overflow-y: auto; overflow-x: hidden; scroll-snap-type: y proximity; scroll-behavior: smooth; scrollbar-width: thin; scrollbar-color: #396275 transparent; }
.auth-story-slide { position: relative; isolation: isolate; min-height: 100%; box-sizing: border-box; display: flex; align-items: end; scroll-snap-align: start; padding: clamp(24px,4vw,48px); overflow: hidden; background: radial-gradient(ellipse at 70% 20%,#196476 0,transparent 60%),linear-gradient(145deg,#102542,#0a1021); }
.auth-story-slide--2,.auth-story-slide--5 { background: radial-gradient(ellipse at 65% 20%,#4e3683,transparent 60%),#11192c; }
.auth-story-slide--3,.auth-story-slide--6 { background: radial-gradient(ellipse at 75% 10%,#196951,transparent 60%),#0d1c28; }
.auth-story-slide--4 { background: radial-gradient(ellipse at 70% 10%,#805426,transparent 60%),#181625; }
.auth-story-copy { z-index: 1; max-width: 440px; }
.auth-story-number { font-size: 12px; letter-spacing: .2em; color: #a7e4f1; }
.auth-story h2 { font-size: clamp(30px,4vw,50px); line-height: 1.06; margin: 16px 0; letter-spacing: -.045em; font-weight: 900; color: #fff; overflow-wrap: anywhere; }
.auth-story p { font-size: 17px; line-height: 1.65; color: #d1e2ee; }
.auth-story-cta { display: inline-flex; padding: 12px 18px; margin-top: 10px; background: #8be8ff; color: #071928; font-weight: 800; text-decoration: none; border-radius: 12px; }
.auth-story-art { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.auth-story-art > span { position: absolute; top: 8%; right: 10%; font-size: 150px; line-height: 1; color: #95f2ff; opacity: .22; }
.auth-story-art i { position: absolute; width: 150px; height: 150px; border: 1px solid #b1f7ff25; border-radius: 28px; transform: rotate(-20deg); top: 9%; right: 16%; }
.auth-story-art i:nth-of-type(2) { transform: rotate(10deg); right: 9%; top: 15%; }
.auth-story-art i:nth-of-type(3) { transform: rotate(40deg); right: 24%; top: 19%; }
.auth-story-indicators { display: flex; justify-content: center; gap: 6px; padding: 8px; }
.auth-story-indicators a { display: grid; place-items: center; width: 38px; height: 32px; text-decoration: none; }
.auth-story-indicators span { font-size: 0; display: block; width: 22px; height: 4px; border-radius: 8px; background: #3a4c65; }
.auth-story-indicators [aria-current] span { background: #8be8ff; }
.juma-auth :is(a,button,input):focus-visible { outline: 2px solid #8be8ff; outline-offset: 3px; }
@media (max-width: 900px) { .juma-auth .auth-shell { grid-template-columns: minmax(0,1fr); max-width: 600px; gap: 20px; } .juma-auth .auth-card { order: 0; padding: 24px; } .auth-story { order: 1; } .juma-auth .auth-topbar { flex-direction: row; flex-wrap: wrap; justify-content: center; padding: 8px; } .juma-auth .auth-topbar a { width: auto; font-size: 12px; } .auth-story-scroll { height: 65svh; min-height: 380px; } }
@media (orientation: landscape) and (max-height: 600px) { .auth-story-scroll { height: 80svh; min-height: 300px; } .auth-story-slide { padding: 24px; } .auth-story h2 { font-size: 30px; } }
@media (prefers-reduced-motion: reduce) { .auth-story-scroll { scroll-behavior: auto; scroll-snap-type: none; } }
