.brand-logo{display:inline-grid;align-items:center;width:min(11.75rem,100%);height:3.4rem}.brand-logo--compact{width:9.5rem;height:2.75rem}.brand-logo--mark{width:4.35rem;height:3.2rem}.brand-logo__image{grid-area:1 / 1;display:block;width:100%;height:100%;object-fit:contain;object-position:left center}html[data-theme=dark] .brand-logo--light,html:not([data-theme=light]) .brand-logo--light{display:none}html[data-theme=light] .brand-logo--dark{display:none}@media(max-width:620px){.brand-logo{width:9.6rem;height:2.8rem}}.auth-brand-panel{position:relative;display:flex;flex-direction:column;justify-content:space-between;gap:2.5rem;min-height:100%;padding:clamp(1.5rem,4vw,3rem);overflow:hidden;border-right:1px solid color-mix(in srgb,var(--border) 70%,transparent);background:radial-gradient(circle at 12% 18%,color-mix(in srgb,var(--primary) 11%,transparent),transparent 40%),radial-gradient(circle at 88% 86%,color-mix(in srgb,var(--accent) 8%,transparent),transparent 42%)}.auth-brand-panel:before{position:absolute;inset:0;background-image:linear-gradient(color-mix(in srgb,var(--border) 70%,transparent) 1px,transparent 1px),linear-gradient(90deg,color-mix(in srgb,var(--border) 70%,transparent) 1px,transparent 1px);background-size:56px 56px;mask-image:linear-gradient(to bottom right,black,transparent);opacity:.35;pointer-events:none;content:""}.auth-brand-panel__logo,.auth-brand-panel__content{position:relative;z-index:1}.auth-brand-panel__content{display:grid;gap:1rem;max-width:32rem}.auth-brand-panel__badge{display:inline-flex;align-items:center;width:fit-content;padding:.32rem .7rem;border:1px solid color-mix(in srgb,var(--primary) 32%,transparent);border-radius:999px;background:color-mix(in srgb,var(--primary) 10%,transparent);color:var(--primary);font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.auth-brand-panel__title{margin:0;color:var(--foreground);font-size:clamp(2rem,3vw,2.7rem);font-weight:700;line-height:1.05;letter-spacing:-.03em}.auth-brand-panel__description{margin:0;color:var(--muted-foreground);font-size:1rem;line-height:1.55}.auth-brand-panel__bullets{display:grid;gap:.6rem;margin:.5rem 0 0;padding:0;list-style:none;color:color-mix(in srgb,var(--foreground) 88%,var(--muted-foreground));font-size:.94rem}.auth-brand-panel__bullets li{display:flex;gap:.7rem;align-items:center}.auth-brand-panel__check{display:grid;place-items:center;width:1.5rem;height:1.5rem;flex:0 0 auto;border:1px solid color-mix(in srgb,var(--primary) 30%,transparent);border-radius:999px;background:color-mix(in srgb,var(--primary) 10%,transparent);color:var(--primary)}.auth-brand-panel__check svg{width:.85rem;height:.85rem}@media(max-width:900px){.auth-brand-panel{border-right:0;border-bottom:1px solid color-mix(in srgb,var(--border) 70%,transparent);padding:1.25rem;gap:1rem}.auth-brand-panel__bullets,.auth-brand-panel__description{display:none}.auth-brand-panel__title{font-size:1.25rem}}.auth-theme-toggle{display:inline-flex;align-items:center;gap:.5rem;min-height:2.2rem;padding:.32rem .85rem;border:1px solid var(--border);border-radius:999px;background:color-mix(in srgb,var(--card) 72%,transparent);color:var(--muted-foreground);cursor:pointer;font:inherit;font-size:.78rem;font-weight:600;backdrop-filter:blur(14px);transition:border-color .16s ease,color .16s ease,background .16s ease}.auth-theme-toggle:hover{color:var(--foreground);border-color:color-mix(in srgb,var(--ring) 36%,var(--border))}.auth-theme-toggle:focus-visible{outline:2px solid color-mix(in srgb,var(--ring) 34%,transparent);outline-offset:2px}.auth-theme-toggle__icon{font-size:.95rem;line-height:1}:root,html[data-theme=dark]{color-scheme:dark;--background: #0F1419;--foreground: #fbf7ff;--card: rgba(15, 18, 27, .82);--card-foreground: #fbf7ff;--popover: rgba(15, 18, 27, .92);--popover-foreground: #fbf7ff;--primary: #31e6a2;--primary-foreground: #03140d;--secondary: rgba(255, 255, 255, .08);--secondary-foreground: #fbf7ff;--muted: rgba(255, 255, 255, .08);--muted-foreground: #b9b0c4;--accent: #9c6cff;--accent-foreground: #ffffff;--pink: #f472b6;--border: rgba(255, 255, 255, .14);--input: rgba(255, 255, 255, .16);--ring: #b98cff;--radius: 8px;--shadow-card: 0 28px 90px rgba(0, 0, 0, .32);font-family:Aptos,IBM Plex Sans,Segoe UI,sans-serif}html[data-theme=light]{color-scheme:light;--background: #F5F7F8;--foreground: #162033;--card: rgba(255, 255, 255, .92);--card-foreground: #162033;--popover: rgba(255, 255, 255, .96);--popover-foreground: #162033;--primary: #13a06e;--primary-foreground: #ffffff;--secondary: rgba(255, 255, 255, .72);--secondary-foreground: #243044;--muted: rgba(255, 255, 255, .7);--muted-foreground: #617087;--accent: #7c5cff;--accent-foreground: #ffffff;--pink: #ec6eb5;--border: rgba(48, 59, 77, .16);--input: rgba(48, 59, 77, .22);--ring: #7c5cff;--shadow-card: 0 26px 80px rgba(69, 54, 94, .16)}*{box-sizing:border-box}html,body{min-height:100%}body{margin:0;min-width:320px;background:var(--background);color:var(--foreground)}button,input{font:inherit}h1,h2,p{margin-top:0}.auth-shell{display:grid;grid-template-columns:1fr 1fr;min-height:100vh}.auth-shell__brand{position:relative;min-width:0}.auth-shell__form{position:relative;display:flex;flex-direction:column;justify-content:center;min-width:0;padding:clamp(2rem,4vw,3.5rem);background:var(--background)}.auth-shell__form-inner{width:100%;max-width:26rem;margin:0 auto;animation:auth-fade-up .55s cubic-bezier(.16,1,.3,1) both}.auth-shell__toggle{position:absolute;top:clamp(1rem,2vw,1.5rem);right:clamp(1rem,2vw,1.5rem);z-index:2}.auth-shell__copy{display:grid;gap:.5rem;margin-bottom:1.5rem}.auth-shell__copy h1{margin:0;color:var(--foreground);font-size:clamp(1.65rem,2.6vw,2rem);font-weight:700;line-height:1.1;letter-spacing:-.02em}.auth-description{margin:0;color:var(--muted-foreground);font-size:.92rem;line-height:1.55}.auth-shell__footer{position:absolute;right:0;bottom:clamp(.75rem,2vw,1.25rem);left:0;display:flex;flex-direction:column;align-items:center;gap:.4rem;color:var(--muted-foreground);font-size:.78rem;text-align:center}.auth-shell__footer-row{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.auth-shell__footer a{color:var(--foreground);font-weight:600;text-decoration:none}.auth-shell__footer a:hover{text-decoration:underline}.auth-shell__footer-sub{color:var(--muted-foreground);font-size:.72rem}@keyframes auth-fade-up{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:1ms!important;animation-delay:0ms!important;animation-iteration-count:1!important;transition-duration:1ms!important;scroll-behavior:auto!important}}@media(max-width:900px){.auth-shell{grid-template-columns:1fr}.auth-shell__form{padding:clamp(1.25rem,5vw,2rem)}.auth-shell__footer{position:static;margin-top:2rem;padding:0 1rem;flex-wrap:wrap}}@media(max-width:560px){.auth-shell__form{min-height:100svh}}
