/*! style-enhancements.css v1c79e007 */
/* Generated: 2026-01-14 17:15:27 */
/* Domain: chn-cyou-9yousports.com */
/* Enhanced visual appeal */
/* Optimized for performance */
/* Enhanced user experience */

.css_16c28d {
    /* Random class Cd5566982 fingerprint optimization */
    display: none;
}

/**
 * Template10 - 复古怀旧风格增强样式
 */

/* 纸张纹理效果 */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 50%, rgba(139, 105, 20, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(139, 105, 20, 0.05) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.container, .section {
    position: relative;
    z-index: 1;
}

/* Badge复古 */
.badge {
    background: var(--vintage-gold);
    color: var(--vintage-brown);
    border: 2px solid var(--vintage-brown);
    border-radius: 0;
    padding: 5px 12px;
    font-family: 'Times New Roman', serif;
    font-weight: bold;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 2px 2px 4px rgba(139, 105, 20, 0.2);
}

/* 链接样式 */
a {
    color: var(--vintage-brown);
    text-decoration: underline;
    text-decoration-style: double;
    transition: color 0.3s;
}

a:hover {
    color: var(--vintage-gold);
}

/* 表格复古 */
.table {
    border: 3px solid var(--vintage-brown);
    background: var(--vintage-cream);
}

.table thead {
    background: var(--vintage-brown);
    color: var(--vintage-cream);
}

.table th {
    border: 2px solid var(--vintage-gold);
    font-family: 'Times New Roman', serif;
    font-weight: bold;
}

/* 面包屑 */
.breadcrumb {
    background: var(--vintage-cream);
    border: 2px solid var(--vintage-brown);
    padding: 10px 20px;
}

.breadcrumb-item a {
    color: var(--vintage-brown);
}

/* 页面头部 */
.page-header {
    background: var(--vintage-cream) !important;
    border-bottom: 5px double var(--vintage-brown);
}

/* 统计数字 */
.stat-number {
    font-family: 'Times New Roman', serif;
    font-size: 3.5rem;
    color: var(--vintage-brown);
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(139, 105, 20, 0.2);
}

/* 装饰边框 */
.decorative-border {
    border: 5px double var(--vintage-brown);
    padding: 30px;
    background: var(--vintage-cream);
    position: relative;
}

.decorative-border::before,
.decorative-border::after {
    content: '◆';
    position: absolute;
    color: var(--vintage-gold);
    font-size: 1.5rem;
}

.decorative-border::before {
    top: -15px;
    left: 20px;
    background: var(--vintage-cream);
    padding: 0 10px;
}

.decorative-border::after {
    bottom: -15px;
    right: 20px;
    background: var(--vintage-cream);
    padding: 0 10px;
}

