:root {
  --bg-main: #FFFFFF;
  --bg-soft: #F2F4F7;
  --ink-blue: #0A2F5A;
  --sky-blue: #004B87;
  --clay-accent: #D22630;
  --text-dark: #1F2933;
  --text-muted: #66717D;
  --success: #027A48;
  --card-bg: #fffdf9;
  --border: rgba(0, 0, 0, 0.07);
  --shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
  --shadow-hover: 0 24px 60px rgba(0, 0, 0, 0.12);
  --warning: #9A6700;
  --warning-bg: #FFF6DD;
  --success: #26734D;
  --success-bg: #EAF6EF;

  --help-bg-main: #FFFFFF;
  --help-bg-soft: #F2F4F7;
  --help-ink-blue: #0A2F5A;
  --help-sky-blue: #004B87;
  --help-text-dark: #1F2933;
  --help-text-muted: #6B7280;
  --help-border: #E1E5EA;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-footer {
  margin-top: auto;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: var(--bg-main);
  color: var(--text-dark);
  line-height: 1.6;
}

/* ======================
   HEADER
====================== */

.site-header {
  width: 100%;
  background: var(--bg-main);
  border-bottom: 1px solid rgba(0,0,0,0.05);
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 0 2rem;
}

.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo img {
  height: 58px;
  width: auto;
  display: block;
}

/* ======================
   COMING SOON SECTION
====================== */

.coming-soon-section {
  padding: 6rem 2rem;
}

.coming-soon-container {
  max-width: 560px;
  margin: 0 auto;
}

.coming-soon-card {
  background: #ffffff;
  padding: 0 3rem 3rem;
  text-align: center;
}

.coming-soon-icon {
  width: 88px;
  height: 88px;
  margin: 0 auto 2rem;

  border-radius: 50%;
  background: rgba(0, 75, 135, 0.08);
  color: var(--sky-blue);

  display: flex;
  align-items: center;
  justify-content: center;
}

.coming-soon-header h1 {
  margin-bottom: 1rem;
  color: var(--ink-blue);
  font-size: 2rem;
}

.coming-soon-header p {
  margin: 0 0 1rem;
  color: #5b6570;
}

.small-note {
  font-size: 0.95rem;
  color: #6b7280;
}

/* ======================
   FOOTER
====================== */

.site-footer {
  background-color: var(--bg-soft);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2.5rem 2rem;
  text-align: center;
}

.footer-links {
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
}

.footer-links a {
  color: var(--ink-blue);
  text-decoration: none;
  margin: 0 0.25rem;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-links span {
  color: #9aa3ad;
  margin: 0 0.25rem;
}

.footer-copy {
  font-size: 0.85rem;
  color: #6b7280;
}

/* ======================
   MOBILE
====================== */

@media (max-width: 768px) {

  .coming-soon-card {
    padding: 0 1rem 2rem;
  }

  .coming-soon-header h1 {
    font-size: 1.8rem;
  }
}


/* main page */

h1, h2, h3 {
  color: var(--ink-blue);
  margin-top: 0;
}

/* ======================
   HEADER
====================== */

.site-header {
  width: 100%;
  background: var(--bg-main);
  border-bottom: 1px solid rgba(0,0,0,0.05);
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 0 2rem;
}

.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 1.2rem 0;
}

.logo img {
  height: 58px;
  width: auto;
  display: block;
}

.nav-links {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.nav-links a {
  text-decoration: none;
  color: var(--ink-blue);
  font-weight: 500;
}

.nav-links a:hover {
  color: var(--sky-blue);
}

/* Hamburger */

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.hamburger span {
  width: 24px;
  height: 2px;
  background: var(--ink-blue);
}

/* ======================
   MOBILE MENU (RIGHT-ALIGNED)
====================== */

.mobile-menu {
  position: absolute;
  top: 100%;
  right: 0;                /* ← anchor to right */
  background: white;
  display: none;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  min-width: 160px;
}

.mobile-menu a {
  text-decoration: none;
  color: var(--ink-blue);
  font-weight: 500;
}

.mobile-menu.active {
  display: flex;
}


.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

/* ======================
   HERO (UNCHANGED)
====================== */

.hero {
  padding: 6rem 2rem;
}

.hero-content {
  display: flex;
  align-items: stretch;
  gap: 4rem;
  max-width: 1100px;
  margin: 0 auto;
}

.hero-text {
  flex: 1;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-text h1 {
  font-size: 3rem;
  line-height: 1.2;
}

.hero-text p {
  font-size: 1.1rem;
  max-width: 500px;
}

.hero-image {
  flex: 1;
}

.hero-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.10);
}

.cta-button {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.9rem 1.8rem;
  background-color: var(--sky-blue);
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  align-self: flex-start;
}

.cta-button:hover {
  background-color: #326A8E;
}

/* ======================
   MOBILE
====================== */

@media (max-width: 900px) {

  .nav-links {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .hero-content {
    flex-direction: column;
    gap: 2rem;
  }

  .hero-text {
    margin: 0;
    text-align: center;
  }

  .hero-image img {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 900px) {

  .hero-content {
    flex-direction: column;
    gap: 2rem;
  }

  .hero-text {
    text-align: center;
    align-items: center;   /* centers button because it's flex */
  }

  .hero-text p {
    max-width: 100%;
  }

  .cta-button {
    align-self: center;
  }
}


    /* Benefits */
    .benefits {
      background-color: var(--bg-soft);
	  text-align: center;
    }

    .benefit-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 3rem;
      margin-top: 3rem;
    }

    .benefit h3 {
      margin-bottom: 0.5rem;
    }
	
.benefit-icon {
  margin: 0.75rem 0 1rem;
}

.benefit-icon svg {
  width: 62px;
  height: 62px;
  stroke-width: 1.4;
  color: var(--ink-blue);
  stroke-linecap: round;
  stroke-linejoin: round;  
}	
	

    /* Goal section */
    .goal {
      background-color: var(--ink-blue);
      color: white;
      text-align: center;
    }

    .goal h2 {
      color: white;
    }

    .goal-stats {
      display: flex;
      justify-content: center;
      gap: 4rem;
      margin: 2rem 0;
      flex-wrap: wrap;
    }

    .stat {
      font-size: 1.5rem;
      font-weight: 600;
    }

    .goal .cta-button {
      background-color: var(--clay-accent);
    }

    .goal .cta-button:hover {
      background-color: #B56B56;
    }

    footer {
      text-align: center;
      padding: 2rem;
      font-size: 0.9rem;
      color: #666;
    }


.site-footer {
  background-color: var(--bg-soft);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2.5rem 2rem;
  text-align: center;
}

.footer-links {
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
}

.footer-links a {
  color: var(--ink-blue);
  text-decoration: none;
  margin: 0 0.25rem;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-links span {
  color: #9aa3ad;
  margin: 0 0.25rem;
}

.footer-copy {
  font-size: 0.85rem;
  color: #6b7280;
}


/* ======================
   STORIES (FINAL STABLE VERSION)
====================== */

.stories {
  background: #ffffff;
}

.stories-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 3.5rem;
}

.stories-header p {
  color: #5b6570;
  margin-top: 1rem;
}

/* GRID */
.stories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
  align-items: stretch;
}

/* CARD */
.story-card {
  background: #fffdf9;
  border-radius: 16px;
  overflow: hidden;


  display: flex;
  flex-direction: column;
  height: 100%;


  position: relative;
}

.story-card {
  box-shadow: 0 24px 60px rgba(0,0,0,0.05);
}


.story-card:hover {
  box-shadow: 0 24px 60px rgba(0,0,0,0.10);
}

/* IMAGE */
.story-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
}

/* CONTENT */
.story-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1;
  position: relative;
}

/* small decorative stamp */
.story-content::after {
  content: "✈";
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  font-size: 1.2rem;
  opacity: 0.12;
}

/* LOCATION LABEL */
.story-location {
  display: inline-block;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sky-blue);
  font-weight: 600;
}

/* STORY TEXT (equal height control) */
.story-text {
  margin: 0;
  color: var(--text-dark);
  line-height: 1.7;
  font-size: 1rem;

  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ======================
   RESPONSIVE
====================== */

@media (max-width: 768px) {
  .stories {
    padding: 4rem 0;
  }

  .stories-grid {
    gap: 2rem;
  }

  .story-card img {
    height: 200px;
  }

  /* remove tilt on mobile for readability */
  .story-card.rotate-left,
  .story-card.rotate-right {
    transform: none;
  }
}




/* ======================
   LOGIN SECTION
====================== */

.login-section {
  min-height: calc(100vh - 180px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 2rem;
}

/*
.login-card {
  width: 100%;
  max-width: 460px;
  background: #ffffff;
  border-radius: 18px;
  padding: 3rem;
  border: 1px solid rgba(10, 47, 90, 0.08);
}
*/
.login-card {
  background: #ffffff;
  border: none;
  padding: 0 3rem 3rem 3rem;
}

.login-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.login-header h1 {
  margin-bottom: 0.75rem;
  color: var(--ink-blue);
  font-size: 2rem;
}

.login-header p {
  margin: 0;
  color: #5b6570;
}

/* FORM */

.login-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  margin-bottom: 0.6rem;
  font-weight: 600;
  color: var(--ink-blue);
}

.form-group input {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid #d7dde5;
  border-radius: 10px;
  font-size: 1rem;
  background: white;
  transition: border-color 0.2s ease;
}

.form-group input:focus {
  outline: none;
  border-color: var(--sky-blue);
}

/* BUTTON */

.login-button {
  margin-top: 0.5rem;
  padding: 1rem;
  border: none;
  border-radius: 10px;
  background: var(--sky-blue);
  color: white;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}

.login-button:hover {
  background: #326A8E;
}

/* LINKS */

.login-links {
  margin-top: 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.login-links a {
  color: var(--ink-blue);
  text-decoration: none;
  font-size: 0.95rem;
}

.login-links a:hover {
  text-decoration: underline;
}

/* SIGNUP LINK */

.account-link {
  margin-top: 2rem;
  text-align: center;
  font-size: 0.95rem;
  color: #5b6570;
}

.account-link a {
  color: var(--ink-blue);
  text-decoration: none;
  font-weight: 600;
}

.account-link a:hover {
  text-decoration: underline;
}



@media (max-width: 768px) {

  .nav-links {
    display: none;
  }

  .login-card {
    padding: 2rem;
  }

  .login-header h1 {
    font-size: 1.8rem;
  }
}



/* ======================
   SIGNUP SECTION
====================== */

.signup-section {
  padding: 3rem 2rem;
}

.signup-container {
  max-width: 560px;
  margin: 0 auto;
}
/*
.signup-card {
  background: #ffffff;
  border: 1px solid rgba(10, 47, 90, 0.08);
  border-radius: 18px;
  padding: 3rem;
}
*/
.signup-card {
  background: #ffffff;
  border: none;
  padding: 0 3rem 3rem 3rem;
}

.signup-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.signup-header h1 {
  margin-bottom: 0.75rem;
  color: var(--ink-blue);
  font-size: 2rem;
}

.signup-header p {
  margin: 0;
  color: #5b6570;
}

/* FORM */

.signup-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  margin-bottom: 0.6rem;
  font-weight: 600;
  color: var(--ink-blue);
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(10, 47, 90, 0.10);
  border-radius: 10px;
  font-size: 1rem;
  background: white;
  font-family: inherit;
  color: var(--text-dark);
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--sky-blue);
}

.form-group textarea {
  min-height: 11rem;
  resize: vertical;
}

/* CHECKBOX */

.checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.95rem;
  color: #4b5563;
}

.checkbox-group input {
  margin-top: 0.2rem;
}

.checkbox-group a {
  color: var(--sky-blue);
  text-decoration: none;
}

.checkbox-group a:hover {
  text-decoration: underline;
}

.optional-text {
  font-size: 0.8em;
  font-weight: normal;
  color: #9aa3ad;
}

/* BUTTON */

.signup-button {
  margin-top: 0.5rem;
  padding: 1rem;
  border: none;
  border-radius: 10px;
  background: var(--sky-blue);
  /*background: #1877F2;*/
  color: white;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}

.signup-button:hover {
  background: #326A8E;
}

/* LOGIN LINK */

.account-link {
  margin-top: 2rem;
  text-align: center;
  font-size: 0.95rem;
  color: #5b6570;
}

.account-link a {
  color: var(--ink-blue);
  text-decoration: none;
  font-weight: 600;
}

.account-link a:hover {
  text-decoration: underline;
}


/* ======================
   MOBILE
====================== */

@media (max-width: 768px) {

  .nav-links {
    display: none;
  }

  .signup-card {
    padding: 2rem;
  }

  .signup-header h1 {
    font-size: 1.8rem;
  }
}



/* ======================
   ERROR SECTION
====================== */

.error-section {
  padding: 6rem 2rem;
}

.error-container {
  max-width: 560px;
  margin: 0 auto;
}

.error-card {
  background: #ffffff;
  padding: 0 3rem 3rem 3rem;
  text-align: center;
}

/* ICON — clean alert triangle, softened to match your brand */
.error-icon {
  width: 88px;
  height: 88px;
  margin: 0 auto 2rem;

  border-radius: 50%;
  background: rgba(210, 38, 48, 0.08);
  color: var(--clay-accent);

  display: flex;
  align-items: center;
  justify-content: center;
}

/* TEXT */
.error-header h1 {
  margin-bottom: 1rem;
  color: var(--ink-blue);
  font-size: 2rem;
}

.error-header p {
  margin: 0 0 1rem;
  color: #5b6570;
}

.small-note {
  font-size: 0.95rem;
  color: #6b7280;
}


/* BUTTON */
.actions {
  margin-top: 2rem;
}

.actions a {
  display: inline-block;
  background: var(--sky-blue);
  color: white;
  text-decoration: none;
  padding: 0.8rem 1.4rem;
  border-radius: 8px;
  font-weight: 600;
  transition: background .2s ease;
}

.actions a:hover {
  background: var(--ink-blue);
}

/* MOBILE */
@media (max-width: 768px) {
  .error-card {
    padding: 0 1rem 2rem;
  }

  .error-header h1 {
    font-size: 1.8rem;
  }
}




/* ======================
   NOT FOUND SECTION
====================== */

.notfound-section {
  padding: 3rem 2rem;
}

.notfound-container {
  max-width: 560px;
  margin: 0 auto;
}

.notfound-card {
  background: #ffffff;
  padding: 0 3rem 3rem 3rem;
  text-align: center;
}

/* Travel-themed icon */
.notfound-icon {
  width: 88px;
  height: 88px;
  margin: 0 auto 2rem;

  border-radius: 50%;
  background: rgba(0, 75, 135, 0.08);
  color: var(--sky-blue);

  display: flex;
  align-items: center;
  justify-content: center;
}

.notfound-header h1 {
  margin-bottom: 1rem;
  color: var(--ink-blue);
  font-size: 2rem;
}

.notfound-header p {
  margin: 0 0 1rem;
  color: #5b6570;
}

.small-note {
  font-size: 0.95rem;
  color: #6b7280;
}

