        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
            background: #faf8f0;
            color: #2c2c2c;
            line-height: 1.7;
            padding: 0;
            margin: 0;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        a {
            color: #1a6b3c;
            text-decoration: underline;
            transition: color 0.2s;
        }
        a:hover {
            color: #c9a84c;
            text-decoration: none;
        }
        ul,
        ol {
            padding-left: 1.5rem;
            margin-bottom: 1.2rem;
        }
        li {
            margin-bottom: 0.4rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            line-height: 1.25;
            margin-top: 0;
            color: #1a3b2a;
            font-weight: 700;
        }
        h1 {
            font-size: 2.4rem;
            margin-bottom: 1.2rem;
            letter-spacing: -0.01em;
        }
        h2 {
            font-size: 1.9rem;
            margin-top: 2.8rem;
            margin-bottom: 1rem;
            border-bottom: 3px solid #c9a84c;
            padding-bottom: 0.4rem;
            display: inline-block;
        }
        h3 {
            font-size: 1.5rem;
            margin-top: 2rem;
            margin-bottom: 0.7rem;
            color: #2d5a27;
        }
        h4 {
            font-size: 1.2rem;
            margin-top: 1.5rem;
            margin-bottom: 0.5rem;
            color: #3f7a3a;
        }
        p {
            margin-bottom: 1.2rem;
            font-size: 1.05rem;
        }
        .container {
            max-width: 1180px;
            margin: 0 auto;
            padding: 0 1.2rem;
        }
        :root {
            --primary: #2d5a27;
            --primary-light: #3f7a3a;
            --accent: #c9a84c;
            --accent-light: #e0c46a;
            --bg-cream: #faf8f0;
            --bg-white: #ffffff;
            --text-dark: #2c2c2c;
            --text-muted: #5a5a5a;
            --border-light: #e8e2d0;
            --shadow-sm: 0 2px 12px rgba(0, 0, 0, 0.06);
            --shadow-md: 0 6px 28px rgba(0, 0, 0, 0.08);
            --radius: 12px;
            --radius-sm: 6px;
            --font-serif: 'Georgia', 'Times New Roman', serif;
        }
        .site-header {
            background: linear-gradient(135deg, #1a3b2a 0%, #2d5a27 100%);
            color: #fff;
            padding: 0.6rem 0;
            position: sticky;
            top: 0;
            z-index: 100;
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.8rem;
        }
        .my-logo {
            font-size: 2rem;
            font-weight: 800;
            letter-spacing: -0.03em;
            color: #fff;
            text-decoration: none;
            font-family: var(--font-serif);
            background: linear-gradient(145deg, #c9a84c, #f5e3a0);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: none;
        }
        .my-logo:hover {
            opacity: 0.9;
            -webkit-text-fill-color: #c9a84c;
        }
        .my-logo small {
            font-size: 0.9rem;
            font-weight: 300;
            color: rgba(255, 255, 255, 0.5);
            -webkit-text-fill-color: rgba(255, 255, 255, 0.5);
            letter-spacing: 0.05em;
            display: inline-block;
            margin-left: 0.3rem;
        }
        .nav-wrap {
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        .nav-list {
            list-style: none;
            display: flex;
            gap: 0.2rem;
            padding: 0;
            margin: 0;
        }
        .nav-list li a {
            color: rgba(255, 255, 255, 0.85);
            text-decoration: none;
            padding: 0.5rem 0.9rem;
            border-radius: 30px;
            font-size: 0.9rem;
            font-weight: 500;
            transition: all 0.2s;
            display: inline-block;
        }
        .nav-list li a:hover {
            background: rgba(255, 255, 255, 0.12);
            color: #fff;
        }
        .hamburger {
            display: none;
            background: transparent;
            border: none;
            font-size: 1.8rem;
            color: #fff;
            cursor: pointer;
            padding: 0.2rem 0.4rem;
            line-height: 1;
        }
        #nav-toggle {
            display: none;
        }
        .breadcrumb-wrap {
            background: #f0ede4;
            padding: 0.5rem 0;
            font-size: 0.85rem;
            border-bottom: 1px solid #e0dac8;
        }
        .breadcrumb-wrap ol {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem 0.6rem;
            padding: 0;
            margin: 0;
        }
        .breadcrumb-wrap li+li::before {
            content: "›";
            margin-right: 0.4rem;
            color: #999;
        }
        .breadcrumb-wrap a {
            color: #2d5a27;
            text-decoration: none;
        }
        .breadcrumb-wrap a:hover {
            text-decoration: underline;
        }
        .breadcrumb-wrap .current {
            color: #5a5a5a;
        }
        .hero {
            background: linear-gradient(135deg, #f5f0e4 0%, #ede7d8 100%);
            padding: 2.8rem 0 2.2rem;
            border-bottom: 4px solid #c9a84c;
        }
        .hero h1 {
            font-size: 2.8rem;
            margin-bottom: 0.6rem;
        }
        .hero .subhead {
            font-size: 1.2rem;
            color: #3f5a3f;
            max-width: 780px;
            font-weight: 400;
        }
        .hero-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 1.5rem;
            margin-top: 1rem;
            font-size: 0.9rem;
            color: #5a5a5a;
        }
        .hero-meta span {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
        }
        .main-wrap {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 2.5rem;
            padding: 2.2rem 0 3rem;
        }
        .content-area {
            min-width: 0;
        }
        .sidebar {
            min-width: 0;
        }
        .sidebar-box {
            background: #fff;
            border-radius: var(--radius);
            padding: 1.5rem 1.2rem;
            box-shadow: var(--shadow-sm);
            margin-bottom: 1.8rem;
            border: 1px solid var(--border-light);
        }
        .sidebar-box h3 {
            font-size: 1.2rem;
            margin-top: 0;
            margin-bottom: 0.8rem;
            border-bottom: 2px solid var(--accent);
            padding-bottom: 0.3rem;
            display: inline-block;
        }
        .sidebar-box ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .sidebar-box ul li {
            margin-bottom: 0.4rem;
        }
        .sidebar-box ul li a {
            display: block;
            padding: 0.3rem 0;
            border-bottom: 1px dashed #f0ede4;
            font-size: 0.95rem;
        }
        .featured-img {
            border-radius: var(--radius);
            box-shadow: var(--shadow-sm);
            margin: 1.8rem 0 2rem;
            background: #f0ede4;
        }
        .featured-img img {
            border-radius: var(--radius);
            width: 100%;
            height: auto;
            object-fit: cover;
        }
        .featured-img figcaption {
            padding: 0.6rem 1rem 0.8rem;
            font-size: 0.85rem;
            color: #5a5a5a;
            font-style: italic;
            background: #f9f7f0;
            border-radius: 0 0 var(--radius) var(--radius);
        }
        .mod-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.5rem 0 2rem;
            font-size: 0.95rem;
            background: #fff;
            border-radius: var(--radius-sm);
            overflow: hidden;
            box-shadow: var(--shadow-sm);
        }
        .mod-table th {
            background: var(--primary);
            color: #fff;
            padding: 0.7rem 1rem;
            text-align: left;
            font-weight: 600;
        }
        .mod-table td {
            padding: 0.6rem 1rem;
            border-bottom: 1px solid #f0ede4;
        }
        .mod-table tr:nth-child(even) {
            background: #faf8f0;
        }
        .mod-table tr:hover {
            background: #f5f0e4;
        }
        .form-card {
            background: #fff;
            border-radius: var(--radius);
            padding: 1.8rem 2rem;
            box-shadow: var(--shadow-sm);
            border: 1px solid var(--border-light);
            margin: 2rem 0;
        }
        .form-card h3 {
            margin-top: 0;
        }
        .form-group {
            margin-bottom: 1.2rem;
        }
        .form-group label {
            display: block;
            font-weight: 600;
            font-size: 0.95rem;
            margin-bottom: 0.3rem;
            color: #1a3b2a;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 0.65rem 0.9rem;
            border: 1px solid #d4cebc;
            border-radius: var(--radius-sm);
            font-family: inherit;
            font-size: 1rem;
            background: #fdfcf8;
            transition: border 0.2s;
        }
        .form-group input:focus,
        .form-group textarea:focus {
            border-color: var(--accent);
            outline: none;
            box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.2);
        }
        .form-group textarea {
            min-height: 90px;
            resize: vertical;
        }
        .btn {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: var(--primary);
            color: #fff;
            border: none;
            padding: 0.7rem 2rem;
            border-radius: 30px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            text-decoration: none;
        }
        .btn:hover {
            background: #1f4a1f;
            transform: translateY(-1px);
        }
        .btn-accent {
            background: var(--accent);
            color: #1a3b2a;
        }
        .btn-accent:hover {
            background: #b89530;
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 0.2rem;
            font-size: 1.8rem;
            cursor: pointer;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            color: #d4cebc;
            transition: color 0.15s;
            cursor: pointer;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #c9a84c;
        }
        .site-footer {
            background: #1a3b2a;
            color: rgba(255, 255, 255, 0.8);
            padding: 2.5rem 0 1.8rem;
            margin-top: 2rem;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 2rem;
        }
        .site-footer h4 {
            color: #c9a84c;
            margin-bottom: 0.8rem;
            font-size: 1.1rem;
        }
        .site-footer a {
            color: rgba(255, 255, 255, 0.7);
            text-decoration: none;
        }
        .site-footer a:hover {
            color: #c9a84c;
            text-decoration: underline;
        }
        .friend-link {
            display: block;
            padding: 0.4rem 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        }
        .friend-link:last-child {
            border-bottom: none;
        }
        .copyright {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            padding-top: 1.5rem;
            margin-top: 2rem;
            text-align: center;
            font-size: 0.85rem;
            color: rgba(255, 255, 255, 0.5);
        }
        @media (max-width: 992px) {
            .main-wrap {
                grid-template-columns: 1fr;
            }
            .sidebar {
                order: 2;
            }
            .footer-grid {
                grid-template-columns: 1fr 1fr;
            }
        }
        @media (max-width: 768px) {
            html {
                font-size: 15px;
            }
            h1 {
                font-size: 2rem;
            }
            h2 {
                font-size: 1.6rem;
            }
            h3 {
                font-size: 1.3rem;
            }
            .hero h1 {
                font-size: 2rem;
            }
            .header-inner {
                flex-wrap: wrap;
            }
            .nav-list {
                display: none;
                flex-direction: column;
                width: 100%;
                background: rgba(26, 59, 42, 0.98);
                border-radius: var(--radius-sm);
                padding: 0.8rem 0.4rem;
                margin-top: 0.4rem;
                gap: 0;
            }
            .nav-list li a {
                display: block;
                padding: 0.6rem 1rem;
                border-radius: 4px;
            }
            .hamburger {
                display: block;
            }
            #nav-toggle:checked~.nav-list {
                display: flex;
            }
            .nav-wrap {
                flex-wrap: wrap;
                width: 100%;
            }
            .footer-grid {
                grid-template-columns: 1fr;
                gap: 1.2rem;
            }
            .form-card {
                padding: 1.2rem 1rem;
            }
            .mod-table {
                font-size: 0.85rem;
            }
            .mod-table th,
            .mod-table td {
                padding: 0.4rem 0.6rem;
            }
        }
        @media (max-width: 480px) {
            .hero h1 {
                font-size: 1.6rem;
            }
            .hero .subhead {
                font-size: 1rem;
            }
            .my-logo {
                font-size: 1.5rem;
            }
            .container {
                padding: 0 0.9rem;
            }
            .star-rating {
                font-size: 1.4rem;
            }
        }
        .text-accent {
            color: #c9a84c;
        }
        .text-small {
            font-size: 0.9rem;
        }
        .mt-1 {
            margin-top: 1rem;
        }
        .mt-2 {
            margin-top: 2rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .mb-2 {
            margin-bottom: 2rem;
        }
        .flex-between {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 1rem;
        }
        .tag {
            display: inline-block;
            background: #f0ede4;
            padding: 0.15rem 0.7rem;
            border-radius: 20px;
            font-size: 0.8rem;
            color: #3f5a3f;
            font-weight: 500;
        }
        .highlight-box {
            background: #f5f0e4;
            border-left: 4px solid #c9a84c;
            padding: 1.2rem 1.5rem;
            border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
            margin: 1.5rem 0;
        }
        .highlight-box p:last-child {
            margin-bottom: 0;
        }
        .card-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
            gap: 1.5rem;
            margin: 1.5rem 0;
        }
        .card-grid .card {
            background: #fff;
            border-radius: var(--radius);
            padding: 1.3rem 1.2rem;
            box-shadow: var(--shadow-sm);
            border: 1px solid var(--border-light);
            transition: transform 0.2s, box-shadow 0.2s;
        }
        .card-grid .card:hover {
            transform: translateY(-3px);
            box-shadow: var(--shadow-md);
        }
        .card-grid .card h4 {
            margin-top: 0;
        }
        .inline-icon {
            margin-right: 0.3rem;
        }
