
:root {
  --primary-color: #44a08d;
}

.ss-site {
  --ss-bg: #080a0c;
  --ss-bg-2: #0c0f13;

  --ss-surface: linear-gradient(145deg, #14161a 0, #0a0c0f 640px);
  --ss-border: #202327;
  --ss-text: #fafafa;
  --ss-muted: #878a92;
  --ss-accent: #13ecec;
  --ss-accent-soft: rgba(19, 236, 236, 0.12);
  --primary-color: #13ecec;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--ss-bg);
  color: var(--ss-text);
  font-family: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body:has(.ss-site) {
  background: #080a0c;
}
.ss-site p {
  color: var(--ss-muted);
}
.ss-inner {
  padding-top: 64px;
}
.ss-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.ss-narrow {
  max-width: 900px;
}
.ss-section {
  padding: 110px 0;
}
.ss-center {
  text-align: center;
}
.mt-30 { margin-top: 30px; }

.ss-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--ss-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.ss-h1 {
  margin: 0 0 24px;
  color: var(--ss-text);
  font-size: clamp(44px, 7vw, 96px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
}
.ss-h2-big {
  margin: 0 0 18px;
  color: var(--ss-text);
  font-size: clamp(40px, 7.5vw, 104px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.045em;
}
.ss-h2 {
  margin: 0 0 18px;
  color: var(--ss-text);
  font-size: clamp(32px, 4.5vw, 56px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.03em;
}
.ss-h3 {
  margin: 0 0 10px;
  color: var(--ss-text);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.ss-lede {
  max-width: 640px;
  margin: 0;
  color: var(--ss-muted);
  font-size: 19px;
  line-height: 1.6;
}
.ss-accent-text {
  background: linear-gradient(90deg, #13ecec, #a8fbf4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.ss-statement {
  max-width: 900px;
  margin: 0 auto 56px;
  text-align: center;
}
.ss-statement .ss-lede {
  margin: 12px auto 0;
}

.ss-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 50px;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: 9999px;
  background: var(--ss-accent);
  color: #061012 !important;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.ss-pill:hover {
  transform: translateY(-1px);
  background: #5cf2f2;
  box-shadow: 0 10px 30px rgba(19, 236, 236, 0.25);
}
.ss-pill-outline {
  background: transparent;
  border-color: rgba(19, 236, 236, 0.55);
  color: var(--ss-accent) !important;
}
.ss-pill-outline:hover {
  background: rgba(19, 236, 236, 0.1);
  border-color: var(--ss-accent);
  box-shadow: 0 10px 30px rgba(19, 236, 236, 0.12);
}

.ss-site .btn--base,
.ss-site .wallet-connect-area .btn--base {
  border: none;
  border-radius: 9999px;
  background: var(--ss-accent);
  color: #061012;
  font-weight: 600;
}
.ss-site .btn--base:hover,
.ss-site .wallet-connect-area .btn--base:hover {
  background: #5cf2f2;
  color: #061012;
}

.ss-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  height: 64px;
  background: rgba(8, 10, 12, 0.75);
  backdrop-filter: blur(20px) saturate(1.8);
  -webkit-backdrop-filter: blur(20px) saturate(1.8);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}
.ss-nav.scrolled {
  border-bottom-color: rgba(255, 255, 255, 0.06);
}
.ss-nav-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  height: 64px;
}
.ss-nav-logo img {
  display: block;
  height: 34px;
  width: auto;
}
.ss-nav-links {
  display: flex;
  gap: 26px;
  margin-left: auto;
}
.ss-nav-links a {
  color: var(--ss-muted);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.15s ease;
}
.ss-nav-links a:hover,
.ss-nav-links a.active {
  color: var(--ss-text);
}
.ss-nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ss-nav .wallet-connect-area .btn--base {
  padding: 10px 20px;
  font-size: 14px;
}

.ss-site .wallet-chain-btn {
  background: rgba(19, 236, 236, 0.12) !important;
  color: var(--ss-text) !important;
}
.ss-site .wallet-chain-btn:hover {
  background: rgba(19, 236, 236, 0.22) !important;
}
.ss-nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: transparent;
  color: var(--ss-text);
  font-size: 20px;
}
@media (max-width: 991px) {
  .ss-nav-links {
    display: none;
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    padding: 8px 24px 16px;
    background: rgba(8, 10, 12, 0.96);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
  .ss-nav.open .ss-nav-links {
    display: flex;
  }
  .ss-nav-links a {
    padding: 12px 0;
    font-size: 17px;
  }

  .ss-nav-actions { gap: 8px; }
  .ss-nav .wallet-connect-area .btn--base {
    padding: 8px 14px;
    font-size: 13px;
  }
  .ss-nav-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.ss-hero {
  position: relative;

  min-height: 100vh;
  min-height: 100svh;
  padding: 64px 0 0;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.ss-chains {
  padding: 70px 0 30px;
}
.ss-hero-glow {
  position: absolute;
  left: 50%;
  top: 6%;
  width: 900px;
  height: 900px;
  transform: translateX(-50%);
  background: radial-gradient(circle at center, rgba(19, 236, 236, 0.16), rgba(19, 236, 236, 0) 60%);
  filter: blur(10px);
  pointer-events: none;
}
.ss-hero-inner {
  position: relative;
  z-index: 1;

  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
}
.ss-hero-inner .ss-lede {
  max-width: 720px;
  text-align: center;
}
@media (max-width: 640px) {
  .ss-hero { padding-top: 64px; }
  .ss-hero .ss-h1 br { display: none; }
}
.ss-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}
.ss-flowlines {
  display: block;
  width: 100%;
}
.ss-hero-lines {
  flex: 0 0 auto;
}

.ss-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px 32px;
  margin: 0 auto;
}
.ss-logos img {
  display: block;
  height: 40px;
  width: auto;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
.ss-logos img:hover {
  opacity: 1;
}
@media (max-width: 640px) {
  .ss-logos { gap: 16px 32px; }
  .ss-logos img { height: 34px; }
}

.ss-card {
  position: relative;
  padding: 34px;
  border: 1px solid var(--ss-border);
  border-radius: 24px;
  background: var(--ss-surface);
  transition: border-color 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.ss-card:not(.ss-card-split):hover,
.ss-faq-item:hover,
.ss-site .blog-item:hover {
  border-color: rgba(19, 236, 236, 0.35);
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(19, 236, 236, 0.06) inset;
}
.ss-site .blog-item {
  transition: border-color 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
  .ss-card:hover, .ss-faq-item:hover, .ss-site .blog-item:hover { transform: none; }
}
.ss-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}
.ss-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  border-radius: 14px;
  background: var(--ss-accent-soft);
  color: var(--ss-accent);
  font-size: 24px;
}
.ss-grid {
  display: grid;
  gap: 20px;
}
.ss-grid-2 { grid-template-columns: repeat(2, 1fr); }
.ss-grid-3 { grid-template-columns: repeat(3, 1fr); }
.ss-grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 991px) {
  .ss-grid-3, .ss-grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .ss-grid-2, .ss-grid-3, .ss-grid-4 { grid-template-columns: 1fr; }
  .ss-card { padding: 26px; }
  .ss-section { padding: 80px 0; }
}

.ss-steps {
  position: relative;
}

.ss-steps.ss-grid.ss-reveal > .ss-step-link {

  opacity: 1;
  translate: 0 0;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 2px;
  margin-top: -1px;
  background: var(--ss-accent);
  box-shadow: 0 0 8px rgba(19, 236, 236, 0.7);
  transform-origin: left center;
  scale: 0 1;
  transition: scale 0.25s ease-out;
  pointer-events: none;
}
.ss-steps.ss-grid.ss-reveal > .ss-step-link:nth-of-type(1) { left: calc(25% - 15px); transition-delay: 0.3s; }
.ss-steps.ss-grid.ss-reveal > .ss-step-link:nth-of-type(2) { left: calc(50% - 10px); transition-delay: 0.75s; }
.ss-steps.ss-grid.ss-reveal > .ss-step-link:nth-of-type(3) { left: calc(75% - 5px); transition-delay: 1.2s; }
.ss-steps.ss-grid.ss-reveal.play > .ss-step-link {
  scale: 1 1;
}

.ss-steps.ss-grid.ss-reveal > .ss-card {
  scale: 0.9;
  transition: opacity 0.35s ease, translate 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), scale 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.ss-steps.ss-grid.ss-reveal.play > .ss-card {
  scale: 1;
}
.ss-steps.ss-grid.ss-reveal > .ss-card:nth-child(1) { transition-delay: 0s; }
.ss-steps.ss-grid.ss-reveal > .ss-card:nth-child(2) { transition-delay: 0.45s; }
.ss-steps.ss-grid.ss-reveal > .ss-card:nth-child(3) { transition-delay: 0.9s; }
.ss-steps.ss-grid.ss-reveal > .ss-card:nth-child(4) { transition-delay: 1.35s; }
.ss-card-step {
  text-align: center;
  z-index: 1;
}

.ss-step-no {
  display: block;
  margin-bottom: 14px;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
}
@media (max-width: 991px) {
  .ss-steps.ss-grid.ss-reveal > .ss-step-link { display: none; }

  .ss-steps.ss-grid.ss-reveal > .ss-card:nth-child(2) { transition-delay: 0.15s; }
  .ss-steps.ss-grid.ss-reveal > .ss-card:nth-child(3) { transition-delay: 0.3s; }
  .ss-steps.ss-grid.ss-reveal > .ss-card:nth-child(4) { transition-delay: 0.45s; }
}
.ss-card-split {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 40px;
}
@media (max-width: 991px) {
  .ss-card-split { grid-template-columns: 1fr; }
}
.ss-checklist {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.ss-checklist li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ss-text);
  font-size: 16px;
  font-weight: 500;
}
.ss-checklist i {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--ss-accent-soft);
  color: var(--ss-accent);
  font-size: 14px;
}

.ss-reveal:not(.ss-grid),
.ss-grid.ss-reveal > * {
  opacity: 0;
  translate: 0 24px;
  transition: opacity 0.7s ease, translate 0.7s ease;
}
.ss-reveal.play:not(.ss-grid),
.ss-grid.ss-reveal.play > * {
  opacity: 1;
  translate: 0 0;
}
.ss-grid.ss-reveal > :nth-child(2) { transition-delay: 0.1s; }
.ss-grid.ss-reveal > :nth-child(3) { transition-delay: 0.2s; }
.ss-grid.ss-reveal > :nth-child(4) { transition-delay: 0.3s; }
@media (prefers-reduced-motion: reduce) {
  .ss-reveal:not(.ss-grid), .ss-grid.ss-reveal > * { opacity: 1; translate: 0 0; transition: none; }
  .ss-steps.ss-grid.ss-reveal > .ss-step-link { scale: 1 1; transition: none; }
  .ss-steps.ss-grid.ss-reveal > .ss-card { scale: 1; }
}

.ss-diagram {
  position: relative;
  width: 100%;
  aspect-ratio: 560 / 400;
}
.ss-diagram-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ss-diagram-legend {
  display: none;
}

@media (max-width: 767px) {
  .ss-diagram {
    aspect-ratio: auto;
  }
  .ss-diagram-canvas {
    position: relative;
    height: 240px;
  }
  .ss-diagram-legend {
    display: grid;
    gap: 10px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
  }
  .ss-diagram-legend li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--ss-muted);
    font-size: 14px;
    line-height: 1.5;
  }
  .ss-diagram-legend strong {
    color: var(--ss-text);
    font-weight: 600;
  }
  .ss-diagram-legend i {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--ss-accent-soft);
    color: var(--ss-accent);
    font-size: 15px;
  }
  .ss-card-split {
    padding: 24px;
    gap: 24px;
  }
  .ss-h2-big { letter-spacing: -0.03em; }
}

