* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Segoe UI', Roboto, system-ui, -apple-system, sans-serif;
            background: #0d0f14;
            color: #e8edf0;
            line-height: 1.8;
            font-size: 16px;
        }
        a {
            color: #f0c040;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover {
            color: #ffdd77;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        header {
            background: linear-gradient(145deg, #1a1d27, #0d0f14);
            border-bottom: 2px solid #2a2e3a;
            position: sticky;
            top: 0;
            z-index: 100;
            backdrop-filter: blur(12px);
            padding: 12px 0;
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            background: linear-gradient(135deg, #f0c040, #ff8c00);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            letter-spacing: -0.5px;
            text-shadow: 0 0 30px rgba(240, 192, 64, 0.15);
        }
        .my-logo i {
            -webkit-text-fill-color: initial;
            color: #f0c040;
            margin-right: 6px;
        }
        .my-logo:hover {
            opacity: 0.9;
            text-decoration: none;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #f0c040;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 6px 12px;
            border-radius: 8px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: rgba(240, 192, 64, 0.1);
        }
        nav {
            display: flex;
            gap: 12px 24px;
            flex-wrap: wrap;
            align-items: center;
        }
        nav a {
            color: #c8cdd6;
            font-weight: 500;
            font-size: 0.95rem;
            padding: 6px 0;
            border-bottom: 2px solid transparent;
            transition: all 0.2s;
        }
        nav a:hover {
            color: #f0c040;
            border-bottom-color: #f0c040;
            text-decoration: none;
        }
        nav a i {
            margin-right: 6px;
            font-size: 0.85rem;
        }
        .breadcrumb {
            background: #181b24;
            padding: 10px 0;
            border-bottom: 1px solid #252a36;
            font-size: 0.85rem;
            color: #9aa2b0;
        }
        .breadcrumb a {
            color: #9aa2b0;
        }
        .breadcrumb a:hover {
            color: #f0c040;
        }
        .breadcrumb span {
            margin: 0 6px;
            color: #555b6a;
        }
        main {
            padding: 40px 0 60px;
        }
        h1 {
            font-size: 2.8rem;
            font-weight: 800;
            background: linear-gradient(135deg, #f0c040, #ffaa33);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 16px;
            line-height: 1.2;
        }
        h2 {
            font-size: 2rem;
            font-weight: 700;
            color: #f0c040;
            margin: 48px 0 16px 0;
            border-bottom: 2px solid #2a2e3a;
            padding-bottom: 8px;
        }
        h3 {
            font-size: 1.5rem;
            font-weight: 600;
            color: #ffdd77;
            margin: 32px 0 12px 0;
        }
        h4 {
            font-size: 1.2rem;
            font-weight: 600;
            color: #e8d5a3;
            margin: 24px 0 10px 0;
        }
        p {
            margin-bottom: 18px;
            color: #d0d5de;
        }
        .last-updated {
            display: inline-block;
            background: #1e222e;
            padding: 8px 20px;
            border-radius: 30px;
            font-size: 0.85rem;
            color: #9aa2b0;
            margin-bottom: 24px;
            border: 1px solid #2a2e3a;
        }
        .last-updated i {
            color: #f0c040;
            margin-right: 6px;
        }
        .featured-image {
            margin: 30px 0;
            border-radius: 16px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
        }
        .highlight-box {
            background: #1a1e2a;
            border-left: 4px solid #f0c040;
            padding: 20px 24px;
            border-radius: 0 12px 12px 0;
            margin: 24px 0;
        }
        .highlight-box p:last-child {
            margin-bottom: 0;
        }
        .emoji-big {
            font-size: 1.4rem;
        }
        .btn {
            display: inline-block;
            background: #f0c040;
            color: #0d0f14;
            padding: 10px 28px;
            border-radius: 30px;
            font-weight: 600;
            border: none;
            cursor: pointer;
            transition: all 0.2s;
            font-size: 0.95rem;
        }
        .btn:hover {
            background: #ffdd77;
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(240, 192, 64, 0.25);
            text-decoration: none;
            color: #0d0f14;
        }
        .btn i {
            margin-right: 8px;
        }
        .search-section {
            background: #181b24;
            padding: 28px 32px;
            border-radius: 16px;
            margin: 40px 0;
            border: 1px solid #252a36;
        }
        .search-form {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
        }
        .search-form input {
            flex: 1;
            min-width: 200px;
            padding: 14px 20px;
            border-radius: 30px;
            border: 1px solid #2a2e3a;
            background: #0d0f14;
            color: #e8edf0;
            font-size: 1rem;
            outline: none;
            transition: border 0.2s;
        }
        .search-form input:focus {
            border-color: #f0c040;
        }
        .feedback-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin: 40px 0;
        }
        @media (max-width:768px) {
            .feedback-grid {
                grid-template-columns: 1fr;
            }
        }
        .feedback-card {
            background: #181b24;
            padding: 28px 30px;
            border-radius: 16px;
            border: 1px solid #252a36;
        }
        .feedback-card h3 {
            margin-top: 0;
            font-size: 1.3rem;
        }
        .feedback-card form {
            display: flex;
            flex-direction: column;
            gap: 14px;
        }
        .feedback-card input,
        .feedback-card textarea {
            padding: 12px 16px;
            border-radius: 10px;
            border: 1px solid #2a2e3a;
            background: #0d0f14;
            color: #e8edf0;
            font-size: 0.95rem;
            outline: none;
            transition: border 0.2s;
            font-family: inherit;
        }
        .feedback-card input:focus,
        .feedback-card textarea:focus {
            border-color: #f0c040;
        }
        .feedback-card textarea {
            min-height: 80px;
            resize: vertical;
        }
        .star-rating {
            display: flex;
            gap: 6px;
            font-size: 1.6rem;
            color: #444a5a;
            cursor: pointer;
            direction: rtl;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            cursor: pointer;
            transition: color 0.15s;
            color: #444a5a;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #f0c040;
        }
        .link-list-inset {
            background: #1a1e2a;
            padding: 20px 24px;
            border-radius: 12px;
            margin: 24px 0;
            border: 1px solid #2a2e3a;
        }
        .link-list-inset ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 8px 20px;
        }
        @media (max-width:600px) {
            .link-list-inset ul {
                grid-template-columns: 1fr;
            }
        }
        .link-list-inset li {
            padding: 4px 0;
        }
        .link-list-inset li a {
            font-weight: 500;
        }
        .link-list-inset li a i {
            margin-right: 6px;
            font-size: 0.8rem;
            color: #f0c040;
        }
        footer {
            background: #0d0f14;
            border-top: 2px solid #1e222e;
            padding: 40px 0 20px;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 40px;
            margin-bottom: 30px;
        }
        @media (max-width:768px) {
            .footer-grid {
                grid-template-columns: 1fr;
                gap: 24px;
            }
        }
        .footer-brand .my-logo {
            font-size: 1.6rem;
        }
        .footer-brand p {
            font-size: 0.9rem;
            color: #9aa2b0;
            margin-top: 8px;
        }
        friend-link {
            display: block;
            font-style: normal;
        }
        friend-link h4 {
            color: #f0c040;
            margin-top: 0;
            font-size: 1.1rem;
        }
        friend-link ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        friend-link li {
            padding: 4px 0;
        }
        friend-link li a {
            color: #9aa2b0;
            font-size: 0.9rem;
        }
        friend-link li a:hover {
            color: #f0c040;
        }
        .copyright {
            border-top: 1px solid #1e222e;
            padding-top: 20px;
            text-align: center;
            font-size: 0.85rem;
            color: #6a7285;
        }
        .copyright a {
            color: #9aa2b0;
        }
        @media (max-width:768px) {
            .nav-toggle {
                display: block;
            }
            nav {
                display: none;
                width: 100%;
                flex-direction: column;
                padding: 16px 0 8px;
                gap: 8px;
            }
            nav.show {
                display: flex;
            }
            nav a {
                padding: 10px 12px;
                border-radius: 8px;
                border-bottom: none;
                background: rgba(255, 255, 255, 0.03);
            }
            nav a:hover {
                border-bottom: none;
                background: rgba(240, 192, 64, 0.08);
            }
            h1 {
                font-size: 2rem;
            }
            h2 {
                font-size: 1.6rem;
            }
            h3 {
                font-size: 1.25rem;
            }
            .header-inner {
                align-items: center;
            }
        }
        @media (max-width:480px) {
            .search-form {
                flex-direction: column;
            }
            .search-form input {
                min-width: auto;
            }
            .feedback-card {
                padding: 20px;
            }
            .link-list-inset ul {
                grid-template-columns: 1fr;
            }
        }
        html {
            scroll-behavior: smooth;
        }
        .content-table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
            background: #181b24;
            border-radius: 12px;
            overflow: hidden;
        }
        .content-table th {
            background: #1e2332;
            color: #f0c040;
            padding: 12px 16px;
            text-align: left;
            font-weight: 600;
        }
        .content-table td {
            padding: 10px 16px;
            border-top: 1px solid #252a36;
            color: #c8cdd6;
        }
        .content-table tr:hover td {
            background: rgba(240, 192, 64, 0.04);
        }
        .text-gold {
            color: #f0c040;
        }
        .mt-20 {
            margin-top: 20px;
        }
        .mb-20 {
            margin-bottom: 20px;
        }
        .flex-between {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 12px;
        }
