#auth-app{--auth-bg: var(--bg-page, #3d025e);--auth-fg: var(--fg-text, #fcf7b8);--auth-cyan: var(--btn-primary-bg, #00e5ff);--auth-cream: var(--btn-secondary-bg, #fcf7b8);--auth-purple-deep: #2a0142;--auth-card-dark: #2a0142;--auth-text-muted: rgba(252, 247, 184, .7);--auth-text-on-light: #3d025e}#auth-app,#auth-app *{box-sizing:border-box}.cv_auth{min-height:calc(100vh - 95.6px);background:var(--auth-bg);color:var(--auth-fg);display:flex;flex-direction:column;font-family:var(--font-secondary, system-ui, sans-serif)}.cv_auth__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 3rem}.cv_auth__brand{color:var(--auth-fg);font-family:var(--font-primary, inherit);font-weight:700;font-size:1.75rem;text-decoration:none}.cv_auth__brand img{max-height:36px;width:auto;display:block}.cv_auth__nav{display:flex;align-items:center;gap:2.5rem}.cv_auth__nav a{color:var(--auth-fg);text-decoration:none;font-weight:600;font-size:.95rem}.cv_auth__nav a:hover{opacity:.85}.cv_auth__nav-cta{background:var(--auth-cream);color:var(--auth-text-on-light);padding:.65rem 1.6rem;border-radius:999px}.cv_auth__nav-cta:hover{opacity:.9}.cv_auth__main{flex:1;position:relative;display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem 3rem}.cv_auth__chat-badge{position:absolute;top:0;right:18%;background:var(--auth-cyan);color:var(--auth-text-on-light);font-weight:700;font-size:.85rem;padding:.55rem 1.25rem;border-radius:999px;transform:rotate(-6deg)}.cv_auth__card{width:100%;max-width:560px;border-radius:28px;padding:2.5rem 3rem;box-shadow:0 20px 60px #00000059}.cv_auth__card--dark{background:var(--auth-card-dark);color:var(--auth-fg)}.cv_auth__card--light{background:#fff;color:var(--auth-text-on-light);max-width:520px}.cv_auth__title{font-family:var(--font-primary, inherit);font-weight:800;font-size:2.5rem;line-height:1.1;margin:0 0 .5rem;color:var(--auth-fg)}.cv_auth__title--dark{color:var(--auth-text-on-light)}.cv_auth__title--center{text-align:center}.cv_auth__lede{margin:0 0 2rem;font-size:1rem;color:var(--auth-text-muted)}.cv_auth__lede--dark{color:#3d025ebf}.cv_auth__lede--center{text-align:center}.cv_auth__form{display:flex;flex-direction:column;gap:1.25rem}.cv_auth__field{display:flex;flex-direction:column;gap:.5rem}.cv_auth__field-row{display:flex;align-items:baseline;justify-content:space-between}.cv_auth__label{font-weight:700;font-size:.9rem;color:var(--auth-fg)}.cv_auth__label--dark{color:var(--auth-text-on-light)}.cv_auth__label--upper{text-transform:uppercase;letter-spacing:.04em;font-size:.78rem}.cv_auth__forgot{color:var(--auth-cyan);font-weight:700;font-size:.85rem;text-decoration:none}.cv_auth__forgot:hover{text-decoration:underline}.cv_auth__input-wrap{position:relative;display:flex;align-items:center;background:#fcf7b814;border-radius:999px;padding:0 1rem}.cv_auth__input-wrap--cream{background:var(--auth-cream)}.cv_auth__input-icon{color:var(--auth-text-muted);width:18px;height:18px;display:inline-flex}.cv_auth__input-wrap--cream .cv_auth__input-icon{color:#3d025e99}.cv_auth__input{flex:1;background:transparent;border:0;outline:0;padding:.95rem .75rem;color:var(--auth-fg);font-size:.95rem;font-family:inherit}.cv_auth__input::placeholder{color:var(--auth-text-muted)}.cv_auth__input--cream{color:var(--auth-text-on-light)}.cv_auth__input--cream::placeholder{color:#3d025e8c}.cv_auth__toggle{background:transparent;border:0;cursor:pointer;color:var(--auth-fg);opacity:.65;display:inline-flex;padding:.25rem}.cv_auth__toggle:hover{opacity:1}.cv_auth__input-wrap--cream .cv_auth__toggle{color:#3d025ebf;opacity:1}.cv_auth__input-wrap--cream .cv_auth__toggle:hover{color:var(--auth-text-on-light)}.cv_auth__submit{margin-top:.75rem;background:var(--auth-cyan);color:var(--auth-text-on-light);border:0;border-radius:999px;padding:1rem 1.5rem;font-weight:800;font-size:1rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 6px 20px #00e5ff59;transition:opacity .15s ease,transform .15s ease}.cv_auth__submit:hover:not(:disabled){opacity:.92}.cv_auth__submit:disabled{opacity:.6;cursor:not-allowed}.cv_auth__submit i{width:18px;height:18px}.cv_auth__error{margin:0;color:#ff6b6b;font-size:.85rem}.cv_auth__card--light .cv_auth__error{color:#c0143c}.cv_auth__success{margin:0;color:#16a34a;font-size:.85rem}.cv_auth__quote{margin:2rem 0 0;font-style:italic;font-size:.85rem;color:var(--auth-text-muted);text-align:center}.cv_auth__divider{border:0;border-top:1px solid rgba(61,2,94,.12);margin:1.75rem 0 1rem}.cv_auth__back{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;color:var(--auth-text-on-light);text-decoration:none;font-weight:700;font-size:.95rem}.cv_auth__back:hover{text-decoration:underline}.cv_auth__back i{width:16px;height:16px}.cv_auth__split{width:100%;max-width:1180px;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.cv_auth__split-aside{color:var(--auth-fg)}.cv_auth__split-image{width:100%;border-radius:18px;margin-bottom:1.75rem}.cv_auth__split-title{font-family:var(--font-primary, inherit);font-weight:800;font-size:2.25rem;line-height:1.15;margin:0 0 1rem;color:var(--auth-fg)}.cv_auth__split-text{color:var(--auth-text-muted);font-size:.95rem;margin:0}.cv_auth__card--bubble{position:relative;max-width:520px;justify-self:end}.cv_auth__card--bubble:after{content:"";position:absolute;left:60px;bottom:-20px;width:36px;height:28px;background:#fff;clip-path:polygon(0 0,100% 0,50% 100%)}.cv_auth__lock{display:flex;justify-content:center;margin-bottom:1rem;color:var(--auth-text-on-light)}.cv_auth__tips{background:var(--auth-cream);border:1px solid rgba(61,2,94,.18);border-radius:14px;padding:1rem 1.25rem;color:var(--auth-text-on-light)}.cv_auth__tips-head{display:flex;align-items:center;gap:.5rem;font-weight:800;font-size:.78rem;letter-spacing:.06em;margin-bottom:.4rem}.cv_auth__tips-head i{width:16px;height:16px}.cv_auth__tips ul{margin:0;padding-left:1.1rem;font-size:.85rem}.cv_auth__tips li{margin:.2rem 0}.cv_auth__footer{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 3rem;color:var(--auth-fg);font-size:.85rem}.cv_auth__footer p{margin:0}.cv_auth__legal{display:flex;gap:2rem}.cv_auth__legal a{color:var(--auth-fg);text-decoration:none;font-weight:600}.cv_auth__legal a:hover{opacity:.85}@media(max-width:900px){.cv_auth__split{grid-template-columns:1fr}.cv_auth__card--bubble{justify-self:stretch;max-width:100%}.cv_auth__header,.cv_auth__footer{padding:1rem 1.25rem;flex-wrap:wrap;gap:1rem}.cv_auth__nav{gap:1.25rem}.cv_auth__chat-badge{right:1rem}.cv_auth__card{padding:2rem 1.5rem}.cv_auth__title{font-size:2rem}}
