.wensha-viparticle-container {
    margin: 10px 0;
}

.wensha-viparticle-box {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid #eef2f7;
    color: #333;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, Direction=135, Strength=3);
    background: #fff\9;
    border: 1px solid #eef2f7\9;
}

.wensha-viparticle-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    *zoom: 1;
}

.wensha-viparticle-title {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    font-weight: bold\9;
}

.wensha-viparticle-badge {
    background: #ff4757;
    color: white;
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.3px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-weight: bold\9;
    background: #ff4757\9;
    color: white\9;
}

.wensha-viparticle-badge.free {
    background: #00b894;
    background: #00b894\9;
}

.wensha-viparticle-badge.login {
    background: #0984e3;
    background: #0984e3\9;
}

.wensha-viparticle-badge.vip {
    background: #fdcb6e;
    color: #2d3436;
    background: #fdcb6e\9;
    color: #2d3436\9;
}

.wensha-viparticle-badge.pay {
    background: #a29bfe;
    background: #a29bfe\9;
}

.wensha-viparticle-content {
    line-height: 1.6;
    font-size: 15px;
    color: #2c3e50;
    word-wrap: break-word;
    line-height: 1.6\9;
    font-size: 15px\9;
    color: #2c3e50\9;
}

.wensha-viparticle-content .limited {
    position: relative;
    padding-bottom: 20px;
    zoom: 1;
}

.wensha-viparticle-content .limited:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.95) 100%);
    pointer-events: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#f2ffffff, GradientType=0);
    background: #ffffff\9;
}

.wensha-viparticle-notice {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-left: 3px solid #3498db;
    padding: 12px;
    margin: 15px 0;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    background: #f8fafc\9;
    border: 1px solid #e2e8f0\9;
    border-left: 3px solid #3498db\9;
}

.wensha-viparticle-notice.warning {
    border-left-color: #f39c12;
    background: #fff9eb;
    border-left-color: #f39c12\9;
    background: #fff9eb\9;
}

.wensha-viparticle-notice.success {
    border-left-color: #00b894;
    background: #e8f6f3;
    border-left-color: #00b894\9;
    background: #e8f6f3\9;
}

.wensha-viparticle-notice.error {
    border-left-color: #ff4757;
    background: #fff5f5;
    border-left-color: #ff4757\9;
    background: #fff5f5\9;
}

.wensha-viparticle-user-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 15px;
    padding: 12px;
    background: linear-gradient(135deg, #667eea15 0%, #764ba215 100%);
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#15667eea, endColorstr=#15764ba2, GradientType=1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    background: #f5f5f5\9;
    border: 1px solid #e2e8f0\9;
    *zoom: 1;
}

.wensha-viparticle-user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#667eea, endColorstr=#764ba2, GradientType=1);
    background: #667eea\9;
    color: white\9;
    font-weight: bold\9;
    font-size: 14px\9;
}

.wensha-viparticle-user-details {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto\9;
}

.wensha-viparticle-user-name {
    font-weight: 600;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: bold\9;
    color: #1a1a1a\9;
    font-size: 14px\9;
}

.wensha-viparticle-user-level {
    font-size: 12px;
    color: #64748b;
    font-size: 12px\9;
    color: #64748b\9;
}

.wensha-viparticle-actions {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
    *zoom: 1;
}

.wensha-viparticle-btn {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 8px 12px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    min-width: 120px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    font-weight: bold\9;
    font-size: 13px\9;
    cursor: pointer\9;
    text-decoration: none\9;
    border: 0\9;
    min-width: 120px\9;
    *width: 120px;
}

.wensha-viparticle-btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#667eea, endColorstr=#764ba2, GradientType=1);
    background: #667eea\9;
    color: white\9;
}

