        * { margin: 0; padding: 0; box-sizing: border-box; }
        html { scroll-behavior: smooth; }
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.8;
            color: #333;
            background: linear-gradient(135deg, #0c0c0c 0%, #1a1a2e 100%);
            color: #f0f0f0;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }
        a { color: #ff4655; text-decoration: none; transition: color 0.3s, transform 0.2s; }
        a:hover { color: #ff7b85; transform: translateY(-2px); }
        img { max-width: 100%; height: auto; display: block; }
        .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        .site-header { background: rgba(10, 10, 10, 0.95); padding: 1rem 0; border-bottom: 3px solid #ff4655; position: sticky; top: 0; z-index: 1000; }
        .header-content { display: flex; justify-content: space-between; align-items: center; }
        .my-logo { font-family: 'Impact', 'Arial Black', sans-serif; font-size: 2.5rem; background: linear-gradient(90deg, #ff4655, #ffb347); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-shadow: 0 0 10px rgba(255, 70, 85, 0.3); letter-spacing: 1px; }
        .my-logo:hover { transform: scale(1.05); }
        .main-nav ul { display: flex; list-style: none; gap: 2rem; }
        .main-nav a { font-weight: 600; font-size: 1.1rem; padding: 0.5rem; }
        .burger { display: none; font-size: 1.8rem; cursor: pointer; color: #ff4655; }
        .breadcrumb { background: #222; padding: 0.8rem 0; font-size: 0.9rem; }
        .breadcrumb ul { display: flex; list-style: none; flex-wrap: wrap; }
        .breadcrumb li:not(:last-child)::after { content: '›'; margin: 0 10px; color: #aaa; }
        .breadcrumb a { color: #ccc; }
        .breadcrumb a:hover { color: #ff4655; }
        .hero-search { background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('https://images.unsplash.com/photo-1542751371-adc38448a05e?ixlib=rb-4.0.3&auto=format&fit=crop&w=1200&q=80') center/cover no-repeat; padding: 3rem 1rem; text-align: center; }
        .hero-search h1 { font-size: 3rem; margin-bottom: 1rem; color: #fff; text-shadow: 0 0 10px #000; }
        .search-form { max-width: 600px; margin: 2rem auto; display: flex; }
        .search-form input { flex: 1; padding: 1rem; border: none; border-radius: 50px 0 0 50px; font-size: 1.1rem; }
        .search-form button { background: #ff4655; color: white; border: none; padding: 1rem 2rem; border-radius: 0 50px 50px 0; cursor: pointer; font-weight: bold; font-size: 1.1rem; transition: background 0.3s; }
        .search-form button:hover { background: #e03e4c; }
        .main-content { flex: 1; padding: 3rem 0; }
        .content-grid { display: grid; grid-template-columns: 1fr 300px; gap: 3rem; }
        article { background: rgba(30, 30, 46, 0.8); padding: 2.5rem; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); }
        h1, h2, h3, h4 { color: #ffb347; margin-top: 2rem; margin-bottom: 1rem; line-height: 1.3; }
        h1 { font-size: 2.8rem; border-bottom: 3px solid #ff4655; padding-bottom: 0.5rem; }
        h2 { font-size: 2.2rem; }
        h3 { font-size: 1.8rem; }
        h4 { font-size: 1.4rem; }
        p { margin-bottom: 1.5rem; font-size: 1.1rem; }
        .highlight { background: linear-gradient(90deg, rgba(255,70,85,0.1), rgba(255,179,71,0.1)); padding: 1.5rem; border-left: 5px solid #ff4655; border-radius: 5px; margin: 2rem 0; }
        .bold { font-weight: 800; color: #ffb347; }
        .emoji { font-size: 1.2em; margin-right: 5px; }
        .sidebar { background: rgba(25, 25, 35, 0.9); padding: 2rem; border-radius: 15px; height: fit-content; }
        .sidebar h3 { color: #ff4655; }
        .sidebar ul { list-style: none; margin-top: 1rem; }
        .sidebar li { margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px dashed #444; }
        .rating-widget, .comment-widget { margin-top: 2rem; }
        .stars { display: flex; gap: 5px; margin: 1rem 0; }
        .stars i { color: #ffb347; cursor: pointer; font-size: 1.5rem; }
        .stars i:hover { transform: scale(1.2); }
        .comment-widget textarea, .comment-widget input { width: 100%; padding: 0.8rem; margin-bottom: 1rem; border-radius: 8px; border: 1px solid #555; background: #222; color: #fff; }
        .comment-widget button { background: #ff4655; color: white; border: none; padding: 0.8rem 1.5rem; border-radius: 8px; cursor: pointer; width: 100%; font-weight: bold; }
        .feature-img { margin: 2rem auto; text-align: center; }
        .feature-img img { border-radius: 10px; border: 5px solid #ff4655; max-width: 800px; width: 100%; box-shadow: 0 10px 20px rgba(0,0,0,0.7); }
        .img-caption { font-style: italic; margin-top: 0.5rem; color: #aaa; }
        .site-footer { background: #0a0a0a; padding: 3rem 0 1.5rem; margin-top: 3rem; border-top: 3px solid #ff4655; }
        .footer-content { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 2rem; }
        .footer-section { flex: 1; min-width: 250px; }
        .footer-section h3 { color: #ffb347; margin-bottom: 1rem; }
        friend-link { display: block; margin-bottom: 0.8rem; }
        .copyright { text-align: center; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid #333; color: #888; font-size: 0.9rem; }
        @media (max-width: 992px) {
            .content-grid { grid-template-columns: 1fr; }
        }
        @media (max-width: 768px) {
            .main-nav ul { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; width: 100%; background: rgba(10,10,10,0.98); padding: 1rem; text-align: center; }
            .main-nav.active ul { display: flex; }
            .burger { display: block; }
            .hero-search h1 { font-size: 2.2rem; }
            h1 { font-size: 2.2rem; }
            h2 { font-size: 1.8rem; }
            article { padding: 1.5rem; }
        }
