.auth-shell{width:100vw;min-height:100vh;font-family:var(--font-display,"Poppins", sans-serif);color:var(--text-primary,#0f172a);isolation:isolate;background:radial-gradient(circle at 22% 18%,#0d948847,#0000 55%),radial-gradient(circle at 78% 82%,#312e8173,#0000 60%),linear-gradient(160deg,#082f2c 0%,#07231f 38%,#061a18 72%,#04100f 100%);grid-template:"brand.""hero card"1fr"footer card"/minmax(0,1fr) min(500px,40vw);gap:0 3rem;padding:2.25rem 6rem;display:grid;position:relative;overflow:hidden}.auth-floating-icons{pointer-events:none;z-index:0;-webkit-mask-composite:source-in;position:absolute;inset:0;overflow:hidden;-webkit-mask-image:radial-gradient(35% 45% at 75%,#0000 0% 60%,#000 100%),radial-gradient(22% 30% at 28% 38%,#0000 0%,#0006 60%,#000 100%);mask-image:radial-gradient(35% 45% at 75%,#0000 0% 60%,#000 100%),radial-gradient(22% 30% at 28% 38%,#0000 0%,#0006 60%,#000 100%);-webkit-mask-composite:source-in;mask-composite:intersect}.auth-orbs{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.auth-orb{filter:blur(100px);will-change:transform;border-radius:50%;position:absolute}.auth-orb-1{background:radial-gradient(circle,#0d948866,#0d948800 70%);width:560px;height:560px;top:-180px;left:-160px}.auth-orb-2{background:radial-gradient(circle,#115e5973,#115e5900 70%);width:420px;height:420px;bottom:-120px;left:25%}.auth-orb-3{background:radial-gradient(circle,#312e814d,#312e8100 70%);width:360px;height:360px;top:12%;left:38%}.auth-brand{z-index:1;grid-area:brand;align-items:center;gap:.75rem;padding-left:4rem;display:inline-flex;position:relative}.auth-brand-logo{filter:brightness(0)invert();opacity:.95;width:auto;height:32px}.auth-brand-wordmark{letter-spacing:-.5px;color:#fff;opacity:.95;align-items:center;height:32px;font-size:1.375rem;font-weight:700;line-height:1;display:inline-flex}.auth-brand-tag{letter-spacing:.14em;text-transform:uppercase;color:#ffffffbf;background:#ffffff14;border:1px solid #ffffff24;border-radius:999px;align-items:center;height:24px;padding:0 .5rem;font-size:.625rem;font-weight:600;display:inline-flex}.auth-hero{z-index:1;flex-direction:column;grid-area:hero;justify-content:center;max-width:680px;padding:0 0 4rem 4rem;display:flex;position:relative}.auth-hero-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:#ffffff8c;align-items:center;gap:.625rem;margin:0 0 1.25rem;font-size:.6875rem;font-weight:600;display:inline-flex}.auth-hero-eyebrow:before{content:"";background:linear-gradient(90deg, var(--brand-400,#2dd4bf), transparent);border-radius:2px;width:28px;height:1.5px}.auth-hero-title{letter-spacing:-.025em;color:#fff;max-width:18ch;margin:0;font-size:clamp(2.5rem,4.4vw,3.75rem);font-weight:700;line-height:1.05}.auth-hero-title em{background:linear-gradient(120deg,#5eead4 0%,#0d9488 60%,#115e59 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;font-style:normal}.auth-hero-lead{color:#ffffffb8;max-width:44ch;margin:1.5rem 0 0;font-size:1.0625rem;font-weight:400;line-height:1.6}.auth-shell-footer{z-index:1;letter-spacing:.06em;color:#fff6;grid-area:footer;align-items:center;gap:.75rem;padding:1rem 0 0 4rem;font-size:.7rem;display:flex;position:relative}.auth-shell-footer .dot{background:#ffffff4d;border-radius:50%;width:3px;height:3px}.auth-shell-footer-status{color:#ffffff8c;align-items:center;gap:.5rem;display:inline-flex}.auth-shell-footer-pulse{background:#22c55e;border-radius:50%;width:7px;height:7px;position:relative}.auth-shell-footer-pulse:before{content:"";animation:auth-pulse 2.4s var(--ease-out,ease-out) infinite;background:#22c55e59;border-radius:50%;position:absolute;inset:-3px}@keyframes auth-pulse{0%{opacity:.9;transform:scale(.6)}70%{opacity:0;transform:scale(1.6)}to{opacity:0;transform:scale(1.6)}}.auth-form-panel{z-index:1;grid-area:card;place-self:center start;width:100%;max-width:460px;position:relative}.auth-card{background:#fff;border:1px solid #fffc;border-radius:20px;width:100%;overflow:hidden;box-shadow:inset 0 1px #ffffffb3,0 80px 160px -32px #00000080,0 40px 60px -20px #082f2c73,0 8px 16px -4px #0003}.auth-card .p-card-body{padding:2.25rem 2rem 1.75rem}.auth-card .p-card-content{padding:0}.auth-card .p-password{width:100%;display:block}.auth-card-header{flex-direction:column;gap:.25rem;margin-bottom:1.5rem;display:flex}.auth-card-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--brand-600,#0f766e);align-items:center;gap:.5rem;margin:0;font-size:.6875rem;font-weight:600;display:inline-flex}.auth-card-eyebrow:before{content:"";background:var(--brand-600,#0f766e);border-radius:2px;width:16px;height:1.5px}.auth-card-title{letter-spacing:-.02em;color:var(--text-primary,#0f172a);margin:.5rem 0 0;font-size:1.5rem;font-weight:700;line-height:1.2}.auth-card-subtitle{color:var(--text-secondary,#475569);margin:.5rem 0 0;font-size:.875rem;line-height:1.55}.auth-footer{text-align:center;border-top:1px solid var(--border-subtle,#0f172a0f);color:var(--text-tertiary,#64748b);margin-top:1.5rem;padding-top:1.25rem;font-size:.75rem;line-height:1.55}@keyframes loginStepEnter{0%{opacity:0;filter:blur(2px);transform:translate(14px)}to{opacity:1;filter:blur();transform:translate(0)}}.auth-user-pill{background:var(--surface-sunken,#f1f5f9);border:1px solid var(--border-subtle,#0f172a0f);width:100%;color:var(--text-primary,#0f172a);cursor:pointer;transition:background-color var(--duration-fast,.12s) var(--ease-out), border-color var(--duration-fast,.12s) var(--ease-out);border-radius:10px;align-items:center;gap:.625rem;padding:.625rem .875rem;font-size:.875rem;font-weight:500;display:flex}.auth-user-pill:hover{background:var(--neutral-150,#e8edf3);border-color:var(--border-default,#0f172a1a)}.auth-user-pill>.pi-user{color:var(--brand-600,#0f766e)}.auth-user-pill>.pi-pencil{color:var(--text-tertiary,#64748b);font-size:.75rem}.auth-link-btn{color:var(--brand-600,#0f766e);cursor:pointer;transition:color var(--duration-fast,.12s) var(--ease-out);background:0 0;border:none;margin-top:.5rem;padding:.25rem 0;font-size:.85rem;font-weight:500}.auth-link-btn:hover{color:var(--brand-700,#115e59);text-decoration:underline}.auth-link-btn-2fa{color:var(--text-tertiary,#64748b);align-items:center;gap:.4rem;margin-top:.875rem;font-size:.8125rem;font-weight:500;text-decoration:none;display:inline-flex}.auth-link-btn-2fa .pi{font-size:.85rem}.auth-link-btn-2fa:hover{color:var(--brand-600,#0f766e);text-decoration:none}.p-inputotp{justify-content:center;gap:.5rem}.p-inputotp .p-inputotp-input{text-align:center;border-radius:10px;width:3rem;height:3.5rem;font-size:1.25rem;font-weight:600}@media (max-width:1100px){.auth-shell{grid-template-columns:minmax(0,1fr) 440px;gap:0 2rem;padding:2rem 3.5rem}.auth-form-panel{max-width:400px}.auth-hero-title{font-size:clamp(2rem,4vw,3rem)}.auth-brand,.auth-hero,.auth-shell-footer{padding-left:2.5rem}.auth-hero{padding-bottom:3rem}.auth-shell-footer{padding-top:1rem}}@media (max-width:860px){.auth-shell{grid-template:"brand""hero""card"1fr"footer"/1fr;gap:1.5rem 0;min-height:100vh;padding:1.5rem}.auth-brand,.auth-hero,.auth-shell-footer{padding-left:0}.auth-hero{max-width:none;padding:0}.auth-hero-title{font-size:2rem}.auth-form-panel{align-self:auto;width:100%;max-width:480px;margin:0 auto}}@media (max-width:480px){.auth-shell{padding:1.25rem}.auth-card .p-card-body{padding:2rem 1.25rem 1.5rem}.auth-card{border-radius:16px}}
