* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: #f7f4ee;
            color: #2d2a24;
            line-height: 1.7;
            font-size: 16px;
        }
        a {
            color: #2e7d32;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover {
            color: #1b5e20;
            text-decoration: underline;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        header {
            background: linear-gradient(135deg, #1b3a1b 0%, #2e7d32 50%, #3e8e41 100%);
            padding: 18px 0;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
            position: sticky;
            top: 0;
            z-index: 1000;
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 2rem;
            font-weight: 900;
            color: #fdd835;
            text-shadow: 2px 2px 0 #1b5e20;
            letter-spacing: 2px;
            text-transform: uppercase;
            transition: transform 0.2s;
            display: inline-block;
        }
        .my-logo:hover {
            transform: scale(1.03);
            text-decoration: none;
            color: #fff176;
        }
        .my-logo small {
            font-size: 0.7rem;
            display: block;
            color: #c8e6c9;
            text-shadow: none;
            letter-spacing: 3px;
            text-transform: none;
            font-weight: 300;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #fff;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 4px 12px;
            border-radius: 6px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: rgba(255, 255, 255, 0.15);
        }
        nav {
            display: flex;
            align-items: center;
            gap: 8px;
            flex-wrap: wrap;
        }
        nav a {
            color: #e8f5e9;
            padding: 8px 16px;
            border-radius: 30px;
            font-weight: 500;
            font-size: 0.95rem;
            transition: all 0.25s;
            white-space: nowrap;
        }
        nav a:hover {
            background: rgba(255, 255, 255, 0.2);
            color: #fff;
            text-decoration: none;
            transform: translateY(-1px);
        }
        nav a i {
            margin-right: 6px;
            font-size: 0.85rem;
        }
        .breadcrumb {
            background: #ece8e0;
            padding: 10px 0;
            font-size: 0.9rem;
            border-bottom: 1px solid #d7d0c4;
        }
        .breadcrumb .container {
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
        }
        .breadcrumb span {
            color: #6b5e4e;
        }
        .breadcrumb a {
            color: #2e7d32;
        }
        .breadcrumb .sep {
            margin: 0 4px;
            color: #9e8e7a;
        }
        main {
            padding: 40px 0 60px;
        }
        h1 {
            font-size: 2.8rem;
            font-weight: 900;
            color: #1b3a1b;
            line-height: 1.2;
            margin-bottom: 12px;
            letter-spacing: -0.5px;
        }
        h1 i {
            color: #f9a825;
            font-size: 2.2rem;
            margin-right: 10px;
        }
        .subtitle {
            font-size: 1.15rem;
            color: #5d4e3c;
            margin-bottom: 30px;
            border-left: 4px solid #2e7d32;
            padding-left: 20px;
            font-style: italic;
        }
        .last-updated {
            display: inline-block;
            background: #e8f5e9;
            padding: 6px 18px;
            border-radius: 30px;
            font-size: 0.85rem;
            color: #2e7d32;
            margin-bottom: 30px;
            font-weight: 500;
        }
        .last-updated i {
            margin-right: 6px;
        }
        .hero-img-wrap {
            margin: 30px 0 40px;
            border-radius: 18px;
            overflow: hidden;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
            position: relative;
        }
        .hero-img-wrap img {
            width: 100%;
            height: auto;
            display: block;
            transition: transform 0.4s;
        }
        .hero-img-wrap:hover img {
            transform: scale(1.02);
        }
        .hero-img-wrap .img-caption {
            background: rgba(27, 58, 27, 0.85);
            color: #f1f8e9;
            padding: 12px 24px;
            font-size: 0.9rem;
            text-align: center;
        }
        section {
            margin-bottom: 50px;
        }
        h2 {
            font-size: 2rem;
            font-weight: 800;
            color: #1b3a1b;
            margin: 40px 0 18px;
            padding-bottom: 8px;
            border-bottom: 4px solid #c8e6c9;
            display: flex;
            align-items: center;
            gap: 12px;
        }
        h2 i {
            font-size: 1.6rem;
            color: #f9a825;
        }
        h3 {
            font-size: 1.5rem;
            font-weight: 700;
            color: #2e5a2e;
            margin: 30px 0 12px;
        }
        h3 i {
            margin-right: 8px;
            color: #6d8f6d;
        }
        h4 {
            font-size: 1.2rem;
            font-weight: 600;
            color: #3d6b3d;
            margin: 22px 0 10px;
        }
        p {
            margin-bottom: 16px;
            color: #3d352b;
        }
        .highlight-box {
            background: #e8f5e9;
            border-left: 5px solid #2e7d32;
            padding: 20px 28px;
            margin: 24px 0;
            border-radius: 0 12px 12px 0;
        }
        .highlight-box strong {
            color: #1b3a1b;
        }
        .insight-box {
            background: #fff8e1;
            border-left: 5px solid #f9a825;
            padding: 20px 28px;
            margin: 24px 0;
            border-radius: 0 12px 12px 0;
        }
        .stat-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin: 30px 0;
        }
        .stat-card {
            background: #fff;
            border-radius: 14px;
            padding: 24px 18px;
            text-align: center;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
            border: 1px solid #e0d6c8;
            transition: transform 0.25s, box-shadow 0.25s;
        }
        .stat-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
        }
        .stat-card .num {
            font-size: 2.6rem;
            font-weight: 900;
            color: #2e7d32;
            display: block;
        }
        .stat-card .label {
            font-size: 0.95rem;
            color: #6b5e4e;
            margin-top: 6px;
        }
        .stat-card i {
            font-size: 2rem;
            color: #f9a825;
            margin-bottom: 10px;
        }
        .tip-list {
            list-style: none;
            padding: 0;
        }
        .tip-list li {
            padding: 12px 18px 12px 42px;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="%232e7d32"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>') left center no-repeat;
            background-size: 18px;
            margin-bottom: 6px;
            border-radius: 8px;
            transition: background-color 0.2s;
        }
        .tip-list li:hover {
            background-color: #f1f8e9;
        }
        .interview-block {
            background: #f1f8e9;
            border-radius: 16px;
            padding: 28px 32px;
            margin: 30px 0;
            border: 1px solid #c8e6c9;
        }
        .interview-block .interviewee {
            font-weight: 700;
            color: #1b3a1b;
            font-size: 1.1rem;
        }
        .interview-block .quote {
            font-style: italic;
            font-size: 1.05rem;
            color: #3d352b;
            padding-left: 20px;
            border-left: 3px solid #2e7d32;
            margin: 10px 0;
        }
        .search-section {
            background: #fff;
            border-radius: 16px;
            padding: 32px 36px;
            margin: 40px 0;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
            border: 1px solid #e0d6c8;
        }
        .search-section h3 {
            margin-top: 0;
        }
        .search-form {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
            margin-top: 12px;
        }
        .search-form input {
            flex: 1;
            min-width: 200px;
            padding: 14px 20px;
            border: 2px solid #d7d0c4;
            border-radius: 40px;
            font-size: 1rem;
            outline: none;
            transition: border-color 0.25s;
            background: #faf8f5;
        }
        .search-form input:focus {
            border-color: #2e7d32;
        }
        .search-form button {
            padding: 14px 32px;
            background: #2e7d32;
            color: #fff;
            border: none;
            border-radius: 40px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s;
        }
        .search-form button:hover {
            background: #1b5e20;
            transform: scale(1.02);
        }
        .feedback-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin: 40px 0;
        }
        @media (max-width:768px) {
            .feedback-grid {
                grid-template-columns: 1fr;
            }
        }
        .feedback-card {
            background: #fff;
            border-radius: 16px;
            padding: 28px 32px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
            border: 1px solid #e0d6c8;
        }
        .feedback-card h3 {
            margin-top: 0;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .feedback-card form {
            margin-top: 14px;
        }
        .feedback-card textarea,
        .feedback-card input,
        .feedback-card select {
            width: 100%;
            padding: 12px 16px;
            border: 2px solid #d7d0c4;
            border-radius: 10px;
            font-size: 0.95rem;
            font-family: inherit;
            outline: none;
            transition: border-color 0.25s;
            background: #faf8f5;
            margin-bottom: 14px;
        }
        .feedback-card textarea:focus,
        .feedback-card input:focus,
        .feedback-card select:focus {
            border-color: #2e7d32;
        }
        .feedback-card textarea {
            min-height: 100px;
            resize: vertical;
        }
        .feedback-card .btn-submit {
            padding: 12px 30px;
            background: #2e7d32;
            color: #fff;
            border: none;
            border-radius: 40px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s;
            width: auto;
        }
        .feedback-card .btn-submit:hover {
            background: #1b5e20;
            transform: scale(1.02);
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 4px;
            margin-bottom: 14px;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            font-size: 2rem;
            color: #d7d0c4;
            cursor: pointer;
            transition: color 0.2s, transform 0.15s;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #f9a825;
            transform: scale(1.08);
        }
        friend-link {
            display: block;
            margin-top: 10px;
        }
        friend-link a {
            display: inline-block;
            padding: 6px 16px;
            margin: 4px 6px 4px 0;
            background: #e8f5e9;
            border-radius: 30px;
            font-size: 0.9rem;
            transition: background 0.2s;
        }
        friend-link a:hover {
            background: #c8e6c9;
            text-decoration: none;
        }
        footer {
            background: #1b3a1b;
            color: #e8f5e9;
            padding: 40px 0 30px;
            margin-top: 60px;
        }
        footer .container {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 30px;
        }
        @media (max-width:768px) {
            footer .container {
                grid-template-columns: 1fr;
            }
        }
        footer h4 {
            color: #fdd835;
            margin-bottom: 14px;
            font-size: 1.1rem;
        }
        footer p,
        footer a {
            color: #c8e6c9;
            font-size: 0.9rem;
        }
        footer a:hover {
            color: #fff;
        }
        .footer-copy {
            grid-column: 1/-1;
            text-align: center;
            padding-top: 24px;
            border-top: 1px solid #2e5a2e;
            margin-top: 20px;
            font-size: 0.85rem;
            color: #a5d6a7;
        }
        @media (max-width: 900px) {
            h1 {
                font-size: 2.2rem;
            }
            h2 {
                font-size: 1.6rem;
            }
            .header-inner {
                flex-wrap: wrap;
            }
            .nav-toggle {
                display: block;
            }
            nav {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: stretch;
                padding-top: 16px;
                gap: 4px;
            }
            nav.open {
                display: flex;
            }
            nav a {
                padding: 12px 18px;
                border-radius: 8px;
                white-space: normal;
            }
        }
        @media (max-width: 480px) {
            h1 {
                font-size: 1.7rem;
            }
            .my-logo {
                font-size: 1.4rem;
            }
            .search-form input,
            .search-form button {
                width: 100%;
            }
            .stat-grid {
                grid-template-columns: 1fr 1fr;
            }
        }
        .schema-hidden {
            display: none;
        }
        html {
            scroll-behavior: smooth;
        }
        .content-dense p {
            margin-bottom: 14px;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 24px 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            background: #fff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
        }
        th {
            background: #2e7d32;
            color: #fff;
            padding: 14px 18px;
            text-align: left;
            font-weight: 600;
        }
        td {
            padding: 12px 18px;
            border-bottom: 1px solid #e8e2d8;
        }
        tr:last-child td {
            border-bottom: none;
        }
        tr:hover td {
            background: #f1f8e9;
        }
