.xntx-wrapper { max-width: 680px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; background: #fafafa; padding: 20px; border-radius: 20px; box-sizing: border-box; position: relative;}
.xntx-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; position: relative; }
.xntx-header-left, .xntx-header-right { display: flex; align-items: center; gap: 10px; }
.xntx-month-title { margin: 0; font-size: 20px; font-weight: bold; color: #222; display: inline-flex; align-items: center; gap: 8px; }

.xntx-icon-btn { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border: 1px solid #ccc; border-radius: 8px; cursor: pointer; color: #555; transition: 0.2s; background: #fff;}
.xntx-icon-btn:hover { border-color: #d35400; color: #d35400; background: #fffcf9; }

.xntx-picker-popover { position: absolute; top: 45px; left: 0; background: #fff; width: 320px; border-radius: 16px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); padding: 20px; z-index: 20; border: 1px solid #eee; }
.xntx-picker-header { display: flex; justify-content: space-between; align-items: center; font-size: 16px; font-weight: bold; margin-bottom: 20px; color: #333; }
.xntx-picker-header button { background: none; border: none; font-size: 18px; cursor: pointer; color: #666; padding: 0 10px; }
.xntx-picker-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 20px; }
.xntx-dp-month { text-align: center; padding: 10px 0; border-radius: 10px; cursor: pointer; font-size: 14px; color: #444; transition: 0.2s; }
.xntx-dp-month:hover { background: #f0f0f0; }
.xntx-dp-month.active { background: #f6c23e; color: #fff; font-weight: bold; }

.xntx-picker-actions, .xntx-modal-actions { display: flex; justify-content: space-between; gap: 10px; }
.xntx-btn-cancel, .xntx-btn-confirm { flex: 1; padding: 12px; border: none; border-radius: 8px; font-weight: bold; cursor: pointer; font-size: 14px; }
.xntx-btn-cancel { background: #fff; color: #e67e22; border: 1px solid #e67e22; }
.xntx-btn-confirm { background: #d35400; color: #fff; border: 1px solid #d35400; }

.xntx-day-col { text-align: center; cursor: pointer; padding: 10px 0; border-radius: 12px; transition: 0.2s; box-sizing: border-box; border: 1px solid transparent;}
.xntx-day-col:hover { background: #f9f9f9; }
.xntx-day-col.active { border: 1px solid #f6c23e; background: #fffdf5; }
.xntx-dw { font-size: 13px; color: #555; margin-bottom: 5px; }
.xntx-dd { font-size: 20px; font-weight: bold; color: #222; }
.xntx-dl { font-size: 12px; color: #888; display: flex; align-items: center; justify-content: center; gap: 4px; margin-top: 2px; }
.dot-good { display: inline-block; width: 6px; height: 6px; background: #2ecc71; border-radius: 50%; }
.dot-bad { display: inline-block; width: 6px; height: 6px; background: #e74c3c; border-radius: 50%; }

.xntx-week { display: flex; justify-content: space-between; margin-bottom: 25px; background: #fff; padding: 15px; border-radius: 15px; border: 1px solid #eaeaea; }
.xntx-week .xntx-day-col { flex: 1; }

.xntx-month-view { background: #fff; padding: 20px; border-radius: 15px; border: 1px solid #eaeaea; margin-bottom: 25px; }
.xntx-month-grid-headers { display: grid; grid-template-columns: repeat(7, 1fr); text-align: center; font-size: 14px; color: #555; margin-bottom: 15px; font-weight: 500;}
.xntx-month-grid-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px 0; }
.xntx-out-month .xntx-dd { color: #ccc; }
.xntx-out-month .xntx-dl { color: #ddd; }

/* NÚT ĐIỀU HƯỚNG */
.xntx-card-wrapper { position: relative; margin-top: 10px; margin-bottom: 25px; }
.xntx-card-nav-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 4px 12px rgba(0,0,0,0.08); z-index: 10; border: 1px solid #eaeaea; transition: 0.2s;}
.xntx-card-nav-btn:hover { background: #fdfdfd; transform: translateY(-50%) scale(1.08); box-shadow: 0 6px 15px rgba(0,0,0,0.12); }
.xntx-nav-prev { left: -22px; }
.xntx-nav-next { right: -22px; }

@media(max-width: 768px) {
	.xntx-nav-prev { left: -10px; }
	.xntx-nav-next { right: -10px; }
}

/* THẺ CARD CHÍNH */
.xntx-card { background: linear-gradient(180deg, #e0f2fe 0%, #fffaf0 100%); padding: 30px; border-radius: 20px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); position: relative; display: flex; flex-direction: column; gap: 20px; overflow: hidden; }
.xntx-card-edit-btn { position: absolute; top: 15px; left: 15px; width: 36px; height: 36px; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,0.1); z-index: 2; transition: 0.2s;}
.xntx-card-edit-btn:hover { transform: scale(1.05); }

.xntx-card-top { display: flex; justify-content: space-between; align-items: center; width: 100%; margin-top: 10px;}
.xntx-card-left { text-align: center; flex: 1; }
.xntx-cl-wd { font-size: 18px; color: #b33939; font-weight: 600; margin-bottom: 5px; }
.xntx-cl-dd { font-size: 65px; font-weight: 800; color: #b33939; line-height: 1; margin-bottom: 10px; }
.xntx-cl-my { font-size: 16px; color: #b33939; font-weight: 600; }

.xntx-card-right { flex: 1; display: flex; flex-direction: column; align-items: center; }
.xntx-gauge { width: 140px; height: 140px; border-radius: 50%; background: conic-gradient(#58d68d var(--val), #d5f5e3 0); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; transition: background 0.3s ease; }
.xntx-gauge-inner { width: 110px; height: 110px; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 28px; font-weight: 800; color: #1e8449; }
.xntx-gauge-inner small { font-size: 16px; margin-left: 2px;}
.xntx-status { font-size: 14px; font-weight: 600; color: #1e8449; margin-top: -30px; z-index: 2; background: #fff; padding: 2px 8px; border-radius: 10px; }
.xntx-lunar-date { font-size: 16px; font-weight: bold; color: #b33939; margin-top: 15px;}

.xntx-evaluation { text-align: center; font-size: 15px; color: #666; margin: 10px 0;}
.xntx-badge { background: #f4f6f7; padding: 6px 15px; border-radius: 20px; font-weight: 600; color: #34495e; margin-left: 5px; display: inline-block;}

.xntx-card-footer-grid { display: flex; justify-content: space-between; border-top: 1px solid rgba(0,0,0,0.08); padding-top: 15px; text-align: center;}
.xntx-fg-item { flex: 1; display: flex; flex-direction: column; position: relative;}
.xntx-fg-item:not(:last-child)::after { content: ''; position: absolute; right: 0; top: 10%; height: 80%; width: 1px; background: rgba(0,0,0,0.08); }
.xntx-fg-item span { font-size: 13px; color: #b33939; margin-bottom: 5px; }
.xntx-fg-item strong { font-size: 15px; color: #b33939; font-weight: 700; }

/* KHỐI VIỆC NÊN LÀM / TRÁNH CSS ĐỒNG BỘ */
.xntx-actions-panel { display: flex; gap: 20px; margin-bottom: 25px; }
@media (max-width: 600px) { .xntx-actions-panel { flex-direction: column; } }
.xntx-action-box { flex: 1; background: #fff; padding: 20px; border-radius: 20px; border: 1px solid #eaeaea; box-shadow: 0 4px 10px rgba(0,0,0,0.02); }
.xntx-action-title { font-size: 18px; font-weight: bold; margin-bottom: 15px; display: flex; align-items: center; gap: 8px;}

.icon-circle { width: 22px; height: 22px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-weight: bold; color: #fff; }
.icon-good { background: #2ecc71; }
.icon-bad { background: #e74c3c; }

.xntx-action-box ul { list-style: none; padding: 0; margin: 0; }
.xntx-action-box ul li { font-size: 15px; color: #2c3e50; padding: 8px 0; position: relative; padding-left: 15px; font-weight: 500;}
.xntx-action-box ul li::before { content: '•'; position: absolute; left: 0; color: #7f8c8d; font-size: 18px; top: 4px; }
.xntx-box-good .xntx-action-title { color: #27ae60; }
.xntx-box-bad .xntx-action-title { color: #c0392b; }

/* KHỐI GIỜ HOÀNG ĐẠO */
.xntx-zodiac-section { background: #fff; border: 1px solid #eaeaea; border-radius: 20px; padding: 25px; box-shadow: 0 4px 12px rgba(0,0,0,0.02); }
.xntx-zodiac-title { font-size: 18px; font-weight: bold; color: #7e5109; margin-bottom: 20px; display: flex; align-items: center; gap: 8px;}
.xntx-zodiac-icon { display: inline-flex; width: 24px; height: 24px; background: #f39c12; color: #fff; border-radius: 50%; font-size: 12px; align-items: center; justify-content: center; }
.xntx-zodiac-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }

@media (max-width: 600px) { .xntx-zodiac-grid { grid-template-columns: repeat(3, 1fr); } }

.xntx-hour-box { text-align: center; padding: 12px 6px; border-radius: 12px; }
.xntx-hour-box .xntx-h-name { font-size: 16px; font-weight: bold; margin-bottom: 4px; }
.xntx-hour-box .xntx-h-time { font-size: 12px; }

.zodiac-good { background: #27ae60; color: #fff; }
.zodiac-bad { background: #f2f4f4; color: #566573; }

.xntx-zodiac-legend { display: flex; gap: 20px; margin-top: 20px; font-size: 14px; color: #4d5656; font-weight: 500;}
.leg-item { display: flex; align-items: center; gap: 6px; }
.leg-dot { width: 14px; height: 14px; border-radius: 50%; display: inline-block; }
.leg-good { background: #27ae60; }
.leg-bad { background: #f2f4f4; border: 1px solid #d5dbdb; }

/* MODAL OVERLAY CHỌN NGÀY CHỈNH SỬA */
.xntx-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.4); z-index: 999; display: flex; align-items: center; justify-content: center; backdrop-filter: blur(2px);}
.xntx-modal-content { background: #fff; padding: 25px; border-radius: 20px; width: 90%; max-width: 380px; box-shadow: 0 20px 40px rgba(0,0,0,0.2); }
.xntx-modal-content h4 { margin: 0 0 10px 0; font-size: 18px; color: #333; }
.xntx-modal-content p { margin: 0 0 20px 0; font-size: 14px; color: #666; line-height: 1.4; }
.xntx-modal-selects { display: flex; gap: 10px; margin-bottom: 25px; }
.xntx-modal-selects select { flex: 1; padding: 10px; border: 1px solid #ddd; border-radius: 8px; font-size: 15px; color: #333; outline: none; background: #fafafa;}

/* KHỐI NGŨ HÀNH / NGÀY KỴ - đồng bộ tông màu cam/nâu với khối Giờ Hoàng Đạo */
.xntx-info-box {
	background: #fff;
	border: 1px solid #eaeaea;
	border-radius: 20px;
	padding: 25px;
	margin-bottom: 20px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}
.xntx-info-title {
	font-size: 18px;
	font-weight: bold;
	color: #7e5109;
	margin-bottom: 18px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.xntx-info-icon {
	display: inline-flex;
	width: 30px;
	height: 30px;
	min-width: 30px;
	border-radius: 50%;
	background: #f39c12;
	color: #fff;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	line-height: 1;
}
.xntx-info-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.xntx-info-list li {
	font-size: 15px;
	color: #2c3e50;
	line-height: 1.65;
	padding: 8px 0 8px 18px;
	position: relative;
	font-weight: 500;
}
.xntx-info-list li::before {
	content: '•';
	position: absolute;
	left: 0;
	top: 8px;
	color: #7f8c8d;
	font-size: 18px;
}
.xntx-info-list li strong { color: #7e5109; font-weight: 700; }
.xntx-info-list li:not(:last-child) { border-bottom: 1px solid #f5f0e8; }