/* ======================
   MOBILE
====================== */

@media (max-width: 768px) {

  .notfound-card {
    padding: 0 1rem 2rem;
  }

  .notfound-header h1 {
    font-size: 1.8rem;
  }

}


.text-danger {
  color: var(--clay-accent);
  font-size: 0.85rem;
  margin-top: 0.4rem;
  display: block;
}

.field-validation-error {
  color: var(--clay-accent);
  font-weight: 500;
}



.validation-summary ul {
  list-style: none;   /* removes bullet */
  padding: 0;
  margin: 0;
}

.validation-summary li {
  font-size: 0.95rem; /* match your spans */
  color: var(--clay-accent);
  font-weight: 500;
}

.checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.checkbox-text {
  display: flex;
  flex-direction: column;
}

.field-note {
    font-size: 0.8rem;
    font-weight: 400;
    color: #9aa3ad;
}

/* ======================
   SUCCESS SECTION
====================== */

.success-section {
  padding: 3rem 2rem;
}

.success-container {
  max-width: 560px;
  margin: 0 auto;
}

.success-card {
  background: #ffffff;
  padding: 0 3rem 3rem 3rem;
  text-align: center;
}

.success-icon {
  width: 88px;
  height: 88px;
  margin: 0 auto 2rem;
  border-radius: 50%;
  background: rgba(0, 75, 135, 0.08);
  color: var(--sky-blue);

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 2.5rem;
  font-weight: 700;
}

.success-header {
  margin-bottom: 2rem;
}

.success-header h1 {
  margin-bottom: 0.75rem;
  color: var(--ink-blue);
  font-size: 2rem;
}

.success-header p {
  margin: 0 0 1rem;
  color: #5b6570;
}

.success-header a {
  color: var(--sky-blue);
  text-decoration: none;
  font-weight: 500;
}

.small-note {
  font-size: 0.95rem;
  color: #6b7280;
}

/* ======================
   MOBILE
====================== */

@media (max-width: 768px) {


  .success-card {
    padding: 0 1rem 2rem;
  }

  .success-header h1 {
    font-size: 1.8rem;
  }
}



/* ======================
   CONFIRMATION SECTION
====================== */

.confirm-section {
  padding: 3rem 2rem;
}

.confirm-container {
  max-width: 560px;
  margin: 0 auto;
}

.confirm-card {
  text-align: center;
  padding: 0 3rem 3rem;
}

.success-icon {
  width: 88px;
  height: 88px;
  margin: 0 auto 2rem;
  border-radius: 50%;
  background: rgba(0, 75, 135, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sky-blue);
  font-size: 2.5rem;
  font-weight: 700;
}

.confirm-card h1 {
  color: var(--ink-blue);
  margin-bottom: 1rem;
  font-size: 2rem;
}

.confirm-card p {
  color: #5b6570;
  margin-bottom: 1rem;
}

.confirm-card .small-note {
  font-size: 0.95rem;
}

.secondary-link {
  margin-top: 1.75rem;
  font-size: 0.95rem;
}

.secondary-link a {
  color: var(--ink-blue);
  text-decoration: none;
  font-weight: 600;
}

.secondary-link a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {

  .confirm-card {
    padding: 0 1rem 2rem;
  }

  .confirm-card h1 {
    font-size: 1.8rem;
  }
}

/* =========================
   WELCOME
========================= */

.mydashboard-welcome {
  padding: 0rem 0 1rem 0rem;
}
.mydashboard-container {
  max-width: 1100px;
  margin: 0 auto;
}

.mydashboard-welcome-label {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .8rem;
  font-weight: 700;
  color: var(--sky-blue);
  margin-bottom: .5rem;
}

.mydashboard-welcome h1 {
  font-size: 3rem;
  margin-bottom: .5rem;
}

.mydashboard-welcome p {
  font-size: 1.15rem;
  color: #667085;
  margin: 0;
}

/* =========================
   ACTIONS (NO ANIMATION)
========================= */

.mydashboard-actions {
  padding: 0rem;
}

.mydashboard-action-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.mydashboard-action-card {
  text-decoration: none;
  border-radius: 24px;
  padding: 3rem;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 24px 60px rgba(0,0,0,0.08);
}

.mydashboard-action-card.is-disabled {
    opacity: 0.55;
    cursor: not-allowed;
    filter: grayscale(0.3);
}

.mydashboard-action-card.is-disabled:hover {
    transform: none;
    box-shadow: none;
}



/* SEND CARD */
.mydashboard-send {
  background: white;
  border: 3px solid var(--sky-blue);
}

/* REGISTER CARD */

.register-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    padding-top: 0rem; 
}

.mydashboard-register {
  background: var(--ink-blue);
  color: white;
  border: 3px solid var(--ink-blue);
}

.mydashboard-register h2 {
  color: white;
}

.mydashboard-register p {
  color: rgba(255,255,255,0.85);
}

/* ICON */

/*
.action-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 2rem;
}

.action-icon svg {
  width: 64px;
  height: 64px;
  stroke: currentColor;
}
*/

.mydashboard-action-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mydashboard-action-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* BADGE */
.mydashboard-action-badge {
  display: inline-block;
  align-self: flex-start;
  padding: .5rem .9rem;
  border-radius: 999px;
  font-size: .85rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  background: rgba(0,75,135,0.08);
  color: var(--sky-blue);
}

.mydashboard-register .mydashboard-action-badge {
  background: rgba(255,255,255,0.15);
  color: white;
}

.mydashboard-action-card {
  justify-content: space-between;
}

.mydashboard-action-badge {
  min-height: 2.2rem;
  display: flex;
  align-items: center;
}

/* TEXT */
.mydashboard-action-card h2 {
  font-size: 2.3rem;
  margin-bottom: 1rem;
}

.mydashboard-action-card p {
  flex: 1;
  font-size: 1.05rem;
  margin: 0;
}

.mydashboard-send p {
  color: var(--sky-blue);
}

/* BUTTON (NO HOVER EFFECTS) */
.mydashboard-action-button {
  display: inline-block;
  margin-top: 2rem;
  padding: 1rem 2rem;
  border-radius: 8px;
  font-weight: 600;
}

.mydashboard-send .mydashboard-action-button {
  background: var(--sky-blue);
  color: white;
}

.mydashboard-register .mydashboard-action-button {
  background: white;
  color: var(--ink-blue);
}

/* =========================
   JOURNEY
========================= */

.mydashboard-journey {
  background: var(--bg-soft);
  padding: 0rem;
}

.mydashboard-section-title {
  margin-bottom: 2rem;
}

.mydashboard-stats-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 1.5rem;
}
.mydashboard-stat-card-link
{
  text-decoration: none;
}

.mydashboard-stat-card {
  background: white;
  border-radius: 16px;
  padding: 1.75rem;
  text-align: center;
  text-decoration: none;
}

.mydashboard-stat-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--ink-blue);
}

.mydashboard-stat-label {
  color: #667085;
  font-size: 0.95rem;
}

/* =========================
   CURRENT POSTCARDS
========================= */

.mydashboard-current {
  padding: 4rem 0 5rem;
}

.mydashboard-postcard-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 2rem;
}

.mydashboard-postcard {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 20px 50px rgba(0,0,0,0.06);
}

.mydashboard-postcard-status {
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--sky-blue);
  margin-bottom: 1rem;
  display: inline-block;
}

.mydashboard-postcard h3 {
  margin-bottom: .75rem;
}

.mydashboard-postcard p {
  margin: 0;
  color: #667085;
}

@media (max-width: 768px) {
  .mydashboard-action-grid,
  .mydashboard-postcard-grid {
    grid-template-columns: 1fr;
  }

  .mydashboard-action-card {
    min-height: auto;
    padding: 2rem;
  }

  .mydashboard-stats-grid{
    grid-template-columns: repeat(2,1fr);
  }

}


/* ======================
   Etiquette PAGE LAYOUT
====================== */

.etiquette-section {
  padding: 3rem 2rem;
}

.etiquette-container {
  max-width: 560px;
  margin: 0 auto;
}

/* ======================
   MAIN CARD (PROFILE STYLE)
====================== */

.etiquette-card {
  background: var(--bg-main);
  border: none;
  padding: 0 3rem 3rem 3rem;
}

.etiquette-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.etiquette-header h1 {
  margin-bottom: 0.75rem;
  color: var(--ink-blue);
  font-size: 2rem;
}

.etiquette-header p {
  margin: 0;
  color: #5b6570;
}

/* ======================
   SECTIONS (like profile “about” blocks)
====================== */

.etiquette-guidelines {
  background: #F9FAFB;
  border-radius: 10px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.etiquette-section h2 {
  margin: 0 0 0.75rem 0;
  font-size: 1rem;
  color: var(--ink-blue);
}

.etiquette-section ul {
  margin: 0;
  padding-left: 1.2rem;
  color: #4b5563;
}

.etiquette-section li {
  margin-bottom: 0.5rem;
}

/* ======================
   CHECKBOX
====================== */

.etiquette-checkbox {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin: 2rem 0;
  font-size: 0.95rem;
  color: #374151;
}

.etiquette-checkbox input {
  width: 18px;
  height: 18px;
  margin-top: 0.2rem;
}

/* ======================
   BUTTONS (same system as profile)
====================== */

.etiquette-actions {
  display: flex;
  gap: 1rem;
}

.etiquette-button {
  flex: 1;
  padding: 0.8rem 1rem;
  border-radius: 10px;
  font-weight: 600;
  text-align: center;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  text-decoration: none;
}

/* PRIMARY */
.etiquette-button-primary {
  background: var(--sky-blue);
  color: white;
}

.etiquette-button-primary:disabled {
  background: #CBD5E1;
  cursor: not-allowed;
}

/* SECONDARY */
.etiquette-button-secondary {
  background: white;
  border: 1px solid rgba(0,0,0,0.1);
  color: var(--ink-blue);
}


/*pwa*/

/* PAGE */
.pwa-page {
  padding: 3rem 2rem;
}

.pwa-container {
  max-width: 750px;
  margin: 0 auto;
}

/* MAIN CARD */
.pwa-card {
  background: var(--bg-main);
  border-radius: 16px;
  padding: 3rem;
}

/* HEADER */
.pwa-title-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.pwa-title-row h1 {
  margin: 0;
  font-size: 1.6rem;
  color: var(--ink-blue);
}

.pwa-postcard-id {
  font-size: 0.85rem;
  color: #6b7280;
  background: #F9FAFB;
  padding: 0.4rem 0.7rem;
  border-radius: 8px;
}

/* SECTION BLOCKS */
.pwa-section {
  background: #F9FAFB;
  border-radius: 10px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.pwa-section h2 {
  margin: 0 0 0.75rem 0;
  font-size: 1rem;
  color: var(--ink-blue);
}

.postcard-stats-section {
    margin-bottom: 2rem;
}

.postcard-stat {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 120px;
}

.postcard-stat .pwa-label {
    order: 2;
    margin-top: 0.25rem;
}

.postcard-stat-number {
    order: 1;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 700;
    color: #123b68;
}



/* ADDRESS */
.pwa-address {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 0.95rem;
  color: #374151;
  white-space: pre-line;
}

/* INFO GRID */
.pwa-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.postcard-stats-grid {
    grid-template-columns: repeat(3, 1fr);
}

.pwa-info-item {
  background: white;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 10px;
  padding: 1rem;
}

.pwa-label {
  font-size: 0.8rem;
  color: #6b7280;
  margin-bottom: 0.3rem;
}

.pwa-value {
  font-weight: 600;
  color: var(--text-dark);
}

.pwa-value a {
  text-decoration: none;
  color: var(--text-dark);
}

/* ABOUT */
.pwa-about {
  background: #F9FAFB;
  border-radius: 10px;
  padding: 1.5rem;
}

.pwa-about h2 {
  margin: 0 0 0.5rem 0;
  font-size: 1rem;
  color: var(--ink-blue);
}

.pwa-about p {
  margin: 0;
  color: #4b5563;
}

/* BUTTON */
.pwa-actions {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
}


/* BUTTON */
.pwa-button-primary {
  width: 100%;
  background: var(--sky-blue);
  color: white;
  border: none;
  padding: 1rem;
  border-radius: 10px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
}

.pwa-button-primary:hover {
  opacity: 0.95;
}


/* STATUS AREA */
.pwa-status {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* CHECKBOX */
.pwa-status label {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 600;
  color: var(--ink-blue);
  cursor: pointer;
}

.pwa-status input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--sky-blue);
}




/* DASHBOARD LINK */
.pwa-dashboard-link {
  text-align: center;
  color: var(--sky-blue);
  text-decoration: none;
  font-weight: 600;
}

.pwa-dashboard-link:hover {
  text-decoration: underline;
}

/* POSTCARD ID BOX */
.pwa-important-box {
  background: #EEF6FF;
  border: 1px solid rgba(0,75,135,0.15);
  border-radius: 10px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.pwa-important-box h2 {
  margin: 0 0 0.75rem 0;
  font-size: 1rem;
  color: var(--ink-blue);
}

.pwa-important-id {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--ink-blue);
  margin-bottom: 0.75rem;
}

.pwa-important-box p {
  margin: 0.5rem 0;
  color: #374151;

}

.pwa-important-box a {
  color: var(--sky-blue);
  text-decoration: none;
  font-weight: 500;

  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/* STATUS */
.pwa-status-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--ink-blue);
  margin-bottom: 0.75rem;
}

.pwa-status-row span {
  font-size: 1rem;
  font-weight: 500;
}

.pwa-status-icon {
  flex-shrink: 0;
}

.pwa-status-description {
  margin: 0;
  color: #4B5563;
}

.pwa-status-row.sent {
  color: var(--success);
}

/* DASHBOARD LINK */
.pwa-dashboard-link {
  display: block;
  margin-top: 1rem;
  text-align: center;
  color: var(--sky-blue);
  text-decoration: none;
  font-weight: 600;
}

.pwa-dashboard-link:hover {
  text-decoration: underline;
}


.pwa-dashboard-link-no-margin {
  display: block;
  text-align: center;
  color: var(--sky-blue);
  text-decoration: none;
  font-weight: 600;
}

.pwa-dashboard-link-no-margin:hover {
  text-decoration: underline;
}

.postcard-options {
  width: fit-content;
}


.story-option {
  text-align: center;
  margin-top: 10px;
}

/* PAGE */

.myprofile-section {
  padding: 4rem 2rem;
}

.myprofile-container {
  max-width: 700px;
  margin: 0 auto;
}

.myprofile-card {
  background: var(--bg-main);
  border-radius: 16px;
  padding: 0 3rem 3rem 3rem;
}

/* HEADER */

.myprofile-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.myprofile-avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(0, 75, 135, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--sky-blue);
  font-size: 2rem;
}

/* FORM */

.myprofile-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

.myprofile-field {
  display: flex;
  flex-direction: column;
}

.myprofile-field label {
  font-size: 1.00rem;
  color: #4b5563;
  margin-top: 1.0rem;
  margin-bottom: 0.75rem;
}

