/* ── Fonts ───────────────────────────────────── */
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:wght@400;500&display=swap");

body {
}

@media (max-width: 425px) {
  .row > * {
    padding-right: 0;
    padding-left: 0;
  }
}

/* ── Auth Modal ── */
.modal-content {
  border-radius: 1rem !important;
}
.auth-panels {
  overflow: hidden;
}
.panel.hidden {
  display: none;
}
.auth-tab-btn {
  border: none;
  background: none;
  padding: 8px 20px;
  font-weight: 600;
  color: #aaa;
  position: relative;
  cursor: pointer;
  transition: color 0.2s;
}
.auth-tab-btn.active {
  color: #0d6efd;
}
.auth-tab-btn.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #0d6efd;
  border-radius: 2px;
}
.tab-bar {
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 1.5rem;
}
.divider-or {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #aaa;
  font-size: 0.8rem;
  margin: 1.2rem 0;
}
.divider-or::before,
.divider-or::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e9ecef;
}
.google-btn img {
  width: 20px;
}

/* ── Navbar / Header ── */
.app-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 12px 16px;
  background: #fff;

  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
}
.app-header h1 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
}

/* ── Create Post trigger ── */
.create-post-bar {
  background: #fff;
  border-radius: 0.85rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  cursor: pointer;
}
.create-post-bar .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0d6efd, #6610f2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  flex-shrink: 0;
}
.create-post-bar input {
  border: 1.5px solid #e9ecef;
  border-radius: 2rem;
  padding: 8px 16px;
  font-size: 0.9rem;
  color: #aaa;
  background: #f8f9fb;
  width: 100%;
  cursor: pointer;
  pointer-events: none;
}

/* ── Post Modal ── */
.upload-zone {
  border: 2px dashed #dee2e6;
  border-radius: 0.85rem;
  min-height: 200px;
  cursor: pointer;
  transition:
    border-color 0.2s,
    background 0.2s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.upload-zone:hover {
  border-color: #0d6efd;
  background: #f0f4ff;
}

/* ── Feed ── */
.post-card {
  background: #fff;
  border-radius: 0.85rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
  margin-bottom: 16px;
  overflow: hidden;
}
.post-card .post-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
}
.post-card .avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0d6efd, #6610f2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  flex-shrink: 0;
}
.post-card .post-body {
  padding: 0 16px 12px;
  font-size: 0.92rem;
}
.post-card img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
.post-card .post-footer {
  display: flex;
  gap: 16px;
  padding: 10px 16px;
  border-top: 1px solid #f0f2f5;
}
.post-card .post-footer button {
  background: none;
  border: none;
  color: #666;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  padding: 4px 0;
  transition: color 0.2s;
}
.post-card .post-footer button:hover {
  color: #0d6efd;
}
.loading {
  text-align: center;
  color: #aaa;
  padding: 24px 0;
}
.empty-feed {
  text-align: center;
  color: #aaa;
  padding: 40px 0;
}
.empty-feed i {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 8px;
}

.modal {
  --bs-modal-width: 450px;
}

div.polaroid {
  background-color: white;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 5px;
}

div.containerr {
  padding: 0px 20px 15px 18px;
  font-family: var(--font-body);
  font-size: var(--size-caption);
  font-weight: 400;
  color: var(--color-caption);
  /* line-height: var(--lh-caption); */
  /* margin: 0 0 10px; */
  /* border-top: 1px solid #b3aeae; */
}
/* .post-name-heading {
  padding: 15px 0px 0px 15px;
} */
.post-name {
  font-family: "Syne", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--color-text-primary);
  letter-spacing: -0.2px;
  line-height: 1.15;
  margin: 0;
}

.map-name {
  font-size: 11px;
  margin: 0;
  padding-left: 15px;
  line-height: 0;
  padding-top: 0;
  color: #b3aeae;
  font-weight: 700;
}
.map-location {
  font-size: 11px;
  margin: 0;
  line-height: 0;
  padding-top: 0;
  color: rgb(13 110 253);
  font-weight: 700;
}

/* .post-location-wrapper {
  padding-bottom: 10px;
} */

/* ── Design tokens ───────────────────────────── */
:root {
  --font-heading: "DM Serif Display", Georgia, serif;
  --font-body: "DM Sans", sans-serif;

  /* Colors */
  --color-post-heading: #1a1a1a; /* near-black */
  --color-location: #1d9e75; /* teal-green  */
  --color-location-dot: #5dcaa5; /* lighter teal */
  --color-caption: #6b6b6b; /* muted gray  */
  --color-link: #185fa5; /* blue        */

  /* Sizes */
  --size-heading: 22px;
  --size-location: 12px;
  --size-caption: 15px;
  --size-link: 13px;

  /* Line heights */
  --lh-heading: 1.25;
  --lh-caption: 1.65;

  /* Letter spacing */
  --ls-heading: -0.3px;
  --ls-location: 0.6px;
  --ls-link: 0.2px;
}

/* ── Post container ──────────────────────────── */
.post-card {
  background: #fff;
  border: 0.5px solid rgba(0 0 0 / 0.1);
  border-radius: 12px;
  padding: 1.25rem 1.5rem 1rem;
  max-width: 480px;
  font-family: var(--font-body);
}

/* ── 1. Location label ───────────────────────── */
.post-locatio {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-body);
  font-size: var(--size-location);
  font-weight: 500;
  color: var(--color-location);
  letter-spacing: var(--ls-location);
  text-transform: uppercase;
  margin-bottom: 6px;
}
.post-locatio::before {
  /* live dot */
  content: "";
  width: 6px;
  height: 6px;
  background: var(--color-location-dot);
  border-radius: 50%;
  flex-shrink: 0;
}

/* ── Person name (was: post heading) ─────────── */
.post-nam {
  font-family: "Syne", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--color-text-primary);
  letter-spacing: -0.2px;
  line-height: 1.15;
  margin: 0;
}

/* ── 3. Caption ──────────────────────────────── */
.post-caption {
  font-family: var(--font-body);
  font-size: var(--size-caption);
  font-weight: 400;
  color: var(--color-caption);
  line-height: var(--lh-caption);
  margin: 0 0 10px;
}

/* ── 4. Location link ────────────────────────── */
.post-link {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  color: var(--color-location);
  letter-spacing: var(--ls-location);
  text-transform: uppercase;
  padding-left: 5px;
  text-decoration: none;
}

.post-link:hover {
  opacity: 1;
}
.post-link::after {
  content: " ↗";
  font-size: 11px;
}
.post-headings {
    padding: 10px 20px 10px 14px;
}

.post-text {
padding-top: 15px;
}

.btn-primary {
  background: teal;
  border-radius: 20px;
}

.form-control {
  border-radius: 36px !important;
}

.btn-primaryy  {
  background-color: transparent;
  border: none;
}



