/* Wiki — Renascimento */

.rena-page {
	scroll-behavior: smooth;
}

.rena-intro {
	padding: 1.15rem 1.25rem;
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(78, 172, 255, 0.12) 0%, rgba(255, 255, 255, 0.96) 55%);
	border: 1px solid rgba(78, 172, 255, 0.28);
	box-shadow: 0 6px 18px rgba(78, 172, 255, 0.08);
}

.rena-intro__text {
	margin: 0 0 1rem;
	font-size: 0.95rem;
	line-height: 1.65;
	color: #334155;
}

.rena-intro__text code {
	font-weight: 700;
	color: #1d4ed8;
}

.rena-intro__badges {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	padding: 0.75rem 0.85rem;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(78, 172, 255, 0.28);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 4px 12px rgba(78, 172, 255, 0.1);
}

.rena-intro__badges .badge {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.12);
}

.rena-hero-gallery {
	margin: 0 0 1.35rem;
	padding: 1.1rem 1.15rem;
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(78, 172, 255, 0.08) 0%, rgba(255, 255, 255, 0.96) 55%);
	border: 1px solid rgba(78, 172, 255, 0.2);
}

.rena-path {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0.55rem;
	margin: 0 0 1.35rem;
}

@media (max-width: 991.98px) {
	.rena-path {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.rena-path__item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.35rem;
	padding: 0.75rem 0.5rem 0.7rem;
	border-radius: 12px;
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	text-decoration: none;
	color: #475569;
	text-align: center;
	transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.rena-path__item:hover {
	transform: translateY(-2px);
	border-color: rgba(78, 172, 255, 0.45);
	box-shadow: 0 8px 18px rgba(78, 172, 255, 0.12);
	color: #1d4ed8;
}

.rena-path__item--mid {
	border-color: rgba(245, 158, 11, 0.35);
	background: linear-gradient(180deg, #fffbeb 0%, #fff 70%);
}

.rena-path__item--final {
	border-color: rgba(124, 58, 237, 0.35);
	background: linear-gradient(180deg, #f5f3ff 0%, #fff 70%);
}

.rena-path__badge {
	position: absolute;
	top: 0.4rem;
	right: 0.4rem;
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	padding: 0.12rem 0.35rem;
	border-radius: 999px;
	background: #0f172a;
	color: #fff;
}

.rena-path__name {
	font-size: 0.78rem;
	font-weight: 700;
	color: #0f172a;
	line-height: 1.2;
}

.rena-path__zeny {
	font-size: 0.68rem;
	color: #64748b;
}

.rena-nick-box {
	padding: 0.95rem 1.1rem;
	border-radius: 12px;
	background: #f8fafc;
	border: 1px solid rgba(15, 23, 42, 0.08);
}

.rena-nick-box__head {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.45rem 0.85rem;
	margin-bottom: 0.75rem;
}

.rena-nick-box__head strong {
	color: #0f172a;
	font-size: 0.95rem;
}

.rena-nick-box__examples {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.65rem;
}

@media (max-width: 575.98px) {
	.rena-nick-box__examples {
		grid-template-columns: 1fr;
	}
}

.rena-nick-box__ex {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	padding: 0.7rem 0.85rem;
	border-radius: 10px;
	background: #fff;
	border: 1px solid rgba(78, 172, 255, 0.16);
}

.rena-nick-box__tag {
	font-size: 0.7rem;
	font-weight: 700;
	color: #64748b;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.rena-nick-box__code {
	display: block;
	padding: 0;
	margin: 0;
	font-size: 1rem;
	font-weight: 600;
	color: #1e293b;
	background: transparent;
	border: 0;
}

.rena-nick-box__code em {
	font-style: normal;
	font-weight: 800;
	color: #1d4ed8;
}

.rena-mob {
	display: block;
	margin: 0 auto;
	object-fit: contain;
	image-rendering: pixelated;
	image-rendering: crisp-edges;
	filter: drop-shadow(0 4px 10px rgba(15, 23, 42, 0.12));
}

.rena-mob--featured {
	padding: 0.35rem;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.75);
	border: 1px solid rgba(78, 172, 255, 0.18);
	max-width: 120px;
}

.rena-mob--chip,
.rena-mob--path {
	width: 56px;
	height: 56px;
	filter: none;
}

.rena-mob--card {
	width: 80px;
	height: 80px;
	flex-shrink: 0;
}

.rena-mob--table {
	width: 36px;
	height: 36px;
	filter: none;
}

.rena-chronicle {
	height: 100%;
	border-left: 4px solid #3b82f6;
	transition: box-shadow 0.15s ease;
}

.rena-chronicle:hover {
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.rena-chronicle--s1 { border-left-color: #94a3b8; }
.rena-chronicle--s2 { border-left-color: #3b82f6; }
.rena-chronicle--s3 { border-left-color: #14b8a6; }
.rena-chronicle--s4 { border-left-color: #10b981; }
.rena-chronicle--s5 { border-left-color: #f59e0b; }
.rena-chronicle--s6 { border-left-color: #f97316; }
.rena-chronicle--s7 { border-left-color: #f43f5e; }
.rena-chronicle--s8 { border-left-color: #8b5cf6; }
.rena-chronicle--s9 { border-left-color: #6366f1; }
.rena-chronicle--s10 { border-left-color: #eab308; }

.rena-chronicle__head {
	display: flex;
	align-items: center;
	gap: 0.9rem;
	margin-bottom: 0.75rem;
}

.rena-chronicle__title {
	font-size: 1.12rem;
	font-weight: 700;
	color: #0f172a;
	margin: 0;
}

.rena-chronicle__lore {
	font-style: italic;
	line-height: 1.55;
	margin-bottom: 0.85rem !important;
}

.rena-chronicle__stats {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
}

.rena-stat-pill {
	display: inline-flex;
	align-items: center;
	padding: 0.2rem 0.5rem;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 600;
	color: #334155;
	background: rgba(78, 172, 255, 0.08);
	border: 1px solid rgba(78, 172, 255, 0.16);
}

.rena-stat-pill--warn {
	color: #9a3412;
	background: rgba(249, 115, 22, 0.1);
	border-color: rgba(249, 115, 22, 0.22);
}

.rena-stat-pill--ok {
	color: #166534;
	background: rgba(34, 197, 94, 0.1);
	border-color: rgba(34, 197, 94, 0.22);
}

.rena-summary {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.75rem;
	margin-bottom: 1.25rem;
}

@media (max-width: 767.98px) {
	.rena-summary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.rena-summary__card {
	padding: 0.85rem 0.9rem;
	border-radius: 12px;
	background: #fff;
	border: 1px solid rgba(78, 172, 255, 0.18);
	text-align: center;
}

.rena-summary__value {
	display: block;
	font-size: 1.15rem;
	font-weight: 800;
	color: #1d4ed8;
	line-height: 1.2;
}

.rena-summary__label {
	display: block;
	margin-top: 0.2rem;
	font-size: 0.72rem;
	font-weight: 600;
	color: #64748b;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.rena-table-wrap .table tbody tr:hover {
	background: rgba(78, 172, 255, 0.05);
}

.rena-table-wrap .rena-exp {
	font-weight: 700;
	color: #c2410c;
}

.rena-table-wrap .rena-drop {
	font-weight: 700;
	color: #15803d;
}

.rena-alert {
	padding: 1rem 1.15rem;
	border-width: 1px;
	border-left-width: 4px;
	border-left-color: #d97706;
	box-shadow: 0 4px 14px rgba(245, 158, 11, 0.12);
	font-size: 0.92rem;
}

.rena-alert .info-notice__icon {
	width: 2.1rem;
	height: 2.1rem;
	font-size: 1rem;
	color: #b45309;
	background: rgba(245, 158, 11, 0.22);
}

.rena-alert__title {
	display: block;
	margin-bottom: 0.25rem;
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #92400e;
}

.rena-alert__text {
	color: #78350f;
	line-height: 1.55;
}

.rena-alert__text em {
	font-weight: 700;
	font-style: italic;
	color: #9a3412;
}
