/* M13 玩法模块 样式 */

/* Pill Headers */
.box {
    margin: 5px 0;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
    background-image: linear-gradient(to right, #a3e8a3, #a2eca2, #a0e4a0, #a6eca6, #9ee49e, #a7eaa7, #a3e8a3);
}
.list-title {
    background: linear-gradient(transparent, #f7f3f3);
    font-size: 0.23rem;
    color: #000;
    text-shadow: 0px 0px 10px #e5e5e5;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-shadow: 0 5px 4px #0585e8, 0 6px 20px #00000030;
    height: 0.2rem;
    line-height: 10px;
    text-align: center;
    border-bottom: 1px solid #738e9f;
    font-weight: 900;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
/* 高亮命中样式 */
.hit-yellow {
    background-color: #ffff00 !important;
    color: #000000 !important;
    font-weight: bold;
    padding: 0 2px;
    border-radius: 2px;
}

/* 1. 一肖一码 样式 (黑底绿边) */
.m13-yxym-box {
    background-color: #000000;
    border: 2px solid #008000;
    border-radius: 4px;
    padding: 0.06rem 0.08rem;
    margin: 0.08rem 0;
    color: #ffffff;
    font-size: 0.16rem;
    font-weight: bold;
}

.m13-yxym-period-block {
    border-bottom: 1px dashed #333333;
    padding-bottom: 0.06rem;
    margin-bottom: 0.06rem;
}

.m13-yxym-period-block:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.m13-yxym-row {
    display: flex;
    align-items: center;
    margin-bottom: 0.04rem;
    width: 100%;
}

.m13-yxym-col-left,
.m13-yxym-col-right {
    flex: 0 0 50%;
    width: 50%;
    box-sizing: border-box;
    text-align: left;
    white-space: nowrap;
}

.m13-yxym-lbl {
    color: #00ff00;
}

.m13-yxym-val {
    color: #ff0000;
    letter-spacing: 1px;
}

.m13-yxym-summary {
    text-align: center;
    margin: 0.06rem 0;
}

.m13-yxym-text-green {
    color: #00ff00;
}

.m13-yxym-text-red {
    color: #ff0000;
}

.m13-yxym-footer-strip {
    background-color: #990000;
    color: #ffff00;
    font-weight: bold;
    text-align: center;
    padding: 0.05rem 0.02rem;
    margin-top: 0.04rem;
    border-radius: 2px;
    font-size: 0.15rem;
    word-break: break-all;
}

/* 2, 3, 4. 通用单行开奖对错列表 (超级单双王, 火热6.尾, 三头中特) */
.m13-single-card {
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    margin: 0.08rem 0;
    padding: 0.04rem 0.08rem;
    font-size: 0.16rem;
}

.m13-single-row {
    padding: 0.06rem 0;
    border-bottom: 1px solid #f1f5f9;
    text-align: center;
    white-space: nowrap;
    color: #000000;
}

.m13-single-row:last-child {
    border-bottom: none;
}

.m13-single-options {
    color: #ff0000;
    font-weight: bold;
}

.m13-single-res {
    color: #000000;
    font-weight: bold;
}

/* 5. 精选十码 / 九肖十码 表格样式 */
.m13-jxsm-card {
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    margin: 0.08rem 0;
    padding: 0.06rem 0.08rem;
}

.m13-jxsm-block {
    margin-bottom: 0.10rem;
}

.m13-jxsm-block:last-child {
    margin-bottom: 0;
}

.m13-jxsm-top-red {
    color: #ff0000;
    font-weight: bold;
    font-size: 0.19rem;
    margin-bottom: 0.04rem;
    text-align: left;
}

.m13-jxsm-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ff0000;
    text-align: center;
    font-size: 0.22rem;
}

.m13-jxsm-table td {
    border: 1px solid #ff0000;
    padding: 0.04rem 0.02rem;
}

.m13-jxsm-col1 {
    background: #d3efd1;
    font-weight: bold;
    color: #000000;
    width: 25%;
}

.m13-jxsm-col2 {
    font-weight: bold;
    color: #ff0000;
    width: 53%;
}

.m13-jxsm-col3 {
    background: #d3efd1;
    font-weight: bold;
    color: #000000;
    width: 22%;
}

.m13-jxsm-footer {
    background: #d3efd1;
    text-align: center;
    font-weight: bold;
    color: #000000;
    font-size: 0.23rem;
    border: 1px solid #ff0000;
    border-top: none;
}

/* 外部链接区 (4列 网格) 样式 */
.m13-ext-links-card {
    background-image: linear-gradient(to right, #a3e8a3, #a2eca2, #a0e4a0, #a6eca6, #9ee49e, #a7eaa7, #a3e8a3);
    overflow: hidden;
    padding: 0.1rem;
}
.m13-ext-links-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #cbd5e1;
    border-left: 1px solid #cbd5e1;
    background-color: #fff;
}

.m13-ext-link-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.32rem;
    padding: 0.02rem 0.04rem;
    border-right: 1px solid #cbd5e1;
    border-bottom: 1px solid #cbd5e1;
    color: #0000ff;
    font-weight: bold;
    font-size: 0.14rem;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    background-color: #ffffff;
    word-break: break-all;
}

.m13-ext-link-item:active {
    background-color: #f1f5f9;
}

/* 高手研发精准资料模块 */
.m13-gaoshou-box {
    margin: 0.10rem 0;
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 0.04rem;
    box-sizing: border-box;
    overflow: hidden;
}

.m13-gaoshou-header {
    text-align: center;
    font-size: 0.18rem;
    font-weight: bold;
    color: #000000;
    padding: 0.08rem 0;
    cursor: pointer;
    background-color: #bdf2a4;
    border-bottom: 1px solid #a2eb88;
    letter-spacing: 0.01rem;
}

.m13-gaoshou-list {
    display: flex;
    flex-direction: column;
}

.m13-gaoshou-row {
    padding: 0.06rem 0.04rem;
    border-bottom: 1px dotted #cbd5e1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.04rem;
    font-size: 0.2rem;
    cursor: pointer;
    box-sizing: border-box;
}

.m13-gaoshou-row:last-child {
    border-bottom: none;
}

.m13-gaoshou-row .gs-title {
    color: #333333;
    font-weight: 500;
}

.m13-gaoshou-row .gs-tag {
    color: red;
    font-weight: bold;
}

.m13-gaoshou-row .gs-desc {
    color: #333333;
    font-weight: 500;
}
