        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, sans-serif;
            background: #0b0e14;
            color: #e8edf3;
            line-height: 1.7;
            padding: 0;
            margin: 0;
        }
        a {
            color: #f5b342;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover {
            color: #ffd966;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        li {
            margin-bottom: 0.4rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        header {
            background: linear-gradient(145deg, #131a24 0%, #1a232f 100%);
            padding: 16px 0;
            border-bottom: 2px solid #f5b34240;
            position: sticky;
            top: 0;
            z-index: 100;
            backdrop-filter: blur(6px);
        }
        .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: 1px;
            background: linear-gradient(135deg, #f5b342, #f7d06a);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 0 30px #f5b34230;
            display: inline-block;
        }
        .my-logo small {
            font-size: 0.8rem;
            -webkit-text-fill-color: #aab;
            font-weight: 400;
            display: block;
            letter-spacing: 0.5px;
        }
        .my-logo:hover {
            opacity: 0.92;
        }
        nav {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .nav-list {
            list-style: none;
            display: flex;
            gap: 18px;
            padding: 0;
            margin: 0;
        }
        .nav-list li a {
            font-size: 0.95rem;
            font-weight: 500;
            padding: 6px 12px;
            border-radius: 30px;
            transition: background 0.25s, color 0.25s;
            color: #c8d0dc;
        }
        .nav-list li a:hover {
            background: #f5b34220;
            color: #f5b342;
            text-decoration: none;
        }
        .hamburger {
            display: none;
            font-size: 1.8rem;
            background: none;
            border: none;
            color: #e8edf3;
            cursor: pointer;
            padding: 4px 10px;
            border-radius: 8px;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: #ffffff10;
        }
        .breadcrumb {
            padding: 12px 0 4px;
            font-size: 0.85rem;
            color: #8899aa;
        }
        .breadcrumb a {
            color: #f5b342aa;
        }
        .breadcrumb a:hover {
            color: #f5b342;
        }
        .breadcrumb span {
            color: #ccd;
        }
        .last-updated {
            text-align: right;
            font-size: 0.85rem;
            color: #8899aa;
            margin-top: 6px;
            border-top: 1px solid #2a3340;
            padding-top: 10px;
        }
        .last-updated i {
            margin-right: 6px;
            color: #f5b342;
        }
        main {
            padding: 28px 0 60px;
        }
        h1 {
            font-size: 2.6rem;
            font-weight: 800;
            margin: 16px 0 20px;
            background: linear-gradient(135deg, #f5b342, #fadc8f);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            line-height: 1.2;
        }
        h2 {
            font-size: 1.9rem;
            font-weight: 700;
            margin: 48px 0 16px;
            color: #f5b342;
            border-left: 5px solid #f5b342;
            padding-left: 18px;
        }
        h3 {
            font-size: 1.4rem;
            font-weight: 600;
            margin: 32px 0 12px;
            color: #f0d080;
        }
        h4 {
            font-size: 1.15rem;
            font-weight: 600;
            margin: 24px 0 8px;
            color: #d4c090;
        }
        p {
            margin-bottom: 1.2rem;
            color: #d0d8e4;
        }
        .content-section {
            background: #111a24;
            border-radius: 20px;
            padding: 28px 32px;
            margin-bottom: 36px;
            border: 1px solid #2a3444;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
        }
        .featured-image {
            margin: 24px 0 32px;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 40px rgba(245, 179, 66, 0.15);
        }
        .featured-image img {
            width: 100%;
            object-fit: cover;
        }
        .featured-image figcaption {
            text-align: center;
            font-size: 0.85rem;
            color: #8899aa;
            padding: 10px 0 0;
            font-style: italic;
        }
        .search-box {
            display: flex;
            max-width: 500px;
            margin: 20px 0 28px;
            border-radius: 60px;
            overflow: hidden;
            border: 1px solid #2a3444;
            background: #0d141e;
        }
        .search-box input {
            flex: 1;
            padding: 14px 20px;
            border: none;
            background: transparent;
            color: #e8edf3;
            font-size: 1rem;
            outline: none;
        }
        .search-box input::placeholder {
            color: #667788;
        }
        .search-box button {
            padding: 14px 28px;
            background: #f5b342;
            border: none;
            color: #0b0e14;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.25s;
        }
        .search-box button:hover {
            background: #ffcc66;
        }
        .comment-section,
        .rating-section {
            margin-top: 32px;
            padding-top: 24px;
            border-top: 1px solid #2a3444;
        }
        .comment-section h3,
        .rating-section h3 {
            margin-top: 0;
        }
        .comment-form textarea,
        .comment-form input {
            width: 100%;
            padding: 14px 18px;
            border-radius: 12px;
            border: 1px solid #2a3444;
            background: #0d141e;
            color: #e8edf3;
            font-size: 1rem;
            margin-bottom: 12px;
            resize: vertical;
            font-family: inherit;
        }
        .comment-form textarea:focus,
        .comment-form input:focus {
            border-color: #f5b342;
            outline: none;
        }
        .comment-form button,
        .rating-form button {
            padding: 12px 32px;
            background: #f5b342;
            border: none;
            border-radius: 60px;
            color: #0b0e14;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s;
        }
        .comment-form button:hover,
        .rating-form button:hover {
            background: #ffcc66;
            transform: scale(1.02);
        }
        .rating-stars {
            display: flex;
            gap: 8px;
            font-size: 2rem;
            margin-bottom: 16px;
            cursor: pointer;
            color: #444e5c;
        }
        .rating-stars i {
            transition: color 0.2s, transform 0.15s;
        }
        .rating-stars i:hover,
        .rating-stars i.active {
            color: #f5b342;
            transform: scale(1.1);
        }
        friend-link {
            display: block;
            padding: 28px 0 12px;
            margin-top: 20px;
            border-top: 2px solid #2a3444;
        }
        friend-link::before {
            content: "🌐 Friend Links";
            display: block;
            font-size: 1.3rem;
            font-weight: 700;
            color: #f5b342;
            margin-bottom: 14px;
        }
        friend-link a {
            display: inline-block;
            margin: 6px 16px 6px 0;
            padding: 6px 16px;
            background: #1a2533;
            border-radius: 30px;
            font-size: 0.9rem;
            border: 1px solid #2a3444;
            transition: background 0.25s, border-color 0.25s;
        }
        friend-link a:hover {
            background: #f5b34220;
            border-color: #f5b342;
            text-decoration: none;
        }
        footer {
            background: #0a101a;
            padding: 28px 0 20px;
            border-top: 1px solid #1a2533;
            text-align: center;
            color: #667788;
            font-size: 0.9rem;
        }
        footer .copyright {
            margin-top: 12px;
            letter-spacing: 0.3px;
        }
        footer .copyright i {
            color: #f5b342;
        }
        @media (max-width: 768px) {
            .header-inner {
                flex-wrap: wrap;
            }
            .nav-list {
                display: none;
                flex-direction: column;
                width: 100%;
                margin-top: 14px;
                gap: 6px;
                background: #0d141e;
                padding: 12px 16px;
                border-radius: 16px;
                border: 1px solid #2a3444;
            }
            .nav-list.open {
                display: flex;
            }
            .hamburger {
                display: block;
            }
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            h3 {
                font-size: 1.2rem;
            }
            .content-section {
                padding: 18px 16px;
            }
            .search-box {
                max-width: 100%;
                flex-direction: column;
                border-radius: 20px;
            }
            .search-box button {
                border-radius: 0 0 20px 20px;
            }
            .rating-stars {
                font-size: 1.6rem;
            }
            .my-logo {
                font-size: 1.4rem;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 12px;
            }
            h1 {
                font-size: 1.5rem;
            }
            .breadcrumb {
                font-size: 0.75rem;
            }
            .comment-form button,
            .rating-form button {
                width: 100%;
            }
        }
        .text-muted {
            color: #8899aa;
        }
        .mt-2 {
            margin-top: 20px;
        }
        .mb-1 {
            margin-bottom: 10px;
        }
        .highlight {
            color: #f5b342;
            font-weight: 600;
        }
        .badge {
            display: inline-block;
            background: #f5b34220;
            color: #f5b342;
            padding: 2px 14px;
            border-radius: 30px;
            font-size: 0.8rem;
            font-weight: 600;
            border: 1px solid #f5b34240;
        }
        .emoji-big {
            font-size: 1.8rem;
            line-height: 1;
        }
        .grid-2 {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px;
        }
        @media (max-width: 600px) {
            .grid-2 {
                grid-template-columns: 1fr;
            }
        }
        ::-webkit-scrollbar {
            width: 8px;
            background: #0b0e14;
        }
        ::-webkit-scrollbar-thumb {
            background: #2a3444;
            border-radius: 10px;
        }
        ::-webkit-scrollbar-thumb:hover {
            background: #f5b34260;
        }
