/* SAFARİ KİLİDİ */
.ios-lock {
    overflow: hidden !important;
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
}

html, body {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Special Elite', Courier, monospace;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #050505; 
    color: #1a1815;
    position: relative;
    overflow-x: hidden; 
    
    background-image: 
        radial-gradient(ellipse at 50% 0%, rgba(255, 170, 80, 0.38) 0%, rgba(180, 100, 30, 0.12) 45%, transparent 80%),
        radial-gradient(circle at 50% 40%, transparent 15%, rgba(0, 0, 0, 0.98) 100%),
        repeating-linear-gradient(to bottom, transparent, transparent 2px, rgba(0,0,0,0.4) 2px, rgba(0,0,0,0.4) 4px);
        
    background-attachment: fixed;
    background-size: 100% 100%, 100% 100%, 100% 100%;
}

.sorgu-tahtasi {
    position: absolute; 
    top: 0;
    width: 240px;
    height: 100%; 
    z-index: 1; 
    pointer-events: none; 
}

.sorgu-tahtasi.sol { left: 25px; }
.sorgu-tahtasi.sag { right: 25px; }

.pano-not, .pano-foto {
    position: absolute;
    transition: transform 0.2s ease-out;
}

.pano-not {
    background: #f4ebd0;
    color: #222;
    padding: 10px;
    font-size: 0.8rem;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.7);
    border: 1px solid #d0c4a0;
    max-width: 140px;
}

.pano-foto {
    border: 4px solid #fff;
    padding: 10px 10px 25px 10px; 
    box-shadow: 4px 4px 12px rgba(0,0,0,0.8);
    width: 120px;
    height: 135px;
    background: #fdfdfd;
}

.pano-kare-foto {
    width: 100%;
    height: 100px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border: 1px solid #bbb;
    display: block;
}

.kaat1 { top: 120px; left: 20px; transform: rotate(-6deg); }
.kaat2 { top: 1100px; left: 40px; transform: rotate(5deg); }
.kaat3 { top: 220px; right: 20px; transform: rotate(8deg); }
.kaat4 { top: 1350px; right: 30px; transform: rotate(-4deg); }
.kaat5 { top: 2300px; left: 10px; transform: rotate(7deg); }
.kaat6 { top: 2600px; right: 40px; transform: rotate(-5deg); }
.kaat7 { top: 3500px; left: 30px; transform: rotate(-3deg); }
.kaat8 { top: 3800px; right: 20px; transform: rotate(6deg); }

.foto1 { top: 550px; left: 60px; transform: rotate(12deg); }
.foto2 { top: 750px; right: 50px; transform: rotate(-10deg); }
.foto3 { top: 1700px; left: 50px; transform: rotate(-8deg); }
.foto4 { top: 3100px; right: 60px; transform: rotate(11deg); }

.nav-bar {
    background: #dcd3bf; 
    border-bottom: 4px solid #6b1414; 
    padding: 15px 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.8);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.logo {
    font-weight: bold;
    font-size: 1.4rem;
    color: #6b1414;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
}