.wensha-viparticle-btn-success {
    background: linear-gradient(135deg, #00b894 0%, #00cec9 100%);
    color: white;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00b894, endColorstr=#00cec9, GradientType=1);
    background: #00b894\9;
    color: white\9;
}

.wensha-viparticle-btn-warning {
    background: linear-gradient(135deg, #fdcb6e 0%, #ffeaa7 100%);
    color: #2d3436;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fdcb6e, endColorstr=#ffeaa7, GradientType=1);
    background: #fdcb6e\9;
    color: #2d3436\9;
}

.wensha-viparticle-btn-info {
    background: linear-gradient(135deg, #74b9ff 0%, #0984e3 100%);
    color: white;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#74b9ff, endColorstr=#0984e3, GradientType=1);
    background: #74b9ff\9;
    color: white\9;
}

.wensha-viparticle-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, Direction=135, Strength=3);
}

.wensha-viparticle-price-box {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    margin: 15px 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8fafc, endColorstr=#f1f5f9, GradientType=1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    background: #f8fafc\9;
    border: 1px solid #e2e8f0\9;
}

.wensha-viparticle-price {
    font-size: 28px;
    font-weight: 700;
    color: #ff4757;
    margin: 5px 0;
    font-size: 28px\9;
    font-weight: bold\9;
    color: #ff4757\9;
}

.wensha-viparticle-price-unit {
    font-size: 14px;
    color: #64748b;
    margin-left: 2px;
    font-size: 14px\9;
    color: #64748b\9;
}

.wensha-viparticle-payment-methods {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 15px 0;
    *zoom: 1;
}

.wensha-viparticle-payment-btn {
    padding: 10px 15px;
    border: 2px solid #e2e8f0;
    background: white;
    color: #475569;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-weight: 600;
    font-size: 13px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border: 2px solid #e2e8f0\9;
    background: white\9;
    color: #475569\9;
    cursor: pointer\9;
    font-weight: bold\9;
    font-size: 13px\9;
    *zoom: 1;
}

.wensha-viparticle-payment-btn:hover {
    border-color: #667eea;
    color: #667eea;
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    border-color: #667eea\9;
    color: #667eea\9;
}

.wensha-viparticle-payment-btn.active {
    background: #667eea;
    border-color: #667eea;
    color: white;
    background: #667eea\9;
    border-color: #667eea\9;
    color: white\9;
}

.wensha-viparticle-alert {
    background: #fff9eb;
    border: 1px solid #fed7aa;
    color: #92400e;
    padding: 10px 12px;
    border-radius: 6px;
    margin: 12px 0;
    font-size: 13px;
    line-height: 1.5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    background: #fff9eb\9;
    border: 1px solid #fed7aa\9;
    color: #92400e\9;
    font-size: 13px\9;
    line-height: 1.5\9;
}

.wensha-viparticle-stat {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 15px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex\9;
    -webkit-flex-wrap: wrap\9;
    -ms-flex-wrap: wrap\9;
    flex-wrap: wrap\9;
    border-top: 1px solid #f0f0f0\9;
}

.wensha-viparticle-stat-item {
    text-align: center;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 100px;
    -ms-flex: 1 0 100px;
    flex: 1 0 100px\9;
    width: 100px\9;
}

.wensha-viparticle-stat-value {
    font-size: 18px;
    font-weight: 700;
    color: #667eea;
    margin-bottom: 3px;
    font-size: 18px\9;
    font-weight: bold\9;
    color: #667eea\9;
}

.wensha-viparticle-stat-label {
    font-size: 12px;
    color: #64748b;
    font-size: 12px\9;
    color: #64748b\9;
}

.wensha-viparticle-permission-hint {
    background: linear-gradient(135deg, #f0f9ff 0%, #e6f7ff 100%);
    border: 1px solid #80deea;
    border-radius: 8px;
    padding: 15px;
    margin: 15px 0;
    color: #006064;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(128, 222, 234, 0.1);
    animation: wensha-fadeIn 0.3s ease;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f0f9ff, endColorstr=#e6f7ff, GradientType=1);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, Direction=135, Strength=3);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-animation: wensha-fadeIn 0.3s ease;
    -moz-animation: wensha-fadeIn 0.3s ease;
    -ms-animation: wensha-fadeIn 0.3s ease;
    -o-animation: wensha-fadeIn 0.3s ease;
    background: #f0f9ff\9;
    border: 1px solid #80deea\9;
    color: #006064\9;
    font-size: 14px\9;
    line-height: 1.5\9;
    zoom: 1;
}

.wensha-viparticle-permission-hint:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #4dd0e1, #26c6da, #00bcd4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4dd0e1, endColorstr=#00bcd4, GradientType=1);
    background: #4dd0e1\9;
}

.wensha-viparticle-permission-hint strong {
    color: #d97706;
    font-weight: bold\9;
    color: #d97706\9;
}

.article-header-wrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-top: 0 !important\9;
    padding-top: 0 !important\9;
}

.wensha-viparticle-article-top {
    margin-top: 0;
    padding-top: 0;
    margin-top: 0\9;
    padding-top: 0\9;
}