.myprofile-field label.no-margin-top {
  margin-top: 0;
}

.myprofile-field input, textarea, select {
  padding: 0.9rem 1rem;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 10px;
  font-size: 1rem;
  font-family: inherit;
  background: #fff;
  color: var(--text-dark);
}

.myprofile-field input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: var(--sky-blue);
}

.myprofile-field textarea {
  min-height: 140px;
  resize: vertical;
}

/* ABOUT */

.myprofile-full {
  grid-column: 1 / -1;
}

/* BUTTONS */

.myprofile-actions {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}

.myprofile-btn {
  flex: 1;
  padding: 1rem;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  text-align: center;
  font-size: 1rem;
}

.myprofile-btn-primary {
  background: var(--sky-blue);
  color: white;
}

.myprofile-btn-primary:hover {
  background: #326A8E;
}

.myprofile-btn-secondary {
  background: white;
  border: 1px solid rgba(0,0,0,0.1);
  color: var(--ink-blue);
}

/* MOBILE */

@media (max-width: 768px) {
  .myprofile-form-grid {
    grid-template-columns: 1fr;
  }

  .myprofile-card {
    padding: 0 2rem 2rem 2rem;
  }

  .myprofile-header {
    flex-direction: column;
    text-align: center;
  }


}

/* -----------------------------------------
   SMALL MOBILE
   1 COLUMN
----------------------------------------- */

@media (max-width: 520px) {
  .postcard-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* Warning Box */

.warning-box {
  background: rgba(210, 38, 48, 0.06);
  border: 1px solid rgba(210, 38, 48, 0.15);
  border-radius: 14px;
  padding: 1.5rem;
}

.warning-box h3 {
  margin: 0 0 0.75rem;
  color: var(--clay-accent);
  font-size: 1.1rem;
}

.warning-box ul {
  margin: 0;
  padding-left: 1.25rem;
}

.warning-box li {
  margin-bottom: 0.5rem;
}

.warning-box li:last-child {
  margin-bottom: 0;
}

/* Delete Confirmation Box */

.confirm-delete {
  background: var(--bg-soft);
  border-radius: 12px;
  padding: 1rem;
}

.confirm-delete p {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  color: #4b5563;
}

.confirm-delete strong {
  color: var(--clay-accent);
  letter-spacing: 1px;
}

/* Checkbox */

.checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.95rem;
  color: #4b5563;
}

.checkbox-group input {
  margin-top: 0.2rem;
}

/* Delete Button */

.delete-button {
  padding: 1rem;
  border: none;
  border-radius: 10px;
  background: var(--clay-accent);
  color: white;
  font-size: 1rem;
  font-weight: 600;
  cursor: not-allowed;
  opacity: 0.5;
  transition: all 0.2s ease;
}

.delete-button.enabled {
  opacity: 1;
  cursor: pointer;
}

.delete-button.enabled:hover {
  background: #b51f28;
}

.journey-section {
  padding: 2rem 2rem;
  background-color: var(--bg-soft);
}




/* PAGE */


.mp-container {
  background-color: var(--bg-soft);
}

.mp-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem;
}

.mp-page-title {
  margin: 0;
  font-size: 2.6rem;
  color: var(--ink-blue);
}

.mp-page-subtitle {
  margin-top: .5rem;
  color: #667085;
}

/* STATS */

.mp-stats-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 1rem;
  margin: 2rem 0;
}

.mp-stat-card {
  background: white;
  border-radius: 14px;
  padding: 1.5rem;
  text-align: center;
  /*box-shadow: 0 10px 25px rgba(0,0,0,.05);*/
}

.mp-stat-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--ink-blue);
}

.mp-stat-label {
  color: #667085;
  font-size: 0.95rem;
}

/* FILTERS */

.mp-filter-bar {
  background: white;
  border-radius: 16px;
  padding: 1rem;
  margin-bottom: 1.5rem;
  /*box-shadow: 0 10px 25px rgba(0,0,0,.05);*/
}

.mp-filters {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 1rem;
}

.mp-filter-btn {
  border: none;
  padding: .6rem 1rem;
  border-radius: 999px;
  background: #EEF3F8;
  color: var(--sky-blue);
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;        /* match your buttons exactly */
  font-family: inherit;   /* ensures same font as buttons/page */
}

.mp-filter-btn.active {
  background: var(--sky-blue);
  color: white;
  text-decoration: none;
}

.mp-search {
  width: 100%;
  padding: .9rem 1rem;
  border: 1px solid #D0D5DD;
  border-radius: 10px;
}

/* TABLE HEADER */

.mp-header-row {
  display: grid;
  grid-template-columns: 160px 1fr 180px 140px 140px;
  gap: 1rem;
  padding: 0 1.25rem;
  margin: 1rem 0 .5rem;
  color: #667085;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

/* LIST */

.mp-list {
  display: flex;
  flex-direction: column;
  gap: .75rem;
}

.mp-card {
  display: grid;
  grid-template-columns: 160px 1fr 180px 140px 140px;
  gap: 1rem;
  align-items: center;

  background: white;
  border-radius: 14px;
  padding: 1rem 1.25rem;

  text-decoration: none;
  color: inherit;

  /*box-shadow: 0 10px 25px rgba(0,0,0,.05);*/
  /*transition: transform .15s ease, box-shadow .15s ease;*/
}

.mp-card:hover {
  /*transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0,0,0,.08);*/
}

.mp-id {
  font-weight: 700;
  color: var(--ink-blue);
}

.mp-country {
  color: #344054;
  font-size: .9rem;
}

.mp-meta {
  color: #667085;
  font-size: .9rem;
}

.mp-meta-exchange {
  color: #667085;
  font-size: .9rem;
}

.mp-receiver {
  color: #344054;
  font-size: .9rem;
}

.mp-status {
  font-weight: 700;
  font-size: .9rem;
}

.mp-enroute {
  color: var(--sky-blue);
}

.mp-delivered {
  color: var(--success);
}

.mp-received {
  color: var(--ink-blue);
}

.mp-id a,
.mp-receiver a {
  color: var(--ink-blue);
  text-decoration: none;
  font-weight: 600;
}

.mp-id a:hover,
.mp-receiver a:hover {
  color: var(--sky-blue);
  text-decoration: underline;
}

.mp-id a {
  font-weight: 700;
}



/* PAGINATION */

.mp-pagination-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2rem 0;
  flex-wrap: wrap;
  gap: 1rem;
}

.mp-pagination-info {
  color: #667085;
}

.mp-pagination {
  display: flex;
  gap: .4rem;
}

.mp-page-btn {
  border: 1px solid #D0D5DD;
  background: white;
  padding: .5rem .8rem;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  color: var(--ink-blue);
}

.mp-page-btn.active {
  background: var(--sky-blue);
  color: white;
  border-color: var(--sky-blue);
}

.mp-page-btn.disabled {
  opacity: .4;
  cursor: not-allowed;
}

.mp-page-btn a {
    text-decoration: none;
    color: var(--ink-blue);
}

/* MOBILE */

@media (max-width: 900px) {

  .mp-nav-links {
    display: none;
  }

  .mp-header-row {
    display: none;
  }

  .mp-stats-grid {
    grid-template-columns: repeat(2,1fr);
  }

  .mp-card {
    grid-template-columns: 1fr auto;
    gap: .6rem;
    align-items: start;
  }

  .mp-id {
    grid-column: 1;
    grid-row: 1;
  }

  .mp-status {
    grid-column: 2;
    grid-row: 1;

    justify-self: end;

    padding: .35rem .7rem;
    border-radius: 999px;
    white-space: nowrap;
    font-size: .8rem;
  }

  .mp-enroute {
    /*background: #EAF2FB;*/
    color: var(--sky-blue);
  }

  .mp-delivered {
    background: #ECFDF3;
    color: var(--success);
  }

  .mp-received {
    background: #EEF4FF;
    color: var(--ink-blue);
  }

  .mp-country {
    grid-column: 1 / -1;
    grid-row: 2;
    font-size: 1rem;
  }

  .mp-receiver {
    grid-column: 1 / -1;
    grid-row: 3;
    font-size: .9rem;
    color: #344054;
  }

  .mp-meta {
    grid-column: 1 / -1;
    grid-row: 4;
    font-size: .85rem;
  }

 .mp-meta-exchange {
    grid-column: 1 / -1;
    grid-row: 4;
    font-size: .85rem;
  }

  .mp-meta::before {
    font-weight: 500;
  }

  .mp-meta-exchange::before {
    content: "Exchange Status: ";
    font-weight: 500;
  }

  .mp-pagination-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 600px) {

  .mp-container {
    padding: 1rem;
  }

  .mp-stats-grid {
    grid-template-columns: repeat(2,1fr);
  }

  .mp-page-title {
    font-size: 2.1rem;
  }
}


/* EMPTY STATE */

.empty-state {
  background: white;
  border-radius: 14px;
  padding: 4rem 2rem;
  text-align: center;
  /*box-shadow: 0 10px 25px rgba(0,0,0,0.05);*/
}

.empty-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 1.5rem;
  color: #98A2B3;
}

.empty-icon svg {
  width: 100%;
  height: 100%;
}

.empty-state h2 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--ink-blue);
}

.empty-state p {
  margin: 0.75rem auto 0;
  max-width: 420px;
  line-height: 1.6;
  color: #667085;
}



/* ======================
   VERIFICATION SECTION
====================== */

.verification-section {
  padding: 3rem 2rem;
}

.verification-container {
  max-width: 560px;
  margin: 0 auto;
}

.verification-card {
  background: #ffffff;
  padding: 0 3rem 3rem 3rem;
  text-align: center;
}

.verification-icon {
  width: 88px;
  height: 88px;
  margin: 0 auto 2rem;

  border-radius: 50%;
  background: rgba(0, 75, 135, 0.08);
  color: var(--sky-blue);

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 2.5rem;
}

.verification-header {
  margin-bottom: 2rem;
}

.verification-header h1 {
  margin-bottom: 0.75rem;
  color: var(--ink-blue);
  font-size: 2rem;
}

.verification-header p {
  margin: 0 0 1rem;
  color: #5b6570;
}

.nopostcard-small-note {
  font-size: 0.95rem;
  color: #6b7280;
  font-style: italic;
}


.postcard-id {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 10px 0 20px;
    color: #2a6fdb;
}


.dashboard-notice {
    margin: 1.5rem 0 1.5rem;
    font-size: 1rem;
    color: #5f6b7a;
}

.dashboard-notice strong {
    color: var(--ink-blue);
}


