.nana-auth-page {
  min-height: 100vh;
  box-sizing: border-box;
  padding: 72px 24px;
  display: grid;
  place-items: center;
  color: #fff;
  background:
    radial-gradient(circle at 70% 15%,
      rgba(133, 60, 255, .24), transparent 38%),
    radial-gradient(circle at 20% 80%,
      rgba(238, 91, 164, .16), transparent 35%),
    #07050a;
  font-family: Inter, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}

.nana-auth-card {
  width: min(100%, 520px);
  padding: 34px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 26px;
  background: rgba(15, 11, 22, .88);
  box-shadow: 0 24px 90px rgba(0,0,0,.55);
  backdrop-filter: blur(24px);
}

.nana-auth-eyebrow {
  color: #d3aa69;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.nana-auth-card h1 {
  margin: 12px 0 8px;
  font-size: clamp(30px, 7vw, 48px);
  font-family: Georgia, serif;
}

.nana-auth-card p {
  color: rgba(255,255,255,.67);
  line-height: 1.6;
}

.nana-provider-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.nana-provider-button {
  min-height: 50px;
  padding: 10px 14px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 14px;
  background: rgba(255,255,255,.055);
  cursor: pointer;
}

.nana-provider-button:hover {
  border-color: rgba(211,170,105,.72);
  background: rgba(211,170,105,.1);
}

.nana-campaign-box {
  margin-top: 24px;
  padding: 18px;
  border: 1px solid rgba(211,170,105,.25);
  border-radius: 16px;
  background: rgba(211,170,105,.06);
}

.nana-auth-status {
  min-height: 24px;
  margin-top: 16px;
  color: #d3aa69;
}

.nana-back-link {
  display: inline-block;
  margin-top: 24px;
  color: rgba(255,255,255,.72);
  text-decoration: none;
}

@media (max-width: 560px) {
  .nana-provider-grid {
    grid-template-columns: 1fr;
  }

  .nana-auth-card {
    padding: 24px;
  }
}


/* NANA_PUBLIC_NOTES */
.nana-public-notes-link {
  margin-top: 20px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: #fff;
  border: 1px solid rgba(242, 145, 194, .3);
  border-radius: 18px;
  background:
    linear-gradient(
      135deg,
      rgba(237, 110, 176, .13),
      rgba(133, 85, 255, .09)
    );
  text-decoration: none;
  transition:
    transform .2s ease,
    border-color .2s ease;
}

.nana-public-notes-link:hover {
  transform: translateY(-2px);
  border-color: rgba(242, 145, 194, .68);
}

.nana-public-notes-link small {
  margin-top: 3px;
  display: block;
  color: rgba(255,255,255,.58);
}

.nana-blog-icon,
.nana-notes-symbol {
  display: grid;
  place-items: center;
  color: #ff9fcc;
  border: 1px solid rgba(255,159,204,.35);
  background: rgba(255,159,204,.1);
  box-shadow: 0 0 30px rgba(255,101,185,.16);
}

.nana-blog-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 13px;
  font-size: 21px;
}

.nana-notes-page {
  align-items: start;
}

.nana-notes-shell {
  width: min(1100px, 100%);
}

.nana-notes-header {
  text-align: center;
}

.nana-notes-header h1 {
  margin: 15px 0 8px;
  font: clamp(38px, 7vw, 74px)/1 Georgia, serif;
}

.nana-notes-header > p {
  color: rgba(255,255,255,.65);
}

.nana-notes-symbol {
  width: 58px;
  height: 58px;
  margin: 24px auto 16px;
  border-radius: 20px;
  font-size: 32px;
}

.nana-public-disclosure {
  margin: 32px auto 18px;
  max-width: 760px;
  padding: 20px 22px;
  border: 1px solid rgba(211,170,105,.28);
  border-radius: 18px;
  color: rgba(255,255,255,.72);
  background: rgba(211,170,105,.07);
}

.nana-public-disclosure strong {
  color: #e4c28d;
}

.nana-public-disclosure p {
  margin: 8px 0 0;
}

.nana-country-summary {
  margin: 18px auto 28px;
  max-width: 760px;
  padding: 19px 22px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  background: rgba(255,255,255,.04);
}

.nana-country-summary span,
.nana-country-summary small {
  color: rgba(255,255,255,.57);
}

.nana-country-summary strong {
  margin-top: 4px;
  display: block;
  font-size: 30px;
}

.nana-notes-layout {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 18px;
}

.nana-country-panel,
.nana-public-note,
.nana-empty-state {
  padding: 20px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
  background: rgba(15,11,22,.78);
}

.nana-country-panel h2 {
  margin-top: 0;
  font-size: 16px;
}

.nana-country-row {
  padding: 11px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,.075);
}

.nana-country-row small {
  margin-left: 5px;
  color: rgba(255,255,255,.42);
}

.nana-note-feed {
  display: grid;
  gap: 14px;
}

.nana-note-meta {
  display: flex;
  justify-content: space-between;
  color: rgba(255,255,255,.48);
  font-size: 12px;
}

.nana-public-note h2 {
  margin: 13px 0 8px;
  font-family: Georgia, serif;
}

.nana-love-button {
  margin-top: 14px;
  padding: 8px 12px;
  display: inline-flex;
  gap: 7px;
  color: #ff9fcc;
  border: 1px solid rgba(255,159,204,.24);
  border-radius: 999px;
  background: rgba(255,159,204,.075);
}

.nana-empty-state {
  color: rgba(255,255,255,.52);
  text-align: center;
}

@media (max-width: 760px) {
  .nana-notes-layout {
    grid-template-columns: 1fr;
  }

  .nana-country-summary {
    align-items: start;
    flex-direction: column;
  }
}
