.customer-account [hidden]{display:none!important}.account-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:32px 0}.account-heading h1{font-size:36px;margin:10px 0}.account-heading p{color:var(--muted);font-size:14px;overflow-wrap:anywhere}.account-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:28px}.account-metrics>div{display:flex;align-items:center;justify-content:space-between;gap:20px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px}.account-metrics span{font-size:13px;color:var(--muted)}.account-metrics strong{font-size:30px;color:#244b8e}.account-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:28px;align-items:start}.account-sections{display:grid;gap:6px;padding:12px;border:1px solid var(--line);border-radius:16px;background:white;position:sticky;top:115px}.account-sections a{display:flex;align-items:center;justify-content:space-between;gap:14px;text-decoration:none;color:#50617a;font-size:13px;min-height:48px;padding:12px;border-radius:10px}.account-sections a:hover{background:#f3f6fb}.account-sections a[aria-current]{background:#eaf1ff;color:#2059d9;font-weight:600}.account-content{min-width:0}.account-section-heading{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px}.account-section-heading h2{font-size:26px;margin:0 0 8px}.account-section-heading p{font-size:13px;color:var(--muted);margin:0}.account-section-heading button{white-space:nowrap}.account-filters{display:flex;align-items:end;gap:14px;padding:18px;background:#fff;border:1px solid var(--line);border-radius:14px}.account-filters label{display:grid;gap:8px;font-size:12px}.account-filters label:first-child{flex:1;min-width:0}.account-filters input,.account-filters select,.account-signin input{min-height:46px;width:100%;border:1px solid #cfdae9;border-radius:9px;padding:10px 12px;background:#fff;color:var(--ink);font:inherit;box-sizing:border-box}.account-count{color:var(--muted);font-size:12px;margin:14px 0}.customer-order{border:1px solid var(--line);border-radius:18px;background:white;padding:24px;margin-bottom:18px;box-shadow:0 5px 18px #263b5205}.customer-order-top{display:flex;align-items:start;justify-content:space-between;gap:16px}.order-number{display:block;color:var(--ink);font-size:18px;font-weight:700;text-decoration:none}.order-number:hover{color:var(--blue)}.customer-account time{display:block;color:var(--muted);font-size:12px;margin-top:7px}.customer-status{display:inline-block;background:#edf3ff;color:#315d9f;border-radius:8px;padding:7px 10px;font-size:12px;max-width:220px}.customer-status.is-complete{color:#28704b;background:#edf7f0}.customer-status.is-muted{color:#667085;background:#f2f4f7}.customer-items{display:grid;gap:10px;margin:22px 0;font-size:14px}.customer-items span{display:flex;justify-content:space-between;gap:14px}.customer-items b{white-space:nowrap;color:#667085;font-weight:400}.customer-items small{color:var(--muted)}.customer-deliveries{padding:14px 16px;background:#f7f9fc;border-radius:12px;display:grid;gap:10px}.customer-deliveries:empty{display:none}.customer-deliveries>div{display:flex;justify-content:space-between;gap:14px;font-size:12px}.customer-deliveries b{font-weight:500;color:#526987;text-align:right}.customer-order-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:22px;padding-top:18px;border-top:1px solid #e9edf3}.customer-order-bottom small{display:block;color:var(--muted);font-size:11px}.customer-order-bottom strong{display:block;font-size:24px}.customer-order-bottom .primary{min-height:48px;box-shadow:0 4px 10px #2059d919}.customer-empty{padding:38px 26px;text-align:center;background:#fff;border:1px solid var(--line);border-radius:18px;margin:16px 0}.customer-empty h3{font-size:22px;margin:0 0 12px}.customer-empty p{font-size:14px;color:var(--muted);max-width:460px;margin:0 auto 20px}.account-more{display:flex;margin:20px auto}.unread-filter{display:flex;gap:10px;align-items:center;min-height:44px;font-size:13px}.unread-filter input{width:18px;height:18px;accent-color:var(--blue)}.customer-notification{display:grid;grid-template-columns:36px minmax(0,1fr);gap:16px;background:white;border:1px solid var(--line);border-radius:16px;padding:22px;margin:14px 0}.customer-notification.is-unread{border-color:#c4d5f1;box-shadow:inset 3px 0 #2059d9}.message-symbol{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:#edf3fc;color:#2059d9}.customer-notification h3{font-size:16px;margin:0}.customer-notification p{font-size:14px;color:#56657b;margin:10px 0;overflow-wrap:anywhere}.message-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:16px;font-size:12px}.message-actions a{text-decoration:none;font-weight:600}.message-actions button{min-height:44px;font-size:12px}.message-actions>span{color:var(--muted)}.account-signin{display:grid;grid-template-columns:1fr 1fr;gap:48px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:42px}.account-signin>div{padding:24px;background:#f1f5fb;border-radius:16px;align-content:center}.account-signin h2{font-size:27px}.account-signin p{font-size:14px;color:var(--muted);line-height:1.7}.account-signin label{display:grid;gap:8px;font-size:13px;margin:18px 0}.account-signin form>.primary,.account-signin form>.secondary{width:100%;margin-top:8px;min-height:48px;text-decoration:none}.account-symbol{display:grid;place-items:center;width:52px;height:52px;background:white;border-radius:16px;color:var(--blue);font-size:26px}#loginError{color:#b42318}#accountNotice{position:sticky;bottom:20px;background:#20334e;color:white;border-radius:12px;padding:14px 18px;font-size:13px;z-index:7}#accountNotice:empty{display:none}
@media(max-width:1100px){.account-layout{grid-template-columns:190px minmax(0,1fr);gap:18px}.account-filters{flex-wrap:wrap}.account-filters label{width:100%}.customer-order-top,.account-section-heading{flex-wrap:wrap}.account-signin{gap:24px;padding:24px}.account-metrics>div{align-items:start;flex-direction:column;gap:10px}}
@media(max-width:760px){.account-heading{align-items:start;gap:12px}.account-heading h1{font-size:29px}.account-heading button{font-size:12px;padding:10px}.account-metrics{gap:8px;margin-bottom:20px}.account-metrics>div{padding:14px 10px;border-radius:12px}.account-metrics span{font-size:11px}.account-metrics strong{font-size:25px}.account-layout{display:block}.account-sections{position:static;display:flex;overflow-x:auto;gap:8px;padding:8px;margin-bottom:24px}.account-sections a{flex-shrink:0;white-space:nowrap;min-height:44px;font-size:12px}.account-sections span{display:none}.account-section-heading h2{font-size:24px}.account-section-heading button{min-height:44px}.account-filters input,.account-filters select,.account-signin input{font-size:16px}.customer-order{padding:18px}.customer-order-top{gap:12px}.order-number{font-size:17px}.customer-order-bottom{gap:14px;flex-wrap:wrap}.customer-order-bottom .primary{width:100%}.customer-items{font-size:13px}.customer-deliveries>div{flex-direction:column;gap:4px}.customer-deliveries b{text-align:left}.customer-notification{padding:18px;gap:12px;grid-template-columns:28px minmax(0,1fr)}.message-symbol{width:28px;height:28px}.customer-notification h3{font-size:15px}.account-signin{display:flex;flex-direction:column-reverse;padding:20px;gap:20px}.account-signin>div{padding:20px}.account-signin h2{font-size:24px}.account-signin form h2{margin-top:0}#accountNotice{bottom:82px}.customer-order h3{font-size:17px;overflow-wrap:anywhere}.customer-order p{overflow-wrap:anywhere}.customer-empty{padding:28px 18px}}

@media(max-width:760px){.account-sections{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));overflow:visible;gap:4px}.account-sections a{grid-column:span 2;min-width:0;white-space:normal;justify-content:center;text-align:center;padding:10px 6px;line-height:1.35;font-size:11px}.account-sections a:nth-child(n+4){grid-column:span 3;background:#f7f9fc}.account-metrics span{min-height:30px}.account-metrics>div{gap:8px}}
.order-card-actions{display:grid;gap:8px}.cancel-order-link{min-height:40px;background:transparent;border:0;color:#667085;font-size:12px;cursor:pointer}.cancel-order-link:hover{color:#a13b30;background:#fff5f3;border-radius:8px}.cancel-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}#cancelError{color:#b42318;font-size:13px}@media(max-width:760px){.order-card-actions{width:100%}.cancel-actions button{width:100%;min-height:46px}}
.customer-decision{margin-top:16px;padding:16px;border-radius:12px;background:#f3f6fb;overflow-wrap:anywhere}.customer-decision p{white-space:pre-wrap;line-height:1.6}