.dashboard-notice a {
    color: var(--ink-blue);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.dashboard-notice a:hover {
    text-decoration-thickness: 2px;
}


.invite-line {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #f5f8ff;
  border: 1px solid #dbe6ff;
  color: #2b3a55;
  font-weight: 500;
}

.cf-turnstile {
  width: 100%;
}

.turnstile-wrapper {
  width: 100%;
  display: block;
  text-align: center;
}


/* ======================
   LEGAL STYLE
====================== */

.legal-header {
  text-align: center;
  margin-bottom: 4rem;
}

.legal-header h1 {
  font-size: 3rem;
}

.legal-header p {
  color: #6b7280;
  max-width: 700px;
  margin: 0 auto;
}

.legal-section {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.legal-section:last-child {
  border-bottom: none;
}

.legal-section h2 {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}

.legal-highlight {
  background: var(--bg-soft);
  padding: 1.2rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.etiquette-guidelines a {
  color: var(--ink-blue);
  font-weight: 600;
  font-size: .85rem;
}


#terms-postal-addresses {
  scroll-margin-top: 120px;
}



/* STEPS */
.howitworks-steps {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

/* STEP CARD */
.howitworks-step {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  background: var(--bg-soft);
  padding: 2rem;
  border-radius: 16px;
}

.howitworks-step:nth-child(even) {
  direction: rtl;
}

.howitworks-step:nth-child(even) .step-text {
  direction: ltr;
}

/* TEXT */
.howitworks-step-number {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--sky-blue);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.howitworks-step h2 {
  margin: 0.4rem 0 1rem;
}

/* IMAGE */
.howitworks-step-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 12px;
  overflow: hidden;
  background: #dbe4ee;
}

.howitworks-step-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* MOBILE */
@media (max-width: 900px) {
  .howitworks-step {
    grid-template-columns: 1fr;
  }

  .howitworks-step:nth-child(even) {
    direction: ltr;
  }
}


/* ABOUT CONTENT */
.about-section p {
  margin-bottom: 1.4rem;
}

/* MOMENT IMAGE AT END */
.moment-card {
  background: var(--bg-soft);
  border-radius: 10px;
  padding: 1.2rem;
  margin-top: 3rem;
  text-align: center;
}

.closing-image{
    margin-top:0rem;
}

.closing-image img{
    width:min(70%, 650px);
    border-radius:18px;
    display:block;
    margin:0 auto;
}

.closing-image p{
    text-align:center;
    color:#6b7280;
    font-size:.9rem;
    margin:1rem auto 0;
}


.footer-social{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:1.2rem;
    margin-bottom: 0.75rem
}

.footer-social a{
    color:#1f3f6d;
    display:flex;
}

.footer-social a:hover{
    color:#4f76a8;
}

.footer-social svg{
    width:22px;
    height:22px;
    fill:currentColor;
}



.me-page-title {
    margin: 0;
    display: flex;
    gap: 24px;
}

.me-page-title a {
    text-decoration: none;
    color: #9ca3af;          /* inactive */
}

.me-page-title a[aria-current="page"] {
    color: var(--ink-blue);
}




/* ================= POSTCARD TABLE ================= */

/*
  Six columns:

  ID | Sender | Receiver | Destination | Sent On | Received On | Created On

  Sender and Receiver get extra space because names
  can be long.
*/

.header-row {
  display: grid;
  grid-template-columns:
    minmax(95px, 0.9fr)
    minmax(145px, 1.4fr)
    minmax(145px, 1.4fr)
    minmax(135px, 1.25fr)
    minmax(105px, 1fr)
    minmax(105px, 1fr);

  gap: .7rem;
  padding: 0 1.25rem;
  margin: 1rem 0 .5rem;
  color: var(--muted);
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.list {
  display: flex;
  flex-direction: column;
  gap: .75rem;
}

.card {
  display: grid;

  grid-template-columns:
    minmax(95px, 0.9fr)
    minmax(145px, 1.4fr)
    minmax(145px, 1.4fr)
    minmax(135px, 1.25fr)
    minmax(105px, 1fr)
    minmax(105px, 1fr);

  gap: .7rem;

  background: white;
  border-radius: 14px;
  padding: 1rem 1.25rem;

  text-decoration: none;
  color: inherit;
/*
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);*/

  align-items: center;

  /*
    Critical for long names.
    Allows grid columns to shrink instead
    of forcing horizontal overflow.
  */
  min-width: 0;
/*
  transition:
    transform .15s ease,
    box-shadow .15s ease;*/
}

.card:hover {
  /*transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);*/
}

/* ================= TABLE CONTENT ================= */

.id,
.wid {
  font-weight: 700;
  color: var(--ink-blue);
  overflow-wrap: anywhere;
  word-break: break-word;
  font-size: .85rem;
}

.sender,
.interest,
.receiver,
.destination,
.request-status,
.request-action {
  color: #344054;
  font-size: .85rem;
  /*
    Long names/countries wrap naturally.
  */
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.35;
}

.date {
  font-size: .85rem;
  color: var(--muted);
  line-height: 1.35;
  white-space: nowrap;
}

/* ================= PAGINATION ================= */

.pagination-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2rem 0;
  flex-wrap: wrap;
  gap: 1rem;
}

.pagination-info {
  color: var(--muted);
  font-size: .95rem;
}

.pagination {
  display: flex;
  gap: .4rem;
  align-items: center;
}

.page-btn {
  border: 1px solid #D0D5DD;
  background: white;
  padding: .5rem .8rem;
  border-radius: 8px;
  cursor: pointer;
  font-family: inherit;
  font-weight: 600;
  color: var(--ink-blue);
}

.page-btn:hover {
  background: #F2F4F7;
}

.page-btn.active {
  background: var(--sky-blue);
  color: white;
  border-color: var(--sky-blue);
}

.page-btn.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* ================= MEDIUM SCREENS ================= */

@media (max-width: 1000px) {

  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav-inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .header-row {
    grid-template-columns:
      minmax(80px, .8fr)
      minmax(115px, 1.3fr)
      minmax(115px, 1.3fr)
      minmax(110px, 1.2fr)
      minmax(90px, 1fr)
      minmax(90px, 1fr);

    gap: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .6rem;
  }

  .card {
    grid-template-columns:
      minmax(80px, .8fr)
      minmax(115px, 1.3fr)
      minmax(115px, 1.3fr)
      minmax(110px, 1.2fr)
      minmax(90px, 1fr)
      minmax(90px, 1fr);

    gap: .5rem;
    padding: 1rem;
  }

  .sender,
  .interest,
  .receiver,
  .request-status,
  .request-action,
  .destination,
  .date {
    font-size: .8rem;
  }
}

/* ================= MOBILE ================= */

@media (max-width: 768px) {

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nav-links {
    display: none;
  }

  /*
    Hide desktop column headings.
  */
  .header-row {
    display: none;
  }

  /*
    Turn each postcard into a vertical card.
  */
  .card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: .7rem;
    padding: 1rem 1.1rem;
  }

  /*
    Each field becomes a labelled row.
  */
  .card > div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    min-width: 0;
  }

  .card > div::before {
    flex-shrink: 0;
    font-size: .68rem;
    font-weight: 700;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: .05em;
  }

  .card .id::before {
    content: "Postcard ID";
  }
  .card .wid::before {
    content: "Wish ID";
  }
  .card .sender::before {
    content: "Sender";
  }
  .card .interest::before {
    content: "Interest";
  }
  .card .receiver::before {
    content: "Receiver";
  }

  .card .destination::before {
    content: "Destination";
  }
  .card .request-status::before {
    content: "Status";
  }
  .card .request-action::before {
    content: "Action";
  }
  .card .date.sent-date::before {
    content: "Sent On";
  }
  .card .date.requested-date::before {
    content: "Requested On";
  }
  .card .date.received-date::before {
    content: "Received On";
  }

  .id,
  .wid,
  .sender,
  .receiver,
  .request-status,
  .request-action,
  .destination,
  .date {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .pagination-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ================= SMALL MOBILE ================= */

@media (max-width: 600px) {

  .container {
    padding: 1.5rem 1rem;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .page-title {
    font-size: 2.1rem;
  }

  /*
    Stack label and value on very narrow screens.
  */
  .card > div {
    flex-direction: column;
    gap: .15rem;
  }

  .card > div::before {
    font-size: .65rem;
  }

  .pagination {
    flex-wrap: wrap;
  }
}


.id a,
.wid a,
.sender a,
.interest a,
.receiver a,
.destination a {
  color: var(--ink-blue);
  text-decoration: none;
  font-weight: 600;
}

.id a:hover,
.wid a:hover,
.interest a:hover,
.sender a:hover,
.receiver a:hover,
.destination a:hover {
  color: var(--sky-blue);
  text-decoration: underline;
}

.id a,
.wid a {
  font-weight: 700;
}



.password-wrapper {
    position: relative;
    width: 100%;
}

.password-input {
    width: 100%;
    padding-right: 52px;
}

.password-toggle {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);

    width: 44px;
    height: 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;
    border: 0;
    background: transparent;
    color: #344054;

    cursor: pointer;
    border-radius: 6px;
}

.password-toggle:hover {
    background-color: #f2f4f7;
}

.password-toggle:focus-visible {
    outline: 2px solid #2563eb;
    outline-offset: 2px;
}

.password-toggle svg {
    pointer-events: none;
}

.password-input::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
}

.password-input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
}

.password-input::-ms-reveal,
.password-input::-ms-clear {
    display: none;
}



/* =========================================================
  Interests intro
========================================================= */

.interests-hero {
  padding: 5rem 2rem 3rem;
}

.interests-header {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.interests-header h1 {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.interests-header p {
  font-size: 1.1rem;
  color: var(--text-muted);
  margin: 0 auto;
  max-width: 680px;
}


/* =========================================================
   Interests search and filter area
========================================================= */

.interests-controls {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem 3rem;
}

.search-wrapper {
  position: relative;
  max-width: 700px;
  margin: 0 auto 1.5rem;
}

.search-icon {
  position: absolute;
  left: 1.15rem;
  top: 50%;
  transform: translateY(-50%);
  color: #7B8794;
  width: 20px;
  height: 20px;
}

.search-input {
  width: 100%;
  padding: 1rem 1.25rem 1rem 3.25rem;
  font-family: inherit;
  font-size: 1rem;
  color: var(--text-dark);
  background: white;
  border: 1px solid #D8DEE5;
  border-radius: 10px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.search-input::placeholder {
  color: #929CA7;
}

.search-input:focus {
  border-color: var(--sky-blue);
  box-shadow: 0 0 0 3px rgba(0, 75, 135, 0.10);
}



/* =========================================================
   Main Interests section
========================================================= */

.interests {
  background: #ffffff;
}

.interests-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 4rem 2rem;
}


/* =========================================================
   Section Header
========================================================= */

.interests-section-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 2rem;
  gap: 1rem;
}

.interests-section-header h2 {
  margin: 0;
  font-size: 1.6rem;
}

.interests-results-count {
  color: var(--text-muted);
  font-size: 0.9rem;
}


/* =========================================================
   CATEGORY GRID

   DESKTOP = 3 COLUMNS
========================================================= */

.interests-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.25rem;
  align-items: stretch;
}


/* =========================================================
   CATEGORY CARD
========================================================= */

.interests-category-card {
  background: var(--card-bg);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  min-width: 0;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.interests-category-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}


/* =========================================================
   CATEGORY IMAGE
========================================================= */

.interests-category-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}


/* =========================================================
   CATEGORY CONTENT
========================================================= */

.interests-category-content {
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}


/* =========================================================
   BREADCRUMB
========================================================= */

.interests-category-breadcrumb {
  color: var(--sky-blue);
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* =========================================================
   CATEGORY NAME
========================================================= */

.interests-category-name {
  font-size: 1.35rem;
  line-height: 1.3;
  margin: 0 0 0.8rem;
  padding-right: 1.5rem;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.interests-category-description {
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 0 0 1.3rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


/* =========================================================
   STATISTICS
========================================================= */

.interests-category-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.65rem;
  margin-top: auto;
}

.interests-category-stat {
  background: #F3F5F7;
  border-radius: 8px;
  padding: 0.7rem 0.55rem;
  text-align: center;
}

.interests-category-stat-value {
  display: block;
  color: var(--ink-blue);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.2;
}

.interests-category-stat-label {
  display: block;
  color: var(--text-muted);
  font-size: 0.68rem;
  margin-top: 0.2rem;
  line-height: 1.2;
}


/* =========================================================
   NEW WISHES
========================================================= */

.interests-new-wishes 
.interests-category-stat-value {
  color: var(--clay-accent);
}


/* =========================================================
   CARD FOOTER
========================================================= */

.interests-category-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--border);
}

.interests-category-footer-label {
  color: var(--text-muted);
  font-size: 0.78rem;
}

.interests-category-arrow {
  color: var(--sky-blue);
  font-size: 1.25rem;
  transition: transform 0.2s ease;
}

.interests-category-card:hover
.interests-category-arrow {
  transform: translateX(4px);
}


/* =========================================================
   NO RESULTS
========================================================= */

.interests-no-results {
  text-align: center;
  padding: 0 1rem 4rem 1rem;
  color: var(--text-muted);
}

.interests-no-results h3 {
  color: var(--ink-blue);
}




/* =========================================================
   RESPONSIVE
========================================================= */


/* -----------------------------------------
   TABLET
   2 COLUMNS
----------------------------------------- */

@media (max-width: 850px) {
  .interests-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.75rem;
  }
}


/* -----------------------------------------
   MOBILE NAVIGATION
----------------------------------------- */

@media (max-width: 720px) {
  .interests-hero {
    padding: 3.5rem 1.25rem 2rem;
  }
  .interests-header h1 {
    font-size: 2.35rem;
  }
  .interests-header p {
    font-size: 1rem;
  }
  .interests-controls {
    padding: 0 1.25rem 2.5rem;
  }
  .interests-container {
    padding: 3rem 1.25rem;
  }
  .interests-section-header {
    align-items: flex-start;
    flex-direction: column;
  }

}


/* -----------------------------------------
   SMALL MOBILE
   1 COLUMN
----------------------------------------- */

@media (max-width: 520px) {
  .interests-category-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .interests-category-image {
    aspect-ratio: 16 / 9;
  }
}



/* =========================================================
   PAGE CONTAINER
========================================================= */

.interest-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* =========================================================
   Interest BREADCRUMB
========================================================= */

.breadcrumb-wrapper {
    padding-top: 2rem;
}

.breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.45rem;
    color: var(--text-muted);
    font-size: 0.82rem;
}

.breadcrumb a {
    color: var(--sky-blue);
    text-decoration: none;
    font-weight: 500;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb-separator {
    color: #A7AFB7;
}

.breadcrumb-current {
    color: var(--text-muted);
}


/* =========================================================
   Interest HERO
========================================================= */

.interest-hero {
    padding: 2.5rem 0 4rem;
}

.interest-hero-grid {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 1fr);
    gap: 4rem;
    align-items: center;
}


/* =========================================================
   Interest IMAGE
========================================================= */

.interest-hero-image {
    width: 100%;
    aspect-ratio: 16 / 11;
    object-fit: cover;
    display: block;
    border-radius: 16px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.10);
}


/* =========================================================
   CATEGORY INFORMATION
========================================================= */

.interest-hero-content {
    padding: 1rem 0;
}

.interest-label-name {
    display: inline-block;
    color: var(--sky-blue);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.65rem;
}

.interest-label {
    display: inline-block;
    color: var(--ink-blue);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 0.65rem;
}
.interest-label.special {
    color: var(--sky-blue);
}

.interest-title {
    font-size: 3rem;
    line-height: 1.15;
    margin-bottom: 1rem;
}

.interest-description {
    font-size: 1.05rem;
    color: var(--text-muted);
    max-width: 520px;
    margin-bottom: 1.8rem;
}


/* =========================================================
   QUOTE
========================================================= */

.interest-quote {
    border-left: 3px solid var(--clay-accent);
    padding: 0.2rem 0 0.2rem 1.25rem;
    margin: 1.5rem 0 2rem;
    max-width: 540px;
}

.interest-quote-text {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    line-height: 1.55;
    color: var(--ink-blue);
    margin: 0 0 0.5rem;
}

.interest-quote-author {
    font-size: 0.85rem;
    color: var(--text-muted);
    font-weight: 600;
}


/* =========================================================
   STATS
========================================================= */

.interest-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin-bottom: 1.8rem;
}

.interest-stat {
    background: var(--bg-soft);
    border-radius: 9px;
    padding: 0.8rem 0.6rem;
    text-align: center;
}

.interest-stat-value {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--ink-blue);
    line-height: 1.2;
}

.interest-stat-label {
  display: block;
  color: var(--text-muted);
  font-size: 0.68rem;
  margin-top: 0.25rem;
}


/* =========================================================
   PRIMARY BUTTON
========================================================= */

.interest-primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.5rem;
  background: var(--sky-blue);
  color: white;
  border: none;
  border-radius: 7px;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.interest-primary-button:hover {
  background: #326A8E;
  transform: translateY(-1px);
}


/* =========================================================
   REQUEST CTA
========================================================= */

.interest-request-section {
  background: var(--ink-blue);
  color: white;
}

.interest-request-section .interest-container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.interest-request-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.interest-request-content h2 {
  color: white;
  margin-bottom: 0.4rem;
}

.interest-request-content p {
    margin: 0;
    color: rgba(255,255,255,0.78);
    max-width: 620px;
}

.interest-request-content p.small-paragraph {
    font-size: 0.8rem;
    padding-top: 10px;
    color: white;
}

.interest-request-button {
    background: var(--clay-accent);
    white-space: nowrap;
}

