        *,
        *::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, sans-serif;
            background: #0f0f1a;
            color: #e8e8f0;
            line-height: 1.7;
            min-height: 100vh;
        }
        a {
            color: #a78bfa;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover {
            color: #c4b5fd;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            color: #f0eff5;
            font-weight: 700;
            line-height: 1.25;
            margin-top: 0;
        }
        h1 {
            font-size: 2.4rem;
            margin-bottom: 1.2rem;
            background: linear-gradient(135deg, #fbbf24, #f59e0b, #d97706);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        h2 {
            font-size: 1.8rem;
            margin: 2.4rem 0 1rem;
            border-left: 5px solid #7c3aed;
            padding-left: 1rem;
        }
        h3 {
            font-size: 1.35rem;
            margin: 1.8rem 0 0.8rem;
            color: #c4b5fd;
        }
        h4 {
            font-size: 1.1rem;
            margin: 1.2rem 0 0.5rem;
            color: #a78bfa;
        }
        p {
            margin-bottom: 1.1rem;
        }
        .container {
            max-width: 1180px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .site-header {
            background: #1a1a2e;
            border-bottom: 2px solid #2d2d4a;
            padding: 0.8rem 0;
            position: sticky;
            top: 0;
            z-index: 100;
            backdrop-filter: blur(10px);
            background: rgba(26, 26, 46, 0.96);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 1.7rem;
            font-weight: 800;
            background: linear-gradient(135deg, #fbbf24, #f59e0b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            letter-spacing: -0.5px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .my-logo i {
            font-size: 1.9rem;
            color: #fbbf24;
            -webkit-text-fill-color: #fbbf24;
        }
        .my-logo:hover {
            text-decoration: none;
            opacity: 0.9;
        }
        .my-logo span {
            font-size: 0.75rem;
            display: block;
            font-weight: 400;
            background: none;
            -webkit-text-fill-color: #9ca3af;
            color: #9ca3af;
            letter-spacing: 0.3px;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #e8e8f0;
            font-size: 1.6rem;
            cursor: pointer;
            padding: 4px 8px;
            border-radius: 6px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: #2d2d4a;
        }
        .primary-nav {
            display: flex;
            align-items: center;
            gap: 0.4rem;
            flex-wrap: wrap;
        }
        .primary-nav a {
            padding: 0.4rem 0.8rem;
            border-radius: 8px;
            font-weight: 500;
            font-size: 0.9rem;
            color: #c4b5fd;
            transition: background 0.2s, color 0.2s;
        }
        .primary-nav a:hover {
            background: #2d2d4a;
            color: #f0eff5;
            text-decoration: none;
        }
        .primary-nav a.active {
            background: #7c3aed;
            color: #fff;
        }
        .breadcrumb {
            padding: 0.8rem 0 0.2rem;
            font-size: 0.85rem;
            color: #9ca3af;
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem;
        }
        .breadcrumb a {
            color: #a78bfa;
        }
        .breadcrumb a:hover {
            color: #c4b5fd;
        }
        .breadcrumb .sep {
            color: #4b5563;
            margin: 0 0.2rem;
        }
        .hero-section {
            padding: 2.4rem 0 1.6rem;
            background: linear-gradient(180deg, #1a1a2e 0%, #0f0f1a 100%);
            border-radius: 0 0 40px 40px;
        }
        .hero-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2.4rem;
            align-items: center;
        }
        .hero-content .badge {
            display: inline-block;
            background: #7c3aed;
            padding: 0.2rem 1rem;
            border-radius: 40px;
            font-size: 0.8rem;
            font-weight: 600;
            letter-spacing: 0.5px;
            margin-bottom: 1rem;
            text-transform: uppercase;
            color: #fff;
        }
        .hero-content p {
            font-size: 1.1rem;
            color: #d1d5db;
            max-width: 540px;
        }
        .hero-stats {
            display: flex;
            gap: 1.6rem;
            margin-top: 1.4rem;
            flex-wrap: wrap;
        }
        .hero-stats .stat {
            background: #1f1f35;
            padding: 0.8rem 1.4rem;
            border-radius: 12px;
            text-align: center;
            min-width: 100px;
            border: 1px solid #2d2d4a;
        }
        .hero-stats .stat .num {
            font-size: 1.5rem;
            font-weight: 800;
            color: #fbbf24;
            display: block;
        }
        .hero-stats .stat .label {
            font-size: 0.75rem;
            color: #9ca3af;
            text-transform: uppercase;
            letter-spacing: 0.3px;
        }
        .hero-image {
            border-radius: 16px;
            box-shadow: 0 20px 60px rgba(124, 58, 237, 0.25);
            transition: transform 0.3s;
        }
        .hero-image:hover {
            transform: scale(1.01);
        }
        .last-updated {
            font-size: 0.82rem;
            color: #6b7280;
            margin-top: 0.6rem;
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .last-updated i {
            color: #fbbf24;
        }
        .search-wrap {
            background: #1f1f35;
            border-radius: 16px;
            padding: 1.2rem 1.6rem;
            margin: 1.6rem 0;
            border: 1px solid #2d2d4a;
        }
        .search-form {
            display: flex;
            gap: 0.6rem;
            flex-wrap: wrap;
        }
        .search-form input {
            flex: 1;
            min-width: 160px;
            padding: 0.7rem 1rem;
            border-radius: 10px;
            border: 1px solid #3b3b5c;
            background: #0f0f1a;
            color: #e8e8f0;
            font-size: 0.95rem;
            outline: none;
            transition: border 0.2s;
        }
        .search-form input:focus {
            border-color: #7c3aed;
        }
        .search-form button {
            padding: 0.7rem 1.6rem;
            background: #7c3aed;
            color: #fff;
            border: none;
            border-radius: 10px;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            font-size: 0.95rem;
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .search-form button:hover {
            background: #6d28d9;
            transform: scale(1.02);
        }
        .content-area {
            padding: 1.2rem 0 3rem;
        }
        .content-grid {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 2.4rem;
        }
        .main-article {
            background: #15152a;
            border-radius: 20px;
            padding: 2rem 2.2rem;
            border: 1px solid #2d2d4a;
        }
        .sidebar {
            display: flex;
            flex-direction: column;
            gap: 1.6rem;
        }
        .sidebar-card {
            background: #15152a;
            border-radius: 16px;
            padding: 1.4rem 1.6rem;
            border: 1px solid #2d2d4a;
        }
        .sidebar-card h3 {
            font-size: 1.1rem;
            margin-top: 0;
            margin-bottom: 0.8rem;
            border-bottom: 2px solid #2d2d4a;
            padding-bottom: 0.5rem;
        }
        .sidebar-card ul {
            list-style: none;
            padding-left: 0;
        }
        .sidebar-card ul li {
            padding: 0.4rem 0;
            border-bottom: 1px solid #1f1f35;
        }
        .sidebar-card ul li a {
            display: flex;
            align-items: center;
            gap: 6px;
            font-size: 0.9rem;
        }
        .sidebar-card ul li a i {
            width: 18px;
            color: #fbbf24;
            font-size: 0.8rem;
        }
        .link-list-compact {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0.4rem 1.2rem;
            font-size: 0.9rem;
        }
        .link-list-compact a {
            display: flex;
            align-items: center;
            gap: 4px;
            padding: 0.2rem 0;
        }
        .link-list-compact a i {
            font-size: 0.7rem;
            color: #fbbf24;
        }
        .data-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.2rem 0;
            font-size: 0.92rem;
            background: #0f0f1a;
            border-radius: 12px;
            overflow: hidden;
        }
        .data-table th {
            background: #2d2d4a;
            color: #f0eff5;
            font-weight: 600;
            padding: 0.7rem 1rem;
            text-align: left;
        }
        .data-table td {
            padding: 0.6rem 1rem;
            border-bottom: 1px solid #1f1f35;
        }
        .data-table tr:last-child td {
            border-bottom: none;
        }
        .data-table tr:hover td {
            background: #1f1f35;
        }
        .interview-block {
            background: #1f1f35;
            border-radius: 16px;
            padding: 1.6rem 2rem;
            margin: 1.6rem 0;
            border-left: 5px solid #fbbf24;
        }
        .interview-block .speaker {
            font-weight: 700;
            color: #fbbf24;
        }
        .interview-block .speaker::before {
            content: "🎙️ ";
        }
        .tip-box {
            background: #1a1a2e;
            border-radius: 12px;
            padding: 1.2rem 1.6rem;
            margin: 1.2rem 0;
            border: 1px dashed #7c3aed;
            display: flex;
            gap: 12px;
            align-items: flex-start;
        }
        .tip-box .tip-icon {
            font-size: 1.6rem;
            flex-shrink: 0;
            color: #fbbf24;
        }
        .rating-comment-wrap {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.6rem;
            margin: 2.4rem 0 1.2rem;
        }
        .rating-box,
        .comment-box {
            background: #1f1f35;
            border-radius: 16px;
            padding: 1.4rem 1.6rem;
            border: 1px solid #2d2d4a;
        }
        .rating-box h3,
        .comment-box h3 {
            margin-top: 0;
            font-size: 1.1rem;
            margin-bottom: 0.8rem;
        }
        .star-rating {
            display: flex;
            flex-direction: column;
            gap: 0.6rem;
        }
        .star-rating .stars {
            display: flex;
            gap: 4px;
            font-size: 1.8rem;
            cursor: pointer;
            color: #4b5563;
            transition: color 0.2s;
        }
        .star-rating .stars i:hover,
        .star-rating .stars i.active {
            color: #fbbf24;
        }
        .rating-form button,
        .comment-form button {
            padding: 0.5rem 1.4rem;
            background: #7c3aed;
            color: #fff;
            border: none;
            border-radius: 8px;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s;
            margin-top: 0.6rem;
        }
        .rating-form button:hover,
        .comment-form button:hover {
            background: #6d28d9;
        }
        .comment-form textarea {
            width: 100%;
            padding: 0.6rem 0.8rem;
            border-radius: 8px;
            border: 1px solid #3b3b5c;
            background: #0f0f1a;
            color: #e8e8f0;
            font-size: 0.9rem;
            resize: vertical;
            min-height: 80px;
            font-family: inherit;
        }
        .comment-form textarea:focus {
            border-color: #7c3aed;
            outline: none;
        }
        .comment-form input {
            width: 100%;
            padding: 0.6rem 0.8rem;
            border-radius: 8px;
            border: 1px solid #3b3b5c;
            background: #0f0f1a;
            color: #e8e8f0;
            font-size: 0.9rem;
            margin-bottom: 0.6rem;
        }
        .comment-form input:focus {
            border-color: #7c3aed;
            outline: none;
        }
        .site-footer {
            background: #1a1a2e;
            border-top: 2px solid #2d2d4a;
            padding: 2.4rem 0 1.2rem;
            margin-top: 2rem;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 2rem;
        }
        .footer-grid h4 {
            color: #f0eff5;
            margin-bottom: 0.8rem;
            font-size: 1rem;
        }
        .footer-grid ul {
            list-style: none;
            padding-left: 0;
        }
        .footer-grid ul li {
            padding: 0.2rem 0;
        }
        .footer-grid ul li a {
            font-size: 0.88rem;
            color: #9ca3af;
        }
        .footer-grid ul li a:hover {
            color: #c4b5fd;
        }
        friend-link {
            display: block;
            padding: 1.2rem 0 0.6rem;
            border-top: 1px solid #2d2d4a;
            margin-top: 1.6rem;
            font-size: 0.9rem;
            color: #9ca3af;
        }
        friend-link a {
            color: #a78bfa;
            padding: 0 0.3rem;
        }
        .copyright {
            text-align: center;
            padding: 1.2rem 0 0;
            font-size: 0.82rem;
            color: #6b7280;
            border-top: 1px solid #2d2d4a;
            margin-top: 1.2rem;
        }
        .copyright strong {
            color: #9ca3af;
        }
        @media (max-width: 992px) {
            .hero-grid {
                grid-template-columns: 1fr;
                text-align: center;
            }
            .hero-content p {
                max-width: 100%;
            }
            .hero-stats {
                justify-content: center;
            }
            .content-grid {
                grid-template-columns: 1fr;
            }
            .footer-grid {
                grid-template-columns: 1fr 1fr;
            }
            .rating-comment-wrap {
                grid-template-columns: 1fr;
            }
            .link-list-compact {
                grid-template-columns: 1fr;
            }
            .main-article {
                padding: 1.4rem 1.2rem;
            }
        }
        @media (max-width: 768px) {
            .nav-toggle {
                display: block;
            }
            .primary-nav {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #1a1a2e;
                padding: 0.8rem 0;
                border-top: 1px solid #2d2d4a;
                margin-top: 0.6rem;
            }
            .primary-nav.open {
                display: flex;
            }
            .primary-nav a {
                padding: 0.6rem 1rem;
                width: 100%;
                text-align: left;
            }
            .header-inner {
                align-items: center;
            }
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.4rem;
            }
            .hero-stats .stat {
                min-width: 70px;
                padding: 0.5rem 0.8rem;
            }
            .hero-stats .stat .num {
                font-size: 1.2rem;
            }
            .footer-grid {
                grid-template-columns: 1fr;
                gap: 1.2rem;
            }
            .data-table {
                font-size: 0.8rem;
            }
            .data-table th,
            .data-table td {
                padding: 0.4rem 0.6rem;
            }
            .search-form {
                flex-direction: column;
            }
            .search-form button {
                width: 100%;
                justify-content: center;
            }
            .interview-block {
                padding: 1rem 1.2rem;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 12px;
            }
            .main-article {
                padding: 1rem 0.8rem;
            }
            .sidebar-card {
                padding: 1rem 0.8rem;
            }
            .my-logo {
                font-size: 1.3rem;
            }
        }
        ::-webkit-scrollbar {
            width: 8px;
        }
        ::-webkit-scrollbar-track {
            background: #0f0f1a;
        }
        ::-webkit-scrollbar-thumb {
            background: #3b3b5c;
            border-radius: 10px;
        }
        ::-webkit-scrollbar-thumb:hover {
            background: #5b5b7c;
        }
        .schema-hidden {
            display: none;
        }
