        *,
        *::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, 'Helvetica Neue', sans-serif;
            background: #0d0d0d;
            color: #e8e8e8;
            line-height: 1.75;
            padding: 0;
            margin: 0;
            -webkit-font-smoothing: antialiased;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        a {
            color: #f5c542;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover,
        a:focus {
            color: #ffd966;
            text-decoration: underline;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        li {
            margin-bottom: 0.4rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.25rem;
        }
        .site-header {
            background: #1a1a1a;
            border-bottom: 3px solid #f5c542;
            padding: 0.8rem 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.7);
        }
        .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, #f5c542, #d4a017);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 2px 8px rgba(245, 197, 66, 0.3);
            display: inline-block;
        }
        .my-logo:hover {
            text-decoration: none;
            opacity: 0.9;
        }
        .my-logo small {
            font-size: 0.7rem;
            -webkit-text-fill-color: #aaa;
            color: #aaa;
            display: block;
            font-weight: 400;
            letter-spacing: 2px;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #f5c542;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 0.25rem 0.5rem;
            border-radius: 6px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: rgba(245, 197, 66, 0.12);
        }
        .primary-nav {
            display: flex;
            gap: 0.2rem;
            flex-wrap: wrap;
            align-items: center;
        }
        .primary-nav a {
            padding: 0.5rem 1rem;
            border-radius: 30px;
            font-weight: 500;
            font-size: 0.95rem;
            color: #ddd;
            transition: all 0.25s ease;
        }
        .primary-nav a:hover,
        .primary-nav a:focus {
            background: #f5c542;
            color: #0d0d0d;
            text-decoration: none;
        }
        .primary-nav a.active {
            background: #f5c542;
            color: #0d0d0d;
        }
        .breadcrumb {
            background: #222;
            padding: 0.6rem 0;
            font-size: 0.85rem;
            border-bottom: 1px solid #333;
        }
        .breadcrumb ol {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem 0.6rem;
            padding: 0;
            margin: 0;
        }
        .breadcrumb li+li::before {
            content: "›";
            color: #888;
            margin-right: 0.6rem;
        }
        .breadcrumb a {
            color: #bbb;
        }
        .breadcrumb a:hover {
            color: #f5c542;
        }
        .breadcrumb .current {
            color: #f5c542;
            font-weight: 500;
        }
        main {
            padding: 2rem 0 3rem;
        }
        h1 {
            font-size: 2.8rem;
            font-weight: 800;
            line-height: 1.2;
            margin: 0 0 0.75rem;
            background: linear-gradient(135deg, #f5c542, #e6b800);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        h2 {
            font-size: 2rem;
            font-weight: 700;
            margin: 2.5rem 0 1rem;
            padding-bottom: 0.4rem;
            border-bottom: 2px solid #333;
            color: #f0d080;
        }
        h3 {
            font-size: 1.5rem;
            font-weight: 600;
            margin: 2rem 0 0.8rem;
            color: #e8c86a;
        }
        h4 {
            font-size: 1.2rem;
            font-weight: 600;
            margin: 1.5rem 0 0.5rem;
            color: #d4b050;
        }
        p {
            margin-bottom: 1.2rem;
            color: #d4d4d4;
        }
        .last-updated {
            display: inline-block;
            background: #2a2a2a;
            padding: 0.4rem 1.2rem;
            border-radius: 30px;
            font-size: 0.85rem;
            color: #aaa;
            margin-bottom: 1.8rem;
            border: 1px solid #3a3a3a;
        }
        .last-updated i {
            margin-right: 0.4rem;
            color: #f5c542;
        }
        .featured-figure {
            margin: 2rem 0;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 40px rgba(0, 0, 0, 0.6);
            background: #1a1a1a;
            padding: 0.5rem;
        }
        .featured-figure img {
            border-radius: 12px;
            width: 100%;
            height: auto;
            object-fit: cover;
        }
        .featured-figure figcaption {
            padding: 0.8rem 1rem 0.4rem;
            font-size: 0.9rem;
            color: #999;
            font-style: italic;
        }
        .highlight-box {
            background: linear-gradient(145deg, #1e1e1e, #252525);
            border-left: 5px solid #f5c542;
            padding: 1.5rem 2rem;
            border-radius: 12px;
            margin: 2rem 0;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
        }
        .highlight-box p:last-child {
            margin-bottom: 0;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 1.5rem 0 2rem;
            border-radius: 12px;
            background: #1a1a1a;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.95rem;
        }
        th,
        td {
            padding: 0.85rem 1rem;
            text-align: left;
            border-bottom: 1px solid #2e2e2e;
        }
        th {
            background: #2a2a2a;
            color: #f5c542;
            font-weight: 600;
        }
        tr:hover td {
            background: #242424;
        }
        .search-section {
            background: #1a1a1a;
            padding: 2rem;
            border-radius: 16px;
            margin: 2.5rem 0;
            border: 1px solid #2e2e2e;
        }
        .search-section form {
            display: flex;
            gap: 0.8rem;
            flex-wrap: wrap;
            max-width: 640px;
        }
        .search-section input[type="text"] {
            flex: 1;
            min-width: 200px;
            padding: 0.8rem 1.2rem;
            border-radius: 40px;
            border: none;
            background: #2a2a2a;
            color: #fff;
            font-size: 1rem;
            outline: 2px solid transparent;
            transition: outline 0.2s;
        }
        .search-section input[type="text"]:focus {
            outline: 2px solid #f5c542;
        }
        .search-section button {
            padding: 0.8rem 2rem;
            border-radius: 40px;
            border: none;
            background: #f5c542;
            color: #0d0d0d;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.25s, transform 0.1s;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }
        .search-section button:hover {
            background: #ffd966;
            transform: scale(1.02);
        }
        .rating-section {
            background: #1a1a1a;
            padding: 2rem;
            border-radius: 16px;
            margin: 2.5rem 0;
            border: 1px solid #2e2e2e;
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            gap: 0.3rem;
            justify-content: flex-end;
            font-size: 2rem;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            color: #555;
            cursor: pointer;
            transition: color 0.2s, transform 0.1s;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #f5c542;
            transform: scale(1.05);
        }
        .rating-section .btn-score {
            margin-top: 1rem;
            padding: 0.7rem 2.2rem;
            border: none;
            border-radius: 40px;
            background: #f5c542;
            color: #0d0d0d;
            font-weight: 700;
            cursor: pointer;
            transition: background 0.25s;
            font-size: 0.95rem;
        }
        .rating-section .btn-score:hover {
            background: #ffd966;
        }
        .comment-section {
            background: #1a1a1a;
            padding: 2rem;
            border-radius: 16px;
            margin: 2.5rem 0;
            border: 1px solid #2e2e2e;
        }
        .comment-section textarea {
            width: 100%;
            min-height: 130px;
            padding: 1rem;
            border-radius: 12px;
            border: none;
            background: #2a2a2a;
            color: #fff;
            font-size: 1rem;
            font-family: inherit;
            resize: vertical;
            outline: 2px solid transparent;
            transition: outline 0.2s;
        }
        .comment-section textarea:focus {
            outline: 2px solid #f5c542;
        }
        .comment-section .btn-comment {
            margin-top: 0.8rem;
            padding: 0.7rem 2.2rem;
            border: none;
            border-radius: 40px;
            background: #f5c542;
            color: #0d0d0d;
            font-weight: 700;
            cursor: pointer;
            transition: background 0.25s;
            font-size: 0.95rem;
        }
        .comment-section .btn-comment:hover {
            background: #ffd966;
        }
        friend-link {
            display: block;
            background: #1a1a1a;
            padding: 1.8rem 2rem;
            border-radius: 16px;
            margin: 2.5rem 0 1.5rem;
            border: 1px solid #2e2e2e;
        }
        friend-link::before {
            content: "🔗 Friends & Resources";
            display: block;
            font-size: 1.2rem;
            font-weight: 700;
            color: #f5c542;
            margin-bottom: 1rem;
        }
        friend-link a {
            display: inline-block;
            margin: 0.3rem 1.2rem 0.3rem 0;
            padding: 0.3rem 1rem;
            background: #2a2a2a;
            border-radius: 30px;
            font-size: 0.9rem;
            color: #ccc;
            transition: all 0.2s;
        }
        friend-link a:hover {
            background: #f5c542;
            color: #0d0d0d;
            text-decoration: none;
        }
        .site-footer {
            background: #111;
            border-top: 2px solid #2a2a2a;
            padding: 2rem 0;
            text-align: center;
            font-size: 0.9rem;
            color: #888;
        }
        .site-footer .copyright {
            margin-top: 0.8rem;
            letter-spacing: 0.5px;
        }
        .site-footer .copyright i {
            color: #f5c542;
        }
        @media (max-width: 768px) {
            .nav-toggle {
                display: block;
            }
            .primary-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: stretch;
                padding: 0.8rem 0 0.4rem;
                gap: 0.1rem;
            }
            .primary-nav.open {
                display: flex;
            }
            .primary-nav a {
                padding: 0.7rem 1rem;
                border-radius: 8px;
            }
            h1 {
                font-size: 2rem;
            }
            h2 {
                font-size: 1.6rem;
            }
            h3 {
                font-size: 1.25rem;
            }
            .header-inner {
                align-items: center;
            }
            .my-logo {
                font-size: 1.4rem;
            }
            .my-logo small {
                font-size: 0.6rem;
            }
            .search-section form {
                flex-direction: column;
            }
            .search-section input[type="text"] {
                min-width: auto;
            }
            .star-rating {
                font-size: 1.6rem;
            }
            .highlight-box {
                padding: 1rem 1.2rem;
            }
            .rating-section,
            .comment-section,
            .search-section {
                padding: 1.2rem;
            }
            friend-link {
                padding: 1.2rem;
            }
            friend-link a {
                display: block;
                margin: 0.4rem 0;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 0.9rem;
            }
            h1 {
                font-size: 1.6rem;
            }
            h2 {
                font-size: 1.35rem;
            }
            h3 {
                font-size: 1.1rem;
            }
            .my-logo {
                font-size: 1.2rem;
            }
            .breadcrumb {
                font-size: 0.75rem;
            }
            th,
            td {
                padding: 0.5rem 0.6rem;
                font-size: 0.8rem;
            }
        }
        .btn-score,
        .btn-comment,
        button,
        .primary-nav a,
        .star-rating label {
            transition: all 0.25s ease;
        }
        ::-webkit-scrollbar {
            width: 8px;
        }
        ::-webkit-scrollbar-track {
            background: #1a1a1a;
        }
        ::-webkit-scrollbar-thumb {
            background: #444;
            border-radius: 10px;
        }
        ::-webkit-scrollbar-thumb:hover {
            background: #f5c542;
        }
