* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: #f9f7f3;
            color: #2c2c2c;
            line-height: 1.7;
            padding: 0 16px;
        }
        .wrapper {
            max-width: 1200px;
            margin: 0 auto;
            background: #ffffff;
            box-shadow: 0 0 40px rgba(0, 0, 0, 0.04);
            border-radius: 28px;
            padding: 24px 28px 12px;
            margin-top: 20px;
            margin-bottom: 20px;
        }
        header {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding-bottom: 16px;
            border-bottom: 2px solid #f0eae0;
            position: relative;
        }
        .my-logo {
            font-size: 2.2rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            background: linear-gradient(135deg, #f57c00, #ffb300);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .my-logo i {
            -webkit-text-fill-color: #f57c00;
            font-size: 2rem;
        }
        .hamburger {
            display: none;
            font-size: 1.8rem;
            background: none;
            border: none;
            cursor: pointer;
            color: #2c2c2c;
            padding: 4px 8px;
        }
        .nav-menu {
            display: flex;
            gap: 20px;
            align-items: center;
            flex-wrap: wrap;
        }
        .nav-menu a {
            text-decoration: none;
            color: #2c2c2c;
            font-weight: 500;
            padding: 6px 12px;
            border-radius: 40px;
            transition: background 0.2s, color 0.2s;
            font-size: 0.95rem;
        }
        .nav-menu a:hover {
            background: #ffb300;
            color: #1a1a1a;
        }
        .breadcrumb {
            width: 100%;
            margin-top: 12px;
            font-size: 0.85rem;
            color: #777;
            display: flex;
            flex-wrap: wrap;
            gap: 4px;
        }
        .breadcrumb a {
            color: #f57c00;
            text-decoration: none;
        }
        .breadcrumb a:hover {
            text-decoration: underline;
        }
        .breadcrumb span {
            color: #999;
        }
        @media (max-width: 768px) {
            .hamburger {
                display: block;
            }
            .nav-menu {
                display: none;
                width: 100%;
                flex-direction: column;
                gap: 8px;
                padding: 16px 0 8px;
                border-top: 1px solid #eee;
                margin-top: 12px;
            }
            .nav-menu.active {
                display: flex;
            }
            .wrapper {
                padding: 16px 14px 8px;
                border-radius: 20px;
            }
            .my-logo {
                font-size: 1.7rem;
            }
        }
        h1 {
            font-size: 2.6rem;
            font-weight: 800;
            margin: 28px 0 12px;
            color: #1a1a1a;
            line-height: 1.2;
        }
        h2 {
            font-size: 1.9rem;
            font-weight: 700;
            margin: 40px 0 12px;
            color: #2c2c2c;
            border-left: 6px solid #ffb300;
            padding-left: 18px;
        }
        h3 {
            font-size: 1.4rem;
            font-weight: 600;
            margin: 28px 0 10px;
            color: #3a3a3a;
        }
        h4 {
            font-size: 1.15rem;
            font-weight: 600;
            margin: 20px 0 8px;
            color: #4a4a4a;
        }
        p {
            margin-bottom: 1.2rem;
            font-size: 1.02rem;
            color: #3d3d3d;
        }
        .highlight {
            background: #fff3e0;
            padding: 0 4px;
            font-weight: 600;
        }
        .feature-img {
            width: 100%;
            max-width: 720px;
            height: auto;
            border-radius: 20px;
            margin: 20px 0 24px;
            box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
            display: block;
        }
        .info-card {
            background: #faf6f0;
            border-radius: 18px;
            padding: 20px 24px;
            margin: 24px 0;
            border-left: 4px solid #ffb300;
        }
        .link-list {
            display: flex;
            flex-wrap: wrap;
            gap: 10px 18px;
            padding: 12px 0 8px;
            list-style: none;
        }
        .link-list li a {
            color: #f57c00;
            text-decoration: none;
            font-weight: 500;
            border-bottom: 1px dotted #f57c00;
        }
        .link-list li a:hover {
            color: #b85e00;
            border-bottom: 1px solid #b85e00;
        }
        .search-box {
            display: flex;
            gap: 8px;
            margin: 28px 0 18px;
            max-width: 600px;
        }
        .search-box input {
            flex: 1;
            padding: 12px 18px;
            border: 2px solid #e0d6c8;
            border-radius: 60px;
            font-size: 1rem;
            outline: none;
            transition: border 0.2s;
            background: #fcfaf7;
        }
        .search-box input:focus {
            border-color: #ffb300;
        }
        .search-box button {
            background: #ffb300;
            border: none;
            padding: 0 28px;
            border-radius: 60px;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.2s;
            color: #1a1a1a;
        }
        .search-box button:hover {
            background: #f5a000;
        }
        .comment-section,
        .rating-section {
            background: #faf6f0;
            border-radius: 20px;
            padding: 20px 24px;
            margin: 28px 0;
        }
        .comment-section h3,
        .rating-section h3 {
            margin-top: 0;
        }
        .comment-form,
        .rating-form {
            display: flex;
            flex-direction: column;
            gap: 12px;
            max-width: 560px;
        }
        .comment-form textarea,
        .comment-form input,
        .rating-form input,
        .rating-form select {
            padding: 12px 16px;
            border: 2px solid #e0d6c8;
            border-radius: 14px;
            font-size: 0.95rem;
            background: #fff;
            outline: none;
            font-family: inherit;
        }
        .comment-form textarea:focus,
        .comment-form input:focus,
        .rating-form input:focus,
        .rating-form select:focus {
            border-color: #ffb300;
        }
        .comment-form textarea {
            min-height: 90px;
            resize: vertical;
        }
        .btn {
            background: #ffb300;
            border: none;
            padding: 12px 28px;
            border-radius: 60px;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.2s;
            color: #1a1a1a;
            align-self: flex-start;
        }
        .btn:hover {
            background: #f5a000;
        }
        .rating-stars {
            display: flex;
            gap: 6px;
            font-size: 1.6rem;
            color: #ffb300;
            cursor: pointer;
        }
        .rating-stars i {
            transition: transform 0.15s;
        }
        .rating-stars i:hover {
            transform: scale(1.25);
        }
        footer {
            margin-top: 40px;
            padding-top: 20px;
            border-top: 2px solid #f0eae0;
            font-size: 0.9rem;
            color: #666;
        }
        friend-link {
            display: block;
            padding: 16px 0 8px;
            font-weight: 500;
        }
        friend-link a {
            color: #f57c00;
            text-decoration: none;
            margin: 0 12px 0 0;
        }
        friend-link a:hover {
            text-decoration: underline;
        }
        .copyright {
            padding: 16px 0 8px;
            font-size: 0.85rem;
            color: #999;
            text-align: center;
            border-top: 1px solid #f0eae0;
            margin-top: 12px;
        }
        @media (max-width: 600px) {
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.4rem;
                padding-left: 12px;
            }
            h3 {
                font-size: 1.15rem;
            }
            .wrapper {
                padding: 12px 10px 6px;
            }
            .search-box {
                flex-direction: column;
            }
            .search-box button {
                padding: 12px;
            }
            .comment-section,
            .rating-section {
                padding: 14px 16px;
            }
            .link-list {
                flex-direction: column;
                gap: 6px;
            }
        }
        html {
            scroll-behavior: smooth;
        }
        a {
            transition: color 0.2s;
        }
        .tag {
            display: inline-block;
            background: #fff3e0;
            padding: 2px 12px;
            border-radius: 40px;
            font-size: 0.8rem;
            font-weight: 600;
            color: #b85e00;
        }
        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 16px;
            margin: 20px 0;
        }
        .gallery-grid img {
            width: 100%;
            border-radius: 16px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
        }
        .interview-box {
            background: #f4efe8;
            border-radius: 18px;
            padding: 20px 24px;
            margin: 20px 0;
            font-style: italic;
            border-left: 4px solid #f57c00;
        }
        .interview-box strong {
            font-style: normal;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 20px 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.95rem;
        }
        th,
        td {
            padding: 10px 14px;
            border: 1px solid #e8e0d6;
            text-align: left;
        }
        th {
            background: #faf6f0;
            font-weight: 600;
        }
        .emoji-big {
            font-size: 1.8rem;
            vertical-align: middle;
        }
