:root {
  --primary: #17366f;
  --navy: #102d5f;
  --coral: #f2a900;
  --cream: #fffaf0;
  --ink: #142c4c;
  --muted: #5f6f86;
  --line: #dce3ee;
}

.brand-logo {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border: 2px solid #17366f;
  border-radius: 50%;
  background: #fff;
}

.brand-mark { display: none; }
.btn-dark { background: #102d5f; border-color: #102d5f; }
.action-card.lost { background: #f2a900; color: #102d5f; }
.action-card.lost:hover { color: #102d5f; }
.action-card.found { background: #17366f; }
.emergency-card { background: #102d5f; box-shadow: 18px 18px 0 #fbbd17; }
.status-dot { background: #fbbd17; }

.emergency-logo {
  width: 82px;
  height: 82px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #fff;
  background: #fff;
  float: right;
  margin: -8px -8px 12px 18px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-brand img {
  width: 78px;
  height: 78px;
  object-fit: cover;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #fbbd17;
  flex: 0 0 auto;
}

@media (max-width: 600px) {
  .brand-logo { width: 46px; height: 46px; }
  .brand small { display: none; }
  .emergency-logo { width: 68px; height: 68px; }
  .footer-brand { align-items: flex-start; }
}

.share-panel { margin: 1.5rem 0; padding: 1.2rem; border: 1px solid var(--line); border-radius: 16px; background: #f7f9fc; }
.share-panel > strong, .share-panel > span { display: block; }
.share-panel > span { color: var(--muted); font-size: .9rem; margin: .2rem 0 .8rem; }
.share-actions { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: .8rem; }
.share-button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: .55rem .9rem; border: 0; border-radius: 11px; color: #fff; text-decoration: none; font: inherit; font-weight: 800; cursor: pointer; }
.share-button:hover { color: #fff; filter: brightness(.94); }
.share-button img { width: 20px; height: 20px; margin-right: .45rem; flex: 0 0 auto; }
.share-button.whatsapp { background: #187d45; }
.share-button.facebook { background: #1967b3; }
.share-button.x { background: #15202b; }
.share-button.copy { background: var(--primary); }
.copy-status { display: block; min-height: 1.2rem; margin-top: .5rem; color: var(--primary); font-weight: 700; }
.share-panel-light { max-width: 620px; margin: 2rem auto 0; background: #fff; text-align: left; }
.share-panel-light p { color: var(--muted); font-size: .92rem; margin: .35rem 0; }
.success-panel .share-actions { justify-content: center; }

@media (max-width: 600px) {
  .share-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .share-button { width: 100%; }
}
