/* Perfiles jugador/guild — MuVictus */

.caribe-profile .caribe-profile-panel {
    background: linear-gradient(165deg, rgba(8, 18, 36, 0.96) 0%, rgba(4, 10, 22, 0.98) 100%);
    border: 1px solid rgba(0, 255, 228, 0.18);
    border-radius: 12px;
    margin-bottom: 24px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    overflow: hidden;
}

.caribe-profile-heading {
    border-bottom: 1px solid rgba(0, 255, 228, 0.12);
    padding: 18px 22px;
    background: linear-gradient(90deg, rgba(0, 255, 228, 0.06) 0%, transparent 55%);
}

.caribe-profile-title {
    margin: 0;
    color: #8ec8ff;
    font-size: 1.05rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.caribe-profile-char-name {
    color: #f5a623;
    font-weight: 700;
}

.caribe-profile-body {
    padding: 22px;
}

.caribe-profile-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
    align-items: stretch;
}

.caribe-profile-col {
    flex: 1 1 280px;
    min-width: 0;
}

.caribe-profile-col--preview {
    flex: 1 1 320px;
    max-width: 420px;
}

.caribe-profile-preview {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    min-height: 380px;
    border-radius: 10px;
    border: 1px solid rgba(248, 195, 92, 0.25);
    background: linear-gradient(165deg, rgba(14, 18, 28, 0.92), rgba(8, 10, 16, 0.96));
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    overflow: hidden;
}

.caribe-profile-preview::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(4, 8, 16, 0.75) 100%);
    pointer-events: none;
}

.caribe-profile-preview__avatar {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 92%;
    max-height: 340px;
    width: auto;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.55));
}

.caribe-profile-info-table {
    width: 100%;
    border-collapse: collapse;
    background: transparent;
}

.caribe-profile-col--info {
    flex: 1 1 300px;
}

.caribe-profile-info-table {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(0, 255, 228, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.caribe-profile-info-table thead th {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.65) 100%);
    color: #fff;
    padding: 14px 16px;
    text-align: left;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.04em;
    border: none;
}

.caribe-profile-info-table tbody td {
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: #e8e8e8;
    vertical-align: middle;
    font-size: 14px;
}

.caribe-profile-info-table tbody tr:nth-child(even) td {
    background: rgba(255, 255, 255, 0.02);
}

.caribe-profile-info-table tbody tr:hover td {
    background: rgba(0, 255, 228, 0.04);
}

.caribe-profile-info-label {
    width: 50%;
    text-align: left;
    color: #c8d4e8;
}

.caribe-profile-info-label i {
    margin-right: 8px;
    color: #8aa4c8;
    width: 18px;
    text-align: center;
}

.caribe-profile-info-value {
    width: 50%;
    text-align: left;
}

.caribe-profile-info-value b,
.caribe-profile-info-value .text-warning,
.caribe-profile-info-value a {
    color: #f5a623;
}

.caribe-profile-muted {
    color: #888;
}

.caribe-profile-badge {
    display: inline-block;
    padding: 4px 14px;
    border-radius: 999px;
    border: 1px solid rgba(126, 184, 255, 0.45);
    color: #b8d4ff;
    font-size: 0.9rem;
    background: rgba(255, 255, 255, 0.06);
}

.caribe-profile-badge--online {
    border-color: rgba(76, 175, 80, 0.5);
    color: #7dffb0;
    background: rgba(76, 175, 80, 0.12);
}

.caribe-profile-badge--offline {
    border-color: rgba(158, 158, 158, 0.4);
    color: #bbb;
}

.caribe-profile-inventory-block {
    margin-top: 8px;
}

.caribe-profile-inventory-block {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(0, 255, 228, 0.12);
}

.caribe-profile-inventory-title {
    background: linear-gradient(90deg, rgba(0, 255, 228, 0.12) 0%, rgba(0, 0, 0, 0.9) 50%, rgba(0, 255, 228, 0.12) 100%);
    color: #f8c35c;
    text-align: center;
    padding: 12px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 0;
}

.caribe-profile-equip .caribe-equip-showcase__stage {
    min-height: 520px;
    height: auto;
    aspect-ratio: 16 / 10;
    border: none;
    border-radius: 0;
    background-color: rgba(8, 12, 20, 0.95) !important;
}