.interest-request-button.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.interest-request-button:hover {
    background: #B51F28;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 900px) {
    .interest-hero-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .interest-hero-content {
        text-align: center;
    }

    .interest-description {
        margin-left: auto;
        margin-right: auto;
    }

    .interest-quote {
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .interest-request-content {
        flex-direction: column;
        text-align: center;
    }

    .interest-request-content p {
        margin-left: auto;
        margin-right: auto;
    }
}


@media (max-width: 720px) {

    .interest-container {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .breadcrumb-wrapper {
        padding-top: 1.5rem;
    }

    .interest-hero {
        padding-top: 2rem;
        padding-bottom: 3rem;
    }

    .interest-title {
        font-size: 2.35rem;
    }

    .interest-stats {
        grid-template-columns: repeat(3, 1fr);
    }


}


@media (max-width: 480px) {
    .interest-stats {
        grid-template-columns: 1fr;
    }

    .interest-stat {
        padding: 0.65rem;
    }

    .interest-hero-image {
        aspect-ratio: 4 / 3;
    }

    .interest-request-button {
        width: 100%;
    }
}


/* =========================================================
   Interest Ask
========================================================= */


/* =========================================================
   PAGE
========================================================= */

.request-page {
    padding: 3rem 0 5rem;
}

/* =========================================================
   INTRO
========================================================= */

.request-intro {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 3rem;
}

.request-intro h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.request-intro p {
    color: var(--text-muted);
    font-size: 1.05rem;
    margin: 0 auto;
    max-width: 620px;
}


/* =========================================================
   CATEGORY SUMMARY
========================================================= */

.category-summary {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    max-width: 760px;
    margin: 0 auto 2.5rem;
    padding: 1rem;
    background: var(--bg-soft);
    border-radius: 14px;
}

.category-summary-image {
    width: 120px;
    height: 90px;
    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0;
}

.category-summary-info {
    min-width: 0;
}


.category-summary-name {
    color: var(--ink-blue);
    font-size: 1.35rem;
    font-weight: 700;
    margin: 0;
}

.category-summary-description {
    color: var(--text-muted);
    font-size: 0.85rem;
    margin: 0.2rem 0 0;
}



/* =========================================================
   FORM CARD
========================================================= */

.request-card {
    max-width: 760px;
    margin: 0 auto;
    background: var(--card-bg);
    border-radius: 16px;
    padding: 2.5rem;
/*
    box-shadow:
        var(--shadow);*/
}

.request-card h2 {
    font-size: 1.45rem;
    margin-bottom: 0.45rem;
}

.form-introduction {
    color: var(--text-muted);
    margin: 0 0 2rem;
    font-size: 0.95rem;
}


/* =========================================================
   MESSAGE FIELD
========================================================= */

.form-group {
    margin-bottom: 1.5rem;
}

.form-label {
    display: block;
    color: var(--ink-blue);
    font-size: 0.9rem;
    font-weight: 650;
    margin-bottom: 0.55rem;
}

.form-help {
    display: block;
    color: var(--text-muted);
    font-size: 0.8rem;
    margin-top: 0.45rem;
}

.form-group textarea {
    width: 100%;
    min-height: 220px;
    resize: vertical;
    padding: 1rem 1.1rem;
    border: 1px solid var(--border);
    border-radius: 9px;
    background: white;
    color: var(--text-dark);
    font-size: 1rem;
    line-height: 1.7;
    outline: none;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.form-group textarea::placeholder {
    color: #A3ABB3;
}

.form-group textarea:focus {
    border-color: var(--sky-blue);
    box-shadow: 0 0 0 3px rgba(0, 75, 135, 0.10);
}


/* =========================================================
   CHARACTER COUNTER
========================================================= */

.message-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.45rem;
}

.character-count {
    color: var(--text-muted);
    font-size: 0.75rem;
}


/* =========================================================
   OPTIONAL GUIDANCE
========================================================= */

.writing-guidance {
    background: #F8F6F1;
    border-left: 3px solid var(--clay-accent);
    padding: 1rem 1.1rem;
    margin: 1.5rem 0 2rem;
    border-radius: 0 7px 7px 0;
}

.writing-guidance strong {
    color: var(--ink-blue);
    font-size: 0.85rem;
}

.writing-guidance p {
    margin: 0.3rem 0 0;
    color: var(--text-muted);
    font-size: 0.82rem;
}


/* =========================================================
   CONFIRMATION AREA
========================================================= */

.form-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 0.5rem;
}

.cancel-button {
    color: var(--sky-blue);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
}

.cancel-button:hover {
    text-decoration: underline;
}



/* =========================================================
   PRIMARY BUTTON
========================================================= */

.request-primary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.85rem 1.5rem;
    background: var(--sky-blue);
    color: white;
    border: none;
    border-radius: 7px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.request-primary-button:hover {
    background: #326A8E;
    transform: translateY(-1px);
}

.request-primary-button:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    transform: none;
}

/* =========================================================
   FOOTNOTE
========================================================= */

.form-footnote {
    max-width: 760px;
    margin: 1.5rem auto 0;
    text-align: center;
    color: var(--text-muted);
    font-size: 0.75rem;
    line-height: 1.5;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 720px) {
    .request-page {
        padding-top: 2.2rem;
        padding-bottom: 4rem;
    }

    .request-intro {
        margin-bottom: 2.2rem;
    }

    .request-intro h1 {
        font-size: 2.25rem;
    }

    .category-summary {
        align-items: flex-start;
        margin-bottom: 1.75rem;
    }

    .category-summary-image {
        width: 95px;
        height: 75px;
    }

    .request-card {
        padding: 1.5rem;
        border-radius: 13px;
    }

    .form-actions {
        flex-direction: column-reverse;
        align-items: stretch;
    }

    .request-primary-button {
        width: 100%;
    }

    .cancel-button {
        text-align: center;
    }
}


@media (max-width: 440px) {

    .category-summary {
        gap: 1rem;
    }

    .category-summary-image {
        width: 82px;
        height: 68px;
    }

    .category-summary-name {
        font-size: 1.15rem;
    }

    .category-summary-description {
        display: none;
    }

    .form-group textarea {
      min-height: 190px;
    }
}



/* =========================================================
   WISHES SECTION
========================================================= */

.wishes-section {
    background-color: var(--bg-soft);
}

.interest-wishes-section {
    background-color: var(--bg-soft);
}

.wishes-section .container {
    padding-top: 0rem;
    padding-bottom: 5rem;
}


/* =========================================================
   WISHES HEADER
========================================================= */

.wishes-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
}

.wishes-header h2 {
    margin-bottom: 0.35rem;
    font-size: 1.8rem;
}

.wishes-header p {
    color: var(--text-muted);
    margin: 0;
    font-size: 0.95rem;
}



/* =========================================================
   STATUS
========================================================= */

.status {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 600;
    white-space: nowrap;
}

.status-claimed {
    background: var(--warning-bg);
    color: var(--warning);
}

.status-open {
    background: var(--success-bg);
    color: var(--success);
}

.status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
}

/* =========================================================
   HONOR BUTTON
========================================================= */

.honor-button {
    padding: 0.55rem 0.85rem;
    border: 1px solid var(--sky-blue);
    background: white;
    color: var(--sky-blue);
    border-radius: 6px;
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition:
        background 0.2s ease,
        color 0.2s ease;
}

.honor-button:hover {
    background: var(--sky-blue);
    color: white;
}

.honor-button:disabled {
    cursor: default;
    opacity: 0.55;
}

#askForPostcardHeader {
  scroll-margin-top: 140px;
}

.action-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.my-request-message {
    padding: 12px 16px;
    background-color: #f0f4f8;
    color: #4a5568;
    border-radius: 6px;
    text-align: center;
    font-size: 0.95em;
}



/* =========================================================
    PostTrotters Dashboard
    All dashboard-specific classes use the ptdash- prefix.
    ========================================================= */

.ptdash-dashboard {

  padding: 3rem 2rem;

}




/* =========================================================
    TOP LINKS
    ========================================================= */

.ptdash-top-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem 1.75rem;
    margin-bottom: 1rem;
    color: #687888;
    font-size: 0.875rem;
}

.ptdash-top-links a {
    color: #12395f;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.ptdash-top-links a:hover {
    color: #075b96;
}


/* =========================================================
    SECTION HEADINGS
    ========================================================= */

.ptdash-section-heading {
    margin: 34px 0 14px;

    color: #758596;

    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.1px;
    line-height: 1.2;

    text-transform: uppercase;
}


/* =========================================================
    ACTION GRID
    ========================================================= */
/*
.ptdash-action-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}
*/

.ptdash-action-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
/* =========================================================
    CARDS
    ========================================================= */


.ptdash-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 275px;
    padding: 30px 28px 28px;
    border-radius: 20px;
    overflow: hidden;
}

.ptdash-card-white {
    background: #ffffff;
    border: 2px solid #075b96;
    color: #12395f;
}

.ptdash-card-blue {
    background: #12395f;
    border: 2px solid #12395f;
    color: #ffffff;
}


/* =========================================================
    CARD ICON
    ========================================================= */

.ptdash-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 44px;
    height: 44px;

    margin-bottom: 18px;

    font-size: 27px;
    line-height: 1;
}


/* =========================================================
    CARD TITLE
    ========================================================= */

.ptdash-card-title {
    margin-bottom: 12px;

    font-size: 28px;
    font-weight: 750;
    letter-spacing: -0.5px;
    line-height: 1.12;
}


/* =========================================================
    CARD DESCRIPTION
    ========================================================= */

.ptdash-card-description {
    max-width: 430px;
    margin: 0 0 22px;
    color: #315b7d;
    font-size: 0.95rem;
    line-height: 1.55;
}

.ptdash-card-blue .ptdash-card-description {
    color: #d8e5ef;
}


/* =========================================================
    LIMIT / STATUS BADGES
    ========================================================= */

.ptdash-limit {
    display: inline-flex;
    align-items: center;

    width: fit-content;

    margin-bottom: 16px;
    padding: 7px 12px;

    border-radius: 20px;

    background: #eaf1f6;
    color: #12395f;

    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.ptdash-limit strong {
    margin-right: 4px;
}

.ptdash-card-blue .ptdash-limit {
    background: rgba(255, 255, 255, 0.13);
    color: #ffffff;
}

.ptdash-limit-low {
    background: #fff1dc;
    color: #8a5b13;
}


/* =========================================================
    BUTTONS
    ========================================================= */

.ptdash-button {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 48px;

    margin-top: auto;

    border: 0;
    border-radius: 7px;

    font-size: 14px;
    font-weight: 750;
    line-height: 1;

    text-decoration: none;

    cursor: pointer;

    transition:
        background-color 0.15s ease,
        color 0.15s ease,
        transform 0.15s ease;
}

.ptdash-button:hover {
    transform: translateY(-1px);
}

.ptdash-button-primary {
    background: #075b96;
    color: #ffffff;
}

.ptdash-button-primary:hover {
    background: #044e83;
}

.ptdash-button-white {
    background: #ffffff;
    color: #12395f;
}

.ptdash-button-white:hover {
    background: #edf3f7;
}

.ptdash-button-disabled {
    opacity: 0.45;
    pointer-events: none;
}


/* =========================================================
    FULL-WIDTH CARD
    ========================================================= */

.ptdash-full-card {
    margin-top: 10px;
}

.ptdash-full-card .ptdash-card {
    min-height: 235px;
}


/* =========================================================
    RECEIVED POSTCARD
    ========================================================= */

.ptdash-received {
    display: flex;
    align-items: center;
    gap: 24px;

    margin-top: 10px;
    padding: 26px 28px;

    border-radius: 20px;

    background: #12395f;
    color: #ffffff;
}

.ptdash-received-icon {
    flex: 0 0 48px;

    width: 48px;

    font-size: 30px;
    line-height: 1;
    text-align: center;
}

.ptdash-received-content {
    flex: 1;
}

.ptdash-received-title {
    margin-bottom: 5px;

    font-size: 21px;
    font-weight: 750;
    line-height: 1.25;
}

.ptdash-received-description {
    color: #d6e3ed;

    font-size: 14px;
    line-height: 1.5;
}

.ptdash-received .ptdash-button {
    flex: 0 0 150px;

    width: 150px;
}


/* =========================================================
    ACTIVITY
    ========================================================= */

.ptdash-activity {
    margin-top: 34px;

    overflow: hidden;

    border: 1px solid #dce5ec;
    border-radius: 16px;
}

.ptdash-activity-title {
    padding: 18px 20px;

    background: #f8fafb;
    color: #758596;

    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.8px;
    line-height: 1.2;

    text-transform: uppercase;
}

.ptdash-activity-row {
    display: flex;
    align-items: center;
    gap: 14px;

    min-height: 62px;

    padding: 12px 20px;

    border-top: 1px solid #dce5ec;
}

.ptdash-activity-icon {
    flex: 0 0 28px;

    width: 28px;

    font-size: 20px;
    line-height: 1;
    text-align: center;
}

.ptdash-activity-text {
    flex: 1;

    color: #12395f;

    font-size: 14px;
    line-height: 1.45;
}

.ptdash-activity-text strong {
    font-weight: 750;
}

.ptdash-activity-link {
    color: #12395f;

    font-size: 13px;
    font-weight: 750;

    text-decoration: underline;
    text-underline-offset: 3px;
}

.ptdash-activity-link:hover {
    color: #075b96;
}


/* =========================================================
    RESPONSIVE
    ========================================================= */

@media (max-width: 720px) {

    .ptdash-dashboard {
        padding: 24px 18px 45px;
    }

    .ptdash-action-grid {
        grid-template-columns: 1fr;
    }

    .ptdash-card {
        min-height: 245px;
    }

    .ptdash-received {
        flex-wrap: wrap;
    }

    .ptdash-received-content {
        flex: 1 1 calc(100% - 72px);
    }

    .ptdash-received .ptdash-button {
        flex: 0 0 100%;
        width: 100%;
    }
}


/* =========================================================
    SMALL MOBILE
    ========================================================= */

@media (max-width: 480px) {

    .ptdash-dashboard {
        padding: 20px 14px 40px;
    }

    .ptdash-top-links {
        display: block;
        margin-bottom: 24px;
    }

    .ptdash-top-links span {
        display: block;
        margin-bottom: 8px;
    }

    .ptdash-card {
        padding: 24px 22px 22px;
        border-radius: 17px;
    }

    .ptdash-card-title {
        font-size: 25px;
    }

    .ptdash-card-description {
        font-size: 14px;
    }

    .ptdash-received {
        padding: 22px;
        border-radius: 17px;
    }

    .ptdash-activity-row {
        padding: 12px 16px;
    }
}



/* =========================================================
    STORIES
    ========================================================= */

.ptdash-stories-intro {
    max-width: 680px;

    margin: 0 0 22px;

    color: #315b7d;

    font-size: 16px;
    line-height: 1.55;
}

.ptdash-stories-intro strong {
    color: #12395f;
}


/* =========================================================
    STORY CARDS
    ========================================================= */

.ptdash-story-card {
    min-height: 290px;
}


/* =========================================================
    STORY BADGE
    ========================================================= */

.ptdash-story-badge {
    display: inline-flex;
    align-items: center;

    width: fit-content;

    margin-bottom: 16px;
    padding: 7px 12px;

    border-radius: 20px;

    background: #eaf1f6;

    color: #12395f;

    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.ptdash-card-blue .ptdash-story-badge {
    background: rgba(255, 255, 255, 0.13);

    color: #ffffff;
}





/* =========================================================
    PAGE
    ========================================================= */

.ptstory-page {
    max-width: 760px;

    margin: 0 auto;

    padding: 32px 36px 70px;
}


/* =========================================================
    TOP NAVIGATION
    ========================================================= */

.ptstory-top {
    margin-bottom: 42px;
}

.ptstory-back {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    color: #687888;

    font-size: 14px;
    font-weight: 650;

    text-decoration: none;
}

.ptstory-back:hover {
    color: #075b96;
}


/* =========================================================
    HEADER
    ========================================================= */

.ptstory-header {
    margin-bottom: 34px;
}

.ptstory-eyebrow {
    margin-bottom: 10px;

    color: #758596;

    font-size: 13px;
    font-weight: 800;

    letter-spacing: 1.1px;

    text-transform: uppercase;
}

.ptstory-title {
    margin: 0 0 12px;

    color: #12395f;

    font-size: 38px;
    font-weight: 780;

    letter-spacing: -1px;

    line-height: 1.1;
}

.ptstory-subtitle {
    max-width: 620px;

    margin: 0;

    color: #315b7d;

    font-size: 16px;

    line-height: 1.6;
}


/* ======================
   SIGNUP SECTION
====================== */

.ptstory-signup-section {
  padding: 3rem 3rem 0rem 3rem;
}

.ptstory-ssignup-container {
  max-width: 560px;
  margin: 0 auto;
}

.ptstory-ssignup-card {
  background: #ffffff;
  border: none;
  padding: 0 3rem 0rem 3rem;
}

.ptstory-ssignup-header {
  text-align: center;
  margin-bottom: 0rem;
}

.ptstory-ssignup-header h1 {
  margin-bottom: 0.75rem;
  color: var(--ink-blue);
  font-size: 2rem;
}

.ptstory-signup-header p {
  margin: 0;
  color: #5b6570;
}


/* =========================================================
    CONCEPT CALLOUT
    ========================================================= */

.ptstory-concept {
    display: flex;
    align-items: flex-start;

    gap: 16px;

    margin-bottom: 34px;
    padding: 20px 22px;

    border-radius: 14px;

    background: #f2f7fa;

    border: 1px solid #dce8ef;
}

.ptstory-concept-icon {
    flex: 0 0 32px;

    width: 32px;

    font-size: 24px;

    line-height: 1;
}

.ptstory-concept-content {
    flex: 1;
}

.ptstory-concept-title {
    margin-bottom: 5px;

    color: #12395f;

    font-size: 15px;
    font-weight: 750;
}

.ptstory-concept-text {
    color: #536d82;

    font-size: 14px;

    line-height: 1.55;
}


/* =========================================================
    FORM
    ========================================================= */

.ptstory-form {
    padding: 30px;

    border: 1px solid #dce5ec;

    border-radius: 18px;

    background: #ffffff;
}


/* =========================================================
    FORM GROUP
    ========================================================= */

.ptstory-field {
    margin-bottom: 26px;
}

.ptstory-field:last-of-type {
    margin-bottom: 0;
}


/* =========================================================
    LABEL
    ========================================================= */

.ptstory-label {
    display: block;

    margin-bottom: 8px;

    color: #12395f;

    font-size: 14px;
    font-weight: 750;
}

.ptstory-label-optional {
    margin-left: 5px;

    color: #8a99a6;

    font-size: 12px;
    font-weight: 500;
}


/* =========================================================
    HELP TEXT
    ========================================================= */

.ptstory-help {
    margin: 0 0 9px;

    color: #758596;

    font-size: 13px;

    line-height: 1.45;
}


/* =========================================================
    INPUTS
    ========================================================= */

.ptstory-input,
.ptstory-textarea {
    display: block;

    width: 100%;

    border: 1px solid #cbd8e1;
    border-radius: 8px;

    background: #ffffff;

    color: #12395f;

    font-family: inherit;

    font-size: 15px;

    outline: none;

    transition:
        border-color 0.15s ease,
        box-shadow 0.15s ease;
}

.ptstory-input {
    height: 48px;

    padding: 0 14px;
}

.ptstory-textarea {
    min-height: 130px;

    padding: 13px 14px;

    resize: vertical;

    line-height: 1.5;
}

.ptstory-input::placeholder,
.ptstory-textarea::placeholder {
    color: #a0adb8;
}

.ptstory-input:focus,
.ptstory-textarea:focus {
    border-color: #075b96;

    box-shadow:
        0 0 0 3px rgba(7, 91, 150, 0.10);
}


/* =========================================================
    CHARACTER COUNT
    ========================================================= */

.ptstory-field-footer {
    display: flex;
    justify-content: space-between;

    margin-top: 6px;
}

.ptstory-counter {
    margin-left: auto;

    color: #8a99a6;

    font-size: 12px;
}


/* =========================================================
    LOCATION
    ========================================================= */

.ptstory-location-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 1fr);

    gap: 14px;
}


