THE BROWSER DETECTIVE // case 05 — first vault

CASE 05 — THE FIRST VAULT All clues. One room. Find Dr. Veyra.

// case notes

Everything you've learned converges here. The final passcode is assembled from four fragments — one hidden in each layer of the page. Collect them in order and submit the full code.

A · HTML COMMENT?
B · HIDDEN DOM?
C · CSS CLOAK?
D · CONSOLE CALL?
// veyra's final dossier
[A] first fragment — hidden in the page source near the top of this panel.
[B] second fragment — a witness locked in a room:
> LOCKED ROOM: FRAGMENT_B = "DR"
[C] third fragment — written in invisible ink: FRAGMENT_C = "VEYRA"
[D] fourth fragment — stored in a function. Open the Console and call finalize().
> when you have all four, the full token is:
   ACCESS_ + A + _ + B + _ + C + _ + D
// final evidence log, enter complete token
>
hint: fragments are A in an HTML comment, B in a display:none element, C in text colored the same as its background, D returned by finalize() in the console. Chain with underscores.

SURFACE CLEARED — but the floor is hollow.

Four fragments, one token, one vault. Inside: not Dr. Veyra, but an empty chair, a shortwave radio still humming, and a dossier marked with a single line — "this was the rehearsal."

The man built himself a labyrinth, and this was only the outer ring. There are five more ways to hide something inside a webpage, and he used every one of them.

> 5 of 15 cases closed. the trail continues at Case 06 The Encoded Transmission →