.reward.card-title {
    margin: 3em 0 2em -1.25rem;
    padding: 5px 45px 5px 20px;
    width: 240px;
    background: #FFF4DD url(/plugin/tt_reward/view/img/arw.gif) no-repeat 100% 50%;
    color: #F26C4F;
    font-size: 12px;
}

.ratc {
  width: 100%;
}
.xi1 {
    background: #FFF4DD;
    border-radius: 3px;
    padding: 2px 3px;
    margin-left: 5px;
}
td.reward,th.reward{
    border-bottom: 1px dashed #CCC;
    border-top: 0;
}
td.reward.xi3 {
    color: #999;
}
.xi2,.xi1{
    color: #F26C4F;
}

.reward-message {
    color: #666;
    font-size: 12px;
    padding: 5px;
    background: none;
    line-height: 1rem;
    border-radius: 3px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}


 /* 隐藏 Xiuno 默认的弹窗标题栏，只保留关闭按钮 */
    .modal-header { border-bottom: none !important; padding-bottom: 0 !important; }
    .modal-title { display: none !important; }
    .modal-header .close { padding: 1.2rem 1.2rem 0 0 !important; margin: -1rem -1rem -1rem auto !important; outline: none; }

    .reward-container { padding: 0px 10px 15px 10px; max-width: 450px; margin: 0 auto; text-align: center; }
    
    /* 顶部信息 */
    .reward-title { font-size: 20px; font-weight: 600; color: #343a40; margin-bottom: 18px; }
    .reward-avatar { width: 60px; height: 60px; border-radius: 50%; border: 2px solid #fff; box-shadow: 0 4px 10px rgba(0,0,0,0.06); margin-bottom: 10px; }
    
    /* 卡片式选项容器：3个并排 */
    .coin-cards-wrapper { display: flex; justify-content: center; gap: 10px; margin: 20px 0 15px 0; }
    
    /* 单个卡片样式 - 细腻精致 */
    .coin-card {
        flex: 1;
        padding: 16px 5px;
        border: 1px solid #e9ecef;
        border-radius: 10px;
        cursor: pointer;
        transition: all 0.2s ease;
        background: #fff;
    }
    
    .coin-card:hover { border-color: #ced4da; background: #f8f9fa; }
    
    /* 卡片选中状态 - 抛弃大黑框，改用 1px 细边 + 柔和阴影 */
    .coin-card.active {
        border-color: #343a40;
        background: #fff;
        box-shadow: 0 4px 15px rgba(52, 58, 64, 0.08);
        transform: translateY(-2px);
    }
    
    .coin-num { font-size: 18px; font-weight: bold; color: #495057; margin-bottom: 4px; transition: color 0.2s; }
    .coin-desc { font-size: 11px; color: #adb5bd; transition: color 0.2s; }
    
    .coin-card.active .coin-num { color: #212529; }
    .coin-card.active .coin-desc { color: #495057; font-weight: 500; }

    /* 自定义输入框 */
    .custom-amount-input { border-radius: 8px; border: 1px solid #ced4da; box-shadow: none !important; font-size: 14px; padding: 10px; color: #495057; }
    .custom-amount-input:focus { border-color: #343a40; }

    /* 快捷留言区 */
    .message-integrated { border: 1px solid #e9ecef; border-radius: 8px; overflow: hidden; margin-bottom: 22px; text-align: left; }
    .message-select { border: none !important; background: #f8f9fa !important; border-bottom: 1px solid #e9ecef !important; border-radius: 0 !important; font-size: 13px; height: 38px !important; cursor: pointer; color: #495057; }
    .message-textarea { border: none !important; border-radius: 0 !important; padding: 10px 12px; font-size: 13px; resize: none; width: 100%; box-sizing: border-box; outline: none; box-shadow: none !important; color: #495057; }

    /* 底部按钮与余额 */
    .btn-reward-confirm {
        background: #343a40;
        color: #fff;
        border: none;
        padding: 12px 60px;
        border-radius: 8px;
        font-weight: bold;
        font-size: 15px;
        box-shadow: 0 4px 12px rgba(52, 58, 64, 0.2);
        transition: 0.2s;
        width: 100%;
        max-width: 260px;
    }
    .btn-reward-confirm:hover { background: #23272b; color: #fff; transform: translateY(-1px); box-shadow: 0 6px 16px rgba(52, 58, 64, 0.3); }
    .btn-reward-confirm:disabled { background: #adb5bd; box-shadow: none; cursor: not-allowed; transform: none; }
    
    .balance-hint { font-size: 12px; color: #868e96; margin-top: 15px; }