@media (max-width: 768px) {
    .caribe-profile-col--preview {
        max-width: none;
    }
    .caribe-profile-preview {
        min-height: 280px;
    }
}


#we-prof-itemtip.we-prof-itemtip {
	position: fixed;
	z-index: 100050;
	display: none;
	pointer-events: none;
	margin: 0;
	max-width: min(260px, 92vw);
	max-height: 78vh;
	overflow: auto;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.45;
	text-align: center;
	color: #ffffff;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	background: #000000;
	border: 1px solid rgba(80, 80, 80, 0.65);
	border-radius: 6px;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.75), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

#we-prof-itemtip .item_size_12 {
	font-size: 12px;
}

#we-prof-itemtip .item_font_family {
	font-family: tahoma, sans-serif;
}

#we-prof-itemtip .item_white {
	color: #ffffff;
}

#we-prof-itemtip .item_light_green {
	color: #00ff00;
}

#we-prof-itemtip .item_light_blue {
	color: #80b2ff;
}

#we-prof-itemtip .item_light_blue_2 {
	color: #3366ff;
}

#we-prof-itemtip .item_blue {
	color: #0066ff;
}

#we-prof-itemtip .item_pink {
	color: #ff1493;
}

#we-prof-itemtip .item_yellow {
	color: #fade09;
}

#we-prof-itemtip .item_yellow_2 {
	color: #ffcc00;
}

#we-prof-itemtip .item_red {
	color: #ff0000;
}

#we-prof-itemtip .item_dark_red {
	color: #800000;
}

#we-prof-itemtip .item_dark_red_background {
	background-color: #800000;
}

#we-prof-itemtip .item_purple {
	color: #800080;
}

#we-prof-itemtip .item_socket {
	color: #b266ff;
}

#we-prof-itemtip .item_grey {
	color: #808080;
}

#we-prof-itemtip .item_luck {
	color: #8fd3ff;
}

#we-prof-itemtip .item_yellow_title {
	color: #ffcc19;
}

#we-prof-itemtip .item_exe_title {
	color: #00ff66;
}

#we-prof-itemtip .item_socket_title {
	color: #b266ff;
}

#we-prof-itemtip .item_socket_exe_title {
	color: #7401df;
}

#we-prof-itemtip .item_ancient_title {
	color: #01df01;
}

.caribe-equip-showcase {
	width: 100%;
	max-width: 920px;
	margin: 16px auto 0;
	padding: 0 10px;
	box-sizing: border-box;
}

.caribe-equip-showcase__stage {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 10;
	min-height: 460px;
	border-radius: 12px;
	border: 1px solid rgba(201, 161, 74, 0.28);
	box-shadow:
		0 12px 40px rgba(0, 0, 0, 0.45),
		inset 0 0 0 1px rgba(255, 255, 255, 0.05);
	background:
		linear-gradient(165deg, rgba(14, 18, 28, 0.92), rgba(8, 10, 16, 0.96)),
		repeating-linear-gradient(to right, rgba(255, 255, 255, 0.03) 0, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 36px),
		repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 0, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 36px);
	overflow: hidden;
}

.caribe-equip-slot {
	position: absolute;
	background-size: contain !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5));
	pointer-events: auto;
	box-sizing: border-box;
}

.caribe-equip-slot--no-sprite {
	background-color: rgba(36, 32, 26, 0.65) !important;
	border: 1px dashed rgba(255, 221, 169, 0.28);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.35);
}

.caribe-equip-slot--helm {
	left: 18.5%;
	top: 6.5%;
	width: 22.5%;
	height: 22%;
}

.caribe-equip-slot--wings {
	left: 71%;
	top: 5%;
	width: 26.5%;
	height: 26%;
}

.caribe-equip-slot--pendant {
	left: 61%;
	top: 12%;
	width: 6.5%;
	height: 15%;
}

.caribe-equip-slot--weapon {
	left: 11.5%;
	top: 64.5%;
	width: 14.5%;
	height: 32%;
}

.caribe-equip-slot--shield {
	left: 79%;
	top: 67%;
	width: 22.5%;
	height: 27%;
}

.caribe-equip-slot--armor {
	left: 17%;
	top: 32.5%;
	width: 22.5%;
	height: 22.5%;
}

