.ra-tablero {
	max-width: 480px;
	margin: 0 auto;
}

.ra-sin-reservas {
	text-align: center;
	color: #777;
	padding: 20px 0;
}

.ra-lista {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ra-item {
	display: flex;
	gap: 14px;
	padding: 12px;
	margin-bottom: 10px;
	border: 1px solid #e2e2e2;
	border-left: 4px solid #999;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.ra-item-hoy {
	border-left-color: #e67e22;
	background: #fffaf3;
}

.ra-item-fecha {
	flex: 0 0 110px;
	font-size: 13px;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.4;
}

.ra-badge-hoy {
	display: inline-block;
	background: #e67e22;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	padding: 2px 8px;
	border-radius: 10px;
	margin-bottom: 4px;
}

.ra-item-detalle {
	flex: 1;
	min-width: 0;
}

.ra-item-area {
	display: block;
	font-size: 15px;
	color: #1a1a1a;
	margin-bottom: 2px;
}

.ra-item-hora,
.ra-item-reservado {
	display: block;
	font-size: 13px;
	color: #555;
}

.ra-item-notas {
	margin: 6px 0 0;
	font-size: 12px;
	color: #777;
}

/* ---------- Panel de gestión (front-end, con token) ---------- */

.ra-gestion {
	max-width: 460px;
	margin: 0 auto;
	font-size: 15px;
}

.ra-gestion h3 {
	margin-top: 28px;
}

.ra-guardado {
	background: #e8f8ee;
	color: #1e7e42;
	border: 1px solid #b6e6c6;
	border-radius: 8px;
	padding: 10px 14px;
	font-weight: 600;
}

.ra-error {
	color: #c0392b;
	text-align: center;
}

.ra-form {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.ra-form label {
	font-weight: 600;
	font-size: 13px;
	color: #333;
	margin-top: 12px;
}

.ra-form input,
.ra-form select,
.ra-form textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 12px;
	border: 1px solid #ddd;
	border-radius: 8px;
	font-size: 15px;
	font-family: inherit;
	background: #fafafa;
}

.ra-hora-row {
	display: flex;
	gap: 12px;
}

.ra-hora-row > div {
	flex: 1;
}

.ra-btn-guardar {
	margin-top: 20px;
	background: #e67e22;
	color: #fff;
	border: none;
	border-radius: 24px;
	padding: 12px 20px;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
}

.ra-gestion-lista {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ra-gestion-lista li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	font-size: 13px;
}

.ra-gestion-acciones {
	display: flex;
	gap: 10px;
	white-space: nowrap;
}

.ra-gestion-acciones form {
	display: inline;
}

.ra-gestion-acciones button {
	background: none;
	border: none;
	color: #c0392b;
	cursor: pointer;
	font-size: 13px;
	padding: 0;
	text-decoration: underline;
}

.ra-gestion-acciones a {
	color: #2980b9;
	text-decoration: underline;
	font-size: 13px;
}
