*,
::before,
::after {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  -webkit-tap-highlight-color: transparent;
}

body,
h1,
h2,
h3,
p {
  margin: 0;
}

body {
  line-height: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

button {
  background: transparent;
  background-image: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  letter-spacing: inherit;
  margin: 0;
  padding: 0;
  text-transform: none;
}

img,
svg {
  display: block;
  vertical-align: middle;
}

img {
  height: auto;
  max-width: 100%;
}

.download-hint {
  align-items: center;
  background-color: #ededed;
  border-radius: 8px;
  color: #373737;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  gap: 10px;
  margin: 16px;
  padding: 8px;
}

.download-hint .icon {
  flex: 0 0 auto;
}

.ad-card {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  height: 0;
  margin: 0 16px 16px;
  overflow: hidden;
  visibility: hidden;
  width: 100%;
}

.ad-card-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 8px 10px;
  position: relative;
}

.ad-header-left {
  align-items: center;
  display: flex;
}

.ad-header-tag {
  background: linear-gradient(180deg, #4096ff, #1677ff);
  border-radius: 2px;
  height: 16px;
  margin-right: 12px;
  width: 4px;
}

.header-title {
  color: #666;
  font-size: 14px;
  font-weight: 500;
}

.ad-close-btn {
  align-items: center;
  border: none;
  display: flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.ad-close-btn img {
  height: 14px;
  opacity: 0.4;
  width: 14px;
}

.ad-close-btn:hover {
  background: #e0e0e0;
}

.ad-close-btn:hover img {
  opacity: 0.7;
}

.ad-divider {
  background: #f0f0f0;
  height: 1px;
}

.ad-card-content {
  color: #666;
  font-size: 14px;
}

.home-action-card {
  align-items: center;
  background: #e5e7eb;
  border-radius: 8px;
  color: #1f2937;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  min-height: 56px;
  padding: 0 18px;
  position: relative;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease,
    opacity 0.5s ease;
}

.home-action-card:hover {
  background: #d1d5db;
  transform: translateY(-1px);
}

.home-action-card img {
  flex: 0 0 auto;
  height: 24px;
  left: 18px;
  position: absolute;
  width: 24px;
}

.home-action-card .option-text {
  flex: 0 1 auto;
  text-align: center;
}

.home-feature-kicker {
  color: #0ad48b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.relative {
  position: relative;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-grow {
  flex-grow: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-items-center {
  justify-items: center;
}

.gap-4 {
  gap: 1rem;
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.75rem;
}

.min-h-screen {
  min-height: 100vh;
}

.w-12 {
  width: 3rem;
}

.w-24 {
  width: 6rem;
}

.w-full {
  width: 100%;
}

.max-w-md {
  max-width: 28rem;
}

.h-auto {
  height: auto;
}

.bg-background-light {
  background-color: #fff;
}

.font-display {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
}

.p-4 {
  padding: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.text-center {
  text-align: center;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

.leading-tight {
  line-height: 1.25;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.tracking-\[0\.015em\] {
  letter-spacing: 0.015em;
}

.text-background-dark {
  color: #111827;
}

.text-text-light {
  color: #1f2937;
}

.text-text-secondary-light {
  color: #6b7280;
}

.text-\[\#9eb7a8\] {
  color: #9eb7a8;
}

.opacity-0 {
  opacity: 0;
}

.dark .dark\:bg-background-dark {
  background-color: #111827;
}

.dark .dark\:text-text-dark {
  color: #f9fafb;
}

.dark .dark\:text-text-secondary-dark {
  color: #9ca3af;
}
