/* Night Vendor Living World — Phase 3 v1.0
   Cross-room contamination. Additive only. No sound, no blocked interaction, no large cards. */

/* The route is retained inside the existing Phase 1 return trace, one line only. */
.nv-p3-route-signature{
  margin-top:8px;
  padding-top:7px;
  border-top:1px solid rgba(185,216,248,.10);
  color:rgba(217,198,162,.58);
  font:800 .55rem/1.2 system-ui,sans-serif;
  letter-spacing:.13em;
  text-transform:uppercase;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

/* Three-door completion belongs in the hallway, never in the entrance receipt. */
.nv-p3-corridor-recognition{
  margin-top:18px;
  padding:12px 0 0 15px;
  border-top:1px solid rgba(185,216,248,.11);
  border-left:1px solid rgba(217,198,162,.22);
  max-width:620px;
}
.nv-p3-corridor-recognition strong,
.nv-p3-corridor-recognition span{display:block;}
.nv-p3-corridor-recognition strong{
  color:rgba(217,198,162,.82);
  font:800 .65rem/1.4 system-ui,sans-serif;
  letter-spacing:.16em;
}
.nv-p3-corridor-recognition span{
  margin-top:5px;
  color:rgba(231,245,255,.78);
  font-size:clamp(.94rem,2.7vw,1.05rem);
  line-height:1.5;
}

/* Record 001 leaves a faint contact trace on the homepage counter glass. */
.nv-p3-home-counter-traced{position:relative;}
.nv-p3-home-glass-trace{
  position:absolute;
  right:22%;
  bottom:24%;
  z-index:4;
  width:48px;
  height:62px;
  border:1px solid rgba(185,216,248,.10);
  border-radius:46% 42% 48% 44%;
  transform:rotate(-8deg);
  opacity:.58;
  box-shadow:inset 7px -5px 16px rgba(185,216,248,.025),0 0 20px rgba(122,184,255,.025);
  pointer-events:none;
}
.nv-p3-home-counter-traced::after{
  content:attr(data-nv-p3-counter-label);
  position:absolute;
  right:clamp(18px,4vw,42px);
  bottom:clamp(12px,2.8vw,25px);
  z-index:4;
  color:rgba(217,198,162,.34);
  font:800 .50rem/1.2 system-ui,sans-serif;
  letter-spacing:.14em;
  text-transform:uppercase;
  pointer-events:none;
}

/* The Bell leaves a custody correction on Entry 014. */
.nv-p3-custody-contaminated{
  position:relative;
  box-shadow:inset 0 0 0 1px rgba(217,198,162,.07);
}
.nv-p3-custody-mark{
  position:absolute;
  top:14px;
  right:15px;
  z-index:3;
  color:rgba(217,198,162,.54);
  font:800 .52rem/1.2 system-ui,sans-serif;
  letter-spacing:.14em;
  text-transform:uppercase;
  transform:rotate(1.2deg);
  pointer-events:none;
}
.nv-p3-custody-contaminated::after{
  content:"";
  position:absolute;
  right:18px;
  top:35px;
  width:42px;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(95,23,34,.34),transparent);
  pointer-events:none;
}

/* Entry 026 sends a physical owner-copy stamp to the Night Desk. */
.nv-p3-owner-copy-host{position:relative;}
.nv-p3-owner-copy{
  position:absolute;
  right:16px;
  bottom:13px;
  color:rgba(217,198,162,.45);
  font:800 .53rem/1.2 system-ui,sans-serif;
  letter-spacing:.14em;
  text-transform:uppercase;
  transform:rotate(-1deg);
  pointer-events:none;
}
.nv-p3-owner-copy-host::after{
  content:"";
  position:absolute;
  right:16px;
  bottom:29px;
  width:48px;
  height:28px;
  border-right:1px solid rgba(217,198,162,.11);
  border-bottom:1px solid rgba(217,198,162,.09);
  pointer-events:none;
}

/* The sealed book file leaves the outline of a room key in the Bookshop scene. */
.nv-p3-key-outline{
  position:absolute;
  right:8%;
  top:43%;
  z-index:4;
  width:58px;
  height:19px;
  border:1px solid rgba(217,198,162,.19);
  border-radius:12px 3px 3px 12px;
  transform:rotate(-8deg);
  opacity:.72;
  pointer-events:none;
}
.nv-p3-key-outline::before{
  content:"";
  position:absolute;
  left:-19px;
  top:-8px;
  width:30px;
  height:30px;
  border:1px solid rgba(217,198,162,.21);
  border-radius:50%;
}
.nv-p3-key-outline i{
  position:absolute;
  right:-1px;
  bottom:-8px;
  width:13px;
  height:8px;
  border-left:1px solid rgba(217,198,162,.18);
  border-bottom:1px solid rgba(217,198,162,.18);
}

@media (prefers-reduced-motion: reduce){
  .nv-p3-home-glass-trace,
  .nv-p3-custody-mark,
  .nv-p3-owner-copy,
  .nv-p3-key-outline{transform:none;}
}

@media (max-width:820px){
  .nv-p3-route-signature{font-size:.50rem;letter-spacing:.10em;}
  .nv-p3-corridor-recognition{margin-top:15px;padding-left:12px;}
  .nv-p3-home-glass-trace{right:9%;bottom:20%;width:42px;height:54px;}
  .nv-p3-home-counter-traced::after{right:16px;bottom:12px;font-size:.45rem;}
  .nv-p3-custody-mark{top:10px;right:11px;font-size:.46rem;letter-spacing:.10em;}
  .nv-p3-owner-copy{right:12px;bottom:10px;font-size:.47rem;letter-spacing:.10em;}
  .nv-p3-key-outline{right:7%;top:44%;transform:rotate(-7deg) scale(.82);}
}