.wensha-viparticle-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding: 15px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
    background: #000000\9;
    opacity: 0.5\9;
    z-index: 9999\9;
    *zoom: 1;
}

.wensha-viparticle-modal {
    background: white;
    border-radius: 10px;
    padding: 20px;
    max-width: 400px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    animation: wensha-modal-fadeIn 0.3s ease;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, Direction=135, Strength=5);
    -webkit-animation: wensha-modal-fadeIn 0.3s ease;
    -moz-animation: wensha-modal-fadeIn 0.3s ease;
    -ms-animation: wensha-modal-fadeIn 0.3s ease;
    -o-animation: wensha-modal-fadeIn 0.3s ease;
    background: white\9;
    max-width: 400px\9;
    width: 100%\9;
    max-height: 90vh\9;
    overflow-y: auto\9;
}

.wensha-viparticle-modal-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 15px;
    *zoom: 1;
}

.wensha-viparticle-modal-close {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #94a3b8;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    transition: all 0.2s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: none\9;
    border: 0\9;
    font-size: 20px\9;
    cursor: pointer\9;
    color: #94a3b8\9;
    width: 28px\9;
    height: 28px\9;
}

.wensha-viparticle-modal-close:hover {
    background: #f1f5f9;
    background: #f1f5f9\9;
}

.wensha-viparticle-message {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10000;
    min-width: 300px;
    max-width: 400px;
    animation: wensha-message-slideIn 0.3s ease;
    background: white;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    border-left: 3px solid;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, Direction=135, Strength=3);
    -webkit-animation: wensha-message-slideIn 0.3s ease;
    -moz-animation: wensha-message-slideIn 0.3s ease;
    -ms-animation: wensha-message-slideIn 0.3s ease;
    -o-animation: wensha-message-slideIn 0.3s ease;
    background: white\9;
    border-left: 3px solid\9;
    z-index: 10000\9;
    min-width: 300px\9;
    max-width: 400px\9;
}

.wensha-purchase-notice {
    background: linear-gradient(145deg, #e8f5e9 0%, #f1f8e9 100%);
    border: 1px solid #c8e6c9;
    border-radius: 12px;
    padding: 0;
    margin: 25px 0;
    box-shadow: 0 4px 20px rgba(76, 175, 80, 0.15);
    overflow: hidden;
    animation: wensha-fadeIn 0.5s ease;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e8f5e9, endColorstr=#f1f8e9, GradientType=1);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, Direction=135, Strength=4);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    -webkit-animation: wensha-fadeIn 0.5s ease;
    -moz-animation: wensha-fadeIn 0.5s ease;
    -ms-animation: wensha-fadeIn 0.5s ease;
    -o-animation: wensha-fadeIn 0.5s ease;
    background: #e8f5e9\9;
    border: 1px solid #c8e6c9\9;
    zoom: 1;
}

.purchase-notice-header {
    background: linear-gradient(90deg, #4caf50 0%, #8bc34a 100%);
    color: white;
    padding: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4caf50, endColorstr=#8bc34a, GradientType=1);
    background: #4caf50\9;
    color: white\9;
    *zoom: 1;
}

.purchase-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    font-size: 24px;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #ffffff\9;
    opacity: 0.2\9;
    width: 50px\9;
    height: 50px\9;
    font-size: 24px\9;
}

.purchase-title h4 {
    margin: 0 0 5px 0;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px 0\9;
    font-size: 20px\9;
    font-weight: bold\9;
}

.purchase-title p {
    margin: 0;
    opacity: 0.9;
    font-size: 14px;
    margin: 0\9;
    filter: alpha(opacity=90);
    font-size: 14px\9;
}

.purchase-notice-content {
    padding: 25px;
    padding: 25px\9;
}

.user-greeting {
    font-size: 16px;
    color: #2e7d32;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px\9;
    color: #2e7d32\9;
    margin-bottom: 20px\9;
    font-weight: bold\9;
}

.user-name {
    font-weight: 700;
    color: #1b5e20;
    font-weight: bold\9;
    color: #1b5e20\9;
}

.purchase-details {
    background: white;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #e8f5e9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, Direction=135, Strength=2);
    background: white\9;
    border: 1px solid #e8f5e9\9;
}

.detail-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px dashed #e0e0e0;
    *zoom: 1;
}

.detail-item:last-child {
    border-bottom: none;
    border-bottom: 0\9;
}

.detail-label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #616161;
    font-size: 15px;
    color: #616161\9;
    font-size: 15px\9;
    *zoom: 1;
}

