/* ดูดวง + ใช้ร่วมโทนทำนายฝัน */
@import url('dream.css');

.horoscope-hub-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 14px;
    margin: 0 0 1.5rem;
}

.horoscope-hub-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px 18px;
    background: #fff;
    border: 1px solid #e8dfd2;
    border-radius: 16px;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s;
}

.horoscope-hub-card:hover {
    border-color: #d89620;
    box-shadow: 0 6px 18px rgba(154, 40, 5, 0.08);
    color: inherit;
    transform: translateY(-2px);
}

.horoscope-hub-card__ico {
    font-size: 1.75rem;
    color: #9a2805;
}

.horoscope-hub-card__title {
    font-weight: 800;
    font-size: 1.15rem;
    color: #3d2a1f;
}

.horoscope-hub-card__desc {
    font-size: 0.92rem;
    color: #666;
    line-height: 1.55;
}

.zodiac-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 12px;
    margin: 0 0 1.5rem;
}

.zodiac-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 16px 12px;
    background: #fff;
    border: 1px solid #e8dfd2;
    border-radius: 14px;
    text-decoration: none;
    color: inherit;
    text-align: center;
}

.zodiac-card:hover {
    border-color: #d89620;
    color: inherit;
}

.zodiac-card__sym {
    font-size: 1.8rem;
    line-height: 1;
}

.zodiac-card__name {
    font-weight: 700;
    color: #3d2a1f;
}

.zodiac-card__range {
    font-size: 0.78rem;
    color: #888;
}

.horoscope-lucky-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 1.25rem;
}

.horoscope-chip {
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
    padding: 10px 14px;
    background: #fff8ee;
    border: 1px solid #f0d9a8;
    border-radius: 12px;
    min-width: 120px;
}

.horoscope-chip__label {
    font-size: 0.8rem;
    color: #8a6a40;
    font-weight: 600;
}

.horoscope-chip__val {
    font-weight: 800;
    color: #9a2805;
}

.horoscope-form {
    max-width: 520px;
    margin: 0 0 1.5rem;
    padding: 18px;
    background: #fff;
    border: 1px solid #e8dfd2;
    border-radius: 14px;
}

.horoscope-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #3d2a1f;
}

.horoscope-form__hint {
    margin: 0 0 12px;
    font-size: 0.95rem;
    color: #666;
}

.horoscope-form__row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}

.horoscope-form__field {
    flex: 1 1 100px;
    min-width: 90px;
}

.horoscope-form__field--year {
    flex: 1 1 120px;
}

.horoscope-form select,
.horoscope-form input[type="date"],
.horoscope-form input[type="number"] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #e0d5c8;
    border-radius: 10px;
    font-size: 1rem;
    background: #fff;
}

.horoscope-form button {
    border: 0;
    border-radius: 999px;
    background: var(--brand, #d83607);
    color: #fff;
    font-weight: 700;
    padding: 10px 22px;
    cursor: pointer;
}

.horoscope-form button:hover {
    background: var(--brand-dark, #9a2805);
}

.horoscope-result {
    margin: 0 0 1.5rem;
    padding: 18px;
    background: #fff;
    border: 1px solid #e8dfd2;
    border-radius: 14px;
}

.horoscope-result h2 {
    font-size: 1.15rem;
    margin: 0 0 0.5rem;
    color: #3d2a1f;
}

.horoscope-result + .horoscope-result {
    margin-top: 12px;
}

.oracle-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 1.25rem;
}

.oracle-tabs a {
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid #e8dfd2;
    background: #fff;
    color: #5a4030;
    font-weight: 600;
    text-decoration: none;
}

.oracle-tabs a.is-active,
.oracle-tabs a:hover {
    background: #9a2805;
    border-color: #9a2805;
    color: #fff;
}

.oracle-draw-box {
    text-align: center;
    padding: 28px 18px;
    background: linear-gradient(160deg, #fff8ee, #fff);
    border: 1px solid #f0d9a8;
    border-radius: 16px;
    margin: 0 0 1.25rem;
}

.oracle-draw-box__title {
    font-size: 1.4rem;
    font-weight: 800;
    color: #9a2805;
    margin: 0 0 0.75rem;
}

.oracle-draw-box form {
    margin-top: 1rem;
}

.oracle-draw-box button {
    border: 0;
    border-radius: 999px;
    background: var(--brand, #d83607);
    color: #fff;
    font-weight: 700;
    padding: 12px 28px;
    cursor: pointer;
    font-size: 1.05rem;
}

.horoscope-subnav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 1.25rem;
}

.horoscope-subnav a {
    font-size: 0.9rem;
    font-weight: 600;
    color: #9a2805;
    text-decoration: none;
    padding: 4px 0;
}

.horoscope-subnav a:hover {
    text-decoration: underline;
}
