:root{--board-gradient: #16241c;--chalk: #f4f1e6;--chalk-dim: #c9cdc4;--dust: #8a9186;--dust-line: #3a4a3e;--surface: #1a2820;--yellow: #f2d675;--green: #a9cf9a;--blue: #8fb8d9;--red: #e0847f;--purple: #b8a9d9;--page-bg: #0a100c;--sidebar-bg: #101c15;--border-muted-1: #2a352d;--border-muted-2: #1e2921;--border-muted-3: #1e2a22;--border-muted-4: #3a4239;--icon-muted-1: #42504a;--icon-muted-2: #5a6a5e;--tint-rgb: 255, 255, 255;--taille-icone-cliquable: 14px;--taille-case-a-cocher: 14px;--largeur-interrupteur: 32px;--hauteur-interrupteur: 18px}[data-theme=clair]{--board-gradient: #f8f9f7;--chalk: #1c2420;--chalk-dim: #4a524c;--dust: #5a6158;--dust-line: #b0b4ac;--surface: #ffffff;--yellow: #a3790a;--green: #3f8a4a;--blue: #3378a8;--red: #c14a3d;--purple: #7359a8;--page-bg: #eef0ee;--sidebar-bg: #f2f3f0;--border-muted-1: #b0b4ac;--border-muted-2: #b0b4ac;--border-muted-3: #b0b4ac;--border-muted-4: #b0b4ac;--icon-muted-1: #8a9186;--icon-muted-2: #7d8478;--tint-rgb: 20, 28, 24}*{box-sizing:border-box}body{margin:0;background:var(--page-bg);color:var(--chalk);font-family:Space Grotesk,sans-serif}.mono{font-family:Space Mono,monospace}input,textarea,select{font-family:inherit;background:var(--surface);border:.5px solid var(--dust-line);border-radius:7px;color:var(--chalk);padding:8px 10px}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--blue)}select option{background:var(--surface);color:var(--chalk)}button{font-family:inherit;cursor:pointer}.page-wrap{min-height:100vh;padding:24px;overflow-x:hidden}.page-board{background:var(--board-gradient);border-radius:12px;padding:1.5rem;margin:0 auto;width:100%;max-width:var(--page-max-width, 800px)}@media (min-width: 1400px){.page-board{max-width:var(--page-max-width-large, var(--page-max-width, 800px))}}.app-hamburger,.app-overlay{display:none}.app-sidebar{position:sticky;top:0;height:100vh}@media (max-width: 768px){:root{--taille-icone-cliquable: 22px;--taille-case-a-cocher: 20px;--largeur-interrupteur: 44px;--hauteur-interrupteur: 26px}.page-wrap{padding:12px}.page-board{padding:1rem;border-radius:8px}.app-sidebar{position:fixed;top:0;left:0;bottom:0;z-index:100;transform:translate(-100%);transition:transform .2s ease;box-shadow:4px 0 20px #0006}.app-sidebar.ouverte{transform:translate(0)}.app-hamburger{display:flex;align-items:center;justify-content:center;position:fixed;top:12px;left:12px;z-index:101;width:38px;height:38px;background:var(--sidebar-bg);border:.5px solid var(--dust-line);border-radius:8px}.app-overlay.ouverte{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:99}.app-content{padding-top:54px}}.toggle-track{width:var(--largeur-interrupteur);height:var(--hauteur-interrupteur);border-radius:calc(var(--hauteur-interrupteur) / 2);position:relative;cursor:pointer;transition:background .15s;flex-shrink:0}.toggle-knob{width:calc(var(--hauteur-interrupteur) - 4px);height:calc(var(--hauteur-interrupteur) - 4px);border-radius:50%;background:var(--chalk);position:absolute;top:2px;left:2px;transition:left .15s}.toggle-track.on .toggle-knob{left:calc(100% - (var(--hauteur-interrupteur) - 4px) - 2px)}
