* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Segoe UI', Roboto, system-ui, -apple-system, sans-serif;
            background: #f5f3f0;
            color: #1e2a3a;
            line-height: 1.7;
            font-size: 1rem;
            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: 32px 32px 16px 16px;
            overflow: hidden;
            padding: 0 24px 32px;
        }
        header {
            padding: 20px 0 12px;
            border-bottom: 2px solid #eae7e2;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            position: relative;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            color: #cc7f2e;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 6px;
            background: linear-gradient(145deg, #f5b041, #cc7f2e);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .my-logo i {
            -webkit-text-fill-color: #cc7f2e;
            font-size: 2rem;
        }
        .my-logo:hover {
            opacity: 0.85;
        }
        .nav-toggle {
            display: none;
            font-size: 1.7rem;
            background: none;
            border: none;
            color: #1e2a3a;
            cursor: pointer;
            padding: 4px 8px;
        }
        .nav-menu {
            display: flex;
            flex-wrap: wrap;
            gap: 8px 20px;
            list-style: none;
            align-items: center;
        }
        .nav-menu li a {
            text-decoration: none;
            color: #2c3e50;
            font-weight: 550;
            font-size: 0.95rem;
            padding: 6px 0;
            border-bottom: 2px solid transparent;
            transition: 0.2s;
        }
        .nav-menu li a:hover {
            border-bottom-color: #cc7f2e;
            color: #cc7f2e;
        }
        .nav-menu li a i {
            margin-right: 6px;
            font-size: 0.85rem;
        }
        .breadcrumb {
            padding: 14px 0 6px;
            font-size: 0.85rem;
            color: #5d6d7e;
            display: flex;
            flex-wrap: wrap;
            gap: 6px 12px;
            background: #fafaf9;
            border-radius: 40px;
            padding: 10px 20px;
            margin: 12px 0 8px;
        }
        .breadcrumb a {
            color: #cc7f2e;
            text-decoration: none;
        }
        .breadcrumb a:hover {
            text-decoration: underline;
        }
        .breadcrumb span {
            color: #7f8c8d;
        }
        h1 {
            font-size: 2.8rem;
            font-weight: 800;
            line-height: 1.2;
            margin: 24px 0 12px;
            color: #1a2634;
            letter-spacing: -0.5px;
        }
        h2 {
            font-size: 2rem;
            font-weight: 700;
            margin: 40px 0 16px;
            padding-bottom: 6px;
            border-bottom: 3px solid #f0e6d8;
            color: #b87333;
        }
        h3 {
            font-size: 1.5rem;
            font-weight: 650;
            margin: 28px 0 12px;
            color: #2c3e50;
        }
        h4 {
            font-size: 1.2rem;
            font-weight: 600;
            margin: 20px 0 8px;
            color: #3d4f5f;
        }
        p {
            margin-bottom: 16px;
            color: #2c3e50;
        }
        .hero-img {
            margin: 20px 0 28px;
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
            background: #f0ebe4;
        }
        .hero-img img {
            width: 100%;
            height: auto;
            display: block;
            aspect-ratio: 1200/630;
            object-fit: cover;
        }
        .hero-img figcaption {
            padding: 10px 16px;
            font-size: 0.85rem;
            color: #5d6d7e;
            background: #faf8f6;
        }
        .last-updated {
            display: inline-block;
            background: #eef2f5;
            padding: 6px 18px;
            border-radius: 40px;
            font-size: 0.85rem;
            color: #3d4f5f;
            margin-bottom: 16px;
        }
        .last-updated i {
            margin-right: 6px;
            color: #cc7f2e;
        }
        .inline-link-list {
            background: #faf8f5;
            padding: 18px 22px;
            border-radius: 20px;
            margin: 24px 0;
            border-left: 4px solid #cc7f2e;
        }
        .inline-link-list a {
            color: #b87333;
            text-decoration: none;
            font-weight: 550;
        }
        .inline-link-list a:hover {
            text-decoration: underline;
        }
        .search-box {
            background: #f7f4f0;
            padding: 28px 24px;
            border-radius: 28px;
            margin: 32px 0 20px;
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            align-items: center;
        }
        .search-box label {
            font-weight: 600;
            font-size: 1.1rem;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .search-box input {
            flex: 1 1 200px;
            padding: 12px 18px;
            border: 1px solid #d5cdc2;
            border-radius: 40px;
            font-size: 1rem;
            background: white;
            outline: none;
            transition: 0.2s;
        }
        .search-box input:focus {
            border-color: #cc7f2e;
            box-shadow: 0 0 0 3px rgba(204, 127, 46, 0.15);
        }
        .search-box button {
            background: #cc7f2e;
            border: none;
            color: white;
            padding: 12px 28px;
            border-radius: 40px;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: 0.2s;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .search-box button:hover {
            background: #b36f26;
            transform: scale(1.02);
        }
        .user-feedback {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px;
            margin: 40px 0 30px;
        }
        .feedback-card {
            background: #faf8f5;
            border-radius: 24px;
            padding: 24px 22px;
            border: 1px solid #eae3db;
        }
        .feedback-card h3 {
            margin-top: 0;
            font-size: 1.3rem;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .feedback-card textarea,
        .feedback-card input {
            width: 100%;
            padding: 12px 16px;
            border: 1px solid #d5cdc2;
            border-radius: 16px;
            font-size: 0.95rem;
            font-family: inherit;
            background: white;
            resize: vertical;
            margin: 8px 0 12px;
            outline: none;
            transition: 0.2s;
        }
        .feedback-card textarea:focus,
        .feedback-card input:focus {
            border-color: #cc7f2e;
            box-shadow: 0 0 0 3px rgba(204, 127, 46, 0.1);
        }
        .feedback-card button {
            background: #2c3e50;
            color: white;
            border: none;
            padding: 10px 24px;
            border-radius: 40px;
            font-weight: 600;
            cursor: pointer;
            transition: 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        .feedback-card button:hover {
            background: #1a2634;
            transform: scale(1.02);
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 4px;
            font-size: 1.8rem;
            margin: 6px 0 14px;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            cursor: pointer;
            color: #d5cdc2;
            transition: 0.15s;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #f5b041;
        }
        footer {
            margin-top: 48px;
            padding-top: 24px;
            border-top: 2px solid #eae7e2;
        }
        friend-link {
            display: block;
            background: #f7f4f0;
            padding: 20px 24px;
            border-radius: 20px;
            margin-bottom: 20px;
            font-style: normal;
        }
        friend-link a {
            color: #b87333;
            text-decoration: none;
            font-weight: 550;
            margin: 0 6px;
        }
        friend-link a:hover {
            text-decoration: underline;
        }
        .copyright {
            font-size: 0.85rem;
            color: #5d6d7e;
            text-align: center;
            padding: 16px 0 8px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 12px;
        }
        .copyright a {
            color: #5d6d7e;
            text-decoration: none;
        }
        .copyright a:hover {
            color: #cc7f2e;
        }
        @media (max-width: 820px) {
            .user-feedback {
                grid-template-columns: 1fr;
            }
            h1 {
                font-size: 2rem;
            }
            h2 {
                font-size: 1.6rem;
            }
            h3 {
                font-size: 1.3rem;
            }
            .wrapper {
                padding: 0 14px 28px;
            }
            .my-logo {
                font-size: 1.5rem;
            }
        }
        @media (max-width: 640px) {
            .nav-toggle {
                display: block;
            }
            .nav-menu {
                display: none;
                flex-direction: column;
                width: 100%;
                padding: 16px 0 8px;
                gap: 4px;
            }
            .nav-menu.open {
                display: flex;
            }
            .nav-menu li a {
                display: block;
                padding: 8px 12px;
                border-radius: 12px;
                background: #f7f4f0;
            }
            .nav-menu li a:hover {
                background: #ede7e0;
            }
            header {
                padding-bottom: 8px;
            }
            .breadcrumb {
                font-size: 0.75rem;
                padding: 8px 14px;
                gap: 4px 8px;
            }
            .search-box {
                padding: 18px 16px;
                flex-direction: column;
            }
            .search-box input {
                width: 100%;
                flex: unset;
            }
            .search-box button {
                width: 100%;
                justify-content: center;
            }
            .feedback-card {
                padding: 18px 16px;
            }
            h1 {
                font-size: 1.7rem;
            }
        }
        @media (max-width: 420px) {
            .my-logo {
                font-size: 1.2rem;
            }
            .my-logo i {
                font-size: 1.4rem;
            }
            .inline-link-list {
                padding: 14px 16px;
                font-size: 0.9rem;
            }
        }
        .highlight {
            background: #fef5e7;
            padding: 2px 8px;
            border-radius: 12px;
            font-weight: 600;
        }
        .fa-ul li {
            margin-bottom: 8px;
        }
        .tip-box {
            background: #eef7f0;
            border-radius: 20px;
            padding: 18px 22px;
            margin: 20px 0;
            border-left: 4px solid #27ae60;
        }
        .tip-box i {
            color: #27ae60;
            margin-right: 8px;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 20px 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.95rem;
            background: #fcfaf8;
            border-radius: 16px;
            overflow: hidden;
        }
        th,
        td {
            padding: 12px 16px;
            text-align: left;
            border-bottom: 1px solid #eae3db;
        }
        th {
            background: #eae3db;
            font-weight: 700;
            color: #1e2a3a;
        }
        tr:last-child td {
            border-bottom: none;
        }
        .blockquote {
            background: #f8f4ef;
            padding: 20px 24px;
            border-radius: 20px;
            font-style: italic;
            margin: 20px 0;
            border-left: 4px solid #cc7f2e;
        }
        .blockquote i {
            color: #cc7f2e;
            margin-right: 6px;
        }
