.account-page{background:#fff;padding:clamp(2rem,5vw,4rem) 2rem;min-height:70vh}.account-inner{max-width:700px;margin:0 auto}.account-loading{text-align:center;padding:4rem 2rem;color:#94a3b8;font-size:.9rem}.account-header{display:flex;align-items:center;gap:1.2rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.account-avatar{width:56px;height:56px;border-radius:50%;background:#1f487c;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;flex-shrink:0}.account-name{font-size:1.2rem;font-weight:700;color:#333}.account-email{font-size:.85rem;color:#64748b;margin-top:.15rem}.account-verify-banner{display:flex;align-items:flex-start;gap:.55rem;padding:.7rem 1rem;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;font-size:.8rem;color:#92400e;margin-bottom:1.5rem;line-height:1.5}.account-verify-banner svg{flex-shrink:0;margin-top:.15rem}.account-verify-banner-title{font-weight:600}.account-verify-banner-hint{display:block;margin-top:.15rem;color:#b45309;font-size:.75rem}.account-verify-resend{display:inline-block;margin-top:.55rem;padding:.4rem .85rem;background:#92400e;color:#fff;border:none;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;font-family:Poppins,sans-serif;transition:background .15s}.account-verify-resend:hover:not(:disabled){background:#78350f}.account-verify-resend:disabled{opacity:.6;cursor:not-allowed}.account-verify-resend-msg{display:block;margin-top:.4rem;font-size:.72rem;color:#92400e}.account-verify-resend-msg.ok{color:#166534}.account-verify-resend-msg.err{color:#b91c1c}.account-section{margin-bottom:2rem}.account-section h2{font-size:.9rem;text-transform:uppercase;letter-spacing:.08em;color:#1f487c;margin:0 0 1rem;font-weight:700}.account-field{margin-bottom:1rem}.account-field label{display:block;font-size:.75rem;color:#64748b;margin-bottom:.3rem;font-weight:500}.account-field input,.account-field textarea{width:100%;padding:.6rem .8rem;border:1px solid #d1d5db;border-radius:8px;font-size:.85rem;font-family:Poppins,sans-serif;box-sizing:border-box}.account-field input:focus,.account-field textarea:focus{outline:none;border-color:#1f487c;box-shadow:0 0 0 3px #1f487c14}.account-field textarea{resize:vertical;min-height:60px}.account-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.account-btn{padding:.6rem 1.4rem;background:#1f487c;color:#fff;border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;font-family:Poppins,sans-serif;transition:background .15s}.account-btn:hover{background:#163a66}.account-btn:disabled{opacity:.5;cursor:not-allowed}.account-btn-danger{background:#dc2626}.account-btn-danger:hover{background:#b91c1c}.account-msg{padding:.5rem .8rem;border-radius:6px;font-size:.8rem;margin-top:.5rem;display:none}.account-msg.error{display:block;background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.account-msg.success{display:block;background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.account-orders{list-style:none;padding:0;margin:0}.account-order{padding:.9rem 1rem;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:.6rem;transition:border-color .15s}.account-order:hover{border-color:#1f487c}.account-order-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.account-order-id{font-size:.85rem;font-weight:600;color:#1f487c;font-family:monospace}.account-order-date{font-size:.72rem;color:#94a3b8;margin-top:.15rem}.account-order-total{font-size:.9rem;font-weight:700;color:#333}.account-order-status{display:inline-block;padding:.15rem .5rem;border-radius:20px;font-size:.6rem;font-weight:600;text-transform:uppercase;margin-top:.2rem}.account-order-items{font-size:.8rem;color:#334155;line-height:1.55;margin-top:.6rem;padding-top:.6rem;border-top:1px dashed #e5e7eb}.account-order-item{display:flex;align-items:center;gap:.65rem;padding:.25rem 0}.account-order-item-thumb{width:40px;height:40px;border-radius:6px;object-fit:cover;flex-shrink:0;border:1px solid #e5e7eb;background:#f1f5f9}.account-order-item-thumb-placeholder{width:40px;height:40px;border-radius:6px;flex-shrink:0;background:#f1f5f9;border:1px solid #e5e7eb}.account-order-item-body{flex:1;min-width:0;display:flex;justify-content:space-between;align-items:center;gap:.6rem}.account-order-item-name{color:#334155;overflow:hidden;text-overflow:ellipsis}.account-order-item-qty{color:#94a3b8;font-size:.72rem;white-space:nowrap}.account-order-meta{display:flex;flex-wrap:wrap;gap:.4rem .8rem;font-size:.72rem;color:#64748b;margin-top:.55rem}.account-order-meta strong{color:#334155;font-weight:600}.account-order-track{display:inline-flex;align-items:center;gap:.3rem;color:#1f487c;text-decoration:none;font-weight:600}.account-order-track:hover{text-decoration:underline}.account-order-toggle{display:inline-block;margin-top:.6rem;font-size:.72rem;color:#1f487c;font-weight:600;cursor:pointer;border:none;background:none;padding:0;font-family:Poppins,sans-serif}.account-order-toggle:hover{text-decoration:underline}.account-order-details{display:none}.account-order-details.open{display:block}.account-empty{text-align:center;padding:2rem;color:#94a3b8;font-size:.85rem}.account-pw-toggle{cursor:pointer;font-size:.8rem;color:#1f487c;font-weight:500;margin-bottom:1rem;display:inline-block}.account-pw-toggle:hover{text-decoration:underline}.account-logout{display:block;width:100%;padding:.7rem;background:none;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.85rem;font-weight:500;cursor:pointer;font-family:Poppins,sans-serif;text-align:center;transition:background .15s;margin-top:1rem}.account-logout:hover{background:#fef2f2}.account-newsletter{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;border:1px solid #e5e7eb;border-radius:10px;background:#fafafa}.account-newsletter-body{min-width:0}.account-newsletter-status{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;font-weight:600}.account-newsletter-status.on{color:#059669}.account-newsletter-status.off{color:#64748b}.account-newsletter-status .dot{width:7px;height:7px;border-radius:50%;background:currentColor;display:inline-block}.account-newsletter-desc{font-size:.75rem;color:#64748b;margin-top:.25rem;line-height:1.5}.account-newsletter-btn{padding:.55rem 1.1rem;border:1px solid #1F487C;background:#fff;color:#1f487c;border-radius:8px;font-size:.8rem;font-weight:600;cursor:pointer;font-family:Poppins,sans-serif;transition:background .15s,color .15s;white-space:nowrap;flex-shrink:0}.account-newsletter-btn:hover:not(:disabled){background:#1f487c;color:#fff}.account-newsletter-btn.off{border-color:#dc2626;color:#dc2626}.account-newsletter-btn.off:hover:not(:disabled){background:#dc2626;color:#fff}.account-newsletter-btn:disabled{opacity:.55;cursor:not-allowed}@media(max-width:480px){.account-newsletter{flex-direction:column;align-items:stretch}.account-newsletter-btn{width:100%}}@media(max-width:600px){.account-row{grid-template-columns:1fr}.account-header{flex-direction:column;text-align:center}}
