:root{color-scheme:light;background-color:#f5f7fa;--bg: #f5f7fa;--surface: #ffffff;--text: #1f2933;--text-muted: #52606d;--border: #d9e2ec;--border-strong: #64798a;--primary: #1f659d;--primary-hover: #174a75;--on-primary: #ffffff;--error: #b42318;--success: #0f7b3f;--gauge-passed-border: #9fc3e8;--gauge-passed-bg: #eaf3fb;--warn-bg: #fff8e6;--warn-border: #f0d089;--focus: #1f2933}:root[data-theme=dark]{color-scheme:dark;background-color:#0e151d;--bg: #0e151d;--surface: #18222e;--text: #e6edf3;--text-muted: #9fb0c0;--border: #2b3947;--border-strong: #5b7186;--primary: #5aa9e6;--primary-hover: #3d8fd0;--on-primary: #0e151d;--error: #f28b82;--success: #6ccf8e;--gauge-passed-border: #2f4a63;--gauge-passed-bg: #16283a;--warn-bg: #3a2d12;--warn-border: #8a6d2f;--focus: #5aa9e6}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text)}:where(button,input,textarea,a):focus-visible{outline:2px solid var(--focus);outline-offset:2px}.theme-toggle{position:fixed;top:.75rem;right:.75rem;z-index:10;display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .65rem;background:var(--surface);color:var(--text-muted);border:1px solid var(--border);border-radius:999px;font-size:.8rem;cursor:pointer}.theme-toggle:hover{border-color:var(--primary)}.app{max-width:720px;margin:0 auto;padding:2rem 1rem}.subtitle,.placeholder{color:var(--text-muted)}.card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;max-width:360px;margin:1rem auto}.card label{display:flex;flex-direction:column;gap:.25rem;font-size:.9rem;color:var(--text-muted)}.card input{padding:.5rem .6rem;border:1px solid var(--border-strong);border-radius:6px;font-size:1rem;background:var(--surface);color:var(--text)}.card button{padding:.55rem 1rem;border:none;border-radius:6px;background:var(--primary);color:var(--on-primary);font-size:1rem;cursor:pointer}.card button:hover{background:var(--primary-hover)}.error{color:var(--error);font-size:.9rem;margin:0}.back{background:none;border:none;padding:0;color:var(--primary);font-size:.9rem;cursor:pointer}.back:hover{text-decoration:underline}.settings-card{max-width:480px}.settings-card .actions{display:flex;gap:.5rem}.settings-card .actions button{flex:1}.hint{color:var(--text-muted);font-size:.8rem}.msg{margin:0;font-size:.9rem}.msg.ok{color:var(--success)}.msg.err{color:var(--error)}.saisie textarea{width:100%;min-height:260px;resize:vertical;padding:.75rem;border:1px solid var(--border-strong);border-radius:6px;font-family:inherit;font-size:.95rem;line-height:1.4;background:var(--surface);color:var(--text)}::placeholder{color:var(--text-muted)}.compteur{margin:.25rem 0 0;text-align:right;color:var(--text-muted);font-size:.8rem}.compteur.trop-long{color:var(--error);font-weight:600}.saisie .links{display:flex;gap:1rem;margin-top:1rem}button:disabled{opacity:.5;cursor:not-allowed}.spinner{display:inline-block;width:1em;height:1em;border:2px solid var(--primary);border-top-color:transparent;border-radius:50%;animation:tourne .8s linear infinite;vertical-align:-.15em}@keyframes tourne{to{transform:rotate(360deg)}}.loading{color:var(--primary)}.resultat{max-width:860px}.resultat-nav{display:flex;gap:1rem;margin-bottom:1rem}.gauge-title{margin:0 0 .5rem;font-size:1.6rem;color:var(--primary);text-transform:capitalize}.gauge{display:grid;grid-template-columns:repeat(5,1fr);gap:4px;margin:0 0 1.5rem}.gauge-step{border:2px solid var(--border);border-radius:6px;background:var(--surface);padding:.5rem .25rem;text-align:center;color:var(--text-muted)}.gauge-step.passed{border-color:var(--gauge-passed-border);background:var(--gauge-passed-bg)}.gauge-step.active{border-color:var(--primary);background:var(--primary);color:var(--on-primary)}.gauge-num{display:block;font-size:1.3rem;font-weight:700}.gauge-lib{display:block;font-size:.8rem}.cartes{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:.75rem}.carte{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem}.carte h3{margin:0 0 .25rem;font-size:1rem}.carte .question{margin:0 0 .75rem;color:var(--text-muted);font-size:.85rem}.dots{display:inline-flex;gap:3px}.dot{width:10px;height:10px;border-radius:50%;background:var(--border)}.dot.on{background:var(--primary)}.score-num{margin-left:.5rem;font-weight:700}.score-na{color:var(--text-muted);font-size:1.2rem}.resume-titre{margin:1.5rem 0 .25rem}.resume{margin:0;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem;line-height:1.5}.bandeau{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;background:var(--warn-bg);border:1px solid var(--warn-border);border-radius:8px;padding:1rem;margin-bottom:1rem}.bandeau p{margin:0}.bandeau button{background:var(--primary);color:var(--on-primary);border:none;border-radius:6px;padding:.5rem 1rem;cursor:pointer}.inexploitable{font-size:1.15rem;font-weight:600;color:var(--error)}.motif{color:var(--text-muted)}.historique-liste{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.historique-entree{display:flex;flex-wrap:wrap;align-items:baseline;gap:.25rem .75rem;width:100%;text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.75rem 1rem;font-size:.95rem;cursor:pointer}.historique-entree:hover{border-color:var(--primary)}.historique-date{color:var(--text-muted);font-size:.8rem}.historique-noms{font-weight:600}.historique-jauge{margin-left:auto;color:var(--primary);text-transform:capitalize}@media (max-width: 480px){.gauge-num{font-size:1.1rem}.gauge-lib{font-size:.72rem;overflow-wrap:anywhere}.theme-toggle .label{display:none}}
