        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', Roboto, system-ui, -apple-system, sans-serif;
            background: #f8f6f0;
            color: #2c2b28;
            line-height: 1.75;
            padding: 0 1rem;
        }
        a {
            color: #a67c45;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover,
        a:focus {
            color: #7a5a2e;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            background: #ffffff;
            box-shadow: 0 0 40px rgba(0, 0, 0, 0.04);
            border-radius: 24px 24px 0 0;
            overflow: hidden;
        }
        .site-header {
            background: linear-gradient(145deg, #1e2b2f 0%, #2a3d42 100%);
            padding: 1.2rem 2rem;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            border-bottom: 3px solid #c9a86c;
            position: relative;
        }
        .my-logo {
            font-size: 2rem;
            font-weight: 800;
            letter-spacing: 2px;
            color: #f0e6d0;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
            transition: transform 0.25s ease;
            display: inline-flex;
            align-items: center;
            gap: 0.3rem;
        }
        .my-logo:hover {
            transform: scale(1.02);
            text-decoration: none;
            color: #f5e8c8;
        }
        .my-logo i {
            color: #c9a86c;
            font-size: 1.8rem;
        }
        .my-logo span {
            font-size: 0.9rem;
            font-weight: 400;
            color: #b8a88a;
            margin-left: 6px;
        }
        .nav-bar {
            display: flex;
            align-items: center;
            gap: 1.5rem;
        }
        .nav-links {
            display: flex;
            list-style: none;
            gap: 1.2rem;
            flex-wrap: wrap;
        }
        .nav-links a {
            color: #e8dfd0;
            font-weight: 500;
            font-size: 0.95rem;
            padding: 0.4rem 0.8rem;
            border-radius: 30px;
            transition: background 0.25s, color 0.25s;
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .nav-links a:hover,
        .nav-links a:focus {
            background: rgba(201, 168, 108, 0.2);
            color: #f0e6d0;
            text-decoration: none;
        }
        .nav-links a i {
            font-size: 0.85rem;
            color: #c9a86c;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            font-size: 1.8rem;
            color: #f0e6d0;
            cursor: pointer;
            padding: 0.2rem 0.4rem;
            transition: transform 0.2s;
        }
        .hamburger:hover {
            transform: scale(1.1);
        }
        #nav-toggle {
            display: none;
        }
        .breadcrumb {
            background: #f2ede4;
            padding: 0.8rem 2rem;
            font-size: 0.9rem;
            border-bottom: 1px solid #e0d8ca;
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem;
            align-items: center;
        }
        .breadcrumb a {
            color: #7a6b55;
        }
        .breadcrumb a:hover {
            color: #a67c45;
        }
        .breadcrumb span {
            color: #b8a88a;
            margin: 0 0.2rem;
        }
        .breadcrumb .current {
            color: #4a3f32;
            font-weight: 600;
        }
        .main-content {
            padding: 2.5rem 2rem 2rem;
        }
        h1 {
            font-size: 2.8rem;
            font-weight: 800;
            color: #1e2b2f;
            line-height: 1.2;
            margin-bottom: 0.75rem;
            letter-spacing: -0.5px;
            border-left: 6px solid #c9a86c;
            padding-left: 1.2rem;
        }
        h2 {
            font-size: 2rem;
            font-weight: 700;
            color: #2a3d42;
            margin-top: 3rem;
            margin-bottom: 1rem;
            padding-bottom: 0.4rem;
            border-bottom: 2px dashed #dcd3c4;
        }
        h3 {
            font-size: 1.5rem;
            font-weight: 600;
            color: #3d4f54;
            margin-top: 2rem;
            margin-bottom: 0.8rem;
        }
        h4 {
            font-size: 1.2rem;
            font-weight: 600;
            color: #5a6b6f;
            margin-top: 1.5rem;
            margin-bottom: 0.5rem;
        }
        p {
            margin-bottom: 1.4rem;
            color: #3d3a35;
        }
        .lead {
            font-size: 1.2rem;
            color: #4a3f32;
            font-weight: 400;
            background: #f9f5ee;
            padding: 1.5rem 2rem;
            border-radius: 16px;
            border-left: 5px solid #c9a86c;
            margin-bottom: 2rem;
        }
        .highlight {
            background: linear-gradient(to right, #fcf6e8, #faf0dc);
            padding: 0.1rem 0.4rem;
            border-radius: 4px;
            font-weight: 600;
            color: #7a5a2e;
        }
        .emoji-big {
            font-size: 1.4rem;
            margin-right: 0.3rem;
        }
        .feature-image {
            margin: 2.5rem 0 2rem;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
            background: #f2ede4;
            padding: 1rem;
        }
        .feature-image img {
            width: 100%;
            max-height: 520px;
            object-fit: cover;
            border-radius: 10px;
        }
        .feature-image figcaption {
            text-align: center;
            font-size: 0.9rem;
            color: #7a6b55;
            margin-top: 0.8rem;
            font-style: italic;
        }
        .data-table {
            width: 100%;
            border-collapse: collapse;
            margin: 2rem 0;
            font-size: 0.95rem;
            background: #fcfaf7;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
        }
        .data-table th {
            background: #2a3d42;
            color: #f0e6d0;
            padding: 0.9rem 1.2rem;
            text-align: left;
            font-weight: 600;
        }
        .data-table td {
            padding: 0.8rem 1.2rem;
            border-bottom: 1px solid #e8e0d4;
        }
        .data-table tr:last-child td {
            border-bottom: none;
        }
        .data-table tr:hover td {
            background: #f6f0e6;
        }
        .search-section {
            background: #f2ede4;
            padding: 2rem;
            border-radius: 20px;
            margin: 2.5rem 0;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
        }
        .search-section h3 {
            margin-top: 0;
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }
        .search-form {
            display: flex;
            gap: 0.8rem;
            flex-wrap: wrap;
            margin-top: 1rem;
        }
        .search-form input[type="text"] {
            flex: 1;
            min-width: 200px;
            padding: 0.8rem 1.2rem;
            border: 2px solid #dcd3c4;
            border-radius: 40px;
            font-size: 1rem;
            background: #fff;
            transition: border-color 0.3s;
            outline: none;
        }
        .search-form input[type="text"]:focus {
            border-color: #c9a86c;
        }
        .search-form button {
            padding: 0.8rem 2rem;
            background: #2a3d42;
            color: #f0e6d0;
            border: none;
            border-radius: 40px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.3s, transform 0.2s;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .search-form button:hover {
            background: #1e2b2f;
            transform: translateY(-2px);
        }
        .interaction-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
            margin: 2.5rem 0;
        }
        .comment-section,
        .rating-section {
            background: #fcfaf7;
            padding: 2rem;
            border-radius: 20px;
            border: 1px solid #e8e0d4;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
        }
        .comment-section h3,
        .rating-section h3 {
            margin-top: 0;
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }
        .comment-form textarea {
            width: 100%;
            padding: 1rem;
            border: 2px solid #dcd3c4;
            border-radius: 12px;
            font-size: 1rem;
            font-family: inherit;
            resize: vertical;
            min-height: 100px;
            transition: border-color 0.3s;
            outline: none;
        }
        .comment-form textarea:focus {
            border-color: #c9a86c;
        }
        .comment-form input[type="text"] {
            width: 100%;
            padding: 0.7rem 1rem;
            border: 2px solid #dcd3c4;
            border-radius: 12px;
            font-size: 1rem;
            margin-top: 0.6rem;
            outline: none;
            transition: border-color 0.3s;
        }
        .comment-form input[type="text"]:focus {
            border-color: #c9a86c;
        }
        .comment-form button,
        .rating-form button {
            margin-top: 0.8rem;
            padding: 0.7rem 2rem;
            background: #a67c45;
            color: #fff;
            border: none;
            border-radius: 40px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.3s, transform 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }
        .comment-form button:hover,
        .rating-form button:hover {
            background: #8a6635;
            transform: translateY(-2px);
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 0.3rem;
            margin: 0.8rem 0;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            font-size: 2rem;
            color: #dcd3c4;
            cursor: pointer;
            transition: color 0.2s, transform 0.15s;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #c9a86c;
            transform: scale(1.05);
        }
        .rating-form select {
            padding: 0.6rem 1rem;
            border: 2px solid #dcd3c4;
            border-radius: 12px;
            font-size: 1rem;
            background: #fff;
            outline: none;
            cursor: pointer;
        }
        friend-link {
            display: block;
            padding: 2rem 2rem 1.5rem;
            background: #f2ede4;
            border-top: 1px solid #e0d8ca;
        }
        friend-link::before {
            content: "🔗 Friendly Links";
            display: block;
            font-size: 1.2rem;
            font-weight: 700;
            color: #2a3d42;
            margin-bottom: 1rem;
            letter-spacing: 0.5px;
        }
        .friend-list {
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem 1.5rem;
            list-style: none;
        }
        .friend-list li a {
            color: #7a6b55;
            font-size: 0.95rem;
            padding: 0.3rem 0.6rem;
            border-radius: 30px;
            transition: background 0.2s, color 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 5px;
        }
        .friend-list li a:hover {
            background: rgba(166, 124, 69, 0.12);
            color: #a67c45;
            text-decoration: none;
        }
        .friend-list li a i {
            font-size: 0.75rem;
            color: #c9a86c;
        }
        .site-footer {
            background: #1e2b2f;
            color: #c8bca8;
            padding: 2rem 2rem 1.5rem;
            text-align: center;
            font-size: 0.9rem;
        }
        .site-footer .copyright {
            border-top: 1px solid #3a4e54;
            padding-top: 1.2rem;
            margin-top: 1rem;
            font-size: 0.85rem;
            color: #9a8a78;
        }
        .site-footer .copyright strong {
            color: #c9a86c;
        }
        .site-footer a {
            color: #c9a86c;
        }
        .site-footer a:hover {
            color: #e8d5b0;
        }
        .last-updated {
            display: inline-block;
            font-size: 0.85rem;
            color: #9a8a78;
            background: #f6f2ea;
            padding: 0.3rem 1rem;
            border-radius: 30px;
            margin-bottom: 1.5rem;
        }
        .last-updated i {
            margin-right: 6px;
            color: #c9a86c;
        }
        @media (max-width: 900px) {
            .interaction-grid {
                grid-template-columns: 1fr;
            }
            h1 {
                font-size: 2rem;
            }
            h2 {
                font-size: 1.6rem;
            }
            .main-content {
                padding: 1.5rem 1.2rem;
            }
            .site-header {
                padding: 1rem 1.2rem;
            }
            .breadcrumb {
                padding: 0.6rem 1.2rem;
                font-size: 0.8rem;
            }
            .search-section {
                padding: 1.2rem;
            }
            .comment-section,
            .rating-section {
                padding: 1.2rem;
            }
            friend-link {
                padding: 1.5rem 1.2rem;
            }
            .site-footer {
                padding: 1.5rem 1.2rem;
            }
            .my-logo {
                font-size: 1.5rem;
            }
            .my-logo span {
                font-size: 0.7rem;
            }
        }
        @media (max-width: 768px) {
            .nav-links {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #1e2b2f;
                padding: 1rem 0;
                border-radius: 0 0 16px 16px;
                gap: 0.3rem;
                margin-top: 0.8rem;
            }
            .nav-links a {
                padding: 0.6rem 1.2rem;
                border-radius: 0;
                border-left: 3px solid transparent;
            }
            .nav-links a:hover {
                border-left-color: #c9a86c;
                background: rgba(201, 168, 108, 0.08);
            }
            .hamburger {
                display: block;
            }
            #nav-toggle:checked~.nav-links {
                display: flex;
            }
            .nav-bar {
                flex-wrap: wrap;
                gap: 0.5rem;
            }
            .search-form {
                flex-direction: column;
            }
            .search-form input[type="text"] {
                min-width: auto;
            }
            .data-table {
                font-size: 0.8rem;
            }
            .data-table th,
            .data-table td {
                padding: 0.5rem 0.7rem;
            }
            h1 {
                font-size: 1.7rem;
                padding-left: 0.8rem;
                border-left-width: 4px;
            }
            .lead {
                font-size: 1rem;
                padding: 1rem 1.2rem;
            }
        }
        @media (max-width: 480px) {
            body {
                padding: 0 0.5rem;
            }
            .container {
                border-radius: 16px 16px 0 0;
            }
            h1 {
                font-size: 1.4rem;
            }
            h2 {
                font-size: 1.3rem;
            }
            h3 {
                font-size: 1.1rem;
            }
            .my-logo {
                font-size: 1.2rem;
            }
            .my-logo i {
                font-size: 1.2rem;
            }
            .friend-list {
                flex-direction: column;
                gap: 0.3rem;
            }
        }
        @media print {
            .search-section,
            .comment-section,
            .rating-section,
            .hamburger {
                display: none !important;
            }
            .site-header {
                background: #fff !important;
                color: #000 !important;
                border-bottom: 2px solid #ccc;
            }
            .my-logo {
                color: #000 !important;
                text-shadow: none;
            }
            .nav-links {
                display: flex !important;
            }
            .nav-links a {
                color: #333 !important;
            }
            body {
                background: #fff;
                font-size: 12pt;
            }
            .container {
                box-shadow: none;
                border-radius: 0;
            }
            .feature-image {
                box-shadow: none;
                border: 1px solid #ddd;
            }
            .breadcrumb {
                border-bottom: 1px solid #ccc;
            }
        }
