        *, *::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', Arial, sans-serif;
            background: #0b0e17;
            color: #e4e8ef;
            line-height: 1.7;
            padding: 0;
            margin: 0;
        }
        a { color: #f0c45a; text-decoration: none; transition: all 0.2s ease; }
        a:hover, a:focus { color: #ffdb8a; 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.3; color: #f5f0e8; margin-top: 1.8rem; margin-bottom: 0.8rem; }
        h1 { font-size: 2.4rem; margin-top: 0; }
        h2 { font-size: 1.9rem; border-bottom: 2px solid #2a3142; padding-bottom: 0.4rem; }
        h3 { font-size: 1.5rem; }
        h4 { font-size: 1.25rem; }
        p { margin-bottom: 1.2rem; color: #d5dae6; }
        ul, ol { margin: 0 0 1.5rem 2rem; }
        li { margin-bottom: 0.4rem; }
        blockquote {
            border-left: 5px solid #f0c45a;
            background: #1a2030;
            padding: 1.2rem 1.8rem;
            margin: 1.8rem 0;
            border-radius: 0 12px 12px 0;
            font-style: italic;
            color: #cfd8e8;
        }
        blockquote strong { color: #f0c45a; }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .site-header {
            background: #121926;
            border-bottom: 3px solid #2a3142;
            padding: 0.6rem 0;
            position: sticky;
            top: 0;
            z-index: 100;
            backdrop-filter: blur(8px);
            background: rgba(18, 25, 38, 0.96);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.8rem;
        }
        .my-logo {
            font-size: 1.7rem;
            font-weight: 800;
            color: #f0c45a;
            letter-spacing: -0.5px;
            text-transform: uppercase;
            background: linear-gradient(135deg, #f0c45a, #d9a43a);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            display: inline-block;
        }
        .my-logo:hover { text-decoration: none; opacity: 0.9; }
        .my-logo small { font-size: 0.7rem; display: block; -webkit-text-fill-color: #8892a8; color: #8892a8; letter-spacing: 1px; }
        .nav-menu {
            display: flex;
            gap: 1.2rem;
            align-items: center;
            flex-wrap: wrap;
        }
        .nav-menu a {
            color: #c8cedc;
            font-weight: 500;
            font-size: 0.95rem;
            padding: 0.3rem 0.2rem;
            border-bottom: 2px solid transparent;
            transition: 0.2s;
        }
        .nav-menu a:hover, .nav-menu a.active {
            color: #f0c45a;
            border-bottom-color: #f0c45a;
            text-decoration: none;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            color: #f0c45a;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 0.2rem 0.4rem;
        }
        #nav-toggle { display: none; }
        .nav-overlay { display: none; }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem 0.8rem;
            padding: 1rem 0 0.2rem;
            font-size: 0.85rem;
            color: #7a849e;
            list-style: none;
        }
        .breadcrumb li { margin: 0; }
        .breadcrumb li+li::before { content: "›"; margin-right: 0.6rem; color: #55607a; }
        .breadcrumb a { color: #b0b9ce; }
        .breadcrumb a:hover { color: #f0c45a; }
        .search-box {
            display: flex;
            gap: 0.4rem;
            max-width: 420px;
            margin: 0.8rem 0 1.2rem;
            background: #1a2030;
            border-radius: 50px;
            padding: 0.2rem 0.2rem 0.2rem 1.2rem;
            border: 1px solid #2a3142;
            transition: 0.3s;
        }
        .search-box:focus-within { border-color: #f0c45a; box-shadow: 0 0 0 3px rgba(240, 196, 90, 0.15); }
        .search-box input {
            flex: 1;
            background: transparent;
            border: none;
            padding: 0.7rem 0;
            color: #e4e8ef;
            font-size: 0.95rem;
            outline: none;
        }
        .search-box input::placeholder { color: #6a7490; }
        .search-box button {
            background: #f0c45a;
            border: none;
            border-radius: 50px;
            padding: 0.6rem 1.4rem;
            color: #0b0e17;
            font-weight: 600;
            cursor: pointer;
            transition: 0.2s;
            font-size: 0.95rem;
        }
        .search-box button:hover { background: #ffdb8a; transform: scale(1.02); }
        .content-grid {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 2.8rem;
            margin: 1.8rem 0 3rem;
        }
        .main-content { min-width: 0; }
        .sidebar {
            background: #121926;
            border-radius: 16px;
            padding: 1.8rem 1.4rem;
            border: 1px solid #2a3142;
            height: fit-content;
            position: sticky;
            top: 110px;
        }
        .sidebar h3 { font-size: 1.2rem; margin-top: 0; border-bottom: 1px solid #2a3142; padding-bottom: 0.6rem; }
        .sidebar ul { list-style: none; margin: 0.8rem 0 0; }
        .sidebar li { margin-bottom: 0.6rem; }
        .sidebar a { color: #c8cedc; font-size: 0.95rem; display: block; padding: 0.3rem 0; }
        .sidebar a:hover { color: #f0c45a; padding-left: 4px; }
        .stat-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
            gap: 1.2rem;
            margin: 1.8rem 0;
        }
        .stat-card {
            background: #1a2030;
            border-radius: 14px;
            padding: 1.4rem 1rem;
            text-align: center;
            border: 1px solid #2a3142;
            transition: 0.3s;
        }
        .stat-card:hover { border-color: #f0c45a; transform: translateY(-3px); }
        .stat-card .num { font-size: 2.2rem; font-weight: 800; color: #f0c45a; display: block; }
        .stat-card .label { font-size: 0.85rem; color: #8892a8; margin-top: 0.2rem; }
        .rating-box, .comment-box {
            background: #1a2030;
            border-radius: 14px;
            padding: 1.6rem 1.6rem 1.8rem;
            margin: 2rem 0 1.2rem;
            border: 1px solid #2a3142;
        }
        .rating-box h3, .comment-box h3 { margin-top: 0; font-size: 1.3rem; }
        .star-group { display: flex; gap: 0.3rem; font-size: 1.9rem; color: #4a5570; cursor: pointer; margin: 0.6rem 0 1rem; }
        .star-group i { transition: 0.2s; }
        .star-group i.active, .star-group i:hover { color: #f0c45a; }
        .rating-box form, .comment-box form { display: flex; flex-direction: column; gap: 0.8rem; }
        .rating-box input, .comment-box input, .comment-box textarea {
            background: #0b0e17;
            border: 1px solid #2a3142;
            border-radius: 8px;
            padding: 0.7rem 1rem;
            color: #e4e8ef;
            font-size: 0.95rem;
            width: 100%;
            transition: 0.2s;
        }
        .rating-box input:focus, .comment-box input:focus, .comment-box textarea:focus { border-color: #f0c45a; outline: none; }
        .comment-box textarea { min-height: 100px; resize: vertical; }
        .btn {
            background: #f0c45a;
            border: none;
            border-radius: 8px;
            padding: 0.7rem 1.8rem;
            color: #0b0e17;
            font-weight: 600;
            font-size: 0.95rem;
            cursor: pointer;
            transition: 0.2s;
            align-self: flex-start;
        }
        .btn:hover { background: #ffdb8a; transform: scale(1.02); }
        .site-footer {
            background: #121926;
            border-top: 3px solid #2a3142;
            padding: 2.8rem 0 1.8rem;
            margin-top: 3rem;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 2rem;
        }
        .footer-grid h4 { color: #f0c45a; font-size: 1.1rem; margin-top: 0; }
        .footer-grid ul { list-style: none; margin: 0; }
        .footer-grid li { margin-bottom: 0.5rem; }
        .footer-grid a { color: #b0b9ce; font-size: 0.9rem; }
        .footer-grid a:hover { color: #f0c45a; }
        friend-link { display: block; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid #2a3142; color: #8892a8; font-size: 0.9rem; }
        friend-link a { color: #c8cedc; margin: 0 0.3rem; }
        .copyright { text-align: center; padding-top: 2rem; color: #6a7490; font-size: 0.85rem; border-top: 1px solid #1e2538; margin-top: 2rem; }
        @media (max-width: 860px) {
            .content-grid { grid-template-columns: 1fr; }
            .sidebar { position: static; margin-top: 2rem; }
            h1 { font-size: 1.9rem; }
            h2 { font-size: 1.6rem; }
        }
        @media (max-width: 700px) {
            .hamburger { display: block; }
            .nav-menu {
                display: none;
                width: 100%;
                flex-direction: column;
                background: #121926;
                padding: 1rem 0 1.4rem;
                border-top: 1px solid #2a3142;
                gap: 0.6rem;
                margin-top: 0.6rem;
            }
            #nav-toggle:checked ~ .nav-menu { display: flex; }
            .nav-overlay {
                display: none;
                position: fixed;
                inset: 0;
                background: rgba(0,0,0,0.3);
                z-index: -1;
            }
            #nav-toggle:checked ~ .nav-overlay { display: block; }
            .stat-cards { grid-template-columns: 1fr 1fr; }
            .header-inner { gap: 0.4rem; }
            .my-logo { font-size: 1.4rem; }
        }
        @media (max-width: 480px) {
            .stat-cards { grid-template-columns: 1fr; }
            .search-box { flex-direction: column; border-radius: 16px; padding: 0.6rem; }
            .search-box button { width: 100%; }
            .container { padding: 0 14px; }
            h1 { font-size: 1.6rem; }
        }
        .update-badge {
            display: inline-block;
            background: #1e2538;
            padding: 0.2rem 1rem;
            border-radius: 50px;
            font-size: 0.8rem;
            color: #8892a8;
            margin-bottom: 1rem;
        }
        .highlight { color: #f0c45a; font-weight: 600; }
        .tag { display: inline-block; background: #2a3142; padding: 0.1rem 0.8rem; border-radius: 50px; font-size: 0.75rem; color: #b0b9ce; margin-right: 0.4rem; }
        .featured-image-wrap { margin: 1.8rem 0; border-radius: 14px; overflow: hidden; box-shadow: 0 8px 30px rgba(0,0,0,0.5); }
        .interview-box { background: #1a2030; border-radius: 14px; padding: 1.4rem 1.8rem; margin: 1.6rem 0; border-left: 4px solid #f0c45a; }
        .interview-box .name { color: #f0c45a; font-weight: 700; }
        .table-wrap { overflow-x: auto; margin: 1.6rem 0; }
        table { width: 100%; border-collapse: collapse; background: #1a2030; border-radius: 12px; overflow: hidden; }
        th, td { padding: 0.8rem 1rem; text-align: left; border-bottom: 1px solid #2a3142; }
        th { background: #121926; color: #f0c45a; font-weight: 600; }
        td { color: #c8cedc; }
        tr:last-child td { border-bottom: none; }
        .fa-ul { margin-left: 2.2rem; }
        .fa-ul li { margin-bottom: 0.6rem; }
