:root {
    --color-background: #f5f0e1;
    --color-text: #3f3f3f;
    --color-background-secondary: #d3bf9b;
    --color-link: #aa0000;
}
body {
    font-family: 'Almendra SC', serif;
    background-color: var(--color-background);
    color: var(--color-text);
    margin: 0;
    padding: 0;
    line-height: 1.6;
}
.header_bdx349 {
    background-color: var(--color-background-secondary);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
}
.logo_htr564 {
    display: flex;
    align-items: center;
}
.logo_img_euo981 {
    width: 50px;
    margin-right: 10px;
}
.logo_text_wod742 {
    font-size: 24px;
    font-weight: bold;
    color: var(--color-link);
}

.nav_nos874 .menu_list_jty538 {
    display: none;
    flex-direction: column;
}
.nav_nos874 .menu_list_jty538 li {
    list-style: none;
    margin: 5px 0;
    padding: 5px 10px;
    background: #d3bf9b;
    border-radius: 5px;
}

.menu_list_jty538 li ::before {
    content: "🍒 ";
    margin-right: 8px;
    font-size: 1.2em;
}

.nav_nos874 .menu_list_jty538 a {
    color: var(--color-link);
    text-decoration: none;
}
.main_bdo456 {
    max-width: 1070px;
    margin: 30px auto;
    padding: 20px;
    background: rgba(239, 228, 176, 0.7);
    border: 1px solid #c2b282;
    border-radius: 10px;
}
.section_western_1, .section_chip_2, .section_victory_3 {
    margin-bottom: 30px;
    padding: 20px;
    background: linear-gradient(to bottom, #f4ebd9, #e1d6bc 50%, #c90404 200%);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.section_western_1 h1, .section_chip_2 h2, .section_victory_3 h2 {
    font-weight: 600;
    margin: 0 0 20px;
    color: var(--color-link);
}
.image_old_style_qwe123 {
    float: left;
    margin-right: 15px;
    filter: grayscale(20%);
    border: 2px solid #d3bf9b;
}
.image_new_style_qwe123 {
    float: right;
    margin-left: 15px;
    filter: grayscale(20%);
    border: 2px solid #d3bf9b;
}
ul, ol {
    padding-left: 20px;
}
footer.footer_jop755 {
    background-color: #d3bf9b;
    padding: 15px;
    text-align: center;
}
.footer_jop755 .footer_link {
    color: var(--color-link);
    text-decoration: none;
    font-weight: bold;
}
@keyframes menuAnimation {
    0% { transform: rotateX(0deg); }
    100% { transform: rotateX(360deg); }
}




.burger_menu_btn_kmj457 {
    background-color: #4e3b1f;
    border: 4px solid #8c7a4f;
    border-radius: 12px;
    padding: 10px 12px;
    display: flex;
    gap: 4px;
    cursor: pointer;
    box-shadow: inset 0 0 10px #c2b182, 0 0 5px #4e3b1f;
    transition: box-shadow 0.3s ease;
}

.burger_menu_btn_kmj457:hover {
    box-shadow: 0 0 10px #fff6dc, inset 0 0 10px #fff6dc;
}

.burger_menu_btn_kmj457 span {
    position: relative;
    width: 36px;
    height: 56px;
    font-size: 32px;
    font-family: monospace;
    background-color: #2c2416;
    color: #fff3cc;
    border: 2px inset #9a875a;
    border-radius: 4px;
    box-shadow: inset 0 0 6px #000, 0 0 3px #fff3cc;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}


