.ky-account-section{
	background:#0B0B0B;
	padding:60px 0 100px;
	min-height:60vh;
}

.ky-account-header{
	text-align:center;
	margin-bottom:40px;
}

.ky-account-header span{
	color:#C8A45B;
	text-transform:uppercase;
	letter-spacing:3px;
	font-size:13px;
}

.ky-account-header h1{
	color:#fff;
	font-size:38px;
	margin:12px 0 0;
}

/* Login / Registro (não logado) */

.ky-account-auth{
	max-width:900px;
	margin:0 auto;
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:30px;
}

.ky-auth-box{
	background:#141414;
	border:1px solid rgba(200,164,91,.15);
	border-radius:14px;
	padding:34px;
}

.ky-auth-box h2{
	color:#fff;
	font-size:20px;
	margin:0 0 6px;
}

.ky-auth-box p.ky-auth-sub{
	color:#8a8378;
	font-size:13px;
	margin:0 0 24px;
}

.ky-auth-box .form-row{
	margin-bottom:16px;
}

.ky-auth-box label{
	display:block;
	font-size:13px;
	color:#c9c2ba;
	margin-bottom:6px;
}

.ky-auth-box input[type="text"],
.ky-auth-box input[type="password"],
.ky-auth-box input[type="email"]{
	width:100%;
	padding:14px 16px;
	border:1px solid rgba(200,164,91,.2);
	border-radius:8px;
	font-size:14px;
	background:#0B0B0B;
	color:#f0ece6;
}

.ky-auth-box input:focus{
	outline:none;
	border-color:#C8A45B;
}

.ky-auth-box .woocommerce-form-row--last,
.ky-auth-box .lost_password{
	font-size:13px;
}

.ky-auth-box .lost_password a,
.ky-auth-box a{
	color:#C8A45B;
	text-decoration:none;
}

.ky-auth-box button[type="submit"]{
	width:100%;
	background:#C8A45B;
	color:#111;
	border:none;
	padding:16px;
	border-radius:8px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:.5px;
	font-size:14px;
	cursor:pointer;
	margin-top:10px;
	transition:.3s;
}

.ky-auth-box button[type="submit"]:hover{
	background:#e0be7c;
}

.ky-auth-box .woocommerce-form-login__rememberme{
	display:flex;
	align-items:center;
	gap:8px;
	color:#8a8378;
	font-size:13px;
	margin:14px 0;
}

@media(max-width:768px){
	.ky-account-auth{
		grid-template-columns:1fr;
	}
}

/* Painel logado */

.ky-account-dashboard{
	max-width:1100px;
	margin:0 auto;
	display:grid;
	grid-template-columns:260px 1fr;
	gap:30px;
	align-items:start;
}

.ky-account-nav{
	background:#141414;
	border:1px solid rgba(200,164,91,.15);
	border-radius:14px;
	padding:10px;
}

.ky-account-nav ul{
	list-style:none;
	margin:0;
	padding:0;
}

.ky-account-nav li{
	border-bottom:1px solid rgba(200,164,91,.08);
}

.ky-account-nav li:last-child{
	border-bottom:none;
}

.ky-account-nav a{
	display:block;
	padding:14px 18px;
	color:#c9c2ba;
	text-decoration:none;
	font-size:14px;
	transition:.3s;
}

.ky-account-nav a:hover{
	color:#C8A45B;
	background:rgba(200,164,91,.05);
}

.ky-account-nav .is-active a{
	color:#C8A45B;
	font-weight:600;
	background:rgba(200,164,91,.08);
	border-left:3px solid #C8A45B;
}

.ky-account-content{
	background:#141414;
	border:1px solid rgba(200,164,91,.15);
	border-radius:14px;
	padding:34px;
	color:#e6e0d8;
}

.ky-account-content h2,
.ky-account-content h3{
	color:#fff;
}

.ky-account-content a{
	color:#C8A45B;
}

.ky-account-content table{
	width:100%;
	border-collapse:collapse;
	color:#e6e0d8;
}

.ky-account-content table th,
.ky-account-content table td{
	padding:12px;
	border-bottom:1px solid rgba(200,164,91,.1);
	text-align:left;
	font-size:14px;
}

.ky-account-content input[type="text"],
.ky-account-content input[type="password"],
.ky-account-content input[type="email"]{
	width:100%;
	padding:12px 14px;
	border:1px solid rgba(200,164,91,.2);
	border-radius:8px;
	background:#0B0B0B;
	color:#f0ece6;
	margin-bottom:14px;
}

.ky-account-content button[type="submit"],
.ky-account-content .button{
	background:#C8A45B;
	color:#111;
	border:none;
	padding:12px 24px;
	border-radius:8px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:.5px;
	font-size:13px;
	cursor:pointer;
	text-decoration:none;
	display:inline-block;
}

@media(max-width:900px){
	.ky-account-dashboard{
		grid-template-columns:1fr;
	}
}

.ky-clube-historico {
	margin-top: 40px;
}
.ky-clube-historico h3 {
	color: #C8A45B;
	font-family: 'Cormorant Garamond', serif;
	font-size: 24px;
	margin-bottom: 16px;
}
.ky-historico-tabela {
	width: 100%;
	border-collapse: collapse;
	background: #141414;
	border: 1px solid rgba(200, 164, 91, 0.2);
	border-radius: 8px;
	overflow: hidden;
}
.ky-historico-tabela th,
.ky-historico-tabela td {
	padding: 12px 16px;
	text-align: left;
	border-bottom: 1px solid rgba(200, 164, 91, 0.15);
	color: #F7F7F7;
	font-size: 14px;
}
.ky-historico-tabela th {
	color: #C8A45B;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.05em;
}
.ky-historico-tabela tr:last-child td {
	border-bottom: none;
}
@media (max-width: 600px) {
	.ky-historico-tabela {
		font-size: 12px;
	}
	.ky-historico-tabela th,
	.ky-historico-tabela td {
		padding: 8px 10px;
	}
}

.ky-tracking-link {
	display: inline-block;
	margin-top: 12px;
	color: #C8A45B;
	font-weight: 600;
	text-decoration: underline;
	font-size: 14px;
}
.ky-tracking-link:hover {
	opacity: 0.8;
}