        * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }
        html { scroll-behavior: smooth; }
        body { background: #f5f5f5; color: #111; line-height: 1.7; }
        img { max-width: 100%; height: auto; display: block; }
        h1, h2, h3, h4 { color: #e10600; margin-bottom: 1rem; font-weight: 800; }
        h1 { font-size: 2.8rem; margin-top: 2rem; }
        h2 { font-size: 2.2rem; padding-bottom: 0.5rem; border-bottom: 2px solid #e10600; }
        h3 { font-size: 1.8rem; }
        h4 { font-size: 1.4rem; }
        p { margin-bottom: 1.5rem; font-size: 1.1rem; }
        .lead { font-size: 1.3rem; font-weight: 300; color: #333; }
        strong { color: #e10600; font-weight: 800; }
        a { color: #0066cc; text-decoration: none; transition: color 0.3s; }
        a:hover { color: #e10600; text-decoration: underline; }
        .emoji { font-size: 1.2em; }
        .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        .section { padding: 3rem 0; }
        .content-main { display: grid; grid-template-columns: 1fr 300px; gap: 3rem; margin: 2rem 0; }
        @media (max-width: 992px) {
            .content-main { grid-template-columns: 1fr; }
        }
        .site-header { background: #111; color: white; padding: 1rem 0; position: sticky; top: 0; z-index: 1000; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
        .header-inner { display: flex; justify-content: space-between; align-items: center; }
        .my-logo { font-size: 2.2rem; font-weight: 900; color: #e10600; text-transform: uppercase; letter-spacing: -1px; }
        .my-logo a { color: inherit; }
        .my-logo a:hover { text-decoration: none; color: white; }
        .main-nav ul { display: flex; list-style: none; }
        .main-nav li { margin-left: 2rem; }
        .main-nav a { color: white; font-weight: 600; padding: 0.5rem 0; position: relative; }
        .main-nav a:after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: #e10600; transition: width 0.3s; }
        .main-nav a:hover:after { width: 100%; }
        .hamburger { display: none; background: none; border: none; color: white; font-size: 1.8rem; cursor: pointer; }
        @media (max-width: 768px) {
            .main-nav ul { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; width: 100%; background: #111; padding: 1rem; }
            .main-nav.active ul { display: flex; }
            .main-nav li { margin: 0.5rem 0; margin-left: 0; }
            .hamburger { display: block; }
        }
        .breadcrumb { background: #e9ecef; padding: 1rem 0; font-size: 0.9rem; }
        .breadcrumb a { color: #555; }
        .breadcrumb a:hover { color: #e10600; }
        .hero { background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('https://images.unsplash.com/photo-1586816879360-004f5b0c51e5?ixlib=rb-4.0.3&auto=format&fit=crop&w=1200&q=80') center/cover no-repeat; color: white; padding: 4rem 0; text-align: center; }
        .hero h1 { color: white; margin-bottom: 1.5rem; }
        .hero .lead { color: #ddd; max-width: 800px; margin: 0 auto 2rem; }
        .article-card { background: white; border-radius: 12px; padding: 2.5rem; box-shadow: 0 8px 30px rgba(0,0,0,0.08); margin-bottom: 2rem; }
        .article-card img { border-radius: 8px; margin: 1.5rem auto; border: 1px solid #eee; }
        .sidebar-widget { background: white; border-radius: 12px; padding: 1.8rem; margin-bottom: 2rem; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
        .sidebar-widget h3 { font-size: 1.5rem; }
        .widget-links { list-style: none; }
        .widget-links li { margin-bottom: 0.8rem; padding-left: 1.2rem; position: relative; }
        .widget-links li:before { content: '→'; position: absolute; left: 0; color: #e10600; }
        .form-group { margin-bottom: 1.5rem; }
        .form-control { width: 100%; padding: 0.9rem 1.2rem; border: 1px solid #ccc; border-radius: 6px; font-size: 1rem; transition: border 0.3s; }
        .form-control:focus { border-color: #e10600; outline: none; box-shadow: 0 0 0 3px rgba(225, 6, 0, 0.1); }
        .btn { display: inline-block; background: #e10600; color: white; padding: 0.9rem 2rem; border: none; border-radius: 6px; font-weight: 700; cursor: pointer; transition: background 0.3s, transform 0.2s; }
        .btn:hover { background: #b80500; transform: translateY(-2px); text-decoration: none; }
        .btn-block { width: 100%; }
        .comment { border-left: 4px solid #e10600; padding-left: 1.5rem; margin-bottom: 2rem; background: #f9f9f9; padding: 1.5rem; border-radius: 0 8px 8px 0; }
        .comment-author { font-weight: 700; color: #111; }
        .comment-date { color: #666; font-size: 0.9rem; }
        .star-rating { color: #ffc107; font-size: 1.2rem; margin: 0.5rem 0; }
        .site-footer { background: #111; color: #aaa; padding: 3rem 0 1.5rem; }
        .footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-bottom: 2rem; }
        .footer-logo { font-size: 1.8rem; color: #e10600; margin-bottom: 1rem; }
        .friend-links { display: flex; flex-wrap: wrap; gap: 1rem; list-style: none; }
        .friend-links a { color: #aaa; padding: 0.3rem 0.6rem; border: 1px solid #444; border-radius: 4px; }
        .friend-links a:hover { color: white; border-color: #e10600; }
        .copyright { text-align: center; padding-top: 1.5rem; border-top: 1px solid #333; font-size: 0.9rem; color: #777; }
        .text-center { text-align: center; }
        .mb-3 { margin-bottom: 1.5rem; }
        .mt-3 { margin-top: 1.5rem; }
        .last-updated { font-style: italic; color: #666; background: #f0f0f0; padding: 0.5rem 1rem; border-radius: 6px; display: inline-block; }
