/* AURA_CONTENT_PROTECTION_GATE_V1 */

/*
 * This layer is intentionally limited to ARTICLE 001–017 pages.
 * Product pages and paid-report copy controls are not affected.
 */

body.aura-protected-article,
body.aura-protected-article *:not(input):not(textarea):not([contenteditable="true"]):not([data-allow-copy]) {
  -webkit-user-select: none !important;
  user-select: none !important;
  -webkit-touch-callout: none;
}

body.aura-protected-article img {
  -webkit-user-drag: none;
  user-drag: none;
}

.aura-watermark-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  pointer-events: none !important;
  z-index: 2147483000;
  background-image: url("/assets/aura-watermark.svg");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 340px 190px;
}

.aura-original-notice {
  position: relative;
  z-index: 1;
  max-width: 880px;
  margin: 48px auto 24px;
  padding: 22px 24px;
  border-top: 1px solid rgba(181, 139, 66, 0.34);
  border-bottom: 1px solid rgba(181, 139, 66, 0.20);
  color: #64717c;
  font-size: 13px;
  line-height: 1.9;
}

.aura-original-notice strong {
  color: #173f5b;
  font-weight: 700;
}

.aura-article-id {
  display: block;
  margin: 0 0 7px;
  color: #8b7d69;
  font-size: 10px !important;
  line-height: 1.5 !important;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.aura-original-notice a {
  display: inline-block;
  margin-top: 4px;
  color: #8a642c;
  text-decoration: none;
  border-bottom: 1px solid rgba(138, 100, 44, 0.28);
  font-size: 13px !important;
  line-height: 1.7 !important;
  font-weight: 600;
}

.aura-original-notice a:hover {
  border-bottom-color: rgba(138, 100, 44, 0.72);
}

@media (max-width: 640px) {
  .aura-watermark-layer {
    background-size: 270px 152px;
  }

  .aura-original-notice {
    margin: 36px 18px 20px;
    padding: 18px 4px;
    font-size: 12px;
    line-height: 1.85;
  }
}

@media print {
  .aura-watermark-layer {
    display: block !important;
    background-image: url("/assets/aura-watermark.svg") !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .aura-original-notice {
    display: block !important;
  }
}
