.orders{padding:var(--section-pad-y-tight) 0 var(--section-pad-y);min-height:60vh}.orders [hidden]{display:none!important}.orders__loading{display:flex;align-items:center;justify-content:center;gap:16px;padding:72px 0;color:var(--ink-soft)}.orders__pulse{width:32px;height:32px;border-radius:50%;background:var(--gold);animation:orders-pulse 1.4s ease-in-out infinite}@keyframes orders-pulse{0%,to{transform:scale(1);opacity:.85}50%{transform:scale(1.15);opacity:1}}.orders__anon{max-width:540px;padding:var(--section-pad-y-tight) 0}.orders__anon h1{font-family:var(--font-display);font-weight:600;font-size:clamp(28px,4vw,40px);line-height:1.05;margin:var(--rhythm-eyebrow-to-title) 0 var(--rhythm-title-to-subhead)}.orders__anon p{color:var(--ink-soft);margin:0 0 var(--gap-card)}.orders__header{max-width:720px;margin:0 0 var(--rhythm-section-head-to-content)}.orders__h1{font-family:var(--font-display);font-weight:600;font-size:clamp(28px,4vw,44px);line-height:1.05;margin:var(--rhythm-eyebrow-to-title) 0 var(--rhythm-title-to-subhead);color:var(--ink)}.orders__lede{font-size:17px;line-height:1.5;color:var(--ink-soft);max-width:520px}.orders__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.orders__row{padding:0}.orders__row-link{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 20px;background:var(--paper);border:1px solid var(--line);border-radius:14px;color:var(--ink);text-decoration:none;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.orders__row-link:hover{transform:translateY(-2px);border-color:var(--line-strong);box-shadow:0 18px 40px -24px #1c181233}.orders__row-main{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1 1 auto}.orders__row-number{font-family:var(--font-display);font-weight:600;font-size:18px}.orders__row-meta{display:flex;align-items:center;gap:10px;color:var(--ink-soft);flex-wrap:wrap}.orders__row-preview{color:var(--ink-soft);overflow-wrap:anywhere}.orders__row-side{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.orders__row-total{font-family:var(--font-display);font-weight:600;font-size:18px}.orders__row-view{color:var(--gold-deep);font-weight:600}.orders__badge{display:inline-block;padding:2px 8px;font-size:11px;letter-spacing:.06em;text-transform:uppercase;border-radius:999px;font-weight:600}.orders__badge--paid{background:#4e8a591f;color:var(--good, #4e8a59)}.orders__badge--refunded{background:#1c18120f;color:var(--ink-soft)}.orders__badge--cancelled{background:#b02e2e1a;color:#b02e2e}.orders__empty{padding:32px 0;text-align:center;color:var(--ink-soft)}.orders__empty p{font-size:16px;margin-bottom:16px}.orders__error{padding:32px 0;text-align:center;color:var(--ink-soft)}.orders__error p{font-size:16px;margin-bottom:16px}.orders__back,.orders__detail-back{margin-top:24px;color:var(--ink-soft)}.orders__back a,.orders__detail-back a{color:var(--gold-deep);text-decoration:underline}.orders__detail-head{max-width:760px;margin:8px 0 24px}.orders__detail-meta{color:var(--ink-soft);display:flex;align-items:center;gap:10px;flex-wrap:wrap}.orders__detail-grid{display:grid;grid-template-columns:2fr 1fr;gap:var(--gap-card)}@media(max-width:820px){.orders__detail-grid{grid-template-columns:1fr}}.orders__card{background:var(--paper);border:1px solid var(--line);border-radius:16px;padding:22px 24px;min-width:0}.orders__card h2{font-family:var(--font-display);font-weight:600;font-size:20px;line-height:1.2;margin:0 0 16px;color:var(--ink)}.orders__lines{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.orders__line{display:grid;grid-template-columns:1fr auto auto;gap:16px;align-items:center;padding-bottom:14px;border-bottom:1px solid var(--line)}.orders__line:last-child{border-bottom:none;padding-bottom:0}.orders__line-name{min-width:0}.orders__line-name>div:first-child{font-weight:500}.orders__line-qty{color:var(--ink-soft)}.orders__line-total{font-family:var(--font-display);font-weight:600}.orders__totals{margin-top:18px;padding-top:14px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:6px}.orders__total-row{display:flex;justify-content:space-between;font-size:14px;color:var(--ink-soft)}.orders__total-row--big{margin-top:8px;font-family:var(--font-display);font-weight:600;font-size:18px;color:var(--ink)}.orders__address{font-style:normal;line-height:1.5;font-size:14.5px;color:var(--ink)}.orders__address>div{margin:0}.orders__cta-row{display:flex;flex-direction:column;gap:10px;margin-top:22px}.orders__cta-row .btn{width:100%;justify-content:center}.orders__reorder-status{color:var(--ink-soft);min-height:18px;margin-top:8px}@media(max-width:480px){.orders__row-link{flex-direction:column;align-items:stretch}.orders__row-side{align-items:flex-start}}
