/* Cookie banner, legal pages, honeypot — no external fonts/CDNs */
.p360-hp {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.p360-cc {
  position: fixed;
  z-index: 99990;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.85rem 1rem calc(0.85rem + env(safe-area-inset-bottom, 0px));
  background: #102c2a;
  color: #f4f7f6;
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.28);
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 0.92rem;
  line-height: 1.45;
}
.p360-cc-inner {
  max-width: 72rem;
  margin: 0 auto;
  display: grid;
  gap: 0.75rem;
}
.p360-cc h2 {
  margin: 0 0 0.25rem;
  font-size: 1.05rem;
  font-weight: 700;
}
.p360-cc p { margin: 0; opacity: 0.92; }
.p360-cc a { color: #9ee8d6; }
.p360-cc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
.p360-cc-btn {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 0.55rem 1rem;
  font-weight: 650;
  cursor: pointer;
  font-size: 0.9rem;
}
.p360-cc-btn-primary { background: #2f9e86; color: #fff; }
.p360-cc-btn-ghost {
  background: transparent;
  color: #f4f7f6;
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.p360-cc-btn-link {
  background: transparent;
  color: #9ee8d6;
  padding-inline: 0.4rem;
  text-decoration: underline;
}
.p360-cc-panel {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 0.75rem;
  gap: 0.65rem;
}
.p360-cc-panel.is-open { display: grid; }
.p360-cc-opt {
  display: grid;
  gap: 0.15rem;
}
.p360-cc-opt label {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  font-weight: 650;
}
.p360-cc-opt span { font-weight: 400; opacity: 0.85; font-size: 0.85rem; }
.site-legal {
  max-width: 46rem;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 4rem;
  color: #1a2e2c;
}
.site-legal h1 { font-size: 1.75rem; margin: 0 0 0.75rem; }
.site-legal h2 { font-size: 1.15rem; margin: 1.6rem 0 0.5rem; }
.site-legal p, .site-legal li { line-height: 1.6; }
.site-legal table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  margin: 1rem 0;
}
.site-legal th, .site-legal td {
  border: 1px solid #c5d4d1;
  padding: 0.5rem 0.65rem;
  text-align: left;
  vertical-align: top;
}
.site-legal th { background: #eef5f3; }
.site-footer {
  margin-top: 2rem;
  padding: 1.4rem 1rem 2rem;
  border-top: 1px solid rgba(18, 60, 56, 0.12);
  background: #0f2f2c;
  color: #d7ece8;
  font-size: 0.88rem;
}
.site-footer a { color: #9ee8d6; }
.site-footer-inner {
  max-width: 72rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  align-items: center;
  justify-content: space-between;
}
.site-footer-links { display: flex; flex-wrap: wrap; gap: 0.85rem; }
.auth-legal {
  margin-top: 1rem;
  font-size: 0.82rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.auth-legal a { color: inherit; opacity: 0.8; }
body.auth-body { padding-bottom: 5.5rem; }
@media (max-width: 640px) {
  .p360-cc { font-size: 0.86rem; }
  .p360-cc-btn { width: 100%; text-align: center; }
}
