/* 
 * BlasphemyOrange Modern Theme
 * 现代化美化版本 - 保持橙色特色，添加现代设计元素
 */

/* ===== 基础样式 ===== */
body {
    margin: 0;
    padding: 0;
    background: linear-gradient(135deg, #ff9718 0%, #ff6b35 100%);
    background-attachment: fixed;
    color: #2c3e50;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    font-size: 14px;
}

body.inframe {
    background: transparent none;
}

/* ===== 容器和布局 ===== */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* ===== 表格现代化 ===== */
table {
    border: none;
    border-collapse: separate;
    border-spacing: 0;
    background-color: transparent;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

table.head {
    background: linear-gradient(135deg, rgba(255, 151, 24, 0.95) 0%, rgba(255, 107, 53, 0.95) 100%);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    box-shadow: 0 8px 32px rgba(255, 151, 24, 0.3);
    height: auto;
    min-height: 80px;
    width: 100%;
    max-width: 1200px;
}

table.main {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    margin: 20px 0;
}

table.mainouter {
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(255, 151, 24, 0.2);
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

table.message {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(255, 151, 24, 0.3);
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* ===== 标题样式 ===== */
h1 {
    color: #fff;
    font-size: 2.5em;
    font-weight: 300;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    margin: 0;
    padding: 20px 0;
}

h2 {
    background: linear-gradient(135deg, #ff9718 0%, #ff6b35 100%);
    color: white;
    padding: 15px 20px;
    margin: 0;
    font-size: 1.4em;
    font-weight: 600;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 2px 10px rgba(255, 151, 24, 0.3);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

h2.transparentbg {
    background: transparent;
    color: #ff6b35;
    text-shadow: none;
    box-shadow: none;
}

/* ===== 表格单元格 ===== */
td {
    border: 1px solid rgba(255, 151, 24, 0.1);
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

td:hover {
    background: rgba(255, 151, 24, 0.05);
}

td.embedded {
    border: none;
    padding: 0;
    background: transparent;
}

td.no_border {
    border: none;
    padding: 8px;
    background: transparent;
}

td.no_border_wide {
    border: none;
    padding: 0 16px 0 0;
    background: transparent;
    vertical-align: top;
}

td.shoutrow {
    border: none;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    margin: 2px 0;
}

td.bottom {
    border: none;
    background: transparent;
}

td.heading {
    font-weight: 600;
    color: #ff6b35;
}

td.text {
    padding: 15px 20px;
    line-height: 1.6;
}

td.comment {
    padding: 15px 20px;
    line-height: 1.6;
    background: rgba(255, 151, 24, 0.02);
}

/* ===== 表头样式 ===== */
td.colhead {
    background: linear-gradient(135deg, #ff9718 0%, #ff6b35 100%);
    color: white;
    font-weight: 600;
    padding: 15px 12px;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 12px;
    border: none;
}

td.rowhead {
    background: linear-gradient(135deg, rgba(255, 151, 24, 0.1) 0%, rgba(255, 107, 53, 0.1) 100%);
    font-weight: 600;
    color: #ff6b35;
    padding: 12px 15px;
}

/* ===== 链接样式 ===== */
a {
    color: #ff6b35;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:visited {
    color: #e55a2b;
}

a:hover {
    color: #ff9718;
    text-decoration: none;
    text-shadow: 0 1px 3px rgba(255, 151, 24, 0.3);
}

a.index {
    font-weight: 600;
    color: #ff6b35;
}

a.biglink {
    font-weight: 600;
    font-size: 1.1em;
    color: #ff6b35;
}

a.altlink:link,
a.altlink:visited {
    font-weight: 600;
    color: #d63384;
}

a.altlink:hover {
    color: #b02a5b;
    text-decoration: underline;
}

a.faqlink:link,
a.faqlink:visited {
    font-weight: 600;
    color: #6f42c1;
}

a.faqlink:hover {
    color: #5a2d91;
    text-decoration: underline;
}

a.altlink_blue:link,
a.altlink_blue:visited {
    font-weight: 600;
    color: #0d6efd;
}

a.altlink_blue:hover {
    color: #0b5ed7;
    text-decoration: underline;
}

a.altlink_green:link,
a.altlink_green:visited {
    font-weight: 600;
    color: #198754;
}

a.altlink_green:hover {
    color: #146c43;
    text-decoration: underline;
}

/* ===== 信息提示框 ===== */
a.info {
    position: relative;
    background: rgba(255, 151, 24, 0.1);
    color: #ff6b35;
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px solid rgba(255, 151, 24, 0.3);
}

a.info:hover {
    background: rgba(255, 151, 24, 0.2);
    border-color: rgba(255, 151, 24, 0.5);
}

a.info span {
    display: none;
}

a.info:hover span {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(255, 151, 24, 0.3);
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    color: #2c3e50;
    text-align: center;
    backdrop-filter: blur(10px);
}

/* ===== 实用类 ===== */
.important {
    font-weight: 600;
    color: #ff6b35;
}

.red {
    color: #dc3545;
}

.yellow {
    color: #ffc107;
}

.green {
    color: #198754;
}

.blue {
    color: #0d6efd;
}

.gray {
    color: #6c757d;
}

/* ===== 用户等级颜色 ===== */
.User_Name { color: #6c757d; }
.Power_User_Name { color: #0d6efd; }
.Elite_User_Name { color: #6f42c1; }
.Crazy_User_Name { color: #d63384; }
.Insane_User_Name { color: #dc3545; }
.Veteran_User_Name { color: #fd7e14; }
.Extreme_User_Name { color: #ff6b35; }
.Ultimate_User_Name { color: #ff9718; }
.Nexus_Master_Name { color: #198754; }
.VIP_Name { color: #20c997; }
.Uploader_Name { color: #0dcaf0; }
.Moderator_Name { color: #ffc107; }
.Administrator_Name { color: #ff6b35; }
.SysOp_Name { color: #dc3545; }

/* ===== 按钮样式 ===== */
input[type="submit"],
input[type="button"],
button,
.btn {
    background: linear-gradient(135deg, #ff9718 0%, #ff6b35 100%);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(255, 151, 24, 0.3);
}

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(255, 151, 24, 0.4);
    background: linear-gradient(135deg, #ff6b35 0%, #ff9718 100%);
}

/* ===== 表单元素 ===== */
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    border: 2px solid rgba(255, 151, 24, 0.2);
    border-radius: 8px;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
    font-family: inherit;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: #ff9718;
    box-shadow: 0 0 0 3px rgba(255, 151, 24, 0.1);
    background: rgba(255, 255, 255, 1);
}

/* ===== 响应式设计 ===== */
@media (max-width: 768px) {
    body {
        font-size: 13px;
    }
    
    .container {
        padding: 10px;
    }
    
    table.head {
        width: 100%;
        height: auto;
    }
    
    h1 {
        font-size: 2em;
        padding: 15px 0;
    }
    
    h2 {
        font-size: 1.2em;
        padding: 12px 15px;
    }
    
    td {
        padding: 8px 10px;
    }
    
    td.colhead {
        padding: 10px 8px;
        font-size: 11px;
    }
}

/* ===== 动画效果 ===== */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

table.main {
    animation: fadeIn 0.6s ease-out;
}

/* ===== 滚动条美化 ===== */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: rgba(255, 151, 24, 0.1);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #ff9718 0%, #ff6b35 100%);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #ff6b35 0%, #ff9718 100%);
}

/* ===== 特殊效果 ===== */
.glass-effect {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
}

.shadow-soft {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.shadow-medium {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.shadow-strong {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

/* ===== 导航和菜单样式 ===== */
td.navigation {
    border: none;
    font-weight: 600;
    background: transparent;
    padding: 0;
}

td.clear {
    border: none;
    background: transparent;
    padding: 0;
}

/* ===== 主菜单样式 ===== */
ul.menu {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

ul.menu li {
    display: inline-block;
    margin: 0 2px;
}

ul.menu li a {
    display: inline-block;
    padding: 12px 20px;
    background: linear-gradient(135deg, #ff9718 0%, #ff6b35 100%);
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    border-radius: 8px;
    border: none;
    margin: 0 2px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(255, 151, 24, 0.3);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

ul.menu li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

ul.menu li a:hover::before {
    left: 100%;
}

ul.menu li a:link,
ul.menu li a:visited {
    color: white;
}

ul.menu li a:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(255, 151, 24, 0.4);
    background: linear-gradient(135deg, #ff6b35 0%, #ff9718 100%);
    color: white;
    text-decoration: none;
}

ul.menu li a:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(255, 151, 24, 0.3);
}

/* ===== 选中状态的菜单项 ===== */
ul.menu li.selected a {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    box-shadow: 0 2px 15px rgba(44, 62, 80, 0.4);
}

ul.menu li.selected a:hover {
    background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 25px rgba(44, 62, 80, 0.5);
    text-decoration: none;
}

/* ===== 下拉菜单样式 ===== */
.dropmenu {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 151, 24, 0.2);
    border-radius: 12px;
    margin-top: 8px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    text-align: left;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.dropmenu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropmenu ul {
    list-style: none;
    padding: 15px;
    margin: 0;
    white-space: nowrap;
}

.dropmenu ul li {
    margin: 0;
    padding: 0;
}

.dropmenu ul li a {
    display: block;
    padding: 10px 15px;
    color: #2c3e50;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.dropmenu ul li a:hover {
    background: rgba(255, 151, 24, 0.1);
    color: #ff6b35;
    transform: translateX(5px);
}

/* ===== 列表项样式 ===== */
.listitem {
    margin: 0 8px;
    padding: 4px 0;
}

/* ===== 响应式菜单 ===== */
@media (max-width: 768px) {
    ul.menu {
        padding: 8px 0;
        margin: 10px 0;
    }
    
    ul.menu li {
        display: block;
        margin: 2px 0;
        width: 100%;
    }
    
    ul.menu li a {
        display: block;
        margin: 2px 10px;
        padding: 12px 15px;
        border-radius: 8px;
        text-align: center;
    }
    
    .dropmenu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        margin: 10px;
        border-radius: 8px;
    }
}

/* ===== 菜单动画效果 ===== */
@keyframes menuSlideIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

ul.menu {
    animation: menuSlideIn 0.6s ease-out;
}

/* ===== 特殊表格样式 ===== */
table.torrents {
    text-align: center;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

table.torrents td.rowfollow {
    text-align: center;
    padding: 12px 8px;
    border-bottom: 1px solid rgba(255, 151, 24, 0.1);
}

/* ===== 工具箱和特殊单元格 ===== */
td.toolbox {
    background: rgba(255, 151, 24, 0.05);
    border-radius: 8px;
    padding: 15px;
}

td.title {
    font-weight: 600;
    color: #ff6b35;
    font-size: 1.1em;
}

td.shoutrow {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    margin: 4px 0;
    padding: 10px 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border-left: 4px solid #ff9718;
}

td.shoutrow:hover {
    background: rgba(255, 151, 24, 0.05);
    transform: translateX(2px);
    transition: all 0.3s ease;
}

/* ===== 段落样式 ===== */
p {
    line-height: 1.6;
    margin-bottom: 15px;
}

p.sub {
    margin-bottom: 8px;
    color: #666;
    font-size: 0.9em;
}

/* ===== 实用类增强 ===== */
.nowrap {
    white-space: nowrap;
}

.important {
    font-weight: 600;
    color: #ff6b35;
    text-shadow: 0 1px 2px rgba(255, 151, 24, 0.2);
}

/* ===== 种子状态颜色 ===== */
.free {
    color: #f0cc00;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(240, 204, 0, 0.3);
}

.twoup {
    color: #aaaaaa;
    font-weight: 600;
}

.twoupfree {
    color: #99cc66;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(153, 204, 102, 0.3);
}

.halfdown {
    color: #7c7ff6;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(124, 127, 246, 0.3);
}

.twouphalfdown {
    color: #7ad6ea;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(122, 214, 234, 0.3);
}

.thirtypercent {
    color: #70328d;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(112, 50, 141, 0.3);
}

.hot {
    color: #e78d0f;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(231, 141, 15, 0.3);
}

.classic {
    color: #77b300;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(119, 179, 0, 0.3);
}

.recommended {
    color: #820084;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(130, 0, 132, 0.3);
}

.new {
    color: #ff0000;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(255, 0, 0, 0.3);
    animation: pulse 2s infinite;
}

.striking {
    color: #ff0000;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(255, 0, 0, 0.3);
    animation: pulse 2s infinite;
}

/* ===== 种子状态背景 ===== */
.free_bg {
    background: linear-gradient(135deg, #ffff99 0%, #fff566 100%);
    border-radius: 6px;
    padding: 4px 8px;
    box-shadow: 0 2px 8px rgba(255, 255, 153, 0.3);
}

.twoup_bg {
    background: linear-gradient(135deg, #dddddd 0%, #cccccc 100%);
    border-radius: 6px;
    padding: 4px 8px;
    box-shadow: 0 2px 8px rgba(221, 221, 221, 0.3);
}

.twoupfree_bg {
    background: linear-gradient(135deg, #ccff99 0%, #b3ff66 100%);
    border-radius: 6px;
    padding: 4px 8px;
    box-shadow: 0 2px 8px rgba(204, 255, 153, 0.3);
}

.halfdown_bg {
    background: linear-gradient(135deg, #cccdf8 0%, #b3b5f5 100%);
    border-radius: 6px;
    padding: 4px 8px;
    box-shadow: 0 2px 8px rgba(204, 205, 248, 0.3);
}

.twouphalfdown_bg {
    background: linear-gradient(135deg, #96dbea 0%, #7dd3e7 100%);
    border-radius: 6px;
    padding: 4px 8px;
    box-shadow: 0 2px 8px rgba(150, 219, 234, 0.3);
}

.thirtypercentdown_bg {
    background: linear-gradient(135deg, #ddc3ea 0%, #d1b0e7 100%);
    border-radius: 6px;
    padding: 4px 8px;
    box-shadow: 0 2px 8px rgba(221, 195, 234, 0.3);
}

/* ===== 数据颜色 ===== */
.color_bonus {
    color: #1900d1;
    font-weight: 600;
}

.color_invite {
    color: #1900d1;
    font-weight: 600;
}

.color_slots {
    color: #1900d1;
    font-weight: 600;
}

.color_downloaded {
    color: #8b0000;
    font-weight: 600;
}

.color_uploaded {
    color: #008000;
    font-weight: 600;
}

.color_ratio {
    color: #1900d1;
    font-weight: 600;
}

.color_active {
    color: #1900d1;
    font-weight: 600;
}

.color_connectable {
    color: #1900d1;
    font-weight: 600;
}

/* ===== Logo和标语样式 ===== */
.logo {
    color: #ffa531;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 700;
    font-size: 2.5em;
    text-shadow: 0 3px 6px rgba(255, 165, 49, 0.4);
    background: linear-gradient(135deg, #ffa531 0%, #ff9718 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.slogan {
    color: #de9332;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 500;
    font-size: 1.2em;
    text-shadow: 0 2px 4px rgba(222, 147, 50, 0.3);
    opacity: 0.9;
}

/* ===== 用户等级样式现代化 ===== */
.StaffLeader_Name, A.StaffLeader_Name:link, A.StaffLeader_Name:visited {
    color: #8b0000;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(139, 0, 0, 0.3);
}

.SysOp_Name, A.SysOp_Name:link, A.SysOp_Name:visited {
    color: #a0522d;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(160, 82, 45, 0.3);
}

.Administrator_Name, A.Administrator_Name:link, A.Administrator_Name:visited {
    color: #4b0082;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(75, 0, 130, 0.3);
}

.Moderator_Name, A.Moderator_Name:link, A.Moderator_Name:visited {
    color: #6495ED;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(100, 149, 237, 0.3);
}

.ForumModerator_Name, A.ForumModerator_Name:link, A.ForumModerator_Name:visited {
    color: #1cc6d5;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(28, 198, 213, 0.3);
}

.Retiree_Name, A.Retiree_Name:link, A.Retiree_Name:visited {
    color: #1cc6d5;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(28, 198, 213, 0.3);
}

.Uploader_Name, A.Uploader_Name:link, A.Uploader_Name:visited {
    color: #DC143C;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(220, 20, 60, 0.3);
}

.VIP_Name, A.VIP_Name:link, A.VIP_Name:visited {
    color: #009F00;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 159, 0, 0.3);
}

.NexusMaster_Name, A.NexusMaster_Name:link, A.NexusMaster_Name:visited {
    color: #38ACEC;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(56, 172, 236, 0.3);
}

.UltimateUser_Name, A.UltimateUser_Name:link, A.UltimateUser_Name:visited {
    color: #006400;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 100, 0, 0.3);
}

.ExtremeUser_Name, A.ExtremeUser_Name:link, A.ExtremeUser_Name:visited {
    color: #FF8C00;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(255, 140, 0, 0.3);
}

.VeteranUser_Name, A.VeteranUser_Name:link, A.VeteranUser_Name:visited {
    color: #483D8B;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(72, 61, 139, 0.3);
}

.InsaneUser_Name, A.InsaneUser_Name:link, A.InsaneUser_Name:visited {
    color: #8B008B;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(139, 0, 139, 0.3);
}

.CrazyUser_Name, A.CrazyUser_Name:link, A.CrazyUser_Name:visited {
    color: #00BFFF;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 191, 255, 0.3);
}

.EliteUser_Name, A.EliteUser_Name:link, A.EliteUser_Name:visited {
    color: #008B8B;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 139, 139, 0.3);
}

.PowerUser_Name, A.PowerUser_Name:link, A.PowerUser_Name:visited {
    color: #DAA520;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(218, 165, 32, 0.3);
}

.User_Name, A.User_Name:link, A.User_Name:visited {
    color: #2c3e50;
    font-weight: 500;
}

.Peasant_Name, A.Peasant_Name:link, A.Peasant_Name:visited {
    color: #708090;
    font-weight: 500;
}

/* ===== 动画效果 ===== */
@keyframes pulse {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes glow {
    0% {
        text-shadow: 0 1px 2px rgba(255, 151, 24, 0.3);
    }
    50% {
        text-shadow: 0 1px 8px rgba(255, 151, 24, 0.6);
    }
    100% {
        text-shadow: 0 1px 2px rgba(255, 151, 24, 0.3);
    }
}

/* ===== 特殊效果类 ===== */
.glow-effect {
    animation: glow 2s ease-in-out infinite;
}

.hover-lift {
    transition: all 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

/* ===== 渐变文字效果 ===== */
.gradient-text {
    background: linear-gradient(135deg, #ff9718 0%, #ff6b35 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 600;
}