:root{color-scheme:light;--color-primary: #2563eb;--color-background: #ffffff;--color-text: #111827;--fluid-min-width: 320;--fluid-max-width: 1200;--fluid-screen: 100vw;--fluid-bp: calc((var(--fluid-screen) - var(--fluid-min-width) / 16 * 1rem) / (var(--fluid-max-width) - var(--fluid-min-width)))}html.dark{color-scheme:dark;--color-primary: #60a5fa;--color-background: #111827;--color-text: #f3f4f6}*{margin:0;padding:0;box-sizing:border-box}html{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:clamp(14px,1.5vw + .5rem,16px)}body{background-color:var(--color-background);color:var(--color-text);min-height:100vh}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(to bottom right,#eff6ff,#faf5ff,#fce7f3);padding:clamp(1rem,3vw,2rem)}.dark .hero-section{background:linear-gradient(to bottom right,#111827,#111827,#111827)}.hero-title{font-size:clamp(2rem,4vw + 1rem,4.5rem);font-weight:700;line-height:1.2;margin-bottom:clamp(1rem,2vw + .5rem,1.5rem)}.hero-gradient{background:linear-gradient(to right,#2563eb,#7c3aed,#db2777);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-size:clamp(1rem,1.75vw + .25rem,1.5rem);color:#6b7280;margin-bottom:clamp(1.5rem,3vw + .5rem,2rem);line-height:1.5}.dark .hero-subtitle{color:#d1d5db}.hero-button{display:inline-flex;align-items:center;gap:clamp(.5rem,1.5vw,.75rem);padding:clamp(1.25rem,2.5vw + .25rem,1.5rem) clamp(2rem,4vw + .5rem,2.5rem);font-size:clamp(1.125rem,2vw + .125rem,1.25rem);font-weight:500;color:#fff;background-color:#2563eb;border-radius:clamp(.75rem,1.5vw,1rem);text-decoration:none;transition:transform .2s}.hero-button:hover{background-color:#1d4ed8;transform:scale(1.05)}.loading-spinner{width:clamp(.875rem,1.75vw,1rem);height:clamp(.875rem,1.75vw,1rem);border:max(2px,.2vw) solid white;border-top-color:transparent;border-radius:9999px;animation:spin 1s linear infinite}.dark .loading-spinner{border-color:#e5e7eb}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(clamp(8px,1.5vw,10px))}to{opacity:1;transform:translateY(0)}}.animate-fadeIn{animation:fadeIn .5s ease-out}.cl-internal-b3fm6y{display:none!important}:root{--clerk-background: #ffffff;--clerk-foreground: #111827;--clerk-input-background: #ffffff;--clerk-input-border: #d1d5db;--clerk-input-text: #111827}html.dark{--clerk-background: #111827;--clerk-foreground: #e5e7eb;--clerk-input-background: #1f2937;--clerk-input-border: #374151;--clerk-input-text: #e5e7eb}.cl-formFieldInput,.cl-otpCodeFieldInput{background-color:var(--clerk-input-background)!important;color:var(--clerk-input-text)!important;border-color:var(--clerk-input-border)!important;transition:all .2s ease!important}.dark .cl-formFieldInput:focus,.dark .cl-otpCodeFieldInput:focus{border-color:#3b82f6!important;box-shadow:0 0 0 max(3px,.3vw) #3b82f61a!important}.cl-card,.cl-rootBox>div{background-color:var(--clerk-background)!important;color:var(--clerk-foreground)!important}.badge{display:inline-block;font-size:clamp(.8rem,1.4vw + .05rem,.875rem);font-weight:500;padding:clamp(.4rem,.8vw + .1rem,.5rem) clamp(.8rem,1.6vw + .2rem,1rem);border-radius:9999px;line-height:1;white-space:nowrap}.badge-primary{background-color:#dbeafe;color:#1e40af}.badge-success{background-color:#dcfce7;color:#166534}.badge-secondary{background-color:#f3f4f6;color:#6b7280;border:max(1px,.1vw) solid #e5e7eb}.dark .badge-primary{background-color:#1e3a8a;color:#bfdbfe}.dark .badge-success{background-color:#14532d;color:#bbf7d0}.dark .badge-secondary{background-color:#111827;color:#cbd5e1;border-color:#374151}@supports (container-type: inline-size){.container-responsive{container-type:inline-size}}
