:root {
    --primary: #2e74c1;
    --secondary: #fde7be;
    --accent: #f7971c;
    --bg: #f8fafc;
    --surface: #ffffff;
    --text: #1e293b;
}

* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }

/* Indispensable pour que le JavaScript puisse masquer/afficher les sections */
.view { display: none; }
.view.active { display: block; }