.account-page{background:#f4f6f5;min-height:calc(100vh - 74px);font-family:"Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;color:#17231d}.account-login-wrap{padding:54px 0 70px}.customer-auth-shell{width:min(900px,100%);margin:auto;display:grid;grid-template-columns:340px minmax(0,1fr);background:#fff;border:1px solid #e2e6e3;border-radius:16px;overflow:hidden;box-shadow:0 16px 50px rgba(20,40,30,.08)}.customer-auth-brand{background:#0d4d35;color:#fff;padding:44px 36px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-height:470px}.customer-auth-brand img{width:72px;height:72px;object-fit:contain;background:#fff;border-radius:14px;padding:7px;margin-bottom:22px}.customer-auth-brand h1{font:800 34px/1.1 inherit;margin:0 0 8px}.customer-auth-brand p{font-size:14px;opacity:.83;margin:0}.customer-auth-brand a{margin-top:auto;color:#fff;text-decoration:none;font-size:13px;font-weight:700;opacity:.9}.auth-card{padding:42px 44px;background:#fff}.auth-card-head h2{margin:0 0 22px;font-size:25px;color:#17231d}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:4px;background:#f0f3f1;border-radius:9px;margin-bottom:24px}.auth-tabs button{border:0;background:transparent;padding:10px;border-radius:7px;font:700 13px inherit;color:#69756e;cursor:pointer}.auth-tabs button.active{background:#fff;color:#0d4d35;box-shadow:0 1px 5px rgba(0,0,0,.08)}.auth-form{display:grid;gap:15px}.auth-form[hidden]{display:none!important}.auth-form label,.profile-form label,.account-review-dialog label{display:grid;gap:6px;color:#324139;font-weight:650;font-size:13px}.auth-form input,.profile-form input,.account-review-dialog textarea{width:100%;padding:12px 13px;border:1px solid #d7ded9;border-radius:7px;font:inherit;background:#fff;outline:none}.auth-form input:focus,.profile-form input:focus,.account-review-dialog textarea:focus{border-color:#6f9a84;box-shadow:0 0 0 3px rgba(13,77,53,.08)}.auth-card .button{width:100%;border-radius:7px;min-height:44px}.account-help{font-size:12px;color:#0d4d35;text-align:center;text-decoration:none}.auth-status,.account-status,.checkout-status{min-height:20px;margin:10px 0 0;font-weight:700;font-size:12px}.auth-status.is-error,.account-status.is-error,.checkout-status.is-error{color:#b42318;background:#fff0ee;border:1px solid #f1b8b2;border-radius:7px;padding:9px 10px;animation:dgErrorPulse .55s ease 0s 3}.auth-status.is-success,.account-status.is-success,.checkout-status.is-success{color:#17633e;background:#eef8f2;border:1px solid #bde2ca;border-radius:7px;padding:9px 10px}@keyframes dgErrorPulse{0%,100%{opacity:1}50%{opacity:.45}}.account-dashboard{max-width:1120px;margin:auto}.account-topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;background:#fff;border:1px solid #e2e6e3;border-radius:12px;padding:18px 20px}.account-topbar h2{color:#17251e;font-size:24px;margin:0}.account-grid{display:grid;grid-template-columns:300px 1fr;gap:18px}.account-panel{background:#fff;border:1px solid #e2e6e3;border-radius:12px;padding:22px}.account-panel h3{margin:0 0 15px;color:#17251e;font-size:18px}.profile-form{display:grid;gap:12px}.account-panel-head{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:14px}.account-panel-head a{color:#0d4d35;font-weight:700;font-size:13px}.account-orders{display:grid;gap:11px}.account-order-card{border:1px solid #e7eae8;border-radius:9px;padding:15px;background:#fff}.account-order-head,.account-order-meta{display:flex;justify-content:space-between;gap:14px;align-items:center}.account-order-head small{color:#7b847e}.account-order-head h3{margin:3px 0 0;font-size:15px}.order-status,.reviewed-pill{display:inline-flex;padding:5px 9px;border-radius:999px;background:#edf7f0;color:#24603e;font-size:11px;font-weight:800}.account-order-card p{color:#5f6962;line-height:1.45;font-size:13px}.account-order-meta{margin:10px 0}.account-order-meta strong{color:#173f31;font-size:17px}.account-tracking{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:10px 0;padding:9px 10px;border-radius:8px;background:#f2f6f3;color:#4f6157;font-size:11px}.account-tracking a{color:#0d4d35;font-weight:800;text-decoration:none}.account-review-modal[hidden]{display:none!important}.account-review-modal{position:fixed;inset:0;z-index:10010;display:grid;place-items:center;padding:20px}.account-review-backdrop{position:absolute;inset:0;background:rgba(8,30,21,.58)}.account-review-dialog{position:relative;z-index:1;width:min(500px,100%);background:#fff;border-radius:12px;padding:24px;box-shadow:0 30px 90px rgba(0,0,0,.25)}.account-review-dialog h2{color:#17251e;font-size:24px;margin:7px 0}.account-modal-close{position:absolute;right:14px;top:12px;width:34px;height:34px;border:0;border-radius:8px;background:#f2f3f2;font-size:22px;cursor:pointer}.account-review-dialog form{display:grid;gap:14px}.account-stars{display:flex;gap:7px;flex-wrap:wrap}.account-stars label{display:block}.account-stars input{position:absolute;opacity:0}.account-stars span{display:grid;place-items:center;width:44px;height:44px;border:1px solid #e0e4e1;border-radius:8px;color:#c69524;font-size:24px;cursor:pointer}.account-stars input:checked+span{background:#0d4d35;border-color:#0d4d35;color:#f4c85d}.account-stars small{display:block;text-align:center;margin-top:3px;color:#6f766f}.account-modal-open{overflow:hidden}@media(max-width:780px){.customer-auth-shell{grid-template-columns:1fr;max-width:500px}.customer-auth-brand{min-height:auto;padding:24px 26px}.customer-auth-brand img{width:54px;height:54px;margin-bottom:12px}.customer-auth-brand h1{font-size:27px}.customer-auth-brand a{margin-top:18px}.auth-card{padding:28px 24px}.account-grid{grid-template-columns:1fr}.account-login-wrap{padding:28px 14px 50px}}@media(max-width:560px){.account-tracking{align-items:flex-start;flex-direction:column}.account-topbar{align-items:center}.account-panel{padding:17px}}

/* === Final customer account polish === */
.account-page{background:#f6f7f7;-webkit-font-smoothing:antialiased}.account-login-wrap{padding:46px 20px 70px}.customer-auth-shell{max-width:860px;border-radius:14px;box-shadow:0 14px 46px rgba(18,43,30,.08)}.customer-auth-brand{min-height:440px;padding:40px 34px}.customer-auth-brand h1{font-size:31px}.auth-card{padding:40px 42px}.auth-card-head h2{font-size:24px}.auth-form input,.profile-form input,.account-review-dialog textarea{min-height:44px;border-radius:8px}.auth-card .button{min-height:44px;border-radius:8px}.account-topbar,.account-panel{border-radius:11px;box-shadow:0 4px 18px rgba(17,44,29,.04)}
@media(max-width:780px){.account-login-wrap{padding:28px 14px 48px}.customer-auth-shell{border-radius:12px}.auth-card{padding:28px 24px}}

/* DeshiGram unified typography */
html, body, button, input, select, textarea {
  font-family: "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
}
body {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-top: 0;
}
h1 { font-weight: 700; }
h2 { font-weight: 700; }
h3, h4 { font-weight: 600; }
nav a, .navigation a, .sidebar a, .button, button {
  font-weight: 600;
  letter-spacing: 0;
}
input, select, textarea {
  font-size: 14px;
  font-weight: 400;
}
small, .muted, .hint, .subtext {
  font-size: 13px;
  line-height: 1.45;
}
.price, .product-price, .amount, .metric-value {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}
