        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', 'Roboto', system-ui, -apple-system, sans-serif;
            background: #f4f2ec;
            color: #2d2a24;
            line-height: 1.7;
            display: flex;
            flex-direction: column;
            min-height: 100vh;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        a {
            color: #2e7d32;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover,
        a:focus {
            color: #1b5e20;
            text-decoration: underline;
        }
        ul,
        ol {
            padding-left: 1.4rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            line-height: 1.3;
            color: #1a3b1a;
            font-weight: 700;
        }
        h1 {
            font-size: 2.4rem;
            margin-bottom: 0.6rem;
        }
        h2 {
            font-size: 1.8rem;
            margin-top: 2.4rem;
            margin-bottom: 0.5rem;
            border-bottom: 3px solid #4caf50;
            padding-bottom: 0.3rem;
        }
        h3 {
            font-size: 1.4rem;
            margin-top: 1.8rem;
            margin-bottom: 0.4rem;
            color: #2e5e2e;
        }
        h4 {
            font-size: 1.15rem;
            margin-top: 1.2rem;
            margin-bottom: 0.3rem;
            color: #3d6b3d;
        }
        p {
            margin-bottom: 1rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .site-header {
            background: linear-gradient(145deg, #1b3b1b, #2a5e2a);
            color: #f5f5dc;
            padding: 0.8rem 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.8rem 1.5rem;
        }
        .my-logo {
            font-size: 1.7rem;
            font-weight: 900;
            letter-spacing: 1px;
            color: #f5f5dc;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
            transition: transform 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
        }
        .my-logo:hover {
            transform: scale(1.02);
            text-decoration: none;
            color: #d4edda;
        }
        .my-logo i {
            color: #ffb300;
            font-size: 1.5rem;
        }
        .hamburger {
            display: none;
            background: none;
            border: 2px solid #f5f5dc;
            color: #f5f5dc;
            font-size: 1.6rem;
            padding: 0.3rem 0.8rem;
            border-radius: 8px;
            cursor: pointer;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: rgba(255, 255, 255, 0.15);
        }
        .nav-menu {
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem 1.2rem;
            align-items: center;
        }
        .nav-menu a {
            color: #e8f5e9;
            font-weight: 500;
            padding: 0.3rem 0.6rem;
            border-radius: 6px;
            font-size: 0.95rem;
            transition: background 0.2s, color 0.2s;
        }
        .nav-menu a:hover,
        .nav-menu a:focus {
            background: rgba(255, 255, 255, 0.2);
            color: #fff;
            text-decoration: none;
        }
        .nav-menu a i {
            margin-right: 0.3rem;
        }
        .breadcrumb {
            background: #e8e5dc;
            padding: 0.6rem 0;
            font-size: 0.9rem;
            border-bottom: 1px solid #d0ccc2;
        }
        .breadcrumb ol {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            padding: 0;
            gap: 0.3rem 0.6rem;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 0.6rem;
            color: #7a7a6a;
            font-weight: 700;
        }
        .breadcrumb a {
            color: #3d6b3d;
        }
        .breadcrumb .current {
            color: #5a5a4a;
            font-weight: 600;
        }
        .main-content {
            flex: 1;
            padding: 2rem 0 3rem;
        }
        .article-wrapper {
            background: #fffcf7;
            border-radius: 20px;
            padding: 2rem 2.4rem;
            box-shadow: 0 6px 30px rgba(0, 0, 0, 0.06);
        }
        .article-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem 1.8rem;
            font-size: 0.9rem;
            color: #6b6b5e;
            margin-bottom: 1.2rem;
            border-bottom: 1px dashed #d0ccc2;
            padding-bottom: 0.8rem;
        }
        .article-meta i {
            margin-right: 0.3rem;
            color: #4caf50;
        }
        .featured-image {
            margin: 1.5rem 0 2rem;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
        }
        .featured-image img {
            width: 100%;
            max-height: 480px;
            object-fit: cover;
        }
        .featured-image figcaption {
            background: #f0ede6;
            padding: 0.6rem 1rem;
            font-size: 0.85rem;
            color: #4a4a3a;
            font-style: italic;
        }
        .boss-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.8rem 0;
            font-size: 0.95rem;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
        }
        .boss-table thead {
            background: #2a5e2a;
            color: #f5f5dc;
        }
        .boss-table th,
        .boss-table td {
            padding: 0.8rem 1rem;
            text-align: left;
            border-bottom: 1px solid #ddd8ce;
        }
        .boss-table tbody tr {
            transition: background 0.2s;
        }
        .boss-table tbody tr:hover {
            background: #f0f7eb;
        }
        .boss-table th {
            font-weight: 700;
            letter-spacing: 0.5px;
        }
        blockquote {
            background: #f0f7eb;
            border-left: 5px solid #4caf50;
            padding: 1rem 1.6rem;
            margin: 1.6rem 0;
            border-radius: 4px 12px 12px 4px;
            font-style: italic;
            color: #3d4a3d;
        }
        blockquote footer {
            font-style: normal;
            font-weight: 600;
            margin-top: 0.5rem;
            color: #2e5e2e;
        }
        .interactive-section {
            background: #f8f6f0;
            border-radius: 16px;
            padding: 1.8rem 2rem;
            margin: 2.4rem 0 1.6rem;
            border: 1px solid #e0dcd2;
        }
        .interactive-section h3 {
            margin-top: 0;
            border-bottom: none;
        }
        .search-form {
            display: flex;
            gap: 0.6rem;
            flex-wrap: wrap;
        }
        .search-form input[type="text"] {
            flex: 1;
            min-width: 180px;
            padding: 0.7rem 1.2rem;
            border: 2px solid #ccc6b8;
            border-radius: 30px;
            font-size: 1rem;
            background: #fffcf7;
            transition: border-color 0.25s;
        }
        .search-form input[type="text"]:focus {
            outline: none;
            border-color: #4caf50;
        }
        .btn {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            padding: 0.7rem 1.6rem;
            border: none;
            border-radius: 30px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s;
            background: #2a5e2a;
            color: #f5f5dc;
        }
        .btn:hover {
            background: #1b4b1b;
            transform: translateY(-2px);
        }
        .btn:active {
            transform: translateY(0);
        }
        .btn-secondary {
            background: #795548;
            color: #f5f5dc;
        }
        .btn-secondary:hover {
            background: #5d4037;
        }
        .score-group {
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem 1.2rem;
            align-items: center;
        }
        .star-rating {
            display: flex;
            gap: 0.2rem;
            font-size: 1.6rem;
            color: #d4a017;
            cursor: pointer;
        }
        .star-rating i {
            transition: transform 0.15s, color 0.15s;
        }
        .star-rating i:hover,
        .star-rating i.active {
            transform: scale(1.2);
            color: #ffb300;
        }
        .comment-box {
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
        }
        .comment-box textarea {
            width: 100%;
            padding: 0.9rem 1.2rem;
            border: 2px solid #ccc6b8;
            border-radius: 16px;
            font-size: 1rem;
            font-family: inherit;
            resize: vertical;
            min-height: 100px;
            background: #fffcf7;
            transition: border-color 0.25s;
        }
        .comment-box textarea:focus {
            outline: none;
            border-color: #4caf50;
        }
        .comment-box .btn-group {
            display: flex;
            gap: 0.8rem;
            flex-wrap: wrap;
        }
        friend-link {
            display: block;
            margin-top: 0.8rem;
            padding: 0.6rem 0;
        }
        friend-link a {
            display: inline-block;
            margin: 0.2rem 1rem 0.2rem 0;
            color: #2e7d32;
            font-weight: 500;
        }
        friend-link a i {
            margin-right: 0.3rem;
            font-size: 0.8rem;
        }
        .site-footer {
            background: #1a2e1a;
            color: #d4d4c4;
            padding: 1.8rem 0 1rem;
            text-align: center;
            border-top: 4px solid #4caf50;
        }
        .site-footer .container {
            display: flex;
            flex-direction: column;
            gap: 0.6rem;
        }
        .site-footer a {
            color: #a5d6a7;
        }
        .site-footer a:hover {
            color: #c8e6c9;
        }
        .copyright {
            font-size: 0.85rem;
            color: #9a9a8a;
            border-top: 1px solid #3a4a3a;
            padding-top: 0.8rem;
            margin-top: 0.4rem;
        }
        .copyright i {
            margin: 0 0.2rem;
        }
        @media (max-width: 768px) {
            .hamburger {
                display: block;
            }
            .nav-menu {
                display: none;
                flex-direction: column;
                width: 100%;
                background: rgba(26, 59, 26, 0.97);
                padding: 0.8rem 1rem;
                border-radius: 12px;
                margin-top: 0.4rem;
                gap: 0.2rem;
            }
            .nav-menu.open {
                display: flex;
            }
            .nav-menu a {
                padding: 0.5rem 0.8rem;
                border-radius: 8px;
            }
            .article-wrapper {
                padding: 1.2rem 1rem;
            }
            h1 {
                font-size: 1.7rem;
            }
            h2 {
                font-size: 1.4rem;
            }
            h3 {
                font-size: 1.15rem;
            }
            .boss-table {
                font-size: 0.8rem;
            }
            .boss-table th,
            .boss-table td {
                padding: 0.4rem 0.5rem;
            }
            .interactive-section {
                padding: 1.2rem 1rem;
            }
            .star-rating {
                font-size: 1.3rem;
            }
            .search-form input[type="text"] {
                min-width: 140px;
            }
            .header-inner {
                gap: 0.4rem 1rem;
            }
            .my-logo {
                font-size: 1.3rem;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 12px;
            }
            .article-wrapper {
                padding: 0.8rem 0.8rem;
            }
            h1 {
                font-size: 1.4rem;
            }
            h2 {
                font-size: 1.2rem;
            }
            .boss-table {
                font-size: 0.7rem;
            }
            .boss-table th,
            .boss-table td {
                padding: 0.3rem 0.4rem;
            }
            .btn {
                padding: 0.5rem 1rem;
                font-size: 0.85rem;
            }
            .score-group {
                flex-direction: column;
                align-items: flex-start;
            }
        }
        @keyframes fadeUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        .article-wrapper {
            animation: fadeUp 0.6s ease-out;
        }
        .scroll-top {
            position: fixed;
            bottom: 2rem;
            right: 2rem;
            background: #2a5e2a;
            color: #f5f5dc;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.4rem;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
            cursor: pointer;
            transition: background 0.25s, transform 0.25s;
            border: none;
            z-index: 999;
        }
        .scroll-top:hover {
            background: #1b4b1b;
            transform: scale(1.05);
        }
        @media (max-width: 600px) {
            .scroll-top {
                bottom: 1rem;
                right: 1rem;
                width: 40px;
                height: 40px;
                font-size: 1.1rem;
            }
        }
