@font-face {
  font-family: __Inter_d65c78;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");
  unicode-range: u+0460-052f, u+1c80-1c8a, u+20b4, u+2de0-2dff, u+a640-a69f,
    u+fe2e-fe2f;
}
@font-face {
  font-family: __Inter_d65c78;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");
  unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116;
}
@font-face {
  font-family: __Inter_d65c78;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");
  unicode-range: u+1f??;
}
@font-face {
  font-family: __Inter_d65c78;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");
  unicode-range: u+0370-0377, u+037a-037f, u+0384-038a, u+038c, u+038e-03a1,
    u+03a3-03ff;
}
@font-face {
  font-family: __Inter_d65c78;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");
  unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1,
    u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329,
    u+1ea0-1ef9, u+20ab;
}
@font-face {
  font-family: __Inter_d65c78;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/6d93bde91c0c2823-s.woff2) format("woff2");
  unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff,
    u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020,
    u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
  font-family: __Inter_d65c78;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/a34f9d1faa5f3315-s.p.woff2) format("woff2");
  unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da,
    u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193,
    u+2212, u+2215, u+feff, u+fffd;
}
@font-face {
  font-family: __Inter_Fallback_d65c78;
  src: local("Arial");
  ascent-override: 90.2%;
  descent-override: 22.48%;
  line-gap-override: 0%;
  size-adjust: 107.4%;
}
.__className_d65c78 {
  font-family: __Inter_d65c78, __Inter_Fallback_d65c78;
  font-style: normal;
}
@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
  --primary: #4e7cff;
  --primary-dark: #3d6ae6;
  --primary-light: #6b8fff;
  --secondary: #ff9f45;
  --success: #4caf50;
  --error: #f44336;
  --background: #f5f7fa;
  --card-bg: #fff;
  --text-primary: #333;
  --text-secondary: #666;
  --text-light: #8a94a6;
  --border-color: #e5e9f0;
  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 8px rgba(0, 0, 0, 0.08);
  --border-radius: 16px;
  --header-height: 60px;
}
body {
  background-color: var(--background);
  color: var(--text-primary);
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  min-height: 100vh;
  margin: 0;
  padding: 0 0 10px;
}
@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
.animate-slide-up {
  animation: slideUp 0.3s ease-out forwards;
}
.modal-open {
  overflow: hidden;
}
[role="dialog"] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-content {
  position: relative;
  margin: auto;
  width: 90%;
  max-width: 330px;
  background-color: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
#__next,
.app-container,
main {
  position: static !important;
  overflow: visible !important;
}
.app-container {
  max-width: 480px;
  margin: 0 auto;
  min-height: 100vh;
  background-color: var(--background);
  position: relative;
  padding: 0 16px 10px;
}
.page-header {
  background: var(--primary);
  color: #fff;
  padding: 24px 16px 32px;
  margin: 0 -16px 16px;
  position: relative;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.header-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 4px;
}
.header-subtitle {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.9;
}
.card {
  background-color: var(--card-bg);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-sm);
  padding: 20px;
  margin-bottom: 14px;
}
.section-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.section-title i {
  color: var(--secondary);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
  gap: 16px;
  margin: 16px 0;
}
.stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background-color: var(--card-bg);
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
  min-height: 80px;
}
.stat-label {
  font-size: 14px;
  color: var(--text-light);
  text-align: center;
  margin-bottom: 4px;
}
.stat-value {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary);
}
.stat-unit {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary);
  margin-left: 2px;
}
.stat-secondary {
  font-size: 0.75rem;
  color: var(--color-text-secondary);
  margin-top: 0.25rem;
}
.check-in-days {
  display: flex;
  gap: 5px;
  justify-content: center;
  margin-bottom: 2rem;
  flex-wrap: nowrap;
  margin-left: 0;
  margin-right: 0;
  overflow-x: auto;
  scrollbar-width: none;
  position: relative;
  padding: 10px 10px 0;
}
.check-in-days::-webkit-scrollbar {
  display: none;
}
.day-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  position: relative;
  border: none;
  flex-shrink: 0;
  background-color: #e5e7eb;
  color: #6b7280;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  font-size: 18px;
  line-height: 1;
  margin-top: 14px;
}
.day-active {
  background-color: #4c6ef5;
  color: #fff;
}
.day-inactive {
  background-color: #e5e7eb;
  color: #6b7280;
}
.day-bonus {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ff9f45;
  color: #fff;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 9999px;
  font-weight: 700;
  height: 22px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  min-width: 32px;
  z-index: 10;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.day-circle.day-special {
  background-color: var(--color-primary);
  color: #fff;
  font-weight: 700;
  border: 2px solid var(--color-primary-dark);
  box-shadow: 0 0 0 2px rgba(78, 124, 255, 0.3);
  transform: scale(1.1);
}
.button-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;
  margin: 0 auto;
}
.success-text {
  padding: 1rem;
  text-align: center;
}
.animate-fade-in {
  animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.already-checked-in {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  padding: 0.75rem 1.5rem;
  background-color: #e5e7eb;
  color: #6b7280;
  border-radius: 9999px;
  font-weight: 500;
  cursor: not-allowed;
}
.error-text {
  color: #ef4444;
  text-align: center;
  margin-bottom: 1rem;
}
.button-primary:disabled {
  background: #a9b9e0;
  cursor: not-allowed;
  box-shadow: none;
}
.button-secondary {
  background-color: #fff;
  color: var(--primary);
  border: 2px solid var(--primary);
  padding: 12px 24px;
  border-radius: 50px;
  cursor: pointer;
}
.button-disabled,
.button-secondary {
  font-weight: 600;
  font-size: 16px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.button-disabled {
  background: #e0e0e0;
  color: #a0a0a0;
  border: none;
  padding: 14px 28px;
  border-radius: 50px;
  cursor: not-allowed;
}
.button-loading {
  position: relative;
  color: transparent;
}
.button-loading:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid hsla(0, 0%, 100%, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.rules-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.rule-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.check-icon {
  color: var(--success);
  font-size: 18px;
}
.nav-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  background-color: #fff;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.05);
  z-index: 100;
  max-width: 480px;
  margin: 0 auto;
  border-top: 1px solid var(--border-color);
  height: 64px;
  padding-bottom: env(safe-area-inset-bottom, 0);
}
.nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--text-light);
  text-decoration: none;
  font-size: 10px;
  height: 100%;
  width: 100%;
  position: relative;
}
.nav-item.active {
  color: var(--primary);
}
.nav-icon {
  width: 22px;
  height: 22px;
  margin-bottom: 6px;
  stroke-width: 1.5;
  stroke: currentColor;
  fill: none;
}
.nav-item.active .nav-icon {
  fill: currentColor;
}
.points-badge {
  background-color: hsla(0, 0%, 100%, 0.2);
  padding: 6px 12px;
  border-radius: 50px;
  gap: 6px;
  position: absolute;
  top: 24px;
  right: 24px;
  font-weight: 600;
}
.points-badge,
.profile-card {
  display: flex;
  align-items: center;
}
.profile-card {
  flex-direction: column;
  padding: 24px;
}
.profile-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: var(--shadow-sm);
  margin-bottom: 12px;
}
.profile-name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}
.profile-subtitle,
.profile-title {
  font-size: 14px;
  color: var(--text-light);
  margin-bottom: 16px;
}
.settings-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 20px;
  color: #fff;
  background-color: hsla(0, 0%, 100%, 0.2);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-header {
  width: auto;
  max-width: 100%;
  margin: 0 -16px 16px;
  padding-bottom: 16px;
  padding-top: 16px;
}
.menu-item {
  display: flex;
  align-items: center;
  padding: 16px;
  gap: 12px;
  border-bottom: 1px solid var(--border-color);
  text-decoration: none;
  color: var(--text-primary);
  transition: background-color 0.2s;
  cursor: pointer;
}
.menu-item:last-child {
  border-bottom: none;
}
.menu-item:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.menu-item:active {
  background-color: rgba(0, 0, 0, 0.05);
}
.menu-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}
.icon-blue {
  background-color: var(--primary);
}
.icon-green {
  background-color: var(--success);
}
.icon-orange {
  background-color: var(--secondary);
}
.icon-purple {
  background-color: #9c27b0;
}
.menu-content {
  flex: 1 1;
}
.menu-title {
  font-weight: 600;
  margin-bottom: 2px;
}
.menu-subtitle {
  font-size: 12px;
}
.menu-action,
.menu-subtitle {
  color: var(--text-light);
}
.gift-box {
  width: 70px;
  height: 70px;
  margin: 16px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.center-text {
  text-align: center;
}
.rewards-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}
.rewards-subtitle {
  font-size: 15px;
  color: var(--text-secondary);
  margin-bottom: 16px;
}
.last-check-in {
  font-size: 14px;
  color: var(--text-secondary);
  margin-top: 12px;
  margin-bottom: 20px;
}
.reward-card {
  background-color: var(--card-bg);
  border-radius: var(--border-radius);
  padding: 20px;
  margin-bottom: 16px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s, box-shadow 0.2s;
}
.reward-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.reward-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.reward-description {
  font-size: 14px;
  color: var(--text-secondary);
  margin-bottom: 16px;
}
.reward-points {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 12px;
}
.reward-button {
  width: 100%;
}
.animate-pulse {
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}
.content-padding {
  padding-bottom: 84px;
}
main {
  padding-bottom: 80px;
  min-height: calc(100vh - var(--header-height) - 84px);
}
.notification-center {
  display: flex;
  justify-content: center;
  margin: 24px auto;
}
.notification-toast {
  position: fixed;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  z-index: 1000;
  animation: fadeInOut 3s ease;
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
    transform: translate(-50%, 20px);
  }
  10% {
    opacity: 1;
    transform: translate(-50%);
  }
  90% {
    opacity: 1;
    transform: translate(-50%);
  }
  to {
    opacity: 0;
    transform: translate(-50%, -20px);
  }
}
.notification-button {
  background-color: #f5f5f5;
  color: #333;
  border: none;
  border-radius: 24px;
  padding: 12px 24px;
  font-size: 0.9rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
.notification-button svg {
  color: var(--color-secondary);
}
.notification-button:hover {
  background-color: #efefef;
  transform: translateY(-1px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.notification-button:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.notification-banner {
  background-color: #f0f8ff;
  padding: 16px;
  border-radius: var(--border-radius);
  margin-bottom: 16px;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(78, 124, 255, 0.2);
  text-align: center;
}
.notification-button-highlighted {
  background-color: #4e7cff;
  color: #fff;
  border: none;
  border-radius: 24px;
  padding: 12px 24px;
  font-size: 0.95rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  box-shadow: 0 4px 8px rgba(78, 124, 255, 0.25);
  margin: 0 auto;
  transform: translateY(0);
}
.notification-button-highlighted:hover {
  background-color: #3d6ae6;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(78, 124, 255, 0.35);
}
.notification-button-highlighted:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(78, 124, 255, 0.25);
}
.check-in-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #4f6af6;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  border: none;
  border-radius: 9999px;
  padding: 12px 24px;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  transition: background-color 0.2s;
  cursor: pointer;
}
.check-in-button:hover {
  background-color: #4059dc;
}
.check-in-button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.check-in-icon {
  width: 16px;
  height: 16px;
}
.share-button {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(78, 124, 255, 0.25);
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.share-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle at center,
    hsla(0, 0%, 100%, 0.2) 0,
    hsla(0, 0%, 100%, 0) 70%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}
.share-button:hover {
  transform: translateY(-3px) scale(1.05);
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  box-shadow: 0 8px 20px rgba(78, 124, 255, 0.35);
}
.share-button:hover:before {
  opacity: 1;
}
.share-button:active {
  transform: translateY(1px) scale(0.95);
  box-shadow: 0 3px 8px rgba(78, 124, 255, 0.25);
}
.share-button svg {
  margin-bottom: 4px;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
}
.share-button-text {
  font-size: 11px;
  font-weight: 600;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.2px;
}
.share-dialog-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  animation: fadeIn 0.3s ease;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 9999 !important;
  position: fixed;
  inset: 0;
}
.share-dialog {
  animation: dialogSlideUp 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: bottom center;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  z-index: 10000 !important;
  position: relative;
}
.share-dialog-header {
  position: relative;
  overflow: hidden;
}
.share-dialog-header:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    135deg,
    hsla(0, 0%, 100%, 0.1),
    hsla(0, 0%, 100%, 0)
  );
  pointer-events: none;
}
.share-dialog-content {
  overflow: hidden;
}
.share-button-primary {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.share-button-primary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0) 0,
    hsla(0, 0%, 100%, 0.2) 50%,
    hsla(0, 0%, 100%, 0)
  );
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}
.share-button-primary:hover:before {
  transform: translateX(100%);
}
.share-button-secondary {
  transition: all 0.2s ease;
}
.share-button-secondary:hover {
  color: var(--text-primary);
}
.share-dialog-streak {
  position: relative;
  animation: pulseStreak 1s ease-in-out;
}
@keyframes dialogSlideUp {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes pulseStreak {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.splash-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ecf, #4f6af6);
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.5s ease-out;
}
.splash-content,
.splash-screen {
  display: flex;
  align-items: center;
  justify-content: center;
}
.splash-content {
  flex-direction: column;
  gap: 48px;
}
.logo-container {
  animation: float 3s ease-in-out infinite;
}
.logo-wrapper {
  text-align: center;
}
.brand-name {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  margin: 0;
  background: linear-gradient(90deg, #fff, #edf2ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 2s linear infinite;
  background-size: 200% 100%;
}
.brand-tagline {
  font-size: 18px;
  color: hsla(0, 0%, 100%, 0.8);
  margin-top: 8px;
  font-weight: 500;
}
.progress-container {
  width: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.progress-bar {
  width: 100%;
  height: 8px;
  background-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 4px;
  overflow: hidden;
}
.progress-fill {
  height: 100%;
  background-color: #fff;
  border-radius: 4px;
  transition: width 0.3s ease;
}
.progress-text {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes shimmer {
  0% {
    background-position: 0 50%;
  }
  to {
    background-position: 200% 50%;
  }
}
.splash-exit {
  opacity: 0;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
  gap: 16px;
  margin-top: 16px;
}
.feature-item {
  background-color: #fff;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s, box-shadow 0.2s;
}
.feature-item:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 12px;
}
.feature-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
  color: var(--text-primary);
}
.feature-desc {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.4;
}
.loading-spinner {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid hsla(0, 0%, 100%, 0.3);
  border-top-color: #fff;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
.loading-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px;
}
.dot {
  width: 8px;
  height: 8px;
  background-color: #ccc;
  border-radius: 50%;
  animation: dot-pulse 1.5s ease-in-out infinite;
}
.dot:first-child {
  animation-delay: 0s;
}
.dot:nth-child(2) {
  animation-delay: 0.3s;
}
.dot:nth-child(3) {
  animation-delay: 0.6s;
}
@keyframes dot-pulse {
  0%,
  80%,
  to {
    transform: scale(0.8);
    opacity: 0.6;
  }
  40% {
    transform: scale(1.2);
    opacity: 1;
  }
}
.success-message {
  transform-origin: center;
  animation: success-appear 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.success-icon-container {
  transform-origin: center;
  animation: success-icon-appear 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275)
    0.1s backwards;
}
@keyframes success-appear {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes success-icon-appear {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.share-button-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
.share-main-btn {
  background: linear-gradient(135deg, #ff9800, #f44336);
  color: #fff;
  padding: 12px 25px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 15px rgba(244, 67, 54, 0.3);
  transition: all 0.2s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.share-main-btn:hover {
  background-color: #e0e7ff;
  transform: translateY(-1px);
}
.share-main-btn i,
.share-main-btn svg {
  margin-right: 8px;
}
