        *,
        *::before,
        *::after {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', Roboto, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
            background: #0d0f12;
            color: #e8edf2;
            line-height: 1.75;
            padding: 0 1rem;
            max-width: 1200px;
            margin: 0 auto;
        }
        a {
            color: #f0a830;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover,
        a:focus {
            color: #ffc857;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.25;
            margin-top: 1.8rem;
            margin-bottom: 0.75rem;
            color: #f5f7fa;
        }
        h1 {
            font-size: 2.4rem;
            border-bottom: 3px solid #f0a830;
            padding-bottom: 0.5rem;
        }
        h2 {
            font-size: 1.8rem;
            border-left: 5px solid #f0a830;
            padding-left: 0.9rem;
        }
        h3 {
            font-size: 1.4rem;
            color: #f0c27a;
        }
        h4 {
            font-size: 1.15rem;
            color: #d4dce8;
        }
        p {
            margin-bottom: 1.25rem;
        }
        ul,
        ol {
            margin: 0.5rem 0 1.5rem 1.8rem;
        }
        li {
            margin-bottom: 0.35rem;
        }
        strong,
        b {
            color: #ffd78a;
            font-weight: 700;
        }
        em {
            color: #b8d0e0;
            font-style: italic;
        }
        hr {
            border: none;
            border-top: 1px solid #2a2f36;
            margin: 2.5rem 0;
        }
        .container {
            max-width: 1100px;
            margin: 0 auto;
            padding: 0 0.5rem;
        }
        header {
            padding: 1.2rem 0 0.6rem;
            border-bottom: 1px solid #22272e;
            margin-bottom: 1.5rem;
        }
        .header-top {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            gap: 0.8rem;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            background: linear-gradient(135deg, #f0a830, #f5c542);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 0 8px rgba(240, 168, 48, 0.15);
            display: inline-block;
        }
        .my-logo a {
            color: inherit;
            text-decoration: none;
            background: inherit;
            -webkit-text-fill-color: transparent;
        }
        .my-logo a:hover {
            text-decoration: none;
            opacity: 0.9;
        }
        .nav-wrapper {
            display: flex;
            align-items: center;
            gap: 1rem;
        }
        nav#main-nav {
            display: flex;
            gap: 0.2rem 1.2rem;
            flex-wrap: wrap;
            align-items: center;
        }
        nav#main-nav a {
            color: #c8d0d8;
            font-size: 0.95rem;
            font-weight: 500;
            padding: 0.3rem 0;
            border-bottom: 2px solid transparent;
            transition: 0.2s;
        }
        nav#main-nav a:hover {
            color: #f0a830;
            border-bottom-color: #f0a830;
            text-decoration: none;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            color: #e8edf2;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 0.2rem 0.4rem;
            transition: 0.2s;
        }
        .hamburger:hover {
            color: #f0a830;
        }
        .breadcrumbs {
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem 0.8rem;
            font-size: 0.85rem;
            color: #88929e;
            padding: 0.6rem 0 0.2rem;
            list-style: none;
            margin: 0;
        }
        .breadcrumbs li {
            display: flex;
            align-items: center;
            gap: 0.4rem;
            margin: 0;
        }
        .breadcrumbs li+li::before {
            content: "›";
            color: #f0a830;
            font-weight: 700;
        }
        .breadcrumbs a {
            color: #b0b8c2;
        }
        .breadcrumbs a:hover {
            color: #f0a830;
        }
        .breadcrumbs .current {
            color: #f0a830;
            font-weight: 600;
        }
        .search-form {
            display: flex;
            gap: 0.4rem;
            max-width: 320px;
            margin: 1rem 0 1.5rem;
        }
        .search-form input[type="text"] {
            flex: 1;
            padding: 0.6rem 1rem;
            border: 1px solid #2f363e;
            border-radius: 30px;
            background: #1a1e24;
            color: #e8edf2;
            font-size: 0.95rem;
            outline: none;
            transition: 0.3s;
        }
        .search-form input[type="text"]:focus {
            border-color: #f0a830;
            box-shadow: 0 0 0 3px rgba(240, 168, 48, 0.15);
        }
        .search-form button {
            background: #f0a830;
            border: none;
            border-radius: 30px;
            padding: 0.6rem 1.2rem;
            color: #0d0f12;
            font-weight: 600;
            cursor: pointer;
            transition: 0.2s;
        }
        .search-form button:hover {
            background: #ffc857;
            transform: scale(1.02);
        }
        article {
            padding: 0.5rem 0 2rem;
        }
        .hero-img-wrap {
            margin: 1.5rem 0 2rem;
            border-radius: 14px;
            overflow: hidden;
            background: #1a1e24;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
        }
        .hero-img-wrap img {
            width: 100%;
            max-height: 480px;
            object-fit: cover;
        }
        .hero-img-wrap figcaption {
            padding: 0.6rem 1rem;
            font-size: 0.85rem;
            color: #88929e;
            background: #14181d;
        }
        .last-updated {
            font-size: 0.85rem;
            color: #88929e;
            display: flex;
            align-items: center;
            gap: 0.4rem;
            margin-bottom: 1.2rem;
            padding: 0.4rem 0.8rem;
            background: #1a1e24;
            border-radius: 20px;
            width: fit-content;
        }
        .content-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 1.2rem;
        }
        .link-list-inline {
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem 1rem;
            list-style: none;
            margin: 1.2rem 0 2rem;
            padding: 0.8rem 1rem;
            background: #161a20;
            border-radius: 12px;
            border: 1px solid #262c34;
        }
        .link-list-inline li {
            margin: 0;
        }
        .link-list-inline a {
            font-size: 0.9rem;
            padding: 0.2rem 0.6rem;
            border-radius: 6px;
            background: #1f252d;
            display: inline-block;
            transition: 0.2s;
        }
        .link-list-inline a:hover {
            background: #2a323c;
            text-decoration: none;
        }
        .interaction-section {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.8rem;
            margin: 2.8rem 0 1.8rem;
            padding: 1.5rem 1.2rem;
            background: #12161b;
            border-radius: 16px;
            border: 1px solid #262c34;
        }
        .interaction-section h3 {
            margin-top: 0;
            font-size: 1.3rem;
        }
        .comment-form textarea,
        .comment-form input,
        .rating-form select,
        .rating-form input {
            width: 100%;
            padding: 0.6rem 0.9rem;
            margin-bottom: 0.7rem;
            border: 1px solid #2f363e;
            border-radius: 8px;
            background: #1a1e24;
            color: #e8edf2;
            font-size: 0.95rem;
            outline: none;
            transition: 0.2s;
        }
        .comment-form textarea:focus,
        .comment-form input:focus,
        .rating-form select:focus {
            border-color: #f0a830;
        }
        .comment-form textarea {
            min-height: 100px;
            resize: vertical;
        }
        .comment-form button,
        .rating-form button {
            background: #f0a830;
            border: none;
            border-radius: 8px;
            padding: 0.6rem 1.6rem;
            color: #0d0f12;
            font-weight: 700;
            cursor: pointer;
            transition: 0.2s;
        }
        .comment-form button:hover,
        .rating-form button:hover {
            background: #ffc857;
            transform: scale(1.02);
        }
        .rating-stars {
            display: flex;
            gap: 0.3rem;
            font-size: 1.6rem;
            color: #3a414a;
            cursor: pointer;
            margin-bottom: 0.6rem;
        }
        .rating-stars .star.active {
            color: #f0a830;
        }
        .rating-stars .star {
            transition: 0.15s;
        }
        .rating-stars .star:hover {
            color: #f0a830;
            transform: scale(1.1);
        }
        friend-link {
            display: block;
            padding: 1.2rem 1rem;
            margin: 2rem 0 0.8rem;
            background: #14181d;
            border-radius: 12px;
            border: 1px solid #262c34;
        }
        friend-link a {
            display: inline-block;
            margin: 0.3rem 0.8rem 0.3rem 0;
            padding: 0.3rem 0.8rem;
            background: #1f252d;
            border-radius: 6px;
            font-size: 0.9rem;
            transition: 0.2s;
        }
        friend-link a:hover {
            background: #2a323c;
            text-decoration: none;
        }
        friend-link::before {
            content: "🔗 Friend Links";
            display: block;
            font-weight: 700;
            color: #f0a830;
            margin-bottom: 0.5rem;
            font-size: 1.1rem;
        }
        footer {
            padding: 1.8rem 0 2.5rem;
            border-top: 1px solid #22272e;
            margin-top: 2rem;
            text-align: center;
            font-size: 0.9rem;
            color: #6a7480;
        }
        footer .copyright {
            margin-top: 0.6rem;
            letter-spacing: 0.3px;
        }
        @media (max-width: 820px) {
            .interaction-section {
                grid-template-columns: 1fr;
                gap: 1.2rem;
            }
            h1 {
                font-size: 1.9rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            .header-top {
                flex-wrap: wrap;
            }
            .hamburger {
                display: inline-block;
            }
            nav#main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                gap: 0.4rem;
                padding: 0.8rem 0 0.4rem;
                border-top: 1px solid #262c34;
                margin-top: 0.5rem;
            }
            nav#main-nav.open {
                display: flex;
            }
            nav#main-nav a {
                padding: 0.5rem 0.6rem;
                border-bottom: none;
                border-left: 3px solid transparent;
            }
            nav#main-nav a:hover {
                border-left-color: #f0a830;
                border-bottom: none;
            }
            .search-form {
                max-width: 100%;
            }
            .link-list-inline {
                flex-direction: column;
                gap: 0.3rem;
            }
        }
        @media (max-width: 480px) {
            body {
                padding: 0 0.6rem;
            }
            h1 {
                font-size: 1.6rem;
            }
            h2 {
                font-size: 1.3rem;
            }
            .my-logo {
                font-size: 1.5rem;
            }
            .breadcrumbs {
                font-size: 0.75rem;
            }
            .rating-stars {
                font-size: 1.3rem;
            }
        }
        .scroll-top {
            position: fixed;
            bottom: 2rem;
            right: 1.5rem;
            background: #f0a830;
            color: #0d0f12;
            width: 46px;
            height: 46px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.4rem;
            box-shadow: 0 4px 16px rgba(240, 168, 48, 0.3);
            transition: 0.25s;
            opacity: 0.7;
            border: none;
            cursor: pointer;
            z-index: 999;
        }
        .scroll-top:hover {
            opacity: 1;
            transform: translateY(-4px);
            box-shadow: 0 8px 24px rgba(240, 168, 48, 0.4);
        }
        .text-accent {
            color: #f0a830;
        }
        .text-muted {
            color: #88929e;
        }
        .mt-2 {
            margin-top: 2rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .flex-between {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            align-items: center;
        }
        .gap-1 {
            gap: 1rem;
        }
        .badge {
            display: inline-block;
            background: #f0a83022;
            color: #f0a830;
            padding: 0.1rem 0.8rem;
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 600;
            border: 1px solid #f0a83044;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 1.2rem 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.95rem;
        }
        th,
        td {
            padding: 0.6rem 0.8rem;
            border: 1px solid #262c34;
            text-align: left;
        }
        th {
            background: #1a1e24;
            color: #f0a830;
            font-weight: 600;
        }
        td {
            background: #101317;
        }
        .quote-block {
            border-left: 4px solid #f0a830;
            padding: 1rem 1.2rem;
            margin: 1.5rem 0;
            background: #161a20;
            border-radius: 0 12px 12px 0;
            font-style: italic;
            color: #c8d0d8;
        }
        .quote-block cite {
            display: block;
            margin-top: 0.5rem;
            font-style: normal;
            color: #f0a830;
            font-weight: 600;
        }
