:root {
  --bg-primary: #f4f7ef;
  --bg-secondary: #e8eee1;

  --surface: rgba(255, 255, 255, 0.66);
  --surface-strong: rgba(255, 255, 255, 0.86);

  --text-primary: #1f3024;
  --text-secondary: #6c7c6b;
  --text-soft: #859182;

  --green: #698766;
  --green-deep: #314b38;
  --green-soft: rgba(105, 135, 102, 0.13);

  --sand: #d9cfbc;
  --sand-soft: rgba(217, 207, 188, 0.38);

  --border: rgba(49, 75, 56, 0.12);
  --border-light: rgba(255, 255, 255, 0.64);

  --shadow-card: 0 34px 90px rgba(35, 54, 40, 0.14);
  --shadow-soft: 0 18px 44px rgba(35, 54, 40, 0.12);

  --radius-xl: 44px;
  --radius-lg: 34px;
  --radius-md: 24px;

  --ease-premium: cubic-bezier(0.16, 1, 0.3, 1);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--bg-primary);
}

body {
  margin: 0;
  min-height: 100vh;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--text-primary);
  background:
    linear-gradient(145deg, rgba(244, 247, 239, 0.96), rgba(232, 238, 225, 0.88)),
    radial-gradient(circle at 16% 12%, rgba(217, 207, 188, 0.55), transparent 32%),
    radial-gradient(circle at 82% 86%, rgba(105, 135, 102, 0.24), transparent 34%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.52;
  background-image:
    linear-gradient(rgba(49, 75, 56, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(49, 75, 56, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at center, black 0%, transparent 72%);
}

.sendala-page {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 28px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.background-orbit {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(1px);
  animation: floatSoft 9s var(--ease-premium) infinite alternate;
}

.background-orbit--one {
  width: 420px;
  height: 420px;
  top: -190px;
  right: -130px;
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.78), transparent 34%),
    radial-gradient(circle, rgba(105, 135, 102, 0.2), transparent 68%);
}

.background-orbit--two {
  width: 360px;
  height: 360px;
  bottom: -150px;
  left: -120px;
  background:
    radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.72), transparent 30%),
    radial-gradient(circle, rgba(217, 207, 188, 0.54), transparent 70%);
  animation-delay: -3s;
}

.background-orbit--three {
  width: 190px;
  height: 190px;
  left: 12%;
  top: 18%;
  background: rgba(105, 135, 102, 0.1);
  border: 1px solid rgba(49, 75, 56, 0.06);
  animation-delay: -5s;
}

.empty-state {
  position: relative;
  width: min(100%, 820px);
  min-height: 560px;
  padding: clamp(38px, 6vw, 78px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border-light);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.52)),
    radial-gradient(circle at top left, rgba(217, 207, 188, 0.26), transparent 38%),
    radial-gradient(circle at bottom right, rgba(105, 135, 102, 0.13), transparent 44%);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  text-align: center;
  overflow: hidden;
  animation: cardEntrance 1.05s var(--ease-premium) both;
}

.empty-state::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: calc(var(--radius-xl) - 12px);
  border: 1px solid rgba(49, 75, 56, 0.08);
  pointer-events: none;
}

.empty-state::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  top: -170px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
  filter: blur(18px);
  pointer-events: none;
}

.land-lines {
  position: absolute;
  inset: auto -60px 24px -60px;
  height: 140px;
  pointer-events: none;
  opacity: 0.56;
}

.land-lines span {
  position: absolute;
  left: 0;
  width: 120%;
  height: 80px;
  border-top: 1px solid rgba(49, 75, 56, 0.08);
  border-radius: 50%;
}

.land-lines span:nth-child(1) {
  bottom: 6px;
}

.land-lines span:nth-child(2) {
  bottom: 30px;
  transform: translateX(-4%);
}

.land-lines span:nth-child(3) {
  bottom: 56px;
  transform: translateX(5%);
}

