:root {
    --twitch-purple: #9146FF;
    --twitch-purple-dark: #772ce8;
}

html, body {
    margin: 0;
    height: 100%;
    overflow-x: hidden;
}

/* ===== RESET ===== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    transition: background 0.3s ease, color 0.3s ease;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}