        *,
        *::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, sans-serif;
            background: #f5f7f6;
            color: #1e2a2f;
            line-height: 1.7;
            padding: 0;
            margin: 0;
        }
        a {
            color: #c84b2e;
            text-decoration: none;
            transition: color 0.2s ease;
        }
        a:hover {
            color: #a0331e;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ul,
        ol {
            padding-left: 1.5rem;
            margin: 1rem 0;
        }
        li {
            margin-bottom: 0.4rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .site-header {
            background: linear-gradient(145deg, #0f1a1f 0%, #1a2e35 100%);
            color: #fff;
            padding: 16px 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            color: #f5c542;
            text-shadow: 2px 2px 0 #b53b1f;
            transition: transform 0.2s;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .my-logo:hover {
            transform: scale(1.02);
            text-decoration: none;
            color: #f5c542;
        }
        .my-logo i {
            font-size: 2rem;
            color: #f5c542;
        }
        .my-logo span {
            font-size: 0.9rem;
            font-weight: 400;
            color: #ccc;
            margin-left: 6px;
            letter-spacing: 0.3px;
        }
        .nav-wrapper {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .main-nav {
            display: flex;
            gap: 6px;
            flex-wrap: wrap;
        }
        .main-nav a {
            color: #e0e7e6;
            padding: 8px 14px;
            border-radius: 30px;
            font-size: 0.9rem;
            font-weight: 500;
            transition: all 0.25s ease;
            white-space: nowrap;
        }
        .main-nav a:hover {
            background: rgba(245, 197, 66, 0.18);
            color: #f5c542;
            text-decoration: none;
        }
        .main-nav a.active {
            background: #f5c542;
            color: #0f1a1f;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            color: #fff;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 4px 8px;
            transition: opacity 0.2s;
        }
        .hamburger:hover {
            opacity: 0.75;
        }
        .breadcrumb {
            background: #e8edec;
            padding: 10px 0;
            font-size: 0.85rem;
            color: #4a5a5f;
            border-bottom: 1px solid #d0d8d6;
        }
        .breadcrumb .container {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 6px;
        }
        .breadcrumb a {
            color: #c84b2e;
        }
        .breadcrumb i {
            font-size: 0.7rem;
            color: #7a8a8f;
        }
        .hero {
            background: linear-gradient(135deg, #1a2e35 0%, #2d4a52 100%);
            color: #fff;
            padding: 50px 0 40px;
            margin-bottom: 30px;
            border-radius: 0 0 40px 40px;
        }
        .hero h1 {
            font-size: 2.8rem;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 16px;
            letter-spacing: -0.5px;
        }
        .hero h1 i {
            color: #f5c542;
            margin-right: 10px;
        }
        .hero p {
            font-size: 1.2rem;
            max-width: 750px;
            opacity: 0.9;
            margin-bottom: 8px;
        }
        .hero .meta-badge {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin-top: 20px;
            font-size: 0.95rem;
            opacity: 0.85;
        }
        .hero .meta-badge i {
            margin-right: 6px;
            color: #f5c542;
        }
        .search-bar {
            background: #fff;
            border-radius: 50px;
            padding: 4px 4px 4px 20px;
            display: flex;
            align-items: center;
            max-width: 420px;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
            margin-top: 20px;
        }
        .search-bar input {
            flex: 1;
            border: none;
            outline: none;
            padding: 12px 0;
            font-size: 0.95rem;
            background: transparent;
            color: #1e2a2f;
        }
        .search-bar input::placeholder {
            color: #8a9a9f;
        }
        .search-bar button {
            background: #c84b2e;
            color: #fff;
            border: none;
            border-radius: 50px;
            padding: 10px 22px;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s;
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 0.9rem;
        }
        .search-bar button:hover {
            background: #a0331e;
        }
        .main-grid {
            display: grid;
            grid-template-columns: 1fr 320px;
            gap: 40px;
            margin: 30px 0 50px;
        }
        .content-area {
            min-width: 0;
        }
        .sidebar {
            min-width: 0;
        }
        h2 {
            font-size: 1.9rem;
            font-weight: 700;
            color: #0f1a1f;
            margin: 2.2rem 0 1rem;
            padding-bottom: 6px;
            border-bottom: 3px solid #f5c542;
            display: inline-block;
        }
        h3 {
            font-size: 1.4rem;
            font-weight: 600;
            color: #1a2e35;
            margin: 1.8rem 0 0.8rem;
        }
        h4 {
            font-size: 1.15rem;
            font-weight: 600;
            color: #2d4a52;
            margin: 1.4rem 0 0.5rem;
        }
        p {
            margin-bottom: 1.2rem;
            color: #2a3a3f;
        }
        .content-area p {
            font-size: 1.05rem;
        }
        .info-box {
            background: #eef3f1;
            border-left: 5px solid #f5c542;
            padding: 18px 24px;
            border-radius: 12px;
            margin: 1.6rem 0;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
        }
        .info-box strong {
            color: #c84b2e;
        }
        .highlight {
            background: #fef7e6;
            padding: 2px 8px;
            border-radius: 6px;
            font-weight: 600;
        }
        .btn {
            display: inline-block;
            background: #c84b2e;
            color: #fff;
            padding: 10px 26px;
            border-radius: 40px;
            font-weight: 600;
            transition: all 0.25s;
            border: none;
            cursor: pointer;
            font-size: 0.95rem;
        }
        .btn:hover {
            background: #a0331e;
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(200, 75, 46, 0.3);
            text-decoration: none;
            color: #fff;
        }
        .btn-outline {
            background: transparent;
            border: 2px solid #c84b2e;
            color: #c84b2e;
        }
        .btn-outline:hover {
            background: #c84b2e;
            color: #fff;
        }
        .featured-image {
            margin: 2rem 0;
            border-radius: 16px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
        }
        .featured-image figcaption {
            font-size: 0.85rem;
            color: #5a6a6f;
            margin-top: 8px;
            text-align: center;
            font-style: italic;
        }
        .stats-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.5rem 0;
            font-size: 0.95rem;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
        }
        .stats-table th {
            background: #1a2e35;
            color: #fff;
            padding: 12px 16px;
            text-align: left;
            font-weight: 600;
        }
        .stats-table td {
            padding: 10px 16px;
            border-bottom: 1px solid #dce3e1;
            background: #fff;
        }
        .stats-table tr:last-child td {
            border-bottom: none;
        }
        .stats-table tr:hover td {
            background: #f5f9f7;
        }
        .sidebar-card {
            background: #fff;
            border-radius: 16px;
            padding: 24px 20px;
            margin-bottom: 24px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
            border: 1px solid #e2e8e6;
        }
        .sidebar-card h3 {
            font-size: 1.2rem;
            margin-top: 0;
            border-bottom: 2px solid #f5c542;
            padding-bottom: 8px;
            margin-bottom: 14px;
        }
        .sidebar-card ul {
            list-style: none;
            padding-left: 0;
            margin: 0;
        }
        .sidebar-card ul li {
            padding: 6px 0;
            border-bottom: 1px solid #edf2f0;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .sidebar-card ul li i {
            color: #f5c542;
            width: 20px;
            text-align: center;
        }
        .sidebar-card ul li a {
            font-weight: 500;
        }
        .rating-widget {
            display: flex;
            flex-direction: column;
            gap: 12px;
            margin: 12px 0;
        }
        .rating-stars {
            display: flex;
            gap: 6px;
            font-size: 1.8rem;
            color: #ddd;
            cursor: pointer;
        }
        .rating-stars i.active {
            color: #f5c542;
        }
        .rating-stars i:hover,
        .rating-stars i.hover {
            color: #f5c542;
        }
        .rating-result {
            font-weight: 600;
            color: #1a2e35;
        }
        .comment-form textarea {
            width: 100%;
            padding: 12px 16px;
            border: 2px solid #dce3e1;
            border-radius: 12px;
            font-size: 0.95rem;
            resize: vertical;
            min-height: 90px;
            font-family: inherit;
            transition: border 0.2s;
            background: #fafcfb;
        }
        .comment-form textarea:focus {
            border-color: #c84b2e;
            outline: none;
        }
        .comment-form input {
            width: 100%;
            padding: 10px 16px;
            border: 2px solid #dce3e1;
            border-radius: 12px;
            font-size: 0.95rem;
            margin: 8px 0;
            font-family: inherit;
            background: #fafcfb;
        }
        .comment-form input:focus {
            border-color: #c84b2e;
            outline: none;
        }
        .comment-form .btn {
            width: 100%;
            margin-top: 6px;
        }
        friend-link {
            display: block;
            background: #fff;
            border-radius: 16px;
            padding: 24px 28px;
            margin: 30px 0 20px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
            border: 1px solid #e2e8e6;
        }
        friend-link h3 {
            margin-top: 0;
            font-size: 1.2rem;
            border-bottom: 2px solid #f5c542;
            padding-bottom: 8px;
            display: inline-block;
        }
        friend-link ul {
            list-style: none;
            padding-left: 0;
            display: flex;
            flex-wrap: wrap;
            gap: 12px 24px;
            margin-top: 14px;
        }
        friend-link ul li a {
            font-weight: 500;
            padding: 4px 0;
        }
        friend-link ul li a::before {
            content: "🔗 ";
            font-size: 0.8rem;
        }
        .site-footer {
            background: #0f1a1f;
            color: #b0c0c5;
            padding: 32px 0 20px;
            margin-top: 40px;
            border-radius: 40px 40px 0 0;
        }
        .site-footer .container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 16px;
        }
        .site-footer .copyright {
            font-size: 0.85rem;
            opacity: 0.8;
        }
        .site-footer .copyright strong {
            color: #f5c542;
        }
        .footer-links a {
            color: #b0c0c5;
            margin: 0 10px;
            font-size: 0.9rem;
        }
        .footer-links a:hover {
            color: #f5c542;
        }
        @media (max-width: 992px) {
            .main-grid {
                grid-template-columns: 1fr;
            }
            .hero h1 {
                font-size: 2.2rem;
            }
        }
        @media (max-width: 768px) {
            .header-inner {
                flex-wrap: wrap;
            }
            .hamburger {
                display: block;
            }
            .main-nav {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #1a2e35;
                padding: 16px 0;
                border-radius: 0 0 16px 16px;
                margin-top: 12px;
                gap: 4px;
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                padding: 10px 20px;
                border-radius: 0;
                border-bottom: 1px solid rgba(255, 255, 255, 0.05);
            }
            .hero h1 {
                font-size: 1.8rem;
            }
            .hero p {
                font-size: 1rem;
            }
            .search-bar {
                max-width: 100%;
                flex-wrap: wrap;
                border-radius: 30px;
                padding: 4px 4px 4px 16px;
            }
            .search-bar button {
                padding: 8px 16px;
                font-size: 0.85rem;
            }
            .container {
                padding: 0 14px;
            }
            h2 {
                font-size: 1.5rem;
            }
            h3 {
                font-size: 1.2rem;
            }
            .stats-table {
                font-size: 0.8rem;
            }
            .stats-table th,
            .stats-table td {
                padding: 8px 10px;
            }
            .sidebar-card {
                padding: 16px;
            }
            friend-link ul {
                flex-direction: column;
                gap: 6px;
            }
            .site-footer .container {
                flex-direction: column;
                text-align: center;
            }
            .rating-stars {
                font-size: 1.5rem;
            }
        }
        @media (max-width: 480px) {
            .hero h1 {
                font-size: 1.5rem;
            }
            .my-logo {
                font-size: 1.4rem;
            }
            .my-logo span {
                font-size: 0.7rem;
            }
            .breadcrumb {
                font-size: 0.75rem;
            }
        }
        .text-center {
            text-align: center;
        }
        .mt-1 {
            margin-top: 1rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .flex-between {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }
        .gap-8 {
            gap: 8px;
        }
        .gap-16 {
            gap: 16px;
        }
