        *, *::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, sans-serif;
            background: #f8f6f2;
            color: #2c2c2c;
            line-height: 1.7;
            padding: 0;
            margin: 0;
            min-height: 100vh;
        }
        a { color: #b8860b; text-decoration: none; transition: color 0.2s; }
        a:hover { color: #8b6508; text-decoration: underline; }
        img { max-width: 100%; height: auto; border-radius: 12px; }
        ul, ol { padding-left: 1.5rem; margin: 1rem 0; }
        li { margin-bottom: 0.5rem; }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.25rem;
        }
        .site-header {
            background: linear-gradient(135deg, #1a3a2a 0%, #2d5a3f 50%, #1a3a2a 100%);
            color: #fff;
            padding: 0.75rem 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 4px 20px rgba(0,0,0,0.25);
            border-bottom: 3px solid #d4a843;
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.75rem;
        }
        .my-logo {
            font-size: 1.75rem;
            font-weight: 900;
            color: #ffd700;
            text-shadow: 0 2px 8px rgba(0,0,0,0.5);
            letter-spacing: 1px;
            transition: transform 0.2s;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .my-logo:hover { transform: scale(1.02); text-decoration: none; color: #ffd700; }
        .my-logo i { font-size: 1.5rem; color: #d4a843; }
        .nav-toggle { display: none; background: none; border: 2px solid #d4a843; color: #ffd700; font-size: 1.5rem; padding: 0.35rem 0.75rem; border-radius: 8px; cursor: pointer; transition: 0.2s; }
        .nav-toggle:hover { background: rgba(212,168,67,0.2); }
        .nav-menu { display: flex; gap: 0.25rem; flex-wrap: wrap; }
        .nav-menu a {
            color: #f0ead6;
            padding: 0.5rem 1rem;
            border-radius: 8px;
            font-weight: 500;
            font-size: 0.9rem;
            transition: 0.2s;
            white-space: nowrap;
        }
        .nav-menu a:hover { background: rgba(255,215,0,0.18); color: #ffd700; text-decoration: none; }
        .breadcrumb-wrap {
            background: #f0ebe0;
            padding: 0.6rem 0;
            border-bottom: 1px solid #e0d6c4;
            font-size: 0.85rem;
        }
        .breadcrumb { display: flex; flex-wrap: wrap; gap: 0.35rem; align-items: center; }
        .breadcrumb a { color: #6b5b3d; }
        .breadcrumb a:hover { color: #b8860b; }
        .breadcrumb .sep { color: #a09070; margin: 0 0.15rem; }
        main { padding: 2rem 0 3rem; }
        article { background: #fff; border-radius: 20px; padding: 2.5rem 2.8rem; box-shadow: 0 8px 40px rgba(0,0,0,0.05); border: 1px solid #ede8dc; margin-bottom: 2.5rem; }
        h1 { font-size: 2.4rem; color: #1a3a2a; margin-bottom: 0.75rem; line-height: 1.2; font-weight: 800; }
        h1 i { color: #d4a843; margin-right: 0.5rem; }
        .subtitle { font-size: 1.15rem; color: #6b5b3d; margin-bottom: 1.5rem; font-weight: 400; border-left: 4px solid #d4a843; padding-left: 1rem; }
        .meta-bar { display: flex; flex-wrap: wrap; gap: 1.25rem; font-size: 0.9rem; color: #6b5b3d; margin-bottom: 2rem; padding-bottom: 1.2rem; border-bottom: 1px solid #f0ead0; }
        .meta-bar i { color: #d4a843; margin-right: 0.35rem; }
        h2 { font-size: 1.8rem; color: #1a3a2a; margin-top: 2.8rem; margin-bottom: 1rem; font-weight: 700; border-bottom: 2px solid #f0ead0; padding-bottom: 0.4rem; }
        h2 i { color: #d4a843; margin-right: 0.5rem; }
        h3 { font-size: 1.35rem; color: #2d5a3f; margin-top: 2rem; margin-bottom: 0.75rem; font-weight: 600; }
        h3 i { color: #b8860b; margin-right: 0.4rem; font-size: 1.1rem; }
        h4 { font-size: 1.1rem; color: #3d6b4f; margin-top: 1.5rem; margin-bottom: 0.5rem; font-weight: 600; }
        h4 i { color: #8b6508; margin-right: 0.3rem; }
        p { margin-bottom: 1.2rem; font-size: 1.02rem; color: #2c2c2c; }
        .highlight { background: #fcf8e8; padding: 0.1rem 0.3rem; border-radius: 4px; font-weight: 600; color: #1a3a2a; }
        .key-point { background: #f0f7f2; border-left: 4px solid #d4a843; padding: 1.2rem 1.5rem; margin: 1.5rem 0; border-radius: 0 12px 12px 0; }
        .key-point p:last-child { margin-bottom: 0; }
        .featured-img-wrap { margin: 2rem 0 2.5rem; text-align: center; }
        .featured-img-wrap img { width: 100%; max-width: 800px; border-radius: 16px; box-shadow: 0 8px 30px rgba(0,0,0,0.1); border: 2px solid #f0ead0; }
        .featured-img-wrap figcaption { font-size: 0.85rem; color: #6b5b3d; margin-top: 0.6rem; font-style: italic; }
        .inline-link { font-weight: 600; color: #b8860b; border-bottom: 1px dotted #d4a843; }
        .inline-link:hover { color: #8b6508; border-bottom-color: #8b6508; }
        .dice-list { background: #faf8f2; border-radius: 16px; padding: 1.5rem 2rem; margin: 1.5rem 0; border: 1px solid #ede8dc; }
        .dice-list li { padding: 0.6rem 0; border-bottom: 1px solid #f0ead0; display: flex; align-items: center; gap: 0.75rem; }
        .dice-list li:last-child { border-bottom: none; }
        .dice-list .badge { background: #d4a843; color: #fff; padding: 0.15rem 0.6rem; border-radius: 20px; font-size: 0.75rem; font-weight: 700; }
        .table-wrap { overflow-x: auto; margin: 1.5rem 0; border-radius: 12px; border: 1px solid #ede8dc; }
        table { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
        th { background: #1a3a2a; color: #ffd700; padding: 0.75rem 1rem; text-align: left; font-weight: 600; }
        td { padding: 0.7rem 1rem; border-bottom: 1px solid #f0ead0; }
        tr:nth-child(even) td { background: #faf8f2; }
        tr:hover td { background: #f5f0e4; }
        .search-section { background: #fff; border-radius: 20px; padding: 2rem 2.5rem; box-shadow: 0 8px 40px rgba(0,0,0,0.05); border: 1px solid #ede8dc; margin-bottom: 2.5rem; }
        .search-form { display: flex; gap: 0.75rem; flex-wrap: wrap; }
        .search-form input[type="text"] { flex: 1; min-width: 200px; padding: 0.8rem 1.2rem; border: 2px solid #e0d6c4; border-radius: 12px; font-size: 1rem; outline: none; transition: 0.2s; background: #faf8f2; }
        .search-form input[type="text"]:focus { border-color: #d4a843; box-shadow: 0 0 0 4px rgba(212,168,67,0.12); }
        .search-form button { padding: 0.8rem 2rem; background: #1a3a2a; color: #ffd700; border: none; border-radius: 12px; font-size: 1rem; font-weight: 600; cursor: pointer; transition: 0.2s; display: flex; align-items: center; gap: 0.5rem; }
        .search-form button:hover { background: #2d5a3f; transform: translateY(-1px); }
        .interact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-bottom: 2.5rem; }
        @media (max-width:768px) { .interact-grid { grid-template-columns: 1fr; } }
        .interact-card { background: #fff; border-radius: 20px; padding: 2rem 2.2rem; box-shadow: 0 8px 40px rgba(0,0,0,0.05); border: 1px solid #ede8dc; }
        .interact-card h3 { margin-top: 0; font-size: 1.3rem; }
        .form-group { margin-bottom: 1rem; }
        .form-group label { display: block; font-weight: 600; color: #1a3a2a; margin-bottom: 0.35rem; font-size: 0.9rem; }
        .form-group input, .form-group textarea, .form-group select { width: 100%; padding: 0.7rem 1rem; border: 2px solid #e0d6c4; border-radius: 10px; font-size: 0.95rem; outline: none; transition: 0.2s; background: #faf8f2; font-family: inherit; }
        .form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: #d4a843; box-shadow: 0 0 0 4px rgba(212,168,67,0.1); }
        .form-group textarea { resize: vertical; min-height: 90px; }
        .btn-submit { padding: 0.75rem 2rem; background: #1a3a2a; color: #ffd700; border: none; border-radius: 12px; font-size: 1rem; font-weight: 600; cursor: pointer; transition: 0.2s; display: inline-flex; align-items: center; gap: 0.5rem; }
        .btn-submit:hover { background: #2d5a3f; transform: translateY(-1px); }
        .btn-submit:active { transform: translateY(0); }
        .star-rating { display: flex; flex-direction: row-reverse; justify-content: flex-end; gap: 0.25rem; margin: 0.5rem 0 1rem; }
        .star-rating input { display: none; }
        .star-rating label { font-size: 1.8rem; color: #ddd; cursor: pointer; transition: 0.15s; }
        .star-rating label:hover, .star-rating label:hover ~ label, .star-rating input:checked ~ label { color: #ffd700; }
        .star-rating label i { font-size: 1.8rem; }
        .site-footer { background: #1a3a2a; color: #f0ead6; padding: 2.5rem 0 1.5rem; border-top: 4px solid #d4a843; margin-top: 2rem; }
        .footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2.5rem; }
        @media (max-width:768px) { .footer-inner { grid-template-columns: 1fr; gap: 1.5rem; } }
        .footer-inner h4 { color: #ffd700; font-size: 1.1rem; margin-bottom: 1rem; border-bottom: 1px solid rgba(212,168,67,0.3); padding-bottom: 0.4rem; }
        .footer-inner a { color: #d4c4a0; }
        .footer-inner a:hover { color: #ffd700; }
        friend-link { display: block; margin-top: 1rem; }
        friend-link a { display: inline-block; margin: 0.2rem 0.5rem 0.2rem 0; padding: 0.25rem 0.75rem; background: rgba(212,168,67,0.12); border-radius: 6px; font-size: 0.85rem; border: 1px solid rgba(212,168,67,0.15); }
        friend-link a:hover { background: rgba(212,168,67,0.25); text-decoration: none; }
        .copyright { text-align: center; padding-top: 1.5rem; margin-top: 2rem; border-top: 1px solid rgba(212,168,67,0.2); font-size: 0.85rem; color: #b0a080; }
        @media (max-width: 768px) {
            .nav-toggle { display: block; }
            .nav-menu { display: none; width: 100%; flex-direction: column; gap: 0.25rem; padding-top: 0.75rem; }
            .nav-menu.open { display: flex; }
            .nav-menu a { padding: 0.6rem 0.75rem; }
            article { padding: 1.5rem 1.2rem; }
            h1 { font-size: 1.6rem; }
            h2 { font-size: 1.4rem; }
            h3 { font-size: 1.15rem; }
            .search-form input[type="text"] { min-width: 100%; }
            .search-form button { width: 100%; justify-content: center; }
            .interact-card { padding: 1.5rem; }
            .featured-img-wrap img { border-radius: 12px; }
        }
        @media (max-width: 480px) {
            .container { padding: 0 0.9rem; }
            article { padding: 1.2rem 0.9rem; border-radius: 14px; }
            h1 { font-size: 1.35rem; }
            .meta-bar { flex-direction: column; gap: 0.3rem; }
        }
        ::-webkit-scrollbar { width: 8px; }
        ::-webkit-scrollbar-track { background: #f0ebe0; }
        ::-webkit-scrollbar-thumb { background: #b0a080; border-radius: 10px; }
        ::-webkit-scrollbar-thumb:hover { background: #8b7a5a; }
        @media print { .site-header { position: static; } .nav-toggle { display: none; } .site-footer { break-inside: avoid; } }
