        *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
        html { scroll-behavior: smooth; font-size: 16px; }
        body {
            font-family: 'Segoe UI', Roboto, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
            background: #f8f6f2;
            color: #1e1e1e;
            line-height: 1.7;
            padding: 0;
            margin: 0;
        }
        img { max-width: 100%; height: auto; display: block; border-radius: 12px; }
        a { color: #b22222; text-decoration: none; transition: color 0.25s ease; }
        a:hover, a:focus-visible { color: #8b1a1a; text-decoration: underline; }
        h1, h2, h3, h4, h5, h6 { line-height: 1.25; color: #111; font-weight: 700; }
        h1 { font-size: 2.4rem; margin-bottom: 0.5rem; }
        h2 { font-size: 1.8rem; margin-top: 2.4rem; margin-bottom: 0.75rem; border-left: 5px solid #b22222; padding-left: 1rem; }
        h3 { font-size: 1.35rem; margin-top: 1.8rem; margin-bottom: 0.5rem; color: #2c2c2c; }
        h4 { font-size: 1.1rem; margin-top: 1.2rem; margin-bottom: 0.3rem; color: #3a3a3a; font-weight: 600; }
        p { margin-bottom: 1.1rem; }
        ul, ol { margin-bottom: 1.2rem; padding-left: 1.6rem; }
        li { margin-bottom: 0.35rem; }
        strong { font-weight: 700; color: #111; }
        em { font-style: italic; }
        hr { border: 0; height: 2px; background: linear-gradient(to right, #b22222, #e8d5c4); margin: 2.5rem 0; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 1.2rem; }
        .site-header {
            background: #1e1e1e;
            color: #fff;
            padding: 0.8rem 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 2px 20px rgba(0,0,0,0.15);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.2rem;
        }
        .my-logo {
            font-size: 1.7rem;
            font-weight: 800;
            color: #f5e6d3;
            letter-spacing: 1px;
            text-transform: uppercase;
            background: linear-gradient(135deg, #f5e6d3, #d4b89b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            display: inline-flex;
            align-items: center;
            gap: 0.3rem;
        }
        .my-logo i { font-size: 1.5rem; -webkit-text-fill-color: #d4b89b; color: #d4b89b; }
        .my-logo:hover { opacity: 0.85; text-decoration: none; }
        .nav-toggle {
            display: none;
            background: none;
            border: 2px solid #f5e6d3;
            color: #f5e6d3;
            font-size: 1.5rem;
            padding: 0.4rem 0.8rem;
            border-radius: 6px;
            cursor: pointer;
            transition: 0.2s;
        }
        .nav-toggle:hover { background: rgba(245,230,211,0.15); }
        .main-nav { display: flex; gap: 0.3rem; flex-wrap: wrap; align-items: center; }
        .main-nav a {
            color: #e8ddd0;
            padding: 0.4rem 1rem;
            border-radius: 30px;
            font-size: 0.9rem;
            font-weight: 500;
            transition: 0.2s;
            white-space: nowrap;
        }
        .main-nav a:hover, .main-nav a.active { background: rgba(245,230,211,0.18); color: #fff; text-decoration: none; }
        .main-nav a i { margin-right: 0.35rem; }
        .breadcrumb {
            background: #f0ebe4;
            padding: 0.6rem 0;
            font-size: 0.9rem;
            border-bottom: 1px solid #e0d5c8;
        }
        .breadcrumb ol {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem 0.8rem;
            margin: 0;
            padding: 0 1.2rem;
            max-width: 1200px;
            margin: 0 auto;
        }
        .breadcrumb li+li::before { content: "›"; margin-right: 0.6rem; color: #999; }
        .breadcrumb a { color: #7a5a4a; }
        .breadcrumb .current { color: #b22222; font-weight: 600; }
        .hero {
            background: linear-gradient(145deg, #1e1e1e 0%, #2d2a26 100%);
            color: #f5ede6;
            padding: 3rem 0 2.5rem;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        .hero::after {
            content: "⚾";
            position: absolute;
            right: -20px;
            bottom: -30px;
            font-size: 16rem;
            opacity: 0.04;
            pointer-events: none;
        }
        .hero h1 { color: #f5e6d3; font-size: 2.8rem; margin-bottom: 0.35rem; text-shadow: 0 2px 8px rgba(0,0,0,0.3); }
        .hero p { font-size: 1.2rem; color: #d4c5b8; max-width: 800px; margin: 0.5rem auto 1.2rem; }
        .hero .meta-badge {
            display: inline-flex;
            gap: 1.2rem;
            flex-wrap: wrap;
            justify-content: center;
            font-size: 0.95rem;
            color: #c4b5a6;
        }
        .hero .meta-badge span { background: rgba(255,255,255,0.07); padding: 0.3rem 1rem; border-radius: 30px; }
        .search-wrap {
            background: #fff;
            border-radius: 50px;
            padding: 0.3rem 0.3rem 0.3rem 1.5rem;
            display: flex;
            max-width: 550px;
            margin: 1.5rem auto 0;
            box-shadow: 0 4px 20px rgba(0,0,0,0.2);
        }
        .search-wrap input {
            flex: 1;
            border: none;
            background: transparent;
            padding: 0.7rem 0.5rem;
            font-size: 1rem;
            outline: none;
            color: #222;
        }
        .search-wrap input::placeholder { color: #aaa; }
        .search-wrap button {
            background: #b22222;
            border: none;
            color: #fff;
            padding: 0.7rem 1.8rem;
            border-radius: 50px;
            font-weight: 600;
            cursor: pointer;
            transition: 0.2s;
            font-size: 0.95rem;
        }
        .search-wrap button:hover { background: #8b1a1a; }
        .main-grid {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 2.5rem;
            padding: 2.5rem 0;
        }
        .content-area { min-width: 0; }
        .sidebar { position: sticky; top: 100px; align-self: start; }
        .sidebar-card {
            background: #fff;
            border-radius: 16px;
            padding: 1.5rem;
            box-shadow: 0 4px 20px rgba(0,0,0,0.04);
            margin-bottom: 1.8rem;
            border: 1px solid #f0e8e0;
        }
        .sidebar-card h3 { font-size: 1.1rem; margin-top: 0; border-bottom: 2px solid #e8ddd0; padding-bottom: 0.5rem; margin-bottom: 1rem; }
        .sidebar-card ul { list-style: none; padding: 0; margin: 0; }
        .sidebar-card li { padding: 0.5rem 0; border-bottom: 1px solid #f5f0ea; }
        .sidebar-card li:last-child { border-bottom: 0; }
        .sidebar-card a { color: #2c2c2c; font-weight: 500; display: flex; align-items: center; gap: 0.5rem; }
        .sidebar-card a:hover { color: #b22222; }
        .featured-image {
            margin: 2rem 0;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(0,0,0,0.08);
        }
        .featured-image figcaption {
            background: #f5f0ea;
            padding: 0.7rem 1.2rem;
            font-size: 0.9rem;
            color: #555;
            text-align: center;
        }
        .interaction-panel {
            background: #fff;
            border-radius: 16px;
            padding: 2rem;
            margin: 2.5rem 0;
            box-shadow: 0 4px 20px rgba(0,0,0,0.04);
            border: 1px solid #f0e8e0;
        }
        .interaction-panel h3 { margin-top: 0; }
        .form-group { margin-bottom: 1.2rem; }
        .form-group label { display: block; font-weight: 600; margin-bottom: 0.3rem; color: #222; }
        .form-group input, .form-group textarea, .form-group select {
            width: 100%;
            padding: 0.7rem 1rem;
            border: 2px solid #e0d5c8;
            border-radius: 10px;
            font-size: 1rem;
            transition: 0.2s;
            background: #fcfaf8;
            font-family: inherit;
        }
        .form-group input:focus, .form-group textarea:focus, .form-group select:focus {
            border-color: #b22222;
            outline: none;
            box-shadow: 0 0 0 4px rgba(178,34,34,0.08);
        }
        .form-group textarea { min-height: 100px; resize: vertical; }
        .btn-primary {
            background: #b22222;
            color: #fff;
            border: none;
            padding: 0.8rem 2.5rem;
            border-radius: 50px;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 0.6rem;
        }
        .btn-primary:hover { background: #8b1a1a; transform: translateY(-2px); box-shadow: 0 4px 15px rgba(178,34,34,0.3); }
        .rating-stars { display: flex; gap: 0.4rem; font-size: 1.8rem; color: #e0d5c8; cursor: pointer; }
        .rating-stars i { transition: 0.15s; }
        .rating-stars i.active, .rating-stars i:hover { color: #f5b342; }
        .site-footer {
            background: #1e1e1e;
            color: #d4c5b8;
            padding: 2.5rem 0 1.5rem;
            margin-top: 2.5rem;
        }
        .footer-inner { max-width: 1200px; margin: 0 auto; padding: 0 1.2rem; }
        .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem; }
        .footer-grid h4 { color: #f5e6d3; margin-top: 0; font-size: 1.1rem; }
        .footer-grid a { color: #c4b5a6; }
        .footer-grid a:hover { color: #f5e6d3; }
        friend-link { display: block; padding: 1rem 0; border-top: 1px solid #3a3530; margin-top: 1.5rem; }
        friend-link a { display: inline-block; margin: 0.3rem 1rem 0.3rem 0; color: #b8a99a; }
        friend-link a:hover { color: #f5e6d3; }
        .copyright { text-align: center; padding-top: 1.5rem; font-size: 0.9rem; color: #8a7a6a; border-top: 1px solid #2d2a26; margin-top: 1.5rem; }
        @media (max-width: 900px) {
            .main-grid { grid-template-columns: 1fr; }
            .sidebar { position: static; }
            .footer-grid { grid-template-columns: 1fr; }
        }
        @media (max-width: 768px) {
            .nav-toggle { display: block; }
            .main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                background: #2a2724;
                padding: 0.8rem;
                border-radius: 12px;
                margin-top: 0.5rem;
                gap: 0.2rem;
            }
            .main-nav.open { display: flex; }
            .main-nav a { padding: 0.6rem 1rem; border-radius: 8px; }
            .hero h1 { font-size: 2rem; }
            .hero p { font-size: 1rem; }
            .search-wrap { flex-direction: column; border-radius: 20px; padding: 0.8rem; }
            .search-wrap input { width: 100%; margin-bottom: 0.5rem; }
            .search-wrap button { width: 100%; }
            .header-inner { position: relative; }
        }
        @media (max-width: 480px) {
            h1 { font-size: 1.6rem; }
            h2 { font-size: 1.4rem; }
            .hero h1 { font-size: 1.6rem; }
            .container { padding: 0 0.8rem; }
            .interaction-panel { padding: 1.2rem; }
        }
        .fade-up { opacity: 0; transform: translateY(20px); animation: fadeUp 0.6s ease forwards; }
        @keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }
        .tv-schedule { width: 100%; border-collapse: collapse; margin: 1.5rem 0; font-size: 0.95rem; }
        .tv-schedule th { background: #1e1e1e; color: #f5e6d3; padding: 0.7rem 1rem; text-align: left; }
        .tv-schedule td { padding: 0.7rem 1rem; border-bottom: 1px solid #f0e8e0; }
        .tv-schedule tr:nth-child(even) td { background: #faf7f3; }
        .tv-schedule tr:hover td { background: #f5ede6; }
        .channel-badge { background: #b22222; color: #fff; padding: 0.15rem 0.7rem; border-radius: 30px; font-size: 0.8rem; font-weight: 600; display: inline-block; }
        .tag { display: inline-block; background: #f0ebe4; color: #5a4a3a; padding: 0.2rem 0.9rem; border-radius: 30px; font-size: 0.8rem; font-weight: 500; }
        .highlight-box { background: #fdf8f4; border-left: 5px solid #b22222; padding: 1.2rem 1.5rem; border-radius: 0 12px 12px 0; margin: 1.5rem 0; }
        .stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 1rem; margin: 1.5rem 0; }
        .stat-card { background: #fff; border-radius: 12px; padding: 1.2rem; text-align: center; box-shadow: 0 2px 10px rgba(0,0,0,0.04); border: 1px solid #f0e8e0; }
        .stat-card .num { font-size: 2rem; font-weight: 800; color: #b22222; }
        .stat-card .label { font-size: 0.85rem; color: #6a5a4a; }
        .two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin: 1.5rem 0; }
        @media (max-width: 600px) { .two-col { grid-template-columns: 1fr; } }
