body {
    background-color: #1c1917;
    background-image: 
        linear-gradient(rgba(28, 25, 23, 0.94), rgba(28, 25, 23, 0.94)),
        url('https://www.transparenttextures.com/patterns/dark-wood.png');
    font-family: 'Special Elite', serif;
}

h1, h2, h3 { font-family: 'Rye', cursive; }

.country-panel {
    background: rgba(41, 37, 36, 0.85);
    border: 3px solid #78350f;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    position: relative;
    border-radius: 4px;
}

body::after {
    content: "";
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    box-shadow: inset 0 0 200px rgba(0,0,0,0.9);
    pointer-events: none;
    z-index: 50;
}
