*{box-sizing:border-box}body{color:#111827;background:#f4f6f8;margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.app{min-height:100vh}.header{z-index:10;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:16px;padding:14px 20px;display:flex;position:sticky;top:0}.header__brand{align-items:center;gap:12px;display:flex}.header__logo{color:#fff;background:#111827;border-radius:12px;place-items:center;width:42px;height:42px;font-weight:800;display:grid}.header__title{font-size:18px;font-weight:800}.header__subtitle{color:#6b7280;font-size:12px}.header__nav{flex-wrap:wrap;gap:8px;display:flex}.header__nav a{color:#374151;border-radius:999px;padding:9px 12px;font-size:14px}.header__nav a.active{color:#fff;background:#111827}.page{width:min(100%,980px);margin:0 auto;padding:28px 16px}.card{background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:28px;box-shadow:0 14px 40px #0f172a0f}.eyebrow{color:#2563eb;margin:0 0 10px;font-size:14px;font-weight:700}h1{margin:0 0 12px;font-size:clamp(28px,5vw,46px);line-height:1.05}.muted{color:#6b7280;max-width:680px;line-height:1.6}.search-form{grid-template-columns:1fr 1fr auto;gap:12px;margin-top:24px;display:grid}input{border:1px solid #d1d5db;border-radius:14px;width:100%;padding:14px 16px;font-size:16px}button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:14px;padding:14px 22px;font-size:16px;font-weight:800}@media (width<=720px){.header{flex-direction:column;align-items:flex-start}.header__nav{grid-template-columns:repeat(4,1fr);width:100%;display:grid}.header__nav a{text-align:center;padding:9px 8px;font-size:13px}.card{padding:22px}.search-form{grid-template-columns:1fr}}.status-box{color:#047857;background:#ecfdf5;border-radius:999px;margin-top:18px;padding:9px 14px;font-size:14px;font-weight:700;display:inline-flex}.status-box__error{color:#b91c1c}.form-error{color:#b91c1c;margin-top:12px;font-weight:700}.quote{border-top:1px solid #e5e7eb;margin-top:28px;padding-top:24px}.quote__header{justify-content:space-between;gap:16px;margin-bottom:16px;display:flex}.quote h2{margin:0 0 8px;font-size:24px}.part-option{background:#f9fafb;border:1px solid #e5e7eb;border-radius:18px;grid-template-columns:1fr auto;align-items:center;gap:18px;padding:18px;display:grid}.part-option h3{margin:0 0 8px;font-size:20px}.part-option__side{justify-items:end;gap:10px;display:grid}.part-option__side strong{font-size:26px}.part-price-box{justify-items:end;gap:4px;display:grid}.part-price-box span{color:#6b7280;font-size:13px;font-weight:700}.part-price-box strong{font-size:24px}.part-quantity{color:#374151;justify-items:end;gap:6px;font-size:13px;font-weight:700;display:grid}.part-quantity input{text-align:center;max-width:110px;padding:10px 12px}.availability{color:#1d4ed8;background:#dbeafe;border-radius:999px;padding:6px 10px;font-size:13px;font-weight:800;display:inline-flex}button:disabled{opacity:.65;cursor:not-allowed}@media (width<=720px){.part-option{grid-template-columns:1fr}.part-option__side,.part-price-box,.part-quantity{justify-items:stretch}.part-quantity input{max-width:none}.part-option__side button{width:100%}}.form-success{color:#047857;margin-top:12px;font-weight:800}.cart-list{gap:14px;margin-top:24px;display:grid}.cart-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:18px;grid-template-columns:1fr auto;align-items:center;gap:18px;padding:18px;display:grid}.cart-item h3{margin:0 0 8px;font-size:20px}.cart-item__side{justify-items:end;gap:10px;display:grid}.cart-item__side strong{font-size:24px}.cart-total{border-top:1px solid #e5e7eb;justify-content:space-between;gap:16px;margin-top:22px;padding-top:18px;font-size:20px;display:flex}.cart-total strong{font-size:28px}@media (width<=720px){.cart-item{grid-template-columns:1fr}.cart-item__side{justify-items:stretch}.cart-item__side button{width:100%}}.cart-actions{justify-content:flex-end;margin-top:22px;display:flex}.button-link{color:#fff;background:#2563eb;border-radius:14px;justify-content:center;padding:14px 22px;font-weight:800;display:inline-flex}.checkout-summary{background:#f9fafb;border:1px solid #e5e7eb;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;margin-top:24px;margin-bottom:24px;padding:18px;display:flex}.checkout-summary strong{font-size:28px}.checkout-form{gap:14px;display:grid}.checkout-form label{gap:8px;font-weight:800;display:grid}textarea{width:100%;min-height:110px;font:inherit;resize:vertical;border:1px solid #d1d5db;border-radius:14px;padding:14px 16px}.payment-demo-box{color:#1e40af;background:#eff6ff;border:1px dashed #93c5fd;border-radius:16px;gap:4px;padding:14px;display:grid}.orders-list{gap:14px;margin-top:24px;display:grid}.order-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:18px;grid-template-columns:1fr auto;align-items:center;gap:18px;padding:18px;display:grid}.order-card h3{margin:0 0 8px}.order-card__side{justify-items:end;gap:10px;display:grid}.order-card__side strong{font-size:24px}@media (width<=720px){.cart-actions{justify-content:stretch}.button-link{width:100%}.checkout-summary,.order-card{grid-template-columns:1fr}.order-card__side{justify-items:stretch}}.button-link--small{padding:10px 14px;font-size:14px}.back-link{color:#2563eb;margin-bottom:18px;font-weight:800;display:inline-flex}.order-detail-header{grid-template-columns:1fr auto;align-items:start;gap:18px;margin-bottom:22px;display:grid}.order-detail-status{justify-items:end;gap:10px;display:grid}.order-detail-status strong{font-size:28px}.tracking-timeline{border-top:1px solid #e5e7eb;margin-top:28px;padding-top:24px}.tracking-timeline h2,.order-items h2{margin:0 0 16px}.timeline-step{grid-template-columns:22px 1fr;gap:12px;padding:10px 0;display:grid;position:relative}.timeline-dot{background:#d1d5db;border-radius:999px;width:14px;height:14px;margin-top:4px}.timeline-step--active .timeline-dot{background:#2563eb}.timeline-step strong{margin-bottom:4px;display:block}.order-items{margin-top:28px}.note-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;margin-top:22px;padding:16px}.note-box p{margin-bottom:0}@media (width<=720px){.order-detail-header{grid-template-columns:1fr}.order-detail-status{justify-items:stretch}}.availability--cart{color:#047857;background:#ecfdf5}.profile-status{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:16px;gap:4px;margin-top:22px;margin-bottom:22px;padding:14px;display:grid}.profile-actions{flex-wrap:wrap;gap:12px;display:flex}.button-secondary{color:#111827;background:#e5e7eb}@media (width<=720px){.profile-actions button{width:100%}}.action-required-card{background:#fff7ed;border:1px solid #fed7aa;border-radius:16px;gap:6px;margin:18px 0;padding:16px;display:grid}.action-required-card strong{color:#9a3412}.item-status{color:#3730a3;background:#eef2ff;border-radius:999px;width:fit-content;padding:6px 10px;font-size:13px;font-weight:700;display:inline-flex}.item-status--action{color:#9a3412;background:#fff7ed}.modal-backdrop{z-index:9999;background:#0f172a8c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal-card{background:#fff;border-radius:24px;width:min(720px,100%);max-height:90vh;padding:24px;overflow:auto;box-shadow:0 24px 80px #0f172a59}.modal-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.modal-close{color:#0f172a;cursor:pointer;background:#f1f5f9;border:none;border-radius:999px;width:42px;height:42px;font-size:28px;line-height:1}.modal-summary{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin:18px 0;display:flex}.tracking-timeline--modal{margin-top:18px}.timeline-step--warning .timeline-dot{background:#f97316}.timeline-step--warning strong{color:#9a3412}.modal-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;margin-top:20px;display:flex}@media (width<=720px){.modal-backdrop{align-items:flex-end;padding:0}.modal-card{border-radius:24px 24px 0 0;max-height:92vh}.modal-actions button{width:100%}}.proposed-changes{gap:12px;margin-top:14px;display:grid}.proposed-change-row{background:#fff;border:1px solid #fed7aa;border-radius:14px;grid-template-columns:1fr auto;gap:8px 16px;padding:12px;display:grid}.proposed-change-row span{color:#6b7280}.proposed-change-row strong{color:#111827}.item-action-preview{gap:4px;margin-top:10px;display:grid}.item-action-preview p{margin:0}@media (width<=720px){.proposed-change-row{grid-template-columns:1fr}}.item-history{border-top:1px solid #e5e7eb;margin-top:24px;padding-top:20px}.item-history h3{margin:0 0 14px}.item-history-list{gap:12px;display:grid}.item-history-entry{background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;gap:10px;padding:14px;display:grid}.item-history-entry p{margin:0}.item-history-entry details{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:10px}.item-history-entry summary{cursor:pointer;font-weight:800}.item-history-entry pre{color:#f9fafb;background:#111827;border-radius:10px;margin:10px 0 0;padding:12px;font-size:12px;line-height:1.5;overflow:auto}.event-change-list{gap:8px;display:grid}.event-change-row{background:#fff;border:1px solid #e5e7eb;border-radius:12px;grid-template-columns:160px 1fr;gap:10px;padding:10px 12px;display:grid}.event-change-row span{color:#6b7280;font-weight:700}.event-change-row strong{color:#111827}@media (width<=720px){.event-change-row{grid-template-columns:1fr}}textarea{resize:vertical;border:1px solid #d1d5db;border-radius:14px;width:100%;min-height:110px;padding:14px 16px;font-family:inherit;font-size:16px}.quote-request-box{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:18px;margin-top:28px;padding:18px}.quote-request-box h2{margin:0 0 8px;font-size:24px}.quote-request-form{grid-template-columns:1fr 1fr;gap:12px;margin-top:16px;display:grid}.quote-request-form__full{grid-column:1/-1}@media (width<=720px){.quote-request-form{grid-template-columns:1fr}}.quote-request-box--locked{opacity:.8}.weight-entry-box{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:16px;margin-top:14px;padding:14px}.weight-entry-box strong{margin-bottom:6px;display:block}.weight-entry-form{align-items:center;gap:10px;margin-top:12px;display:flex}.weight-entry-form input{max-width:180px}@media (width<=720px){.weight-entry-form{flex-direction:column;align-items:stretch}.weight-entry-form input{max-width:none}}.customer-notice{color:#1e3a8a;background:#eff6ff;border-left:4px solid #2563eb;border-radius:10px;margin-top:8px;padding:10px 12px;font-weight:600}.checkout-policy-box{color:#7c2d12;background:#fff7ed;border:1px solid #fed7aa;border-radius:18px;margin-top:18px;margin-bottom:24px;padding:16px}.checkout-policy-box strong{color:#9a3412;margin-bottom:8px;display:block}.checkout-policy-box ul{gap:8px;margin:0;padding-left:20px;line-height:1.55;display:grid}.checkout-items{gap:14px;margin-top:24px;margin-bottom:24px;display:grid}.checkout-items h2{margin:0}
