/* PlayZone investigation v3: scene examination, timeline puzzle and responsive polish. */
.hypothesis-tool{max-width:1240px;margin:18px auto;padding:22px;border:1px solid rgba(226,189,112,.28);background:rgba(28,20,37,.94);box-shadow:var(--case-shadow)}.hypothesis-tool h3{margin:.35rem 0}.hypothesis-tool p{line-height:1.6}.hypothesis-evidence{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:16px 0}.hypothesis-evidence label{display:flex;flex-direction:column;gap:6px}.hypothesis-evidence select{min-height:42px}.hypothesis-feedback{margin:14px 0 0;padding:12px;border-left:3px solid #d06b6b}.hypothesis-feedback.good{border-color:#8ac69b}@media(max-width:700px){.hypothesis-evidence{grid-template-columns:1fr}}
:root { --scene-ink:#171018; --scene-paper:#ece1c9; --scene-line:rgba(226,189,112,.35); }
.crime-scene{max-width:1240px;margin:26px auto 0;padding:clamp(20px,4vw,48px);border:1px solid var(--scene-line);background:linear-gradient(145deg,rgba(38,28,48,.94),rgba(18,14,26,.97));box-shadow:var(--case-shadow);position:relative;overflow:hidden}.crime-scene:before{content:'OLAY YERİ İNCELEME RAPORU · DOSYA 042';position:absolute;right:-22px;top:16px;font:700 12px 'DM Mono',monospace;letter-spacing:.13em;color:rgba(226,189,112,.12);transform:rotate(90deg);transform-origin:right top}.scene-title{max-width:700px}.scene-title h3,.timeline-puzzle h3{margin:6px 0 10px;font:600 clamp(28px,4vw,48px)/.95 Fraunces,serif;letter-spacing:-.055em;color:var(--case-paper)}.scene-title>p:last-child,.timeline-puzzle p{color:#cfc4d8;line-height:1.65}.scene-map{min-height:560px;margin-top:34px;position:relative;overflow:hidden;border:1px solid rgba(226,189,112,.32);background:linear-gradient(rgba(18,12,18,.25),rgba(18,12,18,.42)),url('assets/aksel-study-scene.png') center/cover no-repeat;box-shadow:inset 0 0 100px rgba(0,0,0,.65)}.scene-grid{position:absolute;inset:0;background:linear-gradient(90deg,transparent 49.5%,rgba(226,189,112,.12) 50%,transparent 50.5%),linear-gradient(transparent 49.5%,rgba(226,189,112,.1) 50%,transparent 50.5%);background-size:25% 100%,100% 33%;opacity:.6}.scene-window{position:absolute;left:8%;top:9%;width:22%;height:37%;border:9px solid #161925;background:linear-gradient(135deg,#182b48,#c68b59 49%,#1f243d 51%);box-shadow:0 0 34px rgba(117,153,216,.22)}.scene-fire{position:absolute;left:8%;bottom:11%;width:24%;height:19%;border:11px solid #39231f;background:radial-gradient(ellipse at 50% 100%,#f1a94f 0, #aa4e2d 33%,#1c1721 70%);box-shadow:0 0 40px rgba(239,131,56,.28)}.scene-desk{position:absolute;left:39%;top:43%;width:42%;height:31%;border-radius:48%;transform:rotate(-4deg);background:linear-gradient(145deg,#6d3f29,#2b1717 72%);box-shadow:0 40px 30px rgba(0,0,0,.36)}.scene-shelf{position:absolute;right:3%;top:10%;width:16%;height:70%;border-left:16px solid #2a1a19;border-right:16px solid #2a1a19;background:repeating-linear-gradient(0deg,#5e3329 0 13%,#271919 13% 16%)}.scene-hotspot{position:absolute;left:var(--x);top:var(--y);width:min(250px,28vw);padding:13px 14px 14px 45px;text-align:left;transform:translate(-50%,-50%);border:1px solid rgba(255,231,181,.42);background:rgba(20,14,23,.89);color:#fff8e9;box-shadow:0 12px 28px rgba(0,0,0,.33);cursor:pointer;transition:transform .2s,border-color .2s,background .2s}.scene-hotspot:hover,.scene-hotspot:focus-visible{transform:translate(-50%,-50%) scale(1.04);border-color:var(--case-gold);outline:none}.scene-hotspot>span{position:absolute;left:13px;top:14px;width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:var(--case-red);font:700 11px 'DM Mono',monospace}.scene-hotspot b,.scene-hotspot small{display:block}.scene-hotspot b{font:700 12px 'DM Mono',monospace;letter-spacing:.04em}.scene-hotspot small{margin-top:5px;color:#d5c7bc;font-size:12px;line-height:1.35}.scene-hotspot.found{border-color:#8edcbd;background:rgba(23,59,51,.92)}.scene-hotspot.found>span{background:#5aa987}.scene-hotspot.locked{filter:grayscale(1);opacity:.58;cursor:not-allowed}.timeline-puzzle{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:end;margin-top:20px;padding:26px;background:linear-gradient(135deg,#e8dec6,#c7b58f);color:var(--scene-ink);border-left:6px solid var(--case-red)}.timeline-puzzle h3{color:var(--scene-ink)}.timeline-puzzle p{color:#41374a}.timeline-slots{display:flex;gap:10px;flex-wrap:wrap}.timeline-slots label{display:grid;gap:5px;font:700 10px 'DM Mono',monospace;letter-spacing:.08em;color:#554534}.timeline-slots select{width:175px;padding:10px;border:1px solid #a18c67;background:#fffaf0;color:#211927;font:600 12px 'DM Sans',sans-serif}.timeline-result{grid-column:1/-1;margin:0;padding:12px;border:1px solid rgba(42,32,21,.2)}.timeline-result.good{background:#c9ead6;color:#164c32}.timeline-result.bad{background:#f5d5cd;color:#792d25}@media(max-width:760px){.crime-scene{margin-inline:16px;padding:22px 16px}.scene-map{min-height:680px}.scene-hotspot{width:min(240px,72vw)}.scene-hotspot:nth-of-type(5),.scene-hotspot:nth-of-type(6),.scene-hotspot:nth-of-type(7){left:50%;transform:translate(-50%,-50%)}.scene-hotspot:hover,.scene-hotspot:focus-visible{transform:translate(-50%,-50%) scale(1.02)}.timeline-puzzle{grid-template-columns:1fr}.timeline-slots{display:grid;grid-template-columns:1fr}.timeline-slots select{width:100%}}@media(prefers-reduced-motion:reduce){.scene-hotspot{transition:none}.scene-hotspot:hover,.scene-hotspot:focus-visible{transform:translate(-50%,-50%)}}

.timeline-bonus{grid-column:1/-1;margin:0;padding:12px 14px;border:1px solid rgba(36,92,58,.4);background:#d9f1df;color:#164c32;font:700 12px 'DM Mono',monospace;letter-spacing:.025em}
