:root{--ivory:#f7f3ee;--blue:#5e7894;--light:#eaf1f7;--apricot:#d98a6c;--sage:#8fa69b;--ink:#27323a;--muted:#6d7478;--red:#a94d4d}*{box-sizing:border-box}body{margin:0;background:linear-gradient(135deg,var(--ivory),#fff 48%,var(--light));color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;min-height:100vh}header{height:72px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;background:#ffffffc9;backdrop-filter:blur(12px);border-bottom:1px solid #dde3e6;position:sticky;top:0;z-index:4}.brand{font-size:22px;color:var(--ink);text-decoration:none}.brand b{color:var(--blue)}nav{display:flex;gap:22px}nav a{color:var(--muted);text-decoration:none}main{max-width:1250px;margin:auto;padding:46px 5vw 80px}.hero{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:30px}.hero h1,.page h1,.wizard h1,.auth h1{font-size:42px;margin:8px 0 10px}.soft{font-size:12px;text-transform:uppercase;letter-spacing:.16em;color:var(--apricot);font-weight:800}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.card,.panel,.auth{background:#fffffff0;border:1px solid #e0e4e5;border-radius:22px;box-shadow:0 16px 45px #5e789414}.card{padding:26px;text-decoration:none;color:inherit;min-height:175px;transition:.18s}.card:hover{transform:translateY(-2px);box-shadow:0 20px 55px #5e789424}.row{display:flex;align-items:center;justify-content:space-between;gap:10px}.card h2{font-size:26px;margin:0}.status{padding:7px 10px;border-radius:999px;background:#eee;font-size:12px;font-weight:800}.status.en-ligne{background:#e8f1ec;color:#547364}.status.arrêté,.status.erreur{background:#f7e7e5;color:#9a4f48}.go{margin-top:32px;color:var(--blue);font-weight:700}.muted,small{color:var(--muted)}.button,button{display:inline-block;border:0;border-radius:12px;background:var(--blue);color:white;padding:13px 18px;text-decoration:none;font-weight:750;cursor:pointer;font-size:14px}.secondary{background:white;color:var(--blue);border:1px solid #cad4dc}.danger-outline{background:white;color:var(--red);border:1px solid #d8aaaa}.actions{display:flex;gap:10px;flex-wrap:wrap}.twocol{display:grid;grid-template-columns:1.25fr .75fr;gap:22px}.panel{padding:25px}.panel h2{margin-top:0}.backup,.history{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 0;border-bottom:1px solid #edf0f1}.backup div,.history{display:flex;flex-direction:column;align-items:flex-start}.history span,.backup small{margin-top:4px}.small{padding:9px 12px}.auth{max-width:480px;margin:7vh auto;padding:38px}.auth p{line-height:1.55}.auth form,.panel form{display:flex;flex-direction:column;gap:18px}label{font-weight:700;display:flex;flex-direction:column;gap:8px}label small{font-weight:400;line-height:1.4}input{width:100%;padding:13px 14px;border-radius:11px;border:1px solid #cdd5d9;background:white;font-size:16px}.flash,.warning{padding:15px 17px;background:#fff1dc;border:1px solid #efd3a7;border-radius:13px;margin-bottom:20px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:25px 0}.steps>*{background:white;border:1px solid #dfe4e6;border-radius:12px;padding:14px}.steps b{background:var(--light);color:var(--blue)}pre{white-space:pre-wrap;word-break:break-word;background:#1f272c;color:#edf2f4;padding:14px;border-radius:12px;max-height:300px;overflow:auto}.recommended{font-size:10px;color:white;background:var(--sage);padding:4px 7px;border-radius:7px;margin-bottom:5px}.qr{width:220px;max-width:100%;background:white;padding:10px;border-radius:12px}.empty{padding:35px;background:#ffffffaa;border-radius:20px}.page,.wizard{max-width:1050px;margin:auto}@media(max-width:800px){main{padding-top:28px}.grid,.twocol{grid-template-columns:1fr}.hero{align-items:flex-start;flex-direction:column}.hero h1,.page h1,.wizard h1,.auth h1{font-size:32px}.steps{grid-template-columns:1fr}.backup{align-items:flex-start;flex-direction:column}nav{gap:10px;font-size:13px}header{padding:0 18px}.card{min-height:145px}}