
[data-fallback] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
[data-fallback] > a,
[data-fallback] > script + noscript,
[data-fallback] > noscript,
[data-fallback] > iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
[data-fallback] img,
[data-fallback] iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.jcf-pwa {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  background: linear-gradient(145deg, #0a0f1e 0%, #111827 100%);
  border-radius: 8px;
  text-align: center;
  box-sizing: border-box;
  gap: 0.55rem;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
}
.jcf-pwa-logo img {
  border-radius: 18px;
  box-shadow: 0 4px 16px rgba(0,0,0,.5);
  display: block;
}
.jcf-pwa-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.jcf-pwa-tagline {
  font-size: 0.78rem;
  color: #94a3b8;
  line-height: 1.5;
}
.jcf-pwa-desc {
  font-size: 0.75rem;
  color: #94a3b8;
  line-height: 1.55;
}
.jcf-pwa-perks {
  list-style: none;
  padding: 0;
  margin: 0.25rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  text-align: left;
  width: 100%;
}
.jcf-pwa-perks li {
  font-size: 0.72rem;
  color: #cbd5e1;
  line-height: 1.4;
}
.jcf-pwa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background: #2563eb;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 0.6rem 1.2rem;
  cursor: pointer;
  transition: background 0.15s;
  font-family: inherit;
  white-space: nowrap;
  min-height: 40px;
}
.jcf-pwa-btn:hover {
  background: #1d4ed8;
}
.jcf-pwa-sub {
  font-size: 0.62rem;
  color: #475569;
  line-height: 1.4;
}
.jcf-pwa--banner {
  flex-direction: row;
  gap: 0.75rem;
  padding: 0 1.25rem;
  justify-content: flex-start;
}
.jcf-pwa--banner .jcf-pwa-icon {
  font-size: 1.6rem;
  flex-shrink: 0;
}
.jcf-pwa--banner .jcf-pwa-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
}
.jcf-pwa--banner .jcf-pwa-copy strong {
  font-size: 0.88rem;
  font-weight: 800;
  color: #fff;
}
.jcf-pwa--banner .jcf-pwa-copy span {
  font-size: 0.72rem;
  color: #94a3b8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.jcf-pwa--banner .jcf-pwa-btn {
  flex-shrink: 0;
  font-size: 0.74rem;
  padding: 0.5rem 1rem;
}
.jcf-pwa--box {
  padding: 1rem 0.75rem;
  gap: 0.5rem;
}
.jcf-pwa--box .jcf-pwa-logo img {
  width: 56px;
  height: 56px;
  border-radius: 14px;
}
.jcf-pwa--box .jcf-pwa-title {
  font-size: 0.95rem;
}
.jcf-pwa--half {
  padding: 1.5rem 1.25rem;
  gap: 0.65rem;
}
.jcf-pwa--half .jcf-pwa-logo img {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  margin: 0 auto 0.25rem;
}
.jcf-pwa--half .jcf-pwa-perks {
  background: rgba(255,255,255,0.04);
  border-radius: 8px;
  padding: 0.75rem 1rem;
}
.jcf-guide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  gap: 0.6rem;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  box-sizing: border-box;
  transition: background 0.15s, border-color 0.15s;
}
.jcf-guide:hover {
  background: #f0f4ff;
  border-color: #c7d7f7;
  text-decoration: none;
}
.jcf-guide-emoji {
  font-size: 2rem;
  line-height: 1;
}
.jcf-guide-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.4;
}
.jcf-guide-cta {
  font-size: 0.78rem;
  font-weight: 600;
  color: #2563eb;
}
.jcf-guide--banner {
  flex-direction: row;
  gap: 0.75rem;
  padding: 0 1.25rem;
  justify-content: flex-start;
  background: #f0f4ff;
  border-color: #c7d7f7;
}
.jcf-guide--banner .jcf-guide-emoji {
  font-size: 1.5rem;
  flex-shrink: 0;
}
.jcf-guide--banner .jcf-guide-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
.jcf-guide--banner .jcf-guide-copy strong {
  font-size: 0.68rem;
  font-weight: 700;
  color: #2563eb;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.jcf-guide--banner .jcf-guide-copy span {
  font-size: 0.82rem;
  font-weight: 700;
  color: #1e293b;
}
.jcf-guide--banner .jcf-guide-cta {
  flex-shrink: 0;
  background: #2563eb;
  color: #fff;
  border-radius: 6px;
  padding: 0.45rem 0.9rem;
  font-size: 0.74rem;
}
