        *,
        *::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: #0d0f14;
            color: #e8e6e3;
            line-height: 1.7;
            padding: 0;
            margin: 0;
        }
        a {
            color: #f5b342;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover,
        a:focus {
            color: #ffd966;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ul,
        ol {
            padding-left: 1.6rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        h1 {
            font-size: 2.6rem;
            font-weight: 800;
            color: #f5b342;
            letter-spacing: -0.02em;
            margin-bottom: 0.75rem;
            line-height: 1.2;
        }
        h2 {
            font-size: 2rem;
            font-weight: 700;
            color: #f5b342;
            border-bottom: 2px solid #2a2e3a;
            padding-bottom: 0.5rem;
            margin-top: 2.8rem;
            margin-bottom: 1.2rem;
            line-height: 1.3;
        }
        h3 {
            font-size: 1.5rem;
            font-weight: 600;
            color: #e8d5a3;
            margin-top: 2rem;
            margin-bottom: 0.8rem;
            line-height: 1.3;
        }
        h4 {
            font-size: 1.2rem;
            font-weight: 600;
            color: #cfc09f;
            margin-top: 1.5rem;
            margin-bottom: 0.5rem;
            line-height: 1.4;
        }
        p {
            margin-bottom: 1.2rem;
            font-size: 1.05rem;
            color: #d5d2cc;
        }
        .lead {
            font-size: 1.2rem;
            font-weight: 400;
            color: #f0ede8;
            margin-bottom: 2rem;
        }
        .site-header {
            background: linear-gradient(145deg, #161a22, #0d0f14);
            border-bottom: 1px solid #2a2e3a;
            padding: 0.8rem 0;
            position: sticky;
            top: 0;
            z-index: 100;
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.7);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.8rem;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 900;
            color: #f5b342;
            letter-spacing: -0.03em;
            text-transform: uppercase;
            background: linear-gradient(135deg, #f5b342, #e07c2e);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: none;
            display: inline-block;
        }
        .my-logo:hover {
            opacity: 0.85;
            text-decoration: none;
        }
        .my-logo small {
            font-size: 0.65rem;
            font-weight: 300;
            color: #888;
            -webkit-text-fill-color: #888;
            display: block;
            letter-spacing: 0.1em;
        }
        .nav-wrapper {
            display: flex;
            align-items: center;
            gap: 1.2rem;
        }
        .nav-list {
            display: flex;
            list-style: none;
            gap: 0.2rem;
            flex-wrap: wrap;
        }
        .nav-list li a {
            display: block;
            padding: 0.5rem 1rem;
            font-size: 0.9rem;
            font-weight: 500;
            color: #c8c4bc;
            border-radius: 8px;
            transition: background 0.25s, color 0.25s;
        }
        .nav-list li a:hover {
            background: #2a2e3a;
            color: #f5b342;
            text-decoration: none;
        }
        .hamburger {
            display: none;
            font-size: 1.6rem;
            background: none;
            border: none;
            color: #f5b342;
            cursor: pointer;
            padding: 0.3rem 0.6rem;
            border-radius: 6px;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: #2a2e3a;
        }
        .breadcrumb {
            padding: 1rem 0 0.2rem 0;
            font-size: 0.85rem;
            color: #9a9690;
        }
        .breadcrumb a {
            color: #b8a88a;
        }
        .breadcrumb a:hover {
            color: #f5b342;
        }
        .breadcrumb span {
            color: #f5b342;
        }
        .hero-img-wrap {
            margin: 1.8rem 0 2.2rem 0;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 40px rgba(0, 0, 0, 0.8);
        }
        .hero-img-wrap img {
            width: 100%;
            max-height: 480px;
            object-fit: cover;
        }
        .section-card {
            background: #181c26;
            border-radius: 16px;
            padding: 2rem 2.2rem;
            margin-bottom: 2rem;
            border: 1px solid #2a2e3a;
            transition: box-shadow 0.3s;
        }
        .section-card:hover {
            box-shadow: 0 6px 30px rgba(245, 179, 66, 0.06);
        }
        .btn {
            display: inline-block;
            padding: 0.7rem 1.8rem;
            background: #f5b342;
            color: #0d0f14;
            font-weight: 700;
            border-radius: 40px;
            border: none;
            cursor: pointer;
            font-size: 1rem;
            transition: background 0.25s, transform 0.15s;
        }
        .btn:hover {
            background: #ffc966;
            transform: scale(1.02);
            text-decoration: none;
            color: #0d0f14;
        }
        .btn-secondary {
            background: #2a2e3a;
            color: #e8e6e3;
        }
        .btn-secondary:hover {
            background: #3d4253;
            color: #f5b342;
        }
        .search-form {
            display: flex;
            gap: 0.6rem;
            flex-wrap: wrap;
            margin-top: 0.5rem;
        }
        .search-form input[type="text"] {
            flex: 1;
            min-width: 180px;
            padding: 0.7rem 1.2rem;
            border-radius: 40px;
            border: 1px solid #3d4253;
            background: #0d0f14;
            color: #e8e6e3;
            font-size: 1rem;
            outline: none;
            transition: border 0.25s;
        }
        .search-form input[type="text"]:focus {
            border-color: #f5b342;
        }
        .comment-form textarea,
        .comment-form input {
            width: 100%;
            padding: 0.8rem 1.2rem;
            border-radius: 12px;
            border: 1px solid #3d4253;
            background: #0d0f14;
            color: #e8e6e3;
            font-size: 1rem;
            margin-bottom: 0.8rem;
            font-family: inherit;
            outline: none;
            transition: border 0.25s;
        }
        .comment-form textarea:focus,
        .comment-form input:focus {
            border-color: #f5b342;
        }
        .comment-form textarea {
            min-height: 100px;
            resize: vertical;
        }
        .comment-form .btn {
            margin-top: 0.3rem;
        }
        .rating-stars {
            display: flex;
            gap: 0.3rem;
            font-size: 1.8rem;
            color: #4a4e5a;
            cursor: pointer;
            margin: 0.6rem 0 1rem 0;
        }
        .rating-stars i {
            transition: color 0.2s, transform 0.15s;
        }
        .rating-stars i:hover,
        .rating-stars i.active {
            color: #f5b342;
            transform: scale(1.1);
        }
        .inline-links {
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem 1rem;
            list-style: none;
            padding: 0;
            margin: 1.2rem 0;
        }
        .inline-links li a {
            background: #1f2430;
            padding: 0.3rem 1rem;
            border-radius: 30px;
            font-size: 0.85rem;
            border: 1px solid #2a2e3a;
        }
        .inline-links li a:hover {
            background: #2a2e3a;
            border-color: #f5b342;
            text-decoration: none;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 1.5rem 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.95rem;
        }
        table th,
        table td {
            padding: 0.8rem 1rem;
            border: 1px solid #2a2e3a;
            text-align: left;
        }
        table th {
            background: #1f2430;
            color: #f5b342;
            font-weight: 600;
        }
        table td {
            background: #131721;
        }
        table tr:hover td {
            background: #1a1f2b;
        }
        .site-footer {
            background: #0a0c10;
            border-top: 1px solid #2a2e3a;
            padding: 2.5rem 0 1.8rem 0;
            margin-top: 3rem;
        }
        .site-footer .footer-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
        }
        .site-footer friend-link {
            display: block;
            font-weight: 600;
            color: #c8c4bc;
            margin-bottom: 0.6rem;
        }
        .site-footer friend-link a {
            font-weight: 400;
            display: inline-block;
            margin-left: 0.3rem;
            color: #b8a88a;
        }
        .site-footer .copyright {
            margin-top: 2rem;
            text-align: center;
            font-size: 0.85rem;
            color: #6a6a72;
            border-top: 1px solid #1e222c;
            padding-top: 1.5rem;
        }
        @media (max-width: 900px) {
            .site-footer .footer-grid {
                grid-template-columns: 1fr;
            }
            h1 {
                font-size: 2rem;
            }
            h2 {
                font-size: 1.6rem;
            }
            .section-card {
                padding: 1.5rem;
            }
        }
        @media (max-width: 720px) {
            .hamburger {
                display: block;
            }
            .nav-list {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #161a22;
                border-radius: 12px;
                padding: 0.8rem 0;
                margin-top: 0.6rem;
                border: 1px solid #2a2e3a;
            }
            .nav-list.open {
                display: flex;
            }
            .nav-list li a {
                padding: 0.7rem 1.2rem;
            }
            .nav-wrapper {
                flex-wrap: wrap;
            }
            .header-inner {
                flex-wrap: wrap;
            }
            .my-logo {
                font-size: 1.4rem;
            }
            .hero-img-wrap img {
                max-height: 220px;
            }
            .rating-stars {
                font-size: 1.5rem;
            }
            .search-form input[type="text"] {
                min-width: 120px;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 12px;
            }
            h1 {
                font-size: 1.6rem;
            }
            h2 {
                font-size: 1.3rem;
            }
            h3 {
                font-size: 1.15rem;
            }
            .section-card {
                padding: 1rem;
            }
            .inline-links {
                gap: 0.3rem 0.6rem;
            }
            .inline-links li a {
                font-size: 0.75rem;
                padding: 0.2rem 0.7rem;
            }
        }
        .text-glow {
            color: #f5b342;
        }
        .mt-1 {
            margin-top: 1rem;
        }
        .mt-2 {
            margin-top: 2rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .flex {
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
            align-items: center;
        }
        .grid-2 {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.5rem;
        }
        @media (max-width: 640px) {
            .grid-2 {
                grid-template-columns: 1fr;
            }
        }
        .highlight {
            background: #1f2430;
            padding: 0.1rem 0.5rem;
            border-radius: 6px;
            color: #f5b342;
            font-weight: 500;
        }
        .divider {
            border: none;
            height: 1px;
            background: linear-gradient(to right, transparent, #2a2e3a, transparent);
            margin: 2rem 0;
        }
