body.openshop-modal-open {
  overflow: hidden;
}

.openshop-channel-modal,
.openshop-channel-modal * {
  box-sizing: border-box;
}

.openshop-channel-modal {
  position: fixed;
  z-index: 100000;
  inset: 0;
  display: none;
  align-items: flex-start;
  justify-content: center;
  overflow-y: auto;
  padding: 100px 18px 50px;
  background: rgba(17, 28, 48, 0.62);
  backdrop-filter: blur(5px);
}

.openshop-channel-modal.is-open {
  display: flex;
}

.openshop-channel-dialog {
  width: min(790px, 100%);
  overflow: hidden;
  border-radius: 18px;
  color: #172033;
  background: #fff;
  box-shadow: 0 28px 80px rgba(13, 24, 45, 0.3);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.openshop-channel-dialog__head {
  position: relative;
  text-align: center;
  border-bottom: 1px solid #edf0f5;
  padding: 28px 30px 20px;
}

.openshop-channel-dialog__head h2 {
  margin: 0 0 8px;
  color: #172033;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
}

.openshop-channel-dialog__head p {
  margin: 0;
  color: #748095;
  font-size: 14px;
  line-height: 1.6;
}

.openshop-channel-dialog__close {
  position: absolute;
  top: 17px;
  right: 18px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #617087;
  background: #f1f4f8;
  font-size: 20px;
  line-height: 36px;
  cursor: pointer;
}

.openshop-channel-dialog__close:hover {
  color: #364153;
  background: #e7ebf1;
}

.openshop-channel-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 26px 28px 28px;
}

