.customer-shell{max-width:980px;margin:0 auto;padding:45px 0 70px}.customer-card{background:#fff;border:1px solid #dfe7e2;border-radius:18px;box-shadow:0 12px 35px rgba(18,46,32,.06);padding:28px}.customer-auth{max-width:520px;margin:25px auto}.customer-card h1{margin:0 0 8px}.customer-muted{color:#66736d}.customer-field{display:flex;flex-direction:column;gap:7px;margin:16px 0}.customer-field label{font-size:13px;font-weight:700;color:#23312a}.customer-field input{width:100%;box-sizing:border-box;border:1px solid #cfdad4;border-radius:10px;padding:12px 13px;font:inherit;background:#fff;color:#17211c}.customer-field input::placeholder{color:#87938d}.customer-field input:focus{outline:none;border-color:#0b9b50;box-shadow:0 0 0 3px rgba(11,155,80,.10)}.customer-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:20px}.customer-error{padding:12px 14px;border-radius:10px;background:#fff1f1;color:#a52c2c;margin:15px 0}.customer-success{padding:12px 14px;border-radius:10px;background:#eef9f2;color:#08753c;margin:15px 0}.customer-link{color:#078b45;font-weight:700;text-decoration:none}.account-grid{display:grid;grid-template-columns:240px 1fr;gap:22px}.account-nav{background:#fff;border:1px solid #dfe7e2;border-radius:18px;padding:12px;height:max-content}.account-nav a{display:flex;gap:10px;align-items:center;padding:12px 14px;border-radius:10px;color:#33413a;text-decoration:none}.account-nav a:hover,.account-nav a.active{background:#eef8f2;color:#087d43}.account-main{min-width:0}.account-welcome{margin-bottom:18px}.account-stat{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:20px 0}.account-stat-card{background:#fff;border:1px solid #dfe7e2;border-radius:14px;padding:18px}.account-stat-card small{display:block;color:#718078}.account-stat-card strong{display:block;font-size:24px;margin-top:5px}.order-card{background:#fff;border:1px solid #dfe7e2;border-radius:16px;margin-bottom:14px;overflow:hidden}.order-card-head{display:flex;justify-content:space-between;gap:15px;padding:16px 18px;border-bottom:1px solid #e8edea}.order-card-body{padding:18px}.order-item-line{display:flex;gap:12px;align-items:center}.order-thumb{width:54px;height:54px;border-radius:9px;object-fit:cover;background:#f2f5f3}.order-total{font-weight:800}.status-pill{display:inline-flex;align-items:center;padding:5px 9px;border-radius:999px;font-size:12px;font-weight:800;background:#eef3ef;color:#405047}.status-pill.green{background:#e9f8ef;color:#087d43}.status-pill.orange{background:#fff5df;color:#946400}.status-pill.red{background:#fff0f0;color:#ad3030}.order-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.detail-box{border:1px solid #e4ebe7;border-radius:14px;padding:18px}.detail-box h3{margin:0 0 14px;font-size:16px}.detail-row{display:flex;justify-content:space-between;gap:15px;padding:8px 0;color:#66736d}.detail-row strong{color:#24322b;text-align:right}.timeline{margin-top:12px}.timeline-row{display:flex;gap:12px;position:relative;padding-bottom:18px}.timeline-dot{width:12px;height:12px;border-radius:50%;background:#d4ddd8;margin-top:4px;flex:0 0 12px}.timeline-row.done .timeline-dot{background:#0b9b50}.timeline-row:not(:last-child):after{content:"";position:absolute;left:5px;top:16px;bottom:0;width:2px;background:#e1e8e4}.empty-state{text-align:center;padding:45px 20px;color:#66736d}@media(max-width:760px){.account-grid{grid-template-columns:1fr}.account-stat{grid-template-columns:1fr}.order-card-head{flex-direction:column}.order-detail-grid{grid-template-columns:1fr}.customer-shell{padding:25px 15px 50px}}
.review-photos{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.review-photos img{width:88px;height:88px;object-fit:cover;border-radius:10px;border:1px solid #e5ebe8}.customer-button{display:inline-block;border:0;cursor:pointer}.customer-card form label{display:block;font-weight:700;margin:14px 0 6px}.customer-card form select,.customer-card form textarea,.customer-card form input[type=file]{width:100%;padding:11px;border:1px solid #dce5e1;border-radius:9px;background:#fff;box-sizing:border-box}.customer-card form textarea{resize:vertical}.customer-card form .customer-button{margin-top:18px;padding:12px 18px;background:#0b8f63;color:#fff;border-radius:9px;font-weight:700}

/* Customer Profile V1 */
.account-profile-card{margin-bottom:20px}.account-profile-head{display:flex;align-items:center;gap:18px;margin-bottom:22px}.account-avatar-large{width:92px;height:92px;border-radius:50%;overflow:hidden;background:#0b8f4a;color:#fff;display:grid;place-items:center;flex:0 0 92px;border:4px solid #eaf8ef;box-shadow:0 8px 22px rgba(11,143,74,.15)}.account-avatar-large img{width:100%;height:100%;object-fit:cover;display:block}.account-avatar-large span{font-size:28px;font-weight:900}.account-profile-head h2{margin:3px 0 5px}.avatar-upload-form{display:flex;align-items:flex-start;gap:12px;flex-wrap:wrap;padding-top:18px;border-top:1px solid #e4ebe7}.avatar-upload-form label{width:100%;font-size:13px;font-weight:800;color:#24322b}.avatar-upload-form input[type=file]{max-width:100%;padding:10px;border:1px solid #dce5e1;border-radius:9px;background:#fff}.avatar-upload-form small{width:100%}.avatar-upload-form button{margin-top:3px}@media(max-width:600px){.account-profile-head{align-items:flex-start}.account-avatar-large{width:74px;height:74px;flex-basis:74px}.account-avatar-large span{font-size:23px}}
