@font-face{font-family:Nextvisit Auth Display;src:url(/css/fonts/figtree/Figtree-Medium.ttf) format("truetype");font-style:normal;font-weight:500;font-display:swap}@font-face{font-family:Nextvisit Auth Display;src:url(/css/fonts/figtree/Figtree-SemiBold.ttf) format("truetype");font-style:normal;font-weight:600;font-display:swap}@font-face{font-family:Nextvisit Auth Display;src:url(/css/fonts/figtree/Figtree-Bold.ttf) format("truetype");font-style:normal;font-weight:700;font-display:swap}.auth-shell{--background: 40 10% 95%;--foreground: 220 55% 12%;--muted: 220 25% 95%;--muted-foreground: 220 15% 38%;--border: 220 25% 86%;--input: 220 20% 78%;--primary: 224 60% 38%;--primary-foreground: 0 0% 100%;--ring: 224 60% 38%;--accent: 220 35% 94%;--accent-foreground: 220 55% 12%;--destructive: 0 65% 42%;--success: 161 70% 27%;--auth-field-surface: 0 0% 100%;--auth-control-radius: .625rem;--auth-control-h: 50px;--auth-form-width: 400px;--auth-display-font: "Nextvisit Auth Display", InterVariable, Inter, ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;--auth-story-ink: 220 55% 12%;--auth-story-accent: 224 60% 38%;--auth-glow: 195 85% 58%;--auth-shadow: 224 50% 20%;position:relative;isolation:isolate;display:flex;min-height:100svh;flex-direction:column;background:hsl(var(--background));color:hsl(var(--foreground));font-family:InterVariable,Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;--csstools-color-scheme--light: initial;color-scheme:light}.dark .auth-shell,.auth-shell.is-dark{--background: 225 38% 9%;--foreground: 220 25% 96%;--muted: 225 30% 15%;--muted-foreground: 220 18% 72%;--border: 224 25% 26%;--input: 224 22% 38%;--primary: 216 90% 76%;--primary-foreground: 225 55% 14%;--ring: 216 90% 76%;--accent: 224 32% 20%;--accent-foreground: 220 25% 96%;--destructive: 0 80% 73%;--success: 161 55% 65%;--auth-field-surface: 225 32% 13%;--auth-story-ink: 220 25% 96%;--auth-story-accent: 195 85% 68%;--auth-glow: 210 80% 45%;--auth-shadow: 225 60% 3%;--csstools-color-scheme--light: ;color-scheme:dark}.auth-shell:before{content:"";position:absolute;z-index:-1;inset:0;pointer-events:none;background:radial-gradient(ellipse at 75% 45%,hsl(var(--auth-glow) / .1),transparent 55%),radial-gradient(hsl(var(--primary) / .08) .75px,transparent .75px);background-size:auto,24px 24px;-webkit-mask-image:linear-gradient(transparent,black 20%,black 80%,transparent);mask-image:linear-gradient(transparent,black 20%,black 80%,transparent)}.auth-shell .auth-header{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;max-width:1440px;margin-left:auto;margin-right:auto;padding:calc(20px + env(safe-area-inset-top,0px)) max(40px,env(safe-area-inset-right,0px)) 20px max(40px,env(safe-area-inset-left,0px))}.auth-shell .auth-brand{display:inline-flex;flex-shrink:0;align-items:center;gap:2px;color:hsl(var(--foreground))}.auth-shell .auth-brand-logo{width:146px;height:auto}.auth-shell .auth-brand-logo path{fill:currentColor!important}.auth-shell .auth-brand sup{align-self:flex-start;margin-top:2px;font-size:9px}.auth-shell .auth-help{display:inline-flex;align-items:center;gap:6px;min-height:44px;font-size:13px;color:hsl(var(--muted-foreground))}.auth-shell .auth-help:hover{color:hsl(var(--foreground))}.auth-shell .auth-body{display:grid;flex:1;width:100%;max-width:1440px;margin-left:auto;margin-right:auto;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);padding:24px 40px 32px;grid-gap:max(32px,min(5vw,80px));gap:max(32px,min(5vw,80px))}.auth-shell .auth-panel{display:flex;min-width:0;flex-direction:column;border:1px solid hsl(var(--border) / .7);border-radius:24px;background:hsl(var(--auth-field-surface) / .94);box-shadow:0 24px 64px -40px hsl(var(--auth-shadow) / .3)}.auth-shell .auth-main{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;padding:56px 40px}.auth-shell .auth-main-content{margin-left:auto;margin-right:auto}.auth-shell .auth-footer{padding:20px max(24px,env(safe-area-inset-right,0px)) max(24px,env(safe-area-inset-bottom,0px)) max(24px,env(safe-area-inset-left,0px))}.auth-shell .auth-form{display:flex;width:100%;max-width:var(--auth-form-width);margin-left:auto;margin-right:auto;flex-direction:column;gap:28px}.auth-shell .auth-form-heading{display:flex;flex-direction:column;gap:10px}.auth-shell .auth-form-title{font-family:var(--auth-display-font);font-size:max(30px,min(2.4vw,36px));line-height:1.15;font-weight:600;letter-spacing:-1px}.auth-shell .auth-form-description{font-size:14px;line-height:1.6;color:hsl(var(--muted-foreground))}.auth-shell .auth-field-group{gap:20px}.auth-shell .auth-field{gap:8px}.auth-shell [data-slot=field-separator]{display:flex;align-items:center;gap:12px;margin-top:0;margin-bottom:0;font-size:12px}.auth-shell [data-slot=field-separator]>:first-child{position:static;flex:1;width:auto}.auth-shell [data-slot=field-separator-content]{margin:0;padding:0;background:none}.auth-shell [data-slot=field-separator]:after{content:"";flex:1;height:1px;background:hsl(var(--border))}.auth-shell .auth-input,.auth-shell .auth-password{height:var(--auth-control-h);border-radius:var(--auth-control-radius);background:hsl(var(--auth-field-surface));box-shadow:none}.auth-shell .auth-input{padding-left:14px;padding-right:14px;font-size:16px}.auth-shell .auth-input[aria-invalid=true],.auth-shell .auth-password:has([aria-invalid=true]){border-color:hsl(var(--destructive))}.auth-shell .auth-input:focus-visible,.auth-shell .auth-password:focus-within{outline:2px solid hsl(var(--ring));outline-offset:2px;box-shadow:none}.auth-shell .auth-input[aria-invalid=true]:focus-visible,.auth-shell .auth-password:has([aria-invalid=true]):focus-within{outline-color:hsl(var(--destructive))}.auth-shell .auth-password input{height:calc(var(--auth-control-h) - 2px);min-width:0;padding-left:14px;font-size:16px;box-shadow:none}.auth-shell .auth-password-toggle{width:44px;height:44px}.auth-shell .auth-checkbox{position:relative}.auth-shell .auth-checkbox:before{content:"";position:absolute;inset:-14px}.auth-shell .auth-submit{height:var(--auth-control-h);width:100%;gap:10px;border-radius:999px;font-weight:600;background-image:linear-gradient(hsl(var(--primary-foreground) / .12),transparent);box-shadow:inset 0 1px hsl(var(--primary-foreground) / .2),0 2px 4px hsl(var(--auth-shadow) / .1);transition:background-color .16s ease,transform .16s ease,box-shadow .16s ease}.auth-shell .auth-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 18px -8px hsl(var(--primary) / .45)}.auth-shell .auth-submit:active:not(:disabled){transform:translateY(0)}.auth-shell .auth-social-button{height:var(--auth-control-h);gap:10px;border-radius:var(--auth-control-radius);border-color:hsl(var(--input));background:hsl(var(--background));box-shadow:none}.auth-shell .auth-social-button:hover:not(:disabled){background:hsl(var(--accent))}.auth-shell .auth-text-link{color:hsl(var(--primary));font-weight:500;text-underline-offset:4px}.auth-shell .auth-text-link:hover{-webkit-text-decoration:underline;text-decoration:underline}.auth-shell .auth-link-focus:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:4px;border-radius:3px}.auth-shell .auth-skip-link{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.auth-shell .auth-skip-link:focus{z-index:50;top:8px;left:8px;width:auto;height:auto;clip-path:none;padding:12px;background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.auth-shell .auth-story{display:flex;min-width:0;flex-direction:column;justify-content:center;gap:32px;padding:64px 0;color:hsl(var(--auth-story-ink))}.auth-shell .auth-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:28px;padding:7px 12px;border:1px solid hsl(var(--primary) / .2);border-radius:999px;background:hsl(var(--primary) / .06);color:hsl(var(--primary));font-size:11px;line-height:1.4;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.auth-shell .auth-eyebrow:before{content:"";width:6px;height:6px;flex-shrink:0;border-radius:50%;background:currentColor}.auth-shell .auth-story-title{font-family:var(--auth-display-font);font-size:max(48px,min(5vw,76px));line-height:1.02;font-weight:700;letter-spacing:-.028em}.auth-shell .auth-story-title span{display:block;color:hsl(var(--auth-story-accent))}.auth-shell .auth-story-description{max-width:420px;font-size:18px;line-height:1.65;color:hsl(var(--muted-foreground))}.auth-shell .auth-story-footer{margin-top:32px;padding-top:24px;border-top:1px solid hsl(var(--border));font-size:12px;color:hsl(var(--muted-foreground))}@media(max-width:1023px){.auth-shell .auth-body{grid-template-columns:minmax(0,1fr);padding:0;gap:0}.auth-shell .auth-story{display:none}.auth-shell .auth-panel{border:0;border-radius:0;background:none;box-shadow:none}.auth-shell .auth-main{padding:40px max(24px,env(safe-area-inset-right,0px)) 48px max(24px,env(safe-area-inset-left,0px))}.auth-shell .auth-main-content{max-width:512px;padding:40px;border:1px solid hsl(var(--border) / .7);border-radius:24px;background:hsl(var(--auth-field-surface) / .94);box-shadow:0 20px 64px -36px hsl(var(--auth-shadow) / .25)}}@media(max-width:639px){.auth-shell .auth-header{padding-left:max(20px,env(safe-area-inset-left,0px));padding-right:max(20px,env(safe-area-inset-right,0px))}.auth-shell .auth-brand-logo{width:132px}.auth-shell .auth-main{padding:20px 16px 32px}.auth-shell .auth-main-content{padding:28px 20px;border-radius:20px}}@media(max-width:359px){.auth-shell .auth-help svg{display:none}.auth-shell .auth-header>div{gap:8px}}.auth-shell.is-embedded .auth-header{padding:8px 16px}.auth-shell.is-embedded .auth-main{padding:24px}.auth-shell.is-embedded .auth-body{display:flex;padding:0}.auth-shell.is-embedded .auth-panel{flex:1;border:0;border-radius:0;background:none;box-shadow:none}.auth-shell.is-embedded .auth-main-content{padding:0;border:0;background:none;box-shadow:none}@media(prefers-reduced-motion:reduce){.auth-shell .auth-submit{transition:none}.auth-shell .auth-submit:hover:not(:disabled){transform:none}}