.openshop-channel-option {
  display: block;
  padding: 25px 23px 22px;
  border: 2px solid #e5eaf1;
  border-radius: 14px;
  color: #172033;
  background: #fff;
  text-align: left;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.openshop-channel-option:hover {
  transform: translateY(-3px);
  border-color: #4388f2;
  color: #172033;
  box-shadow: 0 14px 27px rgba(33, 103, 218, 0.11);
}

.openshop-channel-option--support {
  border-color: #f0c485;
  background: linear-gradient(145deg, #fffaf2, #fff);
}

.openshop-channel-option__tag {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 999px;
  color: #1765df;
  background: #eaf2ff;
  font-size: 12px;
  font-weight: 900;
}

.openshop-channel-option--support .openshop-channel-option__tag {
  color: #ba651c;
  background: #ffedd5;
}

.openshop-channel-option h3 {
  margin: 14px 0 8px;
  color: #172033;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
}

.openshop-channel-option p {
  min-height: 69px;
  margin: 0 0 16px;
  color: #69768a;
  font-size: 13px;
  line-height: 1.75;
}

.openshop-channel-option__action {
  min-height: 44px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  color: #fff;
  background: #176cf2;
  font-size: 14px;
  font-weight: 900;
}

.openshop-channel-option--support .openshop-channel-option__action {
  background: linear-gradient(90deg, #f1982d, #eb7425);
}

.openshop-special-support,
.openshop-special-support * {
  box-sizing: border-box;
}

.openshop-special-support {
  min-height: 720px;
  color: #172033;
  background: #f5f7fa;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.openshop-support-container {
  width: min(1040px, calc(100% - 32px));
  margin: 0 auto;
}

.openshop-support-hero {
  padding: 19px 20px 21px;
  color: #fff;
  background: radial-gradient(circle at 86% 8%, rgba(255, 255, 255, 0.12) 0 58px, transparent 60px), linear-gradient(120deg, #d85d19, #f4a122);
}

.openshop-support-tag {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.17);
  font-size: 13px;
  font-weight: 850;
}

.openshop-support-hero h1 {
  max-width: 760px;
  margin: 9px 0 6px;
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.25;
}

.openshop-support-hero p {
  max-width: 730px;
  margin: 0;
  color: rgba(255, 255, 255, 0.91);
  font-size: 14px;
  line-height: 1.5;
}

.openshop-support-content {
  padding-top: 20px;
  padding-bottom: 58px;
}

.openshop-support-eligibility {
  padding: 19px 21px;
  border: 1px solid #e5e8ee;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 9px 24px rgba(34, 49, 79, 0.06);
}

.openshop-support-eligibility__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.openshop-support-eligibility__head h2 {
  margin: 0 0 4px;
  color: #172033;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}

.openshop-support-eligibility__head p {
  margin: 0;
  color: #748095;
  font-size: 12px;
  line-height: 1.55;
}

.openshop-support-eligibility__action {
  min-height: 42px;
  padding: 0 17px;
  flex-shrink: 0;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(90deg, #df651e, #ef8d24);
  box-shadow: 0 7px 17px rgba(201, 84, 18, 0.17);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.openshop-support-eligibility__list {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.openshop-support-eligibility__item {
  padding: 12px 14px;
  border: 1px solid #e8ebf0;
  border-radius: 10px;
  background: #fff;
}

.openshop-support-eligibility__item strong {
  display: block;
  color: #1b2435;
  font-size: 14px;
  line-height: 1.5;
}

.openshop-support-eligibility__item strong span {
  color: #d45a18;
}

.openshop-support-eligibility__item p {
  margin: 4px 0 0;
  color: #7a8597;
  font-size: 11px;
  line-height: 1.45;
}

.openshop-support-flow {
  margin-top: 16px;
  padding: 13px 16px;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  border: 1px solid #e7eaf0;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(34, 49, 79, 0.05);
}

.openshop-support-flow__intro h2 {
  margin: 0;
  color: #172033;
  font-size: 18px;
  font-weight: 700;
}

.openshop-support-flow__steps {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.openshop-support-flow__step {
  width: 100%;
  min-height: 52px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid #e6e9ef;
  border-radius: 10px;
  color: #172033;
  background: #fbfcfe;
  text-align: left;
  text-decoration: none;
  font: inherit;
}

button.openshop-support-flow__step {
  cursor: pointer;
}

.openshop-support-flow__step:hover {
  color: #172033;
  border-color: #efbd77;
}

.openshop-support-flow__step--primary {
  border-color: #efbd77;
  background: #fff8ed;
}

.openshop-support-flow__number {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #e66e20;
  font-size: 12px;
  font-weight: 900;
}

.openshop-support-flow__step strong,
.openshop-support-flow__step small {
  display: block;
}

.openshop-support-flow__step strong {
  color: #172033;
  font-size: 14px;
}

.openshop-support-flow__step small {
  margin-top: 1px;
  color: #748095;
  font-size: 11px;
  line-height: 1.4;
}

.openshop-support-flow__arrow {
  color: #b5bdc9;
  font-size: 18px;
  font-weight: 900;
}

.openshop-support-benefits {
  margin-top: 28px;
}

.openshop-support-benefits > h2 {
  margin: 0 0 8px;
  color: #172033;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
}

.openshop-support-benefits__description {
  margin: 0 0 22px;
  color: #748095;
  line-height: 1.7;
}

.openshop-support-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

.openshop-support-benefit {
  min-height: 158px;
  padding: 18px 16px;
  border: 1px solid #e8ebf0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(34, 49, 79, 0.05);
}

.openshop-support-benefit__icon {
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #bd6818;
  background: #fff0da;
  font-size: 15px;
  font-weight: 950;
}

.openshop-support-benefit h3 {
  margin: 0 0 7px;
  color: #172033;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.openshop-support-benefit p {
  margin: 0;
  color: #758196;
  font-size: 13px;
  line-height: 1.7;
}

.openshop-support-not-qualified {
  margin-top: 24px;
  padding: 17px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid #e3e8ef;
  border-radius: 12px;
  background: #fff;
}

.openshop-support-not-qualified h3 {
  margin: 0 0 6px;
  color: #172033;
  font-size: 17px;
  font-weight: 700;
}

.openshop-support-not-qualified p {
  margin: 0;
  color: #728095;
  font-size: 13px;
  line-height: 1.65;
}

.openshop-support-not-qualified > a {
  min-height: 42px;
  padding: 0 17px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2474ed;
  border-radius: 8px;
  color: #1768df;
  background: #fff;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.openshop-support-not-qualified > a:hover {
  color: #1768df;
  background: #f5f9ff;
}

.openshop-support-policy {
  margin-top: 16px;
  padding: 13px 17px;
  border-left: 4px solid #ed9135;
  border-radius: 7px;
  color: #746453;
  background: #fff7eb;
  font-size: 12px;
  line-height: 1.75;
}

.openshop-survey-dialog {
  width: min(560px, 100%);
}

.openshop-survey-dialog__body {
  padding: 26px 28px 28px;
}

.openshop-survey-warning {
  padding: 18px;
  border: 2px solid #f0b768;
  border-radius: 12px;
  background: #fff8eb;
  text-align: center;
}

.openshop-survey-warning__label {
  color: #a76529;
  font-size: 13px;
  font-weight: 800;
}

.openshop-survey-warning__channel {
  margin: 7px 0 5px;
  color: #d84d17;
  font-size: 28px;
  font-weight: 950;
}

.openshop-survey-warning p {
  margin: 0;
  color: #8b603d;
  font-size: 12px;
  line-height: 1.7;
}

.openshop-survey-actions {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 10px;
}

.openshop-survey-actions button,
.openshop-survey-actions a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.openshop-survey-actions button {
  border: 1px solid #dc813b;
  color: #c75a18;
  background: #fff;
  cursor: pointer;
}

.openshop-survey-actions a {
  color: #fff;
  background: linear-gradient(90deg, #e56e20, #f09625);
}

.openshop-survey-actions a:hover {
  color: #fff;
}

.openshop-support-toast {
  position: fixed;
  z-index: 100001;
  top: 80px;
  left: 50%;
  display: none;
  padding: 11px 18px;
  border-radius: 999px;
  color: #fff;
  background: rgba(23, 32, 51, 0.94);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transform: translateX(-50%);
  font-size: 13px;
  font-weight: 800;
}

.openshop-support-toast.is-visible {
  display: block;
}

@media (max-width: 850px) {
  .openshop-channel-options {
    grid-template-columns: 1fr;
  }

  .openshop-channel-option p {
    min-height: auto;
  }

  .openshop-support-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .openshop-channel-modal {
    padding-top: 70px;
  }

  .openshop-channel-dialog__head,
  .openshop-channel-options {
    padding-left: 18px;
    padding-right: 18px;
  }

  .openshop-survey-dialog .openshop-channel-dialog__head {
    padding-left: 44px;
    padding-right: 44px;
  }

  .openshop-survey-dialog .openshop-channel-dialog__head h2 {
    font-size: 23px;
    line-height: 1.3;
  }

  .openshop-support-hero {
    padding-top: 17px;
    padding-bottom: 18px;
  }

  .openshop-support-hero h1 {
    font-size: 23px;
  }

  .openshop-support-content {
    padding-top: 14px;
  }

  .openshop-support-eligibility {
    padding: 16px;
  }

  .openshop-support-eligibility__head {
    align-items: stretch;
    flex-direction: column;
    gap: 11px;
  }

  .openshop-support-eligibility__action {
    width: 100%;
  }

  .openshop-support-eligibility__list,
  .openshop-support-benefits__grid,
  .openshop-survey-actions {
    grid-template-columns: 1fr;
  }

  .openshop-support-eligibility__list {
    gap: 8px;
  }

  .openshop-support-flow {
    padding: 15px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .openshop-support-flow__steps {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .openshop-support-flow__arrow {
    display: none;
  }

  .openshop-support-not-qualified {
    align-items: flex-start;
    flex-direction: column;
  }

  .openshop-support-not-qualified > a {
    width: 100%;
  }
}