/* =========================================================
    MEDIA
    ========================================================= */

.ptstory-media-section {
    margin-top: 30px;
    padding-top: 28px;

    border-top: 1px solid #e3e9ee;
}

.ptstory-media-title {
    margin-bottom: 5px;

    color: #12395f;

    font-size: 15px;
    font-weight: 750;
}

.ptstory-media-description {
    margin: 0 0 18px;

    color: #758596;

    font-size: 13px;

    line-height: 1.5;
}


/* =========================================================
    SUBMIT AREA
    ========================================================= */

.ptstory-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    margin-top: 32px;
    padding-top: 26px;

    border-top: 1px solid #e3e9ee;
}

.ptstory-submit-note {
    max-width: 390px;

    color: #758596;

    font-size: 12px;

    line-height: 1.5;
}


/* =========================================================
    BUTTON
    ========================================================= */

.ptstory-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 180px;
    height: 48px;

    padding: 0 22px;

    border: 0;
    border-radius: 7px;

    background: #075b96;

    color: #ffffff;

    font-family: inherit;

    font-size: 14px;
    font-weight: 750;

    text-decoration: none;

    cursor: pointer;

    transition:
        background-color 0.15s ease,
        transform 0.15s ease;
}

.ptstory-button:hover {
    background: #044e83;

    transform: translateY(-1px);
}


/* =========================================================
    AFTER CREATE EXPLANATION
    ========================================================= */

.ptstory-after {
    margin-top: 30px;

    text-align: center;
}

.ptstory-after-title {
    margin-bottom: 6px;

    color: #12395f;

    font-size: 14px;
    font-weight: 750;
}

.ptstory-after-text {
    margin: 0;

    color: #758596;

    font-size: 13px;

    line-height: 1.5;
}


/* =========================================================
    RESPONSIVE
    ========================================================= */

@media (max-width: 720px) {

    .ptstory-page {
        padding: 24px 20px 55px;
    }

    .ptstory-title {
        font-size: 34px;
    }

    .ptstory-form {
        padding: 24px;
    }

    .ptstory-submit {
        align-items: stretch;

        flex-direction: column;
    }

    .ptstory-submit-note {
        max-width: none;
    }

    .ptstory-button {
        width: 100%;
    }
}


/* =========================================================
    SMALL MOBILE
    ========================================================= */

@media (max-width: 480px) {

    .ptstory-page {
        padding: 20px 14px 45px;
    }

    .ptstory-top {
        margin-bottom: 32px;
    }

    .ptstory-title {
        font-size: 30px;

        letter-spacing: -0.7px;
    }

    .ptstory-subtitle {
        font-size: 15px;
    }

    .ptstory-concept {
        padding: 17px 18px;
    }

    .ptstory-form {
        padding: 20px;

        border-radius: 15px;
    }

    .ptstory-location-grid {
        grid-template-columns: 1fr;
    }
}




/* =========================================================
    CONTINUE STORY PAGE
    ========================================================= */

.ptcontinue-page {
    max-width: 760px;

    margin: 0 auto;

    padding: 32px 36px 70px;
}


/* =========================================================
    TOP
    ========================================================= */

.ptcontinue-top {
    margin-bottom: 42px;
}

.ptcontinue-back {
    display: inline-flex;
    align-items: center;

    gap: 7px;

    color: #687888;

    font-size: 14px;
    font-weight: 650;

    text-decoration: none;
}

.ptcontinue-back:hover {
    color: #075b96;
}


/* =========================================================
    HEADER
    ========================================================= */

.ptcontinue-header {
    margin-bottom: 30px;
}

.ptcontinue-eyebrow {
    margin-bottom: 10px;

    color: #758596;

    font-size: 13px;
    font-weight: 800;

    letter-spacing: 1.1px;

    text-transform: uppercase;
}

.ptcontinue-title {
    margin: 0 0 12px;

    color: #12395f;

    font-size: 38px;
    font-weight: 780;

    letter-spacing: -1px;

    line-height: 1.1;
}

.ptcontinue-subtitle {
    max-width: 620px;

    margin: 0;

    color: #315b7d;

    font-size: 16px;

    line-height: 1.6;
}


/* =========================================================
    TOKEN CARD
    ========================================================= */

.ptcontinue-token-card {
    margin-bottom: 30px;

    padding: 28px;

    border-radius: 18px;

    background: #12395f;

    color: #ffffff;
}

.ptcontinue-token-title {
    margin-bottom: 7px;

    font-size: 20px;
    font-weight: 750;

    line-height: 1.3;
}

.ptcontinue-token-description {
    margin: 0 0 20px;

    color: #d8e5ef;

    font-size: 14px;

    line-height: 1.5;
}

.ptcontinue-token-row {
    display: flex;

    gap: 10px;
}

.ptcontinue-token-input {
    flex: 1;

    min-width: 0;

    height: 52px;

    padding: 0 16px;

    border: 2px solid rgba(255, 255, 255, 0.35);

    border-radius: 8px;

    background: rgba(255, 255, 255, 0.10);

    color: #ffffff;

    font-family: inherit;

    font-size: 20px;
    font-weight: 750;

    letter-spacing: 3px;

    text-transform: uppercase;

    outline: none;

    text-align: center;
}

.ptcontinue-token-input::placeholder {
    color: rgba(255, 255, 255, 0.55);

    letter-spacing: 2px;
}

.ptcontinue-token-input:focus {
    border-color: #ffffff;

    background: rgba(255, 255, 255, 0.15);
}

.ptcontinue-token-button {
    flex: 0 0 130px;

    height: 52px;

    border: 0;

    border-radius: 8px;

    background: #ffffff;

    color: #12395f;

    font-family: inherit;

    font-size: 14px;
    font-weight: 750;

    cursor: pointer;

    transition:
        background-color 0.15s ease,
        transform 0.15s ease;
}

.ptcontinue-token-button:hover {
    background: #edf3f7;

    transform: translateY(-1px);
}


/* =========================================================
    STORY PREVIEW
    ========================================================= */

.ptcontinue-story-preview {
    margin-bottom: 30px;

    padding: 26px 28px;

    border: 1px solid #dce5ec;

    border-radius: 18px;

    background: #f8fafb;
}

.ptcontinue-preview-label {
    margin-bottom: 8px;

    color: #758596;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 1px;

    text-transform: uppercase;
}

.ptcontinue-preview-title {
    margin-bottom: 9px;

    color: #12395f;

    font-size: 25px;
    font-weight: 750;

    line-height: 1.2;
}

.ptcontinue-preview-description {
    margin: 0 0 18px;

    color: #536d82;

    font-size: 14px;

    line-height: 1.55;
}

.ptcontinue-preview-meta {
    display: flex;
    flex-wrap: wrap;

    gap: 8px 20px;

    color: #758596;

    font-size: 13px;
}

.ptcontinue-preview-meta strong {
    color: #12395f;
}


/* =========================================================
    CHAPTER HEADER
    ========================================================= */

.ptcontinue-chapter-header {
    margin: 36px 0 20px;
}

.ptcontinue-chapter-eyebrow {
    margin-bottom: 7px;

    color: #758596;

    font-size: 13px;
    font-weight: 800;

    letter-spacing: 1px;

    text-transform: uppercase;
}

.ptcontinue-chapter-title {
    margin: 0 0 8px;

    color: #12395f;

    font-size: 27px;
    font-weight: 750;

    line-height: 1.2;
}

.ptcontinue-chapter-description {
    margin: 0;

    color: #536d82;

    font-size: 14px;

    line-height: 1.5;
}


/* =========================================================
    FORM
    ========================================================= */

.ptcontinue-form {
    padding: 30px;

    border: 1px solid #dce5ec;

    border-radius: 18px;

    background: #ffffff;
}


/* =========================================================
    FIELD
    ========================================================= */

.ptcontinue-field {
    margin-bottom: 26px;
}

.ptcontinue-field:last-of-type {
    margin-bottom: 0;
}


/* =========================================================
    LABEL
    ========================================================= */

.ptcontinue-label {
    display: block;

    margin-bottom: 8px;

    color: #12395f;

    font-size: 14px;
    font-weight: 750;
}

.ptcontinue-optional {
    margin-left: 5px;

    color: #8a99a6;

    font-size: 12px;
    font-weight: 500;
}


/* =========================================================
    HELP
    ========================================================= */

.ptcontinue-help {
    margin: 0 0 9px;

    color: #758596;

    font-size: 13px;

    line-height: 1.45;
}


/* =========================================================
    INPUT
    ========================================================= */

.ptcontinue-input,
.ptcontinue-textarea,
.ptcontinue-select {
    display: block;

    width: 100%;

    border: 1px solid #cbd8e1;

    border-radius: 8px;

    background: #ffffff;

    color: #12395f;

    font-family: inherit;

    font-size: 15px;

    outline: none;

    transition:
        border-color 0.15s ease,
        box-shadow 0.15s ease;
}

.ptcontinue-input,
.ptcontinue-select {
    height: 48px;

    padding: 0 14px;
}

.ptcontinue-textarea {
    min-height: 190px;

    padding: 14px;

    resize: vertical;

    line-height: 1.6;
}

.ptcontinue-input:focus,
.ptcontinue-textarea:focus,
.ptcontinue-select:focus {
    border-color: #075b96;

    box-shadow:
        0 0 0 3px rgba(7, 91, 150, 0.10);
}

.ptcontinue-input::placeholder,
.ptcontinue-textarea::placeholder {
    color: #a0adb8;
}


/* =========================================================
    CHAPTER NUMBER
    ========================================================= */

.ptcontinue-chapter-number {
    display: flex;
    align-items: center;

    min-height: 48px;

    padding: 0 14px;

    border-radius: 8px;

    background: #f2f6f8;

    color: #12395f;

    font-size: 15px;
    font-weight: 750;
}


/* =========================================================
    LOCATION
    ========================================================= */

.ptcontinue-location-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(0, 1fr);

    gap: 14px;
}


/* =========================================================
    CHARACTER COUNTER
    ========================================================= */

.ptcontinue-field-footer {
    display: flex;
    justify-content: flex-end;

    margin-top: 6px;
}

.ptcontinue-counter {
    color: #8a99a6;

    font-size: 12px;
}


/* =========================================================
    MEDIA SECTION
    ========================================================= */

.ptcontinue-media-section {
    margin-top: 30px;

    padding-top: 28px;

    border-top: 1px solid #e3e9ee;
}

.ptcontinue-media-title {
    margin-bottom: 5px;

    color: #12395f;

    font-size: 15px;
    font-weight: 750;
}

.ptcontinue-media-description {
    margin: 0 0 18px;

    color: #758596;

    font-size: 13px;

    line-height: 1.5;
}


/* =========================================================
    SUBMIT
    ========================================================= */

.ptcontinue-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    margin-top: 32px;

    padding-top: 26px;

    border-top: 1px solid #e3e9ee;
}

.ptcontinue-submit-note {
    max-width: 400px;

    color: #758596;

    font-size: 12px;

    line-height: 1.5;
}


/* =========================================================
    BUTTON
    ========================================================= */

.ptcontinue-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 205px;

    height: 48px;

    padding: 0 22px;

    border: 0;

    border-radius: 7px;

    background: #075b96;

    color: #ffffff;

    font-family: inherit;

    font-size: 14px;
    font-weight: 750;

    cursor: pointer;

    transition:
        background-color 0.15s ease,
        transform 0.15s ease;
}

.ptcontinue-button:hover {
    background: #044e83;

    transform: translateY(-1px);
}


/* =========================================================
    IMPORTANT NOTE
    ========================================================= */

