@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght,SOFT@9..144,300..700,30..100&family=Geist:wght@300..700&family=JetBrains+Mono:wght@400;500&display=swap');

.sqyd-auth {
  --ink:#0E0E0D;--ink-2:#181816;--cream:#F4F0E8;--ivory:#FAF7F1;--paper:#FFFFFF;--gold:#A87A3E;--gold-2:#C9A063;--gold-deep:#6E5024;--muted:#6B6A64;--muted-2:#97968E;--line:#E3DCCC;--line-ink:#2A2A22;--success:#3D7A4E;--danger:#B23B2E;
  --serif:'Fraunces','Times New Roman',serif;--sans:'Geist',-apple-system,BlinkMacSystemFont,sans-serif;--mono:'JetBrains Mono',ui-monospace,monospace;
  font-family:var(--sans);color:var(--ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:'ss01' on,'cv11' on;line-height:1.6;
}
.sqyd-auth *,.sqyd-auth *::before,.sqyd-auth *::after{box-sizing:border-box}.sqyd-auth a{color:inherit;text-decoration:none}.sqyd-auth p,.sqyd-auth h1,.sqyd-auth h2,.sqyd-auth h3,.sqyd-auth h4{margin:0;padding:0}.sqyd-auth img,.sqyd-auth svg{display:block;max-width:100%}.sqyd-auth button{font:inherit;cursor:pointer;border:0;background:none;color:inherit}.sqyd-auth input{font:inherit;color:inherit}.sqyd-auth ul{margin:0;padding:0;list-style:none}
.sqyd-auth__shell{display:grid;grid-template-columns:1.05fr 1fr;min-height:100vh;min-height:100dvh;background:var(--ivory)}.sqyd-auth__shell--single{grid-template-columns:1fr}.sqyd-auth__shell--single .sqyd-auth__panel{max-width:760px;margin:0 auto;width:100%}
.sqyd-auth__brand{position:relative;background:var(--ink);color:var(--cream);overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding:clamp(36px,4vw,64px)}.sqyd-auth__brand-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.32}.sqyd-auth__brand::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(14,14,13,.7) 0%,rgba(14,14,13,.3) 40%,rgba(14,14,13,.85) 100%),radial-gradient(circle at 75% 30%,rgba(168,122,62,.22) 0%,transparent 55%)}.sqyd-auth__brand>*{position:relative;z-index:1}
.sqyd-auth__brand-top{display:flex;align-items:center;justify-content:space-between;gap:18px}.sqyd-auth__brand-logo{height:40px;width:auto}.sqyd-auth__brand-logo-text{font-family:var(--serif);font-size:26px;letter-spacing:-.02em;color:var(--cream);font-weight:500}.sqyd-auth__brand-logo-text em{font-style:italic;color:var(--gold-2)}.sqyd-auth__back{display:inline-flex;align-items:center;gap:8px;font-size:11.5px;letter-spacing:.06em;color:rgba(244,240,232,.7);transition:color .2s}.sqyd-auth__back:hover{color:var(--gold-2)}
.sqyd-auth__brand-mid{max-width:30ch}.sqyd-auth__brand-kicker{display:inline-flex;align-items:center;gap:12px;font-size:10.5px;letter-spacing:.24em;text-transform:uppercase;color:var(--gold-2);font-weight:500;margin-bottom:24px}.sqyd-auth__brand-kicker .ln{width:32px;height:1px;background:var(--gold-2)}.sqyd-auth__brand-h{font-family:var(--serif);font-size:clamp(34px,3.6vw,52px);font-weight:400;letter-spacing:-.018em;line-height:1.04;color:var(--cream);margin-bottom:22px;font-variation-settings:'opsz' 144,'SOFT' 30}.sqyd-auth__brand-h em{font-style:italic;color:var(--gold-2);font-variation-settings:'opsz' 144,'SOFT' 100}.sqyd-auth__brand-sub{font-size:15px;line-height:1.65;color:rgba(244,240,232,.72);max-width:42ch}
.sqyd-auth__brand-pts{display:flex;flex-direction:column;gap:14px;padding:28px 0;border-top:1px solid rgba(244,240,232,.15);margin-bottom:24px}.sqyd-auth__brand-pt{display:flex;align-items:center;gap:12px;font-size:13.5px;color:rgba(244,240,232,.85);letter-spacing:.01em}.sqyd-auth__tick{width:16px;height:16px;color:var(--gold-2);flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}.sqyd-auth__brand-contact{font-size:12px;color:rgba(244,240,232,.5)}.sqyd-auth__brand-contact a{color:var(--gold-2);font-family:var(--mono)}
.sqyd-auth__panel{display:flex;align-items:center;justify-content:center;padding:clamp(32px,4vw,64px)}.sqyd-auth__card{width:100%;max-width:420px}.sqyd-auth__mobile-logo{display:none;margin-bottom:32px}.sqyd-auth__mobile-logo img{height:40px;width:auto;margin:0 auto}
.sqyd-auth__tabs{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);margin-bottom:26px;background:var(--paper)}.sqyd-auth__tab{padding:13px;font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:500;color:var(--muted);transition:all .2s;position:relative}.sqyd-auth__tab.is-on{background:var(--ink);color:var(--cream)}.sqyd-auth__tab:not(.is-on):hover{color:var(--ink);background:var(--cream)}
.sqyd-auth__notice{padding:13px 16px;margin-bottom:18px;border:1px solid var(--line);background:var(--paper);font-size:13px;line-height:1.5}.sqyd-auth__notice.is-error{border-color:rgba(178,59,46,.35);background:rgba(178,59,46,.06);color:var(--danger)}.sqyd-auth__notice.is-success{border-color:rgba(61,122,78,.35);background:rgba(61,122,78,.06);color:var(--success)}
.sqyd-auth__pane{display:none}.sqyd-auth__pane.is-on{display:block;animation:sqydAuthFade .35s ease}@keyframes sqydAuthFade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.sqyd-auth__head{margin-bottom:30px}.sqyd-auth__eyebrow{font-size:10.5px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);font-weight:500;margin-bottom:12px}.sqyd-auth__title{font-family:var(--serif);font-size:clamp(26px,2.6vw,32px);font-weight:400;letter-spacing:-.012em;line-height:1.1;color:var(--ink);margin-bottom:8px}.sqyd-auth__title em{font-style:italic;color:var(--gold)}.sqyd-auth__desc{font-size:14px;color:var(--muted);line-height:1.6}.sqyd-auth__desc strong{color:var(--ink);font-weight:500}
.sqyd-auth__field{margin-bottom:18px}.sqyd-auth__label{display:block;font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);font-weight:500;margin-bottom:9px}.sqyd-auth__input-wrap{position:relative}.sqyd-auth__input{width:100%;padding:14px 16px;background:var(--paper);border:1px solid var(--line);font-size:15px;color:var(--ink);transition:border-color .2s,box-shadow .2s}.sqyd-auth__input::placeholder{color:var(--muted-2)}.sqyd-auth__input:focus{outline:0;border-color:var(--gold);box-shadow:0 0 0 3px rgba(168,122,62,.12)}.sqyd-auth__input.has-toggle{padding-right:48px}.sqyd-auth__toggle{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:38px;height:38px;display:flex;align-items:center;justify-content:center;color:var(--muted);transition:color .2s}.sqyd-auth__toggle:hover{color:var(--ink)}
.sqyd-auth__row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:4px 0 24px}.sqyd-auth__check{display:inline-flex;align-items:flex-start;gap:9px;font-size:13px;color:var(--muted);cursor:pointer;user-select:none}.sqyd-auth__check input{accent-color:var(--gold);width:15px;height:15px;cursor:pointer;margin-top:3px;flex-shrink:0}.sqyd-auth__check a{color:var(--gold-deep);border-bottom:1px solid var(--gold);padding-bottom:1px}.sqyd-auth__terms{margin:6px 0 24px}.sqyd-auth__link{font-size:13px;color:var(--gold-deep);border-bottom:1px solid transparent;transition:border-color .2s;background:none;padding:0}.sqyd-auth__link:hover{border-bottom-color:var(--gold)}
.sqyd-auth__submit{width:100%;padding:16px;background:var(--gold);color:var(--ink);border:1px solid var(--gold);font-size:13px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px}.sqyd-auth__submit:hover{background:var(--gold-deep);color:var(--cream);border-color:var(--gold-deep)}.sqyd-auth__submit--ink{background:var(--ink);color:var(--cream);border-color:var(--ink)}.sqyd-auth__submit--ink:hover{background:var(--gold-deep);border-color:var(--gold-deep)}
.sqyd-auth__divider{display:flex;align-items:center;gap:16px;margin:26px 0;font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted-2)}.sqyd-auth__divider::before,.sqyd-auth__divider::after{content:'';flex:1;height:1px;background:var(--line)}.sqyd-auth__foot{text-align:center;font-size:13px;color:var(--muted);margin-top:4px}.sqyd-auth__foot a,.sqyd-auth__foot button{color:var(--ink);font-weight:500;border-bottom:1px solid var(--gold);padding-bottom:1px;background:none}.sqyd-auth__invite{margin-top:26px;padding:18px 20px;background:var(--cream);border:1px solid var(--line);text-align:center;font-size:13px;color:var(--muted);line-height:1.6}.sqyd-auth__invite strong{color:var(--ink);font-weight:500;display:block;margin-bottom:4px;font-family:var(--serif);font-size:15px}.sqyd-auth__invite a{color:var(--gold-deep);border-bottom:1px solid var(--gold);padding-bottom:1px}
.sqyd-auth__otp{display:flex;gap:10px;justify-content:space-between;margin-bottom:24px}.sqyd-auth__otp input{width:100%;aspect-ratio:1;text-align:center;font-family:var(--mono);font-size:24px;color:var(--ink);background:var(--paper);border:1px solid var(--line);transition:border-color .2s,box-shadow .2s}.sqyd-auth__otp input:focus{outline:0;border-color:var(--gold);box-shadow:0 0 0 3px rgba(168,122,62,.12)}.sqyd-auth__otp input.is-filled{border-color:var(--gold);background:var(--cream)}.sqyd-auth__resend-form{margin-top:10px}.sqyd-auth__resend{text-align:center;font-size:13px;color:var(--muted);margin-top:4px}.sqyd-auth__resend button{color:var(--gold-deep);border-bottom:1px solid var(--gold);padding-bottom:1px;background:none}.sqyd-auth__secure{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:32px;font-size:11.5px;color:var(--muted-2);letter-spacing:.02em}
@media(max-width:900px){.sqyd-auth__shell{grid-template-columns:1fr}.sqyd-auth__brand{display:none}.sqyd-auth__mobile-logo{display:block}.sqyd-auth__panel{min-height:100vh;min-height:100dvh;padding:40px 24px}}@media(max-width:420px){.sqyd-auth__otp{gap:7px}.sqyd-auth__otp input{font-size:20px}.sqyd-auth__row{align-items:flex-start;flex-direction:column}}
