/* Customer center extends the wholesale store's shared white, green and red design. */
.cs-app {
  padding-bottom: 40px;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--ink);
}
.cs-app [hidden] {
  display: none !important;
}
.cs-app :is(h1, h2, h3, p) {
  margin: 0;
}
.cs-app :is(button, input, select, textarea) {
  font: inherit;
}
.cs-app :is(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid var(--brand);
  outline-offset: 3px;
}
.cs-app :is(h1, h2, h3, p, b, span) {
  overflow-wrap: anywhere;
}
.cs-app h1 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: -0.8px;
}
.cs-app h2 {
  font-size: 1.25rem;
  font-weight: 750;
  line-height: 1.5;
}
.cs-app h3 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}
.cs-app button {
  touch-action: manipulation;
}
.cs-app button:disabled {
  cursor: default;
  opacity: 0.55;
}
.cs-app small {
  font-size: 0.875rem;
}
.cs-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 23px 0;
  color: var(--muted);
  font-size: 0.875rem;
}
.cs-breadcrumb a:hover {
  color: var(--brand);
}
.cs-layout {
  display: grid;
  grid-template-columns: 205px minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}
.cs-sidebar {
  position: sticky;
  top: 82px;
  padding-top: 4px;
}
.cs-side-title {
  display: block;
  font-size: 1.625rem;
  font-weight: 800;
  padding-bottom: 22px;
  border-bottom: 2px solid var(--ink);
  letter-spacing: -0.7px;
}
.cs-sidebar nav {
  display: grid;
  gap: 4px;
  padding: 13px 0 23px;
}
.cs-sidebar nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  gap: 10px;
  padding: 11px 14px;
  border-radius: 7px;
  color: var(--sub);
  font-size: 0.9375rem;
}
.cs-sidebar nav svg {
  width: 15px;
  height: 15px;
  color: var(--muted);
}
.cs-sidebar nav a:hover {
  color: var(--brand);
  background: var(--brand-soft);
}
.cs-sidebar nav a.active {
  background: var(--brand-soft);
  color: var(--brand);
  font-weight: 750;
}
.cs-sidebar nav a.active svg {
  color: var(--brand);
}
.cs-side-help {
  border-top: 1px solid var(--line);
  padding: 25px 13px 0;
}
.cs-side-help > span {
  display: block;
  color: var(--brand);
  margin-bottom: 10px;
}
.cs-side-help > b {
  font-size: 0.9375rem;
}
.cs-side-help p {
  font-size: 0.875rem;
  line-height: 1.85;
  color: var(--muted);
  margin: 6px 0 17px;
}
.cs-workspace {
  min-width: 0;
}
.cs-mobile-nav {
  display: none;
}
.cs-page-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 27px;
  padding-top: 3px;
}
.cs-page-title p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 1rem;
}
.cs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 17px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--sub);
  font-size: 0.875rem !important;
  font-weight: 650;
  text-align: center;
  line-height: 1.6;
}
.cs-btn svg {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
}
.cs-btn:hover {
  background: var(--soft);
  border-color: var(--line-strong);
}
.cs-btn.primary {
  background: var(--brand);
  border-color: var(--brand);
  color: var(--white);
}
.cs-btn.primary:hover {
  background: var(--brand);
  border-color: var(--brand);
}
.cs-btn.subtle {
  border: 0;
  color: var(--muted);
  text-decoration: underline;
}
.cs-text-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--sub);
  font-size: 0.875rem;
  font-weight: 500;
}
.cs-text-link:hover {
  color: var(--brand);
}
.cs-text-link svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.cs-eyebrow {
  display: block;
  color: var(--brand);
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 10px;
}
.cs-home-search {
  padding: 32px 37px 29px;
  border-radius: 13px;
  background: var(--soft);
  border: 1px solid var(--line);
}
.cs-home-search h1 {
  margin-bottom: 23px;
  font-size: 2rem;
}
.cs-search {
  display: flex;
  align-items: stretch;
  gap: 0;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: var(--white);
  min-height: 55px;
  overflow: hidden;
}
.cs-search:focus-within {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(var(--green-rgb), 0.071);
}
.cs-search-input {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 12px;
  padding: 0 17px;
  min-width: 0;
}
.cs-search-input svg {
  width: 21px;
  height: 21px;
  color: var(--muted);
  flex-shrink: 0;
}
.cs-search input {
  border: 0;
  outline: 0;
  padding: 14px 0;
  width: 100%;
  flex: 1;
  min-width: 0;
  color: var(--ink);
  background: transparent;
  font-size: 1rem;
}
.cs-search input:focus-visible {
  outline: 0;
}
.cs-search button {
  border: 0;
  padding: 12px 23px;
  background: var(--brand);
  color: var(--white);
  font-size: 0.9375rem;
  font-weight: 650;
}
.cs-search button:hover {
  background: var(--brand);
}
.cs-suggestions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 13px;
  margin-top: 16px;
  font-size: 0.875rem;
}
.cs-suggestions > span {
  color: var(--muted);
  margin-right: 3px;
  font-size: 0.8125rem;
}
.cs-suggestions a {
  color: var(--sub);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.cs-quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
  margin: 22px 0 38px;
}
.cs-quick {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 21px 18px;
  min-height: 142px;
  transition: border-color 0.15s;
}
.cs-quick:hover {
  border-color: var(--brand);
  background: var(--brand-soft);
}
.cs-quick-icon {
  color: var(--brand);
  margin-bottom: 14px;
}
.cs-quick-icon svg {
  width: 25px;
  height: 25px;
}
.cs-quick > b {
  font-size: 1rem;
  font-weight: 750;
}
.cs-quick small {
  color: var(--muted);
  font-size: 0.8125rem;
  margin-top: 5px;
}
.cs-quick > svg {
  position: absolute;
  right: 16px;
  top: 24px;
  width: 15px;
  height: 15px;
  color: var(--muted);
}
.cs-section {
  margin-top: 34px;
}
.cs-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 18px;
}
.cs-section-head h2 {
  font-size: 1.375rem;
}
.cs-topic-links {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding: 0 0 17px;
  scrollbar-width: thin;
}
.cs-topic-links a {
  font-size: 0.875rem;
  white-space: nowrap;
  color: var(--sub);
}
.cs-topic-links a:hover {
  color: var(--brand);
}
.cs-faq-list {
  border-top: 2px solid var(--ink);
}
.cs-faq {
  border-bottom: 1px solid var(--line);
}
.cs-faq summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 19px 17px;
  cursor: pointer;
}
.cs-faq summary::-webkit-details-marker {
  display: none;
}
.cs-question-mark {
  width: 23px;
  flex-shrink: 0;
  color: var(--brand);
  font-size: 1.125rem;
  font-weight: 800;
  align-self: center;
}
.cs-faq summary > span:nth-child(2) {
  flex: 1;
  min-width: 0;
  font-size: 1rem;
  font-weight: 550;
}
.cs-faq summary small {
  display: block;
  color: var(--muted);
  font-size: 0.75rem;
  margin-bottom: 4px;
  font-weight: 400;
}
.cs-faq summary > svg {
  width: 16px;
  height: 16px;
  transform: rotate(90deg);
  color: var(--muted);
  flex-shrink: 0;
  transition: transform 0.15s;
}
.cs-faq[open] summary > svg {
  transform: rotate(-90deg);
  color: var(--brand);
}
.cs-faq[open] summary {
  color: var(--brand);
}
.cs-answer {
  padding: 22px 25px 25px 55px;
  background: var(--soft);
  border-top: 1px solid var(--line);
}
.cs-answer p {
  font-size: 1rem;
  line-height: 1.95;
  color: var(--sub);
}
.cs-answer .cs-text-link {
  margin-top: 16px;
  color: var(--brand);
}
.cs-filter-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin: 22px 0 20px;
}
.cs-filter-bar :is(a, button) {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 40px;
  padding: 8px 13px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 7px;
  font-size: 0.875rem;
  color: var(--sub);
}
.cs-filter-bar .active {
  background: var(--brand-soft);
  color: var(--brand);
  border-color: var(--green-line);
  font-weight: 700;
}
.cs-filter-bar span {
  font-size: 0.75rem;
}
.cs-result {
  font-size: 0.875rem;
  color: var(--muted);
  margin: 22px 0 12px !important;
}
.cs-notice-list {
  border-top: 2px solid var(--ink);
}
.cs-notice-row {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr) auto 14px;
  align-items: center;
  gap: 15px;
  padding: 22px 15px;
  border-bottom: 1px solid var(--line);
}
.cs-notice-row:hover {
  background: var(--soft);
}
.cs-notice-type {
  font-size: 0.8125rem;
  color: var(--muted);
}
.cs-notice-type.pinned {
  width: max-content;
  padding: 3px 10px;
  border-radius: 5px;
  color: var(--brand);
  background: var(--brand-soft);
  font-weight: 700;
}
.cs-notice-row b {
  display: block;
  font-size: 1rem;
  font-weight: 600;
}
.cs-notice-row small {
  display: block;
  margin-top: 5px;
  font-size: 0.875rem;
  color: var(--muted);
}
.cs-notice-row time {
  color: var(--muted);
  font-size: 0.8125rem;
  white-space: nowrap;
}
.cs-notice-row > svg {
  width: 14px;
  color: var(--muted);
}
.cs-bottom-help {
  margin: 38px 0 0;
  padding: 25px 27px;
  background: var(--brand-soft);
  border: 1px solid var(--green-line);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.cs-bottom-help b {
  font-size: 1rem;
}
.cs-bottom-help p {
  font-size: 0.875rem;
  color: var(--muted);
  margin-top: 5px;
}
.cs-footer-note {
  text-align: center;
  font-size: 0.8125rem;
  color: var(--muted);
  margin-top: 17px !important;
}
.cs-empty {
  padding: 48px 20px;
  text-align: center;
}
.cs-empty > svg {
  width: 34px;
  height: 34px;
  color: var(--muted);
  margin-bottom: 15px;
}
.cs-empty h2 {
  font-size: 1.125rem;
}
.cs-empty p {
  font-size: 0.875rem;
  color: var(--muted);
  margin: 9px 0 20px;
}
#cs-faq-empty {
  text-align: center;
  padding-bottom: 20px;
}
#cs-faq-empty .cs-empty {
  padding-bottom: 0;
}
.cs-article {
  border: 1px solid var(--line);
  border-radius: 11px;
  background: var(--white);
  padding: 30px;
  margin-bottom: 24px;
}
.cs-article header {
  border-bottom: 1px solid var(--line);
  padding-bottom: 22px;
}
.cs-article header h1 {
  font-size: 1.625rem;
}
.cs-article header h2 {
  font-size: 1.5rem;
}
.cs-article header > p {
  font-size: 0.875rem;
  margin-top: 10px;
  color: var(--muted);
}
.cs-article-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 0.8125rem;
  color: var(--muted);
  margin-bottom: 17px;
}
.cs-prose {
  padding: 27px 0;
}
.cs-prose p {
  font-size: 1rem;
  color: var(--sub);
  line-height: 2;
  margin-bottom: 18px;
}
.cs-prose p:last-child {
  margin: 0;
}
.cs-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.cs-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 9px;
  border-radius: 5px;
  background: var(--soft);
  font-size: 0.875rem;
  color: var(--sub);
  font-weight: 600;
  line-height: 1.6;
}
.cs-badge.brand {
  background: var(--brand-soft);
  color: var(--brand);
}
.cs-guide-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 25px;
}
.cs-guide-tabs a {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 57px;
  padding: 13px 17px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 0.9375rem;
  color: var(--sub);
}
.cs-guide-tabs svg {
  width: 21px;
  height: 21px;
  flex-shrink: 0;
}
.cs-guide-tabs a.active {
  color: var(--brand);
  border-color: var(--green-light);
  background: var(--brand-soft);
  font-weight: 700;
}
.cs-guide {
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 29px;
}
.cs-guide header h2 {
  font-size: 1.5rem;
}
.cs-guide header p {
  margin-top: 8px;
  color: var(--muted);
}
.cs-steps {
  list-style: none;
  padding: 0;
  margin: 28px 0;
}
.cs-steps li {
  display: flex;
  gap: 19px;
  padding: 23px 0;
  border-top: 1px solid var(--line);
}
.cs-steps li > span {
  font-size: 1.375rem;
  color: var(--brand);
  font-weight: 750;
  min-width: 32px;
}
.cs-steps h3 {
  margin-bottom: 7px;
}
.cs-steps p {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.9;
}
.cs-note {
  padding: 19px 21px;
  background: #f6f8fb;
  border: 1px solid var(--line);
  border-radius: 7px;
  margin: 20px 0;
  font-size: 0.875rem;
  color: var(--sub);
  line-height: 1.9;
}
.cs-note > b {
  display: block;
  color: var(--sub);
  margin-bottom: 6px;
}
.cs-note ul {
  margin: 8px 0 0;
  padding-left: 19px;
}
.cs-note li + li {
  margin-top: 7px;
}
.cs-demo-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 15px 18px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 0.875rem;
  color: var(--muted);
  margin-bottom: 24px;
}
.cs-demo-note b {
  color: var(--brand);
  flex-shrink: 0;
}
.cs-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 225px;
  gap: 23px;
  align-items: start;
}
.cs-form {
  min-width: 0;
  border-top: 2px solid var(--ink);
}
.cs-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 18px;
  padding-top: 25px;
}
.cs-form-grid .wide {
  grid-column: 1/-1;
}
.cs-field {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 23px;
  min-width: 0;
  font-size: 0.875rem;
}
.cs-field > span {
  font-weight: 650;
  color: var(--sub);
}
.cs-field :is(input, select, textarea) {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--white);
  padding: 11px 12px;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.7;
}
.cs-field textarea {
  resize: vertical;
  font-family: inherit;
}
.cs-field :is(input, textarea)::placeholder {
  color: var(--muted);
}
.cs-character-count {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 17px;
  font-size: 0.75rem;
  color: var(--muted);
  margin: -13px 0 25px;
}
.cs-character-count > span:last-child {
  white-space: nowrap;
}
.cs-file-area {
  border-top: 1px solid var(--line);
  padding: 23px 0;
}
.cs-file-area h2 {
  font-size: 0.9375rem;
  margin-bottom: 13px;
}
.cs-upload {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  min-height: 43px;
  border: 1px solid var(--line);
  border-radius: 7px;
  cursor: pointer;
  font-size: 0.875rem;
  color: var(--sub);
}
.cs-upload svg {
  width: 18px;
  height: 18px;
}
.cs-upload input {
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.cs-upload:focus-within {
  outline: 3px solid var(--brand);
  outline-offset: 3px;
}
.cs-helper {
  font-size: 0.8125rem;
  color: var(--muted);
  line-height: 1.8;
  margin-top: 10px !important;
}
.cs-file-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 7px;
  margin-top: 10px;
}
.cs-file-row > svg {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  color: var(--muted);
}
.cs-file-row > span {
  min-width: 0;
  font-size: 0.875rem;
  flex: 1;
}
.cs-file-row small {
  display: block;
  margin-top: 3px;
  font-size: 0.75rem;
  color: var(--muted);
}
.cs-file-remove {
  display: grid;
  place-items: center;
  border: 0;
  width: 36px;
  height: 36px;
  background: transparent;
  color: var(--muted);
  font-size: 1.25rem !important;
  flex-shrink: 0;
}
.cs-agree {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  font-size: 0.875rem;
  color: var(--sub);
  line-height: 1.9;
}
.cs-agree input {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin: 4px 0 0;
  accent-color: var(--brand);
}
.cs-form-actions {
  display: flex;
  align-items: center;
  justify-content: stretch;
  gap: 11px;
}
.cs-form-actions > button:first-child {
  min-width: 125px;
}
.cs-form-actions > button:last-child {
  flex: 1;
  min-height: 49px;
}
.cs-form-aside section {
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 22px 18px;
  margin-bottom: 19px;
}
.cs-form-aside h2 {
  font-size: 1rem;
  margin-bottom: 16px;
}
.cs-form-aside p {
  font-size: 0.875rem;
  color: var(--muted);
  line-height: 1.9;
  margin-bottom: 17px;
}
#cs-related-help a {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid var(--line);
  padding: 13px 0;
  font-size: 0.875rem;
  color: var(--muted);
}
#cs-related-help a:last-child {
  padding-bottom: 0;
}
#cs-related-help svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  margin-left: auto;
}
.cs-order-preview:empty {
  display: none;
}
.cs-linked-order {
  display: flex;
  align-items: center;
  gap: 17px;
  justify-content: space-between;
  border: 1px solid var(--line);
  background: var(--soft);
  border-radius: 8px;
  padding: 17px;
  margin: 0 0 23px;
}
.cs-linked-order b {
  display: block;
  font-size: 0.9375rem;
  margin: 4px 0;
}
.cs-linked-order p {
  font-size: 0.875rem;
  color: var(--muted);
}
.cs-linked-order .cs-btn {
  padding: 8px 12px;
  flex-shrink: 0;
}
.cs-article .cs-linked-order {
  margin-top: 23px;
  margin-bottom: 0;
}
.cs-meta {
  font-size: 0.75rem;
  color: var(--muted);
}
.cs-error {
  padding: 13px 15px;
  border: 1px solid var(--green-light);
  background: var(--brand-soft);
  border-radius: 7px;
  color: var(--brand);
  font-size: 0.875rem;
  line-height: 1.8;
  margin: 16px 0;
}
.cs-ticket-list {
  border-top: 2px solid var(--ink);
}
.cs-ticket-row {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr) auto 15px;
  align-items: center;
  gap: 18px;
  padding: 24px 14px;
  border-bottom: 1px solid var(--line);
}
.cs-ticket-row:hover {
  background: #fafbfd;
}
.cs-ticket-row h2 {
  font-size: 1rem;
}
.cs-ticket-row > div:first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.cs-ticket-row p {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.8125rem;
}
.cs-ticket-row time {
  font-size: 0.75rem;
  color: var(--muted);
}
.cs-ticket-row > svg {
  width: 15px;
  height: 15px;
  color: var(--muted);
}
.cs-sample-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 23px;
  font-size: 0.875rem;
  color: var(--muted);
}
.cs-user-content {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font-size: 1rem;
  line-height: 2;
  color: var(--sub);
  min-height: 160px;
}
.cs-attachments {
  padding: 22px 0;
  border-top: 1px solid var(--line);
}
.cs-attachments h3 {
  margin-bottom: 12px;
}
.cs-attachments > div {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 8px 0;
  font-size: 0.875rem;
  color: var(--muted);
}
.cs-attachments svg {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
}
.cs-attachments > div > span {
  flex: 1;
  min-width: 0;
}
.cs-attachments small {
  white-space: nowrap;
  font-size: 0.75rem;
}
.cs-attachments > p {
  color: var(--muted);
  font-size: 0.8125rem;
}
.cs-reply {
  border: 1px solid var(--green-line);
  background: var(--brand-soft);
  border-radius: 8px;
  padding: 23px;
}
.cs-reply h3 {
  margin-bottom: 10px;
}
.cs-reply p {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.9;
}
.cs-reply .cs-btn {
  margin-top: 20px;
}
.cs-reply.pending {
  background: #f8fafc;
  border-color: var(--line);
}
.cs-detail-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.cs-detail-actions > div {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.cs-dialog {
  width: min(450px, calc(100vw - 32px));
  padding: 28px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 24px 80px #20283840;
}
.cs-dialog::backdrop {
  background: #151d2a70;
}
.cs-dialog h2 {
  font-size: 1.25rem;
  margin-bottom: 12px;
}
.cs-dialog p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.9;
  margin-bottom: 25px;
}
.cs-dialog .cs-actions {
  justify-content: flex-end;
}
.cs-success {
  text-align: center;
  max-width: 650px;
  margin: 15px auto 0;
  padding: 22px 10px;
}
.cs-success-icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--brand-soft);
  color: var(--brand);
  margin: 0 auto 24px;
}
.cs-success-icon svg {
  width: 30px;
  height: 30px;
}
.cs-success > p {
  font-size: 1rem;
  color: var(--muted);
  margin-top: 12px;
}
.cs-success-summary {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 24px;
  margin: 29px 0 20px;
}
.cs-success-summary > span:first-child {
  font-size: 0.875rem;
  color: var(--muted);
}
.cs-success-summary h2 {
  margin: 8px 0 15px;
}
.cs-success-summary p {
  margin-top: 13px;
  font-size: 0.875rem;
  color: var(--muted);
}
.cs-success .cs-note {
  text-align: left;
}
.cs-success .cs-actions {
  justify-content: center;
  margin-top: 26px;
}
.store-help-entry {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 27px 0 35px;
  font-size: 14px;
  color: var(--sub);
}
.store-help-entry > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}
.store-help-entry a {
  color: var(--brand);
  font-weight: 650;
}
.mobile-support-link {
  min-width: 38px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0;
  color: var(--sub);
  font-size: 10px;
}
.mobile-support-link svg {
  width: 19px;
  height: 19px;
}
.mobile-support-link[aria-current="page"],
.utility-links a[aria-current="page"] {
  color: var(--brand);
  font-weight: 700;
}
@media (max-width: 1100px) {
  .cs-layout {
    grid-template-columns: 175px minmax(0, 1fr);
    gap: 28px;
  }
  .cs-quick-grid {
    gap: 10px;
  }
  .cs-quick {
    padding: 20px 15px;
  }
  .cs-form-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .cs-form-aside {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .cs-form-aside section {
    margin-bottom: 0;
  }
  .cs-form-aside > .cs-text-link {
    grid-column: 1/-1;
  }
}
@media (max-width: 760px) {
  .cs-app {
    padding-bottom: 32px;
  }
  .cs-breadcrumb {
    padding: 17px 0;
    font-size: 0.8125rem;
  }
  .cs-layout {
    display: block;
  }
  .cs-sidebar {
    display: none;
  }
  .cs-mobile-nav {
    display: flex;
    gap: 5px;
    overflow-x: auto;
    border-bottom: 1px solid var(--line);
    padding: 0 0 12px;
    margin-bottom: 24px;
    scrollbar-width: none;
  }
  .cs-mobile-nav a {
    display: flex;
    white-space: nowrap;
    align-items: center;
    flex-shrink: 0;
    padding: 8px 12px;
    min-height: 40px;
    border-radius: 6px;
    color: var(--muted);
    font-size: 0.875rem;
  }
  .cs-mobile-nav a.active {
    color: var(--brand);
    background: var(--brand-soft);
    font-weight: 700;
  }
  .cs-mobile-nav svg {
    display: none;
  }
  .cs-app h1 {
    font-size: 1.625rem;
  }
  .cs-page-title {
    display: block;
    margin-bottom: 23px;
  }
  .cs-page-title > .cs-btn {
    margin-top: 15px;
  }
  .cs-page-title p {
    font-size: 1rem;
  }
  .cs-home-search {
    padding: 23px 18px;
  }
  .cs-home-search h1 {
    font-size: 1.625rem;
    margin-bottom: 20px;
  }
  .cs-home-search .cs-eyebrow {
    font-size: 0.8125rem;
  }
  .cs-search {
    min-height: 51px;
  }
  .cs-search-input {
    padding: 0 12px;
    gap: 8px;
  }
  .cs-search-input svg {
    width: 18px;
    height: 18px;
  }
  .cs-search input {
    font-size: 1rem;
  }
  .cs-search button {
    padding: 10px 16px;
    font-size: 0.875rem;
  }
  .cs-suggestions {
    gap: 5px 11px;
    font-size: 0.8125rem;
  }
  .cs-suggestions > span {
    display: none;
  }
  .cs-quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 17px 0 30px;
    gap: 11px;
  }
  .cs-quick {
    min-height: 130px;
    padding: 19px 16px;
  }
  .cs-quick-icon {
    margin-bottom: 11px;
  }
  .cs-quick-icon svg {
    width: 23px;
    height: 23px;
  }
  .cs-quick > b {
    font-size: 0.9375rem;
  }
  .cs-quick small {
    font-size: 0.75rem;
  }
  .cs-quick > svg {
    top: 22px;
    right: 15px;
  }
  .cs-section {
    margin-top: 30px;
  }
  .cs-section-head h2 {
    font-size: 1.25rem;
  }
  .cs-topic-links {
    gap: 20px;
  }
  .cs-faq summary {
    padding: 18px 6px;
    gap: 10px;
  }
  .cs-question-mark {
    width: 21px;
  }
  .cs-faq summary > span:nth-child(2) {
    font-size: 0.9375rem;
  }
  .cs-faq summary small {
    font-size: 0.75rem;
  }
  .cs-answer {
    padding: 18px;
  }
  .cs-notice-row {
    grid-template-columns: minmax(0, 1fr) 14px;
    gap: 8px 12px;
    padding: 19px 6px;
  }
  .cs-notice-type {
    grid-row: 1;
    grid-column: 1;
  }
  .cs-notice-row > span:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .cs-notice-row time {
    grid-column: 1;
    grid-row: 3;
    margin-top: 2px;
  }
  .cs-notice-row > svg {
    grid-column: 2;
    grid-row: 2;
  }
  .cs-notice-row b {
    font-size: 0.9375rem;
  }
  .cs-notice-row small {
    font-size: 0.8125rem;
  }
  .cs-bottom-help {
    padding: 22px 19px;
    display: block;
  }
  .cs-bottom-help .cs-btn {
    margin-top: 18px;
    width: 100%;
  }
  .cs-footer-note {
    font-size: 0.75rem;
    text-align: left;
  }
  .cs-filter-bar {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 5px;
  }
  .cs-filter-bar :is(a, button) {
    flex-shrink: 0;
    white-space: nowrap;
  }
  .cs-guide-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .cs-guide-tabs a {
    padding: 12px;
    min-height: 52px;
    gap: 8px;
    font-size: 0.875rem;
  }
  .cs-guide-tabs svg {
    width: 19px;
    height: 19px;
  }
  .cs-guide {
    padding: 24px 19px;
  }
  .cs-guide header h2 {
    font-size: 1.375rem;
  }
  .cs-steps li {
    gap: 14px;
    padding: 21px 0;
  }
  .cs-steps li > span {
    min-width: 27px;
  }
  .cs-note {
    padding: 17px;
  }
  .cs-guide > .cs-btn {
    width: 100%;
  }
  .cs-article {
    padding: 23px 18px;
  }
  .cs-article header h1,
  .cs-article header h2 {
    font-size: 1.375rem;
  }
  .cs-prose {
    padding: 23px 0;
  }
  .cs-demo-note {
    display: block;
    padding: 15px 16px;
  }
  .cs-demo-note b {
    display: block;
    margin-bottom: 4px;
  }
  .cs-form-layout {
    gap: 26px;
  }
  .cs-form-grid {
    grid-template-columns: 1fr;
    padding-top: 22px;
  }
  .cs-field {
    margin-bottom: 22px;
  }
  .cs-character-count {
    display: block;
  }
  .cs-character-count > span:last-child {
    display: block;
    text-align: right;
    margin-top: 5px;
  }
  .cs-form-actions > button:first-child {
    min-width: 100px;
  }
  .cs-form-aside {
    grid-template-columns: 1fr;
  }
  .cs-form-aside section {
    padding: 22px 19px;
  }
  .cs-linked-order {
    padding: 15px;
  }
  .cs-ticket-row {
    grid-template-columns: minmax(0, 1fr) 15px;
    gap: 10px;
    padding: 20px 7px;
  }
  .cs-ticket-row > div:first-child {
    flex-direction: row;
    align-items: center;
    gap: 9px;
    grid-column: 1;
  }
  .cs-ticket-row > div:nth-child(2) {
    grid-column: 1;
  }
  .cs-ticket-row time {
    grid-column: 1;
  }
  .cs-ticket-row > svg {
    grid-column: 2;
    grid-row: 1/4;
  }
  .cs-sample-link {
    display: block;
    font-size: 0.8125rem;
  }
  .cs-sample-link a {
    margin-top: 9px;
  }
  .cs-detail-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .cs-detail-actions > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .cs-detail-actions > .cs-btn {
    align-self: flex-end;
  }
  .cs-reply {
    padding: 19px;
  }
  .cs-success {
    padding: 16px 0;
    margin-top: 0;
  }
  .cs-success-summary {
    padding: 22px 18px;
  }
  .cs-success .cs-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .cs-success-icon {
    width: 57px;
    height: 57px;
  }
  .store-help-entry {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 0;
    gap: 12px;
  }
}
@media (max-width: 380px) {
  .cs-home-search {
    padding: 22px 14px;
  }
  .cs-search-input svg {
    display: none;
  }
  .cs-linked-order {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .cs-home-search h1 {
    font-size: 1.5rem;
  }
  .cs-guide-tabs a {
    padding: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cs-app * {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}
