.auth-page{--auth-font:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--auth-ink:#000;--auth-navy:#0a0a0a;--auth-muted:#6b7280;--auth-body:#6b7280;--auth-accent:#e11d48;--auth-accent-hover:#be123c;--auth-border:#e5e7eb;--auth-border-soft:#eceef2;--auth-surface:#f3f4f6;--auth-shell-tint:#f9fafb;--auth-canvas:#0c0c0e;--auth-pink-soft:#fdf2f8;--auth-radius:.5rem;--auth-radius-lg:.75rem;--auth-radius-shell:1rem;--auth-ease:cubic-bezier(.4,0,.2,1);--auth-ease-out:cubic-bezier(.22,1,.36,1);--auth-duration:.2s;--auth-duration-slow:.35s;--auth-shadow-sm:0 1px 2px #0f172a0d;--auth-shadow-md:0 4px 14px #0f172a14;--auth-shadow-shell:0 25px 50px -12px #00000073,0 0 0 1px #ffffff0a;background:var(--auth-canvas);width:100%;min-height:100vh;color:var(--auth-navy);font-family:var(--auth-font);box-sizing:border-box}.auth-page.auth-flow{justify-content:center;align-items:center;padding:clamp(1.25rem,4vw,2.5rem);display:flex}.auth-page *,.auth-page :before,.auth-page :after{box-sizing:inherit}@media (prefers-reduced-motion:no-preference){.auth-flow__shell{animation:auth-enter var(--auth-duration-slow)var(--auth-ease-out)both}.auth-flow__secondary .auth-side-card{animation:auth-enter var(--auth-duration-slow)var(--auth-ease-out)60ms both}}@keyframes auth-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.auth-flow__shell{border-radius:var(--auth-radius-shell);width:100%;max-width:58rem;min-height:min(36rem,100%);box-shadow:var(--auth-shadow-shell);background:#fff;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;display:grid;overflow:hidden}.auth-flow__primary{border-right:1px solid var(--auth-border);background:#fff;justify-content:center;align-items:flex-start;padding:clamp(2.25rem,4.5vw,3.25rem) clamp(1.5rem,4vw,2.75rem);display:flex}.auth-flow__inner{width:100%;max-width:26rem}.auth-flow__inner--wide{max-width:30rem}.auth-flow__secondary{background:var(--auth-shell-tint);justify-content:center;align-items:flex-start;padding:clamp(2.25rem,4.5vw,3.25rem) clamp(1.5rem,4vw,2.75rem);display:flex}.auth-flow__secondary .auth-side-card{width:100%;max-width:24rem;box-shadow:none;background:0 0;border:none;border-radius:0;padding:0;overflow:visible}.auth-flow__secondary .auth-side-card:hover{box-shadow:none;border-color:#0000}@media (max-width:960px){.auth-flow__shell{grid-template-columns:1fr;min-height:0}.auth-flow__primary{border-right:none;border-bottom:1px solid var(--auth-border)}.auth-flow__secondary{padding-top:clamp(2rem,5vw,2.5rem);padding-bottom:clamp(2.25rem,5vw,3rem)}}.auth-side-card{border:1px solid var(--auth-border-soft);border-radius:var(--auth-radius-lg);box-shadow:var(--auth-shadow-sm);transition:box-shadow var(--auth-duration)var(--auth-ease),border-color var(--auth-duration)var(--auth-ease);background:#fff;padding:clamp(1.75rem,4vw,2.25rem);position:relative;overflow:hidden}.auth-side-card:hover{box-shadow:var(--auth-shadow-md);border-color:var(--auth-border)}.auth-side-card__glow{pointer-events:none;width:15rem;height:15rem;transition:transform var(--auth-duration-slow)var(--auth-ease);background:radial-gradient(circle at 30% 30%,#f9a8d46b 0%,#0000 55%),radial-gradient(circle,#c4b5fd5c 0%,#0000 65%);border-radius:50%;position:absolute;top:-28%;right:-18%}@media (prefers-reduced-motion:no-preference){.auth-side-card:hover .auth-side-card__glow{transform:scale(1.05)}}.auth-side-card__eyebrow{z-index:1;letter-spacing:.12em;text-transform:uppercase;color:var(--auth-muted);margin:0 0 .65rem;font-size:.7rem;font-weight:600;position:relative}.auth-side-card__title{z-index:1;letter-spacing:-.02em;color:var(--auth-ink);margin:0 0 .75rem;font-size:clamp(1.35rem,2.5vw,1.5rem);font-weight:700;line-height:1.25;position:relative}.auth-side-card__lead{z-index:1;color:var(--auth-body);margin:0 0 1.5rem;font-size:.9375rem;line-height:1.55;position:relative}.auth-side-card__list{z-index:1;border-left:2px solid var(--auth-accent);margin:0 0 1.75rem;padding:0 0 0 .85rem;list-style:none;position:relative}.auth-side-card__list li{margin-bottom:1.1rem}.auth-side-card__list li:last-child{margin-bottom:0}.auth-side-card__list strong{color:var(--auth-ink);margin-bottom:.2rem;font-size:.9rem;display:block}.auth-side-card__list span{color:var(--auth-body);font-size:.875rem;line-height:1.45;display:block}.auth-side-card__cta{z-index:1;border-radius:var(--auth-radius);color:var(--auth-accent);transition:background var(--auth-duration)var(--auth-ease),color var(--auth-duration)var(--auth-ease),transform var(--auth-duration)var(--auth-ease);background:#fdf2f2;justify-content:center;align-items:center;padding:.55rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex;position:relative}.auth-side-card__cta:hover{color:var(--auth-accent-hover);background:#fce7e7}@media (prefers-reduced-motion:no-preference){.auth-side-card__cta:hover{transform:translateY(-1px)}.auth-side-card__cta:active{transform:translateY(0)}}.auth-side-card__stats{z-index:1;grid-template-columns:repeat(3,1fr);gap:1rem;display:grid;position:relative}@media (max-width:640px){.auth-side-card__stats{grid-template-columns:1fr}}.auth-side-card__stat-num{color:var(--auth-accent);letter-spacing:-.02em;font-size:1.35rem;font-weight:700;display:block}.auth-side-card__stat-label{color:var(--auth-muted);margin-top:.2rem;font-size:.75rem;display:block}.auth-brand{align-items:center;gap:.75rem;margin-bottom:clamp(2rem,4vw,2.5rem);display:flex}.auth-brand__mark{border-radius:var(--auth-radius);background:var(--auth-pink-soft);color:#e11d48;width:2.5rem;height:2.5rem;transition:transform var(--auth-duration)var(--auth-ease),box-shadow var(--auth-duration)var(--auth-ease);flex-shrink:0;justify-content:center;align-items:center;display:flex}@media (prefers-reduced-motion:no-preference){.auth-brand:hover .auth-brand__mark{transform:scale(1.03);box-shadow:0 2px 10px #e11d482e}}.auth-brand__diamond{width:1.1rem;height:1.1rem}.auth-brand__text{flex-direction:column;gap:.1rem;display:flex}.auth-brand__name{letter-spacing:.06em;color:var(--auth-ink);font-size:.95rem;font-weight:700}.auth-brand__tagline{color:var(--auth-muted);font-size:.8rem}.auth-panel--flush{padding:0}.auth-panel__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--auth-muted);margin:0 0 .5rem;font-size:.7rem;font-weight:600}.auth-panel__headline{letter-spacing:-.02em;color:var(--auth-ink);margin:0 0 .75rem;font-size:clamp(1.5rem,3vw,1.75rem);font-weight:700;line-height:1.2}.auth-panel__title{color:var(--auth-ink);margin:0 0 .75rem;font-size:1.25rem;font-weight:700}.auth-panel__muted{color:var(--auth-body);margin:0 0 1.75rem;font-size:.9375rem;line-height:1.55}.auth-panel__code{background:var(--auth-shell-tint);color:var(--auth-navy);border-radius:4px;padding:.12em .35em;font-size:.85em}.auth-inline-link{font:inherit;color:var(--auth-accent);cursor:pointer;text-underline-offset:2px;transition:color var(--auth-duration)var(--auth-ease);background:0 0;border:none;padding:0;font-weight:600;text-decoration:underline;display:inline}.auth-inline-link:hover{color:var(--auth-accent-hover)}.auth-method-tabs{border-radius:var(--auth-radius);border:1px solid var(--auth-border);background:var(--auth-surface);gap:2px;margin-bottom:1.25rem;padding:2px;display:flex;overflow:hidden}.auth-method-tabs__btn{border-radius:calc(var(--auth-radius) - 2px);font:inherit;color:var(--auth-muted);cursor:pointer;transition:background var(--auth-duration)var(--auth-ease),color var(--auth-duration)var(--auth-ease),box-shadow var(--auth-duration)var(--auth-ease);background:0 0;border:none;flex:1;padding:.5rem .65rem;font-size:.8rem;font-weight:500}.auth-method-tabs__btn:hover{color:var(--auth-ink);background:#fff9}.auth-method-tabs__btn--active{color:var(--auth-ink);box-shadow:var(--auth-shadow-sm);background:#fff}.auth-method-tabs__btn:focus-visible{outline:2px solid color-mix(in srgb,var(--auth-accent)35%,var(--auth-border));outline-offset:2px}.auth-form{flex-direction:column;gap:.25rem;display:flex}.auth-form__row{grid-template-columns:1fr 1fr;gap:1rem;margin-top:.25rem;display:grid}@media (max-width:520px){.auth-form__row{grid-template-columns:1fr}}.auth-form__cell{min-width:0}.auth-label{color:var(--auth-ink);margin-top:.85rem;margin-bottom:.35rem;font-size:.8rem;font-weight:600}.auth-label__optional{color:#94a3b8;font-weight:500}.auth-input{border-radius:var(--auth-radius);border:1px solid var(--auth-border);width:100%;color:var(--auth-ink);font:inherit;transition:border-color var(--auth-duration)var(--auth-ease),box-shadow var(--auth-duration)var(--auth-ease);background:#fff;padding:.65rem .75rem;font-size:.9375rem}.auth-input::placeholder{color:#9ca3af}.auth-input:hover{border-color:#cbd5e1}.auth-input:focus{border-color:color-mix(in srgb,var(--auth-accent)35%,#d1d5db);box-shadow:0 0 0 3px color-mix(in srgb,var(--auth-accent)14%,transparent);outline:none}.auth-input:focus-visible{outline:none}.auth-select-wrap{position:relative}.auth-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;padding-right:2.25rem}.auth-textarea{resize:vertical;min-height:6rem}.auth-field-error{color:#be123c;margin:.15rem 0 0;font-size:.8rem}.auth-alert{border-radius:var(--auth-radius);animation:auth-alert-in var(--auth-duration-slow)var(--auth-ease-out)both;margin:0 0 1rem;padding:.75rem .85rem;font-size:.9rem;line-height:1.45}@keyframes auth-alert-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.auth-alert{animation:none}}.auth-alert--error{color:#9f1239;background:#fff1f2;border:1px solid #fecdd3}.auth-alert--success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.auth-btn{border-radius:var(--auth-radius);width:100%;font:inherit;cursor:pointer;transition:transform var(--auth-duration)var(--auth-ease),box-shadow var(--auth-duration)var(--auth-ease),filter var(--auth-duration)var(--auth-ease),background-color var(--auth-duration)var(--auth-ease),border-color var(--auth-duration)var(--auth-ease);border:none;margin-top:1rem;padding:.7rem 1rem;font-size:.9375rem;font-weight:600}.auth-btn:focus-visible{outline:2px solid color-mix(in srgb,var(--auth-accent)50%,var(--auth-ink));outline-offset:2px}.auth-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.auth-btn--primary{background:var(--auth-ink);color:#fff;box-shadow:0 1px 2px #0000001f}.auth-btn--primary:hover:not(:disabled){filter:brightness(1.06);box-shadow:0 4px 14px #0000002e}.auth-btn--gradient{color:#fff;background:linear-gradient(90deg,#e11d48 0%,#f97316 100%);margin-top:1.25rem;box-shadow:0 2px 12px #e11d4847}.auth-btn--gradient:hover:not(:disabled){filter:brightness(1.04);box-shadow:0 4px 20px #e11d4852}.auth-btn--outline{color:var(--auth-ink);border:1px solid var(--auth-border);background:#fff}.auth-btn--outline:hover:not(:disabled){background:var(--auth-surface);border-color:#cbd5e1}@media (prefers-reduced-motion:no-preference){.auth-btn--primary:hover:not(:disabled),.auth-btn--gradient:hover:not(:disabled),.auth-btn--outline:hover:not(:disabled){transform:translateY(-1px)}.auth-btn:active:not(:disabled){transform:translateY(0)}}.auth-divider{text-align:center;color:#94a3b8;margin:1.5rem 0;font-size:.8rem;position:relative}.auth-divider:before{content:"";background:var(--auth-border);z-index:0;height:1px;position:absolute;top:50%;left:0;right:0}.auth-divider span{z-index:1;background:#fff;padding:0 .75rem;position:relative}.auth-link-back{font:inherit;color:var(--auth-accent);cursor:pointer;transition:color var(--auth-duration)var(--auth-ease);background:0 0;border:none;margin-top:1.5rem;padding:0;font-size:.875rem;font-weight:600;text-decoration:none}.auth-link-back:hover{color:var(--auth-accent-hover);text-underline-offset:2px;text-decoration:underline}@media (prefers-reduced-motion:reduce){.auth-flow__shell,.auth-flow__secondary .auth-side-card{animation:none}.auth-brand:hover .auth-brand__mark,.auth-side-card__cta:hover,.auth-btn--primary:hover:not(:disabled),.auth-btn--gradient:hover:not(:disabled),.auth-btn--outline:hover:not(:disabled){transform:none}}#root{text-align:left;max-width:none;min-height:100vh;margin:0;padding:0}.app-shell{text-align:center;color:#0f172a;width:100%;max-width:1280px;margin:0 auto;padding:2rem}.app-shell--auth{max-width:none;min-height:100vh;margin:0;padding:0;display:block}.user-bar{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem 1rem;margin-bottom:1.5rem;padding:.5rem 0;display:flex}.user-bar__email{color:#64748b;font-size:.9rem}.user-bar__sign-out{color:#0f172a;font:inherit;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;padding:.35rem .75rem;font-size:.85rem;font-weight:500;transition:border-color .2s cubic-bezier(.4,0,.2,1),background-color .2s cubic-bezier(.4,0,.2,1)}.user-bar__sign-out:hover{background:#f8fafc;border-color:#cbd5e1}.logo{will-change:filter;height:6em;padding:1.5em;transition:filter .3s cubic-bezier(.4,0,.2,1)}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:20s linear infinite logo-spin}}.card{padding:2em}.read-the-docs{color:#64748b}.app-shell .app-loading{color:#64748b;animation:.35s cubic-bezier(.22,1,.36,1) both app-fade-in}@keyframes app-fade-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.app-shell .app-loading{animation:none}}:root{color:#0f172a;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:1.5}*,:before,:after{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}#root{min-height:100vh}.app-shell a{color:#646cff;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}.app-shell a:hover{color:#535bf2}