.caribe-equip-slot--gloves {
	left: 68%;
	top: 40%;
	width: 23.5%;
	height: 17%;
}

.caribe-equip-slot--pants {
	left: 29%;
	top: 78.5%;
	width: 13.5%;
	height: 22%;
}

.caribe-equip-slot--boots {
	left: 65%;
	top: 80%;
	width: 17.5%;
	height: 18%;
}

.caribe-equip-slot--ring_left {
	left: 32%;
	top: 61%;
	width: 6.5%;
	height: 15%;
}

.caribe-equip-slot--ring_right {
	left: 71.5%;
	top: 61%;
	width: 6.5%;
	height: 15%;
}

.caribe-equip-slot--pet {
    left: 5%;
    top: 17%;
    width: 7.5%;
    height: 7%;
}

.caribe-prof-tip.caribe-prof-tip--classic {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 16px 18px;
	min-width: 0;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	color: #ffffff;
}

#we-prof-itemtip .caribe-prof-tip__name {
	width: 100%;
	text-align: center;
}

#we-prof-itemtip .caribe-prof-tip__name .item_size_12 {
	display: block;
}

.caribe-prof-tip__img {
	flex: 0 0 auto;
	align-self: center;
	width: 64px;
	height: 64px;
	margin: 0 auto;
	border-radius: 4px;
	border: none;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	text-align: center;
}

.caribe-prof-tip__img img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	object-fit: contain;
	object-position: center center;
	image-rendering: pixelated;
	image-rendering: crisp-edges;
}

#we-prof-itemtip.we-prof-itemtip {
	display: none;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

#we-prof-itemtip .caribe-prof-tip__rest {
	width: 100%;
	min-width: 0;
	text-align: center;
	font-size: 12px;
	line-height: 1.45;
}

#we-prof-itemtip .caribe-prof-tip__rest .item_white,
#we-prof-itemtip .caribe-prof-tip__rest .item_size_12 {
	text-align: center;
}

#we-prof-itemtip .caribe-prof-tip__rest .item_dark_red_background {
	border-radius: 2px;
	padding: 4px 6px;
	margin: 4px 0;
	display: block;
}

@media (max-width: 600px) {
	.caribe-equip-showcase__stage {
		min-height: 380px;
	}
}

.profiles_player_card {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 12px;
	border: 1px solid rgba(255, 221, 169, 0.12);
	padding: 0 0 22px;
	color: #e8ecf3;
	background: linear-gradient(165deg, rgba(12, 14, 24, 0.96) 0%, rgba(6, 8, 16, 0.98) 100%);
	box-shadow: 0 4px 28px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.profiles_player_content {
	position: relative;
	z-index: 1;
	float: none;
	width: 100%;
	max-width: 100%;
	color: inherit;
	padding: 0 20px 0;
}

.caribe-profile .profiles_player_equipment {
	margin-top: 4px;
}

.caribe-prof-v2__cells--tail {
	margin-top: 8px;
}

.caribe-prof-v2.profiles_player_card {
	padding: 0 0 20px;
	border-radius: 16px;
}

.caribe-prof-v2__wrap {
	padding: 0 16px 0;
}

.caribe-prof-v2__strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px 12px;
	margin: 0 -16px 20px;
	padding: 12px 16px;
	border-radius: 0 0 14px 14px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-top: none;
	background: linear-gradient(180deg, rgba(8, 10, 18, 0.55), rgba(6, 7, 12, 0.25));
}

.caribe-prof-v2__strip-cell {
	display: flex;
	align-items: center;
	gap: 8px 10px;
	min-width: 0;
	font-size: 0.86rem;
}

.caribe-prof-v2__strip-key {
	flex: 0 0 auto;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(180, 192, 210, 0.55);
}

.caribe-prof-v2__strip-cell--guild .caribe-prof-v2__strip-key::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 4px;
	vertical-align: -3px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2346e3ff' stroke-width='1.6'%3E%3Cpath d='M5 20V9l7-4 7 4v11'/%3E%3Cpath d='M5 20h14'/%3E%3C/svg%3E") center/contain no-repeat;
}

.caribe-prof-v2__strip-cell--zen .caribe-prof-v2__strip-key::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 4px;
	vertical-align: -3px;
	border-radius: 50%;
	background: radial-gradient(circle at 35% 30%, #ffe9a8, #c49a2c 42%, #6a4a12 100%);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35);
}

