/* DofuspourlesNoobs.com */
.mr-tabs-bar {
	display: flex;
	align-items: flex-end;
	gap: 8px;
	margin-bottom: 16px;
}
.mr-tabs {
	flex: 1;
	display: flex;
	gap: 4px;
	border-bottom: 1px solid #d4b86a;
}
.mr-tab-btn {
	padding: 7px 16px;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Lato', sans-serif;
	border: none;
	background: none;
	color: #9a7535;
	cursor: pointer;
	border-bottom: 2px solid transparent;
	margin-bottom: -1px;
}
.mr-tab-btn.mr-active {
	color: #3a2a0a;
	border-bottom: 2px solid #3a2a0a;
	font-weight: bold;
}
.mr-tab-content {
	display: none;
}
.mr-tab-content.mr-active {
	display: block;
}
.jardins-btn-reset {
	font-size: 12px;
	color: #da4444;
	background: none;
	border: 1px solid #da4444;
	border-radius: 5px;
	padding: 4px 10px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	white-space: nowrap;
}
.jardins-btn-reset:hover {
	color: #fff;
	border-color: #da4444;
	background: #da4444;
}
.mr-toolbar {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 10px;
}
.mr-tab-info {
	font-size: 16px;
	color: #6b4d1a;
	background: #f2d49a;
	border: 1px solid #d4b86a;
	border-radius: 8px;
	padding: 8px 12px;
	margin-bottom: 12px;
	line-height: 1.5;
}
.confirm-bar {
	display: none;
	align-items: center;
	gap: 8px;
	background: #f2d49a;
	border: 1px solid #d4b86a;
	border-radius: 8px;
	padding: 7px 12px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #6b4d1a;
}
.confirm-bar.open {
	display: flex;
}
.jardins-btn-yes {
	font-size: 11px;
	font-weight: 600;
	padding: 3px 10px;
	border: 1px solid #da4444;
	border-radius: 4px;
	background: none;
	color: #da4444;
	cursor: pointer;
}
.jardins-btn-no  {
	font-size: 11px;
	padding: 3px 10px;
	border: 1px solid #d4b86a;
	border-radius: 4px;
	background: none;
	color: #9a7535;
	cursor: pointer;
}
.pieces-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}
.piece-card {
	background: #f2d49a;
	border: 1px solid #d4b86a;
	border-radius: 8px;
	padding: 10px 12px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.piece-left {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	flex-shrink: 0;
}
.piece-img {
	width: 70px;
	height: 70px;
	border-radius: 6px;
	object-fit: cover;
	display: block;
	border: 1px solid #d4b86a;
	background: #ecd080;
}
.piece-name {
	font-size: 16px;
	font-weight: bold;
	color: #6b4d1a;
	text-align: center;
}
.piece-right {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 5px;
}
.pos-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #ecd080;
	border: 1px solid #c4a450;
	border-radius: 5px;
	padding: 4px 8px 4px 12px;
}
.pos-badge-text {
	font-size: 20px;
	font-weight: 600;
	font-family: monospace;
	color: #3a2a0a;
	letter-spacing: 1px;
}
.pos-badge-del {
	background: none;
	border: none;
	cursor: pointer;
	color: #9a7535;
	font-size: 14px;
	padding: 0;
	line-height: 1;
}
.pos-badge-del:hover {
	color: #da4444;
}
.pos-choose-btn {
	width: 100%;
	padding: 6px 8px;
	font-size: 12px;
	border: 1px dashed #d4b86a;
	border-radius: 5px;
	background: #f2d49a;
	color: #6b4d1a;
	cursor: pointer;
	text-align: center;
}
.pos-choose-btn:hover {
	background: #ecd080;
	border-style: solid;
}
.pos-picker {
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	z-index: 50;
	background: #fffaf0;
	border: 1px solid #d4b86a;
	border-radius: 8px;
	padding: 8px;
	box-shadow: 0 6px 18px rgba(0,0,0,0.18);
	display: flex;
	flex-direction: column;
	gap: 3px;
}
.pos-picker-row {
	display: flex;
	align-items: center;
	gap: 3px;
}
.pos-picker-col-label {
	width: 16px;
	font-size: 11px;
	font-weight: 700;
	color: #6b4d1a;
	text-align: center;
	flex-shrink: 0;
}
.pos-picker-cell {
	width: 24px;
	height: 24px;
	font-size: 10px;
	border: 1px solid #d4b86a;
	border-radius: 4px;
	background: #f2d49a;
	color: #3a2a0a;
	cursor: pointer;
	padding: 0;
}
.pos-picker-cell:hover {
	background: #3a2a0a;
	color: #f9e2b8;
}
.romain-list {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.romain-row {
	background: #f2d49a;
	border: 1px solid #d4b86a;
	border-radius: 8px;
	padding: 8px 12px;
	display: flex;
	align-items: center;
	gap: 10px;
	position: relative;
}
.romain-num {
	font-size: 15px;
	font-weight: 600;
	color: #3a2a0a;
	min-width: 24px;
	flex-shrink: 0;
}
.slots-wrap {
	display: flex;
	gap: 6px;
	flex: 1;
}
.slot-unit {
	display: flex;
	align-items: center;
	gap: 5px;
	flex: 1;
}
.fleur-radio {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid #c4a450;
	background: #f9e2b8;
	flex-shrink: 0;
	cursor: pointer;
	transition: all 0.12s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fleur-radio.mr-on {
	border-color: #c07a00;
	background: #c07a00;
}
.fleur-radio.mr-on::after {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	display: block;
}
.slot {
	flex: 1;
	min-width: 0;
	background: #f9e2b8;
	border: 1px dashed #d4b86a;
	border-radius: 5px;
	padding: 5px 8px;
	min-height: 30px;
	display: flex;
	align-items: center;
	gap: 5px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.slot.mr-filled {
	border-style: solid;
	border-color: #c4a450;
	background: #f2d49a;
}
.slot.fleur {
	border-color: #d4a020;
	background: #faeac5;
}
.slot-emoji {
	font-size: 15px;
	flex-shrink: 0;
}
.slot-label {
	font-size: 11px;
	font-weight: 500;
	color: #6b4d1a;
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.slot-del {
	background: none;
	border: none;
	cursor: pointer;
	color: #9a7535;
	font-size: 10px;
	padding: 0;
	line-height: 1;
	flex-shrink: 0;
}
.slot-del:hover {
	color: #da4444;
}
.empty-label {
	font-size: 10px;
	color: #9a7535;
	font-style: italic;
}
.inline-picker {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 30;
	background: #f2d49a;
	border: 1px solid #d4b86a;
	border-radius: 5px;
	padding: 6px;
	margin-top: 3px;
	gap: 4px;
}
.inline-picker.open {
	display: flex;
}
.pick-btn {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
	padding: 5px 2px;
	border: 1px solid #d4b86a;
	border-radius: 5px;
	background: #f9e2b8;
	cursor: pointer;
	transition: all 0.1s;
}
.pick-btn:hover:not(:disabled) {
	border-color: #c4a450;
	background: #ecd080;
}
.pick-btn:disabled {
	opacity: 0.3;
	cursor: not-allowed;
}
.pick-btn .pe {
	font-size: 16px;
}
.pick-btn .pn {
	font-size: 9px;
	color: #9a7535;
	text-align: center;
}
.couleurs-row {
	display: flex;
	gap: 8px;
	margin-top: 10px;
	padding: 8px 12px;
	background: #f2d49a;
	border: 1px solid #d4b86a;
	border-radius: 8px;
	align-items: center;
}
.couleurs-label {
	font-size: 11px;
	color: #9a7535;
	flex-shrink: 0;
}
.couleur-btns {
	display: flex;
	gap: 8px;
}
.couleur-btn {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 3px solid transparent;
	cursor: pointer;
	transition: all 0.12s;
	flex-shrink: 0;
	outline: none;
}
.couleur-btn.mr-active {
	border-color: #3a2a0a;
	box-shadow: 0 0 0 2px #f9e2b8, 0 0 0 4px #3a2a0a;
	transform: scale(1.15);
}
.couleur-btn:hover:not(.mr-active) {
	transform: scale(1.08);
	filter: brightness(1.1);
}
.bateaux-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}
.grille-card {
	background: #f2d49a;
	border: 1px solid #d4b86a;
	border-radius: 8px;
	padding: 12px;
}
.grille-title {
	font-size: 13px;
	font-weight: 600;
	color: #3a2a0a;
	margin-bottom: 4px;
	text-align: center;
}
.grid-visual {
	display: inline-grid;
	grid-template-columns: 20px repeat(4, 1fr);
	gap: 3px;
	width: 100%;
}
.cell-header {
	font-size: 11px;
	font-weight: 600;
	color: #9a7535;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 22px;
}
.cell {
	aspect-ratio: 1;
	border: 1px solid #d4b86a;
	border-radius: 4px;
	background: #f9e2b8;
	cursor: pointer;
	transition: background 0.1s, border-color 0.1s;
}
.cell:hover {
	border-color: #c4a450;
	background: #ecd080;
}
.cell.bateau {
	background: #518dcd;
	border-color: #215fa2;
	background-image: url("https://www.dofuspourlesnoobs.com/tools-assets/raids/suivi-enigmes/sprites/bateau.png");
	background-repeat: no-repeat;
	background-position: center;
}
.cell.bateau:hover {
	background: #215fa2;
	background-image: url("https://www.dofuspourlesnoobs.com/tools-assets/raids/suivi-enigmes/sprites/bateau.png");
	background-repeat: no-repeat;
	background-position: center;
}
.grille-count {
	font-size: 10px;
	color: #9a7535;
	text-align: center;
	margin-top: 8px;
}
.grille-count.mr-full {
	color: #1a7a50;
	font-weight: 600;
}
.statues-wrap {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: center;
}
.statues-top {
	display: flex;
	gap: 40px;
	align-items: flex-start;
}
.croix-group {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
	padding-right: 24px;
	border-right: 1px dashed #d4b86a;
}
.croix-legend {
	font-size: 10px;
	color: #9a7535;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	max-width: 140px;
}
.statue-pick-group {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}
.statue-resultat-col {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.croix {
	display: grid;
	grid-template-columns: repeat(3, 44px);
	grid-template-rows: repeat(3, 44px);
	gap: 4px;
	flex-shrink: 0;
}
.croix-cell {
	width: 44px;
	height: 44px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.croix-cell.mr-vide {
	background: none;
}
.croix-cell.centre {
	background: #ecd080;
	border: 1px solid #c4a450;
}
.croix-cell.nav {
	background: #f2d49a;
	border: 1px solid #d4b86a;
	cursor: pointer;
	transition: all 0.12s;
	color: #6b4d1a;
	font-weight: 700;
	font-size: 20px;
}
.croix-cell.nav:hover {
	background: #ecd080;
	border-color: #c4a450;
}
.croix-cell.nav.mr-active {
	background: #3a2a0a;
	color: #f9e2b8;
	border-color: #3a2a0a;
}
.statues-paire {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	width: 100%;
}
.statue-card {
	background: #f2d49a;
	border: 1px solid #d4b86a;
	border-radius: 8px;
	overflow: hidden;
}
.statue-card img {
	width: 100%;
	display: block;
}
.statue-card-label {
	font-size: 11px;
	color: #6b4d1a;
	text-align: center;
	padding: 5px 8px;
	font-weight: 500;
}
.statues-thumb-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6px;
}
.statue-thumb {
	width: 52px;
	height: 52px;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #d4b86a;
	transition: all 0.12s;
	flex-shrink: 0;
}
.statue-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.statue-thumb:hover {
	border-color: #c4a450;
}
.statue-thumb.mr-selected {
	border-color: #3a2a0a;
	box-shadow: 0 0 0 2px #f9e2b8, 0 0 0 4px #3a2a0a;
}
.statue-thumb.mr-selected.has-couleur {
	border-color: transparent;
	box-shadow: none;
}
.statue-resultat {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-width: 100px;
	padding: 10px 12px;
	background: #f2d49a;
	border: 1px solid #d4b86a;
	border-radius: 8px;
	text-align: center;
}
.statue-resultat-pos {
	font-size: 22px;
	font-weight: 700;
	font-family: monospace;
	color: #3a2a0a;
	letter-spacing: 1px;
}
.statue-resultat-arrow {
	font-size: 22px;
	color: #6b4d1a;
}
.statue-resultat-hint {
	font-size: 11px;
	color: #9a7535;
	line-height: 1.4;
}
.section-sep .statue-resultat {
	background: #f9e2b8;
}
.section-sep .statue-card {
	background: #f9e2b8;
}
.section-titre {
	font-size: 18px;
	font-weight: bold;
	color: #3b3b3b;
	margin-bottom: 12px;
	padding-bottom: 6px;
	border-bottom: 1px solid #d4b86a;
}
.section-sep {
	margin-top: 40px;
	background: #f2d49a;
	border: 1px solid #d4b86a;
	border-radius: 8px;
	padding: 16px;
}
.section-sep + .section-sep {
	margin-top: 20px;
}
.section-sep .piece-card,
.section-sep .romain-row,
.section-sep .grille-card {
	background: #f9e2b8;
}
.section-sep .slot,
.section-sep .pick-btn,
.section-sep .cell {
	background: #f2d49a;
}
.section-sep .cell.bateau {
	background: #518dcd;
	border-color: #215fa2;
	background-image: url("https://www.dofuspourlesnoobs.com/tools-assets/raids/suivi-enigmes/sprites/bateau.png");
	background-repeat: no-repeat;
	background-position: center;
}
.section-sep .cell.bateau:hover {
	background: #215fa2;
	background-image: url("https://www.dofuspourlesnoobs.com/tools-assets/raids/suivi-enigmes/sprites/bateau.png");
	background-repeat: no-repeat;
	background-position: center;
}
@media (max-width: 700px) {
	.section-sep .cell.bateau, .section-sep .cell.bateau:hover, .cell.bateau, .cell.bateau:hover {
		background-size: contain;
	}
	.mr-tabs-bar {
		flex-wrap: wrap;
		row-gap: 8px;
	}
	.mr-tabs {
		flex: 1 1 100%;
		order: 1;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.mr-tab-btn {
		font-size: 14px;
		padding: 7px 10px;
		white-space: nowrap;
	}
	.collab-btn { order: 2; flex-shrink: 0; }
	.mr-tabs-bar > .jardins-btn-reset { order: 3; flex-shrink: 0; margin-left: auto; }
	.pieces-grid {
		grid-template-columns: 1fr;
	}
	.pos-picker {
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		max-width: 92vw;
		overflow-x: auto;
	}
	.pos-picker-cell {
		width: 22px;
		height: 22px;
	}
	.romain-row {
		flex-wrap: wrap;
	}
	.slots-wrap {
		flex-direction: column;
		width: 100%;
	}
	.slot-unit {
		width: 100%;
	}
	.inline-picker {
		flex-wrap: wrap;
	}
	.pick-btn {
		flex: 1 1 28%;
		min-width: 60px;
	}
	.couleurs-row {
		flex-wrap: wrap;
	}
	.bateaux-wrap {
		grid-template-columns: 1fr;
	}
	.statues-top {
		flex-direction: column;
		align-items: center;
		gap: 18px;
	}
	.croix-group {
		padding-right: 0;
		border-right: none;
		padding-bottom: 14px;
		border-bottom: 1px dashed #d4b86a;
		width: 100%;
	}
	.statue-pick-group {
		flex-direction: column;
		align-items: center;
		gap: 14px;
		width: 100%;
	}
	.statues-paire {
		grid-template-columns: 1fr 1fr;
		gap: 8px;
	}
	.collab-modal, .confirm-modal {
		width: 92%;
		padding: 18px;
	}
	.section-sep {
		padding: 12px;
	}
}
@media (max-width: 420px) {
	.mr-tab-btn {
		font-size: 13px;
		padding: 6px 8px;
	}
	.piece-card {
		padding: 8px 10px;
		gap: 8px;
	}
	.romain-num {
		min-width: 20px;
		font-size: 13px;
	}
	.croix {
		grid-template-columns: repeat(3, 38px);
		grid-template-rows: repeat(3, 38px);
	}
	.croix-cell {
		width: 38px;
		height: 38px;
		font-size: 17px;
	}
	.statue-thumb {
		width: 44px;
		height: 44px;
	}
	.collab-code-display {
		font-size: 22px;
		letter-spacing: 2px;
	}
}
.collab-btn {
	font-size: 12px;
	color: #6b4d1a;
	background: #f2d49a;
	border: 1px solid #d4b86a;
	border-radius: 5px;
	padding: 4px 12px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	white-space: nowrap;
	margin-left: 8px;
}
.collab-btn:hover { background: #ecd080; }
.collab-btn.connected { background: #1D9E75; border-color: #15795a; color: #fff; }
.collab-dot { width: 7px; height: 7px; border-radius: 50%; background: #9a7535; flex-shrink: 0; }
.collab-btn.connected .collab-dot { background: #fff; }
.collab-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(58,42,10,0.45);
	z-index: 1000;
	align-items: center;
	justify-content: center;
}
.collab-overlay.open { display: flex; }
.collab-modal {
	position: relative;
	background: #f9e2b8;
	border: 1px solid #d4b86a;
	border-radius: 10px;
	padding: 22px;
	width: 90%;
	max-width: 360px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.25);
}
.collab-modal h3 {
	font-size: 17px;
	color: #3a2a0a;
	margin-bottom: 6px;
	padding-right: 24px;
	padding: 0;
}
.collab-modal p {
	font-size: 12px;
	color: #6b4d1a;
	margin-bottom: 14px;
	line-height: 1.5;
}
.collab-section { margin-bottom: 14px; line-height: normal;}
.collab-section-label { font-size: 12px; font-weight: 600; color: #6b4d1a; margin-bottom: 6px; display: block; }
.collab-row { display: flex; gap: 6px; }
.collab-input {
	flex: 1;
	padding: 8px 10px;
	font-size: 16px;
	font-family: monospace;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 1px solid #d4b86a;
	border-radius: 6px;
	background: #fff;
	color: #3a2a0a;
	outline: none;
	text-align: center;
}
.collab-input:focus { border-color: #c4a450; }
.collab-action-btn {
	padding: 8px 16px;
	font-size: 13px;
	font-weight: 600;
	border-radius: 6px;
	border: none;
	background: #3a2a0a;
	color: #f9e2b8;
	cursor: pointer;
	white-space: nowrap;
}
.collab-action-btn:hover { background: #5a4220; }
.collab-action-btn:disabled { opacity: 0.5; cursor: not-allowed; }
.collab-divider { display: flex; align-items: center; gap: 10px; margin: 16px 0; }
.collab-divider::before, .collab-divider::after { content: ''; flex: 1; height: 1px; background: #d4b86a; }
.collab-divider span { font-size: 11px; color: #9a7535; }
.collab-close-x {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	border: none;
	cursor: pointer;
	color: #9a7535;
	font-size: 15px;
	border-radius: 50%;
	line-height: 1;
}
.collab-close-x:hover { background: #ecd080; color: #3a2a0a; }
.toast-stack {
	position: fixed;
	top: 16px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2000;
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: center;
	width: 90%;
	max-width: 380px;
}
.toast {
	background: #3a2a0a;
	color: #f9e2b8;
	font-size: 13px;
	line-height: 1.4;
	padding: 10px 16px;
	border-radius: 8px;
	box-shadow: 0 6px 18px rgba(0,0,0,0.25);
	width: 100%;
	text-align: center;
	opacity: 0;
	transform: translateY(-8px);
	transition: opacity 0.2s ease, transform 0.2s ease;
}
.toast.show { opacity: 1; transform: translateY(0); }
.toast.error { background: #8a2020; }
.toast.info { background: #3a2a0a; }
.confirm-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(58,42,10,0.5);
	z-index: 2100;
	align-items: center;
	justify-content: center;
}
.confirm-overlay.open { display: flex; }
.confirm-modal {
	background: #f9e2b8;
	border: 1px solid #d4b86a;
	border-radius: 10px;
	padding: 20px;
	width: 90%;
	max-width: 320px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.25);
	text-align: center;
}
.confirm-modal p {
	font-size: 13px;
	color: #3a2a0a;
	line-height: 1.5;
	margin-bottom: 16px;
}
.confirm-modal-row { display: flex; gap: 8px; }
.confirm-modal-btn {
	flex: 1;
	padding: 8px 12px;
	font-size: 13px;
	font-weight: 600;
	border-radius: 6px;
	border: none;
	cursor: pointer;
}
.confirm-modal-btn.mr-yes { background: #da4444; color: #fff; }
.confirm-modal-btn.mr-yes:hover { background: #c93636; }
.confirm-modal-btn.mr-no { background: #ecd080; color: #3a2a0a; }
.confirm-modal-btn.mr-no:hover { background: #ddc070; }
.collab-status {
	font-size: 12px; color: #6b4d1a; background: #ecd080; border-radius: 6px;
	padding: 8px 10px; margin-bottom: 10px; text-align: center;
}
.collab-code-display {
	font-size: 26px; font-weight: 700; font-family: monospace; letter-spacing: 4px;
	color: #3a2a0a; text-align: center; background: #fff; border: 1px solid #d4b86a;
	border-radius: 8px; padding: 10px; margin: 10px 0;
}
.collab-error { font-size: 12px; color: #da4444; margin-top: 6px; }


.renigma-infos {
	background: rgba(255,255,255,.35);
	border: 1px solid rgba(0,0,0,.08);
	border-radius: 6px;
	padding: 15px;
	margin: 20px 0;
	color: #3b3b3b;
}
.renigma-title {
	font-size: 18px;
	font-weight: 700;
	color: #3b3b3b;
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(0,0,0,.08);
}
.renigma-resume {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.renigma-card {
	flex: 1;
	min-width: 220px;
	background: rgba(255,255,255,.55);
	border: 1px solid rgba(0,0,0,.08);
	border-radius: 6px;
	padding: 8px 12px;
	box-sizing: border-box;
}
.renigma-card-tt {
	margin-bottom: 3px;
	color: #3b3b3b;
	font-size: 15px;
	font-weight: 700;
}
.renigma-card.renigma-goal {
	flex-basis: 100%;
}
.renigma-card ul {
	margin: 0;
	padding-left: 18px;
}
.renigma-card li {
	margin-bottom: 4px;
}
.renigma-card li:last-child {
	margin-bottom: 0;
}
.raid-goals {
	margin: 20px 0;
}
.raid-goal {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	padding: 6px 12px;
	background: rgba(255,255,255,.35);
	border-radius: 5px;
	border-left: 6px solid transparent;
}
.raid-goal-tt {
	flex: 1;
	color: #3b3b3b;
	font-weight: bold;
}
.raid-goal-pts {
	padding: 4px 10px;
	border-radius: 20px;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}
.rd-orange {
	border-left-color: #d98c2b;
}
.rd-orange .raid-goal-pts {
	background: #f4c67c;
	color: #6b4900;
}
.rd-vert {
	border-left-color: #5f9e61;
}
.rd-vert .raid-goal-pts {
	background: #b9ddb9;
	color: #255228;
}
.rd-bleu {
	border-left-color: #6495c7;
}
.rd-bleu .raid-goal-pts {
	background: #bdd4eb;
	color: #234e77;
}
.rd-rouge {
	border-left-color: #c85a5a;
}
.rd-rouge .raid-goal-pts {
	background: #f3b3b3;
	color: #6b1f1f;
}
.raid-goals-grid {
	display: grid;
	gap: 6px 14px;
	margin-bottom: 6px;
}
.raid-grid-2 {
	grid-template-columns: repeat(2, 1fr);
}
.raid-grid-1 {
	grid-template-columns: 1fr;
}
@media (max-width: 768px) {
	.raid-grid-2 {
		grid-template-columns: 1fr;
	}
}
.raid-players{
	display:flex;
	gap:10px;
	flex-wrap:wrap;
	margin-bottom:20px;
}
.raid-players button{
	padding:10px 14px;
	border:none;
	border-radius:8px;
	cursor:pointer;
	background:#fff1cf;
	font-weight:bold;
	transition:0.15s;
}
.raid-players button:hover{
	background:#ffe2a8;
}
.raid-players button.rd-p-active{
	background:#f3c800;
	color:#3b3b3b;
}
.raid-tasks{ display:none; }
.raid-tasks.rd-p-active{ display:block; }
.raid-tasks-grid{
	display:grid;
	gap:14px;
}
.raid-tasks-col2{ grid-template-columns:repeat(2, 1fr); }
.raid-tasks-col3{ grid-template-columns:repeat(3, 1fr); }
.raid-tasks-col4{ grid-template-columns:repeat(2, 1fr); }
.raid-tasks-col5{ grid-template-columns:repeat(3, 1fr); }
.raid-pl-card{
	display:flex;
	flex-direction:column;
	border-radius:10px;
}
.raid-pl-card-tt{
	color: #3b3b3b;
	font-weight:bold;
	text-align:center;
	padding-bottom:6px;
	border-bottom:2px solid #3b3b3b;
	font-size:18px;
}
.raid-pl-step:nth-child(even){
	background: rgba(255,255,255,.35);
}
.raid-pl-step:nth-child(odd){
	background: rgba(255,255,255,.65)
}
.raid-pl-step{
	color: #3b3b3b;
	border-bottom: 1px dotted #303030;
	padding:8px;
	font-size:16px;
}
.raid-full-pl{
	background: rgba(255,255,255,.35);
	color: #3b3b3b;
	padding:15px;
	border-radius:10px;
	border:1px solid rgba(0,0,0,0.1);
}
@media (max-width: 900px) {
	.raid-tasks-col3,
	.raid-tasks-col5 {
		grid-template-columns: repeat(2, 1fr);
	}
	.raid-tasks-col4 {
		grid-template-columns: repeat(2, 1fr);
	}
	.raid-pl-card-tt {
		font-size: 16px;
	}
}
@media (max-width: 600px) {
	.raid-players {
		gap: 6px;
	}
	.raid-players button {
		padding: 8px 10px;
		font-size: 14px;
		border-radius: 6px;
	}
	.raid-tasks-col2,
	.raid-tasks-col3,
	.raid-tasks-col4,
	.raid-tasks-col5 {
		grid-template-columns: 1fr;
	}
	.raid-pl-step {
		font-size: 14px;
		padding: 6px;
	}
	.raid-full-pl {
		padding: 10px;
	}
}