* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; }
        body { background: #f8f5f0; color: #1a1f2e; line-height: 1.7; padding: 0 16px; scroll-behavior: smooth; }
        .container { max-width: 1200px; margin: 0 auto; background: #fefcf9; border-radius: 24px; box-shadow: 0 20px 40px rgba(0,0,0,0.04); overflow: hidden; }
        .site-header { background: linear-gradient(130deg, #2b2935, #3d3a4f); padding: 20px 30px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; border-bottom: 4px solid #fcce6b; }
        .my-logo { font-size: 1.9rem; font-weight: 800; text-decoration: none; color: #fbd56a; letter-spacing: -0.5px; display: inline-flex; align-items: center; gap: 10px; }
        .my-logo i { color: #f78f8f; font-size: 2.1rem; }
        .search-form { display: flex; align-items: center; background: white; padding: 4px 6px 4px 18px; border-radius: 40px; box-shadow: 0 4px 8px rgba(0,0,0,0.2); }
        .search-form input { border: none; padding: 8px 10px; width: 180px; font-size: 0.95rem; outline: none; background: transparent; }
        .search-form button { background: #f78f8f; border: none; color: white; width: 38px; height: 38px; border-radius: 50%; font-size: 1rem; cursor: pointer; transition: 0.2s; }
        .search-form button:hover { background: #e46a6a; transform: scale(1.05); }
        nav { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
        .nav-links { display: flex; gap: 12px; list-style: none; flex-wrap: wrap; }
        .nav-links a { color: #f0e9df; text-decoration: none; font-weight: 500; font-size: 0.95rem; padding: 6px 14px; border-radius: 30px; transition: all 0.2s; background: rgba(255,255,255,0.04); }
        .nav-links a:hover { background: #fbd56a; color: #2b2935; }
        .hamburger { display: none; background: transparent; border: none; color: #fbd56a; font-size: 1.8rem; cursor: pointer; }
        .breadcrumb { padding: 16px 30px; background: #faf3e7; font-size: 0.9rem; border-bottom: 1px solid #e9dfcf; }
        .breadcrumb a { color: #b4532a; text-decoration: none; }
        .breadcrumb a:hover { text-decoration: underline; }
        .breadcrumb i { color: #a99f8e; margin: 0 8px; }
        .content-grid { display: grid; grid-template-columns: 1fr 280px; gap: 0; }
        @media (max-width: 980px) { .content-grid { grid-template-columns: 1fr; } }
        article { padding: 30px 35px 30px 35px; max-width: 900px; }
        h1 { font-size: 2.8rem; margin: 0 0 10px 0; line-height: 1.1; font-weight: 800; letter-spacing: -0.02em; background: linear-gradient(145deg, #3d3a4f 30%, #c4502c); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        h2 { font-size: 1.9rem; margin: 2.2em 0 0.6em 0; padding-bottom: 6px; border-bottom: 3px solid #fbd56a; font-weight: 700; }
        h3 { font-size: 1.35rem; margin: 1.6em 0 0.4em 0; color: #333e5c; font-weight: 700; }
        h4 { font-size: 1.15rem; margin: 1.2em 0 0.3em 0; font-weight: 600; color: #4b4f5e; }
        p { margin-bottom: 1.15em; }
        .hero-box { background: #fef2e4; padding: 20px 20px 10px 20px; border-radius: 30px; margin-bottom: 30px; border-left: 8px solid #f9a35f; }
        .hero-box h1 { margin-bottom: 10px; }
        .last-update { display: inline-block; background: #e7e1d4; padding: 4px 14px; border-radius: 40px; font-size: 0.8rem; letter-spacing: 0.3px; color: #5c503c; }
        .featured-img { border-radius: 24px; max-width: 100%; height: auto; margin: 25px 0 10px 0; box-shadow: 0 12px 25px rgba(61,58,79,0.2); }
        .img-wrapper { text-align: center; margin: 40px 0; }
        .img-wrapper img { max-width: 100%; border-radius: 24px; }
        .img-wrapper figcaption { font-size: 0.9rem; color: #6b655a; margin-top: 8px; }
        .link-card { background: #f8f4fb; border-radius: 20px; padding: 15px 22px; margin: 24px 0; border: 1px solid #dccee3; }
        .link-card a { color: #a63e2d; font-weight: 600; text-decoration: none; border-bottom: 2px solid #fbd56a; }
        .link-card a:hover { background: #fbd56a; }
        .quote-block { font-size: 1.1rem; background: #f2e4d8; padding: 20px 30px; border-radius: 40px 40px 40px 8px; margin: 30px 0; font-style: italic; border-left: 6px solid #e5826e; }
        .feature-list { display: flex; flex-wrap: wrap; gap: 16px; margin: 20px 0; }
        .feature-item { background: #fff; border: 1px solid #e8dccc; padding: 12px 18px; border-radius: 20px; box-shadow: 0 4px 14px rgba(0,0,0,0.03); flex: 1 0 200px; }
        .feature-item i { color: #e1582e; margin-right: 10px; }
        .stats-table { width: 100%; border-collapse: collapse; margin: 24px 0; background: #fff; border-radius: 20px; overflow: hidden; box-shadow: 0 6px 16px rgba(0,0,0,0.05); }
        .stats-table th { background: #34324a; color: #ffd77a; padding: 12px 15px; text-align: left; }
        .stats-table td { border-bottom: 1px solid #e9dfdc; padding: 10px 15px; background: #fdfbf7; }
        .comments-area, .rating-area { background: #f4f0e8; border-radius: 30px; padding: 24px; margin-top: 40px; }
        .comments-area input, .comments-area textarea { width: 100%; padding: 12px 16px; border: 1px solid #d7c9b6; border-radius: 20px; margin-bottom: 12px; font-size: 1rem; background: white; }
        .btn-submit { background: #2b2935; color: #fbd56a; border: none; padding: 12px 26px; border-radius: 60px; font-weight: 600; cursor: pointer; transition: 0.2s; }
        .btn-submit:hover { background: #c4502c; color: white; }
        .star-rating i { font-size: 2rem; color: #d9cbb9; cursor: pointer; margin-right: 6px; }
        .star-rating i.active { color: #fc9f1c; }
        .sidebar { padding: 25px 20px; border-left: 1px solid #e9dfcf; background: #fbf6ed; }
        @media (max-width: 980px) { .sidebar { border-left: none; border-top: 1px solid #e9dfcf; } }
        .sidebar-inner { position: sticky; top: 20px; }
        .related-block { margin-bottom: 35px; }
        .related-block h4 { font-size: 1.2rem; margin-bottom: 12px; border-left: 5px solid #f78f8f; padding-left: 12px; }
        .related-block ul { list-style: none; }
        .related-block li { margin-bottom: 10px; }
        .related-block a { text-decoration: none; color: #5a4b3e; font-weight: 500; display: block; padding: 8px 12px; border-radius: 14px; transition: all 0.15s; background: #f7f1e7; }
        .related-block a:hover { background: #eaded0; color: #2b2935; transform: translateX(3px); }
        .related-block a i { color: #e1582e; width: 22px; }
        .footer { background: #292639; color: #cdc5bc; padding: 30px; margin-top: 30px; border-radius: 0 0 24px 24px; }
        .footer a { color: #fbd56a; text-decoration: none; }
        .footer-copyright { border-top: 1px solid #464054; padding-top: 22px; margin-top: 22px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; font-size: 0.9rem; }
        friend-link { display: flex; gap: 15px; flex-wrap: wrap; margin-bottom: 18px; background: #352f45; padding: 14px 20px; border-radius: 40px; align-items: center; }
        friend-link a { color: #fbd7a3; }
        friend-link a:hover { color: white; }
        .text-highlight { background: #fbe8c4; padding: 2px 8px; border-radius: 12px; font-weight: 600; }
        .emoji { font-size: 1.3em; margin-right: 4px; }
        @media (max-width: 720px) {
            .site-header { flex-direction: column; align-items: stretch; gap: 14px; }
            .nav-links { display: none; flex-direction: column; width: 100%; background: #2b2935; border-radius: 20px; padding: 12px; }
            .nav-links.open { display: flex; }
            .hamburger { display: inline-block; }
            .search-form { width: 100%; }
            .search-form input { flex: 1; width: auto; }
            h1 { font-size: 2.1rem; }
            .breadcrumb { padding: 12px 16px; }
            article { padding: 20px 18px; }
            .hero-box { padding: 18px 14px; }
        }
