        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', Roboto, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
            background: #0a0e17;
            color: #e8e8e8;
            line-height: 1.7;
            min-height: 100vh;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        a {
            color: #ffd700;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover,
        a:focus {
            color: #ffed7a;
            text-decoration: underline;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.25;
            color: #fff;
            margin-top: 1.8rem;
            margin-bottom: 0.6rem;
        }
        h1 {
            font-size: 2.8rem;
            border-bottom: 3px solid #ffd700;
            padding-bottom: 0.5rem;
        }
        h2 {
            font-size: 2.0rem;
            border-left: 5px solid #ffd700;
            padding-left: 1rem;
        }
        h3 {
            font-size: 1.5rem;
            color: #ffd700;
        }
        h4 {
            font-size: 1.2rem;
            color: #c0c0c0;
        }
        p {
            margin-bottom: 1.2rem;
            font-size: 1.05rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.5rem;
        }
        .text-gold {
            color: #ffd700;
        }
        .text-silver {
            color: #c0c0c0;
        }
        .text-small {
            font-size: 0.9rem;
        }
        .mt-2 {
            margin-top: 2rem;
        }
        .mb-2 {
            margin-bottom: 2rem;
        }
        .flex-center {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .section-padding {
            padding: 3rem 0;
        }
        .site-header {
            background: linear-gradient(135deg, #0d1421 0%, #1a1f2e 100%);
            border-bottom: 2px solid #ffd70033;
            padding: 1rem 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 2.0rem;
            font-weight: 800;
            letter-spacing: 2px;
            background: linear-gradient(to right, #ffd700, #ffb300);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 0 20px #ffd70055;
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
        }
        .my-logo i {
            font-size: 2.2rem;
            -webkit-text-fill-color: initial;
            color: #ffd700;
        }
        .my-logo:hover {
            opacity: 0.9;
            text-decoration: none;
        }
        .my-logo small {
            font-size: 0.8rem;
            font-weight: 400;
            letter-spacing: 0;
            -webkit-text-fill-color: initial;
            color: #aaa;
            display: block;
            font-size: 0.7rem;
            margin-top: -0.2rem;
        }
        .nav-wrapper {
            display: flex;
            align-items: center;
            gap: 1.2rem;
        }
        .main-nav {
            display: flex;
            gap: 1rem;
            list-style: none;
            padding: 0;
        }
        .main-nav li a {
            color: #ccc;
            font-weight: 500;
            padding: 0.4rem 0.8rem;
            border-radius: 6px;
            transition: background 0.3s, color 0.3s;
            font-size: 0.95rem;
        }
        .main-nav li a:hover,
        .main-nav li a.active {
            background: #ffd70022;
            color: #ffd700;
            text-decoration: none;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            color: #ffd700;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 0.2rem 0.6rem;
            border-radius: 6px;
            transition: background 0.3s;
        }
        .hamburger:hover {
            background: #ffffff11;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem 0.8rem;
            padding: 0.8rem 0;
            font-size: 0.9rem;
            color: #999;
            border-top: 1px solid #ffffff0a;
            margin-top: 0.6rem;
        }
        .breadcrumb a {
            color: #ffd70099;
        }
        .breadcrumb a:hover {
            color: #ffd700;
        }
        .breadcrumb span {
            color: #666;
        }
        .hero-section {
            background: radial-gradient(ellipse at 30% 40%, #1a2538, #0a0e17 80%);
            padding: 4rem 0 3rem;
            text-align: center;
            border-bottom: 1px solid #ffd70022;
        }
        .hero-section h1 {
            font-size: 3.2rem;
            border-bottom: none;
            padding-bottom: 0;
            margin-top: 0;
        }
        .hero-section .subtitle {
            font-size: 1.3rem;
            color: #c0c0c0;
            max-width: 720px;
            margin: 0.8rem auto 1.5rem;
        }
        .hero-section .meta-badge {
            display: inline-block;
            background: #ffd70022;
            padding: 0.3rem 1.2rem;
            border-radius: 40px;
            font-size: 0.9rem;
            color: #ffd700;
            border: 1px solid #ffd70044;
        }
        .hero-image-wrap {
            margin: 2rem auto 0;
            max-width: 900px;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7);
            border: 1px solid #ffffff18;
        }
        .search-section {
            background: #0d1421;
            padding: 2rem 0;
            border-bottom: 1px solid #ffffff0a;
        }
        .search-form {
            display: flex;
            gap: 0.6rem;
            max-width: 600px;
            margin: 0 auto;
            flex-wrap: wrap;
            justify-content: center;
        }
        .search-form input[type="text"] {
            flex: 1 1 260px;
            padding: 0.8rem 1.2rem;
            border-radius: 40px;
            border: 1px solid #ffd70044;
            background: #1a1f2e;
            color: #fff;
            font-size: 1rem;
            outline: none;
            transition: border 0.3s;
        }
        .search-form input[type="text"]:focus {
            border-color: #ffd700;
        }
        .search-form button {
            padding: 0.8rem 2rem;
            border-radius: 40px;
            border: none;
            background: #ffd700;
            color: #0a0e17;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.3s, transform 0.2s;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }
        .search-form button:hover {
            background: #ffed7a;
            transform: scale(1.02);
        }
        .content-area {
            padding: 3rem 0;
        }
        .content-grid {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 2.5rem;
        }
        .content-main {
            min-width: 0;
        }
        .content-sidebar {
            position: sticky;
            top: 100px;
            align-self: start;
            background: #0d1421;
            border-radius: 16px;
            padding: 1.8rem 1.5rem;
            border: 1px solid #ffffff12;
        }
        .sidebar-title {
            font-size: 1.3rem;
            color: #ffd700;
            border-bottom: 2px solid #ffd70033;
            padding-bottom: 0.5rem;
            margin-bottom: 1rem;
        }
        .sidebar-links {
            list-style: none;
            padding: 0;
        }
        .sidebar-links li {
            margin-bottom: 0.5rem;
        }
        .sidebar-links a {
            display: block;
            padding: 0.5rem 0.8rem;
            background: #ffffff08;
            border-radius: 8px;
            font-size: 0.95rem;
            transition: background 0.3s;
        }
        .sidebar-links a:hover {
            background: #ffd70018;
            text-decoration: none;
        }
        .feedback-section {
            background: #0d1421;
            padding: 3rem 0;
            border-top: 1px solid #ffffff0a;
            border-bottom: 1px solid #ffffff0a;
        }
        .feedback-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
        }
        .comment-box,
        .rating-box {
            background: #131b2a;
            border-radius: 16px;
            padding: 2rem;
            border: 1px solid #ffffff0e;
        }
        .comment-box h3,
        .rating-box h3 {
            margin-top: 0;
            font-size: 1.3rem;
        }
        .comment-form textarea,
        .comment-form input {
            width: 100%;
            padding: 0.8rem;
            border-radius: 10px;
            border: 1px solid #ffffff22;
            background: #1a1f2e;
            color: #fff;
            font-size: 1rem;
            margin-bottom: 0.8rem;
            resize: vertical;
            font-family: inherit;
        }
        .comment-form textarea:focus,
        .comment-form input:focus {
            border-color: #ffd700;
            outline: none;
        }
        .comment-form button,
        .rating-form button {
            background: #ffd700;
            color: #0a0e17;
            font-weight: 700;
            padding: 0.7rem 2rem;
            border: none;
            border-radius: 40px;
            cursor: pointer;
            transition: background 0.3s;
            font-size: 1rem;
        }
        .comment-form button:hover,
        .rating-form button:hover {
            background: #ffed7a;
        }
        .rating-stars {
            display: flex;
            gap: 0.3rem;
            font-size: 2rem;
            color: #444;
            cursor: pointer;
            margin-bottom: 1rem;
        }
        .rating-stars i.active {
            color: #ffd700;
        }
        .rating-stars i:hover {
            color: #ffd70088;
        }
        .site-footer {
            background: #060a12;
            padding: 3rem 0 1.5rem;
            border-top: 2px solid #ffd70018;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 2rem;
            margin-bottom: 2rem;
        }
        .footer-grid h4 {
            color: #ffd700;
            margin-top: 0;
            font-size: 1.1rem;
        }
        .footer-grid ul {
            list-style: none;
            padding: 0;
        }
        .footer-grid ul li {
            margin-bottom: 0.4rem;
        }
        .footer-grid ul li a {
            color: #aaa;
            font-size: 0.9rem;
        }
        .footer-grid ul li a:hover {
            color: #ffd700;
        }
        .friend-link {
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem 1.5rem;
            padding: 1.2rem 0;
            border-top: 1px solid #ffffff0a;
            border-bottom: 1px solid #ffffff0a;
            margin-bottom: 1.5rem;
        }
        .friend-link a {
            color: #c0c0c0;
            font-size: 0.95rem;
            padding: 0.2rem 0.6rem;
            border-radius: 6px;
            background: #ffffff08;
        }
        .friend-link a:hover {
            background: #ffd70018;
            color: #ffd700;
            text-decoration: none;
        }
        .copyright {
            text-align: center;
            color: #666;
            font-size: 0.85rem;
            padding-top: 1.2rem;
            border-top: 1px solid #ffffff0a;
        }
        .copyright strong {
            color: #999;
        }
        @media (max-width: 992px) {
            .content-grid {
                grid-template-columns: 1fr;
            }
            .content-sidebar {
                position: static;
                margin-top: 2rem;
            }
            .feedback-grid {
                grid-template-columns: 1fr;
            }
            h1 {
                font-size: 2.2rem;
            }
            .hero-section h1 {
                font-size: 2.4rem;
            }
        }
        @media (max-width: 768px) {
            .header-inner {
                flex-wrap: wrap;
            }
            .hamburger {
                display: block;
            }
            .main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                gap: 0.4rem;
                padding: 1rem 0 0.4rem;
                border-top: 1px solid #ffffff12;
                margin-top: 0.8rem;
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav li a {
                display: block;
                padding: 0.7rem 0.8rem;
                border-radius: 8px;
            }
            .hero-section {
                padding: 2.5rem 0 2rem;
            }
            .hero-section h1 {
                font-size: 1.9rem;
            }
            .hero-section .subtitle {
                font-size: 1.05rem;
            }
            .search-form {
                flex-direction: column;
                align-items: stretch;
            }
            .search-form input[type="text"] {
                flex: 1 1 auto;
            }
            .container {
                padding: 0 1rem;
            }
            .footer-grid {
                grid-template-columns: 1fr 1fr;
            }
            h2 {
                font-size: 1.6rem;
            }
            h3 {
                font-size: 1.25rem;
            }
        }
        @media (max-width: 480px) {
            .footer-grid {
                grid-template-columns: 1fr;
            }
            .my-logo {
                font-size: 1.5rem;
            }
            .rating-stars {
                font-size: 1.6rem;
            }
            .comment-box,
            .rating-box {
                padding: 1.2rem;
            }
        }
        .highlight-box {
            background: #131b2a;
            border-left: 4px solid #ffd700;
            padding: 1.2rem 1.8rem;
            border-radius: 0 12px 12px 0;
            margin: 1.8rem 0;
        }
        .highlight-box p:last-child {
            margin-bottom: 0;
        }
        .stat-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
            gap: 1rem;
            margin: 1.5rem 0;
        }
        .stat-card {
            background: #131b2a;
            padding: 1.2rem;
            border-radius: 12px;
            text-align: center;
            border: 1px solid #ffffff0e;
        }
        .stat-card .num {
            font-size: 2rem;
            font-weight: 800;
            color: #ffd700;
            display: block;
        }
        .stat-card .label {
            font-size: 0.85rem;
            color: #aaa;
        }
        .interview-card {
            background: #131b2a;
            border-radius: 16px;
            padding: 1.8rem;
            margin: 1.5rem 0;
            border: 1px solid #ffffff0e;
        }
        .interview-card .quote {
            font-style: italic;
            font-size: 1.1rem;
            color: #ddd;
            border-left: 3px solid #ffd700;
            padding-left: 1.2rem;
        }
        .interview-card .source {
            margin-top: 0.8rem;
            font-weight: 600;
            color: #ffd700;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 1.5rem 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            background: #131b2a;
            border-radius: 12px;
            overflow: hidden;
        }
        table th {
            background: #ffd70022;
            color: #ffd700;
            padding: 0.8rem 1rem;
            text-align: left;
            font-weight: 600;
        }
        table td {
            padding: 0.7rem 1rem;
            border-bottom: 1px solid #ffffff0a;
        }
        table tr:last-child td {
            border-bottom: none;
        }
        .last-updated {
            display: inline-block;
            background: #ffffff08;
            padding: 0.3rem 1rem;
            border-radius: 40px;
            font-size: 0.85rem;
            color: #999;
            margin-top: 0.5rem;
        }
        .last-updated i {
            margin-right: 0.4rem;
            color: #ffd700;
        }
