/* SK JAYA STORE — AUTH UI */
:root{--sk-ink:#12151b;--sk-muted:#737985;--sk-line:#e6e9ee;--sk-bg:#f4f6f8;--sk-card:#ffffff;--sk-accent:#e11d48}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;max-width:100%;overflow-x:hidden}
body.customer-auth-page{background:var(--sk-bg)!important;color:var(--sk-ink)!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.customer-auth{min-height:100svh;display:flex;align-items:center;justify-content:center;padding:32px 20px;background:radial-gradient(circle at 15% 0%,#fff 0 18%,transparent 45%),linear-gradient(180deg,#fbfcfd,#f2f4f7)}
.customer-auth-wrap{width:min(100%,470px);margin:0 auto}
.auth-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding:0 4px}
.auth-back{display:inline-flex;align-items:center;gap:7px;text-decoration:none;color:#626975;font-size:12px;font-weight:750}
.auth-back svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.auth-top-brand{display:flex;align-items:center;gap:9px;color:#15181d;font-size:10px;font-weight:900;letter-spacing:.14em}
.auth-top-brand img{width:30px;height:30px;object-fit:cover;border-radius:9px;background:#08090b}
.customer-card{width:100%;background:rgba(255,255,255,.98);border:1px solid var(--sk-line);border-radius:28px;padding:30px;box-shadow:0 22px 60px rgba(17,24,39,.08)}
.customer-brand{text-align:left;margin-bottom:24px}.customer-brand-logo{display:flex;align-items:center;gap:12px;margin-bottom:18px}.customer-brand-logo img{width:54px;height:54px;object-fit:cover;border-radius:17px;background:#070809;box-shadow:0 10px 22px rgba(0,0,0,.14)}
.customer-brand-logo span{display:block;font-size:10px;font-weight:900;letter-spacing:.18em;color:#1d222a}.customer-brand-logo small{display:block;margin-top:4px;font-size:8px;letter-spacing:.16em;color:#8a919c}
.customer-brand h1{font-size:28px;line-height:1.12;letter-spacing:-.035em;margin:0 0 8px;font-weight:850;color:#15181d}.customer-brand p{font-size:12px;line-height:1.65;color:var(--sk-muted);margin:0;max-width:380px}
.auth-form{display:grid;gap:13px}.field{margin:0}.field label{display:block;font-size:11px;font-weight:800;color:#343a43;margin:0 0 7px}.field input{width:100%;height:50px;padding:0 14px;border:1px solid #dde2e8;border-radius:15px;background:#fafbfc;color:#171b21;outline:none;transition:.18s ease;font-size:16px}.field input::placeholder{color:#a3a9b2}.field input:focus{background:#fff;border-color:#222832;box-shadow:0 0 0 4px rgba(18,21,27,.07)}
.auth-btn{width:100%;min-height:52px;border:0;border-radius:15px;background:#15181d;color:#fff;font-weight:850;font-size:12px;letter-spacing:.01em;cursor:pointer;margin-top:3px;box-shadow:0 10px 24px rgba(0,0,0,.12)}.auth-btn:hover{background:#282d35}.auth-btn:active{transform:translateY(1px)}
.auth-error{margin-bottom:16px;padding:12px 13px;border-radius:14px;background:#fff2f4;color:#b4233d;border:1px solid #ffd5dd;font-size:11px;line-height:1.5}.customer-foot{text-align:center;font-size:11px;color:#7b828d;margin-top:20px;line-height:1.8}.customer-foot a{color:#171b21;text-decoration:none;font-weight:850}.customer-foot a:hover{text-decoration:underline}.customer-foot .auth-divider{display:block;height:1px;background:#edf0f3;margin:15px 0 12px}
@media(max-width:600px){.customer-auth{align-items:flex-start;padding:20px 16px 36px}.customer-auth-wrap{width:100%;max-width:460px}.auth-top{margin:0 2px 13px}.customer-card{border-radius:24px;padding:24px 20px}.customer-brand{margin-bottom:21px}.customer-brand-logo{margin-bottom:16px}.customer-brand-logo img{width:48px;height:48px;border-radius:15px}.customer-brand h1{font-size:25px}.customer-brand p{font-size:11px}.field input{height:50px;border-radius:14px}.auth-btn{min-height:51px;border-radius:14px}}
@media(max-width:390px){.customer-auth{padding-left:12px;padding-right:12px}.customer-card{padding:22px 17px;border-radius:22px}.auth-top-brand{font-size:9px}.customer-brand h1{font-size:23px}}