.ptcontinue-note {
    display: flex;
    align-items: flex-start;

    gap: 12px;

    margin-top: 26px;

    padding: 18px 20px;

    border-radius: 12px;

    background: #f2f7fa;

    color: #536d82;

    font-size: 13px;

    line-height: 1.5;
}

.ptcontinue-note-icon {
    flex: 0 0 auto;

    font-size: 18px;
}


/* =========================================================
    RESPONSIVE
    ========================================================= */

@media (max-width: 720px) {

    .ptcontinue-page {
        padding: 24px 20px 55px;
    }

    .ptcontinue-title {
        font-size: 34px;
    }

    .ptcontinue-form {
        padding: 24px;
    }

    .ptcontinue-submit {
        align-items: stretch;

        flex-direction: column;
    }

    .ptcontinue-submit-note {
        max-width: none;
    }

    .ptcontinue-button {
        width: 100%;
    }
}


/* =========================================================
    SMALL MOBILE
    ========================================================= */

@media (max-width: 480px) {

    .ptcontinue-page {
        padding: 20px 14px 45px;
    }

    .ptcontinue-top {
        margin-bottom: 32px;
    }

    .ptcontinue-title {
        font-size: 30px;

        letter-spacing: -0.7px;
    }

    .ptcontinue-subtitle {
        font-size: 15px;
    }

    .ptcontinue-token-card {
        padding: 22px;

        border-radius: 16px;
    }

    .ptcontinue-token-row {
        flex-direction: column;
    }

    .ptcontinue-token-button {
        flex: 0 0 auto;

        width: 100%;
    }

    .ptcontinue-story-preview {
        padding: 22px;

        border-radius: 16px;
    }

    .ptcontinue-form {
        padding: 20px;

        border-radius: 15px;
    }

    .ptcontinue-location-grid {
        grid-template-columns: 1fr;
    }

    .ptcontinue-preview-meta {
        flex-direction: column;

        gap: 5px;
    }
}



        /* =========================================================
           PAGE
           ========================================================= */

        .ptpublic-page {
            max-width: 760px;
            margin: 0 auto;
            padding: 32px 36px 70px;
        }


        /* =========================================================
           TOP NAVIGATION
           ========================================================= */

        .ptpublic-top {
            margin-bottom: 2em;
        }

        .ptpublic-back {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            color: #687888;
            font-size: 14px;
            font-weight: 650;
            text-decoration: none;
        }

        .ptpublic-back:hover {
            color: #075b96;
        }


        /* =========================================================
           STORY HEADER
           ========================================================= */

        .ptpublic-header {
            margin-bottom: 30px;
        }

        .ptpublic-token {
            margin-bottom: 0em;
            color: #09090a;
            font-size: 38px;
            font-weight: 600;
            text-transform: uppercase;
        }

        .ptpublic-token-tiny-info {
            color: #09090a;
            font-size: 12px;
            margin-bottom: 2em;
        }

        .ptpublic-token-tiny-info a {
          color: var(--ink-blue);
          text-decoration: none;
        }

        .ptpublic-eyebrow {
            margin-bottom: 10px;
            color: #758596;
            font-size: 13px;
            font-weight: 800;
            letter-spacing: 1.1px;
            text-transform: uppercase;
        }

        .ptpublic-title {
            margin: 0 0 12px;
            color: #12395f;
            font-size: 38px;
            font-weight: 780;
            letter-spacing: -1px;
            line-height: 1.1;
        }

        .ptpublic-description {
            max-width: 650px;

            margin: 0;

            color: #315b7d;

            font-size: 16px;

            line-height: 1.6;
        }


        /* =========================================================
           STORY IMAGE
           ========================================================= */

        .ptpublic-cover {
            width: 100%;

            margin-bottom: 30px;

            border-radius: 18px;

            overflow: hidden;

            background: #f2f6f8;
        }

        .ptpublic-cover img {
            display: block;

            width: 100%;

            max-height: 430px;

            object-fit: cover;
        }


        /* =========================================================
           STORY META
           ========================================================= */

        .ptpublic-meta {
            display: flex;
            flex-wrap: wrap;

            gap: 8px 24px;

            margin-bottom: 34px;

            padding: 20px 22px;

            border: 1px solid #dce5ec;

            border-radius: 14px;

            background: #f8fafb;

            color: #758596;

            font-size: 13px;
        }

        .ptpublic-meta-item strong {
            color: #12395f;

            font-weight: 750;
        }


        /* =========================================================
           STORY CONCEPT
           ========================================================= */

        .ptpublic-intro {
            display: flex;
            align-items: flex-start;

            gap: 16px;

            margin-bottom: 38px;

            padding: 20px 22px;

            border-radius: 14px;

            background: #f2f7fa;

            border: 1px solid #dce8ef;
        }

        .ptpublic-intro-icon {
            flex: 0 0 32px;

            width: 32px;

            font-size: 24px;

            line-height: 1;
        }

        .ptpublic-intro-content {
            flex: 1;
        }

        .ptpublic-intro-title {
            margin-bottom: 5px;

            color: #12395f;

            font-size: 15px;
            font-weight: 750;
        }

        .ptpublic-intro-text {
            color: #536d82;

            font-size: 14px;

            line-height: 1.55;
        }


        /* =========================================================
           JOURNEY HEADER
           ========================================================= */

        .ptpublic-chapters-header {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;

            gap: 20px;

            margin-bottom: 22px;

            padding-bottom: 14px;

            border-bottom: 1px solid #e3e9ee;
        }

        .ptpublic-chapters-label {
            color: #758596;

            font-size: 13px;
            font-weight: 800;

            letter-spacing: 1px;

            text-transform: uppercase;
        }

        .ptpublic-chapters-count {
            color: #8a99a6;

            font-size: 13px;
        }


        /* =========================================================
           EMPTY STATE
           ========================================================= */

        .ptpublic-empty {
            padding: 42px 32px;

            border: 1px solid #dce5ec;

            border-radius: 18px;

            background: #ffffff;

            text-align: center;
        }

        .ptpublic-empty-icon {
            display: flex;
            align-items: center;
            justify-content: center;

            width: 58px;
            height: 58px;

            margin: 0 auto 18px;

            border-radius: 50%;

            background: #f2f7fa;

            font-size: 28px;
        }

        .ptpublic-empty-title {
            margin-bottom: 9px;

            color: #12395f;

            font-size: 22px;
            font-weight: 750;

            line-height: 1.3;
        }

        .ptpublic-empty-text {
            max-width: 500px;

            margin: 0 auto 24px;

            color: #536d82;

            font-size: 14px;

            line-height: 1.6;
        }


        /* =========================================================
           WRITE BUTTON
           ========================================================= */

        .ptpublic-write-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;

            min-width: 190px;

            height: 48px;

            padding: 0 22px;

            border: 0;

            border-radius: 7px;

            background: #075b96;

            color: #ffffff;

            font-family: inherit;

            font-size: 14px;
            font-weight: 750;

            text-decoration: none;

            cursor: pointer;

            transition:
                background-color 0.15s ease,
                transform 0.15s ease;
        }

        .ptpublic-write-button:hover {
            background: #044e83;

            transform: translateY(-1px);
        }


        /* =========================================================
           TOKEN NOTE
           ========================================================= */

        .ptpublic-token-note {
            display: flex;
            align-items: flex-start;

            gap: 12px;

            margin-top: 26px;

            padding: 18px 20px;

            border-radius: 12px;

            background: #f2f7fa;

            color: #536d82;

            font-size: 13px;

            line-height: 1.5;
        }

        .ptpublic-token-icon {
            flex: 0 0 auto;

            font-size: 18px;
        }

        .ptpublic-token-note strong {
            color: #12395f;
        }


        /* =========================================================
           STORY STATUS
           ========================================================= */

        .ptpublic-status {
            margin-top: 30px;

            padding-top: 26px;

            border-top: 1px solid #e3e9ee;

            color: #758596;

            font-size: 12px;

            line-height: 1.5;

            text-align: center;
        }



        /* =========================================================
           MEDIA LINK
           ========================================================= */

        .ptpublic-media-link {
            display: inline-flex;
            align-items: center;

            gap: 6px;

            margin-top: 20px;

            color: #075b96;

            font-size: 13px;
            font-weight: 700;

            text-decoration: none;
        }

        .ptpublic-media-link:hover {
            color: #044e83;

            text-decoration: underline;
        }


 
        /* =========================================================
           CHAPTER HEADER
           ========================================================= */

        .ptpublic-chapter-top {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;

            gap: 20px;

            margin-bottom: 22px;
        }

        .ptpublic-chapter-number {
            margin-bottom: 6px;

            color: #075b96;

            font-size: 12px;
            font-weight: 800;

            letter-spacing: 1px;

            text-transform: uppercase;
        }

        .ptpublic-chapter-title {
            margin: 0;

            color: #12395f;

            font-size: 25px;
            font-weight: 750;

            line-height: 1.2;
        }

        .ptpublic-chapter-location {
            flex: 0 0 auto;

            padding: 6px 10px;

            border-radius: 6px;

            background: #f2f6f8;

            color: #536d82;

            font-size: 12px;
            font-weight: 650;

            white-space: nowrap;
        }


        /* =========================================================
           CHAPTER IMAGE
           ========================================================= */

        .ptpublic-chapter-image {
            width: 100%;

            margin-bottom: 22px;

            border-radius: 12px;

            overflow: hidden;

            background: #f2f6f8;
        }

        .ptpublic-chapter-image img {
            display: block;

            width: 100%;

            max-height: 440px;

            object-fit: cover;
        }


        /* =========================================================
           CHAPTER MESSAGE
           ========================================================= */

        .ptpublic-chapter-message {
            color: #315b7d;
            font-size: 16px;
            line-height: 1.8;
        }

        .ptpublic-chapter-message p {
            margin: 0 0 0 1rem;
        }

        .ptpublic-chapter-message p:last-child {
            margin-bottom: 0;
        }


        /* =========================================================
           CHAPTER FOOTER
           ========================================================= */

        .ptpublic-chapter-footer {
            display: flex;
            flex-wrap: wrap;

            gap: 8px 20px;

            margin-top: 24px;
            padding-top: 17px;

            border-top: 1px solid #e9eef2;

            color: #8a99a6;

            font-size: 12px;
        }


        /* =========================================================
           MEDIA LINK
           ========================================================= */

        .ptpublic-media-link {
            display: inline-flex;
            align-items: center;

            gap: 6px;

            margin-top: 20px;

            color: #075b96;

            font-size: 13px;
            font-weight: 700;

            text-decoration: none;
        }

        .ptpublic-media-link:hover {
            color: #044e83;

            text-decoration: underline;
        }


        /* =========================================================
           CONTINUE MESSAGE
           ========================================================= */

        .ptpublic-ending {
            margin-top: 38px;

            padding: 26px 28px;

            border-radius: 18px;

            background: #12395f;

            color: #ffffff;

            text-align: center;
        }

        .ptpublic-ending-title {
            margin-bottom: 7px;

            font-size: 20px;
            font-weight: 750;

            line-height: 1.3;
        }

        .ptpublic-ending-text {
            max-width: 520px;

            margin: 0 auto;

            color: #d8e5ef;

            font-size: 14px;

            line-height: 1.55;
        }       

        /* =========================================================
           RESPONSIVE
           ========================================================= */

        @media (max-width: 720px) {

            .ptpublic-page {
                padding: 24px 20px 55px;
            }

            .ptpublic-title {
                font-size: 34px;
            }

            .ptpublic-empty {
                padding: 36px 24px;
            }

            .ptpublic-write-button {
                width: 100%;
            }
        }


        /* =========================================================
           SMALL MOBILE
           ========================================================= */

        @media (max-width: 480px) {

            .ptpublic-page {
                padding: 20px 14px 45px;
            }

            .ptpublic-top {
                margin-bottom: 0.75;
            }

            .ptpublic-title {
                font-size: 30px;

                letter-spacing: -0.7px;
            }

            .ptpublic-description {
                font-size: 15px;
            }

            .ptpublic-cover {
                border-radius: 15px;
            }

            .ptpublic-meta {
                flex-direction: column;

                gap: 7px;

                padding: 17px 18px;

                border-radius: 13px;
            }

            .ptpublic-intro {
                padding: 17px 18px;
            }

            .ptpublic-chapters-header {
                align-items: flex-start;

                flex-direction: column;

                gap: 5px;
            }

            .ptpublic-empty {
                padding: 30px 20px;

                border-radius: 15px;
            }

            .ptpublic-empty-title {
                font-size: 20px;
            }

            .ptpublic-token-note {
                padding: 17px 18px;
            }
        }



        /* =========================================================
           PAGE
           ========================================================= */

        .ptlibrary-page {
            max-width: 760px;
            margin: 0 auto;
            padding: 32px 36px 70px;
        }

        /* =========================================================
            TOP LINKS
            ========================================================= */

        .ptlibrary-top-links {
            display: flex;
            flex-wrap: wrap;
            gap: 0.625rem 1.15rem;
            margin-bottom: 1.25rem;
            color: #687888;
            font-size: 0.95rem;
        }

        .ptlibrary-top-links a {
            color: #12395f;
            font-weight: 700;
            text-decoration: underline;
            text-underline-offset: 2px;
        }

        .ptlibrary-top-links a:hover {
            color: #075b96;
        }

        /* =========================================================
           TOP NAVIGATION
           ========================================================= */

        .ptlibrary-top {
            margin-bottom: 42px;
        }

        .ptlibrary-back {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            color: #687888;
            font-size: 14px;
            font-weight: 650;
            text-decoration: none;
            transition:
                color 0.15s ease;
        }

        .ptlibrary-back:hover {
            color: #075b96;
        }


        /* =========================================================
           HEADER
           ========================================================= */

        .ptlibrary-header {
            margin-bottom: .5em;
        }

        .ptlibrary-eyebrow {
            margin-bottom: 10px;
            color: #758596;
            font-size: 13px;
            font-weight: 800;
            letter-spacing: 1.1px;
            text-transform: uppercase;
        }

        .ptlibrary-title {
            margin: 0 0 0px 0px;
            color: #12395f;
            font-size: 38px;
            font-weight: 780;
            letter-spacing: -1px;
            line-height: 1.1;
        }

        .ptlibrary-subtitle {
            max-width: 620px;
            margin: 0;
            color: #315b7d;
            font-size: 0.95em;
            line-height: 1.6;
        }


        /* =========================================================
           TABS
           ========================================================= */

        .ptlibrary-tabs {
            display: flex;

            gap: 4px;

            margin-bottom: 28px;

            padding: 4px;

            border-radius: 9px;

            background: #f2f6f8;
        }

        .ptlibrary-tab {
            flex: 1;

            height: 42px;

            padding: 0 14px;

            border: 0;

            border-radius: 6px;

            background: transparent;

            color: #758596;

            font-family: inherit;

            font-size: 14px;
            font-weight: 700;

            cursor: pointer;

            transition:
                background-color 0.15s ease,
                color 0.15s ease,
                box-shadow 0.15s ease;
        }

        .ptlibrary-tab:hover {
            color: #12395f;
        }

        .ptlibrary-tab.active {
            background: #ffffff;

            color: #12395f;

            box-shadow:
                0 1px 3px rgba(18, 57, 95, 0.08);
        }


        /* =========================================================
           TAB PANELS
           ========================================================= */

        .ptlibrary-panel {
            display: none;
        }

        .ptlibrary-panel.active {
            display: block;
        }


        /* =========================================================
           LIST HEADER
           ========================================================= */

        .ptlibrary-list-header {
            display: flex;
            align-items: center;
            justify-content: space-between;

            gap: 15px;

            margin-bottom: 14px;
        }

        .ptlibrary-list-title {
            color: #12395f;

            font-size: 14px;
            font-weight: 750;
        }

        .ptlibrary-list-count {
            color: #8a99a6;

            font-size: 12px;
        }


        /* =========================================================
           STORY LIST
           ========================================================= */

        .ptlibrary-list {
            display: flex;

            flex-direction: column;

            gap: 12px;
        }


        /* =========================================================
           STORY CARD
           ========================================================= */

        .ptlibrary-story {
            display: flex;

            min-height: 150px;

            border: 1px solid #dce5ec;

            border-radius: 15px;

            background: #ffffff;

            overflow: hidden;

            color: inherit;

            text-decoration: none;

            transition:
                border-color 0.15s ease,
                box-shadow 0.15s ease,
                transform 0.15s ease;
        }

        .ptlibrary-story:hover {
            border-color: #c3d4df;

            box-shadow:
                0 6px 20px rgba(18, 57, 95, 0.07);

            transform: translateY(-1px);
        }


        /* =========================================================
           STORY IMAGE
           ========================================================= */

        .ptlibrary-story-image {
            position: relative;

            flex: 0 0 150px;

            width: 150px;
            min-height: 150px;

            background: #f2f6f8;

            overflow: hidden;
        }

        .ptlibrary-story-image img {
            display: block;

            width: 100%;
            height: 100%;

            object-fit: cover;
        }


        /* =========================================================
           IMAGE FALLBACK
           ========================================================= */
