/* 本文件由内联 <style> 原样抽取生成，内容逐字保持一致。 */
    /* 协议弹窗样式 */
    .zibll-dk-sam-agreement-mask {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 99999;
    }
    .zibll-dk-sam-agreement-popup {
        width: 100%;
        max-width: 520px;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 12px 40px rgba(0,0,0,0.18);
        position: relative;
        box-sizing: border-box;
        overflow: hidden;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
        margin: 0 15px;
    }
    .zibll-dk-sam-agreement-popup * {
        box-sizing: border-box;
    }
    .zibll-dk-sam-agreement-header {
        padding: 20px 24px;
        text-align: center;
        border-bottom: 1px solid #eee;
    }
    .zibll-dk-sam-agreement-header h3 {
        margin: 0;
        font-size: 18px;
        color: #1d2129;
        font-weight: 600;
    }
    .zibll-dk-sam-agreement-content-scroll {
        padding: 20px 24px;
        max-height: 360px;
        overflow-y: auto;
        overflow-x: hidden;
        font-size: 14px;
        line-height: 1.75;
        color: #4e5969;
    }
    .zibll-dk-sam-agreement-content-scroll::-webkit-scrollbar {
        width: 5px;
    }
    .zibll-dk-sam-agreement-content-scroll::-webkit-scrollbar-thumb {
        background: #d0d5dd;
        border-radius: 4px;
    }
    .zibll-dk-sam-agreement-footer-btns {
        display: flex;
        gap: 12px;
        padding: 16px 24px 24px;
    }
    .zibll-dk-sam-agreement-btn-refuse {
        flex: 1;
        height: 46px;
        background: #f2f3f5;
        color: #4e5969;
        border: none;
        border-radius: 10px;
        font-size: 15px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.2s;
    }
    .zibll-dk-sam-agreement-btn-refuse:hover {
        background: #e5e6eb;
    }
    .zibll-dk-sam-agreement-btn-agree {
        flex: 1;
        height: 46px;
        background: #1677ff;
        color: #fff;
        border: none;
        border-radius: 10px;
        font-size: 15px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.2s;
    }
    .zibll-dk-sam-agreement-btn-agree:hover {
        background: #0e63d9;
    }
