* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Segoe UI', Roboto, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
            background: #fbf9f4;
            color: #2d2a24;
            line-height: 1.7;
            scroll-behavior: smooth;
        }
        a {
            color: #b85c1a;
            text-decoration: underline;
            text-decoration-thickness: 0.5px;
            text-underline-offset: 2px;
            transition: color 0.2s;
        }
        a:hover {
            color: #7a3b0e;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 14px;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
        }
        .container {
            max-width: 1160px;
            margin: 0 auto;
            padding: 0 24px;
        }
        .site-header {
            background: #1f2a36;
            color: #f5efe8;
            padding: 18px 0;
            border-bottom: 4px solid #e8b84b;
            position: sticky;
            top: 0;
            z-index: 100;
            backdrop-filter: blur(6px);
            background: rgba(31, 42, 54, 0.96);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 12px 20px;
        }
        .my-logo {
            font-size: 2rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            color: #e8b84b;
            text-decoration: none;
            background: linear-gradient(135deg, #f5d78c, #e8b84b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 2px 8px rgba(232, 184, 75, 0.2);
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .my-logo i {
            -webkit-text-fill-color: initial;
            color: #e8b84b;
            font-size: 1.8rem;
        }
        .my-logo small {
            font-size: 0.7rem;
            font-weight: 400;
            letter-spacing: 1px;
            color: #c7b89b;
            -webkit-text-fill-color: initial;
            display: block;
            margin-top: -4px;
        }
        .nav-wrapper {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .nav-list {
            display: flex;
            list-style: none;
            gap: 8px 18px;
            flex-wrap: wrap;
            align-items: center;
        }
        .nav-list a {
            color: #e8dccc;
            text-decoration: none;
            font-weight: 500;
            font-size: 0.95rem;
            padding: 6px 10px;
            border-radius: 8px;
            transition: background 0.2s, color 0.2s;
        }
        .nav-list a:hover {
            background: rgba(232, 184, 75, 0.15);
            color: #f5d78c;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            color: #f5efe8;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 4px 8px;
            border-radius: 8px;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: rgba(255, 255, 255, 0.08);
        }
        .breadcrumb {
            background: #f0ebe2;
            padding: 10px 0;
            font-size: 0.9rem;
            border-bottom: 1px solid #e0d6c8;
        }
        .breadcrumb ol {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 6px 12px;
            padding: 0 24px;
            max-width: 1160px;
            margin: 0 auto;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 12px;
            color: #9a8a78;
        }
        .breadcrumb a {
            color: #7a5a3a;
            text-decoration: none;
        }
        .breadcrumb a:hover {
            text-decoration: underline;
        }
        .breadcrumb .current {
            color: #4a3a2a;
            font-weight: 500;
        }
        main {
            padding: 40px 0 60px;
        }
        h1 {
            font-size: 2.8rem;
            font-weight: 800;
            line-height: 1.2;
            color: #1f2a36;
            margin-bottom: 0.4rem;
            letter-spacing: -0.5px;
        }
        h1 .sub {
            font-size: 1.2rem;
            font-weight: 400;
            color: #6a5a4a;
            display: block;
            margin-top: 6px;
            letter-spacing: 0px;
        }
        h2 {
            font-size: 2rem;
            font-weight: 700;
            color: #1f2a36;
            margin-top: 3rem;
            margin-bottom: 0.8rem;
            border-left: 6px solid #e8b84b;
            padding-left: 18px;
        }
        h3 {
            font-size: 1.5rem;
            font-weight: 600;
            color: #2d3a4a;
            margin-top: 2.2rem;
            margin-bottom: 0.5rem;
        }
        h4 {
            font-size: 1.2rem;
            font-weight: 600;
            color: #3a4a5a;
            margin-top: 1.6rem;
            margin-bottom: 0.3rem;
        }
        p {
            margin-bottom: 1.2rem;
            color: #3a342e;
        }
        .hero-image-wrap {
            margin: 2rem 0 2.5rem;
            border-radius: 16px;
            overflow: hidden;
            background: #e8dccc;
        }
        .hero-image-wrap img {
            width: 100%;
            max-height: 460px;
            object-fit: cover;
            border-radius: 16px;
        }
        .hero-image-wrap figcaption {
            padding: 12px 18px;
            font-size: 0.9rem;
            color: #5a4a3a;
            background: #f5efe8;
            font-style: italic;
        }
        .highlight-box {
            background: #f5efe8;
            border-left: 6px solid #e8b84b;
            padding: 20px 26px;
            border-radius: 12px;
            margin: 2rem 0;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
        }
        .stat-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 20px;
            margin: 2rem 0;
        }
        .stat-card {
            background: #fffcf7;
            border-radius: 14px;
            padding: 20px 18px;
            text-align: center;
            box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
            border: 1px solid #f0e8dc;
            transition: transform 0.2s, box-shadow 0.2s;
        }
        .stat-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 28px rgba(0, 0, 0, 0.07);
        }
        .stat-card .num {
            font-size: 2.4rem;
            font-weight: 800;
            color: #b85c1a;
        }
        .stat-card .label {
            font-size: 0.95rem;
            color: #6a5a4a;
            margin-top: 4px;
        }
        .link-list-inline {
            display: flex;
            flex-wrap: wrap;
            gap: 8px 20px;
            margin: 1.6rem 0;
            padding: 0;
            list-style: none;
        }
        .link-list-inline li::before {
            content: "🔸";
            margin-right: 6px;
            font-size: 0.8rem;
        }
        .form-section {
            background: #f5efe8;
            border-radius: 18px;
            padding: 28px 30px;
            margin: 2.8rem 0;
            border: 1px solid #e6dcc8;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
        }
        .form-section h3 {
            margin-top: 0;
            border-left: 4px solid #e8b84b;
            padding-left: 14px;
        }
        .form-group {
            margin-bottom: 1.2rem;
        }
        .form-group label {
            display: block;
            font-weight: 600;
            margin-bottom: 4px;
            color: #2d3a4a;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 12px 16px;
            border: 1px solid #d6cabc;
            border-radius: 10px;
            font-size: 1rem;
            background: #fffcf7;
            transition: border 0.2s, box-shadow 0.2s;
        }
        .form-group input:focus,
        .form-group textarea:focus,
        .form-group select:focus {
            outline: none;
            border-color: #e8b84b;
            box-shadow: 0 0 0 4px rgba(232, 184, 75, 0.15);
        }
        .form-group textarea {
            min-height: 100px;
            resize: vertical;
        }
        .btn {
            display: inline-block;
            background: #b85c1a;
            color: #fff;
            font-weight: 600;
            padding: 12px 32px;
            border: none;
            border-radius: 40px;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            text-decoration: none;
        }
        .btn:hover {
            background: #9a4a10;
            transform: scale(0.98);
        }
        .btn-secondary {
            background: #4a5a6a;
        }
        .btn-secondary:hover {
            background: #3a4a5a;
        }
        .rating-stars {
            display: flex;
            gap: 8px;
            font-size: 2rem;
            color: #d6cabc;
            cursor: pointer;
            transition: color 0.15s;
        }
        .rating-stars .star.active,
        .rating-stars .star:hover,
        .rating-stars .star:hover~.star {
            color: #e8b84b;
        }
        .comment-item {
            background: #fffcf7;
            padding: 16px 20px;
            border-radius: 12px;
            margin-bottom: 12px;
            border: 1px solid #f0e8dc;
        }
        .comment-item .meta {
            font-size: 0.85rem;
            color: #8a7a6a;
            margin-bottom: 4px;
        }
        .comment-item .name {
            font-weight: 600;
            color: #2d3a4a;
        }
        .site-footer {
            background: #1f2a36;
            color: #d6cabc;
            padding: 40px 0 24px;
            margin-top: 40px;
        }
        .site-footer a {
            color: #e8b84b;
        }
        .site-footer a:hover {
            color: #f5d78c;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 32px;
            margin-bottom: 28px;
        }
        .footer-grid h4 {
            color: #f5efe8;
            border-left: 3px solid #e8b84b;
            padding-left: 12px;
            margin-top: 0;
        }
        .footer-grid ul {
            list-style: none;
            padding: 0;
        }
        .footer-grid li {
            margin-bottom: 6px;
        }
        friend-link {
            display: block;
            padding: 14px 18px;
            background: rgba(255, 255, 255, 0.04);
            border-radius: 12px;
            margin: 12px 0;
            font-size: 0.95rem;
        }
        friend-link a {
            display: inline-block;
            margin-right: 16px;
            margin-bottom: 4px;
        }
        .copyright {
            text-align: center;
            padding-top: 20px;
            border-top: 1px solid rgba(255, 255, 255, 0.06);
            font-size: 0.9rem;
            color: #9a8a78;
        }
        @media (max-width: 768px) {
            .header-inner {
                flex-wrap: wrap;
            }
            .nav-list {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #1f2a36;
                padding: 16px 0 20px;
                border-top: 1px solid rgba(255, 255, 255, 0.08);
                margin-top: 8px;
            }
            .nav-list.open {
                display: flex;
            }
            .nav-list a {
                padding: 10px 16px;
                font-size: 1.05rem;
                border-radius: 0;
            }
            .hamburger {
                display: inline-block;
            }
            h1 {
                font-size: 2rem;
            }
            h2 {
                font-size: 1.6rem;
            }
            h3 {
                font-size: 1.25rem;
            }
            .form-section {
                padding: 18px 16px;
            }
            .container {
                padding: 0 16px;
            }
            .breadcrumb ol {
                padding: 0 16px;
            }
            .stat-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        @media (max-width: 480px) {
            .stat-grid {
                grid-template-columns: 1fr;
            }
            .my-logo {
                font-size: 1.6rem;
            }
            .hero-image-wrap figcaption {
                font-size: 0.8rem;
                padding: 8px 12px;
            }
        }
        .text-muted {
            color: #8a7a6a;
            font-size: 0.9rem;
        }
        .last-updated {
            display: inline-block;
            background: #f0ebe2;
            padding: 4px 16px;
            border-radius: 40px;
            font-size: 0.85rem;
            color: #6a5a4a;
        }
        .tag {
            display: inline-block;
            background: #e8dccc;
            padding: 2px 12px;
            border-radius: 40px;
            font-size: 0.8rem;
            color: #4a3a2a;
            margin-right: 6px;
        }