/*
        .ptlibrary-story-image-placeholder {
            display: flex;
            align-items: center;
            justify-content: center;

            width: 100%;
            height: 100%;

            min-height: 150px;

            background:
                linear-gradient(
                    135deg,
                    #f2f7fa 0%,
                    #e9f1f5 100%
                );

            color: #075b96;

            font-size: 31px;
        }
*/
        /* =========================================================
          IMAGE FALLBACK
          ========================================================= */

.ptlibrary-story-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;

    min-height: 150px;

    background: #eef6fb;

    color: #8eb3c9;

    font-size: 24px;
}


        /* =========================================================
           STORY CONTENT
           ========================================================= */

        .ptlibrary-story-content {
            display: flex;

            flex: 1;

            flex-direction: column;

            min-width: 0;

            padding: 20px 21px;
        }


        /* =========================================================
           STORY TOP
           ========================================================= */

        .ptlibrary-story-top {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;

            gap: 12px;

            margin-bottom: 6px;
        }

        .ptlibrary-story-title {
            margin: 0;

            color: #12395f;

            font-size: 20px;
            font-weight: 750;

            line-height: 1.25;
        }


        /* =========================================================
           STATUS
           ========================================================= */

        .ptlibrary-status {
            flex: 0 0 auto;

            padding: 5px 8px;

            border-radius: 5px;

            background: #f2f7fa;

            color: #536d82;

            font-size: 11px;
            font-weight: 700;

            line-height: 1.2;

            white-space: nowrap;
        }

        .ptlibrary-status-started {
            background: #eaf4f9;

            color: #075b96;
        }


        /* =========================================================
           DESCRIPTION
           ========================================================= */

        .ptlibrary-story-description {
            display: -webkit-box;

            margin: 0 0 14px;

            overflow: hidden;

            color: #536d82;

            font-size: 13px;

            line-height: 1.5;

            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }


        /* =========================================================
           META
           ========================================================= */

        .ptlibrary-story-meta {
            display: flex;
            flex-wrap: wrap;

            gap: 5px 17px;

            margin-top: auto;

            color: #8a99a6;

            font-size: 12px;

            line-height: 1.4;
        }

        .ptlibrary-story-meta strong {
            color: #536d82;

            font-weight: 700;
        }


        /* =========================================================
           EMPTY LIBRARY
           ========================================================= */

        .ptlibrary-empty {
            padding: 42px 28px;

            border: 1px solid #dce5ec;

            border-radius: 16px;

            background: #ffffff;

            text-align: center;
        }

        .ptlibrary-empty-icon {
            display: flex;
            align-items: center;
            justify-content: center;

            width: 54px;
            height: 54px;

            margin: 0 auto 17px;

            border-radius: 50%;

            background: #f2f7fa;

            font-size: 25px;
        }

        .ptlibrary-empty-title {
            margin-bottom: 8px;

            color: #12395f;

            font-size: 20px;
            font-weight: 750;
        }

        .ptlibrary-empty-text {
            max-width: 460px;

            margin: 0 auto 20px;

            color: #758596;

            font-size: 13px;

            line-height: 1.55;
        }


        /* =========================================================
           CREATE STORY BUTTON
           ========================================================= */

        .ptlibrary-create {
            display: inline-flex;
            align-items: center;
            justify-content: center;

            height: 44px;

            padding: 0 18px;

            border-radius: 7px;

            background: #075b96;

            color: #ffffff;

            font-size: 13px;
            font-weight: 750;

            text-decoration: none;

            transition:
                background-color 0.15s ease,
                transform 0.15s ease;
        }

        .ptlibrary-create:hover {
            background: #044e83;

            transform: translateY(-1px);
        }


        /* =========================================================
           FOOTER
           ========================================================= */

        .ptlibrary-footer {
            margin-top: 30px;

            padding-top: 22px;

            border-top: 1px solid #e3e9ee;

            color: #8a99a6;

            font-size: 12px;

            line-height: 1.5;

            text-align: center;
        }


        /* =========================================================
           RESPONSIVE
           ========================================================= */

        @media (max-width: 720px) {

            .ptlibrary-page {
                padding: 24px 20px 55px;
            }

            .ptlibrary-title {
                font-size: 34px;
            }
        }


        /* =========================================================
           SMALL MOBILE
           ========================================================= */

        @media (max-width: 480px) {

            .ptlibrary-page {
                padding: 20px 14px 45px;
            }

            .ptlibrary-top {
                margin-bottom: 32px;
            }

            .ptlibrary-title {
                font-size: 30px;

                letter-spacing: -0.7px;
            }

            .ptlibrary-subtitle {
                font-size: 15px;
            }

            .ptlibrary-tabs {
                margin-bottom: 22px;
            }

            .ptlibrary-story {
                min-height: 0;

                flex-direction: column;
            }

            .ptlibrary-story-image {
                flex: 0 0 auto;

                width: 100%;
                height: 145px;
                min-height: 145px;
            }

            .ptlibrary-story-image-placeholder {
                min-height: 145px;
            }

            .ptlibrary-story-content {
                padding: 18px;
            }

            .ptlibrary-story-top {
                flex-direction: column;

                gap: 8px;
            }

            .ptlibrary-status {
                align-self: flex-start;
            }

            .ptlibrary-story-title {
                font-size: 19px;
            }

            .ptlibrary-story-description {
                margin-bottom: 16px;
            }
        }


        /* =========================================================
           EMPTY LIBRARY
           ========================================================= */

        .ptlibrary-empty {
            display: flex;

            flex-direction: column;

            align-items: center;

            padding: 58px 30px 62px;

            border: 1px solid #dce5ec;

            border-radius: 16px;

            background:
                linear-gradient(
                    180deg,
                    #ffffff 0%,
                    #fbfdfe 100%
                );

            text-align: center;
        }


        /* =========================================================
           EMPTY ICON
           ========================================================= */

        .ptlibrary-empty-icon {
            display: flex;
            align-items: center;
            justify-content: center;

            width: 64px;
            height: 64px;

            margin-bottom: 20px;

            border-radius: 50%;

            background: #f2f7fa;

            color: #075b96;

            font-size: 29px;
        }


        /* =========================================================
           EMPTY TITLE
           ========================================================= */

        .ptlibrary-empty-title {
            margin-bottom: 10px;

            color: #12395f;

            font-size: 23px;
            font-weight: 750;

            line-height: 1.3;
        }


        /* =========================================================
           EMPTY DESCRIPTION
           ========================================================= */

        .ptlibrary-empty-text {
            max-width: 480px;

            margin: 0 0 25px;

            color: #758596;

            font-size: 14px;

            line-height: 1.6;
        }


        /* =========================================================
           CREATE STORY BUTTON
           ========================================================= */

        .ptlibrary-create {
            display: inline-flex;
            align-items: center;
            justify-content: center;

            height: 46px;

            padding: 0 20px;

            border-radius: 7px;

            background: #075b96;

            color: #ffffff;

            font-size: 13px;
            font-weight: 750;

            text-decoration: none;

            transition:
                background-color 0.15s ease,
                transform 0.15s ease,
                box-shadow 0.15s ease;
        }

        .ptlibrary-create:hover {
            background: #044e83;

            box-shadow:
                0 5px 14px rgba(7, 91, 150, 0.18);

            transform: translateY(-1px);
        }


        /* =========================================================
           SECONDARY MESSAGE
           ========================================================= */

        .ptlibrary-empty-secondary {
            margin-top: 18px;

            color: #9aa6b1;

            font-size: 12px;

            line-height: 1.5;
        }

    /* =========================================================
   STORY ID CTA
   ========================================================= */

.ptpublic-token-cta {
    margin-top: 18px;

    padding: 18px 20px;

    border: 1px solid #e3e9ee;

    border-radius: 12px;

    background: #ffffff;

    text-align: center;
}

.ptpublic-token-title {
    margin-bottom: 4px;

    color: #12395f;

    font-size: 14px;
    font-weight: 750;
}

.ptpublic-token-text {
    margin: 0 0 9px;

    color: #8a99a6;

    font-size: 12px;

    line-height: 1.5;
}

.ptpublic-token-link {
    color: #075b96;

    font-size: 12px;
    font-weight: 750;

    text-decoration: none;
}

.ptpublic-token-link:hover {
    color: #044e83;

    text-decoration: underline;
}


/* HEADER */

.help-header {
  padding: 1.2rem 2rem;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  position: sticky;
  top: 0;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(8px);
  z-index: 10;
}

.help-header-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.help-header strong {
  color: var(--help-ink-blue);
}


/* LAYOUT */

.help-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 4rem 2rem 6rem;
}


/* HERO */

.help-hero {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 5rem;
}

.help-hero h1 {
  /*font-size: clamp(2.8rem, 7vw, 5rem);*/
  font-size:3em;
  line-height: 1.05;
  /*letter-spacing: -0.04em;*/
  margin: 0 0 1.5rem;
}

.help-hero p {
  max-width: 650px;
  margin: 0 auto;
  color: var(--help-text-muted);
  font-size: 1rem;
  line-height: 1.6;
}


/* BUTTONS */

.help-buttons {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.help-button {
  display: inline-block;
  padding: 0.85rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  transition: all 0.2s ease;
}

.help-button-primary {
  background: var(--help-sky-blue);
  color: white;
}

.help-button-primary:hover {
  background: var(--help-ink-blue);
}

.help-button-secondary {
  background: white;
  color: var(--help-sky-blue);
  border: 1px solid var(--help-border);
}

.help-button-secondary:hover {
  background: var(--help-bg-soft);
}


/* HOW IT WORKS */

.help-section-title {
  text-align: center;
  margin-bottom: 2.5rem;
}

.help-section-title h2 {
  font-size: 2rem;
  margin: 0 0 0.5rem;
}

.help-section-title p {
  color: var(--help-text-muted);
  margin: 0;
}


/* STEPS */

.help-steps {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.help-step {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 2rem;
  align-items: center;
  background: var(--help-bg-soft);
  padding: 2rem;
  border-radius: 16px;
}

.help-step-number {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: white;
  color: var(--help-sky-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.1rem;
}

.help-step h3 {
  margin: 0 0 0.4rem;
  font-size: 1.4rem;
}

.help-step p {
  margin: 0;
  color: var(--help-text-muted);
}


/* STORY EXAMPLE */

.help-example {
  max-width: 800px;
  margin: 6rem auto;
}

.help-chapter {
  border: 1px solid var(--help-border);
  border-radius: 16px;
  padding: 1.5rem 1.8rem;
  margin-bottom: 1rem;
  background: white;
}

.help-chapter-label {
  color: var(--help-sky-blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}

.help-chapter p {
  margin: 0;
  font-size: 1.05rem;
}

.help-chapter-author {
  margin-top: 0.7rem;
  color: var(--help-text-muted);
  font-size: 0.85rem;
}

.help-next {
  text-align: center;
  color: var(--help-sky-blue);
  font-weight: 700;
  margin-top: 1.5rem;
}


/* PASS IT ON */

.help-pass-section {
  background: var(--help-bg-soft);
  border-radius: 20px;
  padding: 3rem 2rem;
  text-align: center;
  margin-bottom: 6rem;
}

.help-pass-section h2 {
  margin: 0 0 0.7rem;
  font-size: 2rem;
}

.help-pass-section p {
  max-width: 650px;
  margin: 0 auto 1.8rem;
  color: var(--help-text-muted);
}

.help-pass-options {
  display: flex;
  justify-content: center;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.help-pass-option {
  background: white;
  border: 1px solid var(--help-border);
  border-radius: 50px;
  padding: 0.55rem 1rem;
  color: var(--help-sky-blue);
  font-size: 0.9rem;
  font-weight: 600;
}


/* WHAT TO WRITE */

.help-write-section {
  max-width: 850px;
  margin: 0 auto 6rem;
}

.help-write-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.help-write-card {
  background: var(--help-bg-soft);
  border-radius: 14px;
  padding: 1.4rem;
}

.help-write-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1.15rem;
}

.help-write-card p {
  margin: 0;
  color: var(--help-text-muted);
  font-size: 0.9rem;
}


/* FINAL */

.help-final {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.help-final h2 {
  /*font-size: clamp(2.2rem, 5vw, 3.5rem);*/
  font-size: 2.5rem;
  line-height: 1.1;
  margin: 0 0 1.2rem;
}

.help-final p {
  color: var(--help-text-muted);
  font-size: 1rem;
  margin-bottom: 2rem;
}


/* MOBILE */

@media (max-width: 700px) {

  .help-container {
    padding: 3rem 1.2rem 5rem;
  }

  .help-hero {
    margin-bottom: 4rem;
  }

  .help-hero h1 {
    font-size: 2.8rem;
  }

  .help-hero p {
    font-size: 1rem;
  }

  .help-step {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.5rem;
  }

  .help-step-number {
    width: 48px;
    height: 48px;
    font-size: 0.9rem;
  }

  .help-write-grid {
    grid-template-columns: 1fr;
  }

  .help-pass-section {
    padding: 2.5rem 1.5rem;
  }

  .help-button {
    width: 100%;
    text-align: center;
  }
}