.welcome-compare-wrap {
  display: flex;
  justify-content: center;
  margin-top: -10px;
  margin-bottom: 14px;
}

.welcome-compare-btn {
  border: 1px solid rgba(59, 130, 246, 0.45);
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.28), rgba(59, 130, 246, 0.18));
  color: #dbeafe;
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Sora', sans-serif;
  cursor: pointer;
  transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  box-shadow: 0 8px 22px rgba(37, 99, 235, 0.16);
}

.welcome-compare-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(59, 130, 246, 0.75);
}

.dd-pc-overlay {
  position: fixed;
  inset: 0;
  z-index: 10080;
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 14px;
}

.dd-pc-overlay.dd-pc-open {
  display: flex;
}

.dd-pc-shell {
  width: min(760px, 96vw);
  height: min(90vh, 860px);
  background: #080b14;
  border: 1px solid rgba(59, 130, 246, 0.28);
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.55);
}

.dd-pc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(59, 130, 246, 0.18);
  background: #0f1221;
}

.dd-pc-title {
  color: #e8ecf8;
  font-size: 13px;
  font-weight: 700;
}

.dd-pc-close {
  border: 1px solid rgba(59, 130, 246, 0.35);
  background: #151929;
  color: #94a3b8;
  border-radius: 10px;
  height: 34px;
  width: 34px;
  cursor: pointer;
}

.dd-pc-body {
  overflow: auto;
  flex: 1;
  background: #080b14;
  color: #e8ecf8;
}

.dd-pc-page {
  padding: 14px;
}

.dd-pc-input-card,
.dd-pc-result-card {
  background: #0f1221;
  border: 1px solid rgba(59, 130, 246, 0.16);
  border-radius: 14px;
  padding: 14px;
}

.dd-pc-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-bottom: 12px;
}

.dd-pc-tab {
  border: 1px solid rgba(59, 130, 246, 0.2);
  background: #151929;
  color: #8892b0;
  border-radius: 10px;
  padding: 8px 6px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.dd-pc-tab.active {
  background: #2563eb;
  border-color: #3b82f6;
  color: #fff;
}

.dd-pc-row {
  display: grid;
  grid-template-columns: 1fr 42px 1fr;
  gap: 8px;
  margin-bottom: 8px;
}

.dd-pc-field {
  background: #151929;
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: 12px;
  padding: 8px 10px;
}

.dd-pc-lab {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #8892b0;
  font-weight: 700;
}

.dd-pc-inp,
.dd-pc-sel {
  width: 100%;
  margin-top: 3px;
  border: none;
  background: transparent;
  color: #e8ecf8;
  font-size: 17px;
  font-weight: 700;
  outline: none;
  font-family: 'JetBrains Mono', monospace;
  text-transform: uppercase;
}

.dd-pc-inp.dd-pc-normal {
  text-transform: none;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
}

.dd-pc-sub {
  min-height: 14px;
  color: #8892b0;
  font-size: 11px;
}

.dd-pc-swap {
  border: 1px solid rgba(59, 130, 246, 0.25);
  border-radius: 50%;
  background: #151929;
  color: #94a3b8;
  cursor: pointer;
}

.dd-pc-detail-row {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.9fr;
  gap: 8px;
  margin-bottom: 12px;
}

.dd-pc-search {
  width: 100%;
  border: none;
  border-radius: 12px;
  padding: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  cursor: pointer;
}

.dd-pc-search[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
}

.dd-pc-loading {
  padding: 26px 12px 6px;
  text-align: center;
  color: #8892b0;
  font-size: 12px;
}

.dd-pc-hidden {
  display: none !important;
}

.dd-pc-est {
  margin-top: 10px;
  background: #1a1f30;
  border: 1px solid rgba(59, 130, 246, 0.22);
  border-radius: 12px;
  padding: 12px;
}

.dd-pc-est-main {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
  margin: 6px 0;
}

.dd-pc-est-main strong {
  font-size: 28px;
}

.dd-pc-days,
.dd-pc-sites {
  margin-top: 12px;
}

.dd-pc-sec {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8892b0;
  margin-bottom: 8px;
  font-weight: 700;
}

.dd-pc-day-row {
  display: flex;
  gap: 6px;
  overflow: auto;
  padding-bottom: 4px;
}

.dd-pc-day {
  flex-shrink: 0;
  border: 1px solid rgba(59, 130, 246, 0.18);
  border-radius: 10px;
  background: #0f1221;
  min-width: 58px;
  padding: 7px 8px;
  text-align: center;
}

.dd-pc-list {
  display: grid;
  gap: 8px;
}

.dd-pc-site {
  border: 1px solid rgba(59, 130, 246, 0.18);
  background: #0f1221;
  border-radius: 12px;
  padding: 10px 12px;
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.dd-pc-site-l {
  font-size: 13px;
  font-weight: 700;
}

.dd-pc-site-r {
  color: #22c55e;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  font-weight: 700;
}

.dd-pc-tip,
.dd-pc-disclaimer {
  margin-top: 12px;
  border: 1px solid rgba(59, 130, 246, 0.18);
  border-radius: 10px;
  padding: 9px 10px;
  color: #8892b0;
  font-size: 11px;
  line-height: 1.55;
  background: rgba(255, 255, 255, 0.03);
}

@media (max-width: 720px) {
  .dd-pc-shell {
    width: 100vw;
    height: 100dvh;
    border-radius: 0;
  }
  .dd-pc-overlay {
    padding: 0;
  }
  .dd-pc-detail-row {
    grid-template-columns: 1fr;
  }
}
