/* /css/style.css — your global styles live here */
/* Call of Cthulhu Starter Set Themed Styles */
/* Colors sampled from the Lin Hsiang cover art:
   - Dark charcoal background
   - Muted parchment panels
   - Antique gold & deep crimson accents
*/

body {
    background-color: #1a1a1a;
    color: #f2e6c9;
    font-family: "Georgia", "Times New Roman", serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

.pageContainer {
    max-width: 1000px;
    margin: 0 auto;
    padding: 1rem;
}

.pageHeader {
    text-align: center;
    margin-bottom: 2rem;
}

.coverImage {
    max-width: 50%;
    height: auto;
    border: 4px solid #a37c40; /* antique gold border */
    box-shadow: 0 0 20px rgba(0,0,0,0.8);
    margin-bottom: 1rem;
}

h1, h2 {
    color: #d4b16a; /* antique gold */
    margin-top: 0.5rem;
}

a {
    color: #b34d4d; /* deep crimson */
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.pageIntro, .sectionIntro {
    font-style: italic;
    color: #e6d7b0;
}

.categoryBlock {
    background-color: #2a2a2a;
    padding: 1rem;
    margin-bottom: 1.5rem;
    border-left: 5px solid #b34d4d;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
}

.resourceList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.resourceItem {
    margin-bottom: 1rem;
}

.resourceLink {
    font-weight: bold;
}

.resourceDesc {
    margin-top: 0.3rem;
    font-size: 0.95rem;
    color: #f2e6c9;
}

.resourceFilePath {
    font-size: 0.8rem;
    color: #a0a0a0;
}