.caribe-prof-v2__strip-val {
	min-width: 0;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.caribe-prof-v2__strip-val--guild,
.caribe-prof-v2__strip-val--guild a {
	color: #5ee7ff;
	text-decoration: none;
}

.caribe-prof-v2__strip-val--guild a:hover {
	color: #9cf0ff;
	text-shadow: 0 0 12px rgba(94, 231, 255, 0.35);
}

.caribe-prof-v2__strip-val--zen {
	color: #e8c36a;
	text-shadow: 0 0 18px rgba(232, 195, 106, 0.18);
}

.caribe-prof-v2__strip-cell--status {
	justify-content: flex-end;
	gap: 8px;
}

.caribe-prof-v2__strip-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	flex-shrink: 0;
	background: #8892a4;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.35);
}

.caribe-prof-v2__strip-dot.is-online {
	background: #5cf29a;
	box-shadow: 0 0 10px rgba(92, 242, 154, 0.55);
}

.caribe-prof-v2__strip-dot.is-offline {
	background: #cbd5e1;
}

.caribe-prof-v2__strip-status {
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	font-size: 0.78rem;
}

.caribe-prof-v2__strip-status.is-online {
	color: #7dffb0;
}

.caribe-prof-v2__strip-status.is-offline {
	color: #e8ecf3;
}

.caribe-prof-v2__muted {
	color: rgba(160, 170, 190, 0.45);
	font-weight: 600;
}

.caribe-prof-v2__hero {
	position: relative;
	text-align: center;
	padding: 8px 8px 20px;
	border-radius: 0 0 18px 18px;
	margin: 0 -16px 10px;
	background:
		radial-gradient(ellipse 90% 70% at 50% 0%, rgba(120, 80, 200, 0.18), transparent 58%),
		linear-gradient(180deg, rgba(14, 16, 26, 0.65), rgba(6, 8, 14, 0.2));
}

.caribe-prof-v2__hero[style*="--caribe-prof-hero-banner"]::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	opacity: 0.22;
	background-image: var(--caribe-prof-hero-banner);
	background-size: cover;
	background-position: center 28%;
	pointer-events: none;
}

.caribe-prof-v2__avatar {
	position: relative;
	display: inline-block;
	margin: 0 auto 12px;
}

.caribe-prof-v2__avatar-ring {
	width: 118px;
	height: 118px;
	border-radius: 50%;
	padding: 4px;
	background: linear-gradient(145deg, rgba(160, 90, 240, 0.95), rgba(90, 40, 160, 0.85), rgba(200, 120, 255, 0.5));
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.08),
		0 0 28px rgba(160, 90, 240, 0.45),
		0 12px 32px rgba(0, 0, 0, 0.55);
}

