/* ==============================================
   Retro Theme — Янтарный 8-bit стиль
   Tokens defined in main.css body.theme-retro
   ============================================== */

/* Пиксельный рендеринг и ретро-эффекты */

body.theme-retro #display {
    image-rendering: pixelated;
    letter-spacing: 1px;
}

body.theme-retro .panel-section {
    border-width: 2px;
}

body.theme-retro .tutorial-box {
    border-width: 3px;
}

body.theme-retro #pause-menu h1 {
    text-shadow: 2px 2px 0 #000;
    letter-spacing: 3px;
}

body.theme-retro .tutorial-box h2 {
    text-shadow: 2px 2px 0 #000;
}

body.theme-retro button {
    border-style: outset;
    border-width: 2px;
}

body.theme-retro button:hover {
    border-style: inset;
    box-shadow: none;
}

body.theme-retro button:active {
    background: var(--g-accent);
    color: #000;
    border-style: inset;
}

body.theme-retro .help-tab {
    border-style: outset;
}

body.theme-retro .help-tab.active {
    border-style: inset;
}