        *,
        *::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: #0b0d11;
            color: #e8edf2;
            line-height: 1.75;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }
        a {
            color: #f5c542;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover,
        a:focus-visible {
            color: #ffdd77;
            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;
            color: #f0f4fa;
            margin-top: 1.8em;
            margin-bottom: 0.6em;
        }
        h1 {
            font-size: 2.4rem;
            margin-top: 0.4em;
        }
        h2 {
            font-size: 1.8rem;
            border-left: 5px solid #f5c542;
            padding-left: 0.7rem;
        }
        h3 {
            font-size: 1.35rem;
            color: #f5d98a;
        }
        h4 {
            font-size: 1.1rem;
            color: #cfdbe8;
        }
        p,
        li,
        blockquote {
            margin-bottom: 1.2rem;
        }
        ul,
        ol {
            padding-left: 1.8rem;
            margin-bottom: 1.2rem;
        }
        blockquote {
            border-left: 4px solid #f5c542;
            padding-left: 1.2rem;
            background: rgba(245, 197, 66, 0.06);
            border-radius: 0 8px 8px 0;
            font-style: italic;
            color: #d4dce8;
        }
        hr {
            border: none;
            height: 2px;
            background: linear-gradient(90deg, #f5c54230, #f5c54280, #f5c54230);
            margin: 2.5rem 0;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.2rem;
        }
        .site-header {
            background: #14181f;
            border-bottom: 2px solid #2a313c;
            padding: 0.8rem 0;
            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;
            gap: 0.8rem 1.2rem;
        }
        .my-logo {
            font-size: 1.6rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            background: linear-gradient(135deg, #f5c542, #f0b820);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-transform: uppercase;
            display: inline-flex;
            align-items: center;
            gap: 0.3rem;
        }
        .my-logo i {
            -webkit-text-fill-color: #f5c542;
            font-size: 1.4rem;
        }
        .my-logo:hover {
            opacity: 0.85;
            text-decoration: none;
        }
        .nav-wrapper {
            display: flex;
            align-items: center;
            gap: 1.2rem;
        }
        .nav-list {
            display: flex;
            list-style: none;
            gap: 0.2rem;
            padding: 0;
            margin: 0;
            flex-wrap: wrap;
        }
        .nav-list a {
            padding: 0.4rem 0.9rem;
            border-radius: 8px;
            font-weight: 500;
            font-size: 0.9rem;
            color: #c8d0dc;
            transition: background 0.2s, color 0.2s;
        }
        .nav-list a:hover,
        .nav-list a:focus-visible {
            background: #2a313c;
            color: #f5c542;
            text-decoration: none;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            color: #e8edf2;
            font-size: 1.6rem;
            cursor: pointer;
            padding: 0.2rem 0.5rem;
            border-radius: 6px;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: #2a313c;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            padding: 0.6rem 0 0.2rem;
            margin: 0;
            font-size: 0.85rem;
            color: #9aa5b5;
        }
        .breadcrumb li+li::before {
            content: "›";
            padding: 0 0.6rem;
            color: #5a6678;
        }
        .breadcrumb a {
            color: #b0bbc9;
        }
        .breadcrumb a:hover {
            color: #f5c542;
        }
        .breadcrumb .active {
            color: #e8edf2;
        }
        .hero {
            background: linear-gradient(145deg, #11171f, #1c2530);
            border-radius: 18px;
            padding: 2.5rem 2rem;
            margin: 2rem 0 2.5rem;
            border: 1px solid #2a313c;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6);
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 2rem;
        }
        .hero-text {
            flex: 2 1 300px;
        }
        .hero-text h1 {
            font-size: 2.2rem;
            margin-top: 0;
            background: linear-gradient(135deg, #f5c542, #f0b820);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .hero-text .subhead {
            font-size: 1.1rem;
            color: #b8c5d6;
            margin: 0.5rem 0 1rem;
        }
        .hero-text .meta {
            font-size: 0.9rem;
            color: #8a99af;
            display: flex;
            flex-wrap: wrap;
            gap: 1.2rem;
        }
        .hero-text .meta i {
            margin-right: 0.4rem;
            color: #f5c542;
        }
        .hero-img {
            flex: 1 1 260px;
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0 6px 24px rgba(0, 0, 0, 0.5);
        }
        .hero-img img {
            width: 100%;
            height: auto;
            display: block;
        }
        .search-section {
            background: #141a24;
            border-radius: 14px;
            padding: 1.6rem 1.8rem;
            margin: 2rem 0 2.5rem;
            border: 1px solid #2a313c;
        }
        .search-section form {
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem;
            align-items: center;
        }
        .search-section input[type="text"] {
            flex: 1 1 240px;
            padding: 0.75rem 1.2rem;
            border-radius: 10px;
            border: 1px solid #3a4455;
            background: #1b232f;
            color: #e8edf2;
            font-size: 1rem;
            outline: none;
            transition: border 0.25s, box-shadow 0.25s;
        }
        .search-section input[type="text"]:focus {
            border-color: #f5c542;
            box-shadow: 0 0 0 3px rgba(245, 197, 66, 0.2);
        }
        .search-section button {
            padding: 0.75rem 1.8rem;
            border: none;
            border-radius: 10px;
            background: #f5c542;
            color: #0b0d11;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s;
            display: inline-flex;
            align-items: center;
            gap: 0.6rem;
        }
        .search-section button:hover {
            background: #ffd866;
            transform: translateY(-2px);
        }
        .search-section button:active {
            transform: translateY(0);
        }
        .content-area {
            background: #10161e;
            border-radius: 18px;
            padding: 2rem 2.2rem;
            border: 1px solid #222b38;
            margin: 2rem 0 2.5rem;
        }
        .content-area .featured-image {
            margin: 1.5rem 0 2.5rem;
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
        }
        .content-area .featured-image figcaption {
            font-size: 0.85rem;
            color: #8a99af;
            padding: 0.6rem 0 0 0.3rem;
        }
        .content-area p {
            text-align: justify;
        }
        .content-area .highlight-box {
            background: #1a2330;
            border-left: 5px solid #f5c542;
            padding: 1.2rem 1.6rem;
            border-radius: 0 12px 12px 0;
            margin: 1.8rem 0;
        }
        .content-area .highlight-box strong {
            color: #f5c542;
        }
        .content-area ul li,
        .content-area ol li {
            margin-bottom: 0.4rem;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 1.8rem 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            background: #141b26;
            border-radius: 12px;
            overflow: hidden;
        }
        th,
        td {
            padding: 0.8rem 1rem;
            text-align: left;
            border-bottom: 1px solid #28303e;
        }
        th {
            background: #1f2a38;
            color: #f5c542;
            font-weight: 600;
        }
        tr:last-child td {
            border-bottom: none;
        }
        tr:hover td {
            background: #1b2533;
        }
        .interaction-section {
            display: flex;
            flex-wrap: wrap;
            gap: 2rem;
            margin: 2.5rem 0;
        }
        .interaction-card {
            flex: 1 1 280px;
            background: #141a24;
            border-radius: 14px;
            padding: 1.6rem 1.8rem;
            border: 1px solid #2a313c;
        }
        .interaction-card h3 {
            margin-top: 0;
            font-size: 1.3rem;
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }
        .interaction-card form {
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
            margin-top: 0.8rem;
        }
        .interaction-card input,
        .interaction-card textarea,
        .interaction-card select {
            padding: 0.65rem 1rem;
            border-radius: 8px;
            border: 1px solid #3a4455;
            background: #1b232f;
            color: #e8edf2;
            font-size: 0.95rem;
            outline: none;
            transition: border 0.25s;
        }
        .interaction-card input:focus,
        .interaction-card textarea:focus,
        .interaction-card select:focus {
            border-color: #f5c542;
        }
        .interaction-card textarea {
            min-height: 80px;
            resize: vertical;
        }
        .interaction-card button {
            padding: 0.65rem 1.4rem;
            border: none;
            border-radius: 8px;
            background: #f5c542;
            color: #0b0d11;
            font-weight: 700;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s;
            align-self: flex-start;
        }
        .interaction-card button:hover {
            background: #ffd866;
            transform: translateY(-2px);
        }
        .star-rating {
            display: flex;
            gap: 0.4rem;
            font-size: 1.6rem;
            color: #4a5568;
            cursor: pointer;
            direction: rtl;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            transition: color 0.2s;
            color: #4a5568;
        }
        .star-rating input:checked~label,
        .star-rating label:hover,
        .star-rating label:hover~label {
            color: #f5c542;
        }
        friend-link {
            display: block;
            background: #141a24;
            border-radius: 14px;
            padding: 1.6rem 1.8rem;
            margin: 2rem 0 1.5rem;
            border: 1px solid #2a313c;
        }
        friend-link::before {
            content: "🔗 Friendly Links";
            display: block;
            font-size: 1.2rem;
            font-weight: 700;
            color: #f5c542;
            margin-bottom: 0.8rem;
        }
        friend-link a {
            display: inline-block;
            padding: 0.3rem 0.8rem;
            margin: 0.2rem 0.3rem;
            border-radius: 6px;
            background: #1b232f;
            font-size: 0.9rem;
            transition: background 0.2s, color 0.2s;
        }
        friend-link a:hover {
            background: #2a313c;
            color: #ffdd77;
            text-decoration: none;
        }
        .site-footer {
            background: #0c1018;
            border-top: 2px solid #1f2733;
            padding: 2rem 0 1.5rem;
            margin-top: auto;
            font-size: 0.9rem;
            color: #8a99af;
        }
        .footer-inner {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 1rem;
        }
        .footer-inner .copyright {
            font-size: 0.85rem;
        }
        .footer-inner .copyright strong {
            color: #c8d0dc;
        }
        @media (max-width: 820px) {
            .header-inner {
                flex-wrap: wrap;
            }
            .nav-list {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #14181f;
                padding: 0.8rem 0;
                border-top: 1px solid #2a313c;
                margin-top: 0.4rem;
            }
            .nav-list.open {
                display: flex;
            }
            .hamburger {
                display: block;
            }
            .hero {
                flex-direction: column-reverse;
                padding: 1.8rem 1.2rem;
            }
            .hero-text h1 {
                font-size: 1.8rem;
            }
            .content-area {
                padding: 1.2rem 1rem;
            }
            h1 {
                font-size: 1.9rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            .interaction-section {
                flex-direction: column;
            }
            .search-section form {
                flex-direction: column;
                align-items: stretch;
            }
            .search-section button {
                justify-content: center;
            }
        }
        @media (max-width: 480px) {
            .hero-text h1 {
                font-size: 1.5rem;
            }
            .my-logo {
                font-size: 1.2rem;
            }
            .container {
                padding: 0 0.8rem;
            }
            .content-area {
                padding: 0.8rem 0.8rem;
            }
            table {
                font-size: 0.8rem;
            }
            th,
            td {
                padding: 0.5rem 0.6rem;
            }
        }
        .fade-in {
            opacity: 0;
            transform: translateY(12px);
            animation: fadeUp 0.6s ease forwards;
        }
        @keyframes fadeUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        .content-area>* {
            animation: fadeUp 0.5s ease forwards;
        }
        .content-area>*:nth-child(2) {
            animation-delay: 0.05s;
        }
        .content-area>*:nth-child(3) {
            animation-delay: 0.1s;
        }
        .content-area>*:nth-child(4) {
            animation-delay: 0.15s;
        }
        .content-area>*:nth-child(5) {
            animation-delay: 0.2s;
        }
        .content-area>*:nth-child(6) {
            animation-delay: 0.25s;
        }
        .content-area>*:nth-child(7) {
            animation-delay: 0.3s;
        }
        .content-area>*:nth-child(8) {
            animation-delay: 0.35s;
        }
        .content-area>*:nth-child(9) {
            animation-delay: 0.4s;
        }
        .content-area>*:nth-child(10) {
            animation-delay: 0.45s;
        }