.caribe-prof-v2__avatar-img {
	display: block;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	object-fit: contain;
	background: radial-gradient(circle at 40% 30%, #1e2234, #0a0c14);
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.caribe-prof-v2__presence {
	position: absolute;
	right: 8px;
	bottom: 8px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #94a3b8;
	border: 2px solid #0c0e16;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.caribe-prof-v2__presence.is-on {
	background: #4ade80;
	box-shadow: 0 0 10px rgba(74, 222, 128, 0.65);
}

.caribe-prof-v2__name {
	position: relative;
	margin: 0 0 12px;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(1.65rem, 4vw, 2.15rem);
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #f8fafc;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.65);
}

.caribe-prof-v2__badges {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 14px;
}

.caribe-prof-v2__badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 14px;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.caribe-prof-v2__badge--role {
	color: #f5ecff;
	background: linear-gradient(120deg, rgba(110, 60, 180, 0.95), rgba(70, 40, 120, 0.9));
	border: 1px solid rgba(200, 160, 255, 0.35);
	box-shadow: 0 4px 18px rgba(90, 40, 160, 0.35);
}

.caribe-prof-v2__badge--role::before {
	content: "";
	width: 14px;
	height: 14px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") center/contain no-repeat;
	opacity: 0.9;
}

.caribe-prof-v2__badge--master {
	color: #ffe8a8;
	background: linear-gradient(125deg, rgba(22, 24, 32, 0.98), rgba(12, 14, 22, 0.98));
	border: 1px solid rgba(232, 195, 106, 0.35);
}

.caribe-prof-v2__badge--master::before {
	content: "";
	width: 14px;
	height: 14px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23e8c36a'%3E%3Cpath d='M6 4h3l1 3h4l1-3h3v3l-2 2 1 4-4 2-4-2 1-4-2-2V4z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.caribe-prof-v2__microbars {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin: 0 auto 18px;
	max-width: 220px;
}

.caribe-prof-v2__microbar {
	display: block;
	flex: 1;
	height: 5px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.08);
	overflow: hidden;
}

.caribe-prof-v2__microbar i {
	display: block;
	height: 100%;
	border-radius: inherit;
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.15);
}

.caribe-prof-v2__level-ring {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 108px;
	height: 108px;
	border-radius: 50%;
	border: 2px solid rgba(248, 250, 252, 0.85);
	background: radial-gradient(circle at 50% 35%, rgba(40, 44, 58, 0.55), rgba(8, 10, 16, 0.92));
	box-shadow:
		0 0 0 1px rgba(0, 0, 0, 0.5),
		0 10px 36px rgba(0, 0, 0, 0.45),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.caribe-prof-v2__level-num {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1.85rem;
	font-weight: 700;
	line-height: 1.05;
	color: #fff;
}

.caribe-prof-v2__level-lbl {
	margin-top: 2px;
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(226, 232, 240, 0.85);
}

.caribe-prof-v2__cols {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 16px;
	margin-top: 18px;
	align-items: start;
}

.caribe-prof-v2__col-title {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 12px;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #eef2f7;
}

.caribe-prof-v2__col-ico {
	width: 22px;
	height: 22px;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.caribe-prof-v2__col-ico--shield {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e8ecf3' stroke-width='1.6'%3E%3Cpath d='M12 3l8 4v6c0 5-3.5 9.5-8 11-4.5-1.5-8-6-8-11V7l8-4z'/%3E%3C/svg%3E") center/14px 14px no-repeat;
}

.caribe-prof-v2__col-ico--bolt {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fbbf24' stroke='%23fbbf24' stroke-width='1'%3E%3Cpath d='M13 2L3 14h8l-1 8 10-12h-8l1-8z'/%3E%3C/svg%3E") center/14px 14px no-repeat;
	background-color: rgba(251, 191, 36, 0.12);
	border-color: rgba(251, 191, 36, 0.25);
}

.caribe-prof-v2__cells {
	display: grid;
	gap: 8px;
}

.caribe-prof-v2__cells--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.caribe-prof-v2__cells--2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.caribe-prof-v2__cells--1 {
	grid-template-columns: 1fr;
}

.caribe-prof-v2__cell {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 4px;
	padding: 12px 8px 10px;
	border-radius: 12px;
	background: linear-gradient(165deg, rgba(22, 26, 38, 0.92), rgba(10, 12, 20, 0.96));
	border: 1px solid rgba(255, 255, 255, 0.06);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
	min-height: 92px;
	justify-content: center;
}

.caribe-prof-v2__cell--side {
	min-height: 0;
	align-self: stretch;
}

.caribe-prof-v2__cell-ico {
	width: 22px;
	height: 22px;
	opacity: 0.88;
	margin-bottom: 2px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 18px 18px;
}

.caribe-prof-v2__cell-ico--cycle {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23cbd5e1' stroke-width='1.8'%3E%3Cpath d='M4 12a8 8 0 0114-5M20 12a8 8 0 01-14 5'/%3E%3C/svg%3E");
}

.caribe-prof-v2__cell-ico--loop {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23cbd5e1' stroke-width='1.6'%3E%3Cpath d='M12 4a8 8 0 018 8h-3M12 20a8 8 0 01-8-8h3'/%3E%3C/svg%3E");
}

.caribe-prof-v2__cell-ico--skull {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23cbd5e1'%3E%3Cpath d='M12 3a6 6 0 00-6 6v3h2v3l2 2h8l2-2v-3h2V9a6 6 0 00-6-6zm-2 14v3h4v-3h-4z'/%3E%3C/svg%3E");
}

.caribe-prof-v2__cell-ico--fist {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23cbd5e1'%3E%3Cpath d='M8 10V8a2 2 0 114 0v2h2V9a2 2 0 114 0v5l-1 5H9l-3-5v-4z'/%3E%3C/svg%3E");
}

.caribe-prof-v2__cell-ico--bolt2 {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fbbf24'%3E%3Cpath d='M13 2L3 14h8l-1 8 10-12h-8l1-8z'/%3E%3C/svg%3E");
}

.caribe-prof-v2__cell-ico--heart {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f87171' stroke-width='1.8'%3E%3Cpath d='M12 21s-7-4.7-7-11a4 4 0 017-2 4 4 0 017 2c0 6.3-7 11-7 11z'/%3E%3C/svg%3E");
}

.caribe-prof-v2__cell-ico--drop {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2360a5fa'%3E%3Cpath d='M12 2l7 9a5 5 0 11-14 0l7-9z'/%3E%3C/svg%3E");
}

.caribe-prof-v2__cell-ico--cmd {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a78bfa' stroke-width='1.6'%3E%3Cpath d='M12 3l7 4v6l-7 4-7-4V7l7-4z'/%3E%3C/svg%3E");
}

.caribe-prof-v2__cell-ico--star {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fde047'%3E%3Cpath d='M12 2l2.9 7.4H22l-6 4.6 2.3 7L12 17.9 5.7 21 8 14.1 2 9.4h7.1z'/%3E%3C/svg%3E");
}

.caribe-prof-v2__cell-lbl {
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(180, 190, 205, 0.75);
	line-height: 1.2;
}

.caribe-prof-v2__cell-val {
	font-size: 1rem;
	font-weight: 800;
	color: #f1f5f9;
	letter-spacing: 0.02em;
}

.caribe-prof-v2__pk-row {
	display: grid;
	grid-template-columns: 1fr minmax(92px, 32%);
	gap: 8px;
	margin-top: 8px;
	align-items: stretch;
}

.caribe-prof-v2__pk-main {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 6px;
	padding: 12px 14px;
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(40, 14, 18, 0.95), rgba(12, 8, 12, 0.98));
	border: 1px solid rgba(239, 68, 68, 0.28);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
	text-align: left;
}

.caribe-prof-v2__pk-tier {
	font-size: 1.05rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #ff6b6b;
	text-shadow: 0 0 18px rgba(255, 80, 80, 0.35);
}

.caribe-prof-v2__pk-sub {
	font-size: 0.72rem;
	font-weight: 600;
	color: rgba(248, 250, 252, 0.65);
}

.caribe-prof-v2__pk-bar {
	width: 100%;
	height: 6px;
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.45);
	overflow: visible;
	position: relative;
}

.caribe-prof-v2__pk-bar span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #ff5757, #fb7185);
	box-shadow: 0 0 12px rgba(255, 70, 90, 0.55);
	position: relative;
}

