.dcp-service,
.dcp-standalone,
.dcp-desktop-trigger {
  --dcp-paper: #f5f1e9;
  --dcp-card: #fff;
  --dcp-ink: #141310;
  --dcp-muted: #77736b;
  --dcp-border: #d7d2c9;
  --dcp-soft: #ebe6dc;
  --dcp-cobalt: #3157ff;
  --dcp-neon: #dfff00;
  --dcp-danger: #b3261e;
  color: var(--dcp-ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
}

.dcp-sheet[hidden],
.dcp-list[hidden],
.dcp-choice[hidden],
.dcp-list__empty[hidden],
.dcp-search button[hidden] {
  display: none !important;
}

.dcp-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.dcp-sheet:not([hidden]) {
  display: flex;
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: 2147482500;
}

.dcp-sheet__backdrop {
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: rgba(10, 9, 7, .43);
  border: 0;
  inset: 0;
  opacity: 0;
  padding: 0;
  pointer-events: auto;
  position: absolute;
  transition: opacity .25s ease;
}

.dcp-sheet__panel {
  --dcp-drag-y: 0px;
  background: var(--dcp-paper);
  border: 0;
  box-shadow: 0 24px 70px rgba(21, 19, 14, .15);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: min(82vh, 740px);
  height: min(82dvh, 740px);
  overflow: hidden;
  pointer-events: auto;
  position: relative;
  width: 100%;
  will-change: transform;
}

.dcp-sheet__panel:focus {
  outline: none;
}

.dcp-sheet__drag {
  cursor: grab;
  display: flex;
  flex: 0 0 24px;
  justify-content: center;
  padding-top: 10px;
  touch-action: none;
}

.dcp-sheet__drag span {
  background: #c4beb4;
  border-radius: 99px;
  height: 4px;
  width: 40px;
}

.dcp-sheet__header {
  align-items: flex-start;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  padding: 4px 0 0;
}

.dcp-sheet__header > div {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.dcp-sheet__header p,
.dcp-standalone__header p,
.dcp-standalone__section > p {
  color: var(--dcp-cobalt);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .2em;
  line-height: 1.25;
  margin: 0 0 6px;
}

.dcp-sheet__header h2,
.dcp-standalone__header h1 {
  color: var(--dcp-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 8.7vw, 42px);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1;
  margin: 0;
}

.dcp-sheet__header > div > span {
  color: var(--dcp-muted);
  display: block;
  font-size: 13px;
  line-height: 1.45;
  margin-top: 8px;
  max-width: 390px;
}

.dcp-sheet__close {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 1px solid var(--dcp-border);
  border-radius: 50%;
  box-shadow: none;
  display: flex;
  flex: 0 0 44px;
  height: 44px;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  padding: 0;
  position: relative;
  width: 44px;
}

.dcp-sheet__close span::before,
.dcp-sheet__close span::after {
  background: currentColor;
  content: "";
  height: 1.7px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 16px;
}

.dcp-sheet__close span::before { transform: translate(-50%, -50%) rotate(45deg); }
.dcp-sheet__close span::after { transform: translate(-50%, -50%) rotate(-45deg); }

.dcp-sheet__body {
  -webkit-overflow-scrolling: touch;
  flex: 1 1 auto;
  min-height: 0;
  overscroll-behavior: contain;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 0 max(18px, env(safe-area-inset-bottom, 0px));
  scroll-padding: 80px 0;
  touch-action: pan-y;
}

.dcp-current {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--dcp-border);
  border-top: 1px solid var(--dcp-border);
  border-radius: 0;
  display: grid;
  gap: 11px;
  grid-template-columns: 44px minmax(0, 1fr);
  min-height: 60px;
  margin: 12px 0 0;
  padding: 7px 2px;
}

.dcp-desktop-trigger__flag {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(21, 21, 18, .1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.dcp-desktop-trigger__flag img {
  border-radius: 50%;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.dcp-current__target {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(21, 19, 16, .12);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(21, 19, 16, .08);
  box-sizing: border-box;
  color: var(--dcp-ink);
  display: flex;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 28px;
  height: 44px;
  justify-content: center;
  line-height: 1;
  overflow: hidden;
  width: 44px;
}

.dcp-current__target img {
  border-radius: 50%;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.dcp-current > span:nth-child(2) {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.dcp-current small {
  color: var(--dcp-cobalt);
  font-size: 9px;
  font-weight: 760;
  letter-spacing: .12em;
  line-height: 1.1;
  text-transform: uppercase;
}

.dcp-current strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dcp-search {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--dcp-ink);
  border-radius: 0;
  display: grid;
  gap: 9px;
  grid-template-columns: 22px minmax(0, 1fr) 44px;
  margin: 0;
  min-height: 49px;
  padding: 0;
}

.dcp-search:focus-within {
  border-color: var(--dcp-cobalt);
  box-shadow: none;
}

.dcp-search svg {
  fill: none;
  height: 21px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
  width: 21px;
}

.dcp-search input {
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--dcp-ink);
  font: inherit;
  font-size: 14px;
  height: 48px;
  min-width: 0;
  outline: 0;
  padding: 0;
  width: 100%;
}

.dcp-search input::placeholder { color: #98938b; opacity: 1; }

.dcp-search input::-webkit-search-cancel-button,
.dcp-search input::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

.dcp-search input::-ms-clear,
.dcp-search input::-ms-reveal {
  display: none;
  height: 0;
  width: 0;
}

.dcp-search button {
  align-items: center;
  appearance: none;
  background: radial-gradient(circle, #efebe3 0 15px, transparent 15.5px);
  border: 0;
  border-radius: 50%;
  color: #69645c;
  display: flex;
  font-size: 18px;
  height: 44px;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  padding: 0 0 2px;
  width: 44px;
}

.dcp-list {
  display: grid;
  gap: 0;
  padding: 7px 0 3px;
}

.dcp-choice-form { margin: 0; }

.dcp-choice {
  -webkit-tap-highlight-color: transparent;
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--dcp-border);
  border-radius: 0;
  box-shadow: none;
  color: var(--dcp-ink);
  cursor: pointer;
  display: grid;
  font: inherit;
  gap: 12px;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  min-height: 68px;
  padding: 8px 4px;
  text-align: left;
  transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease;
  width: 100%;
}

.dcp-choice:hover { background: #eeeadf; }
.dcp-choice:active { transform: scale(.986); }
.dcp-choice.is-selected {
  background: rgba(223, 255, 0, .13);
  border-color: var(--dcp-border);
  box-shadow: inset 3px 0 0 #b6d100;
}
.dcp-choice.is-loading { cursor: wait; opacity: .62; }

.dcp-choice__avatar {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(21, 19, 16, .12);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(21, 19, 16, .08);
  box-sizing: border-box;
  display: flex;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 28px;
  font-weight: 800;
  height: 44px;
  justify-content: center;
  letter-spacing: .03em;
  line-height: 1;
  overflow: hidden;
  width: 44px;
}

.dcp-choice--region .dcp-choice__avatar {
  background: #eef0ff;
  border-color: rgba(49, 87, 255, .2);
  color: var(--dcp-cobalt);
}

.dcp-choice__avatar img {
  display: block;
  height: 36px;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  width: 36px;
}

.dcp-choice__copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.dcp-choice__copy strong {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.25;
}

.dcp-choice__code {
  color: var(--dcp-muted);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .1em;
  line-height: 1;
  padding-right: 4px;
  text-decoration: none;
  white-space: nowrap;
}

.dcp-choice:focus-visible,
.dcp-sheet__close:focus-visible,
.dcp-search button:focus-visible,
.dcp-desktop-trigger:focus-visible {
  outline: 3px solid #a7bf00;
  outline-offset: 2px;
}

.dcp-list__empty {
  border: 1px dashed #ccc5bb;
  border-radius: 17px;
  color: #756f66;
  font-size: 12px;
  margin: 10px 0;
  padding: 24px 14px;
  text-align: center;
}

.dcp-sheet__note {
  border-top: 1px solid var(--dcp-ink);
  color: #777168;
  font-size: 10px;
  line-height: 1.45;
  margin: 14px 0 0;
  padding-top: 14px;
}

.dcp-sheet__note strong { color: var(--dcp-ink); font-weight: 700; }

.dcp-sheet__status {
  background: var(--dcp-ink);
  border-radius: 999px;
  bottom: calc(92px + env(safe-area-inset-bottom, 0px));
  color: #fff;
  font-size: 11px;
  left: 50%;
  max-width: calc(100% - 40px);
  opacity: 0;
  padding: 9px 14px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  transform: translate(-50%, 7px);
  transition: opacity .18s ease, transform .18s ease;
  z-index: 5;
}

.dcp-sheet__status:not(:empty) { opacity: 1; transform: translate(-50%, 0); }
.dcp-sheet__status.is-error { background: var(--dcp-danger); }

.dcp-noscript {
  background: var(--dcp-neon);
  bottom: 100px;
  color: var(--dcp-ink);
  left: 12px;
  padding: 10px 14px;
  position: fixed;
  z-index: 1039;
}

.dcp-desktop-trigger { display: none; }

.dcp-standalone-page { background: var(--dcp-paper); }
.dcp-standalone {
  margin: 0 auto;
  max-width: 780px;
  min-height: 80vh;
  padding: 34px 18px 110px;
}

.dcp-standalone__header {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 12px 4px 22px;
}

.dcp-standalone__header > a {
  align-items: center;
  border: 1px solid var(--dcp-border);
  border-radius: 50%;
  color: var(--dcp-ink);
  display: flex;
  font-size: 22px;
  height: 44px;
  justify-content: center;
  margin-bottom: 24px;
  text-decoration: none;
  width: 44px;
}

.dcp-standalone__header > span {
  color: var(--dcp-muted);
  display: block;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 14px;
}

.dcp-standalone__section {
  margin-top: 28px;
}

@media (max-width: 900px) {
  .dcp-sheet:not([hidden]) { align-items: flex-end; justify-content: center; }
  .dcp-sheet__panel {
    border-bottom: 0;
    border-radius: 22px 22px 0 0;
    max-width: 520px;
    padding: 13px 18px calc(18px + env(safe-area-inset-bottom, 0px));
    transform: translate3d(0, calc(100% + 24px), 0);
    transition: transform .34s cubic-bezier(.16, .84, .24, 1);
  }
  .dcp-sheet[data-state="opening"] .dcp-sheet__backdrop,
  .dcp-sheet[data-state="open"] .dcp-sheet__backdrop { opacity: 1; }
  .dcp-sheet[data-state="opening"] .dcp-sheet__panel,
  .dcp-sheet[data-state="open"] .dcp-sheet__panel { transform: translate3d(0, var(--dcp-drag-y), 0); }
  .dcp-sheet[data-state="dragging"] .dcp-sheet__panel {
    transform: translate3d(0, var(--dcp-drag-y), 0);
    transition: none;
  }
  .dcp-sheet[data-state="closing"] .dcp-sheet__backdrop { opacity: 0; }
  .dcp-sheet[data-state="closing"] .dcp-sheet__panel { transform: translate3d(0, calc(100% + 24px), 0); }
  .dcp-sheet__header h2 { font-size: 34px; }
  .dcp-sheet__header > div > span { font-size: 11px; margin: 7px 0 0; }
  .dcp-sheet__body { padding-bottom: 0; }
}

@media (max-width: 359.98px) {
  .dcp-sheet__panel { padding-inline: 14px; }
  .dcp-sheet__header h2 { font-size: 30px; }
  .dcp-current { gap: 8px; grid-template-columns: 44px minmax(0, 1fr); }
  .dcp-choice { gap: 8px; grid-template-columns: 48px minmax(0, 1fr) auto; padding-inline: 2px; }
  .dcp-choice__copy strong { font-size: 13px; }
  .dcp-choice__code { font-size: 11px; letter-spacing: .07em; padding-right: 2px; }
}

@media (min-width: 900.02px) {
  .dcp-desktop-trigger {
    align-items: center;
    appearance: none;
    background: #fff;
    border: 1px solid var(--dcp-ink);
    border-radius: 28px;
    box-shadow: 0 9px 25px rgba(21, 21, 18, .1);
    color: var(--dcp-ink);
    cursor: pointer;
    display: grid;
    gap: 8px;
    grid-template-columns: auto 30px minmax(0, auto) 18px;
    min-height: 54px;
    padding: 0 16px;
    position: fixed;
    right: max(22px, env(safe-area-inset-right, 0px));
    top: 82px;
    z-index: 1037;
  }
  .dcp-desktop-trigger:hover {
    box-shadow: 4px 4px 0 var(--dcp-neon);
    transform: translate(-2px, -2px);
  }
  .dcp-desktop-trigger__eyebrow {
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .13em;
  }
  .dcp-desktop-trigger__flag { font-size: 17px; height: 30px; width: 30px; }
  .dcp-desktop-trigger__name { font-family: Georgia, "Times New Roman", serif; font-size: 14px; max-width: 155px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .dcp-desktop-trigger svg { fill: none; height: 18px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; width: 18px; }

  .dcp-sheet { align-items: stretch; justify-content: flex-end; }
  .dcp-sheet__panel {
    border-radius: 0;
    box-shadow: var(--dcp-shadow, 0 24px 70px rgba(21, 19, 14, .15));
    height: 100vh;
    height: 100dvh;
    max-height: none;
    opacity: 0;
    padding: 36px;
    transform: translate3d(100%, 0, 0);
    transition: opacity .2s ease, transform .3s cubic-bezier(.16, .84, .24, 1);
    width: min(520px, 100%);
  }
  .dcp-sheet[data-state="opening"] .dcp-sheet__backdrop,
  .dcp-sheet[data-state="open"] .dcp-sheet__backdrop { opacity: 1; }
  .dcp-sheet[data-state="opening"] .dcp-sheet__panel,
  .dcp-sheet[data-state="open"] .dcp-sheet__panel { opacity: 1; transform: translate3d(0, 0, 0); }
  .dcp-sheet[data-state="closing"] .dcp-sheet__backdrop { opacity: 0; }
  .dcp-sheet[data-state="closing"] .dcp-sheet__panel { opacity: 0; transform: translate3d(100%, 0, 0); }
  .dcp-sheet__drag { display: none; }
  .dcp-sheet__header { padding: 0; }
  .dcp-sheet__body { padding: 0; }
  .dcp-current { min-height: 68px; }
  .dcp-choice:hover { box-shadow: 0 9px 24px rgba(28, 25, 20, .075); transform: translateY(-1px); }
  .dcp-sheet__status { bottom: 28px; }
  .dcp-list { gap: 9px; }
}

@media print {
  .dcp-service,
  .dcp-desktop-trigger,
  .dcp-sheet,
  .dcp-noscript { display: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  .dcp-service *,
  .dcp-service *::before,
  .dcp-service *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