.detail-label i {
    color: #4caf50;
    font-size: 16px;
    color: #4caf50\9;
    font-size: 16px\9;
}

.detail-value {
    font-weight: 600;
    color: #333;
    font-size: 15px;
    font-weight: bold\9;
    color: #333\9;
    font-size: 15px\9;
}

.price-value {
    color: #f44336;
    font-size: 18px;
    font-weight: 700;
    color: #f44336\9;
    font-size: 18px\9;
    font-weight: bold\9;
}

.validity {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    *zoom: 1;
}

.validity-permanent {
    background: linear-gradient(90deg, #4caf50, #8bc34a);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4caf50, endColorstr=#8bc34a, GradientType=1);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background: #4caf50\9;
    color: white\9;
    font-size: 14px\9;
    font-weight: bold\9;
    *zoom: 1;
}

.validity-temporary {
    background: linear-gradient(90deg, #ff9800, #ffb74d);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff9800, endColorstr=#ffb74d, GradientType=1);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background: #ff9800\9;
    color: white\9;
    font-size: 14px\9;
    font-weight: bold\9;
    *zoom: 1;
}

.validity-tip {
    font-size: 12px;
    color: #757575;
    text-align: right;
    max-width: 200px;
    font-size: 12px\9;
    color: #757575\9;
    text-align: right\9;
    max-width: 200px\9;
}

.register-link {
    color: #2196f3;
    text-decoration: none;
    font-weight: 600;
    color: #2196f3\9;
    text-decoration: none\9;
    font-weight: bold\9;
}

.register-link:hover {
    text-decoration: underline;
    text-decoration: underline\9;
}

.visitor-suggestion {
    background: linear-gradient(145deg, #e3f2fd 0%, #e1f5fe 100%);
    border: 1px solid #bbdefb;
    border-radius: 10px;
    padding: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e3f2fd, endColorstr=#e1f5fe, GradientType=1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: #e3f2fd\9;
    border: 1px solid #bbdefb\9;
    *zoom: 1;
}

.suggestion-icon {
    width: 40px;
    height: 40px;
    background: #2196f3;
    color: white;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    font-size: 18px;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #2196f3\9;
    color: white\9;
    width: 40px\9;
    height: 40px\9;
    font-size: 18px\9;
}

.suggestion-content {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto\9;
}

.suggestion-content h5 {
    margin: 0 0 8px 0;
    color: #1565c0;
    font-size: 16px;
    margin: 0 0 8px 0\9;
    color: #1565c0\9;
    font-size: 16px\9;
}

.suggestion-content p {
    margin: 0 0 15px 0;
    color: #424242;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 15px 0\9;
    color: #424242\9;
    font-size: 14px\9;
    line-height: 1.5\9;
}

.suggestion-actions {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    *zoom: 1;
}

.suggestion-btn {
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    transition: all 0.2s ease;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    font-size: 13px\9;
    font-weight: bold\9;
    text-decoration: none\9;
    display: inline-block\9;
}

.login-btn {
    background: #2196f3;
    color: white;
    border: 1px solid #2196f3;
    background: #2196f3\9;
    color: white\9;
    border: 1px solid #2196f3\9;
}

.login-btn:hover {
    background: #1976d2;
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(33, 150, 243, 0.3);
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#2196f3, Direction=135, Strength=3);
    background: #1976d2\9;
}

.register-btn {
    background: white;
    color: #2196f3;
    border: 1px solid #2196f3;
    background: white\9;
    color: #2196f3\9;
    border: 1px solid #2196f3\9;
}

.register-btn:hover {
    background: #e3f2fd;
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    background: #e3f2fd\9;
}

.purchase-notice-footer {
    background: #f5f5f5;
    border-top: 1px solid #e0e0e0;
    padding: 15px 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    background: #f5f5f5\9;
    border-top: 1px solid #e0e0e0\9;
    *zoom: 1;
}

.footer-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #616161;
    font-size: 13px;
    color: #616161\9;
    font-size: 13px\9;
    *zoom: 1;
}

.footer-item i {
    color: #4caf50;
    font-size: 14px;
    color: #4caf50\9;
    font-size: 14px\9;
}

:root {
    --wensha-cyan-50: #e0f7fa;
    --wensha-cyan-100: #b2ebf2;
    --wensha-cyan-200: #80deea;
    --wensha-cyan-300: #4dd0e1;
    --wensha-cyan-400: #26c6da;
    --wensha-cyan-500: #00bcd4;
    --wensha-cyan-600: #00acc1;
    --wensha-cyan-700: #0097a7;
    --wensha-cyan-800: #00838f;
    --wensha-cyan-900: #006064;
    --wensha-green-50: #e8f5e9;
    --wensha-green-100: #c8e6c9;
    --wensha-green-200: #a5d6a7;
    --wensha-green-300: #81c784;
    --wensha-green-400: #66bb6a;
    --wensha-green-500: #4caf50;
    --wensha-green-600: #43a047;
    --wensha-green-700: #388e3c;
    --wensha-green-800: #2e7d32;
    --wensha-green-900: #1b5e20;
}

.wensha-content-protection {
    position: relative;
    user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    zoom: 1;
}

.wensha-content-protection * {
    user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
}

.content-protection-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    pointer-events: none;
    background: transparent;
    z-index: 1000\9;
    background: transparent\9;
}

.copy-protection-notice {
    text-align: center;
    padding: 10px;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    color: #6c757d;
    font-size: 12px;
    margin-top: 20px;
    border-radius: 0 0 8px 8px;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    -o-border-radius: 0 0 8px 8px;
    text-align: center\9;
    background: #f8f9fa\9;
    border-top: 1px solid #e9ecef\9;
    color: #6c757d\9;
    font-size: 12px\9;
}

.copy-protection-notice i {
    margin-right: 5px;
    color: #4caf50;
    margin-right: 5px\9;
    color: #4caf50\9;
}

#wensha-context-menu {
    display: none;
    position: fixed;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 10001;
    min-width: 150px;
    animation: wensha-fadeIn 0.2s ease;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, Direction=135, Strength=2);
    -webkit-animation: wensha-fadeIn 0.2s ease;
    -moz-animation: wensha-fadeIn 0.2s ease;
    -ms-animation: wensha-fadeIn 0.2s ease;
    -o-animation: wensha-fadeIn 0.2s ease;
    display: none\9;
    background: #fff\9;
    border: 1px solid #ddd\9;
    z-index: 10001\9;
    min-width: 150px\9;
}

