:root{--rv-bg:var(--color-rv-bg);--rv-surface:var(--color-rv-surface);--rv-surface-2:var(--color-rv-surface-2);--rv-border:var(--color-rv-border);--rv-border-strong:var(--color-rv-border-strong);--rv-text:var(--color-rv-text);--rv-text-2:var(--color-rv-text-2);--rv-text-3:var(--color-rv-text-3);--rv-text-4:var(--color-rv-text-4);--rv-accent:var(--color-rv-accent);--rv-accent-strong:var(--color-rv-accent-strong);--rv-accent-soft:var(--color-rv-accent-soft);--rv-accent-fg:#fff;--rv-rose:var(--color-rv-rose);--rv-rose-soft:var(--color-rv-rose-soft);--rv-amber:var(--color-rv-amber);--rv-amber-soft:var(--color-rv-amber-soft);--rv-font:var(--font-sans);--rv-mono:var(--font-mono);--rv-radius-xl:22px;--rv-shadow-sm:0 1px 1px #0f17130a, 0 0 0 1px #0f17130d;--rv-shadow:0 1px 2px #0f17130a, 0 4px 14px #0f17130f;--rv-shadow-lg:0 10px 30px #0f171314, 0 2px 6px #0f17130d}.dark{--rv-shadow-sm:0 1px 2px #0009, 0 0 0 1px #ffffff0a;--rv-shadow:0 4px 14px #0000008c, 0 0 0 1px #ffffff0a;--rv-shadow-lg:0 18px 40px #0009, 0 0 0 1px #ffffff0d}.auth{min-height:100vh;font-family:var(--rv-font);color:var(--rv-text);background:var(--rv-bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-feature-settings:"ss01"}.auth *,.auth :before,.auth :after{box-sizing:border-box}.auth-serif{font-family:var(--font-instrument-serif), "Plus Jakarta Sans", serif;letter-spacing:-.01em;font-style:italic;font-weight:400}.auth-root{grid-template-columns:1fr;min-height:100vh;display:grid}.auth-form-col{background:var(--rv-bg);flex-direction:column;min-height:100vh;padding:32px 40px;display:flex;position:relative;overflow:hidden}.auth-topbar{z-index:2;justify-content:space-between;align-items:center;gap:16px;display:flex;position:relative}.auth-themebtn{border:1px solid var(--rv-border);background:var(--rv-surface);width:38px;height:38px;color:var(--rv-text-2);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;transition:background .15s,color .15s,transform .15s;display:inline-flex}.auth-themebtn:hover{color:var(--rv-text);box-shadow:var(--rv-shadow-sm);transform:translateY(-1px)}.auth-main{z-index:2;flex-direction:column;flex:auto;justify-content:center;align-items:center;padding:40px 0;display:flex;position:relative}.auth-card{background:var(--rv-surface);border:1px solid var(--rv-border);border-radius:var(--rv-radius-xl);width:100%;max-width:440px;padding:40px 38px;box-shadow:0 30px 80px -28px #0f171329,0 4px 18px #0f17130d}.dark .auth-card{box-shadow:var(--rv-shadow-lg)}.auth-footer{z-index:2;color:var(--rv-text-3);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;font-size:12px;display:flex;position:relative}.auth-footer a{color:var(--rv-text-3);font-weight:500;text-decoration:none}.auth-footer a:hover{color:var(--rv-text-2)}.auth-footer-links{gap:16px;display:flex}.auth-blob{filter:blur(90px);pointer-events:none;opacity:.5;z-index:0;border-radius:50%;position:absolute}.auth-blob--g{background:var(--rv-accent)}.auth-blob--y{background:#fbbf24}.auth-eyebrow{letter-spacing:.05em;color:var(--rv-accent-strong);text-transform:uppercase;background:var(--rv-accent-soft);white-space:nowrap;border-radius:999px;align-items:center;gap:7px;margin-bottom:20px;padding:5px 11px;font-size:11.5px;font-weight:600;display:inline-flex}.dark .auth-eyebrow{color:#5eeaa0}.auth-h1{letter-spacing:-.03em;text-wrap:balance;margin:0;font-size:30px;font-weight:800;line-height:1.08}.auth-h1 em{color:var(--rv-accent-strong)}.dark .auth-h1 em{color:#5eeaa0}.auth-sub{color:var(--rv-text-2);text-wrap:pretty;margin:12px 0 0;font-size:14.5px;line-height:1.5}.auth-sub a{color:var(--rv-accent-strong);font-weight:600;text-decoration:none}.dark .auth-sub a{color:#5eeaa0}.auth-sub a:hover{text-decoration:underline}.auth-form{flex-direction:column;gap:16px;margin-top:28px;display:flex}.auth-grid-2{grid-template-columns:1fr 1fr;gap:16px;display:grid}.auth-fieldset{border:0;flex-direction:column;gap:16px;margin:0;padding:0;display:flex}.auth-legend{letter-spacing:.07em;text-transform:uppercase;color:var(--rv-text-3);white-space:nowrap;align-items:center;gap:10px;margin:4px 0 -2px;padding:0;font-size:11px;font-weight:700;display:flex}.auth-legend:after{content:"";background:var(--rv-border);flex:1;height:1px}.auth-field{flex-direction:column;gap:7px;min-width:0;display:flex}.auth-label{color:var(--rv-text);align-items:baseline;gap:7px;font-size:13px;font-weight:600;display:flex}.auth-label .opt{color:var(--rv-text-3);white-space:nowrap;font-size:11.5px;font-weight:500}.auth-label .req{color:var(--rv-rose);margin-left:2px}.auth-inputwrap{align-items:center;display:flex;position:relative}.auth-inputwrap .lead{color:var(--rv-text-3);pointer-events:none;transition:color .15s;display:inline-flex;position:absolute;left:13px}.auth-input,.auth-select{width:100%;font:500 14px var(--rv-font);color:var(--rv-text);background:var(--rv-surface);border:1px solid var(--rv-border);border-radius:10px;outline:none;padding:12px 14px;transition:border-color .15s,box-shadow .15s,background .15s}.auth-input::placeholder{color:var(--rv-text-4)}.auth-inputwrap.has-lead .auth-input,.auth-inputwrap.has-lead .auth-select{padding-left:42px}.auth-inputwrap.has-trail .auth-input{padding-right:46px}.auth-input:hover,.auth-select:hover{border-color:var(--rv-border-strong)}.auth-input:focus,.auth-select:focus{border-color:var(--rv-accent);box-shadow:0 0 0 3.5px color-mix(in oklab, var(--rv-accent) 18%, transparent);background:var(--rv-surface)}.auth-inputwrap:focus-within .lead{color:var(--rv-accent-strong)}.dark .auth-inputwrap:focus-within .lead{color:#5eeaa0}.auth-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none' stroke='%238B9298' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M2 2l4 4 4-4'/></svg>");background-position:right 14px center;background-repeat:no-repeat;padding-right:38px}.auth-select[data-empty=true]{color:var(--rv-text-4)}.auth-trail{width:32px;height:32px;color:var(--rv-text-3);cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;display:inline-flex;position:absolute;right:8px}.auth-trail:hover{background:var(--rv-surface-2);color:var(--rv-text-2)}.auth-field.is-error .auth-input,.auth-field.is-error .auth-select{border-color:var(--rv-rose);box-shadow:0 0 0 3.5px color-mix(in oklab, var(--rv-rose) 16%, transparent)}.auth-field.is-error .lead{color:var(--rv-rose)}.auth-err{color:var(--rv-rose);align-items:center;gap:6px;font-size:12.5px;font-weight:500;line-height:1.3;display:flex}.dark .auth-err{color:#fb7185}.auth-err svg{flex:none}.auth-hint{color:var(--rv-text-3);font-size:12px;line-height:1.4}.auth-phone{align-items:stretch;gap:0;display:flex}.auth-phone .cc{border:1px solid var(--rv-border);background:var(--rv-surface-2);color:var(--rv-text-2);font:600 13px var(--rv-font);white-space:nowrap;border-right:0;border-radius:10px 0 0 10px;align-items:center;gap:6px;padding:0 12px;display:inline-flex}.auth-phone .auth-input{border-radius:0 10px 10px 0}.auth-field.is-error .auth-phone .cc{border-color:var(--rv-rose)}.auth-check{cursor:pointer;color:var(--rv-text-2);align-items:flex-start;gap:11px;font-size:13px;line-height:1.45;display:flex}.auth-check input{opacity:0;width:0;height:0;position:absolute}.auth-check .box{border:1.5px solid var(--rv-border-strong);background:var(--rv-surface);color:#fff;border-radius:6px;flex:none;justify-content:center;align-items:center;width:19px;height:19px;margin-top:1px;transition:background .15s,border-color .15s;display:inline-flex}.auth-check .box svg{opacity:0;transition:opacity .15s,transform .15s;transform:scale(.6)}.auth-check input:checked+.box{background:var(--rv-accent);border-color:var(--rv-accent)}.auth-check input:checked+.box svg{opacity:1;transform:scale(1)}.auth-check input:focus-visible+.box{box-shadow:0 0 0 3.5px color-mix(in oklab, var(--rv-accent) 22%, transparent)}.auth-check a{color:var(--rv-accent-strong);font-weight:600;text-decoration:none}.dark .auth-check a{color:#5eeaa0}.auth-check a:hover{text-decoration:underline}.auth-field.is-error .auth-check .box{border-color:var(--rv-rose)}.auth-row-between{justify-content:space-between;align-items:center;gap:12px;display:flex}.auth-link{color:var(--rv-accent-strong);font-size:13px;font-weight:600;text-decoration:none}.dark .auth-link{color:#5eeaa0}.auth-link:hover{text-decoration:underline}.auth-submit{width:100%;font:700 14.5px var(--rv-font);border:1px solid var(--rv-accent);background:var(--rv-accent);color:var(--rv-accent-fg);cursor:pointer;border-radius:11px;justify-content:center;align-items:center;gap:9px;margin-top:4px;padding:13px 18px;line-height:1;transition:background .15s,transform .12s,box-shadow .15s;display:inline-flex;box-shadow:0 1px #0000000a,inset 0 1px #ffffff2e}.auth-submit:hover{background:var(--rv-accent-strong);box-shadow:var(--rv-shadow);transform:translateY(-1px)}.auth-submit:active{transform:translateY(0)}.auth-submit:disabled{opacity:.65;cursor:default;box-shadow:none;transform:none}.auth-submit .spin{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite auth-spin}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-alert{border-radius:11px;align-items:flex-start;gap:10px;padding:12px 14px;font-size:13px;line-height:1.45;display:flex}.auth-alert--rose{background:var(--rv-rose-soft);color:var(--rv-rose)}.auth-alert--green{background:var(--rv-accent-soft);color:var(--rv-accent-strong)}.dark .auth-alert--green{color:#6ee7a2}.dark .auth-alert--rose{color:#fb7185}.auth-alert svg{flex:none;margin-top:1px}.auth-alert b{font-weight:700}.auth-success{text-align:center;flex-direction:column;align-items:center;display:flex}.auth-success .badge{background:var(--rv-accent-soft);width:64px;height:64px;color:var(--rv-accent-strong);border-radius:50%;justify-content:center;align-items:center;margin-bottom:22px;animation:.35s cubic-bezier(.34,1.56,.64,1) auth-pop;display:inline-flex}.dark .auth-success .badge{color:#5eeaa0}@keyframes auth-pop{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}.auth-success .auth-h1,.auth-success .auth-sub{text-align:center}.auth-mailto{background:var(--rv-surface-2);border:1px solid var(--rv-border);font:600 13px var(--rv-mono);color:var(--rv-text);border-radius:999px;align-items:center;gap:8px;margin-top:8px;padding:8px 14px;display:inline-flex}.auth-strength{flex-direction:column;gap:6px;margin-top:2px;display:flex}.auth-strength-bars{gap:5px;display:flex}.auth-strength-bars i{background:var(--rv-border);border-radius:999px;flex:1;height:4px;transition:background .2s}.auth-strength-label{color:var(--rv-text-3);font-size:11.5px;font-weight:600}@media (max-width:960px){.auth-form-col{padding:24px}}@media (max-width:560px){.auth-grid-2{grid-template-columns:1fr}.auth-form-col{padding:18px 18px 24px}.auth-card{padding:28px 22px}.auth-h1{font-size:26px}}
