        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            -webkit-text-size-adjust: 100%;
        }
        body {
            font-family: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
            background: #0b0e14;
            color: #e8edf2;
            line-height: 1.7;
            font-size: 16px;
            padding-bottom: 0;
            min-height: 100vh;
        }
        a {
            color: #f5a623;
            text-decoration: none;
            transition: color 0.2s ease;
        }
        a:hover,
        a:focus {
            color: #ffc857;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ul,
        ol {
            padding-left: 1.4rem;
            margin: 0.8rem 0;
        }
        li {
            margin-bottom: 0.3rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.3;
            color: #ffffff;
            margin-top: 1.8rem;
            margin-bottom: 0.6rem;
            letter-spacing: -0.01em;
        }
        h1 {
            font-size: 2.2rem;
            border-bottom: 3px solid #f5a623;
            padding-bottom: 0.6rem;
        }
        h2 {
            font-size: 1.7rem;
            border-left: 5px solid #f5a623;
            padding-left: 1rem;
        }
        h3 {
            font-size: 1.35rem;
            color: #f0c27f;
        }
        h4 {
            font-size: 1.1rem;
            color: #d4e0ed;
        }
        p {
            margin: 0.8rem 0;
            color: #d0d8e2;
        }
        strong,
        b {
            color: #ffffff;
            font-weight: 600;
        }
        hr {
            border: none;
            border-top: 1px solid #2a3344;
            margin: 2rem 0;
        }
        .container {
            max-width: 1120px;
            margin: 0 auto;
            padding: 0 1.2rem;
        }
        .site-header {
            background: #131a26;
            border-bottom: 2px solid #1f2a3a;
            padding: 0.8rem 0;
            position: sticky;
            top: 0;
            z-index: 100;
            backdrop-filter: blur(6px);
            -webkit-backdrop-filter: blur(6px);
            background: rgba(19, 26, 38, 0.96);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.8rem;
        }
        .my-logo {
            font-size: 1.7rem;
            font-weight: 800;
            background: linear-gradient(135deg, #f5a623, #f7c948);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            letter-spacing: -0.5px;
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        .my-logo i {
            -webkit-text-fill-color: #f5a623;
            font-size: 1.8rem;
        }
        .my-logo a {
            color: inherit;
            text-decoration: none;
            -webkit-text-fill-color: transparent;
            background: inherit;
            -webkit-background-clip: text;
            background-clip: text;
        }
        .my-logo a:hover {
            opacity: 0.9;
            text-decoration: none;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: 2px solid #f5a623;
            color: #f5a623;
            font-size: 1.5rem;
            padding: 0.4rem 0.8rem;
            border-radius: 8px;
            cursor: pointer;
            transition: 0.2s;
        }
        .nav-toggle:hover {
            background: #f5a62322;
        }
        .nav-menu {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.4rem 1.2rem;
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .nav-menu li a {
            color: #c8d2e0;
            font-weight: 500;
            font-size: 0.95rem;
            padding: 0.3rem 0;
            border-bottom: 2px solid transparent;
            transition: 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 0.3rem;
        }
        .nav-menu li a:hover {
            color: #f5a623;
            border-bottom-color: #f5a623;
            text-decoration: none;
        }
        .breadcrumb {
            background: #0f151f;
            padding: 0.6rem 0;
            font-size: 0.85rem;
            border-bottom: 1px solid #1e2838;
        }
        .breadcrumb ol {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem 0.6rem;
            padding: 0;
            margin: 0;
        }
        .breadcrumb li+li::before {
            content: "/";
            margin-right: 0.6rem;
            color: #5a6a7e;
        }
        .breadcrumb a {
            color: #8a9bb0;
        }
        .breadcrumb a:hover {
            color: #f5a623;
        }
        .breadcrumb .active {
            color: #f5a623;
            font-weight: 500;
        }
        .main-content {
            padding: 2rem 0 3rem;
        }
        .featured-image {
            margin: 1.5rem 0 2rem;
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
            background: #1a2332;
            padding: 4px;
        }
        .featured-image img {
            border-radius: 10px;
            width: 100%;
            object-fit: cover;
            max-height: 420px;
        }
        .featured-image figcaption {
            text-align: center;
            font-size: 0.85rem;
            color: #8a9bb0;
            padding: 0.6rem 0 0.2rem;
        }
        .update-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: #1f2a3a;
            padding: 0.4rem 1rem;
            border-radius: 30px;
            font-size: 0.85rem;
            color: #c8d2e0;
            margin: 1rem 0 1.2rem;
            border: 1px solid #2a3344;
        }
        .update-badge i {
            color: #f5a623;
        }
        .highlight-box {
            background: #1a2332;
            border-left: 4px solid #f5a623;
            padding: 1.2rem 1.6rem;
            border-radius: 0 12px 12px 0;
            margin: 1.6rem 0;
        }
        .highlight-box p {
            margin: 0.2rem 0;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 1.6rem 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            background: #131a26;
            border-radius: 12px;
            overflow: hidden;
            font-size: 0.95rem;
        }
        th,
        td {
            padding: 0.8rem 1rem;
            text-align: left;
            border-bottom: 1px solid #1f2a3a;
        }
        th {
            background: #1f2a3a;
            color: #f5a623;
            font-weight: 600;
        }
        tr:hover td {
            background: #1a2332;
        }
        .btn {
            display: inline-block;
            background: #f5a623;
            color: #0b0e14;
            font-weight: 700;
            padding: 0.7rem 1.8rem;
            border-radius: 30px;
            border: none;
            cursor: pointer;
            transition: 0.25s;
            font-size: 1rem;
            text-align: center;
        }
        .btn:hover {
            background: #ffc857;
            transform: scale(1.02);
            text-decoration: none;
            color: #0b0e14;
        }
        .btn-outline {
            background: transparent;
            border: 2px solid #f5a623;
            color: #f5a623;
        }
        .btn-outline:hover {
            background: #f5a623;
            color: #0b0e14;
        }
        .interactive-section {
            background: #131a26;
            border-radius: 16px;
            padding: 1.8rem 1.8rem 2.2rem;
            margin: 2.4rem 0;
            border: 1px solid #1f2a3a;
        }
        .interactive-section h3 {
            margin-top: 0;
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }
        .search-form {
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem;
            margin: 1rem 0 0.2rem;
        }
        .search-form input[type="text"] {
            flex: 1 1 220px;
            padding: 0.7rem 1.2rem;
            border-radius: 30px;
            border: 2px solid #2a3344;
            background: #0b0e14;
            color: #e8edf2;
            font-size: 1rem;
            outline: none;
            transition: 0.2s;
        }
        .search-form input[type="text"]:focus {
            border-color: #f5a623;
        }
        .search-form button {
            background: #f5a623;
            color: #0b0e14;
            border: none;
            padding: 0.7rem 1.8rem;
            border-radius: 30px;
            font-weight: 600;
            cursor: pointer;
            transition: 0.2s;
            font-size: 1rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .search-form button:hover {
            background: #ffc857;
            transform: scale(1.02);
        }
        .comment-box textarea {
            width: 100%;
            padding: 0.8rem 1.2rem;
            border-radius: 12px;
            border: 2px solid #2a3344;
            background: #0b0e14;
            color: #e8edf2;
            font-size: 0.95rem;
            resize: vertical;
            min-height: 90px;
            outline: none;
            transition: 0.2s;
            font-family: inherit;
        }
        .comment-box textarea:focus {
            border-color: #f5a623;
        }
        .comment-box .btn {
            margin-top: 0.6rem;
        }
        .rating-stars {
            display: flex;
            gap: 0.3rem;
            font-size: 2rem;
            color: #2a3344;
            cursor: pointer;
            transition: 0.15s;
            margin: 0.4rem 0 0.8rem;
        }
        .rating-stars i {
            transition: 0.15s;
        }
        .rating-stars i.active,
        .rating-stars i:hover,
        .rating-stars i:hover~i {
            color: #f5a623;
        }
        .rating-stars i:hover {
            transform: scale(1.2);
        }
        .rating-result {
            font-size: 1.1rem;
            color: #f0c27f;
            font-weight: 500;
        }
        .friend-links-section {
            background: #0f151f;
            border-top: 2px solid #1f2a3a;
            padding: 2rem 0;
        }
        friend-link {
            display: block;
            max-width: 1120px;
            margin: 0 auto;
            padding: 0 1.2rem;
            font-style: normal;
        }
        friend-link h3 {
            font-size: 1.2rem;
            color: #f5a623;
            margin: 0 0 0.8rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        friend-link ul {
            list-style: none;
            padding: 0;
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem 1.6rem;
        }
        friend-link li a {
            color: #8a9bb0;
            font-size: 0.9rem;
        }
        friend-link li a:hover {
            color: #f5a623;
        }
        .site-footer {
            background: #0a0e16;
            border-top: 1px solid #1a2332;
            padding: 1.6rem 0;
            text-align: center;
            font-size: 0.85rem;
            color: #6a7a8e;
        }
        .site-footer .copyright {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 0.6rem 1.6rem;
            margin-bottom: 0.4rem;
        }
        .site-footer a {
            color: #8a9bb0;
        }
        .site-footer a:hover {
            color: #f5a623;
        }
        @media (max-width: 768px) {
            h1 {
                font-size: 1.7rem;
            }
            h2 {
                font-size: 1.35rem;
            }
            h3 {
                font-size: 1.15rem;
            }
            .header-inner {
                flex-wrap: wrap;
            }
            .nav-toggle {
                display: block;
            }
            .nav-menu {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #131a26;
                padding: 0.8rem 0 1.2rem;
                border-top: 1px solid #1f2a3a;
                margin-top: 0.6rem;
            }
            .nav-menu.open {
                display: flex;
            }
            .nav-menu li a {
                padding: 0.5rem 0.8rem;
                border-bottom: 1px solid #1a2332;
                width: 100%;
            }
            .interactive-section {
                padding: 1.2rem 1rem;
            }
            .rating-stars {
                font-size: 1.6rem;
            }
            .table-wrap table {
                font-size: 0.8rem;
            }
            th,
            td {
                padding: 0.5rem 0.6rem;
            }
            .featured-image img {
                max-height: 220px;
            }
            .my-logo {
                font-size: 1.3rem;
            }
        }
        @media (max-width: 480px) {
            body {
                font-size: 15px;
            }
            .container {
                padding: 0 0.9rem;
            }
            .highlight-box {
                padding: 0.8rem 1rem;
            }
            .search-form input[type="text"] {
                flex: 1 1 100%;
            }
            .search-form button {
                width: 100%;
                justify-content: center;
            }
        }
        @media (min-width: 769px) {
            .nav-toggle {
                display: none !important;
            }
            .nav-menu {
                display: flex !important;
            }
        }
        ::-webkit-scrollbar {
            width: 8px;
            height: 8px;
        }
        ::-webkit-scrollbar-track {
            background: #0f151f;
        }
        ::-webkit-scrollbar-thumb {
            background: #2a3344;
            border-radius: 10px;
        }
        ::-webkit-scrollbar-thumb:hover {
            background: #3e4b62;
        }
        .emoji-big {
            font-size: 1.4em;
            margin-right: 0.2em;
        }
        .inline-icon {
            margin-right: 0.3rem;
        }
