:root{--shop-surface-background: var(--mat-sys-surface);--shop-surface-card-background: #fff;--shop-surface-border: #eee;--shop-surface-shadow: 0 4px 12px rgba(0, 0, 0, .05);--shop-surface-radius: 12px;--shop-control-border: #d7d7d7;--shop-control-radius: 14px;--shop-control-focus-shadow: 0 0 0 3px rgba(17, 17, 17, .08);--shop-muted-panel: #fafafa;--shop-button-primary-background: #111;--shop-button-primary-color: #fff;--shop-button-secondary-background: #f1f1f1;--shop-button-secondary-color: #111}.shop-surface-page{min-height:100vh;padding:16px 24px;display:flex;flex-direction:column;gap:24px;background-color:var(--shop-surface-background);color:#0a0a0a}.shop-surface-card{background-color:var(--shop-surface-card-background);border:1px solid var(--shop-surface-border);border-radius:var(--shop-surface-radius);overflow:hidden;box-shadow:var(--shop-surface-shadow)}.shop-surface-card__body{padding:24px}.shop-page-shell{width:min(100%,1280px);margin:0 auto}.shop-page-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.shop-page-heading h1,.shop-page-heading h2,.shop-section-title{margin:0;font-family:Neue Haas Unica Pro Medium Italic,sans-serif;font-style:italic;font-weight:500;line-height:1.05}.shop-page-heading h1{font-size:clamp(1.9rem,3vw,3rem)}.shop-page-heading h2,.shop-section-title{font-size:1.8rem}.shop-page-heading p,.shop-body-copy{margin:10px 0 0;color:var(--app-text-secondary);line-height:1.6}.shop-surface-separator{width:100%;height:1px;margin:20px 0;background-color:#eee}.shop-action-group{display:flex;gap:12px}.shop-action-group>.shop-pill-button{flex:1}.shop-action-group--stacked{flex-direction:column}.shop-action-group--stacked>.shop-pill-button{width:100%}.shop-pill-button{border:0;border-radius:999px;padding:14px 18px;font:inherit;cursor:pointer;transition:transform .16s ease,opacity .16s ease}.shop-pill-button:hover:not(:disabled){transform:translateY(-1px)}.shop-pill-button:disabled{opacity:.55;cursor:default}.shop-pill-button--primary{background:var(--shop-button-primary-background);color:var(--shop-button-primary-color);font-weight:700}.shop-pill-button--secondary{background:var(--shop-button-secondary-background);color:var(--shop-button-secondary-color)}.shop-summary-list{display:flex;flex-direction:column;gap:14px;margin:0;padding:0;list-style:none}.shop-summary-item{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:14px;border-bottom:1px solid #eee}.shop-summary-item__main{display:flex;gap:12px;min-width:0}.shop-summary-item__preview{width:var(--shop-summary-preview-size, 60px);height:var(--shop-summary-preview-size, 60px);flex-shrink:0;overflow:hidden;border-radius:var(--shop-summary-preview-radius, 4px);background:#eee}.shop-summary-item__content{min-width:0}.shop-summary-item__title{display:inline-block;margin-bottom:8px;font-weight:600}.shop-summary-item__details{display:flex;flex-direction:column;gap:4px}.shop-summary-item__detail{display:flex;gap:6px;font-size:.92rem;line-height:1.45}.shop-summary-item__detail-label{color:var(--app-text-muted);flex-shrink:0}.shop-summary-item__detail-value{min-width:0;color:#111;word-break:break-word}.shop-summary-total{margin-top:20px;display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:1.05rem}.checkout-page .panel-content{display:flex;flex-direction:column;gap:16px}.checkout-page .readonly-row{display:flex;justify-content:space-between;gap:16px;padding:14px 16px;border:1px solid #ececec;border-radius:14px;background:linear-gradient(180deg,#fafafa,#f4f4f4)}.checkout-page .readonly-row-stacked{flex-direction:column;align-items:flex-start}.checkout-page .readonly-row-stacked strong{line-height:1.5}.checkout-page .readonly-placeholder{color:var(--app-text-muted);font-weight:500}.checkout-page .field-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.checkout-page .field-full{width:100%}.checkout-page .field,.checkout-page .password-field{margin-top:18px}.checkout-page .field label{display:block;margin-bottom:8px;font-weight:600;color:#202020}.checkout-page .required-mark{color:#b42318;font-weight:700}.checkout-page .field input,.checkout-page .field select,.checkout-page .field textarea{width:100%;padding:14px 16px;border:1px solid #d7d7d7;border-radius:var(--shop-control-radius);background:#fff;color:#111;font:inherit;resize:vertical;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.checkout-page .field input:focus,.checkout-page .field select:focus,.checkout-page .field textarea:focus{outline:none;border-color:#111;box-shadow:0 0 0 3px #11111114}.checkout-page .field textarea{min-height:120px}.checkout-page .field-error{margin:8px 0 0;color:#b42318;font-size:.9rem}.checkout-page .address-autocomplete{position:relative}.checkout-page .address-autocomplete__panel{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:20;display:flex;flex-direction:column;gap:4px;padding:8px;border:1px solid #dddddd;border-radius:16px;background:#fff;box-shadow:0 18px 36px #1111111a}.checkout-page .address-autocomplete__option{display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:100%;padding:12px 14px;border:0;border-radius:12px;background:transparent;color:#111;font:inherit;text-align:left;cursor:pointer}.checkout-page .address-autocomplete__option:hover,.checkout-page .address-autocomplete__option:focus-visible,.checkout-page .address-autocomplete__option-active{background:#f5f5f5;outline:none}.checkout-page .address-autocomplete__primary{font-weight:600}.checkout-page .address-autocomplete__secondary{color:var(--app-text-secondary);font-size:.9rem}.checkout-page .mat-expansion-panel{margin-bottom:16px;overflow:hidden;border:1px solid #dadada;border-radius:18px!important;background:linear-gradient(180deg,#fff,#fbfbfb)!important;box-shadow:none!important;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.checkout-page .mat-expansion-panel.mat-expanded{border-color:#111;box-shadow:0 14px 28px #00000014!important}.checkout-page .mat-expansion-panel.panel-invalid{border-color:#b42318;box-shadow:0 0 0 1px #b423181a!important}.checkout-page .mat-expansion-panel:hover{border-color:#bdbdbd}.checkout-page .mat-expansion-panel-header{min-height:68px;padding:0 24px}.checkout-page .mat-expansion-panel-header.mat-expanded{height:68px}.checkout-page .mat-content{align-items:center;justify-content:space-between;gap:16px;min-width:0}.checkout-page .mat-expansion-panel-body{padding:0 24px 24px}.checkout-page .mat-expansion-indicator svg{fill:#111}.checkout-page .panel-title{display:flex;align-items:center;min-width:0;color:#111;font-size:1rem;font-weight:700;letter-spacing:.01em}.checkout-page .panel-description{display:flex;align-items:center;flex-grow:0;flex-shrink:0;margin-right:4px;color:#2f2f2f}.checkout-page .panel-status{display:flex;align-items:center;justify-content:flex-end;flex-grow:1;margin-right:10px}.checkout-page .panel-status-badge{display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;border-radius:999px;background:#edf6ee;color:#1f6b2b;font-size:.75rem;font-weight:700;letter-spacing:.01em;white-space:nowrap}.checkout-page .panel-status-badge-invalid{background:#fdecea;color:#b42318}.checkout-page .header-checkbox{display:inline-flex;align-items:center;gap:8px;min-height:32px;padding:5px 10px;border:1px solid #d9d9d9;border-radius:999px;background:#f6f6f6;color:#1c1c1c;font-size:.76rem;font-weight:600;line-height:1;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,transform .16s ease}.checkout-page .header-checkbox:hover{background:#ededed;border-color:#c6c6c6}.checkout-page .header-checkbox input{margin:0;flex-shrink:0;accent-color:#111}.checkout-page .header-checkbox span{white-space:nowrap}.account-page .password-strength{margin-top:-4px;padding:18px;border:1px solid #eee;border-radius:12px;background:#fafafa}.account-page .password-strength-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.account-page .password-strength-bar{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:14px}.account-page .password-strength-bar span{height:8px;border-radius:999px;background:#ddd}.account-page .password-strength-bar span.active:nth-child(1),.account-page .password-strength-bar span.active:nth-child(2){background:#d66b6b}.account-page .password-strength-bar span.active:nth-child(3){background:#d8a34d}.account-page .password-strength-bar span.active:nth-child(4){background:#80aa5d}.account-page .password-strength-bar span.active:nth-child(5){background:#417c4d}.account-page .password-hints{display:grid;gap:8px;margin-top:14px}.account-page .password-hints p{margin:0;color:var(--app-text-muted)}.account-page .password-hints p.met{color:#28542c}.shop-cart-panel{--shop-cart-panel-header-padding: 20px 20px 18px;--shop-cart-panel-body-padding: 16px 20px;--shop-cart-panel-body-gap: 12px;--shop-cart-panel-footer-gap: 16px;--shop-cart-item-padding: 12px;--shop-cart-item-gap: 12px;--shop-cart-item-header-gap: 12px;--shop-cart-preview-size: 72px;--shop-cart-control-size: 28px;--shop-cart-icon-size: 20px;--shop-cart-item-name-size: 1rem;--shop-cart-detail-font-size: .82rem;--shop-cart-detail-label-width: 84px;--shop-cart-detail-gap: 12px;display:flex;flex-direction:column;min-height:0;background:#fff;border:1px solid #eee;border-radius:12px;box-shadow:0 4px 12px #0000000d}.shop-cart-panel__header,.shop-cart-panel__footer{padding:var(--shop-cart-panel-header-padding)}.shop-cart-panel__header{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #eee}.shop-cart-panel__title{margin:0;font-size:1.8rem;font-family:Neue Haas Unica Pro Medium Italic,sans-serif;font-style:italic}.shop-cart-panel__body{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:var(--shop-cart-panel-body-gap);padding:var(--shop-cart-panel-body-padding)}.shop-cart-empty{margin:0;color:#5f5f5f}.shop-cart-list{display:flex;flex-direction:column;gap:var(--shop-cart-panel-body-gap);margin:0;padding:0;list-style:none}.shop-cart-item{display:flex;flex-direction:column;gap:var(--shop-cart-item-gap);padding:var(--shop-cart-item-padding);background:#fff;border:1px solid #ececec;border-radius:14px}.shop-cart-item__header{display:grid;grid-template-columns:var(--shop-cart-preview-size) minmax(0,1fr) var(--shop-cart-control-size);gap:var(--shop-cart-item-header-gap);align-items:center}.shop-cart-item__preview{width:var(--shop-cart-preview-size);height:var(--shop-cart-preview-size);overflow:hidden;border:1px solid #ececec;border-radius:12px}.shop-cart-item__name{display:block;min-width:0;font-size:var(--shop-cart-item-name-size);font-weight:700;color:#111}.shop-cart-item__details{display:flex;flex-direction:column;gap:8px;width:100%}.shop-cart-item__detail{display:grid;grid-template-columns:var(--shop-cart-detail-label-width) minmax(0,1fr);gap:var(--shop-cart-detail-gap);align-items:start;min-width:0;font-size:var(--shop-cart-detail-font-size)}.shop-cart-item__detail-label{color:#555;font-weight:700}.shop-cart-item__detail-value{min-width:0;color:#111;text-align:right;white-space:normal;overflow:visible;text-overflow:clip;overflow-wrap:break-word;word-break:normal}.shop-cart-item__detail--stacked{grid-template-columns:1fr;gap:4px;width:100%;padding:8px 10px;box-sizing:border-box;background:#fafafa;border:1px solid #ececec;border-radius:10px}.shop-cart-item__detail--stacked .shop-cart-item__detail-value{text-align:left;overflow-wrap:anywhere;word-break:break-word;line-height:1.45}.shop-cart-remove{width:var(--shop-cart-control-size);height:var(--shop-cart-control-size);padding:0;border:0;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.shop-cart-remove img{width:var(--shop-cart-icon-size);height:var(--shop-cart-icon-size);filter:brightness(0) saturate(100%) invert(40%) sepia(67%) saturate(1079%) hue-rotate(318deg) brightness(94%) contrast(88%)}.shop-cart-panel__footer{display:flex;flex-direction:column;gap:var(--shop-cart-panel-footer-gap);border-top:1px solid #eee}.shop-cart-total{display:flex;align-items:center;justify-content:space-between;gap:16px}.shop-summary-drawer-mask{position:fixed;inset:0;border:0;background:#0003;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:1100}.shop-summary-drawer-mask.visible{opacity:1;pointer-events:auto}.shop-summary-drawer{position:fixed;right:0;top:0;bottom:0;width:min(480px,100vw - 16px);padding:12px 12px 12px 0;box-sizing:border-box;transform:translate(100%);transition:transform .22s ease;z-index:1101}.shop-summary-drawer.visible{transform:translate(0)}.shop-summary-drawer__close{position:absolute;top:26px;right:28px;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #ece7dc;border-radius:999px;padding:0;background:#fffffff0;box-shadow:0 10px 24px #11111114;cursor:pointer;font-size:1rem;transition:transform .2s ease,border-color .2s ease,background-color .2s ease}.shop-summary-drawer__close:hover,.shop-summary-drawer__close:focus-visible{transform:translateY(-1px);border-color:#d9d1c3;background:#fffdf9}.shop-status-page{--shop-status-page-surface: var(--shop-surface-background);--shop-status-page-accent-radial: transparent;--shop-status-card-border: var(--shop-surface-border);--shop-status-accent: #f7c636;--shop-status-accent-shadow: rgba(247, 198, 54, .16);--shop-status-eyebrow: #9a7a15;--shop-status-panel-background: linear-gradient(180deg, #121212 0%, #1b1b1b 100%);--shop-status-panel-accent: #f6d778;--shop-status-panel-mark-background: linear-gradient(180deg, #f7c636 0%, #d9a61d 100%);min-height:100vh;padding:16px 24px 32px;display:flex;flex-direction:column;gap:24px;background:radial-gradient(circle at var(--shop-status-page-radial-position, top left),var(--shop-status-page-accent-radial),transparent 24%),var(--shop-status-page-surface);color:#0a0a0a}.shop-status-shell{flex:1;display:grid;place-items:center}.shop-status-card{width:min(100%,var(--shop-status-card-width, 920px));padding:28px;border:1px solid var(--shop-status-card-border);border-radius:var(--shop-surface-radius);background:var(--shop-surface-card-background);box-shadow:var(--shop-surface-shadow)}.shop-status-badge{display:inline-flex;align-items:center;gap:10px;margin-bottom:24px;padding:8px 12px;border-radius:999px;background:#111;color:#fff}.shop-status-badge__dot{width:8px;height:8px;border-radius:999px;background:var(--shop-status-accent);box-shadow:0 0 0 6px var(--shop-status-accent-shadow)}.shop-status-badge__copy{font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.shop-status-layout{display:grid;grid-template-columns:minmax(0,var(--shop-status-content-ratio, 1.45fr)) minmax(var(--shop-status-panel-min, 240px),var(--shop-status-panel-max, 300px));gap:24px;align-items:stretch}@media(max-width:767px){.shop-cart-panel__title{font-size:1.5rem}.shop-summary-drawer{width:min(420px,100vw - 8px);padding:8px 8px 8px 0}.shop-summary-drawer__close{top:22px;right:20px}}.shop-status-copy{min-width:0}.shop-status-copy-block{display:grid;gap:0}.shop-status-copy--spread{display:flex;flex-direction:column;justify-content:space-between;gap:28px}.shop-status-eyebrow{margin:0 0 12px;color:var(--shop-status-eyebrow);font-size:.76rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.shop-status-title{margin:0;max-width:11ch;font-family:Neue Haas Unica Pro Medium Italic,sans-serif;font-size:clamp(2.4rem,4vw,4rem);font-style:italic;font-weight:500;line-height:.92;letter-spacing:0}.shop-status-copy-text{margin:18px 0 0;max-width:54ch;color:var(--app-text-secondary);font-size:1rem;line-height:1.65}.shop-status-order-box{margin-top:24px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;border:1px solid #ececec;border-radius:14px;background:var(--shop-muted-panel)}.shop-status-order-box span{color:var(--app-text-muted)}.shop-status-order-box strong{color:#111;text-align:right}.shop-status-highlight-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.shop-status-highlight{display:grid;gap:8px;min-height:112px;padding:18px;border:1px solid #ececec;border-radius:14px;background:var(--shop-muted-panel)}.shop-status-highlight--muted{background:#fff}.shop-status-highlight__label{font-size:.74rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--app-text-muted)}.shop-status-highlight__value{margin:0;color:#111;font-size:clamp(1rem,2vw,1.3rem);font-weight:700;line-height:1.2;overflow-wrap:anywhere}.shop-status-highlight__value--eyebrow{font-size:.94rem;font-weight:600;line-height:1.55;color:var(--app-text-secondary)}.shop-status-panel{display:flex;flex-direction:column;justify-content:center;gap:14px;padding:24px;border-radius:24px;background:var(--shop-status-panel-background);color:#fff}.shop-status-panel-copy{display:grid;gap:10px}.shop-status-panel__mark{width:56px;height:56px;display:grid;place-items:center;border-radius:18px;background:var(--shop-status-panel-mark-background);color:#fff;font-weight:800;letter-spacing:.08em}.shop-status-panel__title{margin:0;color:var(--shop-status-panel-accent);font-size:.86rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.shop-status-panel__copy{margin:0;color:var(--app-text-inverse-muted);line-height:1.6}.shop-status-spinner-ring{width:144px;height:144px;display:grid;place-items:center;border-radius:999px;background:radial-gradient(circle,var(--shop-status-accent-shadow) 0%,rgba(247,198,54,0) 70%)}.shop-status-step-list{display:grid;gap:12px;margin:0;padding:0;list-style:none}.shop-status-step{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:start;padding-top:12px;border-top:1px solid rgba(255,255,255,.12)}.shop-status-step:first-child{padding-top:0;border-top:0}.shop-status-step__index{min-width:28px;color:var(--shop-status-panel-accent);font-size:.75rem;font-weight:800;letter-spacing:.16em}.shop-status-step__copy{color:var(--app-text-inverse-muted);line-height:1.55}.shop-status-actions{margin-top:28px}.shop-payment-page{min-height:100vh;padding:24px;display:flex;flex-direction:column;gap:32px;background:radial-gradient(circle at top left,rgba(247,198,54,.12),transparent 28%),linear-gradient(180deg,#121212,#1b1b1b);color:#f8f8f8}.shop-payment-card{width:min(100%,560px);margin:0 auto;padding:32px;border:1px solid rgba(255,255,255,.08);border-radius:24px;background:#0c0c0cd1;box-shadow:0 24px 64px #00000052}.shop-payment-eyebrow{margin:0 0 10px;color:#f7c636;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase}.shop-payment-title{margin:0;font-size:clamp(2rem,5vw,3rem);line-height:1}.shop-payment-copy{margin:14px 0 0;color:var(--app-text-inverse-muted);line-height:1.6}.shop-payment-loading{margin-top:28px;display:flex;align-items:center;gap:16px}.shop-payment-loading--compact{margin-top:18px}.shop-payment-error{margin:18px 0 0;color:#ff8e8e}@media(max-width:640px){.shop-surface-page{padding:18px}.shop-surface-card__body{padding:24px}.shop-action-group{flex-direction:column}.shop-status-page{padding:18px}.shop-status-card{padding:22px}.shop-status-order-box{flex-direction:column}.shop-status-highlight-grid{grid-template-columns:1fr}.shop-payment-page{padding:18px}.shop-payment-card{padding:24px}}@media(max-width:900px){.shop-status-layout{grid-template-columns:1fr}.shop-status-title{max-width:none}}.shop-order-summary-panel{--shop-order-summary-header-padding: 22px 22px 18px;--shop-order-summary-body-padding: 16px 22px 20px;--shop-order-summary-footer-padding: 18px 22px 22px;--shop-order-summary-body-gap: 14px;--shop-order-summary-preview-size: 88px;--shop-order-summary-control-size: 36px;--shop-order-summary-remove-icon-size: 18px;display:flex;flex-direction:column;min-height:0;height:100%;overflow:hidden;background:#fff;border:1px solid #ebe7de;border-radius:22px;box-shadow:0 14px 32px #1111110d,0 2px 8px #11111108}.shop-order-summary-panel--desktop-sidebar{--shop-order-summary-header-padding: 20px 22px 16px;--shop-order-summary-body-padding: 14px 22px 18px;--shop-order-summary-footer-padding: 14px 22px 18px;--shop-order-summary-preview-size: 84px}.shop-order-summary-panel--checkout-card{--shop-order-summary-header-padding: 22px 22px 18px;--shop-order-summary-body-padding: 16px 22px 20px;--shop-order-summary-footer-padding: 18px 22px 22px;--shop-order-summary-preview-size: 88px}.shop-order-summary-panel--drawer{--shop-order-summary-header-padding: 18px 18px 14px;--shop-order-summary-body-padding: 12px 18px 16px;--shop-order-summary-footer-padding: 16px 18px 18px;--shop-order-summary-preview-size: 80px}.shop-order-summary-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:var(--shop-order-summary-header-padding);padding-bottom:18px;border-bottom:1px solid #ece8df}.shop-order-summary-panel__title{margin:0;color:#111;font-size:1.8rem;font-family:Neue Haas Unica Pro Medium Italic,sans-serif;font-style:italic;font-weight:500;line-height:1;letter-spacing:0}.shop-order-summary-panel__body{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:var(--shop-order-summary-body-gap);padding:var(--shop-order-summary-body-padding)}.shop-order-summary-panel__empty{margin:0;color:#5f5f5f;line-height:1.6}.shop-cart-expiry-note{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:flex-start;padding:14px 14px 16px;border:1px solid #ead7b1;border-radius:18px;background:linear-gradient(180deg,#fbf6eb,#f8f0df);color:#2d2410;box-shadow:inset 0 1px #ffffff73}.shop-cart-expiry-note__icon{width:42px;height:42px;border:1.5px solid rgba(17,17,17,.1);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#111}.shop-cart-expiry-note__icon svg{width:22px;height:22px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;fill:none}.shop-cart-expiry-note__content{display:flex;flex-direction:column;gap:8px;min-width:0}.shop-cart-expiry-note strong{font-size:.9rem;line-height:1.3}.shop-cart-expiry-note span{font-size:.88rem;line-height:1.55}.shop-order-summary-panel__list{display:flex;flex-direction:column;gap:var(--shop-order-summary-body-gap);margin:0;padding:0;list-style:none}.shop-order-summary-item{display:flex;flex-direction:column;overflow:hidden;border:1px solid #e8e5dd;border-radius:18px;background:linear-gradient(180deg,#fff,#fcfbf8);box-shadow:0 6px 16px #11111108}.shop-order-summary-item__header{display:grid;grid-template-columns:var(--shop-order-summary-preview-size) minmax(0,1fr) auto;gap:14px;padding:14px;align-items:center}.shop-order-summary-item__preview{width:var(--shop-order-summary-preview-size);height:var(--shop-order-summary-preview-size);overflow:hidden;border:1px solid #ece8df;border-radius:14px;background:linear-gradient(180deg,#f6f5f2,#efede8);box-shadow:inset 0 1px #ffffffbf}.shop-order-summary-item__content{min-width:0;display:flex;flex-direction:column;align-self:center;gap:6px}.shop-order-summary-item__title{color:#111;font-size:.94rem;font-weight:700;line-height:1.15}.shop-order-summary-item__filename{min-width:0;color:#292929;font-size:.88rem;line-height:1.4;overflow-wrap:anywhere;word-break:break-word}.shop-order-summary-item__price{color:#111;font-size:1rem;font-weight:700;line-height:1.1}.shop-order-summary-item__actions{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;gap:8px;margin-left:auto}.shop-order-summary-item__remove,.shop-order-summary-item__toggle{display:inline-flex;align-items:center;justify-content:center;width:var(--shop-order-summary-control-size);height:var(--shop-order-summary-control-size);padding:0;border:1px solid #ece7dc;border-radius:999px;background:#fff;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,transform .2s ease}.shop-order-summary-item__remove:hover,.shop-order-summary-item__remove:focus-visible,.shop-order-summary-item__toggle:hover,.shop-order-summary-item__toggle:focus-visible{border-color:#d5cec1;background:#faf8f2;transform:translateY(-1px)}.shop-order-summary-item__remove img{display:block;width:var(--shop-order-summary-remove-icon-size);height:var(--shop-order-summary-remove-icon-size);filter:brightness(0) saturate(100%) invert(40%) sepia(67%) saturate(1079%) hue-rotate(318deg) brightness(94%) contrast(88%)}.shop-order-summary-item__toggle svg{width:16px;height:16px;stroke:#111;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;fill:none;transition:transform .2s ease}.shop-order-summary-item__toggle--expanded svg{transform:rotate(180deg)}.shop-order-summary-item__details-shell{border-top:1px solid #ece8df;padding:14px 18px 18px;background:#fcfbf8bf}.shop-order-summary-item__details{display:grid;gap:10px;margin:0;padding:0 0 0 20px;list-style:disc}.shop-order-summary-item__detail{line-height:1.55}.shop-order-summary-item__detail-label,.shop-order-summary-item__detail-value{font-size:.86rem;line-height:1.45}.shop-order-summary-item__detail-label{color:#1d1d1d;font-weight:500}.shop-order-summary-item__detail-label:after{content:": "}.shop-order-summary-item__detail-value{color:#3f3f3f;font-weight:400}.shop-order-summary-panel__footer{display:flex;flex-direction:column;gap:14px;padding:var(--shop-order-summary-footer-padding);background:#fff;border-top:1px solid #ece8df}.shop-order-summary-panel__totals{display:flex;flex-direction:column;gap:10px}.shop-order-summary-panel__total{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;color:#111;font-size:.92rem;line-height:1.3}.shop-order-summary-panel__total span{color:#2e2e2e}.shop-order-summary-panel__total strong{font-size:1rem;font-weight:700;text-align:right}.shop-order-summary-panel__total--emphasized{padding-top:12px;border-top:1px solid #ece8df}.shop-order-summary-panel--desktop-sidebar .shop-cart-expiry-note{padding:16px 16px 18px}.shop-order-summary-panel--desktop-sidebar .shop-cart-expiry-note strong{font-size:.92rem}.shop-order-summary-panel--desktop-sidebar .shop-order-summary-item__title{font-size:.94rem}.shop-order-summary-panel--desktop-sidebar .shop-order-summary-item__price{font-size:1rem}.shop-order-summary-panel--checkout-card .shop-order-summary-panel__title,.shop-order-summary-panel--drawer .shop-order-summary-panel__title{font-size:1.8rem}.workspace-tab-shell{display:grid;grid-template-columns:76px max-content 42px;align-items:center;gap:12px;width:max-content;max-width:none;padding:10px;border:1px solid #e4e4e4;border-radius:12px;background:#f8f8f8}.workspace-tab-shell.active{border-color:#111;background:#fff}.workspace-tab-main{text-align:left}.workspace-tab-main:focus-visible,.workspace-tab-plus:focus-visible,.workspace-tab-remove:focus-visible{outline:2px solid #111;outline-offset:2px}.workspace-tab-preview,.workspace-tab-pending-preview{width:76px;height:76px;overflow:hidden;border-radius:10px;background:#000}.workspace-tab-pending-preview{display:inline-flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.workspace-tab-copy{display:flex;flex-direction:column;gap:9px;min-width:0}.workspace-tab-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}.workspace-tab-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.workspace-tab-chip{display:inline-flex;align-items:center;gap:7px;min-height:28px;padding:0 11px;border:1px solid #e8e8e8;border-radius:999px;background:#fff;color:#222;font-size:.82rem;line-height:1;white-space:nowrap}.workspace-tab-chip-icon{width:15px;height:15px;flex:0 0 auto;stroke:#343434;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;fill:none}.workspace-tab-remove{border:0;border-left:1px solid #ececec;background:transparent;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;width:100%;height:100%}.workspace-tab-remove img{width:18px;height:18px;filter:brightness(0) saturate(100%) invert(40%) sepia(67%) saturate(1079%) hue-rotate(318deg) brightness(94%) contrast(88%)}@media(max-width:767px){.workspace-tab-shell{grid-template-columns:64px max-content 38px;gap:10px;padding:9px}.workspace-tab-preview,.workspace-tab-pending-preview{width:64px;height:64px}.workspace-tab-main{align-items:flex-start}.workspace-tab-icon{display:none}.workspace-tab-remove{grid-column:3;grid-row:1}.shop-order-summary-panel{--shop-order-summary-header-padding: 16px 16px 14px;--shop-order-summary-body-padding: 12px 16px 16px;--shop-order-summary-footer-padding: 14px 16px 16px;--shop-order-summary-preview-size: 72px;--shop-order-summary-control-size: 34px;--shop-order-summary-remove-icon-size: 16px}.shop-order-summary-panel__title{font-size:1.5rem}.shop-order-summary-panel__header{padding-bottom:14px}.shop-order-summary-item__header{gap:12px;padding:12px}.shop-order-summary-item__details-shell{padding:12px 16px 16px}.shop-cart-expiry-note{grid-template-columns:1fr;gap:12px}.shop-cart-expiry-note__icon{width:38px;height:38px}}@media(max-width:640px){.shop-order-summary-panel{border-radius:20px}.shop-order-summary-item__header{grid-template-columns:minmax(76px,var(--shop-order-summary-preview-size)) minmax(0,1fr) auto}.shop-order-summary-item__price{font-size:.96rem}}@font-face{font-family:Satoshi;src:url(/fonts/satoshi-400.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/fonts/satoshi-500.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/fonts/satoshi-700.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}*,*:before,*:after{box-sizing:border-box}html{height:100%;--mat-sys-background: light-dark(#faf9fd, #121316);--mat-sys-error: light-dark(#ba1a1a, #ffb4ab);--mat-sys-error-container: light-dark(#ffdad6, #93000a);--mat-sys-inverse-on-surface: light-dark(#f2f0f4, #2f3033);--mat-sys-inverse-primary: light-dark(#abc7ff, #005cbb);--mat-sys-inverse-surface: light-dark(#2f3033, #e3e2e6);--mat-sys-on-background: light-dark(#1a1b1f, #e3e2e6);--mat-sys-on-error: light-dark(#ffffff, #690005);--mat-sys-on-error-container: light-dark(#93000a, #ffdad6);--mat-sys-on-primary: light-dark(#ffffff, #002f65);--mat-sys-on-primary-container: light-dark(#00458f, #d7e3ff);--mat-sys-on-primary-fixed: light-dark(#001b3f, #001b3f);--mat-sys-on-primary-fixed-variant: light-dark(#00458f, #00458f);--mat-sys-on-secondary: light-dark(#ffffff, #283041);--mat-sys-on-secondary-container: light-dark(#3e4759, #dae2f9);--mat-sys-on-secondary-fixed: light-dark(#131c2b, #131c2b);--mat-sys-on-secondary-fixed-variant: light-dark(#3e4759, #3e4759);--mat-sys-on-surface: light-dark(#1a1b1f, #e3e2e6);--mat-sys-on-surface-variant: light-dark(#44474e, #e0e2ec);--mat-sys-on-tertiary: light-dark(#ffffff, #0001ac);--mat-sys-on-tertiary-container: light-dark(#0000ef, #e0e0ff);--mat-sys-on-tertiary-fixed: light-dark(#00006e, #00006e);--mat-sys-on-tertiary-fixed-variant: light-dark(#0000ef, #0000ef);--mat-sys-outline: light-dark(#74777f, #8e9099);--mat-sys-outline-variant: light-dark(#c4c6d0, #44474e);--mat-sys-primary: light-dark(#005cbb, #abc7ff);--mat-sys-primary-container: light-dark(#d7e3ff, #00458f);--mat-sys-primary-fixed: light-dark(#d7e3ff, #d7e3ff);--mat-sys-primary-fixed-dim: light-dark(#abc7ff, #abc7ff);--mat-sys-scrim: light-dark(#000000, #000000);--mat-sys-secondary: light-dark(#565e71, #bec6dc);--mat-sys-secondary-container: light-dark(#dae2f9, #3e4759);--mat-sys-secondary-fixed: light-dark(#dae2f9, #dae2f9);--mat-sys-secondary-fixed-dim: light-dark(#bec6dc, #bec6dc);--mat-sys-shadow: light-dark(#000000, #000000);--mat-sys-surface: light-dark(#faf9fd, #121316);--mat-sys-surface-bright: light-dark(#faf9fd, #38393c);--mat-sys-surface-container: light-dark(#efedf0, #1f2022);--mat-sys-surface-container-high: light-dark(#e9e7eb, #292a2c);--mat-sys-surface-container-highest: light-dark(#e3e2e6, #343537);--mat-sys-surface-container-low: light-dark(#f4f3f6, #1a1b1f);--mat-sys-surface-container-lowest: light-dark(#ffffff, #0d0e11);--mat-sys-surface-dim: light-dark(#dbd9dd, #121316);--mat-sys-surface-tint: light-dark(#005cbb, #abc7ff);--mat-sys-surface-variant: light-dark(#e0e2ec, #44474e);--mat-sys-tertiary: light-dark(#343dff, #bec2ff);--mat-sys-tertiary-container: light-dark(#e0e0ff, #0000ef);--mat-sys-tertiary-fixed: light-dark(#e0e0ff, #e0e0ff);--mat-sys-tertiary-fixed-dim: light-dark(#bec2ff, #bec2ff);--mat-sys-neutral-variant20: #2d3038;--mat-sys-neutral10: #1a1b1f;--mat-sys-level0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-sys-level1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-sys-level2: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-sys-level3: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-sys-level4: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-sys-level5: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-sys-body-large: 400 1rem / 1.5rem Satoshi;--mat-sys-body-large-font: Satoshi;--mat-sys-body-large-line-height: 1.5rem;--mat-sys-body-large-size: 1rem;--mat-sys-body-large-tracking: .031rem;--mat-sys-body-large-weight: 400;--mat-sys-body-medium: 400 .875rem / 1.25rem Satoshi;--mat-sys-body-medium-font: Satoshi;--mat-sys-body-medium-line-height: 1.25rem;--mat-sys-body-medium-size: .875rem;--mat-sys-body-medium-tracking: .016rem;--mat-sys-body-medium-weight: 400;--mat-sys-body-small: 400 .75rem / 1rem Satoshi;--mat-sys-body-small-font: Satoshi;--mat-sys-body-small-line-height: 1rem;--mat-sys-body-small-size: .75rem;--mat-sys-body-small-tracking: .025rem;--mat-sys-body-small-weight: 400;--mat-sys-display-large: 400 3.562rem / 4rem Satoshi;--mat-sys-display-large-font: Satoshi;--mat-sys-display-large-line-height: 4rem;--mat-sys-display-large-size: 3.562rem;--mat-sys-display-large-tracking: -.016rem;--mat-sys-display-large-weight: 400;--mat-sys-display-medium: 400 2.812rem / 3.25rem Satoshi;--mat-sys-display-medium-font: Satoshi;--mat-sys-display-medium-line-height: 3.25rem;--mat-sys-display-medium-size: 2.812rem;--mat-sys-display-medium-tracking: 0;--mat-sys-display-medium-weight: 400;--mat-sys-display-small: 400 2.25rem / 2.75rem Satoshi;--mat-sys-display-small-font: Satoshi;--mat-sys-display-small-line-height: 2.75rem;--mat-sys-display-small-size: 2.25rem;--mat-sys-display-small-tracking: 0;--mat-sys-display-small-weight: 400;--mat-sys-headline-large: 400 2rem / 2.5rem Satoshi;--mat-sys-headline-large-font: Satoshi;--mat-sys-headline-large-line-height: 2.5rem;--mat-sys-headline-large-size: 2rem;--mat-sys-headline-large-tracking: 0;--mat-sys-headline-large-weight: 400;--mat-sys-headline-medium: 400 1.75rem / 2.25rem Satoshi;--mat-sys-headline-medium-font: Satoshi;--mat-sys-headline-medium-line-height: 2.25rem;--mat-sys-headline-medium-size: 1.75rem;--mat-sys-headline-medium-tracking: 0;--mat-sys-headline-medium-weight: 400;--mat-sys-headline-small: 400 1.5rem / 2rem Satoshi;--mat-sys-headline-small-font: Satoshi;--mat-sys-headline-small-line-height: 2rem;--mat-sys-headline-small-size: 1.5rem;--mat-sys-headline-small-tracking: 0;--mat-sys-headline-small-weight: 400;--mat-sys-label-large: 500 .875rem / 1.25rem Satoshi;--mat-sys-label-large-font: Satoshi;--mat-sys-label-large-line-height: 1.25rem;--mat-sys-label-large-size: .875rem;--mat-sys-label-large-tracking: .006rem;--mat-sys-label-large-weight: 500;--mat-sys-label-large-weight-prominent: 700;--mat-sys-label-medium: 500 .75rem / 1rem Satoshi;--mat-sys-label-medium-font: Satoshi;--mat-sys-label-medium-line-height: 1rem;--mat-sys-label-medium-size: .75rem;--mat-sys-label-medium-tracking: .031rem;--mat-sys-label-medium-weight: 500;--mat-sys-label-medium-weight-prominent: 700;--mat-sys-label-small: 500 .688rem / 1rem Satoshi;--mat-sys-label-small-font: Satoshi;--mat-sys-label-small-line-height: 1rem;--mat-sys-label-small-size: .688rem;--mat-sys-label-small-tracking: .031rem;--mat-sys-label-small-weight: 500;--mat-sys-title-large: 400 1.375rem / 1.75rem Satoshi;--mat-sys-title-large-font: Satoshi;--mat-sys-title-large-line-height: 1.75rem;--mat-sys-title-large-size: 1.375rem;--mat-sys-title-large-tracking: 0;--mat-sys-title-large-weight: 400;--mat-sys-title-medium: 500 1rem / 1.5rem Satoshi;--mat-sys-title-medium-font: Satoshi;--mat-sys-title-medium-line-height: 1.5rem;--mat-sys-title-medium-size: 1rem;--mat-sys-title-medium-tracking: .009rem;--mat-sys-title-medium-weight: 500;--mat-sys-title-small: 500 .875rem / 1.25rem Satoshi;--mat-sys-title-small-font: Satoshi;--mat-sys-title-small-line-height: 1.25rem;--mat-sys-title-small-size: .875rem;--mat-sys-title-small-tracking: .006rem;--mat-sys-title-small-weight: 500;--mat-sys-corner-extra-large: 28px;--mat-sys-corner-extra-large-top: 28px 28px 0 0;--mat-sys-corner-extra-small: 4px;--mat-sys-corner-extra-small-top: 4px 4px 0 0;--mat-sys-corner-full: 9999px;--mat-sys-corner-large: 16px;--mat-sys-corner-large-end: 0 16px 16px 0;--mat-sys-corner-large-start: 16px 0 0 16px;--mat-sys-corner-large-top: 16px 16px 0 0;--mat-sys-corner-medium: 12px;--mat-sys-corner-none: 0;--mat-sys-corner-small: 8px;--mat-sys-dragged-state-layer-opacity: .16;--mat-sys-focus-state-layer-opacity: .12;--mat-sys-hover-state-layer-opacity: .08;--mat-sys-pressed-state-layer-opacity: .12}:root{--app-text-primary: #111111;--app-text-secondary: #454545;--app-text-muted: #4f4f4f;--app-text-subtle: #5a5a5a;--app-text-inverse-muted: rgba(255, 255, 255, .88)}body{color-scheme:light;background-color:var(--mat-sys-surface);color:var(--mat-sys-on-surface);font:var(--mat-sys-body-medium);font-family:Satoshi,sans-serif;line-height:1.5;margin:0;height:100%}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[role=button]:focus-visible,[tabindex]:not([tabindex="-1"]):focus-visible{outline:2px solid #111;outline-offset:3px}[data-main-content]:focus{outline:none}p,li,label,input,textarea,select,small{line-height:1.5}h1,h2,h3,h4,h5,h6,.title{font-family:Neue Haas Unica Pro Medium Italic,sans-serif;font-style:italic;font-weight:500}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
