/*!
    
 =========================================================
 * WebEngine CMS
 * https://webenginecms.org/
 =========================================================
 
 * Author Lautaro Angelico (https://lautaroangelico.com/)
 * Copyright (c) 2013-2020 Lautaro Angelico, All Rights Reserved
 
 * Licensed under the MIT license
 * http://opensource.org/licenses/MIT
 
 =========================================================
 .
*/
.profilekills td p { font-size: 0.85rem;}
.profilekills td p span{ font-size: 0.75rem !important;}
.profiles { width: 80%;}
.profiles .col-6{margin-bottom: 30px;}

/* GUILD PROFILES */

.fixitemsview {padding-right:0px !important; background-color:#1d1b1b;}
.profiles_guild_card {
	width: 100%;
	background: #000000 url('../img/profiles/guild.jpg') no-repeat;
	background-size: cover;
	overflow: auto;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
	border: 1px solid #333;
	-moz-box-shadow: 0 0 10px #555;
	-webkit-box-shadow: 0 0 10px #555;
	box-shadow: 0 0 10px #555;
	padding: 40px;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000;
}
	.profiles_guild_card .guild_logo img {
		-moz-box-shadow: 0 0 10px #000;
		-webkit-box-shadow: 0 0 10px #000;
		box-shadow: 0 0 10px #000;
	}
	.profiles_guild_card .guild_name {
		font-family: 'Cinzel', serif;
		font-size: 24px;
		color: #ffffff;
		font-weight: bold;
	}
	.profiles_guild_card table {
		table-layout: fixed;
	}
	.profiles_guild_card hr {
		    border-top: 1px solid #333;
			margin-top: 30px;
			margin-bottom: 30px;
	}
	.profiles_guild_card .guild_members {
		font-family: 'Cinzel', serif;
		font-size: 24px;
		color: #ffffff;
		font-weight: bold;
	}
	.profiles_guild_card .guild_members_list {
		margin-top: 30px;
	}

/* PLAYER PROFILES */
.profiles_player_card {
	width: 100%;
	overflow: auto;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
	border: 1px solid #333;
	-moz-box-shadow: 0 0 10px #555;
	-webkit-box-shadow: 0 0 10px #555;
	box-shadow: 0 0 10px #555;
	padding: 20px;
}

	.DK.profiles_player_card, .BK.profiles_player_card, .BM.profiles_player_card, .DGK.profiles_player_card { background: url('../img/profiles/knight.jpg') no-repeat; background-size: cover; }
	.DW.profiles_player_card, .SM.profiles_player_card, .GM.profiles_player_card, .SW.profiles_player_card { background: url('../img/profiles/wiz.jpg') no-repeat; background-size: cover; }
	.ELF.profiles_player_card, .ME.profiles_player_card, .HE.profiles_player_card, .NE.profiles_player_card { background: url('../img/profiles/elf.jpg') no-repeat; background-size: cover; }
	.SUM.profiles_player_card, .BS.profiles_player_card, .DSM.profiles_player_card, .DS.profiles_player_card { background: url('../img/profiles/sum.jpg') no-repeat; background-size: cover; }
	.DL.profiles_player_card, .LE.profiles_player_card, .EL.profiles_player_card { background: url('../img/profiles/dl.jpg') no-repeat; background-size: cover; }
	.MG.profiles_player_card, .DM.profiles_player_card, .MK.profiles_player_card { background: url('../img/profiles/mg.jpg') no-repeat; background-size: cover; }
	.RF.profiles_player_card, .FM.profiles_player_card, .FB.profiles_player_card { background: url('../img/profiles/rf.jpg') no-repeat; background-size: cover; }
	.GL.profiles_player_card, .ML.profiles_player_card, .SL.profiles_player_card { background: url('../img/profiles/gl.jpg') no-repeat; background-size: cover; }
	.RW.profiles_player_card, .RSM.profiles_player_card, .GRM.profiles_player_card { background: url('../img/profiles/rw.jpg') no-repeat; background-size: cover; }
	.SLR.profiles_player_card, .SLRR.profiles_player_card, .MSLR.profiles_player_card, .SLTR.profiles_player_card { background: url('../img/profiles/sl.jpg') no-repeat; background-size: cover; }
  .LIW.profiles_player_card, .LIM.profiles_player_card, .SHW.profiles_player_card, .LUW.profiles_player_card { background: url('../img/profiles/liw.jpg') no-repeat; background-size: cover; }
	.LEM.profiles_player_card, .WAM.profiles_player_card, .ARM.profiles_player_card, .MYM.profiles_player_card { background: url('../img/profiles/lem.jpg') no-repeat; background-size: cover; }
	.IK.profiles_player_card, .IMK.profiles_player_card, .IM.profiles_player_card, .MYK.profiles_player_card { background: url('../img/profiles/ik.jpg') no-repeat; background-size: cover; }

.profiles_player_content {
	float: right;
	width: 50%;
	color: #fff;
}

.profiles_player_table {
	width: 100%;
}

.profiles_player_table .cname {
	font-family: 'BebasNeueRegular', serif;
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

.profiles_player_table .cclass {
	text-align: center;
	font-size: 11px;
	color: #eee;
}

.profiles_player_table .isoffline {
	color: #ff0000;
}

.profiles_player_table .isonline {
	color: #00ff00;
}

.profiles_player_table_info {
	table-layout: fixed;
	margin-top: 10px;
}
.profiles_player_table_info tr td {
	padding: 3px 10px;
}
.profiles_player_table_info tr td:first-child {
	text-align: right;
}
.profilehead { font-size: 2rem; text-align: center; line-height: 2.5rem; background-color:#a45d1f;}

.profile-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #2c2f33; /* Fondo oscuro de la tabla */
  color: #ffffff; /* Color del texto claro */
  border-radius: 8px;
  overflow: hidden; /* Para que los bordes redondeados se apliquen correctamente */
}

.profile-table th, .profile-table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #4f545c; /* Separador de filas */
}

.profile-table th {
  background-color: #23272a; /* Fondo del encabezado más oscuro */
  color: #ffffff; /* Texto del encabezado */
  font-weight: bold;
  text-transform: uppercase;
}

.profile-table tr:hover {
  background-color: #36393f; /* Color de fondo al pasar el mouse por encima de la fila */
}

.profile-table td:last-child {
  border-right: none;
}


/* ITEM TOOLTIP */
.item-box {
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    width: 100%;
    white-space: nowrap;
    min-width: 200px;
    padding-bottom: 10px;
    font-size: 12px;
	padding-bottom:25%;
}
.item-name {
    padding: 4px 8px;
}
.item-serial {
    color: #ffffff !important;
    padding-top: 10px;
}
.item-info {
    color: #ffffff !important;
}
.item-info-section {
    padding-top: 10px;
}
.item-class-req {
    color: #b4b4b4 !important;
}
.item-opt-jog {
    color: #ff99cc !important;
    padding-top: 10px;
}
.item-opt-harmony {
    color: #ffcc00 !important;
    padding-top: 10px;
}
.item-opt-skill {
    color: #9aadd5 !important;
}
.item-opt-luck {
    color: #9aadd5 !important;
}
.item-opt-life {
    color: #9aadd5 !important;
}
.item-opt-exc {
    color: #4d668d !important;
    padding-top: 10px;
}
.item-opt-anc {
    color: #9aadd5 !important;
    padding-top: 10px;
}
.item-opt-socket {
    color: #4d668d !important;
    padding-top: 10px;
}
.item-expiration {
    color: #ff544f !important;
    padding-top: 10px;
}


.profile_item0 {
	position: relative;
	left:60px;
	top: 65px;
	width: 50px;
	height: 80px;
	float: left;
}

.profile_item1 {
	position: relative;
	left: 230px;
	top: 65px;
	width: 50px;
	height: 80px;
	float: left;
}

.profile_item2 {
	position: relative;
	left: 70px;
	top: 5px;
	width: 50px;
	height: 50px;
	float: left;
}

.profile_item3 {
	position: relative;
	left: 20px;
	top: 68px;
	width: 50px;
	height: 80px;
	float: left;
}

.profile_item4 {
	position: relative;
	left: -30px;
	top: 155px;
	width: 50px;
	height: 50px;
	float: left;
}

.profile_item5 {
	position: relative;
	left:-190px;
	top: 155px;
	width: 50px;
	height: 50px;
	float: left;
}

.profile_item6 {
	position: relative;
	left:-20px;
	top: 155px;
	width: 50px;
	height: 50px;
	float: left;
}

.profile_item7 {
	position: relative;
	left:40px;
	top: -45px;
	width: 90px;
	height: 50px;
	float: left;
    background-size: contain !important;
}


.profile_item8 {
	position: relative;
	left: -220px;
	top: -45px;
	width: 50px;
	height: 50px;
	float: left;
}

.profile_item9 {
	position: relative;
	left: -218px;
	top: -25px;
	width: 30px;
	height: 30px;
	float: left;
}

.profile_item10 {
	position: relative;
	left: -215px;
	top: 95px;
	width: 30px;
	height: 30px;
	float: left;
}

.profile_item11 {
	position: relative;
	left: 235px;
	top: 65px;
	width: 30px;
	height: 30px;
	float: left;
}


.deidadbuttonfix { width:150px; border-radius:0px; height:38px}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

:root {
    --item-color-exc: #2ff387;
    --item-color-socket-opt: #cc33cc;
    --item-color-socket: #cc66cc;
    --item-color-normal: #ffffff;
    --item-color-life-opt: #8cb0ea;
    --item-color-improved: #f4cb3f;
    --item-color-anc: #0066cc;
    --item-color-anc-setopt: #ffcc66;
    --item-color-nocolor: #f4cb3f;
    --item-color-fenrir: #8cb0ea;
    --item-color-fenrir-gold: #f4cb3f;
    --item-color-errtel-title: #ffffff;
    --item-color-errtel-opt: #8CB0EA;
    --item-color-errtel1: #ff0000;
    --item-color-errtel2: #8cb0ea;
    --item-color-errtel3: #e6bf3c;
    --item-color-errtel4: #26e027;
    --item-color-errtel5: #5b1659;
    --item-tooltip-bg: #2c3e50;
}









/* ====== Perfil: headers unificados + colores brand ====== */
:root{
  --brand:#c57211;
  --brand-2:#e59a3e;
  --text-1:#e8e8e8;
  --text-2:#b9b9b9;
}

/* Quita “barra naranja” vieja del encabezado */
.profilehead{
  background: transparent !important;
  color: inherit;
  line-height: 1.2;
  padding: 0;
}

/* Header tipo Hall of Fame */
.section-header{
  display:flex; align-items:center; gap:12px;
  padding:10px 12px 0;
}
.section-badge{
  width:40px; height:40px; border-radius:12px;
  display:grid; place-items:center;
  background:
    radial-gradient(120% 120% at 30% -10%, rgba(255,255,255,.25) 0, transparent 40%),
    var(--brand);
  box-shadow:0 6px 14px rgba(197,114,17,.35);
}
.section-badge i{ font-size:18px; color:#111; }
.section-titles{ display:flex; flex-direction:column; }
.section-title{
  color:#fff; font-weight:800; letter-spacing:.5px;
  text-transform:uppercase; font-size:22px;
}
.section-subtitle{
  color:var(--text-2); font-size:13px; text-transform:uppercase; letter-spacing:.6px;
}
.section-divider{
  height:2px; width:100%;
  background:linear-gradient(90deg, var(--brand) 0%, rgba(197,114,17,0) 65%);
  margin:10px 0 18px; opacity:.9;
}

/* Pastilla ON/OFF */
.sv-pill{
  display:inline-flex; align-items:center; gap:6px;
  font-weight:800; font-size:12px; padding:4px 10px;
  border-radius:999px; background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(1px);
}
.sv-dot{ width:8px; height:8px; border-radius:50%; box-shadow:0 0 6px currentColor; }
.sv-on{ color:#1ee67c; } .sv-on .sv-dot{ background:#1ee67c; }
.sv-off{ color:#ff5757; } .sv-off .sv-dot{ background:#ff5757; }

/* Tabla de info (derecha) más moderna */
.profiles_player_table_info{
  width:100%;
  border-collapse:collapse;
  background:#181a1c;
  border-radius:10px;
  overflow:hidden;
}
.profiles_player_table_info tr{
  border-bottom:1px solid rgba(255,255,255,.06);
}
.profiles_player_table_info tr:last-child{ border-bottom:0; }
.profiles_player_table_info td{
  padding:12px 14px;
  color:var(--text-1);
}
.profiles_player_table_info td:first-child{
  color:var(--text-2);
  width:38%;
  text-align:left;
}

/* Chips de números/valores */
.stat-chip{
  color:#ffe0b8;                      /* crema suave (menos naranja) */
  font-weight:800;
  background:rgba(255,255,255,.02);
  border:1px solid rgba(255,255,255,.08);
  padding:3px 8px; border-radius:8px;
  display:inline-block;
}

/* Encabezados “INVENTARIO / ÚLTIMAS KILLS / INFORMACIÓN” */
.section-box{ background:#101114; border-radius:14px; padding:10px 12px 14px; }













/* ===== THEME ===== */
:root{
  --accent:#c57211;               /* tu color base */
  --card:#181a1d;                 /* fondo de tarjetas */
  --card-2:#202429;
  --line:rgba(197,114,17,.35);
  --text:#e7e7e7;
  --muted:#a7a7a7;
}

/* Quitar caja de fondo duplicada en contenedores genéricos */
.no-chrome,
.no-chrome .table-responsive,
.no-chrome .vs-blog{
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* Card estilo perfil/información (mismo look que Hall of Fame) */
.profile-card{
  background: var(--card);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
  overflow: hidden;
}

/* Encabezado tipo “badge + título + subtítulo” */
.profile-head{
  display:flex; align-items:center; gap:14px;
  padding:16px 18px 12px 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.03), transparent);
}
.profile-head .badge{
  width:36px;height:36px;border-radius:11px;
  display:grid;place-items:center;
  background:linear-gradient(180deg,#f7b76b,#d5731a);
  color:#1a1a1a;font-weight:900;box-shadow:0 6px 24px rgba(197,114,17,.45);
}
.profile-head .title{font-weight:800;letter-spacing:.02em;color:#fff;}
.profile-head .subtitle{font-size:.8rem;color:var(--muted);margin-top:-2px}

/* Línea divisoria fina, como en HoF */
.profile-divider{height:2px;background:var(--line);margin:4px 18px 8px 18px;border-radius:2px}

/* ===== tabla de info ===== */
.profile-table{width:100%; border-collapse:separate;border-spacing:0; color:var(--text);}
.profile-table th,
.profile-table td{
  padding:12px 16px; border-bottom:1px solid rgba(255,255,255,.06);
}
.profile-table th{ width:38%; color:#d3d3d3; font-weight:600; background:var(--card-2);}
.profile-table td{ background:var(--card); text-align:right;}
.profile-table tr:last-child th,
.profile-table tr:last-child td{ border-bottom:0;}

/* valores (capsulitas) */
.stat-chip{
  display:inline-block;padding:4px 10px;border-radius:10px;
  background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.08);
  font-weight:600; font-size:.9rem; color:#fff;
}

/* Estado ON/OFF igual que home */
.sv-pill{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:999px;font-weight:700;font-size:.85rem}
.sv-dot{width:10px;height:10px;border-radius:50%}
.sv-on{color:#13ff7e}
.sv-on .sv-dot{background:#13ff7e; box-shadow:0 0 6px #13ff7e}
.sv-off{color:#ff5a5a}
.sv-off .sv-dot{background:#ff5a5a; box-shadow:0 0 6px #ff5a5a}

/* Listado “Últimas kills” */
.profilekills p{margin:6px 0; color:var(--text)}
.profilekills .stat-chip{font-size:.8rem}









/* Elimina el azul heredado */
.table-responsive.profile-table {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* Bloque card como Hall of Fame */
.vs-blog {
  background: #0f1012; /* oscuro */
  border: 1px solid rgba(197, 114, 17, 0.18);
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 8px 24px rgba(0,0,0,.35);
  height: 100%;
}

/* Alinear altura de columnas */
.profiles .col-6 {
  display: flex;
  flex-direction: column;
}
.profiles .col-6 .table-responsive {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Encabezado estilo Hall of Fame */
.section-header {
  display: flex;
  align-items: center;
  gap: 12px;
}
.section-badge {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(180deg, #f3a13a 0%, #c57211 100%);
  display: grid;
  place-items: center;
  color: #1a1b1e;
  box-shadow: 0 6px 16px rgba(197,114,17,.35);
}
.section-titles {
  line-height: 1.1;
}
.section-title {
  font-family: 'BebasNeueRegular', sans-serif;
  font-size: 20px;
  color: #fff;
}
.section-subtitle {
  font-size: 12px;
  color: #9aa0a6;
  text-transform: uppercase;
}
.section-divider {
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(197,114,17,.55),
    rgba(197,114,17,.12) 40%,
    transparent 70%
  );
  margin: 10px 0 14px;
  border: 0;
}

/* Tabla interna */
.vs-blog .profile-table {
  width: 100%;
  border-collapse: collapse;
  color: #e7e7e7;
  background: transparent;
}
.vs-blog .profile-table th,
.vs-blog .profile-table td {
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  vertical-align: middle;
}
.vs-blog .profile-table th {
  width: 34%;
  color: #c9c9c9;
  font-weight: 600;
}
.vs-blog .profile-table tr:nth-child(odd) td,
.vs-blog .profile-table tr:nth-child(odd) th {
  background: rgba(255,255,255,.02);
}

/* Chips para números y tiempos */
.stat-chip {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 12px;
  background: rgba(197,114,17,.18);
  border: 1px solid rgba(197,114,17,.45);
  color: #ffdcb3;
}

/* Estado ON/OFF */
.sv-pill {
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-weight:700;
}
.sv-on {
  color:#00e676;
}
.sv-on .sv-dot {
  width:10px;
  height:10px;
  border-radius:50%;
  background:#00e676;
  box-shadow:0 0 6px #00e676, 0 0 12px rgba(0,230,118,.7);
}
.sv-off {
  color:#ff5a5a;
}
.sv-off .sv-dot {
  width:10px;
  height:10px;
  border-radius:50%;
  background:#ff5a5a;
  box-shadow:0 0 6px #ff5a5a, 0 0 12px rgba(255,90,90,.6);
}

/* Video del perfil */
.vs-blog video {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(0,0,0,.35);
}

/* Inventario centrado */
.profilechar {
  margin: 0 auto;
}


/* ===== PERFIL: look oscuro como Hall of Fame ===== */

/* Quitar azul/hover heredado y transparentar contenedores viejos */
.table-responsive.profile-table {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* Card contenedor */
.vs-blog {
  background: #0f1012; /* oscuro */
  border: 1px solid rgba(197,114,17,.18);
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 8px 24px rgba(0,0,0,.38);
  height: 100%;
}

/* Alinear columnas (altura pareja) */
.profiles .col-6 { display:flex; flex-direction:column; }
.profiles .col-6 .table-responsive { flex:1; display:flex; flex-direction:column; }

/* Encabezado tipo Hall of Fame */
.section-header { display:flex; align-items:center; gap:12px; }
.section-badge {
  width: 36px; height: 36px; border-radius: 10px;
  background: linear-gradient(180deg, #f3a13a 0%, #c57211 100%);
  display: grid; place-items: center; color: #1a1b1e;
  box-shadow: 0 6px 16px rgba(197,114,17,.35);
}
.section-titles { line-height: 1.1; }
.section-title { font-family:'BebasNeueRegular',sans-serif; font-size:20px; color:#fff; }
.section-subtitle { font-size:12px; text-transform:uppercase; color:#9aa0a6; }
.section-divider{
  height:1px; border:0; margin:10px 0 14px;
  background: linear-gradient(90deg, rgba(197,114,17,.55), rgba(197,114,17,.12) 40%, transparent 70%);
}

/* Tabla dentro de las cards (sin azules) */
.vs-blog .profile-table { width:100%; border-collapse:collapse; background:transparent; color:#e7e7e7; }
.vs-blog .profile-table th,
.vs-blog .profile-table td {
  padding:10px 14px;
  border-bottom:1px solid rgba(255,255,255,.06);
  vertical-align:middle;
  background: transparent !important;       /* ← sin fondos raros */
}
.vs-blog .profile-table th { width:34%; color:#c9c9c9; font-weight:600; }

/* Hover cálido (no gris/azul) */
.vs-blog .profile-table tr:hover th,
.vs-blog .profile-table tr:hover td {
  background: rgba(197,114,17,.06) !important;
}

/* “Chips” para números/tiempos */
.stat-chip{
  display:inline-block; padding:2px 8px; border-radius:999px; font-size:12px;
  background: rgba(197,114,17,.18);
  border:1px solid rgba(197,114,17,.45);
  color:#ffdcb3; font-weight:600;
}

/* Estado ON/OFF coherente */
.sv-pill{ display:inline-flex; align-items:center; gap:6px; font-weight:700; }
.sv-on{ color:#00e676; }
.sv-on .sv-dot{ width:10px;height:10px;border-radius:50%;background:#00e676; box-shadow:0 0 6px #00e676,0 0 12px rgba(0,230,118,.7); }
.sv-off{ color:#ff5a5a; }
.sv-off .sv-dot{ width:10px;height:10px;border-radius:50%;background:#ff5a5a; box-shadow:0 0 6px #ff5a5a,0 0 12px rgba(255,90,90,.6); }

/* Video */
.vs-blog video{ max-width:100%; border-radius:12px; box-shadow:0 10px 24px rgba(0,0,0,.35); }

/* ===== “Últimas Kills” ===== */
.profilekills td { padding-top: 4px; }
.profilekills p{
  margin: 6px 0;
  color: #d8dadf;
  line-height: 1.35;
}
.profilekills p strong{ color:#ffdcb3; font-weight:700; }
.profilekills .map{ color:#a8adb3; }

/* Si siguen saliendo .badge de Bootstrap, forzamos su look cálido aquí */
.profilekills .badge{
  background: rgba(197,114,17,.18) !important;
  border: 1px solid rgba(197,114,17,.45) !important;
  color: #ffdcb3 !important;
  font-weight: 600;
  border-radius: 999px;
  padding: 2px 8px;
}

/* Ajustes finos para inputs/píldoras numéricas que parecían “azules” */
.vs-blog .form-control,
.vs-blog input,
.vs-blog .badge.bg-secondary,
.vs-blog .badge.bg-dark {
  background: rgba(255,255,255,.06) !important;
  color:#e7e7e7 !important;
  border: 1px solid rgba(255,255,255,.12) !important;
}


/* ====== PERFIL: ÚLTIMAS KILLS — alineación prolija ====== */
.profilekills { width: 100%; }
.profilekills td { padding: 4px 0 0 0; }

/* Cada kill en una fila flexible */
.profilekills p{
  display: flex;
  align-items: center;
  gap: 10px;                 /* espacio entre icono/texto */
  margin: 6px 0;
  padding: 4px 6px;
  line-height: 1.25;
  color: #e6e6e6;
  word-break: break-word;    /* por si hay nombres largos */
  flex-wrap: wrap;           /* si se achica el ancho, que baje a 2 líneas */
}

/* Darle un toque al pasar */
.profilekills p:hover{
  background: rgba(197,114,17,.06);
  border-radius: 8px;
}

/* Nombres destacados */
.profilekills p strong{
  color: #ffdcb3;
  font-weight: 700;
}

/* La chip de tiempo SIEMPRE a la derecha */
.profilekills p .stat-chip{
  margin-left: auto;         /* empuja la chip al extremo derecho */
  white-space: nowrap;       /* no se corta en dos líneas */
}

/* Si seguía colándose algún badge gris de bootstrap, forzamos look cálido */
.profilekills .badge{
  background: rgba(197,114,17,.18) !important;
  border: 1px solid rgba(197,114,17,.45) !important;
  color: #ffdcb3 !important;
  border-radius: 999px;
  padding: 2px 8px;
  font-weight: 600;
}



/* ====== Perfil: paleta oscura cálida y fixes generales ====== */
:root{
  --accent: #c57211;          /* naranja base que pediste */
  --accent-weak: rgba(197,114,17,.08);
  --accent-mid:  rgba(197,114,17,.20);
  --card: #0f1012;
  --card-2: #0b0c0d;
  --stroke: #1a1b1e;
  --text: #eaeaea;
  --muted: #b9b9b9;
}

/* Cards del perfil (evita grises/azules) */
.profiles .table-responsive.profile-table,
.profiles .vs-blog{
  background: var(--card);
  border: 1px solid var(--stroke);
  border-radius: 14px;
  box-shadow: 0 6px 30px rgba(0,0,0,.35);
}

/* La tabla de info del personaje en dark */
.profile-table{
  width:100%;
  border-collapse: collapse;
  background: transparent;
  color: var(--text);
}
.profile-table th{
  background: var(--card-2) !important;
  color: var(--muted);
  font-weight: 600;
  border-bottom: 1px solid var(--stroke) !important;
  padding: 11px 12px;
}
.profile-table td{
  background: var(--card) !important;
  color: var(--text);
  border-bottom: 1px solid var(--stroke) !important;
  padding: 11px 12px;
}
.profile-table tr:hover th,
.profile-table tr:hover td{
  background: var(--accent-weak) !important;
}

/* Chips numéricas/tiempo con look cálido */
.stat-chip{
  display:inline-block;
  padding: 2px 10px;
  border-radius: 999px;
  background: var(--accent-mid);
  border: 1px solid rgba(197,114,17,.45);
  color: #ffdcb3;
  font-weight: 700;
  font-size: .85rem;
  line-height: 1.1;
}

/* ====== ÚLTIMAS KILLS — layout prolijo ====== */
.profilekills{ width:100%; }
.profilekills td{ padding: 2px 0 0 0; }

/* Cada kill es una fila flexible */
.profilekills p.kill-item{
  display:flex;
  align-items:center;
  gap:10px;
  margin:6px 0;
  padding:8px 10px;
  border-radius:10px;
  color: var(--text);
  background: transparent;
  transition: background .15s ease, transform .15s ease;
}
.profilekills p.kill-item:hover{
  background: var(--accent-weak);
}

/* iconito al inicio */
.profilekills .kill-ico{
  opacity:.9;
  color: #ffb86b;
}

/* bloque principal de texto (killer, victim, map) */
.profilekills .kill-main{
  display:flex;
  align-items:center;
  gap:6px;
  flex-wrap: wrap;
}

/* resaltes de nombres */
.profilekills .killer{ color:#ffcf9a; font-weight:800; }
.profilekills .victim{ color:#ffdcb3; font-weight:800; }

/* mapa más suave */
.profilekills .map{
  color: var(--muted);
}

/* la chip siempre a la derecha */
.profilekills .stat-chip{
  margin-left:auto;
  white-space: nowrap;
}

/* ====== Ajustes de headers del perfil (mismo aire que Hall of Fame) ====== */
.section-header{ display:flex; align-items:center; gap:12px; }
.section-badge{
  width:34px; height:34px; border-radius:10px;
  display:inline-grid; place-items:center;
  background: linear-gradient(180deg, #f3a64b, #e08c2f 50%, #bb6a1a);
  color:#1b1108; box-shadow: 0 6px 14px rgba(197,114,17,.35);
}
.section-titles .section-title{
  font-weight:800; letter-spacing:.4px;
}
.section-titles .section-subtitle{
  color: var(--muted); font-size:.85rem; margin-top:2px;
}
.section-divider{
  height:2px; width:100%; margin:8px 0 14px 0;
  background: linear-gradient(90deg, var(--accent), rgba(197,114,17,0));
  border-radius:2px;
}

/* Pequeño respiro entre cards */
.profiles .table-responsive.profile-table{ margin-bottom: 26px; }


/* ===== Fix: hover solo en la tabla de INFORMACIÓN ===== */
.info-table tr:hover th,
.info-table tr:hover td{
  background: rgba(197,114,17,.08) !important; /* cálido */
}

/* Antes se aplicaba a todas las tablas del perfil; lo anulamos para las kills */
.profilekills tr:hover td,
.profilekills tr:hover th{
  background: transparent !important;
}

/* Quitar fondos/bordes heredados (grises/azulados) dentro de la tabla de kills */
.profilekills,
.profilekills td,
.profilekills th{
  background: transparent !important;
  border: 0 !important;
}
.profilekills td{ padding: 0 !important; }

/* Layout limpio para cada línea de kill */
.profilekills p.kill-item{
  display:flex;
  align-items:center;
  gap:10px;
  margin:6px 0;
  padding:8px 10px;
  border-radius:10px;
  color:#eaeaea;
  background: transparent;
  transition: background .12s ease, transform .12s ease;
}
.profilekills p.kill-item:hover{
  background: rgba(197,114,17,.08);         /* mismo tono que Hall of Fame */
}
.profilekills p.kill-item:active{
  background: rgba(197,114,17,.14);
}

/* Partes del texto (colores cálidos, nada azulado) */
.profilekills .kill-ico{ color:#ffb86b; }
.profilekills .killer{ color:#ffcf9a; font-weight:800; }
.profilekills .victim{ color:#ffdcb3; font-weight:800; }
.profilekills .map{ color:#b9b9b9; }

/* Chip de tiempo pegada a la derecha */
.profilekills .stat-chip{
  margin-left:auto;
  white-space:nowrap;
  display:inline-block;
  padding: 2px 10px;
  border-radius:999px;
  background: rgba(197,114,17,.20);
  border: 1px solid rgba(197,114,17,.45);
  color:#ffdcb3;
  font-weight:700;
  font-size:.85rem;
  line-height:1.1;
}

/* Asegurar cards oscuras como Hall of Fame (por si algo heredaba azul/gris) */
.profiles .table-responsive.profile-table,
.profiles .vs-blog{
  background:#0f1012 !important;
  border:1px solid #1a1b1e !important;
  box-shadow:0 6px 30px rgba(0,0,0,.35);
}







/* Hover cálido solo en la tabla de Información */
.profiles .col-6:nth-of-type(2) table tr:hover td,
.profiles .col-6:nth-of-type(2) table tr:hover th {
  background: rgba(197,114,17,.08) !important;
}

/* Quitar hover gris/azul de la tabla de Últimas Kills */
.profiles .col-6:last-of-type table tr:hover td,
.profiles .col-6:last-of-type table tr:hover th {
  background: transparent !important;
}

/* Ajustar estilo de las filas en Últimas Kills */
.profiles .col-6:last-of-type table tr td {
  padding: 4px 0 !important;
}
.profiles .col-6:last-of-type p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 4px 0;
  padding: 6px 10px;
  border-radius: 8px;
  color: #eaeaea;
}
.profiles .col-6:last-of-type p:hover {
  background: rgba(197,114,17,.08);
}
.profiles .col-6:last-of-type .stat-chip {
  margin-left: auto;
  padding: 2px 10px;
  border-radius: 999px;
  background: rgba(197,114,17,.20);
  border: 1px solid rgba(197,114,17,.45);
  color: #ffdcb3;
  font-weight: 700;
  font-size: .85rem;
  white-space: nowrap;
}
