.support-hub{--sh-ink: rgb(var(--text-color));--sh-paper: rgb(var(--background));--sh-muted: rgb(var(--text-color) / .62);--sh-line: rgb(var(--text-color) / .16);--sh-fill: rgb(var(--text-color) / .05);--sh-radius: 12px;max-width:820px;margin-inline:auto}.support-hub__wizard,.support-hub__panels,.support-hub__panel,.support-hub__success{display:grid;gap:1.15rem}.support-hub__success,.support-hub__wizard{border:1px solid rgb(var(--border-color));border-radius:var(--sh-radius);background:var(--sh-paper);padding:1.1rem 1rem 1.25rem}.support-hub__status{text-align:center}.support-hub__progress-count{margin:0}.support-hub__progress-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;padding-top:.15rem}.support-hub__progress-step{-webkit-appearance:none;appearance:none;position:relative;display:grid;justify-items:center;gap:.4rem;min-width:0;padding:0;border:0;background:transparent;color:inherit;-webkit-text-fill-color:currentColor;text-align:center;cursor:pointer}.support-hub__progress-step:disabled{cursor:default}.support-hub__progress-step:not(:last-child):after{content:"";position:absolute;top:15px;left:calc(50% + 16px);width:calc(100% - 32px);height:2px;background:var(--sh-line);z-index:0}.support-hub__progress-step.is-complete:not(:last-child):after{background:var(--sh-ink)}.support-hub__progress-node{position:relative;z-index:1;display:grid;place-items:center;width:30px;height:30px;border-radius:999px;border:1px solid rgb(var(--text-color) / .22);background:var(--sh-paper);color:var(--sh-ink);-webkit-text-fill-color:var(--sh-ink);font-size:.75rem;font-weight:800}.support-hub__progress-node:before{content:attr(data-step-number);color:inherit;-webkit-text-fill-color:inherit}.support-hub__progress-copy{display:grid;gap:.15rem;max-width:100%;min-width:0;justify-items:center}.support-hub__progress-label{font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgb(var(--text-color) / .54);-webkit-text-fill-color:rgb(var(--text-color) / .54)}.support-hub__progress-value{font-size:clamp(.68rem,2.5vw,.8rem);font-weight:700;line-height:1.25;max-width:100%;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.support-hub__progress-step.is-complete .support-hub__progress-node,.support-hub__progress-step.is-active .support-hub__progress-node{border-color:var(--sh-ink);background:var(--sh-ink);color:rgb(var(--background))!important;-webkit-text-fill-color:rgb(var(--background))!important}.support-hub__progress-step.is-complete .support-hub__progress-node:before,.support-hub__progress-step.is-active .support-hub__progress-node:before{color:rgb(var(--background))!important;-webkit-text-fill-color:rgb(var(--background))!important}.support-hub__progress-step.is-complete .support-hub__progress-node:before{content:"\2713";font-size:.82rem}.support-hub__progress-step.is-pending .support-hub__progress-value{color:var(--sh-muted);-webkit-text-fill-color:var(--sh-muted)}.support-hub__progress-step.is-active .support-hub__progress-label,.support-hub__progress-step.is-complete .support-hub__progress-label{color:rgb(var(--text-color) / .72);-webkit-text-fill-color:rgb(var(--text-color) / .72)}.support-hub__panel[hidden]{display:none}.support-hub__panel-header{display:grid;gap:.35rem;justify-items:start}.support-hub__back{-webkit-appearance:none;appearance:none;display:inline-flex;align-items:center;gap:.35rem;margin:0;padding:0;border:0;background:transparent;color:inherit;-webkit-text-fill-color:currentColor;font:inherit;font-weight:600;cursor:pointer}.support-hub__back .icon,.support-hub__back svg{width:.85rem;height:.85rem;flex-shrink:0}.support-hub__panel-title{margin:0;font-size:1.15rem;line-height:1.3}.support-hub__panel-helper{margin:0}.support-hub__categories{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.support-hub__category,.support-topic-option,.support-hub__subject-chip{-webkit-appearance:none;appearance:none;border:1px solid rgb(var(--text-color) / .16);background:rgb(var(--background));color:rgb(var(--text-color));-webkit-text-fill-color:rgb(var(--text-color));cursor:pointer}.support-hub__category:hover,.support-topic-option:hover,.support-hub__subject-chip:hover{border-color:rgb(var(--text-color) / .45)}.support-hub__category:focus-visible,.support-topic-option:focus-visible,.support-hub__subject-chip:focus-visible,.support-hub__progress-step:focus-visible,.support-hub__back:focus-visible{outline:2px solid var(--sh-ink);outline-offset:2px}.support-hub__category{position:relative;display:grid;justify-items:center;align-content:center;gap:.5rem;min-height:6.5rem;text-align:center;padding:1rem .7rem;border-radius:var(--sh-radius)}.support-hub__category-label{font-size:.86rem;font-weight:600;line-height:1.25}.support-hub__topics-group{display:grid;gap:.55rem}.support-topic-option{position:relative;width:100%;border-radius:var(--sh-radius);padding:.9rem 2.5rem .9rem .95rem;display:flex;align-items:flex-start;text-align:left}.support-topic-option__main{display:grid;gap:.2rem;min-width:0}.support-topic-option__title{font-weight:600;line-height:1.3}.support-topic-option__description{font-size:.82rem;line-height:1.35;color:var(--sh-muted);-webkit-text-fill-color:var(--sh-muted)}.support-hub__category.is-selected,.support-topic-option.is-selected,.support-hub__category[aria-pressed=true],.support-topic-option[aria-pressed=true]{border-color:var(--sh-ink);box-shadow:inset 0 0 0 1px var(--sh-ink);background:var(--sh-fill)}.support-hub__category.is-selected:after,.support-topic-option.is-selected:after{content:"\2713";position:absolute;top:.65rem;right:.65rem;display:grid;place-items:center;width:1.35rem;height:1.35rem;border-radius:999px;background:var(--sh-ink);color:rgb(var(--background))!important;-webkit-text-fill-color:rgb(var(--background))!important;font-size:.75rem;font-weight:700}.support-hub__subject-label{margin:0 0 .5rem}.support-hub__subject-chips{display:flex;flex-wrap:wrap;gap:.5rem}.support-hub__subject-chip{display:inline-flex;align-items:center;border-radius:999px;padding:.55rem .9rem;min-height:2.75rem;font-size:.86rem;font-weight:600;line-height:1.25;text-align:left;max-width:100%;-webkit-user-select:none;user-select:none}.support-hub__subject-chip.is-selected,.support-hub__subject-chip.is-selected:hover,.support-hub__subject-chip.is-selected:focus{border-color:var(--sh-ink);background:var(--sh-ink);color:rgb(var(--background))!important;-webkit-text-fill-color:rgb(var(--background))!important;box-shadow:none}.support-hub__subject-control.is-invalid .support-hub__subject-chips{outline:1px solid rgb(var(--error-text));outline-offset:4px;border-radius:12px}.support-hub__empty{max-width:36rem}.support-hub .support-hub__submit-button:disabled,.support-hub .support-hub__submit-button[aria-disabled=true]{opacity:.42;cursor:not-allowed}@media screen and (max-width:699px){.support-hub__success,.support-hub__wizard{padding:.95rem .85rem 1.1rem}.support-hub__progress-label{letter-spacing:.04em;font-size:.58rem}.support-hub__progress-value{font-size:.68rem}.support-hub__category{min-height:6rem;padding:.85rem .55rem}.support-hub__category-label{font-size:.8rem}.support-hub__subject-chip{font-size:.82rem}.support-hub__progress-copy{gap:.1rem}}@media screen and (min-width:700px){.support-hub__wizard,.support-hub__panels,.support-hub__panel,.support-hub__success{gap:1.25rem}.support-hub__success,.support-hub__wizard{padding:1.5rem 1.6rem 1.65rem}.support-hub__categories{grid-template-columns:repeat(4,minmax(0,1fr))}.support-hub__category{min-height:7rem}.support-hub__panel-title{font-size:1.3rem}.support-hub__progress-value{-webkit-line-clamp:1;line-clamp:1;white-space:nowrap;display:block;text-overflow:ellipsis}}
/*# sourceMappingURL=/cdn/shop/t/386/compiled_assets/styles.css.map */
