.auth-page{background:radial-gradient(circle at 18% 12%,#2563eb1f,#0000 30%),radial-gradient(circle at 88% 78%,#0ea5e92e,#0000 32%),linear-gradient(135deg,#f8fbff 0%,#edf6ff 52%,#f7fbff 100%);place-items:center;width:100%;max-width:100vw;min-height:100vh;padding:48px 24px;display:grid}.auth-frame{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffc7;border:1px solid #bfdbfead;border-radius:24px;grid-template-columns:minmax(0,1.28fr) minmax(420px,.82fr);width:min(100%,1560px);min-height:min(860px,100vh - 96px);display:grid;overflow:hidden;box-shadow:0 34px 90px #2563eb29}.auth-brand-panel{background:radial-gradient(circle at 86% 18%,#2563eb1a,#0000 24%),linear-gradient(135deg,#ffffffeb,#e8f3ffc7);align-content:center;gap:clamp(42px,5vw,70px);min-width:0;padding:clamp(42px,5vw,86px) clamp(34px,5vw,86px);display:grid;position:relative;overflow:hidden}.auth-brand-panel:before{content:"";pointer-events:none;border:1px solid #93c5fd52;border-radius:999px;width:430px;height:430px;position:absolute;top:-160px;right:-110px;box-shadow:0 0 0 42px #dbeafe52,0 0 0 92px #dbeafe38}.auth-brand-mark{color:#fff;width:34px;height:34px;font-family:var(--font-sans);background:linear-gradient(135deg,#2563eb,#60a5fa);border-radius:10px;place-items:center;font-weight:800;display:grid;box-shadow:0 12px 26px #2563eb40}.auth-brand-title{max-width:760px;font-family:var(--font-sans);letter-spacing:0;margin:28px 0 0;font-size:clamp(2.5rem,4vw,4.35rem);font-weight:800;line-height:1.12}.auth-brand-description{max-width:640px;color:var(--muted-strong);font-family:var(--font-sans);margin:18px 0 0;font-size:1.08rem;line-height:1.9}.auth-preview-nav--active{color:var(--primary);background:#dbeafea8}.auth-preview-main{font-family:var(--font-sans);padding:34px}.auth-preview-focus{color:#fff;background:linear-gradient(135deg,#0ea5e9,#2563eb 72%,#4f46e5);border:1px solid #bfdbfe9e;border-radius:18px;min-height:156px;padding:24px;position:relative;overflow:hidden;box-shadow:0 18px 38px #2563eb38}.auth-preview-focus:after{content:"";border-bottom:3px solid #ffffff61;border-right:3px solid #ffffff94;border-radius:50%;width:110px;height:48px;position:absolute;bottom:26px;right:28px;transform:rotate(-12deg)}.auth-form-eyebrow{color:var(--primary);letter-spacing:.08em;text-transform:none;margin:0;font-size:.82rem;font-weight:800}.auth-form-title{font-family:var(--font-sans);letter-spacing:0;margin:12px 0 0;font-size:clamp(2rem,3vw,2.55rem);font-weight:800;line-height:1.18}.auth-form-description{max-width:420px;color:var(--muted-strong);margin:12px 0 0;font-size:1rem;line-height:1.85}.auth-form-body{margin-top:0}.auth-form{gap:18px;display:grid}.auth-input-field{font-family:var(--font-sans);gap:9px;display:grid}.auth-input-label{color:var(--foreground);font-size:.95rem;font-weight:700}.auth-input-shell{background:#ffffffeb;border:1px solid #93c5fd9e;border-radius:12px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;min-height:56px;transition:border-color .18s,box-shadow .18s,background .18s;display:grid;box-shadow:0 10px 28px #2563eb12}.auth-input-shell--error{border-color:#ef44448c}.auth-input-icon{height:100%;color:var(--primary);font-family:var(--font-sans);place-items:center;font-size:.92rem;font-weight:800;display:grid}.auth-input{width:100%;min-width:0;color:var(--foreground);font-family:var(--font-sans);background:0 0;border:0;outline:0;padding:13px 16px 13px 0;font-size:1rem;font-weight:600}.auth-input::placeholder{color:#64748bb8;font-weight:500}.auth-input-error{color:var(--danger);font-family:var(--font-sans);font-size:.88rem;line-height:1.5}.auth-password-toggle{width:42px;height:42px;color:var(--muted);background:0 0;border:0;border-radius:10px;place-items:center;margin-right:6px;transition:color .18s,background .18s;display:grid}.auth-password-toggle:hover,.auth-password-toggle:focus-visible,.auth-password-toggle--active{color:var(--primary);background:#dbeafead}.auth-password-toggle:focus-visible{outline-offset:2px;outline:2px solid #2563eb57}.auth-password-eye{border:2px solid;border-radius:999px/760px;width:20px;height:13px;position:relative}.auth-password-eye:before{content:"";background:currentColor;border-radius:999px;width:6px;height:6px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.auth-form-options{font-family:var(--font-sans);justify-content:space-between;align-items:center;gap:14px;margin-top:-2px;display:flex}.auth-remember-option{color:var(--muted-strong);cursor:pointer;align-items:center;gap:9px;font-size:.95rem;font-weight:600;line-height:1.4;display:inline-flex}.auth-remember-option input{opacity:0;pointer-events:none;position:absolute}.auth-remember-option span{background:#ffffffd1;border:1px solid #93c5fdb3;border-radius:5px;place-items:center;width:18px;height:18px;transition:border-color .18s,background .18s,box-shadow .18s;display:grid;box-shadow:0 6px 14px #2563eb14}.auth-remember-option span:after{content:"";opacity:0;border-bottom:2px solid #fff;border-left:2px solid #fff;width:8px;height:5px;transform:rotate(-45deg)translate(1px,-1px)}.auth-remember-option input:checked+span{border-color:var(--primary);background:var(--primary);box-shadow:0 8px 18px #2563eb3d}.auth-remember-option input:checked+span:after{opacity:1}.auth-remember-option input:focus-visible+span{outline-offset:2px;outline:2px solid #2563eb57}.auth-remember-option strong{font-weight:600}.auth-forgot-button{color:var(--primary);font-family:var(--font-sans);background:0 0;border:0;padding:0;font-size:.95rem;font-weight:700}.auth-forgot-button:hover,.auth-forgot-button:focus-visible{color:var(--primary-strong);text-underline-offset:4px;text-decoration:underline}.auth-forgot-button:focus-visible{outline-offset:4px;border-radius:6px;outline:2px solid #2563eb57}.auth-form-divider{color:var(--muted);font-family:var(--font-sans);grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;font-size:.9rem;line-height:1.4;display:grid}.auth-form-divider:before,.auth-form-divider:after{content:"";background:linear-gradient(90deg,#0000,#94a3b870,#0000);height:1px}.auth-submit-button{color:#fff;min-height:58px;font-family:var(--font-sans);background:linear-gradient(135deg,#2563eb,#3b82f6 72%,#0ea5e9);border:1px solid #0000;border-radius:12px;margin-top:4px;padding:14px 18px;font-size:1.02rem;font-weight:800;transition:transform .18s,box-shadow .18s,opacity .18s;box-shadow:0 18px 34px #2563eb3d}.auth-submit-button:disabled{cursor:not-allowed;opacity:.72}.auth-form-message{font-family:var(--font-sans);margin:0;font-size:.94rem;line-height:1.65}.auth-form-message--success{color:var(--success)}.auth-form-message--error{color:var(--danger)}.auth-form-message--hint{color:var(--muted-strong);margin-top:-8px}.auth-form-message--hint-login{color:#334155}.auth-post-login-actions{gap:14px;display:grid}.auth-post-login-actions .auth-submit-button{width:100%}.auth-form-footer{color:var(--muted-strong);margin-top:22px;font-size:.96rem;line-height:1.8}.auth-form-footer-link{color:var(--primary);font-weight:800;transition:color .18s}.auth-form-footer-link:hover,.auth-form-footer-link:focus-visible{color:var(--primary-strong);text-underline-offset:4px;text-decoration:underline}.auth-form-footer-link:focus-visible{outline-offset:4px;border-radius:6px;outline:2px solid #2563eb57}.auth-page{--auth-page-padding:clamp(10px, 2vw, 24px);width:100%;max-width:100vw;height:100svh;min-height:100svh;padding:var(--auth-page-padding);isolation:isolate;background:radial-gradient(circle at 18% 10%,#ddcdae61,#0000 28%),linear-gradient(135deg,#111 0%,#27231d 48%,#e8e1d4 48.2%,#f5f0e6 100%);place-items:center;display:grid;position:relative;overflow:hidden}@media (hover:hover) and (pointer:fine){html[data-auth-cursor=active] .auth-page,html[data-auth-cursor=active] .auth-page button,html[data-auth-cursor=active] .auth-page a,html[data-auth-cursor=active] .auth-page label{cursor:none}html[data-auth-cursor=active] .auth-page input,html[data-auth-cursor=active] .auth-page textarea,html[data-auth-cursor=active] .auth-page select,html[data-auth-cursor=active] .auth-page [contenteditable=true]{cursor:text}}.auth-frame{width:min(100%,1500px);height:min(860px, calc(100svh - (var(--auth-page-padding) * 2)));min-height:0;max-height:calc(100svh - (var(--auth-page-padding) * 2));background:#f5f0e6;border:1px solid #f5f0e647;border-radius:8px;grid-template-columns:minmax(0,1.16fr) minmax(410px,.84fr);display:grid;position:relative;overflow:hidden;box-shadow:0 34px 90px #00000057}.auth-brand-panel{color:#f5f0e6;background:#111;grid-template-rows:minmax(220px,.9fr) auto minmax(220px,.78fr);gap:clamp(14px,2vw,24px);min-width:0;min-height:0;padding:clamp(16px,2.2vw,32px);display:grid;position:relative;overflow:hidden}.auth-brand-panel:before{content:"";width:auto;height:auto;box-shadow:none;pointer-events:none;z-index:1;background:linear-gradient(#11111114,#111111b8),radial-gradient(circle at 78% 14%,#d8c9ae47,#0000 26%);border:0;border-radius:0;position:absolute;inset:0}.auth-brand-copy{z-index:2;position:relative}.auth-brand-row{align-items:center;gap:12px;display:flex}.auth-brand-mark{color:#111;box-shadow:none;width:34px;height:34px;font-family:var(--font-sans);background:#f5f0e6;border-radius:4px;place-items:center;font-weight:800;display:grid}.auth-brand-name{color:#f5f0e6c7;font-size:.82rem;font-weight:700}.auth-brand-title{color:#f5f0e6;max-width:820px;font-family:var(--font-sans);letter-spacing:0;margin:16px 0 0;font-size:clamp(2.1rem,4vw,4.15rem);font-weight:800;line-height:1.1}.auth-brand-title span{color:#f5f0e6c7;display:block}.auth-brand-description{color:#f5f0e6cc;max-width:660px;font-family:var(--font-sans);margin:12px 0 0;font-size:.94rem;line-height:1.68}.auth-preview-nav{color:#f5f0e6b3;text-align:left;background:0 0;border:1px solid #0000;border-radius:4px;padding:9px 10px;font-size:.8rem;font-weight:600}.auth-preview-nav:focus-visible{outline-offset:2px;outline:2px solid #f5f0e670}.auth-preview-main{color:#f5f0e6;min-width:0;font-family:var(--font-text);padding:22px}.auth-preview-focus{box-shadow:none;color:#111;background:#d8c9ae;border:1px solid #f5f0e633;border-radius:6px;min-height:130px;padding:18px;overflow:hidden}.auth-preview-focus:after{border-color:#11111138;bottom:18px;right:18px}.auth-preview-focus span,.auth-preview-focus small{opacity:.8;display:block}.auth-preview-focus strong{margin-top:8px;font-size:2.18rem;line-height:1;display:block}.auth-form-panel{background:linear-gradient(#f5f0e6f0,#faf7effa);align-items:center;min-width:0;padding:clamp(34px,5vw,76px);display:grid}.auth-form-shell{width:100%;max-width:470px;font-family:var(--font-text);margin:0 auto}.auth-form-eyebrow{color:#11111194;letter-spacing:.08em;margin:0;font-size:.76rem;font-weight:700}.auth-form-title{color:#111;font-family:var(--font-display);margin:12px 0 0;font-size:clamp(2.05rem,3vw,2.9rem);font-weight:500;line-height:1.04}.auth-form-description{color:#1111119e;max-width:420px;margin:12px 0 0;font-size:.96rem;line-height:1.76}.auth-input-shell{min-height:56px;box-shadow:none;background:#ffffff7a;border:1px solid #1111112e;border-radius:6px}.auth-submit-button{color:#f5f0e6;min-height:56px;box-shadow:none;background:#111;border-radius:6px}.auth-submit-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 16px 34px #1111112e}.auth-remember-option span{box-shadow:none;border-color:#11111147;border-radius:4px}.auth-remember-option input:checked+span{box-shadow:none;background:#111;border-color:#111}.auth-page{background:radial-gradient(circle at 16% 10%,#3b82f62e,#0000 30%),radial-gradient(circle at 80% 82%,#0ea5e929,#0000 34%),linear-gradient(135deg,#f8fbff 0%,#edf6ff 46%,#fff 100%)}.auth-frame{background:#ffffffd6;border-color:#93c5fd94;box-shadow:0 34px 90px #2563eb2e}.auth-brand-panel{color:#0f172a;background:radial-gradient(circle at 86% 14%,#0ea5e929,#0000 28%),linear-gradient(135deg,#fffffff5,#e6f2ffe6)}.auth-brand-panel:before{background:linear-gradient(#ffffff05,#dbeafe61),radial-gradient(circle at 78% 14%,#60a5fa38,#0000 28%)}.auth-brand-mark{color:#fff;background:linear-gradient(135deg,#2563eb,#60a5fa);box-shadow:0 12px 26px #2563eb3d}.auth-brand-name{color:#2563eb}.auth-brand-title{color:#0f172a}.auth-brand-title span{color:#2563eb}.auth-brand-description,.auth-preview-nav{color:#1e40afad}.auth-preview-nav:hover,.auth-preview-nav:focus-visible,.auth-preview-nav--active{color:#1d4ed8;background:#dbeafee6}.auth-preview-nav:focus-visible{outline-color:#2563eb5c}.auth-preview-main{color:#0f172a}.auth-preview-focus{color:#fff;background:linear-gradient(135deg,#0ea5e9,#2563eb 74%,#1d4ed8);border-color:#93c5fd7a;box-shadow:0 18px 40px #2563eb38}.auth-preview-focus:after{border-color:#ffffff61}.auth-form-panel{background:linear-gradient(#fffffff0,#eff6ffe0)}.auth-form-eyebrow{color:#2563eb}.auth-form-title{color:#0f172a}.auth-form-description{color:#1e40af9e}.auth-input-shell{background:#ffffffc7;border-color:#93c5fd94}.auth-input-shell:focus-within{background:#fff;border-color:#2563ebc2;box-shadow:0 0 0 3px #2563eb1f}.auth-input-icon,.auth-forgot-button,.auth-form-footer-link{color:#2563eb}.auth-submit-button{color:#fff;background:#2563eb}.auth-submit-button:hover:not(:disabled){box-shadow:0 16px 34px #2563eb38}.auth-form-divider:before,.auth-form-divider:after{background:linear-gradient(90deg,#0000,#2563eb3d,#0000)}.auth-remember-option span{border-color:#2563eb5c}.auth-remember-option input:checked+span{background:#2563eb;border-color:#2563eb}.auth-form-message--hint-login,.auth-form-message--hint{color:#1e40afa3}.auth-page{--auth-page-padding:clamp(10px, 2vw, 24px);height:100svh;min-height:100svh;padding:var(--auth-page-padding);overflow:hidden}.auth-frame{height:min(860px, calc(100svh - (var(--auth-page-padding) * 2)));min-height:0;max-height:calc(100svh - (var(--auth-page-padding) * 2))}.auth-brand-panel,.auth-form-panel{min-height:0}.auth-brand-panel{grid-template-rows:minmax(170px,.58fr) auto minmax(278px,1fr);gap:clamp(12px,1.7vw,20px);padding:clamp(14px,2vw,28px)}.auth-brand-title{margin-top:16px;font-size:clamp(2.1rem,4vw,4.15rem)}.auth-brand-description{margin-top:12px;font-size:.94rem;line-height:1.68}.auth-preview-nav{min-height:34px;padding:7px 9px}.auth-preview-main{padding:16px}.auth-preview-focus{min-height:104px;padding:14px 16px}.auth-preview-focus strong{margin-top:4px;font-size:1.75rem}.auth-form-panel{padding:clamp(24px,3.4vw,56px);overflow:hidden}.auth-form-header{margin-bottom:24px}@media (max-height:720px) and (min-width:1181px){.auth-brand-panel{grid-template-rows:minmax(142px,.48fr) auto minmax(272px,1fr);gap:12px;padding:14px}.auth-brand-title{margin-top:10px;font-size:clamp(1.88rem,3vw,3.25rem)}.auth-brand-description{margin-top:8px;font-size:.88rem;line-height:1.55}.auth-form-panel{padding:clamp(20px,2.8vw,42px)}}
:is(html:has(.auth-page),body:has(.auth-page)){overflow-x:clip}.auth-page{--auth-surface:var(--surface-strong);--auth-subtle:var(--surface);--auth-border:var(--border);--auth-border-strong:var(--border-strong);--auth-ink:var(--foreground);--auth-muted:var(--muted);--auth-muted-strong:var(--muted-strong);--auth-accent:var(--primary);--auth-accent-strong:var(--primary-strong);--auth-accent-ink:var(--primary-foreground);--auth-danger:var(--danger);--auth-radius:var(--radius-panel);background:var(--auth-subtle);place-items:center;min-height:100svh;padding:24px;display:grid}.auth-frame{border:1px solid var(--auth-border);border-radius:var(--auth-radius);background:var(--auth-surface);grid-template-columns:minmax(0,1.18fr) minmax(420px,.82fr);width:min(100%,1320px);min-height:min(760px,100svh - 48px);display:grid;overflow:hidden}.auth-brand-panel{background:var(--auth-surface);border-right:1px solid var(--auth-border);grid-template-rows:auto minmax(0,1fr);gap:36px;min-width:0;padding:40px;display:grid}.auth-brand-panel:before{display:none}.auth-brand-copy{max-width:600px}.auth-brand-row{align-items:center;gap:10px;display:inline-flex}.auth-brand-mark{border-radius:var(--auth-radius);width:28px;height:28px;color:var(--auth-accent-ink);background:var(--auth-accent);font-family:var(--font-text);place-items:center;font-size:14px;font-weight:700;line-height:1;display:grid}.auth-brand-name{color:var(--auth-ink);font-family:var(--font-text);font-size:14px;font-weight:600}.auth-brand-title{overflow-wrap:anywhere;min-width:0;max-width:530px;color:var(--auth-ink);font-family:var(--font-display);margin:22px 0 0;font-size:38px;font-style:normal;font-weight:500;line-height:1.24}.auth-brand-title span{color:var(--auth-accent);display:block}.auth-brand-description{max-width:510px;color:var(--auth-muted);font-family:var(--font-text);margin:14px 0 0;font-size:15px;line-height:1.75}.auth-product-surface{border:1px solid var(--auth-border);border-radius:var(--auth-radius);background:var(--auth-subtle);grid-template-columns:154px minmax(0,1fr);min-height:0;display:grid;overflow:hidden}.auth-preview-nav{border-right:1px solid var(--auth-border);background:var(--auth-surface);min-width:0;font-family:var(--font-text);flex-direction:column;padding:20px 12px;display:flex}.auth-preview-nav__label{color:var(--auth-muted);margin:0 8px 14px;font-size:12px;font-weight:500;line-height:1.4}.auth-preview-nav ul{gap:4px;margin:0;padding:0;list-style:none;display:grid}.auth-preview-nav__item{border-radius:var(--auth-radius);min-height:38px;color:var(--auth-muted-strong);border:1px solid #0000;align-items:center;gap:9px;padding:7px 8px;font-size:13px;font-weight:500;line-height:1.35;display:flex}.auth-preview-nav__item--active{border-color:var(--auth-border);color:var(--auth-accent);background:var(--auth-subtle)}.auth-preview-nav__mark{color:currentColor;flex:none;width:18px;height:18px;position:relative}.auth-preview-nav__mark:before,.auth-preview-nav__mark:after{content:"";border-color:currentColor;position:absolute}.auth-preview-nav__mark--overview:before{border:1.5px solid;border-radius:50%;inset:3px}.auth-preview-nav__mark--overview:after{background:currentColor;border-radius:50%;width:2px;height:2px;top:8px;left:8px}.auth-preview-nav__mark--tasks:before{border:1.5px solid;border-radius:2px;inset:2px 3px}.auth-preview-nav__mark--tasks:after{background:currentColor;width:7px;height:1.5px;top:6px;left:6px;box-shadow:0 4px}.auth-preview-nav__mark--calendar:before{border:1.5px solid;border-radius:2px;inset:3px 2px}.auth-preview-nav__mark--calendar:after{border-top:1.5px solid;width:12px;top:7px;left:3px}.auth-preview-nav__mark--stats:before{background:currentColor;width:3px;height:6px;bottom:3px;left:3px;box-shadow:5px -3px,10px -7px}.auth-preview-nav__profile{border-top:1px solid var(--auth-border);color:var(--auth-muted);align-items:center;gap:8px;margin-top:auto;padding:12px 8px 0;display:flex}.auth-preview-nav__profile>span{border:1px solid var(--auth-border);background:var(--auth-subtle);border-radius:50%;flex:none;width:24px;height:24px}.auth-preview-nav__profile strong,.auth-preview-nav__profile small{overflow-wrap:anywhere;font-size:11px;line-height:1.35;display:block}.auth-preview-nav__profile strong{color:var(--auth-muted-strong);font-weight:600}.auth-preview-nav__profile small{margin-top:2px}.auth-preview-main{min-width:0;font-family:var(--font-text);padding:26px}.auth-preview-main__header{justify-content:space-between;align-items:center;gap:16px;display:flex}.auth-preview-main__header p,.auth-preview-main__header strong{margin:0;display:block}.auth-preview-main__header p{color:var(--auth-muted);font-size:12px;line-height:1.35}.auth-preview-main__header strong{color:var(--auth-ink);margin-top:3px;font-size:16px;font-weight:600;line-height:1.4}.auth-preview-main__header>span{border:1px solid var(--auth-border);border-radius:var(--auth-radius);color:var(--auth-muted);flex:none;padding:3px 8px;font-size:11px;line-height:1.4}.auth-preview-focus{border-radius:var(--auth-radius);color:var(--auth-accent-ink);background:var(--auth-accent);margin-top:22px;padding:20px}.auth-preview-focus p,.auth-preview-focus h2,.auth-preview-focus span{margin:0}.auth-preview-focus p{opacity:.84;font-size:12px;line-height:1.4}.auth-preview-focus h2{max-width:310px;font-family:var(--font-display);margin-top:8px;font-size:22px;font-style:normal;font-weight:500;line-height:1.32}.auth-preview-focus span{opacity:.88;max-width:340px;margin-top:10px;font-size:12px;line-height:1.6;display:block}.auth-preview-status-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:10px;display:grid}.auth-preview-status-grid>div{border:1px solid var(--auth-border);border-radius:var(--auth-radius);background:var(--auth-surface);min-width:0;padding:14px}.auth-preview-status-grid span,.auth-preview-status-grid strong{overflow-wrap:anywhere;display:block}.auth-preview-status-grid span{color:var(--auth-muted);font-size:11px;line-height:1.35}.auth-preview-status-grid strong{color:var(--auth-muted-strong);margin-top:4px;font-size:13px;font-weight:600;line-height:1.4}.auth-preview-activity{border-top:1px solid var(--auth-border);margin-top:16px;padding-top:16px}.auth-preview-activity__heading,.auth-preview-activity__row{justify-content:space-between;align-items:center;gap:12px;display:flex}.auth-preview-activity__heading{color:var(--auth-muted);font-size:12px;line-height:1.4}.auth-preview-activity__heading span{color:var(--auth-muted-strong);font-weight:600}.auth-preview-activity__row{min-width:0;color:var(--auth-muted);justify-content:flex-start;margin-top:12px;font-size:12px;line-height:1.45}.auth-preview-activity__row i{background:var(--auth-border-strong);border-radius:50%;flex:none;width:7px;height:7px}.auth-form-panel{background:var(--auth-surface);align-items:center;min-width:0;padding:52px;display:grid}.auth-form-shell{width:min(100%,400px);font-family:var(--font-text);margin:0 auto}.auth-form-header{margin-bottom:32px}.auth-form-eyebrow{color:var(--auth-accent);font-family:var(--font-text);letter-spacing:0;margin:0;font-size:13px;font-weight:600}.auth-form-title{overflow-wrap:anywhere;min-width:0;color:var(--auth-ink);font-family:var(--font-display);margin:8px 0 0;font-size:32px;font-style:normal;font-weight:500;line-height:1.28}.auth-form-description{color:var(--auth-muted);font-family:var(--font-text);margin:10px 0 0;font-size:14px;line-height:1.75}.auth-form{gap:18px;display:grid}.auth-input-field{gap:7px;display:grid}.auth-input-label{color:var(--auth-ink);font-family:var(--font-text);font-size:14px;font-weight:500;line-height:1.5}.auth-input-shell{border:1px solid var(--auth-border);border-radius:var(--auth-radius);background:var(--auth-surface);min-height:50px;box-shadow:none;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;transition:border-color .18s,background-color .18s,box-shadow .18s;display:grid}.auth-input-shell:hover{border-color:var(--auth-border-strong)}.auth-input-shell:focus-within{border-color:var(--auth-accent);box-shadow:0 0 0 2px var(--auth-subtle)}.auth-input-shell--error{border-color:var(--auth-danger)}.auth-input-icon{color:var(--auth-muted);font-family:var(--font-text);place-items:center;font-size:14px;font-weight:600;display:grid}.auth-input{width:100%;min-width:0;color:var(--auth-ink);font-family:var(--font-text);background:0 0;border:0;outline:0;padding:10px 10px 10px 0;font-size:14px;font-weight:400;line-height:1.5}.auth-input::placeholder{color:var(--auth-muted);font-weight:400}.auth-input-error,.auth-form-message{font-family:var(--font-text);margin:0;font-size:13px;line-height:1.65}.auth-input-error,.auth-form-message--error{color:var(--auth-danger)}.auth-form-message--success{color:var(--success)}.auth-form-message--hint,.auth-form-message--hint-login{color:var(--auth-muted);margin-top:-8px}.auth-password-toggle{border-radius:var(--auth-radius);width:36px;height:36px;color:var(--auth-muted);background:0 0;border:0;place-items:center;margin-right:4px;padding:0;display:grid}.auth-password-toggle:hover,.auth-password-toggle.auth-password-toggle--active{color:var(--auth-accent);background:var(--auth-subtle)}.auth-password-toggle:focus-visible,.auth-submit-button:focus-visible,.auth-form-footer-link:focus-visible{outline:2px solid var(--auth-accent);outline-offset:2px}.auth-password-eye{border:1.5px solid;border-radius:999px/760px;width:18px;height:12px;position:relative}.auth-password-eye:before{content:"";background:currentColor;border-radius:50%;width:5px;height:5px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.auth-submit-button{border:1px solid var(--auth-accent);border-radius:var(--auth-radius);width:100%;min-height:50px;color:var(--auth-accent-ink);background:var(--auth-accent);box-shadow:none;font-family:var(--font-text);padding:10px 16px;font-size:14px;font-weight:600;line-height:1.5;transition:background-color .18s,border-color .18s,transform .18s}.auth-submit-button:hover:not(:disabled){border-color:var(--auth-accent-strong);background:var(--auth-accent-strong)}.auth-submit-button:active:not(:disabled){transform:translateY(1px)}.auth-submit-button:disabled{cursor:not-allowed;opacity:.62}.auth-form-footer{color:var(--auth-muted);font-family:var(--font-text);margin-top:20px;font-size:14px;line-height:1.7}.auth-form-footer-link{color:var(--auth-accent);font-weight:600}.auth-form-footer-link:hover{color:var(--auth-accent-strong);text-underline-offset:3px;text-decoration:underline}@media (max-width:1080px){.auth-frame{grid-template-columns:minmax(0,1fr) minmax(390px,.8fr)}.auth-brand-panel{padding:32px}.auth-form-panel{padding:40px}.auth-product-surface{grid-template-columns:132px minmax(0,1fr)}.auth-preview-main{padding:20px}.auth-brand-title{font-size:34px}}@media (max-width:820px){.auth-page{padding:16px;display:block}.auth-frame{width:min(100%,520px);min-height:calc(100svh - 32px);margin:0 auto;display:block}.auth-brand-panel{display:none}.auth-form-panel{min-height:calc(100svh - 32px);padding:32px 24px}}@media (max-width:375px){.auth-page{padding:12px}.auth-frame,.auth-form-panel{min-height:calc(100svh - 24px)}.auth-form-panel{padding:28px 20px}.auth-form-title{font-size:28px}}@media (prefers-reduced-motion:reduce){.auth-input-shell,.auth-submit-button{transition:none}}.auth-frame{height:auto}.auth-brand-panel{grid-template-rows:auto auto}.auth-preview-focus{min-height:0;box-shadow:none;position:static;overflow:visible}.auth-preview-focus:after{display:none}.auth-product-surface{overflow:hidden}.auth-brand-panel{align-content:start}.auth-preview-confirmation{gap:16px;display:grid}.auth-preview-footer{color:var(--auth-muted)}.auth-preview-connection--ready{color:var(--success)!important;border-color:var(--success)!important}.auth-product-surface--ready .auth-preview-focus{background:var(--auth-accent-strong)}.auth-preview-status-grid{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:1080px){.auth-preview-status-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.auth-page{--auth-frame-half:660px;isolation:isolate;background:var(--auth-subtle);position:relative;overflow:hidden}.auth-page-background{z-index:0;pointer-events:none;background:0 0;position:absolute;inset:0;overflow:hidden}.auth-page-background__rail{width:clamp(620px,38vw,960px);position:absolute;inset-block:0;overflow:hidden}.auth-page-background__rail--left{right:calc(50% + var(--auth-frame-half));transform:translate(50%);-webkit-mask-image:linear-gradient(90deg,#000 0% 8%,#0000 52% 100%);mask-image:linear-gradient(90deg,#000 0% 8%,#0000 52% 100%)}.auth-page-background__rail--right{left:calc(50% + var(--auth-frame-half));transform:translate(-50%);-webkit-mask-image:linear-gradient(270deg,#000 0% 8%,#0000 52% 100%);mask-image:linear-gradient(270deg,#000 0% 8%,#0000 52% 100%)}.auth-page-background__video{object-fit:cover;opacity:100;filter:brightness(1.16)saturate(.66)contrast(.94);width:100%;height:100%;display:block;transform:scale(1.03)}.auth-page-background__video--left{object-position:70% center}.auth-page-background__video--right{object-position:70% center;transform:scale(1.03)scaleX(-1)}.auth-frame{z-index:1;box-shadow:-28px 0 48px -20px color-mix(in srgb, var(--auth-surface) 88%, transparent), 28px 0 48px -20px color-mix(in srgb, var(--auth-surface) 88%, transparent), 0 18px 52px color-mix(in srgb, var(--auth-accent) 8%, transparent);position:relative}@media (min-width:1440px){.auth-page{place-items:center;padding-inline:clamp(40px,4vw,72px)}.auth-frame{width:100%;max-width:1320px}}@media (max-width:1439px){.auth-page-background{display:none}}@media (prefers-reduced-motion:reduce){.auth-page-background__video{display:none}}
@media (max-width:1180px){.auth-frame{grid-template-columns:1fr;height:auto;min-height:100svh;max-height:none}.auth-brand-panel{grid-template-rows:minmax(280px,auto) auto auto;gap:28px}.auth-page{height:auto;min-height:100svh;overflow:hidden auto}}@media (max-width:960px){.auth-page{padding:16px}.auth-frame{border-radius:8px;min-height:auto}.auth-brand-panel{order:2;grid-template-rows:minmax(260px,auto) auto auto;padding:24px}.auth-preview-nav{white-space:nowrap;flex:none}.auth-form-panel{order:1;padding:34px 24px}}@media (max-width:640px){.auth-page{width:100%;height:auto;min-height:100svh;padding:0;overflow:hidden auto}.auth-frame{border-width:0;border-radius:0;grid-template-columns:minmax(0,1fr);width:100%;height:auto;min-height:100svh;max-height:none;overflow-x:hidden}.auth-brand-panel{order:2;gap:28px;width:100%;min-width:0;max-width:100%;padding:18px 18px 28px}.auth-brand-title{margin-top:16px;font-size:2.25rem}.auth-brand-description{margin-top:10px;font-size:.96rem;line-height:1.7}.auth-preview-main{padding:18px}.auth-preview-focus{min-height:118px;padding:18px}.auth-preview-focus strong{margin-top:6px;font-size:2rem}.auth-form-options{align-items:flex-start}.auth-form-panel{order:1;justify-items:stretch;width:100%;min-width:0;max-width:100%;padding:28px 18px 20px}.auth-form-shell,.auth-form,.auth-input-field,.auth-input-shell,.auth-submit-button{width:100%;min-width:0;max-width:100%}.auth-form-header{margin-bottom:24px}.auth-form{gap:15px}.auth-form-options{flex-wrap:wrap;gap:10px}.auth-input-field{gap:7px}.auth-input-shell{min-height:52px}.auth-submit-button{min-height:54px}}
