.auth-page{min-height:100vh;display:flex;padding:1.5rem;position:relative;overflow:hidden}.auth-page,.auth-page--login-prompt{align-items:center;justify-content:center}.auth-page--login-prompt{padding:1.25rem}.auth-bg{position:fixed;inset:0;z-index:0;overflow:hidden;pointer-events:none}.auth-bg__grid{position:absolute;inset:0;background-image:linear-gradient(hsl(var(--border)/.06) 1px,transparent 1px),linear-gradient(90deg,hsl(var(--border)/.06) 1px,transparent 1px);background-size:48px 48px;opacity:.4}.auth-orb{position:absolute;border-radius:50%;filter:blur(120px);animation:authOrbFloat 18s ease-in-out infinite}.auth-orb--primary{width:500px;height:500px;background:radial-gradient(circle,rgba(147,90,246,.2) 0,transparent 70%);top:-15%;left:-10%;animation-delay:0s}.auth-orb--secondary{width:400px;height:400px;background:radial-gradient(circle,rgba(219,71,245,.15) 0,transparent 70%);bottom:-10%;right:-10%;animation-delay:-6s}.auth-orb--accent{width:350px;height:350px;background:radial-gradient(circle,rgba(13,204,242,.12) 0,transparent 70%);top:40%;right:20%;animation-delay:-12s}@keyframes authOrbFloat{0%,to{transform:translate(0) scale(1);opacity:.6}25%{transform:translate(30px,-20px) scale(1.05);opacity:.8}50%{transform:translate(10px,30px) scale(1);opacity:.6}75%{transform:translate(-25px,15px) scale(.95);opacity:.7}}.auth-card{position:relative;z-index:1;width:100%;max-width:28rem;animation:authCardReveal .5s ease-out forwards}@keyframes authCardReveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-card__header{text-align:center;margin-bottom:2rem}.auth-card__logo{width:auto;min-height:3rem;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;background:transparent;box-shadow:none}.auth-card__logo .riseiq-brand-lockup{max-width:min(15rem,100%)}.auth-card__logo .riseiq-brand-shell{width:100%;padding:0;border-radius:0;border:none;background:transparent;box-shadow:none}.auth-card__logo .riseiq-brand-mark{max-width:100%}html[data-theme=light] .auth-card__logo .riseiq-brand-mark--light{mix-blend-mode:multiply;filter:saturate(1.04) contrast(1.03)}html[data-theme=light] .auth-card__logo--login-hero .riseiq-brand-mark--light{opacity:.97;-webkit-mask-image:linear-gradient(180deg,transparent 0,#000 10%,#000 90%,transparent),linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent);-webkit-mask-composite:source-in;mask-image:linear-gradient(180deg,transparent 0,#000 10%,#000 90%,transparent),linear-gradient(90deg,transparent 0,#000 6%,#000 94%,transparent);-webkit-mask-composite:source-in,xor;mask-composite:intersect}html[data-theme=dark-riseiq] .auth-card__logo .riseiq-brand-shell,html[data-theme=dark] .auth-card__logo .riseiq-brand-shell{border:none;background:transparent;box-shadow:none}html[data-theme=dark-riseiq] .auth-card__logo .riseiq-brand-mark--dark,html[data-theme=dark] .auth-card__logo .riseiq-brand-mark--dark{mix-blend-mode:normal;filter:none}html[data-theme=dark-riseiq] .auth-card__logo--login-hero .riseiq-brand-mark--dark,html[data-theme=dark] .auth-card__logo--login-hero .riseiq-brand-mark--dark{opacity:1;-webkit-mask-image:none;mask-image:none}.auth-card__title{font-family:var(--font-heading);font-size:1.75rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:.5rem}.auth-card__subtitle{font-size:.9rem;color:hsl(var(--muted-foreground))}.auth-card__form{padding:2rem;border-radius:1.5rem;border:1px solid hsl(var(--glass-border));background:hsl(var(--glass-bg));backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));box-shadow:var(--shadow-soft-lg)}.auth-card__form:before{content:"";position:absolute;inset:0;border-radius:inherit;opacity:.03;pointer-events:none;background:radial-gradient(circle at 30% 30%,#935af6,transparent 60%),radial-gradient(circle at 70% 70%,#0dccf2,transparent 60%)}.auth-form-group{margin-bottom:1.5rem}.auth-label{display:block;font-size:.8rem;font-weight:600;color:hsl(var(--muted-foreground));margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.03em}.auth-label__required{color:hsl(var(--destructive))}.auth-input{width:100%;padding:.875rem 1rem;border-radius:.875rem;border:1px solid hsl(var(--border)/.5);background:hsl(var(--muted)/.2);color:hsl(var(--foreground));font-size:.9rem;font-family:inherit;transition:all .25s ease}.auth-input:focus{outline:none;border-color:hsl(var(--primary)/.5);background:hsl(var(--muted)/.3);box-shadow:0 0 0 3px hsl(var(--primary)/.1)}.auth-input::-moz-placeholder{color:hsl(var(--muted-foreground)/.6)}.auth-input::placeholder{color:hsl(var(--muted-foreground)/.6)}.auth-form-link-row{display:flex;justify-content:flex-end;margin-top:.625rem}.auth-inline-actions{display:flex;justify-content:space-between;gap:.75rem;margin-top:1rem;flex-wrap:wrap}.auth-inline-link,.auth-inline-link--button{display:inline-flex;align-items:center;gap:.35rem;color:hsl(var(--primary));font-size:.85rem;font-weight:600;text-decoration:none}.auth-inline-link--button{background:transparent;border:0;padding:0;cursor:pointer}.auth-inline-link--button:disabled{cursor:not-allowed;opacity:.6}.auth-success{padding:1rem;border-radius:.75rem;background:rgba(22,162,73,.1);border:1px solid rgba(22,162,73,.2);margin-bottom:1.5rem}.auth-success__text{font-size:.875rem;color:hsl(var(--foreground));margin:0}.auth-input--otp{letter-spacing:.24em;text-align:center;font-variant-numeric:tabular-nums}.auth-input:disabled{opacity:.6;cursor:not-allowed}.auth-input--readonly{cursor:default;opacity:.85}.auth-input-hint{font-size:.75rem;color:hsl(var(--muted-foreground)/.7);margin-top:.375rem}.auth-error{padding:1rem;border-radius:.75rem;background:hsl(var(--destructive)/.08);border:1px solid hsl(var(--destructive)/.2);margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.auth-error__icon{width:1.25rem;height:1.25rem;color:hsl(var(--destructive))}.auth-error__text{font-size:.875rem;color:hsl(var(--destructive));margin:0}.auth-action-panel{margin-top:-.5rem;margin-bottom:1.5rem;padding:1rem;border-radius:.875rem;border:1px solid hsl(var(--border)/.5);background:hsl(var(--muted)/.14)}.auth-action-panel__text{margin:0 0 .875rem;color:hsl(var(--muted-foreground));font-size:.8125rem;line-height:1.5}.auth-action-panel__actions{display:grid;gap:.625rem}.auth-verification-form{display:grid;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid hsl(var(--border)/.35)}.auth-secondary-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;min-height:2.75rem;padding:.75rem 1rem;border-radius:.75rem;border:1px solid hsl(var(--border)/.6);background:hsl(var(--background)/.35);color:hsl(var(--foreground));font-family:inherit;font-size:.875rem;font-weight:600;text-decoration:none;cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .2s ease}.auth-secondary-btn:hover{transform:translateY(-1px);border-color:rgba(13,204,242,.55);background:hsl(var(--muted)/.24)}.auth-secondary-btn--muted{color:hsl(var(--muted-foreground))}.auth-secondary-btn--accent{border-color:rgba(13,204,242,.45);background:rgba(13,204,242,.12)}.auth-action-panel__status{margin:.875rem 0 0;font-size:.8125rem;line-height:1.45}.auth-action-panel__status--success{color:#22c373}.auth-action-panel__status--error{color:hsl(var(--destructive))}.auth-submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem 1.5rem;border-radius:.875rem;border:none;background:linear-gradient(135deg,#0dccf2,#935af6,#db47f5);color:#fff;font-size:.9rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .25s ease;box-shadow:0 4px 16px rgba(147,90,246,.25)}.auth-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 24px rgba(147,90,246,.35)}.auth-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-submit-btn__content{display:flex;align-items:center;justify-content:center;gap:.5rem}.auth-submit-btn__spinner{width:1.25rem;height:1.25rem;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.auth-card__footer{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid hsl(var(--border)/.3)}.auth-footer-text{font-size:.75rem;color:hsl(var(--muted-foreground)/.7);text-align:center;line-height:1.5}.auth-footer-text a{color:hsl(var(--primary));text-decoration:none}.auth-footer-text a:hover{text-decoration:underline}.auth-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem}.auth-loading__spinner{width:3rem;height:3rem;border-radius:50%;border:3px solid hsl(var(--border));border-top-color:hsl(var(--primary));animation:spin 1s linear infinite}.auth-loading__text{font-size:.9rem;color:hsl(var(--muted-foreground))}.auth-social-divider{display:flex;align-items:center;gap:1rem;margin:1.5rem 0}.auth-social-divider__line{flex:1;height:1px;background:hsl(var(--border)/.5)}.auth-social-divider__text{font-size:.75rem;color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.05em}.auth-social-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.625rem;padding:.875rem 1rem;border-radius:.875rem;border:1px solid hsl(var(--border)/.5);background:hsl(var(--muted)/.2);color:hsl(var(--foreground));font-size:.875rem;font-weight:500;cursor:pointer;transition:all .25s ease;font-family:inherit}.auth-social-btn:hover{background:hsl(var(--muted)/.4);border-color:hsl(var(--primary)/.3)}.auth-social-btn svg{width:1.25rem;height:1.25rem}.auth-login__frame{position:relative;z-index:1;width:min(1160px,100%);margin:0 auto}.auth-login__masthead{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.auth-login__backlink{display:inline-flex;align-items:center;gap:.5rem;font-size:.88rem;font-weight:600;color:hsl(var(--muted-foreground));text-decoration:none;transition:color .2s ease,transform .2s ease}.auth-login__backlink:hover{color:hsl(var(--foreground));transform:translateX(-2px)}.auth-login__shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,460px);gap:1.25rem;align-items:stretch}.auth-login__shell--credential{width:100%}.auth-login__shell--single{display:block;width:min(620px,100%);margin:0 auto}.auth-login__panel-card,.auth-login__story{position:relative;overflow:hidden;border-radius:2rem;border:1px solid hsl(var(--glass-border));background:linear-gradient(160deg,hsl(var(--card)/.96),hsl(var(--background)/.82)),hsl(var(--card));backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);box-shadow:var(--shadow-soft-xl)}.auth-login__story{padding:2.2rem;background:radial-gradient(circle at 16% 18%,rgba(13,204,242,.16),transparent 26%),radial-gradient(circle at 84% 20%,rgba(147,90,246,.18),transparent 30%),radial-gradient(circle at 72% 78%,rgba(219,71,245,.15),transparent 24%),linear-gradient(165deg,hsl(var(--card)/.98),hsl(var(--background)/.84))}.auth-login__story:after{content:"";position:absolute;inset:1.25rem;border-radius:1.6rem;border:1px solid hsl(var(--border)/.24);pointer-events:none}.auth-login__story-badge{display:inline-flex;align-items:center;gap:.5rem;border-radius:999px;border:1px solid hsl(var(--primary)/.28);background:linear-gradient(135deg,hsl(var(--primary)/.14),hsl(var(--secondary)/.1));color:hsl(var(--primary));padding:.55rem .9rem;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.auth-login__story h1{margin:1.4rem 0 0;max-width:11ch;font-family:var(--font-heading);font-size:clamp(3rem,5vw,5.15rem);line-height:.94;letter-spacing:-.06em;color:hsl(var(--foreground))}.auth-login__story>p{margin:1.2rem 0 0;max-width:58ch;font-size:1rem;line-height:1.75;color:hsl(var(--muted-foreground))}.auth-login__story-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;margin-top:2rem}.auth-login__story-card{border-radius:1.35rem;border:1px solid hsl(var(--border)/.62);background:linear-gradient(180deg,hsl(var(--card)/.88),hsl(var(--background)/.74));padding:1rem;min-height:10.5rem}.auth-login__story-icon{width:2.9rem;height:2.9rem;border-radius:1rem;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0dccf2,#935af6,#db47f5);color:#fff;box-shadow:0 14px 30px rgba(147,90,246,.22)}.auth-login__story-card span{display:block;margin-top:1rem;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:hsl(var(--muted-foreground))}.auth-login__story-card strong{display:block;margin-top:.5rem;font-size:1rem;line-height:1.45;color:hsl(var(--foreground))}.auth-login__story-panel{margin-top:1rem;border-radius:1.5rem;border:1px solid hsl(var(--border)/.58);background:radial-gradient(circle at top right,hsl(var(--secondary)/.12),transparent 24%),linear-gradient(180deg,hsl(var(--card)/.92),hsl(var(--background)/.76));padding:1.2rem 1.25rem}.auth-login__story-panel-label{margin:0;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:hsl(var(--primary))}.auth-login__story-panel h2{margin:.65rem 0 0;font-size:1.45rem;line-height:1.2;letter-spacing:-.04em;color:hsl(var(--foreground))}.auth-login__story-list{margin:1rem 0 0;padding-left:1.1rem;color:hsl(var(--muted-foreground));line-height:1.8}.auth-login__panel{position:relative}.auth-login__panel--credential:before{content:"";position:absolute;inset:1.25rem;border-radius:2rem;background:radial-gradient(circle at top left,rgba(13,204,242,.18),transparent 34%),radial-gradient(circle at bottom right,rgba(219,71,245,.16),transparent 34%);filter:blur(36px);pointer-events:none}.auth-login__panel-card{padding:2rem}.auth-login__panel-card--credential{min-height:100%;background:radial-gradient(circle at top right,hsl(var(--secondary)/.12),transparent 24%),linear-gradient(180deg,hsl(var(--card)/.98),hsl(var(--background)/.82))}.auth-login__panel-card--single{padding:2rem}.auth-card__footer,.auth-login__brand,.auth-login__form,.auth-login__trust-row{position:relative;z-index:1}.auth-login__brand--stacked{display:flex;align-items:flex-start;gap:1rem}.auth-login__brand--compact{align-items:center}.auth-login__brand--stacked .auth-card__logo{margin:0;min-height:0}.auth-login__eyebrow{margin:0 0 .35rem;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:hsl(var(--primary));font-weight:700}.auth-login__brand h2{margin:0;font-size:2rem;line-height:1.05;letter-spacing:-.04em;color:hsl(var(--foreground))}.auth-login__topline{margin-bottom:.75rem}.auth-login__topline--stacked{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.25rem;margin-bottom:1.35rem}.auth-card__logo--login-hero{margin:0 0 .55rem;min-height:0;width:100%;position:relative}.auth-card__logo--login-hero .riseiq-brand-lockup{max-width:min(19rem,100%);position:relative;z-index:1}html[data-theme=light] .auth-card__logo--login-hero:before{content:"";position:absolute;left:50%;top:50%;width:min(24rem,100%);height:calc(100% + 1.2rem);transform:translate(-50%,-50%);border-radius:999px;background:radial-gradient(circle at 22% 36%,rgba(194,237,255,.9),transparent 28%),radial-gradient(circle at 76% 34%,rgba(241,194,255,.78),transparent 26%),radial-gradient(circle at 50% 78%,rgba(224,233,255,.82),transparent 32%),linear-gradient(180deg,hsla(0,0%,100%,.98),rgba(243,246,252,.92));filter:blur(20px);opacity:.9;pointer-events:none}html[data-theme=dark-riseiq] .auth-card__logo--login-hero:before,html[data-theme=dark] .auth-card__logo--login-hero:before{content:none}.auth-login__headline{margin:0;font-family:var(--font-heading);font-size:clamp(2rem,3.8vw,2.9rem);line-height:.98;letter-spacing:-.05em;color:hsl(var(--foreground))}.auth-login__copy{margin:1rem 0 0;color:hsl(var(--muted-foreground));line-height:1.7;font-size:.98rem}.auth-login__copy--compact{margin-top:.3rem;max-width:36rem}.auth-login__form{margin-top:1.5rem}.auth-input--elevated{height:3.3rem;border-radius:1rem;background:linear-gradient(180deg,hsl(var(--card)/.9),hsl(var(--background)/.78));border-color:hsl(var(--border)/.72);box-shadow:inset 0 1px 0 hsl(var(--background)/.2)}.auth-login__field-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.auth-login__field-link{font-size:.78rem;font-weight:600;color:hsl(var(--primary));text-decoration:none}.auth-login__field-link:hover{text-decoration:underline}.auth-login__cta{height:3.35rem;margin-top:.4rem;border-radius:1rem}.auth-login__trust-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1rem;color:hsl(var(--muted-foreground));font-size:.82rem}.auth-login__trust-row span{display:inline-flex;align-items:center;gap:.45rem}.auth-login__trust-row--single{margin-top:1rem}.auth-login__secondary-link{font-size:.88rem;font-weight:600;color:hsl(var(--primary));text-decoration:none}.auth-login__secondary-link:hover{text-decoration:underline}.auth-login__help-link{padding:0;border:none;background:transparent;font-size:.88rem;font-weight:600;color:hsl(var(--primary));cursor:pointer}.auth-login__help-link:hover{text-decoration:underline}.auth-login__mini-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;margin-top:1.35rem}.auth-login__mini-card{position:relative;overflow:hidden;min-height:9.5rem;padding:1rem;border-radius:1.35rem;border:1px solid hsl(var(--border)/.62);background:radial-gradient(circle at top right,hsl(var(--secondary)/.08),transparent 28%),linear-gradient(180deg,hsl(var(--card)/.92),hsl(var(--background)/.78))}.auth-login__mini-icon{width:2.65rem;height:2.65rem;border-radius:.95rem;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(135deg,#0dccf2,#935af6,#db47f5);box-shadow:0 12px 26px rgba(147,90,246,.22)}.auth-login__mini-card span{display:block;margin-top:.95rem;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:hsl(var(--muted-foreground))}.auth-login__mini-card strong{display:block;margin-top:.45rem;font-size:1rem;line-height:1.45;color:hsl(var(--foreground))}html[data-theme=light] .auth-orb--primary{background:radial-gradient(circle,rgba(147,90,246,.1) 0,transparent 70%)}html[data-theme=light] .auth-orb--secondary{background:radial-gradient(circle,rgba(219,71,245,.08) 0,transparent 70%)}html[data-theme=light] .auth-orb--accent{background:radial-gradient(circle,rgba(13,204,242,.06) 0,transparent 70%)}html[data-theme=light] .auth-login__panel-card,html[data-theme=light] .auth-login__story{box-shadow:0 28px 80px -40px hsl(var(--primary)/.28)}html[data-theme=dark-riseiq] .auth-page--login-prompt .auth-bg,html[data-theme=dark] .auth-page--login-prompt .auth-bg{background:radial-gradient(circle at 16% 18%,rgba(13,204,242,.1),transparent 24%),radial-gradient(circle at 50% 20%,rgba(147,90,246,.14),transparent 28%),radial-gradient(circle at 82% 78%,rgba(219,71,245,.12),transparent 26%),linear-gradient(135deg,#100e1b,#0c0b14 44%,#120f1a)}html[data-theme=dark-riseiq] .auth-page--login-prompt .auth-bg__grid,html[data-theme=dark] .auth-page--login-prompt .auth-bg__grid{opacity:.24}html[data-theme=dark-riseiq] .auth-page--login-prompt .auth-orb--primary,html[data-theme=dark] .auth-page--login-prompt .auth-orb--primary{background:radial-gradient(circle,rgba(13,204,242,.14) 0,transparent 70%)}html[data-theme=dark-riseiq] .auth-page--login-prompt .auth-orb--secondary,html[data-theme=dark] .auth-page--login-prompt .auth-orb--secondary{background:radial-gradient(circle,rgba(219,71,245,.14) 0,transparent 70%)}html[data-theme=dark-riseiq] .auth-page--login-prompt .auth-orb--accent,html[data-theme=dark] .auth-page--login-prompt .auth-orb--accent{background:radial-gradient(circle,rgba(147,90,246,.12) 0,transparent 70%)}html[data-theme=dark-riseiq] .auth-page--login-prompt .auth-login__panel-card--credential,html[data-theme=dark] .auth-page--login-prompt .auth-login__panel-card--credential{border-color:hsl(var(--border)/.34);background:#000;box-shadow:0 22px 44px rgba(0,0,0,.32),inset 0 1px 0 hsla(0,0%,100%,.02)}@media (max-width:980px){.auth-login__mini-grid,.auth-login__shell,.auth-login__story-grid{grid-template-columns:1fr}.auth-login__story h1{max-width:none}}@media (max-width:480px){.auth-page--login-prompt{padding:1rem}.auth-login__masthead{margin-bottom:1rem}.auth-login__panel-card,.auth-login__story{padding:1.4rem;border-radius:1.5rem}.auth-card__form{padding:1.5rem}.auth-card__title{font-size:1.5rem}.auth-login__field-row,.auth-login__trust-row{flex-direction:column;align-items:flex-start}.auth-login__brand--stacked{gap:.85rem}.auth-login__brand--stacked .auth-card__logo{width:auto;min-height:0}.auth-card__logo--login-hero .riseiq-brand-lockup{max-width:min(15.5rem,100%)}.auth-login__brand h2{font-size:1.65rem}.auth-card__logo{width:auto;min-height:2.6rem}}