#account-login.lula-auth-page,#account-register.lula-auth-page{background:#fff8f3;padding:16px 0 96px 0;min-height:80vh}#account-login.lula-auth-page .container,#account-register.lula-auth-page .container{max-width:1080px}.lula-auth-breadcrumb{display:flex;flex-wrap:wrap;gap:6px;margin:4px 0 28px 0;font-size:13px;color:#8a8580}.lula-auth-breadcrumb a{color:#6b6661;text-decoration:none}.lula-auth-breadcrumb a:hover{color:#4c6358}.lula-auth-breadcrumb span{color:#c0bab0}.lula-auth-breadcrumb .is-current{color:#2d2a27;font-weight:500}.lula-auth-alert{border-radius:12px;padding:12px 16px;margin-bottom:20px;font-size:14px;display:flex;align-items:center;gap:10px}.lula-auth-alert-success{background:#ebf3ee;color:#2e5d3f;border:1px solid #c7ded0}.lula-auth-alert-danger{background:#fbeeeb;color:#8b3b2e;border:1px solid #f0cfc5}.lula-auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:stretch}@media (max-width:767px){.lula-auth-grid{grid-template-columns:1fr;gap:16px}}.lula-auth-card{background:#fff;border:1px solid #f0e6da;border-radius:20px;padding:36px 32px;box-shadow:0 2px 12px rgba(76,99,88,.05);display:flex;flex-direction:column}@media (max-width:575px){.lula-auth-card{padding:24px 22px;border-radius:16px}}.lula-auth-card-new{background:linear-gradient(135deg,#fff 0,#fbf4eb 100%)}.lula-auth-card-head{margin-bottom:22px}.lula-auth-card-head h2{font-family:'EB Garamond',Georgia,serif;font-size:26px;font-weight:500;color:#2d2a27;margin:0 0 8px 0;letter-spacing:-.3px}.lula-auth-card-head p{margin:0 0 6px 0;font-size:14px;color:#6b6661;line-height:1.55}.lula-auth-card-head p strong{color:#2d2a27}.lula-auth-muted{color:#8a8580}.lula-auth-benefits{list-style:none;margin:0 0 22px 0;padding:0;display:flex;flex-direction:column;gap:10px}.lula-auth-benefits li{display:flex;align-items:center;gap:12px;font-size:14px;color:#4c6358;font-weight:500}.lula-auth-benefits li i{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;background:rgba(76,99,88,.1);color:#4c6358;border-radius:50%;font-size:13px}.lula-auth-form{display:flex;flex-direction:column;gap:16px}.lula-auth-field{display:flex;flex-direction:column;gap:6px}.lula-auth-field label,.lula-auth-group-label{font-size:13px;font-weight:600;color:#2d2a27;letter-spacing:.2px}.lula-auth-field.required .lula-auth-group-label::after,.lula-auth-field.required label::after{content:" *";color:#c9a65a;font-weight:500}.lula-auth-field input[type=date],.lula-auth-field input[type=datetime-local],.lula-auth-field input[type=email],.lula-auth-field input[type=number],.lula-auth-field input[type=password],.lula-auth-field input[type=tel],.lula-auth-field input[type=text],.lula-auth-field input[type=time],.lula-auth-field select,.lula-auth-field textarea{width:100%;height:48px;padding:10px 14px;background:#fff;border:1px solid #ede3d7;border-radius:12px;color:#2d2a27;font-size:15px;transition:all .2s ease}.lula-auth-field textarea{height:auto;min-height:100px;resize:vertical}.lula-auth-field input:focus,.lula-auth-field select:focus,.lula-auth-field textarea:focus{outline:0;border-color:#4c6358;box-shadow:0 0 0 3px rgba(76,99,88,.12)}.lula-auth-field input::placeholder{color:#b5aea5}.lula-auth-forgotten{display:inline-block;margin-top:2px;font-size:12px;color:#6b6661;text-decoration:underline;text-underline-offset:3px;text-decoration-color:rgba(76,99,88,0.4)}.lula-auth-forgotten:hover{color:#4c6358}.lula-auth-error{display:none;color:#b45a4b;font-size:12px;margin-top:2px}.lula-auth-error.is-active,.lula-auth-error:not(:empty){display:block}.lula-auth-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media (max-width:575px){.lula-auth-row{grid-template-columns:1fr}}.lula-auth-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:48px;padding:0 22px;border-radius:12px;font-size:15px;font-weight:600;text-decoration:none;cursor:pointer;border:1px solid transparent;transition:all .2s ease;letter-spacing:.2px}.lula-auth-btn-primary{background:#4c6358;color:#fff!important;border-color:#4c6358;align-self:stretch;margin-top:4px}.lula-auth-btn-primary:hover{background:#3f5148;border-color:#3f5148;transform:translateY(-1px);box-shadow:0 8px 20px rgba(76,99,88,.22);color:#fff!important;text-decoration:none}.lula-auth-btn-secondary{background:0 0;color:#2d2a27!important;border-color:#4c6358;margin-top:auto}.lula-auth-btn-secondary:hover{background:#4c6358;color:#fff!important;text-decoration:none;transform:translateY(-1px)}.lula-auth-btn-ghost{background:#fbf4eb;color:#4c6358!important;border-color:#ede3d7}.lula-auth-btn-ghost:hover{background:#f0e6da}.lula-auth-btn-block{width:100%}.lula-auth-register-grid{display:grid;grid-template-columns:0.85fr 1.15fr;gap:32px;align-items:start}@media (max-width:991px){.lula-auth-register-grid{grid-template-columns:1fr;gap:20px}}.lula-auth-brand-panel{position:sticky;top:16px;background:linear-gradient(160deg,#fff 0,#fbf4eb 65%,#f2e5d2 100%);border:1px solid #f0e6da;border-radius:20px;padding:36px 30px;box-shadow:0 2px 12px rgba(76,99,88,.05)}@media (max-width:991px){.lula-auth-brand-panel{position:static}}.lula-auth-brand-title{font-family:'EB Garamond',Georgia,serif;font-size:34px;font-weight:500;color:#2d2a27;letter-spacing:-.5px;margin:0 0 12px 0}@media (max-width:575px){.lula-auth-brand-title{font-size:28px}}.lula-auth-brand-text{font-size:15px;line-height:1.6;color:#6b6661;margin:0 0 22px 0}.lula-auth-already{margin:24px 0 0 0;font-size:13px;color:#8a8580}.lula-auth-already a{color:#4c6358;text-decoration:underline;text-underline-offset:3px}.lula-auth-register-card{padding:32px 30px}@media (max-width:575px){.lula-auth-register-card{padding:22px 18px}}.lula-auth-register-form fieldset{border:none;padding:0;margin:0 0 22px 0}.lula-auth-register-form fieldset:last-of-type{margin-bottom:12px}.lula-auth-register-form legend{font-family:'EB Garamond',Georgia,serif;font-size:19px;font-weight:500;color:#2d2a27;margin:0 0 14px 0;padding:0 0 8px 0;border-bottom:1px solid #f0e6da;width:100%}.lula-auth-check-group,.lula-auth-radio-group{display:flex;flex-wrap:wrap;gap:8px}.lula-auth-check,.lula-auth-radio{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;background:#fff;border:1px solid #ede3d7;border-radius:12px;cursor:pointer;font-size:14px;color:#2d2a27;transition:all .2s ease}.lula-auth-check:hover,.lula-auth-radio:hover{border-color:#8fa89b}.lula-auth-check input,.lula-auth-radio input{width:18px;height:18px;margin:0;accent-color:#4C6358;cursor:pointer}.lula-auth-toggle{display:inline-flex;align-items:center;gap:12px;cursor:pointer;user-select:none;font-size:14px;color:#2d2a27}.lula-auth-toggle input[type=checkbox]{appearance:none;-webkit-appearance:none;width:44px;height:24px;border-radius:999px;background:#e5daca;position:relative;cursor:pointer;transition:background .2s ease;flex-shrink:0;margin:0}.lula-auth-toggle input[type=checkbox]::after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;background:#fff;border-radius:50%;transition:transform .2s ease;box-shadow:0 1px 3px rgba(0,0,0,.15)}.lula-auth-toggle input[type=checkbox]:checked{background:#4c6358}.lula-auth-toggle input[type=checkbox]:checked::after{transform:translateX(20px)}.lula-auth-toggle-slider{display:none}.lula-auth-toggle-label{font-weight:500;color:#6b6661}.lula-auth-agree{margin-top:6px;padding:14px 16px;background:#fbf4eb;border:1px solid #f0e6da;border-radius:12px;display:flex;align-items:flex-start;gap:12px;font-size:13px;color:#6b6661}.lula-auth-agree input{margin-top:3px}.lula-auth-agree span a{color:#4c6358;text-decoration:underline;text-underline-offset:3px}.lula-auth-register-form .form-check{display:flex;align-items:center;gap:8px}.lula-auth-register-form .form-check-label{font-size:13px;color:#6b6661}.lula-auth-register-form .form-check-input{width:18px;height:18px;accent-color:#4C6358;margin:0}#account-login.lula-auth-page #column-left,#account-login.lula-auth-page #column-right,#account-register.lula-auth-page #column-left,#account-register.lula-auth-page #column-right{display:none!important}#account-login.lula-auth-page .breadcrumb,#account-register.lula-auth-page .breadcrumb{display:none}