@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--purple:#8b1d6b;--purple-dark:#6b1552;--purple-light:#f9f0f6;--white:#fff;--grey-bg:#f5f6f8;--grey-border:#e2e5ea;--grey-text:#6b7280;--grey-label:#9ca3af;--red:#dc2626;--green:#059669}body{background-color:var(--grey-bg);color:#1a1a2e;-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Inter,sans-serif}#root,.page{flex-direction:column;min-height:100vh;display:flex}.header{background-color:var(--white);border-bottom:1px solid var(--grey-border);align-items:center;height:72px;padding:0 24px;display:flex;box-shadow:0 1px 4px #0000000f}.header-inner{width:100%;max-width:480px;margin:0 auto}.logo{object-fit:contain;width:auto;height:44px}.main{flex-direction:column;flex:1;justify-content:center;align-items:center;padding:48px 24px;display:flex}.card{background:var(--white);border:1px solid var(--grey-border);border-radius:12px;width:100%;max-width:440px;padding:40px;box-shadow:0 1px 3px #0000000f,0 4px 16px #0000000a}.card-top{margin-bottom:32px}.card-title{color:#1a1a2e;margin-bottom:10px;font-size:22px;font-weight:600;line-height:1.3}.card-desc{color:var(--grey-text);font-size:14px;line-height:1.6}.form{flex-direction:column;gap:24px;display:flex}.field{flex-direction:column;gap:8px;display:flex}.label{color:#1a1a2e;font-size:13px;font-weight:500}.input{border:1.5px solid var(--grey-border);color:#1a1a2e;background:var(--white);border-radius:8px;outline:none;width:100%;height:44px;padding:0 14px;font-family:Inter,sans-serif;font-size:15px;transition:border-color .15s}.input:focus{border-color:var(--purple)}.input--error{border-color:var(--red)}.input:disabled{opacity:.6;cursor:not-allowed}.field-error{color:var(--red);align-items:center;gap:6px;font-size:13px;display:flex}.btn-primary{background-color:var(--purple);height:46px;color:var(--white);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;font-family:Inter,sans-serif;font-size:15px;font-weight:500;transition:background-color .15s;display:flex}.btn-primary:hover:not(:disabled){background-color:var(--purple-dark)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-loading{align-items:center;gap:10px;display:flex}.spinner{border:2px solid #ffffff4d;border-top-color:var(--white);border-radius:50%;width:16px;height:16px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.btn-ghost{border:1.5px solid var(--grey-border);width:100%;height:40px;color:var(--grey-text);cursor:pointer;background:0 0;border-radius:8px;margin-top:8px;font-family:Inter,sans-serif;font-size:14px;transition:border-color .15s,color .15s}.btn-ghost:hover{border-color:var(--purple);color:var(--purple)}.result{flex-direction:column;gap:24px;display:flex}.result-badge{color:var(--green);letter-spacing:.01em;background:#ecfdf5;border-radius:20px;align-items:center;width:fit-content;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.customer-id-block{background:var(--purple);border-radius:10px;flex-direction:column;gap:10px;padding:24px;display:flex}.customer-id-label{color:#fff9;letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:500}.customer-id-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.customer-id-value{color:var(--white);letter-spacing:.04em;font-size:36px;font-weight:700;line-height:1}.copy-btn{color:var(--white);cursor:pointer;background:#ffffff26;border:1px solid #ffffff4d;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:background .15s;display:flex}.copy-btn:hover{background:#ffffff40}.copy-feedback{color:#fffc;font-size:12px;font-weight:500}.customer-details{border:1px solid var(--grey-border);border-radius:8px;flex-direction:column;display:flex;overflow:hidden}.detail-row{border-bottom:1px solid var(--grey-border);justify-content:space-between;align-items:center;gap:16px;padding:12px 16px;display:flex}.detail-row:last-child{border-bottom:none}.detail-label{color:var(--grey-text);white-space:nowrap;font-size:13px}.detail-value{color:#1a1a2e;text-align:right;font-size:13px;font-weight:500}.status{border-radius:20px;padding:3px 10px;font-size:12px;font-weight:500}.status--pending{color:#92400e;background:#fef3c7}.status--complete,.status--completed{color:var(--green);background:#ecfdf5}.footer-note{color:var(--grey-label);text-align:center;margin-top:24px;font-size:13px}@media (width<=480px){.card{padding:28px 20px}.card-title{font-size:20px}.customer-id-value{font-size:28px}}
