:root{--gp-accent: #534AB7;--gp-accent-light: #EEEDFE;--gp-accent-mid: #CECBF6;--gp-accent-dark: #3C3489;--gp-success-bg: #E1F5EE;--gp-success-text: #0F6E56;--gp-success-dot: #1D9E75;--gp-warning-bg: #FAEEDA;--gp-warning-text: #854F0B;--gp-danger-bg: #FCEBEB;--gp-danger-text: #A32D2D;--gp-border: rgba(0,0,0,.12);--gp-surface: #F7F7F5;--gp-card-bg: #FFFFFF;--gp-text: #1a1a1a;--gp-text-muted: #6b6b6b;--gp-radius-sm: 6px;--gp-radius-md: 10px;--gp-radius-lg: 14px;--gp-radius-full: 999px}.gp-portal{max-width:860px;margin:0 auto;padding:2rem 1.25rem 3rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--gp-text)}.gp-hero{display:flex;align-items:center;gap:16px;background:var(--gp-surface);border-radius:var(--gp-radius-lg);padding:1.25rem 1.5rem;margin-bottom:2rem;border:.5px solid var(--gp-border)}.gp-avatar-lg{width:56px;height:56px;border-radius:50%;background:var(--gp-accent-mid);color:var(--gp-accent-dark);display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600;flex-shrink:0;letter-spacing:.02em}.gp-hero-text h2{font-size:18px;font-weight:600;margin:0 0 3px;color:var(--gp-text)}.gp-hero-text p{font-size:14px;color:var(--gp-text-muted);margin:0}.gp-section-label{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--gp-text-muted);margin-bottom:1rem}.gp-order-card{background:var(--gp-card-bg);border:.5px solid var(--gp-border);border-radius:var(--gp-radius-lg);overflow:hidden;margin-bottom:1.25rem}.gp-order-header{display:flex;align-items:center;justify-content:space-between;padding:11px 16px;background:var(--gp-surface);border-bottom:.5px solid var(--gp-border);flex-wrap:wrap;gap:8px}.gp-order-meta{font-size:13px;color:var(--gp-text-muted)}.gp-status-badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;padding:4px 10px;border-radius:var(--gp-radius-full)}.gp-status-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.gp-status-badge--confirmed,.gp-status-badge--paid{background:var(--gp-success-bg);color:var(--gp-success-text)}.gp-status-badge--confirmed .gp-status-dot,.gp-status-badge--paid .gp-status-dot{background:var(--gp-success-dot)}.gp-status-badge--fulfilled{background:#e6f1fb;color:#0c447c}.gp-status-badge--fulfilled .gp-status-dot{background:#185fa5}.gp-status-badge--partial{background:#faeeda;color:#854f0b}.gp-status-badge--partial .gp-status-dot{background:#ef9f27}.gp-status-badge--pending{background:#f1efe8;color:#5f5e5a}.gp-status-badge--pending .gp-status-dot{background:#888780}.gp-timeline{padding:14px 16px 4px}.gp-tl-track{display:flex;align-items:center}.gp-tl-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;background:var(--gp-surface);border:2px solid var(--gp-border);z-index:1}.gp-tl-dot--done{background:var(--gp-accent);border-color:var(--gp-accent)}.gp-tl-line{flex:1;height:2px;background:var(--gp-border)}.gp-tl-line--done{background:var(--gp-accent)}.gp-tl-labels{display:flex;justify-content:space-between;margin-top:6px;padding-bottom:4px}.gp-tl-labels span{font-size:11px;color:var(--gp-text-muted);flex:1;text-align:center}.gp-tl-labels span:first-child{text-align:left}.gp-tl-labels span:last-child{text-align:right}.gp-tl-labels .gp-tl-label--active{color:var(--gp-accent);font-weight:600}.gp-order-body{display:flex;gap:1rem;padding:16px;align-items:flex-start}.gp-product-img{width:80px;height:68px;border-radius:var(--gp-radius-md);background:var(--gp-surface);border:.5px solid var(--gp-border);overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.gp-product-img img{width:100%;height:100%;object-fit:cover;display:block}.gp-order-details{flex:1}.gp-order-details h3{font-size:15px;font-weight:600;color:var(--gp-text);margin:0 0 4px}.gp-sub{font-size:13px;color:var(--gp-text-muted);margin:0 0 12px}.gp-price-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.gp-price{font-size:17px;font-weight:600;color:var(--gp-text)}.gp-badge{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:600;padding:3px 9px;border-radius:var(--gp-radius-full)}.gp-badge--warning{background:var(--gp-warning-bg);color:var(--gp-warning-text)}.gp-badge--success{background:var(--gp-success-bg);color:var(--gp-success-text)}.gp-order-footer{display:flex;gap:10px;padding:12px 16px;border-top:.5px solid var(--gp-border)}.gp-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:14px;font-weight:500;padding:9px 16px;border-radius:var(--gp-radius-md);cursor:pointer;text-decoration:none;border:.5px solid var(--gp-border);transition:opacity .15s,background .15s;white-space:nowrap}.gp-btn:hover{opacity:.88}.gp-btn:active{transform:scale(.98)}.gp-btn--primary{flex:1;background:var(--gp-accent);color:#fff;border-color:var(--gp-accent)}.gp-btn--secondary{background:transparent;color:var(--gp-text-muted)}.gp-btn--outline{background:transparent;color:var(--gp-text)}.gp-btn--ghost{background:transparent;color:var(--gp-text-muted);border-color:transparent;text-decoration:underline}.gp-empty{text-align:center;padding:3rem 1rem;color:var(--gp-text-muted);font-size:14px;display:flex;flex-direction:column;align-items:center}.gp-profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-bottom:1.5rem}.gp-info-card{background:var(--gp-card-bg);border:.5px solid var(--gp-border);border-radius:var(--gp-radius-lg);padding:1.25rem}.gp-card-heading{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:600;color:var(--gp-text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:1rem}.gp-add-link{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:500;color:var(--gp-accent);text-decoration:none;margin-left:auto;text-transform:none;letter-spacing:0}.gp-add-link:hover{text-decoration:underline}.gp-info-row{display:flex;align-items:flex-start;gap:10px;padding:9px 0;border-bottom:.5px solid var(--gp-border)}.gp-info-row:last-child{border-bottom:none;padding-bottom:0}.gp-row-icon{color:var(--gp-text-muted);flex-shrink:0;margin-top:2px}.gp-row-content{flex:1;display:flex;flex-direction:column;gap:2px}.gp-row-label{font-size:12px;color:var(--gp-text-muted)}.gp-row-value{font-size:14px;color:var(--gp-text)}.gp-address-block{font-size:14px;color:var(--gp-text);font-style:normal;line-height:1.6}.gp-edit-link{color:var(--gp-accent);display:flex;align-items:center;padding:4px;border-radius:var(--gp-radius-sm);transition:background .15s;flex-shrink:0}.gp-edit-link:hover{background:var(--gp-accent-light)}.gp-empty-inline{font-size:13px;color:var(--gp-text-muted);padding:8px 0}.gp-signout-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}@media(max-width:600px){.gp-portal{padding:1.25rem 1rem 2.5rem}.gp-hero{padding:1rem}.gp-order-header{flex-direction:column;align-items:flex-start}.gp-order-body{flex-direction:column}.gp-product-img{width:100%;height:140px}.gp-profile-grid{grid-template-columns:1fr}.gp-order-footer{flex-direction:column}.gp-btn--primary{width:100%}}@media(prefers-color-scheme:dark){:root{--gp-border: rgba(255,255,255,.12);--gp-surface: #1e1e1e;--gp-card-bg: #141414;--gp-text: #f0f0f0;--gp-text-muted:#9a9a9a;--gp-accent-light: #26215C;--gp-accent-mid: #3C3489;--gp-accent-dark: #CECBF6}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/customer-portal.css.map */
