        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
            background: #0d1b0e;
            color: #e2f0e4;
            line-height: 1.7;
            min-height: 100vh;
        }
        a {
            color: #f5c542;
            text-decoration: none;
            transition: color 0.2s, border-bottom 0.2s;
        }
        a:hover,
        a:focus {
            color: #ffd966;
            border-bottom: 1px solid #f5c542;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.25;
            color: #f5f5dc;
            letter-spacing: 0.01em;
        }
        h1 {
            font-size: 2.8rem;
            margin-bottom: 1rem;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
        }
        h2 {
            font-size: 2.2rem;
            margin: 2.8rem 0 1.2rem 0;
            border-left: 5px solid #f5c542;
            padding-left: 1.2rem;
        }
        h3 {
            font-size: 1.6rem;
            margin: 2rem 0 0.9rem 0;
            color: #e8f0e0;
        }
        h4 {
            font-size: 1.25rem;
            margin: 1.5rem 0 0.6rem 0;
            color: #d4e8d0;
            font-weight: 600;
        }
        p {
            margin-bottom: 1.2rem;
            font-size: 1.05rem;
        }
        strong {
            color: #ffd966;
            font-weight: 700;
        }
        em {
            color: #b8d4b0;
            font-style: italic;
        }
        .container {
            max-width: 1180px;
            margin: 0 auto;
            padding: 0 24px;
        }
        header {
            background: linear-gradient(145deg, #0a1f0c 0%, #143818 100%);
            padding: 16px 0;
            border-bottom: 3px solid #2e6b3a;
            position: sticky;
            top: 0;
            z-index: 100;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            color: #f5c542;
            letter-spacing: 1px;
            text-shadow: 0 2px 6px rgba(245, 197, 66, 0.25);
            border: none !important;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .my-logo i {
            font-size: 2.2rem;
            color: #5daa6a;
        }
        .my-logo:hover {
            color: #ffd966;
            border: none !important;
        }
        .nav-wrapper {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .nav-list {
            display: flex;
            list-style: none;
            gap: 6px 18px;
            flex-wrap: wrap;
        }
        .nav-list a {
            padding: 6px 10px;
            font-weight: 500;
            font-size: 0.95rem;
            border-radius: 6px;
            transition: background 0.2s;
            border: none !important;
            color: #d0e8d0;
        }
        .nav-list a:hover {
            background: rgba(245, 197, 66, 0.15);
            color: #f5c542;
            border: none !important;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            font-size: 1.8rem;
            color: #f5c542;
            cursor: pointer;
            padding: 4px 8px;
            transition: transform 0.2s;
        }
        .hamburger:hover {
            transform: scale(1.1);
        }
        #nav-toggle {
            display: none;
        }
        .breadcrumb {
            background: #0f2a12;
            padding: 12px 0 10px 0;
            border-bottom: 1px solid #1f3f22;
            font-size: 0.9rem;
        }
        .breadcrumb ol {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 6px 14px;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 14px;
            color: #5daa6a;
        }
        .breadcrumb a {
            color: #9fc8a0;
            border: none !important;
        }
        .breadcrumb a:hover {
            color: #f5c542;
            border: none !important;
        }
        .breadcrumb .current {
            color: #f5c542;
            font-weight: 600;
        }
        .hero {
            background: linear-gradient(135deg, #0d2a10 0%, #1b4a20 50%, #0d2a10 100%);
            padding: 60px 0 50px 0;
            text-align: center;
            border-bottom: 2px solid #2e6b3a;
            position: relative;
        }
        .hero::after {
            content: "🎵🎮";
            position: absolute;
            bottom: 12px;
            right: 30px;
            font-size: 2.8rem;
            opacity: 0.2;
            pointer-events: none;
        }
        .hero p {
            font-size: 1.25rem;
            max-width: 780px;
            margin: 0 auto 0.5rem auto;
            color: #c8e0c8;
        }
        .hero .badge {
            display: inline-block;
            background: #f5c542;
            color: #0d1b0e;
            padding: 4px 18px;
            border-radius: 30px;
            font-weight: 700;
            font-size: 0.85rem;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: 14px;
        }
        main {
            padding: 40px 0 60px 0;
        }
        .image-card {
            margin: 2.2rem 0 2.8rem 0;
            border-radius: 16px;
            overflow: hidden;
            background: #122e16;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
        }
        .image-card img {
            width: 100%;
            max-height: 480px;
            object-fit: cover;
        }
        .image-card figcaption {
            padding: 12px 20px;
            font-size: 0.9rem;
            color: #b0d0b0;
            background: #0a1f0c;
            border-top: 1px solid #1f3f22;
        }
        .interactive-section {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 28px;
            margin: 3.5rem 0 2.5rem 0;
        }
        .interactive-card {
            background: #122e16;
            border: 1px solid #1f4a26;
            border-radius: 16px;
            padding: 28px 26px 32px;
            transition: box-shadow 0.3s, transform 0.2s;
        }
        .interactive-card:hover {
            box-shadow: 0 8px 28px rgba(245, 197, 66, 0.08);
            transform: translateY(-2px);
        }
        .interactive-card h3 {
            margin-top: 0;
            margin-bottom: 0.8rem;
            font-size: 1.5rem;
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .interactive-card h3 i {
            color: #f5c542;
        }
        .interactive-card form {
            display: flex;
            flex-direction: column;
            gap: 14px;
        }
        .interactive-card input,
        .interactive-card textarea,
        .interactive-card select {
            background: #0d1f0e;
            border: 1px solid #2a5a30;
            border-radius: 10px;
            padding: 12px 16px;
            color: #e2f0e4;
            font-size: 1rem;
            font-family: inherit;
            transition: border 0.2s;
        }
        .interactive-card input:focus,
        .interactive-card textarea:focus,
        .interactive-card select:focus {
            outline: none;
            border-color: #f5c542;
            box-shadow: 0 0 0 3px rgba(245, 197, 66, 0.15);
        }
        .interactive-card textarea {
            min-height: 90px;
            resize: vertical;
        }
        .interactive-card .btn {
            background: #f5c542;
            color: #0d1b0e;
            border: none;
            padding: 12px 24px;
            border-radius: 30px;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            align-self: flex-start;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        .interactive-card .btn:hover {
            background: #ffd966;
            transform: scale(1.02);
        }
        .interactive-card .btn i {
            font-size: 0.9rem;
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 4px;
            font-size: 1.8rem;
            cursor: pointer;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            color: #3f6a44;
            transition: color 0.2s, transform 0.1s;
            cursor: pointer;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #f5c542;
            transform: scale(1.05);
        }
        .related-links {
            background: #0f2a12;
            border: 1px solid #1f4a26;
            border-radius: 14px;
            padding: 24px 28px;
            margin: 2.4rem 0;
        }
        .related-links h4 {
            margin-top: 0;
            color: #f5c542;
        }
        .related-links ul {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 8px 18px;
            margin-top: 10px;
        }
        .related-links li::before {
            content: "🎵";
            margin-right: 6px;
        }
        .related-links a {
            border: none !important;
        }
        footer {
            background: #071a0a;
            border-top: 3px solid #1f4a26;
            padding: 40px 0 30px 0;
            margin-top: 20px;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 30px;
            margin-bottom: 30px;
        }
        .footer-grid h4 {
            color: #f5c542;
            margin-top: 0;
            font-size: 1.15rem;
        }
        .footer-grid ul {
            list-style: none;
            margin-top: 8px;
        }
        .footer-grid li {
            margin-bottom: 6px;
        }
        .footer-grid a {
            color: #9fc8a0;
            border: none !important;
        }
        .footer-grid a:hover {
            color: #f5c542;
            border: none !important;
        }
        friend-link {
            display: block;
            padding: 16px 0 10px 0;
            border-top: 1px solid #1f3f22;
            margin-top: 20px;
            font-size: 0.95rem;
            color: #9fc8a0;
        }
        friend-link a {
            margin: 0 8px 0 4px;
            border: none !important;
        }
        .copyright {
            text-align: center;
            padding: 18px 0 6px 0;
            font-size: 0.85rem;
            color: #6a8f6a;
            border-top: 1px solid #1a3a1e;
            margin-top: 18px;
        }
        .copyright strong {
            color: #9fc8a0;
        }
        @media (max-width: 900px) {
            h1 {
                font-size: 2.2rem;
            }
            h2 {
                font-size: 1.7rem;
            }
            h3 {
                font-size: 1.35rem;
            }
            .interactive-section {
                grid-template-columns: 1fr;
            }
            .footer-grid {
                grid-template-columns: 1fr 1fr;
            }
            .hero {
                padding: 40px 0 30px 0;
            }
        }
        @media (max-width: 700px) {
            .nav-list {
                display: none;
                flex-direction: column;
                background: #0a1f0c;
                position: absolute;
                top: 62px;
                right: 16px;
                width: 220px;
                padding: 16px 18px;
                border-radius: 12px;
                border: 1px solid #2e6b3a;
                box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
                gap: 4px;
            }
            .nav-list a {
                padding: 8px 6px;
                display: block;
            }
            .hamburger {
                display: block;
            }
            #nav-toggle:checked~.nav-list {
                display: flex;
            }
            .footer-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            h1 {
                font-size: 1.8rem;
            }
            .container {
                padding: 0 16px;
            }
            .hero p {
                font-size: 1.05rem;
            }
            .interactive-card {
                padding: 20px 16px 24px;
            }
        }
        @media (max-width: 480px) {
            h1 {
                font-size: 1.5rem;
            }
            h2 {
                font-size: 1.4rem;
                padding-left: 0.8rem;
            }
            .my-logo {
                font-size: 1.4rem;
            }
            .my-logo i {
                font-size: 1.6rem;
            }
            .breadcrumb {
                font-size: 0.75rem;
            }
            .interactive-card .btn {
                padding: 10px 18px;
                font-size: 0.9rem;
            }
        }
        .text-muted {
            color: #8ab08a;
        }
        .mt-1 {
            margin-top: 0.6rem;
        }
        .mb-1 {
            margin-bottom: 0.6rem;
        }
        .flex-center {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .last-updated {
            display: inline-block;
            background: #0f2a12;
            padding: 4px 16px;
            border-radius: 30px;
            font-size: 0.85rem;
            color: #8ab08a;
            border: 1px solid #1f4a26;
            margin-bottom: 12px;
        }
        .last-updated i {
            margin-right: 6px;
            color: #f5c542;
        }
        .scroll-offset {
            scroll-margin-top: 80px;
        }
