        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        body {
            font-family: 'Segoe UI', Roboto, system-ui, -apple-system, sans-serif;
            background: #f5f1eb;
            color: #2d2a24;
            line-height: 1.8;
            font-size: 1.05rem;
            padding: 0 16px;
        }
        a {
            color: #2e7d32;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover {
            color: #1b5e20;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
            box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
        }
        .container {
            max-width: 1120px;
            margin: 0 auto;
            background: #ffffff;
            box-shadow: 0 0 60px rgba(0, 0, 0, 0.04);
            border-radius: 28px;
            padding: 20px 28px 40px;
            margin-top: 20px;
            margin-bottom: 40px;
        }
        h1 {
            font-size: 2.4rem;
            font-weight: 800;
            color: #1a3a2a;
            margin: 0.4em 0 0.3em;
            letter-spacing: -0.02em;
            line-height: 1.2;
        }
        h2 {
            font-size: 1.9rem;
            font-weight: 700;
            color: #1f4a2f;
            margin: 1.6em 0 0.5em;
            border-left: 6px solid #8bc34a;
            padding-left: 18px;
            line-height: 1.3;
        }
        h3 {
            font-size: 1.5rem;
            font-weight: 600;
            color: #2a5a3a;
            margin: 1.4em 0 0.4em;
            line-height: 1.3;
        }
        h4 {
            font-size: 1.2rem;
            font-weight: 600;
            color: #3a6a4a;
            margin: 1.2em 0 0.3em;
            line-height: 1.4;
        }
        p {
            margin-bottom: 1.2em;
        }
        .header-top {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding: 12px 0 16px;
            border-bottom: 2px solid #e8e3da;
            position: relative;
        }
        .my-logo {
            font-size: 2rem;
            font-weight: 800;
            color: #1f4a2f;
            letter-spacing: -0.03em;
            background: linear-gradient(145deg, #2e7d32, #8bc34a);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            display: inline-block;
            transition: transform 0.2s;
        }
        .my-logo:hover {
            transform: scale(1.02);
            text-decoration: none;
        }
        .my-logo small {
            font-size: 0.7rem;
            -webkit-text-fill-color: #6b7c6b;
            color: #6b7c6b;
            font-weight: 400;
            display: block;
            letter-spacing: 0.02em;
        }
        .nav-bar {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .nav-links {
            display: flex;
            gap: 6px 16px;
            flex-wrap: wrap;
            list-style: none;
        }
        .nav-links li a {
            font-weight: 500;
            padding: 6px 12px;
            border-radius: 40px;
            background: transparent;
            transition: background 0.2s, color 0.2s;
            font-size: 0.95rem;
        }
        .nav-links li a:hover {
            background: #e8f5e9;
            color: #1b5e20;
            text-decoration: none;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            font-size: 1.8rem;
            color: #1f4a2f;
            cursor: pointer;
            padding: 4px 8px;
            border-radius: 8px;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: #e8f5e9;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 6px 12px;
            font-size: 0.9rem;
            color: #6b7c6b;
            padding: 12px 0 4px;
            list-style: none;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 10px;
            color: #a8b8a8;
            font-size: 1.2rem;
        }
        .breadcrumb a {
            color: #4a7a4a;
        }
        .breadcrumb .current {
            color: #2d2a24;
            font-weight: 500;
        }
        .hero-img-wrap {
            margin: 24px 0 32px;
            border-radius: 18px;
            overflow: hidden;
            background: #e8f0e4;
            position: relative;
        }
        .hero-img-wrap img {
            width: 100%;
            max-height: 460px;
            object-fit: cover;
            border-radius: 18px;
        }
        .hero-img-wrap .img-caption {
            font-size: 0.85rem;
            color: #5a6a5a;
            padding: 8px 16px 12px;
            background: #f9f7f3;
        }
        .last-update {
            font-size: 0.9rem;
            color: #7a8a7a;
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 24px;
            padding: 6px 0;
            border-bottom: 1px dashed #ddd8ce;
        }
        .search-section {
            background: #f9f7f3;
            border-radius: 18px;
            padding: 24px 28px;
            margin: 32px 0;
            border: 1px solid #e8e3da;
        }
        .search-section form {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            align-items: center;
        }
        .search-section input[type="text"] {
            flex: 1 1 260px;
            padding: 14px 20px;
            border: 2px solid #d5d8ce;
            border-radius: 60px;
            font-size: 1rem;
            background: #fff;
            transition: border 0.25s;
            outline: none;
        }
        .search-section input[type="text"]:focus {
            border-color: #4caf50;
            box-shadow: 0 0 0 4px rgba(76, 175, 80, 0.12);
        }
        .search-section button {
            background: #2e7d32;
            color: #fff;
            border: none;
            padding: 14px 32px;
            border-radius: 60px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.25s, transform 0.1s;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .search-section button:hover {
            background: #1b5e20;
            transform: scale(1.02);
        }
        .feedback-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 28px;
            margin: 40px 0;
        }
        .feedback-card {
            background: #f9f7f3;
            border-radius: 20px;
            padding: 24px 28px;
            border: 1px solid #e8e3da;
        }
        .feedback-card h3 {
            margin-top: 0;
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 1.4rem;
        }
        .feedback-card form {
            display: flex;
            flex-direction: column;
            gap: 14px;
            margin-top: 8px;
        }
        .feedback-card textarea,
        .feedback-card input {
            padding: 12px 16px;
            border: 2px solid #d5d8ce;
            border-radius: 14px;
            font-size: 1rem;
            font-family: inherit;
            background: #fff;
            resize: vertical;
            transition: border 0.25s;
            outline: none;
        }
        .feedback-card textarea:focus,
        .feedback-card input:focus {
            border-color: #4caf50;
            box-shadow: 0 0 0 4px rgba(76, 175, 80, 0.08);
        }
        .feedback-card textarea {
            min-height: 90px;
        }
        .feedback-card button {
            align-self: flex-start;
            background: #2e7d32;
            color: #fff;
            border: none;
            padding: 12px 30px;
            border-radius: 60px;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.25s, transform 0.1s;
        }
        .feedback-card button:hover {
            background: #1b5e20;
            transform: scale(1.02);
        }
        .star-rating {
            display: flex;
            gap: 6px;
            font-size: 1.8rem;
            color: #d4c9b0;
            cursor: pointer;
            direction: rtl;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            transition: color 0.2s, transform 0.1s;
            cursor: pointer;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #f9a825;
            transform: scale(1.08);
        }
        friend-link {
            display: block;
            background: #f1efe9;
            border-radius: 18px;
            padding: 20px 28px;
            margin-top: 40px;
            border: 1px solid #e0dbd0;
        }
        friend-link::before {
            content: "🤝 Friendly Links";
            display: block;
            font-weight: 700;
            font-size: 1.2rem;
            color: #1f4a2f;
            margin-bottom: 12px;
        }
        friend-link a {
            display: inline-block;
            margin: 4px 12px 4px 0;
            padding: 4px 0;
            color: #2e7d32;
        }
        .site-footer {
            margin-top: 48px;
            padding-top: 24px;
            border-top: 2px solid #e8e3da;
            font-size: 0.9rem;
            color: #5a6a5a;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 12px;
        }
        .site-footer .copyright {
            font-weight: 400;
        }
        @media (max-width: 768px) {
            body {
                padding: 0 8px;
            }
            .container {
                padding: 12px 14px 28px;
                border-radius: 18px;
                margin-top: 12px;
            }
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            h3 {
                font-size: 1.25rem;
            }
            .my-logo {
                font-size: 1.6rem;
            }
            .nav-links {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #f9f7f3;
                border-radius: 18px;
                padding: 16px 20px;
                margin-top: 12px;
                gap: 6px;
                border: 1px solid #e0dbd0;
            }
            .nav-links.show {
                display: flex;
            }
            .hamburger {
                display: block;
            }
            .header-top {
                align-items: center;
            }
            .feedback-grid {
                grid-template-columns: 1fr;
            }
            .search-section form {
                flex-direction: column;
            }
            .search-section input[type="text"] {
                width: 100%;
                flex: 1 1 auto;
            }
            .search-section button {
                width: 100%;
                justify-content: center;
            }
            .hero-img-wrap img {
                max-height: 220px;
            }
            .site-footer {
                flex-direction: column;
                text-align: center;
            }
            .breadcrumb {
                font-size: 0.8rem;
            }
            .star-rating {
                font-size: 1.5rem;
            }
        }
        @media (min-width: 769px) {
            .nav-links {
                display: flex !important;
            }
            .hamburger {
                display: none !important;
            }
        }
        .highlight-box {
            background: #edf7ed;
            border-radius: 16px;
            padding: 20px 24px;
            margin: 24px 0;
            border-left: 6px solid #4caf50;
        }
        .inline-icon {
            margin-right: 6px;
        }
        .emoji-big {
            font-size: 1.4em;
        }
        .stat-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
            gap: 16px;
            margin: 20px 0;
        }
        .stat-card {
            background: #f9f7f3;
            border-radius: 14px;
            padding: 18px 14px;
            text-align: center;
            border: 1px solid #e0dbd0;
        }
        .stat-card .num {
            font-size: 2rem;
            font-weight: 800;
            color: #1f4a2f;
        }
        .stat-card .label {
            font-size: 0.85rem;
            color: #6b7c6b;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 20px 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.95rem;
            background: #fcfbf9;
            border-radius: 14px;
            overflow: hidden;
        }
        th {
            background: #e8f0e4;
            color: #1a3a2a;
            padding: 12px 16px;
            text-align: left;
            font-weight: 600;
        }
        td {
            padding: 10px 16px;
            border-bottom: 1px solid #e8e3da;
        }
        tr:last-child td {
            border-bottom: none;
        }
        .schema-hidden {
            display: none;
        }
        html {
            scroll-behavior: smooth;
        }
