.bac-wrap {  font-family: Arial, sans-serif;  background: #f9fafc;  padding: 20px;  max-width: 900px;  margin: auto;}.bac-hd {  text-align: center;  padding: 30px;  background: linear-gradient(135deg,#6c5ce7,#a29bfe);  color: white;  border-radius: 12px;}.bac-hd-title {  font-size: 32px;  margin: 10px 0;}.bac-hd-sub {  font-size: 16px;  opacity: 0.9;}.bac-tag {  display: inline-block;  background: white;  color: #6c5ce7;  padding: 5px 10px;  margin: 5px;  border-radius: 20px;  font-size: 12px;}.bac-sec {  background: white;  padding: 25px;  margin-top: 20px;  border-radius: 12px;  box-shadow: 0 5px 15px rgba(0,0,0,0.05);}.bac-sec-t {  color: #6c5ce7;}.bac-def {  background: #eef2ff;  padding: 15px;  border-left: 4px solid #6c5ce7;  border-radius: 8px;}.bac-warn {  background: #ffeaea;  padding: 15px;  border-left: 4px solid #ff7675;  border-radius: 8px;}.bac-step {  display: flex;  margin-top: 20px;}.bac-step-n {  background: #6c5ce7;  color: white;  width: 35px;  height: 35px;  border-radius: 50%;  text-align: center;  line-height: 35px;  font-weight: bold;  margin-right: 15px;}.bac-step-t {  font-weight: bold;}.bac-hl {  background: #fff3cd;  padding: 15px;  border-radius: 8px;  margin-top: 10px;}.bac-res {  background: #e6fffa;  padding: 20px;  border-radius: 12px;  margin-top: 20px;}.bac-ft {  text-align: center;  margin-top: 30px;  padding: 20px;  font-size: 14px;  color: #555;}
/* TABLE BACASTUCES PREMIUM */.tablepress {  border-radius: 14px;  overflow: hidden;  font-family: 'Georgia', serif;  box-shadow: 0 6px 18px rgba(0,0,0,0.08);}/* En-tête */.tablepress thead th {  background: linear-gradient(135deg, #7b6cf6, #b8a8ff);  color: white;  font-weight: bold;  text-align: center;  padding: 14px;  font-size: 15px;}/* Lignes */.tablepress tbody td {  padding: 14px;  line-height: 1.6;  font-size: 14px;}/* Alternance beige */.tablepress tbody tr:nth-child(even) {  background-color: #f8f5f2;}/* Hover effet premium */.tablepress tbody tr:hover {  background-color: #eee9ff;  transition: 0.3s;}/* Première colonne (personnages) */.tablepress tbody td:first-child {  font-weight: bold;  color: #6c5ce7;}/* Bordures douces */.tablepress td, .tablepress th {  border: none;}
@media (max-width: 768px) {  .tablepress {    font-size: 12px;  }}