.context-menu-item {
    padding: 8px 12px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    transition: background 0.2s;
    font-size: 13px;
    color: #333;
    padding: 8px 12px\9;
    cursor: pointer\9;
    border-bottom: 1px solid #eee\9;
    font-size: 13px\9;
    color: #333\9;
}

.context-menu-item:last-child {
    border-bottom: none;
    border-bottom: 0\9;
}

.context-menu-item:hover {
    background: #f5f5f5;
    background: #f5f5f5\9;
}

.context-menu-item i {
    margin-right: 8px;
    width: 16px;
    text-align: center;
    margin-right: 8px\9;
    width: 16px\9;
    text-align: center\9;
}

.my-buylogs-link {
    text-decoration: none;
    color: #3498db;
    text-decoration: none\9;
    color: #3498db\9;
}

.my-buylogs-link:hover {
    color: #2980b9;
    text-decoration: underline;
    color: #2980b9\9;
    text-decoration: underline\9;
}

@keyframes wensha-fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes wensha-fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes wensha-fadeIn {
    from {
        opacity: 0;
        -moz-transform: translateY(10px);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-ms-keyframes wensha-fadeIn {
    from {
        opacity: 0;
        -ms-transform: translateY(10px);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0);
    }
}

@keyframes wensha-modal-fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes wensha-modal-fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(-10px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes wensha-modal-fadeIn {
    from {
        opacity: 0;
        -moz-transform: translateY(-10px);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-ms-keyframes wensha-modal-fadeIn {
    from {
        opacity: 0;
        -ms-transform: translateY(-10px);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0);
    }
}

@keyframes wensha-message-slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes wensha-message-slideIn {
    from {
        -webkit-transform: translateX(100%);
        opacity: 0;
    }
    to {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}

@-moz-keyframes wensha-message-slideIn {
    from {
        -moz-transform: translateX(100%);
        opacity: 0;
    }
    to {
        -moz-transform: translateX(0);
        opacity: 1;
    }
}

@-ms-keyframes wensha-message-slideIn {
    from {
        -ms-transform: translateX(100%);
        opacity: 0;
    }
    to {
        -ms-transform: translateX(0);
        opacity: 1;
    }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes spin {
    0% { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(0deg); }
}

@-ms-keyframes spin {
    0% { -ms-transform: rotate(0deg); }
    100% { -ms-transform: rotate(360deg); }
}