.customer-auth-page{min-height:100vh;padding:40px 16px;background:radial-gradient(circle at 10% 10%,rgba(201,165,92,.16),transparent 34%),radial-gradient(circle at 90% 90%,rgba(207,47,53,.09),transparent 36%),#f7f7f5}
.customer-auth-card{width:min(540px,100%);margin:auto;padding:clamp(28px,6vw,48px);border:1px solid rgba(16,16,16,.08);border-radius:24px;background:rgba(255,255,255,.98);box-shadow:0 24px 70px rgba(16,16,16,.11)}
.customer-auth-card.is-login{width:min(480px,100%)}
.customer-auth-brand{display:flex;justify-content:center;margin-bottom:30px}
.customer-auth-heading{margin-bottom:30px;text-align:center}
.customer-auth-heading h1{margin:0;font-family:Georgia,serif;font-size:clamp(30px,7vw,40px);line-height:1.15;letter-spacing:-.03em}
.customer-auth-heading p{margin:10px 0 0;color:#6f706f;font-size:15px}
.social-login{display:grid;gap:12px}
.social-button{position:relative;display:flex;min-height:54px;align-items:center;justify-content:center;padding:10px 52px;border:1px solid #d7d7d4;border-radius:12px;font-size:15px;font-weight:750;text-align:center;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.social-button:hover{transform:translateY(-1px);box-shadow:0 8px 22px rgba(16,16,16,.1)}
.social-button svg{position:absolute;left:18px;width:22px;height:22px}
.social-button span{display:block;line-height:1.25}
.social-button-google{background:#fff;color:#171717}
.social-button-google:hover{border-color:#999}
.social-button-facebook{border-color:#1877f2;background:#1877f2;color:#fff}
.auth-divider{display:flex;align-items:center;gap:16px;margin:28px 0;color:#828282;font-size:12px;font-weight:800;letter-spacing:.12em}
.auth-divider:before,.auth-divider:after{content:"";height:1px;flex:1;background:#e2e2df}
.customer-auth-form{margin:0}
.customer-auth-form label{margin-bottom:18px;color:#292929}
.customer-auth-form input:not([type=checkbox]){min-height:50px;margin-top:7px;border-color:#d5d5d2;border-radius:11px;padding:12px 14px;transition:border-color .18s ease,box-shadow .18s ease}
.customer-auth-form input:not([type=checkbox]):focus{outline:0;border-color:#101010;box-shadow:0 0 0 3px rgba(16,16,16,.08)}
.field-error{display:block;margin-top:6px;color:#b4232a;font-size:12px}
.customer-auth-form .choice{display:flex;align-items:flex-start;gap:10px;color:#555;font-size:13px;font-weight:500;line-height:1.5}
.customer-auth-form .choice input{width:17px;height:17px;flex:0 0 auto;margin:2px 0 0;accent-color:#101010}
.customer-auth-form .choice a{font-weight:750;text-decoration:underline;text-underline-offset:2px}
.customer-auth-submit{width:100%;min-height:52px;margin-top:5px;border-radius:12px;font-size:15px}
.customer-auth-footer{margin:26px 0 0;color:#666;text-align:center;font-size:14px}
.customer-auth-footer a{color:#101010;font-weight:800}
.customer-auth-links{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:24px;font-size:14px}
.customer-auth-links a{font-weight:750}
@media(max-width:640px){.customer-auth-page{padding:0;background:#fff}.customer-auth-card{min-height:100vh;border:0;border-radius:0;box-shadow:none}.customer-auth-brand{margin-bottom:24px}}
.customer-auth-brand .brand img{display:block;width:auto;max-width:190px;max-height:72px;object-fit:contain;margin-inline:auto}
