﻿@font-face {
    font-family: 'Roboto';
    src: url('../font/roboto_semicondensed-black.ttf') format('truetype');
}
/* Container chính: Lưới 4x4 */
.laso-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 cột bằng nhau */
    grid-template-rows: repeat(4, 1fr); /* 4 hàng, chiều cao cố định 260px để đủ chỗ chứa sao */
    gap: 1.5px; /* Khoảng cách giữa các ô */
    background-color: #00ffef; /* Màu nền khe hở (tạo đường kẻ) */
    border: 1px solid #00ffef; /* Viền ngoài đậm */
    font-family: 'Segoe UI', Arial, sans-serif;
    max-width: 900px;
    min-width:900px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

/* --- MAPPING VỊ TRÍ 12 CUNG TRÊN ĐỊA BÀN --- */
/* Hàng 1 (Trên cùng: Tỵ -> Thân) */
.pos-Ty {
    grid-area: 1 / 1;
}
/* Góc Trái Trên */
.pos-Ngo {
    grid-area: 1 / 2;
}

.pos-Mui {
    grid-area: 1 / 3;
}

.pos-Than {
    grid-area: 1 / 4;
}
/* Góc Phải Trên */

/* Cột Phải (Dậu -> Tuất) */
.pos-Dau {
    grid-area: 2 / 4;
}

.pos-Tuat {
    grid-area: 3 / 4;
}

/* Hàng 4 (Dưới cùng: Hợi -> Dần) */
.pos-Hoi {
    grid-area: 4 / 4;
}
/* Góc Phải Dưới */
.pos-Ti {
    grid-area: 4 / 3;
}

.pos-Suu {
    grid-area: 4 / 2;
}

.pos-Dan {
    grid-area: 4 / 1;
}
/* Góc Trái Dưới */

/* Cột Trái (Mão -> Thìn) */
.pos-Mao {
    grid-area: 3 / 1;
}

.pos-Thin {
    grid-area: 2 / 1;
}

/* THIÊN BÀN (KHU VỰC GIỮA) */
.pos-ThienBan {
    grid-area: 2 / 2 / 4 / 4; /* Chiếm từ dòng 2->4 và cột 2->4 */
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

/* --- GIAO DIỆN CHI TIẾT CUNG --- */
.cung-item {
    background-color: #fff; /* Màu giấy cũ */
    display: flex;
    flex-direction: column; /* Xếp dọc */
    min-height: 300px;
    position: relative;
}

/* KHU VỰC 1: HEADER (Tên Chi, Tên Cung) */
.zone-1-header {
    border-bottom: 1px dashed #d1c4e9;
    padding: 4px 6px;
    background-color: rgba(255,255,255,0.5);
    margin-top: 5px;
}

.lbl-chi {
    font-weight: bold;
    color: #333;
    font-size: 13px;
}

.lbl-cung {
    font-weight: 900;
    color: #d35400;
    text-transform: uppercase;
    font-size: 13px;
}

.lbl-so {
    background: #eee;
    color: #333;
    padding: 1px 5px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
}

/* CHÍNH TINH */
.zone-chinhtinh {
    text-align: center;
    padding: 2px 0;
    min-height: 45px;
}

.sao-chinh {
    font-size: 14px;
    font-weight: bold;
    display: block;
    line-height: 1.3;
    font-family: Roboto;
    font-size: larger;
}

.dac-tinh {
    font-size: 10px;
    vertical-align: super;
}

.kim {
    color: gray;
}

.moc {
    color: green;
}

.thuy {
    color: black;
}

.hoa {
    color: red;
}

.tho {
    color: darkgoldenrod;
}

/* KHU VỰC 2: PHỤ TINH (Chia cột) */
.zone-2-stars {
    flex-grow: 1; /* Tự giãn nở để lấp đầy */
    font-size: 11px;
    padding: 0 4px;
}

.col-sao-tot {
    border-right: 1px dotted #ccc;
    padding-right: 2px;
}

.col-sao-xau {
    padding-left: 2px;
}

.sao-text {
    display: block;
    margin-bottom: 1px;
    font-size: larger;
    font-family: Roboto;
}
/* Màu sắc sao phụ */
.color-tot {
    font-weight: 700;
}
/* Xanh lá đậm */
.color-xau {
    font-weight: 700;
}
/* Đỏ đậm nghiêng */
.color-tim {
    color: #6a1b9a;
    font-weight: bold;
}
/* Sao lộc/khoa */

/* KHU VỰC 3: SPACER (Khoảng trống) */
.zone-spacer {
    min-height: 10px;
    text-align: center;
    color: #999;
    font-size: 10px;
}

/* KHU VỰC 4: FOOTER (Tràng sinh, Đại vận) */
.zone-bottom {
    border-top: 1px solid #e0e0e0;
    padding: 4px 6px;
    background-color: #f9f9f9;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}

.ts-label {
    color: #555;
    font-size: large;
}

.dv-label {
    color: #fff;
    background-color: #333;
    padding: 1px 6px;
    border-radius: 10px;
}
/* CSS CHO NHÃN TUẦN - TRIỆT */
.label-tt {
    position: absolute;
    background: #000;
    color: #fff;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: bold;
    z-index: 100;
    border-radius: 2px;
    transform: translate(-50%, -50%); /* Căn giữa điểm mốc */
}

.label-triet {
    background: #000;
}

.label-tuan {
    background: #444;
}

/* Tọa độ các ranh giới (Tính theo % của container) */
/* Trục dọc (Giữa các cột) */
.border-v-1 {
    left: 25%;
}

.border-v-2 {
    left: 50%;
}

.border-v-3 {
    left: 75%;
}
/* Trục ngang (Giữa các hàng) */
.border-h-1 {
    top: 25%;
}

.border-h-2 {
    top: 50%;
}

.border-h-3 {
    top: 75%;
}

#tuantriet {
    position: absolute;
    background: #e74c3c;
    color: #fff;
    font-size: 14px;
    padding: 2px 6px;
    border-radius: 8px;
    white-space: nowrap;
    z-index: 20;
}

/* Vị trí theo cạnh cung */
.triet-top-mid {
    top: -4%;
    transform: translateX(-50%);
}

.triet-top {
    top: -4%;
    left: 50%;
    transform: translateX(-50%);
}

.triet-bottom {
    bottom: -4%;
    left: 50%;
    transform: translateX(-50%);
}
.triet-bottom-mid {
    bottom: -4%;
    left: 100%;
    transform: translateX(-50%);
}
.pos-thienban {
    position: relative;
}

.img {
    position: absolute;
}

.acc {
    font-weight: bold;
    padding-bottom: 5px;
}

.bdd {
    text-decoration: underline;
}