:root { --j-pink: #ff667c; --j-bg: #16171d; --j-border: rgba(255, 255, 255, 0.08); --j-dim: #9b9b9b; }
.glass-style { background: rgba(22, 23, 29, 0.7) !important; backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.1) !important; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); }
.comment_content::placeholder { color: #aaa; opacity: 1; }
.comment_content::-webkit-input-placeholder { color: #aaa; }
.comment_content::-moz-placeholder { color: #aaa; }
.comment_content:-ms-input-placeholder { color: #aaa; }
.is-clean-mode #comment_list_wrapper, .is-clean-mode #comment_pages_wrapper { display: none !important; }
.clean_btn { display: inline-flex; align-items: center; height: 30px; padding: 0 10px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); color: #aaa; font-size: 12px; text-decoration: none; border-radius: 3px; transition: all 0.2s; }
.clean_btn:hover { color: #fff; background: rgba(255,255,255,0.1); }
.clean_btn.active { color: var(--j-pink); border-color: var(--j-pink); background: rgba(255, 102, 124, 0.1); }
.clean_icon { margin-right: 4px; font-size: 14px; }
.empty_comment_tip { padding: 50px 0; text-align: center; color: #666; font-size: 14px; }
.mac_comment_pages { padding: 40px 0; display: flex; justify-content: center; }
.page_nav_classic { display: flex; align-items: center; gap: 12px; }
.p_classic_btn { color: #888; font-size: 13px; text-decoration: none; transition: color 0.2s; cursor: pointer; font-weight: 500; }
.p_classic_btn:hover { color: var(--j-pink); }
.p_classic_numbers { display: flex; gap: 4px; } 
.p_classic_num { position: relative; min-width: 35px; height: 35px; display: flex; align-items: center; justify-content: center; color: #ccc; font-size: 14px; text-decoration: none; border-radius: 8px; transition: all 0.2s ease; z-index: 1; }
.p_classic_num:hover { color: var(--j-pink); }
.p_classic_num.active { color: #fff !important; font-weight: bold; }
.p_classic_num.active::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: var(--j-pink); border-radius: 8px; z-index: -1; transform: scale(0.72); box-shadow: 0 4px 10px rgba(255, 102, 124, 0.2); }
.jable-notify { position: fixed; top: -100px; left: 50%; transform: translateX(-50%); color: #fff; padding: 10px 30px; border-radius: 4px; z-index: 99999; font-weight: bold; transition: 0.4s; font-size: 13px; }
.jable-notify.show { top: 30px; }
.jable-notify.success { background: #28a745; }
.jable-notify.error { background: #ff3e3e; }
.comment_form_container { padding: 12px; border-radius: 6px; margin-bottom: 12px; }
.reply_notify { background: rgba(0,0,0,0.3); padding: 5px 10px; border-radius: 3px; margin-bottom: 8px; font-size: 11px; display: flex; justify-content: space-between; align-items: center; }
.reply_txt { color: #999; }
.reply_txt b { color: var(--j-pink); }
.cancel_btn_new { background: #ff4757; color: #fff; padding: 2px 8px; border-radius: 2px; text-decoration: none; font-size: 10px; font-weight: bold; }
.comment_content { width: 100%; height: 55px; background: transparent; border: none; color: #fff; resize: none; outline: none; font-size: 14px; line-height: 1.5; }
.comment_tool { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--j-border); padding-top: 10px; }
.tool_left_group { display: flex; align-items: center; gap: 10px; }
.emoji_btn { display: inline-flex; align-items: center; height: 30px; padding: 0 10px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); color: #aaa; font-size: 12px; text-decoration: none; border-radius: 3px; }
.emoji_btn:hover { color: var(--j-pink); border-color: var(--j-pink); }
.emoji_panel { position: absolute; bottom: -52px; left: 0; width: 280px; height: 180px; overflow-y: auto; padding: 10px; z-index: 100; border-radius: 8px; display: grid; grid-template-columns: repeat(8, 1fr); gap: 4px; }
.emoji_item img { width: 22px; height: 22px; }
.emoji_render_area img { width: 22px; height: 22px; vertical-align: middle; margin: 0 2px; }
.comment_verify { width: 85px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); color: #fff; height: 30px; padding: 0 8px; font-size: 12px; }
.verify_img_wrap { height: 30px; width: 85px; background: #fff; border-radius: 2px; overflow: hidden; display: flex; align-items: center; }
.comment_submit_btn { background: var(--j-pink); color: #fff; border: none; height: 30px; padding: 0 18px; border-radius: 3px; cursor: pointer; font-size: 12px; font-weight: bold; }
.comment_item { border-bottom: 1px solid var(--j-border); padding: 12px 0; }
.user_name { color: #fff; font-weight: bold; font-size: 13px; }
.comment_time { color: var(--j-dim); font-size: 10px; margin-left: 8px; }
.comment_body { margin: 6px 0 8px 0; color: #ccc; font-size: 14px; line-height: 1.5; word-break: break-all; }
.comment_footer, .reply_footer { display: flex; align-items: center; gap: 12px; }
.reply_btn { color: #777; font-size: 11px; text-decoration: none; border: 1px solid rgba(255,255,255,0.1); padding: 2px 12px; border-radius: 12px; }

.digg_btn { display: inline-flex; align-items: center; gap: 4px; color: #777; font-size: 11px; text-decoration: none; cursor: pointer; transition: all 0.2s; position: relative; top: 1px; }
.digg_btn svg { width: 15px; height: 15px; fill: none; stroke: #777; stroke-width: 45; transition: all 0.2s; }
.digg_btn:hover { color: var(--j-pink); }
.digg_btn:hover svg { stroke: var(--j-pink); }
.digg_btn.active { color: var(--j-pink); }
.digg_btn.active svg { fill: var(--j-pink); stroke: var(--j-pink); animation: heartBeat 0.3s ease-in-out; }
@keyframes heartBeat { 0% { transform: scale(1); } 50% { transform: scale(1.3); } 100% { transform: scale(1); } }

.reply_group { margin-left: 8px; margin-top: 10px; padding-left: 10px; border-left: 1px solid rgba(255,255,255,0.05); }
.sub_hide { display: none !important; } 
.at_user { color: var(--j-pink); font-weight: normal; margin-right: 4px; }
.sub_comment_body { line-height: 1.4; font-size: 13px; color: #ccc; } 
.reply_time, .reply_btn_small { color: #444; font-size: 10px; text-decoration: none; }
.more_link { color: var(--j-pink); font-size: 11px; cursor: pointer; margin-top: 8px; display: inline-block; font-weight: bold; }