.brand-mark {
  position: relative;
  z-index: 2;
  width: 124px;
  height: 124px;
  margin-bottom: 30px;
  display: grid;
  place-items: center;
  border-radius: 34px;
  border: 1px solid rgba(49, 75, 56, 0.12);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(239, 245, 235, 0.74)),
    radial-gradient(circle at 35% 24%, rgba(255, 255, 255, 0.9), transparent 42%);
  box-shadow: var(--shadow-soft);
  animation: iconEntrance 1.1s var(--ease-premium) 0.1s both;
  color: var(--green-deep);
}

.brand-mark::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 40px;
  background: linear-gradient(145deg, rgba(105, 135, 102, 0.14), rgba(217, 207, 188, 0.18));
  z-index: -1;
}

.community-icon {
  width: 54px;
  height: 54px;
  opacity: 0.95;
}

.eyebrow {
  position: relative;
  z-index: 2;
  margin: 0 0 16px;
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
  animation: contentEntrance 0.9s var(--ease-premium) 0.18s both;
}

h1 {
  position: relative;
  z-index: 2;
  margin: 0;
  max-width: 760px;
  color: var(--text-primary);
  font-size: clamp(3.1rem, 10vw, 7rem);
  font-weight: 720;
  line-height: 0.91;
  letter-spacing: -0.085em;
  text-wrap: balance;
  animation: contentEntrance 0.9s var(--ease-premium) 0.24s both;
}

.description {
  position: relative;
  z-index: 2;
  max-width: 590px;
  margin: 28px auto 0;
  color: var(--text-secondary);
  font-size: clamp(1.02rem, 2vw, 1.18rem);
  font-weight: 420;
  line-height: 1.72;
  text-wrap: balance;
  animation: contentEntrance 0.9s var(--ease-premium) 0.32s both;
}

.status-card {
  position: relative;
  z-index: 2;
  margin-top: 34px;
  padding: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(49, 75, 56, 0.08);
  animation: contentEntrance 0.9s var(--ease-premium) 0.4s both;
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 17px;
  border-radius: 999px;
  border: 1px solid rgba(105, 135, 102, 0.18);
  background: rgba(105, 135, 102, 0.095);
  color: var(--green-deep);
  font-size: 0.88rem;
  font-weight: 680;
}

.status-dot {
  position: relative;
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--green);
}

.status-dot::after {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: inherit;
  background: rgba(105, 135, 102, 0.18);
  animation: pulse 1.9s ease-in-out infinite;
}

@keyframes cardEntrance {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes iconEntrance {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.92) rotate(-2deg);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(0);
  }
}

@keyframes contentEntrance {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatSoft {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    transform: translate3d(14px, -18px, 0) scale(1.04);
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(0.82);
    opacity: 0.44;
  }

  50% {
    transform: scale(1.3);
    opacity: 0.18;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 720px) {
  .sendala-page {
    padding: 16px;
  }

  .empty-state {
    min-height: calc(100vh - 32px);
    padding: 42px 24px;
    border-radius: 34px;
  }

  .empty-state::before {
    inset: 10px;
    border-radius: 26px;
  }

  .brand-mark {
    width: 104px;
    height: 104px;
    margin-bottom: 26px;
    border-radius: 30px;
  }

  .brand-mark::before {
    border-radius: 36px;
  }

  .community-icon {
    width: 48px;
    height: 48px;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.7rem);
    letter-spacing: -0.08em;
  }

  .description {
    max-width: 92%;
    margin-top: 24px;
  }

  .background-orbit--one {
    width: 280px;
    height: 280px;
    top: -120px;
    right: -100px;
  }

  .background-orbit--two {
    width: 260px;
    height: 260px;
    bottom: -120px;
    left: -100px;
  }

  .background-orbit--three {
    display: none;
  }
}

@media (max-width: 420px) {
  .empty-state {
    padding-inline: 20px;
  }

  .eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.16em;
  }

  .status {
    font-size: 0.84rem;
  }
}