.caribe-prof-v2__pk-bar span::after {
	content: "";
	position: absolute;
	right: -4px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 10px rgba(255, 80, 100, 0.85);
}

.caribe-prof-v2__equip-title {
	margin-top: 22px;
	margin-bottom: 6px;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #f1f5f9;
	text-align: center;
}

.caribe-prof-v2__equip-title::before {
	content: "ðŸ’Ž ";
}

@media (max-width: 820px) {
	.caribe-prof-v2__cols {
		grid-template-columns: 1fr;
	}

	.caribe-prof-v2__pk-row {
		grid-template-columns: 1fr;
	}

	.caribe-prof-v2__cell--side {
		flex-direction: row;
		justify-content: center;
		min-height: auto;
		padding: 10px 12px;
	}

	.caribe-prof-v2__strip {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.caribe-prof-v2__strip-cell--status {
		justify-content: center;
	}

	.caribe-prof-v2__cells--3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 480px) {
	.caribe-prof-v2__cells--3 {
		grid-template-columns: 1fr;
	}
}
/* â€”â€” Perfil gremio (Ezio) â€”â€” */
.caribe-guild-card.profiles_guild_card {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	border-radius: 12px;
	border: 1px solid rgba(255, 221, 169, 0.12);
	padding: 0;
	color: #e8ecf3;
	background: linear-gradient(165deg, rgba(12, 14, 24, 0.96) 0%, rgba(6, 8, 16, 0.98) 100%);
	box-shadow: 0 4px 28px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.04);
	text-shadow: none;
}

