.plan-board {
    margin-top: 10px;
    border: 1px solid #bfbfbf;
    border-top: 0;
    background: #fff;
    overflow: hidden;
}

.plan-board.is-home {
    margin-top: 0;
}

.plan-board-switch {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin-bottom: 0;
    padding-top: 0;
    background: #0e0e0e;
}

.plan-board-tab {
    display: block;
    padding: 10px 0 9px;
    border: 0;
    background: #fff;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}

.plan-board-tab[href] {
    text-decoration: none;
}

.plan-board-tab.is-active {
    background: #ff6830;
    color: #fff;
}

.plan-board-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 4px 8px 5px;
    border: 3px solid #8d1aff;
    border-style: solid double;
    background: #8d12ff;
}

.plan-board.is-home .plan-board-header {
    padding-left: 8px;
    padding-right: 8px;
}

.plan-board-title {
    min-width: 0;
    color: #fff;
    font-family: "KaiTi", "STKaiti", "KaiTi_GB2312", serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.22);
}

.plan-board-title strong {
    color: #ffff00;
    font-size: inherit;
}

.plan-board-title em {
    color: #fff;
    font-style: normal;
}

.plan-board-tag {
    flex: none;
    padding: 3px 9px;
    border: 1px solid #ffe45b;
    border-radius: 999px;
    color: #ffe45b;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.plan-board-body {
    background: #fff;
}

.plan-board.is-home .plan-board-body {
    border-left: 0;
    border-right: 0;
}

.plan-board-empty {
    padding: 18px 10px;
    color: #666;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

.plan-row {
    display: flex;
    align-items: center;
    gap: 6px;
    min-height: 34px;
    padding: 5px 10px 4px;
    border-top: 1px solid #d8d8d8;
    background: #fff;
}

.plan-board.is-home .plan-row {
    padding-left: 8px;
    padding-right: 8px;
}

.plan-row:first-child {
    border-top: 0;
}

.plan-row-main {
    flex: 1;
    min-width: 0;
    color: #ff0000;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    word-break: break-all;
}

.plan-row-issue,
.plan-row-label {
    color: #111;
    font-size: 15px;
    font-weight: 900;
}

.plan-row-value {
    color: #ff0000;
    font-size: 15px;
    font-weight: 900;
}

.plan-hit-mark {
    background: #ffff00;
    color: #ff0000;
    font-weight: 900;
}

.plan-row-status {
    flex: none;
    min-width: 22px;
    padding: 0;
    background: transparent;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
}

.plan-row-status.is-hit {
    color: #18ff72;
}

.plan-row-status.is-miss {
    color: #ff3c3c;
}

.plan-row-status.is-pending {
    color: #ffd53a;
}
