* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
            background: #0f0806;
            color: #e8dcc8;
            line-height: 1.75;
            font-size: 16px;
            -webkit-font-smoothing: antialiased;
            padding: 0 16px;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            background: #1a110c;
            box-shadow: 0 0 60px rgba(0, 0, 0, 0.9);
            border-radius: 12px;
            overflow: hidden;
            padding: 0 24px 32px;
        }
        header {
            padding: 20px 0 8px;
            border-bottom: 2px solid #3a281f;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            position: relative;
        }
        .my-logo {
            font-size: 2rem;
            font-weight: 800;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #d4a574;
            text-decoration: none;
            transition: color 0.3s;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .my-logo i {
            color: #c9a96e;
            font-size: 1.8rem;
        }
        .my-logo:hover {
            color: #e8c49a;
        }
        .my-logo span {
            font-weight: 300;
            color: #8a7a6a;
            font-size: 0.9rem;
            letter-spacing: 0;
        }
        .nav-wrapper {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        nav {
            display: flex;
            gap: 6px;
            flex-wrap: wrap;
        }
        nav a {
            color: #b8a898;
            text-decoration: none;
            padding: 8px 14px;
            border-radius: 6px;
            font-size: 0.9rem;
            font-weight: 500;
            transition: background 0.25s, color 0.25s;
            white-space: nowrap;
        }
        nav a:hover,
        nav a.active {
            background: #3a281f;
            color: #f0e0d0;
        }
        .hamburger {
            display: none;
            background: none;
            border: 1px solid #5a4a3a;
            color: #d4a574;
            font-size: 1.6rem;
            padding: 6px 12px;
            border-radius: 6px;
            cursor: pointer;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: #2a1a12;
        }
        .breadcrumb {
            padding: 14px 0 10px;
            font-size: 0.85rem;
            color: #8a7a6a;
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
            border-bottom: 1px solid #2a1a12;
            margin-bottom: 28px;
        }
        .breadcrumb a {
            color: #b8a898;
            text-decoration: none;
            transition: color 0.2s;
        }
        .breadcrumb a:hover {
            color: #d4a574;
        }
        .breadcrumb span {
            color: #6a5a4a;
        }
        main {
            padding: 8px 0;
        }
        h1 {
            font-size: 2.8rem;
            font-weight: 800;
            color: #f0e0d0;
            margin: 0 0 16px;
            line-height: 1.2;
            letter-spacing: -0.5px;
            border-left: 6px solid #c9a96e;
            padding-left: 20px;
        }
        h2 {
            font-size: 2rem;
            font-weight: 700;
            color: #e0c8b0;
            margin: 40px 0 16px;
            padding-bottom: 8px;
            border-bottom: 2px solid #3a281f;
        }
        h3 {
            font-size: 1.5rem;
            font-weight: 600;
            color: #d4b89a;
            margin: 32px 0 12px;
        }
        h4 {
            font-size: 1.2rem;
            font-weight: 600;
            color: #c8a888;
            margin: 24px 0 10px;
        }
        p {
            margin: 0 0 18px;
            color: #d8ccc0;
        }
        .lead {
            font-size: 1.2rem;
            color: #e8dcc8;
            font-weight: 400;
            line-height: 1.8;
        }
        strong {
            color: #f0e0d0;
            font-weight: 700;
        }
        a {
            color: #d4a574;
            text-decoration: underline;
            text-underline-offset: 2px;
            transition: color 0.2s;
        }
        a:hover {
            color: #f0c8a0;
        }
        .btn {
            display: inline-block;
            background: #3a281f;
            color: #f0e0d0;
            padding: 10px 24px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 600;
            transition: background 0.25s, transform 0.15s;
            border: none;
            cursor: pointer;
            font-size: 0.95rem;
        }
        .btn:hover {
            background: #5a3a2a;
            transform: translateY(-1px);
            color: #fff;
        }
        .btn-primary {
            background: #b8864a;
            color: #0f0806;
        }
        .btn-primary:hover {
            background: #d4a574;
            color: #0f0806;
        }
        .featured-image {
            margin: 28px 0 32px;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
            background: #2a1a12;
            text-align: center;
        }
        .featured-image img {
            width: 100%;
            height: auto;
            display: block;
            max-width: 100%;
        }
        .featured-image figcaption {
            padding: 12px 16px;
            font-size: 0.85rem;
            color: #8a7a6a;
            font-style: italic;
            background: #1a110c;
        }
        .search-section {
            background: #1f1410;
            border: 1px solid #3a281f;
            border-radius: 12px;
            padding: 28px 32px;
            margin: 40px 0 32px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 16px;
        }
        .search-section label {
            font-weight: 600;
            color: #d4a574;
            font-size: 1.1rem;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .search-form {
            display: flex;
            flex: 1;
            min-width: 220px;
            gap: 8px;
        }
        .search-form input {
            flex: 1;
            padding: 12px 18px;
            border: 1px solid #5a4a3a;
            border-radius: 8px;
            background: #0f0806;
            color: #f0e0d0;
            font-size: 1rem;
            outline: none;
            transition: border 0.3s;
        }
        .search-form input:focus {
            border-color: #c9a96e;
        }
        .search-form button {
            padding: 12px 24px;
            background: #b8864a;
            border: none;
            border-radius: 8px;
            color: #0f0806;
            font-weight: 700;
            cursor: pointer;
            transition: background 0.25s;
            font-size: 1rem;
        }
        .search-form button:hover {
            background: #d4a574;
        }
        .feedback-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 28px;
            margin: 40px 0 32px;
        }
        .comment-section,
        .rating-section {
            background: #1f1410;
            border: 1px solid #3a281f;
            border-radius: 12px;
            padding: 24px 28px;
        }
        .comment-section h3,
        .rating-section h3 {
            margin-top: 0;
            font-size: 1.3rem;
            border-bottom: 1px solid #3a281f;
            padding-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .comment-form textarea,
        .comment-form input {
            width: 100%;
            padding: 12px 16px;
            margin-bottom: 12px;
            border: 1px solid #5a4a3a;
            border-radius: 8px;
            background: #0f0806;
            color: #f0e0d0;
            font-family: inherit;
            font-size: 0.95rem;
            outline: none;
            transition: border 0.3s;
        }
        .comment-form textarea:focus,
        .comment-form input:focus {
            border-color: #c9a96e;
        }
        .comment-form textarea {
            min-height: 100px;
            resize: vertical;
        }
        .rating-stars {
            display: flex;
            gap: 6px;
            font-size: 1.8rem;
            color: #5a4a3a;
            margin: 12px 0 16px;
            cursor: pointer;
            flex-wrap: wrap;
        }
        .rating-stars i {
            transition: color 0.2s, transform 0.15s;
        }
        .rating-stars i:hover,
        .rating-stars i.active {
            color: #c9a96e;
            transform: scale(1.1);
        }
        .rating-section .btn {
            margin-top: 8px;
        }
        footer {
            margin-top: 48px;
            padding-top: 28px;
            border-top: 2px solid #3a281f;
        }
        footer .footer-content {
            display: flex;
            flex-wrap: wrap;
            gap: 32px;
            justify-content: space-between;
        }
        friend-link {
            display: block;
            background: #1f1410;
            border: 1px solid #3a281f;
            border-radius: 12px;
            padding: 20px 28px;
            margin-bottom: 20px;
        }
        friend-link a {
            display: inline-block;
            margin: 4px 12px 4px 0;
            color: #b8a898;
            text-decoration: none;
            font-size: 0.9rem;
            transition: color 0.2s;
        }
        friend-link a:hover {
            color: #d4a574;
            text-decoration: underline;
        }
        .copyright {
            font-size: 0.85rem;
            color: #6a5a4a;
            text-align: center;
            padding: 20px 0 8px;
            border-top: 1px solid #2a1a12;
            margin-top: 12px;
        }
        .copyright strong {
            color: #8a7a6a;
        }
        .last-update {
            text-align: right;
            font-size: 0.85rem;
            color: #6a5a4a;
            margin: 8px 0 16px;
            font-style: italic;
        }
        @media (max-width: 820px) {
            .container {
                padding: 0 16px 24px;
            }
            h1 {
                font-size: 2rem;
                padding-left: 14px;
            }
            h2 {
                font-size: 1.6rem;
            }
            h3 {
                font-size: 1.3rem;
            }
            .feedback-grid {
                grid-template-columns: 1fr;
            }
            .search-section {
                flex-direction: column;
                align-items: stretch;
                padding: 20px;
            }
            .nav-wrapper nav {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #1a110c;
                padding: 12px 0 8px;
                border-top: 1px solid #3a281f;
                margin-top: 12px;
            }
            .nav-wrapper nav.open {
                display: flex;
            }
            .hamburger {
                display: inline-block;
            }
            header {
                flex-wrap: wrap;
            }
            .my-logo {
                font-size: 1.5rem;
            }
            .breadcrumb {
                font-size: 0.75rem;
            }
        }
        @media (max-width: 480px) {
            body {
                padding: 0 8px;
            }
            .container {
                padding: 0 10px 16px;
                border-radius: 8px;
            }
            h1 {
                font-size: 1.6rem;
            }
            h2 {
                font-size: 1.3rem;
            }
            h3 {
                font-size: 1.1rem;
            }
            .search-form {
                flex-direction: column;
            }
            .search-form button {
                width: 100%;
            }
            .rating-stars {
                font-size: 1.4rem;
            }
            .featured-image {
                margin: 16px 0 20px;
            }
        }
        .text-muted {
            color: #8a7a6a;
        }
        .mt-2 {
            margin-top: 16px;
        }
        .mb-2 {
            margin-bottom: 16px;
        }
        .flex {
            display: flex;
            align-items: center;
            gap: 12px;
            flex-wrap: wrap;
        }
        .gap-1 {
            gap: 8px;
        }
        .emoji-lg {
            font-size: 1.6rem;
        }
        .highlight-box {
            background: #1f1410;
            border-left: 4px solid #c9a96e;
            padding: 16px 20px;
            border-radius: 0 8px 8px 0;
            margin: 20px 0;
        }
        .highlight-box p:last-child {
            margin-bottom: 0;
        }
