:root {
    --xzw-navy: #7a5368;
    --xzw-gold: #d4a07a;
    --xzw-gold-2: #f3c9c8;
    --xzw-ink: #5a3d4c;
    --xzw-muted: #8a7380;
    --xzw-line: #f0dce4;
    --xzw-paper: #fff8f6;
    --xzw-ivory: #fdf0ee;
    --xzw-glass: linear-gradient(180deg, rgba(255,246,248,.78), rgba(248,228,236,.88));
}
.xzw-body {
    color: var(--xzw-ink);
    background-color: #f7e8ee;
    background-image:
        radial-gradient(1100px 520px at 50% -60px, rgba(255,210,224,.55), transparent 70%),
        linear-gradient(180deg, rgba(255,248,250,.28) 0%, rgba(247,226,236,.42) 50%, rgba(240,214,228,.7) 100%),
        url(bg-sky.jpg);
    background-size: auto, auto, cover;
    background-attachment: fixed;
    background-position: center top, center top, center top;
    background-repeat: no-repeat;
}
.xzw-body .ep-main,
.xzw-body .ep-container { background: transparent; }
.xzw-body .ep-container {
    position: relative;
    z-index: 1;
}
.ep-header.xzw-header {
    height: auto !important;
    background: linear-gradient(180deg, rgba(255,246,248,.82), rgba(248,228,236,.9)) !important;
    border-bottom: 1px solid rgba(232,168,184,.45) !important;
    box-shadow: 0 10px 28px rgba(180,90,120,.12) !important;
    backdrop-filter: blur(18px);
    position: relative !important;
    top: auto !important;
    z-index: 20;
}
.ep-header.xzw-header .ep-header-inner,
.xzw-header { display: block; }
.xzw-chrome-inner { color: #5a3d4c; }
.xzw-topbar {
    max-width: 1180px;
    margin: 0 auto;
    padding: 10px 16px 8px;
}
.xzw-topbar-row {
    display: flex;
    align-items: center;
    gap: 16px;
}
.xzw-body .ep-related-cover {
    background: #f6e6ee;
}
.xzw-body .ep-related-cover img {
    background: #f6e6ee;
}
.xzw-logo { flex: 0 0 auto; }
.xzw-logo-lockup {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 52px;
    text-decoration: none;
    line-height: 1;
}
.xzw-logo-lockup img {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    border-radius: 14px;
    display: block;
    object-fit: cover;
    background: #fbe8ef;
    border: 1px solid rgba(232,168,184,.45);
}
.xzw-logo-text,
.xzw-footer-names {
    display: grid;
    grid-template-columns: max-content max-content;
    justify-content: start;
    justify-items: start;
    align-items: baseline;
    column-gap: 0;
    row-gap: 3px;
    height: auto;
    padding: 0;
    min-width: 0;
    font-family: inherit;
}
.xzw-logo-text .xzw-bn,
.xzw-footer-names .xzw-bn {
    grid-column: 1;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.05;
    white-space: nowrap;
}
.xzw-logo-text .xzw-bn:nth-child(1),
.xzw-footer-names .xzw-bn:nth-child(1) {
    color: #5a3d4c;
    font-size: 20px;
}
.xzw-logo-text .xzw-bn:nth-child(3),
.xzw-footer-names .xzw-bn:nth-child(3) {
    color: #c45d7a;
    font-size: 16px;
}
.xzw-logo-text strong,
.xzw-footer-names strong {
    grid-column: 2;
    display: block;
    color: #5a3d4c;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.05;
    white-space: nowrap;
}
.xzw-logo-text em,
.xzw-logo-text .xzw-brand-domain,
.xzw-footer-names em,
.xzw-footer-names .xzw-brand-domain {
    grid-column: 2;
    display: block;
    margin: 0;
    padding: 0;
    color: #c45d7a;
    font-style: normal;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.02em;
    font-family: inherit;
    line-height: 1.05;
    white-space: nowrap;
}
.xzw-top-query {
    display: flex;
    flex: 1;
    flex-wrap: nowrap;
    gap: 6px;
    align-items: center;
    justify-content: center;
    min-width: 0;
}
.xzw-top-query span {
    color: #8a7380;
    font-size: 13px;
    white-space: nowrap;
}
.xzw-top-search {
    display: flex;
    flex: 0 0 252px;
    width: 252px;
    margin-left: auto;
    align-items: center;
    gap: 0;
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(212,175,90,.4);
    border-radius: 20px;
    overflow: hidden;
}
.xzw-inner .xzw-top-search { margin-left: auto; }
.xzw-top-query select {
    height: 34px;
    border: 1px solid rgba(212,175,90,.35);
    border-radius: 6px;
    padding: 0 8px;
    background: rgba(255,255,255,.97);
    color: var(--xzw-ink);
    min-width: 72px;
}
.xzw-top-search input {
    flex: 1;
    min-width: 0;
    height: 34px;
    border: 0;
    padding: 0 12px;
    background: transparent;
    color: var(--xzw-ink);
    outline: none;
    font-size: 13px;
}
.xzw-top-query button,
.xzw-top-search button {
    height: 34px;
    border: 0;
    padding: 0 14px;
    background: linear-gradient(180deg, #f3c9c8, #d4a07a);
    color: #5a3d4c;
    font-weight: 700;
    letter-spacing: .06em;
    cursor: pointer;
    white-space: nowrap;
}
.xzw-top-query button { border-radius: 6px; }
.xzw-top-search button { border-radius: 0; }
.xzw-hotline {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-top: 8px;
    font-size: 12px;
}
.xzw-hotline a { color: #8a7380; text-decoration: none; }
.xzw-hotline a:hover { color: #c45d7a; }
.xzw-hotline b {
    color: #c45d7a;
    font-size: 12px;
    letter-spacing: .14em;
    font-weight: 700;
    margin-right: 2px;
}
.xzw-nav {
    background: linear-gradient(180deg, rgba(255,246,248,.92), rgba(252,226,234,.96));
    border-top: 1px solid rgba(232,168,184,.4);
    border-bottom: 1px solid rgba(196,93,122,.18);
    box-shadow: 0 8px 18px rgba(180,90,120,.08);
}
.xzw-nav ul {
    list-style: none;
    margin: 0 auto;
    padding: 0 8px;
    max-width: 1180px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: space-between;
    gap: 0;
    scrollbar-width: none;
}
.xzw-nav ul::-webkit-scrollbar { display: none; }
.xzw-nav a {
    display: block;
    position: relative;
    color: #3d2a36;
    text-decoration: none;
    padding: 12px 10px 10px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .04em;
    white-space: nowrap;
    line-height: 1.2;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.xzw-nav a:hover {
    color: #c45d7a;
    background: transparent;
}
.xzw-nav a:hover::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 2px;
    background: rgba(196,93,122,.45);
}
.xzw-nav li.is-active a {
    color: #c45d7a;
    background: transparent;
    box-shadow: none;
}
.xzw-nav li.is-active a::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 3px;
    background: #c45d7a;
    box-shadow: 0 0 8px rgba(196,93,122,.35);
}
.xzw-signbar {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 6px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 12px 16px 14px;
}
.xzw-signico {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #8a7380;
    font-size: 12px;
    position: relative;
    padding-top: 10px;
}
.xzw-signico em {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    background: #e8a8b8;
    color: #fff;
    font-size: 10px;
    font-style: normal;
    line-height: 1;
    padding: 2px 5px;
    border-radius: 8px;
    letter-spacing: .04em;
}
.xzw-signico img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: block;
    margin-bottom: 4px;
    background: rgba(255,248,250,.95);
    border: 1px solid rgba(232,168,184,.45);
    box-shadow: 0 0 16px rgba(232,168,184,.22);
}
.xzw-signico b { color: #3d2a36; font-weight: 700; font-size: 13px; letter-spacing: .02em; }
.xzw-signico span { display: none; }
.xzw-signico.is-today img,
.xzw-signico:hover img { box-shadow: 0 0 0 2px #e8a8b8, 0 0 16px rgba(232,168,184,.45); }
.xzw-portal {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 0;
}
.xzw-sec-panel {
    background:
        linear-gradient(180deg, rgba(255,248,250,.86), rgba(255,240,244,.92)),
        url(constellation.svg) center 12px / 92% auto no-repeat;
    border: 1px solid rgba(232,168,184,.4);
    border-radius: 16px;
    padding: 12px 14px 12px;
    box-shadow: 0 14px 32px rgba(180,90,120,.1), inset 0 1px 0 rgba(255,255,255,.8);
    backdrop-filter: blur(14px);
}
.xzw-ptool {
    background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,240,244,.88));
    border-radius: 12px;
    padding: 10px 6px 8px;
    text-align: center;
    text-decoration: none;
    color: #5a3d4c;
    border: 1px solid rgba(232,168,184,.35);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
    transition: transform .18s ease, border-color .18s ease, background .18s ease;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    writing-mode: horizontal-tb !important;
    text-orientation: mixed;
    aspect-ratio: auto;
    height: auto;
    width: 100%;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    box-sizing: border-box;
}
.xzw-ptool:hover {
    transform: translateY(-3px);
    color: #c45d7a;
    border-color: rgba(232,168,184,.8);
    background: linear-gradient(180deg, #fff, #fde8ee);
}
.xzw-ptool-ico {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: block;
    margin: 0 auto 6px;
    overflow: hidden;
    border: 0;
    box-shadow: 0 6px 12px rgba(180,90,120,.12);
    background: transparent;
}
.xzw-ptool-ico img {
    width: 44px;
    height: 44px;
    display: block;
}
.xzw-ptool-copy {
    display: contents;
}
.xzw-ptool b {
    display: block;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    color: #3d2a36;
    writing-mode: horizontal-tb !important;
    text-orientation: mixed;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.xzw-ptool em { display: none !important; }
.xzw-ptool-desc,
.xzw-qp .xzw-ptool-desc {
    display: none !important;
}
.xzw-sec { margin-bottom: 24px; }
.xzw-sec-hd {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(196,93,122,.22);
}
.xzw-sec-hd h2 {
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 22px;
    color: #3d2a36;
    letter-spacing: .06em;
    font-weight: 800;
    line-height: 1.2;
    border-left: 4px solid #c45d7a;
}
.xzw-sec-hd p { margin: 0; color: #8a7380; font-size: 13px; flex: 1; min-width: 160px; }
.xzw-sec-hd a {
    color: #c45d7a;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    padding: 4px 12px;
    border-radius: 999px;
    border: 1px solid rgba(196,93,122,.35);
    background: rgba(255,255,255,.78);
}
.xzw-portal-cats .xzw-ptool { background: linear-gradient(180deg, #fff, #fde8ee); }
.xzw-ico-t1, .xzw-ico-t2, .xzw-ico-t3, .xzw-ico-t4, .xzw-ico-t5,
.xzw-ico-t6, .xzw-ico-t7, .xzw-ico-t8, .xzw-ico-t9, .xzw-ico-t10,
.xzw-ico-t11, .xzw-ico-t12, .xzw-ico-t13, .xzw-ico-t14, .xzw-ico-t15,
.xzw-ico-t16, .xzw-ico-t17, .xzw-ico-t18 {
    background: radial-gradient(circle at 30% 30%, #4a3580, #1b1438);
    color: var(--xzw-gold-2) !important;
}
.xzw-board {
    display: grid;
    grid-template-columns: 1.4fr .9fr;
    gap: 16px;
    margin-bottom: 16px;
}
.xzw-board-fortune {
    background:
        linear-gradient(160deg, rgba(255,246,248,.82) 0%, rgba(255,232,238,.78) 100%),
        url(constellation.svg) right -20px top -30px / 70% auto no-repeat,
        url(bg-sky.jpg) center/cover;
    color: #5a3d4c;
    border-radius: 14px;
    padding: 16px 18px 14px;
    border: 1px solid rgba(232,168,184,.4);
    box-shadow: 0 14px 32px rgba(180,90,120,.12), inset 0 1px 0 rgba(255,255,255,.8);
}
.xzw-board-hd {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 8px;
}
.xzw-board-sign {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(255,248,250,.9);
    box-shadow: 0 0 0 1px rgba(232,168,184,.55), 0 0 18px rgba(232,168,184,.2);
    flex-shrink: 0;
}
.xzw-board-kicker {
    color: var(--xzw-gold);
    font-size: 12px;
    letter-spacing: .16em;
    text-transform: none;
    margin-bottom: 8px;
}
.xzw-board-fortune h2 { margin: 0 0 4px; font-size: 22px; }
.xzw-board-meta { color: #8a7380; margin: 0 0 8px; }
.xzw-rates {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}
.xzw-rates li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin: 0;
    white-space: normal;
    background: rgba(255,255,255,.55);
    border: 1px solid rgba(232,168,184,.35);
    border-radius: 10px;
    padding: 8px 10px 9px;
    min-width: 0;
}
.xzw-rates li > span:not(.xzw-stars) {
    flex: none;
    width: auto;
    color: #8a7380;
    font-size: 12px;
    letter-spacing: .12em;
}
.xzw-rates b { color: #c45d7a; font-size: 16px; line-height: 1.2; }
.xzw-rates em {
    font-style: normal;
    font-size: 12px;
    line-height: 1.45;
    color: #8a7380;
    white-space: normal;
}
.xzw-stars {
    display: inline-flex !important;
    flex-wrap: nowrap;
    align-items: center;
    gap: 3px;
    width: auto !important;
    flex-shrink: 0;
    white-space: nowrap;
}
.xzw-stars i {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0;
    flex: 0 0 12px;
    background: #e8b4c0;
    clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.xzw-stars i.on { background: #b84466; }
.xzw-board-fortune .xzw-board-tip,
.xzw-board-tip {
    line-height: 1.7;
    color: #3d2a36 !important;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 10px 12px;
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(232,168,184,.35);
    border-radius: 12px;
}
.xzw-board-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.xzw-board-links a { color: #c45d7a; text-decoration: none; font-size: 13px; }
.xzw-board-side { display: flex; flex-direction: column; gap: 12px; }
.xzw-pairbox, .xzw-feature {
    background:
        linear-gradient(180deg, rgba(255,248,250,.92), rgba(255,236,242,.9)),
        url(constellation.svg) center / cover no-repeat;
    color: #5a3d4c;
    border-radius: 12px;
    padding: 18px 16px;
    flex: 1;
    border: 1px solid rgba(232,168,184,.4);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.85);
}
.xzw-pairbox h3, .xzw-feature h3 {
    margin: 0 0 12px;
    font-size: 15px;
    letter-spacing: .12em;
    font-weight: 700;
    color: #c45d7a;
}
.xzw-pairbox select, .xzw-pairbox button {
    width: 100%;
    height: 38px;
    margin: 4px 0;
    border-radius: 6px;
    border: 1px solid var(--xzw-line);
    padding: 0 10px;
}
.xzw-pairbox button {
    background: linear-gradient(180deg, #f3c9c8, #d4a07a);
    color: #2a1840;
    border: 0;
    font-weight: 700;
    letter-spacing: .08em;
    cursor: pointer;
}
.xzw-feature a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid rgba(232,168,184,.28);
    color: #5a3d4c;
    text-decoration: none;
    line-height: 1.5;
}
.xzw-feature a:hover { color: #c45d7a; }
.xzw-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}
.xzw-tabs a {
    background: rgba(255,253,248,.92);
    color: var(--xzw-ink);
    text-decoration: none;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 12px;
    letter-spacing: .08em;
    border: 1px solid rgba(212,175,90,.28);
}
.xzw-tabs a:hover,
.xzw-tabs a.is-on {
    background: linear-gradient(180deg, #f3c9c8, #d4a07a);
    color: #1b1538;
    font-weight: 700;
    border-color: transparent;
}
.xzw-hotlist { counter-reset: xzw-hot; }
.xzw-hotlist a {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 2px 8px;
    align-items: start;
}
.xzw-hotlist a::before {
    counter-increment: xzw-hot;
    content: counter(xzw-hot);
    grid-row: 1 / span 2;
    color: #9a91b0;
    font-weight: 700;
    line-height: 1.55;
}
.xzw-hotlist a b { font-weight: 600; }
.xzw-hotlist a em {
    grid-column: 2;
    font-style: normal;
    font-size: 12px;
    color: var(--xzw-muted);
    line-height: 1.5;
}
.xzw-hotlist a:nth-child(-n+3)::before { color: #c45c5c; }
@media (max-width: 980px) {
    .xzw-body { background-attachment: scroll; }
    .xzw-topbar-row { flex-wrap: wrap; }
    .xzw-logo { width: auto; }
    .xzw-top-query { display: none; }
    .xzw-top-search { flex: 1 1 100%; width: 100%; max-width: none; }
    .xzw-signbar { grid-template-columns: repeat(6, 1fr); }
    .xzw-portal { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 5px; }
    .xzw-board { grid-template-columns: 1fr; }
    .xzw-lead { grid-template-columns: 120px 1fr; }
    .xzw-cols { grid-template-columns: 1fr; }
    .xzw-home-tri { grid-template-columns: 1fr; }
    .xzw-qp .xzw-form { grid-template-columns: 1fr; }
    .xzw-footer-top { display: flex; flex-direction: column; gap: 22px; }
    .xzw-home-intro h1 { font-size: 20px; }
    .xzw-nav a { font-size: 15px; padding: 11px 10px 10px; }
    .xzw-sec-hd h2 { font-size: 18px; }
    .xzw-rates { grid-template-columns: 1fr 1fr; }
    .xzw-rates li:last-child { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
    .xzw-body { overflow-x: hidden; }
    .xzw-signbar { grid-template-columns: repeat(6, 1fr); padding: 8px 8px 10px; }
    .xzw-signico img { width: 34px; height: 34px; }
    .xzw-signico b { font-size: 12px; }
    .xzw-qp .xzw-portal { padding-bottom: 0; }
    .xzw-sec-hd p { display: none; }
    .xzw-sec-panel { padding: 10px 8px 8px; }
    .xzw-body .ep-container { padding-left: 12px; padding-right: 12px; }
    .xzw-ptool-desc,
    .xzw-qp .xzw-ptool-desc { display: none !important; }
    .xzw-ptool em { display: none !important; }
    .xzw-signico span { display: none; }
    .xzw-lead { grid-template-columns: 1fr; }
    .xzw-lead img { height: 140px; }
    .xzw-news > a:not(.xzw-lead) time { display: none; }
    .xzw-hub { grid-template-columns: 1fr; }
    .xzw-portal,
    .xzw-qp .xzw-portal {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        gap: 0 !important;
        width: 100%;
    }
    .xzw-portal .xzw-ptool,
    .xzw-qp .xzw-ptool {
        flex: 0 0 20% !important;
        width: 20% !important;
        max-width: 20% !important;
        min-width: 0 !important;
        padding: 6px 1px 4px !important;
        gap: 2px;
    }
    .xzw-qp .xzw-ptool-ico,
    .xzw-portal .xzw-ptool-ico {
        width: 26px !important;
        height: 26px !important;
        margin: 0 auto 2px;
    }
    .xzw-qp .xzw-ptool-ico img,
    .xzw-portal .xzw-ptool-ico img {
        width: 26px !important;
        height: 26px !important;
    }
    .xzw-portal .xzw-ptool b,
    .xzw-qp .xzw-ptool b {
        font-size: 10px;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
.ep-header { background: #2a2150 !important; border-bottom: 0 !important; box-shadow: none !important; }
.ep-header .ep-nav-item > a,
.ep-header .ep-nav-item > a:hover,
.ep-header .ep-nav-item.is-active > a { color: #fff; }
.ep-header .ep-nav-item > a:hover,
.ep-header .ep-nav-item.is-active > a { background: rgba(255,255,255,.12); }
.ep-header .ep-nav-arrow { color: #c45d7a; }
.ep-header .ep-search-toggle { color: #fff; }
.ep-logo img { height: 42px; }
.ep-submenu { background: #3a3166; }
.ep-submenu a { color: #efeafc !important; }
.xzw-hero {
    background: linear-gradient(180deg, #2a2150 0%, #45357a 100%);
    color: #fff;
    border-radius: 16px;
    padding: 28px 24px 20px;
    margin-bottom: 20px;
}
.xzw-hero h1 { margin: 0 0 8px; font-size: 26px; font-weight: 700; }
.xzw-hero p { margin: 0 0 18px; color: #d8cef2; }
.xzw-query {
    display: flex; flex-wrap: wrap; gap: 8px; align-items: center;
}
.xzw-query select, .xzw-query button {
    height: 40px; border-radius: 8px; border: 0; padding: 0 12px;
}
.xzw-query button { background: #c45d7a; color: #fff; font-weight: 700; cursor: pointer; }
.xzw-signs { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin-top: 18px; }
.xzw-sign {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
    color: #5a3d4c;
    text-decoration: none;
    background: linear-gradient(180deg, #fff, #fde8ee);
    border: 1px solid rgba(232,168,184,.4);
    border-radius: 14px;
    padding: 12px 8px 10px;
    box-shadow: 0 8px 18px rgba(180,90,120,.08);
}
.xzw-sign:hover {
    background: #fff;
    border-color: rgba(196,93,122,.55);
    color: #c45d7a;
}
.xzw-sign img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: block;
    background: #fbe8ef;
}
.xzw-sign b { display: block; font-size: 14px; color: inherit; }
.xzw-sign span { display: none; }
.xzw-tools {
    display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-bottom: 20px;
}
.xzw-tool {
    display: flex; flex-direction: column; align-items: center; gap: 8px;
    background: #fff; border-radius: 14px; padding: 16px 8px; text-decoration: none; color: #2b2440;
}
.xzw-tool:hover { color: #2a2150; }
.xzw-ico {
    width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 13px; font-weight: 700;
}
.xzw-ico-1 { background: #7b5ea7; }
.xzw-ico-2 { background: #6b7fd7; }
.xzw-ico-3 { background: #3d8ebd; }
.xzw-ico-4 { background: #c45c5c; }
.xzw-ico-5 { background: #d46a9a; }
.xzw-ico-6 { background: #6d7a8d; }
.xzw-ico-7 { background: #d07a3a; }
.xzw-ico-8 { background: #d4a24c; }
.xzw-ico-9 { background: #c9783a; }
.xzw-ico-10 { background: #8a6a4b; }
.xzw-tool span { font-size: 13px; }
.xzw-block {
    background:
        linear-gradient(180deg, rgba(255,252,244,.93), rgba(244,234,210,.96)),
        url(card-stars.jpg) center/cover;
    border-radius: 12px;
    padding: 18px 20px;
    margin-bottom: 20px;
    box-shadow: 0 16px 36px rgba(16,8,36,.22);
    border: 1px solid rgba(196,160,80,.32);
    position: relative;
}
.xzw-ptool, .xzw-pairbox, .xzw-feature, .xzw-cal { box-shadow: 0 12px 28px rgba(12,6,28,.18); }
.xzw-news > a:not(.xzw-lead) {
    display: block; padding: 10px 0; border-bottom: 1px solid var(--xzw-line);
    color: var(--xzw-ink); text-decoration: none; line-height: 1.55; overflow: hidden;
}
.xzw-news > a:not(.xzw-lead):hover { color: #c45d7a; }
.xzw-news > a:not(.xzw-lead) time { float: right; color: var(--xzw-muted); font-size: 12px; margin-left: 12px; white-space: nowrap; }
.xzw-lead {
    display: grid; grid-template-columns: 168px 1fr; gap: 14px;
    text-decoration: none; color: var(--xzw-ink); padding-bottom: 14px; margin-bottom: 4px;
    border-bottom: 1px solid var(--xzw-line);
}
.xzw-lead:not(:has(img)) { grid-template-columns: 1fr; }
.xzw-lead img { width: 100%; height: 112px; object-fit: cover; border-radius: 8px; background: #1b1538; }
.xzw-lead b { display: block; font-size: 17px; line-height: 1.45; margin-bottom: 6px; }
.xzw-lead em { font-style: normal; color: var(--xzw-muted); font-size: 13px; line-height: 1.6; }
.xzw-lead:hover b { color: #9a7b2f; }
.xzw-almanac-date { font-weight: 700; margin: 0 0 10px; color: #5a3d4c; }
.xzw-feature p { color: #6a5360; }
.xzw-feature-almanac h3 a { float: right; font-size: 12px; font-weight: 400; color: #c45d7a; }
.xzw-almanac-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.xzw-yi, .xzw-ji { border-radius: 10px; padding: 10px; font-size: 13px; line-height: 1.55; }
.xzw-yi { background: #eef8f1; color: #1e6b45; }
.xzw-ji { background: #f8eeee; color: #8a3030; }
.xzw-yi b, .xzw-ji b { display: block; margin-bottom: 4px; font-size: 12px; }
.xzw-side-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.xzw-side-gallery a {
    display: block; text-decoration: none; color: #2b2440; background: var(--xzw-ivory);
    border-radius: 10px; overflow: hidden; font-size: 12px;
}
.xzw-side-gallery img, .xzw-side-gallery .xzw-ph { width: 100%; height: 110px; object-fit: cover; display: block; background: #1b1538; }
.xzw-side-gallery .xzw-ph { background: linear-gradient(135deg, #1b1538, #3a3166); }
.xzw-side-gallery span { display: block; padding: 6px 8px; line-height: 1.4; }
.xzw-block h2 {
    margin: 0 0 14px;
    padding: 0 0 8px 10px;
    font-size: 18px;
    overflow: hidden;
    letter-spacing: .06em;
    font-weight: 800;
    color: #3d2a36;
    border-left: 4px solid #c45d7a;
    border-bottom: 1px solid rgba(196,93,122,.2);
    line-height: 1.25;
}
.xzw-block h2 a {
    float: right;
    font-size: 13px;
    font-weight: 700;
    color: #c45d7a;
    letter-spacing: .04em;
}
.xzw-list a {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 4px 12px;
    align-items: start;
    padding: 10px 0;
    border-bottom: 1px solid var(--xzw-line);
    color: var(--xzw-ink);
    text-decoration: none;
    line-height: 1.55;
}
.xzw-list a:hover { color: #9a7b2f; }
.xzw-list a b { font-weight: 600; }
.xzw-list a em {
    grid-column: 1 / -1;
    font-style: normal;
    font-size: 12px;
    color: var(--xzw-muted);
    line-height: 1.5;
}
.xzw-list time {
    color: #9a91b0;
    font-size: 12px;
    white-space: nowrap;
    margin: 0;
}
.xzw-list.xzw-hotlist a {
    grid-template-columns: 18px 1fr;
}
.xzw-list.xzw-hotlist a::before {
    grid-column: 1;
    grid-row: 1 / span 2;
}
.xzw-list.xzw-hotlist a b,
.xzw-list.xzw-hotlist a em { grid-column: 2; }
.ep-article-title { line-height: 1.5; }
.ep-show-title { line-height: 1.45; }
.ep-side-hit-title, .ep-related-title { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; line-height: 1.45; }
.xzw-form-inline { display: flex; flex-wrap: wrap; gap: 8px; max-width: none; }
.xzw-form-inline button { margin-top: 0; }
.xzw-hub { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin: 12px 0; }
.xzw-hub a {
    display: block; text-decoration: none; color: var(--xzw-ink);
    background: rgba(255,252,244,.8); border: 1px solid rgba(196,160,80,.28); border-radius: 10px; padding: 12px;
}
.xzw-hub a:hover { border-color: rgba(212,175,90,.45); color: #9a7b2f; }
.xzw-hub b { display: block; margin-bottom: 4px; }
.xzw-hub span { font-size: 12px; color: #6b6280; line-height: 1.5; }
.xzw-draws { display: grid; gap: 12px; margin: 14px 0; }
.xzw-draw {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 14px;
    align-items: start;
    background: linear-gradient(180deg, #fff, #fde8ee);
    border: 1px solid rgba(232,168,184,.4);
    border-radius: 12px;
    padding: 14px;
}
.xzw-draw p { margin: 0 0 8px; line-height: 1.6; color: #4a3540; }
.xzw-draw p:last-child { margin-bottom: 0; }
.xzw-draw-body h3 { margin: 0 0 6px; font-size: 18px; color: #3d2a36; }
.xzw-draw-kicker { font-size: 12px; color: #c45d7a; letter-spacing: .06em; font-weight: 700; }
.xzw-draw-keys { color: #8a7380 !important; font-size: 13px; }
.xzw-draw-body b {
    display: inline-block;
    min-width: 5.5em;
    margin-right: 6px;
    color: #c45d7a;
    font-size: 12px;
    letter-spacing: .08em;
}
.xzw-tarot-lead { margin: 0 0 12px; color: #5a3d4c; line-height: 1.7; }
.xzw-tarot-how {
    list-style: none;
    margin: 0 0 16px;
    padding: 12px 14px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    background: rgba(255,248,250,.7);
    border: 1px solid rgba(232,168,184,.35);
    border-radius: 10px;
}
.xzw-tarot-how li { margin: 0; font-size: 13px; color: #5a3d4c; line-height: 1.55; }
.xzw-tarot-how b { color: #c45d7a; margin-right: 4px; }
.xzw-tarot-empty { color: #8a7380; margin: 12px 0 18px; }
.xzw-form-inline button.is-on {
    background: #c45d7a;
    color: #fff;
    box-shadow: 0 6px 14px rgba(196,93,122,.25);
}
.xzw-tface {
    width: 96px;
    height: 140px;
    border-radius: 10px;
    border: 1px solid rgba(196,93,122,.28);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 8px 6px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 8px 16px rgba(180,90,120,.1);
    color: #3d2a36;
}
.xzw-tface em { font-style: normal; font-size: 11px; letter-spacing: .08em; color: #8a7380; }
.xzw-tface b { display: block; font-size: 22px; margin: 8px 0 6px; letter-spacing: .04em; }
.xzw-tface span { font-size: 12px; font-weight: 700; line-height: 1.3; }
.xzw-tface.is-rev { transform: rotate(180deg); }
.xzw-tface-major { background: linear-gradient(180deg, #fff6f8, #f3c9d6); }
.xzw-tface-wands { background: linear-gradient(180deg, #fff8f2, #f6d4b8); }
.xzw-tface-cups { background: linear-gradient(180deg, #fff5f8, #f4c4d4); }
.xzw-tface-swords { background: linear-gradient(180deg, #f7f4fb, #d8cce8); }
.xzw-tface-pents { background: linear-gradient(180deg, #fffaf0, #ead7a8); }
.xzw-tcell .xzw-tface { width: 64px; height: 92px; flex: none; }
.xzw-tcell .xzw-tface b { font-size: 16px; margin: 4px 0; }
.xzw-tcell .xzw-tface span { font-size: 11px; }
.xzw-tarot {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}
.xzw-tarot .xzw-tcell {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 10px;
    align-items: start;
    background: linear-gradient(180deg, #fff, #fde8ee);
    border: 1px solid rgba(232,168,184,.35);
    border-radius: 12px;
    padding: 10px;
}
.xzw-tarot .xzw-tcell b { display: block; margin: 0 0 4px; color: #3d2a36; }
.xzw-tarot .xzw-tcell em { display: block; font-style: normal; font-size: 12px; color: #c45d7a; margin-bottom: 6px; }
.xzw-tarot .xzw-tcell p { margin: 0 0 6px; font-size: 13px; line-height: 1.55; color: #5a3d4c; }
.xzw-tarot .xzw-tcell p:last-child { margin-bottom: 0; }
.xzw-tarot .xzw-tcell i {
    display: inline-block;
    min-width: 2.2em;
    margin-right: 4px;
    font-style: normal;
    font-size: 12px;
    font-weight: 700;
    color: #c45d7a;
}
.xzw-h2 { font-size: 16px; margin: 22px 0 12px; letter-spacing: .08em; }
.xzw-lishi p { margin: 0; padding: 8px 0; border-bottom: 1px solid var(--xzw-line); line-height: 1.6; }
.xzw-lishi b { margin-right: 8px; color: #9a7b2f; }
.xzw-names { display: flex; flex-wrap: wrap; gap: 8px; }
.xzw-names span {
    display: inline-block; padding: 6px 12px; border-radius: 999px;
    background: #fff; border: 1px solid rgba(212,175,90,.28); letter-spacing: .12em;
}
.xzw-form label { display: block; margin: 10px 0 4px; }
.xzw-form select, .xzw-form input, .xzw-form button {
    width: 100%; height: 40px; border: 1px solid var(--xzw-line); border-radius: 6px; padding: 0 10px;
}
.xzw-form button { width: auto; padding: 0 22px; background: #c45d7a; color: #fff; border: 1px solid rgba(232,168,184,.45); margin-top: 12px; cursor: pointer; letter-spacing: .08em; }
.xzw-result { background: var(--xzw-ivory); border-radius: 10px; padding: 16px; margin-top: 16px; border: 1px solid rgba(212,175,90,.16); }
.xzw-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; align-items: stretch; }
.xzw-gallery a {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: var(--xzw-ivory);
    border-radius: 10px;
    overflow: hidden;
    color: #2b2440;
    text-decoration: none;
}
.xzw-gallery img { width: 100%; height: 168px; object-fit: cover; background: #f6e6ee; flex: 0 0 168px; }
.xzw-gallery span {
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.45;
    min-height: 4.35em;
}
.xzw-note { font-size: 12px; color: #9a91b0; margin-top: 8px; }
.ep-footer {
    background:
        linear-gradient(180deg, rgba(255,246,248,.94), rgba(248,228,236,.98)),
        url(constellation.svg) right -80px bottom -50px / 560px auto no-repeat,
        #f8e8ee !important;
    color: #6a5360;
    border-top: 1px solid rgba(232,168,184,.4);
    position: relative;
    padding: 16px 20px 22px !important;
}
.ep-footer a { color: #c45d7a !important; }
.xzw-dual { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 8px; }
.xzw-dual .xzw-query { background: rgba(255,255,255,.08); padding: 8px 10px; border-radius: 10px; }
.xzw-dual .xzw-query span { margin-right: 4px; color: #d8cef2; font-size: 13px; }
.xzw-fortune {
    display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px;
}
.xzw-fortune a {
    background: var(--xzw-paper); color: var(--xzw-ink); text-decoration: none;
    padding: 7px 14px; border-radius: 999px; font-size: 12px; letter-spacing: .08em;
    border: 1px solid rgba(212,175,90,.28);
}
.xzw-fortune a:hover { background: linear-gradient(180deg, #f0d78a, #d4af5a); }
.xzw-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; align-items: stretch; }
.xzw-home-tri {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
    align-items: stretch;
}
.xzw-cols > .xzw-block,
.xzw-home-tri > .xzw-block {
    height: 100%;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}
.xzw-cols .xzw-list,
.xzw-home-tri .xzw-list,
.xzw-home-tri .xzw-side-gallery,
.xzw-cols .xzw-news {
    flex: 1;
}
.xzw-mini { display: flex; gap: 8px; margin-bottom: 10px; }
.xzw-mini input { flex: 1; min-width: 0; height: 36px; border: 1px solid var(--xzw-line); border-radius: 6px; padding: 0 10px; }
.xzw-mini button { height: 36px; border: 0; border-radius: 6px; padding: 0 14px; background: #c45d7a; color: #fff; cursor: pointer; }
.xzw-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 4px; }
.xzw-tags a {
    background: var(--xzw-ivory); color: var(--xzw-ink); text-decoration: none;
    padding: 6px 10px; border-radius: 6px; font-size: 13px;
    border: 1px solid rgba(212,175,90,.18);
}
.xzw-tags a.on, .xzw-tags a:hover { background: #c45d7a; color: #fff; border-color: rgba(232,168,184,.45); }
.xzw-side-compact .xzw-cloud,
.xzw-block .xzw-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.xzw-side-compact .xzw-cloud a,
.ep-col-side .xzw-cloud a {
    background: var(--xzw-ivory);
    color: var(--xzw-ink);
    text-decoration: none;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 13px;
    border: 1px solid rgba(232,168,184,.4);
}
.xzw-side-compact .xzw-cloud a:hover,
.ep-col-side .xzw-cloud a:hover {
    background: #c45d7a;
    color: #fff;
    border-color: transparent;
}
.xzw-side-sticky {
    position: sticky;
    top: 12px;
}
.xzw-signs.xzw-cat-signs {
    margin-top: 8px;
    margin-bottom: 36px;
}
.xzw-cat-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 24px 20px;
    align-items: start;
}
.xzw-cat-main { display: contents; }
.xzw-cat-side {
    grid-column: 2;
    grid-row: 1 / span 2;
    min-width: 0;
}
.xzw-cat-layout .xzw-cat-card {
    margin-bottom: 0;
    min-width: 0;
}
.xzw-cat-layout .el-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.xzw-body .ep-cat-title-link,
.xzw-body a.ep-cat-title-link {
    color: #3d2a36 !important;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .06em;
}
.xzw-body .ep-cat-title-link:hover { color: #c45d7a !important; }
.xzw-cat-more {
    color: #c45d7a;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}
.xzw-cat-more:hover { color: #8a3d58; }
.xzw-article { line-height: 1.85; font-size: 15px; }
.xzw-article p { margin: 0 0 12px; }
.xzw-cloud { display: flex; flex-wrap: wrap; gap: 8px 12px; }
.xzw-cloud a { color: #8a7340; text-decoration: none; font-size: 13px; }
.xzw-cloud a:hover { color: var(--xzw-ink); }
.xzw-footer-inner { display: block; max-width: var(--ep-container-max, 1180px); }
.xzw-footer-top {
    display: grid;
    grid-template-columns: minmax(15rem, .95fr) minmax(0, 2.85fr);
    gap: 22px 48px;
    margin-bottom: 22px;
    align-items: start;
}
.xzw-footer-nav {
    display: grid;
    grid-template-columns: 1fr 1fr minmax(9rem, .85fr);
    gap: 22px 36px;
    min-width: 0;
}
.xzw-footer-col { min-width: 0; }
.xzw-footer-top h3 {
    margin: 0 0 10px;
    font-size: 13px;
    letter-spacing: .16em;
    color: #c45d7a;
    font-weight: 700;
}
.xzw-footer-top .xzw-cloud a { color: #c45d7a !important; }
.xzw-footer-top .xzw-cloud a:hover { color: #8a3d58 !important; }
.xzw-footer-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}
.xzw-footer-lockup {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 52px;
    text-decoration: none;
    line-height: 1;
}
.xzw-footer-lockup img {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    border-radius: 14px;
    object-fit: cover;
    border: 1px solid rgba(232,168,184,.45);
    background: #fbe8ef;
}
.xzw-footer-brand p {
    margin: 0;
    color: #6a5360;
    font-size: 13px;
    line-height: 1.55;
    max-width: 22em;
}
.xzw-footer-mail {
    margin: 12px 0 0;
    color: #6a5360;
    font-size: 13px;
}
.xzw-footer-bottom {
    padding-top: 14px;
    border-top: 1px solid rgba(212,175,90,.18);
}
.xzw-footer-copy { margin-bottom: 6px; }
@media (max-width: 980px) {
    .ep-footer { padding: 14px 16px 88px !important; }
    .xzw-footer-top {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        margin-bottom: 14px;
    }
    .xzw-footer-brand {
        align-items: center;
        text-align: center;
        gap: 6px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(212,175,90,.18);
    }
    .xzw-footer-lockup { justify-content: center; }
    .xzw-footer-brand p {
        max-width: 32em;
        margin: 0 auto;
        text-align: center;
        font-size: 12px;
    }
    .xzw-footer-nav {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px 14px;
        text-align: center;
    }
    .xzw-footer-about {
        grid-column: 1 / -1;
        padding-top: 16px;
        border-top: 1px solid rgba(212,175,90,.12);
    }
    .xzw-footer-top h3 {
        text-align: center;
        letter-spacing: .2em;
    }
    .xzw-footer-top .xzw-cloud {
        justify-content: center;
        gap: 8px 8px;
    }
    .xzw-footer-top .xzw-cloud a {
        display: inline-block;
        padding: 5px 10px;
        border: 1px solid rgba(232,197,71,.28);
        border-radius: 999px;
        font-size: 12px;
        line-height: 1.4;
        background: rgba(255,248,230,.06);
    }
    .xzw-footer-mail { margin-top: 10px; text-align: center; }
    .xzw-footer-bottom { text-align: center; }
}
.xzw-list-h1 {
    margin: 0 0 14px;
    font-size: 22px;
    letter-spacing: .06em;
    color: #5a3d4c;
}
.xzw-home-intro {
    margin: 0 0 12px;
    text-align: center;
}
.xzw-home-intro h1 {
    margin: 0 0 4px;
    font-size: 24px;
    letter-spacing: .04em;
    color: #3d2a36;
    font-weight: 800;
}
.xzw-home-intro p {
    margin: 0 auto;
    max-width: 42em;
    color: #6a5360;
    font-size: 13px;
    line-height: 1.5;
}
.xzw-sitemap { margin-top: 18px; }
.xzw-sitemap section { margin: 0 0 18px; }
.xzw-sitemap h2 {
    margin: 0 0 8px;
    font-size: 16px;
    color: #2a1848;
}
.xzw-sitemap .xzw-cloud a { color: #9a7b2f; }
.xzw-wiki {
    background:
        linear-gradient(180deg, rgba(255,252,244,.94), rgba(244,234,210,.97)),
        url(constellation.svg) right -40px top -20px / 420px auto no-repeat,
        url(card-stars.jpg) center/cover;
    border-radius: 12px;
    padding: 20px 22px;
    margin-bottom: 16px;
    border: 1px solid rgba(196,160,80,.38);
    box-shadow: 0 16px 36px rgba(16,8,36,.22);
    position: relative;
}
.xzw-wiki h1 { margin: 0 0 8px; font-size: 24px; letter-spacing: .08em; color: #2a1848; }
.xzw-wiki-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }
.xzw-wiki-links a { color: #9a7b2f; }
.xzw-h2 { font-size: 18px; margin: 20px 0 12px; }
.xzw-signs-light { margin-top: 12px; }
.xzw-signs-light .xzw-sign { background: linear-gradient(180deg, #fff, #fde8ee); }
.xzw-cal {
    background:
        linear-gradient(180deg, rgba(255,252,244,.94), rgba(244,234,210,.97)),
        url(card-stars.jpg) center/cover;
    border-radius: 12px;
    padding: 14px;
    margin-bottom: 16px;
    border: 1px solid rgba(196,160,80,.32);
}
.xzw-cal-hd { font-weight: 700; margin-bottom: 10px; }
.xzw-cal-grid {
    display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; text-align: center; font-size: 12px;
}
.xzw-cal-grid > span { color: #9a91b0; padding: 4px 0; }
.xzw-cal-day {
    display: block; background: var(--xzw-ivory); border-radius: 8px; padding: 4px 0; color: #2b2440; text-decoration: none;
}
.xzw-cal-day b { display: block; }
.xzw-cal-day i { font-style: normal; color: #9a7b2f; font-size: 11px; }
.xzw-cal-day.is-today { background: #c45d7a; color: #fff; }
.xzw-cal-day.is-today i { color: #fff; }
.xzw-h2 { font-size: 16px; margin: 22px 0 12px; letter-spacing: .08em; }
@media (max-width: 900px) {
    .xzw-cols { grid-template-columns: 1fr; }
    .xzw-home-tri { grid-template-columns: 1fr; }
    .xzw-tarot { grid-template-columns: 1fr 1fr; }
    .xzw-tarot-how { grid-template-columns: 1fr; }
    .xzw-draw { grid-template-columns: 72px 1fr; }
    .xzw-dual .xzw-query { width: 100%; }
}
@media (max-width: 640px) {
    .xzw-tarot { grid-template-columns: 1fr; }
    .xzw-draw { grid-template-columns: 1fr; }
    .xzw-draw .xzw-tface { margin: 0 auto; }
    .xzw-cal-day i { display: none; }
    .xzw-hub { grid-template-columns: 1fr; }
    .xzw-form-inline { flex-direction: column; }
}
@media (max-width: 900px) {
    .xzw-signs { grid-template-columns: repeat(4, 1fr); }
    .xzw-tools { grid-template-columns: repeat(5, 1fr); }
    .ep-header-inner { flex-wrap: wrap; }
    .ep-nav { width: 100%; overflow-x: auto; }
    .ep-nav > ul { display: flex; flex-wrap: nowrap; white-space: nowrap; }
    .ep-nav .ep-submenu { position: static; display: none; }
    .xzw-gallery { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
    .xzw-signs { grid-template-columns: repeat(3, 1fr); }
    .xzw-tools { grid-template-columns: repeat(5, 1fr); gap: 8px; }
    .xzw-tool { padding: 12px 4px; }
    .xzw-tool span { font-size: 11px; }
    .xzw-ico { width: 44px; height: 44px; font-size: 11px; }
    .xzw-list time { display: none; }
    .xzw-hero { padding: 20px 14px 16px; border-radius: 12px; }
    .xzw-hero h1 { font-size: 20px; }
}

.xzw-body .ep-breadcrumb { color: #8a7380; }
.xzw-body .ep-breadcrumb a { color: #c45d7a; }
.xzw-body .ep-breadcrumb a:hover { color: #8a3d58; }
.xzw-body .el-card {
    background:
        linear-gradient(180deg, rgba(255,252,244,.94), rgba(244,234,210,.97)),
        url(card-stars.jpg) center/cover !important;
    border: 1px solid rgba(196,160,80,.32) !important;
    border-radius: 12px !important;
    box-shadow: 0 16px 36px rgba(16,8,36,.22) !important;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.xzw-body .el-card__header {
    border-bottom: 1px solid var(--xzw-line) !important;
    font-weight: 700;
    letter-spacing: .12em;
    background: transparent !important;
}
.xzw-body .el-card__body {
    flex: 0 0 auto;
}
.xzw-body .ep-show-title {
    font-size: 28px;
    letter-spacing: .04em;
    color: var(--xzw-ink);
}
.xzw-body .ep-show-meta { color: var(--xzw-muted); }
.xzw-body .neirong {
    font-size: 16px;
    line-height: 1.9;
    color: #2a2540;
}
.xzw-body .neirong img,
.xzw-body .neirong .xzw-auto-cover img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
    margin: 12px auto;
}
.xzw-body .ep-list-item {
    border-bottom: 1px solid var(--xzw-line);
    padding: 14px 0;
}
.xzw-body .ep-article-title a { color: var(--xzw-ink); }
.xzw-body .ep-article-title a:hover { color: #9a7b2f; }
.xzw-body .ep-scrolltop {
    background: linear-gradient(180deg, #f3c9c8, #e8a8b8) !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.7);
    box-shadow: 0 10px 24px rgba(196,93,122,.28);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    z-index: 10050 !important;
    width: 48px;
    height: 48px;
}
.xzw-body .ep-scrolltop.is-on {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
}
.xzw-hero {
    background: linear-gradient(180deg, rgba(11,18,40,.92), rgba(16,24,47,.88)), url(bg-sky.jpg) center/cover;
    border: 1px solid rgba(212,175,90,.22);
}
.xzw-gallery a, .xzw-side-gallery a { border: 1px solid rgba(212,175,90,.12); }
.xzw-hotlist a:nth-child(-n+3)::before { color: #c9a227; }
.xzw-gallery img { background: #f6e6ee; }
.xzw-wiki-luck { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--xzw-line); line-height: 1.7; }
.xzw-dream-item { margin: 12px 0; padding-bottom: 10px; border-bottom: 1px solid var(--xzw-line); }
.xzw-dream-item b { display: block; margin-bottom: 4px; }
.xzw-dream-item p { margin: 0; color: #4a4460; line-height: 1.7; }
.xzw-dob { line-height: 1.85; max-height: 22em; overflow: auto; color: #3a3450; }
.xzw-rates-light li {
    color: var(--xzw-ink);
    background: rgba(255,252,244,.78);
    border-color: rgba(196,160,80,.32);
}
.xzw-rates-light li > span:not(.xzw-stars) { color: #6e6480; }
.xzw-rates-light em { color: #6e6480; }
.xzw-rates-light b { color: #9a7b2f; }
.xzw-rates-light .xzw-stars i { background: #e8b4c0; }
.xzw-rates-light .xzw-stars i.on { background: #b84466; }
.xzw-feature-almanac h3 a { float: right; font-size: 12px; font-weight: 400; color: #f0d78a; }
.xzw-feature-almanac .xzw-almanac-date { margin-top: 4px; }
.xzw-qp .ep-page-title {
    margin: 0 0 10px;
    font-size: 22px;
    letter-spacing: .08em;
}
.xzw-qp .neirong { color: var(--xzw-muted); margin-bottom: 14px; }
.xzw-lead-copy { color: var(--xzw-muted); margin: 0 0 14px; }
.xzw-qp .xzw-form {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: flex-end;
    background: linear-gradient(165deg, #fff8fa, #fde8ee);
    border: 1px solid rgba(232,168,184,.42);
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 16px;
    box-shadow: 0 10px 24px rgba(180,90,120,.08);
}
.xzw-qp .xzw-field {
    flex: 1 1 140px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 120px;
}
.xzw-qp .xzw-form label,
.xzw-qp .xzw-field label {
    margin: 0;
    color: #c45d7a;
    font-size: 12px;
    letter-spacing: .08em;
}
.xzw-qp .xzw-form select,
.xzw-qp .xzw-form input,
.xzw-qp .xzw-field select,
.xzw-qp .xzw-field input {
    width: 100%;
    height: 40px;
    border: 0;
    border-radius: 8px;
    padding: 0 10px;
    background: #fff;
    color: var(--xzw-ink);
}
.xzw-qp .xzw-form button {
    width: auto;
    height: 40px;
    margin: 0;
    padding: 0 22px;
    background: linear-gradient(180deg, #f3c9c8, #d4a07a);
    color: #5a3d4c;
    border: 0;
    font-weight: 700;
    letter-spacing: .08em;
    cursor: pointer;
}
.xzw-qp .xzw-result {
    background:
        linear-gradient(180deg, rgba(255,255,252,.92), rgba(247,238,214,.96)),
        url(constellation.svg) right -30px bottom -40px / 360px auto no-repeat;
    border-radius: 12px;
    padding: 20px 22px;
    margin-top: 4px;
    border: 1px solid rgba(196,160,80,.35);
    box-shadow: 0 8px 24px rgba(16,8,36,.08);
    line-height: 1.8;
}
.xzw-qp .xzw-portal { margin: 0 0 12px; }
.xzw-qp .xzw-sec-panel { margin: 8px 0 14px; }
.xzw-query-more {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid var(--xzw-line);
}
.xzw-query-more span {
    color: #9a7b2f;
    font-size: 12px;
    letter-spacing: .12em;
    margin-right: 4px;
}
.xzw-query-more a {
    text-decoration: none;
    color: var(--xzw-ink);
    background: var(--xzw-ivory);
    border: 1px solid rgba(212,175,90,.22);
    border-radius: 999px;
    padding: 5px 12px;
    font-size: 13px;
}
.xzw-query-more a.on,
.xzw-query-more a:hover {
    background: #c45d7a;
    color: #fff;
    border-color: rgba(232,168,184,.4);
}
.xzw-body .ep-related-cover {
    background: #f6e6ee;
    border-radius: 10px 10px 0 0;
}
.xzw-body .ep-related-cover img {
    background: #f6e6ee;
}
.xzw-body .ep-related-card {
    overflow: hidden;
    border: 1px solid rgba(196,160,80,.28) !important;
}
.xzw-body .ep-row {
    align-items: flex-start !important;
}
.xzw-inner .ep-row {
    align-items: stretch !important;
}
.xzw-inner .ep-col-main > .el-card {
    flex: 1 1 auto;
}
.xzw-inner .ep-col-main > .el-card > .el-card__body {
    flex: 1 1 auto;
}
.xzw-body .ep-col-main,
.xzw-body .ep-col-side {
    display: flex;
    flex-direction: column;
}
.xzw-body .ep-col-main > :last-child,
.xzw-body .ep-col-side > :last-child {
    flex: 0 0 auto;
    min-height: 0;
    margin-bottom: 0;
}
.xzw-side-compact {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}
.xzw-side-compact > .xzw-block,
.xzw-side-compact > .el-card {
    margin-bottom: 0;
}
.xzw-side-compact > .el-card:last-child {
    flex: 1 1 auto;
    margin-bottom: 0;
}
.xzw-board-fortune,
.xzw-board-side {
    min-height: 100%;
}
.xzw-cal {
    height: 100%;
    box-sizing: border-box;
}
@media (max-width: 980px) {
    .xzw-home-tri { grid-template-columns: 1fr; }
    .xzw-cat-layout { grid-template-columns: 1fr; }
    .xzw-cat-side {
        grid-column: auto;
        grid-row: auto;
    }
    .xzw-rates { grid-template-columns: 1fr 1fr; }
    .xzw-rates li:last-child { grid-column: 1 / -1; }
    .xzw-side-sticky { position: static; }
    .xzw-body .ep-scrolltop {
        right: 12px;
        bottom: 16px;
    }
}
.xzw-body .ep-side-hit-title {
    white-space: normal !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.xzw-body .ep-side-hit-row { margin-bottom: 12px; }
.xzw-body .ep-side-hit-row:last-child { margin-bottom: 0; }
.xzw-hotlist-side { counter-reset: xzw-hot; }
.xzw-hotlist-side .ep-side-hit-row {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 0 8px;
    align-items: start;
    margin-bottom: 10px;
}
.xzw-hotlist-side .ep-side-hit-row::before {
    counter-increment: xzw-hot;
    content: counter(xzw-hot);
    color: #9a91b0;
    font-weight: 700;
    line-height: 1.45;
}
.xzw-hotlist.xzw-hotlist-side a {
    display: -webkit-box;
    grid-template-columns: none;
}
.xzw-hotlist.xzw-hotlist-side a::before {
    content: none !important;
    counter-increment: none;
    display: none !important;
}
.xzw-hotlist-side .ep-side-hit-row:nth-child(-n+3)::before { color: #c9a227; }
.xzw-pair-picks {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin: 0 0 18px;
}
.xzw-pair-picks a {
    display: block;
    text-decoration: none;
    color: var(--xzw-ink);
    background: rgba(255,252,244,.86);
    border: 1px solid rgba(196,160,80,.32);
    border-radius: 10px;
    padding: 12px 14px;
}
.xzw-pair-picks a:hover { border-color: rgba(212,175,90,.55); color: #9a7b2f; }
.xzw-pair-picks b { display: block; margin-bottom: 4px; }
.xzw-pair-picks span { font-size: 12px; color: #6e6480; line-height: 1.45; }
.xzw-faq {
    display: grid;
    gap: 10px;
    margin: 0 0 18px;
}
.xzw-faq p {
    margin: 0;
    padding: 12px 14px;
    background: rgba(255,252,244,.72);
    border: 1px solid rgba(196,160,80,.22);
    border-radius: 10px;
    line-height: 1.7;
    color: #3a3450;
}
.xzw-faq b { color: #2a1848; margin-right: 6px; }
.xzw-today-strip {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin: 0 0 16px;
}
.xzw-today-card,
.xzw-qp .xzw-today-card {
    display: block !important;
    text-decoration: none;
    color: #5a3d4c !important;
    background: linear-gradient(180deg, #fff8fa, #fde8ee) !important;
    border: 1px solid rgba(232,168,184,.42) !important;
    border-radius: 14px;
    padding: 14px 14px 12px;
    min-height: 100%;
    box-shadow: 0 8px 18px rgba(180,90,120,.08);
}
.xzw-today-card b,
.xzw-qp .xzw-today-card b {
    display: block;
    font-size: 12px;
    letter-spacing: .12em;
    color: #c45d7a !important;
    margin-bottom: 6px;
}
.xzw-today-card strong,
.xzw-qp .xzw-today-card strong {
    display: block;
    font-size: 16px;
    margin-bottom: 6px;
    color: #3d2a36 !important;
}
.xzw-today-card span,
.xzw-qp .xzw-today-card span {
    display: block;
    font-size: 13px;
    line-height: 1.6;
    color: #4a3540 !important;
    min-height: 3.1em;
}
.xzw-today-card em,
.xzw-qp .xzw-today-card em {
    display: inline-block;
    margin-top: 8px;
    font-style: normal;
    font-size: 12px;
    color: #c45d7a !important;
}
.xzw-portal .xzw-ptool,
.xzw-qp .xzw-ptool {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 4px;
    padding: 10px 6px 8px;
    aspect-ratio: auto !important;
    height: auto;
    writing-mode: horizontal-tb !important;
}
.xzw-qp .xzw-ptool-ico,
.xzw-portal .xzw-ptool-ico { margin: 0 auto 4px; flex: none; width: 44px; height: 44px; }
.xzw-qp .xzw-ptool-ico img,
.xzw-portal .xzw-ptool-ico img { width: 44px; height: 44px; }
.xzw-qp .xzw-ptool-copy { display: contents; }
.xzw-qp .xzw-ptool-desc { display: none !important; }
.xzw-qp .xzw-ptool em { display: none !important; }
@media (max-width: 980px) {
    .xzw-pair-picks,
    .xzw-today-strip { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
    .xzw-portal,
    .xzw-qp .xzw-portal {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        gap: 0 !important;
    }
    .xzw-portal .xzw-ptool,
    .xzw-qp .xzw-ptool {
        flex: 0 0 20% !important;
        width: 20% !important;
        max-width: 20% !important;
        padding: 6px 1px 4px !important;
    }
    .xzw-qp .xzw-ptool-ico,
    .xzw-portal .xzw-ptool-ico { width: 26px !important; height: 26px !important; }
    .xzw-qp .xzw-ptool-ico img,
    .xzw-portal .xzw-ptool-ico img { width: 26px !important; height: 26px !important; }
    .xzw-portal .xzw-ptool b,
    .xzw-qp .xzw-ptool b { font-size: 10px; }
}
