        * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }
        html { scroll-behavior: smooth; }
        body {
            background: linear-gradient(135deg, #0c0c0c 0%, #1a1a2e 100%);
            color: #f0f0f0;
            line-height: 1.8;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }
        a { color: #f97316; text-decoration: none; transition: color 0.3s, transform 0.2s; }
        a:hover { color: #ffa94d; transform: translateY(-2px); }
        img { max-width: 100%; height: auto; display: block; border-radius: 8px; }
        .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        header { background: rgba(15, 23, 42, 0.95); backdrop-filter: blur(10px); border-bottom: 2px solid #f97316; position: sticky; top: 0; z-index: 1000; padding: 1rem 0; }
        .header-content { display: flex; justify-content: space-between; align-items: center; }
        .my-logo { font-size: 2rem; font-weight: 900; background: linear-gradient(90deg, #f97316, #fbbf24); -webkit-background-clip: text; -webkit-text-fill-color: transparent; letter-spacing: 1px; }
        .my-logo:hover { transform: scale(1.05); }
        nav ul { display: flex; list-style: none; gap: 2rem; }
        nav ul li a { font-weight: 600; padding: 0.5rem 1rem; border-radius: 5px; }
        nav ul li a:hover { background: rgba(249, 115, 22, 0.2); }
        .hamburger { display: none; font-size: 1.8rem; cursor: pointer; color: #f97316; }
        .breadcrumb { padding: 1rem 0; font-size: 0.9rem; color: #94a3b8; }
        .breadcrumb a { color: #cbd5e1; }
        main { flex: 1; padding: 2rem 0; }
        article { background: rgba(30, 41, 59, 0.7); border-radius: 15px; padding: 2.5rem; margin-bottom: 2rem; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }
        h1 { font-size: 2.8rem; margin-bottom: 1.5rem; color: #fbbf24; text-align: center; border-bottom: 3px solid #f97316; padding-bottom: 1rem; }
        h2 { font-size: 2.2rem; margin: 2.5rem 0 1.5rem; color: #38bdf8; padding-left: 10px; border-left: 5px solid #38bdf8; }
        h3 { font-size: 1.8rem; margin: 2rem 0 1rem; color: #34d399; }
        h4 { font-size: 1.4rem; margin: 1.5rem 0 0.8rem; color: #a78bfa; }
        p { margin-bottom: 1.5rem; text-align: justify; font-size: 1.1rem; }
        .highlight { background: rgba(251, 191, 36, 0.15); padding: 1.5rem; border-left: 4px solid #fbbf24; margin: 1.5rem 0; border-radius: 0 8px 8px 0; }
        .emoji { font-size: 1.2em; margin-right: 5px; }
        .lyrics-section { background: rgba(15, 23, 42, 0.9); padding: 2rem; border-radius: 10px; margin: 2rem 0; white-space: pre-line; font-family: 'Courier New', monospace; line-height: 2; }
        .img-container { text-align: center; margin: 2.5rem 0; }
        .img-container img { box-shadow: 0 5px 15px rgba(0,0,0,0.7); border: 3px solid #475569; }
        .caption { font-style: italic; color: #94a3b8; margin-top: 0.5rem; }
        .search-box, .comment-form, .rating-form { background: rgba(15, 23, 42, 0.8); padding: 2rem; border-radius: 10px; margin: 2rem 0; }
        .search-box h3, .comment-form h3, .rating-form h3 { color: #f97316; }
        .form-group { margin-bottom: 1.2rem; }
        label { display: block; margin-bottom: 0.5rem; font-weight: 600; }
        input, textarea, select {
            width: 100%; padding: 0.8rem; border-radius: 5px; border: 1px solid #475569; background: #1e293b; color: #f1f5f9; font-size: 1rem;
        }
        input:focus, textarea:focus, select:focus { outline: none; border-color: #f97316; box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.3); }
        button {
            background: linear-gradient(90deg, #f97316, #ea580c); color: white; border: none; padding: 0.8rem 1.8rem; border-radius: 50px; font-weight: bold; cursor: pointer; transition: all 0.3s; display: inline-flex; align-items: center; gap: 8px;
        }
        button:hover { background: linear-gradient(90deg, #fb923c, #f97316); transform: translateY(-3px); box-shadow: 0 7px 14px rgba(249, 115, 22, 0.4); }
        .stars { display: flex; gap: 10px; margin: 1rem 0; }
        .star { font-size: 2rem; color: #475569; cursor: pointer; transition: color 0.2s; }
        .star:hover, .star.active { color: #fbbf24; }
        .link-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 1rem; margin: 2rem 0; }
        .link-card { background: rgba(30, 41, 59, 0.9); padding: 1.2rem; border-radius: 8px; border-left: 4px solid #38bdf8; transition: transform 0.3s; }
        .link-card:hover { transform: translateX(10px); background: rgba(56, 189, 248, 0.1); }
        footer { background: #0f172a; margin-top: 3rem; padding: 3rem 0 1.5rem; border-top: 2px solid #334155; }
        .footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-bottom: 2rem; }
        .footer-section h4 { color: #fbbf24; margin-bottom: 1rem; }
        friend-link { display: block; padding: 0.5rem 0; color: #cbd5e1; }
        friend-link:hover { color: #f97316; }
        .copyright { text-align: center; padding-top: 1.5rem; border-top: 1px solid #475569; color: #94a3b8; font-size: 0.9rem; }
        @media (max-width: 768px) {
            .header-content { flex-wrap: wrap; }
            nav ul { display: none; flex-direction: column; width: 100%; background: rgba(15, 23, 42, 0.98); position: absolute; top: 100%; left: 0; padding: 1rem; border-top: 1px solid #334155; }
            nav ul.active { display: flex; }
            .hamburger { display: block; }
            h1 { font-size: 2.2rem; }
            h2 { font-size: 1.8rem; }
            article { padding: 1.5rem; }
            .link-list { grid-template-columns: 1fr; }
        }
