        *,
        *::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, 'Helvetica Neue', Arial, sans-serif;
            background: #f9f7f4;
            color: #1e1e2a;
            line-height: 1.7;
            padding: 0;
            margin: 0;
            -webkit-font-smoothing: antialiased;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        a {
            color: #b22222;
            text-decoration: none;
            transition: color 0.2s ease;
        }
        a:hover {
            color: #8b0000;
            text-decoration: underline;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .site-header {
            background: linear-gradient(135deg, #0a0a1a 0%, #1a1a3e 100%);
            color: #fff;
            padding: 0 0 12px 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            padding: 12px 20px;
            max-width: 1200px;
            margin: 0 auto;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            background: linear-gradient(135deg, #f7971e, #ffd200);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: none;
            font-family: 'Impact', 'Arial Black', sans-serif;
            text-transform: uppercase;
            transition: transform 0.2s;
        }
        .my-logo:hover {
            transform: scale(1.02);
            text-decoration: none;
        }
        .my-logo small {
            font-size: 0.7rem;
            -webkit-text-fill-color: #ccc;
            color: #ccc;
            display: block;
            font-weight: 400;
            letter-spacing: 2px;
            text-transform: none;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: 2px solid #ffd200;
            color: #ffd200;
            font-size: 1.6rem;
            padding: 6px 14px;
            border-radius: 6px;
            cursor: pointer;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: rgba(255, 210, 0, 0.15);
        }
        .nav-menu {
            display: flex;
            gap: 8px 20px;
            flex-wrap: wrap;
            align-items: center;
            list-style: none;
        }
        .nav-menu li a {
            color: #eee;
            font-weight: 500;
            padding: 6px 10px;
            border-radius: 6px;
            transition: background 0.2s, color 0.2s;
            font-size: 0.95rem;
        }
        .nav-menu li a:hover {
            background: rgba(255, 210, 0, 0.2);
            color: #ffd200;
            text-decoration: none;
        }
        .nav-menu li a i {
            margin-right: 6px;
        }
        .breadcrumb {
            padding: 10px 20px 4px 20px;
            max-width: 1200px;
            margin: 0 auto;
            font-size: 0.85rem;
            color: #aaa;
        }
        .breadcrumb a {
            color: #ffd200;
        }
        .breadcrumb a:hover {
            color: #fff;
        }
        .breadcrumb span {
            color: #ccc;
        }
        .hero {
            background: linear-gradient(145deg, #0d0d24 0%, #1f1f4a 100%);
            color: #fff;
            padding: 50px 20px 40px;
            text-align: center;
            border-bottom: 4px solid #ffd200;
        }
        .hero h1 {
            font-size: 2.8rem;
            font-weight: 900;
            letter-spacing: -1px;
            margin-bottom: 12px;
            text-transform: uppercase;
            background: linear-gradient(135deg, #f7971e, #ffd200);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .hero p {
            font-size: 1.2rem;
            max-width: 800px;
            margin: 0 auto 16px;
            color: #ddd;
            line-height: 1.6;
        }
        .hero .badge {
            display: inline-block;
            background: #ffd200;
            color: #0a0a1a;
            padding: 4px 18px;
            border-radius: 30px;
            font-weight: 700;
            font-size: 0.85rem;
            letter-spacing: 1px;
        }
        .main-grid {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 40px;
            padding: 40px 0;
        }
        .content-area {
            min-width: 0;
        }
        .sidebar {
            min-width: 0;
        }
        .content-area h2 {
            font-size: 2rem;
            margin-top: 48px;
            margin-bottom: 16px;
            padding-bottom: 8px;
            border-bottom: 4px solid #b22222;
            color: #0a0a1a;
            font-weight: 800;
        }
        .content-area h2 i {
            color: #b22222;
            margin-right: 10px;
        }
        .content-area h3 {
            font-size: 1.5rem;
            margin-top: 32px;
            margin-bottom: 12px;
            color: #1a1a3e;
            font-weight: 700;
        }
        .content-area h3 i {
            color: #f7971e;
            margin-right: 8px;
        }
        .content-area h4 {
            font-size: 1.2rem;
            margin-top: 24px;
            margin-bottom: 8px;
            color: #2c2c5e;
            font-weight: 600;
        }
        .content-area p {
            margin-bottom: 18px;
            font-size: 1.05rem;
            color: #2c2c3a;
        }
        .content-area ul,
        .content-area ol {
            margin: 12px 0 20px 28px;
        }
        .content-area li {
            margin-bottom: 10px;
            font-size: 1.02rem;
        }
        .highlight-box {
            background: #f0ede8;
            border-left: 6px solid #b22222;
            padding: 20px 24px;
            border-radius: 0 12px 12px 0;
            margin: 24px 0;
        }
        .highlight-box strong {
            color: #b22222;
        }
        .emoji-big {
            font-size: 1.4rem;
            margin-right: 6px;
        }
        .featured-image {
            margin: 32px 0;
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
            background: #ddd;
        }
        .featured-image img {
            width: 100%;
            height: auto;
            display: block;
        }
        .featured-image figcaption {
            background: #0a0a1a;
            color: #ddd;
            padding: 10px 18px;
            font-size: 0.9rem;
            text-align: center;
        }
        .table-responsive {
            overflow-x: auto;
            margin: 24px 0;
        }
        .table-responsive table {
            width: 100%;
            border-collapse: collapse;
            background: #fff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
        }
        .table-responsive th {
            background: #1a1a3e;
            color: #ffd200;
            padding: 14px 16px;
            font-weight: 700;
            text-align: left;
        }
        .table-responsive td {
            padding: 12px 16px;
            border-bottom: 1px solid #eaeaea;
        }
        .table-responsive tr:last-child td {
            border-bottom: none;
        }
        .table-responsive tr:hover td {
            background: #f7f4ef;
        }
        .sidebar-card {
            background: #fff;
            border-radius: 14px;
            padding: 22px 20px;
            margin-bottom: 28px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
            border: 1px solid #ece8e2;
        }
        .sidebar-card h3 {
            font-size: 1.3rem;
            margin-bottom: 14px;
            color: #0a0a1a;
            border-bottom: 2px solid #ffd200;
            padding-bottom: 8px;
        }
        .sidebar-card ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .sidebar-card ul li a {
            display: block;
            padding: 8px 0;
            border-bottom: 1px solid #f0ede8;
            font-weight: 500;
            transition: padding 0.2s;
        }
        .sidebar-card ul li a:hover {
            padding-left: 6px;
            text-decoration: none;
            color: #b22222;
        }
        .sidebar-card ul li a i {
            margin-right: 8px;
            color: #f7971e;
        }
        .search-form {
            display: flex;
            gap: 8px;
            margin: 20px 0 24px;
            flex-wrap: wrap;
        }
        .search-form input {
            flex: 1;
            min-width: 180px;
            padding: 14px 18px;
            border: 2px solid #ddd;
            border-radius: 50px;
            font-size: 1rem;
            background: #fff;
            transition: border 0.3s;
        }
        .search-form input:focus {
            border-color: #b22222;
            outline: none;
        }
        .search-form button {
            padding: 14px 28px;
            background: #b22222;
            color: #fff;
            border: none;
            border-radius: 50px;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.3s, transform 0.1s;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .search-form button:hover {
            background: #8b0000;
            transform: scale(1.02);
        }
        .comment-box,
        .rating-box {
            background: #fff;
            border-radius: 14px;
            padding: 24px 26px;
            margin: 32px 0;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
            border: 1px solid #ece8e2;
        }
        .comment-box h3,
        .rating-box h3 {
            font-size: 1.5rem;
            margin-bottom: 16px;
            color: #0a0a1a;
        }
        .comment-box textarea {
            width: 100%;
            padding: 14px 16px;
            border: 2px solid #ddd;
            border-radius: 10px;
            font-size: 1rem;
            resize: vertical;
            min-height: 100px;
            font-family: inherit;
            transition: border 0.3s;
        }
        .comment-box textarea:focus {
            border-color: #b22222;
            outline: none;
        }
        .comment-box input[type="text"] {
            width: 100%;
            padding: 12px 16px;
            border: 2px solid #ddd;
            border-radius: 10px;
            font-size: 1rem;
            margin: 8px 0 14px;
            transition: border 0.3s;
        }
        .comment-box input[type="text"]:focus {
            border-color: #b22222;
            outline: none;
        }
        .comment-box .btn-submit,
        .rating-box .btn-submit {
            background: #b22222;
            color: #fff;
            border: none;
            padding: 12px 32px;
            border-radius: 50px;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.3s;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        .comment-box .btn-submit:hover,
        .rating-box .btn-submit:hover {
            background: #8b0000;
        }
        .rating-stars {
            display: flex;
            gap: 6px;
            font-size: 2rem;
            color: #ccc;
            cursor: pointer;
            margin: 12px 0 16px;
            flex-wrap: wrap;
        }
        .rating-stars i {
            transition: color 0.2s, transform 0.1s;
        }
        .rating-stars i:hover,
        .rating-stars i.active {
            color: #f7971e;
            transform: scale(1.1);
        }
        friend-link {
            display: block;
            background: #1a1a3e;
            color: #eee;
            padding: 28px 20px;
            border-radius: 14px;
            margin-top: 40px;
            text-align: center;
        }
        friend-link a {
            color: #ffd200;
            font-weight: 500;
            padding: 4px 12px;
            display: inline-block;
        }
        friend-link a:hover {
            color: #fff;
            text-decoration: underline;
        }
        friend-link::before {
            content: "🔗 Friends & Partners ";
            display: block;
            font-size: 1.3rem;
            font-weight: 700;
            color: #ffd200;
            margin-bottom: 12px;
        }
        .site-footer {
            background: #0a0a1a;
            color: #aaa;
            padding: 30px 20px 20px;
            text-align: center;
            border-top: 3px solid #ffd200;
        }
        .site-footer p {
            font-size: 0.92rem;
            margin: 6px 0;
        }
        .site-footer .copyright {
            color: #888;
            font-size: 0.85rem;
            margin-top: 12px;
        }
        @media (max-width: 900px) {
            .main-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            .sidebar {
                order: 2;
            }
            .hero h1 {
                font-size: 2rem;
            }
            .nav-menu {
                display: none;
                width: 100%;
                flex-direction: column;
                padding-top: 12px;
                gap: 4px;
            }
            .nav-menu.open {
                display: flex;
            }
            .nav-toggle {
                display: block;
            }
            .header-inner {
                align-items: center;
            }
            .my-logo {
                font-size: 1.5rem;
            }
        }
        @media (max-width: 500px) {
            .container {
                padding: 0 12px;
            }
            .hero h1 {
                font-size: 1.6rem;
            }
            .hero p {
                font-size: 1rem;
            }
            .content-area h2 {
                font-size: 1.5rem;
            }
            .content-area h3 {
                font-size: 1.25rem;
            }
            .search-form button {
                padding: 12px 18px;
                font-size: 0.9rem;
            }
            .rating-stars {
                font-size: 1.6rem;
            }
        }
        .scroll-top {
            position: fixed;
            bottom: 24px;
            right: 24px;
            background: #b22222;
            color: #fff;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.4rem;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
            cursor: pointer;
            transition: background 0.3s, transform 0.2s;
            border: none;
            z-index: 999;
        }
        .scroll-top:hover {
            background: #8b0000;
            transform: translateY(-4px);
        }
        .author-bio {
            display: flex;
            align-items: center;
            gap: 16px;
            background: #f0ede8;
            padding: 16px 20px;
            border-radius: 12px;
            margin: 28px 0;
            flex-wrap: wrap;
        }
        .author-bio .avatar {
            font-size: 3rem;
            background: #1a1a3e;
            color: #ffd200;
            width: 64px;
            height: 64px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .author-bio .info strong {
            display: block;
            font-size: 1.1rem;
            color: #0a0a1a;
        }
        .author-bio .info span {
            color: #555;
            font-size: 0.9rem;
        }
        .last-updated {
            display: inline-block;
            background: #1a1a3e;
            color: #ffd200;
            padding: 6px 18px;
            border-radius: 30px;
            font-size: 0.85rem;
            font-weight: 600;
            margin-bottom: 16px;
        }
        .last-updated i {
            margin-right: 6px;
        }