.ss-faq {
  display: grid;
  gap: 12px;
}
.ss-faq-item {
  overflow: hidden;
  border: 1px solid var(--ss-border);
  border-radius: 20px;
  background: var(--ss-surface);
  transition: border-color 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.ss-faq-item.open {
  border-color: rgba(19, 236, 236, 0.35);
}
.ss-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 22px 26px;
  border: 0;
  background: none;
  color: var(--ss-text);
  font-family: inherit;
  font-size: 19px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}
.ss-faq-q i {
  color: var(--ss-muted);
  font-size: 22px;
  transition: transform 0.25s ease, color 0.2s ease;
}
.ss-faq-item.open .ss-faq-q i {
  color: var(--ss-accent);
  transform: rotate(180deg);
}

.ss-faq-a {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.ss-faq-a-inner {
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.3s ease 0.05s, transform 0.3s ease 0.05s;
}
.ss-faq-item.open .ss-faq-a-inner {
  opacity: 1;
  transform: none;
}
.ss-faq-a p {
  margin: 0;
  padding: 0 26px 24px;
  font-size: 16px;
  line-height: 1.75;
}
.ss-closing {
  margin-top: 80px;
  text-align: center;
}
.ss-closing p {
  margin: 0 0 18px;
  font-size: 20px;
}
.ss-cta .ss-lede {
  margin: 0 auto;
}
.ss-cta .ss-hero-actions {
  margin-top: 28px;
}

.ss-footer {
  position: relative;
  margin-top: -40px;
  padding: 0 0 40px;
}
.ss-footer-lines {
  margin-bottom: 20px;
}
.ss-footer-grid {
  display: grid;
  grid-template-columns: 1.6fr repeat(4, 1fr);
  gap: 32px;
  padding: 20px 0 48px;
}
.ss-footer-brand p {
  max-width: 280px;
  margin: 16px 0 0;
  font-size: 15px;
  line-height: 1.7;
}
.ss-footer-col h4 {
  margin: 0 0 16px;
  color: var(--ss-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.ss-footer-col ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ss-footer-col a {
  color: var(--ss-muted);
  font-size: 15px;
  text-decoration: none;
  transition: color 0.15s ease;
}
.ss-footer-col a:hover {
  color: var(--ss-text);
}

.ss-footer-col .ss-footer-contact {

  display: grid;
  gap: 12px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}
.ss-footer-contact li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ss-footer-contact i {
  flex: 0 0 auto;
  color: var(--ss-accent);
  font-size: 16px;
}
.ss-footer-contact a {
  color: var(--ss-muted);
  font-size: 15px;
}
.ss-footer-contact a:hover {
  color: var(--ss-text);
}
.ss-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  color: rgba(135, 138, 146, 0.8);
  font-size: 13px;
}
@media (max-width: 991px) {
  .ss-footer-grid { grid-template-columns: 1fr 1fr; }
  .ss-footer-brand { grid-column: 1 / -1; }
}

.ss-site .section--bg,
.ss-site .blog-section,
.ss-site .contact-section,
.ss-site .page-section {
  background: transparent !important;
}
.ss-site .circle-blur {
  display: none;
}
.ss-site .section-title {
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 600;
  letter-spacing: -0.03em;
}
.ss-site .section-sub-title,
.ss-site .section-sub-titel,
.ss-site .gradient-text {
  color: var(--ss-accent) !important;
}
.ss-site .blog-item {
  border: 1px solid var(--ss-border);
  border-radius: 24px;
  background: var(--ss-surface);
  box-shadow: none;
  overflow: hidden;
}
.ss-site .blog-item .blog-content .title a {
  color: var(--ss-text);
}

.ss-art {
  display: block;
  width: 100%;
  height: 100%;
}
.ss-site .blog-item .blog-art {
  display: block;
  position: relative;
  height: 220px;
  padding-left: 0;
  background: radial-gradient(ellipse at center, #10141a, #0a0c0f 70%);
}
.ss-site .blog-art.mini {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 12px;
  overflow: hidden;
  background: radial-gradient(ellipse at center, #10141a, #0a0c0f 70%);
}
.ss-site .blog-art.tall {
  height: 360px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--ss-border);
}

.ss-site .blog-item .blog-thumb .blog-tags {
  right: 14px;
  bottom: 14px;
  left: auto;
  background: transparent;
}
.ss-site .blog-item .blog-thumb .blog-tags .tags,
.ss-site .blog-item .blog-thumb .blog-tags a.tags {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(19, 236, 236, 0.35);
  background: rgba(12, 15, 19, 0.85);
  color: var(--ss-accent);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  backdrop-filter: blur(6px);
}
.ss-site .tag-icon { display: none; }

.ss-site .widget-box {
  border: 1px solid var(--ss-border);
  border-radius: 24px;
  background: var(--ss-surface);
  padding: 28px;
}
.ss-site .widget-box .widget-title {
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  color: var(--ss-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.ss-site .widget-box .widget-title::before,
.ss-site .widget-box .widget-title::after { display: none; }
.ss-site .single-popular-item { padding: 12px 0; border: 0; }
.ss-site .single-popular-item .popular-item-content .date { color: var(--ss-muted); font-size: 13px; }
.ss-site .single-popular-item .popular-item-content .title { font-size: 16px; line-height: 1.35; }
.ss-site .single-popular-item .popular-item-content .title a { color: var(--ss-text); }
.ss-site .single-popular-item .popular-item-content .title a:hover { color: var(--ss-accent); }
.ss-site .blog-details-section .blog-item .blog-content .title { font-size: clamp(26px, 3vw, 34px); letter-spacing: -0.02em; }

.ss-site .contact-section .ss-statement { margin-bottom: 28px; }
.ss-site .contact-section .ss-statement .ss-lede { max-width: 760px; }
.ss-site .contact-section.ptb-80 { padding-top: 40px; }
.ss-site .contact-widget-box {
  border: 1px solid var(--ss-border);
  border-radius: 24px;
  background: var(--ss-surface);
  padding: 10px 24px;
}
.ss-site .contact-widget-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
  padding: 11px 0;
  border: 0;
}
.ss-site .contact-widget-item + .contact-widget-item { border-top: 1px solid var(--ss-border); }
.ss-site .contact-widget-icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(19, 236, 236, 0.45);
  background: radial-gradient(circle at 50% 35%, rgba(19, 236, 236, 0.28), rgba(19, 236, 236, 0.06) 70%);
  color: var(--ss-accent);
  font-size: 16px;
  box-shadow: 0 0 14px rgba(19, 236, 236, 0.18);
}
.ss-site .contact-widget-icon i { color: var(--ss-accent); font-size: 14px; }
.ss-site .contact-widget-content { flex: 1 1 auto; min-width: 0; }
.ss-site .contact-widget-content .title { margin: 0 0 2px; font-size: 14px; line-height: 1.2; color: var(--ss-text); }
.ss-site .contact-widget-content .sub-title,
.ss-site .contact-widget-content .sub-title a { display: block; color: var(--ss-muted); font-size: 13px; line-height: 1.4; overflow-wrap: anywhere; }
.ss-site .contact-form textarea.form--control { height: 130px; min-height: 130px; }
.ss-site .contact-widget-content .sub-title a:hover { color: var(--ss-accent); }
.ss-site .contact-form-area { padding: 0; }
.ss-site .contact-form label { color: var(--ss-text); font-weight: 600; }
.ss-site .contact-form label span { color: var(--ss-accent); }

.ss-legal .ss-statement { margin-bottom: 40px; }
.ss-prose {
  max-width: 760px;
  margin: 0 auto;
  color: var(--ss-muted);
  font-size: 16px;
  line-height: 1.75;
}
.ss-prose h1, .ss-prose h2, .ss-prose h3, .ss-prose h4 {
  margin: 34px 0 10px;
  color: var(--ss-text);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
}
.ss-prose > :first-child { margin-top: 0; }
.ss-prose p { margin: 0 0 14px; }
.ss-prose ul, .ss-prose ol { margin: 0 0 14px; padding-left: 22px; }
.ss-prose li { margin: 0 0 6px; }
.ss-prose li::marker { color: var(--ss-accent); }
.ss-prose strong { color: var(--ss-text); font-weight: 600; }
.ss-prose a { color: var(--ss-accent); }
.ss-site .custom-btn {
  color: var(--ss-accent);
}
.ss-site .form--control {
  background: #0c0f13;
  border-color: var(--ss-border);
}

.inline-link {
  color: #5fc0aa;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}
.inline-link:hover,
.inline-link:focus-visible {
  color: #9ce8d6;
}

.nice-select .list {
  background: rgba(23, 30, 48, 0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  box-shadow:
    0 16px 44px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(68, 160, 141, 0.1);
  padding: 6px;
  margin-top: 6px;
}
.nice-select .option {
  border-radius: 8px;
  color: #c4c6c7;
  transition: background 0.15s ease, color 0.15s ease;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: rgba(68, 160, 141, 0.14);
  color: #ffffff;
}
.nice-select .option.selected {
  color: #5fc0aa;
  font-weight: 600;
  position: relative;
  padding-right: 36px;
}
.nice-select .option.selected::after {
  content: "✓";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}

.nice-select.searchable .list {
  max-height: 340px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(68, 160, 141, 0.4) transparent;
}

.nice-select .list {
  overscroll-behavior: contain;
}
.nice-select .list .search-box {
  position: sticky;
  top: -6px;
  margin: -6px -6px 4px;
  padding: 10px 10px 8px;
  background: rgba(23, 30, 48, 0.99);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px 12px 0 0;
  z-index: 1;
  cursor: default;
}
.nice-select .list .search-box input {
  width: 100%;
  height: 36px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #ffffff;
  font-size: 14px;
  line-height: 36px;
  outline: none;
}
.nice-select .list .search-box input:focus {
  border-color: rgba(68, 160, 141, 0.6);
}
.nice-select .list .search-box input::placeholder {
  color: rgba(196, 198, 199, 0.45);
}
.nice-select .option.no-match {
  color: rgba(196, 198, 199, 0.5);
  cursor: default;
}
.nice-select .option.no-match:hover {
  background: transparent;
  color: rgba(196, 198, 199, 0.5);
}

.tx-summary {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  padding: 20px 24px;
}
.tx-summary-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.tx-summary-title {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}
.tx-summary-hint {
  color: rgba(196, 198, 199, 0.55);
  font-size: 12px;
}
.tx-summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
  font-size: 14px;
}
.tx-summary-row .label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #c4c6c7;
}
.tx-summary-row .value {
  color: #ffffff;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.tx-summary-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  margin: 10px 0;
}
.tx-summary-row.total {
  font-size: 15px;
}
.tx-summary-row.total .label {
  color: #e9eaeb;
  font-weight: 600;
}
.tx-summary-row.total .value {
  font-weight: 700;
}
.tx-summary-note {
  margin: 14px 0 0;
  color: rgba(196, 198, 199, 0.55);
  font-size: 12px;
  line-height: 1.7;
}

.preview-list-wrapper {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
}
.preview-list-wrapper .preview-list-item {
  padding: 13px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 14px;
}
.preview-list-wrapper .preview-list-item:last-child {
  border-bottom: 0;
}
.preview-list-user-wrapper .preview-list-user-icon {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #8fd6c3;
  font-size: 16px;
}
.preview-list-user-wrapper .preview-list-user-content {
  padding-left: 14px;
  color: #c4c6c7;
}
.preview-list-right {
  color: #ffffff;
  font-variant-numeric: tabular-nums;
}

.escrow-title {
  overflow-wrap: anywhere;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 100%;
}
.custom-table td.title-cell {
  max-width: 320px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom-table tbody tr.row-link {
  cursor: pointer;
  transition: background 0.15s ease;
}
.custom-table tbody tr.row-link:hover td {
  background: rgba(255, 255, 255, 0.03);
}
.chat-icon-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #c4c6c7;
  font-size: 20px;
  transition: color 0.15s ease, background 0.15s ease;
}
.chat-icon-link:hover {
  color: #5fc0aa;
  background: rgba(68, 160, 141, 0.12);
}
.chat-icon-link .dot {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #dc3545;
  box-shadow: 0 0 0 2px #0f101e;
}

.terms-view {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  padding: 6px 20px 14px;
}
.terms-section {
  padding: 12px 0 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.terms-section:last-of-type {
  border-bottom: 0;
}
.terms-section-title {
  margin-bottom: 6px;
  color: #8fd6c3;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.terms-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 6px 0;
  font-size: 14px;
}
.terms-row .label {
  flex: 0 0 auto;
  color: #c4c6c7;
}
.terms-row .value {
  color: #ffffff;
  text-align: right;
  overflow-wrap: anywhere;
}
.terms-row .value.mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px;
}

.terms-row.long {
  flex-direction: column;
  gap: 4px;
}
.terms-row.long .value {
  text-align: left;
  white-space: pre-wrap;
  line-height: 1.7;
}
.terms-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 12px;
  font-size: 12px;
}
.terms-raw-toggle {
  padding: 0;
  border: 0;
  background: none;
  color: rgba(196, 198, 199, 0.7);
  font-size: 12px;
  cursor: pointer;
  transition: color 0.15s ease;
}
.terms-raw-toggle:hover {
  color: #ffffff;
}

.pl-status {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  vertical-align: 1px;
}
.pl-status.ok {
  color: #5fc0aa;
  background: rgba(68, 160, 141, 0.14);
}
.pl-status.pending {
  color: rgba(196, 198, 199, 0.75);
  background: rgba(255, 255, 255, 0.06);
}

.about-thumb .escrow-flow-diagram {
  display: block;
  width: 100%;
  height: auto;
}
.escrow-flow-diagram .efd-vault,
.escrow-flow-diagram .efd-party,
.escrow-flow-diagram .efd-arrows-in,
.escrow-flow-diagram .efd-settle,
.escrow-flow-diagram .efd-outcome {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
}
.escrow-flow-diagram.play .efd-vault {
  animation: efdVault 0.6s ease-out forwards;
}
.escrow-flow-diagram.play .efd-buyer {
  animation: efdFromLeft 0.8s 0.35s cubic-bezier(0.22, 0.9, 0.3, 1.08) forwards;
}
.escrow-flow-diagram.play .efd-seller {
  animation: efdFromRight 0.8s 0.35s cubic-bezier(0.22, 0.9, 0.3, 1.08) forwards;
}
.escrow-flow-diagram.play .efd-arrows-in {
  animation: efdFadeArrows 0.5s 1.05s ease forwards;
}
.escrow-flow-diagram.play .efd-settle {
  animation: efdFadeIn 0.45s 1.35s ease forwards;
}
.escrow-flow-diagram.play .efd-outcome {
  animation: efdDropOut 0.65s 1.5s cubic-bezier(0.22, 0.9, 0.3, 1.08) forwards;
}

.escrow-flow-diagram.play .efd-dash {
  animation: efdMarch 1.1s 1.05s linear infinite;
}
@keyframes efdVault {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes efdFromLeft {
  from { opacity: 0; transform: translate(-48px, -36px); }
  to { opacity: 1; transform: translate(0, 0); }
}
@keyframes efdFromRight {
  from { opacity: 0; transform: translate(48px, -36px); }
  to { opacity: 1; transform: translate(0, 0); }
}
@keyframes efdFadeArrows {
  to { opacity: 0.75; }
}
@keyframes efdFadeIn {
  to { opacity: 1; }
}
@keyframes efdDropOut {
  from { opacity: 0; transform: translateY(-26px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes efdMarch {
  to { stroke-dashoffset: -13; }
}
@media (prefers-reduced-motion: reduce) {
  .escrow-flow-diagram .efd-vault,
  .escrow-flow-diagram .efd-party,
  .escrow-flow-diagram .efd-settle,
  .escrow-flow-diagram .efd-outcome {
    opacity: 1 !important;
    animation: none !important;
    transform: none !important;
  }
  .escrow-flow-diagram .efd-arrows-in {
    opacity: 0.75 !important;
    animation: none !important;
  }
  .escrow-flow-diagram .efd-dash {
    animation: none !important;
  }
}

.about-content .about-list li {
  opacity: 0;
}
.about-content .about-list li i {
  transform: scale(0);
}
.about-content .about-list.play li {
  animation: aboutRow 0.5s ease-out forwards;
}
.about-content .about-list.play li i {
  animation: checkStamp 0.45s cubic-bezier(0.2, 1.1, 0.35, 1.25) forwards;
}
.about-content .about-list.play li:nth-child(1) { animation-delay: 0.1s; }
.about-content .about-list.play li:nth-child(2) { animation-delay: 0.45s; }
.about-content .about-list.play li:nth-child(3) { animation-delay: 0.8s; }
.about-content .about-list.play li:nth-child(4) { animation-delay: 1.15s; }
.about-content .about-list.play li:nth-child(1) i { animation-delay: 0.28s; }
.about-content .about-list.play li:nth-child(2) i { animation-delay: 0.63s; }
.about-content .about-list.play li:nth-child(3) i { animation-delay: 0.98s; }
.about-content .about-list.play li:nth-child(4) i { animation-delay: 1.33s; }
@keyframes aboutRow {
  from { opacity: 0; transform: translateX(-16px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes checkStamp {
  0% { transform: scale(0); background: rgba(68, 160, 141, 0.6); }
  60% { transform: scale(1.18); background: rgba(68, 160, 141, 0.45); }
  100% { transform: scale(1); background: rgba(255, 255, 255, 0.1); }
}
@media (prefers-reduced-motion: reduce) {
  .about-content .about-list li,
  .about-content .about-list li i {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}

.feature-item-wrapper .feature-item {
  opacity: 0;
}
.feature-item-wrapper .feature-item::before {
  transform: scaleY(0);
  transform-origin: top;
}
.feature-item-wrapper .feature-item .feature-icon {
  transform: scale(0);
}
.feature-item-wrapper.play .feature-item {
  animation: revealUp 0.55s ease-out forwards;
}
.feature-item-wrapper.play .feature-item .feature-icon {
  animation: iconPop 0.45s cubic-bezier(0.2, 1.1, 0.35, 1.25) forwards;
}
.feature-item-wrapper.play .feature-item::before {
  animation: drawLine 0.55s ease forwards;
}
.feature-item-wrapper.play .feature-item:nth-child(1) { animation-delay: 0.1s; }
.feature-item-wrapper.play .feature-item:nth-child(2) { animation-delay: 0.95s; }
.feature-item-wrapper.play .feature-item:nth-child(3) { animation-delay: 1.8s; }
.feature-item-wrapper.play .feature-item:nth-child(1) .feature-icon { animation-delay: 0.25s; }
.feature-item-wrapper.play .feature-item:nth-child(2) .feature-icon { animation-delay: 1.1s; }
.feature-item-wrapper.play .feature-item:nth-child(3) .feature-icon { animation-delay: 1.95s; }
.feature-item-wrapper.play .feature-item:nth-child(1)::before { animation-delay: 0.5s; }
.feature-item-wrapper.play .feature-item:nth-child(2)::before { animation-delay: 1.35s; }

.service-reveal > [class*="col-"] {
  display: flex;
}
.service-reveal .service-item {
  width: 100%;
}
.service-reveal .service-item {
  opacity: 0;
}
.service-reveal .service-icon i {
  display: inline-block;
  transform: scale(0);
}
.service-reveal.play .service-item {
  animation: revealUp 0.55s ease-out forwards;
}
.service-reveal.play .service-icon i {
  animation: iconPop 0.45s cubic-bezier(0.2, 1.1, 0.35, 1.25) forwards;
}
.service-reveal.play > [class*="col-"]:nth-child(1) .service-item { animation-delay: 0.1s; }
.service-reveal.play > [class*="col-"]:nth-child(2) .service-item { animation-delay: 0.3s; }
.service-reveal.play > [class*="col-"]:nth-child(3) .service-item { animation-delay: 0.5s; }
.service-reveal.play > [class*="col-"]:nth-child(4) .service-item { animation-delay: 0.7s; }
.service-reveal.play > [class*="col-"]:nth-child(1) .service-icon i { animation-delay: 0.3s; }
.service-reveal.play > [class*="col-"]:nth-child(2) .service-icon i { animation-delay: 0.5s; }
.service-reveal.play > [class*="col-"]:nth-child(3) .service-icon i { animation-delay: 0.7s; }
.service-reveal.play > [class*="col-"]:nth-child(4) .service-icon i { animation-delay: 0.9s; }

.blog-reveal .blog-item {
  opacity: 0;
}
.blog-reveal.play .blog-item {
  animation: revealUp 0.6s ease-out forwards;
}
.blog-reveal.play > [class*="col-"]:nth-child(1) .blog-item { animation-delay: 0.1s; }
.blog-reveal.play > [class*="col-"]:nth-child(2) .blog-item { animation-delay: 0.32s; }
.blog-reveal.play > [class*="col-"]:nth-child(3) .blog-item { animation-delay: 0.54s; }
.blog-reveal.play > [class*="col-"]:nth-child(4) .blog-item { animation-delay: 0.76s; }
.blog-reveal.play > [class*="col-"]:nth-child(5) .blog-item { animation-delay: 0.98s; }
.blog-reveal.play > [class*="col-"]:nth-child(6) .blog-item { animation-delay: 1.2s; }

@keyframes revealUp {
  from { opacity: 0; transform: translateY(26px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes iconPop {
  0% { transform: scale(0); }
  60% { transform: scale(1.15); }
  100% { transform: scale(1); }
}
@keyframes drawLine {
  to { transform: scaleY(1); }
}
@media (prefers-reduced-motion: reduce) {
  .feature-item-wrapper .feature-item,
  .feature-item-wrapper .feature-item .feature-icon,
  .service-reveal .service-item,
  .service-reveal .service-icon i,
  .blog-reveal .blog-item {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
  .feature-item-wrapper .feature-item::before {
    transform: none !important;
    animation: none !important;
  }
}

.verify-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  animation: verifyFadeIn 0.15s ease;
}
@keyframes verifyFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.verify-modal {
  position: relative;
  width: min(92vw, 380px);
  padding: 32px 28px 24px;
  text-align: center;
  background: #171e30;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.65);
  animation: verifyPopIn 0.18s ease;
}
@keyframes verifyPopIn {
  from { opacity: 0; transform: scale(0.96); }
  to { opacity: 1; transform: scale(1); }
}
.verify-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.07);
  border: none;
  border-radius: 50%;
  color: #c4c6c7;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.verify-modal-close:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}
.verify-modal-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(68, 160, 141, 0.14);
  border-radius: 50%;
  color: #5fc0aa;
  font-size: 28px;
}
.verify-modal-title {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}
.verify-modal-text {
  margin: 0 0 10px;
  color: #c4c6c7;
  font-size: 14px;
  line-height: 1.7;
}
.verify-modal-link {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 13px;
}
.verify-modal-error {
  margin-bottom: 12px;
  padding: 8px 12px;
  background: rgba(220, 53, 69, 0.12);
  border: 1px solid rgba(220, 53, 69, 0.35);
  border-radius: 8px;
  color: #ff8d99;
  font-size: 13px;
}
.verify-modal-sign {
  width: auto;
  min-width: 60%;
  margin: 0 auto;
  display: block;
  white-space: nowrap;
}
.verify-modal-cancel {
  display: block;
  margin: 12px auto 0;
  padding: 4px 10px;
  background: transparent;
  border: none;
  color: #c4c6c7;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.15s ease;
}
.verify-modal-cancel:hover {
  color: #ffffff;
}

.scroll-area,
.chat-container,
.notification-wrapper,
.sidebar,
.support-profile-wrapper .support-profile-body,
.account-area,
.pdf-area {
  overscroll-behavior: contain;
}

.scroll-area {
  max-height: 320px;
  overflow: auto;
  font-size: 12px;
}

.blog-body h4 {
  margin: 28px 0 10px;
  font-size: 19px;
}
.blog-body ul {
  margin: 0 0 16px;
  padding-left: 22px;
  list-style: disc;
}
.blog-body li {
  margin-bottom: 8px;
  line-height: 1.8;
}
.blog-body li::marker {
  color: #5fc0aa;
}
.blog-body strong {
  color: #ffffff;
}

.dispute-modal {
  width: min(94vw, 540px);
  text-align: left;
  max-height: 92vh;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.dispute-modal .verify-modal-title {
  text-align: center;
}

@media (max-width: 767px) {
  .verify-modal-backdrop:has(.dispute-modal) {
    padding: 0;
    align-items: stretch;
  }
  .dispute-modal {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    border-radius: 0;
    border: 0;
    padding: 24px 18px 28px;
    animation: escrowChatIn 0.2s ease-out;
  }
  .dispute-modal .verify-modal-close {
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
  }
}
.dispute-modal-icon {
  background: rgba(229, 72, 77, 0.14);
  color: #ff6b6f;
}
.dispute-what {
  margin: 6px 0 18px;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
}
.dispute-what p {
  margin: 0;
  color: #c4c6c7;
  font-size: 14px;
  line-height: 1.7;
}
.dispute-what strong {
  color: #ffffff;
}
.dispute-what-title {
  margin-bottom: 8px;
  color: #8fd6c3;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.dispute-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dispute-option {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: #e9eaeb;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.dispute-option:hover {
  border-color: rgba(68, 160, 141, 0.5);
}
.dispute-option.selected {
  border-color: var(--primary-color);
  background: rgba(68, 160, 141, 0.1);
}
.dispute-option input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.dispute-radio {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.35);
  position: relative;
}
.dispute-option.selected .dispute-radio {
  border-color: var(--primary-color);
}
.dispute-option.selected .dispute-radio::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--primary-color);
}
.dispute-modal textarea.form--control {
  min-height: 90px;
  resize: vertical;
}
.dispute-submit {
  margin-top: 18px;
}

.copy-link {
  display: flex;
  gap: 8px;
  margin: 8px 0;
}
.copy-link .form--control {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 13px;
}
.copy-link-btn {
  flex: 0 0 auto;
  padding: 0 18px;
  white-space: nowrap;
}
.invite-modal .verify-modal-title {
  text-align: center;
}
.invite-modal-note {
  font-size: 12px;
  text-align: center;
  color: rgba(196, 198, 199, 0.65);
}
.invite-box {
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(68, 160, 141, 0.35);
  background: rgba(68, 160, 141, 0.07);
}
.invite-box-label {
  display: block;
  margin-bottom: 4px;
  color: #8fd6c3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.invite-box small {
  display: block;
  color: rgba(196, 198, 199, 0.75);
}
.invite-section {
  padding: 120px 0 80px;
  min-height: 70vh;
}
.invite-card {
  max-width: 820px;
  margin: 0 auto;
  padding: 32px 28px;
  background: #0f101e;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
}
.invite-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: #8fd6c3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.invite-title {
  margin: 0 0 10px;
  font-size: 26px;
  overflow-wrap: anywhere;
}
.invite-sub {
  margin: 0 0 22px;
  color: #c4c6c7;
  line-height: 1.7;
}
.invite-own {
  margin-bottom: 20px;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(68, 160, 141, 0.08);
  border: 1px solid rgba(68, 160, 141, 0.3);
  color: #c4c6c7;
}
.invite-facts {
  margin-bottom: 18px;
}
.invite-cw {
  margin-bottom: 22px;
  border-color: rgba(229, 72, 77, 0.4);
  background: rgba(229, 72, 77, 0.07);
}
.invite-cw .dispute-what-title {
  color: #ff8a8d;
}
.invite-h4 {
  margin: 0 0 12px;
  font-size: 16px;
}
.invite-actions {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  text-align: center;
}
.invite-actions-text {
  margin: 0 0 14px;
  color: #c4c6c7;
}
.invite-notice {
  padding: 30px 10px;
  text-align: center;
}
.invite-notice i {
  font-size: 44px;
  color: #8fd6c3;
}
.invite-notice h3 {
  margin: 12px 0 8px;
  font-size: 20px;
}
.invite-notice p {
  margin: 0 auto;
  max-width: 520px;
  color: #c4c6c7;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .invite-section {
    padding: 100px 0 40px;
  }
  .invite-card {
    padding: 22px 16px;
  }
}

.cw-links {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 4px 0 6px;
  font-size: 13px;
}
.preview-list-item.pl-warn {
  background: rgba(229, 72, 77, 0.08);
  box-shadow: inset 3px 0 0 #e5484d;
}
.preview-list-item.pl-warn .preview-list-user-icon {
  border-color: rgba(229, 72, 77, 0.55);
  color: #ff8a8d;
}
.pl-warn-note {
  display: block;
  margin-top: 4px;
  color: #ff8a8d;
  font-size: 12px;
}
.pl-warn-link {
  padding: 0;
  border: 0;
  background: none;
  color: #ff8a8d;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.pl-warn-link:hover {
  color: #ffffff;
}

.action-modal {
  width: min(92vw, 420px);
}
.action-modal-question {
  margin-bottom: 22px;
  line-height: 1.5;
}
.action-modal-buttons {
  display: flex;
  gap: 12px;
}
.action-modal-buttons .btn--base {
  flex: 1 1 0;
}
.action-modal-buttons .action-modal-no {
  background: rgba(255, 255, 255, 0.08);
  color: #e9eaeb;
}
.action-modal-buttons .action-modal-no:hover {
  background: rgba(255, 255, 255, 0.14);
}

.dispute-reason {
  margin-bottom: 16px;
  padding: 12px 16px;
  border-left: 3px solid #e5484d;
  border-radius: 8px;
  background: rgba(229, 72, 77, 0.08);
}
.dispute-reason-label {
  display: block;
  margin-bottom: 4px;
  color: rgba(196, 198, 199, 0.75);
  font-size: 12px;
}
.dispute-reason-main {
  margin: 0;
  color: #ffffff;
  font-weight: 600;
}
.dispute-reason-text {
  margin: 6px 0 0;
  color: #c4c6c7;
  font-style: italic;
  white-space: pre-wrap;
}

.sk {
  display: inline-block;
  vertical-align: middle;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.06) 0%,
    rgba(255, 255, 255, 0.11) 40%,
    rgba(255, 255, 255, 0.06) 80%
  );
  background-size: 220% 100%;
  animation: skShimmer 1.6s ease-in-out infinite;
}
@keyframes skShimmer {
  from { background-position: 120% 0; }
  to { background-position: -120% 0; }
}
@media (prefers-reduced-motion: reduce) {
  .sk { animation: none; }
}
.sk-row td {
  padding-top: 18px;
  padding-bottom: 18px;
}
.sk-activity .dashboard-list-item {
  cursor: default;
  pointer-events: none;
}
.sk-activity .dashboard-list-user-content {
  display: flex;
  flex-direction: column;
}
.sk-chat {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 22px 16px;
}
.sk-bubble {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.sk-bubble.r {
  justify-content: flex-end;
}
.sk-chart {
  padding: 20px 24px 24px;
}
.sk-bars {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 220px;
}

.btn-busy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.btn-spinner {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: btnSpin 0.8s linear infinite;
}
@keyframes btnSpin {
  to { transform: rotate(360deg); }
}

.form-group:has(.is-invalid) > label > span:not([class]) {
  color: #e5484d;
}

.form--control.is-invalid,
.input-group .form--control.is-invalid,
.form--control.is-invalid:focus {
  border-color: #e5484d !important;
  box-shadow: none;
}
.field-error {
  display: block;
  margin-top: 6px;
  color: #ff6b6f;
  font-size: 13px;
  line-height: 1.4;
}
.field-error i {
  font-size: 14px;
  vertical-align: -1px;
}
.form-error-summary {
  margin: 0 0 14px;
  padding: 12px 16px;
  border: 1px solid rgba(229, 72, 77, 0.45);
  border-radius: 10px;
  background: rgba(229, 72, 77, 0.1);
  color: #ff8a8d;
  font-size: 14px;
}

:root {
  --dash-header-h: 72px;
}
.navbar-wrapper {
  position: sticky;
  top: 0;

  z-index: 8;
  min-height: var(--dash-header-h);
  display: flex;
  align-items: center;
  padding: 0;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}
.navbar-wrapper .dashboard-title-part {
  width: 100%;
  align-items: center;
}

.sidebar-logo {
  height: calc(var(--dash-header-h) - 10px);
  padding-bottom: 0;
}

body .iti {
  width: 100%;
  --iti-border-color: rgba(255, 255, 255, 0.12);
  --iti-hover-color: rgba(68, 160, 141, 0.14);
  --iti-country-selector-bg: transparent;
  --iti-icon-color: #c4c6c7;
}
.iti .iti__country-selector {

  width: 100%;
  background: rgb(23, 30, 48);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  padding: 6px;
  margin-top: 6px;
  box-shadow:
    0 16px 44px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(68, 160, 141, 0.1);
  color: #c4c6c7;
}
.iti .iti__country {
  border-radius: 8px;
  padding: 9px 10px;
  transition: background 0.15s ease, color 0.15s ease;
}
.iti .iti__country:hover,
.iti .iti__country.iti__highlight {
  background: rgba(68, 160, 141, 0.14);
  color: #ffffff;
}
.iti .iti__country.iti__active {
  color: #5fc0aa;
  font-weight: 600;
}

.iti .iti__selected-country-primary:hover,
.iti .iti__selected-country[aria-expanded="true"] .iti__selected-country-primary {
  background-color: transparent !important;
}

.iti .iti__search-input-wrapper {
  padding: 10px 10px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgb(23, 30, 48);
}
.iti .iti__search-icon {
  display: none;
}
.iti .iti__search-input {
  width: 100%;
  height: 36px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #ffffff;
  font-size: 14px;
  outline: none;
}
.iti .iti__search-input:focus {
  border-color: rgba(68, 160, 141, 0.6);
}
.iti .iti__search-input::placeholder {
  color: rgba(196, 198, 199, 0.45);
}

.iti .iti__country-list {
  overscroll-behavior: contain;
}
.iti .iti__country-name {
  color: #c4c6c7;
}
.iti .iti__dial-code {
  color: rgba(196, 198, 199, 0.6);
}
.iti .iti__selected-dial-code {
  color: rgba(196, 198, 199, 0.85);
}

.nice-select.inline-select {
  float: none;
  display: inline-flex;
  align-items: center;
  height: auto;
  padding: 0 16px 0 2px;
  background: transparent;
  border: none;
  line-height: inherit;
  font-size: 14px;
}
.nice-select.inline-select .current {
  color: #5fc0aa;
  font-weight: 600;
}
.nice-select.inline-select::after {
  right: 2px;
  border-color: #5fc0aa;
  width: 6px;
  height: 6px;
  margin-top: -5px;
}
.nice-select.inline-select .list {
  left: 0;
  right: auto;
  min-width: 240px;
  font-size: 14px;
}

.notification-icon.bell-critical i {
  color: #e5484d;
}
.notification-icon.bell-sparkle i {
  display: inline-block;
  transform-origin: top center;
  animation: bellRing 1.8s ease-in-out infinite, bellGlow 1.8s ease-in-out infinite;
}
@keyframes bellRing {
  0%, 55%, 100% { transform: rotate(0); }
  5% { transform: rotate(14deg); }
  15% { transform: rotate(-12deg); }
  25% { transform: rotate(9deg); }
  35% { transform: rotate(-6deg); }
  45% { transform: rotate(3deg); }
}
@keyframes bellGlow {
  0%, 100% { text-shadow: 0 0 0 rgba(229, 72, 77, 0); }
  30% { text-shadow: 0 0 12px rgba(229, 72, 77, 0.85); }
}

.notification-icon .bling-area.bling-red .bling {
  background: #e5484d;
}
.notification-icon .bling-area.bling-red::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  border-radius: 50%;
  border: 2px solid rgba(229, 72, 77, 0.7);
  animation: blingPing 1.2s ease-out infinite;
}
@keyframes blingPing {
  from { transform: scale(1); opacity: 0.8; }
  to { transform: scale(4.5); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .notification-icon.bell-sparkle i,
  .notification-icon .bling-area.bling-red::after {
    animation: none;
  }
}

.network-alert {
  position: fixed;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  z-index: 1200;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: min(720px, calc(100vw - 32px));
  padding: 14px 20px;
  border-radius: 14px;
  background: rgba(20, 26, 42, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(245, 165, 36, 0.4);
  box-shadow:
    0 16px 48px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset;
  animation: netAlertUp 0.35s cubic-bezier(0.21, 1.02, 0.73, 1) both;
}
@keyframes netAlertUp {
  from { opacity: 0; transform: translate(-50%, 18px); }
  to { opacity: 1; transform: translate(-50%, 0); }
}
.network-alert-icon {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #f5a524;
  background: rgba(245, 165, 36, 0.12);
  border: 1px solid rgba(245, 165, 36, 0.35);
}
.network-alert-text {
  color: #c4c6c7;
  font-size: 14px;
  line-height: 1.5;
}
.network-alert-text strong {
  color: #f5a524;
}
.network-alert-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.network-alert-actions .btn--base {
  padding: 9px 16px;
  white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  .network-alert { animation: none; }
}

.empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 56px 24px;

  white-space: normal;
}
.empty-state-icon {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: var(--primary-color);
  background:
    radial-gradient(circle at 30% 25%, rgba(68, 160, 141, 0.16), rgba(68, 160, 141, 0.05));
  border: 1px solid rgba(68, 160, 141, 0.35);
  box-shadow:
    0 0 0 12px rgba(68, 160, 141, 0.045),
    0 0 0 26px rgba(68, 160, 141, 0.02);
  margin-bottom: 22px;
}
.empty-state-title {
  color: #e8eaed;
  font-size: 17px;
  margin-bottom: 6px;
}
.empty-state-text {
  color: rgba(196, 198, 199, 0.65);
  font-size: 14px;
  line-height: 1.65;
  max-width: 420px;
  margin: 0 auto;
}
.empty-state-btn {
  margin-top: 22px;
}

:root {
  --escrow-chat-w: 420px;
}
.escrow-page {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 20px;
}
.escrow-main {
  flex: 1 1 auto;
  min-width: 0;
}
.escrow-chat-dock {
  position: sticky;

  top: calc(var(--dash-header-h) + 30px);
  flex: 0 0 var(--escrow-chat-w);
  width: var(--escrow-chat-w);

  height: calc(100vh - var(--dash-header-h) - 50px);
  margin-top: 10px;
}
@media (max-width: 1399px) {
  :root {
    --escrow-chat-w: 360px;
  }
}

.escrow-chat {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  background: #0f101e;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  overflow: hidden;
}
.escrow-chat-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.escrow-chat-head .title {
  margin: 0;
  font-size: 15px;
}
.escrow-chat-head .sub-title {
  display: block;
  margin-top: 2px;
  color: #c4c6c7;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 280px;
}
.escrow-chat-close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
  color: #c4c6c7;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.escrow-chat-close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.escrow-chat-body {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.escrow-chat .chat-container {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  padding: 18px 14px;
  overscroll-behavior: contain;
}
.escrow-chat-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 28px 20px 4px;
  color: rgba(196, 198, 199, 0.7);
  font-size: 13px;
  text-align: center;
}
.escrow-chat-empty i {
  font-size: 34px;
  color: rgba(143, 214, 195, 0.6);
}
.escrow-chat-form {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.escrow-chat-overlay {
  position: fixed;
  inset: 0;
  z-index: 1300;
  background: #0f101e;
  display: flex;
  flex-direction: column;
  animation: escrowChatIn 0.2s ease-out;
}
.escrow-chat-overlay .escrow-chat {
  border: 0;
  border-radius: 0;
}
@keyframes escrowChatIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}

.escrow-actions {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.escrow-actions-title {
  margin-bottom: 12px;
  font-size: 15px;
}

.support-card-wrapper,
.support-profile-wrapper {
  transition: width 0.4s ease, flex-basis 0.4s ease, opacity 0.3s ease;
}
.escrow-chat-fab {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: none;
  background: var(--primary-color);
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.escrow-chat-fab:hover {
  transform: scale(1.08);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
}

.escrow-chat-fab .dot {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #dc3545;
  box-shadow: 0 0 0 2px #0f101e;
}

.btn--base {
  transition: all ease 0.25s;
}

.btn--base:not(.white):hover,
.btn--base:not(.white):focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.btn--base:not(.white):active {
  transform: translateY(0);
  filter: brightness(0.96);
  box-shadow: none;
}

.btn--base.white:hover {
  transform: translateY(-2px);
}

.header-bottom-area .navbar-collapse .main-menu li .nav-link {
  transition: color 0.25s ease;
}
.header-bottom-area .navbar-collapse .main-menu li .nav-link:hover {
  color: var(--primary-color);
}

@media (min-width: 992px) {
  .footer-wrapper .footer-list {
    flex-wrap: nowrap;
    white-space: nowrap;
  }
}
.footer-note {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 20px 0 30px;
}
.footer-note p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(196, 198, 199, 0.55);
  max-width: 900px;
}

.footer-list li a {
  transition: color 0.25s ease;
}
.footer-list li a:hover {
  color: var(--primary-color);
}

.info-btn,
.chat-cross-btn,
.chat-submit-btn {
  transition: transform 0.2s ease, filter 0.2s ease;
  cursor: pointer;
}
.info-btn:hover,
.chat-cross-btn:hover,
.chat-submit-btn:hover {
  transform: scale(1.1);
  filter: brightness(1.1);
}

.custom-table tbody tr td .btn--base:not(.white):hover {
  transform: translateY(-1px);
}

.blog-item {
  transition: transform 0.3s ease;
}
.blog-item:hover {
  transform: translateY(-5px);
}

.slider-next,
.slider-prev {
  transition: transform 0.2s ease;
}
.slider-next:hover,
.slider-prev:hover {
  transform: scale(1.08);
}

@media (prefers-reduced-motion: reduce) {
  .btn--base:not(.white):hover,
  .btn--base.white:hover,
  .blog-item:hover,
  .info-btn:hover,
  .chat-cross-btn:hover,
  .chat-submit-btn:hover,
  .escrow-chat-fab:hover,
  .slider-next:hover,
  .slider-prev:hover {
    transform: none;
  }
}

.wallet-connect-area .btn--base {
  padding: 10px 22px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.wallet-connect-area .btn--base i {
  top: 0;
}
.wallet-chain-btn {
  background: rgba(68, 160, 141, 0.12) !important;
  color: #fff !important;
}
.wallet-chain-btn:hover {
  background: rgba(68, 160, 141, 0.22) !important;
}
.wallet-chain-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
}
.wallet-chain-caret {
  font-size: 12px;
  opacity: 0.7;
}

@media (max-width: 767px) {
  .wallet-chain-name {
    display: none;
  }
}

.header-wallet-wrapper {
  display: flex;
  align-items: center;
  margin: 0 6px;
}
.header-wallet-wrapper .btn--base {
  padding: 8px 16px;
}
@media (max-width: 575px) {
  .header-wallet-wrapper .wallet-connected {
    flex-wrap: wrap;
  }
}

select.form--control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' fill='none' stroke='%23c4c6c7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-size: 12px 8px;

  padding-right: 49px;
}
select.form--control::-ms-expand {
  display: none;
}

.nice-select.form--control::after {
  right: 25px;
}
.input-group > .nice-select::after {
  right: 12px;
}

.field-height-box {
  display: flex;
  align-items: center;
  min-height: 45px;
}
.field-height-box .custom-check-group {
  margin-bottom: 0;

  display: flex;
  align-items: center;
}

.field-height-box .custom-check-group label {
  display: inline-flex;
  align-items: center;

  margin-bottom: 0;
}

.profile-settings-wrapper.no-wallpaper .profile-thumb-content {
  padding: 30px 30px 0;
  margin-top: 0;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 575px) {
  .profile-settings-wrapper.no-wallpaper .profile-thumb-content {
    padding: 20px 20px 0;
  }
}
.profile-settings-wrapper.no-wallpaper .profile-thumb-content .profile-thumb {
  margin-top: 0;
  margin-right: 0;
}
@media only screen and (max-width: 575px) {
  .profile-settings-wrapper.no-wallpaper .profile-thumb-content {
    margin-top: 0;
  }
}

.blog-item {
  position: relative;

  height: 100%;
  display: flex;
  flex-direction: column;
}
.blog-item .blog-thumb img {
  aspect-ratio: 8 / 5;
  object-fit: cover;
}
.blog-item .blog-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.blog-item .blog-content .title {
  min-height: 2.9em;
}
.blog-item .blog-content .blog-btn {
  margin-top: auto;
}
.blog-item .blog-content .blog-info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;

  width: 50px;
  margin: 0;
  padding: 20px 0;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  display: flex;
  align-items: center;

  justify-content: flex-end;
  gap: 15px;
}
.blog-item .blog-content .blog-info .author {
  margin-right: 0;
}

@media only screen and (max-width: 991px) {
  .support-profile-wrapper {
    right: 0;
    transform: translateX(105%);
    transition: transform 0.4s ease;
  }
  .support-profile-wrapper.active {
    right: 0;
    transform: none;
  }

  html,
  body {
    overflow-x: hidden;
  }
}

.input-group > .form--control:not(.nice-select) {
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group:not(.has-validation) > .form--control:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .nice-select:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-radius: 10px 0 0 10px;
  border-right: 0;
}
.input-group > .input-group-text:not(:first-child),
.input-group > .nice-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .input-group-text {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  height: 45px;
  padding: 0 15px;
  white-space: nowrap;
  border-radius: 0 10px 10px 0;
}

.input-group > .nice-select {
  flex: 0 0 auto;
  width: auto;
  height: 45px;
  line-height: 45px;
  border-radius: 0 10px 10px 0;
}
.input-group > .nice-select .list {

  left: auto;
  right: 0;
  min-width: 100%;
  width: auto;
}

[data-rk] button[data-testid^="rk-chain-option-"]:has(> div > div > div:nth-child(2)) {
  background: rgba(19, 236, 236, 0.12) !important;
  box-shadow: inset 0 0 0 1px rgba(19, 236, 236, 0.4);
}
[data-rk] button[data-testid^="rk-chain-option-"]:has(> div > div > div:nth-child(2)),
[data-rk] button[data-testid^="rk-chain-option-"]:has(> div > div > div:nth-child(2)) * {
  color: #13ecec !important;
}

.ss-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.ss-plane {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.ss-plane-row {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -100%);
  display: flex;
  font-size: clamp(18px, 2.4vw, 34px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ss-plane-row span {
  display: inline-block;
  color: #b9fbfb;
  text-shadow:
    0.5px -1px 0 #12c9c9,
    1px -2px 0 #0fb0b0,
    1.5px -3px 0 #0c9595,
    2px -4px 0 #0a7a7a,
    0 4px 6px rgba(0, 0, 0, 0.7),
    0 0 22px rgba(19, 236, 236, 0.35);
  will-change: transform;
}
.ss-plane-row span.sp { width: 0.5em; }
@media (max-width: 640px) {
  .ss-plane-row { font-size: 14px; letter-spacing: 0.14em; }
  .ss-plane-row span {
    text-shadow:
      0.5px -1px 0 #0fb0b0,
      1px -2px 0 #0c9595,
      1.5px -3px 0 #0a7a7a,
      0 3px 5px rgba(0, 0, 0, 0.7),
      0 0 14px rgba(19, 236, 236, 0.35);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ss-plane-row span { transform: none !important; }
}

.ss-brand {
  --brand-size: 40px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ss-text, #fafafa);
  text-decoration: none;
  line-height: 1;
}
.ss-brand-mark {
  width: var(--brand-size);
  height: var(--brand-size);
  display: block;
  flex: 0 0 auto;
  filter: drop-shadow(0 0 10px rgba(19, 236, 236, 0.25));
}
.ss-brand-word {
  font-size: calc(var(--brand-size, 40px) * 0.6);
  font-weight: 700;
  letter-spacing: -0.03em;
  white-space: nowrap;
}
.ss-brand-word b { font-weight: 700; color: var(--ss-text, #fafafa); }
.ss-brand-word em { font-style: normal; font-weight: 700; color: var(--ss-accent, #13ecec); }
.ss-nav-logo { display: inline-flex; align-items: center; }
@media (max-width: 640px) {
  .ss-nav .ss-brand { --brand-size: 28px; gap: 8px; }
}
@media (max-width: 380px) {

  .ss-nav .ss-brand-word { display: none; }
  .ss-nav .ss-brand { --brand-size: 34px; }
}

.ss-site .invite-section { padding: 128px 0 100px; }
.ss-site .invite-card {
  max-width: 860px;
  padding: 40px;
  border: 1px solid var(--ss-border);
  border-radius: 24px;
  background: var(--ss-surface);
}
.ss-site .invite-kicker {
  margin-bottom: 12px;
  color: var(--ss-accent);
  font-size: 12px;
  letter-spacing: 0.12em;
}
.ss-site .invite-title {
  margin: 0 0 12px;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--ss-text);
}
.ss-site .invite-sub { margin-bottom: 26px; color: var(--ss-muted); font-size: 16px; line-height: 1.7; }
.ss-site .invite-h4 {
  margin: 0 0 12px;
  color: var(--ss-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ss-site .preview-list-wrapper {
  border: 1px solid var(--ss-border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
}
.ss-site .preview-list-wrapper .preview-list-item {
  padding: 14px 18px;
  border-bottom: 1px solid var(--ss-border);
  font-size: 14px;
}
.ss-site .preview-list-user-wrapper .preview-list-user-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(19, 236, 236, 0.4);
  background: radial-gradient(circle at 50% 35%, rgba(19, 236, 236, 0.25), rgba(19, 236, 236, 0.05) 70%);
  color: var(--ss-accent);
  font-size: 15px;
}
.ss-site .preview-list-user-wrapper .preview-list-user-content { color: var(--ss-muted); font-weight: 500; }
.ss-site .preview-list-right { color: var(--ss-text); font-weight: 600; }
.ss-site .preview-list-right .text--base,
.ss-site .preview-list-right.text--base { color: var(--ss-accent) !important; }
.ss-site .preview-list-item.pl-warn { background: rgba(255, 107, 107, 0.06); box-shadow: inset 3px 0 0 #ff6b6b; }
.ss-site .preview-list-item.pl-warn .preview-list-user-icon {
  border-color: rgba(255, 107, 107, 0.55);
  background: radial-gradient(circle at 50% 35%, rgba(255, 107, 107, 0.22), rgba(255, 107, 107, 0.05) 70%);
  color: #ff8a8d;
}

.ss-site .dispute-what {
  border: 1px solid var(--ss-border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  padding: 18px 20px;
}
.ss-site .dispute-what p { color: var(--ss-muted); line-height: 1.7; }
.ss-site .dispute-what strong { color: var(--ss-text); }
.ss-site .invite-cw { border-color: rgba(255, 107, 107, 0.4); background: rgba(255, 107, 107, 0.06); }
.ss-site .invite-cw .dispute-what-title { color: #ff8a8d; letter-spacing: 0.1em; }
.ss-site .inline-link { color: var(--ss-accent); }

.ss-site .terms-view {
  border: 1px solid var(--ss-border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
  padding: 8px 22px 16px;
}
.ss-site .terms-section { border-bottom-color: var(--ss-border); }
.ss-site .terms-section-title { color: var(--ss-accent); letter-spacing: 0.12em; }
.ss-site .terms-row .label { color: var(--ss-muted); }
.ss-site .terms-row .value { color: var(--ss-text); }
.ss-site .terms-foot,
.ss-site .terms-foot .text--base,
.ss-site .terms-raw-toggle { color: var(--ss-muted) !important; }
.ss-site .terms-raw-toggle:hover { color: var(--ss-text) !important; }

.ss-site .invite-own {
  border: 1px solid rgba(19, 236, 236, 0.3);
  border-radius: 16px;
  background: rgba(19, 236, 236, 0.08);
  color: var(--ss-muted);
}
.ss-site .invite-own strong { color: var(--ss-text); }

.ss-site .invite-actions { padding-top: 26px; border-top: 1px solid var(--ss-border); }
.ss-site .invite-actions-text { color: var(--ss-muted); }
.ss-site .invite-actions .btn--base {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 28px;
  border: 0;
  border-radius: 9999px;
  background: var(--ss-accent);
  color: #061012;
  font-size: 16px;
  font-weight: 600;
}
.ss-site .invite-actions .btn--base:hover { background: #5cf2f2; color: #061012; }
.ss-site .invite-actions .btn--base.w-100 { width: 100%; }
.ss-site .invite-actions small.text--base { color: var(--ss-muted) !important; font-size: 13px; line-height: 1.6; }
.ss-site .invite-actions .wallet-connect-area { display: inline-flex; justify-content: center; }
.ss-site .invite-notice i { color: var(--ss-accent); }
.ss-site .invite-notice h3 { color: var(--ss-text); }
.ss-site .invite-notice p { color: var(--ss-muted); }
.ss-site .alert { border-radius: 14px; }
@media (max-width: 767px) {
  .ss-site .invite-section { padding: 96px 0 60px; }
  .ss-site .invite-card { padding: 24px 18px; }
}

.ss-site .invite-facts .text--info,
.ss-site .invite-facts .text--warning { color: var(--ss-accent) !important; }

.ss-site .invite-error { margin: 16px 0 0; text-align: left; }
.ss-site .invite-error p { margin: 0; }

.wrong-network {

  min-height: calc(100vh - var(--dash-header-h, 72px) - 120px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wrong-network .empty-state-icon { color: #f5b942; }
.wrong-network .empty-state-text strong { color: #ffffff; }
.wrong-network-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 18px;
  margin-top: 18px;
}

[data-sonner-toast] [data-close-button] {
  left: auto;
  right: 0;
  transform: translate(35%, -35%);
}

.profile-warn {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 10px;
  padding: 12px 14px;
  border: 1px solid rgba(245, 185, 66, 0.35);
  border-radius: 12px;
  background: rgba(245, 185, 66, 0.08);
  color: #c4c6c7;
  font-size: 14px;
  line-height: 1.6;
}
.profile-warn i { flex: 0 0 auto; margin-top: 2px; color: #f5b942; font-size: 18px; }
.profile-warn strong { color: #ffffff; }

.addr { display: inline-flex; align-items: center; gap: 6px; }
.addr-text { font-variant-numeric: tabular-nums; }
.addr .addr-copy {

  all: unset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 4px;
  background: transparent !important;
  box-shadow: none !important;
  min-height: 0 !important;
  line-height: 1 !important;
  color: rgba(196, 198, 199, 0.55);
  cursor: pointer;
  transition: color 0.15s ease;
}
.addr .addr-copy svg { display: block; }
.addr .addr-copy:hover { color: #ffffff; }
.addr .addr-copy.copied { color: #3fd68f; }
.ss-site .addr .addr-copy:hover { color: var(--ss-accent); }
.ss-site .addr .addr-copy.copied { color: var(--ss-accent); }
.pl-status { margin-left: 8px; }

.input-group.mb-10 { margin-bottom: 12px !important; }

.balances-head .title { margin-bottom: 4px; }
.balances-hint { display: block; color: rgba(196, 198, 199, 0.7); font-size: 13px; }
.balances-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
.balance-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 22px 24px;
  border-radius: 14px;
  background: linear-gradient(160deg, #141a2e 0%, #0f101e 65%);
  border: 1px solid rgba(255, 255, 255, 0.07);
  overflow: hidden;
}
.balance-card::after {

  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(68, 160, 141, 0.28), rgba(68, 160, 141, 0) 70%);
  pointer-events: none;
}
.balance-card-asset { display: flex; align-items: center; gap: 12px; }
.balance-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex: 0 0 auto;
  background: rgba(68, 160, 141, 0.18);
  border: 1px solid rgba(68, 160, 141, 0.45);
  color: #8fd6c3;
  font-weight: 700;
  font-size: 16px;
}
.balance-card-label { display: block; color: #ffffff; font-weight: 600; font-size: 15px; line-height: 1.2; }
.balance-card-sub { display: block; color: rgba(196, 198, 199, 0.7); font-size: 12px; }
.balance-card-amount {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.balance-card-amount small { font-size: 15px; font-weight: 600; color: #8fd6c3; margin-left: 4px; }
.balance-card-btn { align-self: flex-start; padding: 10px 22px !important; }
@media (max-width: 575px) { .balances-grid { grid-template-columns: 1fr; } }

.notification-list .notif-item { position: relative; }
.notification-list .notif-item .content { padding-right: 26px; }
.notif-close {
  position: absolute;
  top: 10px;
  right: 8px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: rgba(196, 198, 199, 0.55);
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  transition: color 0.15s ease, background 0.15s ease;
}
.notif-close:hover { color: #ffffff; background: rgba(255, 255, 255, 0.1); }

.chat-container .media .media-body .chat-file {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  max-width: 320px;
  margin-top: 6px;
  padding: 10px 16px 10px 10px;
  border: 0;
  border-radius: 14px;
  background: #010314;
  color: #ffffff;
  text-align: left;
  cursor: pointer;
  transition: background 0.15s ease;
}
.chat-container .media .media-body .chat-file:hover { background: #0b0d22; }
.chat-container .media.media-chat-reverse .media-body .chat-file { background: var(--primary-color); }
.chat-container .media.media-chat-reverse .media-body .chat-file:hover { background: #4fb59f; }
.chat-file-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 22px;
}
.media-chat-reverse .chat-file-badge { background: rgba(0, 0, 0, 0.18); }
.chat-file-ext {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 3px;
  border-radius: 3px;
  background: var(--primary-color);
  color: #ffffff;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 11px;
}
.media-chat-reverse .chat-file-ext { background: #0f101e; }
.chat-file-meta { display: flex; flex-direction: column; min-width: 0; gap: 2px; }
.chat-file-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 230px;
}
.chat-file-sub { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; color: rgba(255, 255, 255, 0.65); }
.chat-file.failed .chat-file-sub { color: #ff8a8d; }
.chat-image { display: block; max-width: 100%; border-radius: 12px; }

.chat-image-wrap {
  position: relative;
  display: inline-block;
  line-height: 0;
  margin-top: 6px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  border-radius: 12px;
  overflow: hidden;
}
.chat-image-dl {
  border: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  color: #ffffff;
  font-size: 16px;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.chat-image-wrap:hover .chat-image-dl, .chat-file:hover .chat-file-dlbtn { opacity: 1; }
.chat-image { cursor: zoom-in; }
.chat-file-main { display: inline-flex; align-items: center; gap: 12px; padding: 0; border: 0; background: transparent; color: inherit; text-align: left; cursor: pointer; min-width: 0; }
.chat-container .media .media-body .chat-file { padding-right: 44px; }
.chat-file-dlbtn { right: 8px; bottom: 50%; transform: translateY(50%); background: rgba(0, 0, 0, 0.35); }
@media (hover: none) { .chat-image-dl, .chat-file-dlbtn { opacity: 1; } }
.att-viewer {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.92);
  animation: verifyFadeIn 0.15s ease;
}
.att-viewer-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
.att-viewer-name { color: #ffffff; font-size: 14px; font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.att-viewer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 22px;
  cursor: pointer;
  transition: background 0.15s ease, opacity 0.15s ease;
}
.att-viewer-btn:hover { background: rgba(255, 255, 255, 0.24); }
.att-viewer-body { max-width: 94vw; max-height: 88vh; display: flex; align-items: center; justify-content: center; }
.att-viewer-img { max-width: 94vw; max-height: 88vh; object-fit: contain; border-radius: 6px; box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6); }
.att-viewer-frame { width: 90vw; height: 86vh; border: 0; border-radius: 6px; background: #ffffff; }
.att-viewer-empty { text-align: center; color: #c4c6c7; }
.att-viewer-empty i { font-size: 56px; display: block; margin-bottom: 10px; color: var(--primary-color); }

.att-viewer-download { position: absolute; right: 22px; bottom: 22px; width: 50px; height: 50px; font-size: 24px; background: var(--primary-color); opacity: 0; }
.att-viewer:hover .att-viewer-download { opacity: 1; }
.att-viewer-download:hover { background: #5cbfa9; }
@media (hover: none) { .att-viewer-download { opacity: 1; } }

.admin-escrows th, .admin-escrows td { white-space: nowrap; }
.admin-escrows .title-cell { max-width: 260px; overflow: hidden; text-overflow: ellipsis; }
.admin-escrows .text--muted { color: rgba(196, 198, 199, 0.6) !important; font-size: 12px; }
