/* nature-lens-v1.css — Hawaiʻi Nature Lens. px font sizes per site rules. */

.nl-page-app { max-width: 760px; margin: 0 auto; }

.nl-hero {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: 240px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  margin: 0 0 14px;
}
.nl-hero-overlay {
  width: 100%;
  padding: 66px 26px 22px;
  background: linear-gradient(180deg, rgba(6,24,34,0) 0%, rgba(6,24,34,0.8) 80%);
  color: #fff;
  box-sizing: border-box;
}
.nl-hero-overlay h1 { color: #fff; font-size: 36px; line-height: 1.12; margin: 0 0 6px; display: flex; align-items: center; gap: 10px; }
.nl-hero-icon { height: 40px; width: auto; vertical-align: middle; }
.nl-hero-overlay p { color: #e8f2f7; font-size: 18px; margin: 0; }
.nl-hero-back {
  position: absolute; top: 14px; left: 14px;
  background: rgba(6,24,34,0.55); color: #fff;
  padding: 7px 14px; border-radius: 999px; font-size: 14px; text-decoration: none;
}
.nl-hero-back:hover { background: rgba(6,24,34,0.8); color: #fff; }

#nl-app { position: relative; }

.nl-drop {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  gap: 6px; cursor: pointer;
  background: #f0f7fa; border: 2px dashed #9dc3d4; border-radius: 16px;
  padding: 38px 22px; margin: 0 0 10px;
  transition: background 0.15s ease;
  box-sizing: border-box;
}
.nl-drop:hover { background: #e5f1f6; }
.nl-drop .fa { font-size: 40px; color: #17698f; }
.nl-drop-title { font-size: 21px; font-weight: 700; color: #123c50; }
.nl-drop-sub { font-size: 15px; color: #4c6675; max-width: 460px; line-height: 1.5; }
.nl-tip { font-size: 14px; color: #6d828e; text-align: center; margin: 0 0 8px; }

.nl-busy { text-align: center; padding: 8px 0 20px; }
.nl-busy-line { font-size: 18px; color: #123c50; margin: 14px 0 0; }
.nl-busy-line .fa { color: #17698f; margin-right: 6px; }

.nl-preview {
  display: block; max-width: 100%; max-height: 340px;
  margin: 0 auto 14px; border-radius: 14px !important;
  box-shadow: 0 4px 18px rgba(10,40,55,0.18);
}

.nl-observed {
  font-size: 15px; line-height: 1.55; color: #4c6675;
  background: #f2f7fa; border-radius: 10px; padding: 10px 14px; margin: 0 0 12px;
}

.nl-card {
  background: #fff; border: 1px solid #dfe7ec; border-radius: 14px;
  padding: 16px 18px; margin: 0 0 12px; box-sizing: border-box;
}
.nl-card-top { border-left: 5px solid #17698f; }
.nl-card-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap; }
.nl-card-head h3 { font-size: 22px; margin: 0; }
.nl-conf {
  font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em;
  padding: 4px 11px; border-radius: 999px; white-space: nowrap;
}
.nl-conf-high { background: #e2f4e8; color: #176a3a; }
.nl-conf-medium { background: #e8eef2; color: #3b515f; }
.nl-conf-low { background: #fdf0dc; color: #96610f; }
.nl-names { font-size: 16px; color: #40525d; margin: 4px 0 6px; }
.nl-hawaiian { font-weight: 700; color: #17698f; }
.nl-note { font-size: 16px; line-height: 1.55; color: #2f4350; margin: 0 0 8px; }
.nl-hunt {
  display: inline-block; font-size: 15px; font-weight: 700;
  color: #176a3a; text-decoration: none;
  background: #eef7f1; border: 1px solid #cfe8d8; border-radius: 999px;
  padding: 7px 14px; margin: 0;
}
.nl-hunt:hover { background: #e2f1e8; color: #176a3a; }
button.nl-hunt {
  cursor: pointer; font-family: inherit; -webkit-appearance: none; appearance: none;
}
.nl-hunt-done a { color: #0a5793; text-decoration: none; }
.nl-hunt-done a:hover { text-decoration: underline; }

.nl-wildlife {
  font-size: 15px; line-height: 1.55; color: #4c5f6b;
  background: #fdf6e7; border-left: 4px solid #e3b23c; border-radius: 8px;
  padding: 10px 14px; margin: 0 0 12px;
}
.nl-photo-note { font-size: 15px; color: #4c6675; margin: 0 0 12px; }
.nl-error {
  font-size: 16px; color: #8a3038;
  background: #fbeaec; border-radius: 10px; padding: 12px 16px; margin: 0 0 12px;
}
.nl-links { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 4px 0 16px; }
.nl-links a { font-size: 15px; font-weight: 700; color: #0a5793; text-decoration: none; }
.nl-links a:hover { text-decoration: underline; }
.nl-again {
  display: inline-flex; align-items: center; gap: 8px;
  background: #17698f; color: #fff; border: none; cursor: pointer;
  font-size: 16px; font-weight: 700; padding: 11px 20px; border-radius: 999px;
  font-family: inherit;
}
.nl-again:hover { background: #125672; }
.nl-disclaimer { font-size: 13px; color: #8a99a3; margin: 12px 0 0; }

.nl-body h2 { font-size: 26px; margin: 28px 0 10px; }
.nl-body p, .nl-body li { font-size: 17px; line-height: 1.6; }

@media (max-width: 640px) {
  .nl-hero-overlay h1 { font-size: 28px; }
  .nl-hero-icon { height: 32px; }
  .nl-drop { padding: 28px 16px; }
}
