/* Module 1 — Vercel-ish dark + glass (숲 카메라) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Noto+Sans+KR:wght@400;500;600&display=swap');

body.m3-app.forest-camera-page {
  font-family: 'Inter', 'Noto Sans KR', system-ui, sans-serif;
  background: #0a0a0a;
  background-image:
    radial-gradient(ellipse 80% 50% at 50% -20%, rgba(120, 200, 120, 0.12), transparent),
    radial-gradient(ellipse 60% 40% at 100% 100%, rgba(60, 120, 80, 0.08), transparent);
}

.forest-camera-page .m3-video-wrap {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
}

.forest-live-badge {
  position: absolute;
  left: 12px;
  bottom: 12px;
  right: 12px;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #e8f5e9;
  background: rgba(10, 15, 10, 0.65);
  border: 1px solid rgba(159, 216, 159, 0.25);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  pointer-events: none;
}

.forest-compress-hint {
  font-size: 11px;
  color: rgba(194, 200, 189, 0.75);
  margin: 0 0 12px;
}

.forest-camera-page .m3-top-bar {
  background: rgba(10, 10, 10, 0.8);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.forest-status {
  font-size: 13px;
  color: rgba(159, 216, 159, 0.9);
  margin: 0 0 12px;
}

.forest-file-label {
  display: inline-flex;
  margin: 12px 0;
  cursor: pointer;
}

.forest-file-preview {
  width: 100%;
  max-height: 70vh;
  object-fit: contain;
  display: block;
  background: #111;
}