/* style.css - Tema Perícia Criminal (tons de vinho / bordô) */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #1a0b0f;
    background-image: radial-gradient(circle at 25% 40%, #2d151b 2%, #0a0407 90%);
    font-family: 'Inter', sans-serif;
    padding: 2rem 1.5rem;
    color: #f0e2d0;
    min-height: 100vh;
}

.container {
    max-width: 1350px;
    margin: 0 auto;
}

/* Selo de restrição */
.top-seal {
    text-align: center;
    margin-bottom: 1.2rem;
}

.top-seal span {
    background: #3a121ce6;
    backdrop-filter: blur(4px);
    padding: 0.4rem 1.6rem;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    border: 1px solid #8b2c3d;
    color: #e6c5a8;
    font-family: monospace;
}

/* Cabeçalho */
header {
    text-align: center;
    margin-bottom: 3.5rem;
}

.main-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.7rem;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #e4c3a2;
    text-shadow: 3px 3px 0px #4f191f;
}

.main-title span {
    color: #b34150;
    border-bottom: 2px solid #952e3e;
    display: inline-block;
    padding-bottom: 4px;
}

.subhead {
    font-family: monospace;
    font-size: 0.85rem;
    background: #2c0f15b3;
    display: inline-block;
    padding: 0.4rem 2rem;
    border-radius: 50px;
    margin-top: 0.6rem;
    letter-spacing: 1px;
    border-left: 3px solid #a73848;
    border-right: 3px solid #a73848;
}

/* Grid Cards */
.evidence-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    margin-bottom: 3rem;
}

.card {
    background: #2d171ee0;
    backdrop-filter: blur(4px);
    border-radius: 28px;
    padding: 1.8rem 1.2rem;
    width: 270px;
    text-align: center;
    transition: all 0.2s ease;
    border: 1px solid #712434;
    box-shadow: 8px 12px 20px rgba(0,0,0,0.5);
}

.card:hover {
    transform: translateY(-6px);
    border-color: #bc4e63;
    box-shadow: 12px 16px 24px rgba(0,0,0,0.7);
}

.card-icon {
    font-size: 3rem;
    background: #1f0b10;
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 100px;
    margin: 0 auto 1rem auto;
    border: 2px solid #a13e4f;
}

.card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0.4rem;
    color: #f1cfb0;
}

.desc {
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 1.2rem;
    color: #e9cfb3;
}

.timer {
    background: #16090c;
    padding: 0.6rem;
    border-radius: 40px;
    font-family: monospace;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
    border: 1px solid #9f3e50;
    color: #ffccaa;
}

.btn-evidence {
    background: #7e2b3a;
    border: none;
    color: #ffeedd;
    font-weight: bold;
    padding: 0.7rem 1rem;
    width: 100%;
    border-radius: 60px;
    font-size: 0.8rem;
    cursor: pointer;
    transition: 0.1s linear;
    font-family: monospace;
    letter-spacing: 1px;
    box-shadow: 0 3px 0 #3f121c;
}

.btn-evidence:hover {
    background: #aa3f53;
    transform: scale(0.97);
}

.collected-badge {
    margin-top: 0.8rem;
    font-size: 0.7rem;
    background: #1c4b2e;
    padding: 0.3rem;
    border-radius: 40px;
    display: none;
    font-weight: bold;
    color: #fee3c0;
}

.collected-badge.visible {
    display: block;
}

/* Caderno de perícia */
.investigation-notebook {
    background: #241317f2;
    border-radius: 32px;
    padding: 1.8rem;
    border: 1px solid #762636;
    box-shadow: 10px 12px 0px #2c0c12;
}

.investigation-notebook h2 {
    font-family: 'Cormorant Garamond', serif;
    border-left: 8px solid #b54458;
    padding-left: 1rem;
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
}

.clues-list {
    background: #14080c;
    padding: 1rem;
    border-radius: 24px;
    min-height: 80px;
    font-family: monospace;
    margin-bottom: 1.6rem;
    border: 1px solid #973d4e;
    font-weight: bold;
    color: #f5dbbc;
}

.placeholder {
    color: #ac6a78;
    font-style: italic;
}

.action-area {
    text-align: center;
}

.btn-reveal {
    background: linear-gradient(145deg, #661c28, #3e0f16);
    border: none;
    padding: 0.8rem 1.8rem;
    font-size: 1rem;
    font-weight: 800;
    font-family: monospace;
    border-radius: 60px;
    color: #ffefcf;
    cursor: pointer;
    width: 70%;
    max-width: 350px;
    letter-spacing: 2px;
    transition: 0.1s;
    box-shadow: 0 5px 0 #2c0c10;
}

.btn-reveal:active {
    transform: translateY(3px);
    box-shadow: 0 2px 0 #2c0c10;
}

.final-report {
    margin-top: 1.8rem;
    background: #2a151ce0;
    padding: 1.2rem;
    border-radius: 28px;
    font-size: 1rem;
    line-height: 1.4;
    text-align: center;
    border-left: 5px solid #c26478;
    font-family: 'Cormorant Garamond', serif;
    font-weight: bold;
}

footer {
    text-align: center;
    font-size: 0.7rem;
    opacity: 0.7;
    margin-top: 2.5rem;
    font-family: monospace;
}
