        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: #0d0f14;
            color: #e4e6eb;
            line-height: 1.7;
            padding: 0;
            margin: 0;
            min-height: 100vh;
        }
        a {
            color: #f0c040;
            text-decoration: none;
            transition: color 0.25s;
        }
        a:hover,
        a:focus {
            color: #ffd866;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        ul,
        ol {
            padding-left: 1.8rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.3;
            color: #f5f7fa;
            margin-top: 1.8rem;
            margin-bottom: 0.8rem;
        }
        h1 {
            font-size: 2.4rem;
            border-bottom: 3px solid #f0c040;
            padding-bottom: 0.5rem;
        }
        h2 {
            font-size: 1.9rem;
            border-left: 5px solid #f0c040;
            padding-left: 1rem;
            margin-top: 2.8rem;
        }
        h3 {
            font-size: 1.5rem;
            margin-top: 2rem;
        }
        h4 {
            font-size: 1.2rem;
            color: #f0c040;
            margin-top: 1.5rem;
        }
        p {
            margin-bottom: 1.2rem;
            font-size: 1.05rem;
        }
        .container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 1.5rem;
        }
        header {
            background: linear-gradient(135deg, #1a1e2a 0%, #0f121b 100%);
            border-bottom: 2px solid #f0c04033;
            padding: 0.8rem 0;
            position: sticky;
            top: 0;
            z-index: 100;
            backdrop-filter: blur(12px);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.7);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.8rem 1.5rem;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            letter-spacing: 1px;
            background: linear-gradient(135deg, #f0c040, #fae37a);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 0 30px #f0c04022;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .my-logo i {
            -webkit-text-fill-color: initial;
            color: #f0c040;
            font-size: 2rem;
        }
        .my-logo a {
            background: none;
            -webkit-text-fill-color: transparent;
            color: transparent;
        }
        .my-logo a:hover {
            text-decoration: none;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #f0c040;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 0.3rem 0.6rem;
            border-radius: 6px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: rgba(240, 192, 64, 0.15);
        }
        .nav-menu {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.3rem 1.2rem;
            list-style: none;
            padding: 0;
        }
        .nav-menu li a {
            padding: 0.4rem 0.2rem;
            font-weight: 500;
            font-size: 0.95rem;
            color: #c8ccd4;
            border-bottom: 2px solid transparent;
            transition: all 0.2s;
        }
        .nav-menu li a:hover {
            color: #f0c040;
            border-bottom-color: #f0c040;
        }
        .nav-menu li a.active {
            color: #f0c040;
            border-bottom-color: #f0c040;
        }
        .breadcrumb {
            background: #181c28;
            padding: 0.6rem 0;
            font-size: 0.9rem;
            border-bottom: 1px solid #2a2e3a;
        }
        .breadcrumb ul {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem 0.6rem;
            padding: 0;
        }
        .breadcrumb ul li+li::before {
            content: "›";
            margin-right: 0.6rem;
            color: #888;
        }
        .breadcrumb a {
            color: #aab;
        }
        .breadcrumb a:hover {
            color: #f0c040;
        }
        .breadcrumb .current {
            color: #f0c040;
            font-weight: 600;
        }
        .search-section {
            background: #141824;
            padding: 1.2rem 0;
            border-bottom: 1px solid #2a2e3a;
        }
        .search-form {
            display: flex;
            gap: 0.6rem;
            max-width: 600px;
            margin: 0 auto;
        }
        .search-form input[type="text"] {
            flex: 1;
            padding: 0.7rem 1.2rem;
            border: 2px solid #2a2e3a;
            border-radius: 40px;
            background: #0d0f14;
            color: #e4e6eb;
            font-size: 1rem;
            outline: none;
            transition: border 0.3s;
        }
        .search-form input[type="text"]:focus {
            border-color: #f0c040;
        }
        .search-form button {
            background: #f0c040;
            border: none;
            border-radius: 40px;
            padding: 0.7rem 1.6rem;
            font-weight: 700;
            color: #0d0f14;
            cursor: pointer;
            transition: background 0.3s, transform 0.15s;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .search-form button:hover {
            background: #ffd866;
            transform: scale(1.02);
        }
        .main-grid {
            display: grid;
            grid-template-columns: 1fr 320px;
            gap: 2.5rem;
            padding: 2.5rem 0;
        }
        @media(max-width:920px) {
            .main-grid {
                grid-template-columns: 1fr;
            }
        }
        .content-area {
            min-width: 0;
        }
        .sidebar {
            background: #141824;
            border-radius: 16px;
            padding: 1.8rem 1.5rem;
            border: 1px solid #2a2e3a;
            height: fit-content;
            position: sticky;
            top: 100px;
        }
        @media(max-width:920px) {
            .sidebar {
                position: static;
            }
        }
        .sidebar h3 {
            font-size: 1.3rem;
            margin-top: 0.5rem;
            border-bottom: 2px solid #f0c04033;
            padding-bottom: 0.5rem;
        }
        .sidebar ul {
            list-style: none;
            padding: 0;
        }
        .sidebar ul li {
            padding: 0.4rem 0;
            border-bottom: 1px solid #1e2230;
        }
        .sidebar ul li a {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .featured-image {
            border-radius: 16px;
            overflow: hidden;
            margin: 2rem 0;
            box-shadow: 0 8px 40px rgba(0, 0, 0, 0.6);
            background: #1a1e2a;
        }
        .featured-image img {
            width: 100%;
            height: auto;
            max-height: 500px;
            object-fit: cover;
        }
        .featured-image figcaption {
            padding: 0.8rem 1.2rem;
            font-size: 0.9rem;
            color: #aaa;
            background: #0d0f14;
            border-top: 1px solid #2a2e3a;
        }
        .rating-area {
            background: #1a1e2a;
            border-radius: 14px;
            padding: 1.5rem 2rem;
            margin: 2rem 0;
            border: 1px solid #2a2e3a;
        }
        .rating-stars {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 0.3rem;
            font-size: 2rem;
        }
        .rating-stars input {
            display: none;
        }
        .rating-stars label {
            cursor: pointer;
            color: #444;
            transition: color 0.2s;
        }
        .rating-stars label:hover,
        .rating-stars label:hover~label,
        .rating-stars input:checked~label {
            color: #f0c040;
        }
        .rating-form button {
            background: #f0c040;
            border: none;
            border-radius: 30px;
            padding: 0.6rem 2rem;
            font-weight: 700;
            color: #0d0f14;
            cursor: pointer;
            margin-top: 0.8rem;
            transition: background 0.3s;
        }
        .rating-form button:hover {
            background: #ffd866;
        }
        .comments-area {
            background: #1a1e2a;
            border-radius: 14px;
            padding: 1.8rem 2rem;
            margin: 2rem 0;
            border: 1px solid #2a2e3a;
        }
        .comments-area textarea {
            width: 100%;
            padding: 0.8rem 1rem;
            border: 2px solid #2a2e3a;
            border-radius: 10px;
            background: #0d0f14;
            color: #e4e6eb;
            font-size: 1rem;
            resize: vertical;
            min-height: 100px;
            outline: none;
            transition: border 0.3s;
        }
        .comments-area textarea:focus {
            border-color: #f0c040;
        }
        .comments-area .input-group {
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem;
            margin: 0.8rem 0;
        }
        .comments-area .input-group input {
            flex: 1;
            min-width: 180px;
            padding: 0.6rem 1rem;
            border: 2px solid #2a2e3a;
            border-radius: 30px;
            background: #0d0f14;
            color: #e4e6eb;
            outline: none;
            transition: border 0.3s;
        }
        .comments-area .input-group input:focus {
            border-color: #f0c040;
        }
        .comments-area button {
            background: #f0c040;
            border: none;
            border-radius: 30px;
            padding: 0.7rem 2.2rem;
            font-weight: 700;
            color: #0d0f14;
            cursor: pointer;
            transition: background 0.3s;
        }
        .comments-area button:hover {
            background: #ffd866;
        }
        footer {
            background: #0a0c12;
            border-top: 2px solid #1e2230;
            padding: 2.5rem 0 1.5rem;
            margin-top: 3rem;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 2rem;
        }
        .footer-grid h4 {
            color: #f0c040;
            font-size: 1.1rem;
            margin-top: 0;
        }
        footer a {
            color: #9a9eab;
        }
        footer a:hover {
            color: #f0c040;
        }
        .friend-link {
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem 1.5rem;
            padding: 1rem 0;
            border-top: 1px solid #1e2230;
            margin-top: 1.5rem;
        }
        .friend-link a {
            font-size: 0.95rem;
        }
        .copyright {
            text-align: center;
            padding-top: 1.5rem;
            font-size: 0.9rem;
            color: #6a6e7a;
            border-top: 1px solid #1e2230;
            margin-top: 1.5rem;
        }
        @media(max-width:768px) {
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            h3 {
                font-size: 1.25rem;
            }
            .header-inner {
                flex-wrap: wrap;
            }
            .nav-toggle {
                display: block;
            }
            .nav-menu {
                display: none;
                flex-direction: column;
                width: 100%;
                padding: 1rem 0 0.5rem;
                gap: 0.4rem;
            }
            .nav-menu.open {
                display: flex;
            }
            .nav-menu li a {
                display: block;
                padding: 0.5rem 0.8rem;
                border-bottom: 1px solid #1e2230;
            }
            .sidebar {
                margin-top: 2rem;
            }
            .rating-stars {
                font-size: 1.6rem;
            }
            .comments-area {
                padding: 1.2rem;
            }
            .rating-area {
                padding: 1.2rem;
            }
        }
        @media(max-width:480px) {
            .search-form {
                flex-wrap: wrap;
            }
            .search-form button {
                width: 100%;
                justify-content: center;
            }
            .container {
                padding: 0 1rem;
            }
        }
        .highlight {
            color: #f0c040;
            font-weight: 600;
        }
        .badge {
            display: inline-block;
            background: #f0c040;
            color: #0d0f14;
            font-size: 0.75rem;
            font-weight: 700;
            padding: 0.15rem 0.7rem;
            border-radius: 30px;
            letter-spacing: 0.5px;
        }
        .divider {
            border: none;
            height: 1px;
            background: linear-gradient(to right, transparent, #f0c04044, transparent);
            margin: 2.5rem 0;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 1.5rem 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            background: #181c28;
            border-radius: 12px;
            overflow: hidden;
        }
        table th,
        table td {
            padding: 0.8rem 1rem;
            text-align: left;
            border-bottom: 1px solid #2a2e3a;
        }
        table th {
            background: #f0c04022;
            color: #f0c040;
            font-weight: 700;
        }
        table tr:last-child td {
            border-bottom: none;
        }
        .updated {
            font-size: 0.9rem;
            color: #999;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            margin: 1rem 0 1.5rem;
        }
        .updated i {
            color: #f0c040;
        }
        blockquote {
            border-left: 4px solid #f0c040;
            padding: 1rem 1.5rem;
            margin: 1.5rem 0;
            background: #181c28;
            border-radius: 0 12px 12px 0;
            font-style: italic;
            color: #c8ccd4;
        }
        blockquote cite {
            display: block;
            margin-top: 0.5rem;
            font-size: 0.9rem;
            color: #f0c040;
            font-style: normal;
        }
        .interviewee {
            background: #1a1e2a;
            border-radius: 14px;
            padding: 1.5rem;
            margin: 1.5rem 0;
            border: 1px solid #2a2e3a;
        }
        .interviewee .name {
            color: #f0c040;
            font-weight: 700;
            font-size: 1.1rem;
        }
        .interviewee .role {
            color: #aaa;
            font-size: 0.9rem;
        }
        .emoji-big {
            font-size: 1.8rem;
            line-height: 1;
        }