.nav-links { list-style: none; display: flex; align-items: center; gap: 30px; }
.nav-links a { text-decoration: none; color: #1a1815; font-size: 1.1rem; font-weight: bold; transition: 0.3s; }
.nav-links a:hover { color: #6b1414; }

.btn-apply-main {
    background: #6b1414;
    color: #ebdcc2 !important;
    text-decoration: none;
    padding: 10px 25px; 
    font-size: 1.3rem; 
    font-weight: bold;
    border-radius: 3px;
    border: 2px solid #111;
    box-shadow: 4px 4px 0px #111;
    transition: all 0.2s;
    letter-spacing: 1px;
}
.btn-apply-main:hover {
    transform: translate(3px, 3px);
    box-shadow: 1px 1px 0px #111;
    background: #111;
}

.main-content {
    max-width: 850px;
    margin: 70px auto; 
    padding: 0 20px;
    scroll-margin-top: 80px; 
    position: relative;
    z-index: 5; 
}

.case-file {
    background: #ebdcc2; 
    background-image: radial-gradient(circle at 100% 100%, rgba(0,0,0,0.15) 0%, transparent 40%),
                      radial-gradient(circle at 0% 0%, rgba(0,0,0,0.08) 0%, transparent 30%);
    padding: 60px;
    position: relative;
    box-shadow: 8px 8px 35px rgba(0,0,0,0.9);
    border: 1px solid #bbaea0;
    border-radius: 2px;
}

.paperclip {
    position: absolute;
    top: -40px; 
    left: 30px;
    width: 25px;
    height: 80px;
    border: 4px solid #888;
    border-radius: 15px;
    background: transparent;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
    z-index: 10;
}

.blood-stain {
    position: absolute;
    background: #6b0f0f;
    mix-blend-mode: multiply; 
    opacity: 0.75;
    filter: blur(0.5px);
    pointer-events: none;
}
.drop-1 { width: 35px; height: 40px; border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%; top: 50px; right: 80px; }
.drop-2 { width: 12px; height: 12px; border-radius: 50%; top: 85px; right: 55px; }
.drop-3 { width: 25px; height: 25px; border-radius: 50% 40% 60% 40%; bottom: -5px; right: -5px; opacity: 0.9; }
.smudge-1 { width: 120px; height: 40px; border-radius: 50%; bottom: 20px; left: -20px; opacity: 0.4; filter: blur(4px); transform: rotate(15deg); }
.smudge-2 { width: 80px; height: 60px; border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; top: -10px; right: 20px; opacity: 0.5; filter: blur(2px); }

.redacted { background-color: #111; color: #111; padding: 0 4px; user-select: none; }

.stamp {
    position: absolute;
    top: 45px; 
    right: 60px;
    border: 5px solid #8a1313;
    color: #8a1313;
    font-size: 1.5rem;
    padding: 5px 20px;
    transform: rotate(15deg);
    font-weight: bold;
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 5;
}

.main-title { font-size: 3.2rem; color: #111; margin-bottom: 5px; border-bottom: 3px solid #111; display: inline-block; padding-bottom: 5px;}
.subtitle { font-size: 1.2rem; color: #555; margin-top: 10px; margin-bottom: 20px; font-style: italic; }
.section-title { font-size: 2.2rem; color: #111; margin-bottom: 10px; text-decoration: underline; }
.divider { border: 0; border-top: 2px dashed #444; margin: 25px 0; }
.case-details p { font-size: 1.2rem; margin-bottom: 12px; border-bottom: 1px solid rgba(0,0,0,0.1); padding-bottom: 5px; }

.letter-section { margin-top: 40px; }
.letter-section h2 { font-size: 1.5rem; margin-bottom: 15px; color: #111; }
.letter-section p { font-size: 1.15rem; line-height: 1.7; margin-bottom: 15px; }

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 35px;
}

.grid-item {
    background: rgba(0,0,0,0.04);
    padding: 20px;
    border: 1px dashed #777;
    position: relative;
}
.grid-item h3 { margin: 15px 0 10px 0; color: #111; font-size: 1.4rem;}

.timeline-coming-soon {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* KOMİTE FOTOLARI KARE YAPILDI */
.komite-foto {
    width: 100%;
    aspect-ratio: 1 / 1; 
    object-fit: cover;
    border: 3px solid #111;
    margin-bottom: 10px;
}

.polaroid {
    background: #fdfdfd;
    padding: 12px 12px 30px 12px;
    box-shadow: 4px 4px 15px rgba(0,0,0,0.4);
    border: 1px solid #ccc;
    text-align: center;
    position: relative;
    transform: rotate(-3deg);
    transition: transform 0.3s, z-index 0.3s;
}
.polaroid:nth-child(even) { transform: rotate(4deg); }
.polaroid:hover { transform: scale(1.08) rotate(0deg); z-index: 10; }

.tape {
    position: absolute;
    top: -12px; left: 50%;
    transform: translateX(-50%) rotate(-4deg);
    width: 80px; height: 25px;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.1);
    z-index: 5;
}
.polaroid-text { margin-top: 15px; font-size: 1.1rem; color: #111; line-height: 1.5;}

.kare-foto {
    width: 100%;
    aspect-ratio: 1 / 1; 
    object-fit: cover; 
    border: 3px solid #111;
    background-color: #d3cbb5; 
    box-shadow: 4px 4px 0px rgba(0,0,0,0.8); 
    border-radius: 2px;
    display: block; 
}

.center-btn { display: flex; justify-content: center; margin-top: 50px; }
.investigate-btn {
    display: inline-block;
    background: #6b1414;
    color: #ebdcc2;
    text-decoration: none;
    padding: 18px 40px;
    font-size: 1.4rem;
    font-weight: bold;
    border: 3px solid #111;
    box-shadow: 5px 5px 0px #111;
    transition: all 0.2s;
    letter-spacing: 1px;
}
.investigate-btn:hover {
    background: #111;
    color: #ebdcc2;
    box-shadow: 0px 0px 0px #111;
    transform: translate(5px, 5px);
}

.uygulama-linki {
    display: block !important;
    width: 90% !important;
    max-width: 400px !important;
    background: #ebdcc2 !important;
    color: #111 !important;
    text-decoration: none !important;
    padding: 15px 20px !important;
    font-size: 1.2rem !important;
    font-weight: bold !important;
    border: 2px dashed #6b1414 !important;
    text-align: center !important;
    transition: all 0.3s !important;
    box-shadow: 4px 4px 0px #111 !important;
    margin: 0 auto !important;
    border-radius: 4px !important;
}
.uygulama-linki:hover, .uygulama-linki:active {
    background: #6b1414 !important;
    color: #ebdcc2 !important;
    border: 2px solid #111 !important;
    box-shadow: 2px 2px 0px #111 !important;
    transform: translate(2px, 2px) !important;
}

#intro-screen {
    position: fixed; top: 0; left: 0; width: 100vw; height: 100dvh;
    background-color: #050404; z-index: 99999;
    display: flex; justify-content: center; align-items: center;
    animation: removeIntro 1s ease-in-out 3.5s forwards; 
}
.spotlight {
    position: absolute; width: 100%; height: 100%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.3) 0%, rgba(5, 4, 4, 1) 50%);
    opacity: 0; animation: pulseLight 3.5s ease-in-out forwards;
}
.sherlock-silhouette {
    position: relative; width: 300px; height: 400px; 
    background-image: url('siluet.png'); 
    background-size: contain; background-repeat: no-repeat; background-position: center;
    z-index: 10; opacity: 0;
    filter: brightness(0) drop-shadow(0px 0px 15px rgba(0,0,0,0.8));
    animation: shadowAppear 3.5s ease-in-out forwards;
}

@keyframes pulseLight { 0% { opacity: 0; } 40% { opacity: 1; } 80% { opacity: 1; } 100% { opacity: 0; } }
@keyframes shadowAppear { 0% { opacity: 0; transform: scale(0.9); } 40% { opacity: 1; transform: scale(1); } 80% { opacity: 1; transform: scale(1); } 100% { opacity: 0; transform: scale(1.1); } }
@keyframes removeIntro { 0% { opacity: 1; } 100% { opacity: 0; visibility: hidden; pointer-events: none; } }

#giris-ekrani {
    position: fixed; top: 0; left: 0; width: 100vw; height: 100dvh;
    background-color: #050404; z-index: 999999; 
    display: flex; justify-content: center; align-items: center;
}

.made-by-badge {
    position: fixed; bottom: 15px; right: 20px;
    color: #8a1313; opacity: 0.8; font-size: 0.85rem;
    font-weight: bold; letter-spacing: 1px; z-index: 9999;
    pointer-events: none; user-select: none; 
}

@media (max-width: 850px) {
    .nav-bar { padding-top: 15px; padding-bottom: 15px; }
    .nav-container { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
    
    .logo { order: 1; font-size: 1.1rem; }
    .btn-apply-main { order: 2; padding: 6px 12px; font-size: 0.9rem; }
    .nav-links { order: 3; width: 100%; justify-content: center; margin-top: 10px; gap: 10px; flex-wrap: wrap; }
    .nav-links a { font-size: 0.9rem; }
    
    .case-file { padding: 45px 15px 25px 15px; }
    .main-title { font-size: 1.8rem; }
    .subtitle { font-size: 1rem; }
    .section-title { font-size: 1.5rem; }
    
    .case-details p, .letter-section p { font-size: 1rem; }
    
    .grid-container { grid-template-columns: 1fr !important; gap: 20px; }
    
    .stamp { 
        font-size: 0.85rem !important; 
        padding: 5px 10px !important;
        top: 20px !important; 
        right: 25px !important; 
        left: auto !important; 
        transform: rotate(12deg) !important; 
        white-space: nowrap; 
        border-width: 3px !important;
    }
    
    .uygulama-linki {
        font-size: 1rem !important;
        padding: 12px 15px !important;
    }

    .sherlock-silhouette { width: 180px; height: 280px; }
    
    .sorgu-tahtasi { display: none; }
}