        *,
        *::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, BlinkMacSystemFont, sans-serif;
            background: #0d0b0a;
            color: #f0eae6;
            line-height: 1.7;
            padding: 0;
            margin: 0;
        }
        a {
            color: #f5c542;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover {
            color: #ffde8a;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .site-header {
            background: linear-gradient(145deg, #1a1210 0%, #0d0b0a 100%);
            border-bottom: 3px solid #c9a84c;
            padding: 16px 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.8);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 2.2rem;
            font-weight: 800;
            letter-spacing: 3px;
            text-transform: uppercase;
            background: linear-gradient(135deg, #f5c542, #d4a82c);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 0 30px rgba(245, 197, 66, 0.25);
            font-family: 'Segoe UI', sans-serif;
        }
        .my-logo a {
            color: inherit;
            text-decoration: none;
            -webkit-text-fill-color: transparent;
        }
        .my-logo a:hover {
            text-decoration: none;
            opacity: 0.9;
        }
        .my-logo small {
            font-size: 0.8rem;
            display: block;
            -webkit-text-fill-color: #b8a070;
            color: #b8a070;
            letter-spacing: 1px;
            font-weight: 400;
        }
        .main-nav {
            display: flex;
            align-items: center;
            gap: 8px;
            flex-wrap: wrap;
        }
        .main-nav a {
            padding: 8px 18px;
            border-radius: 30px;
            font-weight: 500;
            font-size: 0.95rem;
            color: #e8ddd0;
            transition: 0.25s;
            border: 1px solid transparent;
        }
        .main-nav a:hover {
            background: rgba(245, 197, 66, 0.12);
            border-color: #c9a84c;
            color: #f5c542;
            text-decoration: none;
        }
        .hamburger {
            display: none;
            font-size: 1.8rem;
            color: #f5c542;
            cursor: pointer;
            background: none;
            border: none;
            padding: 4px 12px;
            border-radius: 6px;
            transition: 0.2s;
        }
        .hamburger:hover {
            background: rgba(245, 197, 66, 0.15);
        }
        #nav-toggle {
            display: none;
        }
        .breadcrumb {
            background: #1a1210;
            padding: 12px 0;
            border-bottom: 1px solid #2f2622;
            font-size: 0.9rem;
            color: #b8a070;
        }
        .breadcrumb a {
            color: #d4b87a;
        }
        .breadcrumb a:hover {
            color: #f5c542;
        }
        .breadcrumb span {
            color: #8a7a6a;
        }
        main {
            padding: 40px 0 60px;
        }
        h1 {
            font-size: 3rem;
            font-weight: 800;
            line-height: 1.2;
            color: #f5c542;
            margin: 0 0 12px;
            text-shadow: 0 2px 20px rgba(245, 197, 66, 0.15);
        }
        h2 {
            font-size: 2rem;
            font-weight: 700;
            color: #f5c542;
            margin: 48px 0 16px;
            border-bottom: 2px solid #2f2622;
            padding-bottom: 8px;
        }
        h3 {
            font-size: 1.4rem;
            font-weight: 600;
            color: #e8ddd0;
            margin: 32px 0 12px;
        }
        h4 {
            font-size: 1.15rem;
            font-weight: 600;
            color: #d4c4b0;
            margin: 20px 0 8px;
        }
        p {
            margin: 0 0 18px;
            color: #d9d0c8;
            font-size: 1.05rem;
        }
        .hero-img-wrap {
            margin: 24px 0 32px;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 40px rgba(0, 0, 0, 0.7);
            border: 1px solid #2f2622;
        }
        .hero-img-wrap img {
            width: 100%;
            display: block;
        }
        .last-update {
            font-size: 0.9rem;
            color: #8a7a6a;
            margin-bottom: 24px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .last-update i {
            color: #c9a84c;
        }
        .search-section {
            background: #1a1210;
            border-radius: 16px;
            padding: 28px 32px;
            margin: 36px 0;
            border: 1px solid #2f2622;
        }
        .search-section h3 {
            margin-top: 0;
            color: #f5c542;
        }
        .search-form {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
        }
        .search-form input[type="text"] {
            flex: 1 1 260px;
            padding: 14px 20px;
            border-radius: 40px;
            border: 1px solid #3f3430;
            background: #0d0b0a;
            color: #f0eae6;
            font-size: 1rem;
            outline: none;
            transition: 0.3s;
        }
        .search-form input[type="text"]:focus {
            border-color: #c9a84c;
            box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.2);
        }
        .search-form button {
            padding: 14px 36px;
            border-radius: 40px;
            border: none;
            background: linear-gradient(135deg, #c9a84c, #a88832);
            color: #0d0b0a;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: 0.25s;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .search-form button:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(201, 168, 76, 0.35);
        }
        .comment-section,
        .score-section {
            background: #1a1210;
            border-radius: 16px;
            padding: 28px 32px;
            margin: 36px 0;
            border: 1px solid #2f2622;
        }
        .comment-section h3,
        .score-section h3 {
            margin-top: 0;
            color: #f5c542;
        }
        .comment-form textarea {
            width: 100%;
            padding: 14px 18px;
            border-radius: 12px;
            border: 1px solid #3f3430;
            background: #0d0b0a;
            color: #f0eae6;
            font-size: 1rem;
            min-height: 120px;
            resize: vertical;
            outline: none;
            transition: 0.3s;
            font-family: inherit;
        }
        .comment-form textarea:focus {
            border-color: #c9a84c;
            box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.15);
        }
        .comment-form .form-row {
            display: flex;
            gap: 14px;
            flex-wrap: wrap;
            margin-top: 14px;
        }
        .comment-form input[type="text"] {
            flex: 1 1 200px;
            padding: 12px 18px;
            border-radius: 40px;
            border: 1px solid #3f3430;
            background: #0d0b0a;
            color: #f0eae6;
            outline: none;
        }
        .comment-form input[type="text"]:focus {
            border-color: #c9a84c;
        }
        .comment-form button {
            padding: 12px 32px;
            border-radius: 40px;
            border: none;
            background: linear-gradient(135deg, #c9a84c, #a88832);
            color: #0d0b0a;
            font-weight: 700;
            cursor: pointer;
            transition: 0.25s;
        }
        .comment-form button:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(201, 168, 76, 0.3);
        }
        .score-stars {
            display: flex;
            gap: 8px;
            font-size: 2rem;
            color: #3f3430;
            cursor: pointer;
            margin: 12px 0;
            flex-wrap: wrap;
        }
        .score-stars i {
            transition: 0.2s;
        }
        .score-stars i.active,
        .score-stars i:hover {
            color: #f5c542;
            text-shadow: 0 0 20px rgba(245, 197, 66, 0.4);
        }
        .score-form button {
            padding: 12px 32px;
            border-radius: 40px;
            border: none;
            background: linear-gradient(135deg, #c9a84c, #a88832);
            color: #0d0b0a;
            font-weight: 700;
            cursor: pointer;
            transition: 0.25s;
            margin-top: 8px;
        }
        .score-form button:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(201, 168, 76, 0.3);
        }
        .site-footer {
            background: #0d0b0a;
            border-top: 3px solid #c9a84c;
            padding: 40px 0 24px;
            margin-top: 40px;
        }
        .footer-inner {
            display: flex;
            flex-wrap: wrap;
            gap: 40px;
            justify-content: space-between;
        }
        .footer-col {
            flex: 1 1 220px;
        }
        .footer-col h4 {
            color: #f5c542;
            margin-bottom: 12px;
            font-size: 1.1rem;
        }
        .footer-col a {
            display: block;
            padding: 4px 0;
            color: #b8a070;
            font-size: 0.95rem;
        }
        .footer-col a:hover {
            color: #f5c542;
        }
        friend-link {
            display: block;
            margin-top: 16px;
            font-style: normal;
        }
        friend-link a {
            display: inline-block;
            margin-right: 20px;
            color: #b8a070;
        }
        friend-link a:hover {
            color: #f5c542;
        }
        .copyright {
            text-align: center;
            border-top: 1px solid #1f1815;
            padding-top: 24px;
            margin-top: 24px;
            color: #6a5e56;
            font-size: 0.9rem;
        }
        .copyright strong {
            color: #b8a070;
        }
        @media (max-width: 820px) {
            .header-inner {
                flex-wrap: wrap;
            }
            .hamburger {
                display: inline-block;
            }
            .main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                padding: 16px 0 8px;
                gap: 4px;
            }
            .main-nav a {
                padding: 10px 20px;
                width: 100%;
                border-radius: 8px;
            }
            #nav-toggle:checked+.hamburger+.main-nav {
                display: flex;
            }
            #nav-toggle:checked+.hamburger {
                background: rgba(245, 197, 66, 0.15);
            }
            h1 {
                font-size: 2.2rem;
            }
            h2 {
                font-size: 1.6rem;
            }
            .search-form input[type="text"] {
                flex: 1 1 100%;
            }
            .search-form button {
                width: 100%;
                justify-content: center;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 14px;
            }
            h1 {
                font-size: 1.8rem;
            }
            .my-logo {
                font-size: 1.6rem;
            }
            .comment-section,
            .score-section,
            .search-section {
                padding: 20px 16px;
            }
            .score-stars {
                font-size: 1.6rem;
            }
        }
        .highlight {
            color: #f5c542;
            font-weight: 600;
        }
        .divider {
            height: 1px;
            background: linear-gradient(90deg, transparent, #2f2622, transparent);
            margin: 36px 0;
        }
        .inline-list {
            list-style: none;
            padding: 0;
        }
        .inline-list li {
            padding: 6px 0;
            padding-left: 28px;
            position: relative;
        }
        .inline-list li::before {
            content: "♦";
            color: #c9a84c;
            position: absolute;
            left: 0;
            font-size: 0.9rem;
        }
        blockquote {
            border-left: 4px solid #c9a84c;
            padding: 12px 24px;
            margin: 24px 0;
            background: #1a1210;
            border-radius: 0 12px 12px 0;
            font-style: italic;
            color: #d4c4b0;
        }
        blockquote strong {
            color: #f5c542;
        }
        .stat-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 20px;
            margin: 24px 0;
        }
        .stat-card {
            background: #1a1210;
            border: 1px solid #2f2622;
            border-radius: 14px;
            padding: 20px;
            text-align: center;
        }
        .stat-card .num {
            font-size: 2rem;
            font-weight: 800;
            color: #f5c542;
        }
        .stat-card .label {
            color: #b8a070;
            font-size: 0.95rem;
        }
