
/* SUPERMATHS V235 — Compte, consentements et suppression */
.sm235-consent-box{margin:16px 0 8px;padding:14px 15px;border:1px solid #dce7ef;border-radius:14px;background:#f8fcfd;font-size:13px;line-height:1.5}
.sm235-consent-box label{display:flex;gap:10px;align-items:flex-start;font-weight:600;color:#17324d}
.sm235-consent-box input{margin-top:3px;width:17px;height:17px;flex:0 0 auto}
.sm235-consent-box a{color:#0b8f9b;font-weight:800;text-decoration:none}
.sm235-consent-box a:hover{text-decoration:underline}
.sm235-account-btn{position:fixed;right:18px;bottom:18px;z-index:9993;border:0;border-radius:999px;background:#eef9fa;color:#116b74;box-shadow:0 8px 24px rgba(17,50,77,.16);padding:10px 15px;font-weight:800;cursor:pointer}
.sm235-modal{position:fixed;inset:0;z-index:10050;background:rgba(10,28,45,.46);display:none;align-items:center;justify-content:center;padding:18px}
.sm235-modal.open{display:flex}
.sm235-card{width:min(620px,100%);max-height:88vh;overflow:auto;background:#fff;border-radius:22px;padding:22px;box-shadow:0 24px 70px rgba(10,28,45,.25)}
.sm235-card h2,.sm235-card h3{margin:0 0 8px;color:#17324d}
.sm235-card p{color:#536577;line-height:1.55}
.sm235-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:14px 0}
.sm235-grid a,.sm235-action{display:block;border:1px solid #dbe6ee;border-radius:13px;padding:12px;text-decoration:none;color:#17324d;background:#fff;font-weight:750}
.sm235-action{width:100%;cursor:pointer;text-align:left}
.sm235-action.danger{border-color:#ffd6d6;background:#fff8f8;color:#a42d2d}
.sm235-row{display:flex;gap:10px;justify-content:flex-end;margin-top:16px;flex-wrap:wrap}
.sm235-btn{border:0;border-radius:12px;padding:10px 15px;font-weight:800;cursor:pointer}
.sm235-btn.primary{background:#13a8b6;color:#fff}
.sm235-btn.secondary{background:#edf4f7;color:#294b65}
.sm235-btn.danger{background:#c93d3d;color:#fff}
.sm235-note{padding:11px 12px;border-radius:12px;background:#f6fafc;border:1px solid #e3edf2;font-size:13px}
.sm235-check{display:flex;align-items:flex-start;gap:9px;margin:12px 0;font-size:13px}
.sm235-check input{margin-top:3px}
.sm235-msg{font-size:13px;font-weight:700;margin-top:10px}
.sm235-admin-block{margin:18px 0;padding:16px;border:1px solid #dfe9ef;border-radius:16px;background:#fff}
.sm235-admin-list{display:grid;gap:8px;margin-top:10px}
.sm235-admin-item{padding:10px 12px;border:1px solid #e5edf2;border-radius:12px;background:#fafcfd;font-size:13px}
@media(max-width:650px){.sm235-account-btn{right:10px;bottom:10px;padding:9px 12px}.sm235-grid{grid-template-columns:1fr}.sm235-card{padding:17px}}
