
.customer-auth-page{min-height:calc(100vh - 90px);padding:42px 18px 70px;background:#f4f4f4}
.customer-auth-card{width:min(720px,100%);margin:0 auto;background:#fff;border:1px solid #e7e7e7;border-radius:26px;box-shadow:0 18px 50px rgba(0,0,0,.08);overflow:hidden}
.customer-auth-head{padding:28px 30px;background:linear-gradient(135deg,#111 0%,#3b0808 55%,#8f0000 100%);color:#fff}
.customer-auth-head h1{margin:0 0 8px;font-size:30px}.customer-auth-head p{margin:0;color:rgba(255,255,255,.82)}
.customer-auth-form{padding:28px 30px}.customer-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.customer-field{display:grid;gap:7px}.customer-field.full{grid-column:1/-1}.customer-field span{font-weight:800;font-size:14px}
.customer-field input{width:100%;min-height:52px;border:1px solid #ddd;border-radius:13px;background:#f7f7f7;padding:0 14px;font:inherit}
.customer-field input:focus{outline:none;border-color:#8f0000;box-shadow:0 0 0 3px rgba(143,0,0,.1);background:#fff}
.customer-check{display:flex;align-items:flex-start;gap:10px;margin:18px 0;color:#444;font-size:14px}.customer-check input{margin-top:3px}
.customer-submit{width:100%;min-height:54px;border:0;border-radius:13px;background:#8f0000;color:#fff;font-size:16px;font-weight:900;cursor:pointer}
.customer-auth-links{display:flex;justify-content:center;gap:8px;margin-top:18px;font-size:14px}.customer-auth-links a{color:#8f0000;font-weight:800;text-decoration:none}
.customer-error,.customer-success{margin:0 0 16px;padding:12px 14px;border-radius:12px;font-size:14px}.customer-error{background:#fff1f1;color:#9e0000;border:1px solid #efbcbc}.customer-success{background:#eef9f0;color:#16733a;border:1px solid #bee2c8}
.customer-profile-card{padding:28px 30px}.customer-profile-list{display:grid;grid-template-columns:1fr 1fr;gap:14px}.customer-profile-item{padding:16px;border:1px solid #e8e8e8;border-radius:14px;background:#fafafa}.customer-profile-item small{display:block;color:#777;margin-bottom:5px}.customer-profile-actions{display:flex;gap:12px;margin-top:22px}.customer-profile-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:12px;text-decoration:none;font-weight:800}.customer-profile-actions a:first-child{background:#8f0000;color:#fff}.customer-profile-actions a:last-child{background:#eee;color:#111}
@media(max-width:640px){.customer-auth-page{padding:18px 10px 50px}.customer-auth-form,.customer-profile-card,.customer-auth-head{padding:22px 20px}.customer-grid,.customer-profile-list{grid-template-columns:1fr}.customer-field.full{grid-column:1}}