.caribe-guild-hero {
	position: relative;
	padding: 0;
	border-radius: 12px 12px 0 0;
	background-color: #080a10;
	background-size: cover;
	background-position: center 32%;
	background-repeat: no-repeat;
}

.caribe-guild-hero--empty {
	background-image: linear-gradient(125deg, #0c0e16 0%, #151a28 40%, #080a10 100%);
}

.caribe-guild-hero--empty::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: radial-gradient(ellipse 100% 80% at 30% 0%, rgba(200, 90, 60, 0.12), transparent 50%),
		radial-gradient(ellipse 80% 60% at 100% 30%, rgba(100, 120, 200, 0.08), transparent 45%);
	pointer-events: none;
}

.caribe-guild-hero__scrim {
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: linear-gradient(180deg, rgba(4, 5, 10, 0.2) 0%, rgba(6, 8, 14, 0.45) 100%);
	pointer-events: none;
	z-index: 0;
}

.caribe-guild-hero--has .caribe-guild-hero__scrim {
	background: linear-gradient(180deg, rgba(4, 5, 10, 0.25) 0%, rgba(6, 8, 14, 0.6) 100%);
}

.caribe-guild-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 20px 28px;
	align-items: center;
	padding: 24px 22px 22px;
}

.caribe-guild-emblem {
	display: flex;
	align-items: center;
	justify-content: center;
}

.caribe-guild-emblem__frame {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 152px;
	height: 152px;
	padding: 4px;
	border-radius: 12px;
	background: linear-gradient(145deg, rgba(40, 36, 28, 0.95), rgba(12, 10, 8, 0.98));
	border: 1px solid rgba(255, 201, 120, 0.28);
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.caribe-guild-emblem__frame img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	vertical-align: middle;
}

.caribe-guild-hero__text {
	min-width: 0;
}

.caribe-guild-name {
	margin: 0 0 12px;
	font-size: 1.55rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	color: #fff8f0;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.85), 0 0 20px rgba(255, 201, 120, 0.2);
}

.caribe-guild-meta {
	width: 100%;
	border-collapse: collapse;
	table-layout: auto;
	-webkit-backdrop-filter: blur(8px) saturate(1.1);
	backdrop-filter: blur(8px) saturate(1.1);
	background: rgba(4, 6, 12, 0.38);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	overflow: hidden;
}

.caribe-guild-meta th,
.caribe-guild-meta td {
	padding: 10px 14px;
	text-align: left;
	vertical-align: top;
}

.caribe-guild-meta tr+tr th,
.caribe-guild-meta tr+tr td {
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.caribe-guild-meta th[scope="row"] {
	width: 38%;
	max-width: 12rem;
	font-weight: 600;
	font-size: 0.82rem;
	letter-spacing: 0.04em;
	color: rgba(200, 210, 230, 0.88);
	text-align: right;
	white-space: nowrap;
}

.caribe-guild-meta td {
	color: #f0f4fa;
	font-size: 0.95rem;
}

.caribe-guild-meta td a {
	color: #e8c36a;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.15s ease, text-shadow 0.15s ease;
}

.caribe-guild-meta td a:hover {
	color: #f5d78a;
	text-shadow: 0 0 12px rgba(232, 195, 106, 0.45);
}

.caribe-guild-body {
	padding: 20px 22px 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.caribe-guild-members-title {
	margin: 0 0 14px;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #ffdda9;
}

.caribe-guild-members {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 12px;
}

.caribe-guild-member {
	margin: 0;
	padding: 0;
}

.caribe-guild-member a {
	display: inline-block;
	padding: 8px 14px;
	border-radius: 8px;
	color: #e8c36a;
	font-size: 0.92rem;
	font-weight: 600;
	text-decoration: none;
	background: rgba(255, 201, 120, 0.08);
	border: 1px solid rgba(255, 201, 120, 0.18);
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.caribe-guild-member a:hover {
	color: #f5d78a;
	background: rgba(255, 201, 120, 0.14);
	border-color: rgba(255, 201, 120, 0.35);
}

.caribe-guild-members-empty {
	margin: 0;
	color: rgba(180, 190, 210, 0.5);
	font-size: 0.9rem;
}

@media (max-width: 600px) {
	.caribe-guild-hero__grid {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.caribe-guild-hero__text {
		text-align: center;
	}

	.caribe-guild-meta th[scope="row"] {
		text-align: left;
	}

	.caribe-guild-hero--has,
	.caribe-guild-hero--empty {
		background-position: center 20%;
	}
}

@media (prefers-reduced-transparency: reduce) {
	.caribe-guild-meta {
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
		background: rgba(12, 14, 22, 0.9);
	}
}

.caribe-equip-showcase {
	width: 100%;
	max-width: 920px;
	margin: 16px auto 0;
	padding: 0 10px;
	box-sizing: border-box;
}

.caribe-equip-showcase__stage {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 10;
	min-height: 460px;
	border-radius: 12px;
	border: 1px solid rgba(201, 161, 74, 0.28);
	box-shadow:
		0 12px 40px rgba(0, 0, 0, 0.45),
		inset 0 0 0 1px rgba(255, 255, 255, 0.05);
	background:
		linear-gradient(165deg, rgba(14, 18, 28, 0.92), rgba(8, 10, 16, 0.96)),
		repeating-linear-gradient(to right, rgba(255, 255, 255, 0.03) 0, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 36px),
		repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 0, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 36px);
	overflow: hidden;
	height: 760px;
}

.caribe-equip-slot {
	position: absolute;
	background-size: contain !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5));
	pointer-events: auto;
	box-sizing: border-box;
}

.caribe-equip-slot--no-sprite {
	background-color: rgba(36, 32, 26, 0.65) !important;
	border: 1px dashed rgba(255, 221, 169, 0.28);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.35);
}

