        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', Roboto, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
            background: #f8f9f5;
            color: #1e2a2f;
            line-height: 1.75;
            padding: 0;
            margin: 0;
            -webkit-font-smoothing: antialiased;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        a {
            color: #1a6b3c;
            text-decoration: none;
            transition: color 0.2s ease;
        }
        a:hover {
            color: #c8972b;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            line-height: 1.3;
            font-weight: 700;
            color: #0f2a1a;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        :root {
            --primary: #1a6b3c;
            --primary-dark: #0f4a28;
            --primary-light: #2e8b57;
            --accent: #c8972b;
            --accent-light: #e8c76a;
            --bg-light: #f8f9f5;
            --bg-card: #ffffff;
            --text-dark: #1e2a2f;
            --text-muted: #5a6b62;
            --border-light: #dee2d8;
            --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
            --shadow-md: 0 6px 24px rgba(0, 0, 0, 0.08);
            --radius: 12px;
            --radius-sm: 6px;
        }
        .site-header {
            background: linear-gradient(135deg, #0f4a28 0%, #1a6b3c 60%, #2e8b57 100%);
            padding: 0 0 4px 0;
            position: sticky;
            top: 0;
            z-index: 100;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 12px 20px;
            max-width: 1200px;
            margin: 0 auto;
            flex-wrap: wrap;
        }
        .my-logo {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 1.6rem;
            font-weight: 800;
            color: #fff;
            text-decoration: none;
            letter-spacing: -0.5px;
        }
        .my-logo i {
            font-size: 2rem;
            color: var(--accent-light);
        }
        .my-logo span {
            background: linear-gradient(to right, #fff, #e8c76a);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .my-logo small {
            font-size: 0.7rem;
            font-weight: 400;
            -webkit-text-fill-color: rgba(255, 255, 255, 0.7);
            display: block;
            letter-spacing: 1px;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #fff;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 4px 8px;
            border-radius: 6px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: rgba(255, 255, 255, 0.1);
        }
        .main-nav {
            display: flex;
            align-items: center;
            gap: 6px;
            flex-wrap: wrap;
        }
        .main-nav a {
            color: rgba(255, 255, 255, 0.9);
            padding: 6px 14px;
            border-radius: 30px;
            font-size: 0.9rem;
            font-weight: 500;
            transition: all 0.25s ease;
            white-space: nowrap;
        }
        .main-nav a:hover,
        .main-nav a.active {
            background: rgba(255, 255, 255, 0.18);
            color: #fff;
            transform: translateY(-1px);
        }
        .main-nav a i {
            margin-right: 6px;
            font-size: 0.8rem;
        }
        .breadcrumb-wrap {
            background: #f0f2ec;
            padding: 8px 20px;
            border-bottom: 1px solid var(--border-light);
        }
        .breadcrumb {
            max-width: 1200px;
            margin: 0 auto;
            font-size: 0.85rem;
            color: var(--text-muted);
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 4px;
        }
        .breadcrumb a {
            color: var(--primary);
        }
        .breadcrumb a:hover {
            text-decoration: underline;
        }
        .breadcrumb .sep {
            margin: 0 4px;
            color: #aaa;
        }
        .breadcrumb .current {
            color: var(--text-dark);
            font-weight: 600;
        }
        .hero {
            background: linear-gradient(120deg, #0f4a28 0%, #1a6b3c 50%, #0f4a28 100%);
            color: #fff;
            padding: 48px 20px 40px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        .hero::after {
            content: "🏆";
            position: absolute;
            font-size: 18rem;
            opacity: 0.04;
            right: -5%;
            top: -20%;
            transform: rotate(15deg);
            pointer-events: none;
        }
        .hero h1 {
            font-size: 2.8rem;
            color: #fff;
            margin-bottom: 12px;
            letter-spacing: -0.5px;
            position: relative;
        }
        .hero h1 i {
            color: var(--accent-light);
            margin-right: 10px;
        }
        .hero p {
            font-size: 1.2rem;
            opacity: 0.9;
            max-width: 720px;
            margin: 0 auto 20px;
            font-weight: 300;
        }
        .hero .meta-badge {
            display: inline-flex;
            gap: 20px;
            flex-wrap: wrap;
            justify-content: center;
            font-size: 0.95rem;
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(6px);
            padding: 10px 28px;
            border-radius: 40px;
            border: 1px solid rgba(255, 255, 255, 0.15);
        }
        .hero .meta-badge i {
            margin-right: 6px;
            color: var(--accent-light);
        }
        .search-section {
            background: var(--bg-card);
            padding: 24px 20px;
            box-shadow: var(--shadow-sm);
            border-bottom: 1px solid var(--border-light);
        }
        .search-form {
            max-width: 620px;
            margin: 0 auto;
            display: flex;
            gap: 8px;
            border-radius: 50px;
            background: #f0f2ec;
            padding: 4px;
            border: 1px solid var(--border-light);
            transition: box-shadow 0.3s;
        }
        .search-form:focus-within {
            box-shadow: 0 0 0 3px rgba(26, 107, 60, 0.2);
            border-color: var(--primary);
        }
        .search-form input[type="text"] {
            flex: 1;
            border: none;
            background: transparent;
            padding: 12px 20px;
            font-size: 1rem;
            outline: none;
            color: var(--text-dark);
            min-width: 0;
        }
        .search-form input[type="text"]::placeholder {
            color: #8a9a90;
        }
        .search-form button {
            background: var(--primary);
            border: none;
            color: #fff;
            padding: 10px 28px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 0.95rem;
            cursor: pointer;
            transition: background 0.25s;
            display: flex;
            align-items: center;
            gap: 8px;
            white-space: nowrap;
        }
        .search-form button:hover {
            background: var(--primary-dark);
        }
        .main-grid {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 40px;
            padding: 40px 20px 60px;
            max-width: 1200px;
            margin: 0 auto;
        }
        .main-content {
            min-width: 0;
        }
        .sidebar {
            min-width: 0;
        }
        .content-block {
            background: var(--bg-card);
            border-radius: var(--radius);
            padding: 32px 36px;
            box-shadow: var(--shadow-sm);
            margin-bottom: 32px;
        }
        .content-block h2 {
            font-size: 1.9rem;
            margin-top: 0;
            margin-bottom: 18px;
            padding-bottom: 10px;
            border-bottom: 3px solid var(--accent-light);
            color: var(--primary-dark);
        }
        .content-block h2 i {
            color: var(--accent);
            margin-right: 10px;
        }
        .content-block h3 {
            font-size: 1.4rem;
            margin-top: 28px;
            margin-bottom: 12px;
            color: var(--primary-dark);
        }
        .content-block h3 i {
            color: var(--primary-light);
            margin-right: 8px;
        }
        .content-block h4 {
            font-size: 1.15rem;
            margin-top: 20px;
            margin-bottom: 8px;
            color: #1e3a2a;
            font-weight: 600;
        }
        .content-block p {
            margin-bottom: 16px;
            color: var(--text-dark);
        }
        .content-block ul,
        .content-block ol {
            margin-bottom: 18px;
        }
        .content-block li {
            margin-bottom: 6px;
        }
        .content-block .highlight-box {
            background: #f0f7f2;
            border-left: 4px solid var(--accent);
            padding: 18px 22px;
            border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
            margin: 20px 0;
        }
        .content-block .highlight-box i {
            color: var(--accent);
            margin-right: 8px;
        }
        .featured-image {
            border-radius: var(--radius-sm);
            margin: 24px 0;
            box-shadow: var(--shadow-sm);
            overflow: hidden;
        }
        .featured-image img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }
        .featured-image figcaption {
            padding: 10px 16px;
            background: #f0f2ec;
            font-size: 0.85rem;
            color: var(--text-muted);
            font-style: italic;
        }
        .link-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
            gap: 10px;
            margin: 18px 0;
        }
        .link-grid a {
            display: block;
            padding: 10px 16px;
            background: #f5f7f2;
            border-radius: var(--radius-sm);
            border: 1px solid var(--border-light);
            font-weight: 500;
            transition: all 0.2s;
        }
        .link-grid a:hover {
            background: var(--primary);
            color: #fff;
            border-color: var(--primary);
            transform: translateY(-2px);
        }
        .link-grid a i {
            margin-right: 8px;
            color: var(--accent);
        }
        .link-grid a:hover i {
            color: #fff;
        }
        .sidebar-card {
            background: var(--bg-card);
            border-radius: var(--radius);
            padding: 24px 22px;
            box-shadow: var(--shadow-sm);
            margin-bottom: 24px;
        }
        .sidebar-card h3 {
            font-size: 1.2rem;
            color: var(--primary-dark);
            margin-bottom: 14px;
            padding-bottom: 8px;
            border-bottom: 2px solid var(--accent-light);
        }
        .sidebar-card h3 i {
            margin-right: 8px;
            color: var(--accent);
        }
        .sidebar-links a {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 8px 0;
            border-bottom: 1px solid #f0f2ec;
            font-size: 0.92rem;
            color: var(--text-dark);
            transition: color 0.2s;
        }
        .sidebar-links a:hover {
            color: var(--primary);
        }
        .sidebar-links a i {
            color: var(--accent);
            width: 18px;
            text-align: center;
        }
        .feedback-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px;
            margin-top: 10px;
        }
        .feedback-card {
            background: #f5f7f2;
            border-radius: var(--radius-sm);
            padding: 20px 22px;
            border: 1px solid var(--border-light);
        }
        .feedback-card h4 {
            margin-top: 0;
            margin-bottom: 12px;
            font-size: 1.1rem;
            color: var(--primary-dark);
        }
        .feedback-card h4 i {
            margin-right: 8px;
            color: var(--accent);
        }
        .feedback-card form {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }
        .feedback-card input,
        .feedback-card textarea,
        .feedback-card select {
            padding: 10px 14px;
            border: 1px solid var(--border-light);
            border-radius: var(--radius-sm);
            font-size: 0.95rem;
            font-family: inherit;
            background: #fff;
            transition: border-color 0.2s;
            outline: none;
        }
        .feedback-card input:focus,
        .feedback-card textarea:focus,
        .feedback-card select:focus {
            border-color: var(--primary);
            box-shadow: 0 0 0 2px rgba(26, 107, 60, 0.12);
        }
        .feedback-card textarea {
            min-height: 80px;
            resize: vertical;
        }
        .feedback-card button {
            background: var(--primary);
            color: #fff;
            border: none;
            padding: 10px 20px;
            border-radius: var(--radius-sm);
            font-weight: 600;
            cursor: pointer;
            transition: background 0.25s;
            align-self: flex-start;
        }
        .feedback-card button:hover {
            background: var(--primary-dark);
        }
        .rating-stars {
            display: flex;
            gap: 4px;
            font-size: 1.6rem;
            color: #ddd;
            cursor: pointer;
            direction: rtl;
        }
        .rating-stars input {
            display: none;
        }
        .rating-stars label {
            transition: color 0.15s;
            color: #ddd;
        }
        .rating-stars label:hover,
        .rating-stars label:hover~label,
        .rating-stars input:checked~label {
            color: #f5b342;
        }
        .site-footer {
            background: #0f2a1a;
            color: rgba(255, 255, 255, 0.85);
            padding: 40px 20px 20px;
            margin-top: 20px;
        }
        .footer-inner {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 32px;
        }
        .footer-inner h4 {
            color: var(--accent-light);
            font-size: 1.1rem;
            margin-bottom: 12px;
        }
        .footer-inner a {
            color: rgba(255, 255, 255, 0.7);
        }
        .footer-inner a:hover {
            color: var(--accent-light);
        }
        .footer-links {
            display: flex;
            flex-direction: column;
            gap: 6px;
        }
        .footer-bottom {
            max-width: 1200px;
            margin: 28px auto 0;
            padding-top: 18px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 10px;
            font-size: 0.88rem;
            color: rgba(255, 255, 255, 0.6);
        }
        friend-link {
            display: block;
            margin-top: 12px;
        }
        friend-link a {
            display: inline-block;
            margin: 4px 12px 4px 0;
            padding: 4px 12px;
            background: rgba(255, 255, 255, 0.06);
            border-radius: 20px;
            font-size: 0.9rem;
            color: rgba(255, 255, 255, 0.75);
            transition: background 0.2s;
        }
        friend-link a:hover {
            background: rgba(255, 255, 255, 0.14);
            color: #fff;
        }
        @media (max-width: 1024px) {
            .main-grid {
                grid-template-columns: 1fr;
                gap: 28px;
            }
            .sidebar {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 20px;
            }
            .footer-inner {
                grid-template-columns: 1fr 1fr;
            }
        }
        @media (max-width: 768px) {
            .header-inner {
                padding: 10px 16px;
            }
            .my-logo {
                font-size: 1.3rem;
            }
            .nav-toggle {
                display: block;
            }
            .main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: stretch;
                padding: 12px 0 6px;
                gap: 2px;
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                padding: 10px 16px;
                border-radius: 8px;
                white-space: normal;
            }
            .hero h1 {
                font-size: 2rem;
            }
            .hero p {
                font-size: 1rem;
            }
            .hero .meta-badge {
                font-size: 0.8rem;
                padding: 8px 18px;
                gap: 12px;
            }
            .content-block {
                padding: 20px 18px;
            }
            .content-block h2 {
                font-size: 1.5rem;
            }
            .content-block h3 {
                font-size: 1.2rem;
            }
            .feedback-grid {
                grid-template-columns: 1fr;
            }
            .sidebar {
                grid-template-columns: 1fr;
            }
            .footer-inner {
                grid-template-columns: 1fr;
                gap: 24px;
            }
            .footer-bottom {
                flex-direction: column;
                text-align: center;
            }
            .search-form {
                flex-direction: column;
                border-radius: var(--radius-sm);
                background: transparent;
                border: none;
                gap: 8px;
            }
            .search-form input[type="text"] {
                background: #f0f2ec;
                border-radius: 50px;
                border: 1px solid var(--border-light);
            }
            .search-form button {
                border-radius: 50px;
                justify-content: center;
            }
            .link-grid {
                grid-template-columns: 1fr;
            }
        }
        @media (max-width: 480px) {
            .hero h1 {
                font-size: 1.6rem;
            }
            .hero {
                padding: 32px 16px 28px;
            }
            .content-block {
                padding: 16px 14px;
            }
            .my-logo {
                font-size: 1.1rem;
            }
            .my-logo i {
                font-size: 1.5rem;
            }
        }
        .scroll-top {
            position: fixed;
            bottom: 24px;
            right: 24px;
            background: var(--primary);
            color: #fff;
            width: 44px;
            height: 44px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            box-shadow: var(--shadow-md);
            transition: all 0.25s;
            z-index: 50;
            border: none;
            cursor: pointer;
            opacity: 0;
            pointer-events: none;
        }
        .scroll-top.visible {
            opacity: 1;
            pointer-events: auto;
        }
        .scroll-top:hover {
            background: var(--primary-dark);
            transform: translateY(-3px);
        }
