        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
            background: #0d0f14;
            color: #e8edf2;
            line-height: 1.7;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }
        a {
            color: #f0b429;
            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.5rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.3;
            color: #f5f7fa;
            margin-top: 1.8rem;
            margin-bottom: 0.6rem;
        }
        h1 {
            font-size: 2.4rem;
            margin-top: 0.4rem;
        }
        h2 {
            font-size: 1.8rem;
            border-bottom: 2px solid #f0b42933;
            padding-bottom: 0.3rem;
        }
        h3 {
            font-size: 1.4rem;
            color: #f0d9a0;
        }
        h4 {
            font-size: 1.15rem;
            color: #cbd5e1;
        }
        p {
            margin-bottom: 1rem;
        }
        .container {
            max-width: 1220px;
            margin: 0 auto;
            padding: 0 20px;
        }
        header {
            background: #161b22;
            border-bottom: 1px solid #2d3748;
            padding: 0.8rem 0;
            position: sticky;
            top: 0;
            z-index: 100;
            backdrop-filter: blur(4px);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 1.7rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            background: linear-gradient(135deg, #f0b429, #f7931e);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .my-logo i {
            -webkit-text-fill-color: initial;
            color: #f0b429;
            font-size: 1.9rem;
        }
        .my-logo small {
            font-size: 0.7rem;
            -webkit-text-fill-color: initial;
            color: #94a3b8;
            font-weight: 400;
            letter-spacing: 0.3px;
            display: block;
            margin-left: 4px;
        }
        .my-logo a {
            display: flex;
            align-items: center;
            gap: 6px;
            color: inherit;
            text-decoration: none;
        }
        .my-logo a:hover {
            text-decoration: none;
        }
        .nav-toggle {
            display: none;
            background: transparent;
            border: 1px solid #3a4a5e;
            color: #e8edf2;
            font-size: 1.6rem;
            padding: 4px 12px;
            border-radius: 8px;
            cursor: pointer;
            transition: 0.2s;
        }
        .nav-toggle:hover {
            background: #2d3748;
        }
        nav {
            display: flex;
            gap: 0.2rem;
            flex-wrap: wrap;
            align-items: center;
        }
        nav a {
            padding: 0.4rem 1rem;
            border-radius: 30px;
            font-weight: 500;
            font-size: 0.9rem;
            color: #cbd5e1;
            transition: 0.2s;
            white-space: nowrap;
        }
        nav a:hover {
            background: #f0b42922;
            color: #f0b429;
            text-decoration: none;
        }
        nav a.active {
            background: #f0b429;
            color: #0d0f14;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            padding: 0.8rem 0 0.2rem 0;
            margin: 0;
            font-size: 0.85rem;
            color: #7f8ea3;
        }
        .breadcrumb li+li::before {
            content: "›";
            padding: 0 10px;
            color: #4a5a6e;
        }
        .breadcrumb a {
            color: #94a3b8;
        }
        .breadcrumb a:hover {
            color: #f0b429;
        }
        .breadcrumb .current {
            color: #f0b429;
        }
        .hero {
            background: linear-gradient(145deg, #141a24 0%, #1e2636 100%);
            border-radius: 20px;
            padding: 2.5rem 2rem;
            margin: 1.2rem 0 2rem 0;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 2rem;
            border: 1px solid #2d3748;
        }
        .hero-text {
            flex: 2 1 320px;
        }
        .hero-text h1 {
            font-size: 2.6rem;
            margin-top: 0;
            background: linear-gradient(135deg, #f5d78e, #f0b429);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .hero-text .tagline {
            font-size: 1.1rem;
            color: #b0c4de;
            margin-bottom: 0.8rem;
        }
        .hero-text .meta-badge {
            display: inline-block;
            background: #f0b42918;
            border: 1px solid #f0b42944;
            padding: 0.2rem 1rem;
            border-radius: 30px;
            font-size: 0.8rem;
            color: #f0d9a0;
        }
        .hero-img {
            flex: 1 1 260px;
        }
        .hero-img img {
            border-radius: 16px;
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
        }
        .search-box {
            background: #1a212b;
            border-radius: 40px;
            padding: 0.3rem 0.3rem 0.3rem 1.5rem;
            display: flex;
            border: 1px solid #2d3748;
            max-width: 480px;
            margin: 1.2rem 0;
            transition: 0.3s;
        }
        .search-box:focus-within {
            border-color: #f0b42988;
            box-shadow: 0 0 0 3px #f0b42922;
        }
        .search-box input {
            flex: 1;
            background: transparent;
            border: none;
            outline: none;
            color: #e8edf2;
            font-size: 0.95rem;
            padding: 0.6rem 0;
        }
        .search-box input::placeholder {
            color: #5a6a7e;
        }
        .search-box button {
            background: #f0b429;
            border: none;
            border-radius: 40px;
            padding: 0.5rem 1.6rem;
            font-weight: 600;
            color: #0d0f14;
            cursor: pointer;
            transition: 0.25s;
            font-size: 0.9rem;
        }
        .search-box button:hover {
            background: #f5c84a;
            transform: scale(1.02);
        }
        .content-grid {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 2.5rem;
            margin: 2rem 0;
        }
        .main-content {
            min-width: 0;
        }
        .sidebar {
            position: sticky;
            top: 100px;
            align-self: start;
        }
        .sidebar-card {
            background: #161b22;
            border-radius: 16px;
            padding: 1.5rem;
            margin-bottom: 1.8rem;
            border: 1px solid #2d3748;
        }
        .sidebar-card h3 {
            font-size: 1.1rem;
            margin-top: 0;
            border-bottom: 1px solid #2d3748;
            padding-bottom: 0.5rem;
        }
        .sidebar-card ul {
            list-style: none;
            padding: 0;
        }
        .sidebar-card ul li {
            padding: 0.4rem 0;
            border-bottom: 1px solid #1e2636;
        }
        .sidebar-card ul li a {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 0.9rem;
        }
        .sidebar-card ul li a i {
            width: 20px;
            color: #f0b429;
        }
        .data-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.2rem 0;
            font-size: 0.95rem;
            border-radius: 12px;
            overflow: hidden;
        }
        .data-table th {
            background: #1e2636;
            color: #f0d9a0;
            padding: 0.7rem 1rem;
            text-align: left;
            font-weight: 600;
        }
        .data-table td {
            padding: 0.6rem 1rem;
            border-bottom: 1px solid #1e2636;
        }
        .data-table tr:nth-child(even) {
            background: #141a24;
        }
        .data-table tr:hover {
            background: #1a212b;
        }
        .comment-section,
        .rating-section {
            background: #161b22;
            border-radius: 16px;
            padding: 1.8rem;
            margin: 2rem 0;
            border: 1px solid #2d3748;
        }
        .comment-section h2,
        .rating-section h2 {
            margin-top: 0;
            border-bottom: none;
        }
        .form-group {
            margin-bottom: 1rem;
        }
        .form-group label {
            display: block;
            font-weight: 500;
            margin-bottom: 0.3rem;
            color: #b0c4de;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 0.7rem 1rem;
            border-radius: 10px;
            border: 1px solid #2d3748;
            background: #0d0f14;
            color: #e8edf2;
            font-size: 0.95rem;
            transition: 0.25s;
            font-family: inherit;
        }
        .form-group input:focus,
        .form-group textarea:focus {
            border-color: #f0b42988;
            outline: none;
            box-shadow: 0 0 0 3px #f0b42922;
        }
        .form-group textarea {
            resize: vertical;
            min-height: 90px;
        }
        .btn-primary {
            background: #f0b429;
            border: none;
            padding: 0.7rem 2.2rem;
            border-radius: 40px;
            font-weight: 600;
            color: #0d0f14;
            cursor: pointer;
            transition: 0.25s;
            font-size: 1rem;
        }
        .btn-primary:hover {
            background: #f5c84a;
            transform: scale(1.02);
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 4px;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            font-size: 2rem;
            color: #3a4a5e;
            cursor: pointer;
            transition: 0.2s;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #f0b429;
        }
        friend-link {
            display: block;
            background: #161b22;
            border-radius: 16px;
            padding: 1.5rem 2rem;
            margin: 2rem 0 1rem 0;
            border: 1px solid #2d3748;
        }
        friend-link::before {
            content: "🤝 Friends & Partners";
            display: block;
            font-size: 1.2rem;
            font-weight: 700;
            color: #f0d9a0;
            margin-bottom: 0.8rem;
        }
        friend-link a {
            display: inline-block;
            margin: 0.3rem 1.2rem 0.3rem 0;
            padding: 0.2rem 0.8rem;
            background: #1e2636;
            border-radius: 30px;
            font-size: 0.9rem;
            transition: 0.2s;
        }
        friend-link a:hover {
            background: #f0b42922;
            color: #f0b429;
            text-decoration: none;
        }
        footer {
            background: #0d0f14;
            border-top: 1px solid #2d3748;
            padding: 2rem 0 1.5rem 0;
            margin-top: 3rem;
            text-align: center;
            font-size: 0.85rem;
            color: #5a6a7e;
        }
        footer .footer-links {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 1.5rem;
            margin-bottom: 1rem;
        }
        footer .footer-links a {
            color: #94a3b8;
        }
        footer .footer-links a:hover {
            color: #f0b429;
        }
        footer .copyright {
            border-top: 1px solid #1a212b;
            padding-top: 1rem;
            margin-top: 0.5rem;
        }
        @media (max-width: 820px) {
            .content-grid {
                grid-template-columns: 1fr;
            }
            .sidebar {
                position: static;
            }
            .hero {
                flex-direction: column;
                padding: 1.8rem 1.2rem;
            }
            .hero-text h1 {
                font-size: 2rem;
            }
            .header-inner {
                flex-wrap: wrap;
            }
            .nav-toggle {
                display: block;
            }
            nav {
                display: none;
                width: 100%;
                flex-direction: column;
                padding: 1rem 0 0.4rem 0;
                gap: 0.3rem;
            }
            nav.show {
                display: flex;
            }
            nav a {
                padding: 0.6rem 1rem;
                border-radius: 10px;
            }
            .my-logo {
                font-size: 1.3rem;
            }
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.4rem;
            }
            .data-table {
                font-size: 0.8rem;
            }
            .data-table th,
            .data-table td {
                padding: 0.4rem 0.6rem;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 12px;
            }
            .hero-text h1 {
                font-size: 1.6rem;
            }
            .search-box {
                flex-wrap: wrap;
                border-radius: 20px;
                padding: 0.3rem;
            }
            .search-box input {
                width: 100%;
                padding: 0.5rem 0.8rem;
            }
            .search-box button {
                width: 100%;
                border-radius: 20px;
            }
            .star-rating label {
                font-size: 1.6rem;
            }
        }
        .badge {
            display: inline-block;
            background: #f0b42922;
            color: #f0d9a0;
            padding: 0.1rem 0.8rem;
            border-radius: 30px;
            font-size: 0.75rem;
            font-weight: 600;
            letter-spacing: 0.3px;
        }
        .last-updated {
            color: #7f8ea3;
            font-size: 0.85rem;
            margin-bottom: 1.2rem;
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .last-updated i {
            color: #f0b429;
        }
        .highlight {
            background: #f0b4290d;
            border-left: 3px solid #f0b429;
            padding: 0.6rem 1rem;
            border-radius: 0 12px 12px 0;
            margin: 1rem 0;
        }
        .emoji-lg {
            font-size: 1.4rem;
        }
        .inline-icon {
            margin-right: 4px;
        }
        .glossary-term {
            color: #f0d9a0;
            font-weight: 600;
        }