.caribe-equip-slot--helm {
	left: 19%;
    top: 8.5%;
    width: 22.5%;
    height: 22%;
}

.caribe-equip-slot--wings {
	left: 70%;
    top: 6%;
    width: 26.5%;
    height: 26%;
}

.caribe-equip-slot--pendant {
    left: 61.2%;
    top: 15%;
    width: 6.5%;
    height: 15%;
}

.caribe-equip-slot--weapon {
    left: 11.5%;
    top: 61.5%;
    width: 14.5%;
    height: 32%;
}

.caribe-equip-slot--shield {
    left: 79%;
    top: 67%;
    width: 22.5%;
    height: 27%;
}

.caribe-equip-slot--armor {
	left: 16%;
    top: 36.5%;
    width: 22.5%;
    height: 22.5%;
}

.caribe-equip-slot--gloves {
    left: 68%;
    top: 40%;
    width: 23.5%;
    height: 17%;
}

.caribe-equip-slot--pants {
    left: 29%;
    top: 74.5%;
    width: 13.5%;
    height: 22%;
}

.caribe-equip-slot--boots {
    left: 65%;
    top: 76%;
    width: 17.5%;
    height: 18%;
}

.caribe-equip-slot--ring_left {
	left: 32%;
    top: 59%;
    width: 6.5%;
    height: 15%;
}

.caribe-equip-slot--ring_right {
	left: 70%;
    top: 59.5%;
    width: 6.5%;
    height: 15%;
}

.caribe-equip-slot--pet {
    left: 6%;
    top: 12.5%;
    width: 9.5%;
    height: 17%;
}

.caribe-prof-tip.caribe-prof-tip--classic {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 16px 18px;
	min-width: 0;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	color: #ffffff;
}

#we-prof-itemtip .caribe-prof-tip__name {
	width: 100%;
	text-align: center;
}

#we-prof-itemtip .caribe-prof-tip__name .item_size_12 {
	display: block;
}

.caribe-prof-tip__img {
	flex: 0 0 auto;
	width: 56px;
	height: 56px;
	border-radius: 4px;
	border: none;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.caribe-prof-tip__img img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: block;
	image-rendering: pixelated;
	image-rendering: crisp-edges;
}

#we-prof-itemtip .caribe-prof-tip__rest {
	width: 100%;
	min-width: 0;
	text-align: center;
	font-size: 12px;
	line-height: 1.45;
}

#we-prof-itemtip .caribe-prof-tip__rest .item_white,
#we-prof-itemtip .caribe-prof-tip__rest .item_size_12 {
	text-align: center;
}

#we-prof-itemtip .caribe-prof-tip__rest .item_dark_red_background {
	border-radius: 2px;
	padding: 4px 6px;
	margin: 4px 0;
	display: block;
}

@media (max-width: 600px) {
	.caribe-equip-showcase__stage {
		min-height: 380px;
	}

