@charset "utf-8";
.bst{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#333;max-width:1200px;margin:0 auto;padding:10px;}
.bst img{vertical-align:middle;width:16px;height:16px;}
.bst a{color:#333;text-decoration:none;}

.bst_top{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;flex-wrap:wrap;gap:8px;}
.bst_title_area{display:flex;align-items:center;gap:8px;}
.bst_title{font-size:18px;font-weight:700;}
.bst_badge{font-size:12px;background:linear-gradient(135deg,#4a90d9,#357abd);color:#fff;padding:3px 12px;border-radius:12px;font-weight:700;}
.bst_controls{display:flex;align-items:center;gap:6px;}
.bst_check{font-size:12px;color:#666;cursor:pointer;display:inline-flex;align-items:center;gap:3px;padding:3px 8px;background:#f5f5f5;border-radius:12px;font-weight:600;}
.bst_check:hover{background:#e8e8e8;}
.bst_check input{cursor:pointer;}
.bst_admin{font-size:11px;background:#f5f5f5;padding:4px 10px;border-radius:12px;font-weight:600;color:#888;transition:all .2s;}
.bst_admin:hover{background:#4a90d9;color:#fff !important;}

.bst_list{width:100%;border-collapse:separate;border-spacing:0;border:1px solid #e8e8e8;border-radius:10px;overflow:hidden;}
.bst_list thead th{background:#fafafa;padding:10px 12px;font-size:12px;color:#888;font-weight:600;text-align:left;border-bottom:2px solid #e8e8e8;}
.bst_th_no{width:40px;text-align:center !important;}
.bst_list tbody tr{transition:background .15s;}
.bst_list tbody tr:hover{background:#f0f7ff;}
.bst_list tbody tr:not(:last-child) td{border-bottom:1px solid #f0f0f0;}
.bst_list tbody td{padding:8px 12px;font-size:13px;}
.bst_no{text-align:center;color:#ccc;font-size:11px;font-weight:700;}
.bst_nick_cell{white-space:nowrap;font-weight:600;}
.bst_nick_cell img{margin-right:4px;}
.bst_nick_bot{color:#bbb;font-weight:500;}
.bst_me{background:#f8fbff !important;}
.bst_me td:first-child{box-shadow:inset 3px 0 0 #4a90d9;}
.bst_me_tag{font-size:9px;background:#4a90d9;color:#fff;padding:1px 5px;border-radius:6px;margin-left:4px;font-weight:700;}
.bst_bot{opacity:0.5;}
.bst_ip{font-size:11px;color:#bbb;font-family:monospace;}
.bst_info_tag{font-size:11px;color:#666;background:#f5f5f5;padding:2px 6px;border-radius:5px;display:inline-flex;align-items:center;gap:3px;white-space:nowrap;}
.bst_info_tag img{width:14px;height:14px;}
.bst_info_na{color:#ddd;font-size:11px;}
.bst_loc{white-space:nowrap;}
.bst_loc img{width:14px;height:14px;margin-right:3px;}
.bst_loc a{color:#4a90d9;font-weight:500;font-size:12px;}
.bst_loc a:hover{text-decoration:underline;}

.bst_pager{text-align:center;margin:14px 0;display:flex;justify-content:center;gap:3px;flex-wrap:wrap;}
.bst_pager a{display:inline-block;padding:5px 10px;background:#f5f5f5;border:1px solid #e8e8e8;border-radius:6px;font-size:12px;font-weight:600;color:#666;transition:all .2s;}
.bst_pager a:hover,.bst_pager a.active{background:#4a90d9;color:#fff;border-color:#4a90d9;}

@media(max-width:768px){
  .bst_hide_m{display:none;}
  .bst_top{flex-direction:column;align-items:flex-start;}
}
