/* Scoped, native disclosure: touch, mouse and keyboard; no autoplay or sound. */
.secret-discovery{max-width:1120px;margin:0 auto;padding:24px 6vw 28px}.secret-door>summary{display:flex;align-items:center;justify-content:center;gap:22px;cursor:pointer;list-style:none;width:fit-content;max-width:100%;margin:0 auto;padding:12px;color:#193e68}.secret-door>summary::-webkit-details-marker{display:none}.secret-door>summary:focus-visible{outline:3px solid #193e68;outline-offset:5px;border-radius:8px}.door-frame{display:block;position:relative;width:56px;height:80px;flex:none;border:4px solid #193e68;background:radial-gradient(circle at 65% 30%,#fff 0 2px,transparent 3px),radial-gradient(circle at 25% 65%,#fbd74f 0 2px,transparent 3px),#112942;perspective:200px;border-radius:5px 5px 0 0}.door-leaf{position:absolute;inset:0;background:#ef8db2;transform-origin:left center;transition:transform .45s ease;border:1px solid #193e68;backface-visibility:hidden}.door-panel{position:absolute;inset:7px 8px 15px;border:1px solid #193e6870;border-radius:2px}.door-knob{position:absolute;right:4px;top:38px;width:6px;height:6px;border-radius:50%;background:#193e68}.secret-door[open] .door-leaf{transform:rotateY(-72deg)}.door-hint{font-size:16px;font-weight:600;line-height:1.7}.door-hint small{display:block;font-size:12px;font-weight:400;margin-top:5px}.secret-room{margin-top:22px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);background:#112942;color:#fff;border-radius:16px;overflow:hidden}.secret-message{padding:clamp(24px,4vw,48px);align-self:center}.secret-message h2{font-size:clamp(26px,3vw,38px);color:#fbd74f}.secret-message p{line-height:1.9}.secret-message .secret-note{font-size:14px;color:#e2e9f0}.secret-room figure{margin:0;min-width:0;align-self:center;padding:20px}.secret-room img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;border-radius:8px}.secret-room figcaption{font-size:13px;margin-top:10px;color:#e2e9f0}.secret-door[open] .secret-room{animation:secret-reveal .35s ease-out}@keyframes secret-reveal{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(max-width:700px){.secret-discovery{padding:18px 6vw}.secret-room{grid-template-columns:minmax(0,1fr)}.secret-message{padding:25px 24px 0}.secret-room figure{padding:16px 24px 24px}.door-hint{font-size:14px}}@media(prefers-reduced-motion:reduce){.door-leaf{transition:none}.secret-door[open] .secret-room{animation:none}}

#rooms{padding-top:0;}
#rooms>.secret-discovery{max-width:none;padding:32px 0;margin:0 auto;}
#rooms .secret-door{padding:0;border:0;}
#rooms .secret-door>summary{padding:12px;min-height:0;}
